Ignore:
Timestamp:
May 5, 2011, 5:11:02 AM (13 years ago)
Author:
Sam Habiel
Message:

Lots of Documentation updates.
Absorption of all updates from trunk.
CGView: Changes in Appointment Menu; Handlers for these; Radiology Support
DRadExamSelect: Change in form design; auto print appointment slip implemented.

Location:
Scheduling/branches/Radiology-Support/cs/bsdx0200GUISourceCode
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Scheduling/branches/Radiology-Support/cs/bsdx0200GUISourceCode

  • Scheduling/branches/Radiology-Support/cs/bsdx0200GUISourceCode/DRadExamsSelect.Designer.cs

    r1140 r1168  
    3333            this.btnOK = new System.Windows.Forms.Button();
    3434            this.btnCancel = new System.Windows.Forms.Button();
    35             this.label1 = new System.Windows.Forms.Label();
     35            this.lblInfo = new System.Windows.Forms.Label();
    3636            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     37            this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     38            this.chkPrint = new System.Windows.Forms.CheckBox();
    3739            this.tableOKCancel.SuspendLayout();
    3840            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     
    4042            this.splitContainer1.Panel2.SuspendLayout();
    4143            this.splitContainer1.SuspendLayout();
     44            ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
     45            this.splitContainer2.Panel1.SuspendLayout();
     46            this.splitContainer2.Panel2.SuspendLayout();
     47            this.splitContainer2.SuspendLayout();
    4248            this.SuspendLayout();
    4349            //
     
    4854            this.lstExams.Location = new System.Drawing.Point(0, 0);
    4955            this.lstExams.Name = "lstExams";
    50             this.lstExams.Size = new System.Drawing.Size(497, 193);
     56            this.lstExams.Size = new System.Drawing.Size(497, 237);
    5157            this.lstExams.TabIndex = 0;
    5258            this.lstExams.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lstExams_MouseDoubleClick);
     
    6066            this.tableOKCancel.Controls.Add(this.btnOK, 0, 0);
    6167            this.tableOKCancel.Controls.Add(this.btnCancel, 1, 0);
    62             this.tableOKCancel.Location = new System.Drawing.Point(328, 5);
     68            this.tableOKCancel.Location = new System.Drawing.Point(328, -1);
    6369            this.tableOKCancel.Name = "tableOKCancel";
    6470            this.tableOKCancel.RowCount = 1;
     
    8793            this.btnCancel.UseVisualStyleBackColor = true;
    8894            //
    89             // label1
     95            // lblInfo
    9096            //
    91             this.label1.AutoSize = true;
    92             this.label1.Location = new System.Drawing.Point(12, 9);
    93             this.label1.Name = "label1";
    94             this.label1.Size = new System.Drawing.Size(245, 13);
    95             this.label1.TabIndex = 2;
    96             this.label1.Text = "Select an Exam from the exams listed to Schedule";
     97            this.lblInfo.Anchor = System.Windows.Forms.AnchorStyles.Left;
     98            this.lblInfo.AutoSize = true;
     99            this.lblInfo.Location = new System.Drawing.Point(4, 6);
     100            this.lblInfo.Name = "lblInfo";
     101            this.lblInfo.Size = new System.Drawing.Size(245, 13);
     102            this.lblInfo.TabIndex = 2;
     103            this.lblInfo.Text = "Select an Exam from the exams listed to Schedule";
    97104            //
    98105            // splitContainer1
     
    109116            // splitContainer1.Panel2
    110117            //
    111             this.splitContainer1.Panel2.Controls.Add(this.tableOKCancel);
    112             this.splitContainer1.Panel2.Controls.Add(this.label1);
    113             this.splitContainer1.Size = new System.Drawing.Size(497, 234);
    114             this.splitContainer1.SplitterDistance = 193;
     118            this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
     119            this.splitContainer1.Size = new System.Drawing.Size(497, 302);
     120            this.splitContainer1.SplitterDistance = 237;
    115121            this.splitContainer1.TabIndex = 3;
     122            //
     123            // splitContainer2
     124            //
     125            this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
     126            this.splitContainer2.Location = new System.Drawing.Point(0, 0);
     127            this.splitContainer2.Name = "splitContainer2";
     128            this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     129            //
     130            // splitContainer2.Panel1
     131            //
     132            this.splitContainer2.Panel1.Controls.Add(this.lblInfo);
     133            //
     134            // splitContainer2.Panel2
     135            //
     136            this.splitContainer2.Panel2.Controls.Add(this.chkPrint);
     137            this.splitContainer2.Panel2.Controls.Add(this.tableOKCancel);
     138            this.splitContainer2.Size = new System.Drawing.Size(497, 61);
     139            this.splitContainer2.SplitterDistance = 25;
     140            this.splitContainer2.TabIndex = 3;
     141            //
     142            // chkPrint
     143            //
     144            this.chkPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     145            this.chkPrint.AutoSize = true;
     146            this.chkPrint.Location = new System.Drawing.Point(3, 11);
     147            this.chkPrint.Name = "chkPrint";
     148            this.chkPrint.Size = new System.Drawing.Size(131, 17);
     149            this.chkPrint.TabIndex = 2;
     150            this.chkPrint.Text = "Print Appointment Slip";
     151            this.chkPrint.UseVisualStyleBackColor = true;
     152            this.chkPrint.CheckedChanged += new System.EventHandler(this.chkPrint_CheckedChanged);
    116153            //
    117154            // DRadExamsSelect
     
    121158            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    122159            this.CancelButton = this.btnCancel;
    123             this.ClientSize = new System.Drawing.Size(497, 234);
     160            this.ClientSize = new System.Drawing.Size(497, 302);
    124161            this.ControlBox = false;
    125162            this.Controls.Add(this.splitContainer1);
     
    130167            this.splitContainer1.Panel1.ResumeLayout(false);
    131168            this.splitContainer1.Panel2.ResumeLayout(false);
    132             this.splitContainer1.Panel2.PerformLayout();
    133169            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
    134170            this.splitContainer1.ResumeLayout(false);
     171            this.splitContainer2.Panel1.ResumeLayout(false);
     172            this.splitContainer2.Panel1.PerformLayout();
     173            this.splitContainer2.Panel2.ResumeLayout(false);
     174            this.splitContainer2.Panel2.PerformLayout();
     175            ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
     176            this.splitContainer2.ResumeLayout(false);
    135177            this.ResumeLayout(false);
    136178
     
    143185        private System.Windows.Forms.Button btnOK;
    144186        private System.Windows.Forms.Button btnCancel;
    145         private System.Windows.Forms.Label label1;
     187        private System.Windows.Forms.Label lblInfo;
    146188        private System.Windows.Forms.SplitContainer splitContainer1;
     189        private System.Windows.Forms.SplitContainer splitContainer2;
     190        private System.Windows.Forms.CheckBox chkPrint;
    147191
    148192
Note: See TracChangeset for help on using the changeset viewer.