|
@@ -49,6 +49,7 @@ namespace PTMedicalInsurance.Forms
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
this.pnlBottom = new Sunny.UI.UIPanel();
|
|
|
+ this.cbMutualAid = new Sunny.UI.UICheckBox();
|
|
|
this.uiButton2 = new Sunny.UI.UIButton();
|
|
|
this.uiButton1 = new Sunny.UI.UIButton();
|
|
|
this.pnlClient = new Sunny.UI.UIPanel();
|
|
@@ -127,6 +128,7 @@ namespace PTMedicalInsurance.Forms
|
|
|
//
|
|
|
// pnlBottom
|
|
|
//
|
|
|
+ this.pnlBottom.Controls.Add(this.cbMutualAid);
|
|
|
this.pnlBottom.Controls.Add(this.uiButton2);
|
|
|
this.pnlBottom.Controls.Add(this.uiButton1);
|
|
|
this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
@@ -141,6 +143,20 @@ namespace PTMedicalInsurance.Forms
|
|
|
this.pnlBottom.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
this.pnlBottom.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
//
|
|
|
+ // cbMutualAid
|
|
|
+ //
|
|
|
+ this.cbMutualAid.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.cbMutualAid.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
+ this.cbMutualAid.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.cbMutualAid.Location = new System.Drawing.Point(26, 16);
|
|
|
+ this.cbMutualAid.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
+ this.cbMutualAid.Name = "cbMutualAid";
|
|
|
+ this.cbMutualAid.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
|
|
|
+ this.cbMutualAid.Size = new System.Drawing.Size(202, 29);
|
|
|
+ this.cbMutualAid.TabIndex = 3;
|
|
|
+ this.cbMutualAid.Text = "启用共济支付";
|
|
|
+ this.cbMutualAid.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
+ //
|
|
|
// uiButton2
|
|
|
//
|
|
|
this.uiButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
@@ -149,9 +165,7 @@ namespace PTMedicalInsurance.Forms
|
|
|
this.uiButton2.Location = new System.Drawing.Point(380, 16);
|
|
|
this.uiButton2.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
this.uiButton2.Name = "uiButton2";
|
|
|
- this.uiButton2.RectHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
|
|
|
this.uiButton2.Size = new System.Drawing.Size(100, 38);
|
|
|
- this.uiButton2.Style = Sunny.UI.UIStyle.Custom;
|
|
|
this.uiButton2.TabIndex = 1;
|
|
|
this.uiButton2.Text = "放弃";
|
|
|
this.uiButton2.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
@@ -1192,5 +1206,6 @@ namespace PTMedicalInsurance.Forms
|
|
|
private Sunny.UI.UITextBox tbClearingType;
|
|
|
private Sunny.UI.UILabel uiLabel29;
|
|
|
private Sunny.UI.UIButton uiButton2;
|
|
|
+ private Sunny.UI.UICheckBox cbMutualAid;
|
|
|
}
|
|
|
}
|