From ee1666217d504d563d254a359f9cfade019818bf Mon Sep 17 00:00:00 2001
From: Diamond Creeper <diamondcreeper@diamondcreeper.org>
Date: Wed, 22 Feb 2023 14:22:31 +1300
Subject: [PATCH] Update Settings

---
 WebBrowser/frmSettings.Designer.cs | 543 ++++++++++++++++++++++++++---
 WebBrowser/frmSettings.cs          |  15 +
 WebBrowser/frmSettings.resx        | 127 +++++--
 3 files changed, 611 insertions(+), 74 deletions(-)

diff --git a/WebBrowser/frmSettings.Designer.cs b/WebBrowser/frmSettings.Designer.cs
index 7ca9db6..063e6b0 100644
--- a/WebBrowser/frmSettings.Designer.cs
+++ b/WebBrowser/frmSettings.Designer.cs
@@ -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;
     }
 }
\ No newline at end of file
diff --git a/WebBrowser/frmSettings.cs b/WebBrowser/frmSettings.cs
index 7c2adc6..63c3568 100644
--- a/WebBrowser/frmSettings.cs
+++ b/WebBrowser/frmSettings.cs
@@ -90,5 +90,20 @@ namespace XeroBrowser
         {
             tabControl1.SelectedIndex = 3;
         }
+
+        private void btnAutofill_Click(object sender, EventArgs e)
+        {
+            tabControl1.SelectedIndex = 4;
+        }
+
+        private void btnLanguages_Click(object sender, EventArgs e)
+        {
+            tabControl1.SelectedIndex = 5;
+        }
+
+        private void btnAccessibility_Click(object sender, EventArgs e)
+        {
+            tabControl1.SelectedIndex = 6;
+        }
     }
 }
diff --git a/WebBrowser/frmSettings.resx b/WebBrowser/frmSettings.resx
index 08cb9ac..26b4e3f 100644
--- a/WebBrowser/frmSettings.resx
+++ b/WebBrowser/frmSettings.resx
@@ -123,17 +123,18 @@
   <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
   <data name="bunifuTextBox1.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
     <value>
