- Timestamp:
- Apr 12, 2011, 2:13:18 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Scheduling/branches/Radiology-Support/cs/bsdx0200GUISourceCode/CalendarGrid.cs
r1123 r1140 409 409 { 410 410 rect.Inflate(-10, 0); 411 num = (int) this.m_ApptOverlapTable[appointment. m_nKey];411 num = (int) this.m_ApptOverlapTable[appointment.AppointmentKey]; 412 412 num2 = rect.Right - rect.Left; 413 413 x = num2 / (num + 1); … … 1128 1128 x = (this.m_sResourcesArray.Count > 1) ? (((int) this.m_ColumnInfoTable[resource]) + 1) : appointment.StartTime.DayOfYear; 1129 1129 Rectangle rectangle = new Rectangle(x, y, 1, num2 - y); 1130 hashtable.Add(appointment. m_nKey, rectangle);1130 hashtable.Add(appointment.AppointmentKey, rectangle); 1131 1131 } 1132 1132 }
Note:
See TracChangeset
for help on using the changeset viewer.