FrmQAParaSet.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  1. namespace Core.StlMes.Client.ZGMil.Popup
  2. {
  3. partial class FrmQAParaSet
  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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  29. this.ultraGroupBox3 = new Infragistics.Win.Misc.UltraGroupBox();
  30. this.btnCancel = new Infragistics.Win.Misc.UltraButton();
  31. this.btnOK = new Infragistics.Win.Misc.UltraButton();
  32. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  33. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  34. this.uneZL = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  35. this.rdbZL = new System.Windows.Forms.RadioButton();
  36. this.rdbZLDefault = new System.Windows.Forms.RadioButton();
  37. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  38. this.uneCJ = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  39. this.rdbCJ = new System.Windows.Forms.RadioButton();
  40. this.rdbCJDefault = new System.Windows.Forms.RadioButton();
  41. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  42. this.tableLayoutPanel1.SuspendLayout();
  43. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
  44. this.ultraGroupBox3.SuspendLayout();
  45. this.tableLayoutPanel2.SuspendLayout();
  46. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  47. this.ultraGroupBox1.SuspendLayout();
  48. ((System.ComponentModel.ISupportInitialize)(this.uneZL)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  50. this.ultraGroupBox2.SuspendLayout();
  51. ((System.ComponentModel.ISupportInitialize)(this.uneCJ)).BeginInit();
  52. this.SuspendLayout();
  53. //
  54. // tableLayoutPanel1
  55. //
  56. this.tableLayoutPanel1.ColumnCount = 1;
  57. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  58. this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox3, 0, 1);
  59. this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 0);
  60. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  61. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  62. this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
  63. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  64. this.tableLayoutPanel1.RowCount = 2;
  65. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  66. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 58F));
  67. this.tableLayoutPanel1.Size = new System.Drawing.Size(433, 175);
  68. this.tableLayoutPanel1.TabIndex = 0;
  69. //
  70. // ultraGroupBox3
  71. //
  72. this.ultraGroupBox3.Controls.Add(this.btnCancel);
  73. this.ultraGroupBox3.Controls.Add(this.btnOK);
  74. this.ultraGroupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
  75. this.ultraGroupBox3.Location = new System.Drawing.Point(1, 118);
  76. this.ultraGroupBox3.Margin = new System.Windows.Forms.Padding(1);
  77. this.ultraGroupBox3.Name = "ultraGroupBox3";
  78. this.ultraGroupBox3.Size = new System.Drawing.Size(431, 56);
  79. this.ultraGroupBox3.TabIndex = 3;
  80. this.ultraGroupBox3.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  81. //
  82. // btnCancel
  83. //
  84. this.btnCancel.Location = new System.Drawing.Point(234, 14);
  85. this.btnCancel.Name = "btnCancel";
  86. this.btnCancel.Size = new System.Drawing.Size(75, 23);
  87. this.btnCancel.TabIndex = 0;
  88. this.btnCancel.Text = "取消";
  89. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  90. //
  91. // btnOK
  92. //
  93. this.btnOK.Location = new System.Drawing.Point(122, 14);
  94. this.btnOK.Name = "btnOK";
  95. this.btnOK.Size = new System.Drawing.Size(75, 23);
  96. this.btnOK.TabIndex = 0;
  97. this.btnOK.Text = "确认";
  98. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  99. //
  100. // tableLayoutPanel2
  101. //
  102. this.tableLayoutPanel2.ColumnCount = 2;
  103. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  104. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  105. this.tableLayoutPanel2.Controls.Add(this.ultraGroupBox1, 0, 0);
  106. this.tableLayoutPanel2.Controls.Add(this.ultraGroupBox2, 0, 0);
  107. this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  108. this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
  109. this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(0);
  110. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  111. this.tableLayoutPanel2.RowCount = 1;
  112. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  113. this.tableLayoutPanel2.Size = new System.Drawing.Size(433, 117);
  114. this.tableLayoutPanel2.TabIndex = 2;
  115. //
  116. // ultraGroupBox1
  117. //
  118. this.ultraGroupBox1.Controls.Add(this.uneZL);
  119. this.ultraGroupBox1.Controls.Add(this.rdbZL);
  120. this.ultraGroupBox1.Controls.Add(this.rdbZLDefault);
  121. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  122. this.ultraGroupBox1.Location = new System.Drawing.Point(217, 1);
  123. this.ultraGroupBox1.Margin = new System.Windows.Forms.Padding(1);
  124. this.ultraGroupBox1.Name = "ultraGroupBox1";
  125. this.ultraGroupBox1.Size = new System.Drawing.Size(215, 115);
  126. this.ultraGroupBox1.TabIndex = 3;
  127. this.ultraGroupBox1.Text = "重量系数设定";
  128. this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  129. //
  130. // uneZL
  131. //
  132. this.uneZL.Location = new System.Drawing.Point(136, 68);
  133. this.uneZL.MaskInput = "nn.nnnn";
  134. this.uneZL.Name = "uneZL";
  135. this.uneZL.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
  136. this.uneZL.Size = new System.Drawing.Size(50, 21);
  137. this.uneZL.TabIndex = 0;
  138. //
  139. // rdbZL
  140. //
  141. this.rdbZL.AutoSize = true;
  142. this.rdbZL.Location = new System.Drawing.Point(18, 70);
  143. this.rdbZL.Name = "rdbZL";
  144. this.rdbZL.Size = new System.Drawing.Size(119, 16);
  145. this.rdbZL.TabIndex = 0;
  146. this.rdbZL.TabStop = true;
  147. this.rdbZL.Text = "自定义重量系数:";
  148. this.rdbZL.UseVisualStyleBackColor = true;
  149. this.rdbZL.CheckedChanged += new System.EventHandler(this.rdbCJ_CheckedChanged);
  150. //
  151. // rdbZLDefault
  152. //
  153. this.rdbZLDefault.AutoSize = true;
  154. this.rdbZLDefault.Location = new System.Drawing.Point(18, 35);
  155. this.rdbZLDefault.Name = "rdbZLDefault";
  156. this.rdbZLDefault.Size = new System.Drawing.Size(95, 16);
  157. this.rdbZLDefault.TabIndex = 0;
  158. this.rdbZLDefault.TabStop = true;
  159. this.rdbZLDefault.Text = "默认重量系数";
  160. this.rdbZLDefault.UseVisualStyleBackColor = true;
  161. this.rdbZLDefault.CheckedChanged += new System.EventHandler(this.rdbCJ_CheckedChanged);
  162. //
  163. // ultraGroupBox2
  164. //
  165. this.ultraGroupBox2.Controls.Add(this.ultraLabel1);
  166. this.ultraGroupBox2.Controls.Add(this.uneCJ);
  167. this.ultraGroupBox2.Controls.Add(this.rdbCJ);
  168. this.ultraGroupBox2.Controls.Add(this.rdbCJDefault);
  169. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  170. this.ultraGroupBox2.Location = new System.Drawing.Point(1, 1);
  171. this.ultraGroupBox2.Margin = new System.Windows.Forms.Padding(1);
  172. this.ultraGroupBox2.Name = "ultraGroupBox2";
  173. this.ultraGroupBox2.Size = new System.Drawing.Size(214, 115);
  174. this.ultraGroupBox2.TabIndex = 2;
  175. this.ultraGroupBox2.Text = "抽检率设定";
  176. this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  177. //
  178. // uneCJ
  179. //
  180. this.uneCJ.Location = new System.Drawing.Point(118, 68);
  181. this.uneCJ.MaskInput = "nn";
  182. this.uneCJ.Name = "uneCJ";
  183. this.uneCJ.Size = new System.Drawing.Size(50, 21);
  184. this.uneCJ.TabIndex = 0;
  185. //
  186. // rdbCJ
  187. //
  188. this.rdbCJ.AutoSize = true;
  189. this.rdbCJ.Location = new System.Drawing.Point(17, 70);
  190. this.rdbCJ.Name = "rdbCJ";
  191. this.rdbCJ.Size = new System.Drawing.Size(107, 16);
  192. this.rdbCJ.TabIndex = 0;
  193. this.rdbCJ.TabStop = true;
  194. this.rdbCJ.Text = "自定义抽检率:";
  195. this.rdbCJ.UseVisualStyleBackColor = true;
  196. this.rdbCJ.CheckedChanged += new System.EventHandler(this.rdbCJ_CheckedChanged);
  197. //
  198. // rdbCJDefault
  199. //
  200. this.rdbCJDefault.AutoSize = true;
  201. this.rdbCJDefault.Location = new System.Drawing.Point(17, 35);
  202. this.rdbCJDefault.Name = "rdbCJDefault";
  203. this.rdbCJDefault.Size = new System.Drawing.Size(83, 16);
  204. this.rdbCJDefault.TabIndex = 0;
  205. this.rdbCJDefault.TabStop = true;
  206. this.rdbCJDefault.Text = "默认抽检率";
  207. this.rdbCJDefault.UseVisualStyleBackColor = true;
  208. this.rdbCJDefault.CheckedChanged += new System.EventHandler(this.rdbCJ_CheckedChanged);
  209. //
  210. // ultraLabel1
  211. //
  212. this.ultraLabel1.Location = new System.Drawing.Point(168, 71);
  213. this.ultraLabel1.Name = "ultraLabel1";
  214. this.ultraLabel1.Size = new System.Drawing.Size(11, 17);
  215. this.ultraLabel1.TabIndex = 1;
  216. this.ultraLabel1.Text = "%";
  217. //
  218. // FrmQAParaSet
  219. //
  220. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  221. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  222. this.ClientSize = new System.Drawing.Size(433, 175);
  223. this.Controls.Add(this.tableLayoutPanel1);
  224. this.Name = "FrmQAParaSet";
  225. this.Text = "抽检系数";
  226. this.tableLayoutPanel1.ResumeLayout(false);
  227. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).EndInit();
  228. this.ultraGroupBox3.ResumeLayout(false);
  229. this.tableLayoutPanel2.ResumeLayout(false);
  230. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  231. this.ultraGroupBox1.ResumeLayout(false);
  232. this.ultraGroupBox1.PerformLayout();
  233. ((System.ComponentModel.ISupportInitialize)(this.uneZL)).EndInit();
  234. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  235. this.ultraGroupBox2.ResumeLayout(false);
  236. this.ultraGroupBox2.PerformLayout();
  237. ((System.ComponentModel.ISupportInitialize)(this.uneCJ)).EndInit();
  238. this.ResumeLayout(false);
  239. }
  240. #endregion
  241. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  242. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox3;
  243. private Infragistics.Win.Misc.UltraButton btnCancel;
  244. private Infragistics.Win.Misc.UltraButton btnOK;
  245. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  246. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  247. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  248. private System.Windows.Forms.RadioButton rdbCJDefault;
  249. private Infragistics.Win.UltraWinEditors.UltraNumericEditor uneZL;
  250. private System.Windows.Forms.RadioButton rdbZL;
  251. private System.Windows.Forms.RadioButton rdbZLDefault;
  252. private Infragistics.Win.UltraWinEditors.UltraNumericEditor uneCJ;
  253. private System.Windows.Forms.RadioButton rdbCJ;
  254. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  255. }
  256. }