namespace PTMedicalInsurance { partial class PerDesigRecord { /// /// 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.panel1 = new System.Windows.Forms.Panel(); this.btn_Cancel = new System.Windows.Forms.Button(); this.panel2 = new System.Windows.Forms.Panel(); this.button1 = new System.Windows.Forms.Button(); this.cbx_AgencyType = new System.Windows.Forms.ComboBox(); this.cbx_MedInst = new System.Windows.Forms.ComboBox(); this.tbx_FixSrt = new System.Windows.Forms.TextBox(); this.rtb_Remark = new System.Windows.Forms.RichTextBox(); this.dpk_EndDate = new System.Windows.Forms.DateTimePicker(); this.dpk_StaDate = new System.Windows.Forms.DateTimePicker(); this.tbx_BizAppy = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.tbx_AgnterAddr = new System.Windows.Forms.TextBox(); this.label13 = new System.Windows.Forms.Label(); this.tbx_AgnterTel = new System.Windows.Forms.TextBox(); this.tbx_AgnteRlts = new System.Windows.Forms.TextBox(); this.tbx_AgnterNo = new System.Windows.Forms.TextBox(); this.tbx_AgnterName = new System.Windows.Forms.TextBox(); this.textBox11 = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.lab_EndDate = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.lab_StaDate = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.btn_OK = new System.Windows.Forms.Button(); this.panel3 = new System.Windows.Forms.Panel(); this.tbx_Phone = new System.Windows.Forms.TextBox(); this.tbx_address = new System.Windows.Forms.TextBox(); this.tbx_No = new System.Windows.Forms.TextBox(); this.cbx_CardType = new System.Windows.Forms.ComboBox(); this.tbx_IdCard = new System.Windows.Forms.TextBox(); this.tbx_MedType = new System.Windows.Forms.TextBox(); this.label14 = new System.Windows.Forms.Label(); this.tbx_Name = new System.Windows.Forms.TextBox(); this.lab_No = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.lab_address = 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.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.panel3.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.panel2); this.panel1.Controls.Add(this.btn_OK); this.panel1.Controls.Add(this.panel3); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1119, 500); this.panel1.TabIndex = 1; // // btn_Cancel // this.btn_Cancel.Anchor = System.Windows.Forms.AnchorStyles.Bottom; 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(577, 295); this.btn_Cancel.Name = "btn_Cancel"; this.btn_Cancel.Size = new System.Drawing.Size(100, 41); this.btn_Cancel.TabIndex = 2093; this.btn_Cancel.Text = "取 消"; this.btn_Cancel.UseVisualStyleBackColor = true; this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click); // // panel2 // this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel2.Controls.Add(this.btn_Cancel); this.panel2.Controls.Add(this.button1); this.panel2.Controls.Add(this.cbx_AgencyType); this.panel2.Controls.Add(this.cbx_MedInst); this.panel2.Controls.Add(this.tbx_FixSrt); this.panel2.Controls.Add(this.rtb_Remark); this.panel2.Controls.Add(this.dpk_EndDate); this.panel2.Controls.Add(this.dpk_StaDate); this.panel2.Controls.Add(this.tbx_BizAppy); this.panel2.Controls.Add(this.label7); this.panel2.Controls.Add(this.tbx_AgnterAddr); this.panel2.Controls.Add(this.label13); this.panel2.Controls.Add(this.tbx_AgnterTel); this.panel2.Controls.Add(this.tbx_AgnteRlts); this.panel2.Controls.Add(this.tbx_AgnterNo); this.panel2.Controls.Add(this.tbx_AgnterName); this.panel2.Controls.Add(this.textBox11); this.panel2.Controls.Add(this.label2); this.panel2.Controls.Add(this.label1); this.panel2.Controls.Add(this.label9); this.panel2.Controls.Add(this.lab_EndDate); this.panel2.Controls.Add(this.label10); this.panel2.Controls.Add(this.lab_StaDate); this.panel2.Controls.Add(this.label6); this.panel2.Controls.Add(this.label3); this.panel2.Controls.Add(this.label8); this.panel2.Controls.Add(this.label11); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(0, 148); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(1119, 352); this.panel2.TabIndex = 2091; this.panel2.TabStop = true; // // button1 // this.button1.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.button1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button1.Location = new System.Drawing.Point(424, 295); this.button1.Margin = new System.Windows.Forms.Padding(4); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(100, 41); this.button1.TabIndex = 2100; this.button1.Text = "确 定"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.btn_OK_Click); // // cbx_AgencyType // this.cbx_AgencyType.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cbx_AgencyType.FormattingEnabled = true; this.cbx_AgencyType.Items.AddRange(new object[] { "居民身份证"}); this.cbx_AgencyType.Location = new System.Drawing.Point(471, 126); this.cbx_AgencyType.Name = "cbx_AgencyType"; this.cbx_AgencyType.Size = new System.Drawing.Size(131, 31); this.cbx_AgencyType.TabIndex = 2099; this.cbx_AgencyType.TabStop = false; this.cbx_AgencyType.TextUpdate += new System.EventHandler(this.cbx_AgencyType_TextChanged); // // 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(518, 88); this.cbx_MedInst.Name = "cbx_MedInst"; this.cbx_MedInst.Size = new System.Drawing.Size(554, 31); this.cbx_MedInst.TabIndex = 2099; this.cbx_MedInst.TabStop = false; this.cbx_MedInst.TextUpdate += new System.EventHandler(this.cbx_MedInst_TextUpdate); // // tbx_FixSrt // this.tbx_FixSrt.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbx_FixSrt.Location = new System.Drawing.Point(135, 89); this.tbx_FixSrt.Name = "tbx_FixSrt"; this.tbx_FixSrt.Size = new System.Drawing.Size(189, 27); this.tbx_FixSrt.TabIndex = 2097; // // rtb_Remark // this.rtb_Remark.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.rtb_Remark.Location = new System.Drawing.Point(133, 209); this.rtb_Remark.Name = "rtb_Remark"; this.rtb_Remark.Size = new System.Drawing.Size(939, 55); this.rtb_Remark.TabIndex = 2098; this.rtb_Remark.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(753, 47); this.dpk_EndDate.Name = "dpk_EndDate"; this.dpk_EndDate.Size = new System.Drawing.Size(319, 31); this.dpk_EndDate.TabIndex = 2081; // // 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(423, 47); this.dpk_StaDate.Name = "dpk_StaDate"; this.dpk_StaDate.Size = new System.Drawing.Size(222, 31); this.dpk_StaDate.TabIndex = 2081; // // tbx_BizAppy // this.tbx_BizAppy.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbx_BizAppy.Location = new System.Drawing.Point(135, 47); this.tbx_BizAppy.Name = "tbx_BizAppy"; this.tbx_BizAppy.Size = new System.Drawing.Size(189, 27); this.tbx_BizAppy.TabIndex = 2097; // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label7.ForeColor = System.Drawing.Color.Red; this.label7.Location = new System.Drawing.Point(10, 92); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(116, 18); this.label7.TabIndex = 2070; this.label7.Text = "定点排序号:"; // // tbx_AgnterAddr // this.tbx_AgnterAddr.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbx_AgnterAddr.Location = new System.Drawing.Point(753, 169); this.tbx_AgnterAddr.Name = "tbx_AgnterAddr"; this.tbx_AgnterAddr.Size = new System.Drawing.Size(319, 27); this.tbx_AgnterAddr.TabIndex = 2093; // // label13 // this.label13.AutoSize = true; this.label13.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label13.ForeColor = System.Drawing.Color.Red; this.label13.Location = new System.Drawing.Point(331, 92); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(170, 18); this.label13.TabIndex = 2069; this.label13.Text = "定点医药机构名称:"; // // tbx_AgnterTel // this.tbx_AgnterTel.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbx_AgnterTel.Location = new System.Drawing.Point(470, 169); this.tbx_AgnterTel.Name = "tbx_AgnterTel"; this.tbx_AgnterTel.Size = new System.Drawing.Size(131, 27); this.tbx_AgnterTel.TabIndex = 2092; // // tbx_AgnteRlts // this.tbx_AgnteRlts.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbx_AgnteRlts.Location = new System.Drawing.Point(135, 169); this.tbx_AgnteRlts.Name = "tbx_AgnteRlts"; this.tbx_AgnteRlts.Size = new System.Drawing.Size(189, 27); this.tbx_AgnteRlts.TabIndex = 2091; // // tbx_AgnterNo // this.tbx_AgnterNo.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbx_AgnterNo.Location = new System.Drawing.Point(753, 131); this.tbx_AgnterNo.Name = "tbx_AgnterNo"; this.tbx_AgnterNo.Size = new System.Drawing.Size(319, 27); this.tbx_AgnterNo.TabIndex = 2090; // // tbx_AgnterName // this.tbx_AgnterName.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbx_AgnterName.Location = new System.Drawing.Point(135, 131); this.tbx_AgnterName.Name = "tbx_AgnterName"; this.tbx_AgnterName.Size = new System.Drawing.Size(189, 27); this.tbx_AgnterName.TabIndex = 2088; // // textBox11 // this.textBox11.BackColor = System.Drawing.Color.Turquoise; this.textBox11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textBox11.Dock = System.Windows.Forms.DockStyle.Top; this.textBox11.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.textBox11.Location = new System.Drawing.Point(0, 0); this.textBox11.Multiline = true; this.textBox11.Name = "textBox11"; this.textBox11.ReadOnly = true; this.textBox11.Size = new System.Drawing.Size(1115, 37); this.textBox11.TabIndex = 1300; this.textBox11.TabStop = false; this.textBox11.Text = "定点备案信息"; this.textBox11.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // 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.SystemColors.ControlText; this.label2.Location = new System.Drawing.Point(10, 221); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(62, 18); this.label2.TabIndex = 2059; this.label2.Text = "备注:"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.ForeColor = System.Drawing.Color.Red; this.label1.Location = new System.Drawing.Point(10, 52); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(125, 18); this.label1.TabIndex = 2062; this.label1.Text = "业务申请类型:"; // // label9 // this.label9.AutoSize = true; this.label9.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label9.ForeColor = System.Drawing.SystemColors.ControlText; this.label9.Location = new System.Drawing.Point(608, 173); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(143, 18); this.label9.TabIndex = 2072; this.label9.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.Color.Red; this.lab_EndDate.Location = new System.Drawing.Point(651, 52); this.lab_EndDate.Name = "lab_EndDate"; this.lab_EndDate.Size = new System.Drawing.Size(98, 18); this.lab_EndDate.TabIndex = 2055; this.lab_EndDate.Text = "结束日期:"; // // label10 // this.label10.AutoSize = true; this.label10.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label10.ForeColor = System.Drawing.SystemColors.ControlText; this.label10.Location = new System.Drawing.Point(331, 173); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(143, 18); this.label10.TabIndex = 2073; this.label10.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(331, 52); this.lab_StaDate.Name = "lab_StaDate"; this.lab_StaDate.Size = new System.Drawing.Size(98, 18); this.lab_StaDate.TabIndex = 2054; this.lab_StaDate.Text = "开始日期:"; // // 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.ForeColor = System.Drawing.SystemColors.ControlText; this.label6.Location = new System.Drawing.Point(10, 134); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(116, 18); this.label6.TabIndex = 2063; this.label6.Text = "代办人姓名:"; // // 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.SystemColors.ControlText; this.label3.Location = new System.Drawing.Point(331, 134); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(152, 18); this.label3.TabIndex = 2066; this.label3.Text = "代办人证件类型:"; // // 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.SystemColors.ControlText; this.label8.Location = new System.Drawing.Point(10, 173); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(107, 18); this.label8.TabIndex = 2071; this.label8.Text = "代办人关系:"; // // label11 // this.label11.AutoSize = true; this.label11.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label11.ForeColor = System.Drawing.SystemColors.ControlText; this.label11.Location = new System.Drawing.Point(608, 134); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(143, 18); this.label11.TabIndex = 2074; this.label11.Text = "代办人证件号码:"; // // 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(456, 416); this.btn_OK.Name = "btn_OK"; this.btn_OK.Size = new System.Drawing.Size(86, 35); this.btn_OK.TabIndex = 2092; 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.tbx_Phone); this.panel3.Controls.Add(this.tbx_address); this.panel3.Controls.Add(this.tbx_No); this.panel3.Controls.Add(this.cbx_CardType); this.panel3.Controls.Add(this.tbx_IdCard); this.panel3.Controls.Add(this.tbx_MedType); this.panel3.Controls.Add(this.label14); this.panel3.Controls.Add(this.tbx_Name); this.panel3.Controls.Add(this.lab_No); this.panel3.Controls.Add(this.textBox1); this.panel3.Controls.Add(this.lab_address); this.panel3.Controls.Add(this.lab_Phone); this.panel3.Controls.Add(this.lab_Work); this.panel3.Controls.Add(this.lab_Name); this.panel3.Controls.Add(this.lab_IdCard); this.panel3.Controls.Add(this.btn_GetMsg); this.panel3.Dock = System.Windows.Forms.DockStyle.Top; this.panel3.Location = new System.Drawing.Point(0, 0); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(1119, 148); this.panel3.TabIndex = 2090; this.panel3.TabStop = true; // // 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(410, 77); this.tbx_Phone.Name = "tbx_Phone"; this.tbx_Phone.Size = new System.Drawing.Size(179, 27); this.tbx_Phone.TabIndex = 2098; // // 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(679, 77); this.tbx_address.Name = "tbx_address"; this.tbx_address.Size = new System.Drawing.Size(363, 27); this.tbx_address.TabIndex = 2097; // // 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(97, 77); this.tbx_No.Name = "tbx_No"; this.tbx_No.Size = new System.Drawing.Size(227, 27); this.tbx_No.TabIndex = 2096; // // 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(410, 40); this.cbx_CardType.Name = "cbx_CardType"; this.cbx_CardType.Size = new System.Drawing.Size(179, 31); this.cbx_CardType.TabIndex = 2095; this.cbx_CardType.TabStop = false; this.cbx_CardType.TextUpdate += new System.EventHandler(this.cbx_CardType_TextUpdate); // // 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(679, 43); this.tbx_IdCard.Name = "tbx_IdCard"; this.tbx_IdCard.Size = new System.Drawing.Size(227, 27); this.tbx_IdCard.TabIndex = 2094; // // tbx_MedType // this.tbx_MedType.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbx_MedType.Location = new System.Drawing.Point(97, 108); this.tbx_MedType.Name = "tbx_MedType"; this.tbx_MedType.Size = new System.Drawing.Size(227, 27); this.tbx_MedType.TabIndex = 2087; this.tbx_MedType.Text = "110"; // // label14 // this.label14.AutoSize = true; this.label14.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label14.ForeColor = System.Drawing.Color.Red; this.label14.Location = new System.Drawing.Point(16, 111); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(89, 18); this.label14.TabIndex = 2061; this.label14.Text = "待遇类型:"; // // 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(97, 44); this.tbx_Name.Name = "tbx_Name"; this.tbx_Name.Size = new System.Drawing.Size(227, 27); this.tbx_Name.TabIndex = 2081; // // 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(16, 80); this.lab_No.Name = "lab_No"; this.lab_No.Size = new System.Drawing.Size(98, 18); this.lab_No.TabIndex = 2055; this.lab_No.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.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.ReadOnly = true; this.textBox1.Size = new System.Drawing.Size(1115, 35); 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.ForeColor = System.Drawing.SystemColors.ControlText; this.lab_address.Location = new System.Drawing.Point(598, 80); 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_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.ForeColor = System.Drawing.SystemColors.ControlText; this.lab_Phone.Location = new System.Drawing.Point(331, 80); 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.ForeColor = System.Drawing.Color.Red; this.lab_Work.Location = new System.Drawing.Point(598, 46); 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.ForeColor = System.Drawing.Color.Red; this.lab_Name.Location = new System.Drawing.Point(331, 46); 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.ForeColor = System.Drawing.Color.Red; this.lab_IdCard.Location = new System.Drawing.Point(16, 46); 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(913, 43); this.btn_GetMsg.Name = "btn_GetMsg"; this.btn_GetMsg.Size = new System.Drawing.Size(129, 27); 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); // // PerDesigRecord // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1119, 500); this.Controls.Add(this.panel1); this.Name = "PerDesigRecord"; this.Text = "人员定点备案"; this.Load += new System.EventHandler(this.PerDesigRecord_Load); this.panel1.ResumeLayout(false); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.panel3.ResumeLayout(false); this.panel3.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button btn_Cancel; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.TextBox tbx_FixSrt; private System.Windows.Forms.RichTextBox rtb_Remark; private System.Windows.Forms.DateTimePicker dpk_EndDate; private System.Windows.Forms.DateTimePicker dpk_StaDate; private System.Windows.Forms.TextBox tbx_BizAppy; private System.Windows.Forms.Label label7; private System.Windows.Forms.TextBox tbx_AgnterAddr; private System.Windows.Forms.Label label13; private System.Windows.Forms.TextBox tbx_AgnterTel; private System.Windows.Forms.TextBox tbx_AgnteRlts; private System.Windows.Forms.TextBox tbx_AgnterNo; private System.Windows.Forms.TextBox tbx_AgnterName; private System.Windows.Forms.TextBox textBox11; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label lab_EndDate; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label lab_StaDate; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label11; private System.Windows.Forms.Button btn_OK; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.TextBox tbx_MedType; private System.Windows.Forms.Label label14; private System.Windows.Forms.TextBox tbx_Name; private System.Windows.Forms.Label lab_No; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label lab_address; 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; private System.Windows.Forms.TextBox tbx_IdCard; private System.Windows.Forms.TextBox tbx_No; private System.Windows.Forms.TextBox tbx_address; private System.Windows.Forms.TextBox tbx_Phone; private System.Windows.Forms.ComboBox cbx_MedInst; private System.Windows.Forms.ComboBox cbx_AgencyType; private System.Windows.Forms.ComboBox cbx_CardType; private System.Windows.Forms.Button button1; } }