|
@@ -55,6 +55,8 @@ namespace PTMedicalInsurance.Forms
|
|
|
this.pnlClient = new Sunny.UI.UIPanel();
|
|
|
this.gbSetlinfo = new Sunny.UI.UIGroupBox();
|
|
|
this.pnlPayInfo = new Sunny.UI.UIPanel();
|
|
|
+ this.tbWltpayAmt = new Sunny.UI.UITextBox();
|
|
|
+ this.uiLabel32 = new Sunny.UI.UILabel();
|
|
|
this.tbownpayhosppart = new Sunny.UI.UITextBox();
|
|
|
this.uiLabel31 = new Sunny.UI.UILabel();
|
|
|
this.tbAccountMutualAidAmount = new Sunny.UI.UITextBox();
|
|
@@ -119,8 +121,6 @@ namespace PTMedicalInsurance.Forms
|
|
|
this.uiLabel30 = new Sunny.UI.UILabel();
|
|
|
this.gbSetldetail = new Sunny.UI.UIGroupBox();
|
|
|
this.dgvSetlDetail = new Sunny.UI.UIDataGridView();
|
|
|
- this.tbWltpayAmt = new Sunny.UI.UITextBox();
|
|
|
- this.uiLabel32 = new Sunny.UI.UILabel();
|
|
|
this.pnlBottom.SuspendLayout();
|
|
|
this.pnlClient.SuspendLayout();
|
|
|
this.gbSetlinfo.SuspendLayout();
|
|
@@ -285,6 +285,31 @@ namespace PTMedicalInsurance.Forms
|
|
|
this.pnlPayInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
this.pnlPayInfo.Click += new System.EventHandler(this.pnlPayInfo_Click);
|
|
|
//
|
|
|
+ // tbWltpayAmt
|
|
|
+ //
|
|
|
+ this.tbWltpayAmt.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
|
+ this.tbWltpayAmt.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.tbWltpayAmt.Location = new System.Drawing.Point(609, 225);
|
|
|
+ this.tbWltpayAmt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
+ this.tbWltpayAmt.MinimumSize = new System.Drawing.Size(1, 16);
|
|
|
+ this.tbWltpayAmt.Name = "tbWltpayAmt";
|
|
|
+ this.tbWltpayAmt.ShowText = false;
|
|
|
+ this.tbWltpayAmt.Size = new System.Drawing.Size(100, 29);
|
|
|
+ this.tbWltpayAmt.TabIndex = 45;
|
|
|
+ this.tbWltpayAmt.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
+ this.tbWltpayAmt.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
+ //
|
|
|
+ // uiLabel32
|
|
|
+ //
|
|
|
+ this.uiLabel32.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.uiLabel32.Location = new System.Drawing.Point(502, 228);
|
|
|
+ this.uiLabel32.Name = "uiLabel32";
|
|
|
+ this.uiLabel32.Size = new System.Drawing.Size(100, 23);
|
|
|
+ this.uiLabel32.TabIndex = 44;
|
|
|
+ this.uiLabel32.Text = "医保钱包支付";
|
|
|
+ this.uiLabel32.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
+ this.uiLabel32.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
+ //
|
|
|
// tbownpayhosppart
|
|
|
//
|
|
|
this.tbownpayhosppart.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
@@ -1144,31 +1169,6 @@ namespace PTMedicalInsurance.Forms
|
|
|
this.dgvSetlDetail.TabIndex = 1;
|
|
|
this.dgvSetlDetail.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
//
|
|
|
- // tbWltpayAmt
|
|
|
- //
|
|
|
- this.tbWltpayAmt.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
|
- this.tbWltpayAmt.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.tbWltpayAmt.Location = new System.Drawing.Point(609, 225);
|
|
|
- this.tbWltpayAmt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
- this.tbWltpayAmt.MinimumSize = new System.Drawing.Size(1, 16);
|
|
|
- this.tbWltpayAmt.Name = "tbWltpayAmt";
|
|
|
- this.tbWltpayAmt.ShowText = false;
|
|
|
- this.tbWltpayAmt.Size = new System.Drawing.Size(100, 29);
|
|
|
- this.tbWltpayAmt.TabIndex = 45;
|
|
|
- this.tbWltpayAmt.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
- this.tbWltpayAmt.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
- //
|
|
|
- // uiLabel32
|
|
|
- //
|
|
|
- this.uiLabel32.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.uiLabel32.Location = new System.Drawing.Point(502, 228);
|
|
|
- this.uiLabel32.Name = "uiLabel32";
|
|
|
- this.uiLabel32.Size = new System.Drawing.Size(100, 23);
|
|
|
- this.uiLabel32.TabIndex = 44;
|
|
|
- this.uiLabel32.Text = "个人现金支付";
|
|
|
- this.uiLabel32.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
- this.uiLabel32.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
- //
|
|
|
// SettlementInfo
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|