Make_SNLabelCheckMidBoxNoWeight.Designer.cs 53 KB

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