Default.Designer.cs 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671
  1. namespace WinForms
  2. {
  3. partial class Default
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Default));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  32. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  33. this.btnSetting = new System.Windows.Forms.ToolStripButton();
  34. this.panel1 = new System.Windows.Forms.Panel();
  35. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  36. this.id_ = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.stock_number = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.length_ = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.tag_length = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.flaw_ = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.status_ = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.label15 = new System.Windows.Forms.Label();
  43. this.label14 = new System.Windows.Forms.Label();
  44. this.label13 = new System.Windows.Forms.Label();
  45. this.labTagFactorSave = new System.Windows.Forms.Label();
  46. this.labColour = new System.Windows.Forms.Label();
  47. this.labNumber = new System.Windows.Forms.Label();
  48. this.labWidth = new System.Windows.Forms.Label();
  49. this.labName = new System.Windows.Forms.Label();
  50. this.labCustomer = new System.Windows.Forms.Label();
  51. this.button15 = new System.Windows.Forms.Button();
  52. this.button14 = new System.Windows.Forms.Button();
  53. this.button13 = new System.Windows.Forms.Button();
  54. this.button12 = new System.Windows.Forms.Button();
  55. this.button11 = new System.Windows.Forms.Button();
  56. this.button10 = new System.Windows.Forms.Button();
  57. this.button9 = new System.Windows.Forms.Button();
  58. this.button8 = new System.Windows.Forms.Button();
  59. this.button7 = new System.Windows.Forms.Button();
  60. this.button6 = new System.Windows.Forms.Button();
  61. this.button5 = new System.Windows.Forms.Button();
  62. this.button4 = new System.Windows.Forms.Button();
  63. this.button3 = new System.Windows.Forms.Button();
  64. this.button2 = new System.Windows.Forms.Button();
  65. this.button1 = new System.Windows.Forms.Button();
  66. this.groupBox3 = new System.Windows.Forms.GroupBox();
  67. this.label6 = new System.Windows.Forms.Label();
  68. this.label4 = new System.Windows.Forms.Label();
  69. this.groupBox2 = new System.Windows.Forms.GroupBox();
  70. this.label5 = new System.Windows.Forms.Label();
  71. this.label3 = new System.Windows.Forms.Label();
  72. this.groupBox1 = new System.Windows.Forms.GroupBox();
  73. this.label2 = new System.Windows.Forms.Label();
  74. this.label1 = new System.Windows.Forms.Label();
  75. this.workId = new System.Windows.Forms.Label();
  76. this.toolStrip1.SuspendLayout();
  77. this.panel1.SuspendLayout();
  78. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  79. this.groupBox3.SuspendLayout();
  80. this.groupBox2.SuspendLayout();
  81. this.groupBox1.SuspendLayout();
  82. this.SuspendLayout();
  83. //
  84. // toolStrip1
  85. //
  86. this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Left;
  87. this.toolStrip1.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
  88. this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  89. this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
  90. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  91. this.btnSetting});
  92. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  93. this.toolStrip1.Name = "toolStrip1";
  94. this.toolStrip1.Size = new System.Drawing.Size(37, 450);
  95. this.toolStrip1.TabIndex = 0;
  96. this.toolStrip1.Text = "toolStrip1";
  97. //
  98. // btnSetting
  99. //
  100. this.btnSetting.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
  101. this.btnSetting.Image = ((System.Drawing.Image)(resources.GetObject("btnSetting.Image")));
  102. this.btnSetting.ImageTransparentColor = System.Drawing.Color.Magenta;
  103. this.btnSetting.Name = "btnSetting";
  104. this.btnSetting.Size = new System.Drawing.Size(34, 36);
  105. this.btnSetting.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  106. this.btnSetting.Click += new System.EventHandler(this.btnSetting_Click);
  107. //
  108. // panel1
  109. //
  110. this.panel1.BackColor = System.Drawing.SystemColors.Control;
  111. this.panel1.Controls.Add(this.workId);
  112. this.panel1.Controls.Add(this.dataGridView1);
  113. this.panel1.Controls.Add(this.label15);
  114. this.panel1.Controls.Add(this.label14);
  115. this.panel1.Controls.Add(this.label13);
  116. this.panel1.Controls.Add(this.labTagFactorSave);
  117. this.panel1.Controls.Add(this.labColour);
  118. this.panel1.Controls.Add(this.labNumber);
  119. this.panel1.Controls.Add(this.labWidth);
  120. this.panel1.Controls.Add(this.labName);
  121. this.panel1.Controls.Add(this.labCustomer);
  122. this.panel1.Controls.Add(this.button15);
  123. this.panel1.Controls.Add(this.button14);
  124. this.panel1.Controls.Add(this.button13);
  125. this.panel1.Controls.Add(this.button12);
  126. this.panel1.Controls.Add(this.button11);
  127. this.panel1.Controls.Add(this.button10);
  128. this.panel1.Controls.Add(this.button9);
  129. this.panel1.Controls.Add(this.button8);
  130. this.panel1.Controls.Add(this.button7);
  131. this.panel1.Controls.Add(this.button6);
  132. this.panel1.Controls.Add(this.button5);
  133. this.panel1.Controls.Add(this.button4);
  134. this.panel1.Controls.Add(this.button3);
  135. this.panel1.Controls.Add(this.button2);
  136. this.panel1.Controls.Add(this.button1);
  137. this.panel1.Controls.Add(this.groupBox3);
  138. this.panel1.Controls.Add(this.groupBox2);
  139. this.panel1.Controls.Add(this.groupBox1);
  140. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  141. this.panel1.Location = new System.Drawing.Point(37, 0);
  142. this.panel1.Name = "panel1";
  143. this.panel1.Size = new System.Drawing.Size(763, 450);
  144. this.panel1.TabIndex = 1;
  145. //
  146. // dataGridView1
  147. //
  148. this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  149. | System.Windows.Forms.AnchorStyles.Left)
  150. | System.Windows.Forms.AnchorStyles.Right)));
  151. this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
  152. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  153. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
  154. dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  155. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
  156. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  157. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  158. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  159. this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
  160. this.dataGridView1.ColumnHeadersHeight = 30;
  161. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  162. this.id_,
  163. this.stock_number,
  164. this.length_,
  165. this.tag_length,
  166. this.flaw_,
  167. this.status_});
  168. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  169. dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window;
  170. dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  171. dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText;
  172. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  173. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  174. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  175. this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle5;
  176. this.dataGridView1.Location = new System.Drawing.Point(359, 6);
  177. this.dataGridView1.Name = "dataGridView1";
  178. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  179. dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control;
  180. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  181. dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText;
  182. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  183. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  184. dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  185. this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle6;
  186. this.dataGridView1.RowHeadersVisible = false;
  187. this.dataGridView1.RowTemplate.Height = 30;
  188. this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  189. this.dataGridView1.Size = new System.Drawing.Size(398, 352);
  190. this.dataGridView1.TabIndex = 71;
  191. //
  192. // id_
  193. //
  194. this.id_.DataPropertyName = "id_";
  195. this.id_.HeaderText = "ID";
  196. this.id_.Name = "id_";
  197. this.id_.ReadOnly = true;
  198. this.id_.Visible = false;
  199. this.id_.Width = 52;
  200. //
  201. // stock_number
  202. //
  203. this.stock_number.DataPropertyName = "stock_number";
  204. this.stock_number.HeaderText = "卷号";
  205. this.stock_number.Name = "stock_number";
  206. this.stock_number.Width = 67;
  207. //
  208. // length_
  209. //
  210. this.length_.DataPropertyName = "length_";
  211. this.length_.HeaderText = "长度";
  212. this.length_.Name = "length_";
  213. this.length_.Width = 67;
  214. //
  215. // tag_length
  216. //
  217. this.tag_length.DataPropertyName = "tag_length";
  218. this.tag_length.HeaderText = "标签长度";
  219. this.tag_length.Name = "tag_length";
  220. this.tag_length.Width = 99;
  221. //
  222. // flaw_
  223. //
  224. this.flaw_.DataPropertyName = "flaw_";
  225. this.flaw_.HeaderText = "瑕疵";
  226. this.flaw_.Name = "flaw_";
  227. this.flaw_.Width = 67;
  228. //
  229. // status_
  230. //
  231. this.status_.DataPropertyName = "status_";
  232. this.status_.HeaderText = "状态";
  233. this.status_.Name = "status_";
  234. this.status_.Width = 67;
  235. //
  236. // label15
  237. //
  238. this.label15.AutoSize = true;
  239. this.label15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  240. this.label15.Location = new System.Drawing.Point(7, 421);
  241. this.label15.Name = "label15";
  242. this.label15.Size = new System.Drawing.Size(90, 21);
  243. this.label15.TabIndex = 70;
  244. this.label15.Text = "打印数量:";
  245. //
  246. // label14
  247. //
  248. this.label14.AutoSize = true;
  249. this.label14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  250. this.label14.Location = new System.Drawing.Point(179, 384);
  251. this.label14.Name = "label14";
  252. this.label14.Size = new System.Drawing.Size(58, 21);
  253. this.label14.TabIndex = 69;
  254. this.label14.Text = "精度:";
  255. //
  256. // label13
  257. //
  258. this.label13.AutoSize = true;
  259. this.label13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  260. this.label13.Location = new System.Drawing.Point(7, 384);
  261. this.label13.Name = "label13";
  262. this.label13.Size = new System.Drawing.Size(90, 21);
  263. this.label13.TabIndex = 68;
  264. this.label13.Text = "长度单位:";
  265. //
  266. // labTagFactorSave
  267. //
  268. this.labTagFactorSave.AutoSize = true;
  269. this.labTagFactorSave.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  270. this.labTagFactorSave.Location = new System.Drawing.Point(179, 347);
  271. this.labTagFactorSave.Name = "labTagFactorSave";
  272. this.labTagFactorSave.Size = new System.Drawing.Size(58, 21);
  273. this.labTagFactorSave.TabIndex = 67;
  274. this.labTagFactorSave.Text = "加码:";
  275. //
  276. // labColour
  277. //
  278. this.labColour.AutoSize = true;
  279. this.labColour.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  280. this.labColour.Location = new System.Drawing.Point(7, 347);
  281. this.labColour.Name = "labColour";
  282. this.labColour.Size = new System.Drawing.Size(58, 21);
  283. this.labColour.TabIndex = 66;
  284. this.labColour.Text = "色泽:";
  285. //
  286. // labNumber
  287. //
  288. this.labNumber.AutoSize = true;
  289. this.labNumber.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  290. this.labNumber.Location = new System.Drawing.Point(179, 310);
  291. this.labNumber.Name = "labNumber";
  292. this.labNumber.Size = new System.Drawing.Size(58, 21);
  293. this.labNumber.TabIndex = 65;
  294. this.labNumber.Text = "编号:";
  295. //
  296. // labWidth
  297. //
  298. this.labWidth.AutoSize = true;
  299. this.labWidth.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  300. this.labWidth.Location = new System.Drawing.Point(7, 310);
  301. this.labWidth.Name = "labWidth";
  302. this.labWidth.Size = new System.Drawing.Size(58, 21);
  303. this.labWidth.TabIndex = 64;
  304. this.labWidth.Text = "幅宽:";
  305. //
  306. // labName
  307. //
  308. this.labName.AutoSize = true;
  309. this.labName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  310. this.labName.Location = new System.Drawing.Point(179, 273);
  311. this.labName.Name = "labName";
  312. this.labName.Size = new System.Drawing.Size(106, 21);
  313. this.labName.TabIndex = 63;
  314. this.labName.Text = "品种及规格:";
  315. //
  316. // labCustomer
  317. //
  318. this.labCustomer.AutoSize = true;
  319. this.labCustomer.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  320. this.labCustomer.Location = new System.Drawing.Point(7, 273);
  321. this.labCustomer.Name = "labCustomer";
  322. this.labCustomer.Size = new System.Drawing.Size(58, 21);
  323. this.labCustomer.TabIndex = 43;
  324. this.labCustomer.Text = "客户:";
  325. //
  326. // button15
  327. //
  328. this.button15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  329. this.button15.Location = new System.Drawing.Point(182, 209);
  330. this.button15.Name = "button15";
  331. this.button15.Size = new System.Drawing.Size(171, 50);
  332. this.button15.TabIndex = 62;
  333. this.button15.Text = "幅宽";
  334. this.button15.UseVisualStyleBackColor = true;
  335. //
  336. // button14
  337. //
  338. this.button14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  339. this.button14.Location = new System.Drawing.Point(5, 209);
  340. this.button14.Name = "button14";
  341. this.button14.Size = new System.Drawing.Size(171, 50);
  342. this.button14.TabIndex = 61;
  343. this.button14.Text = "品种及规格";
  344. this.button14.UseVisualStyleBackColor = true;
  345. //
  346. // button13
  347. //
  348. this.button13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  349. this.button13.Location = new System.Drawing.Point(182, 153);
  350. this.button13.Name = "button13";
  351. this.button13.Size = new System.Drawing.Size(171, 50);
  352. this.button13.TabIndex = 60;
  353. this.button13.Text = "颜色";
  354. this.button13.UseVisualStyleBackColor = true;
  355. //
  356. // button12
  357. //
  358. this.button12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  359. this.button12.Location = new System.Drawing.Point(5, 153);
  360. this.button12.Name = "button12";
  361. this.button12.Size = new System.Drawing.Size(171, 50);
  362. this.button12.TabIndex = 59;
  363. this.button12.Text = "加码";
  364. this.button12.UseVisualStyleBackColor = true;
  365. //
  366. // button11
  367. //
  368. this.button11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  369. this.button11.Location = new System.Drawing.Point(182, 97);
  370. this.button11.Name = "button11";
  371. this.button11.Size = new System.Drawing.Size(171, 50);
  372. this.button11.TabIndex = 58;
  373. this.button11.Text = "工单编号";
  374. this.button11.UseVisualStyleBackColor = true;
  375. this.button11.Click += new System.EventHandler(this.button11_Click);
  376. //
  377. // button10
  378. //
  379. this.button10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  380. this.button10.Location = new System.Drawing.Point(5, 97);
  381. this.button10.Name = "button10";
  382. this.button10.Size = new System.Drawing.Size(171, 50);
  383. this.button10.TabIndex = 57;
  384. this.button10.Text = "换单";
  385. this.button10.UseVisualStyleBackColor = true;
  386. this.button10.Click += new System.EventHandler(this.button10_Click);
  387. //
  388. // button9
  389. //
  390. this.button9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  391. this.button9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  392. this.button9.Location = new System.Drawing.Point(682, 364);
  393. this.button9.Name = "button9";
  394. this.button9.Size = new System.Drawing.Size(75, 37);
  395. this.button9.TabIndex = 56;
  396. this.button9.Text = "长度";
  397. this.button9.UseVisualStyleBackColor = true;
  398. //
  399. // button8
  400. //
  401. this.button8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  402. this.button8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  403. this.button8.Location = new System.Drawing.Point(682, 407);
  404. this.button8.Name = "button8";
  405. this.button8.Size = new System.Drawing.Size(75, 37);
  406. this.button8.TabIndex = 55;
  407. this.button8.Text = "标签";
  408. this.button8.UseVisualStyleBackColor = true;
  409. //
  410. // button7
  411. //
  412. this.button7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  413. this.button7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  414. this.button7.Location = new System.Drawing.Point(601, 364);
  415. this.button7.Name = "button7";
  416. this.button7.Size = new System.Drawing.Size(75, 37);
  417. this.button7.TabIndex = 54;
  418. this.button7.Text = "卷号";
  419. this.button7.UseVisualStyleBackColor = true;
  420. //
  421. // button6
  422. //
  423. this.button6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  424. this.button6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  425. this.button6.Location = new System.Drawing.Point(561, 407);
  426. this.button6.Name = "button6";
  427. this.button6.Size = new System.Drawing.Size(115, 37);
  428. this.button6.TabIndex = 53;
  429. this.button6.Text = "导出数据";
  430. this.button6.UseVisualStyleBackColor = true;
  431. //
  432. // button5
  433. //
  434. this.button5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  435. this.button5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  436. this.button5.Location = new System.Drawing.Point(520, 364);
  437. this.button5.Name = "button5";
  438. this.button5.Size = new System.Drawing.Size(75, 37);
  439. this.button5.TabIndex = 52;
  440. this.button5.Text = "刷新";
  441. this.button5.UseVisualStyleBackColor = true;
  442. //
  443. // button4
  444. //
  445. this.button4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  446. this.button4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  447. this.button4.Location = new System.Drawing.Point(439, 407);
  448. this.button4.Name = "button4";
  449. this.button4.Size = new System.Drawing.Size(115, 37);
  450. this.button4.TabIndex = 51;
  451. this.button4.Text = "打印选中项";
  452. this.button4.UseVisualStyleBackColor = true;
  453. //
  454. // button3
  455. //
  456. this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  457. this.button3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  458. this.button3.Location = new System.Drawing.Point(439, 364);
  459. this.button3.Name = "button3";
  460. this.button3.Size = new System.Drawing.Size(75, 37);
  461. this.button3.TabIndex = 50;
  462. this.button3.Text = "打印";
  463. this.button3.UseVisualStyleBackColor = true;
  464. //
  465. // button2
  466. //
  467. this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  468. this.button2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  469. this.button2.Location = new System.Drawing.Point(358, 407);
  470. this.button2.Name = "button2";
  471. this.button2.Size = new System.Drawing.Size(75, 37);
  472. this.button2.TabIndex = 49;
  473. this.button2.Text = "删除";
  474. this.button2.UseVisualStyleBackColor = true;
  475. //
  476. // button1
  477. //
  478. this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  479. this.button1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  480. this.button1.Location = new System.Drawing.Point(358, 364);
  481. this.button1.Name = "button1";
  482. this.button1.Size = new System.Drawing.Size(75, 37);
  483. this.button1.TabIndex = 48;
  484. this.button1.Text = "完成";
  485. this.button1.UseVisualStyleBackColor = true;
  486. //
  487. // groupBox3
  488. //
  489. this.groupBox3.Controls.Add(this.label6);
  490. this.groupBox3.Controls.Add(this.label4);
  491. this.groupBox3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  492. this.groupBox3.Location = new System.Drawing.Point(241, 11);
  493. this.groupBox3.Name = "groupBox3";
  494. this.groupBox3.Size = new System.Drawing.Size(112, 75);
  495. this.groupBox3.TabIndex = 46;
  496. this.groupBox3.TabStop = false;
  497. this.groupBox3.Text = "实际累计";
  498. //
  499. // label6
  500. //
  501. this.label6.AutoSize = true;
  502. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  503. this.label6.Location = new System.Drawing.Point(6, 28);
  504. this.label6.Name = "label6";
  505. this.label6.Size = new System.Drawing.Size(55, 21);
  506. this.label6.TabIndex = 15;
  507. this.label6.Text = "12121";
  508. //
  509. // label4
  510. //
  511. this.label4.AutoSize = true;
  512. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  513. this.label4.Location = new System.Drawing.Point(82, 51);
  514. this.label4.Name = "label4";
  515. this.label4.Size = new System.Drawing.Size(26, 21);
  516. this.label4.TabIndex = 15;
  517. this.label4.Text = "米";
  518. //
  519. // groupBox2
  520. //
  521. this.groupBox2.Controls.Add(this.label5);
  522. this.groupBox2.Controls.Add(this.label3);
  523. this.groupBox2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  524. this.groupBox2.Location = new System.Drawing.Point(123, 11);
  525. this.groupBox2.Name = "groupBox2";
  526. this.groupBox2.Size = new System.Drawing.Size(112, 75);
  527. this.groupBox2.TabIndex = 45;
  528. this.groupBox2.TabStop = false;
  529. this.groupBox2.Text = "本缸累计";
  530. //
  531. // label5
  532. //
  533. this.label5.AutoSize = true;
  534. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  535. this.label5.Location = new System.Drawing.Point(6, 28);
  536. this.label5.Name = "label5";
  537. this.label5.Size = new System.Drawing.Size(55, 21);
  538. this.label5.TabIndex = 14;
  539. this.label5.Text = "12121";
  540. //
  541. // label3
  542. //
  543. this.label3.AutoSize = true;
  544. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  545. this.label3.Location = new System.Drawing.Point(82, 51);
  546. this.label3.Name = "label3";
  547. this.label3.Size = new System.Drawing.Size(26, 21);
  548. this.label3.TabIndex = 14;
  549. this.label3.Text = "米";
  550. //
  551. // groupBox1
  552. //
  553. this.groupBox1.Controls.Add(this.label2);
  554. this.groupBox1.Controls.Add(this.label1);
  555. this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  556. this.groupBox1.Location = new System.Drawing.Point(5, 11);
  557. this.groupBox1.Name = "groupBox1";
  558. this.groupBox1.Size = new System.Drawing.Size(112, 75);
  559. this.groupBox1.TabIndex = 44;
  560. this.groupBox1.TabStop = false;
  561. this.groupBox1.Text = "当前读数";
  562. //
  563. // label2
  564. //
  565. this.label2.AutoSize = true;
  566. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  567. this.label2.Location = new System.Drawing.Point(6, 28);
  568. this.label2.Name = "label2";
  569. this.label2.Size = new System.Drawing.Size(55, 21);
  570. this.label2.TabIndex = 13;
  571. this.label2.Text = "12121";
  572. //
  573. // label1
  574. //
  575. this.label1.AutoSize = true;
  576. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  577. this.label1.Location = new System.Drawing.Point(82, 51);
  578. this.label1.Name = "label1";
  579. this.label1.Size = new System.Drawing.Size(26, 21);
  580. this.label1.TabIndex = 13;
  581. this.label1.Text = "米";
  582. //
  583. // workId
  584. //
  585. this.workId.AutoSize = true;
  586. this.workId.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  587. this.workId.Location = new System.Drawing.Point(179, 423);
  588. this.workId.Name = "workId";
  589. this.workId.Size = new System.Drawing.Size(0, 21);
  590. this.workId.TabIndex = 72;
  591. this.workId.Visible = false;
  592. //
  593. // Default
  594. //
  595. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  596. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  597. this.ClientSize = new System.Drawing.Size(800, 450);
  598. this.Controls.Add(this.panel1);
  599. this.Controls.Add(this.toolStrip1);
  600. this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  601. this.Name = "Default";
  602. this.ShowIcon = false;
  603. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  604. this.Text = "恒利达印染厂";
  605. this.toolStrip1.ResumeLayout(false);
  606. this.toolStrip1.PerformLayout();
  607. this.panel1.ResumeLayout(false);
  608. this.panel1.PerformLayout();
  609. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  610. this.groupBox3.ResumeLayout(false);
  611. this.groupBox3.PerformLayout();
  612. this.groupBox2.ResumeLayout(false);
  613. this.groupBox2.PerformLayout();
  614. this.groupBox1.ResumeLayout(false);
  615. this.groupBox1.PerformLayout();
  616. this.ResumeLayout(false);
  617. this.PerformLayout();
  618. }
  619. #endregion
  620. private System.Windows.Forms.ToolStrip toolStrip1;
  621. private System.Windows.Forms.ToolStripButton btnSetting;
  622. private System.Windows.Forms.Panel panel1;
  623. private System.Windows.Forms.Label labTagFactorSave;
  624. private System.Windows.Forms.Label labColour;
  625. private System.Windows.Forms.Label labNumber;
  626. private System.Windows.Forms.Label labWidth;
  627. private System.Windows.Forms.Label labName;
  628. private System.Windows.Forms.Label labCustomer;
  629. private System.Windows.Forms.Button button15;
  630. private System.Windows.Forms.Button button14;
  631. private System.Windows.Forms.Button button13;
  632. private System.Windows.Forms.Button button12;
  633. private System.Windows.Forms.Button button11;
  634. private System.Windows.Forms.Button button10;
  635. private System.Windows.Forms.Button button9;
  636. private System.Windows.Forms.Button button8;
  637. private System.Windows.Forms.Button button7;
  638. private System.Windows.Forms.Button button6;
  639. private System.Windows.Forms.Button button5;
  640. private System.Windows.Forms.Button button4;
  641. private System.Windows.Forms.Button button3;
  642. private System.Windows.Forms.Button button2;
  643. private System.Windows.Forms.Button button1;
  644. private System.Windows.Forms.GroupBox groupBox3;
  645. private System.Windows.Forms.Label label6;
  646. private System.Windows.Forms.Label label4;
  647. private System.Windows.Forms.GroupBox groupBox2;
  648. private System.Windows.Forms.Label label5;
  649. private System.Windows.Forms.Label label3;
  650. private System.Windows.Forms.GroupBox groupBox1;
  651. private System.Windows.Forms.Label label2;
  652. private System.Windows.Forms.Label label1;
  653. private System.Windows.Forms.Label label13;
  654. private System.Windows.Forms.Label label14;
  655. private System.Windows.Forms.Label label15;
  656. private System.Windows.Forms.DataGridView dataGridView1;
  657. private System.Windows.Forms.DataGridViewTextBoxColumn id_;
  658. private System.Windows.Forms.DataGridViewTextBoxColumn stock_number;
  659. private System.Windows.Forms.DataGridViewTextBoxColumn length_;
  660. private System.Windows.Forms.DataGridViewTextBoxColumn tag_length;
  661. private System.Windows.Forms.DataGridViewTextBoxColumn flaw_;
  662. private System.Windows.Forms.DataGridViewTextBoxColumn status_;
  663. private System.Windows.Forms.Label workId;
  664. }
  665. }