namespace Volian.Controls.Library { partial class DisplayFoldoutMaint { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.groupFoldouts = new DevComponents.DotNetBar.Controls.GroupPanel(); this.listBoxFoldouts = new System.Windows.Forms.ListBox(); this.groupSteps = new DevComponents.DotNetBar.Controls.GroupPanel(); this.lblStepSelect = new DevComponents.DotNetBar.LabelX(); this.btnSave = new DevComponents.DotNetBar.ButtonX(); this.pnlButtons = new DevComponents.DotNetBar.PanelEx(); this.lstCBSteps = new System.Windows.Forms.CheckedListBox(); this.groupFoldouts.SuspendLayout(); this.groupSteps.SuspendLayout(); this.pnlButtons.SuspendLayout(); this.SuspendLayout(); // // groupFoldouts // this.groupFoldouts.CanvasColor = System.Drawing.SystemColors.Control; this.groupFoldouts.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007; this.groupFoldouts.Controls.Add(this.listBoxFoldouts); this.groupFoldouts.Dock = System.Windows.Forms.DockStyle.Top; this.groupFoldouts.Location = new System.Drawing.Point(0, 0); this.groupFoldouts.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.groupFoldouts.Name = "groupFoldouts"; this.groupFoldouts.Size = new System.Drawing.Size(340, 154); // // // this.groupFoldouts.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.groupFoldouts.Style.BackColorGradientAngle = 90; this.groupFoldouts.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.groupFoldouts.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupFoldouts.Style.BorderBottomWidth = 1; this.groupFoldouts.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.groupFoldouts.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupFoldouts.Style.BorderLeftWidth = 1; this.groupFoldouts.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupFoldouts.Style.BorderRightWidth = 1; this.groupFoldouts.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupFoldouts.Style.BorderTopWidth = 1; this.groupFoldouts.Style.CornerDiameter = 4; this.groupFoldouts.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; this.groupFoldouts.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.groupFoldouts.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.groupFoldouts.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near; // // // this.groupFoldouts.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.groupFoldouts.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.groupFoldouts.TabIndex = 0; this.groupFoldouts.Text = "Foldouts"; // // listBoxFoldouts // this.listBoxFoldouts.Dock = System.Windows.Forms.DockStyle.Fill; this.listBoxFoldouts.FormattingEnabled = true; this.listBoxFoldouts.ItemHeight = 16; this.listBoxFoldouts.Location = new System.Drawing.Point(0, 0); this.listBoxFoldouts.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.listBoxFoldouts.Name = "listBoxFoldouts"; this.listBoxFoldouts.Size = new System.Drawing.Size(334, 116); this.listBoxFoldouts.TabIndex = 0; this.listBoxFoldouts.SelectedIndexChanged += new System.EventHandler(this.listBoxFoldouts_SelectedIndexChanged); // // groupSteps // this.groupSteps.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupSteps.CanvasColor = System.Drawing.SystemColors.Control; this.groupSteps.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007; this.groupSteps.Controls.Add(this.lstCBSteps); this.groupSteps.Controls.Add(this.lblStepSelect); this.groupSteps.Location = new System.Drawing.Point(0, 217); this.groupSteps.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.groupSteps.Name = "groupSteps"; this.groupSteps.Size = new System.Drawing.Size(340, 487); // // // this.groupSteps.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.groupSteps.Style.BackColorGradientAngle = 90; this.groupSteps.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.groupSteps.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupSteps.Style.BorderBottomWidth = 1; this.groupSteps.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.groupSteps.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupSteps.Style.BorderLeftWidth = 1; this.groupSteps.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupSteps.Style.BorderRightWidth = 1; this.groupSteps.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupSteps.Style.BorderTopWidth = 1; this.groupSteps.Style.CornerDiameter = 4; this.groupSteps.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; this.groupSteps.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.groupSteps.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.groupSteps.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near; // // // this.groupSteps.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.groupSteps.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.groupSteps.TabIndex = 1; this.groupSteps.Text = "Steps"; // // lblStepSelect // // // // this.lblStepSelect.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblStepSelect.Location = new System.Drawing.Point(3, 2); this.lblStepSelect.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.lblStepSelect.Name = "lblStepSelect"; this.lblStepSelect.Size = new System.Drawing.Size(296, 23); this.lblStepSelect.TabIndex = 1; // // btnSave // this.btnSave.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnSave.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnSave.Location = new System.Drawing.Point(21, 22); this.btnSave.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(101, 23); this.btnSave.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnSave.TabIndex = 2; this.btnSave.Text = "Save Selection"; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // pnlButtons // this.pnlButtons.CanvasColor = System.Drawing.SystemColors.Control; this.pnlButtons.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.pnlButtons.Controls.Add(this.btnSave); this.pnlButtons.Dock = System.Windows.Forms.DockStyle.Top; this.pnlButtons.Location = new System.Drawing.Point(0, 154); this.pnlButtons.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.pnlButtons.Name = "pnlButtons"; this.pnlButtons.Size = new System.Drawing.Size(340, 63); this.pnlButtons.Style.Alignment = System.Drawing.StringAlignment.Center; this.pnlButtons.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.pnlButtons.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.pnlButtons.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.pnlButtons.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.pnlButtons.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.pnlButtons.Style.GradientAngle = 90; this.pnlButtons.TabIndex = 2; // // lstCBSteps // this.lstCBSteps.CheckOnClick = true; this.lstCBSteps.Dock = System.Windows.Forms.DockStyle.Fill; this.lstCBSteps.FormattingEnabled = true; this.lstCBSteps.Location = new System.Drawing.Point(0, 0); this.lstCBSteps.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.lstCBSteps.Name = "lstCBSteps"; this.lstCBSteps.ScrollAlwaysVisible = true; this.lstCBSteps.Size = new System.Drawing.Size(334, 463); this.lstCBSteps.TabIndex = 1; // // DisplayFoldoutMaint // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.groupSteps); this.Controls.Add(this.pnlButtons); this.Controls.Add(this.groupFoldouts); this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.Name = "DisplayFoldoutMaint"; this.Size = new System.Drawing.Size(340, 706); this.groupFoldouts.ResumeLayout(false); this.groupSteps.ResumeLayout(false); this.pnlButtons.ResumeLayout(false); this.ResumeLayout(false); } #endregion private DevComponents.DotNetBar.Controls.GroupPanel groupFoldouts; private System.Windows.Forms.ListBox listBoxFoldouts; private DevComponents.DotNetBar.Controls.GroupPanel groupSteps; private DevComponents.DotNetBar.LabelX lblStepSelect; private DevComponents.DotNetBar.ButtonX btnSave; private DevComponents.DotNetBar.PanelEx pnlButtons; private System.Windows.Forms.CheckedListBox lstCBSteps; } }