Make_FeedingCollection.Designer.cs 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593
  1. namespace UAS_MES.Make
  2. {
  3. partial class Make_FeedingCollection
  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(Make_FeedingCollection));
  29. this.mcd_restqty_label = new System.Windows.Forms.Label();
  30. this.mcd_inqty_label = new System.Windows.Forms.Label();
  31. this.ma_qty_label = new System.Windows.Forms.Label();
  32. this.ms_makecode_label = new System.Windows.Forms.Label();
  33. this.pr_detail_label = new System.Windows.Forms.Label();
  34. this.ma_prodcode_label = new System.Windows.Forms.Label();
  35. this.Loading = new System.Windows.Forms.RadioButton();
  36. this.UnLoading = new System.Windows.Forms.RadioButton();
  37. this.sn_code_label = new System.Windows.Forms.Label();
  38. this.code_label = new System.Windows.Forms.Label();
  39. this.iflastsn = new System.Windows.Forms.CheckBox();
  40. this.ma_softversion_label = new System.Windows.Forms.CheckBox();
  41. this.ma_ecncode_label = new System.Windows.Forms.CheckBox();
  42. this.ClearSn_code = new System.Windows.Forms.PictureBox();
  43. this.ms_craftcode = new System.Windows.Forms.Label();
  44. this.ma_bomversion = new System.Windows.Forms.Label();
  45. this.ma_bomversion_label = new System.Windows.Forms.Label();
  46. this.ma_craftcode = new System.Windows.Forms.Label();
  47. this.StepCount = new UAS_MES.CustomControl.TextBoxWithIcon.SourceStepCount();
  48. this.ma_code = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
  49. this.LockMakeCode = new UAS_MES.CustomControl.CustomCheckBox.LockCheckBox();
  50. this.ma_prodcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  51. this.pr_detail = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  52. this.mcd_remainqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  53. this.mcd_inqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  54. this.ma_qty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  55. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  56. this.Clean = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  57. this.ma_softversion = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  58. this.ma_ecncode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  59. this.Confirm = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  60. this.code = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
  61. this.sn_code = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  62. this.sir_remark_label = new System.Windows.Forms.CheckBox();
  63. this.sir_remark = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  64. ((System.ComponentModel.ISupportInitialize)(this.ClearSn_code)).BeginInit();
  65. this.SuspendLayout();
  66. //
  67. // mcd_restqty_label
  68. //
  69. this.mcd_restqty_label.AutoSize = true;
  70. this.mcd_restqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  71. this.mcd_restqty_label.Location = new System.Drawing.Point(585, 61);
  72. this.mcd_restqty_label.Name = "mcd_restqty_label";
  73. this.mcd_restqty_label.Size = new System.Drawing.Size(74, 21);
  74. this.mcd_restqty_label.TabIndex = 59;
  75. this.mcd_restqty_label.Text = "待采集数";
  76. //
  77. // mcd_inqty_label
  78. //
  79. this.mcd_inqty_label.AutoSize = true;
  80. this.mcd_inqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  81. this.mcd_inqty_label.Location = new System.Drawing.Point(311, 61);
  82. this.mcd_inqty_label.Name = "mcd_inqty_label";
  83. this.mcd_inqty_label.Size = new System.Drawing.Size(74, 21);
  84. this.mcd_inqty_label.TabIndex = 56;
  85. this.mcd_inqty_label.Text = "已采集数";
  86. //
  87. // ma_qty_label
  88. //
  89. this.ma_qty_label.AutoSize = true;
  90. this.ma_qty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  91. this.ma_qty_label.Location = new System.Drawing.Point(9, 61);
  92. this.ma_qty_label.Name = "ma_qty_label";
  93. this.ma_qty_label.Size = new System.Drawing.Size(74, 21);
  94. this.ma_qty_label.TabIndex = 53;
  95. this.ma_qty_label.Text = "工单数量";
  96. //
  97. // ms_makecode_label
  98. //
  99. this.ms_makecode_label.AutoSize = true;
  100. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  101. this.ms_makecode_label.Location = new System.Drawing.Point(9, 12);
  102. this.ms_makecode_label.Name = "ms_makecode_label";
  103. this.ms_makecode_label.Size = new System.Drawing.Size(74, 21);
  104. this.ms_makecode_label.TabIndex = 49;
  105. this.ms_makecode_label.Text = "归属工单";
  106. //
  107. // pr_detail_label
  108. //
  109. this.pr_detail_label.AutoSize = true;
  110. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  111. this.pr_detail_label.Location = new System.Drawing.Point(585, 12);
  112. this.pr_detail_label.Name = "pr_detail_label";
  113. this.pr_detail_label.Size = new System.Drawing.Size(74, 21);
  114. this.pr_detail_label.TabIndex = 50;
  115. this.pr_detail_label.Text = "产品名称";
  116. //
  117. // ma_prodcode_label
  118. //
  119. this.ma_prodcode_label.AutoSize = true;
  120. this.ma_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  121. this.ma_prodcode_label.Location = new System.Drawing.Point(311, 12);
  122. this.ma_prodcode_label.Name = "ma_prodcode_label";
  123. this.ma_prodcode_label.Size = new System.Drawing.Size(74, 21);
  124. this.ma_prodcode_label.TabIndex = 51;
  125. this.ma_prodcode_label.Text = "产品代码";
  126. //
  127. // Loading
  128. //
  129. this.Loading.AutoSize = true;
  130. this.Loading.Checked = true;
  131. this.Loading.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  132. this.Loading.ForeColor = System.Drawing.Color.Blue;
  133. this.Loading.Location = new System.Drawing.Point(18, 402);
  134. this.Loading.Name = "Loading";
  135. this.Loading.Size = new System.Drawing.Size(60, 25);
  136. this.Loading.TabIndex = 62;
  137. this.Loading.TabStop = true;
  138. this.Loading.Text = "上料";
  139. this.Loading.UseVisualStyleBackColor = true;
  140. //
  141. // UnLoading
  142. //
  143. this.UnLoading.AutoSize = true;
  144. this.UnLoading.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145. this.UnLoading.ForeColor = System.Drawing.Color.Blue;
  146. this.UnLoading.Location = new System.Drawing.Point(98, 402);
  147. this.UnLoading.Name = "UnLoading";
  148. this.UnLoading.Size = new System.Drawing.Size(60, 25);
  149. this.UnLoading.TabIndex = 63;
  150. this.UnLoading.Text = "下料";
  151. this.UnLoading.UseVisualStyleBackColor = true;
  152. //
  153. // sn_code_label
  154. //
  155. this.sn_code_label.AutoSize = true;
  156. this.sn_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. this.sn_code_label.Location = new System.Drawing.Point(14, 440);
  158. this.sn_code_label.Name = "sn_code_label";
  159. this.sn_code_label.Size = new System.Drawing.Size(58, 21);
  160. this.sn_code_label.TabIndex = 64;
  161. this.sn_code_label.Text = "序列号";
  162. //
  163. // code_label
  164. //
  165. this.code_label.AutoSize = true;
  166. this.code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  167. this.code_label.Location = new System.Drawing.Point(14, 484);
  168. this.code_label.Name = "code_label";
  169. this.code_label.Size = new System.Drawing.Size(58, 21);
  170. this.code_label.TabIndex = 66;
  171. this.code_label.Text = "录入框";
  172. //
  173. // iflastsn
  174. //
  175. this.iflastsn.AutoSize = true;
  176. this.iflastsn.Enabled = false;
  177. this.iflastsn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  178. this.iflastsn.Location = new System.Drawing.Point(289, 440);
  179. this.iflastsn.Name = "iflastsn";
  180. this.iflastsn.Size = new System.Drawing.Size(115, 25);
  181. this.iflastsn.TabIndex = 72;
  182. this.iflastsn.Text = "前一工单SN";
  183. this.iflastsn.UseVisualStyleBackColor = true;
  184. //
  185. // ma_softversion_label
  186. //
  187. this.ma_softversion_label.AutoSize = true;
  188. this.ma_softversion_label.Checked = true;
  189. this.ma_softversion_label.CheckState = System.Windows.Forms.CheckState.Checked;
  190. this.ma_softversion_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  191. this.ma_softversion_label.Location = new System.Drawing.Point(680, 151);
  192. this.ma_softversion_label.Name = "ma_softversion_label";
  193. this.ma_softversion_label.Size = new System.Drawing.Size(93, 25);
  194. this.ma_softversion_label.TabIndex = 74;
  195. this.ma_softversion_label.Text = "软件版本";
  196. this.ma_softversion_label.UseVisualStyleBackColor = true;
  197. //
  198. // ma_ecncode_label
  199. //
  200. this.ma_ecncode_label.AutoSize = true;
  201. this.ma_ecncode_label.Checked = true;
  202. this.ma_ecncode_label.CheckState = System.Windows.Forms.CheckState.Checked;
  203. this.ma_ecncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  204. this.ma_ecncode_label.Location = new System.Drawing.Point(680, 192);
  205. this.ma_ecncode_label.Name = "ma_ecncode_label";
  206. this.ma_ecncode_label.Size = new System.Drawing.Size(78, 25);
  207. this.ma_ecncode_label.TabIndex = 75;
  208. this.ma_ecncode_label.Text = "ECN号";
  209. this.ma_ecncode_label.UseVisualStyleBackColor = true;
  210. //
  211. // ClearSn_code
  212. //
  213. this.ClearSn_code.Cursor = System.Windows.Forms.Cursors.Hand;
  214. this.ClearSn_code.Image = global::UAS_MES.Properties.Resources.bindingNavigatorDeleteItem_Image;
  215. this.ClearSn_code.Location = new System.Drawing.Point(263, 443);
  216. this.ClearSn_code.Name = "ClearSn_code";
  217. this.ClearSn_code.Size = new System.Drawing.Size(16, 16);
  218. this.ClearSn_code.TabIndex = 138;
  219. this.ClearSn_code.TabStop = false;
  220. this.ClearSn_code.Click += new System.EventHandler(this.ClearSn_code_Click);
  221. //
  222. // ms_craftcode
  223. //
  224. this.ms_craftcode.AutoSize = true;
  225. this.ms_craftcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  226. this.ms_craftcode.Location = new System.Drawing.Point(768, 15);
  227. this.ms_craftcode.Name = "ms_craftcode";
  228. this.ms_craftcode.Size = new System.Drawing.Size(0, 21);
  229. this.ms_craftcode.TabIndex = 142;
  230. this.ms_craftcode.Visible = false;
  231. //
  232. // ma_bomversion
  233. //
  234. this.ma_bomversion.AutoSize = true;
  235. this.ma_bomversion.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  236. this.ma_bomversion.Location = new System.Drawing.Point(768, 108);
  237. this.ma_bomversion.Name = "ma_bomversion";
  238. this.ma_bomversion.Size = new System.Drawing.Size(0, 21);
  239. this.ma_bomversion.TabIndex = 143;
  240. //
  241. // ma_bomversion_label
  242. //
  243. this.ma_bomversion_label.AutoSize = true;
  244. this.ma_bomversion_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  245. this.ma_bomversion_label.Location = new System.Drawing.Point(682, 108);
  246. this.ma_bomversion_label.Name = "ma_bomversion_label";
  247. this.ma_bomversion_label.Size = new System.Drawing.Size(77, 21);
  248. this.ma_bomversion_label.TabIndex = 144;
  249. this.ma_bomversion_label.Text = "Bom版本";
  250. //
  251. // ma_craftcode
  252. //
  253. this.ma_craftcode.AutoSize = true;
  254. this.ma_craftcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  255. this.ma_craftcode.Location = new System.Drawing.Point(754, 61);
  256. this.ma_craftcode.Name = "ma_craftcode";
  257. this.ma_craftcode.Size = new System.Drawing.Size(0, 21);
  258. this.ma_craftcode.TabIndex = 145;
  259. this.ma_craftcode.Visible = false;
  260. //
  261. // StepCount
  262. //
  263. this.StepCount.LineCode = null;
  264. this.StepCount.Location = new System.Drawing.Point(680, 357);
  265. this.StepCount.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  266. this.StepCount.Name = "StepCount";
  267. this.StepCount.Size = new System.Drawing.Size(80, 22);
  268. this.StepCount.Source = null;
  269. this.StepCount.StepCode = null;
  270. this.StepCount.TabIndex = 189;
  271. //
  272. // ma_code
  273. //
  274. this.ma_code.AllPower = null;
  275. this.ma_code.Caller = null;
  276. this.ma_code.Condition = null;
  277. this.ma_code.DBTitle = null;
  278. this.ma_code.FormName = null;
  279. this.ma_code.Location = new System.Drawing.Point(96, 13);
  280. this.ma_code.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  281. this.ma_code.Name = "ma_code";
  282. this.ma_code.Power = null;
  283. this.ma_code.ReturnData = null;
  284. this.ma_code.SelectField = null;
  285. this.ma_code.SetValueField = null;
  286. this.ma_code.Size = new System.Drawing.Size(148, 21);
  287. this.ma_code.TabIndex = 141;
  288. this.ma_code.TableName = null;
  289. this.ma_code.Tag = "ma_code";
  290. this.ma_code.TextBoxEnable = true;
  291. this.ma_code.UserControlTextChanged += new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox.OnTextChange(this.ma_code_UserControlTextChanged);
  292. //
  293. // LockMakeCode
  294. //
  295. this.LockMakeCode.AutoSize = true;
  296. this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  297. this.LockMakeCode.LeaveEvent = false;
  298. this.LockMakeCode.Location = new System.Drawing.Point(248, 15);
  299. this.LockMakeCode.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  300. this.LockMakeCode.Name = "LockMakeCode";
  301. this.LockMakeCode.Size = new System.Drawing.Size(51, 21);
  302. this.LockMakeCode.TabIndex = 140;
  303. this.LockMakeCode.Text = "锁定";
  304. this.LockMakeCode.UseVisualStyleBackColor = true;
  305. //
  306. // ma_prodcode
  307. //
  308. this.ma_prodcode.AutoSize = true;
  309. this.ma_prodcode.CutLength = null;
  310. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  311. this.ma_prodcode.Location = new System.Drawing.Point(401, 12);
  312. this.ma_prodcode.MaximumSize = new System.Drawing.Size(150, 0);
  313. this.ma_prodcode.Name = "ma_prodcode";
  314. this.ma_prodcode.Size = new System.Drawing.Size(0, 21);
  315. this.ma_prodcode.TabIndex = 99;
  316. //
  317. // pr_detail
  318. //
  319. this.pr_detail.AutoSize = true;
  320. this.pr_detail.CutLength = null;
  321. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  322. this.pr_detail.Location = new System.Drawing.Point(675, 12);
  323. this.pr_detail.MaximumSize = new System.Drawing.Size(150, 0);
  324. this.pr_detail.Name = "pr_detail";
  325. this.pr_detail.Size = new System.Drawing.Size(0, 21);
  326. this.pr_detail.TabIndex = 98;
  327. //
  328. // mcd_remainqty
  329. //
  330. this.mcd_remainqty.AutoSize = true;
  331. this.mcd_remainqty.CutLength = null;
  332. this.mcd_remainqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  333. this.mcd_remainqty.Location = new System.Drawing.Point(674, 61);
  334. this.mcd_remainqty.MaximumSize = new System.Drawing.Size(150, 0);
  335. this.mcd_remainqty.Name = "mcd_remainqty";
  336. this.mcd_remainqty.Size = new System.Drawing.Size(0, 21);
  337. this.mcd_remainqty.TabIndex = 97;
  338. this.mcd_remainqty.Tag = "mcd_remainqty";
  339. //
  340. // mcd_inqty
  341. //
  342. this.mcd_inqty.AutoSize = true;
  343. this.mcd_inqty.CutLength = null;
  344. this.mcd_inqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  345. this.mcd_inqty.Location = new System.Drawing.Point(401, 61);
  346. this.mcd_inqty.MaximumSize = new System.Drawing.Size(150, 0);
  347. this.mcd_inqty.Name = "mcd_inqty";
  348. this.mcd_inqty.Size = new System.Drawing.Size(0, 21);
  349. this.mcd_inqty.TabIndex = 96;
  350. //
  351. // ma_qty
  352. //
  353. this.ma_qty.AutoSize = true;
  354. this.ma_qty.CutLength = null;
  355. this.ma_qty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  356. this.ma_qty.Location = new System.Drawing.Point(96, 61);
  357. this.ma_qty.MaximumSize = new System.Drawing.Size(150, 0);
  358. this.ma_qty.Name = "ma_qty";
  359. this.ma_qty.Size = new System.Drawing.Size(0, 21);
  360. this.ma_qty.TabIndex = 95;
  361. //
  362. // OperateResult
  363. //
  364. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  365. this.OperateResult.Location = new System.Drawing.Point(13, 98);
  366. this.OperateResult.Name = "OperateResult";
  367. this.OperateResult.Size = new System.Drawing.Size(643, 290);
  368. this.OperateResult.TabIndex = 94;
  369. this.OperateResult.Text = "";
  370. //
  371. // Clean
  372. //
  373. this.Clean.AllPower = null;
  374. this.Clean.BackColor = System.Drawing.Color.Transparent;
  375. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  376. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  377. this.Clean.IsShowBorder = true;
  378. this.Clean.Location = new System.Drawing.Point(592, 403);
  379. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  380. this.Clean.Name = "Clean";
  381. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  382. this.Clean.Power = null;
  383. this.Clean.Size = new System.Drawing.Size(60, 24);
  384. this.Clean.TabIndex = 80;
  385. this.Clean.Text = "清除";
  386. this.Clean.UseVisualStyleBackColor = true;
  387. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  388. //
  389. // ma_softversion
  390. //
  391. this.ma_softversion.AllPower = null;
  392. this.ma_softversion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  393. | System.Windows.Forms.AnchorStyles.Right)));
  394. this.ma_softversion.BackColor = System.Drawing.Color.White;
  395. this.ma_softversion.ID = null;
  396. this.ma_softversion.Location = new System.Drawing.Point(772, 151);
  397. this.ma_softversion.Name = "ma_softversion";
  398. this.ma_softversion.Power = null;
  399. this.ma_softversion.Size = new System.Drawing.Size(106, 21);
  400. this.ma_softversion.Str = null;
  401. this.ma_softversion.Str1 = null;
  402. this.ma_softversion.Str2 = null;
  403. this.ma_softversion.TabIndex = 78;
  404. //
  405. // ma_ecncode
  406. //
  407. this.ma_ecncode.AllPower = null;
  408. this.ma_ecncode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  409. | System.Windows.Forms.AnchorStyles.Right)));
  410. this.ma_ecncode.BackColor = System.Drawing.Color.White;
  411. this.ma_ecncode.ID = null;
  412. this.ma_ecncode.Location = new System.Drawing.Point(772, 196);
  413. this.ma_ecncode.Name = "ma_ecncode";
  414. this.ma_ecncode.Power = null;
  415. this.ma_ecncode.Size = new System.Drawing.Size(106, 21);
  416. this.ma_ecncode.Str = null;
  417. this.ma_ecncode.Str1 = null;
  418. this.ma_ecncode.Str2 = null;
  419. this.ma_ecncode.TabIndex = 77;
  420. //
  421. // Confirm
  422. //
  423. this.Confirm.AllPower = "ifall";
  424. this.Confirm.BackColor = System.Drawing.Color.Transparent;
  425. this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
  426. this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
  427. this.Confirm.IsShowBorder = true;
  428. this.Confirm.Location = new System.Drawing.Point(289, 482);
  429. this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
  430. this.Confirm.Name = "Confirm";
  431. this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
  432. this.Confirm.Power = null;
  433. this.Confirm.Size = new System.Drawing.Size(60, 24);
  434. this.Confirm.TabIndex = 73;
  435. this.Confirm.Tag = "IfRead";
  436. this.Confirm.Text = "确认";
  437. this.Confirm.UseVisualStyleBackColor = true;
  438. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  439. //
  440. // code
  441. //
  442. this.code.AllPower = "ifall";
  443. this.code.BackColor = System.Drawing.Color.White;
  444. this.code.ID = null;
  445. this.code.Location = new System.Drawing.Point(98, 484);
  446. this.code.Name = "code";
  447. this.code.Power = null;
  448. this.code.Size = new System.Drawing.Size(160, 21);
  449. this.code.Str = null;
  450. this.code.Str1 = null;
  451. this.code.Str2 = null;
  452. this.code.TabIndex = 0;
  453. this.code.Tag = "IfRead";
  454. this.code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.code_KeyDown);
  455. //
  456. // sn_code
  457. //
  458. this.sn_code.AllPower = null;
  459. this.sn_code.BackColor = System.Drawing.Color.White;
  460. this.sn_code.Enabled = false;
  461. this.sn_code.ID = null;
  462. this.sn_code.Location = new System.Drawing.Point(98, 440);
  463. this.sn_code.Name = "sn_code";
  464. this.sn_code.Power = null;
  465. this.sn_code.Size = new System.Drawing.Size(160, 21);
  466. this.sn_code.Str = null;
  467. this.sn_code.Str1 = null;
  468. this.sn_code.Str2 = null;
  469. this.sn_code.TabIndex = 65;
  470. //
  471. // sir_remark_label
  472. //
  473. this.sir_remark_label.AutoSize = true;
  474. this.sir_remark_label.Checked = true;
  475. this.sir_remark_label.CheckState = System.Windows.Forms.CheckState.Checked;
  476. this.sir_remark_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  477. this.sir_remark_label.Location = new System.Drawing.Point(680, 232);
  478. this.sir_remark_label.Name = "sir_remark_label";
  479. this.sir_remark_label.Size = new System.Drawing.Size(93, 25);
  480. this.sir_remark_label.TabIndex = 190;
  481. this.sir_remark_label.Text = "备注信息";
  482. this.sir_remark_label.UseVisualStyleBackColor = true;
  483. //
  484. // sir_remark
  485. //
  486. this.sir_remark.AllPower = null;
  487. this.sir_remark.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  488. | System.Windows.Forms.AnchorStyles.Right)));
  489. this.sir_remark.BackColor = System.Drawing.Color.White;
  490. this.sir_remark.ID = null;
  491. this.sir_remark.Location = new System.Drawing.Point(680, 267);
  492. this.sir_remark.Multiline = true;
  493. this.sir_remark.Name = "sir_remark";
  494. this.sir_remark.Power = null;
  495. this.sir_remark.Size = new System.Drawing.Size(198, 68);
  496. this.sir_remark.Str = null;
  497. this.sir_remark.Str1 = null;
  498. this.sir_remark.Str2 = null;
  499. this.sir_remark.TabIndex = 191;
  500. //
  501. // Make_FeedingCollection
  502. //
  503. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  504. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  505. this.ClientSize = new System.Drawing.Size(898, 520);
  506. this.Controls.Add(this.sir_remark);
  507. this.Controls.Add(this.sir_remark_label);
  508. this.Controls.Add(this.StepCount);
  509. this.Controls.Add(this.ma_craftcode);
  510. this.Controls.Add(this.ma_bomversion_label);
  511. this.Controls.Add(this.ma_bomversion);
  512. this.Controls.Add(this.ms_craftcode);
  513. this.Controls.Add(this.ma_code);
  514. this.Controls.Add(this.LockMakeCode);
  515. this.Controls.Add(this.ClearSn_code);
  516. this.Controls.Add(this.ma_prodcode);
  517. this.Controls.Add(this.pr_detail);
  518. this.Controls.Add(this.mcd_remainqty);
  519. this.Controls.Add(this.mcd_inqty);
  520. this.Controls.Add(this.ma_qty);
  521. this.Controls.Add(this.OperateResult);
  522. this.Controls.Add(this.Clean);
  523. this.Controls.Add(this.ma_softversion);
  524. this.Controls.Add(this.ma_ecncode);
  525. this.Controls.Add(this.ma_ecncode_label);
  526. this.Controls.Add(this.ma_softversion_label);
  527. this.Controls.Add(this.Confirm);
  528. this.Controls.Add(this.iflastsn);
  529. this.Controls.Add(this.code);
  530. this.Controls.Add(this.code_label);
  531. this.Controls.Add(this.sn_code);
  532. this.Controls.Add(this.sn_code_label);
  533. this.Controls.Add(this.UnLoading);
  534. this.Controls.Add(this.Loading);
  535. this.Controls.Add(this.mcd_restqty_label);
  536. this.Controls.Add(this.mcd_inqty_label);
  537. this.Controls.Add(this.ma_qty_label);
  538. this.Controls.Add(this.ms_makecode_label);
  539. this.Controls.Add(this.pr_detail_label);
  540. this.Controls.Add(this.ma_prodcode_label);
  541. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  542. this.Name = "Make_FeedingCollection";
  543. this.Tag = "Make!FeedingCollection";
  544. this.Text = "上料采集";
  545. this.Load += new System.EventHandler(this.Make_FeedingCollection_Load);
  546. this.SizeChanged += new System.EventHandler(this.Make_FeedingCollection_SizeChanged);
  547. ((System.ComponentModel.ISupportInitialize)(this.ClearSn_code)).EndInit();
  548. this.ResumeLayout(true);
  549. this.PerformLayout();
  550. }
  551. #endregion
  552. private System.Windows.Forms.Label mcd_restqty_label;
  553. private System.Windows.Forms.Label mcd_inqty_label;
  554. private System.Windows.Forms.Label ma_qty_label;
  555. private System.Windows.Forms.Label ms_makecode_label;
  556. private System.Windows.Forms.Label pr_detail_label;
  557. private System.Windows.Forms.Label ma_prodcode_label;
  558. private System.Windows.Forms.RadioButton Loading;
  559. private System.Windows.Forms.RadioButton UnLoading;
  560. private CustomControl.TextBoxWithIcon.EnterTextBox sn_code;
  561. private System.Windows.Forms.Label sn_code_label;
  562. private System.Windows.Forms.Label code_label;
  563. private CustomControl.TextBoxWithIcon.SnCollectionBox code;
  564. private System.Windows.Forms.CheckBox iflastsn;
  565. private CustomControl.ButtonUtil.NormalButton Confirm;
  566. private System.Windows.Forms.CheckBox ma_softversion_label;
  567. private System.Windows.Forms.CheckBox ma_ecncode_label;
  568. private CustomControl.TextBoxWithIcon.EnterTextBox ma_ecncode;
  569. private CustomControl.TextBoxWithIcon.EnterTextBox ma_softversion;
  570. private CustomControl.ButtonUtil.NormalButton Clean;
  571. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  572. private CustomControl.ValueLabel.ValueLabel ma_qty;
  573. private CustomControl.ValueLabel.ValueLabel mcd_inqty;
  574. private CustomControl.ValueLabel.ValueLabel mcd_remainqty;
  575. private CustomControl.ValueLabel.ValueLabel pr_detail;
  576. private CustomControl.ValueLabel.ValueLabel ma_prodcode;
  577. private System.Windows.Forms.PictureBox ClearSn_code;
  578. private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
  579. private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
  580. private System.Windows.Forms.Label ms_craftcode;
  581. private System.Windows.Forms.Label ma_bomversion;
  582. private System.Windows.Forms.Label ma_bomversion_label;
  583. private System.Windows.Forms.Label ma_craftcode;
  584. private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
  585. private System.Windows.Forms.CheckBox sir_remark_label;
  586. private CustomControl.TextBoxWithIcon.EnterTextBox sir_remark;
  587. }
  588. }