|
|
@@ -116,6 +116,8 @@ namespace PTMedicalInsurance.Forms
|
|
|
this.uiLabel30 = new Sunny.UI.UILabel();
|
|
|
this.gbSetldetail = new Sunny.UI.UIGroupBox();
|
|
|
this.dgvSetlDetail = new Sunny.UI.UIDataGridView();
|
|
|
+ this.tbMedInsWalletPay = new Sunny.UI.UITextBox();
|
|
|
+ this.uiLabel34 = new Sunny.UI.UILabel();
|
|
|
this.pnlBottom.SuspendLayout();
|
|
|
this.pnlClient.SuspendLayout();
|
|
|
this.gbSetlinfo.SuspendLayout();
|
|
|
@@ -207,6 +209,8 @@ namespace PTMedicalInsurance.Forms
|
|
|
//
|
|
|
// pnlPayInfo
|
|
|
//
|
|
|
+ this.pnlPayInfo.Controls.Add(this.tbMedInsWalletPay);
|
|
|
+ this.pnlPayInfo.Controls.Add(this.uiLabel34);
|
|
|
this.pnlPayInfo.Controls.Add(this.tbAccountMutualAidAmount);
|
|
|
this.pnlPayInfo.Controls.Add(this.uiLabel22);
|
|
|
this.pnlPayInfo.Controls.Add(this.tbBalc);
|
|
|
@@ -1095,6 +1099,31 @@ namespace PTMedicalInsurance.Forms
|
|
|
this.dgvSetlDetail.TabIndex = 1;
|
|
|
this.dgvSetlDetail.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
//
|
|
|
+ // tbMedInsWalletPay
|
|
|
+ //
|
|
|
+ this.tbMedInsWalletPay.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
|
+ this.tbMedInsWalletPay.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.tbMedInsWalletPay.Location = new System.Drawing.Point(361, 224);
|
|
|
+ this.tbMedInsWalletPay.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
+ this.tbMedInsWalletPay.MinimumSize = new System.Drawing.Size(1, 16);
|
|
|
+ this.tbMedInsWalletPay.Name = "tbMedInsWalletPay";
|
|
|
+ this.tbMedInsWalletPay.ShowText = false;
|
|
|
+ this.tbMedInsWalletPay.Size = new System.Drawing.Size(100, 29);
|
|
|
+ this.tbMedInsWalletPay.TabIndex = 55;
|
|
|
+ this.tbMedInsWalletPay.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
+ this.tbMedInsWalletPay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
+ //
|
|
|
+ // uiLabel34
|
|
|
+ //
|
|
|
+ this.uiLabel34.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.uiLabel34.Location = new System.Drawing.Point(253, 225);
|
|
|
+ this.uiLabel34.Name = "uiLabel34";
|
|
|
+ this.uiLabel34.Size = new System.Drawing.Size(100, 23);
|
|
|
+ this.uiLabel34.TabIndex = 54;
|
|
|
+ this.uiLabel34.Text = "钱包支付金额";
|
|
|
+ this.uiLabel34.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
+ this.uiLabel34.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
+ //
|
|
|
// SettlementInfo
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
@@ -1186,5 +1215,7 @@ namespace PTMedicalInsurance.Forms
|
|
|
private Sunny.UI.UITextBox tbClearingType;
|
|
|
private Sunny.UI.UILabel uiLabel29;
|
|
|
private Sunny.UI.UIButton uiButton2;
|
|
|
+ private Sunny.UI.UITextBox tbMedInsWalletPay;
|
|
|
+ private Sunny.UI.UILabel uiLabel34;
|
|
|
}
|
|
|
}
|