CustomerRule.Designer.cs 28 KB

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