版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

387 lines
21 KiB

  1. namespace ProductionControl
  2. {
  3. partial class FrmProductStep
  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(FrmProductStep));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  34. this.tsbtnSave = new System.Windows.Forms.ToolStripButton();
  35. this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  36. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  37. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  38. this.tsslCount = new System.Windows.Forms.ToolStripStatusLabel();
  39. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  40. this.cobStepList = new System.Windows.Forms.ComboBox();
  41. this.label1 = new System.Windows.Forms.Label();
  42. this.groupBox1 = new System.Windows.Forms.GroupBox();
  43. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  44. this.robtn1 = new System.Windows.Forms.RadioButton();
  45. this.robtn2 = new System.Windows.Forms.RadioButton();
  46. this.tsbtnCls = new System.Windows.Forms.ToolStripButton();
  47. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  48. this.colProcessCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.colName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.colProdctPrivate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.colSetParams = new System.Windows.Forms.DataGridViewButtonColumn();
  52. this.colStepProcessParams = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.colPrivateProcessParams = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.toolStrip1.SuspendLayout();
  55. this.statusStrip1.SuspendLayout();
  56. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  57. this.splitContainer1.Panel1.SuspendLayout();
  58. this.splitContainer1.Panel2.SuspendLayout();
  59. this.splitContainer1.SuspendLayout();
  60. this.groupBox1.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  62. this.SuspendLayout();
  63. //
  64. // toolStrip1
  65. //
  66. this.toolStrip1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  67. this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
  68. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  69. this.tsbtnSave,
  70. this.toolStripSeparator4,
  71. this.tsbtnCls,
  72. this.toolStripSeparator1,
  73. this.tsbtnClose});
  74. this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
  75. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  76. this.toolStrip1.Name = "toolStrip1";
  77. this.toolStrip1.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0);
  78. this.toolStrip1.Size = new System.Drawing.Size(562, 65);
  79. this.toolStrip1.TabIndex = 17;
  80. this.toolStrip1.Text = "toolStrip1";
  81. //
  82. // tsbtnSave
  83. //
  84. this.tsbtnSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSave.Image")));
  85. this.tsbtnSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  86. this.tsbtnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
  87. this.tsbtnSave.Name = "tsbtnSave";
  88. this.tsbtnSave.Size = new System.Drawing.Size(70, 60);
  89. this.tsbtnSave.Text = " 保存 ";
  90. this.tsbtnSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  91. this.tsbtnSave.Click += new System.EventHandler(this.tsbtnSave_Click);
  92. //
  93. // toolStripSeparator4
  94. //
  95. this.toolStripSeparator4.Name = "toolStripSeparator4";
  96. this.toolStripSeparator4.Size = new System.Drawing.Size(6, 65);
  97. //
  98. // tsbtnClose
  99. //
  100. this.tsbtnClose.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnClose.Image")));
  101. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  102. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  103. this.tsbtnClose.Name = "tsbtnClose";
  104. this.tsbtnClose.Size = new System.Drawing.Size(70, 60);
  105. this.tsbtnClose.Text = " 关闭 ";
  106. this.tsbtnClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  107. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  108. //
  109. // statusStrip1
  110. //
  111. this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  112. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  113. this.tsslCount});
  114. this.statusStrip1.Location = new System.Drawing.Point(0, 761);
  115. this.statusStrip1.Name = "statusStrip1";
  116. this.statusStrip1.Padding = new System.Windows.Forms.Padding(2, 0, 14, 0);
  117. this.statusStrip1.Size = new System.Drawing.Size(562, 31);
  118. this.statusStrip1.TabIndex = 24;
  119. this.statusStrip1.Text = "statusStrip1";
  120. //
  121. // tsslCount
  122. //
  123. this.tsslCount.Name = "tsslCount";
  124. this.tsslCount.Size = new System.Drawing.Size(33, 24);
  125. this.tsslCount.Text = "共 ";
  126. //
  127. // splitContainer1
  128. //
  129. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  130. this.splitContainer1.Location = new System.Drawing.Point(0, 65);
  131. this.splitContainer1.Name = "splitContainer1";
  132. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  133. //
  134. // splitContainer1.Panel1
  135. //
  136. this.splitContainer1.Panel1.BackColor = System.Drawing.SystemColors.ActiveCaption;
  137. this.splitContainer1.Panel1.Controls.Add(this.robtn2);
  138. this.splitContainer1.Panel1.Controls.Add(this.robtn1);
  139. this.splitContainer1.Panel1.Controls.Add(this.cobStepList);
  140. this.splitContainer1.Panel1.Controls.Add(this.label1);
  141. //
  142. // splitContainer1.Panel2
  143. //
  144. this.splitContainer1.Panel2.Controls.Add(this.groupBox1);
  145. this.splitContainer1.Size = new System.Drawing.Size(562, 696);
  146. this.splitContainer1.SplitterDistance = 82;
  147. this.splitContainer1.TabIndex = 25;
  148. //
  149. // cobStepList
  150. //
  151. this.cobStepList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  152. this.cobStepList.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  153. this.cobStepList.FormattingEnabled = true;
  154. this.cobStepList.Location = new System.Drawing.Point(110, 49);
  155. this.cobStepList.Name = "cobStepList";
  156. this.cobStepList.Size = new System.Drawing.Size(336, 26);
  157. this.cobStepList.TabIndex = 1;
  158. this.cobStepList.SelectedIndexChanged += new System.EventHandler(this.cobStepList_SelectedIndexChanged);
  159. //
  160. // label1
  161. //
  162. this.label1.AutoSize = true;
  163. this.label1.Location = new System.Drawing.Point(25, 55);
  164. this.label1.Name = "label1";
  165. this.label1.Size = new System.Drawing.Size(80, 18);
  166. this.label1.TabIndex = 0;
  167. this.label1.Text = "选择流程";
  168. //
  169. // groupBox1
  170. //
  171. this.groupBox1.BackColor = System.Drawing.SystemColors.ActiveCaption;
  172. this.groupBox1.Controls.Add(this.dataGridView1);
  173. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  174. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  175. this.groupBox1.Name = "groupBox1";
  176. this.groupBox1.Size = new System.Drawing.Size(562, 610);
  177. this.groupBox1.TabIndex = 15;
  178. this.groupBox1.TabStop = false;
  179. this.groupBox1.Text = "配方设置";
  180. //
  181. // dataGridView1
  182. //
  183. this.dataGridView1.AllowUserToAddRows = false;
  184. this.dataGridView1.AllowUserToDeleteRows = false;
  185. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  186. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
  187. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  188. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  189. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  190. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  191. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  192. this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  193. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  194. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  195. this.colProcessCode,
  196. this.colName,
  197. this.colProdctPrivate,
  198. this.colSetParams,
  199. this.colStepProcessParams,
  200. this.colPrivateProcessParams});
  201. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  202. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  203. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  204. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  205. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  206. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  207. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  208. this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle3;
  209. this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  210. this.dataGridView1.Location = new System.Drawing.Point(3, 24);
  211. this.dataGridView1.MultiSelect = false;
  212. this.dataGridView1.Name = "dataGridView1";
  213. this.dataGridView1.ReadOnly = true;
  214. this.dataGridView1.RowHeadersVisible = false;
  215. this.dataGridView1.RowHeadersWidth = 62;
  216. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  217. this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle4;
  218. this.dataGridView1.RowTemplate.Height = 30;
  219. this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  220. this.dataGridView1.Size = new System.Drawing.Size(556, 583);
  221. this.dataGridView1.TabIndex = 4;
  222. this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
  223. this.dataGridView1.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.dataGridView1_DataBindingComplete);
  224. //
  225. // robtn1
  226. //
  227. this.robtn1.AutoSize = true;
  228. this.robtn1.Checked = true;
  229. this.robtn1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  230. this.robtn1.Location = new System.Drawing.Point(110, 16);
  231. this.robtn1.Name = "robtn1";
  232. this.robtn1.Size = new System.Drawing.Size(109, 22);
  233. this.robtn1.TabIndex = 2;
  234. this.robtn1.TabStop = true;
  235. this.robtn1.Text = "生产流程";
  236. this.robtn1.UseVisualStyleBackColor = true;
  237. this.robtn1.CheckedChanged += new System.EventHandler(this.robtn1_CheckedChanged);
  238. //
  239. // robtn2
  240. //
  241. this.robtn2.AutoSize = true;
  242. this.robtn2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  243. this.robtn2.Location = new System.Drawing.Point(341, 16);
  244. this.robtn2.Name = "robtn2";
  245. this.robtn2.Size = new System.Drawing.Size(109, 22);
  246. this.robtn2.TabIndex = 3;
  247. this.robtn2.Text = "校正流程";
  248. this.robtn2.UseVisualStyleBackColor = true;
  249. this.robtn2.CheckedChanged += new System.EventHandler(this.robtn2_CheckedChanged);
  250. //
  251. // tsbtnCls
  252. //
  253. this.tsbtnCls.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnCls.Image")));
  254. this.tsbtnCls.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  255. this.tsbtnCls.ImageTransparentColor = System.Drawing.Color.Magenta;
  256. this.tsbtnCls.Name = "tsbtnCls";
  257. this.tsbtnCls.Size = new System.Drawing.Size(70, 60);
  258. this.tsbtnCls.Text = " 清除 ";
  259. this.tsbtnCls.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  260. this.tsbtnCls.ToolTipText = "清除产品私有配方";
  261. this.tsbtnCls.Click += new System.EventHandler(this.tsbtnCls_Click);
  262. //
  263. // toolStripSeparator1
  264. //
  265. this.toolStripSeparator1.Name = "toolStripSeparator1";
  266. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 65);
  267. //
  268. // colProcessCode
  269. //
  270. this.colProcessCode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  271. this.colProcessCode.DataPropertyName = "ProcessCode";
  272. dataGridViewCellStyle2.BackColor = System.Drawing.Color.White;
  273. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  274. this.colProcessCode.DefaultCellStyle = dataGridViewCellStyle2;
  275. this.colProcessCode.HeaderText = "code";
  276. this.colProcessCode.MinimumWidth = 8;
  277. this.colProcessCode.Name = "colProcessCode";
  278. this.colProcessCode.ReadOnly = true;
  279. this.colProcessCode.Visible = false;
  280. this.colProcessCode.Width = 286;
  281. //
  282. // colName
  283. //
  284. this.colName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  285. this.colName.DataPropertyName = "ProcessName";
  286. this.colName.HeaderText = "工序名称";
  287. this.colName.MinimumWidth = 8;
  288. this.colName.Name = "colName";
  289. this.colName.ReadOnly = true;
  290. //
  291. // colProdctPrivate
  292. //
  293. this.colProdctPrivate.HeaderText = "私有";
  294. this.colProdctPrivate.MinimumWidth = 20;
  295. this.colProdctPrivate.Name = "colProdctPrivate";
  296. this.colProdctPrivate.ReadOnly = true;
  297. this.colProdctPrivate.Width = 70;
  298. //
  299. // colSetParams
  300. //
  301. this.colSetParams.HeaderText = "配方";
  302. this.colSetParams.MinimumWidth = 8;
  303. this.colSetParams.Name = "colSetParams";
  304. this.colSetParams.ReadOnly = true;
  305. this.colSetParams.Text = "设置";
  306. this.colSetParams.UseColumnTextForButtonValue = true;
  307. //
  308. // colStepProcessParams
  309. //
  310. this.colStepProcessParams.DataPropertyName = "ProcessParams";
  311. this.colStepProcessParams.HeaderText = "ProcessP";
  312. this.colStepProcessParams.MinimumWidth = 8;
  313. this.colStepProcessParams.Name = "colStepProcessParams";
  314. this.colStepProcessParams.ReadOnly = true;
  315. this.colStepProcessParams.Visible = false;
  316. this.colStepProcessParams.Width = 150;
  317. //
  318. // colPrivateProcessParams
  319. //
  320. this.colPrivateProcessParams.HeaderText = "ProductP";
  321. this.colPrivateProcessParams.MinimumWidth = 8;
  322. this.colPrivateProcessParams.Name = "colPrivateProcessParams";
  323. this.colPrivateProcessParams.ReadOnly = true;
  324. this.colPrivateProcessParams.Visible = false;
  325. this.colPrivateProcessParams.Width = 150;
  326. //
  327. // FrmProductStep
  328. //
  329. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  330. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  331. this.ClientSize = new System.Drawing.Size(562, 792);
  332. this.Controls.Add(this.splitContainer1);
  333. this.Controls.Add(this.statusStrip1);
  334. this.Controls.Add(this.toolStrip1);
  335. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  336. this.MaximizeBox = false;
  337. this.MinimizeBox = false;
  338. this.Name = "FrmProductStep";
  339. this.ShowIcon = false;
  340. this.ShowInTaskbar = false;
  341. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  342. this.Text = "产品流程与配方设置";
  343. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmProductStep_FormClosing);
  344. this.Load += new System.EventHandler(this.FrmProductInfo_Load);
  345. this.toolStrip1.ResumeLayout(false);
  346. this.toolStrip1.PerformLayout();
  347. this.statusStrip1.ResumeLayout(false);
  348. this.statusStrip1.PerformLayout();
  349. this.splitContainer1.Panel1.ResumeLayout(false);
  350. this.splitContainer1.Panel1.PerformLayout();
  351. this.splitContainer1.Panel2.ResumeLayout(false);
  352. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  353. this.splitContainer1.ResumeLayout(false);
  354. this.groupBox1.ResumeLayout(false);
  355. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  356. this.ResumeLayout(false);
  357. this.PerformLayout();
  358. }
  359. #endregion
  360. private System.Windows.Forms.ToolStrip toolStrip1;
  361. private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  362. private System.Windows.Forms.ToolStripButton tsbtnClose;
  363. private System.Windows.Forms.ToolStripButton tsbtnSave;
  364. private System.Windows.Forms.StatusStrip statusStrip1;
  365. private System.Windows.Forms.ToolStripStatusLabel tsslCount;
  366. private System.Windows.Forms.SplitContainer splitContainer1;
  367. private System.Windows.Forms.ComboBox cobStepList;
  368. private System.Windows.Forms.Label label1;
  369. private System.Windows.Forms.GroupBox groupBox1;
  370. private System.Windows.Forms.DataGridView dataGridView1;
  371. private System.Windows.Forms.RadioButton robtn2;
  372. private System.Windows.Forms.RadioButton robtn1;
  373. private System.Windows.Forms.ToolStripButton tsbtnCls;
  374. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  375. private System.Windows.Forms.DataGridViewTextBoxColumn colProcessCode;
  376. private System.Windows.Forms.DataGridViewTextBoxColumn colName;
  377. private System.Windows.Forms.DataGridViewTextBoxColumn colProdctPrivate;
  378. private System.Windows.Forms.DataGridViewButtonColumn colSetParams;
  379. private System.Windows.Forms.DataGridViewTextBoxColumn colStepProcessParams;
  380. private System.Windows.Forms.DataGridViewTextBoxColumn colPrivateProcessParams;
  381. }
  382. }