namespace PTMedicalInsurance.Forms { partial class OutpatientRegistrationRegisterOP { /// /// 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(); this.uiPanel1 = new Sunny.UI.UIPanel(); this.btnCancel = new Sunny.UI.UIButton(); this.btnOK = new Sunny.UI.UIButton(); this.uiTitlePanel1 = new Sunny.UI.UITitlePanel(); this.dgvDiagnose = new System.Windows.Forms.DataGridView(); this.uiPanel2 = new Sunny.UI.UIPanel(); this.uiLabel3 = new Sunny.UI.UILabel(); this.uiLabel1 = new Sunny.UI.UILabel(); this.cbb_JZRQLX = new Sunny.UI.UIComboBox(); this.uiLabel10 = new Sunny.UI.UILabel(); this.chk_WSBZ = new Sunny.UI.UICheckBox(); this.chk_SJDSFBZ = new Sunny.UI.UICheckBox(); this.cbxAccountPay = new Sunny.UI.UICheckBox(); this.dblkcbxMedicalType = new PTControl.DBLookupCombox(); this.dblkcbxInsuranceType = new PTControl.DBLookupCombox(); this.TitleText = new Sunny.UI.UITitlePanel(); this.uiLabel22 = new Sunny.UI.UILabel(); this.edt_AreaCode = new Sunny.UI.UITextBox(); this.edt_InHospitalNumber = new Sunny.UI.UITextBox(); this.uiLabel21 = new Sunny.UI.UILabel(); this.edt_PoorFlag = new Sunny.UI.UITextBox(); this.uiLabel20 = new Sunny.UI.UILabel(); this.edt_ServantFlag = new Sunny.UI.UITextBox(); this.uiLabel19 = new Sunny.UI.UILabel(); this.edt_ZHYE = new Sunny.UI.UITextBox(); this.uiLabel2 = new Sunny.UI.UILabel(); this.edt_YTRYBS = new Sunny.UI.UITextBox(); this.edt_MBBM = new Sunny.UI.UITextBox(); this.edt_BRDDYY = new Sunny.UI.UITextBox(); this.edt_ZZYYBM = new Sunny.UI.UITextBox(); this.edt_SFZH = new Sunny.UI.UITextBox(); this.edt_YBBH = new Sunny.UI.UITextBox(); this.edt_CSRQ = new Sunny.UI.UITextBox(); this.edt_XB = new Sunny.UI.UITextBox(); this.uiLabel11 = new Sunny.UI.UILabel(); this.uiLabel12 = new Sunny.UI.UILabel(); this.uiLabel13 = new Sunny.UI.UILabel(); this.uiLabel14 = new Sunny.UI.UILabel(); this.uiLabel15 = new Sunny.UI.UILabel(); this.uiLabel16 = new Sunny.UI.UILabel(); this.uiLabel17 = new Sunny.UI.UILabel(); this.uiLabel18 = new Sunny.UI.UILabel(); this.edt_MXBDDYY = new Sunny.UI.UITextBox(); this.uiLabel9 = new Sunny.UI.UILabel(); this.edt_JCDJ = new Sunny.UI.UITextBox(); this.edt_ZYBS = new Sunny.UI.UITextBox(); this.edt_XZLX = new Sunny.UI.UITextBox(); this.edt_SFHMD = new Sunny.UI.UITextBox(); this.edt_ZZSX = new Sunny.UI.UITextBox(); this.edt_RYLB = new Sunny.UI.UITextBox(); this.edt_KH = new Sunny.UI.UITextBox(); this.edt_XM = new Sunny.UI.UITextBox(); this.uiLabel8 = new Sunny.UI.UILabel(); this.uiLabel7 = new Sunny.UI.UILabel(); this.uiLabel6 = new Sunny.UI.UILabel(); this.uiLabel5 = new Sunny.UI.UILabel(); this.uiLabel4 = new Sunny.UI.UILabel(); this.uiLabel23 = new Sunny.UI.UILabel(); this.uiLabel24 = new Sunny.UI.UILabel(); this.uiLabel25 = new Sunny.UI.UILabel(); this.diag_srt_no = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.maindiag_flag = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.diag_type_name = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.diag_code = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.diag_name = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dise_dor_no = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dise_dor_name = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.diag_time = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.diag_dept = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.adm_cond = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.uiPanel1.SuspendLayout(); this.uiTitlePanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvDiagnose)).BeginInit(); this.uiPanel2.SuspendLayout(); this.TitleText.SuspendLayout(); this.SuspendLayout(); // // uiPanel1 // this.uiPanel1.Controls.Add(this.btnCancel); this.uiPanel1.Controls.Add(this.btnOK); this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiPanel1.Location = new System.Drawing.Point(0, 713); this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1); this.uiPanel1.Name = "uiPanel1"; this.uiPanel1.Size = new System.Drawing.Size(1021, 59); this.uiPanel1.TabIndex = 1; this.uiPanel1.Text = null; this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand; this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnCancel.Location = new System.Drawing.Point(903, 6); this.btnCancel.MinimumSize = new System.Drawing.Size(1, 1); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(100, 46); this.btnCancel.TabIndex = 7; this.btnCancel.Text = "放 弃"; this.btnCancel.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnCancel.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnOK // this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnOK.Cursor = System.Windows.Forms.Cursors.Hand; this.btnOK.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnOK.Location = new System.Drawing.Point(782, 6); this.btnOK.MinimumSize = new System.Drawing.Size(1, 1); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(100, 46); this.btnOK.TabIndex = 6; this.btnOK.Text = "确 定"; this.btnOK.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnOK.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // uiTitlePanel1 // this.uiTitlePanel1.Controls.Add(this.dgvDiagnose); this.uiTitlePanel1.Controls.Add(this.uiPanel2); this.uiTitlePanel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.uiTitlePanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiTitlePanel1.Location = new System.Drawing.Point(0, 398); this.uiTitlePanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uiTitlePanel1.MinimumSize = new System.Drawing.Size(1, 1); this.uiTitlePanel1.Name = "uiTitlePanel1"; this.uiTitlePanel1.Padding = new System.Windows.Forms.Padding(0, 35, 0, 0); this.uiTitlePanel1.ShowText = false; this.uiTitlePanel1.Size = new System.Drawing.Size(1021, 315); this.uiTitlePanel1.TabIndex = 2; this.uiTitlePanel1.Text = "医保登记信息"; this.uiTitlePanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; this.uiTitlePanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // dgvDiagnose // this.dgvDiagnose.AllowUserToAddRows = false; this.dgvDiagnose.BorderStyle = System.Windows.Forms.BorderStyle.None; dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.ButtonShadow; dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvDiagnose.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.dgvDiagnose.ColumnHeadersHeight = 40; this.dgvDiagnose.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvDiagnose.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.diag_srt_no, this.maindiag_flag, this.diag_type_name, this.diag_code, this.diag_name, this.dise_dor_no, this.dise_dor_name, this.diag_time, this.diag_dept, this.adm_cond}); this.dgvDiagnose.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvDiagnose.Location = new System.Drawing.Point(0, 147); this.dgvDiagnose.Name = "dgvDiagnose"; this.dgvDiagnose.RowHeadersWidth = 51; this.dgvDiagnose.RowTemplate.Height = 30; this.dgvDiagnose.Size = new System.Drawing.Size(1021, 168); this.dgvDiagnose.TabIndex = 26; // // uiPanel2 // this.uiPanel2.Controls.Add(this.uiLabel3); this.uiPanel2.Controls.Add(this.uiLabel1); this.uiPanel2.Controls.Add(this.cbb_JZRQLX); this.uiPanel2.Controls.Add(this.uiLabel10); this.uiPanel2.Controls.Add(this.chk_WSBZ); this.uiPanel2.Controls.Add(this.chk_SJDSFBZ); this.uiPanel2.Controls.Add(this.cbxAccountPay); this.uiPanel2.Controls.Add(this.dblkcbxMedicalType); this.uiPanel2.Controls.Add(this.dblkcbxInsuranceType); this.uiPanel2.Dock = System.Windows.Forms.DockStyle.Top; this.uiPanel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiPanel2.Location = new System.Drawing.Point(0, 35); this.uiPanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1); this.uiPanel2.Name = "uiPanel2"; this.uiPanel2.Size = new System.Drawing.Size(1021, 112); this.uiPanel2.TabIndex = 25; this.uiPanel2.Text = null; this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; this.uiPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiLabel3 // this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiLabel3.Location = new System.Drawing.Point(36, 62); this.uiLabel3.Name = "uiLabel3"; this.uiLabel3.Size = new System.Drawing.Size(79, 29); this.uiLabel3.TabIndex = 39; this.uiLabel3.Text = "医疗类别"; this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLabel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiLabel1 // this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiLabel1.Location = new System.Drawing.Point(36, 18); this.uiLabel1.Name = "uiLabel1"; this.uiLabel1.Size = new System.Drawing.Size(79, 29); this.uiLabel1.TabIndex = 38; this.uiLabel1.Text = "险种类型"; this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // cbb_JZRQLX // this.cbb_JZRQLX.DataSource = null; this.cbb_JZRQLX.FillColor = System.Drawing.Color.White; this.cbb_JZRQLX.FilterMaxCount = 50; this.cbb_JZRQLX.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cbb_JZRQLX.Items.AddRange(new object[] { "1.新冠肺炎患者", "2.其他国家突发公共事件", "3.新冠肺炎疑似患者", "4.无症状感染者"}); this.cbb_JZRQLX.Location = new System.Drawing.Point(624, 18); this.cbb_JZRQLX.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.cbb_JZRQLX.MinimumSize = new System.Drawing.Size(63, 0); this.cbb_JZRQLX.Name = "cbb_JZRQLX"; this.cbb_JZRQLX.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2); this.cbb_JZRQLX.Size = new System.Drawing.Size(367, 29); this.cbb_JZRQLX.TabIndex = 34; this.cbb_JZRQLX.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.cbb_JZRQLX.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiLabel10 // this.uiLabel10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiLabel10.Location = new System.Drawing.Point(498, 17); this.uiLabel10.Name = "uiLabel10"; this.uiLabel10.Size = new System.Drawing.Size(107, 29); this.uiLabel10.TabIndex = 33; this.uiLabel10.Text = "就诊人群类型"; this.uiLabel10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLabel10.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // chk_WSBZ // this.chk_WSBZ.Cursor = System.Windows.Forms.Cursors.Hand; this.chk_WSBZ.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.chk_WSBZ.Location = new System.Drawing.Point(684, 62); this.chk_WSBZ.MinimumSize = new System.Drawing.Size(1, 1); this.chk_WSBZ.Name = "chk_WSBZ"; this.chk_WSBZ.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0); this.chk_WSBZ.Size = new System.Drawing.Size(97, 29); this.chk_WSBZ.TabIndex = 32; this.chk_WSBZ.Text = "外伤标志"; this.chk_WSBZ.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // chk_SJDSFBZ // this.chk_SJDSFBZ.Cursor = System.Windows.Forms.Cursors.Hand; this.chk_SJDSFBZ.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.chk_SJDSFBZ.Location = new System.Drawing.Point(498, 62); this.chk_SJDSFBZ.MinimumSize = new System.Drawing.Size(1, 1); this.chk_SJDSFBZ.Name = "chk_SJDSFBZ"; this.chk_SJDSFBZ.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0); this.chk_SJDSFBZ.Size = new System.Drawing.Size(139, 29); this.chk_SJDSFBZ.TabIndex = 31; this.chk_SJDSFBZ.Text = "涉及第三方标志"; this.chk_SJDSFBZ.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // cbxAccountPay // this.cbxAccountPay.Checked = true; this.cbxAccountPay.Cursor = System.Windows.Forms.Cursors.Hand; this.cbxAccountPay.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cbxAccountPay.Location = new System.Drawing.Point(824, 62); this.cbxAccountPay.MinimumSize = new System.Drawing.Size(1, 1); this.cbxAccountPay.Name = "cbxAccountPay"; this.cbxAccountPay.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0); this.cbxAccountPay.Size = new System.Drawing.Size(167, 29); this.cbxAccountPay.TabIndex = 25; this.cbxAccountPay.Text = "使用医保账户支付"; this.cbxAccountPay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // dblkcbxMedicalType // this.dblkcbxMedicalType.FormattingEnabled = true; this.dblkcbxMedicalType.Location = new System.Drawing.Point(121, 62); this.dblkcbxMedicalType.Name = "dblkcbxMedicalType"; this.dblkcbxMedicalType.NullValue = ""; this.dblkcbxMedicalType.PopupGridAutoSize = false; this.dblkcbxMedicalType.RowFilterVisible = false; this.dblkcbxMedicalType.sDisplayField = ""; this.dblkcbxMedicalType.sDisplayMember = ""; this.dblkcbxMedicalType.SeparatorChar = "|"; this.dblkcbxMedicalType.Size = new System.Drawing.Size(301, 29); this.dblkcbxMedicalType.sKeyWords = ""; this.dblkcbxMedicalType.sValueMember = ""; this.dblkcbxMedicalType.TabIndex = 24; this.dblkcbxMedicalType.Value = ""; this.dblkcbxMedicalType.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxMedicalType_AfterSelector); // // dblkcbxInsuranceType // this.dblkcbxInsuranceType.FormattingEnabled = true; this.dblkcbxInsuranceType.Location = new System.Drawing.Point(121, 18); this.dblkcbxInsuranceType.Name = "dblkcbxInsuranceType"; this.dblkcbxInsuranceType.NullValue = ""; this.dblkcbxInsuranceType.PopupGridAutoSize = false; this.dblkcbxInsuranceType.RowFilterVisible = false; this.dblkcbxInsuranceType.sDisplayField = ""; this.dblkcbxInsuranceType.sDisplayMember = ""; this.dblkcbxInsuranceType.SeparatorChar = "|"; this.dblkcbxInsuranceType.Size = new System.Drawing.Size(301, 29); this.dblkcbxInsuranceType.sKeyWords = ""; this.dblkcbxInsuranceType.sValueMember = ""; this.dblkcbxInsuranceType.TabIndex = 23; this.dblkcbxInsuranceType.Value = ""; this.dblkcbxInsuranceType.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxInsuranceType_AfterSelector); // // TitleText // this.TitleText.Controls.Add(this.uiLabel22); this.TitleText.Controls.Add(this.edt_AreaCode); this.TitleText.Controls.Add(this.edt_InHospitalNumber); this.TitleText.Controls.Add(this.uiLabel21); this.TitleText.Controls.Add(this.edt_PoorFlag); this.TitleText.Controls.Add(this.uiLabel20); this.TitleText.Controls.Add(this.edt_ServantFlag); this.TitleText.Controls.Add(this.uiLabel19); this.TitleText.Controls.Add(this.edt_ZHYE); this.TitleText.Controls.Add(this.uiLabel2); this.TitleText.Controls.Add(this.edt_YTRYBS); this.TitleText.Controls.Add(this.edt_MBBM); this.TitleText.Controls.Add(this.edt_BRDDYY); this.TitleText.Controls.Add(this.edt_ZZYYBM); this.TitleText.Controls.Add(this.edt_SFZH); this.TitleText.Controls.Add(this.edt_YBBH); this.TitleText.Controls.Add(this.edt_CSRQ); this.TitleText.Controls.Add(this.edt_XB); this.TitleText.Controls.Add(this.uiLabel11); this.TitleText.Controls.Add(this.uiLabel12); this.TitleText.Controls.Add(this.uiLabel13); this.TitleText.Controls.Add(this.uiLabel14); this.TitleText.Controls.Add(this.uiLabel15); this.TitleText.Controls.Add(this.uiLabel16); this.TitleText.Controls.Add(this.uiLabel17); this.TitleText.Controls.Add(this.uiLabel18); this.TitleText.Controls.Add(this.edt_MXBDDYY); this.TitleText.Controls.Add(this.uiLabel9); this.TitleText.Controls.Add(this.edt_JCDJ); this.TitleText.Controls.Add(this.edt_ZYBS); this.TitleText.Controls.Add(this.edt_XZLX); this.TitleText.Controls.Add(this.edt_SFHMD); this.TitleText.Controls.Add(this.edt_ZZSX); this.TitleText.Controls.Add(this.edt_RYLB); this.TitleText.Controls.Add(this.edt_KH); this.TitleText.Controls.Add(this.edt_XM); this.TitleText.Controls.Add(this.uiLabel8); this.TitleText.Controls.Add(this.uiLabel7); this.TitleText.Controls.Add(this.uiLabel6); this.TitleText.Controls.Add(this.uiLabel5); this.TitleText.Controls.Add(this.uiLabel4); this.TitleText.Controls.Add(this.uiLabel23); this.TitleText.Controls.Add(this.uiLabel24); this.TitleText.Controls.Add(this.uiLabel25); this.TitleText.Dock = System.Windows.Forms.DockStyle.Fill; this.TitleText.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.TitleText.Location = new System.Drawing.Point(0, 0); this.TitleText.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.TitleText.MinimumSize = new System.Drawing.Size(1, 1); this.TitleText.Name = "TitleText"; this.TitleText.Padding = new System.Windows.Forms.Padding(0, 35, 0, 0); this.TitleText.ShowText = false; this.TitleText.Size = new System.Drawing.Size(1021, 398); this.TitleText.TabIndex = 60; this.TitleText.Text = "医保中心返回参保人员信息"; this.TitleText.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; this.TitleText.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiLabel22 // this.uiLabel22.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiLabel22.Location = new System.Drawing.Point(530, 345); this.uiLabel22.Name = "uiLabel22"; this.uiLabel22.Size = new System.Drawing.Size(154, 29); this.uiLabel22.TabIndex = 98; this.uiLabel22.Text = "参保地行政区划代码"; this.uiLabel22.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLabel22.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // edt_AreaCode // this.edt_AreaCode.Cursor = System.Windows.Forms.Cursors.IBeam; this.edt_AreaCode.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.edt_AreaCode.Location = new System.Drawing.Point(691, 345); this.edt_AreaCode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.edt_AreaCode.MinimumSize = new System.Drawing.Size(1, 16); this.edt_AreaCode.Name = "edt_AreaCode"; this.edt_AreaCode.Padding = new System.Windows.Forms.Padding(5); this.edt_AreaCode.ShowText = false; this.edt_AreaCode.Size = new System.Drawing.Size(302, 29); this.edt_AreaCode.TabIndex = 97; this.edt_AreaCode.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.edt_AreaCode.Watermark = ""; this.edt_AreaCode.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // edt_InHospitalNumber // this.edt_InHospitalNumber.Cursor = System.Windows.Forms.Cursors.IBeam; this.edt_InHospitalNumber.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.edt_InHospitalNumber.Location = new System.Drawing.Point(808, 263); this.edt_InHospitalNumber.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.edt_InHospitalNumber.MinimumSize = new System.Drawing.Size(1, 16); this.edt_InHospitalNumber.Name = "edt_InHospitalNumber"; this.edt_InHospitalNumber.Padding = new System.Windows.Forms.Padding(5); this.edt_InHospitalNumber.ShowText = false; this.edt_InHospitalNumber.Size = new System.Drawing.Size(185, 29); this.edt_InHospitalNumber.TabIndex = 95; this.edt_InHospitalNumber.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.edt_InHospitalNumber.Watermark = ""; this.edt_InHospitalNumber.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiLabel21 // this.uiLabel21.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiLabel21.Location = new System.Drawing.Point(692, 263); this.uiLabel21.Name = "uiLabel21"; this.uiLabel21.Size = new System.Drawing.Size(111, 29); this.uiLabel21.TabIndex = 94; this.uiLabel21.Text = "本年住院次数"; this.uiLabel21.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLabel21.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // edt_PoorFlag // this.edt_PoorFlag.Cursor = System.Windows.Forms.Cursors.IBeam; this.edt_PoorFlag.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.edt_PoorFlag.Location = new System.Drawing.Point(808, 220); this.edt_PoorFlag.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.edt_PoorFlag.MinimumSize = new System.Drawing.Size(1, 16); this.edt_PoorFlag.Name = "edt_PoorFlag"; this.edt_PoorFlag.Padding = new System.Windows.Forms.Padding(5); this.edt_PoorFlag.ShowText = false; this.edt_PoorFlag.Size = new System.Drawing.Size(185, 29); this.edt_PoorFlag.TabIndex = 93; this.edt_PoorFlag.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.edt_PoorFlag.Watermark = ""; this.edt_PoorFlag.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiLabel20 // this.uiLabel20.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiLabel20.Location = new System.Drawing.Point(692, 220); this.uiLabel20.Name = "uiLabel20"; this.uiLabel20.Size = new System.Drawing.Size(111, 29); this.uiLabel20.TabIndex = 92; this.uiLabel20.Text = "低保对象标识"; this.uiLabel20.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLabel20.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // edt_ServantFlag // this.edt_ServantFlag.Cursor = System.Windows.Forms.Cursors.IBeam; this.edt_ServantFlag.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.edt_ServantFlag.Location = new System.Drawing.Point(220, 345); this.edt_ServantFlag.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.edt_ServantFlag.MinimumSize = new System.Drawing.Size(1, 16); this.edt_ServantFlag.Name = "edt_ServantFlag"; this.edt_ServantFlag.Padding = new System.Windows.Forms.Padding(5); this.edt_ServantFlag.ShowText = false; this.edt_ServantFlag.Size = new System.Drawing.Size(268, 29); this.edt_ServantFlag.TabIndex = 91; this.edt_ServantFlag.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.edt_ServantFlag.Watermark = ""; this.edt_ServantFlag.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiLabel19 // this.uiLabel19.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiLabel19.Location = new System.Drawing.Point(26, 345); this.uiLabel19.Name = "uiLabel19"; this.uiLabel19.Size = new System.Drawing.Size(187, 29); this.uiLabel19.TabIndex = 90; this.uiLabel19.Text = "参加公务员医疗补助标识"; this.uiLabel19.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLabel19.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // edt_ZHYE // this.edt_ZHYE.BackColor = System.Drawing.SystemColors.Control; this.edt_ZHYE.Cursor = System.Windows.Forms.Cursors.IBeam; this.edt_ZHYE.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.edt_ZHYE.ForeColor = System.Drawing.Color.Red; this.edt_ZHYE.Location = new System.Drawing.Point(808, 48); this.edt_ZHYE.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.edt_ZHYE.MinimumSize = new System.Drawing.Size(1, 16); this.edt_ZHYE.Name = "edt_ZHYE"; this.edt_ZHYE.Padding = new System.Windows.Forms.Padding(5); this.edt_ZHYE.ShowText = false; this.edt_ZHYE.Size = new System.Drawing.Size(185, 29); this.edt_ZHYE.Style = Sunny.UI.UIStyle.Custom; this.edt_ZHYE.TabIndex = 89; this.edt_ZHYE.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.edt_ZHYE.Watermark = ""; this.edt_ZHYE.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiLabel2 // this.uiLabel2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiLabel2.ForeColor = System.Drawing.Color.Red; this.uiLabel2.Location = new System.Drawing.Point(692, 48); this.uiLabel2.Name = "uiLabel2"; this.uiLabel2.Size = new System.Drawing.Size(111, 29); this.uiLabel2.Style = Sunny.UI.UIStyle.Custom; this.uiLabel2.TabIndex = 88; this.uiLabel2.Text = "账户余额"; this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // edt_YTRYBS // this.edt_YTRYBS.Cursor = System.Windows.Forms.Cursors.IBeam; this.edt_YTRYBS.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.edt_YTRYBS.Location = new System.Drawing.Point(138, 304); this.edt_YTRYBS.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.edt_YTRYBS.MinimumSize = new System.Drawing.Size(1, 16); this.edt_YTRYBS.Name = "edt_YTRYBS"; this.edt_YTRYBS.Padding = new System.Windows.Forms.Padding(5); this.edt_YTRYBS.ShowText = false; this.edt_YTRYBS.Size = new System.Drawing.Size(218, 29); this.edt_YTRYBS.TabIndex = 87; this.edt_YTRYBS.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.edt_YTRYBS.Watermark = ""; this.edt_YTRYBS.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // edt_MBBM // this.edt_MBBM.Cursor = System.Windows.Forms.Cursors.IBeam; this.edt_MBBM.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.edt_MBBM.Location = new System.Drawing.Point(493, 185); this.edt_MBBM.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.edt_MBBM.MinimumSize = new System.Drawing.Size(1, 16); this.edt_MBBM.Name = "edt_MBBM"; this.edt_MBBM.Padding = new System.Windows.Forms.Padding(5); this.edt_MBBM.ShowText = false; this.edt_MBBM.Size = new System.Drawing.Size(185, 29); this.edt_MBBM.TabIndex = 86; this.edt_MBBM.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.edt_MBBM.Watermark = ""; this.edt_MBBM.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // edt_BRDDYY // this.edt_BRDDYY.Cursor = System.Windows.Forms.Cursors.IBeam; this.edt_BRDDYY.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.edt_BRDDYY.Location = new System.Drawing.Point(493, 304); this.edt_BRDDYY.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.edt_BRDDYY.MinimumSize = new System.Drawing.Size(1, 16); this.edt_BRDDYY.Name = "edt_BRDDYY"; this.edt_BRDDYY.Padding = new System.Windows.Forms.Padding(5); this.edt_BRDDYY.ShowText = false; this.edt_BRDDYY.Size = new System.Drawing.Size(500, 29); this.edt_BRDDYY.TabIndex = 85; this.edt_BRDDYY.Text = "本地红名单,默认为定点医院"; this.edt_BRDDYY.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.edt_BRDDYY.Watermark = ""; this.edt_BRDDYY.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // edt_ZZYYBM // this.edt_ZZYYBM.Cursor = System.Windows.Forms.Cursors.IBeam; this.edt_ZZYYBM.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.edt_ZZYYBM.Location = new System.Drawing.Point(808, 177); this.edt_ZZYYBM.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.edt_ZZYYBM.MinimumSize = new System.Drawing.Size(1, 16); this.edt_ZZYYBM.Name = "edt_ZZYYBM"; this.edt_ZZYYBM.Padding = new System.Windows.Forms.Padding(5); this.edt_ZZYYBM.ShowText = false; this.edt_ZZYYBM.Size = new System.Drawing.Size(185, 29); this.edt_ZZYYBM.TabIndex = 84; this.edt_ZZYYBM.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.edt_ZZYYBM.Watermark = ""; this.edt_ZZYYBM.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // edt_SFZH // this.edt_SFZH.Cursor = System.Windows.Forms.Cursors.IBeam; this.edt_SFZH.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.edt_SFZH.Location = new System.Drawing.Point(493, 142); this.edt_SFZH.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.edt_SFZH.MinimumSize = new System.Drawing.Size(1, 16); this.edt_SFZH.Name = "edt_SFZH"; this.edt_SFZH.Padding = new System.Windows.Forms.Padding(5); this.edt_SFZH.ShowText = false; this.edt_SFZH.Size = new System.Drawing.Size(185, 29); this.edt_SFZH.TabIndex = 83; this.edt_SFZH.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.edt_SFZH.Watermark = ""; this.edt_SFZH.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // edt_YBBH // this.edt_YBBH.Cursor = System.Windows.Forms.Cursors.IBeam; this.edt_YBBH.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.edt_YBBH.Location = new System.Drawing.Point(808, 91); this.edt_YBBH.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.edt_YBBH.MinimumSize = new System.Drawing.Size(1, 16); this.edt_YBBH.Name = "edt_YBBH"; this.edt_YBBH.Padding = new System.Windows.Forms.Padding(5); this.edt_YBBH.ShowText = false; this.edt_YBBH.Size = new System.Drawing.Size(185, 29); this.edt_YBBH.TabIndex = 82; this.edt_YBBH.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.edt_YBBH.Watermark = ""; this.edt_YBBH.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // edt_CSRQ // this.edt_CSRQ.Cursor = System.Windows.Forms.Cursors.IBeam; this.edt_CSRQ.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.edt_CSRQ.Location = new System.Drawing.Point(493, 91); this.edt_CSRQ.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.edt_CSRQ.MinimumSize = new System.Drawing.Size(1, 16); this.edt_CSRQ.Name = "edt_CSRQ"; this.edt_CSRQ.Padding = new System.Windows.Forms.Padding(5); this.edt_CSRQ.ShowText = false; this.edt_CSRQ.Size = new System.Drawing.Size(185, 29); this.edt_CSRQ.TabIndex = 81; this.edt_CSRQ.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.edt_CSRQ.Watermark = ""; this.edt_CSRQ.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // edt_XB // this.edt_XB.Cursor = System.Windows.Forms.Cursors.IBeam; this.edt_XB.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.edt_XB.Location = new System.Drawing.Point(493, 48); this.edt_XB.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.edt_XB.MinimumSize = new System.Drawing.Size(1, 16); this.edt_XB.Name = "edt_XB"; this.edt_XB.Padding = new System.Windows.Forms.Padding(5); this.edt_XB.ShowText = false; this.edt_XB.Size = new System.Drawing.Size(185, 29); this.edt_XB.TabIndex = 80; this.edt_XB.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.edt_XB.Watermark = ""; this.edt_XB.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiLabel11 // this.uiLabel11.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiLabel11.Location = new System.Drawing.Point(27, 304); this.uiLabel11.Name = "uiLabel11"; this.uiLabel11.Size = new System.Drawing.Size(106, 29); this.uiLabel11.TabIndex = 79; this.uiLabel11.Text = "预提人员标识"; this.uiLabel11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLabel11.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiLabel12 // this.uiLabel12.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiLabel12.Location = new System.Drawing.Point(377, 177); this.uiLabel12.Name = "uiLabel12"; this.uiLabel12.Size = new System.Drawing.Size(111, 29); this.uiLabel12.TabIndex = 78; this.uiLabel12.Text = "慢病编码"; this.uiLabel12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLabel12.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiLabel13 // this.uiLabel13.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiLabel13.Location = new System.Drawing.Point(377, 304); this.uiLabel13.Name = "uiLabel13"; this.uiLabel13.Size = new System.Drawing.Size(111, 29); this.uiLabel13.TabIndex = 77; this.uiLabel13.Text = "本人定点医院"; this.uiLabel13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLabel13.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiLabel14 // this.uiLabel14.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiLabel14.Location = new System.Drawing.Point(692, 177); this.uiLabel14.Name = "uiLabel14"; this.uiLabel14.Size = new System.Drawing.Size(111, 29); this.uiLabel14.TabIndex = 76; this.uiLabel14.Text = "转诊医院编码"; this.uiLabel14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLabel14.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiLabel15 // this.uiLabel15.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiLabel15.Location = new System.Drawing.Point(377, 134); this.uiLabel15.Name = "uiLabel15"; this.uiLabel15.Size = new System.Drawing.Size(111, 29); this.uiLabel15.TabIndex = 75; this.uiLabel15.Text = "身份证号"; this.uiLabel15.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLabel15.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiLabel16 // this.uiLabel16.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiLabel16.Location = new System.Drawing.Point(692, 91); this.uiLabel16.Name = "uiLabel16"; this.uiLabel16.Size = new System.Drawing.Size(111, 29); this.uiLabel16.TabIndex = 74; this.uiLabel16.Text = "医保编号"; this.uiLabel16.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLabel16.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiLabel17 // this.uiLabel17.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiLabel17.Location = new System.Drawing.Point(377, 91); this.uiLabel17.Name = "uiLabel17"; this.uiLabel17.Size = new System.Drawing.Size(111, 29); this.uiLabel17.TabIndex = 73; this.uiLabel17.Text = "出生日期"; this.uiLabel17.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLabel17.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiLabel18 // this.uiLabel18.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiLabel18.Location = new System.Drawing.Point(377, 48); this.uiLabel18.Name = "uiLabel18"; this.uiLabel18.Size = new System.Drawing.Size(111, 29); this.uiLabel18.TabIndex = 72; this.uiLabel18.Text = "性 别"; this.uiLabel18.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLabel18.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // edt_MXBDDYY // this.edt_MXBDDYY.Cursor = System.Windows.Forms.Cursors.IBeam; this.edt_MXBDDYY.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.edt_MXBDDYY.Location = new System.Drawing.Point(493, 228); this.edt_MXBDDYY.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.edt_MXBDDYY.MinimumSize = new System.Drawing.Size(1, 16); this.edt_MXBDDYY.Name = "edt_MXBDDYY"; this.edt_MXBDDYY.Padding = new System.Windows.Forms.Padding(5); this.edt_MXBDDYY.ShowText = false; this.edt_MXBDDYY.Size = new System.Drawing.Size(185, 29); this.edt_MXBDDYY.TabIndex = 71; this.edt_MXBDDYY.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.edt_MXBDDYY.Watermark = ""; this.edt_MXBDDYY.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiLabel9 // this.uiLabel9.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiLabel9.Location = new System.Drawing.Point(377, 220); this.uiLabel9.Name = "uiLabel9"; this.uiLabel9.Size = new System.Drawing.Size(111, 29); this.uiLabel9.TabIndex = 70; this.uiLabel9.Text = "慢病定点医院"; this.uiLabel9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLabel9.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // edt_JCDJ // this.edt_JCDJ.Cursor = System.Windows.Forms.Cursors.IBeam; this.edt_JCDJ.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.edt_JCDJ.Location = new System.Drawing.Point(808, 134); this.edt_JCDJ.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.edt_JCDJ.MinimumSize = new System.Drawing.Size(1, 16); this.edt_JCDJ.Name = "edt_JCDJ"; this.edt_JCDJ.Padding = new System.Windows.Forms.Padding(5); this.edt_JCDJ.ShowText = false; this.edt_JCDJ.Size = new System.Drawing.Size(185, 29); this.edt_JCDJ.TabIndex = 69; this.edt_JCDJ.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.edt_JCDJ.Watermark = ""; this.edt_JCDJ.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // edt_ZYBS // this.edt_ZYBS.Cursor = System.Windows.Forms.Cursors.IBeam; this.edt_ZYBS.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.edt_ZYBS.Location = new System.Drawing.Point(493, 271); this.edt_ZYBS.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.edt_ZYBS.MinimumSize = new System.Drawing.Size(1, 16); this.edt_ZYBS.Name = "edt_ZYBS"; this.edt_ZYBS.Padding = new System.Windows.Forms.Padding(5); this.edt_ZYBS.ShowText = false; this.edt_ZYBS.Size = new System.Drawing.Size(185, 29); this.edt_ZYBS.TabIndex = 68; this.edt_ZYBS.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.edt_ZYBS.Watermark = ""; this.edt_ZYBS.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // edt_XZLX // this.edt_XZLX.Cursor = System.Windows.Forms.Cursors.IBeam; this.edt_XZLX.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.edt_XZLX.Location = new System.Drawing.Point(138, 263); this.edt_XZLX.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.edt_XZLX.MinimumSize = new System.Drawing.Size(1, 16); this.edt_XZLX.Name = "edt_XZLX"; this.edt_XZLX.Padding = new System.Windows.Forms.Padding(5); this.edt_XZLX.ShowText = false; this.edt_XZLX.Size = new System.Drawing.Size(218, 29); this.edt_XZLX.TabIndex = 67; this.edt_XZLX.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.edt_XZLX.Watermark = ""; this.edt_XZLX.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // edt_SFHMD // this.edt_SFHMD.Cursor = System.Windows.Forms.Cursors.IBeam; this.edt_SFHMD.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.edt_SFHMD.Location = new System.Drawing.Point(138, 220); this.edt_SFHMD.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.edt_SFHMD.MinimumSize = new System.Drawing.Size(1, 16); this.edt_SFHMD.Name = "edt_SFHMD"; this.edt_SFHMD.Padding = new System.Windows.Forms.Padding(5); this.edt_SFHMD.ShowText = false; this.edt_SFHMD.Size = new System.Drawing.Size(218, 29); this.edt_SFHMD.TabIndex = 66; this.edt_SFHMD.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.edt_SFHMD.Watermark = ""; this.edt_SFHMD.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // edt_ZZSX // this.edt_ZZSX.Cursor = System.Windows.Forms.Cursors.IBeam; this.edt_ZZSX.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.edt_ZZSX.Location = new System.Drawing.Point(138, 177); this.edt_ZZSX.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.edt_ZZSX.MinimumSize = new System.Drawing.Size(1, 16); this.edt_ZZSX.Name = "edt_ZZSX"; this.edt_ZZSX.Padding = new System.Windows.Forms.Padding(5); this.edt_ZZSX.ShowText = false; this.edt_ZZSX.Size = new System.Drawing.Size(218, 29); this.edt_ZZSX.TabIndex = 65; this.edt_ZZSX.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.edt_ZZSX.Watermark = ""; this.edt_ZZSX.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // edt_RYLB // this.edt_RYLB.Cursor = System.Windows.Forms.Cursors.IBeam; this.edt_RYLB.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.edt_RYLB.Location = new System.Drawing.Point(138, 134); this.edt_RYLB.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.edt_RYLB.MinimumSize = new System.Drawing.Size(1, 16); this.edt_RYLB.Name = "edt_RYLB"; this.edt_RYLB.Padding = new System.Windows.Forms.Padding(5); this.edt_RYLB.ShowText = false; this.edt_RYLB.Size = new System.Drawing.Size(218, 29); this.edt_RYLB.TabIndex = 64; this.edt_RYLB.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.edt_RYLB.Watermark = ""; this.edt_RYLB.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // edt_KH // this.edt_KH.Cursor = System.Windows.Forms.Cursors.IBeam; this.edt_KH.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.edt_KH.Location = new System.Drawing.Point(138, 91); this.edt_KH.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.edt_KH.MinimumSize = new System.Drawing.Size(1, 16); this.edt_KH.Name = "edt_KH"; this.edt_KH.Padding = new System.Windows.Forms.Padding(5); this.edt_KH.ShowText = false; this.edt_KH.Size = new System.Drawing.Size(218, 29); this.edt_KH.TabIndex = 63; this.edt_KH.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.edt_KH.Watermark = ""; this.edt_KH.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // edt_XM // this.edt_XM.Cursor = System.Windows.Forms.Cursors.IBeam; this.edt_XM.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.edt_XM.Location = new System.Drawing.Point(138, 48); this.edt_XM.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.edt_XM.MinimumSize = new System.Drawing.Size(1, 16); this.edt_XM.Name = "edt_XM"; this.edt_XM.Padding = new System.Windows.Forms.Padding(5); this.edt_XM.ShowText = false; this.edt_XM.Size = new System.Drawing.Size(218, 29); this.edt_XM.TabIndex = 62; this.edt_XM.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.edt_XM.Watermark = ""; this.edt_XM.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiLabel8 // this.uiLabel8.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiLabel8.Location = new System.Drawing.Point(692, 134); this.uiLabel8.Name = "uiLabel8"; this.uiLabel8.Size = new System.Drawing.Size(111, 29); this.uiLabel8.TabIndex = 61; this.uiLabel8.Text = "军残等级"; this.uiLabel8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLabel8.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiLabel7 // this.uiLabel7.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiLabel7.Location = new System.Drawing.Point(377, 263); this.uiLabel7.Name = "uiLabel7"; this.uiLabel7.Size = new System.Drawing.Size(111, 29); this.uiLabel7.TabIndex = 60; this.uiLabel7.Text = "在院标识"; this.uiLabel7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLabel7.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiLabel6 // this.uiLabel6.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiLabel6.Location = new System.Drawing.Point(27, 263); this.uiLabel6.Name = "uiLabel6"; this.uiLabel6.Size = new System.Drawing.Size(106, 29); this.uiLabel6.TabIndex = 59; this.uiLabel6.Text = "险种类型"; this.uiLabel6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLabel6.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiLabel5 // this.uiLabel5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiLabel5.Location = new System.Drawing.Point(27, 220); this.uiLabel5.Name = "uiLabel5"; this.uiLabel5.Size = new System.Drawing.Size(106, 29); this.uiLabel5.TabIndex = 58; this.uiLabel5.Text = "是否红名单"; this.uiLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLabel5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiLabel4 // this.uiLabel4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiLabel4.Location = new System.Drawing.Point(27, 177); this.uiLabel4.Name = "uiLabel4"; this.uiLabel4.Size = new System.Drawing.Size(106, 29); this.uiLabel4.TabIndex = 57; this.uiLabel4.Text = "转诊时限"; this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLabel4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiLabel23 // this.uiLabel23.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiLabel23.Location = new System.Drawing.Point(27, 134); this.uiLabel23.Name = "uiLabel23"; this.uiLabel23.Size = new System.Drawing.Size(106, 29); this.uiLabel23.TabIndex = 56; this.uiLabel23.Text = "人员类别"; this.uiLabel23.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLabel23.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiLabel24 // this.uiLabel24.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiLabel24.Location = new System.Drawing.Point(27, 91); this.uiLabel24.Name = "uiLabel24"; this.uiLabel24.Size = new System.Drawing.Size(106, 29); this.uiLabel24.TabIndex = 55; this.uiLabel24.Text = "社保卡号"; this.uiLabel24.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLabel24.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiLabel25 // this.uiLabel25.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiLabel25.Location = new System.Drawing.Point(27, 48); this.uiLabel25.Name = "uiLabel25"; this.uiLabel25.Size = new System.Drawing.Size(106, 29); this.uiLabel25.TabIndex = 54; this.uiLabel25.Text = "姓 名"; this.uiLabel25.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLabel25.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // diag_srt_no // this.diag_srt_no.DataPropertyName = "diag_srt_no"; this.diag_srt_no.FillWeight = 60F; this.diag_srt_no.HeaderText = "序号"; this.diag_srt_no.MinimumWidth = 60; this.diag_srt_no.Name = "diag_srt_no"; this.diag_srt_no.Width = 60; // // maindiag_flag // this.maindiag_flag.DataPropertyName = "maindiag_flag"; this.maindiag_flag.FillWeight = 65F; this.maindiag_flag.HeaderText = "主诊断"; this.maindiag_flag.MinimumWidth = 65; this.maindiag_flag.Name = "maindiag_flag"; this.maindiag_flag.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.maindiag_flag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.maindiag_flag.Width = 65; // // diag_type_name // this.diag_type_name.DataPropertyName = "diag_type_name"; this.diag_type_name.FillWeight = 110F; this.diag_type_name.HeaderText = "诊断类别"; this.diag_type_name.MinimumWidth = 110; this.diag_type_name.Name = "diag_type_name"; this.diag_type_name.Width = 110; // // diag_code // this.diag_code.DataPropertyName = "diag_code"; this.diag_code.FillWeight = 120F; this.diag_code.HeaderText = "诊断编码"; this.diag_code.MinimumWidth = 120; this.diag_code.Name = "diag_code"; this.diag_code.Width = 120; // // diag_name // this.diag_name.DataPropertyName = "diag_name"; this.diag_name.FillWeight = 120F; this.diag_name.HeaderText = "诊断名称"; this.diag_name.MinimumWidth = 120; this.diag_name.Name = "diag_name"; this.diag_name.Width = 120; // // dise_dor_no // this.dise_dor_no.DataPropertyName = "dise_dor_no"; this.dise_dor_no.FillWeight = 140F; this.dise_dor_no.HeaderText = "医保医师编号"; this.dise_dor_no.MinimumWidth = 140; this.dise_dor_no.Name = "dise_dor_no"; this.dise_dor_no.Width = 140; // // dise_dor_name // this.dise_dor_name.DataPropertyName = "dise_dor_name"; this.dise_dor_name.HeaderText = "医生姓名"; this.dise_dor_name.MinimumWidth = 100; this.dise_dor_name.Name = "dise_dor_name"; // // diag_time // this.diag_time.DataPropertyName = "diag_time"; this.diag_time.FillWeight = 180F; this.diag_time.HeaderText = "诊断时间"; this.diag_time.MinimumWidth = 180; this.diag_time.Name = "diag_time"; this.diag_time.Width = 180; // // diag_dept // this.diag_dept.DataPropertyName = "diag_dept"; this.diag_dept.FillWeight = 120F; this.diag_dept.HeaderText = "就诊科室"; this.diag_dept.MinimumWidth = 120; this.diag_dept.Name = "diag_dept"; this.diag_dept.Width = 120; // // adm_cond // this.adm_cond.DataPropertyName = "adm_cond"; this.adm_cond.FillWeight = 120F; this.adm_cond.HeaderText = "入院病情"; this.adm_cond.MinimumWidth = 120; this.adm_cond.Name = "adm_cond"; this.adm_cond.Width = 120; // // OutpatientRegistrationRegisterOP // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1021, 772); this.Controls.Add(this.TitleText); this.Controls.Add(this.uiTitlePanel1); this.Controls.Add(this.uiPanel1); this.Name = "OutpatientRegistrationRegisterOP"; this.Text = "医保挂号登记信息"; this.Load += new System.EventHandler(this.OutpatientRegistrationRegisterOP_Load); this.uiPanel1.ResumeLayout(false); this.uiTitlePanel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvDiagnose)).EndInit(); this.uiPanel2.ResumeLayout(false); this.TitleText.ResumeLayout(false); this.ResumeLayout(false); } #endregion private Sunny.UI.UIPanel uiPanel1; private Sunny.UI.UITitlePanel uiTitlePanel1; private Sunny.UI.UIButton btnCancel; private Sunny.UI.UIButton btnOK; private System.Windows.Forms.DataGridView dgvDiagnose; private Sunny.UI.UIPanel uiPanel2; private Sunny.UI.UILabel uiLabel3; private Sunny.UI.UILabel uiLabel1; public Sunny.UI.UIComboBox cbb_JZRQLX; private Sunny.UI.UILabel uiLabel10; private Sunny.UI.UICheckBox chk_WSBZ; private Sunny.UI.UICheckBox chk_SJDSFBZ; private Sunny.UI.UICheckBox cbxAccountPay; public PTControl.DBLookupCombox dblkcbxMedicalType; public PTControl.DBLookupCombox dblkcbxInsuranceType; private Sunny.UI.UITitlePanel TitleText; private Sunny.UI.UILabel uiLabel22; private Sunny.UI.UITextBox edt_AreaCode; private Sunny.UI.UITextBox edt_InHospitalNumber; private Sunny.UI.UILabel uiLabel21; private Sunny.UI.UITextBox edt_PoorFlag; private Sunny.UI.UILabel uiLabel20; private Sunny.UI.UITextBox edt_ServantFlag; private Sunny.UI.UILabel uiLabel19; private Sunny.UI.UITextBox edt_ZHYE; private Sunny.UI.UILabel uiLabel2; private Sunny.UI.UITextBox edt_YTRYBS; private Sunny.UI.UITextBox edt_MBBM; private Sunny.UI.UITextBox edt_BRDDYY; private Sunny.UI.UITextBox edt_ZZYYBM; private Sunny.UI.UITextBox edt_SFZH; private Sunny.UI.UITextBox edt_YBBH; private Sunny.UI.UITextBox edt_CSRQ; private Sunny.UI.UITextBox edt_XB; private Sunny.UI.UILabel uiLabel11; private Sunny.UI.UILabel uiLabel12; private Sunny.UI.UILabel uiLabel13; private Sunny.UI.UILabel uiLabel14; private Sunny.UI.UILabel uiLabel15; private Sunny.UI.UILabel uiLabel16; private Sunny.UI.UILabel uiLabel17; private Sunny.UI.UILabel uiLabel18; private Sunny.UI.UITextBox edt_MXBDDYY; private Sunny.UI.UILabel uiLabel9; private Sunny.UI.UITextBox edt_JCDJ; private Sunny.UI.UITextBox edt_ZYBS; private Sunny.UI.UITextBox edt_XZLX; private Sunny.UI.UITextBox edt_SFHMD; private Sunny.UI.UITextBox edt_ZZSX; private Sunny.UI.UITextBox edt_RYLB; private Sunny.UI.UITextBox edt_KH; private Sunny.UI.UITextBox edt_XM; private Sunny.UI.UILabel uiLabel8; private Sunny.UI.UILabel uiLabel7; private Sunny.UI.UILabel uiLabel6; private Sunny.UI.UILabel uiLabel5; private Sunny.UI.UILabel uiLabel4; private Sunny.UI.UILabel uiLabel23; private Sunny.UI.UILabel uiLabel24; private Sunny.UI.UILabel uiLabel25; private System.Windows.Forms.DataGridViewTextBoxColumn diag_srt_no; private System.Windows.Forms.DataGridViewCheckBoxColumn maindiag_flag; private System.Windows.Forms.DataGridViewTextBoxColumn diag_type_name; private System.Windows.Forms.DataGridViewTextBoxColumn diag_code; private System.Windows.Forms.DataGridViewTextBoxColumn diag_name; private System.Windows.Forms.DataGridViewTextBoxColumn dise_dor_no; private System.Windows.Forms.DataGridViewTextBoxColumn dise_dor_name; private System.Windows.Forms.DataGridViewTextBoxColumn diag_time; private System.Windows.Forms.DataGridViewTextBoxColumn diag_dept; private System.Windows.Forms.DataGridViewTextBoxColumn adm_cond; } }