Make_FeedingCollection.Designer.cs 33 KB

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