namespace TweetDuck.Core.Other.Settings { partial class TabSettingsAdvanced { /// <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.btnClearCache = new System.Windows.Forms.Button(); this.toolTip = new System.Windows.Forms.ToolTip(this.components); this.btnEditCefArgs = new System.Windows.Forms.Button(); this.btnEditCSS = new System.Windows.Forms.Button(); this.btnRestartArgs = new System.Windows.Forms.Button(); this.btnRestart = new System.Windows.Forms.Button(); this.btnOpenAppFolder = new System.Windows.Forms.Button(); this.btnOpenDataFolder = new System.Windows.Forms.Button(); this.numClearCacheThreshold = new TweetDuck.Core.Controls.NumericUpDownEx(); this.checkClearCacheAuto = new System.Windows.Forms.CheckBox(); this.labelApp = new System.Windows.Forms.Label(); this.panelAppButtons = new System.Windows.Forms.Panel(); this.labelCache = new System.Windows.Forms.Label(); this.panelClearCacheAuto = new System.Windows.Forms.Panel(); this.panelConfiguration = new System.Windows.Forms.Panel(); this.labelConfiguration = new System.Windows.Forms.Label(); this.flowPanel = new System.Windows.Forms.FlowLayoutPanel(); this.labelDevTools = new System.Windows.Forms.Label(); this.checkDevToolsWindowOnTop = new System.Windows.Forms.CheckBox(); ((System.ComponentModel.ISupportInitialize)(this.numClearCacheThreshold)).BeginInit(); this.panelAppButtons.SuspendLayout(); this.panelClearCacheAuto.SuspendLayout(); this.panelConfiguration.SuspendLayout(); this.flowPanel.SuspendLayout(); this.SuspendLayout(); // // btnClearCache // this.btnClearCache.Font = new System.Drawing.Font("Segoe UI", 9F); this.btnClearCache.Location = new System.Drawing.Point(5, 135); this.btnClearCache.Margin = new System.Windows.Forms.Padding(5, 3, 3, 3); this.btnClearCache.Name = "btnClearCache"; this.btnClearCache.Size = new System.Drawing.Size(143, 25); this.btnClearCache.TabIndex = 3; this.btnClearCache.Text = "Clear Cache (...)"; this.btnClearCache.UseVisualStyleBackColor = true; // // btnEditCefArgs // this.btnEditCefArgs.Font = new System.Drawing.Font("Segoe UI", 9F); this.btnEditCefArgs.Location = new System.Drawing.Point(5, 3); this.btnEditCefArgs.Margin = new System.Windows.Forms.Padding(5, 3, 3, 3); this.btnEditCefArgs.Name = "btnEditCefArgs"; this.btnEditCefArgs.Size = new System.Drawing.Size(143, 25); this.btnEditCefArgs.TabIndex = 0; this.btnEditCefArgs.Text = "Edit CEF Arguments"; this.btnEditCefArgs.UseVisualStyleBackColor = true; // // btnEditCSS // this.btnEditCSS.Font = new System.Drawing.Font("Segoe UI", 9F); this.btnEditCSS.Location = new System.Drawing.Point(154, 3); this.btnEditCSS.Name = "btnEditCSS"; this.btnEditCSS.Size = new System.Drawing.Size(143, 25); this.btnEditCSS.TabIndex = 1; this.btnEditCSS.Text = "Edit CSS"; this.btnEditCSS.UseVisualStyleBackColor = true; // // btnRestartArgs // this.btnRestartArgs.Font = new System.Drawing.Font("Segoe UI", 9F); this.btnRestartArgs.Location = new System.Drawing.Point(154, 32); this.btnRestartArgs.Name = "btnRestartArgs"; this.btnRestartArgs.Size = new System.Drawing.Size(143, 25); this.btnRestartArgs.TabIndex = 3; this.btnRestartArgs.Text = "Restart with Arguments"; this.btnRestartArgs.UseVisualStyleBackColor = true; // // btnRestart // this.btnRestart.Font = new System.Drawing.Font("Segoe UI", 9F); this.btnRestart.Location = new System.Drawing.Point(154, 3); this.btnRestart.Name = "btnRestart"; this.btnRestart.Size = new System.Drawing.Size(143, 25); this.btnRestart.TabIndex = 2; this.btnRestart.Text = "Restart the Program"; this.btnRestart.UseVisualStyleBackColor = true; // // btnOpenAppFolder // this.btnOpenAppFolder.Font = new System.Drawing.Font("Segoe UI", 9F); this.btnOpenAppFolder.Location = new System.Drawing.Point(5, 3); this.btnOpenAppFolder.Margin = new System.Windows.Forms.Padding(5, 3, 3, 3); this.btnOpenAppFolder.Name = "btnOpenAppFolder"; this.btnOpenAppFolder.Size = new System.Drawing.Size(143, 25); this.btnOpenAppFolder.TabIndex = 0; this.btnOpenAppFolder.Text = "Open Program Folder"; this.btnOpenAppFolder.UseVisualStyleBackColor = true; // // btnOpenDataFolder // this.btnOpenDataFolder.Font = new System.Drawing.Font("Segoe UI", 9F); this.btnOpenDataFolder.Location = new System.Drawing.Point(5, 32); this.btnOpenDataFolder.Margin = new System.Windows.Forms.Padding(5, 3, 3, 3); this.btnOpenDataFolder.Name = "btnOpenDataFolder"; this.btnOpenDataFolder.Size = new System.Drawing.Size(143, 25); this.btnOpenDataFolder.TabIndex = 1; this.btnOpenDataFolder.Text = "Open Data Folder"; this.btnOpenDataFolder.UseVisualStyleBackColor = true; // // numClearCacheThreshold // this.numClearCacheThreshold.Font = new System.Drawing.Font("Segoe UI", 9F); this.numClearCacheThreshold.Increment = new decimal(new int[] { 50, 0, 0, 0}); this.numClearCacheThreshold.Location = new System.Drawing.Point(210, 5); this.numClearCacheThreshold.Maximum = new decimal(new int[] { 1000, 0, 0, 0}); this.numClearCacheThreshold.Minimum = new decimal(new int[] { 100, 0, 0, 0}); this.numClearCacheThreshold.Name = "numClearCacheThreshold"; this.numClearCacheThreshold.Size = new System.Drawing.Size(89, 23); this.numClearCacheThreshold.TabIndex = 1; this.numClearCacheThreshold.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.numClearCacheThreshold.TextSuffix = " MB"; this.numClearCacheThreshold.Value = new decimal(new int[] { 250, 0, 0, 0}); // // checkClearCacheAuto // this.checkClearCacheAuto.AutoSize = true; this.checkClearCacheAuto.Font = new System.Drawing.Font("Segoe UI", 9F); this.checkClearCacheAuto.Location = new System.Drawing.Point(6, 6); this.checkClearCacheAuto.Margin = new System.Windows.Forms.Padding(6, 6, 0, 2); this.checkClearCacheAuto.Name = "checkClearCacheAuto"; this.checkClearCacheAuto.Size = new System.Drawing.Size(201, 19); this.checkClearCacheAuto.TabIndex = 0; this.checkClearCacheAuto.Text = "Clear Automatically When Above"; this.checkClearCacheAuto.UseVisualStyleBackColor = true; // // labelApp // this.labelApp.AutoSize = true; this.labelApp.Font = new System.Drawing.Font("Segoe UI Semibold", 10.5F, System.Drawing.FontStyle.Bold); this.labelApp.Location = new System.Drawing.Point(0, 0); this.labelApp.Margin = new System.Windows.Forms.Padding(0, 0, 0, 1); this.labelApp.Name = "labelApp"; this.labelApp.Size = new System.Drawing.Size(97, 19); this.labelApp.TabIndex = 0; this.labelApp.Text = "APPLICATION"; // // panelAppButtons // this.panelAppButtons.Controls.Add(this.btnOpenDataFolder); this.panelAppButtons.Controls.Add(this.btnOpenAppFolder); this.panelAppButtons.Controls.Add(this.btnRestart); this.panelAppButtons.Controls.Add(this.btnRestartArgs); this.panelAppButtons.Location = new System.Drawing.Point(0, 20); this.panelAppButtons.Margin = new System.Windows.Forms.Padding(0); this.panelAppButtons.Name = "panelAppButtons"; this.panelAppButtons.Size = new System.Drawing.Size(300, 62); this.panelAppButtons.TabIndex = 1; // // labelCache // this.labelCache.AutoSize = true; this.labelCache.Font = new System.Drawing.Font("Segoe UI Semibold", 10.5F, System.Drawing.FontStyle.Bold); this.labelCache.Location = new System.Drawing.Point(0, 112); this.labelCache.Margin = new System.Windows.Forms.Padding(0, 30, 0, 1); this.labelCache.Name = "labelCache"; this.labelCache.Size = new System.Drawing.Size(123, 19); this.labelCache.TabIndex = 2; this.labelCache.Text = "BROWSER CACHE"; // // panelClearCacheAuto // this.panelClearCacheAuto.Controls.Add(this.checkClearCacheAuto); this.panelClearCacheAuto.Controls.Add(this.numClearCacheThreshold); this.panelClearCacheAuto.Location = new System.Drawing.Point(0, 163); this.panelClearCacheAuto.Margin = new System.Windows.Forms.Padding(0); this.panelClearCacheAuto.Name = "panelClearCacheAuto"; this.panelClearCacheAuto.Size = new System.Drawing.Size(300, 28); this.panelClearCacheAuto.TabIndex = 4; // // panelConfiguration // this.panelConfiguration.Controls.Add(this.btnEditCSS); this.panelConfiguration.Controls.Add(this.btnEditCefArgs); this.panelConfiguration.Location = new System.Drawing.Point(0, 241); this.panelConfiguration.Margin = new System.Windows.Forms.Padding(0); this.panelConfiguration.Name = "panelConfiguration"; this.panelConfiguration.Size = new System.Drawing.Size(300, 31); this.panelConfiguration.TabIndex = 6; // // labelConfiguration // this.labelConfiguration.AutoSize = true; this.labelConfiguration.Font = new System.Drawing.Font("Segoe UI Semibold", 10.5F, System.Drawing.FontStyle.Bold); this.labelConfiguration.Location = new System.Drawing.Point(0, 221); this.labelConfiguration.Margin = new System.Windows.Forms.Padding(0, 30, 0, 1); this.labelConfiguration.Name = "labelConfiguration"; this.labelConfiguration.Size = new System.Drawing.Size(123, 19); this.labelConfiguration.TabIndex = 5; this.labelConfiguration.Text = "CONFIGURATION"; // // flowPanel // this.flowPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.flowPanel.Controls.Add(this.labelApp); this.flowPanel.Controls.Add(this.panelAppButtons); this.flowPanel.Controls.Add(this.labelCache); this.flowPanel.Controls.Add(this.btnClearCache); this.flowPanel.Controls.Add(this.panelClearCacheAuto); this.flowPanel.Controls.Add(this.labelConfiguration); this.flowPanel.Controls.Add(this.panelConfiguration); this.flowPanel.Controls.Add(this.labelDevTools); this.flowPanel.Controls.Add(this.checkDevToolsWindowOnTop); this.flowPanel.FlowDirection = System.Windows.Forms.FlowDirection.TopDown; this.flowPanel.Location = new System.Drawing.Point(9, 9); this.flowPanel.Name = "flowPanel"; this.flowPanel.Size = new System.Drawing.Size(300, 462); this.flowPanel.TabIndex = 0; this.flowPanel.WrapContents = false; // // labelDevTools // this.labelDevTools.AutoSize = true; this.labelDevTools.Font = new System.Drawing.Font("Segoe UI Semibold", 10.5F, System.Drawing.FontStyle.Bold); this.labelDevTools.Location = new System.Drawing.Point(0, 302); this.labelDevTools.Margin = new System.Windows.Forms.Padding(0, 30, 0, 1); this.labelDevTools.Name = "labelDevTools"; this.labelDevTools.Size = new System.Drawing.Size(156, 19); this.labelDevTools.TabIndex = 7; this.labelDevTools.Text = "DEVELOPMENT TOOLS"; // // checkDevToolsWindowOnTop // this.checkDevToolsWindowOnTop.AutoSize = true; this.checkDevToolsWindowOnTop.Font = new System.Drawing.Font("Segoe UI", 9F); this.checkDevToolsWindowOnTop.Location = new System.Drawing.Point(6, 328); this.checkDevToolsWindowOnTop.Margin = new System.Windows.Forms.Padding(6, 6, 0, 2); this.checkDevToolsWindowOnTop.Name = "checkDevToolsWindowOnTop"; this.checkDevToolsWindowOnTop.Size = new System.Drawing.Size(168, 19); this.checkDevToolsWindowOnTop.TabIndex = 8; this.checkDevToolsWindowOnTop.Text = "Dev Tools Window On Top"; this.checkDevToolsWindowOnTop.UseVisualStyleBackColor = true; // // TabSettingsAdvanced // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.flowPanel); this.Name = "TabSettingsAdvanced"; this.Size = new System.Drawing.Size(631, 480); ((System.ComponentModel.ISupportInitialize)(this.numClearCacheThreshold)).EndInit(); this.panelAppButtons.ResumeLayout(false); this.panelClearCacheAuto.ResumeLayout(false); this.panelClearCacheAuto.PerformLayout(); this.panelConfiguration.ResumeLayout(false); this.flowPanel.ResumeLayout(false); this.flowPanel.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button btnClearCache; private System.Windows.Forms.ToolTip toolTip; private System.Windows.Forms.Button btnEditCefArgs; private System.Windows.Forms.Button btnEditCSS; private System.Windows.Forms.Button btnRestartArgs; private System.Windows.Forms.Button btnRestart; private System.Windows.Forms.Button btnOpenAppFolder; private System.Windows.Forms.Button btnOpenDataFolder; private System.Windows.Forms.Label labelApp; private System.Windows.Forms.Panel panelAppButtons; private System.Windows.Forms.Label labelCache; private System.Windows.Forms.Panel panelClearCacheAuto; private System.Windows.Forms.Panel panelConfiguration; private System.Windows.Forms.Label labelConfiguration; private Controls.NumericUpDownEx numClearCacheThreshold; private System.Windows.Forms.CheckBox checkClearCacheAuto; private System.Windows.Forms.FlowLayoutPanel flowPanel; private System.Windows.Forms.Label labelDevTools; private System.Windows.Forms.CheckBox checkDevToolsWindowOnTop; } }