namespace PTMedicalInsurance.Forms
{
partial class PatientInsuInfo
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
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.dgvInsuInfo = new Sunny.UI.UIDataGridView();
this.gbIDinfo = new Sunny.UI.UIGroupBox();
this.dgvIDInfo = 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();
((System.ComponentModel.ISupportInitialize)(this.dgvInsuInfo)).BeginInit();
this.gbIDinfo.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvIDInfo)).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, 525);
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(1181, 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.gbIDinfo);
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(1181, 525);
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.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, 105);
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(1181, 278);
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);
//
// dgvInsuInfo
//
this.dgvInsuInfo.AllowUserToAddRows = false;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
this.dgvInsuInfo.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgvInsuInfo.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
this.dgvInsuInfo.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.dgvInsuInfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgvInsuInfo.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.dgvInsuInfo.DefaultCellStyle = dataGridViewCellStyle3;
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";
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.dgvInsuInfo.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.dgvInsuInfo.RowsDefaultCellStyle = dataGridViewCellStyle5;
this.dgvInsuInfo.RowTemplate.Height = 23;
this.dgvInsuInfo.SelectedIndex = -1;
this.dgvInsuInfo.Size = new System.Drawing.Size(1181, 246);
this.dgvInsuInfo.TabIndex = 2;
this.dgvInsuInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// gbIDinfo
//
this.gbIDinfo.Controls.Add(this.dgvIDInfo);
this.gbIDinfo.Dock = System.Windows.Forms.DockStyle.Bottom;
this.gbIDinfo.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.gbIDinfo.Location = new System.Drawing.Point(0, 383);
this.gbIDinfo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.gbIDinfo.MinimumSize = new System.Drawing.Size(1, 1);
this.gbIDinfo.Name = "gbIDinfo";
this.gbIDinfo.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
this.gbIDinfo.Size = new System.Drawing.Size(1181, 142);
this.gbIDinfo.TabIndex = 2;
this.gbIDinfo.Text = "身份信息";
this.gbIDinfo.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.gbIDinfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// dgvIDInfo
//
this.dgvIDInfo.AllowUserToAddRows = false;
dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
this.dgvIDInfo.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
this.dgvIDInfo.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
this.dgvIDInfo.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.dgvIDInfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
this.dgvIDInfo.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.dgvIDInfo.DefaultCellStyle = dataGridViewCellStyle8;
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(0, 32);
this.dgvIDInfo.Name = "dgvIDInfo";
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.dgvIDInfo.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.dgvIDInfo.RowsDefaultCellStyle = dataGridViewCellStyle10;
this.dgvIDInfo.RowTemplate.Height = 23;
this.dgvIDInfo.SelectedIndex = -1;
this.dgvIDInfo.Size = new System.Drawing.Size(1181, 110);
this.dgvIDInfo.TabIndex = 1;
this.dgvIDInfo.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(1181, 105);
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(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(1181, 565);
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.dgvInsuInfo)).EndInit();
this.gbIDinfo.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvIDInfo)).EndInit();
this.gbBaseInfo.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Sunny.UI.UIPanel pnlBottom;
private Sunny.UI.UIPanel pnlClient;
private Sunny.UI.UIGroupBox gbIDinfo;
private Sunny.UI.UIDataGridView dgvIDInfo;
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;
}
}