namespace CLIP.eForm.Consent.UI
{
partial class PatientSelectTabEmergencyPatient
{
///
/// 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 Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.labelSelectPeriod = new System.Windows.Forms.Label();
this.dateTimePickerClnDate = new System.Windows.Forms.DateTimePicker();
this.buttonPatientSelect = new System.Windows.Forms.Button();
this.dataGridViewPatientSelectResult = new System.Windows.Forms.DataGridView();
this.panel1 = new System.Windows.Forms.Panel();
this.radioGubunOut = new System.Windows.Forms.RadioButton();
this.radioGubunOutIng = new System.Windows.Forms.RadioButton();
this.radioGubunIng = new System.Windows.Forms.RadioButton();
this.radioGubunTemp = new System.Windows.Forms.RadioButton();
this.textBoxSearchText = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.comboDoctor = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.comboDept = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.dataGridViewPatientSelectResult)).BeginInit();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// labelSelectPeriod
//
this.labelSelectPeriod.AutoSize = true;
this.labelSelectPeriod.Location = new System.Drawing.Point(5, 13);
this.labelSelectPeriod.Margin = new System.Windows.Forms.Padding(0);
this.labelSelectPeriod.Name = "labelSelectPeriod";
this.labelSelectPeriod.Size = new System.Drawing.Size(41, 12);
this.labelSelectPeriod.TabIndex = 14;
this.labelSelectPeriod.Text = "진료일";
//
// dateTimePickerClnDate
//
this.dateTimePickerClnDate.CustomFormat = "yyyy-MM-dd";
this.dateTimePickerClnDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dateTimePickerClnDate.Location = new System.Drawing.Point(50, 9);
this.dateTimePickerClnDate.Name = "dateTimePickerClnDate";
this.dateTimePickerClnDate.Size = new System.Drawing.Size(85, 21);
this.dateTimePickerClnDate.TabIndex = 17;
this.dateTimePickerClnDate.Value = new System.DateTime(2016, 6, 1, 0, 0, 0, 0);
//
// buttonPatientSelect
//
this.buttonPatientSelect.Location = new System.Drawing.Point(164, 80);
this.buttonPatientSelect.Name = "buttonPatientSelect";
this.buttonPatientSelect.Size = new System.Drawing.Size(50, 23);
this.buttonPatientSelect.TabIndex = 28;
this.buttonPatientSelect.Text = "조회";
this.buttonPatientSelect.UseVisualStyleBackColor = true;
this.buttonPatientSelect.Click += new System.EventHandler(this.buttonPatientSelect_Click);
//
// dataGridViewPatientSelectResult
//
this.dataGridViewPatientSelectResult.AllowUserToAddRows = false;
this.dataGridViewPatientSelectResult.AllowUserToDeleteRows = false;
this.dataGridViewPatientSelectResult.AllowUserToResizeRows = false;
this.dataGridViewPatientSelectResult.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.dataGridViewPatientSelectResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridViewPatientSelectResult.Location = new System.Drawing.Point(0, 117);
this.dataGridViewPatientSelectResult.MultiSelect = false;
this.dataGridViewPatientSelectResult.Name = "dataGridViewPatientSelectResult";
this.dataGridViewPatientSelectResult.RowHeadersWidth = 40;
this.dataGridViewPatientSelectResult.RowTemplate.Height = 23;
this.dataGridViewPatientSelectResult.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridViewPatientSelectResult.ShowEditingIcon = false;
this.dataGridViewPatientSelectResult.Size = new System.Drawing.Size(1105, 474);
this.dataGridViewPatientSelectResult.TabIndex = 40;
this.dataGridViewPatientSelectResult.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewPatientSelectResult_CellDoubleClick);
//
// panel1
//
this.panel1.Controls.Add(this.radioGubunOut);
this.panel1.Controls.Add(this.radioGubunOutIng);
this.panel1.Controls.Add(this.radioGubunIng);
this.panel1.Controls.Add(this.radioGubunTemp);
this.panel1.Controls.Add(this.textBoxSearchText);
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.comboDoctor);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.comboDept);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.labelSelectPeriod);
this.panel1.Controls.Add(this.dateTimePickerClnDate);
this.panel1.Controls.Add(this.buttonPatientSelect);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Margin = new System.Windows.Forms.Padding(0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1105, 111);
this.panel1.TabIndex = 41;
//
// radioGubunOut
//
this.radioGubunOut.AutoSize = true;
this.radioGubunOut.Location = new System.Drawing.Point(180, 60);
this.radioGubunOut.Name = "radioGubunOut";
this.radioGubunOut.Size = new System.Drawing.Size(47, 16);
this.radioGubunOut.TabIndex = 44;
this.radioGubunOut.Tag = "3";
this.radioGubunOut.Text = "퇴원";
this.radioGubunOut.UseVisualStyleBackColor = true;
//
// radioGubunOutIng
//
this.radioGubunOutIng.AutoSize = true;
this.radioGubunOutIng.Location = new System.Drawing.Point(104, 60);
this.radioGubunOutIng.Name = "radioGubunOutIng";
this.radioGubunOutIng.Size = new System.Drawing.Size(71, 16);
this.radioGubunOutIng.TabIndex = 43;
this.radioGubunOutIng.Tag = "2";
this.radioGubunOutIng.Text = "퇴실정리";
this.radioGubunOutIng.UseVisualStyleBackColor = true;
//
// radioGubunIng
//
this.radioGubunIng.AutoSize = true;
this.radioGubunIng.Checked = true;
this.radioGubunIng.Location = new System.Drawing.Point(52, 60);
this.radioGubunIng.Name = "radioGubunIng";
this.radioGubunIng.Size = new System.Drawing.Size(47, 16);
this.radioGubunIng.TabIndex = 42;
this.radioGubunIng.TabStop = true;
this.radioGubunIng.Tag = "1";
this.radioGubunIng.Text = "재원";
this.radioGubunIng.UseVisualStyleBackColor = true;
//
// radioGubunTemp
//
this.radioGubunTemp.AutoSize = true;
this.radioGubunTemp.Location = new System.Drawing.Point(232, 60);
this.radioGubunTemp.Name = "radioGubunTemp";
this.radioGubunTemp.Size = new System.Drawing.Size(71, 16);
this.radioGubunTemp.TabIndex = 41;
this.radioGubunTemp.Tag = "C";
this.radioGubunTemp.Text = "임시저장";
this.radioGubunTemp.UseVisualStyleBackColor = true;
//
// textBoxSearchText
//
this.textBoxSearchText.Location = new System.Drawing.Point(63, 82);
this.textBoxSearchText.Margin = new System.Windows.Forms.Padding(0);
this.textBoxSearchText.MaxLength = 10;
this.textBoxSearchText.Name = "textBoxSearchText";
this.textBoxSearchText.Size = new System.Drawing.Size(91, 21);
this.textBoxSearchText.TabIndex = 39;
this.textBoxSearchText.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBoxSearchText_KeyDown);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(5, 85);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 38;
this.label4.Text = "등록번호";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(155, 38);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 36;
this.label3.Text = "진료의";
//
// comboDoctor
//
this.comboDoctor.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.comboDoctor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboDoctor.FormattingEnabled = true;
this.comboDoctor.ItemHeight = 16;
this.comboDoctor.Location = new System.Drawing.Point(200, 33);
this.comboDoctor.Name = "comboDoctor";
this.comboDoctor.Size = new System.Drawing.Size(90, 22);
this.comboDoctor.TabIndex = 35;
this.comboDoctor.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.comboDoctor_DrawItem);
this.comboDoctor.MeasureItem += new System.Windows.Forms.MeasureItemEventHandler(this.comboDoctor_MeasureItem);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(5, 37);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 34;
this.label2.Text = "진료과";
//
// comboDept
//
this.comboDept.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.comboDept.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboDept.DropDownWidth = 150;
this.comboDept.FormattingEnabled = true;
this.comboDept.ItemHeight = 16;
this.comboDept.Location = new System.Drawing.Point(50, 33);
this.comboDept.Name = "comboDept";
this.comboDept.Size = new System.Drawing.Size(100, 22);
this.comboDept.TabIndex = 33;
this.comboDept.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.comboDept_DrawItem);
this.comboDept.MeasureItem += new System.Windows.Forms.MeasureItemEventHandler(this.comboDept_MeasureItem);
this.comboDept.SelectedIndexChanged += new System.EventHandler(this.comboDept_SelectedIndexChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(5, 61);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(29, 12);
this.label1.TabIndex = 32;
this.label1.Text = "구분";
//
// PatientSelectTabEmergencyPatient
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.dataGridViewPatientSelectResult);
this.Controls.Add(this.panel1);
this.Name = "PatientSelectTabEmergencyPatient";
this.Size = new System.Drawing.Size(1105, 591);
this.Load += new System.EventHandler(this.PatientSelectTabEmergencyPatient_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridViewPatientSelectResult)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label labelSelectPeriod;
private System.Windows.Forms.DateTimePicker dateTimePickerClnDate;
private System.Windows.Forms.Button buttonPatientSelect;
private System.Windows.Forms.DataGridView dataGridViewPatientSelectResult;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.TextBox textBoxSearchText;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ComboBox comboDoctor;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox comboDept;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.RadioButton radioGubunOut;
private System.Windows.Forms.RadioButton radioGubunOutIng;
private System.Windows.Forms.RadioButton radioGubunIng;
private System.Windows.Forms.RadioButton radioGubunTemp;
}
}