Form1.Designer.cs 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. namespace UAS_DLLTest
  2. {
  3. partial class Form1
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
  29. this.Result = new UAS_DLLTest.GroupBoxwithborder();
  30. this.operateResult = new System.Windows.Forms.RichTextBox();
  31. this.Parameters = new UAS_DLLTest.GroupBoxwithborder();
  32. this.clearResult = new System.Windows.Forms.CheckBox();
  33. this.clearPara = new System.Windows.Forms.CheckBox();
  34. this.clear = new System.Windows.Forms.Button();
  35. this.confirm = new System.Windows.Forms.Button();
  36. this.Methods = new UAS_DLLTest.GroupBoxwithborder();
  37. this.Result.SuspendLayout();
  38. this.Parameters.SuspendLayout();
  39. this.SuspendLayout();
  40. //
  41. // Result
  42. //
  43. this.Result.BorderColor = System.Drawing.Color.Black;
  44. this.Result.Controls.Add(this.operateResult);
  45. this.Result.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  46. this.Result.Location = new System.Drawing.Point(23, 323);
  47. this.Result.Margin = new System.Windows.Forms.Padding(2);
  48. this.Result.Name = "Result";
  49. this.Result.Padding = new System.Windows.Forms.Padding(2);
  50. this.Result.Size = new System.Drawing.Size(879, 141);
  51. this.Result.TabIndex = 2;
  52. this.Result.TabStop = false;
  53. this.Result.Text = "Result";
  54. this.Result.TextColor = System.Drawing.Color.Black;
  55. //
  56. // operateResult
  57. //
  58. this.operateResult.Dock = System.Windows.Forms.DockStyle.Fill;
  59. this.operateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  60. this.operateResult.Location = new System.Drawing.Point(2, 24);
  61. this.operateResult.Margin = new System.Windows.Forms.Padding(2);
  62. this.operateResult.Name = "operateResult";
  63. this.operateResult.Size = new System.Drawing.Size(875, 115);
  64. this.operateResult.TabIndex = 0;
  65. this.operateResult.Text = "";
  66. //
  67. // Parameters
  68. //
  69. this.Parameters.BorderColor = System.Drawing.Color.Black;
  70. this.Parameters.Controls.Add(this.clearResult);
  71. this.Parameters.Controls.Add(this.clearPara);
  72. this.Parameters.Controls.Add(this.clear);
  73. this.Parameters.Controls.Add(this.confirm);
  74. this.Parameters.Font = new System.Drawing.Font("微软雅黑", 12F);
  75. this.Parameters.Location = new System.Drawing.Point(23, 160);
  76. this.Parameters.Margin = new System.Windows.Forms.Padding(2);
  77. this.Parameters.Name = "Parameters";
  78. this.Parameters.Padding = new System.Windows.Forms.Padding(2);
  79. this.Parameters.Size = new System.Drawing.Size(879, 159);
  80. this.Parameters.TabIndex = 1;
  81. this.Parameters.TabStop = false;
  82. this.Parameters.Text = "Parameter";
  83. this.Parameters.TextColor = System.Drawing.Color.Black;
  84. //
  85. // clearResult
  86. //
  87. this.clearResult.AutoSize = true;
  88. this.clearResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  89. this.clearResult.Location = new System.Drawing.Point(763, 129);
  90. this.clearResult.Margin = new System.Windows.Forms.Padding(2);
  91. this.clearResult.Name = "clearResult";
  92. this.clearResult.Size = new System.Drawing.Size(111, 25);
  93. this.clearResult.TabIndex = 3;
  94. this.clearResult.Text = "clearResult";
  95. this.clearResult.UseVisualStyleBackColor = true;
  96. //
  97. // clearPara
  98. //
  99. this.clearPara.AutoSize = true;
  100. this.clearPara.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  101. this.clearPara.Location = new System.Drawing.Point(648, 129);
  102. this.clearPara.Margin = new System.Windows.Forms.Padding(2);
  103. this.clearPara.Name = "clearPara";
  104. this.clearPara.Size = new System.Drawing.Size(99, 25);
  105. this.clearPara.TabIndex = 2;
  106. this.clearPara.Text = "clearPara";
  107. this.clearPara.UseVisualStyleBackColor = true;
  108. //
  109. // clear
  110. //
  111. this.clear.Font = new System.Drawing.Font("微软雅黑", 9F);
  112. this.clear.Location = new System.Drawing.Point(455, 123);
  113. this.clear.Margin = new System.Windows.Forms.Padding(2);
  114. this.clear.Name = "clear";
  115. this.clear.Size = new System.Drawing.Size(61, 28);
  116. this.clear.TabIndex = 1;
  117. this.clear.Text = "clear";
  118. this.clear.UseVisualStyleBackColor = true;
  119. this.clear.Click += new System.EventHandler(this.clear_Click);
  120. //
  121. // confirm
  122. //
  123. this.confirm.Font = new System.Drawing.Font("微软雅黑", 9F);
  124. this.confirm.Location = new System.Drawing.Point(362, 123);
  125. this.confirm.Margin = new System.Windows.Forms.Padding(2);
  126. this.confirm.Name = "confirm";
  127. this.confirm.Size = new System.Drawing.Size(63, 28);
  128. this.confirm.TabIndex = 0;
  129. this.confirm.Text = "confirm";
  130. this.confirm.UseVisualStyleBackColor = true;
  131. this.confirm.Click += new System.EventHandler(this.confirm_Click);
  132. //
  133. // Methods
  134. //
  135. this.Methods.BorderColor = System.Drawing.Color.Black;
  136. this.Methods.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  137. this.Methods.Location = new System.Drawing.Point(23, 8);
  138. this.Methods.Margin = new System.Windows.Forms.Padding(2);
  139. this.Methods.Name = "Methods";
  140. this.Methods.Padding = new System.Windows.Forms.Padding(2);
  141. this.Methods.Size = new System.Drawing.Size(879, 148);
  142. this.Methods.TabIndex = 0;
  143. this.Methods.TabStop = false;
  144. this.Methods.Text = "Method";
  145. this.Methods.TextColor = System.Drawing.Color.Black;
  146. //
  147. // Form1
  148. //
  149. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  150. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  151. this.ClientSize = new System.Drawing.Size(913, 471);
  152. this.Controls.Add(this.Result);
  153. this.Controls.Add(this.Parameters);
  154. this.Controls.Add(this.Methods);
  155. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  156. this.Margin = new System.Windows.Forms.Padding(2);
  157. this.Name = "Form1";
  158. this.Text = "UAS_DLL测试工具";
  159. this.Load += new System.EventHandler(this.Form1_Load);
  160. this.Result.ResumeLayout(false);
  161. this.Parameters.ResumeLayout(false);
  162. this.Parameters.PerformLayout();
  163. this.ResumeLayout(false);
  164. }
  165. #endregion
  166. private GroupBoxwithborder Methods;
  167. private GroupBoxwithborder Parameters;
  168. private GroupBoxwithborder Result;
  169. private System.Windows.Forms.CheckBox clearResult;
  170. private System.Windows.Forms.CheckBox clearPara;
  171. private System.Windows.Forms.Button clear;
  172. private System.Windows.Forms.Button confirm;
  173. private System.Windows.Forms.RichTextBox operateResult;
  174. }
  175. }