+namespace LEDMixer\r
+{\r
+ partial class LEDMixer\r
+ {\r
+ /// <summary>\r
+ /// Required designer variable.\r
+ /// </summary>\r
+ private System.ComponentModel.IContainer components = null;\r
+\r
+ /// <summary>\r
+ /// Clean up any resources being used.\r
+ /// </summary>\r
+ /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
+ protected override void Dispose(bool disposing)\r
+ {\r
+ if (disposing && (components != null))\r
+ {\r
+ components.Dispose();\r
+ }\r
+ base.Dispose(disposing);\r
+ }\r
+\r
+ #region Windows Form Designer generated code\r
+\r
+ /// <summary>\r
+ /// Required method for Designer support - do not modify\r
+ /// the contents of this method with the code editor.\r
+ /// </summary>\r
+ private void InitializeComponent()\r
+ {\r
+ this.components = new System.ComponentModel.Container();\r
+ this.tbRed = new System.Windows.Forms.TrackBar();\r
+ this.tbGreen = new System.Windows.Forms.TrackBar();\r
+ this.tbBlue = new System.Windows.Forms.TrackBar();\r
+ this.serSerialPort = new System.IO.Ports.SerialPort(this.components);\r
+ this.cbPort = new System.Windows.Forms.ComboBox();\r
+ this.lblRed = new System.Windows.Forms.Label();\r
+ this.lblBlue = new System.Windows.Forms.Label();\r
+ this.lblGreen = new System.Windows.Forms.Label();\r
+ ((System.ComponentModel.ISupportInitialize)(this.tbRed)).BeginInit();\r
+ ((System.ComponentModel.ISupportInitialize)(this.tbGreen)).BeginInit();\r
+ ((System.ComponentModel.ISupportInitialize)(this.tbBlue)).BeginInit();\r
+ this.SuspendLayout();\r
+ // \r
+ // tbRed\r
+ // \r
+ this.tbRed.Location = new System.Drawing.Point(54, 64);\r
+ this.tbRed.Maximum = 512;\r
+ this.tbRed.Name = "tbRed";\r
+ this.tbRed.Size = new System.Drawing.Size(230, 45);\r
+ this.tbRed.TabIndex = 0;\r
+ this.tbRed.Scroll += new System.EventHandler(this.tbRed_Scroll);\r
+ // \r
+ // tbGreen\r
+ // \r
+ this.tbGreen.Location = new System.Drawing.Point(54, 115);\r
+ this.tbGreen.Maximum = 512;\r
+ this.tbGreen.Name = "tbGreen";\r
+ this.tbGreen.Size = new System.Drawing.Size(230, 45);\r
+ this.tbGreen.TabIndex = 1;\r
+ this.tbGreen.Scroll += new System.EventHandler(this.tbGreen_Scroll);\r
+ // \r
+ // tbBlue\r
+ // \r
+ this.tbBlue.Location = new System.Drawing.Point(54, 163);\r
+ this.tbBlue.Maximum = 512;\r
+ this.tbBlue.Name = "tbBlue";\r
+ this.tbBlue.Size = new System.Drawing.Size(230, 45);\r
+ this.tbBlue.TabIndex = 2;\r
+ this.tbBlue.Scroll += new System.EventHandler(this.tbBlue_Scroll);\r
+ // \r
+ // cbPort\r
+ // \r
+ this.cbPort.FormattingEnabled = true;\r
+ this.cbPort.Location = new System.Drawing.Point(97, 12);\r
+ this.cbPort.Name = "cbPort";\r
+ this.cbPort.Size = new System.Drawing.Size(99, 21);\r
+ this.cbPort.TabIndex = 3;\r
+ this.cbPort.SelectedIndexChanged += new System.EventHandler(this.cbPort_SelectedIndexChanged);\r
+ // \r
+ // lblRed\r
+ // \r
+ this.lblRed.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+ this.lblRed.Location = new System.Drawing.Point(3, 64);\r
+ this.lblRed.Name = "lblRed";\r
+ this.lblRed.Size = new System.Drawing.Size(48, 29);\r
+ this.lblRed.TabIndex = 4;\r
+ this.lblRed.Text = "Red";\r
+ this.lblRed.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
+ // \r
+ // lblBlue\r
+ // \r
+ this.lblBlue.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+ this.lblBlue.Location = new System.Drawing.Point(3, 115);\r
+ this.lblBlue.Name = "lblBlue";\r
+ this.lblBlue.Size = new System.Drawing.Size(50, 27);\r
+ this.lblBlue.TabIndex = 5;\r
+ this.lblBlue.Text = "Blue";\r
+ this.lblBlue.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
+ // \r
+ // lblGreen\r
+ // \r
+ this.lblGreen.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+ this.lblGreen.Location = new System.Drawing.Point(3, 163);\r
+ this.lblGreen.Name = "lblGreen";\r
+ this.lblGreen.Size = new System.Drawing.Size(50, 25);\r
+ this.lblGreen.TabIndex = 6;\r
+ this.lblGreen.Text = "Green";\r
+ this.lblGreen.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
+ // \r
+ // LEDMixer\r
+ // \r
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
+ this.ClientSize = new System.Drawing.Size(284, 207);\r
+ this.Controls.Add(this.lblGreen);\r
+ this.Controls.Add(this.lblBlue);\r
+ this.Controls.Add(this.lblRed);\r
+ this.Controls.Add(this.cbPort);\r
+ this.Controls.Add(this.tbBlue);\r
+ this.Controls.Add(this.tbGreen);\r
+ this.Controls.Add(this.tbRed);\r
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;\r
+ this.MaximizeBox = false;\r
+ this.MinimizeBox = false;\r
+ this.Name = "LEDMixer";\r
+ this.Text = "LED Mixer";\r
+ this.Load += new System.EventHandler(this.LEDMixer_Load);\r
+ ((System.ComponentModel.ISupportInitialize)(this.tbRed)).EndInit();\r
+ ((System.ComponentModel.ISupportInitialize)(this.tbGreen)).EndInit();\r
+ ((System.ComponentModel.ISupportInitialize)(this.tbBlue)).EndInit();\r
+ this.ResumeLayout(false);\r
+ this.PerformLayout();\r
+\r
+ }\r
+\r
+ #endregion\r
+\r
+ private System.Windows.Forms.TrackBar tbRed;\r
+ private System.Windows.Forms.TrackBar tbGreen;\r
+ private System.Windows.Forms.TrackBar tbBlue;\r
+ private System.IO.Ports.SerialPort serSerialPort;\r
+ private System.Windows.Forms.ComboBox cbPort;\r
+ private System.Windows.Forms.Label lblRed;\r
+ private System.Windows.Forms.Label lblBlue;\r
+ private System.Windows.Forms.Label lblGreen;\r
+ }\r
+}\r
+\r