-        iVBORw0KGgoAAAANSUhEUgAAAOQAAAAeCAYAAAA8XrLyAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
-        YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIbSURBVHhe7d0/ayJBHMZxy5RXXpnyypRXpkxpmdIyLyGl
-        3b2ElCnvZfin8MRCRMSzEEVEUgYLCSJm7/dMfhMT3BgU3dvA9wNPcTO7dg+zO9xsCgC+kEql8s1yaSkT
-        Qg7OleXca7Ufu/GsWq3+sjxYEkLI0fJo+W0d++51280u/Gk3/H3zA0mn00mGw2EyHo8JIXtmNBqFDtXr
-        9XfF1KrptUvnZQw3tFqtZD6fJwCOZ7FYJO12+7WY1rmS1+89m9BjalgZe71eslqt/CcAHJtWTi/lk3Vv
-        +93SJu50gVbG9XrttwE4lW63G0v5x2u4YYN62eQxFcjIcrl8fa+0VXKzyWP/+KHBRqPhlwLIQlwlrYNF
-        r2MoZFGDmgSQHe3AeiFvvY6hkGUNahJAdiaTSSxk2eu4KaR2fgBkJ+62UkggBygkkCMUEsgRCgnkCIUE
-        coRCAjlCIYEcoZBAjnxUyBsN6tgVgOx89D91LjSoo1cAsqNF0At57XUMhdTh5CdN6EgIgNPTueNmsxkL
-        eeF1fGGDFU3w2ApkI74/Wh60KHoVX9iAzkSGVXI2m/ktAE5BHwKo1WrP6pt1b3MW8i2bCJs7ymAw4Ls6
-        wAloIyeW0XLv9UtnpbyNpdQXBPr9fvgBLa+EkMMynU7DIqeN09gvlXHrUTWNXbT1bVZCyNGib7KmP6bu
-        omJaSpa0T6MTQvbLjUV/luPzVRHA/1Yo/APrevCotLoMyAAAAABJRU5ErkJggg==
+        iVBORw0KGgoAAAANSUhEUgAAAOEAAAAqCAYAAABFnDwNAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
+        YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAJASURBVHhe7d29bhpBFMVxypQpU6ZM6TKly5QuU7r0I7ik
+        yyOkTJnH4KMgiAIhhAgFAiGEXEYUyEKIbO4Z3zW2wI4dGN0U/590CmZ26Y5md4qdCoD/XK1We2s5t1QJ
+        Ia/KJ8t7r9Lr2I1v6vX6F8uNpSCEHJVflu/Wq3desefZhR/thp8P/qDo9XrFeDwuptMpIeQFmUwmqTfN
+        ZvNRGbU6etUO8wKmGzqdTrFcLgsAx1mtVkW3270vo/Xs0iv3mE3oETStgIPBoNhsNv4XAE5BK6QX8db6
+        tv+uaBNfdYFWwO1267cBOKV+v18W8YdXb8cG9fLIIyiQ0Xq9vn9PtNVwt1FjPz5osNVq+aUAcilXQ+vd
+        hVcwlfBCg5oEkJd2Tr2E117BVMKqBjUJIK/ZbFaWsOoV3JVQuzcA8ip3SSkhEIQSAsEoIRCMEgLBKCEQ
+        jBICwSghEIwSAsEoIRCMEgLBKCEQjBICwSghEIwSAsEoIRCMEgLBKCEQjBICwSghEIwSAsGeKuGVBvX5
+        ewB5PfW1tTMN6hP4APLSYucl/OwVTCXUYTC3mtBnugHkoXNe2u12WcIzr+AdG6xpgkdSIJ/yfdByo8XP
+        63fHBnQeRVoNF4uF3wLgVHTYUqPR+K2OWd9251A8ZBNpg0YZjUacUQiciDZjygJavnnlDrMiXpdF1ClN
+        w+Ew/YGWUULIyzOfz9Nipg3PslMq4N5j6CF20d659YSQo6Lz6g8/gj5HZbRcWqqEkH/KleXc8vfVD0CE
+        SuUPlFsgF945+ToAAAAASUVORK5CYII=
 </value>
   </data>
   <data name="bunifuSeparator1.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
@@ -206,15 +207,89 @@
   </data>
   <data name="bunifuSeparator6.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
     <value>
