Changeset 1156


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

Location:
Scheduling/trunk/cs/bsdx0200GUISourceCode
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/ClinicalScheduling.csproj.user

    r1143 r1156  
    3737    </RemoteDebugMachine>
    3838    <StartAction>Project</StartAction>
    39     <StartArguments>/s=172.16.16.108 /p=9250 /a=s.habiel /v=catdog.66</StartArguments>
     39    <StartArguments>/s=172.16.16.108 /p=9250 /a=s.habiel /v=catdog.77</StartArguments>
    4040    <StartPage>
    4141    </StartPage>
     
    5656    </RemoteDebugMachine>
    5757    <StartAction>Project</StartAction>
    58     <StartArguments>
    59     </StartArguments>
     58    <StartArguments>/s=192.168.56.101 /p=9260 /a=shabiel12 /v=catdog.77</StartArguments>
    6059    <StartPage>
    6160    </StartPage>
  • 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
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/strings.ar.resx

    r1131 r1156  
    197197  </data>
    198198  <data name="RoutingSlip" xml:space="preserve">
    199     <value>قسيمة التوجيه</value>
     199    <value>بطاقة الزيارة</value>
    200200  </data>
    201201  <data name="ScratchArea" xml:space="preserve">
    202     <value>ملاحضات زائدة</value>
     202    <value>ملاحظات زائدة</value>
    203203  </data>
    204204</root>
Note: See TracChangeset for help on using the changeset viewer.