1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
| <Window x:Class="MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="MainWindow" Height="501" Width="633" WindowStartupLocation="CenterScreen" ResizeMode="NoResize" Background="#ffffffff">
<Grid Height="450" Width="600" Background="#FF313131" Margin="0,0,0,0" DataContext="{Binding}">
<Image Height="22" HorizontalAlignment="Left" Margin="0,120,0,0" Name="Image1" Stretch="Fill" VerticalAlignment="Top" Width="600" Source="/WpfApplication1;component/Images/barre1.png" />
<Image Height="22" HorizontalAlignment="Left" Margin="0,172,0,0" Name="Image2" Source="/WpfApplication1;component/Images/barre1.png" Stretch="Fill" VerticalAlignment="Top" Width="600" />
<Image Height="22" HorizontalAlignment="Left" Margin="0,224,0,0" Name="Image3" Source="/WpfApplication1;component/Images/barre1.png" Stretch="Fill" VerticalAlignment="Top" Width="600" />
<Image Height="27" HorizontalAlignment="Left" Margin="518,384,0,0" Name="Bouton1" Stretch="Fill" VerticalAlignment="Top" Width="63" Source="/WpfApplication1;component/Images/bouton1.png" Cursor="Hand" />
<TextBox Height="15" HorizontalAlignment="Left" Margin="252,176,0,0" Name="TextBox1" Text="connect" VerticalAlignment="Top" FontFamily="Terminal" FontSize="10" Width="97" TextAlignment="Center" Foreground="White" Background="#00000000" BorderThickness="0" />
<TextBox FontFamily="Terminal" FontSize="10" Foreground="White" Height="15" HorizontalAlignment="Left" Margin="252,229,0,0" Name="Textbox2" Text="nickname" TextAlignment="Center" VerticalAlignment="Top" Width="97" Background="#00000000" BorderThickness="0" />
<Label Content="server" Height="20" HorizontalAlignment="Left" Margin="252,120,0,0" Name="Label1" VerticalAlignment="Top" FontFamily="Consolas" FontSize="10" Foreground="White" Width="97" HorizontalContentAlignment="Center" Cursor="Hand" />
<Image Height="22" HorizontalAlignment="Left" Margin="16,301,0,0" Name="Image5" Source="/WpfApplication1;component/Images/colBleu.png" Stretch="Fill" VerticalAlignment="Top" Width="82" Cursor="Hand" />
<Image Height="22" HorizontalAlignment="Left" Margin="113,301,0,0" Name="Image6" Source="/WpfApplication1;component/Images/colJaune.png" Stretch="Fill" VerticalAlignment="Top" Width="82" Cursor="Hand" />
<Image Height="22" HorizontalAlignment="Left" Margin="210,301,0,0" Name="Image7" Source="/WpfApplication1;component/Images/colMarron.png" Stretch="Fill" VerticalAlignment="Top" Width="82" Cursor="Hand" />
<Image Height="22" HorizontalAlignment="Left" Margin="307,301,0,0" Name="Image8" Source="/WpfApplication1;component/Images/colRouge.png" Stretch="Fill" VerticalAlignment="Top" Width="82" Cursor="Hand" />
<Image Height="22" HorizontalAlignment="Left" Margin="404,301,0,0" Name="Image9" Source="/WpfApplication1;component/Images/colVert.png" Stretch="Fill" VerticalAlignment="Top" Width="82" Cursor="Hand" />
<Image Height="22" HorizontalAlignment="Left" Margin="500,301,0,0" Name="Image10" Source="/WpfApplication1;component/Images/colViolet.png" Stretch="Fill" VerticalAlignment="Top" Width="82" Cursor="Hand" />
<Image Height="23" HorizontalAlignment="Left" Margin="0,427,0,0" Name="Image11" Source="/WpfApplication1;component/Images/statutbarre.png" Stretch="Fill" VerticalAlignment="Top" Width="600" />
</Grid>
</Window> |