From e73f05b8b2de5485c97a305b4a7e940bb5636f49 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sun, 20 Dec 2009 05:40:17 +0000 Subject: Added CPU Usage monitor host app to the LEDNotifier project. --- Projects/LEDNotifier/LEDMixerApp/LEDMixer.Designer.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Projects/LEDNotifier/LEDMixerApp/LEDMixer.Designer.cs') diff --git a/Projects/LEDNotifier/LEDMixerApp/LEDMixer.Designer.cs b/Projects/LEDNotifier/LEDMixerApp/LEDMixer.Designer.cs index 885db2944..8ed0665f7 100644 --- a/Projects/LEDNotifier/LEDMixerApp/LEDMixer.Designer.cs +++ b/Projects/LEDNotifier/LEDMixerApp/LEDMixer.Designer.cs @@ -92,20 +92,20 @@ // this.lblBlue.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblBlue.Location = new System.Drawing.Point(3, 115); - this.lblBlue.Name = "lblBlue"; + this.lblBlue.Name = "lblGreen"; this.lblBlue.Size = new System.Drawing.Size(50, 27); this.lblBlue.TabIndex = 5; - this.lblBlue.Text = "Blue"; + this.lblBlue.Text = "Green"; this.lblBlue.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lblGreen // this.lblGreen.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblGreen.Location = new System.Drawing.Point(3, 163); - this.lblGreen.Name = "lblGreen"; + this.lblGreen.Name = "lblBlue"; this.lblGreen.Size = new System.Drawing.Size(50, 25); this.lblGreen.TabIndex = 6; - this.lblGreen.Text = "Green"; + this.lblGreen.Text = "Blue"; this.lblGreen.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // LEDMixer -- cgit v1.2.3