-        iVBORw0KGgoAAAANSUhEUgAAAWoAAAATCAYAAAC5gkdeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
-        YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABKSURBVHhe7dhBDQAwDAOxQh+douz2GIhItaWjkEcKAAAA
-        AAAAAAAAAGCb7j6vkSRlZqglKTxDLUnh/QMEAAAAAAAAAAAAAGCJqguvBZ/EVOaQuwAAAABJRU5ErkJg
-        gg==
+        iVBORw0KGgoAAAANSUhEUgAAATYAAAASCAYAAADR9vI9AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
+        YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABESURBVHhe7dfRCQAgDEPBju46nVL9cIdiuIO3QiAFAAAA
+        AAAAAAAAk7p73bYkpWTYJMVl2CTF9Q4pAAAAAAAAAAA/qDq5qs9OXe18rgAAAABJRU5ErkJggg==
+</value>
+  </data>
+  <data name="bunifuLabel19.BaseStylesheet" xml:space="preserve">
+    <value>#bunifu-label { padding: 0px; font-family: 'Arial'; font-size: 11.25pt; width: 100%; height: 100%; font-style: normal; font-weight: bold; text-decoration: none; color: rgb(0, 0, 0); text-align: left; }</value>
+  </data>
+  <data name="bunifuSeparator7.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAATYAAAASCAYAAADR9vI9AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
+        YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABESURBVHhe7dfRCQAgDEPBju46nVL9cIdiuIO3QiAFAAAA
+        AAAAAAAAk7p73bYkpWTYJMVl2CTF9Q4pAAAAAAAAAAA/qDq5qs9OXe18rgAAAABJRU5ErkJggg==
+</value>
+  </data>
+  <data name="bunifuLabel20.BaseStylesheet" xml:space="preserve">
+    <value>#bunifu-label { padding: 0px; font-family: 'Arial'; font-size: 11.25pt; width: 100%; height: 100%; font-style: normal; font-weight: bold; text-decoration: none; color: rgb(0, 0, 0); text-align: left; }</value>
+  </data>
+  <data name="bunifuSeparator8.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAATYAAAASCAYAAADR9vI9AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
+        YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABESURBVHhe7dfRCQAgDEPBju46nVL9cIdiuIO3QiAFAAAA
+        AAAAAAAAk7p73bYkpWTYJMVl2CTF9Q4pAAAAAAAAAAA/qDq5qs9OXe18rgAAAABJRU5ErkJggg==
+</value>
+  </data>
+  <data name="bunifuLabel21.BaseStylesheet" xml:space="preserve">
+    <value>#bunifu-label { padding: 0px; font-family: 'Arial'; font-size: 11.25pt; width: 100%; height: 100%; font-style: normal; font-weight: bold; text-decoration: none; color: rgb(0, 0, 0); text-align: left; }</value>
+  </data>
+  <data name="bunifuSeparator9.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAATYAAAASCAYAAADR9vI9AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
+        YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABESURBVHhe7dfRCQAgDEPBju46nVL9cIdiuIO3QiAFAAAA
+        AAAAAAAAk7p73bYkpWTYJMVl2CTF9Q4pAAAAAAAAAAA/qDq5qs9OXe18rgAAAABJRU5ErkJggg==
 </value>
   </data>
   <metadata name="bunifuFormDock1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
     <value>17, 17</value>
   </metadata>
