namespace Paint_2 { partial class ColorPicker { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.pbxColor = new System.Windows.Forms.PictureBox(); this.pbxSelectedColor = new System.Windows.Forms.PictureBox(); this.nupRed = new System.Windows.Forms.NumericUpDown(); this.nupGreen = new System.Windows.Forms.NumericUpDown(); this.nupBlue = new System.Windows.Forms.NumericUpDown(); this.nupGamma = new System.Windows.Forms.NumericUpDown(); this.tbxColorHex = new System.Windows.Forms.TextBox(); this.pbxSliderRed = new System.Windows.Forms.PictureBox(); this.pbxSliderSaturation = new System.Windows.Forms.PictureBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.tmrRefreshBars = new System.Windows.Forms.Timer(this.components); this.tmrRefreshMain = new System.Windows.Forms.Timer(this.components); ((System.ComponentModel.ISupportInitialize)(this.pbxColor)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pbxSelectedColor)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nupRed)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nupGreen)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nupBlue)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nupGamma)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pbxSliderRed)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pbxSliderSaturation)).BeginInit(); this.SuspendLayout(); // // pbxColor // this.pbxColor.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(31)))), ((int)(((byte)(31))))); this.pbxColor.Location = new System.Drawing.Point(13, 13); this.pbxColor.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); this.pbxColor.Name = "pbxColor"; this.pbxColor.Size = new System.Drawing.Size(255, 255); this.pbxColor.TabIndex = 0; this.pbxColor.TabStop = false; this.pbxColor.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pbxColor_MouseDown); this.pbxColor.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pbxColor_MouseUp); // // pbxSelectedColor // this.pbxSelectedColor.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(31)))), ((int)(((byte)(31))))); this.pbxSelectedColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pbxSelectedColor.Location = new System.Drawing.Point(311, 189); this.pbxSelectedColor.Name = "pbxSelectedColor"; this.pbxSelectedColor.Size = new System.Drawing.Size(116, 116); this.pbxSelectedColor.TabIndex = 4; this.pbxSelectedColor.TabStop = false; this.pbxSelectedColor.Click += new System.EventHandler(this.pbxSelectedColor_Click); // // nupRed // this.nupRed.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(59)))), ((int)(((byte)(59))))); this.nupRed.BorderStyle = System.Windows.Forms.BorderStyle.None; this.nupRed.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.nupRed.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247))))); this.nupRed.Location = new System.Drawing.Point(336, 58); this.nupRed.Maximum = new decimal(new int[] { 255, 0, 0, 0}); this.nupRed.Name = "nupRed"; this.nupRed.Size = new System.Drawing.Size(91, 25); this.nupRed.TabIndex = 11; this.nupRed.ValueChanged += new System.EventHandler(this.nupValueChanged); // // nupGreen // this.nupGreen.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(59)))), ((int)(((byte)(59))))); this.nupGreen.BorderStyle = System.Windows.Forms.BorderStyle.None; this.nupGreen.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.nupGreen.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247))))); this.nupGreen.Location = new System.Drawing.Point(336, 89); this.nupGreen.Maximum = new decimal(new int[] { 255, 0, 0, 0}); this.nupGreen.Name = "nupGreen"; this.nupGreen.Size = new System.Drawing.Size(91, 25); this.nupGreen.TabIndex = 16; this.nupGreen.ValueChanged += new System.EventHandler(this.nupValueChanged); // // nupBlue // this.nupBlue.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(59)))), ((int)(((byte)(59))))); this.nupBlue.BorderStyle = System.Windows.Forms.BorderStyle.None; this.nupBlue.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.nupBlue.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247))))); this.nupBlue.Location = new System.Drawing.Point(336, 120); this.nupBlue.Maximum = new decimal(new int[] { 255, 0, 0, 0}); this.nupBlue.Name = "nupBlue"; this.nupBlue.Size = new System.Drawing.Size(91, 25); this.nupBlue.TabIndex = 17; this.nupBlue.ValueChanged += new System.EventHandler(this.nupValueChanged); // // nupGamma // this.nupGamma.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(59)))), ((int)(((byte)(59))))); this.nupGamma.BorderStyle = System.Windows.Forms.BorderStyle.None; this.nupGamma.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.nupGamma.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247))))); this.nupGamma.Location = new System.Drawing.Point(336, 151); this.nupGamma.Maximum = new decimal(new int[] { 255, 0, 0, 0}); this.nupGamma.Name = "nupGamma"; this.nupGamma.Size = new System.Drawing.Size(91, 25); this.nupGamma.TabIndex = 18; this.nupGamma.ValueChanged += new System.EventHandler(this.nupValueChanged); // // tbxColorHex // this.tbxColorHex.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(59)))), ((int)(((byte)(59))))); this.tbxColorHex.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.tbxColorHex.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tbxColorHex.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247))))); this.tbxColorHex.Location = new System.Drawing.Point(311, 14); this.tbxColorHex.Name = "tbxColorHex"; this.tbxColorHex.Size = new System.Drawing.Size(116, 29); this.tbxColorHex.TabIndex = 20; this.tbxColorHex.Text = "#FFFFFF"; this.tbxColorHex.TextChanged += new System.EventHandler(this.tbxColorHex_TextChanged); this.tbxColorHex.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbxColorHex_KeyDown); // // pbxSliderRed // this.pbxSliderRed.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(31)))), ((int)(((byte)(31))))); this.pbxSliderRed.Location = new System.Drawing.Point(11, 275); this.pbxSliderRed.Name = "pbxSliderRed"; this.pbxSliderRed.Size = new System.Drawing.Size(255, 30); this.pbxSliderRed.TabIndex = 21; this.pbxSliderRed.TabStop = false; this.pbxSliderRed.MouseDown += new System.Windows.Forms.MouseEventHandler(this.SliderMouseDown); this.pbxSliderRed.MouseUp += new System.Windows.Forms.MouseEventHandler(this.SliderMouseUp); // // pbxSliderSaturation // this.pbxSliderSaturation.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(31)))), ((int)(((byte)(31))))); this.pbxSliderSaturation.Location = new System.Drawing.Point(275, 13); this.pbxSliderSaturation.Name = "pbxSliderSaturation"; this.pbxSliderSaturation.Size = new System.Drawing.Size(30, 255); this.pbxSliderSaturation.TabIndex = 22; this.pbxSliderSaturation.TabStop = false; this.pbxSliderSaturation.MouseDown += new System.Windows.Forms.MouseEventHandler(this.SliderMouseDown); this.pbxSliderSaturation.MouseUp += new System.Windows.Forms.MouseEventHandler(this.SliderMouseUp); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247))))); this.label1.Location = new System.Drawing.Point(308, 57); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(24, 22); this.label1.TabIndex = 23; this.label1.Text = "R"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247))))); this.label2.Location = new System.Drawing.Point(307, 88); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(25, 22); this.label2.TabIndex = 24; this.label2.Text = "G"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247))))); this.label3.Location = new System.Drawing.Point(307, 119); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(23, 22); this.label3.TabIndex = 25; this.label3.Text = "B"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247))))); this.label4.Location = new System.Drawing.Point(308, 150); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(23, 22); this.label4.TabIndex = 26; this.label4.Text = "A"; // // tmrRefreshBars // this.tmrRefreshBars.Interval = 1; this.tmrRefreshBars.Tick += new System.EventHandler(this.tmrRefresh_Tick); // // tmrRefreshMain // this.tmrRefreshMain.Interval = 1; this.tmrRefreshMain.Tick += new System.EventHandler(this.tmrRefreshMain_Tick); // // ColorPicker // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(34)))), ((int)(((byte)(34))))); this.ClientSize = new System.Drawing.Size(433, 314); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.pbxSliderSaturation); this.Controls.Add(this.pbxSliderRed); this.Controls.Add(this.tbxColorHex); this.Controls.Add(this.nupGamma); this.Controls.Add(this.nupBlue); this.Controls.Add(this.nupGreen); this.Controls.Add(this.nupRed); this.Controls.Add(this.pbxSelectedColor); this.Controls.Add(this.pbxColor); this.DoubleBuffered = true; this.Font = new System.Drawing.Font("Cascadia Code", 10.2F); this.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(214)))), ((int)(((byte)(214))))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); this.MaximizeBox = false; this.Name = "ColorPicker"; this.Text = "ColorPicker"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ColorPicker_FormClosing); this.Load += new System.EventHandler(this.ColorPicker_Load); this.Shown += new System.EventHandler(this.ColorPicker_Shown); ((System.ComponentModel.ISupportInitialize)(this.pbxColor)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pbxSelectedColor)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nupRed)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nupGreen)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nupBlue)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nupGamma)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pbxSliderRed)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pbxSliderSaturation)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.PictureBox pbxColor; private System.Windows.Forms.PictureBox pbxSelectedColor; private System.Windows.Forms.NumericUpDown nupRed; private System.Windows.Forms.NumericUpDown nupGreen; private System.Windows.Forms.NumericUpDown nupBlue; private System.Windows.Forms.NumericUpDown nupGamma; private System.Windows.Forms.TextBox tbxColorHex; private System.Windows.Forms.PictureBox pbxSliderRed; private System.Windows.Forms.PictureBox pbxSliderSaturation; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Timer tmrRefreshBars; private System.Windows.Forms.Timer tmrRefreshMain; } }