CNAS取数仪器端升级
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

frmConditionParam.Designer.cs 8.9KB

4 месяцев назад
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. namespace CNAS_DBSync
  2. {
  3. partial class frmConditionParam
  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.btnSelect3 = new System.Windows.Forms.Button();
  32. this.btnSelect2 = 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.txtPrama2 = new System.Windows.Forms.TextBox();
  38. this.label1 = new System.Windows.Forms.Label();
  39. this.txtPrama1 = new System.Windows.Forms.TextBox();
  40. this.pnlAll.SuspendLayout();
  41. this.groupBox1.SuspendLayout();
  42. this.SuspendLayout();
  43. //
  44. // pnlAll
  45. //
  46. this.pnlAll.Controls.Add(this.btnOK);
  47. this.pnlAll.Controls.Add(this.groupBox1);
  48. this.pnlAll.Dock = System.Windows.Forms.DockStyle.Fill;
  49. this.pnlAll.Location = new System.Drawing.Point(0, 0);
  50. this.pnlAll.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  51. this.pnlAll.Name = "pnlAll";
  52. this.pnlAll.Size = new System.Drawing.Size(435, 184);
  53. this.pnlAll.TabIndex = 0;
  54. //
  55. // btnOK
  56. //
  57. this.btnOK.Location = new System.Drawing.Point(336, 149);
  58. this.btnOK.Name = "btnOK";
  59. this.btnOK.Size = new System.Drawing.Size(90, 30);
  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.btnSelect3);
  69. this.groupBox1.Controls.Add(this.btnSelect2);
  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.txtPrama2);
  75. this.groupBox1.Controls.Add(this.label1);
  76. this.groupBox1.Controls.Add(this.txtPrama1);
  77. this.groupBox1.Location = new System.Drawing.Point(12, 12);
  78. this.groupBox1.Name = "groupBox1";
  79. this.groupBox1.Size = new System.Drawing.Size(414, 131);
  80. this.groupBox1.TabIndex = 0;
  81. this.groupBox1.TabStop = false;
  82. this.groupBox1.Text = "条件XXX参数";
  83. //
  84. // btnSelect3
  85. //
  86. this.btnSelect3.Location = new System.Drawing.Point(270, 89);
  87. this.btnSelect3.Name = "btnSelect3";
  88. this.btnSelect3.Size = new System.Drawing.Size(66, 23);
  89. this.btnSelect3.TabIndex = 8;
  90. this.btnSelect3.Text = "选择";
  91. this.btnSelect3.UseVisualStyleBackColor = true;
  92. this.btnSelect3.Click += new System.EventHandler(this.btnSelect3_Click);
  93. //
  94. // btnSelect2
  95. //
  96. this.btnSelect2.Location = new System.Drawing.Point(270, 60);
  97. this.btnSelect2.Name = "btnSelect2";
  98. this.btnSelect2.Size = new System.Drawing.Size(66, 23);
  99. this.btnSelect2.TabIndex = 7;
  100. this.btnSelect2.Text = "选择";
  101. this.btnSelect2.UseVisualStyleBackColor = true;
  102. this.btnSelect2.Click += new System.EventHandler(this.btnSelect2_Click);
  103. //
  104. // btnSelect1
  105. //
  106. this.btnSelect1.Location = new System.Drawing.Point(270, 31);
  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(19, 92);
  118. this.label3.Name = "label3";
  119. this.label3.Size = new System.Drawing.Size(51, 17);
  120. this.label3.TabIndex = 5;
  121. this.label3.Text = "参数3:";
  122. //
  123. // txtPrama3
  124. //
  125. this.txtPrama3.Location = new System.Drawing.Point(76, 89);
  126. this.txtPrama3.Name = "txtPrama3";
  127. this.txtPrama3.Size = new System.Drawing.Size(188, 23);
  128. this.txtPrama3.TabIndex = 4;
  129. this.txtPrama3.TextChanged += new System.EventHandler(this.txtPrama3_TextChanged);
  130. //
  131. // label2
  132. //
  133. this.label2.AutoSize = true;
  134. this.label2.Location = new System.Drawing.Point(19, 63);
  135. this.label2.Name = "label2";
  136. this.label2.Size = new System.Drawing.Size(51, 17);
  137. this.label2.TabIndex = 3;
  138. this.label2.Text = "参数2:";
  139. //
  140. // txtPrama2
  141. //
  142. this.txtPrama2.Location = new System.Drawing.Point(76, 60);
  143. this.txtPrama2.Name = "txtPrama2";
  144. this.txtPrama2.Size = new System.Drawing.Size(188, 23);
  145. this.txtPrama2.TabIndex = 2;
  146. this.txtPrama2.TextChanged += new System.EventHandler(this.txtPrama2_TextChanged);
  147. //
  148. // label1
  149. //
  150. this.label1.AutoSize = true;
  151. this.label1.Location = new System.Drawing.Point(19, 34);
  152. this.label1.Name = "label1";
  153. this.label1.Size = new System.Drawing.Size(51, 17);
  154. this.label1.TabIndex = 1;
  155. this.label1.Text = "参数1:";
  156. //
  157. // txtPrama1
  158. //
  159. this.txtPrama1.Location = new System.Drawing.Point(76, 31);
  160. this.txtPrama1.Name = "txtPrama1";
  161. this.txtPrama1.Size = new System.Drawing.Size(188, 23);
  162. this.txtPrama1.TabIndex = 0;
  163. //
  164. // frmConditionParam
  165. //
  166. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  167. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  168. this.ClientSize = new System.Drawing.Size(435, 184);
  169. this.Controls.Add(this.pnlAll);
  170. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  171. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  172. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  173. this.MaximizeBox = false;
  174. this.MinimizeBox = false;
  175. this.Name = "frmConditionParam";
  176. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  177. this.Text = "添加参数(SUB)";
  178. this.Load += new System.EventHandler(this.frmConditionParam_Load);
  179. this.pnlAll.ResumeLayout(false);
  180. this.groupBox1.ResumeLayout(false);
  181. this.groupBox1.PerformLayout();
  182. this.ResumeLayout(false);
  183. }
  184. #endregion
  185. private System.Windows.Forms.Panel pnlAll;
  186. private System.Windows.Forms.Button btnOK;
  187. private System.Windows.Forms.GroupBox groupBox1;
  188. private System.Windows.Forms.Button btnSelect3;
  189. private System.Windows.Forms.Button btnSelect2;
  190. private System.Windows.Forms.Button btnSelect1;
  191. private System.Windows.Forms.Label label3;
  192. private System.Windows.Forms.TextBox txtPrama3;
  193. private System.Windows.Forms.Label label2;
  194. private System.Windows.Forms.TextBox txtPrama2;
  195. private System.Windows.Forms.Label label1;
  196. private System.Windows.Forms.TextBox txtPrama1;
  197. }
  198. }