+  <data name="btnLanguages.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAAFMAAAAfCAYAAACbKPEXAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
+        YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIWSURBVGhD7ZovbNtAFIcNBwsLBwcLCwsLRyKNTAlKnJCo
+        Ukj5wNjYQKWCSpMKggpKSwsLIxWUVaoUZWm2ZpNWsH0/50Wzk2tip2mB85706WTf3XP85Wyf/0R5o9Vq
+        bTcajVqz2fwKV8bfEpLsWxzHJ5Qx+/zWFDw/SLYHlyQew08I/YBSgtAxaJ9v4b0pKR76R0h0QZLhNPkm
+        g4t7yqt6vf7OFOULOu6C/o1g4g3nDiqmanEwIls07qc6O/MM5MmUhUMjkoYuMge4+g4fTV027Bzph3Yx
+        +hqApvB/sFIXm1AHZzGDarX6xjQmc8h9ZPpVewXw9kDZMZVRxEIv3cApBkJHiUg7V27UZPwFGOJxT6MS
+        l7HubkKNnBzg75Hyi2SepyuclelJZlkfWLw2fcn0SfqakMxghVMcTdZHoQqnOBqZPsdcAxqUfhu5JvB4
+        I5mfWNA8KdjIWQ4OVXZ1X77Dgp4izzVy8mH+Jq81WPCL0DPA30O73d5KZLKioxWzjZzl4O0RjhKRCj2P
+        o+J6tqGzHB3Veg1uKiehpx5U+N1QAfA1ROSBKcyGKtQg1NHJwuD7RXls6sJBg1MN3XRHJ4tEMvDOTNni
+        oMMhDNIJnAl25C4ekbNBhwoM6fx7mmjD+aMj9slz5LLQ3Ikkn+EHjEgW2kjZ0SsdfXP0be6qvUpo6kSy
+        DyTtUt6kNlRm9A3BOefHWj6JUfQPc63TwLqotVoAAAAASUVORK5CYII=
+</value>
+  </data>
+  <data name="btnAccessibility.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAAF0AAAAfCAYAAACF4cGkAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
+        YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIQSURBVGhD7ZovTMNAFIcrkUgkEolEIpEYEgwZautmFhIM
+        HoHDIUgQJCQIFAKLRSJJEDgSkmWM8TcBAd+vewtlHKOMtmbvJV8u7d29Ld9u17u2UdZoNBpTtVpttV6v
+        78C58T7GJA7iON6njHEzbar+HySbhzMSP8EDhL7AWIP4J5Cba1g0dX8P/XIkOiVJp5/c+R2c3VGeV6vV
+        GVOZLeg4B/rVgomdTNzAkikdHozwBo1bqc7O6LTl09SGQyOchi48R3B6Cyum+GvYHO5TSjG0NKBN9Wdw
+        UhfNUAcnH9qVSmXCdCdr8AWk+yqlQPD7SLluyqOIg4t0A6cYEN9NhNtc7puecujge16jHOexdpuhRk6O
+        4PmNclvST9IVTuFcSPq437gqm5ak+2aoZCQ9WOEUhzZF3VCFUxwa6b5GLxENct/+lwy+ryR9kwOtH4ON
+        nPzAtcoj3XeZ5UBPO741cvLFPPce53HgF9MSwPNjs9mcTKRzYl0nBhs5+YHfN9hNhCt0n5eKy8GGTn5o
+        NtFrLKa8F7r7RYXvTgsArx2Er5nqr6EKNQh1dEaDwfxMuWeKw0GDQ/0V0h2d0ZBwBvKxqR0edNiAdjqB
+        8zdsxhg+wgeDDkvQofNLP5GTiVfNFD/O4b+F1pQk2YJ76JIs9CFODz3y1DuNB99WKaOElpQkWybpEeVV
+        6oOc3kujJ8zfq9lkR9EH1AeGKbd2f/cAAAAASUVORK5CYII=
+</value>
+  </data>
+  <data name="btnAutofill.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAAE4AAAAfCAYAAABJePtPAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
+        YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIOSURBVGhD7ZohTMNAFIYrkUgkEolETiIxSzBkU1tXs5DM
+        4BE4HIIEsYQEMYWYxSInlyDmSEiWUQYbJEzA/3dvWdtdSzcCyXrvJV8u7d29cV+u7V2LkzU8z9uqVqvl
+        Wq12ATrC15oTjMN13SZKF+PbluH+PpCsAO6ReAzegOkPWHsgbww4vkdwIMNfPmgfie6QxJ8ltwWM+wVl
+        p1Kp7IiObIGOe4DmjYkt4gkURUt6YKZ5aNwPdbadAZ2IHnNwpqGhSosBL8/gSDRFQ+5penkm0+fEEl3z
+        wEk+CEwdlDmDUqm0IcqCNdo+xFn39FwWOBqhbIg2x8FBN9xASQbyhoE0ubfldmH7B/hwVuBsgzeXuwJT
+        IyUGXE1QnlNcO1yhZKJLcXnYrP83fYrTBe8KUJyxQkmHC9+hqUJJhzNO13BLwsmmW60VgLMexZ3igGsT
+        YyMlCnyxbHGfuosDvvFcaKQsIq6mr9ZxoA+IjMDVqF6vbwbicKLBE/FGShQ4moDLQBqD75hQ8RBvqETh
+        lcnPpKJtGtzxo0J3EQnAjQ9px6IrGqxgA1NHm8Gkekd5JZrMgQY3nJLhjjZDaZhQt6InPdDhBAzCCWxE
+        rr70mRYPdCgCH50/Zoks4pNXXeI97afgegVJzsArGCKZ6UfyBD8h8H9IrheenqsElytIdoikLZS90A/l
+        BX5PbuN+Vs4mzHG+AUv2epMx+Q+JAAAAAElFTkSuQmCC
+</value>
+  </data>
   <data name="Appearance.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
     <value>
         iVBORw0KGgoAAAANSUhEUgAAAF4AAAAfCAYAAABu1nqnAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
@@ -247,17 +322,17 @@
   </data>
   <data name="btnPrivacy.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
     <value>
