|
@@ -30,7 +30,7 @@ namespace PTMedicalInsurance.Forms
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
this.rbg_AccUseFalg = new Sunny.UI.UIRadioButtonGroup();
|
|
|
this.dblkcbxDiseaseType = new PTControl.DBLookupCombox();
|
|
@@ -100,12 +100,12 @@ namespace PTMedicalInsurance.Forms
|
|
|
"2-钱包支付",
|
|
|
"3-钱包个人账户都使用"});
|
|
|
this.rbg_AccUseFalg.ItemSize = new System.Drawing.Size(200, 40);
|
|
|
- this.rbg_AccUseFalg.Location = new System.Drawing.Point(955, 0);
|
|
|
+ this.rbg_AccUseFalg.Location = new System.Drawing.Point(977, 0);
|
|
|
this.rbg_AccUseFalg.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
this.rbg_AccUseFalg.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
this.rbg_AccUseFalg.Name = "rbg_AccUseFalg";
|
|
|
this.rbg_AccUseFalg.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
|
|
|
- this.rbg_AccUseFalg.Size = new System.Drawing.Size(242, 190);
|
|
|
+ this.rbg_AccUseFalg.Size = new System.Drawing.Size(220, 190);
|
|
|
this.rbg_AccUseFalg.TabIndex = 24;
|
|
|
this.rbg_AccUseFalg.Text = "医保个人账户使用标志";
|
|
|
this.rbg_AccUseFalg.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
@@ -298,13 +298,13 @@ namespace PTMedicalInsurance.Forms
|
|
|
//
|
|
|
this.dgvDiagnose.AllowUserToAddRows = false;
|
|
|
this.dgvDiagnose.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
- dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.ButtonShadow;
|
|
|
- dataGridViewCellStyle2.Font = new System.Drawing.Font("新宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
- dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
- this.dgvDiagnose.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
|
|
|
+ dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.ButtonShadow;
|
|
|
+ dataGridViewCellStyle1.Font = new System.Drawing.Font("新宋体", 11F, 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[] {
|