| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635 |
-
- 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 dataGridViewCellStyle76 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle77 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle78 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle79 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle80 = 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.dblkcbxDieaseCode_1 = new PTControl.DBLookupCombox();
- this.dblkcbxCbd_1 = new PTControl.DBLookupCombox();
- this.dblkcbxHospitalCode_1 = new PTControl.DBLookupCombox();
- 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.dblkcbxDept_1 = new PTControl.DBLookupCombox();
- this.dblkcbxDoctor_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.tabPage3 = new System.Windows.Forms.TabPage();
- this.uiButton1 = new Sunny.UI.UIButton();
- this.uiButton2 = new Sunny.UI.UIButton();
- this.uiLabel1 = new Sunny.UI.UILabel();
- this.uiLabel2 = new Sunny.UI.UILabel();
- this.uiLabel3 = new Sunny.UI.UILabel();
- this.uiLabel4 = new Sunny.UI.UILabel();
- this.uiLabel6 = new Sunny.UI.UILabel();
- this.uiTextBox1 = new Sunny.UI.UITextBox();
- this.uiTextBox2 = new Sunny.UI.UITextBox();
- this.uiTextBox3 = new Sunny.UI.UITextBox();
- this.uiTextBox4 = new Sunny.UI.UITextBox();
- this.uiLabel5 = new Sunny.UI.UILabel();
- this.uiLabel7 = new Sunny.UI.UILabel();
- this.uiLabel8 = new Sunny.UI.UILabel();
- this.uiLabel9 = new Sunny.UI.UILabel();
- this.uiLabel10 = new Sunny.UI.UILabel();
- this.uiLabel11 = new Sunny.UI.UILabel();
- this.uiTextBox5 = new Sunny.UI.UITextBox();
- this.uiTextBox6 = new Sunny.UI.UITextBox();
- this.uiTextBox7 = new Sunny.UI.UITextBox();
- this.uiTextBox8 = new Sunny.UI.UITextBox();
- this.uiTextBox9 = new Sunny.UI.UITextBox();
- this.uiTextBox10 = new Sunny.UI.UITextBox();
- this.uiTextBox11 = new Sunny.UI.UITextBox();
- this.uiLabel12 = new Sunny.UI.UILabel();
- this.uiLabel13 = new Sunny.UI.UILabel();
- this.uiLabel14 = new Sunny.UI.UILabel();
- this.uiLabel15 = new Sunny.UI.UILabel();
- this.uiTextBox12 = new Sunny.UI.UITextBox();
- this.uiTextBox13 = new Sunny.UI.UITextBox();
- this.uiLabel16 = new Sunny.UI.UILabel();
- this.uiLabel17 = new Sunny.UI.UILabel();
- this.uiLabel18 = new Sunny.UI.UILabel();
- this.uiLabel19 = new Sunny.UI.UILabel();
- this.uiLabel20 = new Sunny.UI.UILabel();
- this.uiDatetimePicker2 = new Sunny.UI.UIDatetimePicker();
- this.uiDatetimePicker1 = new Sunny.UI.UIDatetimePicker();
- this.uiTextBox14 = new Sunny.UI.UITextBox();
- this.uiTextBox15 = new Sunny.UI.UITextBox();
- this.uiTextBox16 = new Sunny.UI.UITextBox();
- this.uiTextBox17 = new Sunny.UI.UITextBox();
- this.uiPanel1 = new Sunny.UI.UIPanel();
- this.uiLabel21 = new Sunny.UI.UILabel();
- this.uiLabel22 = new Sunny.UI.UILabel();
- this.uiDatetimePicker3 = new Sunny.UI.UIDatetimePicker();
- this.uiDatetimePicker4 = new Sunny.UI.UIDatetimePicker();
- 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.tabPage3.SuspendLayout();
- this.uiPanel1.SuspendLayout();
- this.SuspendLayout();
- //
- // tabRecord
- //
- this.tabRecord.Controls.Add(this.tabPage1);
- this.tabRecord.Controls.Add(this.tabPage2);
- this.tabRecord.Controls.Add(this.tabPage3);
- 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(169, 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(153, 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(121, 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;
- dataGridViewCellStyle76.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
- this.dgvApplyResult.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle76;
- this.dgvApplyResult.BackgroundColor = System.Drawing.Color.White;
- this.dgvApplyResult.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle77.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle77.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle77.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle77.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle77.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle77.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle77.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvApplyResult.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle77;
- this.dgvApplyResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- dataGridViewCellStyle78.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle78.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle78.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle78.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle78.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle78.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle78.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvApplyResult.DefaultCellStyle = dataGridViewCellStyle78;
- 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";
- dataGridViewCellStyle79.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle79.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle79.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle79.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle79.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle79.SelectionForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle79.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvApplyResult.RowHeadersDefaultCellStyle = dataGridViewCellStyle79;
- this.dgvApplyResult.RowHeadersWidth = 51;
- dataGridViewCellStyle80.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle80.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvApplyResult.RowsDefaultCellStyle = dataGridViewCellStyle80;
- 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;
- //
- // 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);
- //
- // 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);
- //
- // 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);
- //
- // 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 = "开始日期:";
- //
- // 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);
- //
- // 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);
- //
- // 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;
- //
- // tabPage3
- //
- this.tabPage3.Controls.Add(this.uiPanel1);
- this.tabPage3.Location = new System.Drawing.Point(4, 22);
- this.tabPage3.Name = "tabPage3";
- this.tabPage3.Size = new System.Drawing.Size(1519, 907);
- this.tabPage3.TabIndex = 2;
- this.tabPage3.Text = "外伤备案";
- this.tabPage3.UseVisualStyleBackColor = true;
- //
- // uiButton1
- //
- this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
- this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiButton1.Location = new System.Drawing.Point(31, 231);
- this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiButton1.Name = "uiButton1";
- this.uiButton1.Size = new System.Drawing.Size(92, 33);
- this.uiButton1.TabIndex = 0;
- this.uiButton1.Text = "申请备案";
- this.uiButton1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiButton1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.uiButton1.Click += new System.EventHandler(this.uiButton1_Click);
- //
- // uiButton2
- //
- this.uiButton2.Cursor = System.Windows.Forms.Cursors.Hand;
- this.uiButton2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiButton2.Location = new System.Drawing.Point(23, 41);
- this.uiButton2.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiButton2.Name = "uiButton2";
- this.uiButton2.Size = new System.Drawing.Size(100, 35);
- this.uiButton2.TabIndex = 1;
- this.uiButton2.Text = "读卡";
- this.uiButton2.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiButton2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.uiButton2.Click += new System.EventHandler(this.uiButton2_Click);
- //
- // uiLabel1
- //
- this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel1.ForeColor = System.Drawing.Color.Red;
- this.uiLabel1.Location = new System.Drawing.Point(239, 53);
- this.uiLabel1.Name = "uiLabel1";
- this.uiLabel1.Size = new System.Drawing.Size(100, 23);
- this.uiLabel1.Style = Sunny.UI.UIStyle.Custom;
- this.uiLabel1.TabIndex = 2;
- this.uiLabel1.Text = "人员姓名";
- this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel2
- //
- this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel2.ForeColor = System.Drawing.Color.Red;
- this.uiLabel2.Location = new System.Drawing.Point(687, 53);
- this.uiLabel2.Name = "uiLabel2";
- this.uiLabel2.Size = new System.Drawing.Size(140, 23);
- this.uiLabel2.Style = Sunny.UI.UIStyle.Custom;
- this.uiLabel2.TabIndex = 3;
- this.uiLabel2.Text = "医保人员编号";
- this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel3
- //
- this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel3.ForeColor = System.Drawing.Color.Red;
- this.uiLabel3.Location = new System.Drawing.Point(687, 112);
- this.uiLabel3.Name = "uiLabel3";
- this.uiLabel3.Size = new System.Drawing.Size(100, 23);
- this.uiLabel3.Style = Sunny.UI.UIStyle.Custom;
- this.uiLabel3.TabIndex = 4;
- this.uiLabel3.Text = "身份证号";
- this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel4
- //
- this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel4.ForeColor = System.Drawing.Color.Red;
- this.uiLabel4.Location = new System.Drawing.Point(229, 112);
- this.uiLabel4.Name = "uiLabel4";
- this.uiLabel4.Size = new System.Drawing.Size(100, 23);
- this.uiLabel4.Style = Sunny.UI.UIStyle.Custom;
- this.uiLabel4.TabIndex = 5;
- this.uiLabel4.Text = "证件类型";
- this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel6
- //
- this.uiLabel6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel6.ForeColor = System.Drawing.Color.Red;
- this.uiLabel6.Location = new System.Drawing.Point(1098, 53);
- this.uiLabel6.Name = "uiLabel6";
- this.uiLabel6.Size = new System.Drawing.Size(100, 23);
- this.uiLabel6.Style = Sunny.UI.UIStyle.Custom;
- this.uiLabel6.TabIndex = 7;
- this.uiLabel6.Text = "参保区划";
- this.uiLabel6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel6.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiTextBox1
- //
- this.uiTextBox1.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.uiTextBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTextBox1.Location = new System.Drawing.Point(395, 47);
- this.uiTextBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiTextBox1.MinimumSize = new System.Drawing.Size(1, 16);
- this.uiTextBox1.Name = "uiTextBox1";
- this.uiTextBox1.ShowText = false;
- this.uiTextBox1.Size = new System.Drawing.Size(222, 29);
- this.uiTextBox1.TabIndex = 8;
- this.uiTextBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiTextBox1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiTextBox2
- //
- this.uiTextBox2.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.uiTextBox2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTextBox2.Location = new System.Drawing.Point(834, 47);
- this.uiTextBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiTextBox2.MinimumSize = new System.Drawing.Size(1, 16);
- this.uiTextBox2.Name = "uiTextBox2";
- this.uiTextBox2.ShowText = false;
- this.uiTextBox2.Size = new System.Drawing.Size(222, 29);
- this.uiTextBox2.TabIndex = 9;
- this.uiTextBox2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiTextBox2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiTextBox3
- //
- this.uiTextBox3.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.uiTextBox3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTextBox3.Location = new System.Drawing.Point(387, 112);
- this.uiTextBox3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiTextBox3.MinimumSize = new System.Drawing.Size(1, 16);
- this.uiTextBox3.Name = "uiTextBox3";
- this.uiTextBox3.ShowText = false;
- this.uiTextBox3.Size = new System.Drawing.Size(222, 29);
- this.uiTextBox3.TabIndex = 10;
- this.uiTextBox3.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiTextBox3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiTextBox4
- //
- this.uiTextBox4.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.uiTextBox4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTextBox4.Location = new System.Drawing.Point(834, 112);
- this.uiTextBox4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiTextBox4.MinimumSize = new System.Drawing.Size(1, 16);
- this.uiTextBox4.Name = "uiTextBox4";
- this.uiTextBox4.ShowText = false;
- this.uiTextBox4.Size = new System.Drawing.Size(222, 29);
- this.uiTextBox4.TabIndex = 11;
- this.uiTextBox4.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiTextBox4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel5
- //
- this.uiLabel5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel5.Location = new System.Drawing.Point(226, 303);
- this.uiLabel5.Name = "uiLabel5";
- this.uiLabel5.Size = new System.Drawing.Size(100, 23);
- this.uiLabel5.TabIndex = 12;
- this.uiLabel5.Text = "伤害部位";
- this.uiLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel7
- //
- this.uiLabel7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel7.Location = new System.Drawing.Point(687, 162);
- this.uiLabel7.Name = "uiLabel7";
- this.uiLabel7.Size = new System.Drawing.Size(100, 23);
- this.uiLabel7.TabIndex = 13;
- this.uiLabel7.Text = "单位名称";
- this.uiLabel7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel7.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.uiLabel7.Click += new System.EventHandler(this.uiLabel7_Click);
- //
- // uiLabel8
- //
- this.uiLabel8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel8.Location = new System.Drawing.Point(239, 162);
- this.uiLabel8.Name = "uiLabel8";
- this.uiLabel8.Size = new System.Drawing.Size(100, 23);
- this.uiLabel8.TabIndex = 14;
- this.uiLabel8.Text = "单位编号";
- this.uiLabel8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel8.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel9
- //
- this.uiLabel9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel9.Location = new System.Drawing.Point(687, 241);
- this.uiLabel9.Name = "uiLabel9";
- this.uiLabel9.Size = new System.Drawing.Size(100, 23);
- this.uiLabel9.TabIndex = 15;
- this.uiLabel9.Text = "结算ID";
- this.uiLabel9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel9.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel10
- //
- this.uiLabel10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel10.Location = new System.Drawing.Point(239, 236);
- this.uiLabel10.Name = "uiLabel10";
- this.uiLabel10.Size = new System.Drawing.Size(100, 23);
- this.uiLabel10.TabIndex = 16;
- this.uiLabel10.Text = "就诊ID";
- this.uiLabel10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel10.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel11
- //
- this.uiLabel11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel11.ForeColor = System.Drawing.Color.Red;
- this.uiLabel11.Location = new System.Drawing.Point(687, 303);
- this.uiLabel11.Name = "uiLabel11";
- this.uiLabel11.Size = new System.Drawing.Size(100, 23);
- this.uiLabel11.Style = Sunny.UI.UIStyle.Custom;
- this.uiLabel11.TabIndex = 17;
- this.uiLabel11.Text = "受伤时间";
- this.uiLabel11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel11.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiTextBox5
- //
- this.uiTextBox5.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.uiTextBox5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTextBox5.Location = new System.Drawing.Point(1221, 53);
- this.uiTextBox5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiTextBox5.MinimumSize = new System.Drawing.Size(1, 16);
- this.uiTextBox5.Name = "uiTextBox5";
- this.uiTextBox5.ShowText = false;
- this.uiTextBox5.Size = new System.Drawing.Size(222, 29);
- this.uiTextBox5.TabIndex = 18;
- this.uiTextBox5.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiTextBox5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiTextBox6
- //
- this.uiTextBox6.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.uiTextBox6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTextBox6.Location = new System.Drawing.Point(387, 162);
- this.uiTextBox6.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiTextBox6.MinimumSize = new System.Drawing.Size(1, 16);
- this.uiTextBox6.Name = "uiTextBox6";
- this.uiTextBox6.ShowText = false;
- this.uiTextBox6.Size = new System.Drawing.Size(222, 29);
- this.uiTextBox6.TabIndex = 19;
- this.uiTextBox6.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiTextBox6.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiTextBox7
- //
- this.uiTextBox7.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.uiTextBox7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTextBox7.Location = new System.Drawing.Point(834, 162);
- this.uiTextBox7.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiTextBox7.MinimumSize = new System.Drawing.Size(1, 16);
- this.uiTextBox7.Name = "uiTextBox7";
- this.uiTextBox7.ShowText = false;
- this.uiTextBox7.Size = new System.Drawing.Size(222, 29);
- this.uiTextBox7.TabIndex = 20;
- this.uiTextBox7.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiTextBox7.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiTextBox8
- //
- this.uiTextBox8.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.uiTextBox8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTextBox8.Location = new System.Drawing.Point(387, 241);
- this.uiTextBox8.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiTextBox8.MinimumSize = new System.Drawing.Size(1, 16);
- this.uiTextBox8.Name = "uiTextBox8";
- this.uiTextBox8.ShowText = false;
- this.uiTextBox8.Size = new System.Drawing.Size(222, 29);
- this.uiTextBox8.TabIndex = 21;
- this.uiTextBox8.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiTextBox8.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiTextBox9
- //
- this.uiTextBox9.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.uiTextBox9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTextBox9.Location = new System.Drawing.Point(834, 241);
- this.uiTextBox9.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiTextBox9.MinimumSize = new System.Drawing.Size(1, 16);
- this.uiTextBox9.Name = "uiTextBox9";
- this.uiTextBox9.ShowText = false;
- this.uiTextBox9.Size = new System.Drawing.Size(222, 29);
- this.uiTextBox9.TabIndex = 22;
- this.uiTextBox9.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiTextBox9.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiTextBox10
- //
- this.uiTextBox10.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.uiTextBox10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTextBox10.Location = new System.Drawing.Point(387, 297);
- this.uiTextBox10.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiTextBox10.MinimumSize = new System.Drawing.Size(1, 16);
- this.uiTextBox10.Name = "uiTextBox10";
- this.uiTextBox10.ShowText = false;
- this.uiTextBox10.Size = new System.Drawing.Size(222, 29);
- this.uiTextBox10.TabIndex = 23;
- this.uiTextBox10.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiTextBox10.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiTextBox11
- //
- this.uiTextBox11.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.uiTextBox11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTextBox11.Location = new System.Drawing.Point(1212, 315);
- this.uiTextBox11.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiTextBox11.MinimumSize = new System.Drawing.Size(1, 16);
- this.uiTextBox11.Name = "uiTextBox11";
- this.uiTextBox11.ShowText = false;
- this.uiTextBox11.Size = new System.Drawing.Size(222, 29);
- this.uiTextBox11.TabIndex = 24;
- this.uiTextBox11.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiTextBox11.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel12
- //
- this.uiLabel12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel12.Location = new System.Drawing.Point(1098, 321);
- this.uiLabel12.Name = "uiLabel12";
- this.uiLabel12.Size = new System.Drawing.Size(100, 23);
- this.uiLabel12.TabIndex = 25;
- this.uiLabel12.Text = "受伤地点";
- this.uiLabel12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel12.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel13
- //
- this.uiLabel13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel13.Location = new System.Drawing.Point(226, 381);
- this.uiLabel13.Name = "uiLabel13";
- this.uiLabel13.Size = new System.Drawing.Size(100, 23);
- this.uiLabel13.TabIndex = 26;
- this.uiLabel13.Text = "致伤原因";
- this.uiLabel13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel13.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel14
- //
- this.uiLabel14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel14.Location = new System.Drawing.Point(677, 381);
- this.uiLabel14.Name = "uiLabel14";
- this.uiLabel14.Size = new System.Drawing.Size(100, 23);
- this.uiLabel14.TabIndex = 27;
- this.uiLabel14.Text = "入院方式";
- this.uiLabel14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel14.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel15
- //
- this.uiLabel15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel15.ForeColor = System.Drawing.Color.Red;
- this.uiLabel15.Location = new System.Drawing.Point(1088, 396);
- this.uiLabel15.Name = "uiLabel15";
- this.uiLabel15.Size = new System.Drawing.Size(100, 23);
- this.uiLabel15.Style = Sunny.UI.UIStyle.Custom;
- this.uiLabel15.TabIndex = 28;
- this.uiLabel15.Text = "入院时间";
- this.uiLabel15.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel15.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiTextBox12
- //
- this.uiTextBox12.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.uiTextBox12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTextBox12.Location = new System.Drawing.Point(387, 381);
- this.uiTextBox12.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiTextBox12.MinimumSize = new System.Drawing.Size(1, 16);
- this.uiTextBox12.Name = "uiTextBox12";
- this.uiTextBox12.ShowText = false;
- this.uiTextBox12.Size = new System.Drawing.Size(222, 29);
- this.uiTextBox12.TabIndex = 29;
- this.uiTextBox12.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiTextBox12.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiTextBox13
- //
- this.uiTextBox13.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.uiTextBox13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTextBox13.Location = new System.Drawing.Point(834, 381);
- this.uiTextBox13.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiTextBox13.MinimumSize = new System.Drawing.Size(1, 16);
- this.uiTextBox13.Name = "uiTextBox13";
- this.uiTextBox13.ShowText = false;
- this.uiTextBox13.Size = new System.Drawing.Size(222, 29);
- this.uiTextBox13.TabIndex = 30;
- this.uiTextBox13.Text = "门诊";
- this.uiTextBox13.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiTextBox13.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel16
- //
- this.uiLabel16.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel16.ForeColor = System.Drawing.Color.Red;
- this.uiLabel16.Location = new System.Drawing.Point(36, 334);
- this.uiLabel16.Name = "uiLabel16";
- this.uiLabel16.Size = new System.Drawing.Size(100, 51);
- this.uiLabel16.Style = Sunny.UI.UIStyle.Custom;
- this.uiLabel16.TabIndex = 31;
- this.uiLabel16.Text = "红色必填";
- this.uiLabel16.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel16.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel17
- //
- this.uiLabel17.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel17.Location = new System.Drawing.Point(194, 469);
- this.uiLabel17.Name = "uiLabel17";
- this.uiLabel17.Size = new System.Drawing.Size(132, 23);
- this.uiLabel17.TabIndex = 32;
- this.uiLabel17.Text = "入院诊断描述";
- this.uiLabel17.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel17.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel18
- //
- this.uiLabel18.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel18.Location = new System.Drawing.Point(1098, 247);
- this.uiLabel18.Name = "uiLabel18";
- this.uiLabel18.Size = new System.Drawing.Size(100, 29);
- this.uiLabel18.TabIndex = 33;
- this.uiLabel18.Text = "联系电话";
- this.uiLabel18.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel18.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel19
- //
- this.uiLabel19.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel19.Location = new System.Drawing.Point(1098, 168);
- this.uiLabel19.Name = "uiLabel19";
- this.uiLabel19.Size = new System.Drawing.Size(100, 23);
- this.uiLabel19.TabIndex = 34;
- this.uiLabel19.Text = "联系地址";
- this.uiLabel19.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel19.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel20
- //
- this.uiLabel20.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel20.Location = new System.Drawing.Point(1098, 112);
- this.uiLabel20.Name = "uiLabel20";
- this.uiLabel20.Size = new System.Drawing.Size(100, 23);
- this.uiLabel20.TabIndex = 35;
- this.uiLabel20.Text = "险种类型";
- this.uiLabel20.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel20.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiDatetimePicker2
- //
- this.uiDatetimePicker2.FillColor = System.Drawing.Color.White;
- this.uiDatetimePicker2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiDatetimePicker2.Location = new System.Drawing.Point(834, 303);
- this.uiDatetimePicker2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiDatetimePicker2.MaxLength = 19;
- this.uiDatetimePicker2.MinimumSize = new System.Drawing.Size(63, 0);
- this.uiDatetimePicker2.Name = "uiDatetimePicker2";
- this.uiDatetimePicker2.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
- this.uiDatetimePicker2.Size = new System.Drawing.Size(200, 29);
- this.uiDatetimePicker2.SymbolDropDown = 61555;
- this.uiDatetimePicker2.SymbolNormal = 61555;
- this.uiDatetimePicker2.TabIndex = 37;
- this.uiDatetimePicker2.Text = "2026-04-07 15:27:16";
- this.uiDatetimePicker2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiDatetimePicker2.Value = new System.DateTime(2026, 4, 7, 15, 27, 16, 291);
- this.uiDatetimePicker2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiDatetimePicker1
- //
- this.uiDatetimePicker1.FillColor = System.Drawing.Color.White;
- this.uiDatetimePicker1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiDatetimePicker1.Location = new System.Drawing.Point(1221, 390);
- this.uiDatetimePicker1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiDatetimePicker1.MaxLength = 19;
- this.uiDatetimePicker1.MinimumSize = new System.Drawing.Size(63, 0);
- this.uiDatetimePicker1.Name = "uiDatetimePicker1";
- this.uiDatetimePicker1.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
- this.uiDatetimePicker1.Size = new System.Drawing.Size(200, 29);
- this.uiDatetimePicker1.SymbolDropDown = 61555;
- this.uiDatetimePicker1.SymbolNormal = 61555;
- this.uiDatetimePicker1.TabIndex = 38;
- this.uiDatetimePicker1.Text = "2026-04-07 15:27:16";
- this.uiDatetimePicker1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiDatetimePicker1.Value = new System.DateTime(2026, 4, 7, 15, 27, 16, 291);
- this.uiDatetimePicker1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiTextBox14
- //
- this.uiTextBox14.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.uiTextBox14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTextBox14.Location = new System.Drawing.Point(387, 463);
- this.uiTextBox14.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiTextBox14.MinimumSize = new System.Drawing.Size(1, 16);
- this.uiTextBox14.Name = "uiTextBox14";
- this.uiTextBox14.ShowText = false;
- this.uiTextBox14.Size = new System.Drawing.Size(222, 29);
- this.uiTextBox14.TabIndex = 39;
- this.uiTextBox14.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiTextBox14.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiTextBox15
- //
- this.uiTextBox15.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.uiTextBox15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTextBox15.Location = new System.Drawing.Point(1221, 118);
- this.uiTextBox15.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiTextBox15.MinimumSize = new System.Drawing.Size(1, 16);
- this.uiTextBox15.Name = "uiTextBox15";
- this.uiTextBox15.ShowText = false;
- this.uiTextBox15.Size = new System.Drawing.Size(222, 29);
- this.uiTextBox15.TabIndex = 40;
- this.uiTextBox15.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiTextBox15.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiTextBox16
- //
- this.uiTextBox16.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.uiTextBox16.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTextBox16.Location = new System.Drawing.Point(1221, 168);
- this.uiTextBox16.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiTextBox16.MinimumSize = new System.Drawing.Size(1, 16);
- this.uiTextBox16.Name = "uiTextBox16";
- this.uiTextBox16.ShowText = false;
- this.uiTextBox16.Size = new System.Drawing.Size(222, 29);
- this.uiTextBox16.TabIndex = 41;
- this.uiTextBox16.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiTextBox16.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiTextBox17
- //
- this.uiTextBox17.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.uiTextBox17.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTextBox17.Location = new System.Drawing.Point(1221, 247);
- this.uiTextBox17.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiTextBox17.MinimumSize = new System.Drawing.Size(1, 16);
- this.uiTextBox17.Name = "uiTextBox17";
- this.uiTextBox17.ShowText = false;
- this.uiTextBox17.Size = new System.Drawing.Size(222, 29);
- this.uiTextBox17.TabIndex = 42;
- this.uiTextBox17.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiTextBox17.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiPanel1
- //
- this.uiPanel1.Controls.Add(this.uiDatetimePicker4);
- this.uiPanel1.Controls.Add(this.uiDatetimePicker3);
- this.uiPanel1.Controls.Add(this.uiLabel22);
- this.uiPanel1.Controls.Add(this.uiLabel21);
- this.uiPanel1.Controls.Add(this.uiButton2);
- this.uiPanel1.Controls.Add(this.uiTextBox14);
- this.uiPanel1.Controls.Add(this.uiTextBox17);
- this.uiPanel1.Controls.Add(this.uiLabel17);
- this.uiPanel1.Controls.Add(this.uiDatetimePicker1);
- this.uiPanel1.Controls.Add(this.uiLabel16);
- this.uiPanel1.Controls.Add(this.uiLabel1);
- this.uiPanel1.Controls.Add(this.uiDatetimePicker2);
- this.uiPanel1.Controls.Add(this.uiTextBox16);
- this.uiPanel1.Controls.Add(this.uiTextBox1);
- this.uiPanel1.Controls.Add(this.uiTextBox15);
- this.uiPanel1.Controls.Add(this.uiTextBox13);
- this.uiPanel1.Controls.Add(this.uiLabel2);
- this.uiPanel1.Controls.Add(this.uiTextBox12);
- this.uiPanel1.Controls.Add(this.uiTextBox2);
- this.uiPanel1.Controls.Add(this.uiLabel15);
- this.uiPanel1.Controls.Add(this.uiLabel19);
- this.uiPanel1.Controls.Add(this.uiLabel14);
- this.uiPanel1.Controls.Add(this.uiLabel6);
- this.uiPanel1.Controls.Add(this.uiLabel13);
- this.uiPanel1.Controls.Add(this.uiLabel18);
- this.uiPanel1.Controls.Add(this.uiLabel12);
- this.uiPanel1.Controls.Add(this.uiTextBox5);
- this.uiPanel1.Controls.Add(this.uiTextBox11);
- this.uiPanel1.Controls.Add(this.uiLabel20);
- this.uiPanel1.Controls.Add(this.uiTextBox10);
- this.uiPanel1.Controls.Add(this.uiLabel11);
- this.uiPanel1.Controls.Add(this.uiLabel4);
- this.uiPanel1.Controls.Add(this.uiLabel5);
- this.uiPanel1.Controls.Add(this.uiLabel3);
- this.uiPanel1.Controls.Add(this.uiTextBox3);
- this.uiPanel1.Controls.Add(this.uiButton1);
- this.uiPanel1.Controls.Add(this.uiTextBox4);
- this.uiPanel1.Controls.Add(this.uiLabel8);
- this.uiPanel1.Controls.Add(this.uiLabel7);
- this.uiPanel1.Controls.Add(this.uiLabel9);
- this.uiPanel1.Controls.Add(this.uiLabel10);
- this.uiPanel1.Controls.Add(this.uiTextBox6);
- this.uiPanel1.Controls.Add(this.uiTextBox9);
- this.uiPanel1.Controls.Add(this.uiTextBox7);
- this.uiPanel1.Controls.Add(this.uiTextBox8);
- this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiPanel1.Location = new System.Drawing.Point(4, 10);
- this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiPanel1.Name = "uiPanel1";
- this.uiPanel1.Size = new System.Drawing.Size(1523, 901);
- this.uiPanel1.TabIndex = 43;
- this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel21
- //
- this.uiLabel21.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel21.Location = new System.Drawing.Point(677, 469);
- this.uiLabel21.Name = "uiLabel21";
- this.uiLabel21.Size = new System.Drawing.Size(100, 23);
- this.uiLabel21.TabIndex = 43;
- this.uiLabel21.Text = "开始日期";
- this.uiLabel21.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel21.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel22
- //
- this.uiLabel22.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel22.Location = new System.Drawing.Point(1088, 463);
- this.uiLabel22.Name = "uiLabel22";
- this.uiLabel22.Size = new System.Drawing.Size(100, 23);
- this.uiLabel22.TabIndex = 44;
- this.uiLabel22.Text = "结束日期";
- this.uiLabel22.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel22.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiDatetimePicker3
- //
- this.uiDatetimePicker3.DateFormat = "yyyy-MM-dd";
- this.uiDatetimePicker3.FillColor = System.Drawing.Color.White;
- this.uiDatetimePicker3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiDatetimePicker3.Location = new System.Drawing.Point(834, 463);
- this.uiDatetimePicker3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiDatetimePicker3.MaxLength = 10;
- this.uiDatetimePicker3.MinimumSize = new System.Drawing.Size(63, 0);
- this.uiDatetimePicker3.Name = "uiDatetimePicker3";
- this.uiDatetimePicker3.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
- this.uiDatetimePicker3.Size = new System.Drawing.Size(200, 29);
- this.uiDatetimePicker3.SymbolDropDown = 61555;
- this.uiDatetimePicker3.SymbolNormal = 61555;
- this.uiDatetimePicker3.TabIndex = 45;
- this.uiDatetimePicker3.Text = "2026-04-07";
- this.uiDatetimePicker3.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiDatetimePicker3.Value = new System.DateTime(2026, 4, 7, 15, 27, 16, 291);
- this.uiDatetimePicker3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiDatetimePicker4
- //
- this.uiDatetimePicker4.DateFormat = "yyyy-MM-dd";
- this.uiDatetimePicker4.FillColor = System.Drawing.Color.White;
- this.uiDatetimePicker4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiDatetimePicker4.Location = new System.Drawing.Point(1221, 457);
- this.uiDatetimePicker4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiDatetimePicker4.MaxLength = 10;
- this.uiDatetimePicker4.MinimumSize = new System.Drawing.Size(63, 0);
- this.uiDatetimePicker4.Name = "uiDatetimePicker4";
- this.uiDatetimePicker4.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
- this.uiDatetimePicker4.Size = new System.Drawing.Size(200, 29);
- this.uiDatetimePicker4.SymbolDropDown = 61555;
- this.uiDatetimePicker4.SymbolNormal = 61555;
- this.uiDatetimePicker4.TabIndex = 46;
- this.uiDatetimePicker4.Text = "2026-04-07";
- this.uiDatetimePicker4.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiDatetimePicker4.Value = new System.DateTime(2026, 4, 7, 15, 27, 16, 291);
- this.uiDatetimePicker4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // 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.tabPage3.ResumeLayout(false);
- this.uiPanel1.ResumeLayout(false);
- 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;
- private System.Windows.Forms.TabPage tabPage3;
- private Sunny.UI.UIButton uiButton1;
- private Sunny.UI.UIButton uiButton2;
- private Sunny.UI.UILabel uiLabel6;
- private Sunny.UI.UILabel uiLabel4;
- private Sunny.UI.UILabel uiLabel3;
- private Sunny.UI.UILabel uiLabel2;
- private Sunny.UI.UILabel uiLabel1;
- private Sunny.UI.UILabel uiLabel11;
- private Sunny.UI.UILabel uiLabel10;
- private Sunny.UI.UILabel uiLabel9;
- private Sunny.UI.UILabel uiLabel8;
- private Sunny.UI.UILabel uiLabel7;
- private Sunny.UI.UILabel uiLabel5;
- private Sunny.UI.UITextBox uiTextBox4;
- private Sunny.UI.UITextBox uiTextBox3;
- private Sunny.UI.UITextBox uiTextBox2;
- private Sunny.UI.UITextBox uiTextBox1;
- private Sunny.UI.UITextBox uiTextBox5;
- private Sunny.UI.UITextBox uiTextBox17;
- private Sunny.UI.UITextBox uiTextBox16;
- private Sunny.UI.UITextBox uiTextBox15;
- private Sunny.UI.UITextBox uiTextBox14;
- private Sunny.UI.UIDatetimePicker uiDatetimePicker1;
- private Sunny.UI.UIDatetimePicker uiDatetimePicker2;
- private Sunny.UI.UILabel uiLabel20;
- private Sunny.UI.UILabel uiLabel19;
- private Sunny.UI.UILabel uiLabel18;
- private Sunny.UI.UILabel uiLabel17;
- private Sunny.UI.UILabel uiLabel16;
- private Sunny.UI.UITextBox uiTextBox13;
- private Sunny.UI.UITextBox uiTextBox12;
- private Sunny.UI.UILabel uiLabel15;
- private Sunny.UI.UILabel uiLabel14;
- private Sunny.UI.UILabel uiLabel13;
- private Sunny.UI.UILabel uiLabel12;
- private Sunny.UI.UITextBox uiTextBox11;
- private Sunny.UI.UITextBox uiTextBox10;
- private Sunny.UI.UITextBox uiTextBox9;
- private Sunny.UI.UITextBox uiTextBox8;
- private Sunny.UI.UITextBox uiTextBox7;
- private Sunny.UI.UITextBox uiTextBox6;
- private Sunny.UI.UIPanel uiPanel1;
- private Sunny.UI.UIDatetimePicker uiDatetimePicker4;
- private Sunny.UI.UIDatetimePicker uiDatetimePicker3;
- private Sunny.UI.UILabel uiLabel22;
- private Sunny.UI.UILabel uiLabel21;
- }
- }
|