增加通道配置界面

This commit is contained in:
liming 蔡
2026-08-10 16:05:17 +08:00
parent 45c39f738b
commit 25f2ae3d44
22 changed files with 964 additions and 68 deletions
+18
View File
@@ -200,6 +200,12 @@
<Compile Include="CustomMessageBox.Designer.cs">
<DependentUpon>CustomMessageBox.cs</DependentUpon>
</Compile>
<Compile Include="FrmChannelCfg.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmChannelCfg.Designer.cs">
<DependentUpon>FrmChannelCfg.cs</DependentUpon>
</Compile>
<Compile Include="FrmCpkCount.cs">
<SubType>Form</SubType>
</Compile>
@@ -224,6 +230,12 @@
<Compile Include="FrmHelper.Designer.cs">
<DependentUpon>FrmHelper.cs</DependentUpon>
</Compile>
<Compile Include="FrmInput.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmInput.Designer.cs">
<DependentUpon>FrmInput.cs</DependentUpon>
</Compile>
<Compile Include="FrmLogin.cs">
<SubType>Form</SubType>
</Compile>
@@ -324,6 +336,9 @@
<EmbeddedResource Include="CustomMessageBox.resx">
<DependentUpon>CustomMessageBox.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FrmChannelCfg.resx">
<DependentUpon>FrmChannelCfg.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FrmCpkCount.resx">
<DependentUpon>FrmCpkCount.cs</DependentUpon>
</EmbeddedResource>
@@ -337,6 +352,9 @@
<EmbeddedResource Include="FrmHelper.resx">
<DependentUpon>FrmHelper.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FrmInput.resx">
<DependentUpon>FrmInput.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FrmLogin.resx">
<DependentUpon>FrmLogin.cs</DependentUpon>
</EmbeddedResource>