You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
2.8 KiB
26 lines
2.8 KiB
<mah:MetroWindow xmlns:mah="http://metro.mahapps.com/winfx/xaml/controls" x:Class="Audit.Windows.Set_up"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
xmlns:local="clr-namespace:Audit.Windows"
|
|
mc:Ignorable="d"
|
|
Title="设置" Height="600" Width="800" WindowStartupLocation="CenterScreen" ResizeMode="NoResize">
|
|
<Grid>
|
|
<Button Content="BD连接测试" HorizontalAlignment="Left" Height="35" Margin="135,245,0,0" VerticalAlignment="Top" Width="105" x:Name="BDtset" FontSize="15"/>
|
|
<Button Content="TI连接测试" HorizontalAlignment="Left" Height="35" Margin="350,245,0,0" VerticalAlignment="Top" Width="105" x:Name="TItset" FontSize="15"/>
|
|
<Button Content="退出" HorizontalAlignment="Left" Height="40" Margin="625,505,0,0" VerticalAlignment="Top" Width="120" x:Name="SetExit" FontSize="20" Click="SetExit_Click"/>
|
|
<Button Content="保存" HorizontalAlignment="Left" Height="40" Margin="455,505,0,0" VerticalAlignment="Top" Width="120" x:Name="Save" FontSize="20"/>
|
|
<TextBox HorizontalAlignment="Left" Height="40" Margin="135,70,0,0" TextWrapping="Wrap" Text="" VerticalAlignment="Top" Width="205"/>
|
|
<TextBox HorizontalAlignment="Left" Height="40" Margin="135,120,0,0" TextWrapping="Wrap" Text="" VerticalAlignment="Top" Width="205"/>
|
|
<TextBox HorizontalAlignment="Left" Height="40" Margin="135,170,0,0" TextWrapping="Wrap" Text="" VerticalAlignment="Top" Width="205"/>
|
|
<TextBox HorizontalAlignment="Left" Height="40" Margin="350,70,0,0" TextWrapping="Wrap" Text="" VerticalAlignment="Top" Width="205"/>
|
|
<TextBox HorizontalAlignment="Left" Height="40" Margin="350,120,0,0" TextWrapping="Wrap" Text="" VerticalAlignment="Top" Width="205"/>
|
|
<TextBox HorizontalAlignment="Left" Height="40" Margin="350,170,0,0" TextWrapping="Wrap" Text="" VerticalAlignment="Top" Width="205"/>
|
|
<Label Content="BatchDyeingCentral" HorizontalAlignment="Left" Height="40" Margin="135,25,0,0" VerticalAlignment="Top" Width="215" FontSize="20"/>
|
|
<Label Content="Ticket" HorizontalAlignment="Left" Height="40" Margin="350,25,0,0" VerticalAlignment="Top" Width="130" FontSize="20"/>
|
|
<Label Content="SQL路径:" HorizontalAlignment="Left" Height="40" Margin="10,70,0,0" VerticalAlignment="Top" Width="120" FontSize="20"/>
|
|
<Label Content="SQL账号:" HorizontalAlignment="Left" Height="40" Margin="10,120,0,0" VerticalAlignment="Top" Width="120" FontSize="20"/>
|
|
<Label Content="SQL密码:" HorizontalAlignment="Left" Height="40" Margin="10,170,0,0" VerticalAlignment="Top" Width="120" FontSize="20"/>
|
|
</Grid>
|
|
</mah:MetroWindow>
|
|
|