-        iVBORw0KGgoAAAANSUhEUgAAAE4AAAAfCAYAAABJePtPAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
-        YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIOSURBVGhD7ZohTMNAFIYrkUgkEolETiIxSzBkU1tXs5DM
-        4BE4HIIEsYQEMYWYxSInlyDmSEiWUQYbJEzA/3dvWdtdSzcCyXrvJV8u7d29cV+u7V2LkzU8z9uqVqvl
-        Wq12ATrC15oTjMN13SZKF+PbluH+PpCsAO6ReAzegOkPWHsgbww4vkdwIMNfPmgfie6QxJ8ltwWM+wVl
-        p1Kp7IiObIGOe4DmjYkt4gkURUt6YKZ5aNwPdbadAZ2IHnNwpqGhSosBL8/gSDRFQ+5penkm0+fEEl3z
-        wEk+CEwdlDmDUqm0IcqCNdo+xFn39FwWOBqhbIg2x8FBN9xASQbyhoE0ubfldmH7B/hwVuBsgzeXuwJT
-        IyUGXE1QnlNcO1yhZKJLcXnYrP83fYrTBe8KUJyxQkmHC9+hqUJJhzNO13BLwsmmW60VgLMexZ3igGsT
-        YyMlCnyxbHGfuosDvvFcaKQsIq6mr9ZxoA+IjMDVqF6vbwbicKLBE/FGShQ4moDLQBqD75hQ8RBvqETh
-        lcnPpKJtGtzxo0J3EQnAjQ9px6IrGqxgA1NHm8Gkekd5JZrMgQY3nJLhjjZDaZhQt6InPdDhBAzCCWxE
-        rr70mRYPdCgCH50/Zoks4pNXXeI97afgegVJzsArGCKZ6UfyBD8h8H9IrheenqsElytIdoikLZS90A/l
-        BX5PbuN+Vs4mzHG+AUv2epMx+Q+JAAAAAElFTkSuQmCC
+        iVBORw0KGgoAAAANSUhEUgAAAIwAAAAfCAYAAAA1MiXTAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
+        YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIjSURBVHhe7ZshTMNAFIYrkUgkEolETiIxSzBkU1tXs5DM
+        4BE4HIIEQUKCmELMYpGTSxBzJCTLKIMNEibg/7u30HVHV0B1+1/y5dLe3duS+3K9XlsvawRBsFGtVsu1
+        Wu0MtI1PkUui8fN9/xKlj3HdtGH+fyBZAdwh8Qi8AtcfEDkF0owAx/UB7Nmw/z5oHRLdIkk4TS6WG4z3
+        M8p2pVLZMg2yBTruABrnTCyWnkdQNB3SAzNLgMa9WGexmvTpgmnhDs4saChZRAR8eAIHpsds2JpFlyGR
+        pMeJxDT5DpzkAtfVQYh+qVRaM1WiPZZdCKO7IeEEbgxRNkwXz8NBJ95AiCSQZhDJYmsXbciJRYRwpcDZ
+        Bb743MV1NRIiAo6MUZ5SmFa8QogUOhRGDxFFVnoURht1IjMUxlkhhAtu2A1cFUK44AyjPRiRCU4ueiQg
+        MgNXuhTmGAe8x3Y2EoLAE5ZNPkfaxgHftJprJMQUc2TyCicOtPAVqcCRYb1eX4+EwYkGTyQbCUHgxhic
+        R7Iw+K4DKu6TDYUgvALxMyPTZRJ8EokK7fqKGeBECFkOTZPZYAUbuDqK1QOTyBvKC9PDHWhwzSko3lGs
+        HpQFE8iNaZEe6HAE+vEEYnWwq0z6zJIMdCiCEJ3fp4nE0vPBq8uPa5ZFwftuJDkBL2CAZK4fEfmHr+jy
+        G+urubuhvwRvu5FsH0mbKLuxHxL5ht+htbBeKWcTxfO+AHVhMwbCrkIhAAAAAElFTkSuQmCC
 </value>
   </data>
   <data name="btnBrowser.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">