Make_FeedingCollection.Designer.cs 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804
  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.sir_remark_label = new System.Windows.Forms.CheckBox();
  48. this.NoteForChange = new System.Windows.Forms.CheckBox();
  49. this.LabelDataGridView = new System.Windows.Forms.DataGridView();
  50. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.sir_remark = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  57. this.StepCount = new UAS_MES.CustomControl.TextBoxWithIcon.SourceStepCount();
  58. this.ma_code = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
  59. this.LockMakeCode = new UAS_MES.CustomControl.CustomCheckBox.LockCheckBox();
  60. this.ma_prodcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  61. this.pr_detail = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  62. this.mcd_remainqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  63. this.mcd_inqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  64. this.ma_qty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  65. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  66. this.Clean = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  67. this.ma_softversion = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  68. this.ma_ecncode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  69. this.Confirm = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  70. this.code = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  71. this.sn_code = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  72. this.序号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.cm_makecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.pr_detail_ = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.cm_soncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.cm_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. ((System.ComponentModel.ISupportInitialize)(this.ClearSn_code)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).BeginInit();
  80. this.SuspendLayout();
  81. //
  82. // mcd_restqty_label
  83. //
  84. this.mcd_restqty_label.AutoSize = true;
  85. this.mcd_restqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  86. this.mcd_restqty_label.Location = new System.Drawing.Point(780, 76);
  87. this.mcd_restqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  88. this.mcd_restqty_label.Name = "mcd_restqty_label";
  89. this.mcd_restqty_label.Size = new System.Drawing.Size(92, 27);
  90. this.mcd_restqty_label.TabIndex = 59;
  91. this.mcd_restqty_label.Text = "待采集数";
  92. //
  93. // mcd_inqty_label
  94. //
  95. this.mcd_inqty_label.AutoSize = true;
  96. this.mcd_inqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  97. this.mcd_inqty_label.Location = new System.Drawing.Point(415, 76);
  98. this.mcd_inqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  99. this.mcd_inqty_label.Name = "mcd_inqty_label";
  100. this.mcd_inqty_label.Size = new System.Drawing.Size(92, 27);
  101. this.mcd_inqty_label.TabIndex = 56;
  102. this.mcd_inqty_label.Text = "已采集数";
  103. //
  104. // ma_qty_label
  105. //
  106. this.ma_qty_label.AutoSize = true;
  107. this.ma_qty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  108. this.ma_qty_label.Location = new System.Drawing.Point(12, 76);
  109. this.ma_qty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  110. this.ma_qty_label.Name = "ma_qty_label";
  111. this.ma_qty_label.Size = new System.Drawing.Size(92, 27);
  112. this.ma_qty_label.TabIndex = 53;
  113. this.ma_qty_label.Text = "工单数量";
  114. //
  115. // ms_makecode_label
  116. //
  117. this.ms_makecode_label.AutoSize = true;
  118. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  119. this.ms_makecode_label.Location = new System.Drawing.Point(12, 15);
  120. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  121. this.ms_makecode_label.Name = "ms_makecode_label";
  122. this.ms_makecode_label.Size = new System.Drawing.Size(92, 27);
  123. this.ms_makecode_label.TabIndex = 49;
  124. this.ms_makecode_label.Text = "归属工单";
  125. //
  126. // pr_detail_label
  127. //
  128. this.pr_detail_label.AutoSize = true;
  129. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  130. this.pr_detail_label.Location = new System.Drawing.Point(780, 15);
  131. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  132. this.pr_detail_label.Name = "pr_detail_label";
  133. this.pr_detail_label.Size = new System.Drawing.Size(92, 27);
  134. this.pr_detail_label.TabIndex = 50;
  135. this.pr_detail_label.Text = "产品规格";
  136. //
  137. // ma_prodcode_label
  138. //
  139. this.ma_prodcode_label.AutoSize = true;
  140. this.ma_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  141. this.ma_prodcode_label.Location = new System.Drawing.Point(415, 15);
  142. this.ma_prodcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  143. this.ma_prodcode_label.Name = "ma_prodcode_label";
  144. this.ma_prodcode_label.Size = new System.Drawing.Size(92, 27);
  145. this.ma_prodcode_label.TabIndex = 51;
  146. this.ma_prodcode_label.Text = "产品代码";
  147. //
  148. // Loading
  149. //
  150. this.Loading.AutoSize = true;
  151. this.Loading.Checked = true;
  152. this.Loading.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  153. this.Loading.ForeColor = System.Drawing.Color.Blue;
  154. this.Loading.Location = new System.Drawing.Point(24, 450);
  155. this.Loading.Margin = new System.Windows.Forms.Padding(4);
  156. this.Loading.Name = "Loading";
  157. this.Loading.Size = new System.Drawing.Size(73, 31);
  158. this.Loading.TabIndex = 62;
  159. this.Loading.TabStop = true;
  160. this.Loading.Text = "上料";
  161. this.Loading.UseVisualStyleBackColor = true;
  162. //
  163. // UnLoading
  164. //
  165. this.UnLoading.AutoSize = true;
  166. this.UnLoading.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  167. this.UnLoading.ForeColor = System.Drawing.Color.Blue;
  168. this.UnLoading.Location = new System.Drawing.Point(131, 450);
  169. this.UnLoading.Margin = new System.Windows.Forms.Padding(4);
  170. this.UnLoading.Name = "UnLoading";
  171. this.UnLoading.Size = new System.Drawing.Size(73, 31);
  172. this.UnLoading.TabIndex = 63;
  173. this.UnLoading.Text = "下料";
  174. this.UnLoading.UseVisualStyleBackColor = true;
  175. this.UnLoading.Visible = false;
  176. //
  177. // sn_code_label
  178. //
  179. this.sn_code_label.AutoSize = true;
  180. this.sn_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  181. this.sn_code_label.Location = new System.Drawing.Point(19, 498);
  182. this.sn_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  183. this.sn_code_label.Name = "sn_code_label";
  184. this.sn_code_label.Size = new System.Drawing.Size(72, 27);
  185. this.sn_code_label.TabIndex = 64;
  186. this.sn_code_label.Text = "序列号";
  187. //
  188. // code_label
  189. //
  190. this.code_label.AutoSize = true;
  191. this.code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  192. this.code_label.Location = new System.Drawing.Point(19, 552);
  193. this.code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  194. this.code_label.Name = "code_label";
  195. this.code_label.Size = new System.Drawing.Size(72, 27);
  196. this.code_label.TabIndex = 66;
  197. this.code_label.Text = "录入框";
  198. //
  199. // iflastsn
  200. //
  201. this.iflastsn.AutoSize = true;
  202. this.iflastsn.Enabled = false;
  203. this.iflastsn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  204. this.iflastsn.Location = new System.Drawing.Point(385, 498);
  205. this.iflastsn.Margin = new System.Windows.Forms.Padding(4);
  206. this.iflastsn.Name = "iflastsn";
  207. this.iflastsn.Size = new System.Drawing.Size(142, 31);
  208. this.iflastsn.TabIndex = 72;
  209. this.iflastsn.Text = "前一工单SN";
  210. this.iflastsn.UseVisualStyleBackColor = true;
  211. //
  212. // ma_softversion_label
  213. //
  214. this.ma_softversion_label.AutoSize = true;
  215. this.ma_softversion_label.Checked = true;
  216. this.ma_softversion_label.CheckState = System.Windows.Forms.CheckState.Checked;
  217. this.ma_softversion_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  218. this.ma_softversion_label.Location = new System.Drawing.Point(907, 189);
  219. this.ma_softversion_label.Margin = new System.Windows.Forms.Padding(4);
  220. this.ma_softversion_label.Name = "ma_softversion_label";
  221. this.ma_softversion_label.Size = new System.Drawing.Size(114, 31);
  222. this.ma_softversion_label.TabIndex = 74;
  223. this.ma_softversion_label.Text = "软件版本";
  224. this.ma_softversion_label.UseVisualStyleBackColor = true;
  225. //
  226. // ma_ecncode_label
  227. //
  228. this.ma_ecncode_label.AutoSize = true;
  229. this.ma_ecncode_label.Checked = true;
  230. this.ma_ecncode_label.CheckState = System.Windows.Forms.CheckState.Checked;
  231. this.ma_ecncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  232. this.ma_ecncode_label.Location = new System.Drawing.Point(907, 240);
  233. this.ma_ecncode_label.Margin = new System.Windows.Forms.Padding(4);
  234. this.ma_ecncode_label.Name = "ma_ecncode_label";
  235. this.ma_ecncode_label.Size = new System.Drawing.Size(94, 31);
  236. this.ma_ecncode_label.TabIndex = 75;
  237. this.ma_ecncode_label.Text = "ECN号";
  238. this.ma_ecncode_label.UseVisualStyleBackColor = true;
  239. //
  240. // ClearSn_code
  241. //
  242. this.ClearSn_code.Cursor = System.Windows.Forms.Cursors.Hand;
  243. this.ClearSn_code.Image = global::UAS_MES.Properties.Resources.bindingNavigatorDeleteItem_Image;
  244. this.ClearSn_code.Location = new System.Drawing.Point(351, 501);
  245. this.ClearSn_code.Margin = new System.Windows.Forms.Padding(4);
  246. this.ClearSn_code.Name = "ClearSn_code";
  247. this.ClearSn_code.Size = new System.Drawing.Size(21, 20);
  248. this.ClearSn_code.TabIndex = 138;
  249. this.ClearSn_code.TabStop = false;
  250. this.ClearSn_code.Click += new System.EventHandler(this.ClearSn_code_Click);
  251. //
  252. // ms_craftcode
  253. //
  254. this.ms_craftcode.AutoSize = true;
  255. this.ms_craftcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  256. this.ms_craftcode.Location = new System.Drawing.Point(1024, 19);
  257. this.ms_craftcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  258. this.ms_craftcode.Name = "ms_craftcode";
  259. this.ms_craftcode.Size = new System.Drawing.Size(0, 27);
  260. this.ms_craftcode.TabIndex = 142;
  261. this.ms_craftcode.Visible = false;
  262. //
  263. // ms_bomversion
  264. //
  265. this.ms_bomversion.AutoSize = true;
  266. this.ms_bomversion.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  267. this.ms_bomversion.Location = new System.Drawing.Point(1024, 135);
  268. this.ms_bomversion.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  269. this.ms_bomversion.Name = "ms_bomversion";
  270. this.ms_bomversion.Size = new System.Drawing.Size(0, 27);
  271. this.ms_bomversion.TabIndex = 143;
  272. //
  273. // ma_bomversion_label
  274. //
  275. this.ma_bomversion_label.AutoSize = true;
  276. this.ma_bomversion_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  277. this.ma_bomversion_label.Location = new System.Drawing.Point(909, 135);
  278. this.ma_bomversion_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  279. this.ma_bomversion_label.Name = "ma_bomversion_label";
  280. this.ma_bomversion_label.Size = new System.Drawing.Size(97, 27);
  281. this.ma_bomversion_label.TabIndex = 144;
  282. this.ma_bomversion_label.Text = "Bom版本";
  283. //
  284. // ma_craftcode
  285. //
  286. this.ma_craftcode.AutoSize = true;
  287. this.ma_craftcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  288. this.ma_craftcode.Location = new System.Drawing.Point(1005, 76);
  289. this.ma_craftcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  290. this.ma_craftcode.Name = "ma_craftcode";
  291. this.ma_craftcode.Size = new System.Drawing.Size(0, 27);
  292. this.ma_craftcode.TabIndex = 145;
  293. this.ma_craftcode.Visible = false;
  294. //
  295. // sir_remark_label
  296. //
  297. this.sir_remark_label.AutoSize = true;
  298. this.sir_remark_label.Checked = true;
  299. this.sir_remark_label.CheckState = System.Windows.Forms.CheckState.Checked;
  300. this.sir_remark_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  301. this.sir_remark_label.Location = new System.Drawing.Point(907, 290);
  302. this.sir_remark_label.Margin = new System.Windows.Forms.Padding(4);
  303. this.sir_remark_label.Name = "sir_remark_label";
  304. this.sir_remark_label.Size = new System.Drawing.Size(114, 31);
  305. this.sir_remark_label.TabIndex = 190;
  306. this.sir_remark_label.Text = "备注信息";
  307. this.sir_remark_label.UseVisualStyleBackColor = true;
  308. //
  309. // NoteForChange
  310. //
  311. this.NoteForChange.AutoSize = true;
  312. this.NoteForChange.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  313. this.NoteForChange.Location = new System.Drawing.Point(15, 49);
  314. this.NoteForChange.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  315. this.NoteForChange.Name = "NoteForChange";
  316. this.NoteForChange.Size = new System.Drawing.Size(121, 24);
  317. this.NoteForChange.TabIndex = 192;
  318. this.NoteForChange.Text = "切换工单提示";
  319. this.NoteForChange.UseVisualStyleBackColor = true;
  320. //
  321. // LabelDataGridView
  322. //
  323. this.LabelDataGridView.AllowUserToAddRows = false;
  324. this.LabelDataGridView.AllowUserToResizeRows = false;
  325. this.LabelDataGridView.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
  326. this.LabelDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  327. this.序号,
  328. this.cm_makecode,
  329. this.pr_detail_,
  330. this.cm_soncode,
  331. this.cm_barcode,
  332. this.BarCode});
  333. this.LabelDataGridView.Location = new System.Drawing.Point(24, 135);
  334. this.LabelDataGridView.Margin = new System.Windows.Forms.Padding(4);
  335. this.LabelDataGridView.Name = "LabelDataGridView";
  336. this.LabelDataGridView.RowHeadersVisible = false;
  337. this.LabelDataGridView.RowTemplate.Height = 23;
  338. this.LabelDataGridView.Size = new System.Drawing.Size(855, 284);
  339. this.LabelDataGridView.TabIndex = 193;
  340. //
  341. // dataGridViewTextBoxColumn1
  342. //
  343. this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  344. this.dataGridViewTextBoxColumn1.DataPropertyName = "cm_makecode";
  345. this.dataGridViewTextBoxColumn1.HeaderText = "上料料号";
  346. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  347. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  348. this.dataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  349. this.dataGridViewTextBoxColumn1.Width = 50;
  350. //
  351. // dataGridViewTextBoxColumn2
  352. //
  353. this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  354. this.dataGridViewTextBoxColumn2.DataPropertyName = "pr_detail";
  355. this.dataGridViewTextBoxColumn2.HeaderText = "上料名称";
  356. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  357. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  358. //
  359. // dataGridViewTextBoxColumn3
  360. //
  361. this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  362. this.dataGridViewTextBoxColumn3.DataPropertyName = "cm_soncode";
  363. this.dataGridViewTextBoxColumn3.HeaderText = "前缀";
  364. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  365. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  366. this.dataGridViewTextBoxColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  367. //
  368. // dataGridViewTextBoxColumn4
  369. //
  370. this.dataGridViewTextBoxColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  371. this.dataGridViewTextBoxColumn4.DataPropertyName = "cm_barcode";
  372. this.dataGridViewTextBoxColumn4.HeaderText = "长度";
  373. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  374. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  375. this.dataGridViewTextBoxColumn4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  376. //
  377. // dataGridViewTextBoxColumn5
  378. //
  379. this.dataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  380. this.dataGridViewTextBoxColumn5.DataPropertyName = "sp_length";
  381. this.dataGridViewTextBoxColumn5.HeaderText = "条码号";
  382. this.dataGridViewTextBoxColumn5.MinimumWidth = 300;
  383. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  384. this.dataGridViewTextBoxColumn5.ReadOnly = true;
  385. this.dataGridViewTextBoxColumn5.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  386. //
  387. // dataGridViewTextBoxColumn6
  388. //
  389. this.dataGridViewTextBoxColumn6.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  390. this.dataGridViewTextBoxColumn6.HeaderText = "条码号";
  391. this.dataGridViewTextBoxColumn6.MinimumWidth = 300;
  392. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  393. this.dataGridViewTextBoxColumn6.ReadOnly = true;
  394. this.dataGridViewTextBoxColumn6.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  395. //
  396. // sir_remark
  397. //
  398. this.sir_remark.AllPower = null;
  399. this.sir_remark.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  400. | System.Windows.Forms.AnchorStyles.Right)));
  401. this.sir_remark.BackColor = System.Drawing.Color.White;
  402. this.sir_remark.ID = null;
  403. this.sir_remark.Location = new System.Drawing.Point(907, 334);
  404. this.sir_remark.Margin = new System.Windows.Forms.Padding(4);
  405. this.sir_remark.Multiline = true;
  406. this.sir_remark.Name = "sir_remark";
  407. this.sir_remark.Power = null;
  408. this.sir_remark.Size = new System.Drawing.Size(263, 84);
  409. this.sir_remark.Str = null;
  410. this.sir_remark.Str1 = null;
  411. this.sir_remark.Str2 = null;
  412. this.sir_remark.TabIndex = 191;
  413. //
  414. // StepCount
  415. //
  416. this.StepCount.LineCode = null;
  417. this.StepCount.Location = new System.Drawing.Point(613, 430);
  418. this.StepCount.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  419. this.StepCount.Name = "StepCount";
  420. this.StepCount.Size = new System.Drawing.Size(107, 28);
  421. this.StepCount.Source = null;
  422. this.StepCount.StepCode = null;
  423. this.StepCount.TabIndex = 189;
  424. //
  425. // ma_code
  426. //
  427. this.ma_code.AllPower = null;
  428. this.ma_code.Caller = null;
  429. this.ma_code.Condition = null;
  430. this.ma_code.DBTitle = null;
  431. this.ma_code.FormName = null;
  432. this.ma_code.Location = new System.Drawing.Point(128, 16);
  433. this.ma_code.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  434. this.ma_code.Name = "ma_code";
  435. this.ma_code.Power = null;
  436. this.ma_code.ReturnData = null;
  437. this.ma_code.SelectField = null;
  438. this.ma_code.SetValueField = null;
  439. this.ma_code.Size = new System.Drawing.Size(197, 26);
  440. this.ma_code.TabIndex = 141;
  441. this.ma_code.TableName = null;
  442. this.ma_code.Tag = "ma_code";
  443. this.ma_code.TextBoxEnable = true;
  444. this.ma_code.UserControlTextChanged += new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox.OnTextChange(this.ma_code_UserControlTextChanged);
  445. //
  446. // LockMakeCode
  447. //
  448. this.LockMakeCode.AutoSize = true;
  449. this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  450. this.LockMakeCode.LeaveEvent = false;
  451. this.LockMakeCode.Location = new System.Drawing.Point(331, 19);
  452. this.LockMakeCode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  453. this.LockMakeCode.Name = "LockMakeCode";
  454. this.LockMakeCode.Size = new System.Drawing.Size(61, 24);
  455. this.LockMakeCode.TabIndex = 140;
  456. this.LockMakeCode.Text = "锁定";
  457. this.LockMakeCode.UseVisualStyleBackColor = true;
  458. //
  459. // ma_prodcode
  460. //
  461. this.ma_prodcode.AutoSize = true;
  462. this.ma_prodcode.CutLength = null;
  463. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  464. this.ma_prodcode.Location = new System.Drawing.Point(535, 15);
  465. this.ma_prodcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  466. this.ma_prodcode.MaximumSize = new System.Drawing.Size(200, 0);
  467. this.ma_prodcode.Name = "ma_prodcode";
  468. this.ma_prodcode.Size = new System.Drawing.Size(0, 27);
  469. this.ma_prodcode.TabIndex = 99;
  470. //
  471. // pr_detail
  472. //
  473. this.pr_detail.AutoSize = true;
  474. this.pr_detail.CutLength = null;
  475. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  476. this.pr_detail.Location = new System.Drawing.Point(900, 15);
  477. this.pr_detail.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  478. this.pr_detail.MaximumSize = new System.Drawing.Size(200, 0);
  479. this.pr_detail.Name = "pr_detail";
  480. this.pr_detail.Size = new System.Drawing.Size(0, 27);
  481. this.pr_detail.TabIndex = 98;
  482. //
  483. // mcd_remainqty
  484. //
  485. this.mcd_remainqty.AutoSize = true;
  486. this.mcd_remainqty.CutLength = null;
  487. this.mcd_remainqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  488. this.mcd_remainqty.Location = new System.Drawing.Point(899, 76);
  489. this.mcd_remainqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  490. this.mcd_remainqty.MaximumSize = new System.Drawing.Size(200, 0);
  491. this.mcd_remainqty.Name = "mcd_remainqty";
  492. this.mcd_remainqty.Size = new System.Drawing.Size(0, 27);
  493. this.mcd_remainqty.TabIndex = 97;
  494. this.mcd_remainqty.Tag = "mcd_remainqty";
  495. //
  496. // mcd_inqty
  497. //
  498. this.mcd_inqty.AutoSize = true;
  499. this.mcd_inqty.CutLength = null;
  500. this.mcd_inqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  501. this.mcd_inqty.Location = new System.Drawing.Point(535, 76);
  502. this.mcd_inqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  503. this.mcd_inqty.MaximumSize = new System.Drawing.Size(200, 0);
  504. this.mcd_inqty.Name = "mcd_inqty";
  505. this.mcd_inqty.Size = new System.Drawing.Size(0, 27);
  506. this.mcd_inqty.TabIndex = 96;
  507. //
  508. // ma_qty
  509. //
  510. this.ma_qty.AutoSize = true;
  511. this.ma_qty.CutLength = null;
  512. this.ma_qty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  513. this.ma_qty.Location = new System.Drawing.Point(128, 76);
  514. this.ma_qty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  515. this.ma_qty.MaximumSize = new System.Drawing.Size(200, 0);
  516. this.ma_qty.Name = "ma_qty";
  517. this.ma_qty.Size = new System.Drawing.Size(0, 27);
  518. this.ma_qty.TabIndex = 95;
  519. //
  520. // OperateResult
  521. //
  522. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  523. this.OperateResult.Location = new System.Drawing.Point(727, 430);
  524. this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
  525. this.OperateResult.Name = "OperateResult";
  526. this.OperateResult.Size = new System.Drawing.Size(465, 150);
  527. this.OperateResult.TabIndex = 94;
  528. this.OperateResult.Text = "";
  529. //
  530. // Clean
  531. //
  532. this.Clean.AllPower = null;
  533. this.Clean.BackColor = System.Drawing.Color.Transparent;
  534. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  535. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  536. this.Clean.IsShowBorder = true;
  537. this.Clean.Location = new System.Drawing.Point(613, 549);
  538. this.Clean.Margin = new System.Windows.Forms.Padding(4);
  539. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  540. this.Clean.Name = "Clean";
  541. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  542. this.Clean.Power = null;
  543. this.Clean.Size = new System.Drawing.Size(80, 30);
  544. this.Clean.TabIndex = 80;
  545. this.Clean.Text = "清除";
  546. this.Clean.UseVisualStyleBackColor = true;
  547. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  548. //
  549. // ma_softversion
  550. //
  551. this.ma_softversion.AllPower = null;
  552. this.ma_softversion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  553. | System.Windows.Forms.AnchorStyles.Right)));
  554. this.ma_softversion.BackColor = System.Drawing.Color.White;
  555. this.ma_softversion.ID = null;
  556. this.ma_softversion.Location = new System.Drawing.Point(1029, 189);
  557. this.ma_softversion.Margin = new System.Windows.Forms.Padding(4);
  558. this.ma_softversion.Name = "ma_softversion";
  559. this.ma_softversion.Power = null;
  560. this.ma_softversion.Size = new System.Drawing.Size(140, 25);
  561. this.ma_softversion.Str = null;
  562. this.ma_softversion.Str1 = null;
  563. this.ma_softversion.Str2 = null;
  564. this.ma_softversion.TabIndex = 78;
  565. //
  566. // ma_ecncode
  567. //
  568. this.ma_ecncode.AllPower = null;
  569. this.ma_ecncode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  570. | System.Windows.Forms.AnchorStyles.Right)));
  571. this.ma_ecncode.BackColor = System.Drawing.Color.White;
  572. this.ma_ecncode.ID = null;
  573. this.ma_ecncode.Location = new System.Drawing.Point(1029, 245);
  574. this.ma_ecncode.Margin = new System.Windows.Forms.Padding(4);
  575. this.ma_ecncode.Name = "ma_ecncode";
  576. this.ma_ecncode.Power = null;
  577. this.ma_ecncode.Size = new System.Drawing.Size(140, 25);
  578. this.ma_ecncode.Str = null;
  579. this.ma_ecncode.Str1 = null;
  580. this.ma_ecncode.Str2 = null;
  581. this.ma_ecncode.TabIndex = 77;
  582. //
  583. // Confirm
  584. //
  585. this.Confirm.AllPower = "ifall";
  586. this.Confirm.BackColor = System.Drawing.Color.Transparent;
  587. this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
  588. this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
  589. this.Confirm.IsShowBorder = true;
  590. this.Confirm.Location = new System.Drawing.Point(385, 550);
  591. this.Confirm.Margin = new System.Windows.Forms.Padding(4);
  592. this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
  593. this.Confirm.Name = "Confirm";
  594. this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
  595. this.Confirm.Power = null;
  596. this.Confirm.Size = new System.Drawing.Size(80, 30);
  597. this.Confirm.TabIndex = 73;
  598. this.Confirm.Tag = "IfRead";
  599. this.Confirm.Text = "确认";
  600. this.Confirm.UseVisualStyleBackColor = true;
  601. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  602. //
  603. // code
  604. //
  605. this.code.AllPower = "ifall";
  606. this.code.BackColor = System.Drawing.Color.White;
  607. this.code.ID = null;
  608. this.code.Location = new System.Drawing.Point(131, 552);
  609. this.code.Margin = new System.Windows.Forms.Padding(4);
  610. this.code.Name = "code";
  611. this.code.Power = null;
  612. this.code.Size = new System.Drawing.Size(212, 25);
  613. this.code.Str = null;
  614. this.code.Str1 = null;
  615. this.code.Str2 = null;
  616. this.code.TabIndex = 0;
  617. this.code.Tag = "IfRead";
  618. this.code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.code_KeyDown);
  619. //
  620. // sn_code
  621. //
  622. this.sn_code.AllPower = null;
  623. this.sn_code.BackColor = System.Drawing.Color.White;
  624. this.sn_code.Enabled = false;
  625. this.sn_code.ID = null;
  626. this.sn_code.Location = new System.Drawing.Point(131, 498);
  627. this.sn_code.Margin = new System.Windows.Forms.Padding(4);
  628. this.sn_code.Name = "sn_code";
  629. this.sn_code.Power = null;
  630. this.sn_code.Size = new System.Drawing.Size(212, 25);
  631. this.sn_code.Str = null;
  632. this.sn_code.Str1 = null;
  633. this.sn_code.Str2 = null;
  634. this.sn_code.TabIndex = 65;
  635. //
  636. // 序号
  637. //
  638. this.序号.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  639. this.序号.DataPropertyName = "sp_detno";
  640. this.序号.HeaderText = "序号";
  641. this.序号.Name = "序号";
  642. this.序号.ReadOnly = true;
  643. this.序号.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  644. this.序号.Width = 70;
  645. //
  646. // cm_makecode
  647. //
  648. this.cm_makecode.DataPropertyName = "sp_fsoncode";
  649. this.cm_makecode.HeaderText = "上料料号";
  650. this.cm_makecode.MinimumWidth = 100;
  651. this.cm_makecode.Name = "cm_makecode";
  652. this.cm_makecode.ReadOnly = true;
  653. //
  654. // pr_detail_
  655. //
  656. this.pr_detail_.DataPropertyName = "pr_spec";
  657. this.pr_detail_.HeaderText = "上料名称";
  658. this.pr_detail_.MinimumWidth = 100;
  659. this.pr_detail_.Name = "pr_detail_";
  660. this.pr_detail_.ReadOnly = true;
  661. //
  662. // cm_soncode
  663. //
  664. this.cm_soncode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  665. this.cm_soncode.DataPropertyName = "sp_prefix";
  666. this.cm_soncode.FillWeight = 70F;
  667. this.cm_soncode.HeaderText = "前缀";
  668. this.cm_soncode.MinimumWidth = 70;
  669. this.cm_soncode.Name = "cm_soncode";
  670. this.cm_soncode.ReadOnly = true;
  671. this.cm_soncode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  672. this.cm_soncode.Width = 70;
  673. //
  674. // cm_barcode
  675. //
  676. this.cm_barcode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
  677. this.cm_barcode.DataPropertyName = "sp_length";
  678. this.cm_barcode.HeaderText = "长度";
  679. this.cm_barcode.Name = "cm_barcode";
  680. this.cm_barcode.ReadOnly = true;
  681. this.cm_barcode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  682. this.cm_barcode.Width = 43;
  683. //
  684. // BarCode
  685. //
  686. this.BarCode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
  687. this.BarCode.HeaderText = "条码号";
  688. this.BarCode.MinimumWidth = 300;
  689. this.BarCode.Name = "BarCode";
  690. this.BarCode.ReadOnly = true;
  691. this.BarCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  692. this.BarCode.Width = 300;
  693. //
  694. // Make_FeedingCollection
  695. //
  696. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  697. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  698. this.ClientSize = new System.Drawing.Size(1197, 609);
  699. this.Controls.Add(this.LabelDataGridView);
  700. this.Controls.Add(this.NoteForChange);
  701. this.Controls.Add(this.sir_remark);
  702. this.Controls.Add(this.sir_remark_label);
  703. this.Controls.Add(this.StepCount);
  704. this.Controls.Add(this.ma_craftcode);
  705. this.Controls.Add(this.ma_bomversion_label);
  706. this.Controls.Add(this.ms_bomversion);
  707. this.Controls.Add(this.ms_craftcode);
  708. this.Controls.Add(this.ma_code);
  709. this.Controls.Add(this.LockMakeCode);
  710. this.Controls.Add(this.ClearSn_code);
  711. this.Controls.Add(this.ma_prodcode);
  712. this.Controls.Add(this.pr_detail);
  713. this.Controls.Add(this.mcd_remainqty);
  714. this.Controls.Add(this.mcd_inqty);
  715. this.Controls.Add(this.ma_qty);
  716. this.Controls.Add(this.OperateResult);
  717. this.Controls.Add(this.Clean);
  718. this.Controls.Add(this.ma_softversion);
  719. this.Controls.Add(this.ma_ecncode);
  720. this.Controls.Add(this.ma_ecncode_label);
  721. this.Controls.Add(this.ma_softversion_label);
  722. this.Controls.Add(this.Confirm);
  723. this.Controls.Add(this.iflastsn);
  724. this.Controls.Add(this.code);
  725. this.Controls.Add(this.code_label);
  726. this.Controls.Add(this.sn_code);
  727. this.Controls.Add(this.sn_code_label);
  728. this.Controls.Add(this.UnLoading);
  729. this.Controls.Add(this.Loading);
  730. this.Controls.Add(this.mcd_restqty_label);
  731. this.Controls.Add(this.mcd_inqty_label);
  732. this.Controls.Add(this.ma_qty_label);
  733. this.Controls.Add(this.ms_makecode_label);
  734. this.Controls.Add(this.pr_detail_label);
  735. this.Controls.Add(this.ma_prodcode_label);
  736. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  737. this.Margin = new System.Windows.Forms.Padding(4);
  738. this.Name = "Make_FeedingCollection";
  739. this.Tag = "Make!FeedingCollection";
  740. this.Text = "上料采集";
  741. this.Load += new System.EventHandler(this.Make_FeedingCollection_Load);
  742. this.SizeChanged += new System.EventHandler(this.Make_FeedingCollection_SizeChanged);
  743. ((System.ComponentModel.ISupportInitialize)(this.ClearSn_code)).EndInit();
  744. ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).EndInit();
  745. this.ResumeLayout(false);
  746. this.PerformLayout();
  747. }
  748. #endregion
  749. private System.Windows.Forms.Label mcd_restqty_label;
  750. private System.Windows.Forms.Label mcd_inqty_label;
  751. private System.Windows.Forms.Label ma_qty_label;
  752. private System.Windows.Forms.Label ms_makecode_label;
  753. private System.Windows.Forms.Label pr_detail_label;
  754. private System.Windows.Forms.Label ma_prodcode_label;
  755. private System.Windows.Forms.RadioButton Loading;
  756. private System.Windows.Forms.RadioButton UnLoading;
  757. private CustomControl.TextBoxWithIcon.EnterTextBox sn_code;
  758. private System.Windows.Forms.Label sn_code_label;
  759. private System.Windows.Forms.Label code_label;
  760. private CustomControl.TextBoxWithIcon.EnterTextBox code;
  761. private System.Windows.Forms.CheckBox iflastsn;
  762. private CustomControl.ButtonUtil.NormalButton Confirm;
  763. private System.Windows.Forms.CheckBox ma_softversion_label;
  764. private System.Windows.Forms.CheckBox ma_ecncode_label;
  765. private CustomControl.TextBoxWithIcon.EnterTextBox ma_ecncode;
  766. private CustomControl.TextBoxWithIcon.EnterTextBox ma_softversion;
  767. private CustomControl.ButtonUtil.NormalButton Clean;
  768. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  769. private CustomControl.ValueLabel.ValueLabel ma_qty;
  770. private CustomControl.ValueLabel.ValueLabel mcd_inqty;
  771. private CustomControl.ValueLabel.ValueLabel mcd_remainqty;
  772. private CustomControl.ValueLabel.ValueLabel pr_detail;
  773. private CustomControl.ValueLabel.ValueLabel ma_prodcode;
  774. private System.Windows.Forms.PictureBox ClearSn_code;
  775. private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
  776. private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
  777. private System.Windows.Forms.Label ms_craftcode;
  778. private System.Windows.Forms.Label ms_bomversion;
  779. private System.Windows.Forms.Label ma_bomversion_label;
  780. private System.Windows.Forms.Label ma_craftcode;
  781. private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
  782. private System.Windows.Forms.CheckBox sir_remark_label;
  783. private CustomControl.TextBoxWithIcon.EnterTextBox sir_remark;
  784. private System.Windows.Forms.CheckBox NoteForChange;
  785. private System.Windows.Forms.DataGridView LabelDataGridView;
  786. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  787. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  788. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  789. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  790. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  791. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  792. private System.Windows.Forms.DataGridViewTextBoxColumn 序号;
  793. private System.Windows.Forms.DataGridViewTextBoxColumn cm_makecode;
  794. private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail_;
  795. private System.Windows.Forms.DataGridViewTextBoxColumn cm_soncode;
  796. private System.Windows.Forms.DataGridViewTextBoxColumn cm_barcode;
  797. private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
  798. }
  799. }