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

631 regels
38 KiB

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