版博士V2.0程序
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

530 行
32 KiB

  1. namespace MaiMuAOI.SysUI.ProcessStep
  2. {
  3. partial class StepInfoFrm
  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(StepInfoFrm));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  36. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  37. this.tsbtnSave = new System.Windows.Forms.ToolStripButton();
  38. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  39. this.tsbtnExit = new System.Windows.Forms.ToolStripButton();
  40. this.uiTitel1 = new MaiMuControl.UIKits.MaiMuMenu.UITitel();
  41. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  42. this.numStartTimeIndex = new System.Windows.Forms.NumericUpDown();
  43. this.label3 = new System.Windows.Forms.Label();
  44. this.txtName = new System.Windows.Forms.TextBox();
  45. this.label2 = new System.Windows.Forms.Label();
  46. this.txtCode = new System.Windows.Forms.TextBox();
  47. this.label1 = new System.Windows.Forms.Label();
  48. this.btnAdd = new System.Windows.Forms.Button();
  49. this.btnDown = new System.Windows.Forms.Button();
  50. this.btnUp = new System.Windows.Forms.Button();
  51. this.groupBox2 = new System.Windows.Forms.GroupBox();
  52. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  53. this.groupBox1 = new System.Windows.Forms.GroupBox();
  54. this.dataGridView2 = new System.Windows.Forms.DataGridView();
  55. this.colProcessCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.colProcessName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.colTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.colSetParams = new System.Windows.Forms.DataGridViewButtonColumn();
  59. this.colProcessParams = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.btnDel = new System.Windows.Forms.Button();
  61. this.btnInsert = new System.Windows.Forms.Button();
  62. this.toolStrip1.SuspendLayout();
  63. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  64. this.splitContainer1.Panel1.SuspendLayout();
  65. this.splitContainer1.Panel2.SuspendLayout();
  66. this.splitContainer1.SuspendLayout();
  67. ((System.ComponentModel.ISupportInitialize)(this.numStartTimeIndex)).BeginInit();
  68. this.groupBox2.SuspendLayout();
  69. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  70. this.groupBox1.SuspendLayout();
  71. ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
  72. this.SuspendLayout();
  73. //
  74. // toolStrip1
  75. //
  76. this.toolStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(51)))), ((int)(((byte)(122)))));
  77. this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  78. this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
  79. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  80. this.tsbtnSave,
  81. this.toolStripSeparator1,
  82. this.tsbtnExit});
  83. this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
  84. this.toolStrip1.Location = new System.Drawing.Point(0, 46);
  85. this.toolStrip1.Name = "toolStrip1";
  86. this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  87. this.toolStrip1.Size = new System.Drawing.Size(795, 56);
  88. this.toolStrip1.TabIndex = 27;
  89. this.toolStrip1.Text = "toolStrip1";
  90. //
  91. // tsbtnSave
  92. //
  93. this.tsbtnSave.ForeColor = System.Drawing.SystemColors.Control;
  94. this.tsbtnSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSave.Image")));
  95. this.tsbtnSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  96. this.tsbtnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
  97. this.tsbtnSave.Name = "tsbtnSave";
  98. this.tsbtnSave.Size = new System.Drawing.Size(52, 53);
  99. this.tsbtnSave.Text = " 保存 ";
  100. this.tsbtnSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  101. this.tsbtnSave.Click += new System.EventHandler(this.tsbtnSave_Click);
  102. //
  103. // toolStripSeparator1
  104. //
  105. this.toolStripSeparator1.Name = "toolStripSeparator1";
  106. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 56);
  107. //
  108. // tsbtnExit
  109. //
  110. this.tsbtnExit.ForeColor = System.Drawing.SystemColors.Control;
  111. this.tsbtnExit.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnExit.Image")));
  112. this.tsbtnExit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  113. this.tsbtnExit.ImageTransparentColor = System.Drawing.Color.Magenta;
  114. this.tsbtnExit.Name = "tsbtnExit";
  115. this.tsbtnExit.Size = new System.Drawing.Size(52, 53);
  116. this.tsbtnExit.Text = " 退出 ";
  117. this.tsbtnExit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  118. this.tsbtnExit.Click += new System.EventHandler(this.tsbtnClose_Click);
  119. //
  120. // uiTitel1
  121. //
  122. this.uiTitel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  123. this.uiTitel1.Dock = System.Windows.Forms.DockStyle.Top;
  124. this.uiTitel1.FatherForm = null;
  125. this.uiTitel1.Location = new System.Drawing.Point(0, 0);
  126. this.uiTitel1.Name = "uiTitel1";
  127. this.uiTitel1.Size = new System.Drawing.Size(795, 46);
  128. this.uiTitel1.TabIndex = 26;
  129. //
  130. // splitContainer1
  131. //
  132. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  133. this.splitContainer1.Location = new System.Drawing.Point(0, 102);
  134. this.splitContainer1.Margin = new System.Windows.Forms.Padding(2);
  135. this.splitContainer1.Name = "splitContainer1";
  136. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  137. //
  138. // splitContainer1.Panel1
  139. //
  140. this.splitContainer1.Panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  141. this.splitContainer1.Panel1.Controls.Add(this.numStartTimeIndex);
  142. this.splitContainer1.Panel1.Controls.Add(this.label3);
  143. this.splitContainer1.Panel1.Controls.Add(this.txtName);
  144. this.splitContainer1.Panel1.Controls.Add(this.label2);
  145. this.splitContainer1.Panel1.Controls.Add(this.txtCode);
  146. this.splitContainer1.Panel1.Controls.Add(this.label1);
  147. //
  148. // splitContainer1.Panel2
  149. //
  150. this.splitContainer1.Panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  151. this.splitContainer1.Panel2.Controls.Add(this.btnAdd);
  152. this.splitContainer1.Panel2.Controls.Add(this.btnDown);
  153. this.splitContainer1.Panel2.Controls.Add(this.btnUp);
  154. this.splitContainer1.Panel2.Controls.Add(this.groupBox2);
  155. this.splitContainer1.Panel2.Controls.Add(this.groupBox1);
  156. this.splitContainer1.Panel2.Controls.Add(this.btnDel);
  157. this.splitContainer1.Panel2.Controls.Add(this.btnInsert);
  158. this.splitContainer1.Size = new System.Drawing.Size(795, 480);
  159. this.splitContainer1.SplitterDistance = 46;
  160. this.splitContainer1.SplitterWidth = 3;
  161. this.splitContainer1.TabIndex = 28;
  162. //
  163. // numStartTimeIndex
  164. //
  165. this.numStartTimeIndex.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  166. this.numStartTimeIndex.Location = new System.Drawing.Point(700, 14);
  167. this.numStartTimeIndex.Margin = new System.Windows.Forms.Padding(2);
  168. this.numStartTimeIndex.Maximum = new decimal(new int[] {
  169. 9999,
  170. 0,
  171. 0,
  172. 0});
  173. this.numStartTimeIndex.Name = "numStartTimeIndex";
  174. this.numStartTimeIndex.Size = new System.Drawing.Size(54, 23);
  175. this.numStartTimeIndex.TabIndex = 5;
  176. //
  177. // label3
  178. //
  179. this.label3.AutoSize = true;
  180. this.label3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  181. this.label3.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  182. this.label3.Location = new System.Drawing.Point(616, 19);
  183. this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  184. this.label3.Name = "label3";
  185. this.label3.Size = new System.Drawing.Size(80, 17);
  186. this.label3.TabIndex = 4;
  187. this.label3.Text = "起始计时工序";
  188. //
  189. // txtName
  190. //
  191. this.txtName.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  192. this.txtName.Location = new System.Drawing.Point(52, 15);
  193. this.txtName.Margin = new System.Windows.Forms.Padding(2);
  194. this.txtName.Name = "txtName";
  195. this.txtName.Size = new System.Drawing.Size(540, 23);
  196. this.txtName.TabIndex = 3;
  197. //
  198. // label2
  199. //
  200. this.label2.AutoSize = true;
  201. this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  202. this.label2.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  203. this.label2.Location = new System.Drawing.Point(16, 18);
  204. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  205. this.label2.Name = "label2";
  206. this.label2.Size = new System.Drawing.Size(32, 17);
  207. this.label2.TabIndex = 2;
  208. this.label2.Text = "名称";
  209. //
  210. // txtCode
  211. //
  212. this.txtCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  213. this.txtCode.Location = new System.Drawing.Point(52, 14);
  214. this.txtCode.Margin = new System.Windows.Forms.Padding(2);
  215. this.txtCode.Name = "txtCode";
  216. this.txtCode.Size = new System.Drawing.Size(220, 23);
  217. this.txtCode.TabIndex = 1;
  218. this.txtCode.Visible = false;
  219. //
  220. // label1
  221. //
  222. this.label1.AutoSize = true;
  223. this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  224. this.label1.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  225. this.label1.Location = new System.Drawing.Point(16, 17);
  226. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  227. this.label1.Name = "label1";
  228. this.label1.Size = new System.Drawing.Size(32, 17);
  229. this.label1.TabIndex = 0;
  230. this.label1.Text = "编号";
  231. this.label1.Visible = false;
  232. //
  233. // btnAdd
  234. //
  235. this.btnAdd.BackColor = System.Drawing.SystemColors.ButtonFace;
  236. this.btnAdd.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnAdd.BackgroundImage")));
  237. this.btnAdd.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  238. this.btnAdd.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
  239. this.btnAdd.Location = new System.Drawing.Point(303, 59);
  240. this.btnAdd.Margin = new System.Windows.Forms.Padding(2);
  241. this.btnAdd.Name = "btnAdd";
  242. this.btnAdd.Size = new System.Drawing.Size(59, 61);
  243. this.btnAdd.TabIndex = 19;
  244. this.btnAdd.Text = "追加->>";
  245. this.btnAdd.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
  246. this.btnAdd.UseVisualStyleBackColor = false;
  247. this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
  248. //
  249. // btnDown
  250. //
  251. this.btnDown.BackColor = System.Drawing.SystemColors.ButtonFace;
  252. this.btnDown.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnDown.BackgroundImage")));
  253. this.btnDown.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  254. this.btnDown.Location = new System.Drawing.Point(303, 323);
  255. this.btnDown.Margin = new System.Windows.Forms.Padding(2);
  256. this.btnDown.Name = "btnDown";
  257. this.btnDown.Size = new System.Drawing.Size(59, 64);
  258. this.btnDown.TabIndex = 18;
  259. this.btnDown.Text = "下移";
  260. this.btnDown.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
  261. this.btnDown.UseVisualStyleBackColor = false;
  262. this.btnDown.Click += new System.EventHandler(this.btnDown_Click);
  263. //
  264. // btnUp
  265. //
  266. this.btnUp.BackColor = System.Drawing.SystemColors.ButtonFace;
  267. this.btnUp.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnUp.BackgroundImage")));
  268. this.btnUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  269. this.btnUp.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
  270. this.btnUp.Location = new System.Drawing.Point(303, 256);
  271. this.btnUp.Margin = new System.Windows.Forms.Padding(2);
  272. this.btnUp.Name = "btnUp";
  273. this.btnUp.Size = new System.Drawing.Size(59, 63);
  274. this.btnUp.TabIndex = 17;
  275. this.btnUp.Text = "上移";
  276. this.btnUp.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
  277. this.btnUp.UseVisualStyleBackColor = false;
  278. this.btnUp.Click += new System.EventHandler(this.btnUp_Click);
  279. //
  280. // groupBox2
  281. //
  282. this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  283. | System.Windows.Forms.AnchorStyles.Left)));
  284. this.groupBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  285. this.groupBox2.Controls.Add(this.dataGridView1);
  286. this.groupBox2.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  287. this.groupBox2.Location = new System.Drawing.Point(2, 2);
  288. this.groupBox2.Margin = new System.Windows.Forms.Padding(2);
  289. this.groupBox2.Name = "groupBox2";
  290. this.groupBox2.Padding = new System.Windows.Forms.Padding(2);
  291. this.groupBox2.Size = new System.Drawing.Size(297, 389);
  292. this.groupBox2.TabIndex = 13;
  293. this.groupBox2.TabStop = false;
  294. this.groupBox2.Text = "工序库";
  295. //
  296. // dataGridView1
  297. //
  298. this.dataGridView1.AllowUserToAddRows = false;
  299. this.dataGridView1.AllowUserToDeleteRows = false;
  300. this.dataGridView1.AllowUserToResizeRows = false;
  301. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  302. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
  303. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  304. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  305. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  306. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  307. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  308. this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  309. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  310. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  311. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
  312. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  313. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  314. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  315. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.ControlText;
  316. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  317. this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle2;
  318. this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  319. this.dataGridView1.Location = new System.Drawing.Point(2, 16);
  320. this.dataGridView1.Margin = new System.Windows.Forms.Padding(2);
  321. this.dataGridView1.MultiSelect = false;
  322. this.dataGridView1.Name = "dataGridView1";
  323. this.dataGridView1.ReadOnly = true;
  324. this.dataGridView1.RowHeadersVisible = false;
  325. this.dataGridView1.RowHeadersWidth = 62;
  326. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  327. this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle3;
  328. this.dataGridView1.RowTemplate.Height = 30;
  329. this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  330. this.dataGridView1.Size = new System.Drawing.Size(293, 371);
  331. this.dataGridView1.TabIndex = 4;
  332. //
  333. // groupBox1
  334. //
  335. this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  336. | System.Windows.Forms.AnchorStyles.Left)));
  337. this.groupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  338. this.groupBox1.Controls.Add(this.dataGridView2);
  339. this.groupBox1.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  340. this.groupBox1.Location = new System.Drawing.Point(372, 2);
  341. this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
  342. this.groupBox1.Name = "groupBox1";
  343. this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
  344. this.groupBox1.Size = new System.Drawing.Size(405, 389);
  345. this.groupBox1.TabIndex = 14;
  346. this.groupBox1.TabStop = false;
  347. this.groupBox1.Text = "流程配置";
  348. //
  349. // dataGridView2
  350. //
  351. this.dataGridView2.AllowUserToAddRows = false;
  352. this.dataGridView2.AllowUserToDeleteRows = false;
  353. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  354. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
  355. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  356. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
  357. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  358. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  359. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  360. this.dataGridView2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
  361. this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  362. this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  363. this.colProcessCode,
  364. this.colProcessName,
  365. this.colTypeName,
  366. this.colSetParams,
  367. this.colProcessParams});
  368. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  369. dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window;
  370. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  371. dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  372. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  373. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.ControlText;
  374. dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  375. this.dataGridView2.DefaultCellStyle = dataGridViewCellStyle6;
  376. this.dataGridView2.Dock = System.Windows.Forms.DockStyle.Fill;
  377. this.dataGridView2.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
  378. this.dataGridView2.Location = new System.Drawing.Point(2, 16);
  379. this.dataGridView2.Margin = new System.Windows.Forms.Padding(2);
  380. this.dataGridView2.MultiSelect = false;
  381. this.dataGridView2.Name = "dataGridView2";
  382. this.dataGridView2.RowHeadersVisible = false;
  383. this.dataGridView2.RowHeadersWidth = 62;
  384. dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  385. this.dataGridView2.RowsDefaultCellStyle = dataGridViewCellStyle7;
  386. this.dataGridView2.RowTemplate.Height = 30;
  387. this.dataGridView2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  388. this.dataGridView2.Size = new System.Drawing.Size(401, 371);
  389. this.dataGridView2.TabIndex = 3;
  390. this.dataGridView2.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView2_CellContentClick);
  391. this.dataGridView2.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView2_CellEndEdit);
  392. this.dataGridView2.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.dataGridView2_DataBindingComplete);
  393. //
  394. // colProcessCode
  395. //
  396. this.colProcessCode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  397. this.colProcessCode.DataPropertyName = "ProcessCode";
  398. dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
  399. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  400. this.colProcessCode.DefaultCellStyle = dataGridViewCellStyle5;
  401. this.colProcessCode.HeaderText = "code";
  402. this.colProcessCode.MinimumWidth = 8;
  403. this.colProcessCode.Name = "colProcessCode";
  404. this.colProcessCode.Visible = false;
  405. //
  406. // colProcessName
  407. //
  408. this.colProcessName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  409. this.colProcessName.DataPropertyName = "ProcessName";
  410. this.colProcessName.HeaderText = "工序名称";
  411. this.colProcessName.MinimumWidth = 8;
  412. this.colProcessName.Name = "colProcessName";
  413. //
  414. // colTypeName
  415. //
  416. this.colTypeName.HeaderText = "类型";
  417. this.colTypeName.MinimumWidth = 8;
  418. this.colTypeName.Name = "colTypeName";
  419. this.colTypeName.ReadOnly = true;
  420. this.colTypeName.Width = 80;
  421. //
  422. // colSetParams
  423. //
  424. this.colSetParams.HeaderText = "默认配方";
  425. this.colSetParams.MinimumWidth = 8;
  426. this.colSetParams.Name = "colSetParams";
  427. this.colSetParams.Text = "设置";
  428. this.colSetParams.UseColumnTextForButtonValue = true;
  429. //
  430. // colProcessParams
  431. //
  432. this.colProcessParams.DataPropertyName = "ProcessParams";
  433. this.colProcessParams.HeaderText = "ProcessParams";
  434. this.colProcessParams.MinimumWidth = 8;
  435. this.colProcessParams.Name = "colProcessParams";
  436. this.colProcessParams.Visible = false;
  437. this.colProcessParams.Width = 160;
  438. //
  439. // btnDel
  440. //
  441. this.btnDel.BackColor = System.Drawing.SystemColors.ButtonFace;
  442. this.btnDel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnDel.BackgroundImage")));
  443. this.btnDel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  444. this.btnDel.Location = new System.Drawing.Point(303, 190);
  445. this.btnDel.Margin = new System.Windows.Forms.Padding(2);
  446. this.btnDel.Name = "btnDel";
  447. this.btnDel.Size = new System.Drawing.Size(59, 62);
  448. this.btnDel.TabIndex = 16;
  449. this.btnDel.Text = "<<-移除";
  450. this.btnDel.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
  451. this.btnDel.UseVisualStyleBackColor = false;
  452. this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
  453. //
  454. // btnInsert
  455. //
  456. this.btnInsert.BackColor = System.Drawing.SystemColors.ButtonFace;
  457. this.btnInsert.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnInsert.BackgroundImage")));
  458. this.btnInsert.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  459. this.btnInsert.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
  460. this.btnInsert.Location = new System.Drawing.Point(303, 124);
  461. this.btnInsert.Margin = new System.Windows.Forms.Padding(2);
  462. this.btnInsert.Name = "btnInsert";
  463. this.btnInsert.Size = new System.Drawing.Size(59, 61);
  464. this.btnInsert.TabIndex = 15;
  465. this.btnInsert.Text = "插入->>";
  466. this.btnInsert.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
  467. this.btnInsert.UseVisualStyleBackColor = false;
  468. this.btnInsert.Click += new System.EventHandler(this.btnInsert_Click);
  469. //
  470. // StepInfoFrm
  471. //
  472. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  473. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  474. this.ClientSize = new System.Drawing.Size(795, 582);
  475. this.Controls.Add(this.splitContainer1);
  476. this.Controls.Add(this.toolStrip1);
  477. this.Controls.Add(this.uiTitel1);
  478. this.Name = "StepInfoFrm";
  479. this.Text = "流程配置";
  480. this.Load += new System.EventHandler(this.StepInfoFrm_Load);
  481. this.toolStrip1.ResumeLayout(false);
  482. this.toolStrip1.PerformLayout();
  483. this.splitContainer1.Panel1.ResumeLayout(false);
  484. this.splitContainer1.Panel1.PerformLayout();
  485. this.splitContainer1.Panel2.ResumeLayout(false);
  486. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  487. this.splitContainer1.ResumeLayout(false);
  488. ((System.ComponentModel.ISupportInitialize)(this.numStartTimeIndex)).EndInit();
  489. this.groupBox2.ResumeLayout(false);
  490. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  491. this.groupBox1.ResumeLayout(false);
  492. ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
  493. this.ResumeLayout(false);
  494. this.PerformLayout();
  495. }
  496. #endregion
  497. private System.Windows.Forms.ToolStrip toolStrip1;
  498. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  499. private System.Windows.Forms.ToolStripButton tsbtnExit;
  500. private MaiMuControl.UIKits.MaiMuMenu.UITitel uiTitel1;
  501. private System.Windows.Forms.ToolStripButton tsbtnSave;
  502. private System.Windows.Forms.SplitContainer splitContainer1;
  503. private System.Windows.Forms.NumericUpDown numStartTimeIndex;
  504. private System.Windows.Forms.Label label3;
  505. private System.Windows.Forms.TextBox txtName;
  506. private System.Windows.Forms.Label label2;
  507. private System.Windows.Forms.TextBox txtCode;
  508. private System.Windows.Forms.Label label1;
  509. private System.Windows.Forms.Button btnAdd;
  510. private System.Windows.Forms.Button btnDown;
  511. private System.Windows.Forms.Button btnUp;
  512. private System.Windows.Forms.GroupBox groupBox2;
  513. private System.Windows.Forms.DataGridView dataGridView1;
  514. private System.Windows.Forms.GroupBox groupBox1;
  515. private System.Windows.Forms.DataGridView dataGridView2;
  516. private System.Windows.Forms.DataGridViewTextBoxColumn colProcessCode;
  517. private System.Windows.Forms.DataGridViewTextBoxColumn colProcessName;
  518. private System.Windows.Forms.DataGridViewTextBoxColumn colTypeName;
  519. private System.Windows.Forms.DataGridViewButtonColumn colSetParams;
  520. private System.Windows.Forms.DataGridViewTextBoxColumn colProcessParams;
  521. private System.Windows.Forms.Button btnDel;
  522. private System.Windows.Forms.Button btnInsert;
  523. }
  524. }