CustomerRule.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387
  1. namespace UAS_LabelMachine
  2. {
  3. partial class CustomerRule
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CustomerRule));
  29. this.cu_print_midlotno = new System.Windows.Forms.CheckBox();
  30. this.cu_print_midprod = new System.Windows.Forms.CheckBox();
  31. this.cu_print_midspec = new System.Windows.Forms.CheckBox();
  32. this.cu_print_midpo = new System.Windows.Forms.CheckBox();
  33. this.cu_print_regexpression = new UAS_LabelMachine.CustomControl.RichText.RichTextAutoBottom();
  34. this.CustomerTreeView = new System.Windows.Forms.TreeView();
  35. this.ButtonSaveScanGroup = new UAS_LabelMachine.CustomControl.NormalButton();
  36. this.Customer = new System.Windows.Forms.TextBox();
  37. this.label1 = new System.Windows.Forms.Label();
  38. this.cu_print_outprod = new System.Windows.Forms.CheckBox();
  39. this.cu_print_outpo = new System.Windows.Forms.CheckBox();
  40. this.cu_print_outspec = new System.Windows.Forms.CheckBox();
  41. this.cu_print_outlotno = new System.Windows.Forms.CheckBox();
  42. this.label2 = new System.Windows.Forms.Label();
  43. this.label3 = new System.Windows.Forms.Label();
  44. this.label4 = new System.Windows.Forms.Label();
  45. this.cu_print_papercount = new System.Windows.Forms.NumericUpDown();
  46. this.cu_print_checkonly = new System.Windows.Forms.CheckBox();
  47. this.Expression = new System.Windows.Forms.RadioButton();
  48. this.Equal = new System.Windows.Forms.RadioButton();
  49. this.label5 = new System.Windows.Forms.Label();
  50. this.CustProdAndSpec = new System.Windows.Forms.RadioButton();
  51. this.BarcodeAndSpec = new System.Windows.Forms.RadioButton();
  52. this.groupBox1 = new System.Windows.Forms.GroupBox();
  53. ((System.ComponentModel.ISupportInitialize)(this.cu_print_papercount)).BeginInit();
  54. this.groupBox1.SuspendLayout();
  55. this.SuspendLayout();
  56. //
  57. // cu_print_midlotno
  58. //
  59. this.cu_print_midlotno.AutoSize = true;
  60. this.cu_print_midlotno.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  61. this.cu_print_midlotno.Location = new System.Drawing.Point(301, 376);
  62. this.cu_print_midlotno.Name = "cu_print_midlotno";
  63. this.cu_print_midlotno.Size = new System.Drawing.Size(93, 25);
  64. this.cu_print_midlotno.TabIndex = 1;
  65. this.cu_print_midlotno.Tag = "Order";
  66. this.cu_print_midlotno.Text = "合并批号";
  67. this.cu_print_midlotno.UseVisualStyleBackColor = true;
  68. //
  69. // cu_print_midprod
  70. //
  71. this.cu_print_midprod.AutoSize = true;
  72. this.cu_print_midprod.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  73. this.cu_print_midprod.Location = new System.Drawing.Point(746, 376);
  74. this.cu_print_midprod.Name = "cu_print_midprod";
  75. this.cu_print_midprod.Size = new System.Drawing.Size(125, 25);
  76. this.cu_print_midprod.TabIndex = 2;
  77. this.cu_print_midprod.Tag = "DateCode";
  78. this.cu_print_midprod.Text = "合并客户料号";
  79. this.cu_print_midprod.UseVisualStyleBackColor = true;
  80. //
  81. // cu_print_midspec
  82. //
  83. this.cu_print_midspec.AutoSize = true;
  84. this.cu_print_midspec.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  85. this.cu_print_midspec.Location = new System.Drawing.Point(467, 376);
  86. this.cu_print_midspec.Name = "cu_print_midspec";
  87. this.cu_print_midspec.Size = new System.Drawing.Size(93, 25);
  88. this.cu_print_midspec.TabIndex = 3;
  89. this.cu_print_midspec.Tag = "QTY";
  90. this.cu_print_midspec.Text = "合并型号";
  91. this.cu_print_midspec.UseVisualStyleBackColor = true;
  92. //
  93. // cu_print_midpo
  94. //
  95. this.cu_print_midpo.AutoSize = true;
  96. this.cu_print_midpo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  97. this.cu_print_midpo.Location = new System.Drawing.Point(610, 376);
  98. this.cu_print_midpo.Name = "cu_print_midpo";
  99. this.cu_print_midpo.Size = new System.Drawing.Size(93, 25);
  100. this.cu_print_midpo.TabIndex = 4;
  101. this.cu_print_midpo.Tag = "PN";
  102. this.cu_print_midpo.Text = "合并订单";
  103. this.cu_print_midpo.UseVisualStyleBackColor = true;
  104. //
  105. // cu_print_regexpression
  106. //
  107. this.cu_print_regexpression.Enabled = false;
  108. this.cu_print_regexpression.Location = new System.Drawing.Point(410, 73);
  109. this.cu_print_regexpression.Name = "cu_print_regexpression";
  110. this.cu_print_regexpression.Size = new System.Drawing.Size(434, 96);
  111. this.cu_print_regexpression.TabIndex = 31;
  112. this.cu_print_regexpression.Text = "";
  113. //
  114. // CustomerTreeView
  115. //
  116. this.CustomerTreeView.Location = new System.Drawing.Point(0, 24);
  117. this.CustomerTreeView.Name = "CustomerTreeView";
  118. this.CustomerTreeView.Size = new System.Drawing.Size(251, 610);
  119. this.CustomerTreeView.TabIndex = 0;
  120. this.CustomerTreeView.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.CustomerTreeView_NodeMouseClick);
  121. //
  122. // ButtonSaveScanGroup
  123. //
  124. this.ButtonSaveScanGroup.Image = ((System.Drawing.Image)(resources.GetObject("ButtonSaveScanGroup.Image")));
  125. this.ButtonSaveScanGroup.Location = new System.Drawing.Point(254, 4);
  126. this.ButtonSaveScanGroup.Name = "ButtonSaveScanGroup";
  127. this.ButtonSaveScanGroup.Size = new System.Drawing.Size(64, 23);
  128. this.ButtonSaveScanGroup.TabIndex = 42;
  129. this.ButtonSaveScanGroup.Text = "保存";
  130. this.ButtonSaveScanGroup.UseVisualStyleBackColor = true;
  131. this.ButtonSaveScanGroup.Click += new System.EventHandler(this.ButtonSaveScanGroup_Click);
  132. //
  133. // Customer
  134. //
  135. this.Customer.Location = new System.Drawing.Point(85, 1);
  136. this.Customer.Name = "Customer";
  137. this.Customer.Size = new System.Drawing.Size(166, 21);
  138. this.Customer.TabIndex = 43;
  139. this.Customer.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Brand_KeyDown);
  140. //
  141. // label1
  142. //
  143. this.label1.AutoSize = true;
  144. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145. this.label1.Location = new System.Drawing.Point(3, 2);
  146. this.label1.Name = "label1";
  147. this.label1.Size = new System.Drawing.Size(74, 21);
  148. this.label1.TabIndex = 44;
  149. this.label1.Text = "客户搜索";
  150. //
  151. // cu_print_outprod
  152. //
  153. this.cu_print_outprod.AutoSize = true;
  154. this.cu_print_outprod.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  155. this.cu_print_outprod.Location = new System.Drawing.Point(746, 486);
  156. this.cu_print_outprod.Name = "cu_print_outprod";
  157. this.cu_print_outprod.Size = new System.Drawing.Size(125, 25);
  158. this.cu_print_outprod.TabIndex = 47;
  159. this.cu_print_outprod.Tag = "Order";
  160. this.cu_print_outprod.Text = "合并客户料号";
  161. this.cu_print_outprod.UseVisualStyleBackColor = true;
  162. //
  163. // cu_print_outpo
  164. //
  165. this.cu_print_outpo.AutoSize = true;
  166. this.cu_print_outpo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  167. this.cu_print_outpo.Location = new System.Drawing.Point(610, 486);
  168. this.cu_print_outpo.Name = "cu_print_outpo";
  169. this.cu_print_outpo.Size = new System.Drawing.Size(93, 25);
  170. this.cu_print_outpo.TabIndex = 48;
  171. this.cu_print_outpo.Tag = "Order";
  172. this.cu_print_outpo.Text = "合并订单";
  173. this.cu_print_outpo.UseVisualStyleBackColor = true;
  174. //
  175. // cu_print_outspec
  176. //
  177. this.cu_print_outspec.AutoSize = true;
  178. this.cu_print_outspec.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  179. this.cu_print_outspec.Location = new System.Drawing.Point(467, 486);
  180. this.cu_print_outspec.Name = "cu_print_outspec";
  181. this.cu_print_outspec.Size = new System.Drawing.Size(93, 25);
  182. this.cu_print_outspec.TabIndex = 49;
  183. this.cu_print_outspec.Tag = "Order";
  184. this.cu_print_outspec.Text = "合并型号";
  185. this.cu_print_outspec.UseVisualStyleBackColor = true;
  186. //
  187. // cu_print_outlotno
  188. //
  189. this.cu_print_outlotno.AutoSize = true;
  190. this.cu_print_outlotno.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  191. this.cu_print_outlotno.Location = new System.Drawing.Point(301, 486);
  192. this.cu_print_outlotno.Name = "cu_print_outlotno";
  193. this.cu_print_outlotno.Size = new System.Drawing.Size(93, 25);
  194. this.cu_print_outlotno.TabIndex = 50;
  195. this.cu_print_outlotno.Tag = "Order";
  196. this.cu_print_outlotno.Text = "合并批号";
  197. this.cu_print_outlotno.UseVisualStyleBackColor = true;
  198. //
  199. // label2
  200. //
  201. this.label2.AutoSize = true;
  202. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  203. this.label2.Location = new System.Drawing.Point(297, 331);
  204. this.label2.Name = "label2";
  205. this.label2.Size = new System.Drawing.Size(106, 21);
  206. this.label2.TabIndex = 51;
  207. this.label2.Text = "中盒合并规则";
  208. //
  209. // label3
  210. //
  211. this.label3.AutoSize = true;
  212. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  213. this.label3.Location = new System.Drawing.Point(297, 446);
  214. this.label3.Name = "label3";
  215. this.label3.Size = new System.Drawing.Size(106, 21);
  216. this.label3.TabIndex = 52;
  217. this.label3.Text = "外箱合并规则";
  218. //
  219. // label4
  220. //
  221. this.label4.AutoSize = true;
  222. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  223. this.label4.Location = new System.Drawing.Point(297, 220);
  224. this.label4.Name = "label4";
  225. this.label4.Size = new System.Drawing.Size(42, 21);
  226. this.label4.TabIndex = 53;
  227. this.label4.Text = "纸型";
  228. //
  229. // cu_print_papercount
  230. //
  231. this.cu_print_papercount.Location = new System.Drawing.Point(360, 220);
  232. this.cu_print_papercount.Name = "cu_print_papercount";
  233. this.cu_print_papercount.Size = new System.Drawing.Size(55, 21);
  234. this.cu_print_papercount.TabIndex = 54;
  235. //
  236. // cu_print_checkonly
  237. //
  238. this.cu_print_checkonly.AutoSize = true;
  239. this.cu_print_checkonly.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  240. this.cu_print_checkonly.Location = new System.Drawing.Point(483, 216);
  241. this.cu_print_checkonly.Name = "cu_print_checkonly";
  242. this.cu_print_checkonly.Size = new System.Drawing.Size(77, 25);
  243. this.cu_print_checkonly.TabIndex = 56;
  244. this.cu_print_checkonly.Tag = "QTY";
  245. this.cu_print_checkonly.Text = "仅复核";
  246. this.cu_print_checkonly.UseVisualStyleBackColor = true;
  247. //
  248. // Expression
  249. //
  250. this.Expression.AutoSize = true;
  251. this.Expression.Font = new System.Drawing.Font("微软雅黑", 9F);
  252. this.Expression.Location = new System.Drawing.Point(301, 110);
  253. this.Expression.Name = "Expression";
  254. this.Expression.Size = new System.Drawing.Size(62, 21);
  255. this.Expression.TabIndex = 57;
  256. this.Expression.TabStop = true;
  257. this.Expression.Text = "表达式";
  258. this.Expression.UseVisualStyleBackColor = true;
  259. //
  260. // Equal
  261. //
  262. this.Equal.AutoSize = true;
  263. this.Equal.Checked = true;
  264. this.Equal.Font = new System.Drawing.Font("微软雅黑", 9F);
  265. this.Equal.Location = new System.Drawing.Point(301, 73);
  266. this.Equal.Name = "Equal";
  267. this.Equal.Size = new System.Drawing.Size(50, 21);
  268. this.Equal.TabIndex = 58;
  269. this.Equal.TabStop = true;
  270. this.Equal.Text = "相等";
  271. this.Equal.UseVisualStyleBackColor = true;
  272. this.Equal.CheckedChanged += new System.EventHandler(this.Equal_CheckedChanged);
  273. //
  274. // label5
  275. //
  276. this.label5.AutoSize = true;
  277. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  278. this.label5.Location = new System.Drawing.Point(297, 277);
  279. this.label5.Name = "label5";
  280. this.label5.Size = new System.Drawing.Size(74, 21);
  281. this.label5.TabIndex = 59;
  282. this.label5.Text = "复核数据";
  283. //
  284. // CustProdAndSpec
  285. //
  286. this.CustProdAndSpec.AutoSize = true;
  287. this.CustProdAndSpec.Checked = true;
  288. this.CustProdAndSpec.Font = new System.Drawing.Font("微软雅黑", 12F);
  289. this.CustProdAndSpec.Location = new System.Drawing.Point(5, 6);
  290. this.CustProdAndSpec.Name = "CustProdAndSpec";
  291. this.CustProdAndSpec.Size = new System.Drawing.Size(136, 25);
  292. this.CustProdAndSpec.TabIndex = 60;
  293. this.CustProdAndSpec.TabStop = true;
  294. this.CustProdAndSpec.Text = "客户料号+型号";
  295. this.CustProdAndSpec.UseVisualStyleBackColor = true;
  296. //
  297. // BarcodeAndSpec
  298. //
  299. this.BarcodeAndSpec.AutoSize = true;
  300. this.BarcodeAndSpec.Font = new System.Drawing.Font("微软雅黑", 12F);
  301. this.BarcodeAndSpec.Location = new System.Drawing.Point(168, 6);
  302. this.BarcodeAndSpec.Name = "BarcodeAndSpec";
  303. this.BarcodeAndSpec.Size = new System.Drawing.Size(120, 25);
  304. this.BarcodeAndSpec.TabIndex = 61;
  305. this.BarcodeAndSpec.TabStop = true;
  306. this.BarcodeAndSpec.Text = "唯一码+型号";
  307. this.BarcodeAndSpec.UseVisualStyleBackColor = true;
  308. //
  309. // groupBox1
  310. //
  311. this.groupBox1.Controls.Add(this.BarcodeAndSpec);
  312. this.groupBox1.Controls.Add(this.CustProdAndSpec);
  313. this.groupBox1.Location = new System.Drawing.Point(410, 271);
  314. this.groupBox1.Name = "groupBox1";
  315. this.groupBox1.Size = new System.Drawing.Size(294, 30);
  316. this.groupBox1.TabIndex = 62;
  317. this.groupBox1.TabStop = false;
  318. //
  319. // CustomerRule
  320. //
  321. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  322. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  323. this.ClientSize = new System.Drawing.Size(1082, 634);
  324. this.Controls.Add(this.groupBox1);
  325. this.Controls.Add(this.label5);
  326. this.Controls.Add(this.Equal);
  327. this.Controls.Add(this.Expression);
  328. this.Controls.Add(this.cu_print_checkonly);
  329. this.Controls.Add(this.cu_print_papercount);
  330. this.Controls.Add(this.label4);
  331. this.Controls.Add(this.label3);
  332. this.Controls.Add(this.label2);
  333. this.Controls.Add(this.cu_print_outlotno);
  334. this.Controls.Add(this.cu_print_outspec);
  335. this.Controls.Add(this.cu_print_outpo);
  336. this.Controls.Add(this.cu_print_outprod);
  337. this.Controls.Add(this.label1);
  338. this.Controls.Add(this.Customer);
  339. this.Controls.Add(this.ButtonSaveScanGroup);
  340. this.Controls.Add(this.cu_print_regexpression);
  341. this.Controls.Add(this.cu_print_midpo);
  342. this.Controls.Add(this.cu_print_midspec);
  343. this.Controls.Add(this.cu_print_midprod);
  344. this.Controls.Add(this.cu_print_midlotno);
  345. this.Controls.Add(this.CustomerTreeView);
  346. this.Name = "CustomerRule";
  347. this.Text = "客户规则";
  348. this.Load += new System.EventHandler(this.CustomerRule_Load);
  349. this.SizeChanged += new System.EventHandler(this.CustomerRule_SizeChanged);
  350. ((System.ComponentModel.ISupportInitialize)(this.cu_print_papercount)).EndInit();
  351. this.groupBox1.ResumeLayout(false);
  352. this.groupBox1.PerformLayout();
  353. this.ResumeLayout(false);
  354. this.PerformLayout();
  355. }
  356. #endregion
  357. private System.Windows.Forms.CheckBox cu_print_midlotno;
  358. private System.Windows.Forms.CheckBox cu_print_midprod;
  359. private System.Windows.Forms.CheckBox cu_print_midspec;
  360. private System.Windows.Forms.CheckBox cu_print_midpo;
  361. private CustomControl.RichText.RichTextAutoBottom cu_print_regexpression;
  362. private System.Windows.Forms.TreeView CustomerTreeView;
  363. private CustomControl.NormalButton ButtonSaveScanGroup;
  364. private System.Windows.Forms.TextBox Customer;
  365. private System.Windows.Forms.Label label1;
  366. private System.Windows.Forms.CheckBox cu_print_outprod;
  367. private System.Windows.Forms.CheckBox cu_print_outpo;
  368. private System.Windows.Forms.CheckBox cu_print_outspec;
  369. private System.Windows.Forms.CheckBox cu_print_outlotno;
  370. private System.Windows.Forms.Label label2;
  371. private System.Windows.Forms.Label label3;
  372. private System.Windows.Forms.Label label4;
  373. private System.Windows.Forms.NumericUpDown cu_print_papercount;
  374. private System.Windows.Forms.CheckBox cu_print_checkonly;
  375. private System.Windows.Forms.RadioButton Expression;
  376. private System.Windows.Forms.RadioButton Equal;
  377. private System.Windows.Forms.Label label5;
  378. private System.Windows.Forms.RadioButton CustProdAndSpec;
  379. private System.Windows.Forms.RadioButton BarcodeAndSpec;
  380. private System.Windows.Forms.GroupBox groupBox1;
  381. }
  382. }