Renamed ApplicationOptionPanel to GeneralOptionPanel

This commit is contained in:
Michael Becker 2014-12-10 22:24:29 -05:00
parent 3b1f0efc88
commit f04014aa6c
4 changed files with 11 additions and 11 deletions

View File

@ -1,6 +1,6 @@
namespace UniversalEditor.UserInterface.WindowsForms.OptionPanels
namespace UniversalEditor.UserInterface.WindowsForms.OptionPanels.Application
{
partial class ApplicationOptionPanel
partial class GeneralOptionPanel
{
/// <summary>
/// Required designer variable.

View File

@ -5,16 +5,16 @@ using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace UniversalEditor.UserInterface.WindowsForms.OptionPanels
namespace UniversalEditor.UserInterface.WindowsForms.OptionPanels.Application
{
public partial class ApplicationOptionPanel : OptionPanel
public partial class GeneralOptionPanel : OptionPanel
{
public ApplicationOptionPanel()
public GeneralOptionPanel()
{
InitializeComponent();
}
private string[] mvarOptionGroups = new string[] { "Application" };
private string[] mvarOptionGroups = new string[] { "Application", "General" };
public override string[] OptionGroups { get { return mvarOptionGroups; } }
public override void LoadSettings()

View File

@ -141,11 +141,11 @@
<Compile Include="MainWindow.Designer.cs">
<DependentUpon>MainWindow.cs</DependentUpon>
</Compile>
<Compile Include="OptionPanels\ApplicationOptionPanel.cs">
<Compile Include="OptionPanels\Application\GeneralOptionPanel.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="OptionPanels\ApplicationOptionPanel.Designer.cs">
<DependentUpon>ApplicationOptionPanel.cs</DependentUpon>
<Compile Include="OptionPanels\Application\GeneralOptionPanel.Designer.cs">
<DependentUpon>GeneralOptionPanel.cs</DependentUpon>
</Compile>
<Compile Include="OptionPanels\Application\DocumentsOptionPanel.cs">
<SubType>UserControl</SubType>
@ -255,8 +255,8 @@
<EmbeddedResource Include="MainWindow.resx">
<DependentUpon>MainWindow.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="OptionPanels\ApplicationOptionPanel.resx">
<DependentUpon>ApplicationOptionPanel.cs</DependentUpon>
<EmbeddedResource Include="OptionPanels\Application\GeneralOptionPanel.resx">
<DependentUpon>GeneralOptionPanel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="OptionPanels\Application\DocumentsOptionPanel.resx">
<DependentUpon>DocumentsOptionPanel.cs</DependentUpon>