|
15 | 15 | mc:Ignorable="d"> |
16 | 16 | <DockPanel Classes="Margin8"> |
17 | 17 | <StackPanel |
18 | | - Classes="Margin8" |
19 | 18 | HorizontalAlignment="Center" |
| 19 | + Classes="Margin8" |
20 | 20 | DockPanel.Dock="Bottom" |
21 | 21 | Orientation="Horizontal"> |
22 | 22 | <Button |
|
28 | 28 | x:Name="btnSave" |
29 | 29 | Width="100" |
30 | 30 | Content="{x:Static resx:ResUI.TbConfirm}" |
31 | | - Cursor="Hand" /> |
| 31 | + Cursor="Hand" |
| 32 | + IsDefault="True" /> |
32 | 33 | <Button |
33 | 34 | x:Name="btnCancel" |
34 | 35 | Width="100" |
35 | 36 | Margin="8,0" |
36 | 37 | Content="{x:Static resx:ResUI.TbCancel}" |
37 | | - Cursor="Hand" /> |
| 38 | + Cursor="Hand" |
| 39 | + IsCancel="True" /> |
38 | 40 | </StackPanel> |
39 | 41 | <ScrollViewer HorizontalScrollBarVisibility="Auto" VerticalScrollBarVisibility="Auto"> |
40 | 42 | <Grid> |
|
66 | 68 | <TextBlock |
67 | 69 | Grid.Row="1" |
68 | 70 | Grid.Column="0" |
69 | | - Classes="Margin8" |
70 | 71 | VerticalAlignment="Center" |
| 72 | + Classes="Margin8" |
71 | 73 | Text="{x:Static resx:ResUI.TbDisplayGUI}" /> |
72 | 74 |
|
73 | 75 | <TextBox |
74 | 76 | x:Name="txtGlobalHotkey0" |
75 | 77 | Grid.Row="1" |
76 | 78 | Grid.Column="1" |
77 | | - Classes="Margin8" |
78 | 79 | VerticalAlignment="Center" |
| 80 | + Classes="Margin8" |
79 | 81 | IsReadOnly="True" /> |
80 | 82 |
|
81 | 83 | <TextBlock |
82 | 84 | Grid.Row="2" |
83 | 85 | Grid.Column="0" |
84 | | - Classes="Margin8" |
85 | 86 | VerticalAlignment="Center" |
| 87 | + Classes="Margin8" |
86 | 88 | Text="{x:Static resx:ResUI.TbClearSystemProxy}" /> |
87 | 89 | <TextBox |
88 | 90 | x:Name="txtGlobalHotkey1" |
89 | 91 | Grid.Row="2" |
90 | 92 | Grid.Column="1" |
91 | | - Classes="Margin8" |
92 | 93 | VerticalAlignment="Center" |
| 94 | + Classes="Margin8" |
93 | 95 | IsReadOnly="True" /> |
94 | 96 |
|
95 | 97 | <TextBlock |
96 | 98 | Grid.Row="3" |
97 | 99 | Grid.Column="0" |
98 | | - Classes="Margin8" |
99 | 100 | VerticalAlignment="Center" |
| 101 | + Classes="Margin8" |
100 | 102 | Text="{x:Static resx:ResUI.TbSetSystemProxy}" /> |
101 | 103 | <TextBox |
102 | 104 | x:Name="txtGlobalHotkey2" |
103 | 105 | Grid.Row="3" |
104 | 106 | Grid.Column="1" |
105 | | - Classes="Margin8" |
106 | 107 | VerticalAlignment="Center" |
| 108 | + Classes="Margin8" |
107 | 109 | IsReadOnly="True" /> |
108 | 110 | <TextBlock |
109 | 111 | Grid.Row="4" |
110 | 112 | Grid.Column="0" |
111 | | - Classes="Margin8" |
112 | 113 | VerticalAlignment="Center" |
| 114 | + Classes="Margin8" |
113 | 115 | Text="{x:Static resx:ResUI.TbNotChangeSystemProxy}" /> |
114 | 116 | <TextBox |
115 | 117 | x:Name="txtGlobalHotkey3" |
116 | 118 | Grid.Row="4" |
117 | 119 | Grid.Column="1" |
118 | | - Classes="Margin8" |
119 | 120 | VerticalAlignment="Center" |
| 121 | + Classes="Margin8" |
120 | 122 | IsReadOnly="True" /> |
121 | 123 | <TextBlock |
122 | 124 | Grid.Row="5" |
123 | 125 | Grid.Column="0" |
124 | | - Classes="Margin8" |
125 | 126 | VerticalAlignment="Center" |
| 127 | + Classes="Margin8" |
126 | 128 | Text="{x:Static resx:ResUI.TbSystemProxyPac}" /> |
127 | 129 | <TextBox |
128 | 130 | x:Name="txtGlobalHotkey4" |
129 | 131 | Grid.Row="5" |
130 | 132 | Grid.Column="1" |
131 | | - Classes="Margin8" |
132 | 133 | VerticalAlignment="Center" |
| 134 | + Classes="Margin8" |
133 | 135 | IsReadOnly="True" /> |
134 | 136 | </Grid> |
135 | 137 |
|
136 | 138 | <TextBlock |
137 | 139 | Grid.Row="1" |
138 | | - Classes="Margin8" |
139 | 140 | VerticalAlignment="Center" |
| 141 | + Classes="Margin8" |
140 | 142 | Text="{x:Static resx:ResUI.TbGlobalHotkeySettingTip}" /> |
141 | 143 | </Grid> |
142 | 144 | </ScrollViewer> |
|
0 commit comments