Object and Property name changes for consistency

This commit is contained in:
Rich
2008-03-27 19:39:10 +00:00
parent 7caa952bc3
commit c0511c990d
19 changed files with 2229 additions and 1407 deletions

View File

@@ -10,7 +10,7 @@ namespace Volian.Controls.Library
/// <summary>
/// Summary description for TransPanel.
/// </summary>
public partial class TransPanel : Panel
public partial class TransparentPanel : Panel
{
private string _Caption = "Inactive";
public string Caption
@@ -24,7 +24,7 @@ namespace Volian.Controls.Library
get { return _Alpha; }
set { _Alpha = value; InvalidateEx(); }
}
public TransPanel()
public TransparentPanel()
{
InitializeComponent();
}