Made the shortcut list display window longer

This commit is contained in:
John Jenko 2017-01-26 14:55:30 +00:00
parent 90834bf875
commit 702d972e13

View File

@ -46,7 +46,7 @@ namespace VEPROMS
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, 768);
this.scRtb.Size = new System.Drawing.Size(735, 822);
this.scRtb.TabIndex = 5;
this.scRtb.Text = "";
//
@ -59,10 +59,11 @@ namespace VEPROMS
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, 768);
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;
@ -78,7 +79,6 @@ namespace VEPROMS
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.FocusOnLeftMouseButtonDown = true;
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";
@ -92,7 +92,6 @@ namespace VEPROMS
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.FocusOnLeftMouseButtonDown = true;
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";
@ -106,7 +105,6 @@ namespace VEPROMS
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.FocusOnLeftMouseButtonDown = true;
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";
@ -120,7 +118,6 @@ namespace VEPROMS
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.FocusOnLeftMouseButtonDown = true;
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";
@ -135,7 +132,6 @@ namespace VEPROMS
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.FocusOnLeftMouseButtonDown = true;
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";
@ -171,13 +167,13 @@ namespace VEPROMS
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, 768);
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, 768);
this.ClientSize = new System.Drawing.Size(927, 822);
this.Controls.Add(this.scRtb);
this.Controls.Add(this.expandableSplitter1);
this.Controls.Add(this.panHlpShortcuts);