|
@@ -36,14 +36,15 @@ namespace PTMedicalInsurance.Forms
|
|
|
this.txtOutput = new System.Windows.Forms.RichTextBox();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.btnLoad = new System.Windows.Forms.Button();
|
|
|
+ this.btnSaveMock = new System.Windows.Forms.Button();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// label4
|
|
|
//
|
|
|
this.label4.AutoSize = true;
|
|
|
- this.label4.Location = new System.Drawing.Point(10, 62);
|
|
|
+ this.label4.Location = new System.Drawing.Point(9, 52);
|
|
|
this.label4.Name = "label4";
|
|
|
- this.label4.Size = new System.Drawing.Size(98, 18);
|
|
|
+ this.label4.Size = new System.Drawing.Size(82, 15);
|
|
|
this.label4.TabIndex = 19;
|
|
|
this.label4.Text = "交易入参:";
|
|
|
//
|
|
@@ -51,19 +52,18 @@ namespace PTMedicalInsurance.Forms
|
|
|
//
|
|
|
this.txtInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
- this.txtInput.Location = new System.Drawing.Point(14, 83);
|
|
|
+ this.txtInput.Location = new System.Drawing.Point(12, 69);
|
|
|
this.txtInput.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.txtInput.Name = "txtInput";
|
|
|
- this.txtInput.Size = new System.Drawing.Size(1415, 290);
|
|
|
+ this.txtInput.Size = new System.Drawing.Size(1258, 242);
|
|
|
this.txtInput.TabIndex = 18;
|
|
|
this.txtInput.Text = "";
|
|
|
//
|
|
|
// btnOK
|
|
|
//
|
|
|
- this.btnOK.Location = new System.Drawing.Point(1066, 14);
|
|
|
- this.btnOK.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
|
+ this.btnOK.Location = new System.Drawing.Point(948, 12);
|
|
|
this.btnOK.Name = "btnOK";
|
|
|
- this.btnOK.Size = new System.Drawing.Size(136, 48);
|
|
|
+ this.btnOK.Size = new System.Drawing.Size(121, 40);
|
|
|
this.btnOK.TabIndex = 20;
|
|
|
this.btnOK.Text = "确定(&O)";
|
|
|
this.btnOK.UseVisualStyleBackColor = true;
|
|
@@ -71,10 +71,9 @@ namespace PTMedicalInsurance.Forms
|
|
|
//
|
|
|
// btnCancel
|
|
|
//
|
|
|
- this.btnCancel.Location = new System.Drawing.Point(1254, 14);
|
|
|
- this.btnCancel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
|
+ this.btnCancel.Location = new System.Drawing.Point(1115, 12);
|
|
|
this.btnCancel.Name = "btnCancel";
|
|
|
- this.btnCancel.Size = new System.Drawing.Size(136, 48);
|
|
|
+ this.btnCancel.Size = new System.Drawing.Size(121, 40);
|
|
|
this.btnCancel.TabIndex = 20;
|
|
|
this.btnCancel.Text = "取消(&C)";
|
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
@@ -84,37 +83,50 @@ namespace PTMedicalInsurance.Forms
|
|
|
//
|
|
|
this.txtOutput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
- this.txtOutput.Location = new System.Drawing.Point(14, 432);
|
|
|
+ this.txtOutput.Location = new System.Drawing.Point(12, 360);
|
|
|
this.txtOutput.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.txtOutput.Name = "txtOutput";
|
|
|
- this.txtOutput.Size = new System.Drawing.Size(1415, 315);
|
|
|
+ this.txtOutput.Size = new System.Drawing.Size(1258, 263);
|
|
|
this.txtOutput.TabIndex = 18;
|
|
|
this.txtOutput.Text = "";
|
|
|
//
|
|
|
// label1
|
|
|
//
|
|
|
this.label1.AutoSize = true;
|
|
|
- this.label1.Location = new System.Drawing.Point(10, 412);
|
|
|
+ this.label1.Location = new System.Drawing.Point(9, 343);
|
|
|
this.label1.Name = "label1";
|
|
|
- this.label1.Size = new System.Drawing.Size(98, 18);
|
|
|
+ this.label1.Size = new System.Drawing.Size(82, 15);
|
|
|
this.label1.TabIndex = 19;
|
|
|
this.label1.Text = "交易出参:";
|
|
|
//
|
|
|
// btnLoad
|
|
|
//
|
|
|
- this.btnLoad.Location = new System.Drawing.Point(1280, 391);
|
|
|
+ this.btnLoad.Location = new System.Drawing.Point(1138, 326);
|
|
|
+ this.btnLoad.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.btnLoad.Name = "btnLoad";
|
|
|
- this.btnLoad.Size = new System.Drawing.Size(131, 36);
|
|
|
+ this.btnLoad.Size = new System.Drawing.Size(116, 30);
|
|
|
this.btnLoad.TabIndex = 21;
|
|
|
this.btnLoad.Text = "加载测试数据";
|
|
|
this.btnLoad.UseVisualStyleBackColor = true;
|
|
|
this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click);
|
|
|
//
|
|
|
+ // btnSaveMock
|
|
|
+ //
|
|
|
+ this.btnSaveMock.Location = new System.Drawing.Point(953, 326);
|
|
|
+ this.btnSaveMock.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
+ this.btnSaveMock.Name = "btnSaveMock";
|
|
|
+ this.btnSaveMock.Size = new System.Drawing.Size(116, 30);
|
|
|
+ this.btnSaveMock.TabIndex = 21;
|
|
|
+ this.btnSaveMock.Text = "覆盖测试数据";
|
|
|
+ this.btnSaveMock.UseVisualStyleBackColor = true;
|
|
|
+ this.btnSaveMock.Click += new System.EventHandler(this.btnSaveMock_Click);
|
|
|
+ //
|
|
|
// CenterResult
|
|
|
//
|
|
|
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(1442, 740);
|
|
|
+ this.ClientSize = new System.Drawing.Size(1282, 617);
|
|
|
+ this.Controls.Add(this.btnSaveMock);
|
|
|
this.Controls.Add(this.btnLoad);
|
|
|
this.Controls.Add(this.btnCancel);
|
|
|
this.Controls.Add(this.btnOK);
|
|
@@ -122,7 +134,6 @@ namespace PTMedicalInsurance.Forms
|
|
|
this.Controls.Add(this.label4);
|
|
|
this.Controls.Add(this.txtOutput);
|
|
|
this.Controls.Add(this.txtInput);
|
|
|
- this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
|
this.Name = "CenterResult";
|
|
|
this.Text = "CenterResult";
|
|
|
this.Load += new System.EventHandler(this.CenterResult_Load);
|
|
@@ -140,5 +151,6 @@ namespace PTMedicalInsurance.Forms
|
|
|
private System.Windows.Forms.RichTextBox txtOutput;
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
private System.Windows.Forms.Button btnLoad;
|
|
|
+ private System.Windows.Forms.Button btnSaveMock;
|
|
|
}
|
|
|
}
|