Make_SNLabelCheckBXK.Designer.cs 48 KB

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