Index: Scheduling/trunk/cs/bsdx0200GUISourceCode/ClinicalScheduling.csproj.user
===================================================================
--- Scheduling/trunk/cs/bsdx0200GUISourceCode/ClinicalScheduling.csproj.user	(revision 1143)
+++ Scheduling/trunk/cs/bsdx0200GUISourceCode/ClinicalScheduling.csproj.user	(revision 1156)
@@ -37,5 +37,5 @@
     </RemoteDebugMachine>
     <StartAction>Project</StartAction>
-    <StartArguments>/s=172.16.16.108 /p=9250 /a=s.habiel /v=catdog.66</StartArguments>
+    <StartArguments>/s=172.16.16.108 /p=9250 /a=s.habiel /v=catdog.77</StartArguments>
     <StartPage>
     </StartPage>
@@ -56,6 +56,5 @@
     </RemoteDebugMachine>
     <StartAction>Project</StartAction>
-    <StartArguments>
-    </StartArguments>
+    <StartArguments>/s=192.168.56.101 /p=9260 /a=shabiel12 /v=catdog.77</StartArguments>
     <StartPage>
     </StartPage>
Index: Scheduling/trunk/cs/bsdx0200GUISourceCode/Printing.cs
===================================================================
--- Scheduling/trunk/cs/bsdx0200GUISourceCode/Printing.cs	(revision 1143)
+++ Scheduling/trunk/cs/bsdx0200GUISourceCode/Printing.cs	(revision 1156)
@@ -553,5 +553,5 @@
         /// </summary>
         /// <param name="a">Appointment Data Structure</param>
-        /// <param name="title">String to print for title</param>
+        /// <param name="apptOrder">Order of Appointment</param>
         /// <param name="e">etc</param>
         public virtual void PrintRoutingSlip(CGAppointment appt, int apptOrder, PrintPageEventArgs e)
@@ -697,5 +697,6 @@
             s = strings.ScratchArea;
             g.DrawString(s, fGroupTitle, Brushes.Black, printArea, sf3); 
-
+            
+            /* Per Al-Najjar, we don't want the next appointment instructions section
             // move down
             printArea.Y += 240;
@@ -713,4 +714,5 @@
             s = strings.NextAppointmentInstructions;
             g.DrawString(s, fGroupTitle, Brushes.Black, printArea, sf3);
+            */
 
             // Draw Footer
Index: Scheduling/trunk/cs/bsdx0200GUISourceCode/strings.ar.resx
===================================================================
--- Scheduling/trunk/cs/bsdx0200GUISourceCode/strings.ar.resx	(revision 1143)
+++ Scheduling/trunk/cs/bsdx0200GUISourceCode/strings.ar.resx	(revision 1156)
@@ -197,8 +197,8 @@
   </data>
   <data name="RoutingSlip" xml:space="preserve">
-    <value>قسيمة التوجيه</value>
+    <value>بطاقة الزيارة</value>
   </data>
   <data name="ScratchArea" xml:space="preserve">
-    <value>ملاحضات زائدة</value>
+    <value>ملاحظات زائدة</value>
   </data>
 </root>
