c8502bfa创建于 2025年6月25日历史提交
namespace CFixer.Views
{
    partial class SettingsView
    {
        /// <summary> 
        /// Erforderliche Designervariable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary> 
        /// Verwendete Ressourcen bereinigen.
        /// </summary>
        /// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Vom Komponenten-Designer generierter Code

        /// <summary> 
        /// Erforderliche Methode für die Designerunterstützung. 
        /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
        /// </summary>
        private void InitializeComponent()
        {
            this.checkSaveToINI = new System.Windows.Forms.CheckBox();
            this.checkBox2 = new System.Windows.Forms.CheckBox();
            this.button1 = new System.Windows.Forms.Button();
            this.checkInstallIcons = new System.Windows.Forms.CheckBox();
            this.SuspendLayout();
            // 
            // checkSaveToINI
            // 
            this.checkSaveToINI.AutoSize = true;
            this.checkSaveToINI.Location = new System.Drawing.Point(15, 48);
            this.checkSaveToINI.Name = "checkSaveToINI";
            this.checkSaveToINI.Size = new System.Drawing.Size(148, 17);
            this.checkSaveToINI.TabIndex = 0;
            this.checkSaveToINI.Text = "Save all settings to INI file";
            this.checkSaveToINI.UseVisualStyleBackColor = true;
            // 
            // checkBox2
            // 
            this.checkBox2.Checked = true;
            this.checkBox2.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkBox2.Enabled = false;
            this.checkBox2.Location = new System.Drawing.Point(15, 71);
            this.checkBox2.Name = "checkBox2";
            this.checkBox2.Size = new System.Drawing.Size(236, 35);
            this.checkBox2.TabIndex = 1;
            this.checkBox2.Text = "Activate Plugins for PowerShell Tooling (Super Plugins)";
            this.checkBox2.UseVisualStyleBackColor = true;
            // 
            // button1
            // 
            this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.button1.BackColor = System.Drawing.Color.WhiteSmoke;
            this.button1.FlatAppearance.BorderColor = System.Drawing.Color.Gainsboro;
            this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button1.Location = new System.Drawing.Point(15, 10);
            this.button1.Name = "button1";
            this.button1.Padding = new System.Windows.Forms.Padding(20, 0, 0, 0);
            this.button1.Size = new System.Drawing.Size(594, 25);
            this.button1.TabIndex = 2;
            this.button1.Text = "Basic settings";
            this.button1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.button1.UseVisualStyleBackColor = false;
            // 
            // checkInstallIcons
            // 
            this.checkInstallIcons.AutoSize = true;
            this.checkInstallIcons.Location = new System.Drawing.Point(15, 112);
            this.checkInstallIcons.Name = "checkInstallIcons";
            this.checkInstallIcons.Size = new System.Drawing.Size(265, 17);
            this.checkInstallIcons.TabIndex = 4;
            this.checkInstallIcons.Text = "Download optional icons to enhance navigation UI";
            this.checkInstallIcons.UseVisualStyleBackColor = true;
            this.checkInstallIcons.CheckedChanged += new System.EventHandler(this.checkInstallIcons_CheckedChanged);
            // 
            // SettingsView
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(251)))), ((int)(((byte)(251)))));
            this.Controls.Add(this.checkInstallIcons);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.checkBox2);
            this.Controls.Add(this.checkSaveToINI);
            this.Name = "SettingsView";
            this.Size = new System.Drawing.Size(625, 395);
            this.Leave += new System.EventHandler(this.SettingsView_Leave);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.CheckBox checkSaveToINI;
        private System.Windows.Forms.CheckBox checkBox2;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.CheckBox checkInstallIcons;
    }
}