[1140] | 1 | namespace IndianHealthService.ClinicalScheduling
|
---|
| 2 | {
|
---|
| 3 | partial class DRadExamsSelect
|
---|
| 4 | {
|
---|
| 5 | /// <summary>
|
---|
| 6 | /// Required designer variable.
|
---|
| 7 | /// </summary>
|
---|
| 8 | private System.ComponentModel.IContainer components = null;
|
---|
| 9 |
|
---|
| 10 | /// <summary>
|
---|
| 11 | /// Clean up any resources being used.
|
---|
| 12 | /// </summary>
|
---|
| 13 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
| 14 | protected override void Dispose(bool disposing)
|
---|
| 15 | {
|
---|
| 16 | if (disposing && (components != null))
|
---|
| 17 | {
|
---|
| 18 | components.Dispose();
|
---|
| 19 | }
|
---|
| 20 | base.Dispose(disposing);
|
---|
| 21 | }
|
---|
| 22 |
|
---|
| 23 | #region Windows Form Designer generated code
|
---|
| 24 |
|
---|
| 25 | /// <summary>
|
---|
| 26 | /// Required method for Designer support - do not modify
|
---|
| 27 | /// the contents of this method with the code editor.
|
---|
| 28 | /// </summary>
|
---|
| 29 | private void InitializeComponent()
|
---|
| 30 | {
|
---|
| 31 | this.lstExams = new System.Windows.Forms.ListBox();
|
---|
| 32 | this.tableOKCancel = new System.Windows.Forms.TableLayoutPanel();
|
---|
| 33 | this.btnOK = new System.Windows.Forms.Button();
|
---|
| 34 | this.btnCancel = new System.Windows.Forms.Button();
|
---|
[1168] | 35 | this.lblInfo = new System.Windows.Forms.Label();
|
---|
[1140] | 36 | this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
---|
[1168] | 37 | this.splitContainer2 = new System.Windows.Forms.SplitContainer();
|
---|
| 38 | this.chkPrint = new System.Windows.Forms.CheckBox();
|
---|
[1140] | 39 | this.tableOKCancel.SuspendLayout();
|
---|
| 40 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
---|
| 41 | this.splitContainer1.Panel1.SuspendLayout();
|
---|
| 42 | this.splitContainer1.Panel2.SuspendLayout();
|
---|
| 43 | this.splitContainer1.SuspendLayout();
|
---|
[1168] | 44 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
|
---|
| 45 | this.splitContainer2.Panel1.SuspendLayout();
|
---|
| 46 | this.splitContainer2.Panel2.SuspendLayout();
|
---|
| 47 | this.splitContainer2.SuspendLayout();
|
---|
[1140] | 48 | this.SuspendLayout();
|
---|
| 49 | //
|
---|
| 50 | // lstExams
|
---|
| 51 | //
|
---|
| 52 | this.lstExams.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 53 | this.lstExams.FormattingEnabled = true;
|
---|
| 54 | this.lstExams.Location = new System.Drawing.Point(0, 0);
|
---|
| 55 | this.lstExams.Name = "lstExams";
|
---|
[1168] | 56 | this.lstExams.Size = new System.Drawing.Size(497, 237);
|
---|
[1140] | 57 | this.lstExams.TabIndex = 0;
|
---|
| 58 | this.lstExams.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lstExams_MouseDoubleClick);
|
---|
| 59 | //
|
---|
| 60 | // tableOKCancel
|
---|
| 61 | //
|
---|
| 62 | this.tableOKCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 63 | this.tableOKCancel.ColumnCount = 2;
|
---|
| 64 | this.tableOKCancel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
---|
| 65 | this.tableOKCancel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
---|
| 66 | this.tableOKCancel.Controls.Add(this.btnOK, 0, 0);
|
---|
| 67 | this.tableOKCancel.Controls.Add(this.btnCancel, 1, 0);
|
---|
[1168] | 68 | this.tableOKCancel.Location = new System.Drawing.Point(328, -1);
|
---|
[1140] | 69 | this.tableOKCancel.Name = "tableOKCancel";
|
---|
| 70 | this.tableOKCancel.RowCount = 1;
|
---|
| 71 | this.tableOKCancel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
---|
| 72 | this.tableOKCancel.Size = new System.Drawing.Size(166, 29);
|
---|
| 73 | this.tableOKCancel.TabIndex = 1;
|
---|
| 74 | //
|
---|
| 75 | // btnOK
|
---|
| 76 | //
|
---|
| 77 | this.btnOK.Location = new System.Drawing.Point(3, 3);
|
---|
| 78 | this.btnOK.Name = "btnOK";
|
---|
| 79 | this.btnOK.Size = new System.Drawing.Size(75, 23);
|
---|
| 80 | this.btnOK.TabIndex = 0;
|
---|
| 81 | this.btnOK.Text = "OK";
|
---|
| 82 | this.btnOK.UseVisualStyleBackColor = true;
|
---|
| 83 | this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
|
---|
| 84 | //
|
---|
| 85 | // btnCancel
|
---|
| 86 | //
|
---|
| 87 | this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
---|
| 88 | this.btnCancel.Location = new System.Drawing.Point(86, 3);
|
---|
| 89 | this.btnCancel.Name = "btnCancel";
|
---|
| 90 | this.btnCancel.Size = new System.Drawing.Size(75, 23);
|
---|
| 91 | this.btnCancel.TabIndex = 1;
|
---|
| 92 | this.btnCancel.Text = "Cancel";
|
---|
| 93 | this.btnCancel.UseVisualStyleBackColor = true;
|
---|
| 94 | //
|
---|
[1168] | 95 | // lblInfo
|
---|
[1140] | 96 | //
|
---|
[1168] | 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";
|
---|
[1140] | 104 | //
|
---|
| 105 | // splitContainer1
|
---|
| 106 | //
|
---|
| 107 | this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 108 | this.splitContainer1.Location = new System.Drawing.Point(0, 0);
|
---|
| 109 | this.splitContainer1.Name = "splitContainer1";
|
---|
| 110 | this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
---|
| 111 | //
|
---|
| 112 | // splitContainer1.Panel1
|
---|
| 113 | //
|
---|
| 114 | this.splitContainer1.Panel1.Controls.Add(this.lstExams);
|
---|
| 115 | //
|
---|
| 116 | // splitContainer1.Panel2
|
---|
| 117 | //
|
---|
[1168] | 118 | this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
|
---|
| 119 | this.splitContainer1.Size = new System.Drawing.Size(497, 302);
|
---|
| 120 | this.splitContainer1.SplitterDistance = 237;
|
---|
[1140] | 121 | this.splitContainer1.TabIndex = 3;
|
---|
| 122 | //
|
---|
[1168] | 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);
|
---|
| 153 | //
|
---|
[1140] | 154 | // DRadExamsSelect
|
---|
| 155 | //
|
---|
| 156 | this.AcceptButton = this.btnOK;
|
---|
| 157 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 158 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 159 | this.CancelButton = this.btnCancel;
|
---|
[1168] | 160 | this.ClientSize = new System.Drawing.Size(497, 302);
|
---|
[1140] | 161 | this.ControlBox = false;
|
---|
| 162 | this.Controls.Add(this.splitContainer1);
|
---|
| 163 | this.MinimumSize = new System.Drawing.Size(500, 250);
|
---|
| 164 | this.Name = "DRadExamsSelect";
|
---|
| 165 | this.Text = "Select an Exam";
|
---|
| 166 | this.tableOKCancel.ResumeLayout(false);
|
---|
| 167 | this.splitContainer1.Panel1.ResumeLayout(false);
|
---|
| 168 | this.splitContainer1.Panel2.ResumeLayout(false);
|
---|
| 169 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
---|
| 170 | this.splitContainer1.ResumeLayout(false);
|
---|
[1168] | 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);
|
---|
[1140] | 177 | this.ResumeLayout(false);
|
---|
| 178 |
|
---|
| 179 | }
|
---|
| 180 |
|
---|
| 181 | #endregion
|
---|
| 182 |
|
---|
| 183 | private System.Windows.Forms.ListBox lstExams;
|
---|
| 184 | private System.Windows.Forms.TableLayoutPanel tableOKCancel;
|
---|
| 185 | private System.Windows.Forms.Button btnOK;
|
---|
| 186 | private System.Windows.Forms.Button btnCancel;
|
---|
[1168] | 187 | private System.Windows.Forms.Label lblInfo;
|
---|
[1140] | 188 | private System.Windows.Forms.SplitContainer splitContainer1;
|
---|
[1168] | 189 | private System.Windows.Forms.SplitContainer splitContainer2;
|
---|
| 190 | private System.Windows.Forms.CheckBox chkPrint;
|
---|
[1140] | 191 |
|
---|
| 192 |
|
---|
| 193 |
|
---|
| 194 | }
|
---|
| 195 | }
|
---|