mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 11:12:36 +01:00
Minor refact
This commit is contained in:
parent
19c0cf56ed
commit
5935160930
@ -1,4 +1,4 @@
|
||||
namespace Nikse.SubtitleEdit.Forms.Styles
|
||||
namespace Nikse.SubtitleEdit.Forms.Assa
|
||||
{
|
||||
sealed partial class SubStationAlphaStylesCategoriesImportExport
|
||||
{
|
@ -1,13 +1,13 @@
|
||||
using Nikse.SubtitleEdit.Core.Common;
|
||||
using Nikse.SubtitleEdit.Logic;
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Drawing;
|
||||
using System.Linq;
|
||||
using System.Windows.Forms;
|
||||
using System.Xml;
|
||||
using Nikse.SubtitleEdit.Core.Common;
|
||||
using Nikse.SubtitleEdit.Logic;
|
||||
|
||||
namespace Nikse.SubtitleEdit.Forms.Styles
|
||||
namespace Nikse.SubtitleEdit.Forms.Assa
|
||||
{
|
||||
public sealed partial class SubStationAlphaStylesCategoriesImportExport : Form
|
||||
{
|
@ -1,4 +1,4 @@
|
||||
namespace Nikse.SubtitleEdit.Forms.Styles
|
||||
namespace Nikse.SubtitleEdit.Forms.Assa
|
||||
{
|
||||
sealed partial class SubStationAlphaStylesCategoriesManager
|
||||
{
|
@ -1,13 +1,13 @@
|
||||
using Nikse.SubtitleEdit.Core.Common;
|
||||
using Nikse.SubtitleEdit.Logic;
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Drawing;
|
||||
using System.Linq;
|
||||
using System.Windows.Forms;
|
||||
using System.Xml;
|
||||
using Nikse.SubtitleEdit.Core.Common;
|
||||
using Nikse.SubtitleEdit.Logic;
|
||||
|
||||
namespace Nikse.SubtitleEdit.Forms.Styles
|
||||
namespace Nikse.SubtitleEdit.Forms.Assa
|
||||
{
|
||||
public sealed partial class SubStationAlphaStylesCategoriesManager : Form
|
||||
{
|
@ -402,16 +402,16 @@
|
||||
<Compile Include="Forms\Assa\ChooseAssaFontName.Designer.cs">
|
||||
<DependentUpon>ChooseAssaFontName.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Forms\Styles\SubStationAlphaStylesCategoriesImportExport.cs">
|
||||
<Compile Include="Forms\Assa\SubStationAlphaStylesCategoriesImportExport.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Forms\Styles\SubStationAlphaStylesCategoriesImportExport.Designer.cs">
|
||||
<Compile Include="Forms\Assa\SubStationAlphaStylesCategoriesImportExport.Designer.cs">
|
||||
<DependentUpon>SubStationAlphaStylesCategoriesImportExport.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Forms\Styles\SubStationAlphaStylesCategoriesManager.cs">
|
||||
<Compile Include="Forms\Assa\SubStationAlphaStylesCategoriesManager.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Forms\Styles\SubStationAlphaStylesCategoriesManager.Designer.cs">
|
||||
<Compile Include="Forms\Assa\SubStationAlphaStylesCategoriesManager.Designer.cs">
|
||||
<DependentUpon>SubStationAlphaStylesCategoriesManager.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Forms\TimedTextPropertiesItunes.cs">
|
||||
@ -1499,10 +1499,10 @@
|
||||
<EmbeddedResource Include="Forms\Assa\ChooseAssaFontName.resx">
|
||||
<DependentUpon>ChooseAssaFontName.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Forms\Styles\SubStationAlphaStylesCategoriesImportExport.resx">
|
||||
<EmbeddedResource Include="Forms\Assa\SubStationAlphaStylesCategoriesImportExport.resx">
|
||||
<DependentUpon>SubStationAlphaStylesCategoriesImportExport.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Forms\Styles\SubStationAlphaStylesCategoriesManager.resx">
|
||||
<EmbeddedResource Include="Forms\Assa\SubStationAlphaStylesCategoriesManager.resx">
|
||||
<DependentUpon>SubStationAlphaStylesCategoriesManager.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Forms\TimedTextPropertiesItunes.resx">
|
||||
|
Loading…
Reference in New Issue
Block a user