|
@@ -111,10 +111,11 @@
|
111
|
111
|
<!-- 创建内页 375 -->
|
112
|
112
|
<Grid Margin="20,0">
|
113
|
113
|
<Grid.RowDefinitions>
|
114
|
|
- <RowDefinition Height="100*" />
|
|
114
|
+ <RowDefinition Height="80" />
|
115
|
115
|
<RowDefinition Height="80*" />
|
116
|
116
|
<RowDefinition Height="80*" />
|
117
|
|
- <RowDefinition Height="115*" />
|
|
117
|
+ <RowDefinition Height="80" />
|
|
118
|
+ <RowDefinition Height="30" />
|
118
|
119
|
</Grid.RowDefinitions>
|
119
|
120
|
<Grid Grid.Row="0">
|
120
|
121
|
<Label
|
|
@@ -181,21 +182,7 @@
|
181
|
182
|
</Grid>
|
182
|
183
|
<Label Height="1.5" Background="#3F6FFF" />
|
183
|
184
|
</StackPanel>
|
184
|
|
- <!--<StackPanel Grid.Row="2" Orientation="Horizontal" Margin="30,0,30,1" Grid.ColumnSpan="2">
|
185
|
|
- <Label Content="*" FontSize="18" Padding="0,27,0,0" Foreground="#FF0000"/>
|
186
|
|
- <TextBlock Text="存放路径" FontSize="18" Padding="2,23,10,0"/>
|
187
|
|
- -->
|
188
|
|
- <!-- 输入框 -->
|
189
|
|
- <!--
|
190
|
|
- <Border Background="#CDD6E0" Width="200" Height="43" CornerRadius="3">
|
191
|
|
- <TextBox x:Name="txbStoragePath" Text="D:\" FontSize="16" Foreground="#333333" Padding="5,12,2,2" Width="198" Height="41" BorderBrush="{x:Null}" BorderThickness="0"/>
|
192
|
|
- </Border>
|
193
|
|
- -->
|
194
|
|
- <!-- 浏览按钮 -->
|
195
|
|
- <!--
|
196
|
|
- <Button Cursor="Hand" x:Name="btnBrowse" FontSize="18" Width="80" Height="43" BorderBrush="#cccccc" BorderThickness="1" Click="BtnBrowse_Click" Content="浏览" Style="{StaticResource Button_Menu}"
|
197
|
|
- Background="#F7F7F7" Margin="11,0,0,0"/>
|
198
|
|
- </StackPanel>-->
|
|
185
|
+
|
199
|
186
|
</Grid>
|
200
|
187
|
<!-- 按钮 -->
|
201
|
188
|
<Grid Grid.Row="3">
|
|
@@ -212,7 +199,7 @@
|
212
|
199
|
Grid.ColumnSpan="2"
|
213
|
200
|
Width="195"
|
214
|
201
|
Height="40"
|
215
|
|
- Margin="0,0,0,30"
|
|
202
|
+ Margin="0,0,0,0"
|
216
|
203
|
HorizontalAlignment="Center"
|
217
|
204
|
VerticalAlignment="Center"
|
218
|
205
|
HorizontalContentAlignment="Center"
|
|
@@ -240,6 +227,10 @@
|
240
|
227
|
</Button.Template>
|
241
|
228
|
</Button>
|
242
|
229
|
</Grid>
|
|
230
|
+
|
|
231
|
+ <Grid Grid.Row="4">
|
|
232
|
+ <Label Name="versionLabel" Content="版本号:" Foreground="#666666" HorizontalAlignment="Center"></Label>
|
|
233
|
+ </Grid>
|
243
|
234
|
</Grid>
|
244
|
235
|
</Grid>
|
245
|
236
|
</Border>
|