版博士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.
 
 
 
 

356 lines
20 KiB

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