feat: 新增主界面模块功能

This commit is contained in:
cyf
2026-08-28 23:32:47 +08:00
parent b33c847b27
commit 98a119ed25
10 changed files with 942 additions and 30 deletions
+10 -1
View File
@@ -132,6 +132,12 @@
<Compile Include="Control\MainPanelControlEx.Designer.cs">
<DependentUpon>MainPanelControlEx.cs</DependentUpon>
</Compile>
<Compile Include="Control\MainPanelControlEx2.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Control\MainPanelControlEx2.Designer.cs">
<DependentUpon>MainPanelControlEx2.cs</DependentUpon>
</Compile>
<Compile Include="Control\MenuBar.cs">
<SubType>UserControl</SubType>
</Compile>
@@ -299,6 +305,9 @@
<EmbeddedResource Include="Control\MainPanelControlEx.resx">
<DependentUpon>MainPanelControlEx.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Control\MainPanelControlEx2.resx">
<DependentUpon>MainPanelControlEx2.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Control\MenuBar.resx">
<DependentUpon>MenuBar.cs</DependentUpon>
</EmbeddedResource>
@@ -587,4 +596,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>