add:Dlass联动

This commit is contained in:
CJK_mkp
2025-11-02 09:41:53 +08:00
parent 72ba1a9f58
commit 4ef77c2e72
3 changed files with 160 additions and 2 deletions
@@ -280,6 +280,38 @@
Margin="0,4,0,0"/>
</ui:SimpleStackPanel>
<Line HorizontalAlignment="Stretch"
X1="0" Y1="0" X2="1" Y2="0"
Stroke="{StaticResource BorderBrush}"
StrokeThickness="1"
Margin="0,12,0,8"/>
<!-- 班级选择 -->
<TextBlock Text="班级选择"
FontSize="16"
FontWeight="SemiBold"
Foreground="{StaticResource TextForeground}"
Margin="0,0,0,8"/>
<TextBlock Text="连接成功后,将自动加载可用班级列表。"
FontSize="12"
Foreground="{StaticResource TextSecondary}"
TextWrapping="Wrap"
Margin="0,0,0,8"/>
<ComboBox x:Name="CmbClassSelection"
FontSize="14"
Padding="12,8"
Background="#18181b"
Foreground="{StaticResource TextForeground}"
BorderBrush="{StaticResource BorderBrush}"
BorderThickness="1"
MinHeight="36"
IsEditable="False"
IsReadOnly="True"
SelectionChanged="CmbClassSelection_SelectionChanged">
</ComboBox>
<Line HorizontalAlignment="Stretch"
X1="0" Y1="0" X2="1" Y2="0"
Stroke="{StaticResource BorderBrush}"