Make_SNLabelCheckBXK.Designer.cs 45 KB

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