66 <Grid >
77 <Grid .RowDefinitions>
88 <RowDefinition />
9- <RowDefinition Height =" 35" />
10- <RowDefinition Height =" 35" />
11- <RowDefinition Height =" 35" />
12- <RowDefinition Height =" 35" />
13- <RowDefinition Height =" 35" />
14- <RowDefinition Height =" 35" />
15- <RowDefinition Height =" 35" />
16- <RowDefinition Height =" 35" />
17- <RowDefinition Height =" 35" />
18- <RowDefinition Height =" 35" />
19- <RowDefinition Height =" Auto" />
20- <RowDefinition />
9+ <RowDefinition Height =" 35" />
10+ <RowDefinition Height =" 35" />
11+ <RowDefinition Height =" 35" />
12+ <RowDefinition Height =" 35" />
13+ <RowDefinition Height =" 35" />
14+ <RowDefinition Height =" 35" />
15+ <RowDefinition Height =" 35" />
16+ <RowDefinition Height =" 35" />
17+ <RowDefinition Height =" 35" />
18+ <RowDefinition Height =" 35" />
19+ <RowDefinition Height =" Auto" />
20+ <RowDefinition />
2121 </Grid .RowDefinitions>
2222 <StackLayout HorizontalOptions =" Center" Orientation =" Horizontal" >
23- <Image WidthRequest =" 100" HeightRequest =" 100" Source =" generalupdate_img.png" />
23+ <Image WidthRequest =" 100" HeightRequest =" 100" Source =" generalupdate_img.png" />
2424 </StackLayout >
25- <StackLayout Grid.Row=" 1" Orientation =" Horizontal" HeightRequest =" 35" HorizontalOptions =" Center" >
26- <Label VerticalOptions =" Center" Text =" Source path :" />
25+ <StackLayout Grid.Row=" 1" Orientation =" Horizontal" HeightRequest =" 35" HorizontalOptions =" Center" >
26+ <Label VerticalOptions =" Center" Text =" Source path :" />
2727 <Entry WidthRequest =" 400" HeightRequest =" 30" Margin =" 3,0,3,0" Text =" {Binding SourcePath}" />
2828 <Button WidthRequest =" 110" HeightRequest =" 25" Text =" Pick folder" Command =" {Binding SelectFolderCommand}" CommandParameter =" Source" />
29- <Label Text =" *" TextColor =" Red" VerticalTextAlignment =" Center" />
29+ <Label Text =" *" TextColor =" Red" VerticalTextAlignment =" Center" />
3030 </StackLayout >
3131 <StackLayout Grid.Row=" 2" Orientation =" Horizontal" HeightRequest =" 35" HorizontalOptions =" Center" >
32- <Label VerticalOptions =" Center" Text =" Target path :" />
32+ <Label VerticalOptions =" Center" Text =" Target path :" />
3333 <Entry WidthRequest =" 400" HeightRequest =" 30" Margin =" 5,0,3,0" Text =" {Binding TargetPath}" />
34- <Button WidthRequest =" 110" HeightRequest =" 35" Text =" Pick folder" Command =" {Binding SelectFolderCommand}" CommandParameter =" Target" />
35- <Label Text =" *" TextColor =" Red" VerticalTextAlignment =" Center" />
34+ <Button WidthRequest =" 110" HeightRequest =" 35" Text =" Pick folder" Command =" {Binding SelectFolderCommand}" CommandParameter =" Target" />
35+ <Label Text =" *" TextColor =" Red" VerticalTextAlignment =" Center" />
3636 </StackLayout >
3737 <StackLayout Grid.Row=" 3" Orientation =" Horizontal" HeightRequest =" 35" HorizontalOptions =" Center" >
38- <Label VerticalOptions =" Center" Text =" Patch path :" />
39- <Entry WidthRequest =" 400" HeightRequest =" 30" Margin =" 9,0,3,0" Text =" {Binding PatchPath}" />
38+ <Label VerticalOptions =" Center" Text =" Patch path :" />
39+ <Entry WidthRequest =" 400" HeightRequest =" 30" Margin =" 9,0,3,0" Text =" {Binding PatchPath}" />
4040 <Button WidthRequest =" 110" HeightRequest =" 35" Text =" Pick folder" Command =" {Binding SelectFolderCommand}" CommandParameter =" Patch" />
41- <Label Text =" *" TextColor =" Red" VerticalTextAlignment =" Center" />
41+ <Label Text =" *" TextColor =" Red" VerticalTextAlignment =" Center" />
4242 </StackLayout >
4343 <StackLayout Margin =" 0,0,120,0" Grid.Row=" 4" Orientation =" Horizontal" HeightRequest =" 35" HorizontalOptions =" Center" >
44- <Label VerticalOptions =" Center" Text =" packet name :" />
44+ <Label VerticalOptions =" Center" Text =" packet name :" />
4545 <Entry WidthRequest =" 400" HeightRequest =" 30" Margin =" 9,0,3,0" Text =" {Binding PacketName , Mode=TwoWay}" />
46- <Label Text =" *" TextColor =" Red" VerticalTextAlignment =" Center" />
46+ <Label Text =" *" TextColor =" Red" VerticalTextAlignment =" Center" />
4747 </StackLayout >
4848 <StackLayout Margin =" 0,0,85,0" Grid.Row=" 5" Orientation =" Horizontal" HeightRequest =" 35" HorizontalOptions =" Center" >
49- <Label VerticalOptions =" Center" Text =" format :" />
49+ <Label VerticalOptions =" Center" Text =" format :" />
5050 <Picker WidthRequest =" 400" HeightRequest =" 30" Margin =" 9,0,3,0" ItemsSource =" {Binding Formats}" SelectedItem =" {Binding CurrentFormat}" />
51- <Label Text =" *" TextColor =" Red" VerticalTextAlignment =" Center" />
51+ <Label Text =" *" TextColor =" Red" VerticalTextAlignment =" Center" />
5252 </StackLayout >
5353 <StackLayout Margin =" 0,0,100,0" Grid.Row=" 6" Orientation =" Horizontal" HeightRequest =" 35" HorizontalOptions =" Center" >
54- <Label VerticalOptions =" Center" Text =" encoding :" />
54+ <Label VerticalOptions =" Center" Text =" encoding :" />
5555 <Picker WidthRequest =" 400" HeightRequest =" 30" Margin =" 9,0,3,0" SelectedIndex =" 0" ItemsSource =" {Binding Encodings}" SelectedItem =" {Binding CurrentEncoding}" />
56- <Label Text =" *" TextColor =" Red" VerticalTextAlignment =" Center" />
56+ <Label Text =" *" TextColor =" Red" VerticalTextAlignment =" Center" />
5757 </StackLayout >
5858 <StackLayout Margin =" 0,0,135,0" Grid.Row=" 7" Orientation =" Horizontal" HeightRequest =" 35" HorizontalOptions =" Center" >
59- <Label VerticalOptions =" Center" Text =" client app key :" />
59+ <Label VerticalOptions =" Center" Text =" client app key :" />
6060 <Entry WidthRequest =" 400" HeightRequest =" 30" Margin =" 9,0,3,0" Text =" {Binding CurrentClientAppKey}" />
6161 </StackLayout >
6262 <StackLayout Margin =" 0,0,115,0" Grid.Row=" 8" Orientation =" Horizontal" HeightRequest =" 35" HorizontalOptions =" Center" >
63- <Label VerticalOptions =" Center" Text =" client type :" />
63+ <Label VerticalOptions =" Center" Text =" client type :" />
6464 <Picker WidthRequest =" 400" HeightRequest =" 32" Margin =" 9,0,3,0" ItemsSource =" {Binding AppTypes}" SelectedItem =" {Binding CurrnetAppType}" />
6565 </StackLayout >
6666 <StackLayout Margin =" 0,0,110,0" Grid.Row=" 9" Orientation =" Horizontal" HeightRequest =" 35" HorizontalOptions =" Center" >
67- <Label VerticalOptions =" Center" Text =" server url :" />
68- <Entry WidthRequest =" 400" HeightRequest =" 30" Margin =" 9,0,3,0" Text =" {Binding Url}" />
67+ <Label VerticalOptions =" Center" Text =" server url :" />
68+ <Entry WidthRequest =" 400" HeightRequest =" 30" Margin =" 9,0,3,0" Text =" {Binding Url}" />
6969 </StackLayout >
7070 <StackLayout Margin =" 0,0,145,0" Grid.Row=" 10" Orientation =" Horizontal" HeightRequest =" 35" HorizontalOptions =" Center" >
71- <Label VerticalOptions =" Center" Text =" currnet version :" />
71+ <Label VerticalOptions =" Center" Text =" currnet version :" />
7272 <Entry WidthRequest =" 400" HeightRequest =" 30" Margin =" 9,0,3,0" Text =" {Binding CurrentVersion}" />
7373 </StackLayout >
7474 <StackLayout HorizontalOptions =" Center" Grid.Row=" 11" HeightRequest =" 35" Orientation =" Horizontal" >
7979 </StackLayout >
8080 </Grid >
8181 </ScrollView >
82- </ContentPage >
82+ </ContentPage >
0 commit comments