CustomerRule.Designer.cs 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577
  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. this.cu_print_middc = new System.Windows.Forms.CheckBox();
  54. this.cu_print_outdc = new System.Windows.Forms.CheckBox();
  55. this.cu_print_checkdatecode = new System.Windows.Forms.CheckBox();
  56. this.label6 = new System.Windows.Forms.Label();
  57. this.groupBox2 = new System.Windows.Forms.GroupBox();
  58. this.groupBox3 = new System.Windows.Forms.GroupBox();
  59. this.radioButton5 = new System.Windows.Forms.RadioButton();
  60. this.radioButton4 = new System.Windows.Forms.RadioButton();
  61. this.radioButton3 = new System.Windows.Forms.RadioButton();
  62. this.radioButton2 = new System.Windows.Forms.RadioButton();
  63. this.radioButton1 = new System.Windows.Forms.RadioButton();
  64. this.FormatExample = new System.Windows.Forms.Label();
  65. this.FormatExample1 = new System.Windows.Forms.Label();
  66. ((System.ComponentModel.ISupportInitialize)(this.cu_print_papercount)).BeginInit();
  67. this.groupBox1.SuspendLayout();
  68. this.groupBox2.SuspendLayout();
  69. this.groupBox3.SuspendLayout();
  70. this.SuspendLayout();
  71. //
  72. // cu_print_midlotno
  73. //
  74. this.cu_print_midlotno.AutoSize = true;
  75. this.cu_print_midlotno.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  76. this.cu_print_midlotno.Location = new System.Drawing.Point(301, 376);
  77. this.cu_print_midlotno.Name = "cu_print_midlotno";
  78. this.cu_print_midlotno.Size = new System.Drawing.Size(93, 25);
  79. this.cu_print_midlotno.TabIndex = 1;
  80. this.cu_print_midlotno.Tag = "Order";
  81. this.cu_print_midlotno.Text = "合并批号";
  82. this.cu_print_midlotno.UseVisualStyleBackColor = true;
  83. //
  84. // cu_print_midprod
  85. //
  86. this.cu_print_midprod.AutoSize = true;
  87. this.cu_print_midprod.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  88. this.cu_print_midprod.Location = new System.Drawing.Point(716, 376);
  89. this.cu_print_midprod.Name = "cu_print_midprod";
  90. this.cu_print_midprod.Size = new System.Drawing.Size(125, 25);
  91. this.cu_print_midprod.TabIndex = 2;
  92. this.cu_print_midprod.Tag = "DateCode";
  93. this.cu_print_midprod.Text = "合并客户料号";
  94. this.cu_print_midprod.UseVisualStyleBackColor = true;
  95. //
  96. // cu_print_midspec
  97. //
  98. this.cu_print_midspec.AutoSize = true;
  99. this.cu_print_midspec.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  100. this.cu_print_midspec.Location = new System.Drawing.Point(437, 376);
  101. this.cu_print_midspec.Name = "cu_print_midspec";
  102. this.cu_print_midspec.Size = new System.Drawing.Size(93, 25);
  103. this.cu_print_midspec.TabIndex = 3;
  104. this.cu_print_midspec.Tag = "QTY";
  105. this.cu_print_midspec.Text = "合并型号";
  106. this.cu_print_midspec.UseVisualStyleBackColor = true;
  107. //
  108. // cu_print_midpo
  109. //
  110. this.cu_print_midpo.AutoSize = true;
  111. this.cu_print_midpo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  112. this.cu_print_midpo.Location = new System.Drawing.Point(580, 376);
  113. this.cu_print_midpo.Name = "cu_print_midpo";
  114. this.cu_print_midpo.Size = new System.Drawing.Size(93, 25);
  115. this.cu_print_midpo.TabIndex = 4;
  116. this.cu_print_midpo.Tag = "PN";
  117. this.cu_print_midpo.Text = "合并订单";
  118. this.cu_print_midpo.UseVisualStyleBackColor = true;
  119. //
  120. // cu_print_regexpression
  121. //
  122. this.cu_print_regexpression.Enabled = false;
  123. this.cu_print_regexpression.Location = new System.Drawing.Point(410, 73);
  124. this.cu_print_regexpression.Name = "cu_print_regexpression";
  125. this.cu_print_regexpression.Size = new System.Drawing.Size(434, 96);
  126. this.cu_print_regexpression.TabIndex = 31;
  127. this.cu_print_regexpression.Text = "";
  128. //
  129. // CustomerTreeView
  130. //
  131. this.CustomerTreeView.Location = new System.Drawing.Point(0, 24);
  132. this.CustomerTreeView.Name = "CustomerTreeView";
  133. this.CustomerTreeView.Size = new System.Drawing.Size(251, 610);
  134. this.CustomerTreeView.TabIndex = 0;
  135. this.CustomerTreeView.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.CustomerTreeView_NodeMouseClick);
  136. //
  137. // ButtonSaveScanGroup
  138. //
  139. this.ButtonSaveScanGroup.Image = ((System.Drawing.Image)(resources.GetObject("ButtonSaveScanGroup.Image")));
  140. this.ButtonSaveScanGroup.Location = new System.Drawing.Point(254, 4);
  141. this.ButtonSaveScanGroup.Name = "ButtonSaveScanGroup";
  142. this.ButtonSaveScanGroup.Size = new System.Drawing.Size(64, 23);
  143. this.ButtonSaveScanGroup.TabIndex = 42;
  144. this.ButtonSaveScanGroup.Text = "保存";
  145. this.ButtonSaveScanGroup.UseVisualStyleBackColor = true;
  146. this.ButtonSaveScanGroup.Click += new System.EventHandler(this.ButtonSaveScanGroup_Click);
  147. //
  148. // Customer
  149. //
  150. this.Customer.Location = new System.Drawing.Point(85, 1);
  151. this.Customer.Name = "Customer";
  152. this.Customer.Size = new System.Drawing.Size(166, 21);
  153. this.Customer.TabIndex = 43;
  154. this.Customer.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Brand_KeyDown);
  155. //
  156. // label1
  157. //
  158. this.label1.AutoSize = true;
  159. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  160. this.label1.Location = new System.Drawing.Point(3, 2);
  161. this.label1.Name = "label1";
  162. this.label1.Size = new System.Drawing.Size(74, 21);
  163. this.label1.TabIndex = 44;
  164. this.label1.Text = "客户搜索";
  165. //
  166. // cu_print_outprod
  167. //
  168. this.cu_print_outprod.AutoSize = true;
  169. this.cu_print_outprod.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  170. this.cu_print_outprod.Location = new System.Drawing.Point(716, 472);
  171. this.cu_print_outprod.Name = "cu_print_outprod";
  172. this.cu_print_outprod.Size = new System.Drawing.Size(125, 25);
  173. this.cu_print_outprod.TabIndex = 47;
  174. this.cu_print_outprod.Tag = "Order";
  175. this.cu_print_outprod.Text = "合并客户料号";
  176. this.cu_print_outprod.UseVisualStyleBackColor = true;
  177. //
  178. // cu_print_outpo
  179. //
  180. this.cu_print_outpo.AutoSize = true;
  181. this.cu_print_outpo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  182. this.cu_print_outpo.Location = new System.Drawing.Point(580, 472);
  183. this.cu_print_outpo.Name = "cu_print_outpo";
  184. this.cu_print_outpo.Size = new System.Drawing.Size(93, 25);
  185. this.cu_print_outpo.TabIndex = 48;
  186. this.cu_print_outpo.Tag = "Order";
  187. this.cu_print_outpo.Text = "合并订单";
  188. this.cu_print_outpo.UseVisualStyleBackColor = true;
  189. //
  190. // cu_print_outspec
  191. //
  192. this.cu_print_outspec.AutoSize = true;
  193. this.cu_print_outspec.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  194. this.cu_print_outspec.Location = new System.Drawing.Point(437, 472);
  195. this.cu_print_outspec.Name = "cu_print_outspec";
  196. this.cu_print_outspec.Size = new System.Drawing.Size(93, 25);
  197. this.cu_print_outspec.TabIndex = 49;
  198. this.cu_print_outspec.Tag = "Order";
  199. this.cu_print_outspec.Text = "合并型号";
  200. this.cu_print_outspec.UseVisualStyleBackColor = true;
  201. //
  202. // cu_print_outlotno
  203. //
  204. this.cu_print_outlotno.AutoSize = true;
  205. this.cu_print_outlotno.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  206. this.cu_print_outlotno.Location = new System.Drawing.Point(301, 472);
  207. this.cu_print_outlotno.Name = "cu_print_outlotno";
  208. this.cu_print_outlotno.Size = new System.Drawing.Size(93, 25);
  209. this.cu_print_outlotno.TabIndex = 50;
  210. this.cu_print_outlotno.Tag = "Order";
  211. this.cu_print_outlotno.Text = "合并批号";
  212. this.cu_print_outlotno.UseVisualStyleBackColor = true;
  213. //
  214. // label2
  215. //
  216. this.label2.AutoSize = true;
  217. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  218. this.label2.Location = new System.Drawing.Point(297, 331);
  219. this.label2.Name = "label2";
  220. this.label2.Size = new System.Drawing.Size(106, 21);
  221. this.label2.TabIndex = 51;
  222. this.label2.Text = "中盒合并规则";
  223. //
  224. // label3
  225. //
  226. this.label3.AutoSize = true;
  227. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  228. this.label3.Location = new System.Drawing.Point(297, 432);
  229. this.label3.Name = "label3";
  230. this.label3.Size = new System.Drawing.Size(106, 21);
  231. this.label3.TabIndex = 52;
  232. this.label3.Text = "外箱合并规则";
  233. //
  234. // label4
  235. //
  236. this.label4.AutoSize = true;
  237. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  238. this.label4.Location = new System.Drawing.Point(297, 220);
  239. this.label4.Name = "label4";
  240. this.label4.Size = new System.Drawing.Size(42, 21);
  241. this.label4.TabIndex = 53;
  242. this.label4.Text = "纸型";
  243. //
  244. // cu_print_papercount
  245. //
  246. this.cu_print_papercount.Location = new System.Drawing.Point(360, 220);
  247. this.cu_print_papercount.Name = "cu_print_papercount";
  248. this.cu_print_papercount.Size = new System.Drawing.Size(55, 21);
  249. this.cu_print_papercount.TabIndex = 54;
  250. //
  251. // cu_print_checkonly
  252. //
  253. this.cu_print_checkonly.AutoSize = true;
  254. this.cu_print_checkonly.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  255. this.cu_print_checkonly.Location = new System.Drawing.Point(483, 220);
  256. this.cu_print_checkonly.Name = "cu_print_checkonly";
  257. this.cu_print_checkonly.Size = new System.Drawing.Size(77, 25);
  258. this.cu_print_checkonly.TabIndex = 56;
  259. this.cu_print_checkonly.Tag = "QTY";
  260. this.cu_print_checkonly.Text = "仅复核";
  261. this.cu_print_checkonly.UseVisualStyleBackColor = true;
  262. //
  263. // Expression
  264. //
  265. this.Expression.AutoSize = true;
  266. this.Expression.Font = new System.Drawing.Font("微软雅黑", 9F);
  267. this.Expression.Location = new System.Drawing.Point(24, 57);
  268. this.Expression.Name = "Expression";
  269. this.Expression.Size = new System.Drawing.Size(62, 21);
  270. this.Expression.TabIndex = 57;
  271. this.Expression.TabStop = true;
  272. this.Expression.Text = "表达式";
  273. this.Expression.UseVisualStyleBackColor = true;
  274. //
  275. // Equal
  276. //
  277. this.Equal.AutoSize = true;
  278. this.Equal.Checked = true;
  279. this.Equal.Font = new System.Drawing.Font("微软雅黑", 9F);
  280. this.Equal.Location = new System.Drawing.Point(24, 20);
  281. this.Equal.Name = "Equal";
  282. this.Equal.Size = new System.Drawing.Size(50, 21);
  283. this.Equal.TabIndex = 58;
  284. this.Equal.TabStop = true;
  285. this.Equal.Text = "相等";
  286. this.Equal.UseVisualStyleBackColor = true;
  287. this.Equal.CheckedChanged += new System.EventHandler(this.Equal_CheckedChanged);
  288. //
  289. // label5
  290. //
  291. this.label5.AutoSize = true;
  292. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  293. this.label5.Location = new System.Drawing.Point(297, 277);
  294. this.label5.Name = "label5";
  295. this.label5.Size = new System.Drawing.Size(74, 21);
  296. this.label5.TabIndex = 59;
  297. this.label5.Text = "复核数据";
  298. //
  299. // CustProdAndSpec
  300. //
  301. this.CustProdAndSpec.AutoSize = true;
  302. this.CustProdAndSpec.Checked = true;
  303. this.CustProdAndSpec.Font = new System.Drawing.Font("微软雅黑", 12F);
  304. this.CustProdAndSpec.Location = new System.Drawing.Point(5, 4);
  305. this.CustProdAndSpec.Name = "CustProdAndSpec";
  306. this.CustProdAndSpec.Size = new System.Drawing.Size(136, 25);
  307. this.CustProdAndSpec.TabIndex = 60;
  308. this.CustProdAndSpec.TabStop = true;
  309. this.CustProdAndSpec.Text = "客户料号+型号";
  310. this.CustProdAndSpec.UseVisualStyleBackColor = true;
  311. //
  312. // BarcodeAndSpec
  313. //
  314. this.BarcodeAndSpec.AutoSize = true;
  315. this.BarcodeAndSpec.Font = new System.Drawing.Font("微软雅黑", 12F);
  316. this.BarcodeAndSpec.Location = new System.Drawing.Point(168, 4);
  317. this.BarcodeAndSpec.Name = "BarcodeAndSpec";
  318. this.BarcodeAndSpec.Size = new System.Drawing.Size(120, 25);
  319. this.BarcodeAndSpec.TabIndex = 61;
  320. this.BarcodeAndSpec.Text = "唯一码+型号";
  321. this.BarcodeAndSpec.UseVisualStyleBackColor = true;
  322. //
  323. // groupBox1
  324. //
  325. this.groupBox1.Controls.Add(this.BarcodeAndSpec);
  326. this.groupBox1.Controls.Add(this.CustProdAndSpec);
  327. this.groupBox1.Location = new System.Drawing.Point(410, 273);
  328. this.groupBox1.Name = "groupBox1";
  329. this.groupBox1.Size = new System.Drawing.Size(294, 27);
  330. this.groupBox1.TabIndex = 62;
  331. this.groupBox1.TabStop = false;
  332. //
  333. // cu_print_middc
  334. //
  335. this.cu_print_middc.AutoSize = true;
  336. this.cu_print_middc.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  337. this.cu_print_middc.Location = new System.Drawing.Point(866, 376);
  338. this.cu_print_middc.Name = "cu_print_middc";
  339. this.cu_print_middc.Size = new System.Drawing.Size(84, 25);
  340. this.cu_print_middc.TabIndex = 63;
  341. this.cu_print_middc.Tag = "DateCode";
  342. this.cu_print_middc.Text = "合并DC";
  343. this.cu_print_middc.UseVisualStyleBackColor = true;
  344. //
  345. // cu_print_outdc
  346. //
  347. this.cu_print_outdc.AutoSize = true;
  348. this.cu_print_outdc.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  349. this.cu_print_outdc.Location = new System.Drawing.Point(866, 472);
  350. this.cu_print_outdc.Name = "cu_print_outdc";
  351. this.cu_print_outdc.Size = new System.Drawing.Size(84, 25);
  352. this.cu_print_outdc.TabIndex = 64;
  353. this.cu_print_outdc.Tag = "DateCode";
  354. this.cu_print_outdc.Text = "合并DC";
  355. this.cu_print_outdc.UseVisualStyleBackColor = true;
  356. //
  357. // cu_print_checkdatecode
  358. //
  359. this.cu_print_checkdatecode.AutoSize = true;
  360. this.cu_print_checkdatecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  361. this.cu_print_checkdatecode.Location = new System.Drawing.Point(596, 220);
  362. this.cu_print_checkdatecode.Name = "cu_print_checkdatecode";
  363. this.cu_print_checkdatecode.Size = new System.Drawing.Size(137, 25);
  364. this.cu_print_checkdatecode.TabIndex = 65;
  365. this.cu_print_checkdatecode.Tag = "QTY";
  366. this.cu_print_checkdatecode.Text = "校验DateCode";
  367. this.cu_print_checkdatecode.UseVisualStyleBackColor = true;
  368. //
  369. // label6
  370. //
  371. this.label6.AutoSize = true;
  372. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  373. this.label6.Location = new System.Drawing.Point(297, 514);
  374. this.label6.Name = "label6";
  375. this.label6.Size = new System.Drawing.Size(106, 21);
  376. this.label6.TabIndex = 66;
  377. this.label6.Text = "日期格式示例";
  378. //
  379. // groupBox2
  380. //
  381. this.groupBox2.Controls.Add(this.Equal);
  382. this.groupBox2.Controls.Add(this.Expression);
  383. this.groupBox2.Location = new System.Drawing.Point(290, 69);
  384. this.groupBox2.Name = "groupBox2";
  385. this.groupBox2.Size = new System.Drawing.Size(104, 100);
  386. this.groupBox2.TabIndex = 67;
  387. this.groupBox2.TabStop = false;
  388. //
  389. // groupBox3
  390. //
  391. this.groupBox3.Controls.Add(this.radioButton5);
  392. this.groupBox3.Controls.Add(this.radioButton4);
  393. this.groupBox3.Controls.Add(this.radioButton3);
  394. this.groupBox3.Controls.Add(this.radioButton2);
  395. this.groupBox3.Controls.Add(this.radioButton1);
  396. this.groupBox3.Location = new System.Drawing.Point(290, 540);
  397. this.groupBox3.Name = "groupBox3";
  398. this.groupBox3.Size = new System.Drawing.Size(660, 45);
  399. this.groupBox3.TabIndex = 68;
  400. this.groupBox3.TabStop = false;
  401. //
  402. // radioButton5
  403. //
  404. this.radioButton5.AutoSize = true;
  405. this.radioButton5.Font = new System.Drawing.Font("微软雅黑", 9F);
  406. this.radioButton5.Location = new System.Drawing.Point(576, 15);
  407. this.radioButton5.Name = "radioButton5";
  408. this.radioButton5.Size = new System.Drawing.Size(62, 21);
  409. this.radioButton5.TabIndex = 63;
  410. this.radioButton5.TabStop = true;
  411. this.radioButton5.Text = "表达式";
  412. this.radioButton5.UseVisualStyleBackColor = true;
  413. this.radioButton5.Visible = false;
  414. //
  415. // radioButton4
  416. //
  417. this.radioButton4.AutoSize = true;
  418. this.radioButton4.Font = new System.Drawing.Font("微软雅黑", 9F);
  419. this.radioButton4.Location = new System.Drawing.Point(147, 15);
  420. this.radioButton4.Name = "radioButton4";
  421. this.radioButton4.Size = new System.Drawing.Size(80, 21);
  422. this.radioButton4.TabIndex = 62;
  423. this.radioButton4.TabStop = true;
  424. this.radioButton4.Text = "M/d/yyyy";
  425. this.radioButton4.UseVisualStyleBackColor = true;
  426. this.radioButton4.CheckedChanged += new System.EventHandler(this.DateFormat_CheckedChanged);
  427. //
  428. // radioButton3
  429. //
  430. this.radioButton3.AutoSize = true;
  431. this.radioButton3.Font = new System.Drawing.Font("微软雅黑", 9F);
  432. this.radioButton3.Location = new System.Drawing.Point(426, 15);
  433. this.radioButton3.Name = "radioButton3";
  434. this.radioButton3.Size = new System.Drawing.Size(62, 21);
  435. this.radioButton3.TabIndex = 61;
  436. this.radioButton3.TabStop = true;
  437. this.radioButton3.Text = "表达式";
  438. this.radioButton3.UseVisualStyleBackColor = true;
  439. this.radioButton3.Visible = false;
  440. //
  441. // radioButton2
  442. //
  443. this.radioButton2.AutoSize = true;
  444. this.radioButton2.Font = new System.Drawing.Font("微软雅黑", 9F);
  445. this.radioButton2.Location = new System.Drawing.Point(290, 15);
  446. this.radioButton2.Name = "radioButton2";
  447. this.radioButton2.Size = new System.Drawing.Size(100, 21);
  448. this.radioButton2.TabIndex = 60;
  449. this.radioButton2.TabStop = true;
  450. this.radioButton2.Text = "yyyy/MM/dd";
  451. this.radioButton2.UseVisualStyleBackColor = true;
  452. this.radioButton2.CheckedChanged += new System.EventHandler(this.DateFormat_CheckedChanged);
  453. //
  454. // radioButton1
  455. //
  456. this.radioButton1.AutoSize = true;
  457. this.radioButton1.Font = new System.Drawing.Font("微软雅黑", 9F);
  458. this.radioButton1.Location = new System.Drawing.Point(11, 15);
  459. this.radioButton1.Name = "radioButton1";
  460. this.radioButton1.Size = new System.Drawing.Size(68, 21);
  461. this.radioButton1.TabIndex = 59;
  462. this.radioButton1.TabStop = true;
  463. this.radioButton1.Text = "M/d/yy";
  464. this.radioButton1.UseVisualStyleBackColor = true;
  465. this.radioButton1.CheckedChanged += new System.EventHandler(this.DateFormat_CheckedChanged);
  466. //
  467. // FormatExample
  468. //
  469. this.FormatExample.AutoSize = true;
  470. this.FormatExample.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  471. this.FormatExample.Location = new System.Drawing.Point(406, 514);
  472. this.FormatExample.Name = "FormatExample";
  473. this.FormatExample.Size = new System.Drawing.Size(96, 21);
  474. this.FormatExample.TabIndex = 69;
  475. this.FormatExample.Text = "2019-01-30";
  476. //
  477. // FormatExample1
  478. //
  479. this.FormatExample1.AutoSize = true;
  480. this.FormatExample1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  481. this.FormatExample1.Location = new System.Drawing.Point(527, 514);
  482. this.FormatExample1.Name = "FormatExample1";
  483. this.FormatExample1.Size = new System.Drawing.Size(0, 21);
  484. this.FormatExample1.TabIndex = 70;
  485. //
  486. // CustomerRule
  487. //
  488. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  489. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  490. this.ClientSize = new System.Drawing.Size(1082, 634);
  491. this.Controls.Add(this.FormatExample1);
  492. this.Controls.Add(this.FormatExample);
  493. this.Controls.Add(this.groupBox3);
  494. this.Controls.Add(this.groupBox2);
  495. this.Controls.Add(this.label6);
  496. this.Controls.Add(this.cu_print_checkdatecode);
  497. this.Controls.Add(this.cu_print_outdc);
  498. this.Controls.Add(this.cu_print_middc);
  499. this.Controls.Add(this.groupBox1);
  500. this.Controls.Add(this.label5);
  501. this.Controls.Add(this.cu_print_checkonly);
  502. this.Controls.Add(this.cu_print_papercount);
  503. this.Controls.Add(this.label4);
  504. this.Controls.Add(this.label3);
  505. this.Controls.Add(this.label2);
  506. this.Controls.Add(this.cu_print_outlotno);
  507. this.Controls.Add(this.cu_print_outspec);
  508. this.Controls.Add(this.cu_print_outpo);
  509. this.Controls.Add(this.cu_print_outprod);
  510. this.Controls.Add(this.label1);
  511. this.Controls.Add(this.Customer);
  512. this.Controls.Add(this.ButtonSaveScanGroup);
  513. this.Controls.Add(this.cu_print_regexpression);
  514. this.Controls.Add(this.cu_print_midpo);
  515. this.Controls.Add(this.cu_print_midspec);
  516. this.Controls.Add(this.cu_print_midprod);
  517. this.Controls.Add(this.cu_print_midlotno);
  518. this.Controls.Add(this.CustomerTreeView);
  519. this.Name = "CustomerRule";
  520. this.Text = "客户规则";
  521. this.Load += new System.EventHandler(this.CustomerRule_Load);
  522. this.SizeChanged += new System.EventHandler(this.CustomerRule_SizeChanged);
  523. ((System.ComponentModel.ISupportInitialize)(this.cu_print_papercount)).EndInit();
  524. this.groupBox1.ResumeLayout(false);
  525. this.groupBox1.PerformLayout();
  526. this.groupBox2.ResumeLayout(false);
  527. this.groupBox2.PerformLayout();
  528. this.groupBox3.ResumeLayout(false);
  529. this.groupBox3.PerformLayout();
  530. this.ResumeLayout(false);
  531. this.PerformLayout();
  532. }
  533. #endregion
  534. private System.Windows.Forms.CheckBox cu_print_midlotno;
  535. private System.Windows.Forms.CheckBox cu_print_midprod;
  536. private System.Windows.Forms.CheckBox cu_print_midspec;
  537. private System.Windows.Forms.CheckBox cu_print_midpo;
  538. private CustomControl.RichText.RichTextAutoBottom cu_print_regexpression;
  539. private System.Windows.Forms.TreeView CustomerTreeView;
  540. private CustomControl.NormalButton ButtonSaveScanGroup;
  541. private System.Windows.Forms.TextBox Customer;
  542. private System.Windows.Forms.Label label1;
  543. private System.Windows.Forms.CheckBox cu_print_outprod;
  544. private System.Windows.Forms.CheckBox cu_print_outpo;
  545. private System.Windows.Forms.CheckBox cu_print_outspec;
  546. private System.Windows.Forms.CheckBox cu_print_outlotno;
  547. private System.Windows.Forms.Label label2;
  548. private System.Windows.Forms.Label label3;
  549. private System.Windows.Forms.Label label4;
  550. private System.Windows.Forms.NumericUpDown cu_print_papercount;
  551. private System.Windows.Forms.CheckBox cu_print_checkonly;
  552. private System.Windows.Forms.RadioButton Expression;
  553. private System.Windows.Forms.RadioButton Equal;
  554. private System.Windows.Forms.Label label5;
  555. private System.Windows.Forms.RadioButton CustProdAndSpec;
  556. private System.Windows.Forms.RadioButton BarcodeAndSpec;
  557. private System.Windows.Forms.GroupBox groupBox1;
  558. private System.Windows.Forms.CheckBox cu_print_middc;
  559. private System.Windows.Forms.CheckBox cu_print_outdc;
  560. private System.Windows.Forms.CheckBox cu_print_checkdatecode;
  561. private System.Windows.Forms.Label label6;
  562. private System.Windows.Forms.GroupBox groupBox2;
  563. private System.Windows.Forms.GroupBox groupBox3;
  564. private System.Windows.Forms.RadioButton radioButton5;
  565. private System.Windows.Forms.RadioButton radioButton4;
  566. private System.Windows.Forms.RadioButton radioButton3;
  567. private System.Windows.Forms.RadioButton radioButton2;
  568. private System.Windows.Forms.RadioButton radioButton1;
  569. private System.Windows.Forms.Label FormatExample;
  570. private System.Windows.Forms.Label FormatExample1;
  571. }
  572. }