Changeset 1156 for Scheduling/trunk
- Timestamp:
- Apr 28, 2011, 7:57:55 AM (14 years ago)
- Location:
- Scheduling/trunk/cs/bsdx0200GUISourceCode
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
Scheduling/trunk/cs/bsdx0200GUISourceCode/ClinicalScheduling.csproj.user
r1143 r1156 37 37 </RemoteDebugMachine> 38 38 <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> 40 40 <StartPage> 41 41 </StartPage> … … 56 56 </RemoteDebugMachine> 57 57 <StartAction>Project</StartAction> 58 <StartArguments> 59 </StartArguments> 58 <StartArguments>/s=192.168.56.101 /p=9260 /a=shabiel12 /v=catdog.77</StartArguments> 60 59 <StartPage> 61 60 </StartPage> -
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 -
Scheduling/trunk/cs/bsdx0200GUISourceCode/strings.ar.resx
r1131 r1156 197 197 </data> 198 198 <data name="RoutingSlip" xml:space="preserve"> 199 <value> قسيمة التوجيه</value>199 <value>بطاقة الزيارة</value> 200 200 </data> 201 201 <data name="ScratchArea" xml:space="preserve"> 202 <value>ملاح ضات زائدة</value>202 <value>ملاحظات زائدة</value> 203 203 </data> 204 204 </root>
Note:
See TracChangeset
for help on using the changeset viewer.