namespace FCC_Uber_MDX_Configurator { partial class ColourChoosingForm { /// /// 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.TXT_R = new System.Windows.Forms.TextBox(); this.SLIDE_R = new System.Windows.Forms.TrackBar(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.SLIDE_G = new System.Windows.Forms.TrackBar(); this.TXT_G = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.SLIDE_B = new System.Windows.Forms.TrackBar(); this.TXT_B = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.SLIDE_A = new System.Windows.Forms.TrackBar(); this.TXT_A = new System.Windows.Forms.TextBox(); this.PANEL_COLOUR = new System.Windows.Forms.Panel(); this.BTN_HELP = new System.Windows.Forms.Button(); this.BTN_SAVE = new System.Windows.Forms.Button(); this.BTN_CANCEL = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.SLIDE_R)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.SLIDE_G)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.SLIDE_B)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.SLIDE_A)).BeginInit(); this.SuspendLayout(); // // TXT_R // this.TXT_R.Font = new System.Drawing.Font("Arial", 14.25F); this.TXT_R.Location = new System.Drawing.Point(563, 34); this.TXT_R.MaxLength = 4; this.TXT_R.Name = "TXT_R"; this.TXT_R.Size = new System.Drawing.Size(59, 29); this.TXT_R.TabIndex = 79; this.TXT_R.Text = "0"; this.TXT_R.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.TXT_R.TextChanged += new System.EventHandler(this.TXT_R_TextChanged); // // SLIDE_R // this.SLIDE_R.Location = new System.Drawing.Point(12, 34); this.SLIDE_R.Maximum = 255; this.SLIDE_R.Name = "SLIDE_R"; this.SLIDE_R.Size = new System.Drawing.Size(545, 45); this.SLIDE_R.TabIndex = 80; this.SLIDE_R.TickFrequency = 5; this.SLIDE_R.ValueChanged += new System.EventHandler(this.SLIDE_R_ValueChanged); // // 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.Location = new System.Drawing.Point(12, 9); this.label2.MinimumSize = new System.Drawing.Size(545, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(545, 22); this.label2.TabIndex = 113; this.label2.Text = "Red"; this.label2.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // 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.Location = new System.Drawing.Point(12, 82); this.label1.MinimumSize = new System.Drawing.Size(545, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(545, 22); this.label1.TabIndex = 116; this.label1.Text = "Green"; this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // SLIDE_G // this.SLIDE_G.Location = new System.Drawing.Point(12, 107); this.SLIDE_G.Maximum = 255; this.SLIDE_G.Name = "SLIDE_G"; this.SLIDE_G.Size = new System.Drawing.Size(545, 45); this.SLIDE_G.TabIndex = 115; this.SLIDE_G.TickFrequency = 5; this.SLIDE_G.ValueChanged += new System.EventHandler(this.SLIDE_G_ValueChanged); // // TXT_G // this.TXT_G.Font = new System.Drawing.Font("Arial", 14.25F); this.TXT_G.Location = new System.Drawing.Point(563, 107); this.TXT_G.MaxLength = 4; this.TXT_G.Name = "TXT_G"; this.TXT_G.Size = new System.Drawing.Size(59, 29); this.TXT_G.TabIndex = 114; this.TXT_G.Text = "0"; this.TXT_G.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.TXT_G.TextChanged += new System.EventHandler(this.TXT_G_TextChanged); // // 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.Location = new System.Drawing.Point(12, 155); this.label3.MinimumSize = new System.Drawing.Size(545, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(545, 22); this.label3.TabIndex = 119; this.label3.Text = "Blue"; this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // SLIDE_B // this.SLIDE_B.Location = new System.Drawing.Point(12, 180); this.SLIDE_B.Maximum = 255; this.SLIDE_B.Name = "SLIDE_B"; this.SLIDE_B.Size = new System.Drawing.Size(545, 45); this.SLIDE_B.TabIndex = 118; this.SLIDE_B.TickFrequency = 5; this.SLIDE_B.ValueChanged += new System.EventHandler(this.SLIDE_B_ValueChanged); // // TXT_B // this.TXT_B.Font = new System.Drawing.Font("Arial", 14.25F); this.TXT_B.Location = new System.Drawing.Point(563, 180); this.TXT_B.MaxLength = 4; this.TXT_B.Name = "TXT_B"; this.TXT_B.Size = new System.Drawing.Size(59, 29); this.TXT_B.TabIndex = 117; this.TXT_B.Text = "0"; this.TXT_B.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.TXT_B.TextChanged += new System.EventHandler(this.TXT_B_TextChanged); // // 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.Location = new System.Drawing.Point(12, 228); this.label4.MinimumSize = new System.Drawing.Size(545, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(545, 22); this.label4.TabIndex = 122; this.label4.Text = "Alpha"; this.label4.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // SLIDE_A // this.SLIDE_A.Location = new System.Drawing.Point(12, 253); this.SLIDE_A.Maximum = 255; this.SLIDE_A.Name = "SLIDE_A"; this.SLIDE_A.Size = new System.Drawing.Size(545, 45); this.SLIDE_A.TabIndex = 121; this.SLIDE_A.TickFrequency = 5; this.SLIDE_A.ValueChanged += new System.EventHandler(this.SLIDE_A_ValueChanged); // // TXT_A // this.TXT_A.Font = new System.Drawing.Font("Arial", 14.25F); this.TXT_A.Location = new System.Drawing.Point(563, 253); this.TXT_A.MaxLength = 4; this.TXT_A.Name = "TXT_A"; this.TXT_A.Size = new System.Drawing.Size(59, 29); this.TXT_A.TabIndex = 120; this.TXT_A.Text = "0"; this.TXT_A.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.TXT_A.TextChanged += new System.EventHandler(this.TXT_A_TextChanged); // // PANEL_COLOUR // this.PANEL_COLOUR.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.PANEL_COLOUR.Location = new System.Drawing.Point(16, 304); this.PANEL_COLOUR.Name = "PANEL_COLOUR"; this.PANEL_COLOUR.Size = new System.Drawing.Size(438, 60); this.PANEL_COLOUR.TabIndex = 123; // // BTN_HELP // this.BTN_HELP.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon; this.BTN_HELP.Location = new System.Drawing.Point(460, 314); this.BTN_HELP.Name = "BTN_HELP"; this.BTN_HELP.Size = new System.Drawing.Size(50, 50); this.BTN_HELP.TabIndex = 148; this.BTN_HELP.TabStop = false; this.BTN_HELP.UseVisualStyleBackColor = true; // // BTN_SAVE // this.BTN_SAVE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.SaveCheckIcon; this.BTN_SAVE.Location = new System.Drawing.Point(572, 314); this.BTN_SAVE.Name = "BTN_SAVE"; this.BTN_SAVE.Size = new System.Drawing.Size(50, 50); this.BTN_SAVE.TabIndex = 147; this.BTN_SAVE.UseVisualStyleBackColor = true; this.BTN_SAVE.Click += new System.EventHandler(this.BTN_SAVE_Click); // // BTN_CANCEL // this.BTN_CANCEL.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.BTN_CANCEL.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.CancelIcon; this.BTN_CANCEL.Location = new System.Drawing.Point(516, 314); this.BTN_CANCEL.Name = "BTN_CANCEL"; this.BTN_CANCEL.Size = new System.Drawing.Size(50, 50); this.BTN_CANCEL.TabIndex = 146; this.BTN_CANCEL.UseVisualStyleBackColor = true; this.BTN_CANCEL.Click += new System.EventHandler(this.BTN_CANCEL_Click); // // ColourChoosingForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(634, 376); this.Controls.Add(this.BTN_HELP); this.Controls.Add(this.BTN_SAVE); this.Controls.Add(this.BTN_CANCEL); this.Controls.Add(this.PANEL_COLOUR); this.Controls.Add(this.label4); this.Controls.Add(this.SLIDE_A); this.Controls.Add(this.TXT_A); this.Controls.Add(this.label3); this.Controls.Add(this.SLIDE_B); this.Controls.Add(this.TXT_B); this.Controls.Add(this.label1); this.Controls.Add(this.SLIDE_G); this.Controls.Add(this.TXT_G); this.Controls.Add(this.label2); this.Controls.Add(this.SLIDE_R); this.Controls.Add(this.TXT_R); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.MaximizeBox = false; this.MinimizeBox = true; this.Name = "ColourChoosingForm"; this.ShowIcon = false; this.ShowInTaskbar = true; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Colour Selection"; this.TopMost = false; ((System.ComponentModel.ISupportInitialize)(this.SLIDE_R)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.SLIDE_G)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.SLIDE_B)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.SLIDE_A)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox TXT_R; private System.Windows.Forms.TrackBar SLIDE_R; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.TrackBar SLIDE_G; private System.Windows.Forms.TextBox TXT_G; private System.Windows.Forms.Label label3; private System.Windows.Forms.TrackBar SLIDE_B; private System.Windows.Forms.TextBox TXT_B; private System.Windows.Forms.Label label4; private System.Windows.Forms.TrackBar SLIDE_A; private System.Windows.Forms.TextBox TXT_A; private System.Windows.Forms.Panel PANEL_COLOUR; private System.Windows.Forms.Button BTN_HELP; private System.Windows.Forms.Button BTN_SAVE; private System.Windows.Forms.Button BTN_CANCEL; } }