|
@@ -30,11 +30,12 @@ namespace PTMedicalInsurance.Forms
|
|
|
|
|
|
private void InitializeComponent()
|
|
private void InitializeComponent()
|
|
{
|
|
{
|
|
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
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.chkDanger = 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();
|
|
@@ -62,7 +63,6 @@ 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();
|
|
@@ -110,6 +110,7 @@ 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.Checked = true;
|
|
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(1100, 27);
|
|
this.cbxAccountPay.Location = new System.Drawing.Point(1100, 27);
|
|
@@ -134,6 +135,19 @@ namespace PTMedicalInsurance.Forms
|
|
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);
|
|
|
|
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ 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);
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
this.Chk_TraumaFlag.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.Chk_TraumaFlag.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
@@ -347,13 +361,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;
|
|
- dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.ButtonShadow;
|
|
+ dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.ButtonShadow;
|
|
- dataGridViewCellStyle4.Font = new System.Drawing.Font("新宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
+ dataGridViewCellStyle1.Font = new System.Drawing.Font("新宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
- dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
+ dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
- dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
+ dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
- dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.WindowText;
|
|
+ dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.WindowText;
|
|
- dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
+ dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
- this.dgvDiagnose.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
|
|
+ this.dgvDiagnose.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
|
|
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[] {
|
|
@@ -475,19 +489,6 @@ 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;
|
|
|
|
|
|
-
|
|
|
|
-
|
|
|
|
- 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);
|
|
|
|
-
|
|
|
|
|
|
|
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|