123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230 |
- 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();
- this.pnlBottom = new Sunny.UI.UIPanel();
- 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.dgvDiseInfo = new Sunny.UI.UIDataGridView();
- this.gbPsnTypeinfo = new Sunny.UI.UIGroupBox();
- this.dgvPsnTypeInfo = new Sunny.UI.UIDataGridView();
- this.gbBaseInfo = new Sunny.UI.UIGroupBox();
- this.tbMutualAiderNO = new Sunny.UI.UITextBox();
- this.uiLabel24 = new Sunny.UI.UILabel();
- this.tbMutualAiderDivision = new Sunny.UI.UITextBox();
- this.uiLabel23 = new Sunny.UI.UILabel();
- this.tbMutualAiderName = new Sunny.UI.UITextBox();
- this.uiLabel17 = new Sunny.UI.UILabel();
- this.tbMutualAiderCertNO = new Sunny.UI.UITextBox();
- this.tbOutLimitPay = new Sunny.UI.UITextBox();
- this.uiLabel18 = new Sunny.UI.UILabel();
- this.uiLabel19 = new Sunny.UI.UILabel();
- this.tbIsInWait = new Sunny.UI.UITextBox();
- this.uiLabel22 = new Sunny.UI.UILabel();
- this.tbSpecDiseFlag = new Sunny.UI.UITextBox();
- this.tbMedPsnType = new Sunny.UI.UITextBox();
- this.uiLabel13 = new Sunny.UI.UILabel();
- this.uiLabel9 = new Sunny.UI.UILabel();
- this.tbMedCardNO = new Sunny.UI.UITextBox();
- this.tbAdress = new Sunny.UI.UITextBox();
- this.tbBusType = new Sunny.UI.UITextBox();
- this.uiLabel14 = new Sunny.UI.UILabel();
- this.tbInHospState = new Sunny.UI.UITextBox();
- this.uiLabel15 = new Sunny.UI.UILabel();
- this.uiLabel10 = new Sunny.UI.UILabel();
- this.tbPhone = new Sunny.UI.UITextBox();
- this.uiLabel11 = new Sunny.UI.UILabel();
- this.uiLabel16 = new Sunny.UI.UILabel();
- this.tbDuty = new Sunny.UI.UITextBox();
- this.uiLabel12 = new Sunny.UI.UILabel();
- this.tbPMedType = new Sunny.UI.UITextBox();
- this.uiLabel5 = new Sunny.UI.UILabel();
- this.tbSubCenter = new Sunny.UI.UITextBox();
- this.tbBalc = new Sunny.UI.UITextBox();
- this.uiLabel6 = new Sunny.UI.UILabel();
- this.uiLabel7 = new Sunny.UI.UILabel();
- this.tbInsuStatus = new Sunny.UI.UITextBox();
- this.uiLabel8 = new Sunny.UI.UILabel();
- this.tbOrganizationName = new Sunny.UI.UITextBox();
- this.uiLabel1 = new Sunny.UI.UILabel();
- this.tbOrganizationNO = new Sunny.UI.UITextBox();
- this.uiTextBox3 = new Sunny.UI.UITextBox();
- this.uiLabel2 = new Sunny.UI.UILabel();
- this.uiLabel3 = new Sunny.UI.UILabel();
- this.tbPsnType = new Sunny.UI.UITextBox();
- this.uiLabel4 = new Sunny.UI.UILabel();
- 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();
- ((System.ComponentModel.ISupportInitialize)(this.dgvDiseInfo)).BeginInit();
- this.gbPsnTypeinfo.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvPsnTypeInfo)).BeginInit();
- this.gbBaseInfo.SuspendLayout();
- this.SuspendLayout();
- //
- // pnlBottom
- //
- 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, 509);
- 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(1175, 40);
- 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);
- //
- // uiButton2
- //
- 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(980, 6);
- this.uiButton2.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiButton2.Name = "uiButton2";
- this.uiButton2.Size = new System.Drawing.Size(90, 26);
- 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.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(861, 6);
- this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiButton1.Name = "uiButton1";
- this.uiButton1.Size = new System.Drawing.Size(90, 26);
- 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.gbPsnTypeinfo);
- 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(1175, 509);
- 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.dgvDiseInfo);
- 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, 282);
- 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(1175, 124);
- 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);
- //
- // dgvDiseInfo
- //
- this.dgvDiseInfo.AllowUserToAddRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgvDiseInfo.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvDiseInfo.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgvDiseInfo.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.dgvDiseInfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvDiseInfo.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.dgvDiseInfo.DefaultCellStyle = dataGridViewCellStyle3;
- this.dgvDiseInfo.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvDiseInfo.EnableHeadersVisualStyles = false;
- this.dgvDiseInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvDiseInfo.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
- this.dgvDiseInfo.Location = new System.Drawing.Point(0, 32);
- this.dgvDiseInfo.Name = "dgvDiseInfo";
- 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.dgvDiseInfo.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
- 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.dgvDiseInfo.RowsDefaultCellStyle = dataGridViewCellStyle5;
- this.dgvDiseInfo.RowTemplate.Height = 23;
- this.dgvDiseInfo.SelectedIndex = -1;
- this.dgvDiseInfo.Size = new System.Drawing.Size(1175, 92);
- this.dgvDiseInfo.TabIndex = 2;
- this.dgvDiseInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // gbPsnTypeinfo
- //
- this.gbPsnTypeinfo.Controls.Add(this.dgvPsnTypeInfo);
- this.gbPsnTypeinfo.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.gbPsnTypeinfo.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.gbPsnTypeinfo.Location = new System.Drawing.Point(0, 406);
- this.gbPsnTypeinfo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.gbPsnTypeinfo.MinimumSize = new System.Drawing.Size(1, 1);
- this.gbPsnTypeinfo.Name = "gbPsnTypeinfo";
- this.gbPsnTypeinfo.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
- this.gbPsnTypeinfo.Size = new System.Drawing.Size(1175, 103);
- this.gbPsnTypeinfo.TabIndex = 2;
- this.gbPsnTypeinfo.Text = "身份类别信息";
- this.gbPsnTypeinfo.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.gbPsnTypeinfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // dgvPsnTypeInfo
- //
- this.dgvPsnTypeInfo.AllowUserToAddRows = false;
- dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgvPsnTypeInfo.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
- this.dgvPsnTypeInfo.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgvPsnTypeInfo.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.dgvPsnTypeInfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
- this.dgvPsnTypeInfo.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.dgvPsnTypeInfo.DefaultCellStyle = dataGridViewCellStyle8;
- this.dgvPsnTypeInfo.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvPsnTypeInfo.EnableHeadersVisualStyles = false;
- this.dgvPsnTypeInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvPsnTypeInfo.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
- this.dgvPsnTypeInfo.Location = new System.Drawing.Point(0, 32);
- this.dgvPsnTypeInfo.Name = "dgvPsnTypeInfo";
- 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.dgvPsnTypeInfo.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
- 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.dgvPsnTypeInfo.RowsDefaultCellStyle = dataGridViewCellStyle10;
- this.dgvPsnTypeInfo.RowTemplate.Height = 23;
- this.dgvPsnTypeInfo.SelectedIndex = -1;
- this.dgvPsnTypeInfo.Size = new System.Drawing.Size(1175, 71);
- this.dgvPsnTypeInfo.TabIndex = 3;
- this.dgvPsnTypeInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // gbBaseInfo
- //
- this.gbBaseInfo.Controls.Add(this.tbMutualAiderNO);
- this.gbBaseInfo.Controls.Add(this.uiLabel24);
- this.gbBaseInfo.Controls.Add(this.tbMutualAiderDivision);
- this.gbBaseInfo.Controls.Add(this.uiLabel23);
- this.gbBaseInfo.Controls.Add(this.tbMutualAiderName);
- this.gbBaseInfo.Controls.Add(this.uiLabel17);
- this.gbBaseInfo.Controls.Add(this.tbMutualAiderCertNO);
- this.gbBaseInfo.Controls.Add(this.tbOutLimitPay);
- this.gbBaseInfo.Controls.Add(this.uiLabel18);
- this.gbBaseInfo.Controls.Add(this.uiLabel19);
- this.gbBaseInfo.Controls.Add(this.tbIsInWait);
- this.gbBaseInfo.Controls.Add(this.uiLabel22);
- this.gbBaseInfo.Controls.Add(this.tbSpecDiseFlag);
- this.gbBaseInfo.Controls.Add(this.tbMedPsnType);
- this.gbBaseInfo.Controls.Add(this.uiLabel13);
- this.gbBaseInfo.Controls.Add(this.uiLabel9);
- this.gbBaseInfo.Controls.Add(this.tbMedCardNO);
- this.gbBaseInfo.Controls.Add(this.tbAdress);
- this.gbBaseInfo.Controls.Add(this.tbBusType);
- this.gbBaseInfo.Controls.Add(this.uiLabel14);
- this.gbBaseInfo.Controls.Add(this.tbInHospState);
- this.gbBaseInfo.Controls.Add(this.uiLabel15);
- this.gbBaseInfo.Controls.Add(this.uiLabel10);
- this.gbBaseInfo.Controls.Add(this.tbPhone);
- this.gbBaseInfo.Controls.Add(this.uiLabel11);
- this.gbBaseInfo.Controls.Add(this.uiLabel16);
- this.gbBaseInfo.Controls.Add(this.tbDuty);
- this.gbBaseInfo.Controls.Add(this.uiLabel12);
- this.gbBaseInfo.Controls.Add(this.tbPMedType);
- this.gbBaseInfo.Controls.Add(this.uiLabel5);
- this.gbBaseInfo.Controls.Add(this.tbSubCenter);
- this.gbBaseInfo.Controls.Add(this.tbBalc);
- this.gbBaseInfo.Controls.Add(this.uiLabel6);
- this.gbBaseInfo.Controls.Add(this.uiLabel7);
- this.gbBaseInfo.Controls.Add(this.tbInsuStatus);
- this.gbBaseInfo.Controls.Add(this.uiLabel8);
- this.gbBaseInfo.Controls.Add(this.tbOrganizationName);
- this.gbBaseInfo.Controls.Add(this.uiLabel1);
- this.gbBaseInfo.Controls.Add(this.tbOrganizationNO);
- this.gbBaseInfo.Controls.Add(this.uiTextBox3);
- this.gbBaseInfo.Controls.Add(this.uiLabel2);
- this.gbBaseInfo.Controls.Add(this.uiLabel3);
- this.gbBaseInfo.Controls.Add(this.tbPsnType);
- this.gbBaseInfo.Controls.Add(this.uiLabel4);
- 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(1175, 282);
- 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);
- //
- // tbMutualAiderNO
- //
- this.tbMutualAiderNO.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbMutualAiderNO.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbMutualAiderNO.Location = new System.Drawing.Point(764, 168);
- this.tbMutualAiderNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbMutualAiderNO.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbMutualAiderNO.Name = "tbMutualAiderNO";
- this.tbMutualAiderNO.ShowText = false;
- this.tbMutualAiderNO.Size = new System.Drawing.Size(126, 25);
- this.tbMutualAiderNO.TabIndex = 113;
- this.tbMutualAiderNO.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbMutualAiderNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel24
- //
- this.uiLabel24.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel24.Location = new System.Drawing.Point(674, 170);
- this.uiLabel24.Name = "uiLabel24";
- this.uiLabel24.Size = new System.Drawing.Size(83, 23);
- this.uiLabel24.TabIndex = 114;
- this.uiLabel24.Text = "共济人编码";
- this.uiLabel24.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel24.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbMutualAiderDivision
- //
- this.tbMutualAiderDivision.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbMutualAiderDivision.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbMutualAiderDivision.Location = new System.Drawing.Point(764, 203);
- this.tbMutualAiderDivision.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbMutualAiderDivision.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbMutualAiderDivision.Name = "tbMutualAiderDivision";
- this.tbMutualAiderDivision.ShowText = false;
- this.tbMutualAiderDivision.Size = new System.Drawing.Size(126, 25);
- this.tbMutualAiderDivision.TabIndex = 111;
- this.tbMutualAiderDivision.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbMutualAiderDivision.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel23
- //
- this.uiLabel23.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel23.Location = new System.Drawing.Point(674, 205);
- this.uiLabel23.Name = "uiLabel23";
- this.uiLabel23.Size = new System.Drawing.Size(83, 23);
- this.uiLabel23.TabIndex = 112;
- this.uiLabel23.Text = "共济人区划";
- this.uiLabel23.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel23.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbMutualAiderName
- //
- this.tbMutualAiderName.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbMutualAiderName.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbMutualAiderName.Location = new System.Drawing.Point(1010, 168);
- this.tbMutualAiderName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbMutualAiderName.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbMutualAiderName.Name = "tbMutualAiderName";
- this.tbMutualAiderName.ShowText = false;
- this.tbMutualAiderName.Size = new System.Drawing.Size(126, 25);
- this.tbMutualAiderName.TabIndex = 109;
- this.tbMutualAiderName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbMutualAiderName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel17
- //
- this.uiLabel17.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel17.Location = new System.Drawing.Point(935, 170);
- this.uiLabel17.Name = "uiLabel17";
- this.uiLabel17.Size = new System.Drawing.Size(92, 23);
- this.uiLabel17.TabIndex = 110;
- this.uiLabel17.Text = "共济人姓名";
- this.uiLabel17.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel17.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbMutualAiderCertNO
- //
- this.tbMutualAiderCertNO.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbMutualAiderCertNO.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbMutualAiderCertNO.Location = new System.Drawing.Point(779, 133);
- this.tbMutualAiderCertNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbMutualAiderCertNO.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbMutualAiderCertNO.Name = "tbMutualAiderCertNO";
- this.tbMutualAiderCertNO.ShowText = false;
- this.tbMutualAiderCertNO.Size = new System.Drawing.Size(370, 25);
- this.tbMutualAiderCertNO.TabIndex = 108;
- this.tbMutualAiderCertNO.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbMutualAiderCertNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbOutLimitPay
- //
- this.tbOutLimitPay.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbOutLimitPay.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbOutLimitPay.Location = new System.Drawing.Point(315, 242);
- this.tbOutLimitPay.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbOutLimitPay.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbOutLimitPay.Name = "tbOutLimitPay";
- this.tbOutLimitPay.ShowText = false;
- this.tbOutLimitPay.Size = new System.Drawing.Size(58, 25);
- this.tbOutLimitPay.TabIndex = 107;
- this.tbOutLimitPay.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbOutLimitPay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel18
- //
- this.uiLabel18.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel18.Location = new System.Drawing.Point(672, 135);
- this.uiLabel18.Name = "uiLabel18";
- this.uiLabel18.Size = new System.Drawing.Size(100, 23);
- this.uiLabel18.TabIndex = 106;
- 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("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel19.Location = new System.Drawing.Point(180, 246);
- this.uiLabel19.Name = "uiLabel19";
- this.uiLabel19.Size = new System.Drawing.Size(121, 23);
- this.uiLabel19.TabIndex = 105;
- this.uiLabel19.Text = "居民门诊统筹限额已累计金额";
- this.uiLabel19.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel19.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbIsInWait
- //
- this.tbIsInWait.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbIsInWait.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbIsInWait.Location = new System.Drawing.Point(105, 242);
- this.tbIsInWait.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbIsInWait.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbIsInWait.Name = "tbIsInWait";
- this.tbIsInWait.ShowText = false;
- this.tbIsInWait.Size = new System.Drawing.Size(71, 25);
- this.tbIsInWait.TabIndex = 104;
- this.tbIsInWait.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbIsInWait.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel22
- //
- this.uiLabel22.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel22.Location = new System.Drawing.Point(-4, 242);
- this.uiLabel22.Name = "uiLabel22";
- this.uiLabel22.Size = new System.Drawing.Size(102, 23);
- this.uiLabel22.TabIndex = 103;
- this.uiLabel22.Text = "是否待遇等待期";
- this.uiLabel22.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel22.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbSpecDiseFlag
- //
- this.tbSpecDiseFlag.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbSpecDiseFlag.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbSpecDiseFlag.Location = new System.Drawing.Point(465, 242);
- this.tbSpecDiseFlag.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbSpecDiseFlag.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbSpecDiseFlag.Name = "tbSpecDiseFlag";
- this.tbSpecDiseFlag.ShowText = false;
- this.tbSpecDiseFlag.Size = new System.Drawing.Size(126, 25);
- this.tbSpecDiseFlag.TabIndex = 85;
- this.tbSpecDiseFlag.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbSpecDiseFlag.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbMedPsnType
- //
- this.tbMedPsnType.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbMedPsnType.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbMedPsnType.Location = new System.Drawing.Point(1023, 67);
- this.tbMedPsnType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbMedPsnType.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbMedPsnType.Name = "tbMedPsnType";
- this.tbMedPsnType.ShowText = false;
- this.tbMedPsnType.Size = new System.Drawing.Size(126, 25);
- this.tbMedPsnType.TabIndex = 101;
- this.tbMedPsnType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbMedPsnType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel13
- //
- this.uiLabel13.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel13.Location = new System.Drawing.Point(390, 249);
- this.uiLabel13.Name = "uiLabel13";
- this.uiLabel13.Size = new System.Drawing.Size(68, 23);
- this.uiLabel13.TabIndex = 86;
- this.uiLabel13.Text = "特殊病标识";
- this.uiLabel13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel13.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel9
- //
- this.uiLabel9.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel9.Location = new System.Drawing.Point(3, 172);
- this.uiLabel9.Name = "uiLabel9";
- this.uiLabel9.Size = new System.Drawing.Size(68, 23);
- this.uiLabel9.TabIndex = 102;
- this.uiLabel9.Text = "行政职务";
- this.uiLabel9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel9.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbMedCardNO
- //
- this.tbMedCardNO.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbMedCardNO.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbMedCardNO.Location = new System.Drawing.Point(465, 205);
- this.tbMedCardNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbMedCardNO.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbMedCardNO.Name = "tbMedCardNO";
- this.tbMedCardNO.ShowText = false;
- this.tbMedCardNO.Size = new System.Drawing.Size(200, 25);
- this.tbMedCardNO.TabIndex = 84;
- this.tbMedCardNO.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbMedCardNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbAdress
- //
- this.tbAdress.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbAdress.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbAdress.Location = new System.Drawing.Point(273, 205);
- this.tbAdress.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbAdress.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbAdress.Name = "tbAdress";
- this.tbAdress.ShowText = false;
- this.tbAdress.Size = new System.Drawing.Size(100, 25);
- this.tbAdress.TabIndex = 83;
- this.tbAdress.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbAdress.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbBusType
- //
- this.tbBusType.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbBusType.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbBusType.Location = new System.Drawing.Point(465, 170);
- this.tbBusType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbBusType.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbBusType.Name = "tbBusType";
- this.tbBusType.ShowText = false;
- this.tbBusType.Size = new System.Drawing.Size(200, 25);
- this.tbBusType.TabIndex = 100;
- this.tbBusType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbBusType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel14
- //
- this.uiLabel14.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel14.Location = new System.Drawing.Point(380, 207);
- this.uiLabel14.Name = "uiLabel14";
- this.uiLabel14.Size = new System.Drawing.Size(78, 23);
- this.uiLabel14.TabIndex = 82;
- this.uiLabel14.Text = "社保卡卡号";
- this.uiLabel14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel14.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbInHospState
- //
- this.tbInHospState.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbInHospState.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbInHospState.Location = new System.Drawing.Point(273, 170);
- this.tbInHospState.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbInHospState.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbInHospState.Name = "tbInHospState";
- this.tbInHospState.ShowText = false;
- this.tbInHospState.Size = new System.Drawing.Size(100, 25);
- this.tbInHospState.TabIndex = 99;
- this.tbInHospState.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbInHospState.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel15
- //
- this.uiLabel15.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel15.Location = new System.Drawing.Point(193, 207);
- this.uiLabel15.Name = "uiLabel15";
- this.uiLabel15.Size = new System.Drawing.Size(73, 23);
- this.uiLabel15.TabIndex = 81;
- this.uiLabel15.Text = "地址";
- this.uiLabel15.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel15.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel10
- //
- this.uiLabel10.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel10.Location = new System.Drawing.Point(380, 172);
- this.uiLabel10.Name = "uiLabel10";
- this.uiLabel10.Size = new System.Drawing.Size(78, 23);
- this.uiLabel10.TabIndex = 98;
- this.uiLabel10.Text = "业务类型";
- this.uiLabel10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel10.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbPhone
- //
- this.tbPhone.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbPhone.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbPhone.Location = new System.Drawing.Point(80, 205);
- this.tbPhone.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbPhone.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbPhone.Name = "tbPhone";
- this.tbPhone.ShowText = false;
- this.tbPhone.Size = new System.Drawing.Size(100, 25);
- this.tbPhone.TabIndex = 80;
- this.tbPhone.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbPhone.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel11
- //
- this.uiLabel11.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel11.Location = new System.Drawing.Point(180, 170);
- this.uiLabel11.Name = "uiLabel11";
- this.uiLabel11.Size = new System.Drawing.Size(93, 23);
- this.uiLabel11.TabIndex = 97;
- this.uiLabel11.Text = "当前住院状态";
- this.uiLabel11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel11.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel16
- //
- this.uiLabel16.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel16.Location = new System.Drawing.Point(12, 207);
- this.uiLabel16.Name = "uiLabel16";
- this.uiLabel16.Size = new System.Drawing.Size(61, 23);
- this.uiLabel16.TabIndex = 79;
- this.uiLabel16.Text = "电话";
- this.uiLabel16.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel16.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbDuty
- //
- this.tbDuty.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbDuty.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbDuty.Location = new System.Drawing.Point(80, 170);
- this.tbDuty.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbDuty.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbDuty.Name = "tbDuty";
- this.tbDuty.ShowText = false;
- this.tbDuty.Size = new System.Drawing.Size(100, 25);
- this.tbDuty.TabIndex = 96;
- this.tbDuty.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbDuty.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel12
- //
- this.uiLabel12.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel12.Location = new System.Drawing.Point(885, 67);
- this.uiLabel12.Name = "uiLabel12";
- this.uiLabel12.Size = new System.Drawing.Size(131, 23);
- this.uiLabel12.TabIndex = 95;
- this.uiLabel12.Text = "居民医疗人员身份";
- this.uiLabel12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel12.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbPMedType
- //
- this.tbPMedType.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbPMedType.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbPMedType.Location = new System.Drawing.Point(1023, 25);
- this.tbPMedType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbPMedType.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbPMedType.Name = "tbPMedType";
- this.tbPMedType.ShowText = false;
- this.tbPMedType.Size = new System.Drawing.Size(126, 25);
- this.tbPMedType.TabIndex = 93;
- this.tbPMedType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbPMedType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel5
- //
- this.uiLabel5.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel5.Location = new System.Drawing.Point(885, 27);
- this.uiLabel5.Name = "uiLabel5";
- this.uiLabel5.Size = new System.Drawing.Size(131, 23);
- this.uiLabel5.TabIndex = 94;
- this.uiLabel5.Text = "居民医疗人员类别";
- this.uiLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbSubCenter
- //
- this.tbSubCenter.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbSubCenter.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbSubCenter.Location = new System.Drawing.Point(465, 135);
- this.tbSubCenter.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbSubCenter.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbSubCenter.Name = "tbSubCenter";
- this.tbSubCenter.ShowText = false;
- this.tbSubCenter.Size = new System.Drawing.Size(200, 25);
- this.tbSubCenter.TabIndex = 92;
- this.tbSubCenter.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbSubCenter.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbBalc
- //
- this.tbBalc.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbBalc.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbBalc.Location = new System.Drawing.Point(274, 135);
- this.tbBalc.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbBalc.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbBalc.Name = "tbBalc";
- this.tbBalc.ShowText = false;
- this.tbBalc.Size = new System.Drawing.Size(95, 25);
- this.tbBalc.TabIndex = 91;
- this.tbBalc.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbBalc.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel6
- //
- this.uiLabel6.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel6.Location = new System.Drawing.Point(380, 137);
- this.uiLabel6.Name = "uiLabel6";
- this.uiLabel6.Size = new System.Drawing.Size(78, 23);
- this.uiLabel6.TabIndex = 90;
- this.uiLabel6.Text = "分中心";
- this.uiLabel6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel6.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel7
- //
- this.uiLabel7.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel7.Location = new System.Drawing.Point(186, 137);
- this.uiLabel7.Name = "uiLabel7";
- this.uiLabel7.Size = new System.Drawing.Size(96, 23);
- this.uiLabel7.TabIndex = 89;
- this.uiLabel7.Text = "账户余额";
- this.uiLabel7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel7.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbInsuStatus
- //
- this.tbInsuStatus.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbInsuStatus.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbInsuStatus.Location = new System.Drawing.Point(80, 135);
- this.tbInsuStatus.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbInsuStatus.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbInsuStatus.Name = "tbInsuStatus";
- this.tbInsuStatus.ShowText = false;
- this.tbInsuStatus.Size = new System.Drawing.Size(100, 25);
- this.tbInsuStatus.TabIndex = 88;
- this.tbInsuStatus.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbInsuStatus.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel8
- //
- this.uiLabel8.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel8.Location = new System.Drawing.Point(12, 137);
- this.uiLabel8.Name = "uiLabel8";
- this.uiLabel8.Size = new System.Drawing.Size(61, 23);
- this.uiLabel8.TabIndex = 87;
- this.uiLabel8.Text = "参保状态";
- this.uiLabel8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel8.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbOrganizationName
- //
- this.tbOrganizationName.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbOrganizationName.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbOrganizationName.Location = new System.Drawing.Point(747, 100);
- this.tbOrganizationName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbOrganizationName.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbOrganizationName.Name = "tbOrganizationName";
- this.tbOrganizationName.ShowText = false;
- this.tbOrganizationName.Size = new System.Drawing.Size(402, 25);
- this.tbOrganizationName.TabIndex = 85;
- this.tbOrganizationName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbOrganizationName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel1
- //
- this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel1.Location = new System.Drawing.Point(672, 102);
- this.uiLabel1.Name = "uiLabel1";
- this.uiLabel1.Size = new System.Drawing.Size(68, 23);
- this.uiLabel1.TabIndex = 86;
- this.uiLabel1.Text = "单位名称";
- this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbOrganizationNO
- //
- this.tbOrganizationNO.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbOrganizationNO.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbOrganizationNO.Location = new System.Drawing.Point(465, 100);
- this.tbOrganizationNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbOrganizationNO.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbOrganizationNO.Name = "tbOrganizationNO";
- this.tbOrganizationNO.ShowText = false;
- this.tbOrganizationNO.Size = new System.Drawing.Size(200, 25);
- this.tbOrganizationNO.TabIndex = 84;
- this.tbOrganizationNO.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbOrganizationNO.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("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTextBox3.Location = new System.Drawing.Point(273, 100);
- 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(100, 25);
- this.uiTextBox3.TabIndex = 83;
- this.uiTextBox3.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiTextBox3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel2
- //
- this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel2.Location = new System.Drawing.Point(380, 102);
- this.uiLabel2.Name = "uiLabel2";
- this.uiLabel2.Size = new System.Drawing.Size(78, 23);
- this.uiLabel2.TabIndex = 82;
- 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("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel3.Location = new System.Drawing.Point(187, 102);
- this.uiLabel3.Name = "uiLabel3";
- this.uiLabel3.Size = new System.Drawing.Size(99, 23);
- this.uiLabel3.TabIndex = 81;
- this.uiLabel3.Text = "医疗人员类别";
- this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbPsnType
- //
- this.tbPsnType.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbPsnType.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbPsnType.Location = new System.Drawing.Point(80, 100);
- this.tbPsnType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbPsnType.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbPsnType.Name = "tbPsnType";
- this.tbPsnType.ShowText = false;
- this.tbPsnType.Size = new System.Drawing.Size(100, 25);
- this.tbPsnType.TabIndex = 80;
- this.tbPsnType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbPsnType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel4
- //
- this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel4.Location = new System.Drawing.Point(12, 102);
- this.uiLabel4.Name = "uiLabel4";
- this.uiLabel4.Size = new System.Drawing.Size(61, 23);
- this.uiLabel4.TabIndex = 79;
- this.uiLabel4.Text = "人员类别";
- this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel4.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(747, 32);
- 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(747, 65);
- 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(672, 67);
- 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(672, 34);
- 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(465, 32);
- 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(200, 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(273, 32);
- 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(100, 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(380, 34);
- 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(193, 34);
- 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(465, 65);
- 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(200, 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(273, 65);
- 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(100, 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(380, 67);
- 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(193, 67);
- 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(80, 65);
- 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(80, 32);
- 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(12, 67);
- 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(12, 34);
- 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(1175, 549);
- 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.Text = "患者参保信息";
- this.pnlBottom.ResumeLayout(false);
- this.pnlClient.ResumeLayout(false);
- this.gbInsuInfo.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvDiseInfo)).EndInit();
- this.gbPsnTypeinfo.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvPsnTypeInfo)).EndInit();
- this.gbBaseInfo.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private Sunny.UI.UIPanel pnlBottom;
- private Sunny.UI.UIPanel pnlClient;
- 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;
- private Sunny.UI.UIButton uiButton2;
- private Sunny.UI.UIGroupBox gbInsuInfo;
- public Sunny.UI.UIDataGridView dgvDiseInfo;
- private Sunny.UI.UIGroupBox gbPsnTypeinfo;
- private Sunny.UI.UITextBox tbMutualAiderName;
- private Sunny.UI.UILabel uiLabel17;
- private Sunny.UI.UITextBox tbMutualAiderCertNO;
- private Sunny.UI.UITextBox tbOutLimitPay;
- private Sunny.UI.UILabel uiLabel18;
- private Sunny.UI.UILabel uiLabel19;
- private Sunny.UI.UITextBox tbIsInWait;
- private Sunny.UI.UILabel uiLabel22;
- private Sunny.UI.UITextBox tbSpecDiseFlag;
- private Sunny.UI.UITextBox tbMedPsnType;
- private Sunny.UI.UILabel uiLabel13;
- private Sunny.UI.UILabel uiLabel9;
- private Sunny.UI.UITextBox tbMedCardNO;
- private Sunny.UI.UITextBox tbAdress;
- private Sunny.UI.UITextBox tbBusType;
- private Sunny.UI.UILabel uiLabel14;
- private Sunny.UI.UITextBox tbInHospState;
- private Sunny.UI.UILabel uiLabel15;
- private Sunny.UI.UILabel uiLabel10;
- private Sunny.UI.UITextBox tbPhone;
- private Sunny.UI.UILabel uiLabel11;
- private Sunny.UI.UILabel uiLabel16;
- private Sunny.UI.UITextBox tbDuty;
- private Sunny.UI.UILabel uiLabel12;
- private Sunny.UI.UITextBox tbPMedType;
- private Sunny.UI.UILabel uiLabel5;
- private Sunny.UI.UITextBox tbSubCenter;
- private Sunny.UI.UITextBox tbBalc;
- private Sunny.UI.UILabel uiLabel6;
- private Sunny.UI.UILabel uiLabel7;
- private Sunny.UI.UITextBox tbInsuStatus;
- private Sunny.UI.UILabel uiLabel8;
- private Sunny.UI.UITextBox tbOrganizationName;
- private Sunny.UI.UILabel uiLabel1;
- private Sunny.UI.UITextBox tbOrganizationNO;
- private Sunny.UI.UITextBox uiTextBox3;
- private Sunny.UI.UILabel uiLabel2;
- private Sunny.UI.UILabel uiLabel3;
- private Sunny.UI.UITextBox tbPsnType;
- private Sunny.UI.UILabel uiLabel4;
- private Sunny.UI.UITextBox tbMutualAiderNO;
- private Sunny.UI.UILabel uiLabel24;
- private Sunny.UI.UITextBox tbMutualAiderDivision;
- private Sunny.UI.UILabel uiLabel23;
- public Sunny.UI.UIDataGridView dgvPsnTypeInfo;
- }
- }
|