ClientListWindow.xaml 480 B

12345678
  1. <Window x:Class="AGV_WPF.ExtraUI.ClientListWindow"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. Title="客户端列表" Height="218" Width="279" Loaded="Window_Loaded" FontSize="16" ResizeMode="NoResize" WindowStartupLocation="CenterScreen" Icon="/AGV_WPF;component/Image/casun_logo.png">
  5. <Grid>
  6. <ListBox Name="listBox1" Margin="1,1,1,1" />
  7. </Grid>
  8. </Window>