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

532 строки
31 KiB

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