Make_SNLabelCheckMidBox.Designer.cs 56 KB

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