版博士V2.0程序
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 

489 wiersze
28 KiB

  1. namespace ProductionControl
  2. {
  3. partial class FrmProductList
  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(FrmProductList));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  38. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  39. this.tsbtnRefresh = new System.Windows.Forms.ToolStripButton();
  40. this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  41. this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
  42. this.tsbtnDel = new System.Windows.Forms.ToolStripButton();
  43. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  44. this.tsbtnClone = new System.Windows.Forms.ToolStripButton();
  45. this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
  46. this.tsbtnSetting = new System.Windows.Forms.ToolStripButton();
  47. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  48. this.tsbtnClasses = new System.Windows.Forms.ToolStripButton();
  49. this.tsbtnDefectClasses = new System.Windows.Forms.ToolStripButton();
  50. this.tsbtnRevise = new System.Windows.Forms.ToolStripButton();
  51. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  52. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  53. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  54. this.tsslCount = new System.Windows.Forms.ToolStripStatusLabel();
  55. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  56. this.colId = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.colClasses = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.colCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.colName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.colSpec = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.colHoleCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.colTag = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.colTargetCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.colCompleteCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.colStepName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.colReviseStepName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.colModifyCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.colModifyTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.toolStrip1.SuspendLayout();
  70. this.statusStrip1.SuspendLayout();
  71. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  72. this.SuspendLayout();
  73. //
  74. // toolStrip1
  75. //
  76. this.toolStrip1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  77. this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
  78. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  79. this.tsbtnRefresh,
  80. this.toolStripSeparator4,
  81. this.tsbtnAdd,
  82. this.tsbtnDel,
  83. this.toolStripSeparator1,
  84. this.tsbtnClone,
  85. this.toolStripSeparator5,
  86. this.tsbtnSetting,
  87. this.toolStripSeparator2,
  88. this.tsbtnClasses,
  89. this.tsbtnDefectClasses,
  90. this.tsbtnRevise,
  91. this.toolStripSeparator3,
  92. this.tsbtnClose});
  93. this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
  94. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  95. this.toolStrip1.Name = "toolStrip1";
  96. this.toolStrip1.Size = new System.Drawing.Size(874, 56);
  97. this.toolStrip1.TabIndex = 12;
  98. this.toolStrip1.Text = "toolStrip1";
  99. //
  100. // tsbtnRefresh
  101. //
  102. this.tsbtnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnRefresh.Image")));
  103. this.tsbtnRefresh.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  104. this.tsbtnRefresh.ImageTransparentColor = System.Drawing.Color.Magenta;
  105. this.tsbtnRefresh.Name = "tsbtnRefresh";
  106. this.tsbtnRefresh.Size = new System.Drawing.Size(52, 53);
  107. this.tsbtnRefresh.Text = " 刷新 ";
  108. this.tsbtnRefresh.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  109. this.tsbtnRefresh.Click += new System.EventHandler(this.tsbtnRefresh_Click);
  110. //
  111. // toolStripSeparator4
  112. //
  113. this.toolStripSeparator4.Name = "toolStripSeparator4";
  114. this.toolStripSeparator4.Size = new System.Drawing.Size(6, 56);
  115. //
  116. // tsbtnAdd
  117. //
  118. this.tsbtnAdd.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnAdd.Image")));
  119. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  120. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  121. this.tsbtnAdd.Name = "tsbtnAdd";
  122. this.tsbtnAdd.Size = new System.Drawing.Size(52, 53);
  123. this.tsbtnAdd.Text = " 添加 ";
  124. this.tsbtnAdd.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  125. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
  126. //
  127. // tsbtnDel
  128. //
  129. this.tsbtnDel.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnDel.Image")));
  130. this.tsbtnDel.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  131. this.tsbtnDel.ImageTransparentColor = System.Drawing.Color.Magenta;
  132. this.tsbtnDel.Name = "tsbtnDel";
  133. this.tsbtnDel.Size = new System.Drawing.Size(52, 53);
  134. this.tsbtnDel.Text = " 删除 ";
  135. this.tsbtnDel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  136. this.tsbtnDel.Click += new System.EventHandler(this.tsbtnDel_Click);
  137. //
  138. // toolStripSeparator1
  139. //
  140. this.toolStripSeparator1.Name = "toolStripSeparator1";
  141. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 56);
  142. //
  143. // tsbtnClone
  144. //
  145. this.tsbtnClone.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnClone.Image")));
  146. this.tsbtnClone.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  147. this.tsbtnClone.ImageTransparentColor = System.Drawing.Color.Magenta;
  148. this.tsbtnClone.Name = "tsbtnClone";
  149. this.tsbtnClone.Size = new System.Drawing.Size(52, 53);
  150. this.tsbtnClone.Text = " 克隆 ";
  151. this.tsbtnClone.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  152. this.tsbtnClone.ToolTipText = "克隆当前流程";
  153. this.tsbtnClone.Visible = false;
  154. this.tsbtnClone.Click += new System.EventHandler(this.tsbtnClone_Click);
  155. //
  156. // toolStripSeparator5
  157. //
  158. this.toolStripSeparator5.Name = "toolStripSeparator5";
  159. this.toolStripSeparator5.Size = new System.Drawing.Size(6, 56);
  160. this.toolStripSeparator5.Visible = false;
  161. //
  162. // tsbtnSetting
  163. //
  164. this.tsbtnSetting.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSetting.Image")));
  165. this.tsbtnSetting.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  166. this.tsbtnSetting.ImageTransparentColor = System.Drawing.Color.Magenta;
  167. this.tsbtnSetting.Name = "tsbtnSetting";
  168. this.tsbtnSetting.Size = new System.Drawing.Size(96, 53);
  169. this.tsbtnSetting.Text = "流程与配方设置";
  170. this.tsbtnSetting.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  171. this.tsbtnSetting.Click += new System.EventHandler(this.tsbtnSetting_Click);
  172. //
  173. // toolStripSeparator2
  174. //
  175. this.toolStripSeparator2.Name = "toolStripSeparator2";
  176. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 56);
  177. //
  178. // tsbtnClasses
  179. //
  180. this.tsbtnClasses.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnClasses.Image")));
  181. this.tsbtnClasses.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  182. this.tsbtnClasses.ImageTransparentColor = System.Drawing.Color.Magenta;
  183. this.tsbtnClasses.Name = "tsbtnClasses";
  184. this.tsbtnClasses.Size = new System.Drawing.Size(60, 53);
  185. this.tsbtnClasses.Text = "类型管理";
  186. this.tsbtnClasses.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  187. this.tsbtnClasses.Click += new System.EventHandler(this.tsbtnClasses_Click);
  188. //
  189. // tsbtnDefectClasses
  190. //
  191. this.tsbtnDefectClasses.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnDefectClasses.Image")));
  192. this.tsbtnDefectClasses.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  193. this.tsbtnDefectClasses.ImageTransparentColor = System.Drawing.Color.Magenta;
  194. this.tsbtnDefectClasses.Name = "tsbtnDefectClasses";
  195. this.tsbtnDefectClasses.Size = new System.Drawing.Size(60, 53);
  196. this.tsbtnDefectClasses.Text = "缺陷类别";
  197. this.tsbtnDefectClasses.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  198. this.tsbtnDefectClasses.Visible = false;
  199. this.tsbtnDefectClasses.Click += new System.EventHandler(this.tsbtnDefectClasses_Click);
  200. //
  201. // tsbtnRevise
  202. //
  203. this.tsbtnRevise.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnRevise.Image")));
  204. this.tsbtnRevise.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  205. this.tsbtnRevise.ImageTransparentColor = System.Drawing.Color.Magenta;
  206. this.tsbtnRevise.Name = "tsbtnRevise";
  207. this.tsbtnRevise.Size = new System.Drawing.Size(60, 53);
  208. this.tsbtnRevise.Text = "开始校正";
  209. this.tsbtnRevise.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  210. this.tsbtnRevise.Click += new System.EventHandler(this.tsbtnRevise_Click);
  211. //
  212. // toolStripSeparator3
  213. //
  214. this.toolStripSeparator3.Name = "toolStripSeparator3";
  215. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 56);
  216. //
  217. // tsbtnClose
  218. //
  219. this.tsbtnClose.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnClose.Image")));
  220. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  221. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  222. this.tsbtnClose.Name = "tsbtnClose";
  223. this.tsbtnClose.Size = new System.Drawing.Size(52, 53);
  224. this.tsbtnClose.Text = " 关闭 ";
  225. this.tsbtnClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  226. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  227. //
  228. // statusStrip1
  229. //
  230. this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  231. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  232. this.tsslCount});
  233. this.statusStrip1.Location = new System.Drawing.Point(0, 509);
  234. this.statusStrip1.Name = "statusStrip1";
  235. this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 9, 0);
  236. this.statusStrip1.Size = new System.Drawing.Size(874, 22);
  237. this.statusStrip1.TabIndex = 21;
  238. this.statusStrip1.Text = "statusStrip1";
  239. //
  240. // tsslCount
  241. //
  242. this.tsslCount.Name = "tsslCount";
  243. this.tsslCount.Size = new System.Drawing.Size(24, 17);
  244. this.tsslCount.Text = "共 ";
  245. //
  246. // dataGridView1
  247. //
  248. this.dataGridView1.AllowUserToAddRows = false;
  249. this.dataGridView1.AllowUserToDeleteRows = false;
  250. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  251. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
  252. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  253. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  254. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  255. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  256. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  257. this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  258. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  259. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  260. this.colId,
  261. this.colClasses,
  262. this.colCode,
  263. this.colName,
  264. this.colSpec,
  265. this.colHoleCount,
  266. this.colTag,
  267. this.colTargetCount,
  268. this.colCompleteCount,
  269. this.colStepName,
  270. this.colReviseStepName,
  271. this.colModifyCode,
  272. this.colModifyTime});
  273. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  274. dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
  275. dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  276. dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText;
  277. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  278. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  279. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  280. this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle8;
  281. this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  282. this.dataGridView1.Location = new System.Drawing.Point(0, 56);
  283. this.dataGridView1.Margin = new System.Windows.Forms.Padding(2);
  284. this.dataGridView1.MultiSelect = false;
  285. this.dataGridView1.Name = "dataGridView1";
  286. this.dataGridView1.ReadOnly = true;
  287. this.dataGridView1.RowHeadersVisible = false;
  288. this.dataGridView1.RowHeadersWidth = 62;
  289. dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  290. this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle9;
  291. this.dataGridView1.RowTemplate.Height = 30;
  292. this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  293. this.dataGridView1.Size = new System.Drawing.Size(874, 453);
  294. this.dataGridView1.TabIndex = 22;
  295. this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
  296. this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellDoubleClick);
  297. this.dataGridView1.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.dataGridView1_DataBindingComplete);
  298. //
  299. // colId
  300. //
  301. this.colId.DataPropertyName = "Id";
  302. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  303. this.colId.DefaultCellStyle = dataGridViewCellStyle2;
  304. this.colId.HeaderText = "ID";
  305. this.colId.MinimumWidth = 8;
  306. this.colId.Name = "colId";
  307. this.colId.ReadOnly = true;
  308. this.colId.Width = 35;
  309. //
  310. // colClasses
  311. //
  312. this.colClasses.HeaderText = "类型";
  313. this.colClasses.MinimumWidth = 8;
  314. this.colClasses.Name = "colClasses";
  315. this.colClasses.ReadOnly = true;
  316. this.colClasses.Width = 150;
  317. //
  318. // colCode
  319. //
  320. this.colCode.DataPropertyName = "Code";
  321. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
  322. this.colCode.DefaultCellStyle = dataGridViewCellStyle3;
  323. this.colCode.HeaderText = "料号";
  324. this.colCode.MinimumWidth = 8;
  325. this.colCode.Name = "colCode";
  326. this.colCode.ReadOnly = true;
  327. this.colCode.Width = 150;
  328. //
  329. // colName
  330. //
  331. this.colName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  332. this.colName.DataPropertyName = "Name";
  333. dataGridViewCellStyle4.BackColor = System.Drawing.Color.White;
  334. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  335. this.colName.DefaultCellStyle = dataGridViewCellStyle4;
  336. this.colName.HeaderText = "名称";
  337. this.colName.MinimumWidth = 135;
  338. this.colName.Name = "colName";
  339. this.colName.ReadOnly = true;
  340. //
  341. // colSpec
  342. //
  343. this.colSpec.DataPropertyName = "Spec";
  344. this.colSpec.HeaderText = "规格";
  345. this.colSpec.MinimumWidth = 8;
  346. this.colSpec.Name = "colSpec";
  347. this.colSpec.ReadOnly = true;
  348. this.colSpec.Width = 130;
  349. //
  350. // colHoleCount
  351. //
  352. this.colHoleCount.DataPropertyName = "HoleCount";
  353. this.colHoleCount.HeaderText = "目数";
  354. this.colHoleCount.MinimumWidth = 8;
  355. this.colHoleCount.Name = "colHoleCount";
  356. this.colHoleCount.ReadOnly = true;
  357. this.colHoleCount.Width = 150;
  358. //
  359. // colTag
  360. //
  361. this.colTag.DataPropertyName = "BatchId";
  362. this.colTag.HeaderText = "批次";
  363. this.colTag.MinimumWidth = 8;
  364. this.colTag.Name = "colTag";
  365. this.colTag.ReadOnly = true;
  366. this.colTag.Width = 150;
  367. //
  368. // colTargetCount
  369. //
  370. this.colTargetCount.DataPropertyName = "TargetCount";
  371. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  372. this.colTargetCount.DefaultCellStyle = dataGridViewCellStyle5;
  373. this.colTargetCount.HeaderText = "目标数";
  374. this.colTargetCount.MinimumWidth = 8;
  375. this.colTargetCount.Name = "colTargetCount";
  376. this.colTargetCount.ReadOnly = true;
  377. this.colTargetCount.Width = 150;
  378. //
  379. // colCompleteCount
  380. //
  381. this.colCompleteCount.DataPropertyName = "CompleteCount";
  382. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  383. this.colCompleteCount.DefaultCellStyle = dataGridViewCellStyle6;
  384. this.colCompleteCount.HeaderText = "完成数";
  385. this.colCompleteCount.MinimumWidth = 8;
  386. this.colCompleteCount.Name = "colCompleteCount";
  387. this.colCompleteCount.ReadOnly = true;
  388. this.colCompleteCount.Width = 150;
  389. //
  390. // colStepName
  391. //
  392. this.colStepName.HeaderText = "生产流程";
  393. this.colStepName.MinimumWidth = 8;
  394. this.colStepName.Name = "colStepName";
  395. this.colStepName.ReadOnly = true;
  396. this.colStepName.Width = 150;
  397. //
  398. // colReviseStepName
  399. //
  400. this.colReviseStepName.HeaderText = "校正流程";
  401. this.colReviseStepName.MinimumWidth = 8;
  402. this.colReviseStepName.Name = "colReviseStepName";
  403. this.colReviseStepName.ReadOnly = true;
  404. this.colReviseStepName.Width = 200;
  405. //
  406. // colModifyCode
  407. //
  408. this.colModifyCode.DataPropertyName = "ModifyUserCode";
  409. this.colModifyCode.HeaderText = "修订人";
  410. this.colModifyCode.MinimumWidth = 8;
  411. this.colModifyCode.Name = "colModifyCode";
  412. this.colModifyCode.ReadOnly = true;
  413. this.colModifyCode.Width = 150;
  414. //
  415. // colModifyTime
  416. //
  417. this.colModifyTime.DataPropertyName = "ModifyTime";
  418. dataGridViewCellStyle7.Format = "g";
  419. dataGridViewCellStyle7.NullValue = null;
  420. this.colModifyTime.DefaultCellStyle = dataGridViewCellStyle7;
  421. this.colModifyTime.HeaderText = "修订日期";
  422. this.colModifyTime.MinimumWidth = 8;
  423. this.colModifyTime.Name = "colModifyTime";
  424. this.colModifyTime.ReadOnly = true;
  425. this.colModifyTime.Width = 150;
  426. //
  427. // FrmProductList
  428. //
  429. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  430. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  431. this.ClientSize = new System.Drawing.Size(874, 531);
  432. this.Controls.Add(this.dataGridView1);
  433. this.Controls.Add(this.statusStrip1);
  434. this.Controls.Add(this.toolStrip1);
  435. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  436. this.Margin = new System.Windows.Forms.Padding(2);
  437. this.Name = "FrmProductList";
  438. this.ShowInTaskbar = false;
  439. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  440. this.Text = "产品管理";
  441. this.Load += new System.EventHandler(this.FrmProductList_Load);
  442. this.toolStrip1.ResumeLayout(false);
  443. this.toolStrip1.PerformLayout();
  444. this.statusStrip1.ResumeLayout(false);
  445. this.statusStrip1.PerformLayout();
  446. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  447. this.ResumeLayout(false);
  448. this.PerformLayout();
  449. }
  450. #endregion
  451. private System.Windows.Forms.ToolStrip toolStrip1;
  452. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  453. private System.Windows.Forms.ToolStripButton tsbtnSetting;
  454. private System.Windows.Forms.ToolStripButton tsbtnDel;
  455. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  456. private System.Windows.Forms.StatusStrip statusStrip1;
  457. private System.Windows.Forms.DataGridView dataGridView1;
  458. private System.Windows.Forms.ToolStripStatusLabel tsslCount;
  459. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  460. private System.Windows.Forms.ToolStripButton tsbtnClose;
  461. private System.Windows.Forms.ToolStripButton tsbtnRevise;
  462. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  463. private System.Windows.Forms.ToolStripButton tsbtnClasses;
  464. private System.Windows.Forms.ToolStripButton tsbtnDefectClasses;
  465. private System.Windows.Forms.ToolStripButton tsbtnRefresh;
  466. private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  467. private System.Windows.Forms.DataGridViewTextBoxColumn colId;
  468. private System.Windows.Forms.DataGridViewTextBoxColumn colClasses;
  469. private System.Windows.Forms.DataGridViewTextBoxColumn colCode;
  470. private System.Windows.Forms.DataGridViewTextBoxColumn colName;
  471. private System.Windows.Forms.DataGridViewTextBoxColumn colSpec;
  472. private System.Windows.Forms.DataGridViewTextBoxColumn colHoleCount;
  473. private System.Windows.Forms.DataGridViewTextBoxColumn colTag;
  474. private System.Windows.Forms.DataGridViewTextBoxColumn colTargetCount;
  475. private System.Windows.Forms.DataGridViewTextBoxColumn colCompleteCount;
  476. private System.Windows.Forms.DataGridViewTextBoxColumn colStepName;
  477. private System.Windows.Forms.DataGridViewTextBoxColumn colReviseStepName;
  478. private System.Windows.Forms.DataGridViewTextBoxColumn colModifyCode;
  479. private System.Windows.Forms.DataGridViewTextBoxColumn colModifyTime;
  480. private System.Windows.Forms.ToolStripButton tsbtnClone;
  481. private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
  482. }
  483. }