123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275 |
- namespace PTMedicalInsurance.Forms
- {
- partial class PatientInsuInfo
- {
- /// <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();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle24 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle25 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle26 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle27 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle28 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle29 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle30 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle31 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle32 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle33 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle34 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle35 = new System.Windows.Forms.DataGridViewCellStyle();
- this.pnlBottom = new Sunny.UI.UIPanel();
- this.btnRYDY2001 = new Sunny.UI.UIButton();
- this.uiButton2 = new Sunny.UI.UIButton();
- this.uiButton1 = new Sunny.UI.UIButton();
- this.pnlClient = new Sunny.UI.UIPanel();
- this.gbInsuInfo = new Sunny.UI.UIGroupBox();
- this.tabControl1 = new System.Windows.Forms.TabControl();
- this.tabPage1 = new System.Windows.Forms.TabPage();
- this.dgvIDInfo = new Sunny.UI.UIDataGridView();
- this.tabPage2 = new System.Windows.Forms.TabPage();
- this.dgvTreatment = new Sunny.UI.UIDataGridView();
- this.uiPanel3 = new Sunny.UI.UIPanel();
- this.cbxMedicalType = new System.Windows.Forms.ComboBox();
- this.label5 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.tbEndDate_treatment = new System.Windows.Forms.TextBox();
- this.btTreatment = new Sunny.UI.UIButton();
- this.label7 = new System.Windows.Forms.Label();
- this.tbBeginDate_treatment = new System.Windows.Forms.TextBox();
- this.tabPage3 = new System.Windows.Forms.TabPage();
- this.dgvPaymentDetail = new Sunny.UI.UIDataGridView();
- this.tabPage4 = new System.Windows.Forms.TabPage();
- this.dgvAccumulativeInfo = new Sunny.UI.UIDataGridView();
- this.uiPanel1 = new Sunny.UI.UIPanel();
- this.btAccumulate = new Sunny.UI.UIButton();
- this.label1 = new System.Windows.Forms.Label();
- this.tbYear_PaymentDetail = new System.Windows.Forms.TextBox();
- this.tabPage5 = new System.Windows.Forms.TabPage();
- this.dgvTurnToOtherHospInfo = new Sunny.UI.UIDataGridView();
- this.uiPanel2 = new Sunny.UI.UIPanel();
- this.cbTurnType = new System.Windows.Forms.ComboBox();
- this.label4 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.tbEndDate = new System.Windows.Forms.TextBox();
- this.btTurnToOtherHosp = new Sunny.UI.UIButton();
- this.label2 = new System.Windows.Forms.Label();
- this.tbBeginDate = new System.Windows.Forms.TextBox();
- this.dgvInsuInfo = new Sunny.UI.UIDataGridView();
- this.gbWorkInjury = new Sunny.UI.UIGroupBox();
- this.dgvWorkInjury = new Sunny.UI.UIDataGridView();
- this.gbBaseInfo = new Sunny.UI.UIGroupBox();
- this.tbBirthDay = new Sunny.UI.UITextBox();
- this.tbAge = new Sunny.UI.UITextBox();
- this.lbAge = new Sunny.UI.UILabel();
- this.lb1 = new Sunny.UI.UILabel();
- this.tbPsnNO = new Sunny.UI.UITextBox();
- this.tbNaty = new Sunny.UI.UITextBox();
- this.uiLabel27 = new Sunny.UI.UILabel();
- this.uiLabel28 = new Sunny.UI.UILabel();
- this.tbCertNO = new Sunny.UI.UITextBox();
- this.tbCertType = new Sunny.UI.UITextBox();
- this.uiLabel25 = new Sunny.UI.UILabel();
- this.uiLabel26 = new Sunny.UI.UILabel();
- this.tbGend = new Sunny.UI.UITextBox();
- this.tbName = new Sunny.UI.UITextBox();
- this.uiLabel20 = new Sunny.UI.UILabel();
- this.uiLabel21 = new Sunny.UI.UILabel();
- this.pnlBottom.SuspendLayout();
- this.pnlClient.SuspendLayout();
- this.gbInsuInfo.SuspendLayout();
- this.tabControl1.SuspendLayout();
- this.tabPage1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvIDInfo)).BeginInit();
- this.tabPage2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvTreatment)).BeginInit();
- this.uiPanel3.SuspendLayout();
- this.tabPage3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvPaymentDetail)).BeginInit();
- this.tabPage4.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvAccumulativeInfo)).BeginInit();
- this.uiPanel1.SuspendLayout();
- this.tabPage5.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvTurnToOtherHospInfo)).BeginInit();
- this.uiPanel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvInsuInfo)).BeginInit();
- this.gbWorkInjury.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvWorkInjury)).BeginInit();
- this.gbBaseInfo.SuspendLayout();
- this.SuspendLayout();
- //
- // pnlBottom
- //
- this.pnlBottom.Controls.Add(this.btnRYDY2001);
- this.pnlBottom.Controls.Add(this.uiButton2);
- this.pnlBottom.Controls.Add(this.uiButton1);
- this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.pnlBottom.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pnlBottom.Location = new System.Drawing.Point(0, 670);
- this.pnlBottom.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.pnlBottom.MinimumSize = new System.Drawing.Size(1, 1);
- this.pnlBottom.Name = "pnlBottom";
- this.pnlBottom.Size = new System.Drawing.Size(1122, 49);
- this.pnlBottom.TabIndex = 0;
- this.pnlBottom.Text = null;
- this.pnlBottom.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.pnlBottom.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // btnRYDY2001
- //
- this.btnRYDY2001.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnRYDY2001.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnRYDY2001.Location = new System.Drawing.Point(9, 6);
- this.btnRYDY2001.MinimumSize = new System.Drawing.Size(1, 1);
- this.btnRYDY2001.Name = "btnRYDY2001";
- this.btnRYDY2001.Size = new System.Drawing.Size(139, 35);
- this.btnRYDY2001.TabIndex = 3;
- this.btnRYDY2001.Text = "人员待遇享受检查";
- this.btnRYDY2001.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnRYDY2001.Visible = false;
- this.btnRYDY2001.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.btnRYDY2001.Click += new System.EventHandler(this.btnRYDY2001_Click);
- //
- // uiButton2
- //
- this.uiButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.uiButton2.Cursor = System.Windows.Forms.Cursors.Hand;
- this.uiButton2.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiButton2.Location = new System.Drawing.Point(1005, 6);
- this.uiButton2.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiButton2.Name = "uiButton2";
- this.uiButton2.Size = new System.Drawing.Size(98, 37);
- this.uiButton2.TabIndex = 2;
- 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);
- //
- // uiButton1
- //
- this.uiButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
- this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiButton1.Location = new System.Drawing.Point(892, 6);
- this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiButton1.Name = "uiButton1";
- this.uiButton1.Size = new System.Drawing.Size(98, 37);
- this.uiButton1.TabIndex = 1;
- 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);
- //
- // pnlClient
- //
- this.pnlClient.Controls.Add(this.gbInsuInfo);
- this.pnlClient.Controls.Add(this.gbWorkInjury);
- this.pnlClient.Controls.Add(this.gbBaseInfo);
- this.pnlClient.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pnlClient.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pnlClient.Location = new System.Drawing.Point(0, 0);
- this.pnlClient.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.pnlClient.MinimumSize = new System.Drawing.Size(1, 1);
- this.pnlClient.Name = "pnlClient";
- this.pnlClient.Size = new System.Drawing.Size(1122, 670);
- this.pnlClient.TabIndex = 1;
- this.pnlClient.Text = null;
- this.pnlClient.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.pnlClient.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // gbInsuInfo
- //
- this.gbInsuInfo.Controls.Add(this.tabControl1);
- this.gbInsuInfo.Controls.Add(this.dgvInsuInfo);
- this.gbInsuInfo.Dock = System.Windows.Forms.DockStyle.Fill;
- this.gbInsuInfo.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.gbInsuInfo.Location = new System.Drawing.Point(0, 257);
- this.gbInsuInfo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.gbInsuInfo.MinimumSize = new System.Drawing.Size(1, 1);
- this.gbInsuInfo.Name = "gbInsuInfo";
- this.gbInsuInfo.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
- this.gbInsuInfo.Size = new System.Drawing.Size(1122, 413);
- this.gbInsuInfo.TabIndex = 1;
- this.gbInsuInfo.Text = "参保信息";
- this.gbInsuInfo.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.gbInsuInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tabControl1
- //
- this.tabControl1.Controls.Add(this.tabPage1);
- this.tabControl1.Controls.Add(this.tabPage2);
- this.tabControl1.Controls.Add(this.tabPage3);
- this.tabControl1.Controls.Add(this.tabPage4);
- this.tabControl1.Controls.Add(this.tabPage5);
- this.tabControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.tabControl1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tabControl1.Location = new System.Drawing.Point(0, 188);
- this.tabControl1.Name = "tabControl1";
- this.tabControl1.SelectedIndex = 0;
- this.tabControl1.Size = new System.Drawing.Size(1122, 225);
- this.tabControl1.TabIndex = 4;
- //
- // tabPage1
- //
- this.tabPage1.Controls.Add(this.dgvIDInfo);
- this.tabPage1.Location = new System.Drawing.Point(4, 26);
- this.tabPage1.Name = "tabPage1";
- this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage1.Size = new System.Drawing.Size(1114, 195);
- this.tabPage1.TabIndex = 0;
- this.tabPage1.Text = "身份信息";
- this.tabPage1.UseVisualStyleBackColor = true;
- //
- // dgvIDInfo
- //
- this.dgvIDInfo.AllowUserToAddRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgvIDInfo.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvIDInfo.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgvIDInfo.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.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvIDInfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvIDInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvIDInfo.DefaultCellStyle = dataGridViewCellStyle3;
- this.dgvIDInfo.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvIDInfo.EnableHeadersVisualStyles = false;
- this.dgvIDInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvIDInfo.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
- this.dgvIDInfo.Location = new System.Drawing.Point(3, 3);
- this.dgvIDInfo.Name = "dgvIDInfo";
- dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((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.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvIDInfo.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
- this.dgvIDInfo.RowHeadersWidth = 51;
- this.dgvIDInfo.RowHeight = 0;
- dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.dgvIDInfo.RowsDefaultCellStyle = dataGridViewCellStyle5;
- this.dgvIDInfo.RowTemplate.Height = 23;
- this.dgvIDInfo.SelectedIndex = -1;
- this.dgvIDInfo.ShowGridLine = false;
- this.dgvIDInfo.ShowRect = false;
- this.dgvIDInfo.Size = new System.Drawing.Size(1108, 189);
- this.dgvIDInfo.TabIndex = 2;
- this.dgvIDInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tabPage2
- //
- this.tabPage2.Controls.Add(this.dgvTreatment);
- this.tabPage2.Controls.Add(this.uiPanel3);
- this.tabPage2.Location = new System.Drawing.Point(4, 26);
- this.tabPage2.Name = "tabPage2";
- this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage2.Size = new System.Drawing.Size(1457, 195);
- this.tabPage2.TabIndex = 1;
- this.tabPage2.Text = "待遇检查查询";
- this.tabPage2.UseVisualStyleBackColor = true;
- //
- // dgvTreatment
- //
- this.dgvTreatment.AllowUserToAddRows = false;
- dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgvTreatment.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
- this.dgvTreatment.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgvTreatment.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvTreatment.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
- this.dgvTreatment.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle8.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvTreatment.DefaultCellStyle = dataGridViewCellStyle8;
- this.dgvTreatment.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvTreatment.EnableHeadersVisualStyles = false;
- this.dgvTreatment.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvTreatment.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
- this.dgvTreatment.Location = new System.Drawing.Point(3, 37);
- this.dgvTreatment.Name = "dgvTreatment";
- dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvTreatment.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
- this.dgvTreatment.RowHeadersWidth = 51;
- this.dgvTreatment.RowHeight = 0;
- dataGridViewCellStyle10.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle10.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.dgvTreatment.RowsDefaultCellStyle = dataGridViewCellStyle10;
- this.dgvTreatment.RowTemplate.Height = 23;
- this.dgvTreatment.SelectedIndex = -1;
- this.dgvTreatment.ShowGridLine = false;
- this.dgvTreatment.ShowRect = false;
- this.dgvTreatment.Size = new System.Drawing.Size(1451, 155);
- this.dgvTreatment.TabIndex = 8;
- this.dgvTreatment.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiPanel3
- //
- this.uiPanel3.Controls.Add(this.cbxMedicalType);
- this.uiPanel3.Controls.Add(this.label5);
- this.uiPanel3.Controls.Add(this.label6);
- this.uiPanel3.Controls.Add(this.tbEndDate_treatment);
- this.uiPanel3.Controls.Add(this.btTreatment);
- this.uiPanel3.Controls.Add(this.label7);
- this.uiPanel3.Controls.Add(this.tbBeginDate_treatment);
- this.uiPanel3.Dock = System.Windows.Forms.DockStyle.Top;
- this.uiPanel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiPanel3.Location = new System.Drawing.Point(3, 3);
- this.uiPanel3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiPanel3.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiPanel3.Name = "uiPanel3";
- this.uiPanel3.Size = new System.Drawing.Size(1451, 34);
- this.uiPanel3.TabIndex = 9;
- this.uiPanel3.Text = null;
- this.uiPanel3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.uiPanel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // cbxMedicalType
- //
- this.cbxMedicalType.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cbxMedicalType.FormattingEnabled = true;
- this.cbxMedicalType.Items.AddRange(new object[] {
- "11.普通门诊",
- "21.普通住院"});
- this.cbxMedicalType.Location = new System.Drawing.Point(562, 3);
- this.cbxMedicalType.Name = "cbxMedicalType";
- this.cbxMedicalType.Size = new System.Drawing.Size(137, 27);
- this.cbxMedicalType.TabIndex = 8;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label5.Location = new System.Drawing.Point(495, 7);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(61, 19);
- this.label5.TabIndex = 7;
- this.label5.Text = "医疗类别";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label6.Location = new System.Drawing.Point(250, 7);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(61, 19);
- this.label6.TabIndex = 6;
- this.label6.Text = "结束日期";
- //
- // tbEndDate_treatment
- //
- this.tbEndDate_treatment.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbEndDate_treatment.Location = new System.Drawing.Point(317, 4);
- this.tbEndDate_treatment.Name = "tbEndDate_treatment";
- this.tbEndDate_treatment.Size = new System.Drawing.Size(154, 25);
- this.tbEndDate_treatment.TabIndex = 5;
- this.tbEndDate_treatment.Text = "2025-01-01 00:00:00";
- //
- // btTreatment
- //
- this.btTreatment.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btTreatment.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btTreatment.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btTreatment.Location = new System.Drawing.Point(452, 4);
- this.btTreatment.MinimumSize = new System.Drawing.Size(1, 1);
- this.btTreatment.Name = "btTreatment";
- this.btTreatment.Size = new System.Drawing.Size(93, 25);
- this.btTreatment.TabIndex = 4;
- this.btTreatment.Text = "查询";
- this.btTreatment.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btTreatment.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label7.Location = new System.Drawing.Point(17, 6);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(61, 19);
- this.label7.TabIndex = 2;
- this.label7.Text = "开始日期";
- //
- // tbBeginDate_treatment
- //
- this.tbBeginDate_treatment.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbBeginDate_treatment.Location = new System.Drawing.Point(84, 4);
- this.tbBeginDate_treatment.Name = "tbBeginDate_treatment";
- this.tbBeginDate_treatment.Size = new System.Drawing.Size(154, 25);
- this.tbBeginDate_treatment.TabIndex = 1;
- this.tbBeginDate_treatment.Text = "2024-01-01 00:00:00";
- //
- // tabPage3
- //
- this.tabPage3.Controls.Add(this.dgvPaymentDetail);
- this.tabPage3.Location = new System.Drawing.Point(4, 26);
- this.tabPage3.Name = "tabPage3";
- this.tabPage3.Size = new System.Drawing.Size(1457, 195);
- this.tabPage3.TabIndex = 2;
- this.tabPage3.Text = "一年缴费明细";
- this.tabPage3.UseVisualStyleBackColor = true;
- //
- // dgvPaymentDetail
- //
- this.dgvPaymentDetail.AllowUserToAddRows = false;
- dataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgvPaymentDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle11;
- this.dgvPaymentDetail.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgvPaymentDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle12.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle12.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvPaymentDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle12;
- this.dgvPaymentDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle13.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle13.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle13.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvPaymentDetail.DefaultCellStyle = dataGridViewCellStyle13;
- this.dgvPaymentDetail.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvPaymentDetail.EnableHeadersVisualStyles = false;
- this.dgvPaymentDetail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvPaymentDetail.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
- this.dgvPaymentDetail.Location = new System.Drawing.Point(0, 0);
- this.dgvPaymentDetail.Name = "dgvPaymentDetail";
- dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle14.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle14.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvPaymentDetail.RowHeadersDefaultCellStyle = dataGridViewCellStyle14;
- this.dgvPaymentDetail.RowHeadersWidth = 51;
- this.dgvPaymentDetail.RowHeight = 0;
- dataGridViewCellStyle15.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle15.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle15.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.dgvPaymentDetail.RowsDefaultCellStyle = dataGridViewCellStyle15;
- this.dgvPaymentDetail.RowTemplate.Height = 23;
- this.dgvPaymentDetail.SelectedIndex = -1;
- this.dgvPaymentDetail.ShowGridLine = false;
- this.dgvPaymentDetail.ShowRect = false;
- this.dgvPaymentDetail.Size = new System.Drawing.Size(1457, 195);
- this.dgvPaymentDetail.TabIndex = 3;
- this.dgvPaymentDetail.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tabPage4
- //
- this.tabPage4.Controls.Add(this.dgvAccumulativeInfo);
- this.tabPage4.Controls.Add(this.uiPanel1);
- this.tabPage4.Location = new System.Drawing.Point(4, 26);
- this.tabPage4.Name = "tabPage4";
- this.tabPage4.Size = new System.Drawing.Size(1457, 195);
- this.tabPage4.TabIndex = 3;
- this.tabPage4.Text = "结算累计信息(本市)";
- this.tabPage4.UseVisualStyleBackColor = true;
- //
- // dgvAccumulativeInfo
- //
- this.dgvAccumulativeInfo.AllowUserToAddRows = false;
- dataGridViewCellStyle16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgvAccumulativeInfo.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle16;
- this.dgvAccumulativeInfo.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgvAccumulativeInfo.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle17.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle17.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle17.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle17.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvAccumulativeInfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle17;
- this.dgvAccumulativeInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle18.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle18.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle18.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle18.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle18.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvAccumulativeInfo.DefaultCellStyle = dataGridViewCellStyle18;
- this.dgvAccumulativeInfo.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvAccumulativeInfo.EnableHeadersVisualStyles = false;
- this.dgvAccumulativeInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvAccumulativeInfo.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
- this.dgvAccumulativeInfo.Location = new System.Drawing.Point(0, 34);
- this.dgvAccumulativeInfo.Name = "dgvAccumulativeInfo";
- dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle19.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle19.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle19.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle19.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle19.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvAccumulativeInfo.RowHeadersDefaultCellStyle = dataGridViewCellStyle19;
- this.dgvAccumulativeInfo.RowHeadersWidth = 51;
- this.dgvAccumulativeInfo.RowHeight = 0;
- dataGridViewCellStyle20.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle20.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle20.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle20.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle20.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.dgvAccumulativeInfo.RowsDefaultCellStyle = dataGridViewCellStyle20;
- this.dgvAccumulativeInfo.RowTemplate.Height = 23;
- this.dgvAccumulativeInfo.SelectedIndex = -1;
- this.dgvAccumulativeInfo.ShowGridLine = false;
- this.dgvAccumulativeInfo.ShowRect = false;
- this.dgvAccumulativeInfo.Size = new System.Drawing.Size(1457, 161);
- this.dgvAccumulativeInfo.TabIndex = 3;
- this.dgvAccumulativeInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiPanel1
- //
- this.uiPanel1.Controls.Add(this.btAccumulate);
- this.uiPanel1.Controls.Add(this.label1);
- this.uiPanel1.Controls.Add(this.tbYear_PaymentDetail);
- this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Top;
- 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(0, 0);
- 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(1457, 34);
- this.uiPanel1.TabIndex = 6;
- this.uiPanel1.Text = null;
- this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // btAccumulate
- //
- this.btAccumulate.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btAccumulate.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btAccumulate.Location = new System.Drawing.Point(189, 4);
- this.btAccumulate.MinimumSize = new System.Drawing.Size(1, 1);
- this.btAccumulate.Name = "btAccumulate";
- this.btAccumulate.Size = new System.Drawing.Size(93, 25);
- this.btAccumulate.TabIndex = 4;
- this.btAccumulate.Text = "查询";
- this.btAccumulate.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btAccumulate.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.Location = new System.Drawing.Point(17, 6);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(47, 19);
- this.label1.TabIndex = 2;
- this.label1.Text = "年 度";
- //
- // tbYear_PaymentDetail
- //
- this.tbYear_PaymentDetail.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbYear_PaymentDetail.Location = new System.Drawing.Point(70, 4);
- this.tbYear_PaymentDetail.Name = "tbYear_PaymentDetail";
- this.tbYear_PaymentDetail.Size = new System.Drawing.Size(100, 25);
- this.tbYear_PaymentDetail.TabIndex = 1;
- this.tbYear_PaymentDetail.Text = "2024";
- //
- // tabPage5
- //
- this.tabPage5.Controls.Add(this.dgvTurnToOtherHospInfo);
- this.tabPage5.Controls.Add(this.uiPanel2);
- this.tabPage5.Location = new System.Drawing.Point(4, 26);
- this.tabPage5.Name = "tabPage5";
- this.tabPage5.Size = new System.Drawing.Size(1457, 195);
- this.tabPage5.TabIndex = 4;
- this.tabPage5.Text = "转院信息查询";
- this.tabPage5.UseVisualStyleBackColor = true;
- //
- // dgvTurnToOtherHospInfo
- //
- this.dgvTurnToOtherHospInfo.AllowUserToAddRows = false;
- dataGridViewCellStyle21.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgvTurnToOtherHospInfo.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle21;
- this.dgvTurnToOtherHospInfo.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgvTurnToOtherHospInfo.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle22.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle22.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle22.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle22.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle22.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle22.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle22.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvTurnToOtherHospInfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle22;
- this.dgvTurnToOtherHospInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- dataGridViewCellStyle23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle23.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle23.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle23.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle23.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle23.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle23.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvTurnToOtherHospInfo.DefaultCellStyle = dataGridViewCellStyle23;
- this.dgvTurnToOtherHospInfo.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvTurnToOtherHospInfo.EnableHeadersVisualStyles = false;
- this.dgvTurnToOtherHospInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvTurnToOtherHospInfo.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
- this.dgvTurnToOtherHospInfo.Location = new System.Drawing.Point(0, 34);
- this.dgvTurnToOtherHospInfo.Name = "dgvTurnToOtherHospInfo";
- dataGridViewCellStyle24.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle24.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle24.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle24.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle24.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle24.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle24.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvTurnToOtherHospInfo.RowHeadersDefaultCellStyle = dataGridViewCellStyle24;
- this.dgvTurnToOtherHospInfo.RowHeadersWidth = 51;
- this.dgvTurnToOtherHospInfo.RowHeight = 0;
- dataGridViewCellStyle25.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle25.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle25.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle25.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle25.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.dgvTurnToOtherHospInfo.RowsDefaultCellStyle = dataGridViewCellStyle25;
- this.dgvTurnToOtherHospInfo.RowTemplate.Height = 23;
- this.dgvTurnToOtherHospInfo.SelectedIndex = -1;
- this.dgvTurnToOtherHospInfo.ShowGridLine = false;
- this.dgvTurnToOtherHospInfo.ShowRect = false;
- this.dgvTurnToOtherHospInfo.Size = new System.Drawing.Size(1457, 161);
- this.dgvTurnToOtherHospInfo.TabIndex = 3;
- this.dgvTurnToOtherHospInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiPanel2
- //
- this.uiPanel2.Controls.Add(this.cbTurnType);
- this.uiPanel2.Controls.Add(this.label4);
- this.uiPanel2.Controls.Add(this.label3);
- this.uiPanel2.Controls.Add(this.tbEndDate);
- this.uiPanel2.Controls.Add(this.btTurnToOtherHosp);
- this.uiPanel2.Controls.Add(this.label2);
- this.uiPanel2.Controls.Add(this.tbBeginDate);
- this.uiPanel2.Dock = System.Windows.Forms.DockStyle.Top;
- this.uiPanel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiPanel2.Location = new System.Drawing.Point(0, 0);
- this.uiPanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiPanel2.Name = "uiPanel2";
- this.uiPanel2.Size = new System.Drawing.Size(1457, 34);
- this.uiPanel2.TabIndex = 7;
- this.uiPanel2.Text = null;
- this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.uiPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // cbTurnType
- //
- this.cbTurnType.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cbTurnType.FormattingEnabled = true;
- this.cbTurnType.Items.AddRange(new object[] {
- "9905.门慢转诊"});
- this.cbTurnType.Location = new System.Drawing.Point(562, 3);
- this.cbTurnType.Name = "cbTurnType";
- this.cbTurnType.Size = new System.Drawing.Size(137, 27);
- this.cbTurnType.TabIndex = 8;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label4.Location = new System.Drawing.Point(495, 7);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(61, 19);
- this.label4.TabIndex = 7;
- this.label4.Text = "转院类别";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label3.Location = new System.Drawing.Point(250, 7);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(61, 19);
- this.label3.TabIndex = 6;
- this.label3.Text = "结束日期";
- //
- // tbEndDate
- //
- this.tbEndDate.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbEndDate.Location = new System.Drawing.Point(317, 4);
- this.tbEndDate.Name = "tbEndDate";
- this.tbEndDate.Size = new System.Drawing.Size(154, 25);
- this.tbEndDate.TabIndex = 5;
- this.tbEndDate.Text = "2024-01-01 00:00:00";
- //
- // btTurnToOtherHosp
- //
- this.btTurnToOtherHosp.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.btTurnToOtherHosp.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btTurnToOtherHosp.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btTurnToOtherHosp.Location = new System.Drawing.Point(453, 5);
- this.btTurnToOtherHosp.MinimumSize = new System.Drawing.Size(1, 1);
- this.btTurnToOtherHosp.Name = "btTurnToOtherHosp";
- this.btTurnToOtherHosp.Size = new System.Drawing.Size(93, 25);
- this.btTurnToOtherHosp.TabIndex = 4;
- this.btTurnToOtherHosp.Text = "查询";
- this.btTurnToOtherHosp.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btTurnToOtherHosp.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label2.Location = new System.Drawing.Point(17, 6);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(61, 19);
- this.label2.TabIndex = 2;
- this.label2.Text = "开始日期";
- //
- // tbBeginDate
- //
- this.tbBeginDate.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbBeginDate.Location = new System.Drawing.Point(84, 4);
- this.tbBeginDate.Name = "tbBeginDate";
- this.tbBeginDate.Size = new System.Drawing.Size(154, 25);
- this.tbBeginDate.TabIndex = 1;
- this.tbBeginDate.Text = "2024-01-01 00:00:00";
- //
- // dgvInsuInfo
- //
- this.dgvInsuInfo.AllowUserToAddRows = false;
- dataGridViewCellStyle26.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgvInsuInfo.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle26;
- this.dgvInsuInfo.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgvInsuInfo.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle27.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle27.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle27.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle27.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle27.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle27.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle27.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvInsuInfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle27;
- this.dgvInsuInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- dataGridViewCellStyle28.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle28.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle28.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle28.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle28.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle28.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle28.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvInsuInfo.DefaultCellStyle = dataGridViewCellStyle28;
- this.dgvInsuInfo.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvInsuInfo.EnableHeadersVisualStyles = false;
- this.dgvInsuInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvInsuInfo.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
- this.dgvInsuInfo.Location = new System.Drawing.Point(0, 32);
- this.dgvInsuInfo.Name = "dgvInsuInfo";
- dataGridViewCellStyle29.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle29.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle29.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle29.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle29.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle29.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle29.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvInsuInfo.RowHeadersDefaultCellStyle = dataGridViewCellStyle29;
- this.dgvInsuInfo.RowHeadersWidth = 51;
- this.dgvInsuInfo.RowHeight = 0;
- dataGridViewCellStyle30.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle30.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle30.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle30.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle30.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.dgvInsuInfo.RowsDefaultCellStyle = dataGridViewCellStyle30;
- this.dgvInsuInfo.RowTemplate.Height = 23;
- this.dgvInsuInfo.SelectedIndex = -1;
- this.dgvInsuInfo.ShowGridLine = false;
- this.dgvInsuInfo.ShowRect = false;
- this.dgvInsuInfo.Size = new System.Drawing.Size(1122, 381);
- this.dgvInsuInfo.TabIndex = 2;
- this.dgvInsuInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // gbWorkInjury
- //
- this.gbWorkInjury.Controls.Add(this.dgvWorkInjury);
- this.gbWorkInjury.Dock = System.Windows.Forms.DockStyle.Top;
- this.gbWorkInjury.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.gbWorkInjury.Location = new System.Drawing.Point(0, 118);
- this.gbWorkInjury.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.gbWorkInjury.MinimumSize = new System.Drawing.Size(1, 1);
- this.gbWorkInjury.Name = "gbWorkInjury";
- this.gbWorkInjury.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
- this.gbWorkInjury.Size = new System.Drawing.Size(1122, 139);
- this.gbWorkInjury.TabIndex = 3;
- this.gbWorkInjury.Text = "工伤信息";
- this.gbWorkInjury.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.gbWorkInjury.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // dgvWorkInjury
- //
- this.dgvWorkInjury.AllowUserToAddRows = false;
- dataGridViewCellStyle31.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgvWorkInjury.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle31;
- this.dgvWorkInjury.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgvWorkInjury.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle32.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle32.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle32.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle32.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle32.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle32.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle32.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvWorkInjury.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle32;
- this.dgvWorkInjury.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- dataGridViewCellStyle33.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle33.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle33.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle33.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle33.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle33.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle33.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvWorkInjury.DefaultCellStyle = dataGridViewCellStyle33;
- this.dgvWorkInjury.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvWorkInjury.EnableHeadersVisualStyles = false;
- this.dgvWorkInjury.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvWorkInjury.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
- this.dgvWorkInjury.Location = new System.Drawing.Point(0, 32);
- this.dgvWorkInjury.Name = "dgvWorkInjury";
- dataGridViewCellStyle34.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle34.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle34.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle34.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle34.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle34.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle34.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvWorkInjury.RowHeadersDefaultCellStyle = dataGridViewCellStyle34;
- this.dgvWorkInjury.RowHeadersWidth = 51;
- this.dgvWorkInjury.RowHeight = 0;
- dataGridViewCellStyle35.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle35.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle35.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle35.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle35.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.dgvWorkInjury.RowsDefaultCellStyle = dataGridViewCellStyle35;
- this.dgvWorkInjury.RowTemplate.Height = 23;
- this.dgvWorkInjury.SelectedIndex = -1;
- this.dgvWorkInjury.ShowGridLine = false;
- this.dgvWorkInjury.ShowRect = false;
- this.dgvWorkInjury.Size = new System.Drawing.Size(1122, 107);
- this.dgvWorkInjury.TabIndex = 3;
- this.dgvWorkInjury.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // gbBaseInfo
- //
- this.gbBaseInfo.Controls.Add(this.tbBirthDay);
- this.gbBaseInfo.Controls.Add(this.tbAge);
- this.gbBaseInfo.Controls.Add(this.lbAge);
- this.gbBaseInfo.Controls.Add(this.lb1);
- this.gbBaseInfo.Controls.Add(this.tbPsnNO);
- this.gbBaseInfo.Controls.Add(this.tbNaty);
- this.gbBaseInfo.Controls.Add(this.uiLabel27);
- this.gbBaseInfo.Controls.Add(this.uiLabel28);
- this.gbBaseInfo.Controls.Add(this.tbCertNO);
- this.gbBaseInfo.Controls.Add(this.tbCertType);
- this.gbBaseInfo.Controls.Add(this.uiLabel25);
- this.gbBaseInfo.Controls.Add(this.uiLabel26);
- this.gbBaseInfo.Controls.Add(this.tbGend);
- this.gbBaseInfo.Controls.Add(this.tbName);
- this.gbBaseInfo.Controls.Add(this.uiLabel20);
- this.gbBaseInfo.Controls.Add(this.uiLabel21);
- this.gbBaseInfo.Dock = System.Windows.Forms.DockStyle.Top;
- this.gbBaseInfo.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.gbBaseInfo.Location = new System.Drawing.Point(0, 0);
- this.gbBaseInfo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.gbBaseInfo.MinimumSize = new System.Drawing.Size(1, 1);
- this.gbBaseInfo.Name = "gbBaseInfo";
- this.gbBaseInfo.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
- this.gbBaseInfo.Size = new System.Drawing.Size(1122, 118);
- this.gbBaseInfo.TabIndex = 0;
- this.gbBaseInfo.Text = "基本信息";
- this.gbBaseInfo.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.gbBaseInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbBirthDay
- //
- this.tbBirthDay.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbBirthDay.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbBirthDay.Location = new System.Drawing.Point(940, 38);
- this.tbBirthDay.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbBirthDay.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbBirthDay.Name = "tbBirthDay";
- this.tbBirthDay.ShowText = false;
- this.tbBirthDay.Size = new System.Drawing.Size(126, 25);
- this.tbBirthDay.TabIndex = 75;
- this.tbBirthDay.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbBirthDay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbAge
- //
- this.tbAge.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbAge.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbAge.Location = new System.Drawing.Point(940, 71);
- this.tbAge.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbAge.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbAge.Name = "tbAge";
- this.tbAge.ShowText = false;
- this.tbAge.Size = new System.Drawing.Size(126, 25);
- this.tbAge.TabIndex = 77;
- this.tbAge.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbAge.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // lbAge
- //
- this.lbAge.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lbAge.Location = new System.Drawing.Point(861, 73);
- this.lbAge.Name = "lbAge";
- this.lbAge.Size = new System.Drawing.Size(68, 23);
- this.lbAge.TabIndex = 78;
- this.lbAge.Text = "年龄";
- this.lbAge.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.lbAge.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // lb1
- //
- this.lb1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lb1.Location = new System.Drawing.Point(863, 40);
- this.lb1.Name = "lb1";
- this.lb1.Size = new System.Drawing.Size(68, 23);
- this.lb1.TabIndex = 76;
- this.lb1.Text = "出生日期";
- this.lb1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.lb1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbPsnNO
- //
- this.tbPsnNO.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbPsnNO.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbPsnNO.Location = new System.Drawing.Point(604, 38);
- this.tbPsnNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbPsnNO.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbPsnNO.Name = "tbPsnNO";
- this.tbPsnNO.ShowText = false;
- this.tbPsnNO.Size = new System.Drawing.Size(229, 25);
- this.tbPsnNO.TabIndex = 74;
- this.tbPsnNO.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbPsnNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbNaty
- //
- this.tbNaty.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbNaty.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbNaty.Location = new System.Drawing.Point(322, 38);
- this.tbNaty.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbNaty.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbNaty.Name = "tbNaty";
- this.tbNaty.ShowText = false;
- this.tbNaty.Size = new System.Drawing.Size(163, 25);
- this.tbNaty.TabIndex = 73;
- this.tbNaty.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbNaty.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel27
- //
- this.uiLabel27.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel27.Location = new System.Drawing.Point(518, 40);
- this.uiLabel27.Name = "uiLabel27";
- this.uiLabel27.Size = new System.Drawing.Size(78, 23);
- this.uiLabel27.TabIndex = 72;
- this.uiLabel27.Text = "人员编号";
- this.uiLabel27.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel27.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel28
- //
- this.uiLabel28.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel28.Location = new System.Drawing.Point(243, 40);
- this.uiLabel28.Name = "uiLabel28";
- this.uiLabel28.Size = new System.Drawing.Size(73, 23);
- this.uiLabel28.TabIndex = 71;
- this.uiLabel28.Text = "民族";
- this.uiLabel28.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel28.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbCertNO
- //
- this.tbCertNO.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbCertNO.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbCertNO.Location = new System.Drawing.Point(604, 71);
- this.tbCertNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbCertNO.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbCertNO.Name = "tbCertNO";
- this.tbCertNO.ShowText = false;
- this.tbCertNO.Size = new System.Drawing.Size(229, 25);
- this.tbCertNO.TabIndex = 70;
- this.tbCertNO.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbCertNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbCertType
- //
- this.tbCertType.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbCertType.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbCertType.Location = new System.Drawing.Point(322, 71);
- this.tbCertType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbCertType.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbCertType.Name = "tbCertType";
- this.tbCertType.ShowText = false;
- this.tbCertType.Size = new System.Drawing.Size(163, 25);
- this.tbCertType.TabIndex = 69;
- this.tbCertType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbCertType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel25
- //
- this.uiLabel25.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel25.Location = new System.Drawing.Point(518, 73);
- this.uiLabel25.Name = "uiLabel25";
- this.uiLabel25.Size = new System.Drawing.Size(78, 23);
- this.uiLabel25.TabIndex = 68;
- this.uiLabel25.Text = "证件号码";
- this.uiLabel25.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel25.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel26
- //
- this.uiLabel26.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel26.Location = new System.Drawing.Point(243, 73);
- this.uiLabel26.Name = "uiLabel26";
- this.uiLabel26.Size = new System.Drawing.Size(73, 23);
- this.uiLabel26.TabIndex = 67;
- this.uiLabel26.Text = "证件类型";
- this.uiLabel26.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel26.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbGend
- //
- this.tbGend.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbGend.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbGend.Location = new System.Drawing.Point(112, 71);
- this.tbGend.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbGend.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbGend.Name = "tbGend";
- this.tbGend.ShowText = false;
- this.tbGend.Size = new System.Drawing.Size(100, 25);
- this.tbGend.TabIndex = 66;
- this.tbGend.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbGend.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbName
- //
- this.tbName.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbName.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbName.Location = new System.Drawing.Point(112, 38);
- this.tbName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbName.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbName.Name = "tbName";
- this.tbName.ShowText = false;
- this.tbName.Size = new System.Drawing.Size(100, 25);
- this.tbName.TabIndex = 65;
- this.tbName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel20
- //
- this.uiLabel20.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel20.Location = new System.Drawing.Point(50, 73);
- this.uiLabel20.Name = "uiLabel20";
- this.uiLabel20.Size = new System.Drawing.Size(61, 23);
- this.uiLabel20.TabIndex = 64;
- this.uiLabel20.Text = "性别";
- this.uiLabel20.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel20.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel21
- //
- this.uiLabel21.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel21.Location = new System.Drawing.Point(50, 40);
- this.uiLabel21.Name = "uiLabel21";
- this.uiLabel21.Size = new System.Drawing.Size(61, 23);
- this.uiLabel21.TabIndex = 63;
- this.uiLabel21.Text = "姓名";
- this.uiLabel21.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel21.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // PatientInsuInfo
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1122, 719);
- this.Controls.Add(this.pnlClient);
- this.Controls.Add(this.pnlBottom);
- this.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Name = "PatientInsuInfo";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "患者参保信息";
- this.pnlBottom.ResumeLayout(false);
- this.pnlClient.ResumeLayout(false);
- this.gbInsuInfo.ResumeLayout(false);
- this.tabControl1.ResumeLayout(false);
- this.tabPage1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvIDInfo)).EndInit();
- this.tabPage2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvTreatment)).EndInit();
- this.uiPanel3.ResumeLayout(false);
- this.uiPanel3.PerformLayout();
- this.tabPage3.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvPaymentDetail)).EndInit();
- this.tabPage4.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvAccumulativeInfo)).EndInit();
- this.uiPanel1.ResumeLayout(false);
- this.uiPanel1.PerformLayout();
- this.tabPage5.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvTurnToOtherHospInfo)).EndInit();
- this.uiPanel2.ResumeLayout(false);
- this.uiPanel2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvInsuInfo)).EndInit();
- this.gbWorkInjury.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvWorkInjury)).EndInit();
- this.gbBaseInfo.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- public Sunny.UI.UIPanel pnlBottom;
- private Sunny.UI.UIPanel pnlClient;
- private Sunny.UI.UIGroupBox gbInsuInfo;
- private Sunny.UI.UIGroupBox gbBaseInfo;
- private Sunny.UI.UIButton uiButton1;
- private Sunny.UI.UITextBox tbBirthDay;
- private Sunny.UI.UITextBox tbAge;
- private Sunny.UI.UILabel lbAge;
- private Sunny.UI.UILabel lb1;
- private Sunny.UI.UITextBox tbPsnNO;
- private Sunny.UI.UITextBox tbNaty;
- private Sunny.UI.UILabel uiLabel27;
- private Sunny.UI.UILabel uiLabel28;
- private Sunny.UI.UITextBox tbCertNO;
- private Sunny.UI.UITextBox tbCertType;
- private Sunny.UI.UILabel uiLabel25;
- private Sunny.UI.UILabel uiLabel26;
- private Sunny.UI.UITextBox tbGend;
- private Sunny.UI.UITextBox tbName;
- private Sunny.UI.UILabel uiLabel20;
- private Sunny.UI.UILabel uiLabel21;
- public Sunny.UI.UIDataGridView dgvInsuInfo;
- private Sunny.UI.UIButton uiButton2;
- private Sunny.UI.UIButton btnRYDY2001;
- private Sunny.UI.UIGroupBox gbWorkInjury;
- public Sunny.UI.UIDataGridView dgvWorkInjury;
- private System.Windows.Forms.TabControl tabControl1;
- private System.Windows.Forms.TabPage tabPage1;
- private Sunny.UI.UIDataGridView dgvIDInfo;
- private System.Windows.Forms.TabPage tabPage2;
- private Sunny.UI.UIDataGridView dgvTreatment;
- private Sunny.UI.UIPanel uiPanel3;
- private System.Windows.Forms.ComboBox cbxMedicalType;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.TextBox tbEndDate_treatment;
- private Sunny.UI.UIButton btTreatment;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.TextBox tbBeginDate_treatment;
- private System.Windows.Forms.TabPage tabPage3;
- private Sunny.UI.UIDataGridView dgvPaymentDetail;
- private System.Windows.Forms.TabPage tabPage4;
- private Sunny.UI.UIDataGridView dgvAccumulativeInfo;
- private Sunny.UI.UIPanel uiPanel1;
- private Sunny.UI.UIButton btAccumulate;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox tbYear_PaymentDetail;
- private System.Windows.Forms.TabPage tabPage5;
- private Sunny.UI.UIDataGridView dgvTurnToOtherHospInfo;
- private Sunny.UI.UIPanel uiPanel2;
- private System.Windows.Forms.ComboBox cbTurnType;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.TextBox tbEndDate;
- private Sunny.UI.UIButton btTurnToOtherHosp;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox tbBeginDate;
- }
- }
|