|
@@ -28,7 +28,8 @@
|
|
|
/// </summary>
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
private void InitializeComponent()
|
|
|
{
|
|
{
|
|
|
- this.groupBoxwithborder3 = new UAS_DLLTest.GroupBoxwithborder();
|
|
|
|
|
|
|
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
|
|
|
|
|
+ this.Result = new UAS_DLLTest.GroupBoxwithborder();
|
|
|
this.operateResult = new System.Windows.Forms.RichTextBox();
|
|
this.operateResult = new System.Windows.Forms.RichTextBox();
|
|
|
this.Parameters = new UAS_DLLTest.GroupBoxwithborder();
|
|
this.Parameters = new UAS_DLLTest.GroupBoxwithborder();
|
|
|
this.clearResult = new System.Windows.Forms.CheckBox();
|
|
this.clearResult = new System.Windows.Forms.CheckBox();
|
|
@@ -36,27 +37,32 @@
|
|
|
this.clear = new System.Windows.Forms.Button();
|
|
this.clear = new System.Windows.Forms.Button();
|
|
|
this.confirm = new System.Windows.Forms.Button();
|
|
this.confirm = new System.Windows.Forms.Button();
|
|
|
this.Methods = new UAS_DLLTest.GroupBoxwithborder();
|
|
this.Methods = new UAS_DLLTest.GroupBoxwithborder();
|
|
|
- this.groupBoxwithborder3.SuspendLayout();
|
|
|
|
|
|
|
+ this.Result.SuspendLayout();
|
|
|
this.Parameters.SuspendLayout();
|
|
this.Parameters.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
this.SuspendLayout();
|
|
|
//
|
|
//
|
|
|
- // groupBoxwithborder3
|
|
|
|
|
- //
|
|
|
|
|
- this.groupBoxwithborder3.BorderColor = System.Drawing.Color.Black;
|
|
|
|
|
- this.groupBoxwithborder3.Controls.Add(this.operateResult);
|
|
|
|
|
- this.groupBoxwithborder3.Location = new System.Drawing.Point(34, 494);
|
|
|
|
|
- this.groupBoxwithborder3.Name = "groupBoxwithborder3";
|
|
|
|
|
- this.groupBoxwithborder3.Size = new System.Drawing.Size(1219, 176);
|
|
|
|
|
- this.groupBoxwithborder3.TabIndex = 2;
|
|
|
|
|
- this.groupBoxwithborder3.TabStop = false;
|
|
|
|
|
- this.groupBoxwithborder3.Text = "Result";
|
|
|
|
|
- this.groupBoxwithborder3.TextColor = System.Drawing.Color.Black;
|
|
|
|
|
|
|
+ // Result
|
|
|
|
|
+ //
|
|
|
|
|
+ this.Result.BorderColor = System.Drawing.Color.Black;
|
|
|
|
|
+ this.Result.Controls.Add(this.operateResult);
|
|
|
|
|
+ this.Result.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
+ this.Result.Location = new System.Drawing.Point(23, 323);
|
|
|
|
|
+ this.Result.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
+ this.Result.Name = "Result";
|
|
|
|
|
+ this.Result.Padding = new System.Windows.Forms.Padding(2);
|
|
|
|
|
+ this.Result.Size = new System.Drawing.Size(879, 141);
|
|
|
|
|
+ this.Result.TabIndex = 2;
|
|
|
|
|
+ this.Result.TabStop = false;
|
|
|
|
|
+ this.Result.Text = "Result";
|
|
|
|
|
+ this.Result.TextColor = System.Drawing.Color.Black;
|
|
|
//
|
|
//
|
|
|
// operateResult
|
|
// operateResult
|
|
|
//
|
|
//
|
|
|
- this.operateResult.Location = new System.Drawing.Point(17, 27);
|
|
|
|
|
|
|
+ this.operateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
+ this.operateResult.Location = new System.Drawing.Point(11, 25);
|
|
|
|
|
+ this.operateResult.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.operateResult.Name = "operateResult";
|
|
this.operateResult.Name = "operateResult";
|
|
|
- this.operateResult.Size = new System.Drawing.Size(1185, 143);
|
|
|
|
|
|
|
+ this.operateResult.Size = new System.Drawing.Size(856, 100);
|
|
|
this.operateResult.TabIndex = 0;
|
|
this.operateResult.TabIndex = 0;
|
|
|
this.operateResult.Text = "";
|
|
this.operateResult.Text = "";
|
|
|
//
|
|
//
|
|
@@ -67,9 +73,12 @@
|
|
|
this.Parameters.Controls.Add(this.clearPara);
|
|
this.Parameters.Controls.Add(this.clearPara);
|
|
|
this.Parameters.Controls.Add(this.clear);
|
|
this.Parameters.Controls.Add(this.clear);
|
|
|
this.Parameters.Controls.Add(this.confirm);
|
|
this.Parameters.Controls.Add(this.confirm);
|
|
|
- this.Parameters.Location = new System.Drawing.Point(34, 240);
|
|
|
|
|
|
|
+ this.Parameters.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
+ this.Parameters.Location = new System.Drawing.Point(23, 160);
|
|
|
|
|
+ this.Parameters.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.Parameters.Name = "Parameters";
|
|
this.Parameters.Name = "Parameters";
|
|
|
- this.Parameters.Size = new System.Drawing.Size(1219, 239);
|
|
|
|
|
|
|
+ this.Parameters.Padding = new System.Windows.Forms.Padding(2);
|
|
|
|
|
+ this.Parameters.Size = new System.Drawing.Size(879, 159);
|
|
|
this.Parameters.TabIndex = 1;
|
|
this.Parameters.TabIndex = 1;
|
|
|
this.Parameters.TabStop = false;
|
|
this.Parameters.TabStop = false;
|
|
|
this.Parameters.Text = "Parameter";
|
|
this.Parameters.Text = "Parameter";
|
|
@@ -78,9 +87,11 @@
|
|
|
// clearResult
|
|
// clearResult
|
|
|
//
|
|
//
|
|
|
this.clearResult.AutoSize = true;
|
|
this.clearResult.AutoSize = true;
|
|
|
- this.clearResult.Location = new System.Drawing.Point(928, 193);
|
|
|
|
|
|
|
+ this.clearResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
+ this.clearResult.Location = new System.Drawing.Point(763, 129);
|
|
|
|
|
+ this.clearResult.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.clearResult.Name = "clearResult";
|
|
this.clearResult.Name = "clearResult";
|
|
|
- this.clearResult.Size = new System.Drawing.Size(133, 22);
|
|
|
|
|
|
|
+ this.clearResult.Size = new System.Drawing.Size(111, 25);
|
|
|
this.clearResult.TabIndex = 3;
|
|
this.clearResult.TabIndex = 3;
|
|
|
this.clearResult.Text = "clearResult";
|
|
this.clearResult.Text = "clearResult";
|
|
|
this.clearResult.UseVisualStyleBackColor = true;
|
|
this.clearResult.UseVisualStyleBackColor = true;
|
|
@@ -88,18 +99,22 @@
|
|
|
// clearPara
|
|
// clearPara
|
|
|
//
|
|
//
|
|
|
this.clearPara.AutoSize = true;
|
|
this.clearPara.AutoSize = true;
|
|
|
- this.clearPara.Location = new System.Drawing.Point(800, 193);
|
|
|
|
|
|
|
+ this.clearPara.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
+ this.clearPara.Location = new System.Drawing.Point(648, 129);
|
|
|
|
|
+ this.clearPara.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.clearPara.Name = "clearPara";
|
|
this.clearPara.Name = "clearPara";
|
|
|
- this.clearPara.Size = new System.Drawing.Size(115, 22);
|
|
|
|
|
|
|
+ this.clearPara.Size = new System.Drawing.Size(99, 25);
|
|
|
this.clearPara.TabIndex = 2;
|
|
this.clearPara.TabIndex = 2;
|
|
|
this.clearPara.Text = "clearPara";
|
|
this.clearPara.Text = "clearPara";
|
|
|
this.clearPara.UseVisualStyleBackColor = true;
|
|
this.clearPara.UseVisualStyleBackColor = true;
|
|
|
//
|
|
//
|
|
|
// clear
|
|
// clear
|
|
|
//
|
|
//
|
|
|
- this.clear.Location = new System.Drawing.Point(594, 185);
|
|
|
|
|
|
|
+ this.clear.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
|
|
+ this.clear.Location = new System.Drawing.Point(455, 123);
|
|
|
|
|
+ this.clear.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.clear.Name = "clear";
|
|
this.clear.Name = "clear";
|
|
|
- this.clear.Size = new System.Drawing.Size(92, 36);
|
|
|
|
|
|
|
+ this.clear.Size = new System.Drawing.Size(61, 28);
|
|
|
this.clear.TabIndex = 1;
|
|
this.clear.TabIndex = 1;
|
|
|
this.clear.Text = "clear";
|
|
this.clear.Text = "clear";
|
|
|
this.clear.UseVisualStyleBackColor = true;
|
|
this.clear.UseVisualStyleBackColor = true;
|
|
@@ -107,9 +122,11 @@
|
|
|
//
|
|
//
|
|
|
// confirm
|
|
// confirm
|
|
|
//
|
|
//
|
|
|
- this.confirm.Location = new System.Drawing.Point(454, 185);
|
|
|
|
|
|
|
+ this.confirm.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
|
|
+ this.confirm.Location = new System.Drawing.Point(362, 123);
|
|
|
|
|
+ this.confirm.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.confirm.Name = "confirm";
|
|
this.confirm.Name = "confirm";
|
|
|
- this.confirm.Size = new System.Drawing.Size(94, 36);
|
|
|
|
|
|
|
+ this.confirm.Size = new System.Drawing.Size(63, 28);
|
|
|
this.confirm.TabIndex = 0;
|
|
this.confirm.TabIndex = 0;
|
|
|
this.confirm.Text = "confirm";
|
|
this.confirm.Text = "confirm";
|
|
|
this.confirm.UseVisualStyleBackColor = true;
|
|
this.confirm.UseVisualStyleBackColor = true;
|
|
@@ -118,9 +135,12 @@
|
|
|
// Methods
|
|
// Methods
|
|
|
//
|
|
//
|
|
|
this.Methods.BorderColor = System.Drawing.Color.Black;
|
|
this.Methods.BorderColor = System.Drawing.Color.Black;
|
|
|
- this.Methods.Location = new System.Drawing.Point(34, 12);
|
|
|
|
|
|
|
+ this.Methods.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
+ this.Methods.Location = new System.Drawing.Point(23, 8);
|
|
|
|
|
+ this.Methods.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.Methods.Name = "Methods";
|
|
this.Methods.Name = "Methods";
|
|
|
- this.Methods.Size = new System.Drawing.Size(1219, 222);
|
|
|
|
|
|
|
+ this.Methods.Padding = new System.Windows.Forms.Padding(2);
|
|
|
|
|
+ this.Methods.Size = new System.Drawing.Size(879, 148);
|
|
|
this.Methods.TabIndex = 0;
|
|
this.Methods.TabIndex = 0;
|
|
|
this.Methods.TabStop = false;
|
|
this.Methods.TabStop = false;
|
|
|
this.Methods.Text = "Method";
|
|
this.Methods.Text = "Method";
|
|
@@ -128,16 +148,18 @@
|
|
|
//
|
|
//
|
|
|
// Form1
|
|
// Form1
|
|
|
//
|
|
//
|
|
|
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
|
|
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(1285, 684);
|
|
|
|
|
- this.Controls.Add(this.groupBoxwithborder3);
|
|
|
|
|
|
|
+ this.ClientSize = new System.Drawing.Size(913, 471);
|
|
|
|
|
+ this.Controls.Add(this.Result);
|
|
|
this.Controls.Add(this.Parameters);
|
|
this.Controls.Add(this.Parameters);
|
|
|
this.Controls.Add(this.Methods);
|
|
this.Controls.Add(this.Methods);
|
|
|
|
|
+ this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.Name = "Form1";
|
|
this.Name = "Form1";
|
|
|
- this.Text = "Form1";
|
|
|
|
|
|
|
+ this.Text = "UAS_DLL测试";
|
|
|
this.Load += new System.EventHandler(this.Form1_Load);
|
|
this.Load += new System.EventHandler(this.Form1_Load);
|
|
|
- this.groupBoxwithborder3.ResumeLayout(false);
|
|
|
|
|
|
|
+ this.Result.ResumeLayout(false);
|
|
|
this.Parameters.ResumeLayout(false);
|
|
this.Parameters.ResumeLayout(false);
|
|
|
this.Parameters.PerformLayout();
|
|
this.Parameters.PerformLayout();
|
|
|
this.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
@@ -148,7 +170,7 @@
|
|
|
|
|
|
|
|
private GroupBoxwithborder Methods;
|
|
private GroupBoxwithborder Methods;
|
|
|
private GroupBoxwithborder Parameters;
|
|
private GroupBoxwithborder Parameters;
|
|
|
- private GroupBoxwithborder groupBoxwithborder3;
|
|
|
|
|
|
|
+ private GroupBoxwithborder Result;
|
|
|
private System.Windows.Forms.CheckBox clearResult;
|
|
private System.Windows.Forms.CheckBox clearResult;
|
|
|
private System.Windows.Forms.CheckBox clearPara;
|
|
private System.Windows.Forms.CheckBox clearPara;
|
|
|
private System.Windows.Forms.Button clear;
|
|
private System.Windows.Forms.Button clear;
|