[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();
|
---|
| 35 | this.label1 = new System.Windows.Forms.Label();
|
---|
| 36 | this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
---|
| 37 | this.tableOKCancel.SuspendLayout();
|
---|
| 38 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
---|
| 39 | this.splitContainer1.Panel1.SuspendLayout();
|
---|
| 40 | this.splitContainer1.Panel2.SuspendLayout();
|
---|
| 41 | this.splitContainer1.SuspendLayout();
|
---|
| 42 | this.SuspendLayout();
|
---|
| 43 | //
|
---|
| 44 | // lstExams
|
---|
| 45 | //
|
---|
| 46 | this.lstExams.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 47 | this.lstExams.FormattingEnabled = true;
|
---|
| 48 | this.lstExams.Location = new System.Drawing.Point(0, 0);
|
---|
| 49 | this.lstExams.Name = "lstExams";
|
---|
| 50 | this.lstExams.Size = new System.Drawing.Size(497, 193);
|
---|
| 51 | this.lstExams.TabIndex = 0;
|
---|
| 52 | this.lstExams.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lstExams_MouseDoubleClick);
|
---|
| 53 | //
|
---|
| 54 | // tableOKCancel
|
---|
| 55 | //
|
---|
| 56 | this.tableOKCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 57 | this.tableOKCancel.ColumnCount = 2;
|
---|
| 58 | this.tableOKCancel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
---|
| 59 | this.tableOKCancel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
---|
| 60 | this.tableOKCancel.Controls.Add(this.btnOK, 0, 0);
|
---|
| 61 | this.tableOKCancel.Controls.Add(this.btnCancel, 1, 0);
|
---|
| 62 | this.tableOKCancel.Location = new System.Drawing.Point(328, 5);
|
---|
| 63 | this.tableOKCancel.Name = "tableOKCancel";
|
---|
| 64 | this.tableOKCancel.RowCount = 1;
|
---|
| 65 | this.tableOKCancel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
---|
| 66 | this.tableOKCancel.Size = new System.Drawing.Size(166, 29);
|
---|
| 67 | this.tableOKCancel.TabIndex = 1;
|
---|
| 68 | //
|
---|
| 69 | // btnOK
|
---|
| 70 | //
|
---|
| 71 | this.btnOK.Location = new System.Drawing.Point(3, 3);
|
---|
| 72 | this.btnOK.Name = "btnOK";
|
---|
| 73 | this.btnOK.Size = new System.Drawing.Size(75, 23);
|
---|
| 74 | this.btnOK.TabIndex = 0;
|
---|
| 75 | this.btnOK.Text = "OK";
|
---|
| 76 | this.btnOK.UseVisualStyleBackColor = true;
|
---|
| 77 | this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
|
---|
| 78 | //
|
---|
| 79 | // btnCancel
|
---|
| 80 | //
|
---|
| 81 | this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
---|
| 82 | this.btnCancel.Location = new System.Drawing.Point(86, 3);
|
---|
| 83 | this.btnCancel.Name = "btnCancel";
|
---|
| 84 | this.btnCancel.Size = new System.Drawing.Size(75, 23);
|
---|
| 85 | this.btnCancel.TabIndex = 1;
|
---|
| 86 | this.btnCancel.Text = "Cancel";
|
---|
| 87 | this.btnCancel.UseVisualStyleBackColor = true;
|
---|
| 88 | //
|
---|
| 89 | // label1
|
---|
| 90 | //
|
---|
| 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 | //
|
---|
| 98 | // splitContainer1
|
---|
| 99 | //
|
---|
| 100 | this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 101 | this.splitContainer1.Location = new System.Drawing.Point(0, 0);
|
---|
| 102 | this.splitContainer1.Name = "splitContainer1";
|
---|
| 103 | this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
---|
| 104 | //
|
---|
| 105 | // splitContainer1.Panel1
|
---|
| 106 | //
|
---|
| 107 | this.splitContainer1.Panel1.Controls.Add(this.lstExams);
|
---|
| 108 | //
|
---|
| 109 | // splitContainer1.Panel2
|
---|
| 110 | //
|
---|
| 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;
|
---|
| 115 | this.splitContainer1.TabIndex = 3;
|
---|
| 116 | //
|
---|
| 117 | // DRadExamsSelect
|
---|
| 118 | //
|
---|
| 119 | this.AcceptButton = this.btnOK;
|
---|
| 120 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 121 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 122 | this.CancelButton = this.btnCancel;
|
---|
| 123 | this.ClientSize = new System.Drawing.Size(497, 234);
|
---|
| 124 | this.ControlBox = false;
|
---|
| 125 | this.Controls.Add(this.splitContainer1);
|
---|
| 126 | this.MinimumSize = new System.Drawing.Size(500, 250);
|
---|
| 127 | this.Name = "DRadExamsSelect";
|
---|
| 128 | this.Text = "Select an Exam";
|
---|
| 129 | this.tableOKCancel.ResumeLayout(false);
|
---|
| 130 | this.splitContainer1.Panel1.ResumeLayout(false);
|
---|
| 131 | this.splitContainer1.Panel2.ResumeLayout(false);
|
---|
| 132 | this.splitContainer1.Panel2.PerformLayout();
|
---|
| 133 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
---|
| 134 | this.splitContainer1.ResumeLayout(false);
|
---|
| 135 | this.ResumeLayout(false);
|
---|
| 136 |
|
---|
| 137 | }
|
---|
| 138 |
|
---|
| 139 | #endregion
|
---|
| 140 |
|
---|
| 141 | private System.Windows.Forms.ListBox lstExams;
|
---|
| 142 | private System.Windows.Forms.TableLayoutPanel tableOKCancel;
|
---|
| 143 | private System.Windows.Forms.Button btnOK;
|
---|
| 144 | private System.Windows.Forms.Button btnCancel;
|
---|
| 145 | private System.Windows.Forms.Label label1;
|
---|
| 146 | private System.Windows.Forms.SplitContainer splitContainer1;
|
---|
| 147 |
|
---|
| 148 |
|
---|
| 149 |
|
---|
| 150 | }
|
---|
| 151 | }
|
---|