Changeset 1156 for Scheduling/trunk/cs/bsdx0200GUISourceCode/Printing.cs
- Timestamp:
- Apr 28, 2011, 7:57:55 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Scheduling/trunk/cs/bsdx0200GUISourceCode/Printing.cs
r1131 r1156 553 553 /// </summary> 554 554 /// <param name="a">Appointment Data Structure</param> 555 /// <param name=" title">String to print for title</param>555 /// <param name="apptOrder">Order of Appointment</param> 556 556 /// <param name="e">etc</param> 557 557 public virtual void PrintRoutingSlip(CGAppointment appt, int apptOrder, PrintPageEventArgs e) … … 697 697 s = strings.ScratchArea; 698 698 g.DrawString(s, fGroupTitle, Brushes.Black, printArea, sf3); 699 699 700 /* Per Al-Najjar, we don't want the next appointment instructions section 700 701 // move down 701 702 printArea.Y += 240; … … 713 714 s = strings.NextAppointmentInstructions; 714 715 g.DrawString(s, fGroupTitle, Brushes.Black, printArea, sf3); 716 */ 715 717 716 718 // Draw Footer
Note:
See TracChangeset
for help on using the changeset viewer.