This repository has been archived on 2025-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
xerobrowser/WebBrowser/frmBrowser.Designer.cs
2023-02-20 23:24:10 +13:00

584 lines
No EOL
37 KiB
C#

namespace WebBrowser
{
partial class frmBrowser
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
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();
this.bunifuCards1 = new Bunifu.Framework.UI.BunifuCards();
this.txtSearchOrUrl = new Bunifu.UI.WinForms.BunifuTextBox();
this.btnForward = new Bunifu.UI.WinForms.BunifuImageButton();
this.bunifuImageButton2 = new Bunifu.UI.WinForms.BunifuImageButton();
this.bunifuImageButton1 = new Bunifu.UI.WinForms.BunifuImageButton();
this.btnSettings = new Bunifu.UI.WinForms.BunifuImageButton();
this.bunifuImageButton3 = new Bunifu.UI.WinForms.BunifuImageButton();
this.btnRefresh = new Bunifu.UI.WinForms.BunifuImageButton();
this.btnBack = new Bunifu.UI.WinForms.BunifuImageButton();
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();
//
// bunifuCards1
//
this.bunifuCards1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.bunifuCards1.BackColor = System.Drawing.Color.WhiteSmoke;
this.bunifuCards1.BorderRadius = 5;
this.bunifuCards1.BottomSahddow = true;
this.bunifuCards1.color = System.Drawing.Color.WhiteSmoke;
this.bunifuCards1.Controls.Add(this.bunifuImageButton4);
this.bunifuCards1.Controls.Add(this.txtSearchOrUrl);
this.bunifuCards1.Controls.Add(this.btnForward);
this.bunifuCards1.Controls.Add(this.bunifuImageButton2);
this.bunifuCards1.Controls.Add(this.bunifuImageButton1);
this.bunifuCards1.Controls.Add(this.btnSettings);
this.bunifuCards1.Controls.Add(this.bunifuImageButton3);
this.bunifuCards1.Controls.Add(this.btnRefresh);
this.bunifuCards1.Controls.Add(this.btnBack);
this.bunifuCards1.Controls.Add(this.loadingIndicator);
this.bunifuCards1.LeftSahddow = false;
this.bunifuCards1.Location = new System.Drawing.Point(-5, -2);
this.bunifuCards1.Name = "bunifuCards1";
this.bunifuCards1.RightSahddow = true;
this.bunifuCards1.ShadowDepth = 20;
this.bunifuCards1.Size = new System.Drawing.Size(1339, 56);
this.bunifuCards1.TabIndex = 0;
this.bunifuToolTip1.SetToolTip(this.bunifuCards1, "");
this.bunifuToolTip1.SetToolTipIcon(this.bunifuCards1, null);
this.bunifuToolTip1.SetToolTipTitle(this.bunifuCards1, "");
//
// txtSearchOrUrl
//
this.txtSearchOrUrl.AcceptsReturn = false;
this.txtSearchOrUrl.AcceptsTab = false;
this.txtSearchOrUrl.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.txtSearchOrUrl.AnimationSpeed = 200;
this.txtSearchOrUrl.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.None;
this.txtSearchOrUrl.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.None;
this.txtSearchOrUrl.AutoSizeHeight = true;
this.txtSearchOrUrl.BackColor = System.Drawing.Color.Transparent;
this.txtSearchOrUrl.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("txtSearchOrUrl.BackgroundImage")));
this.txtSearchOrUrl.BorderColorActive = System.Drawing.Color.DodgerBlue;
this.txtSearchOrUrl.BorderColorDisabled = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
this.txtSearchOrUrl.BorderColorHover = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(181)))), ((int)(((byte)(255)))));
this.txtSearchOrUrl.BorderColorIdle = System.Drawing.Color.WhiteSmoke;
this.txtSearchOrUrl.BorderRadius = 25;
this.txtSearchOrUrl.BorderThickness = 3;
this.txtSearchOrUrl.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal;
this.txtSearchOrUrl.Cursor = System.Windows.Forms.Cursors.IBeam;
this.txtSearchOrUrl.DefaultFont = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtSearchOrUrl.DefaultText = "";
this.txtSearchOrUrl.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.txtSearchOrUrl.HideSelection = true;
this.txtSearchOrUrl.IconLeft = global::XeroBrowser.Properties.Resources.secure;
this.txtSearchOrUrl.IconLeftCursor = System.Windows.Forms.Cursors.IBeam;
this.txtSearchOrUrl.IconPadding = 10;
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.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;
this.txtSearchOrUrl.Padding = new System.Windows.Forms.Padding(3);
this.txtSearchOrUrl.PasswordChar = '\0';
this.txtSearchOrUrl.PlaceholderForeColor = System.Drawing.Color.DimGray;
this.txtSearchOrUrl.PlaceholderText = " Search with google or enter a URL";
this.txtSearchOrUrl.ReadOnly = false;
this.txtSearchOrUrl.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.txtSearchOrUrl.SelectedText = "";
this.txtSearchOrUrl.SelectionLength = 0;
this.txtSearchOrUrl.SelectionStart = 0;
this.txtSearchOrUrl.ShortcutsEnabled = true;
this.txtSearchOrUrl.Size = new System.Drawing.Size(1049, 36);
this.txtSearchOrUrl.Style = Bunifu.UI.WinForms.BunifuTextBox._Style.Bunifu;
this.txtSearchOrUrl.TabIndex = 9;
this.txtSearchOrUrl.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtSearchOrUrl.TextMarginBottom = 0;
this.txtSearchOrUrl.TextMarginLeft = 3;
this.txtSearchOrUrl.TextMarginTop = 1;
this.txtSearchOrUrl.TextPlaceholder = " Search with google or enter a URL";
this.bunifuToolTip1.SetToolTip(this.txtSearchOrUrl, "");
this.bunifuToolTip1.SetToolTipIcon(this.txtSearchOrUrl, null);
this.bunifuToolTip1.SetToolTipTitle(this.txtSearchOrUrl, "");
this.txtSearchOrUrl.UseSystemPasswordChar = false;
this.txtSearchOrUrl.WordWrap = true;
this.txtSearchOrUrl.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtSearchOrUrl_KeyDown);
this.txtSearchOrUrl.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtSearchOrUrl_KeyUp);
//
// btnForward
//
this.btnForward.ActiveImage = null;
this.btnForward.AllowAnimations = true;
this.btnForward.AllowBuffering = false;
this.btnForward.AllowToggling = false;
this.btnForward.AllowZooming = false;
this.btnForward.AllowZoomingOnFocus = false;
this.btnForward.BackColor = System.Drawing.Color.Transparent;
this.btnForward.DialogResult = System.Windows.Forms.DialogResult.None;
this.btnForward.ErrorImage = ((System.Drawing.Image)(resources.GetObject("btnForward.ErrorImage")));
this.btnForward.FadeWhenInactive = false;
this.btnForward.Flip = Bunifu.UI.WinForms.BunifuImageButton.FlipOrientation.Normal;
this.btnForward.Image = ((System.Drawing.Image)(resources.GetObject("btnForward.Image")));
this.btnForward.ImageActive = null;
this.btnForward.ImageLocation = null;
this.btnForward.ImageMargin = 20;
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.Name = "btnForward";
this.btnForward.Rotation = 0;
this.btnForward.ShowActiveImage = true;
this.btnForward.ShowCursorChanges = false;
this.btnForward.ShowImageBorders = true;
this.btnForward.ShowSizeMarkers = false;
this.btnForward.Size = new System.Drawing.Size(40, 40);
this.btnForward.TabIndex = 2;
this.bunifuToolTip1.SetToolTip(this.btnForward, "Forward");
this.bunifuToolTip1.SetToolTipIcon(this.btnForward, null);
this.btnForward.ToolTipText = "";
this.bunifuToolTip1.SetToolTipTitle(this.btnForward, "");
this.btnForward.WaitOnLoad = false;
this.btnForward.Zoom = 20;
this.btnForward.ZoomSpeed = 10;
this.btnForward.Click += new System.EventHandler(this.btnForward_Click);
//
// bunifuImageButton2
//
this.bunifuImageButton2.ActiveImage = null;
this.bunifuImageButton2.AllowAnimations = true;
this.bunifuImageButton2.AllowBuffering = false;
this.bunifuImageButton2.AllowToggling = false;
this.bunifuImageButton2.AllowZooming = false;
this.bunifuImageButton2.AllowZoomingOnFocus = false;
this.bunifuImageButton2.BackColor = System.Drawing.Color.Transparent;
this.bunifuImageButton2.DialogResult = System.Windows.Forms.DialogResult.None;
this.bunifuImageButton2.ErrorImage = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton2.ErrorImage")));
this.bunifuImageButton2.FadeWhenInactive = false;
this.bunifuImageButton2.Flip = Bunifu.UI.WinForms.BunifuImageButton.FlipOrientation.Normal;
this.bunifuImageButton2.Image = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton2.Image")));
this.bunifuImageButton2.ImageActive = null;
this.bunifuImageButton2.ImageLocation = null;
this.bunifuImageButton2.ImageMargin = 20;
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.Name = "bunifuImageButton2";
this.bunifuImageButton2.Rotation = 0;
this.bunifuImageButton2.ShowActiveImage = true;
this.bunifuImageButton2.ShowCursorChanges = false;
this.bunifuImageButton2.ShowImageBorders = true;
this.bunifuImageButton2.ShowSizeMarkers = false;
this.bunifuImageButton2.Size = new System.Drawing.Size(40, 40);
this.bunifuImageButton2.TabIndex = 7;
this.bunifuToolTip1.SetToolTip(this.bunifuImageButton2, "Home");
this.bunifuToolTip1.SetToolTipIcon(this.bunifuImageButton2, null);
this.bunifuImageButton2.ToolTipText = "";
this.bunifuToolTip1.SetToolTipTitle(this.bunifuImageButton2, "");
this.bunifuImageButton2.WaitOnLoad = false;
this.bunifuImageButton2.Zoom = 20;
this.bunifuImageButton2.ZoomSpeed = 10;
//
// bunifuImageButton1
//
this.bunifuImageButton1.ActiveImage = null;
this.bunifuImageButton1.AllowAnimations = true;
this.bunifuImageButton1.AllowBuffering = false;
this.bunifuImageButton1.AllowToggling = false;
this.bunifuImageButton1.AllowZooming = false;
this.bunifuImageButton1.AllowZoomingOnFocus = false;
this.bunifuImageButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.bunifuImageButton1.BackColor = System.Drawing.Color.Transparent;
this.bunifuImageButton1.DialogResult = System.Windows.Forms.DialogResult.None;
this.bunifuImageButton1.ErrorImage = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton1.ErrorImage")));
this.bunifuImageButton1.FadeWhenInactive = false;
this.bunifuImageButton1.Flip = Bunifu.UI.WinForms.BunifuImageButton.FlipOrientation.Normal;
this.bunifuImageButton1.Image = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton1.Image")));
this.bunifuImageButton1.ImageActive = null;
this.bunifuImageButton1.ImageLocation = null;
this.bunifuImageButton1.ImageMargin = 20;
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.Name = "bunifuImageButton1";
this.bunifuImageButton1.Rotation = 0;
this.bunifuImageButton1.ShowActiveImage = true;
this.bunifuImageButton1.ShowCursorChanges = false;
this.bunifuImageButton1.ShowImageBorders = true;
this.bunifuImageButton1.ShowSizeMarkers = false;
this.bunifuImageButton1.Size = new System.Drawing.Size(40, 40);
this.bunifuImageButton1.TabIndex = 6;
this.bunifuToolTip1.SetToolTip(this.bunifuImageButton1, "Show Dev Tools");
this.bunifuToolTip1.SetToolTipIcon(this.bunifuImageButton1, null);
this.bunifuImageButton1.ToolTipText = "";
this.bunifuToolTip1.SetToolTipTitle(this.bunifuImageButton1, "");
this.bunifuImageButton1.WaitOnLoad = false;
this.bunifuImageButton1.Zoom = 20;
this.bunifuImageButton1.ZoomSpeed = 10;
this.bunifuImageButton1.Click += new System.EventHandler(this.bunifuImageButton1_Click);
//
// btnSettings
//
this.btnSettings.ActiveImage = null;
this.btnSettings.AllowAnimations = true;
this.btnSettings.AllowBuffering = false;
this.btnSettings.AllowToggling = false;
this.btnSettings.AllowZooming = false;
this.btnSettings.AllowZoomingOnFocus = false;
this.btnSettings.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnSettings.BackColor = System.Drawing.Color.Transparent;
this.btnSettings.DialogResult = System.Windows.Forms.DialogResult.None;
this.btnSettings.ErrorImage = ((System.Drawing.Image)(resources.GetObject("btnSettings.ErrorImage")));
this.btnSettings.FadeWhenInactive = false;
this.btnSettings.Flip = Bunifu.UI.WinForms.BunifuImageButton.FlipOrientation.Normal;
this.btnSettings.Image = ((System.Drawing.Image)(resources.GetObject("btnSettings.Image")));
this.btnSettings.ImageActive = null;
this.btnSettings.ImageLocation = null;
this.btnSettings.ImageMargin = 20;
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.Name = "btnSettings";
this.btnSettings.Rotation = 0;
this.btnSettings.ShowActiveImage = true;
this.btnSettings.ShowCursorChanges = false;
this.btnSettings.ShowImageBorders = true;
this.btnSettings.ShowSizeMarkers = false;
this.btnSettings.Size = new System.Drawing.Size(40, 40);
this.btnSettings.TabIndex = 3;
this.bunifuToolTip1.SetToolTip(this.btnSettings, "Settings");
this.bunifuToolTip1.SetToolTipIcon(this.btnSettings, null);
this.btnSettings.ToolTipText = "";
this.bunifuToolTip1.SetToolTipTitle(this.btnSettings, "");
this.btnSettings.WaitOnLoad = false;
this.btnSettings.Zoom = 20;
this.btnSettings.ZoomSpeed = 10;
this.btnSettings.Click += new System.EventHandler(this.btnSettings_Click);
//
// bunifuImageButton3
//
this.bunifuImageButton3.ActiveImage = null;
this.bunifuImageButton3.AllowAnimations = true;
this.bunifuImageButton3.AllowBuffering = false;
this.bunifuImageButton3.AllowToggling = false;
this.bunifuImageButton3.AllowZooming = false;
this.bunifuImageButton3.AllowZoomingOnFocus = false;
this.bunifuImageButton3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.bunifuImageButton3.BackColor = System.Drawing.Color.Transparent;
this.bunifuImageButton3.DialogResult = System.Windows.Forms.DialogResult.None;
this.bunifuImageButton3.ErrorImage = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton3.ErrorImage")));
this.bunifuImageButton3.FadeWhenInactive = false;
this.bunifuImageButton3.Flip = Bunifu.UI.WinForms.BunifuImageButton.FlipOrientation.Normal;
this.bunifuImageButton3.Image = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton3.Image")));
this.bunifuImageButton3.ImageActive = null;
this.bunifuImageButton3.ImageLocation = null;
this.bunifuImageButton3.ImageMargin = 20;
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.Name = "bunifuImageButton3";
this.bunifuImageButton3.Rotation = 0;
this.bunifuImageButton3.ShowActiveImage = true;
this.bunifuImageButton3.ShowCursorChanges = false;
this.bunifuImageButton3.ShowImageBorders = true;
this.bunifuImageButton3.ShowSizeMarkers = false;
this.bunifuImageButton3.Size = new System.Drawing.Size(40, 40);
this.bunifuImageButton3.TabIndex = 10;
this.bunifuToolTip1.SetToolTip(this.bunifuImageButton3, "Bookmarks (Placeholder)");
this.bunifuToolTip1.SetToolTipIcon(this.bunifuImageButton3, null);
this.bunifuImageButton3.ToolTipText = "";
this.bunifuToolTip1.SetToolTipTitle(this.bunifuImageButton3, "");
this.bunifuImageButton3.WaitOnLoad = false;
this.bunifuImageButton3.Zoom = 20;
this.bunifuImageButton3.ZoomSpeed = 10;
//
// btnRefresh
//
this.btnRefresh.ActiveImage = null;
this.btnRefresh.AllowAnimations = true;
this.btnRefresh.AllowBuffering = false;
this.btnRefresh.AllowToggling = false;
this.btnRefresh.AllowZooming = false;
this.btnRefresh.AllowZoomingOnFocus = false;
this.btnRefresh.BackColor = System.Drawing.Color.Transparent;
this.btnRefresh.DialogResult = System.Windows.Forms.DialogResult.None;
this.btnRefresh.ErrorImage = ((System.Drawing.Image)(resources.GetObject("btnRefresh.ErrorImage")));
this.btnRefresh.FadeWhenInactive = false;
this.btnRefresh.Flip = Bunifu.UI.WinForms.BunifuImageButton.FlipOrientation.Normal;
this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));
this.btnRefresh.ImageActive = null;
this.btnRefresh.ImageLocation = null;
this.btnRefresh.ImageMargin = 20;
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.Name = "btnRefresh";
this.btnRefresh.Rotation = 0;
this.btnRefresh.ShowActiveImage = true;
this.btnRefresh.ShowCursorChanges = false;
this.btnRefresh.ShowImageBorders = true;
this.btnRefresh.ShowSizeMarkers = false;
this.btnRefresh.Size = new System.Drawing.Size(40, 40);
this.btnRefresh.TabIndex = 3;
this.bunifuToolTip1.SetToolTip(this.btnRefresh, "Refresh");
this.bunifuToolTip1.SetToolTipIcon(this.btnRefresh, null);
this.btnRefresh.ToolTipText = "";
this.bunifuToolTip1.SetToolTipTitle(this.btnRefresh, "");
this.btnRefresh.WaitOnLoad = false;
this.btnRefresh.Zoom = 20;
this.btnRefresh.ZoomSpeed = 10;
this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
//
// btnBack
//
this.btnBack.ActiveImage = null;
this.btnBack.AllowAnimations = true;
this.btnBack.AllowBuffering = false;
this.btnBack.AllowToggling = false;
this.btnBack.AllowZooming = false;
this.btnBack.AllowZoomingOnFocus = false;
this.btnBack.BackColor = System.Drawing.Color.Transparent;
this.btnBack.DialogResult = System.Windows.Forms.DialogResult.None;
this.btnBack.ErrorImage = ((System.Drawing.Image)(resources.GetObject("btnBack.ErrorImage")));
this.btnBack.FadeWhenInactive = false;
this.btnBack.Flip = Bunifu.UI.WinForms.BunifuImageButton.FlipOrientation.Normal;
this.btnBack.Image = ((System.Drawing.Image)(resources.GetObject("btnBack.Image")));
this.btnBack.ImageActive = null;
this.btnBack.ImageLocation = null;
this.btnBack.ImageMargin = 20;
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.Name = "btnBack";
this.btnBack.Rotation = 0;
this.btnBack.ShowActiveImage = true;
this.btnBack.ShowCursorChanges = false;
this.btnBack.ShowImageBorders = true;
this.btnBack.ShowSizeMarkers = false;
this.btnBack.Size = new System.Drawing.Size(40, 40);
this.btnBack.TabIndex = 5;
this.bunifuToolTip1.SetToolTip(this.btnBack, "Back");
this.bunifuToolTip1.SetToolTipIcon(this.btnBack, null);
this.btnBack.ToolTipText = "";
this.bunifuToolTip1.SetToolTipTitle(this.btnBack, "");
this.btnBack.WaitOnLoad = false;
this.btnBack.Zoom = 20;
this.btnBack.ZoomSpeed = 10;
this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
//
// loadingIndicator
//
this.loadingIndicator.AllowStylePresets = true;
this.loadingIndicator.BackColor = System.Drawing.Color.Transparent;
this.loadingIndicator.CapStyle = Bunifu.UI.WinForms.BunifuLoader.CapStyles.Round;
this.loadingIndicator.Color = System.Drawing.Color.Black;
this.loadingIndicator.Colors = new Bunifu.UI.WinForms.Bloom[0];
this.loadingIndicator.Customization = "";
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.Name = "loadingIndicator";
this.loadingIndicator.NoRounding = false;
this.loadingIndicator.Preset = Bunifu.UI.WinForms.BunifuLoader.StylePresets.Solid;
this.loadingIndicator.RingStyle = Bunifu.UI.WinForms.BunifuLoader.RingStyles.Solid;
this.loadingIndicator.ShowText = false;
this.loadingIndicator.Size = new System.Drawing.Size(27, 27);
this.loadingIndicator.Speed = 9;
this.loadingIndicator.TabIndex = 8;
this.loadingIndicator.Text = "bunifuLoader1";
this.loadingIndicator.TextPadding = new System.Windows.Forms.Padding(0);
this.loadingIndicator.Thickness = 3;
this.bunifuToolTip1.SetToolTip(this.loadingIndicator, "");
this.bunifuToolTip1.SetToolTipIcon(this.loadingIndicator, null);
this.bunifuToolTip1.SetToolTipTitle(this.loadingIndicator, "");
this.loadingIndicator.Transparent = true;
//
// bunifuToolTip1
//
this.bunifuToolTip1.Active = true;
this.bunifuToolTip1.AlignTextWithTitle = false;
this.bunifuToolTip1.AllowAutoClose = false;
this.bunifuToolTip1.AllowFading = true;
this.bunifuToolTip1.AutoCloseDuration = 5000;
this.bunifuToolTip1.BackColor = System.Drawing.SystemColors.Control;
this.bunifuToolTip1.BorderColor = System.Drawing.Color.Gainsboro;
this.bunifuToolTip1.ClickToShowDisplayControl = false;
this.bunifuToolTip1.ConvertNewlinesToBreakTags = true;
this.bunifuToolTip1.DisplayControl = null;
this.bunifuToolTip1.EntryAnimationSpeed = 350;
this.bunifuToolTip1.ExitAnimationSpeed = 200;
this.bunifuToolTip1.GenerateAutoCloseDuration = false;
this.bunifuToolTip1.IconMargin = 6;
this.bunifuToolTip1.InitialDelay = 0;
this.bunifuToolTip1.Name = "bunifuToolTip1";
this.bunifuToolTip1.Opacity = 1D;
this.bunifuToolTip1.OverrideToolTipTitles = false;
this.bunifuToolTip1.Padding = new System.Windows.Forms.Padding(10);
this.bunifuToolTip1.ReshowDelay = 100;
this.bunifuToolTip1.ShowAlways = true;
this.bunifuToolTip1.ShowBorders = false;
this.bunifuToolTip1.ShowIcons = true;
this.bunifuToolTip1.ShowShadows = true;
this.bunifuToolTip1.Tag = null;
this.bunifuToolTip1.TextFont = new System.Drawing.Font("Segoe UI", 9F);
this.bunifuToolTip1.TextForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.bunifuToolTip1.TextMargin = 2;
this.bunifuToolTip1.TitleFont = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
this.bunifuToolTip1.TitleForeColor = System.Drawing.Color.Black;
this.bunifuToolTip1.ToolTipPosition = new System.Drawing.Point(0, 0);
this.bunifuToolTip1.ToolTipTitle = null;
//
// chromiumWebBrowser1
//
this.chromiumWebBrowser1.ActivateBrowserOnCreation = false;
this.chromiumWebBrowser1.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.chromiumWebBrowser1.Location = new System.Drawing.Point(-2, 53);
this.chromiumWebBrowser1.Name = "chromiumWebBrowser1";
this.chromiumWebBrowser1.Size = new System.Drawing.Size(1336, 565);
this.chromiumWebBrowser1.TabIndex = 1;
this.bunifuToolTip1.SetToolTip(this.chromiumWebBrowser1, "");
this.bunifuToolTip1.SetToolTipIcon(this.chromiumWebBrowser1, null);
this.bunifuToolTip1.SetToolTipTitle(this.chromiumWebBrowser1, "");
this.chromiumWebBrowser1.LoadError += new System.EventHandler<CefSharp.LoadErrorEventArgs>(this.chromiumWebBrowser1_LoadError);
this.chromiumWebBrowser1.LoadingStateChanged += new System.EventHandler<CefSharp.LoadingStateChangedEventArgs>(this.chromiumWebBrowser1_LoadingStateChanged);
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
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.WhiteSmoke;
this.ClientSize = new System.Drawing.Size(1332, 618);
this.Controls.Add(this.chromiumWebBrowser1);
this.Controls.Add(this.bunifuCards1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "frmBrowser";
this.Text = "frmBrowser";
this.bunifuCards1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Bunifu.Framework.UI.BunifuCards bunifuCards1;
private Bunifu.UI.WinForms.BunifuToolTip bunifuToolTip1;
public CefSharp.WinForms.ChromiumWebBrowser chromiumWebBrowser1;
private Bunifu.UI.WinForms.BunifuTextBox txtSearchOrUrl;
private Bunifu.UI.WinForms.BunifuImageButton bunifuImageButton2;
private Bunifu.UI.WinForms.BunifuImageButton bunifuImageButton1;
private Bunifu.UI.WinForms.BunifuImageButton btnBack;
private Bunifu.UI.WinForms.BunifuImageButton btnSettings;
private Bunifu.UI.WinForms.BunifuImageButton btnForward;
private Bunifu.UI.WinForms.BunifuLoader loadingIndicator;
private Bunifu.UI.WinForms.BunifuImageButton btnRefresh;
private Bunifu.UI.WinForms.BunifuImageButton bunifuImageButton3;
private Bunifu.UI.WinForms.BunifuImageButton bunifuImageButton4;
}
}