Refactor the individual window panel into a separate form

This commit is contained in:
2025-08-31 20:27:45 +02:00
parent f234279135
commit 1f314d5c4b
5 changed files with 320 additions and 73 deletions

View File

@@ -59,6 +59,12 @@
<Compile Include="SettingsForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="WindowPanelForm.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="WindowPanelForm.Designer.cs">
<DependentUpon>WindowPanelForm.cs</DependentUpon>
</Compile>
<Compile Include="HotKeyManager.cs" />
<Compile Include="KeyboardHook.cs" />
<Compile Include="Program.cs" />
@@ -75,6 +81,9 @@
<EmbeddedResource Include="SettingsForm.resx">
<DependentUpon>SettingsForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WindowPanelForm.resx">
<DependentUpon>WindowPanelForm.cs</DependentUpon>
</EmbeddedResource>
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>