aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/LEDNotifier/LEDMixerApp/LEDMixer.Designer.cs
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-12-20 05:40:17 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-12-20 05:40:17 +0000
commite73f05b8b2de5485c97a305b4a7e940bb5636f49 (patch)
treed86dad0162c1e87065bad8e79896507facb404cb /Projects/LEDNotifier/LEDMixerApp/LEDMixer.Designer.cs
parent901e26edd893a73ac38bdf95a7a72c48bdc1d07b (diff)
downloadlufa-e73f05b8b2de5485c97a305b4a7e940bb5636f49.tar.gz
lufa-e73f05b8b2de5485c97a305b4a7e940bb5636f49.tar.bz2
lufa-e73f05b8b2de5485c97a305b4a7e940bb5636f49.zip
Added CPU Usage monitor host app to the LEDNotifier project.
Diffstat (limited to 'Projects/LEDNotifier/LEDMixerApp/LEDMixer.Designer.cs')
-rw-r--r--Projects/LEDNotifier/LEDMixerApp/LEDMixer.Designer.cs8
1 files changed, 4 insertions, 4 deletions
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