Make_SNLabelCheckMidBox.Designer.cs 51 KB

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