Pārlūkot izejas kodu

perf: 默认使用共济支付

zhengjie 1 gadu atpakaļ
vecāks
revīzija
9666b7af0a
1 mainītis faili ar 50 papildinājumiem un 49 dzēšanām
  1. 50 49
      Forms/OutpatientRegistration.designer.cs

+ 50 - 49
Forms/OutpatientRegistration.designer.cs

@@ -30,11 +30,14 @@ namespace PTMedicalInsurance.Forms
         /// </summary>
         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.txtLocateCode = new Sunny.UI.UITextBox();
+            this.label5 = new System.Windows.Forms.Label();
             this.cbxAccountPay = new Sunny.UI.UICheckBox();
             this.Chk_RelTtpFlag = new Sunny.UI.UICheckBox();
             this.chkEmergency = new Sunny.UI.UICheckBox();
+            this.chkboxMulaidUsedFlag = new Sunny.UI.UICheckBox();
             this.Chk_TraumaFlag = new Sunny.UI.UICheckBox();
             this.dblkcbxSettelmentWay = new PTControl.DBLookupCombox();
             this.dblkcbxDisease = new PTControl.DBLookupCombox();
@@ -86,9 +89,6 @@ namespace PTMedicalInsurance.Forms
             this.uiLabel21 = new Sunny.UI.UILabel();
             this.uiGroupBox2 = new Sunny.UI.UIGroupBox();
             this.uiGroupBox3 = new Sunny.UI.UIGroupBox();
-            this.chkboxMulaidUsedFlag = new Sunny.UI.UICheckBox();
-            this.txtLocateCode = new Sunny.UI.UITextBox();
-            this.label5 = new System.Windows.Forms.Label();
             this.panel1.SuspendLayout();
             this.panel3.SuspendLayout();
             ((System.ComponentModel.ISupportInitialize)(this.dgvDiagnose)).BeginInit();
@@ -121,6 +121,31 @@ namespace PTMedicalInsurance.Forms
             this.panel1.Size = new System.Drawing.Size(1222, 152);
             this.panel1.TabIndex = 12;
             // 
+            // txtLocateCode
+            // 
+            this.txtLocateCode.Cursor = System.Windows.Forms.Cursors.IBeam;
+            this.txtLocateCode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.txtLocateCode.Location = new System.Drawing.Point(136, 118);
+            this.txtLocateCode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
+            this.txtLocateCode.MinimumSize = new System.Drawing.Size(1, 16);
+            this.txtLocateCode.Name = "txtLocateCode";
+            this.txtLocateCode.ShowText = false;
+            this.txtLocateCode.Size = new System.Drawing.Size(257, 29);
+            this.txtLocateCode.TabIndex = 70;
+            this.txtLocateCode.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
+            this.txtLocateCode.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
+            // 
+            // label5
+            // 
+            this.label5.AutoSize = true;
+            this.label5.ForeColor = System.Drawing.SystemColors.InfoText;
+            this.label5.Location = new System.Drawing.Point(40, 125);
+            this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.label5.Name = "label5";
+            this.label5.Size = new System.Drawing.Size(94, 21);
+            this.label5.TabIndex = 69;
+            this.label5.Text = "本地编码";
+            // 
             // cbxAccountPay
             // 
             this.cbxAccountPay.Checked = true;
@@ -161,6 +186,20 @@ namespace PTMedicalInsurance.Forms
             this.chkEmergency.Text = "急诊";
             this.chkEmergency.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
             // 
+            // chkboxMulaidUsedFlag
+            // 
+            this.chkboxMulaidUsedFlag.Checked = true;
+            this.chkboxMulaidUsedFlag.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.chkboxMulaidUsedFlag.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.chkboxMulaidUsedFlag.Location = new System.Drawing.Point(917, 109);
+            this.chkboxMulaidUsedFlag.MinimumSize = new System.Drawing.Size(1, 1);
+            this.chkboxMulaidUsedFlag.Name = "chkboxMulaidUsedFlag";
+            this.chkboxMulaidUsedFlag.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
+            this.chkboxMulaidUsedFlag.Size = new System.Drawing.Size(221, 29);
+            this.chkboxMulaidUsedFlag.TabIndex = 45;
+            this.chkboxMulaidUsedFlag.Text = "使用共济支付";
+            this.chkboxMulaidUsedFlag.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
+            // 
             // Chk_TraumaFlag
             // 
             this.Chk_TraumaFlag.Cursor = System.Windows.Forms.Cursors.Hand;
@@ -345,13 +384,13 @@ namespace PTMedicalInsurance.Forms
             // 
             this.dgvDiagnose.AllowUserToAddRows = false;
             this.dgvDiagnose.BorderStyle = System.Windows.Forms.BorderStyle.None;
-            dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.ButtonShadow;
-            dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 10.5F, 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;
+            dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.ButtonShadow;
+            dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 10.5F, 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[] {
@@ -843,44 +882,6 @@ namespace PTMedicalInsurance.Forms
             this.uiGroupBox3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
             this.uiGroupBox3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
             // 
-            // chkboxMulaidUsedFlag
-            // 
-            this.chkboxMulaidUsedFlag.Cursor = System.Windows.Forms.Cursors.Hand;
-            this.chkboxMulaidUsedFlag.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.chkboxMulaidUsedFlag.Location = new System.Drawing.Point(917, 109);
-            this.chkboxMulaidUsedFlag.MinimumSize = new System.Drawing.Size(1, 1);
-            this.chkboxMulaidUsedFlag.Name = "chkboxMulaidUsedFlag";
-            this.chkboxMulaidUsedFlag.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
-            this.chkboxMulaidUsedFlag.Size = new System.Drawing.Size(221, 29);
-            this.chkboxMulaidUsedFlag.TabIndex = 45;
-            this.chkboxMulaidUsedFlag.Text = "使用共济支付";
-            this.chkboxMulaidUsedFlag.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
-            // 
-            // txtLocateCode
-            // 
-            this.txtLocateCode.Cursor = System.Windows.Forms.Cursors.IBeam;
-            this.txtLocateCode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.txtLocateCode.Location = new System.Drawing.Point(136, 118);
-            this.txtLocateCode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
-            this.txtLocateCode.MinimumSize = new System.Drawing.Size(1, 16);
-            this.txtLocateCode.Name = "txtLocateCode";
-            this.txtLocateCode.ShowText = false;
-            this.txtLocateCode.Size = new System.Drawing.Size(257, 29);
-            this.txtLocateCode.TabIndex = 70;
-            this.txtLocateCode.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
-            this.txtLocateCode.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
-            // 
-            // label5
-            // 
-            this.label5.AutoSize = true;
-            this.label5.ForeColor = System.Drawing.SystemColors.InfoText;
-            this.label5.Location = new System.Drawing.Point(40, 125);
-            this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
-            this.label5.Name = "label5";
-            this.label5.Size = new System.Drawing.Size(94, 21);
-            this.label5.TabIndex = 69;
-            this.label5.Text = "本地编码";
-            // 
             // OutpatientRegistration
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 22F);