Update Settings
This commit is contained in:
parent
051f62f622
commit
ee1666217d
3 changed files with 611 additions and 74 deletions
543
WebBrowser/frmSettings.Designer.cs
generated
543
WebBrowser/frmSettings.Designer.cs
generated
|
@ -40,10 +40,13 @@ namespace XeroBrowser
|
|||
Bunifu.UI.WinForms.BunifuTextBox.StateProperties stateProperties4 = new Bunifu.UI.WinForms.BunifuTextBox.StateProperties();
|
||||
Bunifu.UI.WinForms.BunifuButton.BunifuButton2.BorderEdges borderEdges1 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton2.BorderEdges();
|
||||
Bunifu.UI.WinForms.BunifuButton.BunifuButton2.BorderEdges borderEdges2 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton2.BorderEdges();
|
||||
Bunifu.UI.WinForms.BunifuButton.BunifuButton2.BorderEdges borderEdges9 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton2.BorderEdges();
|
||||
Bunifu.UI.WinForms.BunifuButton.BunifuButton2.BorderEdges borderEdges8 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton2.BorderEdges();
|
||||
Bunifu.UI.WinForms.BunifuButton.BunifuButton2.BorderEdges borderEdges6 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton2.BorderEdges();
|
||||
Bunifu.UI.WinForms.BunifuButton.BunifuButton2.BorderEdges borderEdges7 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton2.BorderEdges();
|
||||
Bunifu.UI.WinForms.BunifuButton.BunifuButton2.BorderEdges borderEdges5 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton2.BorderEdges();
|
||||
Bunifu.UI.WinForms.BunifuButton.BunifuButton2.BorderEdges borderEdges3 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton2.BorderEdges();
|
||||
Bunifu.UI.WinForms.BunifuButton.BunifuButton2.BorderEdges borderEdges4 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton2.BorderEdges();
|
||||
Bunifu.UI.WinForms.BunifuButton.BunifuButton2.BorderEdges borderEdges3 = new Bunifu.UI.WinForms.BunifuButton.BunifuButton2.BorderEdges();
|
||||
this.tabControl1 = new System.Windows.Forms.TabControl();
|
||||
this.tabBrowser = new System.Windows.Forms.TabPage();
|
||||
this.bunifuLabel15 = new Bunifu.UI.WinForms.BunifuLabel();
|
||||
|
@ -85,6 +88,15 @@ namespace XeroBrowser
|
|||
this.bunifuSeparator6 = new Bunifu.UI.WinForms.BunifuSeparator();
|
||||
this.bunifuDropdown7 = new Bunifu.UI.WinForms.BunifuDropdown();
|
||||
this.bunifuLabel14 = new Bunifu.UI.WinForms.BunifuLabel();
|
||||
this.tabAutofill = new System.Windows.Forms.TabPage();
|
||||
this.bunifuLabel19 = new Bunifu.UI.WinForms.BunifuLabel();
|
||||
this.bunifuSeparator7 = new Bunifu.UI.WinForms.BunifuSeparator();
|
||||
this.tabLanguages = new System.Windows.Forms.TabPage();
|
||||
this.bunifuLabel20 = new Bunifu.UI.WinForms.BunifuLabel();
|
||||
this.bunifuSeparator8 = new Bunifu.UI.WinForms.BunifuSeparator();
|
||||
this.tabAccessibility = new System.Windows.Forms.TabPage();
|
||||
this.bunifuLabel21 = new Bunifu.UI.WinForms.BunifuLabel();
|
||||
this.bunifuSeparator9 = new Bunifu.UI.WinForms.BunifuSeparator();
|
||||
this.bunifuFormDock1 = new Bunifu.UI.WinForms.BunifuFormDock();
|
||||
this.bunifuLabel3 = new Bunifu.UI.WinForms.BunifuLabel();
|
||||
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
||||
|
@ -95,11 +107,17 @@ namespace XeroBrowser
|
|||
this.btnPrivacy = new Bunifu.UI.WinForms.BunifuButton.BunifuButton2();
|
||||
this.Appearance = new Bunifu.UI.WinForms.BunifuButton.BunifuButton2();
|
||||
this.btnBehavior = new Bunifu.UI.WinForms.BunifuButton.BunifuButton2();
|
||||
this.btnAutofill = new Bunifu.UI.WinForms.BunifuButton.BunifuButton2();
|
||||
this.btnAccessibility = new Bunifu.UI.WinForms.BunifuButton.BunifuButton2();
|
||||
this.btnLanguages = new Bunifu.UI.WinForms.BunifuButton.BunifuButton2();
|
||||
this.tabControl1.SuspendLayout();
|
||||
this.tabBrowser.SuspendLayout();
|
||||
this.tabPersonalization.SuspendLayout();
|
||||
this.tabPrivacy.SuspendLayout();
|
||||
this.tabBehavior.SuspendLayout();
|
||||
this.tabAutofill.SuspendLayout();
|
||||
this.tabLanguages.SuspendLayout();
|
||||
this.tabAccessibility.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bunifuPictureBox1)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
|
@ -113,16 +131,19 @@ namespace XeroBrowser
|
|||
this.tabControl1.Controls.Add(this.tabPersonalization);
|
||||
this.tabControl1.Controls.Add(this.tabPrivacy);
|
||||
this.tabControl1.Controls.Add(this.tabBehavior);
|
||||
this.tabControl1.Controls.Add(this.tabAutofill);
|
||||
this.tabControl1.Controls.Add(this.tabLanguages);
|
||||
this.tabControl1.Controls.Add(this.tabAccessibility);
|
||||
this.tabControl1.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.tabControl1.Location = new System.Drawing.Point(0, 50);
|
||||
this.tabControl1.Location = new System.Drawing.Point(0, 53);
|
||||
this.tabControl1.Name = "tabControl1";
|
||||
this.tabControl1.SelectedIndex = 0;
|
||||
this.tabControl1.Size = new System.Drawing.Size(720, 633);
|
||||
this.tabControl1.Size = new System.Drawing.Size(720, 630);
|
||||
this.tabControl1.TabIndex = 1;
|
||||
//
|
||||
// tabBrowser
|
||||
//
|
||||
this.tabBrowser.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||
this.tabBrowser.BackColor = System.Drawing.Color.Transparent;
|
||||
this.tabBrowser.Controls.Add(this.bunifuLabel15);
|
||||
this.tabBrowser.Controls.Add(this.bunifuToggleSwitch22);
|
||||
this.tabBrowser.Controls.Add(this.bunifuTextBox1);
|
||||
|
@ -139,7 +160,7 @@ namespace XeroBrowser
|
|||
this.tabBrowser.Location = new System.Drawing.Point(4, 23);
|
||||
this.tabBrowser.Name = "tabBrowser";
|
||||
this.tabBrowser.Padding = new System.Windows.Forms.Padding(3);
|
||||
this.tabBrowser.Size = new System.Drawing.Size(712, 606);
|
||||
this.tabBrowser.Size = new System.Drawing.Size(712, 603);
|
||||
this.tabBrowser.TabIndex = 0;
|
||||
this.tabBrowser.Text = "Browser";
|
||||
//
|
||||
|
@ -206,7 +227,7 @@ namespace XeroBrowser
|
|||
this.bunifuTextBox1.IconRightCursor = System.Windows.Forms.Cursors.IBeam;
|
||||
this.bunifuTextBox1.Lines = new string[] {
|
||||
"https://google.com/"};
|
||||
this.bunifuTextBox1.Location = new System.Drawing.Point(246, 216);
|
||||
this.bunifuTextBox1.Location = new System.Drawing.Point(244, 219);
|
||||
this.bunifuTextBox1.MaxLength = 32767;
|
||||
this.bunifuTextBox1.MinimumSize = new System.Drawing.Size(1, 1);
|
||||
this.bunifuTextBox1.Modified = false;
|
||||
|
@ -242,14 +263,14 @@ namespace XeroBrowser
|
|||
this.bunifuTextBox1.SelectionLength = 0;
|
||||
this.bunifuTextBox1.SelectionStart = 19;
|
||||
this.bunifuTextBox1.ShortcutsEnabled = true;
|
||||
this.bunifuTextBox1.Size = new System.Drawing.Size(228, 30);
|
||||
this.bunifuTextBox1.Size = new System.Drawing.Size(225, 42);
|
||||
this.bunifuTextBox1.Style = Bunifu.UI.WinForms.BunifuTextBox._Style.Bunifu;
|
||||
this.bunifuTextBox1.TabIndex = 14;
|
||||
this.bunifuTextBox1.TabStop = false;
|
||||
this.bunifuTextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
||||
this.bunifuTextBox1.TextMarginBottom = 0;
|
||||
this.bunifuTextBox1.TextMarginLeft = 3;
|
||||
this.bunifuTextBox1.TextMarginTop = 1;
|
||||
this.bunifuTextBox1.TextMarginLeft = 0;
|
||||
this.bunifuTextBox1.TextMarginTop = 0;
|
||||
this.bunifuTextBox1.TextPlaceholder = "Enter URL";
|
||||
this.bunifuTextBox1.UseSystemPasswordChar = false;
|
||||
this.bunifuTextBox1.WordWrap = true;
|
||||
|
@ -261,7 +282,7 @@ namespace XeroBrowser
|
|||
this.bunifuLabel7.AutoEllipsis = false;
|
||||
this.bunifuLabel7.CursorType = null;
|
||||
this.bunifuLabel7.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.bunifuLabel7.Location = new System.Drawing.Point(249, 192);
|
||||
this.bunifuLabel7.Location = new System.Drawing.Point(247, 197);
|
||||
this.bunifuLabel7.Name = "bunifuLabel7";
|
||||
this.bunifuLabel7.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
||||
this.bunifuLabel7.Size = new System.Drawing.Size(49, 15);
|
||||
|
@ -277,7 +298,7 @@ namespace XeroBrowser
|
|||
this.bunifuRadioButton2.BindingControlPosition = Bunifu.UI.WinForms.BunifuRadioButton.BindingControlPositions.Right;
|
||||
this.bunifuRadioButton2.BorderThickness = 1;
|
||||
this.bunifuRadioButton2.Checked = false;
|
||||
this.bunifuRadioButton2.Location = new System.Drawing.Point(222, 221);
|
||||
this.bunifuRadioButton2.Location = new System.Drawing.Point(222, 230);
|
||||
this.bunifuRadioButton2.Name = "bunifuRadioButton2";
|
||||
this.bunifuRadioButton2.OutlineColor = System.Drawing.Color.Gray;
|
||||
this.bunifuRadioButton2.OutlineColorTabFocused = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
|
||||
|
@ -295,7 +316,7 @@ namespace XeroBrowser
|
|||
this.bunifuRadioButton1.BindingControlPosition = Bunifu.UI.WinForms.BunifuRadioButton.BindingControlPositions.Right;
|
||||
this.bunifuRadioButton1.BorderThickness = 1;
|
||||
this.bunifuRadioButton1.Checked = true;
|
||||
this.bunifuRadioButton1.Location = new System.Drawing.Point(222, 190);
|
||||
this.bunifuRadioButton1.Location = new System.Drawing.Point(222, 194);
|
||||
this.bunifuRadioButton1.Name = "bunifuRadioButton1";
|
||||
this.bunifuRadioButton1.OutlineColor = System.Drawing.Color.Gray;
|
||||
this.bunifuRadioButton1.OutlineColorTabFocused = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
|
||||
|
@ -469,7 +490,7 @@ namespace XeroBrowser
|
|||
this.tabPersonalization.Controls.Add(this.bunifuLabel9);
|
||||
this.tabPersonalization.Location = new System.Drawing.Point(4, 23);
|
||||
this.tabPersonalization.Name = "tabPersonalization";
|
||||
this.tabPersonalization.Size = new System.Drawing.Size(712, 606);
|
||||
this.tabPersonalization.Size = new System.Drawing.Size(712, 603);
|
||||
this.tabPersonalization.TabIndex = 2;
|
||||
this.tabPersonalization.Text = "Appearance";
|
||||
this.tabPersonalization.UseVisualStyleBackColor = true;
|
||||
|
@ -802,7 +823,7 @@ namespace XeroBrowser
|
|||
this.tabPrivacy.Location = new System.Drawing.Point(4, 23);
|
||||
this.tabPrivacy.Name = "tabPrivacy";
|
||||
this.tabPrivacy.Padding = new System.Windows.Forms.Padding(3);
|
||||
this.tabPrivacy.Size = new System.Drawing.Size(712, 606);
|
||||
this.tabPrivacy.Size = new System.Drawing.Size(712, 603);
|
||||
this.tabPrivacy.TabIndex = 1;
|
||||
this.tabPrivacy.Text = "Privacy";
|
||||
this.tabPrivacy.UseVisualStyleBackColor = true;
|
||||
|
@ -816,12 +837,12 @@ namespace XeroBrowser
|
|||
this.bunifuLabel16.Cursor = System.Windows.Forms.Cursors.Default;
|
||||
this.bunifuLabel16.CursorType = System.Windows.Forms.Cursors.Default;
|
||||
this.bunifuLabel16.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold);
|
||||
this.bunifuLabel16.Location = new System.Drawing.Point(330, 8);
|
||||
this.bunifuLabel16.Location = new System.Drawing.Point(284, 8);
|
||||
this.bunifuLabel16.Name = "bunifuLabel16";
|
||||
this.bunifuLabel16.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
||||
this.bunifuLabel16.Size = new System.Drawing.Size(52, 18);
|
||||
this.bunifuLabel16.Size = new System.Drawing.Size(144, 18);
|
||||
this.bunifuLabel16.TabIndex = 25;
|
||||
this.bunifuLabel16.Text = "Privacy";
|
||||
this.bunifuLabel16.Text = "Privacy and Security";
|
||||
this.bunifuLabel16.TextAlignment = System.Drawing.ContentAlignment.TopLeft;
|
||||
this.bunifuLabel16.TextFormat = Bunifu.UI.WinForms.BunifuLabel.TextFormattingOptions.Default;
|
||||
//
|
||||
|
@ -1146,7 +1167,7 @@ namespace XeroBrowser
|
|||
this.tabBehavior.Controls.Add(this.bunifuLabel14);
|
||||
this.tabBehavior.Location = new System.Drawing.Point(4, 23);
|
||||
this.tabBehavior.Name = "tabBehavior";
|
||||
this.tabBehavior.Size = new System.Drawing.Size(712, 606);
|
||||
this.tabBehavior.Size = new System.Drawing.Size(712, 603);
|
||||
this.tabBehavior.TabIndex = 3;
|
||||
this.tabBehavior.Text = "Behavior";
|
||||
this.tabBehavior.UseVisualStyleBackColor = true;
|
||||
|
@ -1178,11 +1199,11 @@ namespace XeroBrowser
|
|||
this.bunifuSeparator6.LineColor = System.Drawing.Color.DarkGray;
|
||||
this.bunifuSeparator6.LineStyle = Bunifu.UI.WinForms.BunifuSeparator.LineStyles.Solid;
|
||||
this.bunifuSeparator6.LineThickness = 3;
|
||||
this.bunifuSeparator6.Location = new System.Drawing.Point(175, 19);
|
||||
this.bunifuSeparator6.Location = new System.Drawing.Point(201, 19);
|
||||
this.bunifuSeparator6.Margin = new System.Windows.Forms.Padding(10, 3, 10, 3);
|
||||
this.bunifuSeparator6.Name = "bunifuSeparator6";
|
||||
this.bunifuSeparator6.Orientation = Bunifu.UI.WinForms.BunifuSeparator.LineOrientation.Horizontal;
|
||||
this.bunifuSeparator6.Size = new System.Drawing.Size(362, 19);
|
||||
this.bunifuSeparator6.Size = new System.Drawing.Size(310, 18);
|
||||
this.bunifuSeparator6.TabIndex = 31;
|
||||
//
|
||||
// bunifuDropdown7
|
||||
|
@ -1250,6 +1271,141 @@ namespace XeroBrowser
|
|||
this.bunifuLabel14.TextAlignment = System.Drawing.ContentAlignment.TopLeft;
|
||||
this.bunifuLabel14.TextFormat = Bunifu.UI.WinForms.BunifuLabel.TextFormattingOptions.Default;
|
||||
//
|
||||
// tabAutofill
|
||||
//
|
||||
this.tabAutofill.Controls.Add(this.bunifuLabel19);
|
||||
this.tabAutofill.Controls.Add(this.bunifuSeparator7);
|
||||
this.tabAutofill.Location = new System.Drawing.Point(4, 23);
|
||||
this.tabAutofill.Name = "tabAutofill";
|
||||
this.tabAutofill.Size = new System.Drawing.Size(712, 603);
|
||||
this.tabAutofill.TabIndex = 4;
|
||||
this.tabAutofill.Text = "Autofill";
|
||||
this.tabAutofill.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// bunifuLabel19
|
||||
//
|
||||
this.bunifuLabel19.AllowParentOverrides = false;
|
||||
this.bunifuLabel19.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.bunifuLabel19.AutoEllipsis = false;
|
||||
this.bunifuLabel19.Cursor = System.Windows.Forms.Cursors.Default;
|
||||
this.bunifuLabel19.CursorType = System.Windows.Forms.Cursors.Default;
|
||||
this.bunifuLabel19.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold);
|
||||
this.bunifuLabel19.Location = new System.Drawing.Point(332, 7);
|
||||
this.bunifuLabel19.Name = "bunifuLabel19";
|
||||
this.bunifuLabel19.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
||||
this.bunifuLabel19.Size = new System.Drawing.Size(49, 18);
|
||||
this.bunifuLabel19.TabIndex = 32;
|
||||
this.bunifuLabel19.Text = "Autofill";
|
||||
this.bunifuLabel19.TextAlignment = System.Drawing.ContentAlignment.TopLeft;
|
||||
this.bunifuLabel19.TextFormat = Bunifu.UI.WinForms.BunifuLabel.TextFormattingOptions.Default;
|
||||
//
|
||||
// bunifuSeparator7
|
||||
//
|
||||
this.bunifuSeparator7.BackColor = System.Drawing.Color.Transparent;
|
||||
this.bunifuSeparator7.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("bunifuSeparator7.BackgroundImage")));
|
||||
this.bunifuSeparator7.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||
this.bunifuSeparator7.DashCap = Bunifu.UI.WinForms.BunifuSeparator.CapStyles.Round;
|
||||
this.bunifuSeparator7.LineColor = System.Drawing.Color.DarkGray;
|
||||
this.bunifuSeparator7.LineStyle = Bunifu.UI.WinForms.BunifuSeparator.LineStyles.Solid;
|
||||
this.bunifuSeparator7.LineThickness = 3;
|
||||
this.bunifuSeparator7.Location = new System.Drawing.Point(201, 19);
|
||||
this.bunifuSeparator7.Margin = new System.Windows.Forms.Padding(12, 3, 12, 3);
|
||||
this.bunifuSeparator7.Name = "bunifuSeparator7";
|
||||
this.bunifuSeparator7.Orientation = Bunifu.UI.WinForms.BunifuSeparator.LineOrientation.Horizontal;
|
||||
this.bunifuSeparator7.Size = new System.Drawing.Size(310, 18);
|
||||
this.bunifuSeparator7.TabIndex = 33;
|
||||
//
|
||||
// tabLanguages
|
||||
//
|
||||
this.tabLanguages.Controls.Add(this.bunifuLabel20);
|
||||
this.tabLanguages.Controls.Add(this.bunifuSeparator8);
|
||||
this.tabLanguages.Location = new System.Drawing.Point(4, 23);
|
||||
this.tabLanguages.Name = "tabLanguages";
|
||||
this.tabLanguages.Size = new System.Drawing.Size(712, 603);
|
||||
this.tabLanguages.TabIndex = 5;
|
||||
this.tabLanguages.Text = "Languages";
|
||||
this.tabLanguages.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// bunifuLabel20
|
||||
//
|
||||
this.bunifuLabel20.AllowParentOverrides = false;
|
||||
this.bunifuLabel20.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.bunifuLabel20.AutoEllipsis = false;
|
||||
this.bunifuLabel20.Cursor = System.Windows.Forms.Cursors.Default;
|
||||
this.bunifuLabel20.CursorType = System.Windows.Forms.Cursors.Default;
|
||||
this.bunifuLabel20.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold);
|
||||
this.bunifuLabel20.Location = new System.Drawing.Point(317, 6);
|
||||
this.bunifuLabel20.Name = "bunifuLabel20";
|
||||
this.bunifuLabel20.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
||||
this.bunifuLabel20.Size = new System.Drawing.Size(78, 18);
|
||||
this.bunifuLabel20.TabIndex = 34;
|
||||
this.bunifuLabel20.Text = "Languages";
|
||||
this.bunifuLabel20.TextAlignment = System.Drawing.ContentAlignment.TopLeft;
|
||||
this.bunifuLabel20.TextFormat = Bunifu.UI.WinForms.BunifuLabel.TextFormattingOptions.Default;
|
||||
//
|
||||
// bunifuSeparator8
|
||||
//
|
||||
this.bunifuSeparator8.BackColor = System.Drawing.Color.Transparent;
|
||||
this.bunifuSeparator8.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("bunifuSeparator8.BackgroundImage")));
|
||||
this.bunifuSeparator8.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||
this.bunifuSeparator8.DashCap = Bunifu.UI.WinForms.BunifuSeparator.CapStyles.Round;
|
||||
this.bunifuSeparator8.LineColor = System.Drawing.Color.DarkGray;
|
||||
this.bunifuSeparator8.LineStyle = Bunifu.UI.WinForms.BunifuSeparator.LineStyles.Solid;
|
||||
this.bunifuSeparator8.LineThickness = 3;
|
||||
this.bunifuSeparator8.Location = new System.Drawing.Point(201, 19);
|
||||
this.bunifuSeparator8.Margin = new System.Windows.Forms.Padding(14, 3, 14, 3);
|
||||
this.bunifuSeparator8.Name = "bunifuSeparator8";
|
||||
this.bunifuSeparator8.Orientation = Bunifu.UI.WinForms.BunifuSeparator.LineOrientation.Horizontal;
|
||||
this.bunifuSeparator8.Size = new System.Drawing.Size(310, 18);
|
||||
this.bunifuSeparator8.TabIndex = 35;
|
||||
//
|
||||
// tabAccessibility
|
||||
//
|
||||
this.tabAccessibility.Controls.Add(this.bunifuLabel21);
|
||||
this.tabAccessibility.Controls.Add(this.bunifuSeparator9);
|
||||
this.tabAccessibility.Location = new System.Drawing.Point(4, 23);
|
||||
this.tabAccessibility.Name = "tabAccessibility";
|
||||
this.tabAccessibility.Size = new System.Drawing.Size(712, 603);
|
||||
this.tabAccessibility.TabIndex = 6;
|
||||
this.tabAccessibility.Text = "Accessibility";
|
||||
this.tabAccessibility.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// bunifuLabel21
|
||||
//
|
||||
this.bunifuLabel21.AllowParentOverrides = false;
|
||||
this.bunifuLabel21.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.bunifuLabel21.AutoEllipsis = false;
|
||||
this.bunifuLabel21.Cursor = System.Windows.Forms.Cursors.Default;
|
||||
this.bunifuLabel21.CursorType = System.Windows.Forms.Cursors.Default;
|
||||
this.bunifuLabel21.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold);
|
||||
this.bunifuLabel21.Location = new System.Drawing.Point(313, 6);
|
||||
this.bunifuLabel21.Name = "bunifuLabel21";
|
||||
this.bunifuLabel21.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
||||
this.bunifuLabel21.Size = new System.Drawing.Size(87, 18);
|
||||
this.bunifuLabel21.TabIndex = 36;
|
||||
this.bunifuLabel21.Text = "Accessibility";
|
||||
this.bunifuLabel21.TextAlignment = System.Drawing.ContentAlignment.TopLeft;
|
||||
this.bunifuLabel21.TextFormat = Bunifu.UI.WinForms.BunifuLabel.TextFormattingOptions.Default;
|
||||
//
|
||||
// bunifuSeparator9
|
||||
//
|
||||
this.bunifuSeparator9.BackColor = System.Drawing.Color.Transparent;
|
||||
this.bunifuSeparator9.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("bunifuSeparator9.BackgroundImage")));
|
||||
this.bunifuSeparator9.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||
this.bunifuSeparator9.DashCap = Bunifu.UI.WinForms.BunifuSeparator.CapStyles.Round;
|
||||
this.bunifuSeparator9.LineColor = System.Drawing.Color.DarkGray;
|
||||
this.bunifuSeparator9.LineStyle = Bunifu.UI.WinForms.BunifuSeparator.LineStyles.Solid;
|
||||
this.bunifuSeparator9.LineThickness = 3;
|
||||
this.bunifuSeparator9.Location = new System.Drawing.Point(201, 19);
|
||||
this.bunifuSeparator9.Margin = new System.Windows.Forms.Padding(16, 3, 16, 3);
|
||||
this.bunifuSeparator9.Name = "bunifuSeparator9";
|
||||
this.bunifuSeparator9.Orientation = Bunifu.UI.WinForms.BunifuSeparator.LineOrientation.Horizontal;
|
||||
this.bunifuSeparator9.Size = new System.Drawing.Size(310, 18);
|
||||
this.bunifuSeparator9.TabIndex = 37;
|
||||
//
|
||||
// bunifuFormDock1
|
||||
//
|
||||
this.bunifuFormDock1.AllowFormDragging = true;
|
||||
|
@ -1343,9 +1499,9 @@ namespace XeroBrowser
|
|||
this.bunifuLabel13.Location = new System.Drawing.Point(52, 11);
|
||||
this.bunifuLabel13.Name = "bunifuLabel13";
|
||||
this.bunifuLabel13.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
||||
this.bunifuLabel13.Size = new System.Drawing.Size(120, 25);
|
||||
this.bunifuLabel13.Size = new System.Drawing.Size(197, 25);
|
||||
this.bunifuLabel13.TabIndex = 21;
|
||||
this.bunifuLabel13.Text = "Xero Browser";
|
||||
this.bunifuLabel13.Text = "Xero Browser Settings";
|
||||
this.bunifuLabel13.TextAlignment = System.Drawing.ContentAlignment.TopLeft;
|
||||
this.bunifuLabel13.TextFormat = Bunifu.UI.WinForms.BunifuLabel.TextFormattingOptions.Default;
|
||||
//
|
||||
|
@ -1403,11 +1559,11 @@ namespace XeroBrowser
|
|||
this.btnBrowser.ColorContrastOnClick = 45;
|
||||
this.btnBrowser.ColorContrastOnHover = 45;
|
||||
this.btnBrowser.Cursor = System.Windows.Forms.Cursors.Default;
|
||||
borderEdges6.BottomLeft = true;
|
||||
borderEdges6.BottomRight = true;
|
||||
borderEdges6.TopLeft = true;
|
||||
borderEdges6.TopRight = true;
|
||||
this.btnBrowser.CustomizableEdges = borderEdges6;
|
||||
borderEdges9.BottomLeft = true;
|
||||
borderEdges9.BottomRight = true;
|
||||
borderEdges9.TopLeft = true;
|
||||
borderEdges9.TopRight = true;
|
||||
this.btnBrowser.CustomizableEdges = borderEdges9;
|
||||
this.btnBrowser.DialogResult = System.Windows.Forms.DialogResult.None;
|
||||
this.btnBrowser.DisabledBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191)))));
|
||||
this.btnBrowser.DisabledFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
||||
|
@ -1431,7 +1587,7 @@ namespace XeroBrowser
|
|||
this.btnBrowser.IdleIconLeftImage = null;
|
||||
this.btnBrowser.IdleIconRightImage = null;
|
||||
this.btnBrowser.IndicateFocus = false;
|
||||
this.btnBrowser.Location = new System.Drawing.Point(187, 55);
|
||||
this.btnBrowser.Location = new System.Drawing.Point(20, 55);
|
||||
this.btnBrowser.Name = "btnBrowser";
|
||||
this.btnBrowser.OnDisabledState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191)))));
|
||||
this.btnBrowser.OnDisabledState.BorderRadius = 1;
|
||||
|
@ -1488,16 +1644,16 @@ namespace XeroBrowser
|
|||
this.btnPrivacy.BackColor1 = System.Drawing.Color.DimGray;
|
||||
this.btnPrivacy.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnPrivacy.BackgroundImage")));
|
||||
this.btnPrivacy.BorderStyle = Bunifu.UI.WinForms.BunifuButton.BunifuButton2.BorderStyles.Solid;
|
||||
this.btnPrivacy.ButtonText = "Privacy";
|
||||
this.btnPrivacy.ButtonText = "Privacy and Security";
|
||||
this.btnPrivacy.ButtonTextMarginLeft = 0;
|
||||
this.btnPrivacy.ColorContrastOnClick = 45;
|
||||
this.btnPrivacy.ColorContrastOnHover = 45;
|
||||
this.btnPrivacy.Cursor = System.Windows.Forms.Cursors.Default;
|
||||
borderEdges5.BottomLeft = true;
|
||||
borderEdges5.BottomRight = true;
|
||||
borderEdges5.TopLeft = true;
|
||||
borderEdges5.TopRight = true;
|
||||
this.btnPrivacy.CustomizableEdges = borderEdges5;
|
||||
borderEdges8.BottomLeft = true;
|
||||
borderEdges8.BottomRight = true;
|
||||
borderEdges8.TopLeft = true;
|
||||
borderEdges8.TopRight = true;
|
||||
this.btnPrivacy.CustomizableEdges = borderEdges8;
|
||||
this.btnPrivacy.DialogResult = System.Windows.Forms.DialogResult.None;
|
||||
this.btnPrivacy.DisabledBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191)))));
|
||||
this.btnPrivacy.DisabledFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
||||
|
@ -1521,7 +1677,7 @@ namespace XeroBrowser
|
|||
this.btnPrivacy.IdleIconLeftImage = null;
|
||||
this.btnPrivacy.IdleIconRightImage = null;
|
||||
this.btnPrivacy.IndicateFocus = false;
|
||||
this.btnPrivacy.Location = new System.Drawing.Point(371, 55);
|
||||
this.btnPrivacy.Location = new System.Drawing.Point(204, 55);
|
||||
this.btnPrivacy.Name = "btnPrivacy";
|
||||
this.btnPrivacy.OnDisabledState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191)))));
|
||||
this.btnPrivacy.OnDisabledState.BorderRadius = 1;
|
||||
|
@ -1555,7 +1711,7 @@ namespace XeroBrowser
|
|||
this.btnPrivacy.OnPressedState.ForeColor = System.Drawing.Color.White;
|
||||
this.btnPrivacy.OnPressedState.IconLeftImage = null;
|
||||
this.btnPrivacy.OnPressedState.IconRightImage = null;
|
||||
this.btnPrivacy.Size = new System.Drawing.Size(78, 31);
|
||||
this.btnPrivacy.Size = new System.Drawing.Size(140, 31);
|
||||
this.btnPrivacy.TabIndex = 24;
|
||||
this.btnPrivacy.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
this.btnPrivacy.TextAlignment = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
|
@ -1583,11 +1739,11 @@ namespace XeroBrowser
|
|||
this.Appearance.ColorContrastOnClick = 45;
|
||||
this.Appearance.ColorContrastOnHover = 45;
|
||||
this.Appearance.Cursor = System.Windows.Forms.Cursors.Default;
|
||||
borderEdges3.BottomLeft = true;
|
||||
borderEdges3.BottomRight = true;
|
||||
borderEdges3.TopLeft = true;
|
||||
borderEdges3.TopRight = true;
|
||||
this.Appearance.CustomizableEdges = borderEdges3;
|
||||
borderEdges6.BottomLeft = true;
|
||||
borderEdges6.BottomRight = true;
|
||||
borderEdges6.TopLeft = true;
|
||||
borderEdges6.TopRight = true;
|
||||
this.Appearance.CustomizableEdges = borderEdges6;
|
||||
this.Appearance.DialogResult = System.Windows.Forms.DialogResult.None;
|
||||
this.Appearance.DisabledBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191)))));
|
||||
this.Appearance.DisabledFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
||||
|
@ -1611,7 +1767,7 @@ namespace XeroBrowser
|
|||
this.Appearance.IdleIconLeftImage = null;
|
||||
this.Appearance.IdleIconRightImage = null;
|
||||
this.Appearance.IndicateFocus = false;
|
||||
this.Appearance.Location = new System.Drawing.Point(271, 55);
|
||||
this.Appearance.Location = new System.Drawing.Point(104, 55);
|
||||
this.Appearance.Name = "Appearance";
|
||||
this.Appearance.OnDisabledState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191)))));
|
||||
this.Appearance.OnDisabledState.BorderRadius = 1;
|
||||
|
@ -1673,11 +1829,11 @@ namespace XeroBrowser
|
|||
this.btnBehavior.ColorContrastOnClick = 45;
|
||||
this.btnBehavior.ColorContrastOnHover = 45;
|
||||
this.btnBehavior.Cursor = System.Windows.Forms.Cursors.Default;
|
||||
borderEdges4.BottomLeft = true;
|
||||
borderEdges4.BottomRight = true;
|
||||
borderEdges4.TopLeft = true;
|
||||
borderEdges4.TopRight = true;
|
||||
this.btnBehavior.CustomizableEdges = borderEdges4;
|
||||
borderEdges7.BottomLeft = true;
|
||||
borderEdges7.BottomRight = true;
|
||||
borderEdges7.TopLeft = true;
|
||||
borderEdges7.TopRight = true;
|
||||
this.btnBehavior.CustomizableEdges = borderEdges7;
|
||||
this.btnBehavior.DialogResult = System.Windows.Forms.DialogResult.None;
|
||||
this.btnBehavior.DisabledBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191)))));
|
||||
this.btnBehavior.DisabledFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
||||
|
@ -1701,7 +1857,7 @@ namespace XeroBrowser
|
|||
this.btnBehavior.IdleIconLeftImage = null;
|
||||
this.btnBehavior.IdleIconRightImage = null;
|
||||
this.btnBehavior.IndicateFocus = false;
|
||||
this.btnBehavior.Location = new System.Drawing.Point(455, 55);
|
||||
this.btnBehavior.Location = new System.Drawing.Point(350, 55);
|
||||
this.btnBehavior.Name = "btnBehavior";
|
||||
this.btnBehavior.OnDisabledState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191)))));
|
||||
this.btnBehavior.OnDisabledState.BorderRadius = 1;
|
||||
|
@ -1744,12 +1900,285 @@ namespace XeroBrowser
|
|||
this.btnBehavior.UseDefaultRadiusAndThickness = true;
|
||||
this.btnBehavior.Click += new System.EventHandler(this.btnBehavior_Click);
|
||||
//
|
||||
// btnAutofill
|
||||
//
|
||||
this.btnAutofill.AllowAnimations = true;
|
||||
this.btnAutofill.AllowMouseEffects = true;
|
||||
this.btnAutofill.AllowToggling = false;
|
||||
this.btnAutofill.AnimationSpeed = 200;
|
||||
this.btnAutofill.AutoGenerateColors = false;
|
||||
this.btnAutofill.AutoRoundBorders = true;
|
||||
this.btnAutofill.AutoSizeLeftIcon = true;
|
||||
this.btnAutofill.AutoSizeRightIcon = true;
|
||||
this.btnAutofill.BackColor = System.Drawing.Color.Transparent;
|
||||
this.btnAutofill.BackColor1 = System.Drawing.Color.DimGray;
|
||||
this.btnAutofill.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnAutofill.BackgroundImage")));
|
||||
this.btnAutofill.BorderStyle = Bunifu.UI.WinForms.BunifuButton.BunifuButton2.BorderStyles.Solid;
|
||||
this.btnAutofill.ButtonText = "Autofill";
|
||||
this.btnAutofill.ButtonTextMarginLeft = 0;
|
||||
this.btnAutofill.ColorContrastOnClick = 45;
|
||||
this.btnAutofill.ColorContrastOnHover = 45;
|
||||
this.btnAutofill.Cursor = System.Windows.Forms.Cursors.Default;
|
||||
borderEdges5.BottomLeft = true;
|
||||
borderEdges5.BottomRight = true;
|
||||
borderEdges5.TopLeft = true;
|
||||
borderEdges5.TopRight = true;
|
||||
this.btnAutofill.CustomizableEdges = borderEdges5;
|
||||
this.btnAutofill.DialogResult = System.Windows.Forms.DialogResult.None;
|
||||
this.btnAutofill.DisabledBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191)))));
|
||||
this.btnAutofill.DisabledFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
||||
this.btnAutofill.DisabledForecolor = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(160)))), ((int)(((byte)(168)))));
|
||||
this.btnAutofill.FocusState = Bunifu.UI.WinForms.BunifuButton.BunifuButton2.ButtonStates.Pressed;
|
||||
this.btnAutofill.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
|
||||
this.btnAutofill.ForeColor = System.Drawing.Color.White;
|
||||
this.btnAutofill.IconLeftAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
this.btnAutofill.IconLeftCursor = System.Windows.Forms.Cursors.Default;
|
||||
this.btnAutofill.IconLeftPadding = new System.Windows.Forms.Padding(11, 3, 3, 3);
|
||||
this.btnAutofill.IconMarginLeft = 11;
|
||||
this.btnAutofill.IconPadding = 10;
|
||||
this.btnAutofill.IconRightAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||||
this.btnAutofill.IconRightCursor = System.Windows.Forms.Cursors.Default;
|
||||
this.btnAutofill.IconRightPadding = new System.Windows.Forms.Padding(3, 3, 7, 3);
|
||||
this.btnAutofill.IconSize = 25;
|
||||
this.btnAutofill.IdleBorderColor = System.Drawing.Color.DimGray;
|
||||
this.btnAutofill.IdleBorderRadius = 29;
|
||||
this.btnAutofill.IdleBorderThickness = 1;
|
||||
this.btnAutofill.IdleFillColor = System.Drawing.Color.DimGray;
|
||||
this.btnAutofill.IdleIconLeftImage = null;
|
||||
this.btnAutofill.IdleIconRightImage = null;
|
||||
this.btnAutofill.IndicateFocus = false;
|
||||
this.btnAutofill.Location = new System.Drawing.Point(434, 55);
|
||||
this.btnAutofill.Name = "btnAutofill";
|
||||
this.btnAutofill.OnDisabledState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191)))));
|
||||
this.btnAutofill.OnDisabledState.BorderRadius = 1;
|
||||
this.btnAutofill.OnDisabledState.BorderStyle = Bunifu.UI.WinForms.BunifuButton.BunifuButton2.BorderStyles.Solid;
|
||||
this.btnAutofill.OnDisabledState.BorderThickness = 1;
|
||||
this.btnAutofill.OnDisabledState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
||||
this.btnAutofill.OnDisabledState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(160)))), ((int)(((byte)(168)))));
|
||||
this.btnAutofill.OnDisabledState.IconLeftImage = null;
|
||||
this.btnAutofill.OnDisabledState.IconRightImage = null;
|
||||
this.btnAutofill.onHoverState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(181)))), ((int)(((byte)(255)))));
|
||||
this.btnAutofill.onHoverState.BorderRadius = 1;
|
||||
this.btnAutofill.onHoverState.BorderStyle = Bunifu.UI.WinForms.BunifuButton.BunifuButton2.BorderStyles.Solid;
|
||||
this.btnAutofill.onHoverState.BorderThickness = 1;
|
||||
this.btnAutofill.onHoverState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(181)))), ((int)(((byte)(255)))));
|
||||
this.btnAutofill.onHoverState.ForeColor = System.Drawing.Color.White;
|
||||
this.btnAutofill.onHoverState.IconLeftImage = null;
|
||||
this.btnAutofill.onHoverState.IconRightImage = null;
|
||||
this.btnAutofill.OnIdleState.BorderColor = System.Drawing.Color.DimGray;
|
||||
this.btnAutofill.OnIdleState.BorderRadius = 1;
|
||||
this.btnAutofill.OnIdleState.BorderStyle = Bunifu.UI.WinForms.BunifuButton.BunifuButton2.BorderStyles.Solid;
|
||||
this.btnAutofill.OnIdleState.BorderThickness = 1;
|
||||
this.btnAutofill.OnIdleState.FillColor = System.Drawing.Color.DimGray;
|
||||
this.btnAutofill.OnIdleState.ForeColor = System.Drawing.Color.White;
|
||||
this.btnAutofill.OnIdleState.IconLeftImage = null;
|
||||
this.btnAutofill.OnIdleState.IconRightImage = null;
|
||||
this.btnAutofill.OnPressedState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
|
||||
this.btnAutofill.OnPressedState.BorderRadius = 1;
|
||||
this.btnAutofill.OnPressedState.BorderStyle = Bunifu.UI.WinForms.BunifuButton.BunifuButton2.BorderStyles.Solid;
|
||||
this.btnAutofill.OnPressedState.BorderThickness = 1;
|
||||
this.btnAutofill.OnPressedState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
|
||||
this.btnAutofill.OnPressedState.ForeColor = System.Drawing.Color.White;
|
||||
this.btnAutofill.OnPressedState.IconLeftImage = null;
|
||||
this.btnAutofill.OnPressedState.IconRightImage = null;
|
||||
this.btnAutofill.Size = new System.Drawing.Size(78, 31);
|
||||
this.btnAutofill.TabIndex = 27;
|
||||
this.btnAutofill.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
this.btnAutofill.TextAlignment = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
this.btnAutofill.TextMarginLeft = 0;
|
||||
this.btnAutofill.TextPadding = new System.Windows.Forms.Padding(0);
|
||||
this.btnAutofill.UseDefaultRadiusAndThickness = true;
|
||||
this.btnAutofill.Click += new System.EventHandler(this.btnAutofill_Click);
|
||||
//
|
||||
// btnAccessibility
|
||||
//
|
||||
this.btnAccessibility.AllowAnimations = true;
|
||||
this.btnAccessibility.AllowMouseEffects = true;
|
||||
this.btnAccessibility.AllowToggling = false;
|
||||
this.btnAccessibility.AnimationSpeed = 200;
|
||||
this.btnAccessibility.AutoGenerateColors = false;
|
||||
this.btnAccessibility.AutoRoundBorders = true;
|
||||
this.btnAccessibility.AutoSizeLeftIcon = true;
|
||||
this.btnAccessibility.AutoSizeRightIcon = true;
|
||||
this.btnAccessibility.BackColor = System.Drawing.Color.Transparent;
|
||||
this.btnAccessibility.BackColor1 = System.Drawing.Color.DimGray;
|
||||
this.btnAccessibility.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnAccessibility.BackgroundImage")));
|
||||
this.btnAccessibility.BorderStyle = Bunifu.UI.WinForms.BunifuButton.BunifuButton2.BorderStyles.Solid;
|
||||
this.btnAccessibility.ButtonText = "Accessibility";
|
||||
this.btnAccessibility.ButtonTextMarginLeft = 0;
|
||||
this.btnAccessibility.ColorContrastOnClick = 45;
|
||||
this.btnAccessibility.ColorContrastOnHover = 45;
|
||||
this.btnAccessibility.Cursor = System.Windows.Forms.Cursors.Default;
|
||||
borderEdges4.BottomLeft = true;
|
||||
borderEdges4.BottomRight = true;
|
||||
borderEdges4.TopLeft = true;
|
||||
borderEdges4.TopRight = true;
|
||||
this.btnAccessibility.CustomizableEdges = borderEdges4;
|
||||
this.btnAccessibility.DialogResult = System.Windows.Forms.DialogResult.None;
|
||||
this.btnAccessibility.DisabledBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191)))));
|
||||
this.btnAccessibility.DisabledFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
||||
this.btnAccessibility.DisabledForecolor = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(160)))), ((int)(((byte)(168)))));
|
||||
this.btnAccessibility.FocusState = Bunifu.UI.WinForms.BunifuButton.BunifuButton2.ButtonStates.Pressed;
|
||||
this.btnAccessibility.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
|
||||
this.btnAccessibility.ForeColor = System.Drawing.Color.White;
|
||||
this.btnAccessibility.IconLeftAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
this.btnAccessibility.IconLeftCursor = System.Windows.Forms.Cursors.Default;
|
||||
this.btnAccessibility.IconLeftPadding = new System.Windows.Forms.Padding(11, 3, 3, 3);
|
||||
this.btnAccessibility.IconMarginLeft = 11;
|
||||
this.btnAccessibility.IconPadding = 10;
|
||||
this.btnAccessibility.IconRightAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||||
this.btnAccessibility.IconRightCursor = System.Windows.Forms.Cursors.Default;
|
||||
this.btnAccessibility.IconRightPadding = new System.Windows.Forms.Padding(3, 3, 7, 3);
|
||||
this.btnAccessibility.IconSize = 25;
|
||||
this.btnAccessibility.IdleBorderColor = System.Drawing.Color.DimGray;
|
||||
this.btnAccessibility.IdleBorderRadius = 29;
|
||||
this.btnAccessibility.IdleBorderThickness = 1;
|
||||
this.btnAccessibility.IdleFillColor = System.Drawing.Color.DimGray;
|
||||
this.btnAccessibility.IdleIconLeftImage = null;
|
||||
this.btnAccessibility.IdleIconRightImage = null;
|
||||
this.btnAccessibility.IndicateFocus = false;
|
||||
this.btnAccessibility.Location = new System.Drawing.Point(607, 55);
|
||||
this.btnAccessibility.Name = "btnAccessibility";
|
||||
this.btnAccessibility.OnDisabledState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191)))));
|
||||
this.btnAccessibility.OnDisabledState.BorderRadius = 1;
|
||||
this.btnAccessibility.OnDisabledState.BorderStyle = Bunifu.UI.WinForms.BunifuButton.BunifuButton2.BorderStyles.Solid;
|
||||
this.btnAccessibility.OnDisabledState.BorderThickness = 1;
|
||||
this.btnAccessibility.OnDisabledState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
||||
this.btnAccessibility.OnDisabledState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(160)))), ((int)(((byte)(168)))));
|
||||
this.btnAccessibility.OnDisabledState.IconLeftImage = null;
|
||||
this.btnAccessibility.OnDisabledState.IconRightImage = null;
|
||||
this.btnAccessibility.onHoverState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(181)))), ((int)(((byte)(255)))));
|
||||
this.btnAccessibility.onHoverState.BorderRadius = 1;
|
||||
this.btnAccessibility.onHoverState.BorderStyle = Bunifu.UI.WinForms.BunifuButton.BunifuButton2.BorderStyles.Solid;
|
||||
this.btnAccessibility.onHoverState.BorderThickness = 1;
|
||||
this.btnAccessibility.onHoverState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(181)))), ((int)(((byte)(255)))));
|
||||
this.btnAccessibility.onHoverState.ForeColor = System.Drawing.Color.White;
|
||||
this.btnAccessibility.onHoverState.IconLeftImage = null;
|
||||
this.btnAccessibility.onHoverState.IconRightImage = null;
|
||||
this.btnAccessibility.OnIdleState.BorderColor = System.Drawing.Color.DimGray;
|
||||
this.btnAccessibility.OnIdleState.BorderRadius = 1;
|
||||
this.btnAccessibility.OnIdleState.BorderStyle = Bunifu.UI.WinForms.BunifuButton.BunifuButton2.BorderStyles.Solid;
|
||||
this.btnAccessibility.OnIdleState.BorderThickness = 1;
|
||||
this.btnAccessibility.OnIdleState.FillColor = System.Drawing.Color.DimGray;
|
||||
this.btnAccessibility.OnIdleState.ForeColor = System.Drawing.Color.White;
|
||||
this.btnAccessibility.OnIdleState.IconLeftImage = null;
|
||||
this.btnAccessibility.OnIdleState.IconRightImage = null;
|
||||
this.btnAccessibility.OnPressedState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
|
||||
this.btnAccessibility.OnPressedState.BorderRadius = 1;
|
||||
this.btnAccessibility.OnPressedState.BorderStyle = Bunifu.UI.WinForms.BunifuButton.BunifuButton2.BorderStyles.Solid;
|
||||
this.btnAccessibility.OnPressedState.BorderThickness = 1;
|
||||
this.btnAccessibility.OnPressedState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
|
||||
this.btnAccessibility.OnPressedState.ForeColor = System.Drawing.Color.White;
|
||||
this.btnAccessibility.OnPressedState.IconLeftImage = null;
|
||||
this.btnAccessibility.OnPressedState.IconRightImage = null;
|
||||
this.btnAccessibility.Size = new System.Drawing.Size(93, 31);
|
||||
this.btnAccessibility.TabIndex = 28;
|
||||
this.btnAccessibility.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
this.btnAccessibility.TextAlignment = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
this.btnAccessibility.TextMarginLeft = 0;
|
||||
this.btnAccessibility.TextPadding = new System.Windows.Forms.Padding(0);
|
||||
this.btnAccessibility.UseDefaultRadiusAndThickness = true;
|
||||
this.btnAccessibility.Click += new System.EventHandler(this.btnAccessibility_Click);
|
||||
//
|
||||
// btnLanguages
|
||||
//
|
||||
this.btnLanguages.AllowAnimations = true;
|
||||
this.btnLanguages.AllowMouseEffects = true;
|
||||
this.btnLanguages.AllowToggling = false;
|
||||
this.btnLanguages.AnimationSpeed = 200;
|
||||
this.btnLanguages.AutoGenerateColors = false;
|
||||
this.btnLanguages.AutoRoundBorders = true;
|
||||
this.btnLanguages.AutoSizeLeftIcon = true;
|
||||
this.btnLanguages.AutoSizeRightIcon = true;
|
||||
this.btnLanguages.BackColor = System.Drawing.Color.Transparent;
|
||||
this.btnLanguages.BackColor1 = System.Drawing.Color.DimGray;
|
||||
this.btnLanguages.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnLanguages.BackgroundImage")));
|
||||
this.btnLanguages.BorderStyle = Bunifu.UI.WinForms.BunifuButton.BunifuButton2.BorderStyles.Solid;
|
||||
this.btnLanguages.ButtonText = "Languages";
|
||||
this.btnLanguages.ButtonTextMarginLeft = 0;
|
||||
this.btnLanguages.ColorContrastOnClick = 45;
|
||||
this.btnLanguages.ColorContrastOnHover = 45;
|
||||
this.btnLanguages.Cursor = System.Windows.Forms.Cursors.Default;
|
||||
borderEdges3.BottomLeft = true;
|
||||
borderEdges3.BottomRight = true;
|
||||
borderEdges3.TopLeft = true;
|
||||
borderEdges3.TopRight = true;
|
||||
this.btnLanguages.CustomizableEdges = borderEdges3;
|
||||
this.btnLanguages.DialogResult = System.Windows.Forms.DialogResult.None;
|
||||
this.btnLanguages.DisabledBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191)))));
|
||||
this.btnLanguages.DisabledFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
||||
this.btnLanguages.DisabledForecolor = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(160)))), ((int)(((byte)(168)))));
|
||||
this.btnLanguages.FocusState = Bunifu.UI.WinForms.BunifuButton.BunifuButton2.ButtonStates.Pressed;
|
||||
this.btnLanguages.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
|
||||
this.btnLanguages.ForeColor = System.Drawing.Color.White;
|
||||
this.btnLanguages.IconLeftAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
this.btnLanguages.IconLeftCursor = System.Windows.Forms.Cursors.Default;
|
||||
this.btnLanguages.IconLeftPadding = new System.Windows.Forms.Padding(11, 3, 3, 3);
|
||||
this.btnLanguages.IconMarginLeft = 11;
|
||||
this.btnLanguages.IconPadding = 10;
|
||||
this.btnLanguages.IconRightAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||||
this.btnLanguages.IconRightCursor = System.Windows.Forms.Cursors.Default;
|
||||
this.btnLanguages.IconRightPadding = new System.Windows.Forms.Padding(3, 3, 7, 3);
|
||||
this.btnLanguages.IconSize = 25;
|
||||
this.btnLanguages.IdleBorderColor = System.Drawing.Color.DimGray;
|
||||
this.btnLanguages.IdleBorderRadius = 29;
|
||||
this.btnLanguages.IdleBorderThickness = 1;
|
||||
this.btnLanguages.IdleFillColor = System.Drawing.Color.DimGray;
|
||||
this.btnLanguages.IdleIconLeftImage = null;
|
||||
this.btnLanguages.IdleIconRightImage = null;
|
||||
this.btnLanguages.IndicateFocus = false;
|
||||
this.btnLanguages.Location = new System.Drawing.Point(518, 55);
|
||||
this.btnLanguages.Name = "btnLanguages";
|
||||
this.btnLanguages.OnDisabledState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191)))));
|
||||
this.btnLanguages.OnDisabledState.BorderRadius = 1;
|
||||
this.btnLanguages.OnDisabledState.BorderStyle = Bunifu.UI.WinForms.BunifuButton.BunifuButton2.BorderStyles.Solid;
|
||||
this.btnLanguages.OnDisabledState.BorderThickness = 1;
|
||||
this.btnLanguages.OnDisabledState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
||||
this.btnLanguages.OnDisabledState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(160)))), ((int)(((byte)(168)))));
|
||||
this.btnLanguages.OnDisabledState.IconLeftImage = null;
|
||||
this.btnLanguages.OnDisabledState.IconRightImage = null;
|
||||
this.btnLanguages.onHoverState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(181)))), ((int)(((byte)(255)))));
|
||||
this.btnLanguages.onHoverState.BorderRadius = 1;
|
||||
this.btnLanguages.onHoverState.BorderStyle = Bunifu.UI.WinForms.BunifuButton.BunifuButton2.BorderStyles.Solid;
|
||||
this.btnLanguages.onHoverState.BorderThickness = 1;
|
||||
this.btnLanguages.onHoverState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(181)))), ((int)(((byte)(255)))));
|
||||
this.btnLanguages.onHoverState.ForeColor = System.Drawing.Color.White;
|
||||
this.btnLanguages.onHoverState.IconLeftImage = null;
|
||||
this.btnLanguages.onHoverState.IconRightImage = null;
|
||||
this.btnLanguages.OnIdleState.BorderColor = System.Drawing.Color.DimGray;
|
||||
this.btnLanguages.OnIdleState.BorderRadius = 1;
|
||||
this.btnLanguages.OnIdleState.BorderStyle = Bunifu.UI.WinForms.BunifuButton.BunifuButton2.BorderStyles.Solid;
|
||||
this.btnLanguages.OnIdleState.BorderThickness = 1;
|
||||
this.btnLanguages.OnIdleState.FillColor = System.Drawing.Color.DimGray;
|
||||
this.btnLanguages.OnIdleState.ForeColor = System.Drawing.Color.White;
|
||||
this.btnLanguages.OnIdleState.IconLeftImage = null;
|
||||
this.btnLanguages.OnIdleState.IconRightImage = null;
|
||||
this.btnLanguages.OnPressedState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
|
||||
this.btnLanguages.OnPressedState.BorderRadius = 1;
|
||||
this.btnLanguages.OnPressedState.BorderStyle = Bunifu.UI.WinForms.BunifuButton.BunifuButton2.BorderStyles.Solid;
|
||||
this.btnLanguages.OnPressedState.BorderThickness = 1;
|
||||
this.btnLanguages.OnPressedState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(96)))), ((int)(((byte)(144)))));
|
||||
this.btnLanguages.OnPressedState.ForeColor = System.Drawing.Color.White;
|
||||
this.btnLanguages.OnPressedState.IconLeftImage = null;
|
||||
this.btnLanguages.OnPressedState.IconRightImage = null;
|
||||
this.btnLanguages.Size = new System.Drawing.Size(83, 31);
|
||||
this.btnLanguages.TabIndex = 29;
|
||||
this.btnLanguages.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
this.btnLanguages.TextAlignment = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
this.btnLanguages.TextMarginLeft = 0;
|
||||
this.btnLanguages.TextPadding = new System.Windows.Forms.Padding(0);
|
||||
this.btnLanguages.UseDefaultRadiusAndThickness = true;
|
||||
this.btnLanguages.Click += new System.EventHandler(this.btnLanguages_Click);
|
||||
//
|
||||
// FrmSettings
|
||||
//
|
||||
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(720, 681);
|
||||
this.Controls.Add(this.btnLanguages);
|
||||
this.Controls.Add(this.btnAccessibility);
|
||||
this.Controls.Add(this.btnAutofill);
|
||||
this.Controls.Add(this.Appearance);
|
||||
this.Controls.Add(this.btnBehavior);
|
||||
this.Controls.Add(this.btnPrivacy);
|
||||
|
@ -1774,6 +2203,12 @@ namespace XeroBrowser
|
|||
this.tabPrivacy.PerformLayout();
|
||||
this.tabBehavior.ResumeLayout(false);
|
||||
this.tabBehavior.PerformLayout();
|
||||
this.tabAutofill.ResumeLayout(false);
|
||||
this.tabAutofill.PerformLayout();
|
||||
this.tabLanguages.ResumeLayout(false);
|
||||
this.tabLanguages.PerformLayout();
|
||||
this.tabAccessibility.ResumeLayout(false);
|
||||
this.tabAccessibility.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bunifuPictureBox1)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
@ -1833,5 +2268,17 @@ namespace XeroBrowser
|
|||
private BunifuButton2 btnBehavior;
|
||||
private BunifuButton2 Appearance;
|
||||
private BunifuButton2 btnPrivacy;
|
||||
private TabPage tabAutofill;
|
||||
private TabPage tabLanguages;
|
||||
private TabPage tabAccessibility;
|
||||
private BunifuButton2 btnLanguages;
|
||||
private BunifuButton2 btnAccessibility;
|
||||
private BunifuButton2 btnAutofill;
|
||||
private BunifuLabel bunifuLabel19;
|
||||
private BunifuSeparator bunifuSeparator7;
|
||||
private BunifuLabel bunifuLabel20;
|
||||
private BunifuSeparator bunifuSeparator8;
|
||||
private BunifuLabel bunifuLabel21;
|
||||
private BunifuSeparator bunifuSeparator9;
|
||||
}
|
||||
}
|
Reference in a new issue