Ignore:
Timestamp:
Apr 28, 2011, 7:57:55 AM (13 years ago)
Author:
Sam Habiel
Message:

Minor changes:

  • Some arabic phrases and spelling changed.
  • Printing Routing Slip now does not include next appointment instructions per Al-Najjar's request.

New Exe's and Dlls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/Printing.cs

    r1131 r1156  
    553553        /// </summary>
    554554        /// <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>
    556556        /// <param name="e">etc</param>
    557557        public virtual void PrintRoutingSlip(CGAppointment appt, int apptOrder, PrintPageEventArgs e)
     
    697697            s = strings.ScratchArea;
    698698            g.DrawString(s, fGroupTitle, Brushes.Black, printArea, sf3);
    699 
     699           
     700            /* Per Al-Najjar, we don't want the next appointment instructions section
    700701            // move down
    701702            printArea.Y += 240;
     
    713714            s = strings.NextAppointmentInstructions;
    714715            g.DrawString(s, fGroupTitle, Brushes.Black, printArea, sf3);
     716            */
    715717
    716718            // Draw Footer
Note: See TracChangeset for help on using the changeset viewer.