|
|
@@ -9,10 +9,9 @@
|
|
|
lex:LocalizeDictionary.DesignCulture="zh-CN"
|
|
|
lex:ResxLocalizationProvider.DefaultAssembly="TeamAAS-VP"
|
|
|
lex:ResxLocalizationProvider.DefaultDictionary="Lang"
|
|
|
-
|
|
|
mc:Ignorable="d"
|
|
|
- d:DesignHeight="450"
|
|
|
- d:DesignWidth="800">
|
|
|
+ Height="768"
|
|
|
+ Width="1024">
|
|
|
<Grid>
|
|
|
<Grid.RowDefinitions>
|
|
|
<RowDefinition Height="Auto" />
|
|
|
@@ -103,8 +102,8 @@
|
|
|
<Grid Grid.Row="3"
|
|
|
Margin="5">
|
|
|
<Grid.ColumnDefinitions>
|
|
|
- <ColumnDefinition Width="*" />
|
|
|
- <ColumnDefinition Width="*" />
|
|
|
+ <ColumnDefinition Width="70*" />
|
|
|
+ <ColumnDefinition Width="30*" />
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
|
<!-- Statistics -->
|
|
|
@@ -144,17 +143,23 @@
|
|
|
Margin="10,0,0,0"
|
|
|
Text="要导入的点位表开始索引:" />
|
|
|
<materialDesign:NumericUpDown x:Name="TxtStartIndex"
|
|
|
- Width="100"
|
|
|
- Margin="5,0,0,0" ValueStep="1" Minimum="1" Maximum="999" ValueChanged="TxtStartIndex_ValueChanged" />
|
|
|
+ Width="100"
|
|
|
+ VerticalAlignment="Center"
|
|
|
+ VerticalContentAlignment="Center"
|
|
|
+ HorizontalContentAlignment="Center"
|
|
|
+ Margin="5,0,0,0"
|
|
|
+ ValueStep="1"
|
|
|
+ Minimum="1"
|
|
|
+ Maximum="999"
|
|
|
+ ValueChanged="TxtStartIndex_ValueChanged" />
|
|
|
</StackPanel>
|
|
|
|
|
|
<StackPanel Grid.Row="4"
|
|
|
Orientation="Horizontal"
|
|
|
HorizontalAlignment="Right"
|
|
|
Margin="0,18,0,0">
|
|
|
- <Button
|
|
|
- Command="{x:Static materialDesign:DialogHost.CloseDialogCommand}"
|
|
|
- CommandParameter="{Binding ElementName=createpro,Path=DataContext}"
|
|
|
+ <Button Command="{x:Static materialDesign:DialogHost.CloseDialogCommand}"
|
|
|
+ CommandParameter="{Binding}"
|
|
|
IsDefault="True"
|
|
|
Content="{lex:Loc 确定}"
|
|
|
Margin="0,0,12,0" />
|