Make_SNLabelCheck.Designer.cs 43 KB

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