采集策略_NEW.Designer.cs 31 KB

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