|
@@ -30,7 +30,7 @@ namespace PTMedicalInsurance.Forms
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
this.pnlHeader = new System.Windows.Forms.Panel();
|
|
|
this.grpHeader = new Sunny.UI.UIGroupBox();
|
|
|
this.txtBirthDay = new Sunny.UI.UITextBox();
|
|
@@ -74,14 +74,12 @@ namespace PTMedicalInsurance.Forms
|
|
|
this.diag_time = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pnlBottom = new System.Windows.Forms.Panel();
|
|
|
this.pnlCenter = new System.Windows.Forms.Panel();
|
|
|
- this.txtLocateCode = new Sunny.UI.UITextBox();
|
|
|
this.chkEmergency = new Sunny.UI.UICheckBox();
|
|
|
this.cbxAccountPay = new Sunny.UI.UICheckBox();
|
|
|
this.Chk_RelTtpFlag = new Sunny.UI.UICheckBox();
|
|
|
this.chkDanger = new Sunny.UI.UICheckBox();
|
|
|
this.Chk_TraumaFlag = new Sunny.UI.UICheckBox();
|
|
|
this.dblkcbxExitway = new PTControl.DBLookupCombox();
|
|
|
- this.label5 = new System.Windows.Forms.Label();
|
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
|
this.dblkcbxSettelmentWay = new PTControl.DBLookupCombox();
|
|
|
this.dblkcbxDisease = new PTControl.DBLookupCombox();
|
|
@@ -516,13 +514,13 @@ namespace PTMedicalInsurance.Forms
|
|
|
//
|
|
|
this.dgvDiagnose.AllowUserToAddRows = false;
|
|
|
this.dgvDiagnose.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
- dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.ButtonShadow;
|
|
|
- dataGridViewCellStyle8.Font = new System.Drawing.Font("新宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
- dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
- dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
- dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
- this.dgvDiagnose.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8;
|
|
|
+ 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[] {
|
|
@@ -647,14 +645,12 @@ namespace PTMedicalInsurance.Forms
|
|
|
// pnlCenter
|
|
|
//
|
|
|
this.pnlCenter.BackColor = System.Drawing.SystemColors.Window;
|
|
|
- this.pnlCenter.Controls.Add(this.txtLocateCode);
|
|
|
this.pnlCenter.Controls.Add(this.chkEmergency);
|
|
|
this.pnlCenter.Controls.Add(this.cbxAccountPay);
|
|
|
this.pnlCenter.Controls.Add(this.Chk_RelTtpFlag);
|
|
|
this.pnlCenter.Controls.Add(this.chkDanger);
|
|
|
this.pnlCenter.Controls.Add(this.Chk_TraumaFlag);
|
|
|
this.pnlCenter.Controls.Add(this.dblkcbxExitway);
|
|
|
- this.pnlCenter.Controls.Add(this.label5);
|
|
|
this.pnlCenter.Controls.Add(this.label8);
|
|
|
this.pnlCenter.Controls.Add(this.dblkcbxSettelmentWay);
|
|
|
this.pnlCenter.Controls.Add(this.dblkcbxDisease);
|
|
@@ -670,20 +666,6 @@ namespace PTMedicalInsurance.Forms
|
|
|
this.pnlCenter.Size = new System.Drawing.Size(1267, 165);
|
|
|
this.pnlCenter.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(588, 117);
|
|
|
- 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 = 68;
|
|
|
- this.txtLocateCode.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
- this.txtLocateCode.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
- //
|
|
|
// chkEmergency
|
|
|
//
|
|
|
this.chkEmergency.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
@@ -769,17 +751,6 @@ namespace PTMedicalInsurance.Forms
|
|
|
this.dblkcbxExitway.Value = "";
|
|
|
this.dblkcbxExitway.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxHospType_AfterSelector);
|
|
|
//
|
|
|
- // label5
|
|
|
- //
|
|
|
- this.label5.AutoSize = true;
|
|
|
- this.label5.ForeColor = System.Drawing.SystemColors.InfoText;
|
|
|
- this.label5.Location = new System.Drawing.Point(492, 124);
|
|
|
- this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
- this.label5.Name = "label5";
|
|
|
- this.label5.Size = new System.Drawing.Size(89, 19);
|
|
|
- this.label5.TabIndex = 61;
|
|
|
- this.label5.Text = "本地编码";
|
|
|
- //
|
|
|
// label8
|
|
|
//
|
|
|
this.label8.AutoSize = true;
|
|
@@ -991,14 +962,12 @@ namespace PTMedicalInsurance.Forms
|
|
|
private Sunny.UI.UIGroupBox grpHeader;
|
|
|
private Sunny.UI.UILabel uiLabel21;
|
|
|
private System.Windows.Forms.Panel pnlCenter;
|
|
|
- private Sunny.UI.UITextBox txtLocateCode;
|
|
|
public Sunny.UI.UICheckBox chkEmergency;
|
|
|
public Sunny.UI.UICheckBox cbxAccountPay;
|
|
|
public Sunny.UI.UICheckBox Chk_RelTtpFlag;
|
|
|
public Sunny.UI.UICheckBox chkDanger;
|
|
|
public Sunny.UI.UICheckBox Chk_TraumaFlag;
|
|
|
public PTControl.DBLookupCombox dblkcbxExitway;
|
|
|
- private System.Windows.Forms.Label label5;
|
|
|
private System.Windows.Forms.Label label8;
|
|
|
public PTControl.DBLookupCombox dblkcbxSettelmentWay;
|
|
|
public PTControl.DBLookupCombox dblkcbxDisease;
|