namespace Lskj.BaseWorkflow.Control { partial class StepPage1 { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.PlStep1 = new DevExpress.XtraEditors.XtraScrollableControl(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.xtraScrollableControl1 = new DevExpress.XtraEditors.XtraScrollableControl(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.panelControl6 = new DevExpress.XtraEditors.PanelControl(); this.ltestepCode = new Lskj.Control.LabelTextEdit(); this.ltestepName = new Lskj.Control.LabelTextEdit(); this.ltestepGroup = new Lskj.Control.LabelTextEdit(); this.ltestepApplyText = new Lskj.Control.LabelTextEdit(); this.ltestepApplyContent = new Lskj.Control.LabelTextEdit(); this.ltestepCloseContent = new Lskj.Control.LabelTextEdit(); this.ltestepCloseText = new Lskj.Control.LabelTextEdit(); this.ltestepBackText = new Lskj.Control.LabelTextEdit(); this.ltestepBackContent = new Lskj.Control.LabelTextEdit(); this.panelControl3 = new DevExpress.XtraEditors.PanelControl(); this.panelControl2 = new DevExpress.XtraEditors.PanelControl(); this.PlStep1Container = new System.Windows.Forms.Panel(); this.PlStep1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl6)).BeginInit(); this.panelControl6.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit(); this.panelControl3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit(); this.SuspendLayout(); // // PlStep1 // this.PlStep1.Appearance.BackColor = System.Drawing.Color.White; this.PlStep1.Appearance.Options.UseBackColor = true; this.PlStep1.AutoScroll = false; this.PlStep1.Controls.Add(this.panelControl1); this.PlStep1.Controls.Add(this.panelControl3); this.PlStep1.Controls.Add(this.panelControl2); this.PlStep1.Dock = System.Windows.Forms.DockStyle.Fill; this.PlStep1.Location = new System.Drawing.Point(0, 0); this.PlStep1.Name = "PlStep1"; this.PlStep1.Size = new System.Drawing.Size(988, 585); this.PlStep1.TabIndex = 3; // // panelControl1 // this.panelControl1.Appearance.BackColor = System.Drawing.Color.White; this.panelControl1.Appearance.Options.UseBackColor = true; this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl1.Controls.Add(this.groupBox2); this.panelControl1.Controls.Add(this.groupBox1); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl1.Location = new System.Drawing.Point(204, 15); this.panelControl1.Name = "panelControl1"; this.panelControl1.Padding = new System.Windows.Forms.Padding(1); this.panelControl1.Size = new System.Drawing.Size(784, 570); this.panelControl1.TabIndex = 9; // // groupBox2 // this.groupBox2.Controls.Add(this.xtraScrollableControl1); this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox2.Location = new System.Drawing.Point(1, 112); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(782, 457); this.groupBox2.TabIndex = 5; this.groupBox2.TabStop = false; this.groupBox2.Text = "勾选需要在审核过程中修改的表头字段"; // // xtraScrollableControl1 // this.xtraScrollableControl1.Appearance.BackColor = System.Drawing.Color.White; this.xtraScrollableControl1.Appearance.Options.UseBackColor = true; this.xtraScrollableControl1.AutoScroll = false; this.xtraScrollableControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.xtraScrollableControl1.Location = new System.Drawing.Point(3, 18); this.xtraScrollableControl1.Name = "xtraScrollableControl1"; this.xtraScrollableControl1.Size = new System.Drawing.Size(776, 436); this.xtraScrollableControl1.TabIndex = 4; // // groupBox1 // this.groupBox1.Controls.Add(this.panelControl6); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox1.Location = new System.Drawing.Point(1, 1); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(782, 111); this.groupBox1.TabIndex = 4; this.groupBox1.TabStop = false; this.groupBox1.Text = "基本设置"; // // panelControl6 // this.panelControl6.Appearance.BackColor = System.Drawing.Color.White; this.panelControl6.Appearance.Options.UseBackColor = true; this.panelControl6.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl6.Controls.Add(this.ltestepCode); this.panelControl6.Controls.Add(this.ltestepName); this.panelControl6.Controls.Add(this.ltestepGroup); this.panelControl6.Controls.Add(this.ltestepApplyText); this.panelControl6.Controls.Add(this.ltestepApplyContent); this.panelControl6.Controls.Add(this.ltestepCloseContent); this.panelControl6.Controls.Add(this.ltestepCloseText); this.panelControl6.Controls.Add(this.ltestepBackText); this.panelControl6.Controls.Add(this.ltestepBackContent); this.panelControl6.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl6.Location = new System.Drawing.Point(3, 18); this.panelControl6.Name = "panelControl6"; this.panelControl6.Size = new System.Drawing.Size(776, 90); this.panelControl6.TabIndex = 9; // // ltestepCode // this.ltestepCode.BackColor = System.Drawing.Color.Transparent; this.ltestepCode.EditText = ""; this.ltestepCode.FontSize = 0F; this.ltestepCode.LabelText = "步骤编号"; this.ltestepCode.Location = new System.Drawing.Point(8, 62); this.ltestepCode.Model = null; this.ltestepCode.Name = "ltestepCode"; this.ltestepCode.NullText = ""; this.ltestepCode.ReadOnly = true; this.ltestepCode.Required = false; this.ltestepCode.Size = new System.Drawing.Size(180, 21); this.ltestepCode.TabIndex = 11; // // ltestepName // this.ltestepName.BackColor = System.Drawing.Color.Transparent; this.ltestepName.EditText = ""; this.ltestepName.FontSize = 0F; this.ltestepName.LabelText = "步骤名称"; this.ltestepName.Location = new System.Drawing.Point(200, 8); this.ltestepName.Model = null; this.ltestepName.Name = "ltestepName"; this.ltestepName.NullText = ""; this.ltestepName.ReadOnly = false; this.ltestepName.Required = true; this.ltestepName.Size = new System.Drawing.Size(180, 21); this.ltestepName.TabIndex = 8; // // ltestepGroup // this.ltestepGroup.BackColor = System.Drawing.Color.Transparent; this.ltestepGroup.EditText = ""; this.ltestepGroup.FontSize = 0F; this.ltestepGroup.LabelText = "步骤分组"; this.ltestepGroup.Location = new System.Drawing.Point(8, 8); this.ltestepGroup.Model = null; this.ltestepGroup.Name = "ltestepGroup"; this.ltestepGroup.NullText = ""; this.ltestepGroup.ReadOnly = false; this.ltestepGroup.Required = true; this.ltestepGroup.Size = new System.Drawing.Size(180, 21); this.ltestepGroup.TabIndex = 0; // // ltestepApplyText // this.ltestepApplyText.BackColor = System.Drawing.Color.Transparent; this.ltestepApplyText.EditText = ""; this.ltestepApplyText.FontSize = 0F; this.ltestepApplyText.LabelText = "流转名称"; this.ltestepApplyText.Location = new System.Drawing.Point(392, 8); this.ltestepApplyText.Model = null; this.ltestepApplyText.Name = "ltestepApplyText"; this.ltestepApplyText.NullText = ""; this.ltestepApplyText.ReadOnly = false; this.ltestepApplyText.Required = true; this.ltestepApplyText.Size = new System.Drawing.Size(180, 21); this.ltestepApplyText.TabIndex = 1; // // ltestepApplyContent // this.ltestepApplyContent.BackColor = System.Drawing.Color.Transparent; this.ltestepApplyContent.EditText = ""; this.ltestepApplyContent.FontSize = 0F; this.ltestepApplyContent.LabelText = "流转意见"; this.ltestepApplyContent.Location = new System.Drawing.Point(584, 8); this.ltestepApplyContent.Model = null; this.ltestepApplyContent.Name = "ltestepApplyContent"; this.ltestepApplyContent.NullText = ""; this.ltestepApplyContent.ReadOnly = false; this.ltestepApplyContent.Required = true; this.ltestepApplyContent.Size = new System.Drawing.Size(180, 21); this.ltestepApplyContent.TabIndex = 2; // // ltestepCloseContent // this.ltestepCloseContent.BackColor = System.Drawing.Color.Transparent; this.ltestepCloseContent.EditText = ""; this.ltestepCloseContent.FontSize = 0F; this.ltestepCloseContent.LabelText = "关闭意见"; this.ltestepCloseContent.Location = new System.Drawing.Point(584, 35); this.ltestepCloseContent.Model = null; this.ltestepCloseContent.Name = "ltestepCloseContent"; this.ltestepCloseContent.NullText = ""; this.ltestepCloseContent.ReadOnly = false; this.ltestepCloseContent.Required = false; this.ltestepCloseContent.Size = new System.Drawing.Size(180, 21); this.ltestepCloseContent.TabIndex = 7; // // ltestepCloseText // this.ltestepCloseText.BackColor = System.Drawing.Color.Transparent; this.ltestepCloseText.EditText = ""; this.ltestepCloseText.FontSize = 0F; this.ltestepCloseText.LabelText = "关闭名称"; this.ltestepCloseText.Location = new System.Drawing.Point(392, 35); this.ltestepCloseText.Model = null; this.ltestepCloseText.Name = "ltestepCloseText"; this.ltestepCloseText.NullText = ""; this.ltestepCloseText.ReadOnly = false; this.ltestepCloseText.Required = false; this.ltestepCloseText.Size = new System.Drawing.Size(180, 21); this.ltestepCloseText.TabIndex = 6; // // ltestepBackText // this.ltestepBackText.BackColor = System.Drawing.Color.Transparent; this.ltestepBackText.EditText = ""; this.ltestepBackText.FontSize = 0F; this.ltestepBackText.LabelText = "反退名称"; this.ltestepBackText.Location = new System.Drawing.Point(8, 35); this.ltestepBackText.Model = null; this.ltestepBackText.Name = "ltestepBackText"; this.ltestepBackText.NullText = ""; this.ltestepBackText.ReadOnly = false; this.ltestepBackText.Required = true; this.ltestepBackText.Size = new System.Drawing.Size(180, 21); this.ltestepBackText.TabIndex = 4; // // ltestepBackContent // this.ltestepBackContent.BackColor = System.Drawing.Color.Transparent; this.ltestepBackContent.EditText = ""; this.ltestepBackContent.FontSize = 0F; this.ltestepBackContent.LabelText = "反审意见"; this.ltestepBackContent.Location = new System.Drawing.Point(200, 35); this.ltestepBackContent.Model = null; this.ltestepBackContent.Name = "ltestepBackContent"; this.ltestepBackContent.NullText = ""; this.ltestepBackContent.ReadOnly = false; this.ltestepBackContent.Required = true; this.ltestepBackContent.Size = new System.Drawing.Size(180, 21); this.ltestepBackContent.TabIndex = 5; // // panelControl3 // this.panelControl3.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(246)))), ((int)(((byte)(246))))); this.panelControl3.Appearance.Options.UseBackColor = true; this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl3.Controls.Add(this.PlStep1Container); this.panelControl3.Dock = System.Windows.Forms.DockStyle.Left; this.panelControl3.Location = new System.Drawing.Point(0, 15); this.panelControl3.Name = "panelControl3"; this.panelControl3.Padding = new System.Windows.Forms.Padding(1); this.panelControl3.Size = new System.Drawing.Size(204, 570); this.panelControl3.TabIndex = 8; // // panelControl2 // this.panelControl2.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(246)))), ((int)(((byte)(246))))); this.panelControl2.Appearance.Options.UseBackColor = true; this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl2.Dock = System.Windows.Forms.DockStyle.Top; this.panelControl2.Location = new System.Drawing.Point(0, 0); this.panelControl2.Name = "panelControl2"; this.panelControl2.Padding = new System.Windows.Forms.Padding(1); this.panelControl2.Size = new System.Drawing.Size(988, 15); this.panelControl2.TabIndex = 5; // // PlStep1Container // this.PlStep1Container.AutoScroll = true; this.PlStep1Container.BackColor = System.Drawing.Color.Transparent; this.PlStep1Container.Dock = System.Windows.Forms.DockStyle.Fill; this.PlStep1Container.Location = new System.Drawing.Point(1, 1); this.PlStep1Container.Name = "PlStep1Container"; this.PlStep1Container.Size = new System.Drawing.Size(202, 568); this.PlStep1Container.TabIndex = 3; // // StepPage1 // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.Controls.Add(this.PlStep1); this.Name = "StepPage1"; this.Size = new System.Drawing.Size(988, 585); this.PlStep1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.groupBox1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl6)).EndInit(); this.panelControl6.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit(); this.panelControl3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.XtraScrollableControl PlStep1; private DevExpress.XtraEditors.PanelControl panelControl3; private DevExpress.XtraEditors.PanelControl panelControl2; private DevExpress.XtraEditors.PanelControl panelControl1; private System.Windows.Forms.GroupBox groupBox1; private Lskj.Control.LabelTextEdit ltestepCloseContent; private Lskj.Control.LabelTextEdit ltestepCloseText; private Lskj.Control.LabelTextEdit ltestepBackContent; private Lskj.Control.LabelTextEdit ltestepBackText; private Lskj.Control.LabelTextEdit ltestepApplyContent; private Lskj.Control.LabelTextEdit ltestepApplyText; private Lskj.Control.LabelTextEdit ltestepGroup; private Lskj.Control.LabelTextEdit ltestepName; private Lskj.Control.LabelTextEdit ltestepCode; private DevExpress.XtraEditors.PanelControl panelControl6; private DevExpress.XtraEditors.XtraScrollableControl xtraScrollableControl1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Panel PlStep1Container; } }