Updated spacing and removed a namespace thing
This commit is contained in:
parent
f7eef416d9
commit
35337cf3ea
8 changed files with 961 additions and 956 deletions
146
WebBrowser/frmBrowser.Designer.cs
generated
146
WebBrowser/frmBrowser.Designer.cs
generated
|
@ -36,11 +36,12 @@ namespace XeroBrowser
|
|||
{
|
||||
this.components = new System.ComponentModel.Container();
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmBrowser));
|
||||
Bunifu.UI.WinForms.BunifuTextBox.StateProperties stateProperties5 = new Bunifu.UI.WinForms.BunifuTextBox.StateProperties();
|
||||
Bunifu.UI.WinForms.BunifuTextBox.StateProperties stateProperties6 = new Bunifu.UI.WinForms.BunifuTextBox.StateProperties();
|
||||
Bunifu.UI.WinForms.BunifuTextBox.StateProperties stateProperties7 = new Bunifu.UI.WinForms.BunifuTextBox.StateProperties();
|
||||
Bunifu.UI.WinForms.BunifuTextBox.StateProperties stateProperties8 = new Bunifu.UI.WinForms.BunifuTextBox.StateProperties();
|
||||
Bunifu.UI.WinForms.BunifuTextBox.StateProperties stateProperties1 = new Bunifu.UI.WinForms.BunifuTextBox.StateProperties();
|
||||
Bunifu.UI.WinForms.BunifuTextBox.StateProperties stateProperties2 = new Bunifu.UI.WinForms.BunifuTextBox.StateProperties();
|
||||
Bunifu.UI.WinForms.BunifuTextBox.StateProperties stateProperties3 = new Bunifu.UI.WinForms.BunifuTextBox.StateProperties();
|
||||
Bunifu.UI.WinForms.BunifuTextBox.StateProperties stateProperties4 = new Bunifu.UI.WinForms.BunifuTextBox.StateProperties();
|
||||
this.bunifuCards1 = new Bunifu.Framework.UI.BunifuCards();
|
||||
this.bunifuImageButton4 = new Bunifu.UI.WinForms.BunifuImageButton();
|
||||
this.txtSearchOrUrl = new Bunifu.UI.WinForms.BunifuTextBox();
|
||||
this.btnForward = new Bunifu.UI.WinForms.BunifuImageButton();
|
||||
this.bunifuImageButton2 = new Bunifu.UI.WinForms.BunifuImageButton();
|
||||
|
@ -52,7 +53,6 @@ namespace XeroBrowser
|
|||
this.loadingIndicator = new Bunifu.UI.WinForms.BunifuLoader();
|
||||
this.bunifuToolTip1 = new Bunifu.UI.WinForms.BunifuToolTip(this.components);
|
||||
this.chromiumWebBrowser1 = new CefSharp.WinForms.ChromiumWebBrowser();
|
||||
this.bunifuImageButton4 = new Bunifu.UI.WinForms.BunifuImageButton();
|
||||
this.bunifuCards1.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
|
@ -85,6 +85,44 @@ namespace XeroBrowser
|
|||
this.bunifuToolTip1.SetToolTipIcon(this.bunifuCards1, null);
|
||||
this.bunifuToolTip1.SetToolTipTitle(this.bunifuCards1, "");
|
||||
//
|
||||
// bunifuImageButton4
|
||||
//
|
||||
this.bunifuImageButton4.ActiveImage = null;
|
||||
this.bunifuImageButton4.AllowAnimations = true;
|
||||
this.bunifuImageButton4.AllowBuffering = false;
|
||||
this.bunifuImageButton4.AllowToggling = false;
|
||||
this.bunifuImageButton4.AllowZooming = false;
|
||||
this.bunifuImageButton4.AllowZoomingOnFocus = false;
|
||||
this.bunifuImageButton4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.bunifuImageButton4.BackColor = System.Drawing.Color.Transparent;
|
||||
this.bunifuImageButton4.DialogResult = System.Windows.Forms.DialogResult.None;
|
||||
this.bunifuImageButton4.ErrorImage = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton4.ErrorImage")));
|
||||
this.bunifuImageButton4.FadeWhenInactive = false;
|
||||
this.bunifuImageButton4.Flip = Bunifu.UI.WinForms.BunifuImageButton.FlipOrientation.Normal;
|
||||
this.bunifuImageButton4.Image = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton4.Image")));
|
||||
this.bunifuImageButton4.ImageActive = null;
|
||||
this.bunifuImageButton4.ImageLocation = null;
|
||||
this.bunifuImageButton4.ImageMargin = 20;
|
||||
this.bunifuImageButton4.ImageSize = new System.Drawing.Size(20, 20);
|
||||
this.bunifuImageButton4.ImageZoomSize = new System.Drawing.Size(40, 40);
|
||||
this.bunifuImageButton4.InitialImage = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton4.InitialImage")));
|
||||
this.bunifuImageButton4.Location = new System.Drawing.Point(1294, 7);
|
||||
this.bunifuImageButton4.Name = "bunifuImageButton4";
|
||||
this.bunifuImageButton4.Rotation = 0;
|
||||
this.bunifuImageButton4.ShowActiveImage = true;
|
||||
this.bunifuImageButton4.ShowCursorChanges = false;
|
||||
this.bunifuImageButton4.ShowImageBorders = true;
|
||||
this.bunifuImageButton4.ShowSizeMarkers = false;
|
||||
this.bunifuImageButton4.Size = new System.Drawing.Size(40, 40);
|
||||
this.bunifuImageButton4.TabIndex = 11;
|
||||
this.bunifuToolTip1.SetToolTip(this.bunifuImageButton4, "Settings and more (Placeholder)");
|
||||
this.bunifuToolTip1.SetToolTipIcon(this.bunifuImageButton4, null);
|
||||
this.bunifuImageButton4.ToolTipText = "";
|
||||
this.bunifuToolTip1.SetToolTipTitle(this.bunifuImageButton4, "");
|
||||
this.bunifuImageButton4.WaitOnLoad = false;
|
||||
this.bunifuImageButton4.Zoom = 20;
|
||||
this.bunifuImageButton4.ZoomSpeed = 10;
|
||||
//
|
||||
// txtSearchOrUrl
|
||||
//
|
||||
this.txtSearchOrUrl.AcceptsReturn = false;
|
||||
|
@ -116,32 +154,32 @@ namespace XeroBrowser
|
|||
this.txtSearchOrUrl.IconRight = null;
|
||||
this.txtSearchOrUrl.IconRightCursor = System.Windows.Forms.Cursors.IBeam;
|
||||
this.txtSearchOrUrl.Lines = new string[0];
|
||||
this.txtSearchOrUrl.Location = new System.Drawing.Point(140, 7);
|
||||
this.txtSearchOrUrl.Location = new System.Drawing.Point(140, 9);
|
||||
this.txtSearchOrUrl.MaxLength = 32767;
|
||||
this.txtSearchOrUrl.MinimumSize = new System.Drawing.Size(1, 1);
|
||||
this.txtSearchOrUrl.Modified = false;
|
||||
this.txtSearchOrUrl.Multiline = false;
|
||||
this.txtSearchOrUrl.Name = "txtSearchOrUrl";
|
||||
stateProperties5.BorderColor = System.Drawing.Color.DodgerBlue;
|
||||
stateProperties5.FillColor = System.Drawing.Color.Empty;
|
||||
stateProperties5.ForeColor = System.Drawing.Color.Empty;
|
||||
stateProperties5.PlaceholderForeColor = System.Drawing.Color.Empty;
|
||||
this.txtSearchOrUrl.OnActiveState = stateProperties5;
|
||||
stateProperties6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
||||
stateProperties6.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
|
||||
stateProperties6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
||||
stateProperties6.PlaceholderForeColor = System.Drawing.Color.DarkGray;
|
||||
this.txtSearchOrUrl.OnDisabledState = stateProperties6;
|
||||
stateProperties7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(181)))), ((int)(((byte)(255)))));
|
||||
stateProperties7.FillColor = System.Drawing.Color.Empty;
|
||||
stateProperties7.ForeColor = System.Drawing.Color.Empty;
|
||||
stateProperties7.PlaceholderForeColor = System.Drawing.Color.Empty;
|
||||
this.txtSearchOrUrl.OnHoverState = stateProperties7;
|
||||
stateProperties8.BorderColor = System.Drawing.Color.WhiteSmoke;
|
||||
stateProperties8.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||
stateProperties8.ForeColor = System.Drawing.Color.Empty;
|
||||
stateProperties8.PlaceholderForeColor = System.Drawing.Color.Empty;
|
||||
this.txtSearchOrUrl.OnIdleState = stateProperties8;
|
||||
stateProperties1.BorderColor = System.Drawing.Color.DodgerBlue;
|
||||
stateProperties1.FillColor = System.Drawing.Color.Empty;
|
||||
stateProperties1.ForeColor = System.Drawing.Color.Empty;
|
||||
stateProperties1.PlaceholderForeColor = System.Drawing.Color.Empty;
|
||||
this.txtSearchOrUrl.OnActiveState = stateProperties1;
|
||||
stateProperties2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
||||
stateProperties2.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
|
||||
stateProperties2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
||||
stateProperties2.PlaceholderForeColor = System.Drawing.Color.DarkGray;
|
||||
this.txtSearchOrUrl.OnDisabledState = stateProperties2;
|
||||
stateProperties3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(181)))), ((int)(((byte)(255)))));
|
||||
stateProperties3.FillColor = System.Drawing.Color.Empty;
|
||||
stateProperties3.ForeColor = System.Drawing.Color.Empty;
|
||||
stateProperties3.PlaceholderForeColor = System.Drawing.Color.Empty;
|
||||
this.txtSearchOrUrl.OnHoverState = stateProperties3;
|
||||
stateProperties4.BorderColor = System.Drawing.Color.WhiteSmoke;
|
||||
stateProperties4.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||
stateProperties4.ForeColor = System.Drawing.Color.Empty;
|
||||
stateProperties4.PlaceholderForeColor = System.Drawing.Color.Empty;
|
||||
this.txtSearchOrUrl.OnIdleState = stateProperties4;
|
||||
this.txtSearchOrUrl.Padding = new System.Windows.Forms.Padding(3);
|
||||
this.txtSearchOrUrl.PasswordChar = '\0';
|
||||
this.txtSearchOrUrl.PlaceholderForeColor = System.Drawing.Color.DimGray;
|
||||
|
@ -188,7 +226,7 @@ namespace XeroBrowser
|
|||
this.btnForward.ImageSize = new System.Drawing.Size(20, 20);
|
||||
this.btnForward.ImageZoomSize = new System.Drawing.Size(40, 40);
|
||||
this.btnForward.InitialImage = ((System.Drawing.Image)(resources.GetObject("btnForward.InitialImage")));
|
||||
this.btnForward.Location = new System.Drawing.Point(34, 5);
|
||||
this.btnForward.Location = new System.Drawing.Point(34, 7);
|
||||
this.btnForward.Name = "btnForward";
|
||||
this.btnForward.Rotation = 0;
|
||||
this.btnForward.ShowActiveImage = true;
|
||||
|
@ -226,7 +264,7 @@ namespace XeroBrowser
|
|||
this.bunifuImageButton2.ImageSize = new System.Drawing.Size(20, 20);
|
||||
this.bunifuImageButton2.ImageZoomSize = new System.Drawing.Size(40, 40);
|
||||
this.bunifuImageButton2.InitialImage = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton2.InitialImage")));
|
||||
this.bunifuImageButton2.Location = new System.Drawing.Point(104, 5);
|
||||
this.bunifuImageButton2.Location = new System.Drawing.Point(104, 7);
|
||||
this.bunifuImageButton2.Name = "bunifuImageButton2";
|
||||
this.bunifuImageButton2.Rotation = 0;
|
||||
this.bunifuImageButton2.ShowActiveImage = true;
|
||||
|
@ -264,7 +302,7 @@ namespace XeroBrowser
|
|||
this.bunifuImageButton1.ImageSize = new System.Drawing.Size(20, 20);
|
||||
this.bunifuImageButton1.ImageZoomSize = new System.Drawing.Size(40, 40);
|
||||
this.bunifuImageButton1.InitialImage = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton1.InitialImage")));
|
||||
this.bunifuImageButton1.Location = new System.Drawing.Point(1222, 5);
|
||||
this.bunifuImageButton1.Location = new System.Drawing.Point(1222, 7);
|
||||
this.bunifuImageButton1.Name = "bunifuImageButton1";
|
||||
this.bunifuImageButton1.Rotation = 0;
|
||||
this.bunifuImageButton1.ShowActiveImage = true;
|
||||
|
@ -303,7 +341,7 @@ namespace XeroBrowser
|
|||
this.btnSettings.ImageSize = new System.Drawing.Size(20, 20);
|
||||
this.btnSettings.ImageZoomSize = new System.Drawing.Size(40, 40);
|
||||
this.btnSettings.InitialImage = ((System.Drawing.Image)(resources.GetObject("btnSettings.InitialImage")));
|
||||
this.btnSettings.Location = new System.Drawing.Point(1258, 5);
|
||||
this.btnSettings.Location = new System.Drawing.Point(1258, 7);
|
||||
this.btnSettings.Name = "btnSettings";
|
||||
this.btnSettings.Rotation = 0;
|
||||
this.btnSettings.ShowActiveImage = true;
|
||||
|
@ -342,7 +380,7 @@ namespace XeroBrowser
|
|||
this.bunifuImageButton3.ImageSize = new System.Drawing.Size(20, 20);
|
||||
this.bunifuImageButton3.ImageZoomSize = new System.Drawing.Size(40, 40);
|
||||
this.bunifuImageButton3.InitialImage = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton3.InitialImage")));
|
||||
this.bunifuImageButton3.Location = new System.Drawing.Point(1184, 5);
|
||||
this.bunifuImageButton3.Location = new System.Drawing.Point(1184, 7);
|
||||
this.bunifuImageButton3.Name = "bunifuImageButton3";
|
||||
this.bunifuImageButton3.Rotation = 0;
|
||||
this.bunifuImageButton3.ShowActiveImage = true;
|
||||
|
@ -379,7 +417,7 @@ namespace XeroBrowser
|
|||
this.btnRefresh.ImageSize = new System.Drawing.Size(20, 20);
|
||||
this.btnRefresh.ImageZoomSize = new System.Drawing.Size(40, 40);
|
||||
this.btnRefresh.InitialImage = ((System.Drawing.Image)(resources.GetObject("btnRefresh.InitialImage")));
|
||||
this.btnRefresh.Location = new System.Drawing.Point(71, 5);
|
||||
this.btnRefresh.Location = new System.Drawing.Point(71, 7);
|
||||
this.btnRefresh.Name = "btnRefresh";
|
||||
this.btnRefresh.Rotation = 0;
|
||||
this.btnRefresh.ShowActiveImage = true;
|
||||
|
@ -417,7 +455,7 @@ namespace XeroBrowser
|
|||
this.btnBack.ImageSize = new System.Drawing.Size(20, 20);
|
||||
this.btnBack.ImageZoomSize = new System.Drawing.Size(40, 40);
|
||||
this.btnBack.InitialImage = ((System.Drawing.Image)(resources.GetObject("btnBack.InitialImage")));
|
||||
this.btnBack.Location = new System.Drawing.Point(4, 5);
|
||||
this.btnBack.Location = new System.Drawing.Point(4, 7);
|
||||
this.btnBack.Name = "btnBack";
|
||||
this.btnBack.Rotation = 0;
|
||||
this.btnBack.ShowActiveImage = true;
|
||||
|
@ -446,7 +484,7 @@ namespace XeroBrowser
|
|||
this.loadingIndicator.DashWidth = 0.5F;
|
||||
this.loadingIndicator.Font = new System.Drawing.Font("Segoe UI", 9F);
|
||||
this.loadingIndicator.Image = null;
|
||||
this.loadingIndicator.Location = new System.Drawing.Point(78, 12);
|
||||
this.loadingIndicator.Location = new System.Drawing.Point(78, 14);
|
||||
this.loadingIndicator.Name = "loadingIndicator";
|
||||
this.loadingIndicator.NoRounding = false;
|
||||
this.loadingIndicator.Preset = Bunifu.UI.WinForms.BunifuLoader.StylePresets.Solid;
|
||||
|
@ -516,45 +554,7 @@ namespace XeroBrowser
|
|||
this.chromiumWebBrowser1.TitleChanged += new System.EventHandler<CefSharp.TitleChangedEventArgs>(this.chromiumWebBrowser1_TitleChanged);
|
||||
this.chromiumWebBrowser1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.chromiumWebBrowser1_KeyDown);
|
||||
//
|
||||
// bunifuImageButton4
|
||||
//
|
||||
this.bunifuImageButton4.ActiveImage = null;
|
||||
this.bunifuImageButton4.AllowAnimations = true;
|
||||
this.bunifuImageButton4.AllowBuffering = false;
|
||||
this.bunifuImageButton4.AllowToggling = false;
|
||||
this.bunifuImageButton4.AllowZooming = false;
|
||||
this.bunifuImageButton4.AllowZoomingOnFocus = false;
|
||||
this.bunifuImageButton4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.bunifuImageButton4.BackColor = System.Drawing.Color.Transparent;
|
||||
this.bunifuImageButton4.DialogResult = System.Windows.Forms.DialogResult.None;
|
||||
this.bunifuImageButton4.ErrorImage = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton4.ErrorImage")));
|
||||
this.bunifuImageButton4.FadeWhenInactive = false;
|
||||
this.bunifuImageButton4.Flip = Bunifu.UI.WinForms.BunifuImageButton.FlipOrientation.Normal;
|
||||
this.bunifuImageButton4.Image = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton4.Image")));
|
||||
this.bunifuImageButton4.ImageActive = null;
|
||||
this.bunifuImageButton4.ImageLocation = null;
|
||||
this.bunifuImageButton4.ImageMargin = 20;
|
||||
this.bunifuImageButton4.ImageSize = new System.Drawing.Size(20, 20);
|
||||
this.bunifuImageButton4.ImageZoomSize = new System.Drawing.Size(40, 40);
|
||||
this.bunifuImageButton4.InitialImage = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton4.InitialImage")));
|
||||
this.bunifuImageButton4.Location = new System.Drawing.Point(1294, 5);
|
||||
this.bunifuImageButton4.Name = "bunifuImageButton4";
|
||||
this.bunifuImageButton4.Rotation = 0;
|
||||
this.bunifuImageButton4.ShowActiveImage = true;
|
||||
this.bunifuImageButton4.ShowCursorChanges = false;
|
||||
this.bunifuImageButton4.ShowImageBorders = true;
|
||||
this.bunifuImageButton4.ShowSizeMarkers = false;
|
||||
this.bunifuImageButton4.Size = new System.Drawing.Size(40, 40);
|
||||
this.bunifuImageButton4.TabIndex = 11;
|
||||
this.bunifuToolTip1.SetToolTip(this.bunifuImageButton4, "Settings and more (Placeholder)");
|
||||
this.bunifuToolTip1.SetToolTipIcon(this.bunifuImageButton4, null);
|
||||
this.bunifuImageButton4.ToolTipText = "";
|
||||
this.bunifuToolTip1.SetToolTipTitle(this.bunifuImageButton4, "");
|
||||
this.bunifuImageButton4.WaitOnLoad = false;
|
||||
this.bunifuImageButton4.Zoom = 20;
|
||||
this.bunifuImageButton4.ZoomSpeed = 10;
|
||||
//
|
||||
// frmBrowser
|
||||
// FrmBrowser
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
|
|
Reference in a new issue