版博士V2.0程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

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