namespace DPumpHydr.WinFrmUI.RLT.Controls { partial class CyberColorPicker { /// /// /// private System.ComponentModel.IContainer components = null; /// /// /// /// protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Code automatically generated by component designer /// /// /// private void InitializeComponent() { this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.label1 = new System.Windows.Forms.Label(); this.pictureBox3 = new System.Windows.Forms.PictureBox(); this.label2 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit(); this.SuspendLayout(); // // pictureBox1 // this.pictureBox1.Location = new System.Drawing.Point(3, 3); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(150, 150); this.pictureBox1.TabIndex = 8; this.pictureBox1.TabStop = false; this.pictureBox1.Paint += new System.Windows.Forms.PaintEventHandler(this.PictureBox1_Paint); this.pictureBox1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.PictureBox1_MouseDown); this.pictureBox1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.PictureBox1_MouseMove); this.pictureBox1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.PictureBox1_MouseUp); // // pictureBox2 // this.pictureBox2.Location = new System.Drawing.Point(165, 116); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(17, 37); this.pictureBox2.TabIndex = 9; this.pictureBox2.TabStop = false; // // label1 // this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label1.ForeColor = System.Drawing.Color.WhiteSmoke; this.label1.Location = new System.Drawing.Point(3, 162); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(150, 16); this.label1.TabIndex = 12; this.label1.Text = "RGB: none"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // pictureBox3 // this.pictureBox3.Location = new System.Drawing.Point(165, 3); this.pictureBox3.Name = "pictureBox3"; this.pictureBox3.Size = new System.Drawing.Size(17, 107); this.pictureBox3.TabIndex = 13; this.pictureBox3.TabStop = false; this.pictureBox3.Paint += new System.Windows.Forms.PaintEventHandler(this.PictureBox3_Paint); this.pictureBox3.MouseDown += new System.Windows.Forms.MouseEventHandler(this.PictureBox3_MouseDown); this.pictureBox3.MouseMove += new System.Windows.Forms.MouseEventHandler(this.PictureBox3_MouseMove); this.pictureBox3.MouseUp += new System.Windows.Forms.MouseEventHandler(this.PictureBox3_MouseUp); // // label2 // this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label2.ForeColor = System.Drawing.Color.WhiteSmoke; this.label2.Location = new System.Drawing.Point(0, 182); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(153, 16); this.label2.TabIndex = 16; this.label2.Text = "HEX: none"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // CyberColorPicker // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.BackColor = System.Drawing.Color.Transparent; this.Controls.Add(this.label2); this.Controls.Add(this.pictureBox3); this.Controls.Add(this.label1); this.Controls.Add(this.pictureBox2); this.Controls.Add(this.pictureBox1); this.ForeColor = System.Drawing.Color.Black; this.Name = "CyberColorPicker"; this.Size = new System.Drawing.Size(185, 210); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.PictureBox pictureBox2; private System.Windows.Forms.Label label1; private System.Windows.Forms.PictureBox pictureBox3; private System.Windows.Forms.Label label2; } }