Default.Designer.cs 36 KB

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