|
From: <an...@us...> - 2007-05-22 06:29:25
|
Revision: 413
http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=413&view=rev
Author: and-81
Date: 2007-05-21 23:29:24 -0700 (Mon, 21 May 2007)
Log Message:
-----------
Modified Paths:
--------------
trunk/plugins/IR Server Suite/MediaPortal Plugins/TV2 Blaster Plugin/Forms/StbSetup.Designer.cs
trunk/plugins/IR Server Suite/MediaPortal Plugins/TV3 Blaster Plugin/Forms/PluginSetup.Designer.cs
trunk/plugins/IR Server Suite/MediaPortal Plugins/TV3 Blaster Plugin/Forms/StbSetup.Designer.cs
Modified: trunk/plugins/IR Server Suite/MediaPortal Plugins/TV2 Blaster Plugin/Forms/StbSetup.Designer.cs
===================================================================
--- trunk/plugins/IR Server Suite/MediaPortal Plugins/TV2 Blaster Plugin/Forms/StbSetup.Designer.cs 2007-05-22 06:26:03 UTC (rev 412)
+++ trunk/plugins/IR Server Suite/MediaPortal Plugins/TV2 Blaster Plugin/Forms/StbSetup.Designer.cs 2007-05-22 06:29:24 UTC (rev 413)
@@ -284,6 +284,7 @@
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.BackColor = System.Drawing.Color.Transparent;
this.Controls.Add(this.groupBoxOptions);
this.Controls.Add(this.groupBoxCommands);
this.MinimumSize = new System.Drawing.Size(504, 310);
Modified: trunk/plugins/IR Server Suite/MediaPortal Plugins/TV3 Blaster Plugin/Forms/PluginSetup.Designer.cs
===================================================================
--- trunk/plugins/IR Server Suite/MediaPortal Plugins/TV3 Blaster Plugin/Forms/PluginSetup.Designer.cs 2007-05-22 06:26:03 UTC (rev 412)
+++ trunk/plugins/IR Server Suite/MediaPortal Plugins/TV3 Blaster Plugin/Forms/PluginSetup.Designer.cs 2007-05-22 06:29:24 UTC (rev 413)
@@ -257,6 +257,7 @@
//
// PluginSetup
//
+ this.BackColor = System.Drawing.Color.Transparent;
this.Controls.Add(this.tabControl);
this.MinimumSize = new System.Drawing.Size(328, 266);
this.Name = "PluginSetup";
Modified: trunk/plugins/IR Server Suite/MediaPortal Plugins/TV3 Blaster Plugin/Forms/StbSetup.Designer.cs
===================================================================
--- trunk/plugins/IR Server Suite/MediaPortal Plugins/TV3 Blaster Plugin/Forms/StbSetup.Designer.cs 2007-05-22 06:26:03 UTC (rev 412)
+++ trunk/plugins/IR Server Suite/MediaPortal Plugins/TV3 Blaster Plugin/Forms/StbSetup.Designer.cs 2007-05-22 06:29:24 UTC (rev 413)
@@ -296,6 +296,7 @@
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.BackColor = System.Drawing.Color.Transparent;
this.Controls.Add(this.labelCardName);
this.Controls.Add(this.groupBoxOptions);
this.Controls.Add(this.groupBoxCommands);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|