|
@@ -30,21 +30,18 @@ namespace PTMedicalInsurance.Forms
|
|
/// </summary>
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
private void InitializeComponent()
|
|
{
|
|
{
|
|
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
- this.chkOPToEP = new Sunny.UI.UICheckBox();
|
|
|
|
this.chkEmergency = new Sunny.UI.UICheckBox();
|
|
this.chkEmergency = new Sunny.UI.UICheckBox();
|
|
this.cbxAccountPay = new Sunny.UI.UICheckBox();
|
|
this.cbxAccountPay = new Sunny.UI.UICheckBox();
|
|
this.Chk_RelTtpFlag = new Sunny.UI.UICheckBox();
|
|
this.Chk_RelTtpFlag = new Sunny.UI.UICheckBox();
|
|
this.Chk_TraumaFlag = new Sunny.UI.UICheckBox();
|
|
this.Chk_TraumaFlag = new Sunny.UI.UICheckBox();
|
|
this.dblkcbxExitway = new PTControl.DBLookupCombox();
|
|
this.dblkcbxExitway = new PTControl.DBLookupCombox();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
- this.dblkcbxTreatway = new PTControl.DBLookupCombox();
|
|
|
|
this.dblkcbxSettelmentWay = new PTControl.DBLookupCombox();
|
|
this.dblkcbxSettelmentWay = new PTControl.DBLookupCombox();
|
|
this.dblkcbxDisease = new PTControl.DBLookupCombox();
|
|
this.dblkcbxDisease = new PTControl.DBLookupCombox();
|
|
this.dblkcbxMedicalType = new PTControl.DBLookupCombox();
|
|
this.dblkcbxMedicalType = new PTControl.DBLookupCombox();
|
|
this.dblkcbxInsuranceType = new PTControl.DBLookupCombox();
|
|
this.dblkcbxInsuranceType = new PTControl.DBLookupCombox();
|
|
- this.label6 = new System.Windows.Forms.Label();
|
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
@@ -65,6 +62,7 @@ namespace PTMedicalInsurance.Forms
|
|
this.dise_dor_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dise_dor_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.diag_time = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.diag_time = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
|
|
+ this.chkDanger = new Sunny.UI.UICheckBox();
|
|
this.panel1.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
this.panel3.SuspendLayout();
|
|
this.panel3.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvDiagnose)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvDiagnose)).BeginInit();
|
|
@@ -74,19 +72,17 @@ namespace PTMedicalInsurance.Forms
|
|
// panel1
|
|
// panel1
|
|
//
|
|
//
|
|
this.panel1.BackColor = System.Drawing.SystemColors.Window;
|
|
this.panel1.BackColor = System.Drawing.SystemColors.Window;
|
|
- this.panel1.Controls.Add(this.chkOPToEP);
|
|
|
|
this.panel1.Controls.Add(this.chkEmergency);
|
|
this.panel1.Controls.Add(this.chkEmergency);
|
|
this.panel1.Controls.Add(this.cbxAccountPay);
|
|
this.panel1.Controls.Add(this.cbxAccountPay);
|
|
this.panel1.Controls.Add(this.Chk_RelTtpFlag);
|
|
this.panel1.Controls.Add(this.Chk_RelTtpFlag);
|
|
|
|
+ this.panel1.Controls.Add(this.chkDanger);
|
|
this.panel1.Controls.Add(this.Chk_TraumaFlag);
|
|
this.panel1.Controls.Add(this.Chk_TraumaFlag);
|
|
this.panel1.Controls.Add(this.dblkcbxExitway);
|
|
this.panel1.Controls.Add(this.dblkcbxExitway);
|
|
this.panel1.Controls.Add(this.label8);
|
|
this.panel1.Controls.Add(this.label8);
|
|
- this.panel1.Controls.Add(this.dblkcbxTreatway);
|
|
|
|
this.panel1.Controls.Add(this.dblkcbxSettelmentWay);
|
|
this.panel1.Controls.Add(this.dblkcbxSettelmentWay);
|
|
this.panel1.Controls.Add(this.dblkcbxDisease);
|
|
this.panel1.Controls.Add(this.dblkcbxDisease);
|
|
this.panel1.Controls.Add(this.dblkcbxMedicalType);
|
|
this.panel1.Controls.Add(this.dblkcbxMedicalType);
|
|
this.panel1.Controls.Add(this.dblkcbxInsuranceType);
|
|
this.panel1.Controls.Add(this.dblkcbxInsuranceType);
|
|
- this.panel1.Controls.Add(this.label6);
|
|
|
|
this.panel1.Controls.Add(this.label4);
|
|
this.panel1.Controls.Add(this.label4);
|
|
this.panel1.Controls.Add(this.label3);
|
|
this.panel1.Controls.Add(this.label3);
|
|
this.panel1.Controls.Add(this.label2);
|
|
this.panel1.Controls.Add(this.label2);
|
|
@@ -98,24 +94,11 @@ namespace PTMedicalInsurance.Forms
|
|
this.panel1.Size = new System.Drawing.Size(1267, 176);
|
|
this.panel1.Size = new System.Drawing.Size(1267, 176);
|
|
this.panel1.TabIndex = 12;
|
|
this.panel1.TabIndex = 12;
|
|
//
|
|
//
|
|
- // chkOPToEP
|
|
|
|
- //
|
|
|
|
- this.chkOPToEP.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
- this.chkOPToEP.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
- this.chkOPToEP.Location = new System.Drawing.Point(1100, 128);
|
|
|
|
- this.chkOPToEP.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
|
- this.chkOPToEP.Name = "chkOPToEP";
|
|
|
|
- this.chkOPToEP.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
|
|
|
|
- this.chkOPToEP.Size = new System.Drawing.Size(132, 29);
|
|
|
|
- this.chkOPToEP.TabIndex = 49;
|
|
|
|
- this.chkOPToEP.Text = "门诊转急诊";
|
|
|
|
- this.chkOPToEP.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
|
- //
|
|
|
|
// chkEmergency
|
|
// chkEmergency
|
|
//
|
|
//
|
|
this.chkEmergency.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.chkEmergency.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.chkEmergency.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.chkEmergency.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
- this.chkEmergency.Location = new System.Drawing.Point(944, 128);
|
|
|
|
|
|
+ this.chkEmergency.Location = new System.Drawing.Point(944, 27);
|
|
this.chkEmergency.MinimumSize = new System.Drawing.Size(1, 1);
|
|
this.chkEmergency.MinimumSize = new System.Drawing.Size(1, 1);
|
|
this.chkEmergency.Name = "chkEmergency";
|
|
this.chkEmergency.Name = "chkEmergency";
|
|
this.chkEmergency.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
|
|
this.chkEmergency.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
|
|
@@ -129,13 +112,13 @@ namespace PTMedicalInsurance.Forms
|
|
this.cbxAccountPay.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.cbxAccountPay.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.cbxAccountPay.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
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.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
- this.cbxAccountPay.Location = new System.Drawing.Point(944, 27);
|
|
|
|
|
|
+ this.cbxAccountPay.Location = new System.Drawing.Point(1100, 27);
|
|
this.cbxAccountPay.MinimumSize = new System.Drawing.Size(1, 1);
|
|
this.cbxAccountPay.MinimumSize = new System.Drawing.Size(1, 1);
|
|
this.cbxAccountPay.Name = "cbxAccountPay";
|
|
this.cbxAccountPay.Name = "cbxAccountPay";
|
|
this.cbxAccountPay.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
|
|
this.cbxAccountPay.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
|
|
- this.cbxAccountPay.Size = new System.Drawing.Size(236, 29);
|
|
|
|
|
|
+ this.cbxAccountPay.Size = new System.Drawing.Size(128, 29);
|
|
this.cbxAccountPay.TabIndex = 48;
|
|
this.cbxAccountPay.TabIndex = 48;
|
|
- this.cbxAccountPay.Text = "使用医保账户支付";
|
|
|
|
|
|
+ this.cbxAccountPay.Text = "账户支付";
|
|
this.cbxAccountPay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
this.cbxAccountPay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
//
|
|
//
|
|
// Chk_RelTtpFlag
|
|
// Chk_RelTtpFlag
|
|
@@ -146,7 +129,7 @@ namespace PTMedicalInsurance.Forms
|
|
this.Chk_RelTtpFlag.MinimumSize = new System.Drawing.Size(1, 1);
|
|
this.Chk_RelTtpFlag.MinimumSize = new System.Drawing.Size(1, 1);
|
|
this.Chk_RelTtpFlag.Name = "Chk_RelTtpFlag";
|
|
this.Chk_RelTtpFlag.Name = "Chk_RelTtpFlag";
|
|
this.Chk_RelTtpFlag.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
|
|
this.Chk_RelTtpFlag.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
|
|
- this.Chk_RelTtpFlag.Size = new System.Drawing.Size(156, 29);
|
|
|
|
|
|
+ this.Chk_RelTtpFlag.Size = new System.Drawing.Size(128, 29);
|
|
this.Chk_RelTtpFlag.TabIndex = 46;
|
|
this.Chk_RelTtpFlag.TabIndex = 46;
|
|
this.Chk_RelTtpFlag.Text = "涉及第三方";
|
|
this.Chk_RelTtpFlag.Text = "涉及第三方";
|
|
this.Chk_RelTtpFlag.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
this.Chk_RelTtpFlag.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
@@ -159,7 +142,7 @@ namespace PTMedicalInsurance.Forms
|
|
this.Chk_TraumaFlag.MinimumSize = new System.Drawing.Size(1, 1);
|
|
this.Chk_TraumaFlag.MinimumSize = new System.Drawing.Size(1, 1);
|
|
this.Chk_TraumaFlag.Name = "Chk_TraumaFlag";
|
|
this.Chk_TraumaFlag.Name = "Chk_TraumaFlag";
|
|
this.Chk_TraumaFlag.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
|
|
this.Chk_TraumaFlag.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
|
|
- this.Chk_TraumaFlag.Size = new System.Drawing.Size(168, 29);
|
|
|
|
|
|
+ this.Chk_TraumaFlag.Size = new System.Drawing.Size(102, 29);
|
|
this.Chk_TraumaFlag.TabIndex = 45;
|
|
this.Chk_TraumaFlag.TabIndex = 45;
|
|
this.Chk_TraumaFlag.Text = "外伤";
|
|
this.Chk_TraumaFlag.Text = "外伤";
|
|
this.Chk_TraumaFlag.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
this.Chk_TraumaFlag.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
@@ -167,7 +150,7 @@ namespace PTMedicalInsurance.Forms
|
|
// dblkcbxExitway
|
|
// dblkcbxExitway
|
|
//
|
|
//
|
|
this.dblkcbxExitway.FormattingEnabled = true;
|
|
this.dblkcbxExitway.FormattingEnabled = true;
|
|
- this.dblkcbxExitway.Location = new System.Drawing.Point(602, 128);
|
|
|
|
|
|
+ this.dblkcbxExitway.Location = new System.Drawing.Point(602, 79);
|
|
this.dblkcbxExitway.Name = "dblkcbxExitway";
|
|
this.dblkcbxExitway.Name = "dblkcbxExitway";
|
|
this.dblkcbxExitway.NullValue = "";
|
|
this.dblkcbxExitway.NullValue = "";
|
|
this.dblkcbxExitway.PopupGridAutoSize = false;
|
|
this.dblkcbxExitway.PopupGridAutoSize = false;
|
|
@@ -175,7 +158,7 @@ namespace PTMedicalInsurance.Forms
|
|
this.dblkcbxExitway.sDisplayField = "";
|
|
this.dblkcbxExitway.sDisplayField = "";
|
|
this.dblkcbxExitway.sDisplayMember = "";
|
|
this.dblkcbxExitway.sDisplayMember = "";
|
|
this.dblkcbxExitway.SeparatorChar = "|";
|
|
this.dblkcbxExitway.SeparatorChar = "|";
|
|
- this.dblkcbxExitway.Size = new System.Drawing.Size(257, 30);
|
|
|
|
|
|
+ this.dblkcbxExitway.Size = new System.Drawing.Size(257, 26);
|
|
this.dblkcbxExitway.sKeyWords = "";
|
|
this.dblkcbxExitway.sKeyWords = "";
|
|
this.dblkcbxExitway.sValueMember = "";
|
|
this.dblkcbxExitway.sValueMember = "";
|
|
this.dblkcbxExitway.TabIndex = 44;
|
|
this.dblkcbxExitway.TabIndex = 44;
|
|
@@ -186,31 +169,13 @@ namespace PTMedicalInsurance.Forms
|
|
//
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.AutoSize = true;
|
|
this.label8.ForeColor = System.Drawing.SystemColors.InfoText;
|
|
this.label8.ForeColor = System.Drawing.SystemColors.InfoText;
|
|
- this.label8.Location = new System.Drawing.Point(506, 131);
|
|
|
|
|
|
+ this.label8.Location = new System.Drawing.Point(506, 82);
|
|
this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label8.Name = "label8";
|
|
this.label8.Name = "label8";
|
|
- this.label8.Size = new System.Drawing.Size(98, 22);
|
|
|
|
|
|
+ this.label8.Size = new System.Drawing.Size(89, 19);
|
|
this.label8.TabIndex = 43;
|
|
this.label8.TabIndex = 43;
|
|
this.label8.Text = "离院方式";
|
|
this.label8.Text = "离院方式";
|
|
//
|
|
//
|
|
- // dblkcbxTreatway
|
|
|
|
- //
|
|
|
|
- this.dblkcbxTreatway.FormattingEnabled = true;
|
|
|
|
- this.dblkcbxTreatway.Location = new System.Drawing.Point(602, 76);
|
|
|
|
- this.dblkcbxTreatway.Name = "dblkcbxTreatway";
|
|
|
|
- this.dblkcbxTreatway.NullValue = "";
|
|
|
|
- this.dblkcbxTreatway.PopupGridAutoSize = false;
|
|
|
|
- this.dblkcbxTreatway.RowFilterVisible = false;
|
|
|
|
- this.dblkcbxTreatway.sDisplayField = "";
|
|
|
|
- this.dblkcbxTreatway.sDisplayMember = "";
|
|
|
|
- this.dblkcbxTreatway.SeparatorChar = "|";
|
|
|
|
- this.dblkcbxTreatway.Size = new System.Drawing.Size(257, 30);
|
|
|
|
- this.dblkcbxTreatway.sKeyWords = "";
|
|
|
|
- this.dblkcbxTreatway.sValueMember = "";
|
|
|
|
- this.dblkcbxTreatway.TabIndex = 23;
|
|
|
|
- this.dblkcbxTreatway.Value = "";
|
|
|
|
- this.dblkcbxTreatway.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxTreatway_AfterSelector);
|
|
|
|
- //
|
|
|
|
// dblkcbxSettelmentWay
|
|
// dblkcbxSettelmentWay
|
|
//
|
|
//
|
|
this.dblkcbxSettelmentWay.FormattingEnabled = true;
|
|
this.dblkcbxSettelmentWay.FormattingEnabled = true;
|
|
@@ -222,7 +187,7 @@ namespace PTMedicalInsurance.Forms
|
|
this.dblkcbxSettelmentWay.sDisplayField = "";
|
|
this.dblkcbxSettelmentWay.sDisplayField = "";
|
|
this.dblkcbxSettelmentWay.sDisplayMember = "";
|
|
this.dblkcbxSettelmentWay.sDisplayMember = "";
|
|
this.dblkcbxSettelmentWay.SeparatorChar = "|";
|
|
this.dblkcbxSettelmentWay.SeparatorChar = "|";
|
|
- this.dblkcbxSettelmentWay.Size = new System.Drawing.Size(257, 30);
|
|
|
|
|
|
+ this.dblkcbxSettelmentWay.Size = new System.Drawing.Size(257, 26);
|
|
this.dblkcbxSettelmentWay.sKeyWords = "";
|
|
this.dblkcbxSettelmentWay.sKeyWords = "";
|
|
this.dblkcbxSettelmentWay.sValueMember = "";
|
|
this.dblkcbxSettelmentWay.sValueMember = "";
|
|
this.dblkcbxSettelmentWay.TabIndex = 22;
|
|
this.dblkcbxSettelmentWay.TabIndex = 22;
|
|
@@ -240,7 +205,7 @@ namespace PTMedicalInsurance.Forms
|
|
this.dblkcbxDisease.sDisplayField = "";
|
|
this.dblkcbxDisease.sDisplayField = "";
|
|
this.dblkcbxDisease.sDisplayMember = "";
|
|
this.dblkcbxDisease.sDisplayMember = "";
|
|
this.dblkcbxDisease.SeparatorChar = "|";
|
|
this.dblkcbxDisease.SeparatorChar = "|";
|
|
- this.dblkcbxDisease.Size = new System.Drawing.Size(257, 30);
|
|
|
|
|
|
+ this.dblkcbxDisease.Size = new System.Drawing.Size(257, 26);
|
|
this.dblkcbxDisease.sKeyWords = "";
|
|
this.dblkcbxDisease.sKeyWords = "";
|
|
this.dblkcbxDisease.sValueMember = "";
|
|
this.dblkcbxDisease.sValueMember = "";
|
|
this.dblkcbxDisease.TabIndex = 20;
|
|
this.dblkcbxDisease.TabIndex = 20;
|
|
@@ -258,7 +223,7 @@ namespace PTMedicalInsurance.Forms
|
|
this.dblkcbxMedicalType.sDisplayField = "";
|
|
this.dblkcbxMedicalType.sDisplayField = "";
|
|
this.dblkcbxMedicalType.sDisplayMember = "";
|
|
this.dblkcbxMedicalType.sDisplayMember = "";
|
|
this.dblkcbxMedicalType.SeparatorChar = "|";
|
|
this.dblkcbxMedicalType.SeparatorChar = "|";
|
|
- this.dblkcbxMedicalType.Size = new System.Drawing.Size(257, 30);
|
|
|
|
|
|
+ this.dblkcbxMedicalType.Size = new System.Drawing.Size(257, 26);
|
|
this.dblkcbxMedicalType.sKeyWords = "";
|
|
this.dblkcbxMedicalType.sKeyWords = "";
|
|
this.dblkcbxMedicalType.sValueMember = "";
|
|
this.dblkcbxMedicalType.sValueMember = "";
|
|
this.dblkcbxMedicalType.TabIndex = 19;
|
|
this.dblkcbxMedicalType.TabIndex = 19;
|
|
@@ -276,24 +241,13 @@ namespace PTMedicalInsurance.Forms
|
|
this.dblkcbxInsuranceType.sDisplayField = "";
|
|
this.dblkcbxInsuranceType.sDisplayField = "";
|
|
this.dblkcbxInsuranceType.sDisplayMember = "";
|
|
this.dblkcbxInsuranceType.sDisplayMember = "";
|
|
this.dblkcbxInsuranceType.SeparatorChar = "|";
|
|
this.dblkcbxInsuranceType.SeparatorChar = "|";
|
|
- this.dblkcbxInsuranceType.Size = new System.Drawing.Size(257, 30);
|
|
|
|
|
|
+ this.dblkcbxInsuranceType.Size = new System.Drawing.Size(257, 26);
|
|
this.dblkcbxInsuranceType.sKeyWords = "";
|
|
this.dblkcbxInsuranceType.sKeyWords = "";
|
|
this.dblkcbxInsuranceType.sValueMember = "";
|
|
this.dblkcbxInsuranceType.sValueMember = "";
|
|
this.dblkcbxInsuranceType.TabIndex = 18;
|
|
this.dblkcbxInsuranceType.TabIndex = 18;
|
|
this.dblkcbxInsuranceType.Value = "";
|
|
this.dblkcbxInsuranceType.Value = "";
|
|
this.dblkcbxInsuranceType.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxInsuranceType_AfterSelector);
|
|
this.dblkcbxInsuranceType.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxInsuranceType_AfterSelector);
|
|
//
|
|
//
|
|
- // label6
|
|
|
|
- //
|
|
|
|
- this.label6.AutoSize = true;
|
|
|
|
- this.label6.ForeColor = System.Drawing.SystemColors.InfoText;
|
|
|
|
- this.label6.Location = new System.Drawing.Point(506, 79);
|
|
|
|
- this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
|
- this.label6.Name = "label6";
|
|
|
|
- this.label6.Size = new System.Drawing.Size(98, 22);
|
|
|
|
- this.label6.TabIndex = 17;
|
|
|
|
- this.label6.Text = "治疗方式";
|
|
|
|
- //
|
|
|
|
// label4
|
|
// label4
|
|
//
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.AutoSize = true;
|
|
@@ -301,7 +255,7 @@ namespace PTMedicalInsurance.Forms
|
|
this.label4.Location = new System.Drawing.Point(506, 30);
|
|
this.label4.Location = new System.Drawing.Point(506, 30);
|
|
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label4.Name = "label4";
|
|
this.label4.Name = "label4";
|
|
- this.label4.Size = new System.Drawing.Size(98, 22);
|
|
|
|
|
|
+ this.label4.Size = new System.Drawing.Size(89, 19);
|
|
this.label4.TabIndex = 15;
|
|
this.label4.TabIndex = 15;
|
|
this.label4.Text = "医疗类别";
|
|
this.label4.Text = "医疗类别";
|
|
//
|
|
//
|
|
@@ -312,7 +266,7 @@ namespace PTMedicalInsurance.Forms
|
|
this.label3.Location = new System.Drawing.Point(67, 128);
|
|
this.label3.Location = new System.Drawing.Point(67, 128);
|
|
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Name = "label3";
|
|
- this.label3.Size = new System.Drawing.Size(98, 22);
|
|
|
|
|
|
+ this.label3.Size = new System.Drawing.Size(89, 19);
|
|
this.label3.TabIndex = 14;
|
|
this.label3.TabIndex = 14;
|
|
this.label3.Text = "结算方式";
|
|
this.label3.Text = "结算方式";
|
|
//
|
|
//
|
|
@@ -323,7 +277,7 @@ namespace PTMedicalInsurance.Forms
|
|
this.label2.Location = new System.Drawing.Point(67, 79);
|
|
this.label2.Location = new System.Drawing.Point(67, 79);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Name = "label2";
|
|
- this.label2.Size = new System.Drawing.Size(98, 22);
|
|
|
|
|
|
+ this.label2.Size = new System.Drawing.Size(89, 19);
|
|
this.label2.TabIndex = 13;
|
|
this.label2.TabIndex = 13;
|
|
this.label2.Text = "病种名称\r\n";
|
|
this.label2.Text = "病种名称\r\n";
|
|
//
|
|
//
|
|
@@ -334,7 +288,7 @@ namespace PTMedicalInsurance.Forms
|
|
this.label1.Location = new System.Drawing.Point(67, 30);
|
|
this.label1.Location = new System.Drawing.Point(67, 30);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Name = "label1";
|
|
- this.label1.Size = new System.Drawing.Size(98, 22);
|
|
|
|
|
|
+ this.label1.Size = new System.Drawing.Size(89, 19);
|
|
this.label1.TabIndex = 12;
|
|
this.label1.TabIndex = 12;
|
|
this.label1.Text = "险种类型";
|
|
this.label1.Text = "险种类型";
|
|
//
|
|
//
|
|
@@ -393,13 +347,13 @@ namespace PTMedicalInsurance.Forms
|
|
//
|
|
//
|
|
this.dgvDiagnose.AllowUserToAddRows = false;
|
|
this.dgvDiagnose.AllowUserToAddRows = false;
|
|
this.dgvDiagnose.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.dgvDiagnose.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
- dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.ButtonShadow;
|
|
|
|
- dataGridViewCellStyle1.Font = new System.Drawing.Font("新宋体", 11F, 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;
|
|
|
|
|
|
+ dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.ButtonShadow;
|
|
|
|
+ dataGridViewCellStyle4.Font = new System.Drawing.Font("新宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
+ dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
+ dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
|
+ dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
+ dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
|
+ this.dgvDiagnose.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
|
|
this.dgvDiagnose.ColumnHeadersHeight = 40;
|
|
this.dgvDiagnose.ColumnHeadersHeight = 40;
|
|
this.dgvDiagnose.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|
this.dgvDiagnose.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|
this.dgvDiagnose.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.dgvDiagnose.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
@@ -521,6 +475,19 @@ namespace PTMedicalInsurance.Forms
|
|
this.panel2.Size = new System.Drawing.Size(1267, 465);
|
|
this.panel2.Size = new System.Drawing.Size(1267, 465);
|
|
this.panel2.TabIndex = 13;
|
|
this.panel2.TabIndex = 13;
|
|
//
|
|
//
|
|
|
|
+ // chkDanger
|
|
|
|
+ //
|
|
|
|
+ this.chkDanger.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
+ this.chkDanger.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
+ this.chkDanger.Location = new System.Drawing.Point(944, 125);
|
|
|
|
+ this.chkDanger.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
|
+ this.chkDanger.Name = "chkDanger";
|
|
|
|
+ this.chkDanger.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
|
|
|
|
+ this.chkDanger.Size = new System.Drawing.Size(139, 29);
|
|
|
|
+ this.chkDanger.TabIndex = 45;
|
|
|
|
+ this.chkDanger.Text = "危重患者";
|
|
|
|
+ this.chkDanger.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
|
+ //
|
|
// InpatientRegistration
|
|
// InpatientRegistration
|
|
//
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
@@ -560,11 +527,9 @@ namespace PTMedicalInsurance.Forms
|
|
}
|
|
}
|
|
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Panel panel1;
|
|
- public PTControl.DBLookupCombox dblkcbxTreatway;
|
|
|
|
public PTControl.DBLookupCombox dblkcbxSettelmentWay;
|
|
public PTControl.DBLookupCombox dblkcbxSettelmentWay;
|
|
public PTControl.DBLookupCombox dblkcbxMedicalType;
|
|
public PTControl.DBLookupCombox dblkcbxMedicalType;
|
|
public PTControl.DBLookupCombox dblkcbxInsuranceType;
|
|
public PTControl.DBLookupCombox dblkcbxInsuranceType;
|
|
- private System.Windows.Forms.Label label6;
|
|
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label2;
|
|
@@ -591,7 +556,7 @@ namespace PTMedicalInsurance.Forms
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dise_dor_name;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dise_dor_name;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn diag_time;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn diag_time;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.Panel panel2;
|
|
- public Sunny.UI.UICheckBox chkOPToEP;
|
|
|
|
public Sunny.UI.UICheckBox chkEmergency;
|
|
public Sunny.UI.UICheckBox chkEmergency;
|
|
|
|
+ public Sunny.UI.UICheckBox chkDanger;
|
|
}
|
|
}
|
|
}
|
|
}
|