namespace VEPROMS { partial class ShortcutLists { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ShortcutLists)); this.scRtb = new System.Windows.Forms.RichTextBox(); this.panHlpShortcuts = new DevComponents.DotNetBar.PanelEx(); this.btnHlpScRibbon = new DevComponents.DotNetBar.ButtonX(); this.btnHlpScMisc = new DevComponents.DotNetBar.ButtonX(); this.btnHlpScTxtMods = new DevComponents.DotNetBar.ButtonX(); this.btnHlpScNav = new DevComponents.DotNetBar.ButtonX(); this.btnHlpScInsert = new DevComponents.DotNetBar.ButtonX(); this.expandableSplitter1 = new DevComponents.DotNetBar.ExpandableSplitter(); this.panHlpShortcuts.SuspendLayout(); this.SuspendLayout(); // // scRtb // this.scRtb.Dock = System.Windows.Forms.DockStyle.Fill; this.scRtb.Location = new System.Drawing.Point(192, 0); this.scRtb.Name = "scRtb"; this.scRtb.ReadOnly = true; this.scRtb.Size = new System.Drawing.Size(735, 822); this.scRtb.TabIndex = 5; this.scRtb.Text = ""; // // panHlpShortcuts // this.panHlpShortcuts.CanvasColor = System.Drawing.SystemColors.Control; this.panHlpShortcuts.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007; this.panHlpShortcuts.Controls.Add(this.btnHlpScRibbon); this.panHlpShortcuts.Controls.Add(this.btnHlpScMisc); this.panHlpShortcuts.Controls.Add(this.btnHlpScTxtMods); this.panHlpShortcuts.Controls.Add(this.btnHlpScNav); this.panHlpShortcuts.Controls.Add(this.btnHlpScInsert); this.panHlpShortcuts.DisabledBackColor = System.Drawing.Color.Empty; this.panHlpShortcuts.Dock = System.Windows.Forms.DockStyle.Left; this.panHlpShortcuts.Location = new System.Drawing.Point(0, 0); this.panHlpShortcuts.Name = "panHlpShortcuts"; this.panHlpShortcuts.Size = new System.Drawing.Size(189, 822); this.panHlpShortcuts.Style.Alignment = System.Drawing.StringAlignment.Center; this.panHlpShortcuts.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.panHlpShortcuts.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.panHlpShortcuts.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.panHlpShortcuts.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.panHlpShortcuts.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.panHlpShortcuts.Style.GradientAngle = 90; this.panHlpShortcuts.TabIndex = 0; this.panHlpShortcuts.ThemeAware = true; // // btnHlpScRibbon // this.btnHlpScRibbon.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnHlpScRibbon.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnHlpScRibbon.Dock = System.Windows.Forms.DockStyle.Top; this.btnHlpScRibbon.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnHlpScRibbon.Location = new System.Drawing.Point(0, 144); this.btnHlpScRibbon.Name = "btnHlpScRibbon"; this.btnHlpScRibbon.Size = new System.Drawing.Size(189, 36); this.btnHlpScRibbon.TabIndex = 4; this.btnHlpScRibbon.Text = "Ribbon Shortcuts"; this.btnHlpScRibbon.Click += new System.EventHandler(this.btnHlpScRibbon_Click); // // btnHlpScMisc // this.btnHlpScMisc.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnHlpScMisc.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnHlpScMisc.Dock = System.Windows.Forms.DockStyle.Top; this.btnHlpScMisc.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnHlpScMisc.Location = new System.Drawing.Point(0, 108); this.btnHlpScMisc.Name = "btnHlpScMisc"; this.btnHlpScMisc.Size = new System.Drawing.Size(189, 36); this.btnHlpScMisc.TabIndex = 3; this.btnHlpScMisc.Text = "Misc. Shortcuts"; this.btnHlpScMisc.Click += new System.EventHandler(this.btnHlpScMisc_Click); // // btnHlpScTxtMods // this.btnHlpScTxtMods.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnHlpScTxtMods.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnHlpScTxtMods.Dock = System.Windows.Forms.DockStyle.Top; this.btnHlpScTxtMods.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnHlpScTxtMods.Location = new System.Drawing.Point(0, 72); this.btnHlpScTxtMods.Name = "btnHlpScTxtMods"; this.btnHlpScTxtMods.Size = new System.Drawing.Size(189, 36); this.btnHlpScTxtMods.TabIndex = 2; this.btnHlpScTxtMods.Text = "Text Modifications"; this.btnHlpScTxtMods.Click += new System.EventHandler(this.btnHlpScTxtMods_Click); // // btnHlpScNav // this.btnHlpScNav.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnHlpScNav.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnHlpScNav.Dock = System.Windows.Forms.DockStyle.Top; this.btnHlpScNav.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnHlpScNav.Location = new System.Drawing.Point(0, 36); this.btnHlpScNav.Name = "btnHlpScNav"; this.btnHlpScNav.Size = new System.Drawing.Size(189, 36); this.btnHlpScNav.TabIndex = 1; this.btnHlpScNav.TabStop = false; this.btnHlpScNav.Text = "Keyboard Navigation"; this.btnHlpScNav.Click += new System.EventHandler(this.btnHlpScNav_Click); // // btnHlpScInsert // this.btnHlpScInsert.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnHlpScInsert.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnHlpScInsert.Dock = System.Windows.Forms.DockStyle.Top; this.btnHlpScInsert.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnHlpScInsert.Location = new System.Drawing.Point(0, 0); this.btnHlpScInsert.Name = "btnHlpScInsert"; this.btnHlpScInsert.Size = new System.Drawing.Size(189, 36); this.btnHlpScInsert.TabIndex = 0; this.btnHlpScInsert.Text = "Inserting"; this.btnHlpScInsert.Click += new System.EventHandler(this.btnHlpScInsert_Click); // // expandableSplitter1 // this.expandableSplitter1.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(45)))), ((int)(((byte)(150))))); this.expandableSplitter1.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.expandableSplitter1.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.expandableSplitter1.ExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(45)))), ((int)(((byte)(150))))); this.expandableSplitter1.ExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.expandableSplitter1.ExpandLineColor = System.Drawing.SystemColors.ControlText; this.expandableSplitter1.ExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText; this.expandableSplitter1.GripDarkColor = System.Drawing.SystemColors.ControlText; this.expandableSplitter1.GripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText; this.expandableSplitter1.GripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254))))); this.expandableSplitter1.GripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground; this.expandableSplitter1.HotBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(142)))), ((int)(((byte)(75))))); this.expandableSplitter1.HotBackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(207)))), ((int)(((byte)(139))))); this.expandableSplitter1.HotBackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground2; this.expandableSplitter1.HotBackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground; this.expandableSplitter1.HotExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(45)))), ((int)(((byte)(150))))); this.expandableSplitter1.HotExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.expandableSplitter1.HotExpandLineColor = System.Drawing.SystemColors.ControlText; this.expandableSplitter1.HotExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText; this.expandableSplitter1.HotGripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(45)))), ((int)(((byte)(150))))); this.expandableSplitter1.HotGripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.expandableSplitter1.HotGripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254))))); this.expandableSplitter1.HotGripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground; this.expandableSplitter1.Location = new System.Drawing.Point(189, 0); this.expandableSplitter1.Name = "expandableSplitter1"; this.expandableSplitter1.Size = new System.Drawing.Size(3, 822); this.expandableSplitter1.TabIndex = 3; this.expandableSplitter1.TabStop = false; // // ShortcutLists // this.ClientSize = new System.Drawing.Size(927, 822); this.Controls.Add(this.scRtb); this.Controls.Add(this.expandableSplitter1); this.Controls.Add(this.panHlpShortcuts); this.DoubleBuffered = true; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "ShortcutLists"; this.Text = "Proms Shortcuts"; this.TitleText = "Proms Shortcuts"; this.panHlpShortcuts.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.RichTextBox scRtb; private DevComponents.DotNetBar.PanelEx panHlpShortcuts; private DevComponents.DotNetBar.ExpandableSplitter expandableSplitter1; private DevComponents.DotNetBar.ButtonX btnHlpScMisc; private DevComponents.DotNetBar.ButtonX btnHlpScTxtMods; private DevComponents.DotNetBar.ButtonX btnHlpScNav; private DevComponents.DotNetBar.ButtonX btnHlpScInsert; private DevComponents.DotNetBar.ButtonX btnHlpScRibbon; } }