namespace AssistClient { partial class FrmStepInfo { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle29 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle30 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle31 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle32 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle34 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle35 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmStepInfo)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle33 = new System.Windows.Forms.DataGridViewCellStyle(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.dataGridView2 = new System.Windows.Forms.DataGridView(); this.btnInsert = new System.Windows.Forms.Button(); this.btnDel = new System.Windows.Forms.Button(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.tsbtnSave = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.tsbtnDebug = new System.Windows.Forms.ToolStripButton(); this.tsbtnClose = new System.Windows.Forms.ToolStripButton(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.txtName = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.txtCode = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.btnAdd = new System.Windows.Forms.Button(); this.btnDown = new System.Windows.Forms.Button(); this.btnUp = new System.Windows.Forms.Button(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel(); this.colProcessCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colProcessName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colSetParams = new System.Windows.Forms.DataGridViewButtonColumn(); this.colProcessParams = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.label3 = new System.Windows.Forms.Label(); this.numStartTimeIndex = new System.Windows.Forms.NumericUpDown(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit(); this.toolStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.statusStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numStartTimeIndex)).BeginInit(); this.SuspendLayout(); // // groupBox2 // this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.groupBox2.BackColor = System.Drawing.SystemColors.ActiveCaption; this.groupBox2.Controls.Add(this.dataGridView1); this.groupBox2.Location = new System.Drawing.Point(3, 3); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(446, 716); this.groupBox2.TabIndex = 13; this.groupBox2.TabStop = false; this.groupBox2.Text = "工序库"; // // dataGridView1 // this.dataGridView1.AllowUserToAddRows = false; this.dataGridView1.AllowUserToDeleteRows = false; this.dataGridView1.AllowUserToResizeRows = false; dataGridViewCellStyle29.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle29.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle29.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle29.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle29.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle29.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle29.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle29; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridViewCellStyle30.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle30.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle30.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle30.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle30.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle30.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle30.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle30; this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridView1.Location = new System.Drawing.Point(3, 24); this.dataGridView1.MultiSelect = false; this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.ReadOnly = true; this.dataGridView1.RowHeadersVisible = false; this.dataGridView1.RowHeadersWidth = 62; dataGridViewCellStyle31.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle31; this.dataGridView1.RowTemplate.Height = 30; this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridView1.Size = new System.Drawing.Size(440, 689); this.dataGridView1.TabIndex = 4; // // groupBox1 // this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.groupBox1.BackColor = System.Drawing.SystemColors.ActiveCaption; this.groupBox1.Controls.Add(this.dataGridView2); this.groupBox1.Location = new System.Drawing.Point(558, 3); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(608, 716); this.groupBox1.TabIndex = 14; this.groupBox1.TabStop = false; this.groupBox1.Text = "流程配置"; // // dataGridView2 // this.dataGridView2.AllowUserToAddRows = false; this.dataGridView2.AllowUserToDeleteRows = false; dataGridViewCellStyle32.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle32.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle32.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle32.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle32.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle32.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle32.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dataGridView2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle32; this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.colProcessCode, this.colProcessName, this.colTypeName, this.colSetParams, this.colProcessParams}); dataGridViewCellStyle34.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle34.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle34.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle34.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle34.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle34.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle34.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dataGridView2.DefaultCellStyle = dataGridViewCellStyle34; this.dataGridView2.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridView2.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter; this.dataGridView2.Location = new System.Drawing.Point(3, 24); this.dataGridView2.MultiSelect = false; this.dataGridView2.Name = "dataGridView2"; this.dataGridView2.RowHeadersVisible = false; this.dataGridView2.RowHeadersWidth = 62; dataGridViewCellStyle35.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dataGridView2.RowsDefaultCellStyle = dataGridViewCellStyle35; this.dataGridView2.RowTemplate.Height = 30; this.dataGridView2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridView2.Size = new System.Drawing.Size(602, 689); this.dataGridView2.TabIndex = 3; this.dataGridView2.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView2_CellContentClick); this.dataGridView2.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView2_CellEndEdit); this.dataGridView2.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.dataGridView2_DataBindingComplete); // // btnInsert // this.btnInsert.BackColor = System.Drawing.SystemColors.ButtonFace; this.btnInsert.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnInsert.BackgroundImage"))); this.btnInsert.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.btnInsert.ImageAlign = System.Drawing.ContentAlignment.TopCenter; this.btnInsert.Location = new System.Drawing.Point(454, 186); this.btnInsert.Name = "btnInsert"; this.btnInsert.Size = new System.Drawing.Size(88, 92); this.btnInsert.TabIndex = 15; this.btnInsert.Text = "插入->>"; this.btnInsert.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.btnInsert.UseVisualStyleBackColor = false; this.btnInsert.Click += new System.EventHandler(this.btnInsert_Click); // // btnDel // this.btnDel.BackColor = System.Drawing.SystemColors.ButtonFace; this.btnDel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnDel.BackgroundImage"))); this.btnDel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.btnDel.Location = new System.Drawing.Point(454, 285); this.btnDel.Name = "btnDel"; this.btnDel.Size = new System.Drawing.Size(88, 93); this.btnDel.TabIndex = 16; this.btnDel.Text = "<<-移除"; this.btnDel.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.btnDel.UseVisualStyleBackColor = false; this.btnDel.Click += new System.EventHandler(this.btnDel_Click); // // toolStrip1 // this.toolStrip1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption; this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32); this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbtnSave, this.toolStripSeparator4, this.tsbtnDebug, this.tsbtnClose}); this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow; this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0); this.toolStrip1.Size = new System.Drawing.Size(1168, 65); this.toolStrip1.TabIndex = 17; this.toolStrip1.Text = "toolStrip1"; // // tsbtnSave // this.tsbtnSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSave.Image"))); this.tsbtnSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnSave.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnSave.Name = "tsbtnSave"; this.tsbtnSave.Size = new System.Drawing.Size(70, 60); this.tsbtnSave.Text = " 保存 "; this.tsbtnSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tsbtnSave.Click += new System.EventHandler(this.tsbtnSave_Click); // // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; this.toolStripSeparator4.Size = new System.Drawing.Size(6, 65); // // tsbtnDebug // this.tsbtnDebug.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnDebug.Image"))); this.tsbtnDebug.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnDebug.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnDebug.Name = "tsbtnDebug"; this.tsbtnDebug.Size = new System.Drawing.Size(86, 60); this.tsbtnDebug.Text = "单步调试"; this.tsbtnDebug.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tsbtnDebug.Visible = false; this.tsbtnDebug.Click += new System.EventHandler(this.tsbtnDebug_Click); // // tsbtnClose // this.tsbtnClose.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnClose.Image"))); this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnClose.Name = "tsbtnClose"; this.tsbtnClose.Size = new System.Drawing.Size(70, 60); this.tsbtnClose.Text = " 关闭 "; this.tsbtnClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click); // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(0, 65); this.splitContainer1.Name = "splitContainer1"; this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.BackColor = System.Drawing.SystemColors.ActiveCaption; this.splitContainer1.Panel1.Controls.Add(this.numStartTimeIndex); this.splitContainer1.Panel1.Controls.Add(this.label3); this.splitContainer1.Panel1.Controls.Add(this.txtName); this.splitContainer1.Panel1.Controls.Add(this.label2); this.splitContainer1.Panel1.Controls.Add(this.txtCode); this.splitContainer1.Panel1.Controls.Add(this.label1); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.btnAdd); this.splitContainer1.Panel2.Controls.Add(this.btnDown); this.splitContainer1.Panel2.Controls.Add(this.btnUp); this.splitContainer1.Panel2.Controls.Add(this.groupBox2); this.splitContainer1.Panel2.Controls.Add(this.groupBox1); this.splitContainer1.Panel2.Controls.Add(this.btnDel); this.splitContainer1.Panel2.Controls.Add(this.btnInsert); this.splitContainer1.Size = new System.Drawing.Size(1168, 843); this.splitContainer1.SplitterDistance = 89; this.splitContainer1.TabIndex = 18; // // txtName // this.txtName.Location = new System.Drawing.Point(558, 25); this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(328, 28); this.txtName.TabIndex = 3; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(506, 31); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(44, 18); this.label2.TabIndex = 2; this.label2.Text = "名称"; // // txtCode // this.txtCode.Location = new System.Drawing.Point(78, 24); this.txtCode.Name = "txtCode"; this.txtCode.Size = new System.Drawing.Size(328, 28); this.txtCode.TabIndex = 1; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(28, 28); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(44, 18); this.label1.TabIndex = 0; this.label1.Text = "编号"; // // btnAdd // this.btnAdd.BackColor = System.Drawing.SystemColors.ButtonFace; this.btnAdd.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnAdd.BackgroundImage"))); this.btnAdd.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.btnAdd.ImageAlign = System.Drawing.ContentAlignment.TopCenter; this.btnAdd.Location = new System.Drawing.Point(454, 88); this.btnAdd.Name = "btnAdd"; this.btnAdd.Size = new System.Drawing.Size(88, 92); this.btnAdd.TabIndex = 19; this.btnAdd.Text = "追加->>"; this.btnAdd.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.btnAdd.UseVisualStyleBackColor = false; this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click); // // btnDown // this.btnDown.BackColor = System.Drawing.SystemColors.ButtonFace; this.btnDown.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnDown.BackgroundImage"))); this.btnDown.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.btnDown.Location = new System.Drawing.Point(454, 484); this.btnDown.Name = "btnDown"; this.btnDown.Size = new System.Drawing.Size(88, 96); this.btnDown.TabIndex = 18; this.btnDown.Text = "下移"; this.btnDown.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.btnDown.UseVisualStyleBackColor = false; this.btnDown.Click += new System.EventHandler(this.btnDown_Click); // // btnUp // this.btnUp.BackColor = System.Drawing.SystemColors.ButtonFace; this.btnUp.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnUp.BackgroundImage"))); this.btnUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.btnUp.ImageAlign = System.Drawing.ContentAlignment.TopCenter; this.btnUp.Location = new System.Drawing.Point(454, 384); this.btnUp.Name = "btnUp"; this.btnUp.Size = new System.Drawing.Size(88, 94); this.btnUp.TabIndex = 17; this.btnUp.Text = "上移"; this.btnUp.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.btnUp.UseVisualStyleBackColor = false; this.btnUp.Click += new System.EventHandler(this.btnUp_Click); // // statusStrip1 // this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24); this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripStatusLabel1}); this.statusStrip1.Location = new System.Drawing.Point(0, 886); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Padding = new System.Windows.Forms.Padding(2, 0, 14, 0); this.statusStrip1.Size = new System.Drawing.Size(1168, 22); this.statusStrip1.TabIndex = 20; this.statusStrip1.Text = "statusStrip1"; // // toolStripStatusLabel1 // this.toolStripStatusLabel1.Name = "toolStripStatusLabel1"; this.toolStripStatusLabel1.Size = new System.Drawing.Size(0, 15); // // colProcessCode // this.colProcessCode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.colProcessCode.DataPropertyName = "ProcessCode"; dataGridViewCellStyle33.BackColor = System.Drawing.Color.White; dataGridViewCellStyle33.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.colProcessCode.DefaultCellStyle = dataGridViewCellStyle33; this.colProcessCode.HeaderText = "code"; this.colProcessCode.MinimumWidth = 8; this.colProcessCode.Name = "colProcessCode"; this.colProcessCode.Visible = false; // // colProcessName // this.colProcessName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.colProcessName.DataPropertyName = "ProcessName"; this.colProcessName.HeaderText = "工序名称"; this.colProcessName.MinimumWidth = 8; this.colProcessName.Name = "colProcessName"; // // colTypeName // this.colTypeName.HeaderText = "类型"; this.colTypeName.MinimumWidth = 8; this.colTypeName.Name = "colTypeName"; this.colTypeName.ReadOnly = true; this.colTypeName.Width = 80; // // colSetParams // this.colSetParams.HeaderText = "默认配方"; this.colSetParams.MinimumWidth = 8; this.colSetParams.Name = "colSetParams"; this.colSetParams.Text = "设置"; this.colSetParams.UseColumnTextForButtonValue = true; // // colProcessParams // this.colProcessParams.DataPropertyName = "ProcessParams"; this.colProcessParams.HeaderText = "ProcessParams"; this.colProcessParams.MinimumWidth = 8; this.colProcessParams.Name = "colProcessParams"; this.colProcessParams.Visible = false; this.colProcessParams.Width = 160; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(928, 31); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(116, 18); this.label3.TabIndex = 4; this.label3.Text = "起始计时工序"; // // numStartTimeIndex // this.numStartTimeIndex.Location = new System.Drawing.Point(1050, 24); this.numStartTimeIndex.Maximum = new decimal(new int[] { 9999, 0, 0, 0}); this.numStartTimeIndex.Name = "numStartTimeIndex"; this.numStartTimeIndex.Size = new System.Drawing.Size(81, 28); this.numStartTimeIndex.TabIndex = 5; this.toolTip1.SetToolTip(this.numStartTimeIndex, "有效索引大于1,0则不计时"); // // FrmStepInfo // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1168, 908); this.Controls.Add(this.statusStrip1); this.Controls.Add(this.splitContainer1); this.Controls.Add(this.toolStrip1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmStepInfo"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "流程信息"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmStepInfo_FormClosing); this.Load += new System.EventHandler(this.FrmStepInfo_Load); this.groupBox2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.groupBox1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit(); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel1.PerformLayout(); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numStartTimeIndex)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.DataGridView dataGridView2; private System.Windows.Forms.Button btnInsert; private System.Windows.Forms.Button btnDel; private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripSeparator toolStripSeparator4; private System.Windows.Forms.ToolStripButton tsbtnClose; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.TextBox txtName; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtCode; private System.Windows.Forms.Label label1; private System.Windows.Forms.ToolStripButton tsbtnDebug; private System.Windows.Forms.StatusStrip statusStrip1; private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1; private System.Windows.Forms.ToolStripButton tsbtnSave; private System.Windows.Forms.Button btnDown; private System.Windows.Forms.Button btnUp; private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.Button btnAdd; private System.Windows.Forms.DataGridViewTextBoxColumn colProcessCode; private System.Windows.Forms.DataGridViewTextBoxColumn colProcessName; private System.Windows.Forms.DataGridViewTextBoxColumn colTypeName; private System.Windows.Forms.DataGridViewButtonColumn colSetParams; private System.Windows.Forms.DataGridViewTextBoxColumn colProcessParams; private System.Windows.Forms.NumericUpDown numStartTimeIndex; private System.Windows.Forms.Label label3; private System.Windows.Forms.ToolTip toolTip1; } }