using System.Windows.Forms; namespace CLIP.eForm.Consent.UI { partial class PatientSearchPopup { /// /// 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.groupBox1 = new System.Windows.Forms.GroupBox(); this.buttonPatientSelect = new System.Windows.Forms.Button(); this.textboxSearchText = new System.Windows.Forms.TextBox(); this.comboSearchType = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.dataGridViewPatientSelectResult = new System.Windows.Forms.DataGridView(); this.buttonOK = new System.Windows.Forms.Button(); this.buttonCancel = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewPatientSelectResult)).BeginInit(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.buttonPatientSelect); this.groupBox1.Controls.Add(this.textboxSearchText); this.groupBox1.Controls.Add(this.comboSearchType); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Location = new System.Drawing.Point(7, 8); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(564, 53); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; // // buttonPatientSelect // this.buttonPatientSelect.Location = new System.Drawing.Point(482, 17); this.buttonPatientSelect.Name = "buttonPatientSelect"; this.buttonPatientSelect.Size = new System.Drawing.Size(64, 23); this.buttonPatientSelect.TabIndex = 0; this.buttonPatientSelect.Text = "조회"; this.buttonPatientSelect.UseVisualStyleBackColor = true; this.buttonPatientSelect.Click += new System.EventHandler(this.buttonPatientSelect_Click); // // textboxSearchText // this.textboxSearchText.Location = new System.Drawing.Point(178, 19); this.textboxSearchText.Name = "textboxSearchText"; this.textboxSearchText.Size = new System.Drawing.Size(150, 21); this.textboxSearchText.TabIndex = 2; this.textboxSearchText.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textboxSearchText_KeyDown); // // comboSearchType // this.comboSearchType.FormattingEnabled = true; this.comboSearchType.Location = new System.Drawing.Point(77, 19); this.comboSearchType.Name = "comboSearchType"; this.comboSearchType.Size = new System.Drawing.Size(95, 20); this.comboSearchType.TabIndex = 1; this.comboSearchType.SelectedIndexChanged += new System.EventHandler(this.comboSearchType_SelectedIndexChanged); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(11, 23); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 12); this.label1.TabIndex = 0; this.label1.Text = "검색조건"; // // dataGridViewPatientSelectResult // this.dataGridViewPatientSelectResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridViewPatientSelectResult.Location = new System.Drawing.Point(8, 67); this.dataGridViewPatientSelectResult.Name = "dataGridViewPatientSelectResult"; this.dataGridViewPatientSelectResult.RowTemplate.Height = 23; this.dataGridViewPatientSelectResult.Size = new System.Drawing.Size(563, 315); this.dataGridViewPatientSelectResult.TabIndex = 1; // // buttonOK // this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK; this.buttonOK.Location = new System.Drawing.Point(423, 389); this.buttonOK.Name = "buttonOK"; this.buttonOK.Size = new System.Drawing.Size(71, 23); this.buttonOK.TabIndex = 2; this.buttonOK.Text = "확인"; this.buttonOK.UseVisualStyleBackColor = true; // // buttonCancel // this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonCancel.Location = new System.Drawing.Point(500, 388); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(71, 23); this.buttonCancel.TabIndex = 3; this.buttonCancel.Text = "취소"; this.buttonCancel.UseVisualStyleBackColor = true; // // PatientSearchPopup // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(579, 424); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonOK); this.Controls.Add(this.dataGridViewPatientSelectResult); this.Controls.Add(this.groupBox1); this.Name = "PatientSearchPopup"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "환자기초정보조회"; this.Load += new System.EventHandler(this.PatientSearchPopup_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewPatientSelectResult)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button buttonPatientSelect; private System.Windows.Forms.TextBox textboxSearchText; private System.Windows.Forms.ComboBox comboSearchType; private System.Windows.Forms.Label label1; private System.Windows.Forms.DataGridView dataGridViewPatientSelectResult; private System.Windows.Forms.Button buttonOK; private System.Windows.Forms.Button buttonCancel; } }