|
@@ -40,6 +40,7 @@ namespace PTMedicalInsurance.Forms
|
|
|
this.uiLabel1 = new Sunny.UI.UILabel();
|
|
|
this.dgvHistory = new Sunny.UI.UIDataGridView();
|
|
|
this.uiPanel1 = new Sunny.UI.UIPanel();
|
|
|
+ this.btnQuery = new System.Windows.Forms.Button();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvHistory)).BeginInit();
|
|
|
this.uiPanel1.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
@@ -48,7 +49,7 @@ namespace PTMedicalInsurance.Forms
|
|
|
//
|
|
|
this.txtNo.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
|
this.txtNo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.txtNo.Location = new System.Drawing.Point(731, 30);
|
|
|
+ this.txtNo.Location = new System.Drawing.Point(703, 29);
|
|
|
this.txtNo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
this.txtNo.MinimumSize = new System.Drawing.Size(1, 16);
|
|
|
this.txtNo.Name = "txtNo";
|
|
@@ -75,7 +76,7 @@ namespace PTMedicalInsurance.Forms
|
|
|
// uiLabel2
|
|
|
//
|
|
|
this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.uiLabel2.Location = new System.Drawing.Point(579, 30);
|
|
|
+ this.uiLabel2.Location = new System.Drawing.Point(551, 29);
|
|
|
this.uiLabel2.Name = "uiLabel2";
|
|
|
this.uiLabel2.Size = new System.Drawing.Size(130, 33);
|
|
|
this.uiLabel2.TabIndex = 15;
|
|
@@ -148,6 +149,7 @@ namespace PTMedicalInsurance.Forms
|
|
|
//
|
|
|
// uiPanel1
|
|
|
//
|
|
|
+ this.uiPanel1.Controls.Add(this.btnQuery);
|
|
|
this.uiPanel1.Controls.Add(this.txtName);
|
|
|
this.uiPanel1.Controls.Add(this.uiLabel1);
|
|
|
this.uiPanel1.Controls.Add(this.txtNo);
|
|
@@ -160,9 +162,20 @@ namespace PTMedicalInsurance.Forms
|
|
|
this.uiPanel1.Name = "uiPanel1";
|
|
|
this.uiPanel1.Size = new System.Drawing.Size(1186, 98);
|
|
|
this.uiPanel1.TabIndex = 19;
|
|
|
+ this.uiPanel1.Text = null;
|
|
|
this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
//
|
|
|
+ // btnQuery
|
|
|
+ //
|
|
|
+ this.btnQuery.Location = new System.Drawing.Point(1055, 24);
|
|
|
+ this.btnQuery.Name = "btnQuery";
|
|
|
+ this.btnQuery.Size = new System.Drawing.Size(119, 44);
|
|
|
+ this.btnQuery.TabIndex = 18;
|
|
|
+ this.btnQuery.Text = "查询(&S)";
|
|
|
+ this.btnQuery.UseVisualStyleBackColor = true;
|
|
|
+ this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
|
|
|
+ //
|
|
|
// PrescriptionForm
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
@@ -187,5 +200,6 @@ namespace PTMedicalInsurance.Forms
|
|
|
private Sunny.UI.UILabel uiLabel1;
|
|
|
private Sunny.UI.UIDataGridView dgvHistory;
|
|
|
private Sunny.UI.UIPanel uiPanel1;
|
|
|
+ private System.Windows.Forms.Button btnQuery;
|
|
|
}
|
|
|
}
|