CNAS取数仪器端升级
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

frmAddSubtract.Designer.cs 8.1KB

4 månader sedan
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  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(3, 4, 3, 4);
  50. this.pnlAll.Name = "pnlAll";
  51. this.pnlAll.Size = new System.Drawing.Size(401, 162);
  52. this.pnlAll.TabIndex = 1;
  53. //
  54. // btnOK
  55. //
  56. this.btnOK.Location = new System.Drawing.Point(306, 127);
  57. this.btnOK.Name = "btnOK";
  58. this.btnOK.Size = new System.Drawing.Size(90, 30);
  59. this.btnOK.TabIndex = 1;
  60. this.btnOK.Text = "确定";
  61. this.btnOK.UseVisualStyleBackColor = true;
  62. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  63. //
  64. // groupBox1
  65. //
  66. this.groupBox1.BackColor = System.Drawing.SystemColors.Control;
  67. this.groupBox1.Controls.Add(this.cbxParams2);
  68. this.groupBox1.Controls.Add(this.btnSelect3);
  69. this.groupBox1.Controls.Add(this.btnSelect1);
  70. this.groupBox1.Controls.Add(this.label3);
  71. this.groupBox1.Controls.Add(this.txtPrama3);
  72. this.groupBox1.Controls.Add(this.label2);
  73. this.groupBox1.Controls.Add(this.label1);
  74. this.groupBox1.Controls.Add(this.txtPrama1);
  75. this.groupBox1.Location = new System.Drawing.Point(12, 11);
  76. this.groupBox1.Name = "groupBox1";
  77. this.groupBox1.Size = new System.Drawing.Size(381, 110);
  78. this.groupBox1.TabIndex = 0;
  79. this.groupBox1.TabStop = false;
  80. this.groupBox1.Text = "参数";
  81. //
  82. // cbxParams2
  83. //
  84. this.cbxParams2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  85. this.cbxParams2.FormattingEnabled = true;
  86. this.cbxParams2.Items.AddRange(new object[] {
  87. "数值相加",
  88. "数值相减"});
  89. this.cbxParams2.Location = new System.Drawing.Point(90, 50);
  90. this.cbxParams2.Name = "cbxParams2";
  91. this.cbxParams2.Size = new System.Drawing.Size(188, 20);
  92. this.cbxParams2.TabIndex = 9;
  93. //
  94. // btnSelect3
  95. //
  96. this.btnSelect3.Location = new System.Drawing.Point(284, 79);
  97. this.btnSelect3.Name = "btnSelect3";
  98. this.btnSelect3.Size = new System.Drawing.Size(66, 23);
  99. this.btnSelect3.TabIndex = 8;
  100. this.btnSelect3.Text = "选择";
  101. this.btnSelect3.UseVisualStyleBackColor = true;
  102. this.btnSelect3.Click += new System.EventHandler(this.btnSelect3_Click);
  103. //
  104. // btnSelect1
  105. //
  106. this.btnSelect1.Location = new System.Drawing.Point(284, 21);
  107. this.btnSelect1.Name = "btnSelect1";
  108. this.btnSelect1.Size = new System.Drawing.Size(66, 23);
  109. this.btnSelect1.TabIndex = 6;
  110. this.btnSelect1.Text = "选择";
  111. this.btnSelect1.UseVisualStyleBackColor = true;
  112. this.btnSelect1.Click += new System.EventHandler(this.btnSelect1_Click);
  113. //
  114. // label3
  115. //
  116. this.label3.AutoSize = true;
  117. this.label3.Location = new System.Drawing.Point(33, 83);
  118. this.label3.Name = "label3";
  119. this.label3.Size = new System.Drawing.Size(47, 12);
  120. this.label3.TabIndex = 5;
  121. this.label3.Text = "参数3:";
  122. //
  123. // txtPrama3
  124. //
  125. this.txtPrama3.Location = new System.Drawing.Point(90, 79);
  126. this.txtPrama3.Name = "txtPrama3";
  127. this.txtPrama3.Size = new System.Drawing.Size(188, 21);
  128. this.txtPrama3.TabIndex = 4;
  129. //
  130. // label2
  131. //
  132. this.label2.AutoSize = true;
  133. this.label2.Location = new System.Drawing.Point(33, 53);
  134. this.label2.Name = "label2";
  135. this.label2.Size = new System.Drawing.Size(47, 12);
  136. this.label2.TabIndex = 3;
  137. this.label2.Text = "参数2:";
  138. //
  139. // label1
  140. //
  141. this.label1.AutoSize = true;
  142. this.label1.Location = new System.Drawing.Point(33, 24);
  143. this.label1.Name = "label1";
  144. this.label1.Size = new System.Drawing.Size(47, 12);
  145. this.label1.TabIndex = 1;
  146. this.label1.Text = "参数1:";
  147. //
  148. // txtPrama1
  149. //
  150. this.txtPrama1.Location = new System.Drawing.Point(90, 21);
  151. this.txtPrama1.Name = "txtPrama1";
  152. this.txtPrama1.Size = new System.Drawing.Size(188, 21);
  153. this.txtPrama1.TabIndex = 0;
  154. //
  155. // frmAddSubtract
  156. //
  157. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  158. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  159. this.ClientSize = new System.Drawing.Size(401, 162);
  160. this.Controls.Add(this.pnlAll);
  161. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  162. this.MaximizeBox = false;
  163. this.MinimizeBox = false;
  164. this.Name = "frmAddSubtract";
  165. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  166. this.Text = "添加参数(加/减)";
  167. this.Load += new System.EventHandler(this.frmAddSubtract_Load);
  168. this.pnlAll.ResumeLayout(false);
  169. this.groupBox1.ResumeLayout(false);
  170. this.groupBox1.PerformLayout();
  171. this.ResumeLayout(false);
  172. }
  173. #endregion
  174. private System.Windows.Forms.Panel pnlAll;
  175. private System.Windows.Forms.Button btnOK;
  176. private System.Windows.Forms.GroupBox groupBox1;
  177. private System.Windows.Forms.ComboBox cbxParams2;
  178. private System.Windows.Forms.Button btnSelect3;
  179. private System.Windows.Forms.Button btnSelect1;
  180. private System.Windows.Forms.Label label3;
  181. private System.Windows.Forms.TextBox txtPrama3;
  182. private System.Windows.Forms.Label label2;
  183. private System.Windows.Forms.Label label1;
  184. private System.Windows.Forms.TextBox txtPrama1;
  185. }
  186. }