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