namespace TweetDuck.Core.Other.Settings { partial class TabSettingsGeneral { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.checkExpandLinks = new System.Windows.Forms.CheckBox(); this.toolTip = new System.Windows.Forms.ToolTip(this.components); this.checkUpdateNotifications = new System.Windows.Forms.CheckBox(); this.btnCheckUpdates = new System.Windows.Forms.Button(); this.labelZoomValue = new System.Windows.Forms.Label(); this.checkBestImageQuality = new System.Windows.Forms.CheckBox(); this.checkOpenSearchInFirstColumn = new System.Windows.Forms.CheckBox(); this.trackBarZoom = new System.Windows.Forms.TrackBar(); this.labelZoom = new System.Windows.Forms.Label(); this.zoomUpdateTimer = new System.Windows.Forms.Timer(this.components); this.labelUI = new System.Windows.Forms.Label(); this.panelZoom = new System.Windows.Forms.Panel(); this.checkAnimatedAvatars = new System.Windows.Forms.CheckBox(); this.labelUpdates = new System.Windows.Forms.Label(); this.flowPanelLeft = new System.Windows.Forms.FlowLayoutPanel(); this.checkFocusDmInput = new System.Windows.Forms.CheckBox(); this.checkKeepLikeFollowDialogsOpen = new System.Windows.Forms.CheckBox(); this.labelBrowserSettings = new System.Windows.Forms.Label(); this.checkSmoothScrolling = new System.Windows.Forms.CheckBox(); this.checkTouchAdjustment = new System.Windows.Forms.CheckBox(); this.checkHardwareAcceleration = new System.Windows.Forms.CheckBox(); this.labelBrowserPath = new System.Windows.Forms.Label(); this.comboBoxCustomBrowser = new System.Windows.Forms.ComboBox(); this.labelSearchEngine = new System.Windows.Forms.Label(); this.comboBoxSearchEngine = new System.Windows.Forms.ComboBox(); this.flowPanelRight = new System.Windows.Forms.FlowLayoutPanel(); this.labelLocales = new System.Windows.Forms.Label(); this.checkSpellCheck = new System.Windows.Forms.CheckBox(); this.labelSpellCheckLanguage = new System.Windows.Forms.Label(); this.comboBoxSpellCheckLanguage = new System.Windows.Forms.ComboBox(); this.labelTranslationTarget = new System.Windows.Forms.Label(); this.comboBoxTranslationTarget = new System.Windows.Forms.ComboBox(); this.labelFirstDayOfWeek = new System.Windows.Forms.Label(); this.comboBoxFirstDayOfWeek = new System.Windows.Forms.ComboBox(); this.labelExternalApplications = new System.Windows.Forms.Label(); this.panelCustomBrowser = new System.Windows.Forms.Panel(); this.btnCustomBrowserChange = new System.Windows.Forms.Button(); this.labelVideoPlayerPath = new System.Windows.Forms.Label(); this.panelCustomVideoPlayer = new System.Windows.Forms.Panel(); this.comboBoxCustomVideoPlayer = new System.Windows.Forms.ComboBox(); this.btnCustomVideoPlayerChange = new System.Windows.Forms.Button(); this.panelSeparator = new System.Windows.Forms.Panel(); ((System.ComponentModel.ISupportInitialize)(this.trackBarZoom)).BeginInit(); this.panelZoom.SuspendLayout(); this.flowPanelLeft.SuspendLayout(); this.flowPanelRight.SuspendLayout(); this.panelCustomBrowser.SuspendLayout(); this.panelCustomVideoPlayer.SuspendLayout(); this.SuspendLayout(); // // checkExpandLinks // this.checkExpandLinks.AutoSize = true; this.checkExpandLinks.Font = new System.Drawing.Font("Segoe UI", 9F); this.checkExpandLinks.Location = new System.Drawing.Point(6, 26); this.checkExpandLinks.Margin = new System.Windows.Forms.Padding(6, 6, 3, 2); this.checkExpandLinks.Name = "checkExpandLinks"; this.checkExpandLinks.Size = new System.Drawing.Size(176, 19); this.checkExpandLinks.TabIndex = 1; this.checkExpandLinks.Text = "Expand Links When Hovered"; this.checkExpandLinks.UseVisualStyleBackColor = true; // // checkUpdateNotifications // this.checkUpdateNotifications.AutoSize = true; this.checkUpdateNotifications.Font = new System.Drawing.Font("Segoe UI", 9F); this.checkUpdateNotifications.Location = new System.Drawing.Point(6, 403); this.checkUpdateNotifications.Margin = new System.Windows.Forms.Padding(6, 6, 3, 2); this.checkUpdateNotifications.Name = "checkUpdateNotifications"; this.checkUpdateNotifications.Size = new System.Drawing.Size(182, 19); this.checkUpdateNotifications.TabIndex = 14; this.checkUpdateNotifications.Text = "Check Updates Automatically"; this.checkUpdateNotifications.UseVisualStyleBackColor = true; // // btnCheckUpdates // this.btnCheckUpdates.AutoSize = true; this.btnCheckUpdates.Font = new System.Drawing.Font("Segoe UI", 9F); this.btnCheckUpdates.Location = new System.Drawing.Point(5, 427); this.btnCheckUpdates.Margin = new System.Windows.Forms.Padding(5, 3, 3, 3); this.btnCheckUpdates.Name = "btnCheckUpdates"; this.btnCheckUpdates.Padding = new System.Windows.Forms.Padding(2, 0, 2, 0); this.btnCheckUpdates.Size = new System.Drawing.Size(128, 25); this.btnCheckUpdates.TabIndex = 15; this.btnCheckUpdates.Text = "Check Updates Now"; this.btnCheckUpdates.UseVisualStyleBackColor = true; // // labelZoomValue // this.labelZoomValue.BackColor = System.Drawing.Color.Transparent; this.labelZoomValue.Font = new System.Drawing.Font("Segoe UI", 9F); this.labelZoomValue.Location = new System.Drawing.Point(147, 4); this.labelZoomValue.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0); this.labelZoomValue.Name = "labelZoomValue"; this.labelZoomValue.Size = new System.Drawing.Size(38, 13); this.labelZoomValue.TabIndex = 1; this.labelZoomValue.Text = "100%"; this.labelZoomValue.TextAlign = System.Drawing.ContentAlignment.TopRight; // // checkBestImageQuality // this.checkBestImageQuality.AutoSize = true; this.checkBestImageQuality.Font = new System.Drawing.Font("Segoe UI", 9F); this.checkBestImageQuality.Location = new System.Drawing.Point(6, 122); this.checkBestImageQuality.Margin = new System.Windows.Forms.Padding(6, 3, 3, 2); this.checkBestImageQuality.Name = "checkBestImageQuality"; this.checkBestImageQuality.Size = new System.Drawing.Size(125, 19); this.checkBestImageQuality.TabIndex = 5; this.checkBestImageQuality.Text = "Best Image Quality"; this.checkBestImageQuality.UseVisualStyleBackColor = true; // // checkOpenSearchInFirstColumn // this.checkOpenSearchInFirstColumn.AutoSize = true; this.checkOpenSearchInFirstColumn.Font = new System.Drawing.Font("Segoe UI", 9F); this.checkOpenSearchInFirstColumn.Location = new System.Drawing.Point(6, 74); this.checkOpenSearchInFirstColumn.Margin = new System.Windows.Forms.Padding(6, 3, 3, 2); this.checkOpenSearchInFirstColumn.Name = "checkOpenSearchInFirstColumn"; this.checkOpenSearchInFirstColumn.Size = new System.Drawing.Size(245, 19); this.checkOpenSearchInFirstColumn.TabIndex = 3; this.checkOpenSearchInFirstColumn.Text = "Add Search Columns Before First Column"; this.checkOpenSearchInFirstColumn.UseVisualStyleBackColor = true; // // trackBarZoom // this.trackBarZoom.AutoSize = false; this.trackBarZoom.BackColor = System.Drawing.SystemColors.Control; this.trackBarZoom.LargeChange = 25; this.trackBarZoom.Location = new System.Drawing.Point(3, 3); this.trackBarZoom.Maximum = 200; this.trackBarZoom.Minimum = 50; this.trackBarZoom.Name = "trackBarZoom"; this.trackBarZoom.Size = new System.Drawing.Size(148, 30); this.trackBarZoom.SmallChange = 5; this.trackBarZoom.TabIndex = 0; this.trackBarZoom.TickFrequency = 25; this.trackBarZoom.Value = 100; // // labelZoom // this.labelZoom.AutoSize = true; this.labelZoom.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold); this.labelZoom.Location = new System.Drawing.Point(3, 299); this.labelZoom.Margin = new System.Windows.Forms.Padding(3, 12, 3, 0); this.labelZoom.Name = "labelZoom"; this.labelZoom.Size = new System.Drawing.Size(39, 15); this.labelZoom.TabIndex = 11; this.labelZoom.Text = "Zoom"; // // zoomUpdateTimer // this.zoomUpdateTimer.Interval = 250; this.zoomUpdateTimer.Tick += new System.EventHandler(this.zoomUpdateTimer_Tick); // // labelUI // this.labelUI.AutoSize = true; this.labelUI.Font = new System.Drawing.Font("Segoe UI Semibold", 10.5F, System.Drawing.FontStyle.Bold); this.labelUI.Location = new System.Drawing.Point(0, 0); this.labelUI.Margin = new System.Windows.Forms.Padding(0, 0, 0, 1); this.labelUI.Name = "labelUI"; this.labelUI.Size = new System.Drawing.Size(118, 19); this.labelUI.TabIndex = 0; this.labelUI.Text = "USER INTERFACE"; // // panelZoom // this.panelZoom.Controls.Add(this.trackBarZoom); this.panelZoom.Controls.Add(this.labelZoomValue); this.panelZoom.Location = new System.Drawing.Point(0, 315); this.panelZoom.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0); this.panelZoom.Name = "panelZoom"; this.panelZoom.Size = new System.Drawing.Size(300, 35); this.panelZoom.TabIndex = 12; // // checkAnimatedAvatars // this.checkAnimatedAvatars.AutoSize = true; this.checkAnimatedAvatars.Font = new System.Drawing.Font("Segoe UI", 9F); this.checkAnimatedAvatars.Location = new System.Drawing.Point(6, 146); this.checkAnimatedAvatars.Margin = new System.Windows.Forms.Padding(6, 3, 3, 2); this.checkAnimatedAvatars.Name = "checkAnimatedAvatars"; this.checkAnimatedAvatars.Size = new System.Drawing.Size(158, 19); this.checkAnimatedAvatars.TabIndex = 6; this.checkAnimatedAvatars.Text = "Enable Animated Avatars"; this.checkAnimatedAvatars.UseVisualStyleBackColor = true; // // labelUpdates // this.labelUpdates.AutoSize = true; this.labelUpdates.Font = new System.Drawing.Font("Segoe UI Semibold", 10.5F, System.Drawing.FontStyle.Bold); this.labelUpdates.Location = new System.Drawing.Point(0, 377); this.labelUpdates.Margin = new System.Windows.Forms.Padding(0, 27, 0, 1); this.labelUpdates.Name = "labelUpdates"; this.labelUpdates.Size = new System.Drawing.Size(69, 19); this.labelUpdates.TabIndex = 13; this.labelUpdates.Text = "UPDATES"; // // flowPanelLeft // this.flowPanelLeft.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.flowPanelLeft.Controls.Add(this.labelUI); this.flowPanelLeft.Controls.Add(this.checkExpandLinks); this.flowPanelLeft.Controls.Add(this.checkFocusDmInput); this.flowPanelLeft.Controls.Add(this.checkOpenSearchInFirstColumn); this.flowPanelLeft.Controls.Add(this.checkKeepLikeFollowDialogsOpen); this.flowPanelLeft.Controls.Add(this.checkBestImageQuality); this.flowPanelLeft.Controls.Add(this.checkAnimatedAvatars); this.flowPanelLeft.Controls.Add(this.labelBrowserSettings); this.flowPanelLeft.Controls.Add(this.checkSmoothScrolling); this.flowPanelLeft.Controls.Add(this.checkTouchAdjustment); this.flowPanelLeft.Controls.Add(this.checkHardwareAcceleration); this.flowPanelLeft.Controls.Add(this.labelZoom); this.flowPanelLeft.Controls.Add(this.panelZoom); this.flowPanelLeft.Controls.Add(this.labelUpdates); this.flowPanelLeft.Controls.Add(this.checkUpdateNotifications); this.flowPanelLeft.Controls.Add(this.btnCheckUpdates); this.flowPanelLeft.FlowDirection = System.Windows.Forms.FlowDirection.TopDown; this.flowPanelLeft.Location = new System.Drawing.Point(9, 9); this.flowPanelLeft.Name = "flowPanelLeft"; this.flowPanelLeft.Size = new System.Drawing.Size(300, 462); this.flowPanelLeft.TabIndex = 0; this.flowPanelLeft.WrapContents = false; // // checkFocusDmInput // this.checkFocusDmInput.AutoSize = true; this.checkFocusDmInput.Font = new System.Drawing.Font("Segoe UI", 9F); this.checkFocusDmInput.Location = new System.Drawing.Point(6, 50); this.checkFocusDmInput.Margin = new System.Windows.Forms.Padding(6, 3, 3, 2); this.checkFocusDmInput.Name = "checkFocusDmInput"; this.checkFocusDmInput.Size = new System.Drawing.Size(282, 19); this.checkFocusDmInput.TabIndex = 2; this.checkFocusDmInput.Text = "Focus Input Field When Opening Direct Message"; this.checkFocusDmInput.UseVisualStyleBackColor = true; // // checkKeepLikeFollowDialogsOpen // this.checkKeepLikeFollowDialogsOpen.AutoSize = true; this.checkKeepLikeFollowDialogsOpen.Font = new System.Drawing.Font("Segoe UI", 9F); this.checkKeepLikeFollowDialogsOpen.Location = new System.Drawing.Point(6, 98); this.checkKeepLikeFollowDialogsOpen.Margin = new System.Windows.Forms.Padding(6, 3, 3, 2); this.checkKeepLikeFollowDialogsOpen.Name = "checkKeepLikeFollowDialogsOpen"; this.checkKeepLikeFollowDialogsOpen.Size = new System.Drawing.Size(190, 19); this.checkKeepLikeFollowDialogsOpen.TabIndex = 4; this.checkKeepLikeFollowDialogsOpen.Text = "Keep Like/Follow Dialogs Open"; this.checkKeepLikeFollowDialogsOpen.UseVisualStyleBackColor = true; // // labelBrowserSettings // this.labelBrowserSettings.AutoSize = true; this.labelBrowserSettings.Font = new System.Drawing.Font("Segoe UI Semibold", 10.5F, System.Drawing.FontStyle.Bold); this.labelBrowserSettings.Location = new System.Drawing.Point(0, 192); this.labelBrowserSettings.Margin = new System.Windows.Forms.Padding(0, 25, 0, 1); this.labelBrowserSettings.Name = "labelBrowserSettings"; this.labelBrowserSettings.Size = new System.Drawing.Size(143, 19); this.labelBrowserSettings.TabIndex = 7; this.labelBrowserSettings.Text = "BROWSER SETTINGS"; // // checkSmoothScrolling // this.checkSmoothScrolling.AutoSize = true; this.checkSmoothScrolling.Font = new System.Drawing.Font("Segoe UI", 9F); this.checkSmoothScrolling.Location = new System.Drawing.Point(6, 218); this.checkSmoothScrolling.Margin = new System.Windows.Forms.Padding(6, 6, 3, 2); this.checkSmoothScrolling.Name = "checkSmoothScrolling"; this.checkSmoothScrolling.Size = new System.Drawing.Size(117, 19); this.checkSmoothScrolling.TabIndex = 8; this.checkSmoothScrolling.Text = "Smooth Scrolling"; this.checkSmoothScrolling.UseVisualStyleBackColor = true; // // checkTouchAdjustment // this.checkTouchAdjustment.AutoSize = true; this.checkTouchAdjustment.Font = new System.Drawing.Font("Segoe UI", 9F); this.checkTouchAdjustment.Location = new System.Drawing.Point(6, 242); this.checkTouchAdjustment.Margin = new System.Windows.Forms.Padding(6, 3, 3, 2); this.checkTouchAdjustment.Name = "checkTouchAdjustment"; this.checkTouchAdjustment.Size = new System.Drawing.Size(163, 19); this.checkTouchAdjustment.TabIndex = 9; this.checkTouchAdjustment.Text = "Touch Screen Adjustment"; this.checkTouchAdjustment.UseVisualStyleBackColor = true; // // checkHardwareAcceleration // this.checkHardwareAcceleration.AutoSize = true; this.checkHardwareAcceleration.Font = new System.Drawing.Font("Segoe UI", 9F); this.checkHardwareAcceleration.Location = new System.Drawing.Point(6, 266); this.checkHardwareAcceleration.Margin = new System.Windows.Forms.Padding(6, 3, 3, 2); this.checkHardwareAcceleration.Name = "checkHardwareAcceleration"; this.checkHardwareAcceleration.Size = new System.Drawing.Size(146, 19); this.checkHardwareAcceleration.TabIndex = 10; this.checkHardwareAcceleration.Text = "Hardware Acceleration"; this.checkHardwareAcceleration.UseVisualStyleBackColor = true; // // labelBrowserPath // this.labelBrowserPath.AutoSize = true; this.labelBrowserPath.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold); this.labelBrowserPath.Location = new System.Drawing.Point(3, 275); this.labelBrowserPath.Margin = new System.Windows.Forms.Padding(3, 12, 3, 0); this.labelBrowserPath.Name = "labelBrowserPath"; this.labelBrowserPath.Size = new System.Drawing.Size(104, 15); this.labelBrowserPath.TabIndex = 9; this.labelBrowserPath.Text = "Open Links With..."; // // comboBoxCustomBrowser // this.comboBoxCustomBrowser.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxCustomBrowser.Font = new System.Drawing.Font("Segoe UI", 9F); this.comboBoxCustomBrowser.FormattingEnabled = true; this.comboBoxCustomBrowser.Location = new System.Drawing.Point(5, 1); this.comboBoxCustomBrowser.Margin = new System.Windows.Forms.Padding(5, 1, 3, 0); this.comboBoxCustomBrowser.Name = "comboBoxCustomBrowser"; this.comboBoxCustomBrowser.Size = new System.Drawing.Size(173, 23); this.comboBoxCustomBrowser.TabIndex = 0; // // labelSearchEngine // this.labelSearchEngine.AutoSize = true; this.labelSearchEngine.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold); this.labelSearchEngine.Location = new System.Drawing.Point(3, 389); this.labelSearchEngine.Margin = new System.Windows.Forms.Padding(3, 12, 3, 0); this.labelSearchEngine.Name = "labelSearchEngine"; this.labelSearchEngine.Size = new System.Drawing.Size(82, 15); this.labelSearchEngine.TabIndex = 13; this.labelSearchEngine.Text = "Search Engine"; // // comboBoxSearchEngine // this.comboBoxSearchEngine.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxSearchEngine.Font = new System.Drawing.Font("Segoe UI", 9F); this.comboBoxSearchEngine.FormattingEnabled = true; this.comboBoxSearchEngine.Location = new System.Drawing.Point(5, 408); this.comboBoxSearchEngine.Margin = new System.Windows.Forms.Padding(5, 4, 3, 3); this.comboBoxSearchEngine.Name = "comboBoxSearchEngine"; this.comboBoxSearchEngine.Size = new System.Drawing.Size(173, 23); this.comboBoxSearchEngine.TabIndex = 14; // // flowPanelRight // this.flowPanelRight.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.flowPanelRight.Controls.Add(this.labelLocales); this.flowPanelRight.Controls.Add(this.checkSpellCheck); this.flowPanelRight.Controls.Add(this.labelSpellCheckLanguage); this.flowPanelRight.Controls.Add(this.comboBoxSpellCheckLanguage); this.flowPanelRight.Controls.Add(this.labelTranslationTarget); this.flowPanelRight.Controls.Add(this.comboBoxTranslationTarget); this.flowPanelRight.Controls.Add(this.labelFirstDayOfWeek); this.flowPanelRight.Controls.Add(this.comboBoxFirstDayOfWeek); this.flowPanelRight.Controls.Add(this.labelExternalApplications); this.flowPanelRight.Controls.Add(this.labelBrowserPath); this.flowPanelRight.Controls.Add(this.panelCustomBrowser); this.flowPanelRight.Controls.Add(this.labelVideoPlayerPath); this.flowPanelRight.Controls.Add(this.panelCustomVideoPlayer); this.flowPanelRight.Controls.Add(this.labelSearchEngine); this.flowPanelRight.Controls.Add(this.comboBoxSearchEngine); this.flowPanelRight.FlowDirection = System.Windows.Forms.FlowDirection.TopDown; this.flowPanelRight.Location = new System.Drawing.Point(322, 9); this.flowPanelRight.Name = "flowPanelRight"; this.flowPanelRight.Size = new System.Drawing.Size(300, 462); this.flowPanelRight.TabIndex = 1; this.flowPanelRight.WrapContents = false; // // labelLocales // this.labelLocales.AutoSize = true; this.labelLocales.Font = new System.Drawing.Font("Segoe UI Semibold", 10.5F, System.Drawing.FontStyle.Bold); this.labelLocales.Location = new System.Drawing.Point(0, 0); this.labelLocales.Margin = new System.Windows.Forms.Padding(0, 0, 0, 1); this.labelLocales.Name = "labelLocales"; this.labelLocales.Size = new System.Drawing.Size(67, 19); this.labelLocales.TabIndex = 0; this.labelLocales.Text = "LOCALES"; // // checkSpellCheck // this.checkSpellCheck.AutoSize = true; this.checkSpellCheck.Font = new System.Drawing.Font("Segoe UI", 9F); this.checkSpellCheck.Location = new System.Drawing.Point(6, 26); this.checkSpellCheck.Margin = new System.Windows.Forms.Padding(6, 6, 3, 2); this.checkSpellCheck.Name = "checkSpellCheck"; this.checkSpellCheck.Size = new System.Drawing.Size(125, 19); this.checkSpellCheck.TabIndex = 1; this.checkSpellCheck.Text = "Enable Spell Check"; this.checkSpellCheck.UseVisualStyleBackColor = true; // // labelSpellCheckLanguage // this.labelSpellCheckLanguage.AutoSize = true; this.labelSpellCheckLanguage.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold); this.labelSpellCheckLanguage.Location = new System.Drawing.Point(3, 59); this.labelSpellCheckLanguage.Margin = new System.Windows.Forms.Padding(3, 12, 3, 0); this.labelSpellCheckLanguage.Name = "labelSpellCheckLanguage"; this.labelSpellCheckLanguage.Size = new System.Drawing.Size(123, 15); this.labelSpellCheckLanguage.TabIndex = 2; this.labelSpellCheckLanguage.Text = "Spell Check Language"; // // comboBoxSpellCheckLanguage // this.comboBoxSpellCheckLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxSpellCheckLanguage.Font = new System.Drawing.Font("Segoe UI", 9F); this.comboBoxSpellCheckLanguage.FormattingEnabled = true; this.comboBoxSpellCheckLanguage.Location = new System.Drawing.Point(5, 78); this.comboBoxSpellCheckLanguage.Margin = new System.Windows.Forms.Padding(5, 4, 3, 3); this.comboBoxSpellCheckLanguage.Name = "comboBoxSpellCheckLanguage"; this.comboBoxSpellCheckLanguage.Size = new System.Drawing.Size(290, 23); this.comboBoxSpellCheckLanguage.TabIndex = 3; // // labelTranslationTarget // this.labelTranslationTarget.AutoSize = true; this.labelTranslationTarget.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold); this.labelTranslationTarget.Location = new System.Drawing.Point(3, 116); this.labelTranslationTarget.Margin = new System.Windows.Forms.Padding(3, 12, 3, 0); this.labelTranslationTarget.Name = "labelTranslationTarget"; this.labelTranslationTarget.Size = new System.Drawing.Size(142, 15); this.labelTranslationTarget.TabIndex = 4; this.labelTranslationTarget.Text = "Bing Translator Language"; // // comboBoxTranslationTarget // this.comboBoxTranslationTarget.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxTranslationTarget.Font = new System.Drawing.Font("Segoe UI", 9F); this.comboBoxTranslationTarget.FormattingEnabled = true; this.comboBoxTranslationTarget.Location = new System.Drawing.Point(5, 135); this.comboBoxTranslationTarget.Margin = new System.Windows.Forms.Padding(5, 4, 3, 3); this.comboBoxTranslationTarget.Name = "comboBoxTranslationTarget"; this.comboBoxTranslationTarget.Size = new System.Drawing.Size(290, 23); this.comboBoxTranslationTarget.TabIndex = 5; // // labelFirstDayOfWeek // this.labelFirstDayOfWeek.AutoSize = true; this.labelFirstDayOfWeek.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold); this.labelFirstDayOfWeek.Location = new System.Drawing.Point(3, 173); this.labelFirstDayOfWeek.Margin = new System.Windows.Forms.Padding(3, 12, 3, 0); this.labelFirstDayOfWeek.Name = "labelFirstDayOfWeek"; this.labelFirstDayOfWeek.Size = new System.Drawing.Size(125, 15); this.labelFirstDayOfWeek.TabIndex = 6; this.labelFirstDayOfWeek.Text = "First Day Of The Week"; // // comboBoxFirstDayOfWeek // this.comboBoxFirstDayOfWeek.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxFirstDayOfWeek.Font = new System.Drawing.Font("Segoe UI", 9F); this.comboBoxFirstDayOfWeek.FormattingEnabled = true; this.comboBoxFirstDayOfWeek.Location = new System.Drawing.Point(5, 192); this.comboBoxFirstDayOfWeek.Margin = new System.Windows.Forms.Padding(5, 4, 3, 3); this.comboBoxFirstDayOfWeek.Name = "comboBoxFirstDayOfWeek"; this.comboBoxFirstDayOfWeek.Size = new System.Drawing.Size(173, 23); this.comboBoxFirstDayOfWeek.TabIndex = 7; // // labelExternalApplications // this.labelExternalApplications.AutoSize = true; this.labelExternalApplications.Font = new System.Drawing.Font("Segoe UI Semibold", 10.5F, System.Drawing.FontStyle.Bold); this.labelExternalApplications.Location = new System.Drawing.Point(0, 243); this.labelExternalApplications.Margin = new System.Windows.Forms.Padding(0, 25, 0, 1); this.labelExternalApplications.Name = "labelExternalApplications"; this.labelExternalApplications.Size = new System.Drawing.Size(176, 19); this.labelExternalApplications.TabIndex = 8; this.labelExternalApplications.Text = "EXTERNAL APPLICATIONS"; // // panelCustomBrowser // this.panelCustomBrowser.Controls.Add(this.comboBoxCustomBrowser); this.panelCustomBrowser.Controls.Add(this.btnCustomBrowserChange); this.panelCustomBrowser.Location = new System.Drawing.Point(0, 293); this.panelCustomBrowser.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3); this.panelCustomBrowser.Name = "panelCustomBrowser"; this.panelCustomBrowser.Size = new System.Drawing.Size(300, 24); this.panelCustomBrowser.TabIndex = 10; // // btnCustomBrowserChange // this.btnCustomBrowserChange.AutoSize = true; this.btnCustomBrowserChange.Font = new System.Drawing.Font("Segoe UI", 9F); this.btnCustomBrowserChange.Location = new System.Drawing.Point(186, 0); this.btnCustomBrowserChange.Margin = new System.Windows.Forms.Padding(5, 0, 3, 0); this.btnCustomBrowserChange.Name = "btnCustomBrowserChange"; this.btnCustomBrowserChange.Padding = new System.Windows.Forms.Padding(2, 0, 2, 0); this.btnCustomBrowserChange.Size = new System.Drawing.Size(71, 25); this.btnCustomBrowserChange.TabIndex = 1; this.btnCustomBrowserChange.Text = "Change..."; this.btnCustomBrowserChange.UseVisualStyleBackColor = true; this.btnCustomBrowserChange.Visible = false; // // labelVideoPlayerPath // this.labelVideoPlayerPath.AutoSize = true; this.labelVideoPlayerPath.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold); this.labelVideoPlayerPath.Location = new System.Drawing.Point(3, 332); this.labelVideoPlayerPath.Margin = new System.Windows.Forms.Padding(3, 12, 3, 0); this.labelVideoPlayerPath.Name = "labelVideoPlayerPath"; this.labelVideoPlayerPath.Size = new System.Drawing.Size(106, 15); this.labelVideoPlayerPath.TabIndex = 11; this.labelVideoPlayerPath.Text = "Play Videos With..."; // // panelCustomVideoPlayer // this.panelCustomVideoPlayer.Controls.Add(this.comboBoxCustomVideoPlayer); this.panelCustomVideoPlayer.Controls.Add(this.btnCustomVideoPlayerChange); this.panelCustomVideoPlayer.Location = new System.Drawing.Point(0, 350); this.panelCustomVideoPlayer.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3); this.panelCustomVideoPlayer.Name = "panelCustomVideoPlayer"; this.panelCustomVideoPlayer.Size = new System.Drawing.Size(300, 24); this.panelCustomVideoPlayer.TabIndex = 12; // // comboBoxCustomVideoPlayer // this.comboBoxCustomVideoPlayer.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxCustomVideoPlayer.Font = new System.Drawing.Font("Segoe UI", 9F); this.comboBoxCustomVideoPlayer.FormattingEnabled = true; this.comboBoxCustomVideoPlayer.Location = new System.Drawing.Point(5, 1); this.comboBoxCustomVideoPlayer.Margin = new System.Windows.Forms.Padding(5, 1, 3, 0); this.comboBoxCustomVideoPlayer.Name = "comboBoxCustomVideoPlayer"; this.comboBoxCustomVideoPlayer.Size = new System.Drawing.Size(173, 23); this.comboBoxCustomVideoPlayer.TabIndex = 0; // // btnCustomVideoPlayerChange // this.btnCustomVideoPlayerChange.AutoSize = true; this.btnCustomVideoPlayerChange.Font = new System.Drawing.Font("Segoe UI", 9F); this.btnCustomVideoPlayerChange.Location = new System.Drawing.Point(186, 0); this.btnCustomVideoPlayerChange.Margin = new System.Windows.Forms.Padding(5, 0, 3, 0); this.btnCustomVideoPlayerChange.Name = "btnCustomVideoPlayerChange"; this.btnCustomVideoPlayerChange.Padding = new System.Windows.Forms.Padding(2, 0, 2, 0); this.btnCustomVideoPlayerChange.Size = new System.Drawing.Size(71, 25); this.btnCustomVideoPlayerChange.TabIndex = 1; this.btnCustomVideoPlayerChange.Text = "Change..."; this.btnCustomVideoPlayerChange.UseVisualStyleBackColor = true; this.btnCustomVideoPlayerChange.Visible = false; // // panelSeparator // this.panelSeparator.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.panelSeparator.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200))))); this.panelSeparator.Location = new System.Drawing.Point(312, 0); this.panelSeparator.Margin = new System.Windows.Forms.Padding(0, 0, 6, 0); this.panelSeparator.Name = "panelSeparator"; this.panelSeparator.Size = new System.Drawing.Size(1, 480); this.panelSeparator.TabIndex = 2; // // TabSettingsGeneral // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.panelSeparator); this.Controls.Add(this.flowPanelRight); this.Controls.Add(this.flowPanelLeft); this.Name = "TabSettingsGeneral"; this.Size = new System.Drawing.Size(631, 480); ((System.ComponentModel.ISupportInitialize)(this.trackBarZoom)).EndInit(); this.panelZoom.ResumeLayout(false); this.flowPanelLeft.ResumeLayout(false); this.flowPanelLeft.PerformLayout(); this.flowPanelRight.ResumeLayout(false); this.flowPanelRight.PerformLayout(); this.panelCustomBrowser.ResumeLayout(false); this.panelCustomBrowser.PerformLayout(); this.panelCustomVideoPlayer.ResumeLayout(false); this.panelCustomVideoPlayer.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.CheckBox checkExpandLinks; private System.Windows.Forms.ToolTip toolTip; private System.Windows.Forms.CheckBox checkUpdateNotifications; private System.Windows.Forms.Button btnCheckUpdates; private System.Windows.Forms.Label labelZoom; private System.Windows.Forms.Label labelZoomValue; private System.Windows.Forms.TrackBar trackBarZoom; private System.Windows.Forms.Timer zoomUpdateTimer; private System.Windows.Forms.Label labelUI; private System.Windows.Forms.Panel panelZoom; private System.Windows.Forms.Label labelUpdates; private System.Windows.Forms.CheckBox checkBestImageQuality; private System.Windows.Forms.CheckBox checkOpenSearchInFirstColumn; private System.Windows.Forms.CheckBox checkAnimatedAvatars; private System.Windows.Forms.FlowLayoutPanel flowPanelLeft; private System.Windows.Forms.CheckBox checkKeepLikeFollowDialogsOpen; private System.Windows.Forms.Label labelBrowserPath; private System.Windows.Forms.ComboBox comboBoxCustomBrowser; private System.Windows.Forms.Label labelBrowserSettings; private System.Windows.Forms.CheckBox checkSmoothScrolling; private System.Windows.Forms.Label labelSearchEngine; private System.Windows.Forms.ComboBox comboBoxSearchEngine; private System.Windows.Forms.CheckBox checkTouchAdjustment; private System.Windows.Forms.FlowLayoutPanel flowPanelRight; private System.Windows.Forms.Panel panelSeparator; private System.Windows.Forms.Label labelLocales; private System.Windows.Forms.CheckBox checkSpellCheck; private System.Windows.Forms.Label labelSpellCheckLanguage; private System.Windows.Forms.ComboBox comboBoxSpellCheckLanguage; private System.Windows.Forms.Label labelTranslationTarget; private System.Windows.Forms.ComboBox comboBoxTranslationTarget; private System.Windows.Forms.CheckBox checkHardwareAcceleration; private System.Windows.Forms.CheckBox checkFocusDmInput; private System.Windows.Forms.Panel panelCustomBrowser; private System.Windows.Forms.Button btnCustomBrowserChange; private System.Windows.Forms.Label labelVideoPlayerPath; private System.Windows.Forms.Panel panelCustomVideoPlayer; private System.Windows.Forms.ComboBox comboBoxCustomVideoPlayer; private System.Windows.Forms.Button btnCustomVideoPlayerChange; private System.Windows.Forms.Label labelExternalApplications; private System.Windows.Forms.Label labelFirstDayOfWeek; private System.Windows.Forms.ComboBox comboBoxFirstDayOfWeek; } }