CNAS取数仪器端升级
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

204 line
9.0KB

  1. namespace CNAS_DBSync
  2. {
  3. partial class frmAddSubtract
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.pnlAll = new System.Windows.Forms.Panel();
  29. this.btnOK = new System.Windows.Forms.Button();
  30. this.groupBox1 = new System.Windows.Forms.GroupBox();
  31. this.cbxParams2 = new System.Windows.Forms.ComboBox();
  32. this.btnSelect3 = new System.Windows.Forms.Button();
  33. this.btnSelect1 = new System.Windows.Forms.Button();
  34. this.label3 = new System.Windows.Forms.Label();
  35. this.txtPrama3 = new System.Windows.Forms.TextBox();
  36. this.label2 = new System.Windows.Forms.Label();
  37. this.label1 = new System.Windows.Forms.Label();
  38. this.txtPrama1 = new System.Windows.Forms.TextBox();
  39. this.pnlAll.SuspendLayout();
  40. this.groupBox1.SuspendLayout();
  41. this.SuspendLayout();
  42. //
  43. // pnlAll
  44. //
  45. this.pnlAll.Controls.Add(this.btnOK);
  46. this.pnlAll.Controls.Add(this.groupBox1);
  47. this.pnlAll.Dock = System.Windows.Forms.DockStyle.Fill;
  48. this.pnlAll.Location = new System.Drawing.Point(0, 0);
  49. this.pnlAll.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  50. this.pnlAll.Name = "pnlAll";
  51. this.pnlAll.Size = new System.Drawing.Size(811, 326);
  52. this.pnlAll.TabIndex = 1;
  53. //
  54. // btnOK
  55. //
  56. this.btnOK.Location = new System.Drawing.Point(678, 275);
  57. this.btnOK.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  58. this.btnOK.Name = "btnOK";
  59. this.btnOK.Size = new System.Drawing.Size(120, 38);
  60. this.btnOK.TabIndex = 1;
  61. this.btnOK.Text = "确定";
  62. this.btnOK.UseVisualStyleBackColor = true;
  63. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  64. //
  65. // groupBox1
  66. //
  67. this.groupBox1.BackColor = System.Drawing.SystemColors.Control;
  68. this.groupBox1.Controls.Add(this.cbxParams2);
  69. this.groupBox1.Controls.Add(this.btnSelect3);
  70. this.groupBox1.Controls.Add(this.btnSelect1);
  71. this.groupBox1.Controls.Add(this.label3);
  72. this.groupBox1.Controls.Add(this.txtPrama3);
  73. this.groupBox1.Controls.Add(this.label2);
  74. this.groupBox1.Controls.Add(this.label1);
  75. this.groupBox1.Controls.Add(this.txtPrama1);
  76. this.groupBox1.Location = new System.Drawing.Point(16, 14);
  77. this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  78. this.groupBox1.Name = "groupBox1";
  79. this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
  80. this.groupBox1.Size = new System.Drawing.Size(782, 253);
  81. this.groupBox1.TabIndex = 0;
  82. this.groupBox1.TabStop = false;
  83. this.groupBox1.Text = "参数";
  84. //
  85. // cbxParams2
  86. //
  87. this.cbxParams2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  88. this.cbxParams2.FormattingEnabled = true;
  89. this.cbxParams2.Items.AddRange(new object[] {
  90. "数值相加",
  91. "数值相减"});
  92. this.cbxParams2.Location = new System.Drawing.Point(120, 100);
  93. this.cbxParams2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  94. this.cbxParams2.Name = "cbxParams2";
  95. this.cbxParams2.Size = new System.Drawing.Size(466, 23);
  96. this.cbxParams2.TabIndex = 9;
  97. //
  98. // btnSelect3
  99. //
  100. this.btnSelect3.Location = new System.Drawing.Point(662, 171);
  101. this.btnSelect3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  102. this.btnSelect3.Name = "btnSelect3";
  103. this.btnSelect3.Size = new System.Drawing.Size(88, 29);
  104. this.btnSelect3.TabIndex = 8;
  105. this.btnSelect3.Text = "选择";
  106. this.btnSelect3.UseVisualStyleBackColor = true;
  107. this.btnSelect3.Click += new System.EventHandler(this.btnSelect3_Click);
  108. //
  109. // btnSelect1
  110. //
  111. this.btnSelect1.Location = new System.Drawing.Point(662, 26);
  112. this.btnSelect1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  113. this.btnSelect1.Name = "btnSelect1";
  114. this.btnSelect1.Size = new System.Drawing.Size(88, 29);
  115. this.btnSelect1.TabIndex = 6;
  116. this.btnSelect1.Text = "选择";
  117. this.btnSelect1.UseVisualStyleBackColor = true;
  118. this.btnSelect1.Click += new System.EventHandler(this.btnSelect1_Click);
  119. //
  120. // label3
  121. //
  122. this.label3.AutoSize = true;
  123. this.label3.Location = new System.Drawing.Point(44, 176);
  124. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  125. this.label3.Name = "label3";
  126. this.label3.Size = new System.Drawing.Size(60, 15);
  127. this.label3.TabIndex = 5;
  128. this.label3.Text = "参数3:";
  129. //
  130. // txtPrama3
  131. //
  132. this.txtPrama3.Location = new System.Drawing.Point(120, 171);
  133. this.txtPrama3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  134. this.txtPrama3.Name = "txtPrama3";
  135. this.txtPrama3.Size = new System.Drawing.Size(466, 25);
  136. this.txtPrama3.TabIndex = 4;
  137. //
  138. // label2
  139. //
  140. this.label2.AutoSize = true;
  141. this.label2.Location = new System.Drawing.Point(44, 104);
  142. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  143. this.label2.Name = "label2";
  144. this.label2.Size = new System.Drawing.Size(60, 15);
  145. this.label2.TabIndex = 3;
  146. this.label2.Text = "参数2:";
  147. //
  148. // label1
  149. //
  150. this.label1.AutoSize = true;
  151. this.label1.Location = new System.Drawing.Point(44, 30);
  152. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  153. this.label1.Name = "label1";
  154. this.label1.Size = new System.Drawing.Size(60, 15);
  155. this.label1.TabIndex = 1;
  156. this.label1.Text = "参数1:";
  157. //
  158. // txtPrama1
  159. //
  160. this.txtPrama1.Location = new System.Drawing.Point(120, 26);
  161. this.txtPrama1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  162. this.txtPrama1.Name = "txtPrama1";
  163. this.txtPrama1.Size = new System.Drawing.Size(466, 25);
  164. this.txtPrama1.TabIndex = 0;
  165. //
  166. // frmAddSubtract
  167. //
  168. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  169. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  170. this.ClientSize = new System.Drawing.Size(811, 326);
  171. this.Controls.Add(this.pnlAll);
  172. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  173. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  174. this.MaximizeBox = false;
  175. this.MinimizeBox = false;
  176. this.Name = "frmAddSubtract";
  177. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  178. this.Text = "添加参数(加/减)";
  179. this.Load += new System.EventHandler(this.frmAddSubtract_Load);
  180. this.pnlAll.ResumeLayout(false);
  181. this.groupBox1.ResumeLayout(false);
  182. this.groupBox1.PerformLayout();
  183. this.ResumeLayout(false);
  184. }
  185. #endregion
  186. private System.Windows.Forms.Panel pnlAll;
  187. private System.Windows.Forms.Button btnOK;
  188. private System.Windows.Forms.GroupBox groupBox1;
  189. private System.Windows.Forms.ComboBox cbxParams2;
  190. private System.Windows.Forms.Button btnSelect3;
  191. private System.Windows.Forms.Button btnSelect1;
  192. private System.Windows.Forms.Label label3;
  193. private System.Windows.Forms.TextBox txtPrama3;
  194. private System.Windows.Forms.Label label2;
  195. private System.Windows.Forms.Label label1;
  196. private System.Windows.Forms.TextBox txtPrama1;
  197. }
  198. }