namespace IndianHealthService.ClinicalScheduling { partial class DRadExamsSelect { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.lstExams = new System.Windows.Forms.ListBox(); this.tableOKCancel = new System.Windows.Forms.TableLayoutPanel(); this.btnOK = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.tableOKCancel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.SuspendLayout(); // // lstExams // this.lstExams.Dock = System.Windows.Forms.DockStyle.Fill; this.lstExams.FormattingEnabled = true; this.lstExams.Location = new System.Drawing.Point(0, 0); this.lstExams.Name = "lstExams"; this.lstExams.Size = new System.Drawing.Size(497, 193); this.lstExams.TabIndex = 0; this.lstExams.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lstExams_MouseDoubleClick); // // tableOKCancel // this.tableOKCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.tableOKCancel.ColumnCount = 2; this.tableOKCancel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableOKCancel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableOKCancel.Controls.Add(this.btnOK, 0, 0); this.tableOKCancel.Controls.Add(this.btnCancel, 1, 0); this.tableOKCancel.Location = new System.Drawing.Point(328, 5); this.tableOKCancel.Name = "tableOKCancel"; this.tableOKCancel.RowCount = 1; this.tableOKCancel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableOKCancel.Size = new System.Drawing.Size(166, 29); this.tableOKCancel.TabIndex = 1; // // btnOK // this.btnOK.Location = new System.Drawing.Point(3, 3); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(75, 23); this.btnOK.TabIndex = 0; this.btnOK.Text = "OK"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // btnCancel // this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(86, 3); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.TabIndex = 1; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(245, 13); this.label1.TabIndex = 2; this.label1.Text = "Select an Exam from the exams listed to Schedule"; // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.lstExams); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.tableOKCancel); this.splitContainer1.Panel2.Controls.Add(this.label1); this.splitContainer1.Size = new System.Drawing.Size(497, 234); this.splitContainer1.SplitterDistance = 193; this.splitContainer1.TabIndex = 3; // // DRadExamsSelect // this.AcceptButton = this.btnOK; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(497, 234); this.ControlBox = false; this.Controls.Add(this.splitContainer1); this.MinimumSize = new System.Drawing.Size(500, 250); this.Name = "DRadExamsSelect"; this.Text = "Select an Exam"; this.tableOKCancel.ResumeLayout(false); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.Panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ListBox lstExams; private System.Windows.Forms.TableLayoutPanel tableOKCancel; private System.Windows.Forms.Button btnOK; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Label label1; private System.Windows.Forms.SplitContainer splitContainer1; } }