diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-12-20 05:40:17 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-12-20 05:40:17 +0000 |
commit | e73f05b8b2de5485c97a305b4a7e940bb5636f49 (patch) | |
tree | d86dad0162c1e87065bad8e79896507facb404cb /Projects/LEDNotifier/LEDMixerApp | |
parent | 901e26edd893a73ac38bdf95a7a72c48bdc1d07b (diff) | |
download | lufa-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')
-rw-r--r-- | Projects/LEDNotifier/LEDMixerApp/LEDMixer.Designer.cs | 8 |
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
|