采集策略_NEW.Designer.cs 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694
  1. namespace UAS_LabelMachine
  2. {
  3. partial class 采集策略_NEW
  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(采集策略_NEW));
  29. this.si_item1 = new System.Windows.Forms.CheckBox();
  30. this.si_item4 = new System.Windows.Forms.CheckBox();
  31. this.si_item3 = new System.Windows.Forms.CheckBox();
  32. this.si_item2 = new System.Windows.Forms.CheckBox();
  33. this.si_item6 = new System.Windows.Forms.CheckBox();
  34. this.si_item5 = new System.Windows.Forms.CheckBox();
  35. this.si_name1 = new System.Windows.Forms.TextBox();
  36. this.si_name6 = new System.Windows.Forms.TextBox();
  37. this.si_name5 = new System.Windows.Forms.TextBox();
  38. this.si_name4 = new System.Windows.Forms.TextBox();
  39. this.si_name3 = new System.Windows.Forms.TextBox();
  40. this.si_name2 = new System.Windows.Forms.TextBox();
  41. this.OrderName_label = new System.Windows.Forms.Label();
  42. this.PNName_label = new System.Windows.Forms.Label();
  43. this.QTYName_label = new System.Windows.Forms.Label();
  44. this.DateCodeName_label = new System.Windows.Forms.Label();
  45. this.LotNoName_label = new System.Windows.Forms.Label();
  46. this.OutBoxName_label = new System.Windows.Forms.Label();
  47. this.OutBoxRemark_label = new System.Windows.Forms.Label();
  48. this.LotNoRemark_label = new System.Windows.Forms.Label();
  49. this.DateCodeRemark_label = new System.Windows.Forms.Label();
  50. this.QTYRemark_label = new System.Windows.Forms.Label();
  51. this.PNRemark_label = new System.Windows.Forms.Label();
  52. this.OrderRemark_label = new System.Windows.Forms.Label();
  53. this.si_remark2 = new System.Windows.Forms.TextBox();
  54. this.si_remark3 = new System.Windows.Forms.TextBox();
  55. this.si_remark4 = new System.Windows.Forms.TextBox();
  56. this.si_remark5 = new System.Windows.Forms.TextBox();
  57. this.si_remark6 = new System.Windows.Forms.TextBox();
  58. this.si_remark1 = new System.Windows.Forms.TextBox();
  59. this.label13 = new System.Windows.Forms.Label();
  60. this.ScanGroupName_label = new System.Windows.Forms.Label();
  61. this.PNScript_label = new System.Windows.Forms.Label();
  62. this.DateCodeScript_label = new System.Windows.Forms.Label();
  63. this.sg_name = new System.Windows.Forms.TextBox();
  64. this.sg_step = new System.Windows.Forms.NumericUpDown();
  65. this.ScanStep_label = new System.Windows.Forms.Label();
  66. this.sg_autolabel = new System.Windows.Forms.CheckBox();
  67. this.CustomerTreeView = new System.Windows.Forms.TreeView();
  68. this.Brand = new System.Windows.Forms.TextBox();
  69. this.label1 = new System.Windows.Forms.Label();
  70. this.ButtonSaveScanGroup = new UAS_LabelMachine.CustomControl.NormalButton();
  71. this.si_expression4 = new System.Windows.Forms.RichTextBox();
  72. this.si_expression3 = new System.Windows.Forms.RichTextBox();
  73. this.sg_script = new System.Windows.Forms.RichTextBox();
  74. this.AddNew = new UAS_LabelMachine.CustomControl.NormalButton();
  75. ((System.ComponentModel.ISupportInitialize)(this.sg_step)).BeginInit();
  76. //
  77. // si_item1
  78. //
  79. this.si_item1.AutoSize = true;
  80. this.si_item1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  81. this.si_item1.Location = new System.Drawing.Point(600, 398);
  82. this.si_item1.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  83. this.si_item1.Name = "si_item1";
  84. this.si_item1.Size = new System.Drawing.Size(242, 45);
  85. this.si_item1.TabIndex = 1;
  86. this.si_item1.Tag = "Order";
  87. this.si_item1.Text = "包含采购订单";
  88. this.si_item1.UseVisualStyleBackColor = true;
  89. this.si_item1.CheckedChanged += new System.EventHandler(this.CheckChange);
  90. //
  91. // si_item4
  92. //
  93. this.si_item4.AutoSize = true;
  94. this.si_item4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.si_item4.Location = new System.Drawing.Point(598, 798);
  96. this.si_item4.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  97. this.si_item4.Name = "si_item4";
  98. this.si_item4.Size = new System.Drawing.Size(265, 45);
  99. this.si_item4.TabIndex = 2;
  100. this.si_item4.Tag = "DateCode";
  101. this.si_item4.Text = "包含DateCode";
  102. this.si_item4.UseVisualStyleBackColor = true;
  103. this.si_item4.CheckedChanged += new System.EventHandler(this.CheckChange);
  104. //
  105. // si_item3
  106. //
  107. this.si_item3.AutoSize = true;
  108. this.si_item3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  109. this.si_item3.Location = new System.Drawing.Point(598, 512);
  110. this.si_item3.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  111. this.si_item3.Name = "si_item3";
  112. this.si_item3.Size = new System.Drawing.Size(178, 45);
  113. this.si_item3.TabIndex = 3;
  114. this.si_item3.Tag = "QTY";
  115. this.si_item3.Text = "包含数量";
  116. this.si_item3.UseVisualStyleBackColor = true;
  117. this.si_item3.CheckedChanged += new System.EventHandler(this.CheckChange);
  118. //
  119. // si_item2
  120. //
  121. this.si_item2.AutoSize = true;
  122. this.si_item2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  123. this.si_item2.Location = new System.Drawing.Point(600, 456);
  124. this.si_item2.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  125. this.si_item2.Name = "si_item2";
  126. this.si_item2.Size = new System.Drawing.Size(178, 45);
  127. this.si_item2.TabIndex = 4;
  128. this.si_item2.Tag = "PN";
  129. this.si_item2.Text = "包含型号";
  130. this.si_item2.UseVisualStyleBackColor = true;
  131. this.si_item2.CheckedChanged += new System.EventHandler(this.CheckChange);
  132. //
  133. // si_item6
  134. //
  135. this.si_item6.AutoSize = true;
  136. this.si_item6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  137. this.si_item6.Location = new System.Drawing.Point(600, 1160);
  138. this.si_item6.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  139. this.si_item6.Name = "si_item6";
  140. this.si_item6.Size = new System.Drawing.Size(178, 45);
  141. this.si_item6.TabIndex = 5;
  142. this.si_item6.Tag = "OutBox";
  143. this.si_item6.Text = "包含箱号";
  144. this.si_item6.UseVisualStyleBackColor = true;
  145. this.si_item6.CheckedChanged += new System.EventHandler(this.CheckChange);
  146. //
  147. // si_item5
  148. //
  149. this.si_item5.AutoSize = true;
  150. this.si_item5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  151. this.si_item5.Location = new System.Drawing.Point(600, 1098);
  152. this.si_item5.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  153. this.si_item5.Name = "si_item5";
  154. this.si_item5.Size = new System.Drawing.Size(208, 45);
  155. this.si_item5.TabIndex = 6;
  156. this.si_item5.Tag = "LotNo";
  157. this.si_item5.Text = "包含LotNo";
  158. this.si_item5.UseVisualStyleBackColor = true;
  159. this.si_item5.CheckedChanged += new System.EventHandler(this.CheckChange);
  160. //
  161. // si_name1
  162. //
  163. this.si_name1.Enabled = false;
  164. this.si_name1.Location = new System.Drawing.Point(1114, 398);
  165. this.si_name1.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  166. this.si_name1.Name = "si_name1";
  167. this.si_name1.Size = new System.Drawing.Size(126, 35);
  168. this.si_name1.TabIndex = 7;
  169. this.si_name1.Tag = "Order";
  170. //
  171. // si_name6
  172. //
  173. this.si_name6.Enabled = false;
  174. this.si_name6.Location = new System.Drawing.Point(1114, 1160);
  175. this.si_name6.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  176. this.si_name6.Name = "si_name6";
  177. this.si_name6.Size = new System.Drawing.Size(126, 35);
  178. this.si_name6.TabIndex = 8;
  179. this.si_name6.Tag = "OutBox";
  180. //
  181. // si_name5
  182. //
  183. this.si_name5.Enabled = false;
  184. this.si_name5.Location = new System.Drawing.Point(1114, 1098);
  185. this.si_name5.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  186. this.si_name5.Name = "si_name5";
  187. this.si_name5.Size = new System.Drawing.Size(126, 35);
  188. this.si_name5.TabIndex = 9;
  189. this.si_name5.Tag = "LotNo";
  190. //
  191. // si_name4
  192. //
  193. this.si_name4.Enabled = false;
  194. this.si_name4.Location = new System.Drawing.Point(1114, 798);
  195. this.si_name4.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  196. this.si_name4.Name = "si_name4";
  197. this.si_name4.Size = new System.Drawing.Size(126, 35);
  198. this.si_name4.TabIndex = 10;
  199. this.si_name4.Tag = "DateCode";
  200. //
  201. // si_name3
  202. //
  203. this.si_name3.Enabled = false;
  204. this.si_name3.Location = new System.Drawing.Point(1114, 512);
  205. this.si_name3.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  206. this.si_name3.Name = "si_name3";
  207. this.si_name3.Size = new System.Drawing.Size(126, 35);
  208. this.si_name3.TabIndex = 11;
  209. this.si_name3.Tag = "QTY";
  210. //
  211. // si_name2
  212. //
  213. this.si_name2.Enabled = false;
  214. this.si_name2.Location = new System.Drawing.Point(1114, 456);
  215. this.si_name2.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  216. this.si_name2.Name = "si_name2";
  217. this.si_name2.Size = new System.Drawing.Size(126, 35);
  218. this.si_name2.TabIndex = 12;
  219. this.si_name2.Tag = "PN";
  220. //
  221. // OrderName_label
  222. //
  223. this.OrderName_label.AutoSize = true;
  224. this.OrderName_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  225. this.OrderName_label.Location = new System.Drawing.Point(928, 398);
  226. this.OrderName_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  227. this.OrderName_label.Name = "OrderName_label";
  228. this.OrderName_label.Size = new System.Drawing.Size(178, 41);
  229. this.OrderName_label.TabIndex = 13;
  230. this.OrderName_label.Text = "模式组名称";
  231. //
  232. // PNName_label
  233. //
  234. this.PNName_label.AutoSize = true;
  235. this.PNName_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  236. this.PNName_label.Location = new System.Drawing.Point(928, 456);
  237. this.PNName_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  238. this.PNName_label.Name = "PNName_label";
  239. this.PNName_label.Size = new System.Drawing.Size(178, 41);
  240. this.PNName_label.TabIndex = 14;
  241. this.PNName_label.Text = "模式组名称";
  242. //
  243. // QTYName_label
  244. //
  245. this.QTYName_label.AutoSize = true;
  246. this.QTYName_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  247. this.QTYName_label.Location = new System.Drawing.Point(926, 512);
  248. this.QTYName_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  249. this.QTYName_label.Name = "QTYName_label";
  250. this.QTYName_label.Size = new System.Drawing.Size(178, 41);
  251. this.QTYName_label.TabIndex = 15;
  252. this.QTYName_label.Text = "模式组名称";
  253. //
  254. // DateCodeName_label
  255. //
  256. this.DateCodeName_label.AutoSize = true;
  257. this.DateCodeName_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  258. this.DateCodeName_label.Location = new System.Drawing.Point(926, 798);
  259. this.DateCodeName_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  260. this.DateCodeName_label.Name = "DateCodeName_label";
  261. this.DateCodeName_label.Size = new System.Drawing.Size(178, 41);
  262. this.DateCodeName_label.TabIndex = 16;
  263. this.DateCodeName_label.Text = "模式组名称";
  264. //
  265. // LotNoName_label
  266. //
  267. this.LotNoName_label.AutoSize = true;
  268. this.LotNoName_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  269. this.LotNoName_label.Location = new System.Drawing.Point(928, 1098);
  270. this.LotNoName_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  271. this.LotNoName_label.Name = "LotNoName_label";
  272. this.LotNoName_label.Size = new System.Drawing.Size(178, 41);
  273. this.LotNoName_label.TabIndex = 17;
  274. this.LotNoName_label.Text = "模式组名称";
  275. //
  276. // OutBoxName_label
  277. //
  278. this.OutBoxName_label.AutoSize = true;
  279. this.OutBoxName_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  280. this.OutBoxName_label.Location = new System.Drawing.Point(928, 1160);
  281. this.OutBoxName_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  282. this.OutBoxName_label.Name = "OutBoxName_label";
  283. this.OutBoxName_label.Size = new System.Drawing.Size(178, 41);
  284. this.OutBoxName_label.TabIndex = 18;
  285. this.OutBoxName_label.Text = "模式组名称";
  286. //
  287. // OutBoxRemark_label
  288. //
  289. this.OutBoxRemark_label.AutoSize = true;
  290. this.OutBoxRemark_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  291. this.OutBoxRemark_label.Location = new System.Drawing.Point(1326, 1160);
  292. this.OutBoxRemark_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  293. this.OutBoxRemark_label.Name = "OutBoxRemark_label";
  294. this.OutBoxRemark_label.Size = new System.Drawing.Size(82, 41);
  295. this.OutBoxRemark_label.TabIndex = 24;
  296. this.OutBoxRemark_label.Text = "说明";
  297. //
  298. // LotNoRemark_label
  299. //
  300. this.LotNoRemark_label.AutoSize = true;
  301. this.LotNoRemark_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  302. this.LotNoRemark_label.Location = new System.Drawing.Point(1324, 1098);
  303. this.LotNoRemark_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  304. this.LotNoRemark_label.Name = "LotNoRemark_label";
  305. this.LotNoRemark_label.Size = new System.Drawing.Size(82, 41);
  306. this.LotNoRemark_label.TabIndex = 23;
  307. this.LotNoRemark_label.Text = "说明";
  308. //
  309. // DateCodeRemark_label
  310. //
  311. this.DateCodeRemark_label.AutoSize = true;
  312. this.DateCodeRemark_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  313. this.DateCodeRemark_label.Location = new System.Drawing.Point(1322, 798);
  314. this.DateCodeRemark_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  315. this.DateCodeRemark_label.Name = "DateCodeRemark_label";
  316. this.DateCodeRemark_label.Size = new System.Drawing.Size(82, 41);
  317. this.DateCodeRemark_label.TabIndex = 22;
  318. this.DateCodeRemark_label.Text = "说明";
  319. //
  320. // QTYRemark_label
  321. //
  322. this.QTYRemark_label.AutoSize = true;
  323. this.QTYRemark_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  324. this.QTYRemark_label.Location = new System.Drawing.Point(1322, 512);
  325. this.QTYRemark_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  326. this.QTYRemark_label.Name = "QTYRemark_label";
  327. this.QTYRemark_label.Size = new System.Drawing.Size(82, 41);
  328. this.QTYRemark_label.TabIndex = 21;
  329. this.QTYRemark_label.Text = "说明";
  330. //
  331. // PNRemark_label
  332. //
  333. this.PNRemark_label.AutoSize = true;
  334. this.PNRemark_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  335. this.PNRemark_label.Location = new System.Drawing.Point(1324, 456);
  336. this.PNRemark_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  337. this.PNRemark_label.Name = "PNRemark_label";
  338. this.PNRemark_label.Size = new System.Drawing.Size(82, 41);
  339. this.PNRemark_label.TabIndex = 20;
  340. this.PNRemark_label.Text = "说明";
  341. //
  342. // OrderRemark_label
  343. //
  344. this.OrderRemark_label.AutoSize = true;
  345. this.OrderRemark_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  346. this.OrderRemark_label.Location = new System.Drawing.Point(1324, 396);
  347. this.OrderRemark_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  348. this.OrderRemark_label.Name = "OrderRemark_label";
  349. this.OrderRemark_label.Size = new System.Drawing.Size(82, 41);
  350. this.OrderRemark_label.TabIndex = 19;
  351. this.OrderRemark_label.Text = "说明";
  352. //
  353. // si_remark2
  354. //
  355. this.si_remark2.Enabled = false;
  356. this.si_remark2.Location = new System.Drawing.Point(1420, 456);
  357. this.si_remark2.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  358. this.si_remark2.Name = "si_remark2";
  359. this.si_remark2.Size = new System.Drawing.Size(386, 35);
  360. this.si_remark2.TabIndex = 30;
  361. this.si_remark2.Tag = "PN";
  362. //
  363. // si_remark3
  364. //
  365. this.si_remark3.Enabled = false;
  366. this.si_remark3.Location = new System.Drawing.Point(1420, 512);
  367. this.si_remark3.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  368. this.si_remark3.Name = "si_remark3";
  369. this.si_remark3.Size = new System.Drawing.Size(386, 35);
  370. this.si_remark3.TabIndex = 29;
  371. this.si_remark3.Tag = "QTY";
  372. //
  373. // si_remark4
  374. //
  375. this.si_remark4.Enabled = false;
  376. this.si_remark4.Location = new System.Drawing.Point(1420, 798);
  377. this.si_remark4.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  378. this.si_remark4.Name = "si_remark4";
  379. this.si_remark4.Size = new System.Drawing.Size(386, 35);
  380. this.si_remark4.TabIndex = 28;
  381. this.si_remark4.Tag = "DateCode";
  382. //
  383. // si_remark5
  384. //
  385. this.si_remark5.Enabled = false;
  386. this.si_remark5.Location = new System.Drawing.Point(1420, 1098);
  387. this.si_remark5.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  388. this.si_remark5.Name = "si_remark5";
  389. this.si_remark5.Size = new System.Drawing.Size(386, 35);
  390. this.si_remark5.TabIndex = 27;
  391. this.si_remark5.Tag = "LotNo";
  392. //
  393. // si_remark6
  394. //
  395. this.si_remark6.Enabled = false;
  396. this.si_remark6.Location = new System.Drawing.Point(1420, 1160);
  397. this.si_remark6.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  398. this.si_remark6.Name = "si_remark6";
  399. this.si_remark6.Size = new System.Drawing.Size(386, 35);
  400. this.si_remark6.TabIndex = 26;
  401. this.si_remark6.Tag = "OutBox";
  402. //
  403. // si_remark1
  404. //
  405. this.si_remark1.Enabled = false;
  406. this.si_remark1.Location = new System.Drawing.Point(1420, 398);
  407. this.si_remark1.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  408. this.si_remark1.Name = "si_remark1";
  409. this.si_remark1.Size = new System.Drawing.Size(386, 35);
  410. this.si_remark1.TabIndex = 25;
  411. this.si_remark1.Tag = "Order";
  412. //
  413. // label13
  414. //
  415. this.label13.AutoSize = true;
  416. this.label13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  417. this.label13.Location = new System.Drawing.Point(614, 164);
  418. this.label13.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  419. this.label13.Name = "label13";
  420. this.label13.Size = new System.Drawing.Size(146, 41);
  421. this.label13.TabIndex = 32;
  422. this.label13.Text = "匹配模式";
  423. //
  424. // ScanGroupName_label
  425. //
  426. this.ScanGroupName_label.AutoSize = true;
  427. this.ScanGroupName_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  428. this.ScanGroupName_label.Location = new System.Drawing.Point(614, 98);
  429. this.ScanGroupName_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  430. this.ScanGroupName_label.Name = "ScanGroupName_label";
  431. this.ScanGroupName_label.Size = new System.Drawing.Size(146, 41);
  432. this.ScanGroupName_label.TabIndex = 33;
  433. this.ScanGroupName_label.Text = "策略名称";
  434. //
  435. // PNScript_label
  436. //
  437. this.PNScript_label.AutoSize = true;
  438. this.PNScript_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  439. this.PNScript_label.Location = new System.Drawing.Point(928, 566);
  440. this.PNScript_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  441. this.PNScript_label.Name = "PNScript_label";
  442. this.PNScript_label.Size = new System.Drawing.Size(82, 41);
  443. this.PNScript_label.TabIndex = 35;
  444. this.PNScript_label.Text = "脚本";
  445. //
  446. // DateCodeScript_label
  447. //
  448. this.DateCodeScript_label.AutoSize = true;
  449. this.DateCodeScript_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  450. this.DateCodeScript_label.Location = new System.Drawing.Point(928, 862);
  451. this.DateCodeScript_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  452. this.DateCodeScript_label.Name = "DateCodeScript_label";
  453. this.DateCodeScript_label.Size = new System.Drawing.Size(82, 41);
  454. this.DateCodeScript_label.TabIndex = 37;
  455. this.DateCodeScript_label.Text = "脚本";
  456. //
  457. // sg_name
  458. //
  459. this.sg_name.Enabled = false;
  460. this.sg_name.Location = new System.Drawing.Point(818, 98);
  461. this.sg_name.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  462. this.sg_name.Name = "sg_name";
  463. this.sg_name.Size = new System.Drawing.Size(386, 35);
  464. this.sg_name.TabIndex = 38;
  465. //
  466. // sg_step
  467. //
  468. this.sg_step.Location = new System.Drawing.Point(1420, 100);
  469. this.sg_step.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  470. this.sg_step.Name = "sg_step";
  471. this.sg_step.Size = new System.Drawing.Size(146, 35);
  472. this.sg_step.TabIndex = 39;
  473. //
  474. // ScanStep_label
  475. //
  476. this.ScanStep_label.AutoSize = true;
  477. this.ScanStep_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  478. this.ScanStep_label.Location = new System.Drawing.Point(1258, 98);
  479. this.ScanStep_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  480. this.ScanStep_label.Name = "ScanStep_label";
  481. this.ScanStep_label.Size = new System.Drawing.Size(146, 41);
  482. this.ScanStep_label.TabIndex = 40;
  483. this.ScanStep_label.Text = "扫描步骤";
  484. //
  485. // sg_autolabel
  486. //
  487. this.sg_autolabel.AutoSize = true;
  488. this.sg_autolabel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  489. this.sg_autolabel.Location = new System.Drawing.Point(1618, 96);
  490. this.sg_autolabel.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  491. this.sg_autolabel.Name = "sg_autolabel";
  492. this.sg_autolabel.Size = new System.Drawing.Size(274, 45);
  493. this.sg_autolabel.TabIndex = 41;
  494. this.sg_autolabel.Text = "自动贴标机标签";
  495. this.sg_autolabel.UseVisualStyleBackColor = true;
  496. //
  497. // CustomerTreeView
  498. //
  499. this.CustomerTreeView.Location = new System.Drawing.Point(0, 48);
  500. this.CustomerTreeView.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  501. this.CustomerTreeView.Name = "CustomerTreeView";
  502. this.CustomerTreeView.Size = new System.Drawing.Size(498, 1216);
  503. this.CustomerTreeView.TabIndex = 0;
  504. this.CustomerTreeView.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.CustomerTreeView_NodeMouseClick);
  505. //
  506. // Brand
  507. //
  508. this.Brand.Location = new System.Drawing.Point(170, 2);
  509. this.Brand.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  510. this.Brand.Name = "Brand";
  511. this.Brand.Size = new System.Drawing.Size(328, 35);
  512. this.Brand.TabIndex = 43;
  513. this.Brand.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Brand_KeyDown);
  514. //
  515. // label1
  516. //
  517. this.label1.AutoSize = true;
  518. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  519. this.label1.Location = new System.Drawing.Point(6, 4);
  520. this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  521. this.label1.Name = "label1";
  522. this.label1.Size = new System.Drawing.Size(146, 41);
  523. this.label1.TabIndex = 44;
  524. this.label1.Text = "策略名称";
  525. //
  526. // ButtonSaveScanGroup
  527. //
  528. this.ButtonSaveScanGroup.Image = ((System.Drawing.Image)(resources.GetObject("ButtonSaveScanGroup.Image")));
  529. this.ButtonSaveScanGroup.Location = new System.Drawing.Point(508, 8);
  530. this.ButtonSaveScanGroup.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  531. this.ButtonSaveScanGroup.Name = "ButtonSaveScanGroup";
  532. this.ButtonSaveScanGroup.Size = new System.Drawing.Size(128, 46);
  533. this.ButtonSaveScanGroup.TabIndex = 42;
  534. this.ButtonSaveScanGroup.Text = "保存";
  535. this.ButtonSaveScanGroup.UseVisualStyleBackColor = true;
  536. this.ButtonSaveScanGroup.Click += new System.EventHandler(this.ButtonSaveScanGroup_Click);
  537. //
  538. // si_expression4
  539. //
  540. this.si_expression4.Enabled = false;
  541. this.si_expression4.Location = new System.Drawing.Point(934, 914);
  542. this.si_expression4.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  543. this.si_expression4.Name = "si_expression4";
  544. this.si_expression4.Size = new System.Drawing.Size(872, 154);
  545. this.si_expression4.TabIndex = 36;
  546. this.si_expression4.Tag = "DateCode";
  547. this.si_expression4.Text = "";
  548. //
  549. // si_expression3
  550. //
  551. this.si_expression3.Enabled = false;
  552. this.si_expression3.Location = new System.Drawing.Point(934, 618);
  553. this.si_expression3.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  554. this.si_expression3.Name = "si_expression3";
  555. this.si_expression3.Size = new System.Drawing.Size(872, 154);
  556. this.si_expression3.TabIndex = 34;
  557. this.si_expression3.Tag = "QTY";
  558. this.si_expression3.Text = "";
  559. //
  560. // sg_script
  561. //
  562. this.sg_script.Location = new System.Drawing.Point(818, 164);
  563. this.sg_script.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  564. this.sg_script.Name = "sg_script";
  565. this.sg_script.Size = new System.Drawing.Size(864, 188);
  566. this.sg_script.TabIndex = 31;
  567. this.sg_script.Text = "";
  568. //
  569. // AddNew
  570. //
  571. this.AddNew.Image = ((System.Drawing.Image)(resources.GetObject("AddNew.Image")));
  572. this.AddNew.Location = new System.Drawing.Point(648, 8);
  573. this.AddNew.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  574. this.AddNew.Name = "AddNew";
  575. this.AddNew.Size = new System.Drawing.Size(128, 46);
  576. this.AddNew.TabIndex = 45;
  577. this.AddNew.Text = "新增";
  578. this.AddNew.UseVisualStyleBackColor = true;
  579. this.AddNew.Click += new System.EventHandler(this.AddNew_Click);
  580. //
  581. // 采集策略_NEW
  582. //
  583. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  584. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  585. this.ClientSize = new System.Drawing.Size(2164, 1268);
  586. this.Controls.Add(this.AddNew);
  587. this.Controls.Add(this.label1);
  588. this.Controls.Add(this.Brand);
  589. this.Controls.Add(this.ButtonSaveScanGroup);
  590. this.Controls.Add(this.sg_autolabel);
  591. this.Controls.Add(this.ScanStep_label);
  592. this.Controls.Add(this.sg_step);
  593. this.Controls.Add(this.sg_name);
  594. this.Controls.Add(this.DateCodeScript_label);
  595. this.Controls.Add(this.si_expression4);
  596. this.Controls.Add(this.PNScript_label);
  597. this.Controls.Add(this.si_expression3);
  598. this.Controls.Add(this.ScanGroupName_label);
  599. this.Controls.Add(this.label13);
  600. this.Controls.Add(this.sg_script);
  601. this.Controls.Add(this.si_remark2);
  602. this.Controls.Add(this.si_remark3);
  603. this.Controls.Add(this.si_remark4);
  604. this.Controls.Add(this.si_remark5);
  605. this.Controls.Add(this.si_remark6);
  606. this.Controls.Add(this.si_remark1);
  607. this.Controls.Add(this.OutBoxRemark_label);
  608. this.Controls.Add(this.LotNoRemark_label);
  609. this.Controls.Add(this.DateCodeRemark_label);
  610. this.Controls.Add(this.QTYRemark_label);
  611. this.Controls.Add(this.PNRemark_label);
  612. this.Controls.Add(this.OrderRemark_label);
  613. this.Controls.Add(this.OutBoxName_label);
  614. this.Controls.Add(this.LotNoName_label);
  615. this.Controls.Add(this.DateCodeName_label);
  616. this.Controls.Add(this.QTYName_label);
  617. this.Controls.Add(this.PNName_label);
  618. this.Controls.Add(this.OrderName_label);
  619. this.Controls.Add(this.si_name2);
  620. this.Controls.Add(this.si_name3);
  621. this.Controls.Add(this.si_name4);
  622. this.Controls.Add(this.si_name5);
  623. this.Controls.Add(this.si_name6);
  624. this.Controls.Add(this.si_name1);
  625. this.Controls.Add(this.si_item5);
  626. this.Controls.Add(this.si_item6);
  627. this.Controls.Add(this.si_item2);
  628. this.Controls.Add(this.si_item3);
  629. this.Controls.Add(this.si_item4);
  630. this.Controls.Add(this.si_item1);
  631. this.Controls.Add(this.CustomerTreeView);
  632. this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  633. this.Name = "采集策略_NEW";
  634. this.Text = "采集策略";
  635. this.Load += new System.EventHandler(this.采集策略_Load);
  636. this.SizeChanged += new System.EventHandler(this.采集策略_SizeChanged);
  637. ((System.ComponentModel.ISupportInitialize)(sg_step)).EndInit();
  638. this.ResumeLayout(true);
  639. this.PerformLayout();
  640. }
  641. #endregion
  642. private System.Windows.Forms.CheckBox si_item1;
  643. private System.Windows.Forms.CheckBox si_item4;
  644. private System.Windows.Forms.CheckBox si_item3;
  645. private System.Windows.Forms.CheckBox si_item2;
  646. private System.Windows.Forms.CheckBox si_item6;
  647. private System.Windows.Forms.CheckBox si_item5;
  648. private System.Windows.Forms.TextBox si_name1;
  649. private System.Windows.Forms.TextBox si_name6;
  650. private System.Windows.Forms.TextBox si_name5;
  651. private System.Windows.Forms.TextBox si_name4;
  652. private System.Windows.Forms.TextBox si_name3;
  653. private System.Windows.Forms.TextBox si_name2;
  654. private System.Windows.Forms.Label OrderName_label;
  655. private System.Windows.Forms.Label PNName_label;
  656. private System.Windows.Forms.Label QTYName_label;
  657. private System.Windows.Forms.Label DateCodeName_label;
  658. private System.Windows.Forms.Label LotNoName_label;
  659. private System.Windows.Forms.Label OutBoxName_label;
  660. private System.Windows.Forms.Label OutBoxRemark_label;
  661. private System.Windows.Forms.Label LotNoRemark_label;
  662. private System.Windows.Forms.Label DateCodeRemark_label;
  663. private System.Windows.Forms.Label QTYRemark_label;
  664. private System.Windows.Forms.Label PNRemark_label;
  665. private System.Windows.Forms.Label OrderRemark_label;
  666. private System.Windows.Forms.TextBox si_remark2;
  667. private System.Windows.Forms.TextBox si_remark3;
  668. private System.Windows.Forms.TextBox si_remark4;
  669. private System.Windows.Forms.TextBox si_remark5;
  670. private System.Windows.Forms.TextBox si_remark6;
  671. private System.Windows.Forms.TextBox si_remark1;
  672. private System.Windows.Forms.RichTextBox sg_script;
  673. private System.Windows.Forms.Label label13;
  674. private System.Windows.Forms.Label ScanGroupName_label;
  675. private System.Windows.Forms.RichTextBox si_expression3;
  676. private System.Windows.Forms.Label PNScript_label;
  677. private System.Windows.Forms.Label DateCodeScript_label;
  678. private System.Windows.Forms.RichTextBox si_expression4;
  679. private System.Windows.Forms.TextBox sg_name;
  680. private System.Windows.Forms.NumericUpDown sg_step;
  681. private System.Windows.Forms.Label ScanStep_label;
  682. private System.Windows.Forms.CheckBox sg_autolabel;
  683. private System.Windows.Forms.TreeView CustomerTreeView;
  684. private CustomControl.NormalButton ButtonSaveScanGroup;
  685. private System.Windows.Forms.TextBox Brand;
  686. private System.Windows.Forms.Label label1;
  687. private CustomControl.NormalButton AddNew;
  688. }
  689. }