Ignore:
Timestamp:
Jul 11, 2010, 10:09:11 AM (14 years ago)
Author:
Sam Habiel
Message:

Updated Source Code for i18n.
Changes in DPatientLetter.cs
Changes in CGSchedLib.cs

File:
1 edited

Legend:

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

    r825 r850  
    393393            //
    394394            this.mnuPrintReminderLetters.Index = 10;
    395             this.mnuPrintReminderLetters.Shortcut = System.Windows.Forms.Shortcut.CtrlR;
     395            this.mnuPrintReminderLetters.Shortcut = System.Windows.Forms.Shortcut.CtrlI;
    396396            this.mnuPrintReminderLetters.Text = "Print Rem&inder Letters";
    397397            this.mnuPrintReminderLetters.Click += new System.EventHandler(this.mnuPrintReminderLetters_Click);
     
    400400            //
    401401            this.mnuPrintRebookLetters.Index = 11;
     402            this.mnuPrintRebookLetters.Shortcut = System.Windows.Forms.Shortcut.CtrlR;
    402403            this.mnuPrintRebookLetters.Text = "Print &Rebook Letters";
    403404            this.mnuPrintRebookLetters.Click += new System.EventHandler(this.mnuPrintRebookLetters_Click);
     
    651652            this.tvSchedules.Location = new System.Drawing.Point(0, 0);
    652653            this.tvSchedules.Name = "tvSchedules";
    653             this.tvSchedules.Size = new System.Drawing.Size(128, 369);
     654            this.tvSchedules.Size = new System.Drawing.Size(128, 479);
    654655            this.tvSchedules.Sorted = true;
    655656            this.tvSchedules.TabIndex = 1;
     
    697698            this.panelRight.Controls.Add(this.panelClip);
    698699            this.panelRight.Dock = System.Windows.Forms.DockStyle.Right;
    699             this.panelRight.Location = new System.Drawing.Point(807, 0);
     700            this.panelRight.Location = new System.Drawing.Point(941, 0);
    700701            this.panelRight.Name = "panelRight";
    701             this.panelRight.Size = new System.Drawing.Size(128, 369);
     702            this.panelRight.Size = new System.Drawing.Size(128, 479);
    702703            this.panelRight.TabIndex = 3;
    703704            this.panelRight.Visible = false;
     
    765766            this.panelTop.Location = new System.Drawing.Point(128, 0);
    766767            this.panelTop.Name = "panelTop";
    767             this.panelTop.Size = new System.Drawing.Size(679, 24);
     768            this.panelTop.Size = new System.Drawing.Size(813, 24);
    768769            this.panelTop.TabIndex = 6;
    769770            //
     
    773774            this.dateTimePicker1.DropDownAlign = System.Windows.Forms.LeftRightAlignment.Right;
    774775            this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Short;
    775             this.dateTimePicker1.Location = new System.Drawing.Point(551, 0);
     776            this.dateTimePicker1.Location = new System.Drawing.Point(685, 0);
    776777            this.dateTimePicker1.Name = "dateTimePicker1";
    777778            this.dateTimePicker1.Size = new System.Drawing.Size(128, 20);
     
    795796            this.panelCenter.Location = new System.Drawing.Point(136, 24);
    796797            this.panelCenter.Name = "panelCenter";
    797             this.panelCenter.Size = new System.Drawing.Size(668, 321);
     798            this.panelCenter.Size = new System.Drawing.Size(802, 431);
    798799            this.panelCenter.TabIndex = 7;
    799800            //
     
    817818            this.calendarGrid1.Resources = ((System.Collections.ArrayList)(resources.GetObject("calendarGrid1.Resources")));
    818819            this.calendarGrid1.SelectedAppointment = 0;
    819             this.calendarGrid1.Size = new System.Drawing.Size(668, 321);
     820            this.calendarGrid1.Size = new System.Drawing.Size(802, 431);
    820821            this.calendarGrid1.StartDate = new System.DateTime(2003, 1, 27, 0, 0, 0, 0);
    821822            this.calendarGrid1.TabIndex = 0;
     
    909910            this.panelBottom.Controls.Add(this.statusBar1);
    910911            this.panelBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
    911             this.panelBottom.Location = new System.Drawing.Point(136, 345);
     912            this.panelBottom.Location = new System.Drawing.Point(136, 455);
    912913            this.panelBottom.Name = "panelBottom";
    913             this.panelBottom.Size = new System.Drawing.Size(668, 24);
     914            this.panelBottom.Size = new System.Drawing.Size(802, 24);
    914915            this.panelBottom.TabIndex = 8;
    915916            //
     
    919920            this.statusBar1.Location = new System.Drawing.Point(0, 0);
    920921            this.statusBar1.Name = "statusBar1";
    921             this.statusBar1.Size = new System.Drawing.Size(668, 24);
     922            this.statusBar1.Size = new System.Drawing.Size(802, 24);
    922923            this.statusBar1.SizingGrip = false;
    923924            this.statusBar1.TabIndex = 0;
     
    927928            this.splitter1.Location = new System.Drawing.Point(128, 24);
    928929            this.splitter1.Name = "splitter1";
    929             this.splitter1.Size = new System.Drawing.Size(8, 345);
     930            this.splitter1.Size = new System.Drawing.Size(8, 455);
    930931            this.splitter1.TabIndex = 9;
    931932            this.splitter1.TabStop = false;
     
    934935            //
    935936            this.splitter2.Dock = System.Windows.Forms.DockStyle.Right;
    936             this.splitter2.Location = new System.Drawing.Point(804, 24);
     937            this.splitter2.Location = new System.Drawing.Point(938, 24);
    937938            this.splitter2.Name = "splitter2";
    938             this.splitter2.Size = new System.Drawing.Size(3, 345);
     939            this.splitter2.Size = new System.Drawing.Size(3, 455);
    939940            this.splitter2.TabIndex = 10;
    940941            this.splitter2.TabStop = false;
     
    948949            //
    949950            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
    950             this.ClientSize = new System.Drawing.Size(935, 369);
     951            this.ClientSize = new System.Drawing.Size(1069, 479);
    951952            this.Controls.Add(this.panelCenter);
    952953            this.Controls.Add(this.panelBottom);
Note: See TracChangeset for help on using the changeset viewer.