版博士V2.0程序
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

StepProcessFrm.Designer.cs 39 KiB

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