|
@@ -36,10 +36,12 @@ namespace PTMedicalInsurance.Forms
|
|
|
this.Chk_RelTtpFlag = new Sunny.UI.UICheckBox();
|
|
|
this.chkEmergency = new Sunny.UI.UICheckBox();
|
|
|
this.Chk_TraumaFlag = new Sunny.UI.UICheckBox();
|
|
|
+ this.dblkcbxSettelmentWay = new PTControl.DBLookupCombox();
|
|
|
this.dblkcbxDisease = new PTControl.DBLookupCombox();
|
|
|
this.dblkcbxMedicalType = new PTControl.DBLookupCombox();
|
|
|
this.dblkcbxInsuranceType = new PTControl.DBLookupCombox();
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
|
+ this.label3 = new System.Windows.Forms.Label();
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
@@ -85,8 +87,6 @@ namespace PTMedicalInsurance.Forms
|
|
|
this.uiLabel21 = new Sunny.UI.UILabel();
|
|
|
this.uiGroupBox2 = new Sunny.UI.UIGroupBox();
|
|
|
this.uiGroupBox3 = new Sunny.UI.UIGroupBox();
|
|
|
- this.label3 = new System.Windows.Forms.Label();
|
|
|
- this.dblkcbxSettelmentWay = new PTControl.DBLookupCombox();
|
|
|
this.panel1.SuspendLayout();
|
|
|
this.panel3.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvDiagnose)).BeginInit();
|
|
@@ -118,6 +118,7 @@ namespace PTMedicalInsurance.Forms
|
|
|
//
|
|
|
// cbxAccountPay
|
|
|
//
|
|
|
+ this.cbxAccountPay.Checked = true;
|
|
|
this.cbxAccountPay.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
this.cbxAccountPay.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.cbxAccountPay.Location = new System.Drawing.Point(1044, 26);
|
|
@@ -168,6 +169,24 @@ namespace PTMedicalInsurance.Forms
|
|
|
this.Chk_TraumaFlag.Text = "外伤";
|
|
|
this.Chk_TraumaFlag.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
//
|
|
|
+ // dblkcbxSettelmentWay
|
|
|
+ //
|
|
|
+ this.dblkcbxSettelmentWay.FormattingEnabled = true;
|
|
|
+ this.dblkcbxSettelmentWay.Location = new System.Drawing.Point(575, 75);
|
|
|
+ this.dblkcbxSettelmentWay.Name = "dblkcbxSettelmentWay";
|
|
|
+ this.dblkcbxSettelmentWay.NullValue = "";
|
|
|
+ this.dblkcbxSettelmentWay.PopupGridAutoSize = false;
|
|
|
+ this.dblkcbxSettelmentWay.RowFilterVisible = false;
|
|
|
+ this.dblkcbxSettelmentWay.sDisplayField = "";
|
|
|
+ this.dblkcbxSettelmentWay.sDisplayMember = "";
|
|
|
+ this.dblkcbxSettelmentWay.SeparatorChar = "|";
|
|
|
+ this.dblkcbxSettelmentWay.Size = new System.Drawing.Size(257, 25);
|
|
|
+ this.dblkcbxSettelmentWay.sKeyWords = "";
|
|
|
+ this.dblkcbxSettelmentWay.sValueMember = "";
|
|
|
+ this.dblkcbxSettelmentWay.TabIndex = 22;
|
|
|
+ this.dblkcbxSettelmentWay.Value = "";
|
|
|
+ this.dblkcbxSettelmentWay.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxSettelmentWay_AfterSelector);
|
|
|
+ //
|
|
|
// dblkcbxDisease
|
|
|
//
|
|
|
this.dblkcbxDisease.FormattingEnabled = true;
|
|
@@ -233,6 +252,17 @@ namespace PTMedicalInsurance.Forms
|
|
|
this.label4.TabIndex = 15;
|
|
|
this.label4.Text = "医疗类别";
|
|
|
//
|
|
|
+ // label3
|
|
|
+ //
|
|
|
+ this.label3.AutoSize = true;
|
|
|
+ this.label3.ForeColor = System.Drawing.SystemColors.InfoText;
|
|
|
+ this.label3.Location = new System.Drawing.Point(479, 78);
|
|
|
+ this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label3.Name = "label3";
|
|
|
+ this.label3.Size = new System.Drawing.Size(80, 18);
|
|
|
+ this.label3.TabIndex = 14;
|
|
|
+ this.label3.Text = "结算方式";
|
|
|
+ //
|
|
|
// label2
|
|
|
//
|
|
|
this.label2.AutoSize = true;
|
|
@@ -815,35 +845,6 @@ namespace PTMedicalInsurance.Forms
|
|
|
this.uiGroupBox3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
this.uiGroupBox3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
//
|
|
|
- // label3
|
|
|
- //
|
|
|
- this.label3.AutoSize = true;
|
|
|
- this.label3.ForeColor = System.Drawing.SystemColors.InfoText;
|
|
|
- this.label3.Location = new System.Drawing.Point(479, 78);
|
|
|
- this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
- this.label3.Name = "label3";
|
|
|
- this.label3.Size = new System.Drawing.Size(80, 18);
|
|
|
- this.label3.TabIndex = 14;
|
|
|
- this.label3.Text = "结算方式";
|
|
|
- //
|
|
|
- // dblkcbxSettelmentWay
|
|
|
- //
|
|
|
- this.dblkcbxSettelmentWay.FormattingEnabled = true;
|
|
|
- this.dblkcbxSettelmentWay.Location = new System.Drawing.Point(575, 75);
|
|
|
- this.dblkcbxSettelmentWay.Name = "dblkcbxSettelmentWay";
|
|
|
- this.dblkcbxSettelmentWay.NullValue = "";
|
|
|
- this.dblkcbxSettelmentWay.PopupGridAutoSize = false;
|
|
|
- this.dblkcbxSettelmentWay.RowFilterVisible = false;
|
|
|
- this.dblkcbxSettelmentWay.sDisplayField = "";
|
|
|
- this.dblkcbxSettelmentWay.sDisplayMember = "";
|
|
|
- this.dblkcbxSettelmentWay.SeparatorChar = "|";
|
|
|
- this.dblkcbxSettelmentWay.Size = new System.Drawing.Size(257, 25);
|
|
|
- this.dblkcbxSettelmentWay.sKeyWords = "";
|
|
|
- this.dblkcbxSettelmentWay.sValueMember = "";
|
|
|
- this.dblkcbxSettelmentWay.TabIndex = 22;
|
|
|
- this.dblkcbxSettelmentWay.Value = "";
|
|
|
- this.dblkcbxSettelmentWay.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxSettelmentWay_AfterSelector);
|
|
|
- //
|
|
|
// OutpatientRegistration
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|