Kaynağa Gözat

主页面

master
zhangxueyang 3 yıl önce
ebeveyn
işleme
a64ead8488
1 değiştirilmiş dosya ile 5 ekleme ve 1 silme
  1. 5
    1
      XHPZ.Desktop/MainWindow.xaml

+ 5
- 1
XHPZ.Desktop/MainWindow.xaml Dosyayı Görüntüle

@@ -7,6 +7,10 @@
7 7
         mc:Ignorable="d"
8 8
         Title="MainWindow" Height="450" Width="800">
9 9
     <Grid>
10
-        
10
+        <TextBlock Text="欢迎使用批注!" FontSize="28"/>
11
+        <StackPanel Orientation="Horizontal" VerticalAlignment="Bottom" HorizontalAlignment="Right">
12
+            <TextBlock Text="设备状态:" FontSize="18"/>
13
+            <TextBlock x:Name="x" Text="未连接" FontSize="18"/>
14
+        </StackPanel>
11 15
     </Grid>
12 16
 </Window>

Loading…
İptal
Kaydet