Make_SNLabelCheckMidBox.Designer.cs 56 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010
  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. //
  421. // ma_code
  422. //
  423. this.ma_code.AllPower = null;
  424. this.ma_code.Caller = null;
  425. this.ma_code.Condition = null;
  426. this.ma_code.DBTitle = null;
  427. this.ma_code.FormName = null;
  428. this.ma_code.Location = new System.Drawing.Point(192, 26);
  429. this.ma_code.Margin = new System.Windows.Forms.Padding(4);
  430. this.ma_code.Name = "ma_code";
  431. this.ma_code.Power = null;
  432. this.ma_code.ReturnData = null;
  433. this.ma_code.SelectField = null;
  434. this.ma_code.SetValueField = null;
  435. this.ma_code.Size = new System.Drawing.Size(296, 42);
  436. this.ma_code.TabIndex = 141;
  437. this.ma_code.TableName = null;
  438. this.ma_code.Tag = "ma_code";
  439. this.ma_code.TextBoxEnable = true;
  440. this.ma_code.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox.OnTextChange(this.ma_code_UserControlTextChanged);
  441. //
  442. // LockMakeCode
  443. //
  444. this.LockMakeCode.AutoSize = true;
  445. this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  446. this.LockMakeCode.LeaveEvent = false;
  447. this.LockMakeCode.Location = new System.Drawing.Point(496, 30);
  448. this.LockMakeCode.Margin = new System.Windows.Forms.Padding(4);
  449. this.LockMakeCode.Name = "LockMakeCode";
  450. this.LockMakeCode.Size = new System.Drawing.Size(94, 35);
  451. this.LockMakeCode.TabIndex = 140;
  452. this.LockMakeCode.Text = "锁定";
  453. this.LockMakeCode.UseVisualStyleBackColor = true;
  454. //
  455. // ma_prodcode
  456. //
  457. this.ma_prodcode.AutoSize = true;
  458. this.ma_prodcode.CutLength = null;
  459. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  460. this.ma_prodcode.Location = new System.Drawing.Point(802, 24);
  461. this.ma_prodcode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  462. this.ma_prodcode.MaximumSize = new System.Drawing.Size(300, 0);
  463. this.ma_prodcode.Name = "ma_prodcode";
  464. this.ma_prodcode.Size = new System.Drawing.Size(0, 41);
  465. this.ma_prodcode.TabIndex = 99;
  466. this.ma_prodcode.TextChanged += new System.EventHandler(this.ma_prodcode_TextChanged);
  467. //
  468. // pr_detail
  469. //
  470. this.pr_detail.AutoSize = true;
  471. this.pr_detail.CutLength = null;
  472. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  473. this.pr_detail.Location = new System.Drawing.Point(1350, 24);
  474. this.pr_detail.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  475. this.pr_detail.MaximumSize = new System.Drawing.Size(300, 0);
  476. this.pr_detail.Name = "pr_detail";
  477. this.pr_detail.Size = new System.Drawing.Size(0, 41);
  478. this.pr_detail.TabIndex = 98;
  479. //
  480. // mcd_remainqty
  481. //
  482. this.mcd_remainqty.AutoSize = true;
  483. this.mcd_remainqty.CutLength = null;
  484. this.mcd_remainqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  485. this.mcd_remainqty.Location = new System.Drawing.Point(1348, 122);
  486. this.mcd_remainqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  487. this.mcd_remainqty.MaximumSize = new System.Drawing.Size(300, 0);
  488. this.mcd_remainqty.Name = "mcd_remainqty";
  489. this.mcd_remainqty.Size = new System.Drawing.Size(0, 41);
  490. this.mcd_remainqty.TabIndex = 97;
  491. this.mcd_remainqty.Tag = "mcd_remainqty";
  492. //
  493. // mcd_inqty
  494. //
  495. this.mcd_inqty.AutoSize = true;
  496. this.mcd_inqty.CutLength = null;
  497. this.mcd_inqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  498. this.mcd_inqty.Location = new System.Drawing.Point(802, 122);
  499. this.mcd_inqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  500. this.mcd_inqty.MaximumSize = new System.Drawing.Size(300, 0);
  501. this.mcd_inqty.Name = "mcd_inqty";
  502. this.mcd_inqty.Size = new System.Drawing.Size(0, 41);
  503. this.mcd_inqty.TabIndex = 96;
  504. //
  505. // ma_qty
  506. //
  507. this.ma_qty.AutoSize = true;
  508. this.ma_qty.CutLength = null;
  509. this.ma_qty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  510. this.ma_qty.Location = new System.Drawing.Point(192, 122);
  511. this.ma_qty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  512. this.ma_qty.MaximumSize = new System.Drawing.Size(300, 0);
  513. this.ma_qty.Name = "ma_qty";
  514. this.ma_qty.Size = new System.Drawing.Size(0, 41);
  515. this.ma_qty.TabIndex = 95;
  516. //
  517. // OperateResult
  518. //
  519. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  520. this.OperateResult.Location = new System.Drawing.Point(734, 690);
  521. this.OperateResult.Margin = new System.Windows.Forms.Padding(6);
  522. this.OperateResult.Name = "OperateResult";
  523. this.OperateResult.Size = new System.Drawing.Size(554, 238);
  524. this.OperateResult.TabIndex = 94;
  525. this.OperateResult.Text = "";
  526. //
  527. // Clean
  528. //
  529. this.Clean.AllPower = null;
  530. this.Clean.BackColor = System.Drawing.Color.Transparent;
  531. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  532. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  533. this.Clean.IsShowBorder = true;
  534. this.Clean.Location = new System.Drawing.Point(1300, 884);
  535. this.Clean.Margin = new System.Windows.Forms.Padding(6);
  536. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  537. this.Clean.Name = "Clean";
  538. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  539. this.Clean.Power = null;
  540. this.Clean.Size = new System.Drawing.Size(120, 48);
  541. this.Clean.TabIndex = 80;
  542. this.Clean.Text = "清除";
  543. this.Clean.UseVisualStyleBackColor = true;
  544. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  545. //
  546. // Confirm
  547. //
  548. this.Confirm.AllPower = "ifall";
  549. this.Confirm.BackColor = System.Drawing.Color.Transparent;
  550. this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
  551. this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
  552. this.Confirm.IsShowBorder = true;
  553. this.Confirm.Location = new System.Drawing.Point(578, 880);
  554. this.Confirm.Margin = new System.Windows.Forms.Padding(6);
  555. this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
  556. this.Confirm.Name = "Confirm";
  557. this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
  558. this.Confirm.Power = null;
  559. this.Confirm.Size = new System.Drawing.Size(120, 48);
  560. this.Confirm.TabIndex = 73;
  561. this.Confirm.Tag = "IfRead";
  562. this.Confirm.Text = "确认";
  563. this.Confirm.UseVisualStyleBackColor = true;
  564. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  565. //
  566. // code
  567. //
  568. this.code.AllPower = "ifall";
  569. this.code.BackColor = System.Drawing.Color.White;
  570. this.code.ID = null;
  571. this.code.Location = new System.Drawing.Point(196, 884);
  572. this.code.Margin = new System.Windows.Forms.Padding(6);
  573. this.code.Name = "code";
  574. this.code.Power = null;
  575. this.code.Size = new System.Drawing.Size(316, 35);
  576. this.code.Str = null;
  577. this.code.Str1 = null;
  578. this.code.Str2 = null;
  579. this.code.TabIndex = 0;
  580. this.code.Tag = "IfRead";
  581. this.code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.code_KeyDown);
  582. //
  583. // sn_code
  584. //
  585. this.sn_code.AllPower = null;
  586. this.sn_code.BackColor = System.Drawing.Color.White;
  587. this.sn_code.Enabled = false;
  588. this.sn_code.ID = null;
  589. this.sn_code.Location = new System.Drawing.Point(196, 796);
  590. this.sn_code.Margin = new System.Windows.Forms.Padding(6);
  591. this.sn_code.Name = "sn_code";
  592. this.sn_code.Power = null;
  593. this.sn_code.Size = new System.Drawing.Size(316, 35);
  594. this.sn_code.Str = null;
  595. this.sn_code.Str1 = null;
  596. this.sn_code.Str2 = null;
  597. this.sn_code.TabIndex = 65;
  598. //
  599. // dataGridViewTextBoxColumn6
  600. //
  601. this.dataGridViewTextBoxColumn6.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  602. this.dataGridViewTextBoxColumn6.HeaderText = "条码号";
  603. this.dataGridViewTextBoxColumn6.MinimumWidth = 300;
  604. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  605. this.dataGridViewTextBoxColumn6.ReadOnly = true;
  606. this.dataGridViewTextBoxColumn6.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  607. this.dataGridViewTextBoxColumn6.Width = 200;
  608. //
  609. // PrintNum
  610. //
  611. this.PrintNum.AllPower = null;
  612. this.PrintNum.BackColor = System.Drawing.Color.White;
  613. this.PrintNum.Enabled = false;
  614. this.PrintNum.ID = null;
  615. this.PrintNum.Location = new System.Drawing.Point(1490, 343);
  616. this.PrintNum.Margin = new System.Windows.Forms.Padding(6);
  617. this.PrintNum.Name = "PrintNum";
  618. this.PrintNum.Power = null;
  619. this.PrintNum.Size = new System.Drawing.Size(260, 35);
  620. this.PrintNum.Str = null;
  621. this.PrintNum.Str1 = null;
  622. this.PrintNum.Str2 = null;
  623. this.PrintNum.TabIndex = 205;
  624. //
  625. // label4
  626. //
  627. this.label4.AutoSize = true;
  628. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  629. this.label4.Location = new System.Drawing.Point(1334, 343);
  630. this.label4.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  631. this.label4.Name = "label4";
  632. this.label4.Size = new System.Drawing.Size(82, 41);
  633. this.label4.TabIndex = 204;
  634. this.label4.Text = "份数";
  635. //
  636. // PrintLabel
  637. //
  638. this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  639. this.PrintLabel.FormattingEnabled = true;
  640. this.PrintLabel.Location = new System.Drawing.Point(1490, 282);
  641. this.PrintLabel.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  642. this.PrintLabel.Name = "PrintLabel";
  643. this.PrintLabel.Size = new System.Drawing.Size(260, 32);
  644. this.PrintLabel.TabIndex = 203;
  645. this.PrintLabel.SelectedIndexChanged += new System.EventHandler(this.PrintLabel_SelectedIndexChanged);
  646. //
  647. // label2
  648. //
  649. this.label2.AutoSize = true;
  650. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  651. this.label2.Location = new System.Drawing.Point(1334, 216);
  652. this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  653. this.label2.Name = "label2";
  654. this.label2.Size = new System.Drawing.Size(114, 41);
  655. this.label2.TabIndex = 202;
  656. this.label2.Text = "打印机";
  657. //
  658. // PrintLabel_label
  659. //
  660. this.PrintLabel_label.AutoSize = true;
  661. this.PrintLabel_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  662. this.PrintLabel_label.Location = new System.Drawing.Point(1334, 273);
  663. this.PrintLabel_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  664. this.PrintLabel_label.Name = "PrintLabel_label";
  665. this.PrintLabel_label.Size = new System.Drawing.Size(82, 41);
  666. this.PrintLabel_label.TabIndex = 201;
  667. this.PrintLabel_label.Text = "标签";
  668. //
  669. // Printer
  670. //
  671. this.Printer.Location = new System.Drawing.Point(1490, 216);
  672. this.Printer.Margin = new System.Windows.Forms.Padding(8);
  673. this.Printer.Name = "Printer";
  674. this.Printer.Size = new System.Drawing.Size(262, 50);
  675. this.Printer.TabIndex = 200;
  676. //
  677. // panel4
  678. //
  679. this.panel4.BorderColor = System.Drawing.Color.Black;
  680. this.panel4.Controls.Add(this.weight);
  681. this.panel4.Controls.Add(this.pr_colorboxunit);
  682. this.panel4.Controls.Add(this.weight_label);
  683. this.panel4.Font = new System.Drawing.Font("微软雅黑", 12F);
  684. this.panel4.Location = new System.Drawing.Point(1300, 669);
  685. this.panel4.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
  686. this.panel4.Name = "panel4";
  687. this.panel4.Size = new System.Drawing.Size(481, 205);
  688. this.panel4.TabIndex = 206;
  689. this.panel4.TabStop = false;
  690. this.panel4.Text = "重量";
  691. this.panel4.TextColor = System.Drawing.Color.Black;
  692. //
  693. // weight
  694. //
  695. this.weight.Font = new System.Drawing.Font("微软雅黑", 40F);
  696. this.weight.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  697. this.weight.Location = new System.Drawing.Point(139, 29);
  698. this.weight.Name = "weight";
  699. this.weight.Size = new System.Drawing.Size(331, 148);
  700. this.weight.TabIndex = 43;
  701. //
  702. // pr_colorboxunit
  703. //
  704. this.pr_colorboxunit.AutoSize = true;
  705. this.pr_colorboxunit.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  706. this.pr_colorboxunit.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  707. this.pr_colorboxunit.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  708. this.pr_colorboxunit.Location = new System.Drawing.Point(32, 127);
  709. this.pr_colorboxunit.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  710. this.pr_colorboxunit.Name = "pr_colorboxunit";
  711. this.pr_colorboxunit.Size = new System.Drawing.Size(60, 50);
  712. this.pr_colorboxunit.TabIndex = 42;
  713. this.pr_colorboxunit.Text = "克";
  714. this.pr_colorboxunit.Visible = false;
  715. //
  716. // weight_label
  717. //
  718. this.weight_label.AutoSize = true;
  719. this.weight_label.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  720. this.weight_label.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  721. this.weight_label.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  722. this.weight_label.Location = new System.Drawing.Point(32, 68);
  723. this.weight_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  724. this.weight_label.Name = "weight_label";
  725. this.weight_label.Size = new System.Drawing.Size(98, 50);
  726. this.weight_label.TabIndex = 20;
  727. this.weight_label.Text = "重量";
  728. this.weight_label.Visible = false;
  729. //
  730. // ComList
  731. //
  732. this.ComList.AutoSize = true;
  733. this.ComList.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  734. this.ComList.Location = new System.Drawing.Point(1620, 26);
  735. this.ComList.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  736. this.ComList.Name = "ComList";
  737. this.ComList.Size = new System.Drawing.Size(128, 38);
  738. this.ComList.TabIndex = 210;
  739. this.ComList.Text = "ComList";
  740. this.ComList.Visible = false;
  741. //
  742. // BaudRate
  743. //
  744. this.BaudRate.AutoSize = true;
  745. this.BaudRate.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  746. this.BaudRate.Location = new System.Drawing.Point(1620, 78);
  747. this.BaudRate.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  748. this.BaudRate.Name = "BaudRate";
  749. this.BaudRate.Size = new System.Drawing.Size(150, 38);
  750. this.BaudRate.TabIndex = 209;
  751. this.BaudRate.Text = "BaudRate";
  752. this.BaudRate.Visible = false;
  753. //
  754. // StopWeight
  755. //
  756. this.StopWeight.AllPower = null;
  757. this.StopWeight.BackColor = System.Drawing.Color.Transparent;
  758. this.StopWeight.DownImage = ((System.Drawing.Image)(resources.GetObject("StopWeight.DownImage")));
  759. this.StopWeight.Image = ((System.Drawing.Image)(resources.GetObject("StopWeight.Image")));
  760. this.StopWeight.IsShowBorder = true;
  761. this.StopWeight.Location = new System.Drawing.Point(1616, 884);
  762. this.StopWeight.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
  763. this.StopWeight.MoveImage = ((System.Drawing.Image)(resources.GetObject("StopWeight.MoveImage")));
  764. this.StopWeight.Name = "StopWeight";
  765. this.StopWeight.NormalImage = ((System.Drawing.Image)(resources.GetObject("StopWeight.NormalImage")));
  766. this.StopWeight.Power = null;
  767. this.StopWeight.Size = new System.Drawing.Size(108, 48);
  768. this.StopWeight.TabIndex = 208;
  769. this.StopWeight.Text = "停止称量";
  770. this.StopWeight.UseVisualStyleBackColor = true;
  771. this.StopWeight.Click += new System.EventHandler(this.StopWeight_Click);
  772. //
  773. // StartWeight
  774. //
  775. this.StartWeight.AllPower = null;
  776. this.StartWeight.BackColor = System.Drawing.Color.Transparent;
  777. this.StartWeight.DownImage = ((System.Drawing.Image)(resources.GetObject("StartWeight.DownImage")));
  778. this.StartWeight.Image = ((System.Drawing.Image)(resources.GetObject("StartWeight.Image")));
  779. this.StartWeight.IsShowBorder = true;
  780. this.StartWeight.Location = new System.Drawing.Point(1463, 884);
  781. this.StartWeight.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
  782. this.StartWeight.MoveImage = ((System.Drawing.Image)(resources.GetObject("StartWeight.MoveImage")));
  783. this.StartWeight.Name = "StartWeight";
  784. this.StartWeight.NormalImage = ((System.Drawing.Image)(resources.GetObject("StartWeight.NormalImage")));
  785. this.StartWeight.Power = null;
  786. this.StartWeight.Size = new System.Drawing.Size(108, 48);
  787. this.StartWeight.TabIndex = 207;
  788. this.StartWeight.Text = "开始称量";
  789. this.StartWeight.UseVisualStyleBackColor = true;
  790. this.StartWeight.Click += new System.EventHandler(this.StartWeight_Click);
  791. //
  792. // PrintNum1
  793. //
  794. this.PrintNum1.AllPower = null;
  795. this.PrintNum1.BackColor = System.Drawing.Color.White;
  796. this.PrintNum1.ID = null;
  797. this.PrintNum1.Location = new System.Drawing.Point(1616, 421);
  798. this.PrintNum1.Margin = new System.Windows.Forms.Padding(6);
  799. this.PrintNum1.Name = "PrintNum1";
  800. this.PrintNum1.Negative = false;
  801. this.PrintNum1.Power = null;
  802. this.PrintNum1.Size = new System.Drawing.Size(85, 35);
  803. this.PrintNum1.Str = null;
  804. this.PrintNum1.Str1 = null;
  805. this.PrintNum1.Str2 = null;
  806. this.PrintNum1.TabIndex = 220;
  807. this.PrintNum1.Text = "1";
  808. //
  809. // label3
  810. //
  811. this.label3.AutoSize = true;
  812. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  813. this.label3.Location = new System.Drawing.Point(1522, 417);
  814. this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  815. this.label3.Name = "label3";
  816. this.label3.Size = new System.Drawing.Size(82, 41);
  817. this.label3.TabIndex = 219;
  818. this.label3.Text = "份数";
  819. //
  820. // PrintSecond
  821. //
  822. this.PrintSecond.AutoSize = true;
  823. this.PrintSecond.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  824. this.PrintSecond.ForeColor = System.Drawing.Color.Red;
  825. this.PrintSecond.Location = new System.Drawing.Point(1341, 428);
  826. this.PrintSecond.Margin = new System.Windows.Forms.Padding(6);
  827. this.PrintSecond.Name = "PrintSecond";
  828. this.PrintSecond.Size = new System.Drawing.Size(162, 28);
  829. this.PrintSecond.TabIndex = 218;
  830. this.PrintSecond.Text = "打印副标签";
  831. this.PrintSecond.UseVisualStyleBackColor = true;
  832. //
  833. // PrintLabel1
  834. //
  835. this.PrintLabel1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  836. this.PrintLabel1.Font = new System.Drawing.Font("微软雅黑", 9F);
  837. this.PrintLabel1.FormattingEnabled = true;
  838. this.PrintLabel1.Location = new System.Drawing.Point(1490, 559);
  839. this.PrintLabel1.Margin = new System.Windows.Forms.Padding(4);
  840. this.PrintLabel1.Name = "PrintLabel1";
  841. this.PrintLabel1.Size = new System.Drawing.Size(264, 39);
  842. this.PrintLabel1.TabIndex = 216;
  843. //
  844. // label7
  845. //
  846. this.label7.AutoSize = true;
  847. this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  848. this.label7.Location = new System.Drawing.Point(1334, 557);
  849. this.label7.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  850. this.label7.Name = "label7";
  851. this.label7.Size = new System.Drawing.Size(101, 41);
  852. this.label7.TabIndex = 217;
  853. this.label7.Text = "标签1";
  854. //
  855. // PrintList1
  856. //
  857. this.PrintList1.Font = new System.Drawing.Font("微软雅黑", 9F);
  858. this.PrintList1.Location = new System.Drawing.Point(1490, 489);
  859. this.PrintList1.Margin = new System.Windows.Forms.Padding(12, 14, 12, 14);
  860. this.PrintList1.Name = "PrintList1";
  861. this.PrintList1.Size = new System.Drawing.Size(264, 56);
  862. this.PrintList1.TabIndex = 215;
  863. //
  864. // label8
  865. //
  866. this.label8.AutoSize = true;
  867. this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  868. this.label8.Location = new System.Drawing.Point(1334, 489);
  869. this.label8.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  870. this.label8.Name = "label8";
  871. this.label8.Size = new System.Drawing.Size(133, 41);
  872. this.label8.TabIndex = 214;
  873. this.label8.Text = "打印机1";
  874. //
  875. // Make_SNLabelCheckMidBox
  876. //
  877. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  878. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  879. this.ClientSize = new System.Drawing.Size(1796, 974);
  880. this.Controls.Add(this.PrintNum1);
  881. this.Controls.Add(this.label3);
  882. this.Controls.Add(this.PrintSecond);
  883. this.Controls.Add(this.PrintLabel1);
  884. this.Controls.Add(this.label7);
  885. this.Controls.Add(this.PrintList1);
  886. this.Controls.Add(this.label8);
  887. this.Controls.Add(this.ComList);
  888. this.Controls.Add(this.BaudRate);
  889. this.Controls.Add(this.StopWeight);
  890. this.Controls.Add(this.StartWeight);
  891. this.Controls.Add(this.panel4);
  892. this.Controls.Add(this.PrintNum);
  893. this.Controls.Add(this.label4);
  894. this.Controls.Add(this.PrintLabel);
  895. this.Controls.Add(this.label2);
  896. this.Controls.Add(this.PrintLabel_label);
  897. this.Controls.Add(this.Printer);
  898. this.Controls.Add(this.LabelDataGridView);
  899. this.Controls.Add(this.NoteForChange);
  900. this.Controls.Add(this.StepCount);
  901. this.Controls.Add(this.ma_craftcode);
  902. this.Controls.Add(this.ms_craftcode);
  903. this.Controls.Add(this.ma_code);
  904. this.Controls.Add(this.LockMakeCode);
  905. this.Controls.Add(this.ClearSn_code);
  906. this.Controls.Add(this.ma_prodcode);
  907. this.Controls.Add(this.pr_detail);
  908. this.Controls.Add(this.mcd_remainqty);
  909. this.Controls.Add(this.mcd_inqty);
  910. this.Controls.Add(this.ma_qty);
  911. this.Controls.Add(this.OperateResult);
  912. this.Controls.Add(this.Clean);
  913. this.Controls.Add(this.Confirm);
  914. this.Controls.Add(this.code);
  915. this.Controls.Add(this.code_label);
  916. this.Controls.Add(this.sn_code);
  917. this.Controls.Add(this.sn_code_label);
  918. this.Controls.Add(this.UnLoading);
  919. this.Controls.Add(this.Loading);
  920. this.Controls.Add(this.mcd_restqty_label);
  921. this.Controls.Add(this.mcd_inqty_label);
  922. this.Controls.Add(this.ma_qty_label);
  923. this.Controls.Add(this.ms_makecode_label);
  924. this.Controls.Add(this.pr_detail_label);
  925. this.Controls.Add(this.ma_prodcode_label);
  926. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  927. this.Margin = new System.Windows.Forms.Padding(6);
  928. this.Name = "Make_SNLabelCheckMidBox";
  929. this.Tag = "Make!FeedingCollection";
  930. this.Text = "上料采集";
  931. this.Load += new System.EventHandler(this.Make_FeedingCollection_Load);
  932. this.SizeChanged += new System.EventHandler(this.Make_FeedingCollection_SizeChanged);
  933. ((System.ComponentModel.ISupportInitialize)(this.ClearSn_code)).EndInit();
  934. ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).EndInit();
  935. this.panel4.ResumeLayout(false);
  936. this.panel4.PerformLayout();
  937. this.ResumeLayout(false);
  938. this.PerformLayout();
  939. }
  940. #endregion
  941. private System.Windows.Forms.Label mcd_restqty_label;
  942. private System.Windows.Forms.Label mcd_inqty_label;
  943. private System.Windows.Forms.Label ma_qty_label;
  944. private System.Windows.Forms.Label ms_makecode_label;
  945. private System.Windows.Forms.Label pr_detail_label;
  946. private System.Windows.Forms.Label ma_prodcode_label;
  947. private System.Windows.Forms.RadioButton Loading;
  948. private System.Windows.Forms.RadioButton UnLoading;
  949. private CustomControl.TextBoxWithIcon.EnterTextBox sn_code;
  950. private System.Windows.Forms.Label sn_code_label;
  951. private System.Windows.Forms.Label code_label;
  952. private CustomControl.TextBoxWithIcon.SnCollectionBox code;
  953. private CustomControl.ButtonUtil.NormalButton Confirm;
  954. private CustomControl.ButtonUtil.NormalButton Clean;
  955. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  956. private CustomControl.ValueLabel.ValueLabel ma_qty;
  957. private CustomControl.ValueLabel.ValueLabel mcd_inqty;
  958. private CustomControl.ValueLabel.ValueLabel mcd_remainqty;
  959. private CustomControl.ValueLabel.ValueLabel pr_detail;
  960. private CustomControl.ValueLabel.ValueLabel ma_prodcode;
  961. private System.Windows.Forms.PictureBox ClearSn_code;
  962. private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
  963. private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
  964. private System.Windows.Forms.Label ms_craftcode;
  965. private System.Windows.Forms.Label ma_craftcode;
  966. private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
  967. private System.Windows.Forms.CheckBox NoteForChange;
  968. private System.Windows.Forms.DataGridView LabelDataGridView;
  969. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  970. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  971. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  972. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  973. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  974. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  975. private CustomControl.TextBoxWithIcon.EnterTextBox PrintNum;
  976. private System.Windows.Forms.Label label4;
  977. private CustomControl.ComBoxWithFocus.ComboxWithTip PrintLabel;
  978. private System.Windows.Forms.Label label2;
  979. private System.Windows.Forms.Label PrintLabel_label;
  980. private CustomControl.ComBoxWithFocus.PrinterCombox Printer;
  981. private System.Windows.Forms.DataGridViewTextBoxColumn lcd_detno;
  982. private System.Windows.Forms.DataGridViewTextBoxColumn lcd_labeltype;
  983. private System.Windows.Forms.DataGridViewTextBoxColumn lcd_prefix;
  984. private System.Windows.Forms.DataGridViewTextBoxColumn lcd_suffix;
  985. private System.Windows.Forms.DataGridViewTextBoxColumn lcd_alllength;
  986. private System.Windows.Forms.DataGridViewTextBoxColumn lcd_length;
  987. private System.Windows.Forms.DataGridViewTextBoxColumn lcd_content;
  988. private System.Windows.Forms.DataGridViewTextBoxColumn lcd_sql;
  989. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder panel4;
  990. private System.Windows.Forms.Label weight;
  991. private System.Windows.Forms.Label pr_colorboxunit;
  992. private System.Windows.Forms.Label weight_label;
  993. private System.Windows.Forms.Label ComList;
  994. private System.Windows.Forms.Label BaudRate;
  995. private CustomControl.ButtonUtil.NormalButton StopWeight;
  996. private CustomControl.ButtonUtil.NormalButton StartWeight;
  997. private CustomControl.TextBoxWithIcon.NumOnlyTextBox PrintNum1;
  998. private System.Windows.Forms.Label label3;
  999. private System.Windows.Forms.CheckBox PrintSecond;
  1000. private CustomControl.ComBoxWithFocus.ComboxWithTip PrintLabel1;
  1001. private System.Windows.Forms.Label label7;
  1002. private CustomControl.ComBoxWithFocus.PrinterCombox PrintList1;
  1003. private System.Windows.Forms.Label label8;
  1004. }
  1005. }