Projects

Find all our projects in development below.
All source code is GNU General Public License (GPL)

Nvidia Control Panel Adjust

Browsing frmMain.Designer.cs (15.04 KB)

namespace NvCplAdjust
{
    partial class frmMain
    {
        /// <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 Windows Form 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();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
            this.grpOptions = new System.Windows.Forms.GroupBox();
            this.radPro4 = new NvCplAdjust.ctrlRadioButtonEx();
            this.radPro3 = new NvCplAdjust.ctrlRadioButtonEx();
            this.radPro2 = new NvCplAdjust.ctrlRadioButtonEx();
            this.radPro1 = new NvCplAdjust.ctrlRadioButtonEx();
            this.lnkHotkey = new System.Windows.Forms.LinkLabel();
            this.lnkReset = new System.Windows.Forms.LinkLabel();
            this.grpGamma = new System.Windows.Forms.GroupBox();
            this.trkGamma = new System.Windows.Forms.TrackBar();
            this.grpContrast = new System.Windows.Forms.GroupBox();
            this.trkContrast = new System.Windows.Forms.TrackBar();
            this.grpBrightness = new System.Windows.Forms.GroupBox();
            this.trkBrightness = new System.Windows.Forms.TrackBar();
            this.pnlLoading = new System.Windows.Forms.Panel();
            this.lblLoading = new System.Windows.Forms.Label();
            this.tmrLoad = new System.Windows.Forms.Timer(this.components);
            this.grpOptions.SuspendLayout();
            this.grpGamma.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.trkGamma)).BeginInit();
            this.grpContrast.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.trkContrast)).BeginInit();
            this.grpBrightness.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.trkBrightness)).BeginInit();
            this.pnlLoading.SuspendLayout();
            this.SuspendLayout();
            // 
            // grpOptions
            // 
            this.grpOptions.Controls.Add(this.radPro4);
            this.grpOptions.Controls.Add(this.radPro3);
            this.grpOptions.Controls.Add(this.radPro2);
            this.grpOptions.Controls.Add(this.radPro1);
            this.grpOptions.Controls.Add(this.lnkHotkey);
            this.grpOptions.Controls.Add(this.lnkReset);
            this.grpOptions.Controls.Add(this.grpGamma);
            this.grpOptions.Controls.Add(this.grpContrast);
            this.grpOptions.Controls.Add(this.grpBrightness);
            this.grpOptions.Enabled = false;
            this.grpOptions.Location = new System.Drawing.Point(12, 12);
            this.grpOptions.Name = "grpOptions";
            this.grpOptions.Size = new System.Drawing.Size(319, 320);
            this.grpOptions.TabIndex = 0;
            this.grpOptions.TabStop = false;
            this.grpOptions.Text = "NVIDIA Adjust Desktop Color Settings";
            // 
            // radPro4
            // 
            this.radPro4.AutoSize = true;
            this.radPro4.Location = new System.Drawing.Point(235, 23);
            this.radPro4.Name = "radPro4";
            this.radPro4.Size = new System.Drawing.Size(64, 17);
            this.radPro4.TabIndex = 4;
            this.radPro4.TabStop = true;
            this.radPro4.Text = "Profile &4";
            this.radPro4.UseVisualStyleBackColor = true;
            this.radPro4.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.radPro4_MouseDoubleClick);
            this.radPro4.CheckedChanged += new System.EventHandler(this.radPro4_CheckedChanged);
            // 
            // radPro3
            // 
            this.radPro3.AutoSize = true;
            this.radPro3.Location = new System.Drawing.Point(163, 23);
            this.radPro3.Name = "radPro3";
            this.radPro3.Size = new System.Drawing.Size(64, 17);
            this.radPro3.TabIndex = 3;
            this.radPro3.TabStop = true;
            this.radPro3.Text = "Profile &3";
            this.radPro3.UseVisualStyleBackColor = true;
            this.radPro3.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.radPro3_MouseDoubleClick);
            this.radPro3.CheckedChanged += new System.EventHandler(this.radPro3_CheckedChanged);
            // 
            // radPro2
            // 
            this.radPro2.AutoSize = true;
            this.radPro2.Location = new System.Drawing.Point(91, 23);
            this.radPro2.Name = "radPro2";
            this.radPro2.Size = new System.Drawing.Size(64, 17);
            this.radPro2.TabIndex = 2;
            this.radPro2.TabStop = true;
            this.radPro2.Text = "Profile &2";
            this.radPro2.UseVisualStyleBackColor = true;
            this.radPro2.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.radPro2_MouseDoubleClick);
            this.radPro2.CheckedChanged += new System.EventHandler(this.radPro2_CheckedChanged);
            // 
            // radPro1
            // 
            this.radPro1.AutoSize = true;
            this.radPro1.Location = new System.Drawing.Point(19, 23);
            this.radPro1.Name = "radPro1";
            this.radPro1.Size = new System.Drawing.Size(64, 17);
            this.radPro1.TabIndex = 1;
            this.radPro1.TabStop = true;
            this.radPro1.Text = "Profile &1";
            this.radPro1.UseVisualStyleBackColor = true;
            this.radPro1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.radPro1_MouseDoubleClick);
            this.radPro1.CheckedChanged += new System.EventHandler(this.radPro1_CheckedChanged);
            // 
            // lnkHotkey
            // 
            this.lnkHotkey.LinkColor = System.Drawing.SystemColors.WindowText;
            this.lnkHotkey.Location = new System.Drawing.Point(12, 291);
            this.lnkHotkey.Name = "lnkHotkey";
            this.lnkHotkey.Size = new System.Drawing.Size(137, 20);
            this.lnkHotkey.TabIndex = 11;
            this.lnkHotkey.TabStop = true;
            this.lnkHotkey.Text = "&Set Profile Hotkey";
            this.lnkHotkey.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.lnkHotkey.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkHotkey_LinkClicked);
            // 
            // lnkReset
            // 
            this.lnkReset.LinkColor = System.Drawing.SystemColors.WindowText;
            this.lnkReset.Location = new System.Drawing.Point(155, 291);
            this.lnkReset.Name = "lnkReset";
            this.lnkReset.Size = new System.Drawing.Size(148, 20);
            this.lnkReset.TabIndex = 12;
            this.lnkReset.TabStop = true;
            this.lnkReset.Text = "&Reset to Default Values";
            this.lnkReset.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.lnkReset.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkReset_LinkClicked);
            // 
            // grpGamma
            // 
            this.grpGamma.Controls.Add(this.trkGamma);
            this.grpGamma.Location = new System.Drawing.Point(15, 209);
            this.grpGamma.Name = "grpGamma";
            this.grpGamma.Size = new System.Drawing.Size(288, 74);
            this.grpGamma.TabIndex = 9;
            this.grpGamma.TabStop = false;
            this.grpGamma.Text = "&Gamma (0%)";
            // 
            // trkGamma
            // 
            this.trkGamma.Location = new System.Drawing.Point(6, 20);
            this.trkGamma.Maximum = 280;
            this.trkGamma.Minimum = 30;
            this.trkGamma.Name = "trkGamma";
            this.trkGamma.Size = new System.Drawing.Size(276, 45);
            this.trkGamma.TabIndex = 10;
            this.trkGamma.TickFrequency = 10;
            this.trkGamma.TickStyle = System.Windows.Forms.TickStyle.Both;
            this.trkGamma.Value = 30;
            this.trkGamma.Scroll += new System.EventHandler(this.trkGamma_Scroll);
            // 
            // grpContrast
            // 
            this.grpContrast.Controls.Add(this.trkContrast);
            this.grpContrast.Location = new System.Drawing.Point(15, 129);
            this.grpContrast.Name = "grpContrast";
            this.grpContrast.Size = new System.Drawing.Size(288, 74);
            this.grpContrast.TabIndex = 7;
            this.grpContrast.TabStop = false;
            this.grpContrast.Text = "&Contrast (0%)";
            // 
            // trkContrast
            // 
            this.trkContrast.Location = new System.Drawing.Point(6, 20);
            this.trkContrast.Maximum = 120;
            this.trkContrast.Minimum = 80;
            this.trkContrast.Name = "trkContrast";
            this.trkContrast.Size = new System.Drawing.Size(276, 45);
            this.trkContrast.TabIndex = 8;
            this.trkContrast.TickFrequency = 2;
            this.trkContrast.TickStyle = System.Windows.Forms.TickStyle.Both;
            this.trkContrast.Value = 80;
            this.trkContrast.Scroll += new System.EventHandler(this.trkContrast_Scroll);
            // 
            // grpBrightness
            // 
            this.grpBrightness.Controls.Add(this.trkBrightness);
            this.grpBrightness.Location = new System.Drawing.Point(15, 49);
            this.grpBrightness.Name = "grpBrightness";
            this.grpBrightness.Size = new System.Drawing.Size(288, 74);
            this.grpBrightness.TabIndex = 5;
            this.grpBrightness.TabStop = false;
            this.grpBrightness.Text = "&Brightness (0%)";
            // 
            // trkBrightness
            // 
            this.trkBrightness.Location = new System.Drawing.Point(6, 20);
            this.trkBrightness.Maximum = 120;
            this.trkBrightness.Minimum = 80;
            this.trkBrightness.Name = "trkBrightness";
            this.trkBrightness.Size = new System.Drawing.Size(276, 45);
            this.trkBrightness.TabIndex = 6;
            this.trkBrightness.TickFrequency = 2;
            this.trkBrightness.TickStyle = System.Windows.Forms.TickStyle.Both;
            this.trkBrightness.Value = 80;
            this.trkBrightness.Scroll += new System.EventHandler(this.trkBrightness_Scroll);
            // 
            // pnlLoading
            // 
            this.pnlLoading.Controls.Add(this.lblLoading);
            this.pnlLoading.Location = new System.Drawing.Point(0, 0);
            this.pnlLoading.Name = "pnlLoading";
            this.pnlLoading.Size = new System.Drawing.Size(340, 340);
            this.pnlLoading.TabIndex = 1;
            // 
            // lblLoading
            // 
            this.lblLoading.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.lblLoading.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblLoading.Location = new System.Drawing.Point(0, 0);
            this.lblLoading.Name = "lblLoading";
            this.lblLoading.Size = new System.Drawing.Size(340, 340);
            this.lblLoading.TabIndex = 0;
            this.lblLoading.Text = "Loading Nvidia Control Panel...";
            this.lblLoading.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // tmrLoad
            // 
            this.tmrLoad.Enabled = true;
            this.tmrLoad.Tick += new System.EventHandler(this.tmrLoad_Tick);
            // 
            // frmMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(342, 343);
            this.Controls.Add(this.pnlLoading);
            this.Controls.Add(this.grpOptions);
            this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "frmMain";
            this.Text = "NvCpl Adjust";
            this.Load += new System.EventHandler(this.frmMain_Load);
            this.Shown += new System.EventHandler(this.frmMain_Shown);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMain_FormClosing);
            this.grpOptions.ResumeLayout(false);
            this.grpOptions.PerformLayout();
            this.grpGamma.ResumeLayout(false);
            this.grpGamma.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.trkGamma)).EndInit();
            this.grpContrast.ResumeLayout(false);
            this.grpContrast.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.trkContrast)).EndInit();
            this.grpBrightness.ResumeLayout(false);
            this.grpBrightness.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.trkBrightness)).EndInit();
            this.pnlLoading.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox grpOptions;
        private System.Windows.Forms.GroupBox grpBrightness;
        private System.Windows.Forms.TrackBar trkBrightness;
        private System.Windows.Forms.GroupBox grpGamma;
        private System.Windows.Forms.TrackBar trkGamma;
        private System.Windows.Forms.GroupBox grpContrast;
        private System.Windows.Forms.TrackBar trkContrast;
        private System.Windows.Forms.LinkLabel lnkReset;
        private System.Windows.Forms.Panel pnlLoading;
        private System.Windows.Forms.Label lblLoading;
        private System.Windows.Forms.Timer tmrLoad;
        private System.Windows.Forms.LinkLabel lnkHotkey;
        private ctrlRadioButtonEx radPro1;
        private ctrlRadioButtonEx radPro2;
        private ctrlRadioButtonEx radPro3;
        private ctrlRadioButtonEx radPro4;
    }
}

Download frmMain.Designer.cs

Back to file list


Back to project page