Ignore:
Timestamp:
Apr 4, 2011, 6:11:50 AM (13 years ago)
Author:
Sam Habiel
Message:

CGDocumentManager: Localization now works from CurrentCulture, not just CurrentUICulture.
CGView: Nothing important. Designer moves around stuff; again.
Printing: Routing slip arabized; page starts at a lower level to allow for a watermark. Graphics.Dispose now called at the end of all prints to allow for faster gc.
strings: Updated with more translations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/strings.Designer.cs

    r1126 r1131  
    8080       
    8181        /// <summary>
     82        ///   Looks up a localized string similar to Appointment Note.
     83        /// </summary>
     84        internal static string AppointmentNote {
     85            get {
     86                return ResourceManager.GetString("AppointmentNote", resourceCulture);
     87            }
     88        }
     89       
     90        /// <summary>
     91        ///   Looks up a localized string similar to Appointment Provider.
     92        /// </summary>
     93        internal static string AppointmentProvider {
     94            get {
     95                return ResourceManager.GetString("AppointmentProvider", resourceCulture);
     96            }
     97        }
     98       
     99        /// <summary>
    82100        ///   Looks up a localized string similar to Appointment Details.
    83101        /// </summary>
     
    188206       
    189207        /// <summary>
     208        ///   Looks up a localized string similar to Next Appointment Instructions.
     209        /// </summary>
     210        internal static string NextAppointmentInstructions {
     211            get {
     212                return ResourceManager.GetString("NextAppointmentInstructions", resourceCulture);
     213            }
     214        }
     215       
     216        /// <summary>
    190217        ///   Looks up a localized string similar to (no instructions provided).
    191218        /// </summary>
     
    197224       
    198225        /// <summary>
     226        ///   Looks up a localized string similar to (none).
     227        /// </summary>
     228        internal static string none {
     229            get {
     230                return ResourceManager.GetString("none", resourceCulture);
     231            }
     232        }
     233       
     234        /// <summary>
    199235        ///   Looks up a localized string similar to Notes.
    200236        /// </summary>
     
    206242       
    207243        /// <summary>
     244        ///   Looks up a localized string similar to Patient Order.
     245        /// </summary>
     246        internal static string PatientOrder {
     247            get {
     248                return ResourceManager.GetString("PatientOrder", resourceCulture);
     249            }
     250        }
     251       
     252        /// <summary>
    208253        ///   Looks up a localized string similar to Printed.
    209254        /// </summary>
     
    220265            get {
    221266                return ResourceManager.GetString("PtInfo", resourceCulture);
     267            }
     268        }
     269       
     270        /// <summary>
     271        ///   Looks up a localized string similar to Routing Slip.
     272        /// </summary>
     273        internal static string RoutingSlip {
     274            get {
     275                return ResourceManager.GetString("RoutingSlip", resourceCulture);
     276            }
     277        }
     278       
     279        /// <summary>
     280        ///   Looks up a localized string similar to Scratch Area.
     281        /// </summary>
     282        internal static string ScratchArea {
     283            get {
     284                return ResourceManager.GetString("ScratchArea", resourceCulture);
    222285            }
    223286        }
Note: See TracChangeset for help on using the changeset viewer.