Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
加入KeywordEditWindow
Browse files Browse the repository at this point in the history
  • Loading branch information
SugarMGP committed Dec 12, 2020
1 parent 67a9b97 commit c758f0c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion SeewoHelper/Forms/KeywordEditWindow.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions SeewoHelper/Forms/KeywordEditWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@

namespace SeewoHelper.Forms
{
public partial class KeywordWindow : Form
public partial class KeywordEditWindow : Form
{
public KeywordWindow()
public KeywordEditWindow()
{
InitializeComponent();
}
Expand Down
2 changes: 1 addition & 1 deletion SeewoHelper/Forms/SubjectStorageInfoGettingWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ private void ButtonCancel_Click(object sender, EventArgs e)

private void ButtonEditKeyword_Click(object sender, EventArgs e)
{
new KeywordWindow().ShowDialog();
new KeywordEditWindow().ShowDialog();
}
}
}
10 changes: 5 additions & 5 deletions SeewoHelper/SeewoHelper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@
<Compile Include="Forms\AboutWindow.designer.cs">
<DependentUpon>AboutWindow.cs</DependentUpon>
</Compile>
<Compile Include="Forms\KeywordWindow.cs">
<Compile Include="Forms\KeywordEditWindow.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\KeywordWindow.Designer.cs">
<DependentUpon>KeywordWindow.cs</DependentUpon>
<Compile Include="Forms\KeywordEditWindow.Designer.cs">
<DependentUpon>KeywordEditWindow.cs</DependentUpon>
</Compile>
<Compile Include="Forms\SubjectStorageInfoGettingWindow.cs">
<SubType>Form</SubType>
Expand Down Expand Up @@ -88,8 +88,8 @@
<EmbeddedResource Include="Forms\AboutWindow.resx">
<DependentUpon>AboutWindow.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\KeywordWindow.resx">
<DependentUpon>KeywordWindow.cs</DependentUpon>
<EmbeddedResource Include="Forms\KeywordEditWindow.resx">
<DependentUpon>KeywordEditWindow.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\SubjectStorageInfoGettingWindow.resx">
<DependentUpon>SubjectStorageInfoGettingWindow.cs</DependentUpon>
Expand Down

0 comments on commit c758f0c

Please sign in to comment.