namespace CLIP.eForm.Consent.UI
{
partial class PatientListCtrl
{
///
/// 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.tabControlPatientSelect = new System.Windows.Forms.TabControl();
this.tabPageSearchPatient = new System.Windows.Forms.TabPage();
this.patientSelectTabSearchPatient1 = new CLIP.eForm.Consent.UI.PatientSelectTabSearchPatient();
this.tabPageEmergencyPatient = new System.Windows.Forms.TabPage();
this.patientSelectTabEmergencyPatient = new CLIP.eForm.Consent.UI.PatientSelectTabEmergencyPatient();
this.tabPageOperatePatient = new System.Windows.Forms.TabPage();
this.patientSelectTabOperatePatient = new CLIP.eForm.Consent.UI.PatientSelectTabOperatePatient();
this.tabPageInPatient = new System.Windows.Forms.TabPage();
this.patientSelectTabInPatient = new CLIP.eForm.Consent.UI.PatientSelectTabInPatient();
this.tabPageOutPatient = new System.Windows.Forms.TabPage();
this.patientSelectTabOutPatient = new CLIP.eForm.Consent.UI.PatientSelectTabOutPatient();
this.tabControlPatientSelect.SuspendLayout();
this.tabPageSearchPatient.SuspendLayout();
this.tabPageEmergencyPatient.SuspendLayout();
this.tabPageOperatePatient.SuspendLayout();
this.tabPageInPatient.SuspendLayout();
this.tabPageOutPatient.SuspendLayout();
this.SuspendLayout();
//
// tabControlPatientSelect
//
this.tabControlPatientSelect.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.tabControlPatientSelect.Controls.Add(this.tabPageSearchPatient);
this.tabControlPatientSelect.Controls.Add(this.tabPageEmergencyPatient);
this.tabControlPatientSelect.Controls.Add(this.tabPageOperatePatient);
this.tabControlPatientSelect.Controls.Add(this.tabPageInPatient);
this.tabControlPatientSelect.Controls.Add(this.tabPageOutPatient);
this.tabControlPatientSelect.Location = new System.Drawing.Point(0, 3);
this.tabControlPatientSelect.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
this.tabControlPatientSelect.Multiline = true;
this.tabControlPatientSelect.Name = "tabControlPatientSelect";
this.tabControlPatientSelect.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.tabControlPatientSelect.RightToLeftLayout = true;
this.tabControlPatientSelect.SelectedIndex = 0;
this.tabControlPatientSelect.Size = new System.Drawing.Size(333, 594);
this.tabControlPatientSelect.SizeMode = System.Windows.Forms.TabSizeMode.FillToRight;
this.tabControlPatientSelect.TabIndex = 2;
this.tabControlPatientSelect.SelectedIndexChanged += new System.EventHandler(this.tabControlPatientSelect_SelectedIndexChanged);
//
// tabPageSearchPatient
//
this.tabPageSearchPatient.BackColor = System.Drawing.Color.Transparent;
this.tabPageSearchPatient.Controls.Add(this.patientSelectTabSearchPatient1);
this.tabPageSearchPatient.Location = new System.Drawing.Point(4, 22);
this.tabPageSearchPatient.Name = "tabPageSearchPatient";
this.tabPageSearchPatient.Padding = new System.Windows.Forms.Padding(3);
this.tabPageSearchPatient.Size = new System.Drawing.Size(325, 568);
this.tabPageSearchPatient.TabIndex = 4;
this.tabPageSearchPatient.Text = "환자검색";
this.tabPageSearchPatient.UseVisualStyleBackColor = true;
//
// patientSelectTabSearchPatient1
//
this.patientSelectTabSearchPatient1.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.patientSelectTabSearchPatient1.Location = new System.Drawing.Point(0, 0);
this.patientSelectTabSearchPatient1.Margin = new System.Windows.Forms.Padding(0);
this.patientSelectTabSearchPatient1.Name = "patientSelectTabSearchPatient1";
this.patientSelectTabSearchPatient1.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.patientSelectTabSearchPatient1.Size = new System.Drawing.Size(325, 562);
this.patientSelectTabSearchPatient1.TabIndex = 0;
//
// tabPageEmergencyPatient
//
this.tabPageEmergencyPatient.Controls.Add(this.patientSelectTabEmergencyPatient);
this.tabPageEmergencyPatient.Location = new System.Drawing.Point(4, 22);
this.tabPageEmergencyPatient.Name = "tabPageEmergencyPatient";
this.tabPageEmergencyPatient.Padding = new System.Windows.Forms.Padding(3);
this.tabPageEmergencyPatient.Size = new System.Drawing.Size(325, 568);
this.tabPageEmergencyPatient.TabIndex = 1;
this.tabPageEmergencyPatient.Text = " 응급";
this.tabPageEmergencyPatient.UseVisualStyleBackColor = true;
//
// patientSelectTabEmergencyPatient
//
this.patientSelectTabEmergencyPatient.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.patientSelectTabEmergencyPatient.Location = new System.Drawing.Point(0, 0);
this.patientSelectTabEmergencyPatient.Margin = new System.Windows.Forms.Padding(0);
this.patientSelectTabEmergencyPatient.Name = "patientSelectTabEmergencyPatient";
this.patientSelectTabEmergencyPatient.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.patientSelectTabEmergencyPatient.Size = new System.Drawing.Size(325, 568);
this.patientSelectTabEmergencyPatient.TabIndex = 0;
//
// tabPageOperatePatient
//
this.tabPageOperatePatient.Controls.Add(this.patientSelectTabOperatePatient);
this.tabPageOperatePatient.Location = new System.Drawing.Point(4, 22);
this.tabPageOperatePatient.Name = "tabPageOperatePatient";
this.tabPageOperatePatient.Size = new System.Drawing.Size(325, 568);
this.tabPageOperatePatient.TabIndex = 2;
this.tabPageOperatePatient.Text = " 수술";
this.tabPageOperatePatient.UseVisualStyleBackColor = true;
//
// patientSelectTabOperatePatient
//
this.patientSelectTabOperatePatient.Dock = System.Windows.Forms.DockStyle.Fill;
this.patientSelectTabOperatePatient.Location = new System.Drawing.Point(0, 0);
this.patientSelectTabOperatePatient.Margin = new System.Windows.Forms.Padding(0);
this.patientSelectTabOperatePatient.Name = "patientSelectTabOperatePatient";
this.patientSelectTabOperatePatient.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.patientSelectTabOperatePatient.Size = new System.Drawing.Size(325, 568);
this.patientSelectTabOperatePatient.TabIndex = 0;
//
// tabPageInPatient
//
this.tabPageInPatient.Controls.Add(this.patientSelectTabInPatient);
this.tabPageInPatient.Location = new System.Drawing.Point(4, 22);
this.tabPageInPatient.Name = "tabPageInPatient";
this.tabPageInPatient.Size = new System.Drawing.Size(325, 568);
this.tabPageInPatient.TabIndex = 3;
this.tabPageInPatient.Text = " 입원";
this.tabPageInPatient.UseVisualStyleBackColor = true;
//
// patientSelectTabInPatient
//
this.patientSelectTabInPatient.Dock = System.Windows.Forms.DockStyle.Fill;
this.patientSelectTabInPatient.Location = new System.Drawing.Point(0, 0);
this.patientSelectTabInPatient.Margin = new System.Windows.Forms.Padding(0);
this.patientSelectTabInPatient.Name = "patientSelectTabInPatient";
this.patientSelectTabInPatient.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.patientSelectTabInPatient.Size = new System.Drawing.Size(325, 568);
this.patientSelectTabInPatient.TabIndex = 0;
//
// tabPageOutPatient
//
this.tabPageOutPatient.Controls.Add(this.patientSelectTabOutPatient);
this.tabPageOutPatient.Location = new System.Drawing.Point(4, 22);
this.tabPageOutPatient.Name = "tabPageOutPatient";
this.tabPageOutPatient.Size = new System.Drawing.Size(325, 568);
this.tabPageOutPatient.TabIndex = 5;
this.tabPageOutPatient.Text = " 외래";
this.tabPageOutPatient.UseVisualStyleBackColor = true;
//
// patientSelectTabOutPatient
//
this.patientSelectTabOutPatient.Dock = System.Windows.Forms.DockStyle.Fill;
this.patientSelectTabOutPatient.Location = new System.Drawing.Point(0, 0);
this.patientSelectTabOutPatient.Margin = new System.Windows.Forms.Padding(0);
this.patientSelectTabOutPatient.Name = "patientSelectTabOutPatient";
this.patientSelectTabOutPatient.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.patientSelectTabOutPatient.Size = new System.Drawing.Size(325, 568);
this.patientSelectTabOutPatient.TabIndex = 0;
//
// PatientListCtrl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.tabControlPatientSelect);
this.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
this.Name = "PatientListCtrl";
this.Size = new System.Drawing.Size(333, 597);
this.Load += new System.EventHandler(this.PatientListCtrl_Load);
this.tabControlPatientSelect.ResumeLayout(false);
this.tabPageSearchPatient.ResumeLayout(false);
this.tabPageEmergencyPatient.ResumeLayout(false);
this.tabPageOperatePatient.ResumeLayout(false);
this.tabPageInPatient.ResumeLayout(false);
this.tabPageOutPatient.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl tabControlPatientSelect;
private System.Windows.Forms.TabPage tabPageOperatePatient;
private System.Windows.Forms.TabPage tabPageInPatient;
private System.Windows.Forms.TabPage tabPageSearchPatient;
private System.Windows.Forms.TabPage tabPageEmergencyPatient;
private System.Windows.Forms.TabPage tabPageOutPatient;
private PatientSelectTabSearchPatient patientSelectTabSearchPatient1;
private PatientSelectTabOperatePatient patientSelectTabOperatePatient;
private PatientSelectTabInPatient patientSelectTabInPatient;
private PatientSelectTabOutPatient patientSelectTabOutPatient;
private PatientSelectTabEmergencyPatient patientSelectTabEmergencyPatient;
}
}