|
13 | 13 | Title="MemPlus - Settings" Height="380" Width="450" Icon="/MemPlus;component/Resources/Images/ram.png"> |
14 | 14 | <Grid> |
15 | 15 | <Grid.RowDefinitions> |
16 | | - <RowDefinition></RowDefinition> |
17 | | - <RowDefinition Height="Auto"></RowDefinition> |
| 16 | + <RowDefinition /> |
| 17 | + <RowDefinition Height="Auto" /> |
18 | 18 | </Grid.RowDefinitions> |
19 | 19 | <syncfusion:TabControlExt CloseButtonType="Hide" EnableLabelEdit="False" |
20 | 20 | AllowDragDrop="False" DefaultContextMenuItemVisibility="Hidden"> |
|
23 | 23 |
|
24 | 24 | <Grid HorizontalAlignment="Center" VerticalAlignment="Center"> |
25 | 25 | <Grid.RowDefinitions> |
26 | | - <RowDefinition Height="Auto"></RowDefinition> |
| 26 | + <RowDefinition Height="Auto" /> |
27 | 27 | </Grid.RowDefinitions> |
28 | 28 |
|
29 | 29 | <GroupBox Grid.Row="0" Header="MemPlus" MinWidth="250" Margin="3"> |
|
142 | 142 | <GroupBox Grid.Row="1" Header="Working Set Exclusions" MinWidth="250" Margin="3"> |
143 | 143 | <Grid> |
144 | 144 | <Grid.RowDefinitions> |
145 | | - <RowDefinition Height="Auto"/> |
| 145 | + <RowDefinition Height="Auto" /> |
146 | 146 | <RowDefinition Height="Auto" /> |
147 | 147 | </Grid.RowDefinitions> |
148 | 148 | <ListView x:Name="LsvExclusions" Margin="3" Height="80" Width="300" AllowDrop="True" Drop="LsvExclusions_OnDrop"> |
149 | 149 | <ListView.ContextMenu> |
150 | 150 | <ContextMenu> |
151 | 151 | <MenuItem Header="Copy" Click="CopyExclusionMenuItem_OnClick"> |
152 | 152 | <MenuItem.Icon> |
153 | | - <Image Width="16" Height="16" Source="/MemPlus;component/Resources/Images/log.png" ></Image> |
| 153 | + <Image Width="16" Height="16" Source="/MemPlus;component/Resources/Images/log.png" /> |
154 | 154 | </MenuItem.Icon> |
155 | 155 | </MenuItem> |
156 | 156 | <Separator /> |
157 | 157 | <MenuItem Header="Delete" Click="DeleteExclusionMenuItem_OnClick"> |
158 | 158 | <MenuItem.Icon> |
159 | | - <Image Width="16" Height="16" Source="/MemPlus;component/Resources/Images/delete.png" ></Image> |
| 159 | + <Image Width="16" Height="16" Source="/MemPlus;component/Resources/Images/delete.png" /> |
160 | 160 | </MenuItem.Icon> |
161 | 161 | </MenuItem> |
162 | 162 | <MenuItem Header="Clear" Click="ClearExclusionsMenuItem_OnClick"> |
163 | 163 | <MenuItem.Icon> |
164 | | - <Image Width="16" Height="16" Source="/MemPlus;component/Resources/Images/exit.png" ></Image> |
| 164 | + <Image Width="16" Height="16" Source="/MemPlus;component/Resources/Images/exit.png" /> |
165 | 165 | </MenuItem.Icon> |
166 | 166 | </MenuItem> |
167 | 167 | </ContextMenu> |
|
202 | 202 | </Grid.ColumnDefinitions> |
203 | 203 | <Label Margin="3" Content="Style:" /> |
204 | 204 | <ComboBox Margin="3" x:Name="CboStyle" SelectedValuePath="Content" Grid.Row="0" Grid.Column="1" IsReadOnly="True"> |
205 | | - <ComboBoxItem>Metro</ComboBoxItem> |
206 | | - <ComboBoxItem>Blend</ComboBoxItem> |
207 | | - <ComboBoxItem>VS2010</ComboBoxItem> |
208 | | - <ComboBoxItem>Office2003</ComboBoxItem> |
209 | | - <ComboBoxItem>Office2007Blue</ComboBoxItem> |
210 | | - <ComboBoxItem>Office2007Black</ComboBoxItem> |
211 | | - <ComboBoxItem>Office2007Silver</ComboBoxItem> |
212 | | - <ComboBoxItem>Office2010Blue</ComboBoxItem> |
213 | | - <ComboBoxItem>Office2010Black</ComboBoxItem> |
214 | | - <ComboBoxItem>Office2010Silver</ComboBoxItem> |
215 | | - <ComboBoxItem>ShinyRed</ComboBoxItem> |
216 | | - <ComboBoxItem>ShinyBlue</ComboBoxItem> |
217 | | - <ComboBoxItem>SyncOrange</ComboBoxItem> |
218 | | - <ComboBoxItem>Transparent</ComboBoxItem> |
219 | | - <ComboBoxItem>None</ComboBoxItem> |
| 205 | + <ComboBoxItem Content="Metro" /> |
| 206 | + <ComboBoxItem Content="Blend" /> |
| 207 | + <ComboBoxItem Content="VS2010" /> |
| 208 | + <ComboBoxItem Content="Office2003" /> |
| 209 | + <ComboBoxItem Content="Office2007Blue" /> |
| 210 | + <ComboBoxItem Content="Office2007Black" /> |
| 211 | + <ComboBoxItem Content="Office2007Silver" /> |
| 212 | + <ComboBoxItem Content="Office2010Blue" /> |
| 213 | + <ComboBoxItem Content="Office2010Black" /> |
| 214 | + <ComboBoxItem Content="Office2010Silver" /> |
| 215 | + <ComboBoxItem Content="ShinyRed" /> |
| 216 | + <ComboBoxItem Content="ShinyBlue" /> |
| 217 | + <ComboBoxItem Content="SyncOrange" /> |
| 218 | + <ComboBoxItem Content="Transparent" /> |
| 219 | + <ComboBoxItem Content="None" /> |
220 | 220 | </ComboBox> |
221 | 221 | <Label Margin="3" Grid.Row="1" Grid.Column="0" Content="Metro brush:" /> |
222 | 222 | <syncfusion:ColorPicker Margin="3" x:Name="CpMetroBrush" Grid.Row="1" Grid.Column="1" /> |
|
0 commit comments