Renamed ApplicationOptionPanel to GeneralOptionPanel
This commit is contained in:
parent
3b1f0efc88
commit
f04014aa6c
@ -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.
|
||||
@ -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()
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user