123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865 |
-
- namespace PTMedicalInsurance.Forms.ToPutOnRecord
- {
- partial class ToPutOnRecord
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
- this.tabRecord = new System.Windows.Forms.TabControl();
- this.tabPage1 = new System.Windows.Forms.TabPage();
- this.panel1 = new System.Windows.Forms.Panel();
- this.panel5 = new System.Windows.Forms.Panel();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.rtbCancleReason_1 = new System.Windows.Forms.RichTextBox();
- this.rbDeclareNo_1 = new System.Windows.Forms.RadioButton();
- this.rbPsnNo_1 = new System.Windows.Forms.RadioButton();
- this.rbName_1 = new System.Windows.Forms.RadioButton();
- this.btCancleByHis_1 = new System.Windows.Forms.Button();
- this.btQueryCenterRecord_1 = new System.Windows.Forms.Button();
- this.tbPsnNo2_1 = new System.Windows.Forms.TextBox();
- this.btCancleByCenter_1 = new System.Windows.Forms.Button();
- this.btClose_1 = new System.Windows.Forms.Button();
- this.btQueryHisRecord_1 = new System.Windows.Forms.Button();
- this.dgvApplyResult = new Sunny.UI.UIDataGridView();
- this.textBox4 = new System.Windows.Forms.TextBox();
- this.panel2 = new System.Windows.Forms.Panel();
- this.panel3 = new System.Windows.Forms.Panel();
- this.dpAuth = new System.Windows.Forms.DateTimePicker();
- this.dpEnd = new System.Windows.Forms.DateTimePicker();
- this.dpStart = new System.Windows.Forms.DateTimePicker();
- this.btApply_1 = new System.Windows.Forms.Button();
- this.label6 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label9 = new System.Windows.Forms.Label();
- this.label8 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.textBox3 = new System.Windows.Forms.TextBox();
- this.lab_EndDate = new System.Windows.Forms.Label();
- this.lab_StaDate = new System.Windows.Forms.Label();
- this.dblkcbxCbd_1 = new PTControl.DBLookupCombox();
- this.dblkcbxDept_1 = new PTControl.DBLookupCombox();
- this.dblkcbxDieaseCode_1 = new PTControl.DBLookupCombox();
- this.dblkcbxDoctor_1 = new PTControl.DBLookupCombox();
- this.dblkcbxHospitalCode_1 = new PTControl.DBLookupCombox();
- this.panel4 = new System.Windows.Forms.Panel();
- this.tbAddress_1 = new System.Windows.Forms.TextBox();
- this.tbTel_1 = new System.Windows.Forms.TextBox();
- this.tbPsnNO_1 = new System.Windows.Forms.TextBox();
- this.tbName_1 = new System.Windows.Forms.TextBox();
- this.dblkcbxInsuranceType_1 = new PTControl.DBLookupCombox();
- this.btReadCard_1 = new System.Windows.Forms.Button();
- this.label10 = new System.Windows.Forms.Label();
- this.label13 = new System.Windows.Forms.Label();
- this.textBox6 = new System.Windows.Forms.TextBox();
- this.label15 = new System.Windows.Forms.Label();
- this.label19 = new System.Windows.Forms.Label();
- this.label26 = new System.Windows.Forms.Label();
- this.tabPage2 = new System.Windows.Forms.TabPage();
- this.tabRecord.SuspendLayout();
- this.tabPage1.SuspendLayout();
- this.panel1.SuspendLayout();
- this.panel5.SuspendLayout();
- this.groupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvApplyResult)).BeginInit();
- this.panel2.SuspendLayout();
- this.panel3.SuspendLayout();
- this.panel4.SuspendLayout();
- this.SuspendLayout();
- //
- // tabRecord
- //
- this.tabRecord.Controls.Add(this.tabPage1);
- this.tabRecord.Controls.Add(this.tabPage2);
- this.tabRecord.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tabRecord.Location = new System.Drawing.Point(0, 0);
- this.tabRecord.Name = "tabRecord";
- this.tabRecord.SelectedIndex = 0;
- this.tabRecord.Size = new System.Drawing.Size(1527, 933);
- this.tabRecord.TabIndex = 1;
- //
- // tabPage1
- //
- this.tabPage1.Controls.Add(this.panel1);
- this.tabPage1.Controls.Add(this.panel2);
- this.tabPage1.Location = new System.Drawing.Point(4, 22);
- this.tabPage1.Name = "tabPage1";
- this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage1.Size = new System.Drawing.Size(1519, 907);
- this.tabPage1.TabIndex = 0;
- this.tabPage1.Text = "慢特病备案";
- this.tabPage1.UseVisualStyleBackColor = true;
- //
- // panel1
- //
- this.panel1.Controls.Add(this.panel5);
- this.panel1.Controls.Add(this.dgvApplyResult);
- this.panel1.Controls.Add(this.textBox4);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel1.Location = new System.Drawing.Point(3, 277);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(1513, 627);
- this.panel1.TabIndex = 2048;
- //
- // panel5
- //
- this.panel5.Controls.Add(this.groupBox1);
- this.panel5.Controls.Add(this.rbDeclareNo_1);
- this.panel5.Controls.Add(this.rbPsnNo_1);
- this.panel5.Controls.Add(this.rbName_1);
- this.panel5.Controls.Add(this.btCancleByHis_1);
- this.panel5.Controls.Add(this.btQueryCenterRecord_1);
- this.panel5.Controls.Add(this.tbPsnNo2_1);
- this.panel5.Controls.Add(this.btCancleByCenter_1);
- this.panel5.Controls.Add(this.btClose_1);
- this.panel5.Controls.Add(this.btQueryHisRecord_1);
- this.panel5.Dock = System.Windows.Forms.DockStyle.Right;
- this.panel5.Location = new System.Drawing.Point(1125, 31);
- this.panel5.Name = "panel5";
- this.panel5.Size = new System.Drawing.Size(388, 596);
- this.panel5.TabIndex = 2061;
- //
- // groupBox1
- //
- this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.groupBox1.Controls.Add(this.rtbCancleReason_1);
- this.groupBox1.Location = new System.Drawing.Point(48, 154);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(319, 208);
- this.groupBox1.TabIndex = 2095;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "如果撤销,请填写撤销原因";
- //
- // rtbCancleReason_1
- //
- this.rtbCancleReason_1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.rtbCancleReason_1.Location = new System.Drawing.Point(3, 17);
- this.rtbCancleReason_1.Name = "rtbCancleReason_1";
- this.rtbCancleReason_1.Size = new System.Drawing.Size(313, 188);
- this.rtbCancleReason_1.TabIndex = 0;
- this.rtbCancleReason_1.Text = "病人要求";
- //
- // rbDeclareNo_1
- //
- this.rbDeclareNo_1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.rbDeclareNo_1.AutoSize = true;
- this.rbDeclareNo_1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.rbDeclareNo_1.Location = new System.Drawing.Point(48, 83);
- this.rbDeclareNo_1.Name = "rbDeclareNo_1";
- this.rbDeclareNo_1.Size = new System.Drawing.Size(170, 20);
- this.rbDeclareNo_1.TabIndex = 2094;
- this.rbDeclareNo_1.TabStop = true;
- this.rbDeclareNo_1.Text = "通过待遇流水号查询";
- this.rbDeclareNo_1.UseVisualStyleBackColor = true;
- //
- // rbPsnNo_1
- //
- this.rbPsnNo_1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.rbPsnNo_1.AutoSize = true;
- this.rbPsnNo_1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.rbPsnNo_1.Location = new System.Drawing.Point(48, 51);
- this.rbPsnNo_1.Name = "rbPsnNo_1";
- this.rbPsnNo_1.Size = new System.Drawing.Size(154, 20);
- this.rbPsnNo_1.TabIndex = 2093;
- this.rbPsnNo_1.TabStop = true;
- this.rbPsnNo_1.Text = "通过个人编号查询";
- this.rbPsnNo_1.UseVisualStyleBackColor = true;
- //
- // rbName_1
- //
- this.rbName_1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.rbName_1.AutoSize = true;
- this.rbName_1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.rbName_1.Location = new System.Drawing.Point(48, 17);
- this.rbName_1.Name = "rbName_1";
- this.rbName_1.Size = new System.Drawing.Size(122, 20);
- this.rbName_1.TabIndex = 2092;
- this.rbName_1.TabStop = true;
- this.rbName_1.Text = "通过姓名查询";
- this.rbName_1.UseVisualStyleBackColor = true;
- //
- // btCancleByHis_1
- //
- this.btCancleByHis_1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.btCancleByHis_1.Location = new System.Drawing.Point(202, 412);
- this.btCancleByHis_1.Name = "btCancleByHis_1";
- this.btCancleByHis_1.Size = new System.Drawing.Size(143, 36);
- this.btCancleByHis_1.TabIndex = 2091;
- this.btCancleByHis_1.Text = "通过HIS记录撤销";
- this.btCancleByHis_1.UseVisualStyleBackColor = true;
- this.btCancleByHis_1.Click += new System.EventHandler(this.btCancleByHis_1_Click);
- //
- // btQueryCenterRecord_1
- //
- this.btQueryCenterRecord_1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.btQueryCenterRecord_1.Location = new System.Drawing.Point(48, 487);
- this.btQueryCenterRecord_1.Name = "btQueryCenterRecord_1";
- this.btQueryCenterRecord_1.Size = new System.Drawing.Size(143, 36);
- this.btQueryCenterRecord_1.TabIndex = 2090;
- this.btQueryCenterRecord_1.Text = "查询中心记录";
- this.btQueryCenterRecord_1.UseVisualStyleBackColor = true;
- this.btQueryCenterRecord_1.Click += new System.EventHandler(this.btQueryCenterRecord_1_Click);
- //
- // tbPsnNo2_1
- //
- this.tbPsnNo2_1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.tbPsnNo2_1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbPsnNo2_1.Location = new System.Drawing.Point(48, 117);
- this.tbPsnNo2_1.Name = "tbPsnNo2_1";
- this.tbPsnNo2_1.Size = new System.Drawing.Size(335, 23);
- this.tbPsnNo2_1.TabIndex = 2087;
- this.tbPsnNo2_1.Text = "44190000133083619983";
- //
- // btCancleByCenter_1
- //
- this.btCancleByCenter_1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.btCancleByCenter_1.Location = new System.Drawing.Point(202, 487);
- this.btCancleByCenter_1.Name = "btCancleByCenter_1";
- this.btCancleByCenter_1.Size = new System.Drawing.Size(143, 36);
- this.btCancleByCenter_1.TabIndex = 2;
- this.btCancleByCenter_1.Text = "通过中心记录撤销";
- this.btCancleByCenter_1.UseVisualStyleBackColor = true;
- //
- // btClose_1
- //
- this.btClose_1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.btClose_1.Location = new System.Drawing.Point(48, 545);
- this.btClose_1.Name = "btClose_1";
- this.btClose_1.Size = new System.Drawing.Size(297, 36);
- this.btClose_1.TabIndex = 1;
- this.btClose_1.Text = "退出";
- this.btClose_1.UseVisualStyleBackColor = true;
- this.btClose_1.Click += new System.EventHandler(this.btClose_1_Click);
- //
- // btQueryHisRecord_1
- //
- this.btQueryHisRecord_1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.btQueryHisRecord_1.Location = new System.Drawing.Point(48, 412);
- this.btQueryHisRecord_1.Name = "btQueryHisRecord_1";
- this.btQueryHisRecord_1.Size = new System.Drawing.Size(143, 36);
- this.btQueryHisRecord_1.TabIndex = 0;
- this.btQueryHisRecord_1.Text = "查询HIS记录";
- this.btQueryHisRecord_1.UseVisualStyleBackColor = true;
- this.btQueryHisRecord_1.Click += new System.EventHandler(this.btQueryHisRecord_1_Click);
- //
- // dgvApplyResult
- //
- this.dgvApplyResult.AllowUserToAddRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
- this.dgvApplyResult.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvApplyResult.BackgroundColor = System.Drawing.Color.White;
- this.dgvApplyResult.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvApplyResult.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvApplyResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvApplyResult.DefaultCellStyle = dataGridViewCellStyle3;
- this.dgvApplyResult.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvApplyResult.EnableHeadersVisualStyles = false;
- this.dgvApplyResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvApplyResult.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- this.dgvApplyResult.Location = new System.Drawing.Point(0, 31);
- this.dgvApplyResult.Name = "dgvApplyResult";
- dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvApplyResult.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
- this.dgvApplyResult.RowHeadersWidth = 51;
- dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvApplyResult.RowsDefaultCellStyle = dataGridViewCellStyle5;
- this.dgvApplyResult.RowTemplate.Height = 23;
- this.dgvApplyResult.SelectedIndex = -1;
- this.dgvApplyResult.Size = new System.Drawing.Size(1513, 596);
- this.dgvApplyResult.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
- this.dgvApplyResult.TabIndex = 2060;
- this.dgvApplyResult.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // textBox4
- //
- this.textBox4.BackColor = System.Drawing.SystemColors.Control;
- this.textBox4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.textBox4.Dock = System.Windows.Forms.DockStyle.Top;
- this.textBox4.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.textBox4.Location = new System.Drawing.Point(0, 0);
- this.textBox4.Name = "textBox4";
- this.textBox4.ReadOnly = true;
- this.textBox4.Size = new System.Drawing.Size(1513, 31);
- this.textBox4.TabIndex = 2059;
- this.textBox4.TabStop = false;
- this.textBox4.Text = "申请结果";
- this.textBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // panel2
- //
- this.panel2.Controls.Add(this.panel3);
- this.panel2.Controls.Add(this.panel4);
- this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel2.Location = new System.Drawing.Point(3, 3);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(1513, 274);
- this.panel2.TabIndex = 2047;
- //
- // panel3
- //
- this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.panel3.Controls.Add(this.dblkcbxDieaseCode_1);
- this.panel3.Controls.Add(this.dblkcbxCbd_1);
- this.panel3.Controls.Add(this.dblkcbxHospitalCode_1);
- this.panel3.Controls.Add(this.dpAuth);
- this.panel3.Controls.Add(this.dpEnd);
- this.panel3.Controls.Add(this.dpStart);
- this.panel3.Controls.Add(this.btApply_1);
- this.panel3.Controls.Add(this.label6);
- this.panel3.Controls.Add(this.label1);
- this.panel3.Controls.Add(this.label2);
- this.panel3.Controls.Add(this.label9);
- this.panel3.Controls.Add(this.label8);
- this.panel3.Controls.Add(this.label5);
- this.panel3.Controls.Add(this.textBox3);
- this.panel3.Controls.Add(this.lab_EndDate);
- this.panel3.Controls.Add(this.lab_StaDate);
- this.panel3.Controls.Add(this.dblkcbxDept_1);
- this.panel3.Controls.Add(this.dblkcbxDoctor_1);
- this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel3.Location = new System.Drawing.Point(0, 116);
- this.panel3.Name = "panel3";
- this.panel3.Size = new System.Drawing.Size(1513, 158);
- this.panel3.TabIndex = 2048;
- //
- // dpAuth
- //
- this.dpAuth.Location = new System.Drawing.Point(727, 121);
- this.dpAuth.Name = "dpAuth";
- this.dpAuth.Size = new System.Drawing.Size(192, 21);
- this.dpAuth.TabIndex = 2114;
- //
- // dpEnd
- //
- this.dpEnd.Location = new System.Drawing.Point(366, 121);
- this.dpEnd.Name = "dpEnd";
- this.dpEnd.Size = new System.Drawing.Size(240, 21);
- this.dpEnd.TabIndex = 2113;
- //
- // dpStart
- //
- this.dpStart.Location = new System.Drawing.Point(80, 121);
- this.dpStart.Name = "dpStart";
- this.dpStart.Size = new System.Drawing.Size(192, 21);
- this.dpStart.TabIndex = 2112;
- //
- // btApply_1
- //
- this.btApply_1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btApply_1.BackColor = System.Drawing.Color.Transparent;
- this.btApply_1.FlatAppearance.BorderColor = System.Drawing.Color.Blue;
- this.btApply_1.FlatAppearance.BorderSize = 2;
- this.btApply_1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.btApply_1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
- this.btApply_1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btApply_1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btApply_1.Location = new System.Drawing.Point(1284, 59);
- this.btApply_1.Name = "btApply_1";
- this.btApply_1.Size = new System.Drawing.Size(111, 41);
- this.btApply_1.TabIndex = 2107;
- this.btApply_1.TabStop = false;
- this.btApply_1.Text = "申请";
- this.btApply_1.UseVisualStyleBackColor = false;
- this.btApply_1.Click += new System.EventHandler(this.btApply_1_Click);
- //
- // 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.Color.Red;
- this.label6.Location = new System.Drawing.Point(628, 86);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(133, 14);
- this.label6.TabIndex = 2105;
- this.label6.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(300, 86);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(70, 14);
- this.label1.TabIndex = 2102;
- this.label1.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(7, 86);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(98, 14);
- this.label2.TabIndex = 2095;
- this.label2.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.Color.Red;
- this.label9.Location = new System.Drawing.Point(628, 125);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(98, 14);
- this.label9.TabIndex = 2085;
- this.label9.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.Color.Red;
- this.label8.Location = new System.Drawing.Point(628, 47);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(133, 14);
- this.label8.TabIndex = 2061;
- this.label8.Text = "选点定点医药机构:";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label5.ForeColor = System.Drawing.Color.Red;
- this.label5.Location = new System.Drawing.Point(7, 47);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(105, 14);
- this.label5.TabIndex = 2056;
- this.label5.Text = "慢特病种名称:";
- //
- // textBox3
- //
- this.textBox3.BackColor = System.Drawing.SystemColors.Control;
- 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.Multiline = true;
- this.textBox3.Name = "textBox3";
- this.textBox3.ReadOnly = true;
- this.textBox3.Size = new System.Drawing.Size(1509, 33);
- this.textBox3.TabIndex = 2055;
- this.textBox3.TabStop = false;
- this.textBox3.Text = "慢特病信息";
- this.textBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // 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(300, 125);
- this.lab_EndDate.Name = "lab_EndDate";
- this.lab_EndDate.Size = new System.Drawing.Size(77, 14);
- 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(7, 125);
- this.lab_StaDate.Name = "lab_StaDate";
- this.lab_StaDate.Size = new System.Drawing.Size(77, 14);
- this.lab_StaDate.TabIndex = 2052;
- this.lab_StaDate.Text = "开始日期:";
- //
- // dblkcbxCbd_1
- //
- this.dblkcbxCbd_1.FormattingEnabled = true;
- this.dblkcbxCbd_1.Location = new System.Drawing.Point(760, 81);
- this.dblkcbxCbd_1.Name = "dblkcbxCbd_1";
- this.dblkcbxCbd_1.NullValue = "";
- this.dblkcbxCbd_1.PopupGridAutoSize = false;
- this.dblkcbxCbd_1.RowFilterVisible = false;
- this.dblkcbxCbd_1.sDisplayField = "";
- this.dblkcbxCbd_1.sDisplayMember = "";
- this.dblkcbxCbd_1.SeparatorChar = "|";
- this.dblkcbxCbd_1.Size = new System.Drawing.Size(280, 20);
- this.dblkcbxCbd_1.sKeyWords = "";
- this.dblkcbxCbd_1.sValueMember = "";
- this.dblkcbxCbd_1.TabIndex = 2110;
- this.dblkcbxCbd_1.Value = "";
- this.dblkcbxCbd_1.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxCbd_1_AfterSelector);
- //
- // dblkcbxDept_1
- //
- this.dblkcbxDept_1.FormattingEnabled = true;
- this.dblkcbxDept_1.Location = new System.Drawing.Point(370, 81);
- this.dblkcbxDept_1.Name = "dblkcbxDept_1";
- this.dblkcbxDept_1.NullValue = "";
- this.dblkcbxDept_1.PopupGridAutoSize = false;
- this.dblkcbxDept_1.RowFilterVisible = false;
- this.dblkcbxDept_1.sDisplayField = "";
- this.dblkcbxDept_1.sDisplayMember = "";
- this.dblkcbxDept_1.SeparatorChar = "|";
- this.dblkcbxDept_1.Size = new System.Drawing.Size(240, 20);
- this.dblkcbxDept_1.sKeyWords = "";
- this.dblkcbxDept_1.sValueMember = "";
- this.dblkcbxDept_1.TabIndex = 2111;
- this.dblkcbxDept_1.Value = "";
- this.dblkcbxDept_1.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxDept_1_AfterSelector);
- //
- // dblkcbxDieaseCode_1
- //
- this.dblkcbxDieaseCode_1.FormattingEnabled = true;
- this.dblkcbxDieaseCode_1.Location = new System.Drawing.Point(109, 44);
- this.dblkcbxDieaseCode_1.Name = "dblkcbxDieaseCode_1";
- this.dblkcbxDieaseCode_1.NullValue = "";
- this.dblkcbxDieaseCode_1.PopupGridAutoSize = false;
- this.dblkcbxDieaseCode_1.RowFilterVisible = false;
- this.dblkcbxDieaseCode_1.sDisplayField = "";
- this.dblkcbxDieaseCode_1.sDisplayMember = "";
- this.dblkcbxDieaseCode_1.SeparatorChar = "|";
- this.dblkcbxDieaseCode_1.Size = new System.Drawing.Size(496, 20);
- this.dblkcbxDieaseCode_1.sKeyWords = "";
- this.dblkcbxDieaseCode_1.sValueMember = "";
- this.dblkcbxDieaseCode_1.TabIndex = 2108;
- this.dblkcbxDieaseCode_1.Value = "";
- this.dblkcbxDieaseCode_1.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxDieaseCode_1_AfterSelector);
- //
- // dblkcbxDoctor_1
- //
- this.dblkcbxDoctor_1.FormattingEnabled = true;
- this.dblkcbxDoctor_1.Location = new System.Drawing.Point(106, 81);
- this.dblkcbxDoctor_1.Name = "dblkcbxDoctor_1";
- this.dblkcbxDoctor_1.NullValue = "";
- this.dblkcbxDoctor_1.PopupGridAutoSize = false;
- this.dblkcbxDoctor_1.RowFilterVisible = false;
- this.dblkcbxDoctor_1.sDisplayField = "";
- this.dblkcbxDoctor_1.sDisplayMember = "";
- this.dblkcbxDoctor_1.SeparatorChar = "|";
- this.dblkcbxDoctor_1.Size = new System.Drawing.Size(166, 20);
- this.dblkcbxDoctor_1.sKeyWords = "";
- this.dblkcbxDoctor_1.sValueMember = "";
- this.dblkcbxDoctor_1.TabIndex = 2109;
- this.dblkcbxDoctor_1.Value = "";
- this.dblkcbxDoctor_1.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxDoctor_1_AfterSelector);
- //
- // dblkcbxHospitalCode_1
- //
- this.dblkcbxHospitalCode_1.FormattingEnabled = true;
- this.dblkcbxHospitalCode_1.Location = new System.Drawing.Point(759, 43);
- this.dblkcbxHospitalCode_1.Name = "dblkcbxHospitalCode_1";
- this.dblkcbxHospitalCode_1.NullValue = "";
- this.dblkcbxHospitalCode_1.PopupGridAutoSize = false;
- this.dblkcbxHospitalCode_1.RowFilterVisible = false;
- this.dblkcbxHospitalCode_1.sDisplayField = "";
- this.dblkcbxHospitalCode_1.sDisplayMember = "";
- this.dblkcbxHospitalCode_1.SeparatorChar = "|";
- this.dblkcbxHospitalCode_1.Size = new System.Drawing.Size(280, 20);
- this.dblkcbxHospitalCode_1.sKeyWords = "";
- this.dblkcbxHospitalCode_1.sValueMember = "";
- this.dblkcbxHospitalCode_1.TabIndex = 2115;
- this.dblkcbxHospitalCode_1.Value = "";
- this.dblkcbxHospitalCode_1.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxHospitalCode_1_AfterSelector);
- //
- // panel4
- //
- this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.panel4.Controls.Add(this.tbAddress_1);
- this.panel4.Controls.Add(this.tbTel_1);
- this.panel4.Controls.Add(this.tbPsnNO_1);
- this.panel4.Controls.Add(this.tbName_1);
- this.panel4.Controls.Add(this.dblkcbxInsuranceType_1);
- this.panel4.Controls.Add(this.btReadCard_1);
- this.panel4.Controls.Add(this.label10);
- this.panel4.Controls.Add(this.label13);
- this.panel4.Controls.Add(this.textBox6);
- this.panel4.Controls.Add(this.label15);
- this.panel4.Controls.Add(this.label19);
- this.panel4.Controls.Add(this.label26);
- this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel4.Location = new System.Drawing.Point(0, 0);
- this.panel4.Name = "panel4";
- this.panel4.Size = new System.Drawing.Size(1513, 116);
- this.panel4.TabIndex = 2047;
- this.panel4.TabStop = true;
- //
- // tbAddress_1
- //
- this.tbAddress_1.Location = new System.Drawing.Point(357, 80);
- this.tbAddress_1.Name = "tbAddress_1";
- this.tbAddress_1.Size = new System.Drawing.Size(674, 21);
- this.tbAddress_1.TabIndex = 2099;
- //
- // tbTel_1
- //
- this.tbTel_1.Location = new System.Drawing.Point(83, 82);
- this.tbTel_1.Name = "tbTel_1";
- this.tbTel_1.Size = new System.Drawing.Size(197, 21);
- this.tbTel_1.TabIndex = 2098;
- //
- // tbPsnNO_1
- //
- this.tbPsnNO_1.Location = new System.Drawing.Point(722, 39);
- this.tbPsnNO_1.Name = "tbPsnNO_1";
- this.tbPsnNO_1.Size = new System.Drawing.Size(309, 21);
- this.tbPsnNO_1.TabIndex = 2097;
- //
- // tbName_1
- //
- this.tbName_1.Location = new System.Drawing.Point(83, 39);
- this.tbName_1.Name = "tbName_1";
- this.tbName_1.Size = new System.Drawing.Size(197, 21);
- this.tbName_1.TabIndex = 2096;
- //
- // dblkcbxInsuranceType_1
- //
- this.dblkcbxInsuranceType_1.FormattingEnabled = true;
- this.dblkcbxInsuranceType_1.Location = new System.Drawing.Point(357, 39);
- this.dblkcbxInsuranceType_1.Name = "dblkcbxInsuranceType_1";
- this.dblkcbxInsuranceType_1.NullValue = "";
- this.dblkcbxInsuranceType_1.PopupGridAutoSize = false;
- this.dblkcbxInsuranceType_1.RowFilterVisible = false;
- this.dblkcbxInsuranceType_1.sDisplayField = "";
- this.dblkcbxInsuranceType_1.sDisplayMember = "";
- this.dblkcbxInsuranceType_1.SeparatorChar = "|";
- this.dblkcbxInsuranceType_1.Size = new System.Drawing.Size(257, 20);
- this.dblkcbxInsuranceType_1.sKeyWords = "";
- this.dblkcbxInsuranceType_1.sValueMember = "";
- this.dblkcbxInsuranceType_1.TabIndex = 2095;
- this.dblkcbxInsuranceType_1.Value = "";
- //
- // btReadCard_1
- //
- this.btReadCard_1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btReadCard_1.BackColor = System.Drawing.Color.Transparent;
- this.btReadCard_1.FlatAppearance.BorderColor = System.Drawing.Color.Blue;
- this.btReadCard_1.FlatAppearance.BorderSize = 2;
- this.btReadCard_1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.btReadCard_1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
- this.btReadCard_1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btReadCard_1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btReadCard_1.Location = new System.Drawing.Point(1284, 43);
- this.btReadCard_1.Name = "btReadCard_1";
- this.btReadCard_1.Size = new System.Drawing.Size(111, 45);
- this.btReadCard_1.TabIndex = 2094;
- this.btReadCard_1.TabStop = false;
- this.btReadCard_1.Text = "读 卡";
- this.btReadCard_1.UseVisualStyleBackColor = false;
- this.btReadCard_1.Click += new System.EventHandler(this.btReadCard_1_Click);
- //
- // 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.Color.Red;
- this.label10.Location = new System.Drawing.Point(286, 43);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(77, 14);
- this.label10.TabIndex = 2057;
- this.label10.Text = "险种类型:";
- //
- // 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(648, 43);
- this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(77, 14);
- this.label13.TabIndex = 2055;
- this.label13.Text = "人员编号:";
- //
- // textBox6
- //
- this.textBox6.BackColor = System.Drawing.SystemColors.Control;
- this.textBox6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.textBox6.Dock = System.Windows.Forms.DockStyle.Top;
- this.textBox6.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.textBox6.Location = new System.Drawing.Point(0, 0);
- this.textBox6.Multiline = true;
- this.textBox6.Name = "textBox6";
- this.textBox6.ReadOnly = true;
- this.textBox6.Size = new System.Drawing.Size(1509, 33);
- this.textBox6.TabIndex = 1300;
- this.textBox6.TabStop = false;
- this.textBox6.Text = "基本信息";
- this.textBox6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // label15
- //
- this.label15.AutoSize = true;
- this.label15.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label15.ForeColor = System.Drawing.Color.Red;
- this.label15.Location = new System.Drawing.Point(286, 85);
- this.label15.Name = "label15";
- this.label15.Size = new System.Drawing.Size(77, 14);
- this.label15.TabIndex = 111;
- this.label15.Text = "联系地址:";
- //
- // label19
- //
- this.label19.AutoSize = true;
- this.label19.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label19.ForeColor = System.Drawing.Color.Red;
- this.label19.Location = new System.Drawing.Point(11, 85);
- this.label19.Name = "label19";
- this.label19.Size = new System.Drawing.Size(77, 14);
- this.label19.TabIndex = 932;
- this.label19.Text = "联系电话:";
- //
- // label26
- //
- this.label26.AutoSize = true;
- this.label26.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label26.ForeColor = System.Drawing.Color.Red;
- this.label26.Location = new System.Drawing.Point(10, 43);
- this.label26.Name = "label26";
- this.label26.Size = new System.Drawing.Size(77, 14);
- this.label26.TabIndex = 133;
- this.label26.Text = "人员姓名:";
- //
- // tabPage2
- //
- this.tabPage2.Location = new System.Drawing.Point(4, 22);
- this.tabPage2.Name = "tabPage2";
- this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage2.Size = new System.Drawing.Size(1519, 907);
- this.tabPage2.TabIndex = 1;
- this.tabPage2.Text = "定点备案";
- this.tabPage2.UseVisualStyleBackColor = true;
- //
- // ToPutOnRecord
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1527, 933);
- this.Controls.Add(this.tabRecord);
- this.Name = "ToPutOnRecord";
- this.Text = "医保备案相关";
- this.tabRecord.ResumeLayout(false);
- this.tabPage1.ResumeLayout(false);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.panel5.ResumeLayout(false);
- this.panel5.PerformLayout();
- this.groupBox1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvApplyResult)).EndInit();
- this.panel2.ResumeLayout(false);
- this.panel3.ResumeLayout(false);
- this.panel3.PerformLayout();
- this.panel4.ResumeLayout(false);
- this.panel4.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.TabControl tabRecord;
- private System.Windows.Forms.TabPage tabPage1;
- private System.Windows.Forms.TabPage tabPage2;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.Panel panel4;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.Label label13;
- private System.Windows.Forms.TextBox textBox6;
- private System.Windows.Forms.Label label15;
- private System.Windows.Forms.Label label19;
- private System.Windows.Forms.Label label26;
- private System.Windows.Forms.Button btReadCard_1;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.TextBox textBox4;
- private System.Windows.Forms.Panel panel5;
- private Sunny.UI.UIDataGridView dgvApplyResult;
- private System.Windows.Forms.TextBox tbPsnNo2_1;
- private System.Windows.Forms.Button btCancleByCenter_1;
- private System.Windows.Forms.Button btClose_1;
- private System.Windows.Forms.Button btQueryHisRecord_1;
- private System.Windows.Forms.TextBox tbAddress_1;
- private System.Windows.Forms.TextBox tbTel_1;
- private System.Windows.Forms.TextBox tbPsnNO_1;
- private System.Windows.Forms.TextBox tbName_1;
- public PTControl.DBLookupCombox dblkcbxInsuranceType_1;
- private System.Windows.Forms.Button btCancleByHis_1;
- private System.Windows.Forms.Button btQueryCenterRecord_1;
- private System.Windows.Forms.RadioButton rbDeclareNo_1;
- private System.Windows.Forms.RadioButton rbPsnNo_1;
- private System.Windows.Forms.RadioButton rbName_1;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.RichTextBox rtbCancleReason_1;
- private System.Windows.Forms.Panel panel3;
- private System.Windows.Forms.DateTimePicker dpAuth;
- private System.Windows.Forms.DateTimePicker dpEnd;
- private System.Windows.Forms.DateTimePicker dpStart;
- private System.Windows.Forms.Button btApply_1;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.TextBox textBox3;
- private System.Windows.Forms.Label lab_EndDate;
- private System.Windows.Forms.Label lab_StaDate;
- public PTControl.DBLookupCombox dblkcbxDieaseCode_1;
- public PTControl.DBLookupCombox dblkcbxDoctor_1;
- public PTControl.DBLookupCombox dblkcbxCbd_1;
- public PTControl.DBLookupCombox dblkcbxDept_1;
- public PTControl.DBLookupCombox dblkcbxHospitalCode_1;
- }
- }
|