namespace PTMedicalInsurance.Forms
{
partial class ToRecordFrom
{
///
/// 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.panel2 = new System.Windows.Forms.Panel();
this.btn_Cancel = new System.Windows.Forms.Button();
this.btn_OK = new System.Windows.Forms.Button();
this.panel3 = new System.Windows.Forms.Panel();
this.cbx_ToMedInst = new System.Windows.Forms.ComboBox();
this.cbx_MedInst = new System.Windows.Forms.ComboBox();
this.tbx_TranOpin = new System.Windows.Forms.RichTextBox();
this.tbx_TranRea = new System.Windows.Forms.RichTextBox();
this.dpk_EndDate = new System.Windows.Forms.DateTimePicker();
this.dpk_StaDate = new System.Windows.Forms.DateTimePicker();
this.dpk_TranDate = new System.Windows.Forms.DateTimePicker();
this.tbx_ToAddNo = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.tbx_TranType = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.textBox3 = new System.Windows.Forms.TextBox();
this.lab_TranOpin = new System.Windows.Forms.Label();
this.lab_TranRea = new System.Windows.Forms.Label();
this.lab_EndDate = new System.Windows.Forms.Label();
this.lab_StaDate = new System.Windows.Forms.Label();
this.lab_TranDate = new System.Windows.Forms.Label();
this.lab_MediArea = new System.Windows.Forms.Label();
this.lab_OrgaName = new System.Windows.Forms.Label();
this.panel4 = new System.Windows.Forms.Panel();
this.cbx_DiagName = new System.Windows.Forms.ComboBox();
this.cbx_DiseName = new System.Windows.Forms.ComboBox();
this.rtb_DiagDesc = new System.Windows.Forms.RichTextBox();
this.label4 = new System.Windows.Forms.Label();
this.textBox2 = new System.Windows.Forms.TextBox();
this.lab_DiagDesc = new System.Windows.Forms.Label();
this.lab_DiagName = new System.Windows.Forms.Label();
this.panel5 = new System.Windows.Forms.Panel();
this.tbx_AddNo = new System.Windows.Forms.TextBox();
this.tbx_MediGen = new System.Windows.Forms.TextBox();
this.tbx_InsuType = new System.Windows.Forms.TextBox();
this.tbx_address = new System.Windows.Forms.TextBox();
this.tbx_Phone = new System.Windows.Forms.TextBox();
this.tbx_No = new System.Windows.Forms.TextBox();
this.tbx_IdCard = new System.Windows.Forms.TextBox();
this.cbx_CardType = new System.Windows.Forms.ComboBox();
this.tbx_Name = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.lab_ = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.lab_address = new System.Windows.Forms.Label();
this.lab_No = new System.Windows.Forms.Label();
this.lab_Phone = new System.Windows.Forms.Label();
this.lab_Work = new System.Windows.Forms.Label();
this.lab_Name = new System.Windows.Forms.Label();
this.lab_IdCard = new System.Windows.Forms.Label();
this.btn_GetMsg = new System.Windows.Forms.Button();
this.panel2.SuspendLayout();
this.panel3.SuspendLayout();
this.panel4.SuspendLayout();
this.panel5.SuspendLayout();
this.SuspendLayout();
//
// panel2
//
this.panel2.Controls.Add(this.btn_Cancel);
this.panel2.Controls.Add(this.btn_OK);
this.panel2.Controls.Add(this.panel3);
this.panel2.Controls.Add(this.panel4);
this.panel2.Controls.Add(this.panel5);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1240, 768);
this.panel2.TabIndex = 4;
//
// btn_Cancel
//
this.btn_Cancel.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_Cancel.Location = new System.Drawing.Point(667, 711);
this.btn_Cancel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btn_Cancel.Name = "btn_Cancel";
this.btn_Cancel.Size = new System.Drawing.Size(100, 41);
this.btn_Cancel.TabIndex = 2066;
this.btn_Cancel.Text = "取 消";
this.btn_Cancel.UseVisualStyleBackColor = true;
this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
//
// btn_OK
//
this.btn_OK.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_OK.Location = new System.Drawing.Point(461, 711);
this.btn_OK.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btn_OK.Name = "btn_OK";
this.btn_OK.Size = new System.Drawing.Size(100, 41);
this.btn_OK.TabIndex = 2064;
this.btn_OK.Text = "同意转院";
this.btn_OK.UseVisualStyleBackColor = true;
this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click);
//
// panel3
//
this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.panel3.Controls.Add(this.cbx_ToMedInst);
this.panel3.Controls.Add(this.cbx_MedInst);
this.panel3.Controls.Add(this.tbx_TranOpin);
this.panel3.Controls.Add(this.tbx_TranRea);
this.panel3.Controls.Add(this.dpk_EndDate);
this.panel3.Controls.Add(this.dpk_StaDate);
this.panel3.Controls.Add(this.dpk_TranDate);
this.panel3.Controls.Add(this.tbx_ToAddNo);
this.panel3.Controls.Add(this.label8);
this.panel3.Controls.Add(this.tbx_TranType);
this.panel3.Controls.Add(this.label6);
this.panel3.Controls.Add(this.textBox3);
this.panel3.Controls.Add(this.lab_TranOpin);
this.panel3.Controls.Add(this.lab_TranRea);
this.panel3.Controls.Add(this.lab_EndDate);
this.panel3.Controls.Add(this.lab_StaDate);
this.panel3.Controls.Add(this.lab_TranDate);
this.panel3.Controls.Add(this.lab_MediArea);
this.panel3.Controls.Add(this.lab_OrgaName);
this.panel3.ForeColor = System.Drawing.Color.Red;
this.panel3.Location = new System.Drawing.Point(7, 360);
this.panel3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(1231, 319);
this.panel3.TabIndex = 2063;
//
// cbx_ToMedInst
//
this.cbx_ToMedInst.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cbx_ToMedInst.FormattingEnabled = true;
this.cbx_ToMedInst.Location = new System.Drawing.Point(587, 85);
this.cbx_ToMedInst.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.cbx_ToMedInst.Name = "cbx_ToMedInst";
this.cbx_ToMedInst.Size = new System.Drawing.Size(631, 31);
this.cbx_ToMedInst.TabIndex = 2093;
//
// cbx_MedInst
//
this.cbx_MedInst.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cbx_MedInst.FormattingEnabled = true;
this.cbx_MedInst.Location = new System.Drawing.Point(587, 44);
this.cbx_MedInst.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.cbx_MedInst.Name = "cbx_MedInst";
this.cbx_MedInst.Size = new System.Drawing.Size(631, 31);
this.cbx_MedInst.TabIndex = 2092;
//
// tbx_TranOpin
//
this.tbx_TranOpin.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbx_TranOpin.Location = new System.Drawing.Point(107, 239);
this.tbx_TranOpin.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.tbx_TranOpin.Name = "tbx_TranOpin";
this.tbx_TranOpin.Size = new System.Drawing.Size(1111, 64);
this.tbx_TranOpin.TabIndex = 2079;
this.tbx_TranOpin.Text = "";
//
// tbx_TranRea
//
this.tbx_TranRea.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbx_TranRea.Location = new System.Drawing.Point(107, 166);
this.tbx_TranRea.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.tbx_TranRea.Name = "tbx_TranRea";
this.tbx_TranRea.Size = new System.Drawing.Size(1111, 64);
this.tbx_TranRea.TabIndex = 2078;
this.tbx_TranRea.Text = "";
//
// dpk_EndDate
//
this.dpk_EndDate.CalendarTrailingForeColor = System.Drawing.SystemColors.GradientActiveCaption;
this.dpk_EndDate.CustomFormat = "yyyy-MM-dd";
this.dpk_EndDate.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dpk_EndDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dpk_EndDate.Location = new System.Drawing.Point(785, 126);
this.dpk_EndDate.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.dpk_EndDate.Name = "dpk_EndDate";
this.dpk_EndDate.Size = new System.Drawing.Size(432, 31);
this.dpk_EndDate.TabIndex = 2077;
//
// dpk_StaDate
//
this.dpk_StaDate.CalendarTrailingForeColor = System.Drawing.SystemColors.GradientActiveCaption;
this.dpk_StaDate.CustomFormat = "yyyy-MM-dd";
this.dpk_StaDate.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dpk_StaDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dpk_StaDate.Location = new System.Drawing.Point(471, 126);
this.dpk_StaDate.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.dpk_StaDate.Name = "dpk_StaDate";
this.dpk_StaDate.Size = new System.Drawing.Size(207, 31);
this.dpk_StaDate.TabIndex = 2076;
//
// dpk_TranDate
//
this.dpk_TranDate.CustomFormat = "yyyy-MM-dd";
this.dpk_TranDate.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dpk_TranDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dpk_TranDate.Location = new System.Drawing.Point(107, 126);
this.dpk_TranDate.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.dpk_TranDate.Name = "dpk_TranDate";
this.dpk_TranDate.Size = new System.Drawing.Size(253, 31);
this.dpk_TranDate.TabIndex = 2075;
//
// tbx_ToAddNo
//
this.tbx_ToAddNo.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbx_ToAddNo.Location = new System.Drawing.Point(161, 89);
this.tbx_ToAddNo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.tbx_ToAddNo.Name = "tbx_ToAddNo";
this.tbx_ToAddNo.Size = new System.Drawing.Size(197, 27);
this.tbx_ToAddNo.TabIndex = 2072;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label8.ForeColor = System.Drawing.Color.Red;
this.label8.Location = new System.Drawing.Point(375, 52);
this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(170, 18);
this.label8.TabIndex = 2061;
this.label8.Text = "定点医药机构名称:";
//
// tbx_TranType
//
this.tbx_TranType.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbx_TranType.Location = new System.Drawing.Point(107, 49);
this.tbx_TranType.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.tbx_TranType.Name = "tbx_TranType";
this.tbx_TranType.Size = new System.Drawing.Size(252, 27);
this.tbx_TranType.TabIndex = 2056;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.Location = new System.Drawing.Point(11, 52);
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(98, 18);
this.label6.TabIndex = 2057;
this.label6.Text = "转院类型:";
//
// textBox3
//
this.textBox3.BackColor = System.Drawing.Color.Turquoise;
this.textBox3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.textBox3.Dock = System.Windows.Forms.DockStyle.Top;
this.textBox3.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textBox3.Location = new System.Drawing.Point(0, 0);
this.textBox3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.textBox3.Multiline = true;
this.textBox3.Name = "textBox3";
this.textBox3.ReadOnly = true;
this.textBox3.Size = new System.Drawing.Size(1227, 36);
this.textBox3.TabIndex = 2055;
this.textBox3.TabStop = false;
this.textBox3.Text = "转院信息";
this.textBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// lab_TranOpin
//
this.lab_TranOpin.AutoSize = true;
this.lab_TranOpin.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lab_TranOpin.Location = new System.Drawing.Point(11, 259);
this.lab_TranOpin.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lab_TranOpin.Name = "lab_TranOpin";
this.lab_TranOpin.Size = new System.Drawing.Size(98, 18);
this.lab_TranOpin.TabIndex = 2047;
this.lab_TranOpin.Text = "转院意见:";
//
// lab_TranRea
//
this.lab_TranRea.AutoSize = true;
this.lab_TranRea.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lab_TranRea.Location = new System.Drawing.Point(11, 189);
this.lab_TranRea.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lab_TranRea.Name = "lab_TranRea";
this.lab_TranRea.Size = new System.Drawing.Size(98, 18);
this.lab_TranRea.TabIndex = 2054;
this.lab_TranRea.Text = "转院原因:";
//
// lab_EndDate
//
this.lab_EndDate.AutoSize = true;
this.lab_EndDate.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lab_EndDate.ForeColor = System.Drawing.SystemColors.ControlText;
this.lab_EndDate.Location = new System.Drawing.Point(689, 134);
this.lab_EndDate.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lab_EndDate.Name = "lab_EndDate";
this.lab_EndDate.Size = new System.Drawing.Size(98, 18);
this.lab_EndDate.TabIndex = 2053;
this.lab_EndDate.Text = "结束日期:";
//
// lab_StaDate
//
this.lab_StaDate.AutoSize = true;
this.lab_StaDate.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lab_StaDate.ForeColor = System.Drawing.Color.Red;
this.lab_StaDate.Location = new System.Drawing.Point(379, 134);
this.lab_StaDate.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lab_StaDate.Name = "lab_StaDate";
this.lab_StaDate.Size = new System.Drawing.Size(98, 18);
this.lab_StaDate.TabIndex = 2052;
this.lab_StaDate.Text = "开始日期:";
//
// lab_TranDate
//
this.lab_TranDate.AutoSize = true;
this.lab_TranDate.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lab_TranDate.ForeColor = System.Drawing.Color.Red;
this.lab_TranDate.Location = new System.Drawing.Point(11, 134);
this.lab_TranDate.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lab_TranDate.Name = "lab_TranDate";
this.lab_TranDate.Size = new System.Drawing.Size(98, 18);
this.lab_TranDate.TabIndex = 2049;
this.lab_TranDate.Text = "转院日期:";
//
// lab_MediArea
//
this.lab_MediArea.AutoSize = true;
this.lab_MediArea.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lab_MediArea.ForeColor = System.Drawing.Color.Red;
this.lab_MediArea.Location = new System.Drawing.Point(11, 95);
this.lab_MediArea.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lab_MediArea.Name = "lab_MediArea";
this.lab_MediArea.Size = new System.Drawing.Size(152, 18);
this.lab_MediArea.TabIndex = 2051;
this.lab_MediArea.Text = "就医地行政区划:";
//
// lab_OrgaName
//
this.lab_OrgaName.AutoSize = true;
this.lab_OrgaName.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lab_OrgaName.ForeColor = System.Drawing.Color.Red;
this.lab_OrgaName.Location = new System.Drawing.Point(379, 95);
this.lab_OrgaName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lab_OrgaName.Name = "lab_OrgaName";
this.lab_OrgaName.Size = new System.Drawing.Size(206, 18);
this.lab_OrgaName.TabIndex = 2048;
this.lab_OrgaName.Text = "转往定点医药机构名称:";
//
// panel4
//
this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.panel4.Controls.Add(this.cbx_DiagName);
this.panel4.Controls.Add(this.cbx_DiseName);
this.panel4.Controls.Add(this.rtb_DiagDesc);
this.panel4.Controls.Add(this.label4);
this.panel4.Controls.Add(this.textBox2);
this.panel4.Controls.Add(this.lab_DiagDesc);
this.panel4.Controls.Add(this.lab_DiagName);
this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
this.panel4.Location = new System.Drawing.Point(0, 168);
this.panel4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(1240, 170);
this.panel4.TabIndex = 2062;
//
// cbx_DiagName
//
this.cbx_DiagName.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cbx_DiagName.FormattingEnabled = true;
this.cbx_DiagName.Location = new System.Drawing.Point(785, 44);
this.cbx_DiagName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.cbx_DiagName.Name = "cbx_DiagName";
this.cbx_DiagName.Size = new System.Drawing.Size(432, 31);
this.cbx_DiagName.TabIndex = 2093;
this.cbx_DiagName.TabStop = false;
//
// cbx_DiseName
//
this.cbx_DiseName.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cbx_DiseName.FormattingEnabled = true;
this.cbx_DiseName.Location = new System.Drawing.Point(105, 44);
this.cbx_DiseName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.cbx_DiseName.Name = "cbx_DiseName";
this.cbx_DiseName.Size = new System.Drawing.Size(571, 31);
this.cbx_DiseName.TabIndex = 2092;
this.cbx_DiseName.TabStop = false;
this.cbx_DiseName.TextUpdate += new System.EventHandler(this.cbx_DiseName_TextUpdate);
//
// rtb_DiagDesc
//
this.rtb_DiagDesc.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.rtb_DiagDesc.Location = new System.Drawing.Point(107, 86);
this.rtb_DiagDesc.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.rtb_DiagDesc.Name = "rtb_DiagDesc";
this.rtb_DiagDesc.Size = new System.Drawing.Size(1111, 64);
this.rtb_DiagDesc.TabIndex = 2049;
this.rtb_DiagDesc.Text = "";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.ForeColor = System.Drawing.Color.Red;
this.label4.Location = new System.Drawing.Point(11, 52);
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(98, 18);
this.label4.TabIndex = 2044;
this.label4.Text = "病种名称:";
//
// textBox2
//
this.textBox2.BackColor = System.Drawing.Color.Turquoise;
this.textBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.textBox2.Dock = System.Windows.Forms.DockStyle.Top;
this.textBox2.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textBox2.Location = new System.Drawing.Point(0, 0);
this.textBox2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.textBox2.Multiline = true;
this.textBox2.Name = "textBox2";
this.textBox2.ReadOnly = true;
this.textBox2.Size = new System.Drawing.Size(1236, 36);
this.textBox2.TabIndex = 1401;
this.textBox2.TabStop = false;
this.textBox2.Text = "诊断信息";
this.textBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// lab_DiagDesc
//
this.lab_DiagDesc.AutoSize = true;
this.lab_DiagDesc.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lab_DiagDesc.Location = new System.Drawing.Point(11, 90);
this.lab_DiagDesc.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lab_DiagDesc.Name = "lab_DiagDesc";
this.lab_DiagDesc.Size = new System.Drawing.Size(98, 18);
this.lab_DiagDesc.TabIndex = 2038;
this.lab_DiagDesc.Text = "病情描述:";
//
// lab_DiagName
//
this.lab_DiagName.AutoSize = true;
this.lab_DiagName.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lab_DiagName.ForeColor = System.Drawing.SystemColors.ControlText;
this.lab_DiagName.Location = new System.Drawing.Point(689, 52);
this.lab_DiagName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lab_DiagName.Name = "lab_DiagName";
this.lab_DiagName.Size = new System.Drawing.Size(98, 18);
this.lab_DiagName.TabIndex = 2040;
this.lab_DiagName.Text = "诊断名称:";
//
// panel5
//
this.panel5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.panel5.Controls.Add(this.tbx_AddNo);
this.panel5.Controls.Add(this.tbx_MediGen);
this.panel5.Controls.Add(this.tbx_InsuType);
this.panel5.Controls.Add(this.tbx_address);
this.panel5.Controls.Add(this.tbx_Phone);
this.panel5.Controls.Add(this.tbx_No);
this.panel5.Controls.Add(this.tbx_IdCard);
this.panel5.Controls.Add(this.cbx_CardType);
this.panel5.Controls.Add(this.tbx_Name);
this.panel5.Controls.Add(this.label3);
this.panel5.Controls.Add(this.label2);
this.panel5.Controls.Add(this.lab_);
this.panel5.Controls.Add(this.textBox1);
this.panel5.Controls.Add(this.lab_address);
this.panel5.Controls.Add(this.lab_No);
this.panel5.Controls.Add(this.lab_Phone);
this.panel5.Controls.Add(this.lab_Work);
this.panel5.Controls.Add(this.lab_Name);
this.panel5.Controls.Add(this.lab_IdCard);
this.panel5.Controls.Add(this.btn_GetMsg);
this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
this.panel5.Location = new System.Drawing.Point(0, 0);
this.panel5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(1240, 168);
this.panel5.TabIndex = 2061;
this.panel5.TabStop = true;
//
// tbx_AddNo
//
this.tbx_AddNo.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbx_AddNo.Location = new System.Drawing.Point(857, 122);
this.tbx_AddNo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.tbx_AddNo.Name = "tbx_AddNo";
this.tbx_AddNo.Size = new System.Drawing.Size(360, 27);
this.tbx_AddNo.TabIndex = 2099;
//
// tbx_MediGen
//
this.tbx_MediGen.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbx_MediGen.Location = new System.Drawing.Point(471, 122);
this.tbx_MediGen.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.tbx_MediGen.Name = "tbx_MediGen";
this.tbx_MediGen.Size = new System.Drawing.Size(205, 27);
this.tbx_MediGen.TabIndex = 2098;
//
// tbx_InsuType
//
this.tbx_InsuType.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbx_InsuType.Location = new System.Drawing.Point(105, 122);
this.tbx_InsuType.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.tbx_InsuType.Name = "tbx_InsuType";
this.tbx_InsuType.Size = new System.Drawing.Size(253, 27);
this.tbx_InsuType.TabIndex = 2097;
//
// tbx_address
//
this.tbx_address.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbx_address.Location = new System.Drawing.Point(785, 82);
this.tbx_address.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.tbx_address.Name = "tbx_address";
this.tbx_address.Size = new System.Drawing.Size(432, 27);
this.tbx_address.TabIndex = 2096;
//
// tbx_Phone
//
this.tbx_Phone.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbx_Phone.Location = new System.Drawing.Point(471, 82);
this.tbx_Phone.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.tbx_Phone.Name = "tbx_Phone";
this.tbx_Phone.Size = new System.Drawing.Size(207, 27);
this.tbx_Phone.TabIndex = 2095;
//
// tbx_No
//
this.tbx_No.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbx_No.Location = new System.Drawing.Point(107, 82);
this.tbx_No.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.tbx_No.Name = "tbx_No";
this.tbx_No.Size = new System.Drawing.Size(253, 27);
this.tbx_No.TabIndex = 2094;
//
// tbx_IdCard
//
this.tbx_IdCard.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbx_IdCard.Location = new System.Drawing.Point(785, 46);
this.tbx_IdCard.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.tbx_IdCard.Name = "tbx_IdCard";
this.tbx_IdCard.Size = new System.Drawing.Size(273, 27);
this.tbx_IdCard.TabIndex = 2093;
//
// cbx_CardType
//
this.cbx_CardType.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cbx_CardType.FormattingEnabled = true;
this.cbx_CardType.Items.AddRange(new object[] {
"居民身份证"});
this.cbx_CardType.Location = new System.Drawing.Point(472, 41);
this.cbx_CardType.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.cbx_CardType.Name = "cbx_CardType";
this.cbx_CardType.Size = new System.Drawing.Size(208, 31);
this.cbx_CardType.TabIndex = 2092;
this.cbx_CardType.TabStop = false;
this.cbx_CardType.TextUpdate += new System.EventHandler(this.cbx_CardType_TextUpdate);
//
// tbx_Name
//
this.tbx_Name.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbx_Name.Location = new System.Drawing.Point(105, 46);
this.tbx_Name.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.tbx_Name.Name = "tbx_Name";
this.tbx_Name.Size = new System.Drawing.Size(253, 27);
this.tbx_Name.TabIndex = 1308;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.ForeColor = System.Drawing.Color.Red;
this.label3.Location = new System.Drawing.Point(689, 130);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(170, 18);
this.label3.TabIndex = 1306;
this.label3.Text = "医疗参保机构区划:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.ForeColor = System.Drawing.Color.Red;
this.label2.Location = new System.Drawing.Point(375, 126);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(98, 18);
this.label2.TabIndex = 1304;
this.label2.Text = "医疗类别:";
//
// lab_
//
this.lab_.AutoSize = true;
this.lab_.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lab_.ForeColor = System.Drawing.Color.Red;
this.lab_.Location = new System.Drawing.Point(11, 126);
this.lab_.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lab_.Name = "lab_";
this.lab_.Size = new System.Drawing.Size(98, 18);
this.lab_.TabIndex = 1302;
this.lab_.Text = "险种类型:";
//
// textBox1
//
this.textBox1.BackColor = System.Drawing.Color.Turquoise;
this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.textBox1.Dock = System.Windows.Forms.DockStyle.Top;
this.textBox1.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textBox1.Location = new System.Drawing.Point(0, 0);
this.textBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
this.textBox1.ReadOnly = true;
this.textBox1.Size = new System.Drawing.Size(1236, 33);
this.textBox1.TabIndex = 1300;
this.textBox1.TabStop = false;
this.textBox1.Text = "人员基本信息";
this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// lab_address
//
this.lab_address.AutoSize = true;
this.lab_address.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lab_address.Location = new System.Drawing.Point(689, 86);
this.lab_address.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lab_address.Name = "lab_address";
this.lab_address.Size = new System.Drawing.Size(98, 18);
this.lab_address.TabIndex = 111;
this.lab_address.Text = "联系地址:";
//
// lab_No
//
this.lab_No.AutoSize = true;
this.lab_No.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lab_No.ForeColor = System.Drawing.Color.Red;
this.lab_No.Location = new System.Drawing.Point(11, 86);
this.lab_No.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lab_No.Name = "lab_No";
this.lab_No.Size = new System.Drawing.Size(98, 18);
this.lab_No.TabIndex = 521;
this.lab_No.Text = "人员编号:";
//
// lab_Phone
//
this.lab_Phone.AutoSize = true;
this.lab_Phone.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lab_Phone.Location = new System.Drawing.Point(379, 86);
this.lab_Phone.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lab_Phone.Name = "lab_Phone";
this.lab_Phone.Size = new System.Drawing.Size(98, 18);
this.lab_Phone.TabIndex = 932;
this.lab_Phone.Text = "联系电话:";
//
// lab_Work
//
this.lab_Work.AutoSize = true;
this.lab_Work.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lab_Work.Location = new System.Drawing.Point(375, 50);
this.lab_Work.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lab_Work.Name = "lab_Work";
this.lab_Work.Size = new System.Drawing.Size(98, 18);
this.lab_Work.TabIndex = 731;
this.lab_Work.Text = "证件类型:";
//
// lab_Name
//
this.lab_Name.AutoSize = true;
this.lab_Name.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lab_Name.Location = new System.Drawing.Point(11, 54);
this.lab_Name.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lab_Name.Name = "lab_Name";
this.lab_Name.Size = new System.Drawing.Size(98, 18);
this.lab_Name.TabIndex = 311;
this.lab_Name.Text = "人员姓名:";
//
// lab_IdCard
//
this.lab_IdCard.AutoSize = true;
this.lab_IdCard.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lab_IdCard.Location = new System.Drawing.Point(689, 54);
this.lab_IdCard.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lab_IdCard.Name = "lab_IdCard";
this.lab_IdCard.Size = new System.Drawing.Size(98, 18);
this.lab_IdCard.TabIndex = 133;
this.lab_IdCard.Text = "证件号码:";
//
// btn_GetMsg
//
this.btn_GetMsg.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_GetMsg.Location = new System.Drawing.Point(1068, 45);
this.btn_GetMsg.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btn_GetMsg.Name = "btn_GetMsg";
this.btn_GetMsg.Size = new System.Drawing.Size(151, 31);
this.btn_GetMsg.TabIndex = 6;
this.btn_GetMsg.TabStop = false;
this.btn_GetMsg.Text = "获取用户信息";
this.btn_GetMsg.UseVisualStyleBackColor = true;
this.btn_GetMsg.Click += new System.EventHandler(this.btn_GetMsg_Click);
//
// ToRecordFrom
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1240, 768);
this.Controls.Add(this.panel2);
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Name = "ToRecordFrom";
this.Text = "转院备案";
this.Load += new System.EventHandler(this.ToRecordFrom_Load);
this.panel2.ResumeLayout(false);
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
this.panel4.ResumeLayout(false);
this.panel4.PerformLayout();
this.panel5.ResumeLayout(false);
this.panel5.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Button btn_Cancel;
private System.Windows.Forms.Button btn_OK;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.ComboBox cbx_ToMedInst;
private System.Windows.Forms.ComboBox cbx_MedInst;
private System.Windows.Forms.RichTextBox tbx_TranOpin;
private System.Windows.Forms.RichTextBox tbx_TranRea;
private System.Windows.Forms.DateTimePicker dpk_EndDate;
private System.Windows.Forms.DateTimePicker dpk_StaDate;
private System.Windows.Forms.DateTimePicker dpk_TranDate;
private System.Windows.Forms.TextBox tbx_ToAddNo;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox tbx_TranType;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.Label lab_TranOpin;
private System.Windows.Forms.Label lab_TranRea;
private System.Windows.Forms.Label lab_EndDate;
private System.Windows.Forms.Label lab_StaDate;
private System.Windows.Forms.Label lab_TranDate;
private System.Windows.Forms.Label lab_MediArea;
private System.Windows.Forms.Label lab_OrgaName;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.ComboBox cbx_DiagName;
private System.Windows.Forms.ComboBox cbx_DiseName;
private System.Windows.Forms.RichTextBox rtb_DiagDesc;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.Label lab_DiagDesc;
private System.Windows.Forms.Label lab_DiagName;
private System.Windows.Forms.Panel panel5;
private System.Windows.Forms.TextBox tbx_AddNo;
private System.Windows.Forms.TextBox tbx_MediGen;
private System.Windows.Forms.TextBox tbx_InsuType;
private System.Windows.Forms.TextBox tbx_address;
private System.Windows.Forms.TextBox tbx_Phone;
private System.Windows.Forms.TextBox tbx_No;
private System.Windows.Forms.TextBox tbx_IdCard;
private System.Windows.Forms.ComboBox cbx_CardType;
private System.Windows.Forms.TextBox tbx_Name;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label lab_;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label lab_address;
private System.Windows.Forms.Label lab_No;
private System.Windows.Forms.Label lab_Phone;
private System.Windows.Forms.Label lab_Work;
private System.Windows.Forms.Label lab_Name;
private System.Windows.Forms.Label lab_IdCard;
private System.Windows.Forms.Button btn_GetMsg;
}
}