|
9 | 9 | UseLayoutRounding="True" |
10 | 10 | TitleTextAlignment="Center" |
11 | 11 | WindowStartupLocation="CenterScreen" |
12 | | - Title="MemPlus - Settings" Height="300" Width="450" Icon="/MemPlus;component/Resources/Images/ram.png"> |
| 12 | + Title="MemPlus - Settings" Height="350" Width="450" Icon="/MemPlus;component/Resources/Images/ram.png"> |
13 | 13 | <Grid> |
14 | 14 | <Grid.RowDefinitions> |
15 | 15 | <RowDefinition></RowDefinition> |
|
73 | 73 | Image="../Resources/Images/ram_tab.png" |
74 | 74 | ImageWidth="16" ImageHeight="16"> |
75 | 75 |
|
| 76 | + <Grid x:Name="ChbStandByCache" HorizontalAlignment="Center" VerticalAlignment="Center"> |
| 77 | + <Grid.RowDefinitions> |
| 78 | + <RowDefinition Height="Auto"></RowDefinition> |
| 79 | + <RowDefinition></RowDefinition> |
| 80 | + </Grid.RowDefinitions> |
| 81 | + |
| 82 | + <CheckBox Content="Clear standby cache" Margin="3" /> |
| 83 | + <GroupBox Grid.Row="1" Header="Exclusions" MinWidth="250" Margin="3"> |
| 84 | + <Grid> |
| 85 | + <Grid.RowDefinitions> |
| 86 | + <RowDefinition></RowDefinition> |
| 87 | + <RowDefinition Height="Auto"></RowDefinition> |
| 88 | + </Grid.RowDefinitions> |
| 89 | + <ListView Margin="3" Height="100"> |
| 90 | + <ListView.ContextMenu> |
| 91 | + <ContextMenu> |
| 92 | + <MenuItem Header="Delete"> |
| 93 | + <MenuItem.Icon> |
| 94 | + <Image Width="16" Height="16" Source="/MemPlus;component/Resources/Images/delete.png" ></Image> |
| 95 | + </MenuItem.Icon> |
| 96 | + </MenuItem> |
| 97 | + <MenuItem Header="Clear"> |
| 98 | + <MenuItem.Icon> |
| 99 | + <Image Width="16" Height="16" Source="/MemPlus;component/Resources/Images/exit.png" ></Image> |
| 100 | + </MenuItem.Icon> |
| 101 | + </MenuItem> |
| 102 | + </ContextMenu> |
| 103 | + </ListView.ContextMenu> |
| 104 | + </ListView> |
| 105 | + |
| 106 | + <Grid Grid.Row="1"> |
| 107 | + <Grid.ColumnDefinitions> |
| 108 | + <ColumnDefinition></ColumnDefinition> |
| 109 | + <ColumnDefinition Width="Auto"></ColumnDefinition> |
| 110 | + <ColumnDefinition Width="Auto"></ColumnDefinition> |
| 111 | + </Grid.ColumnDefinitions> |
| 112 | + <TextBox Margin="3"></TextBox> |
| 113 | + <Button Grid.Column="1" Content="..." Margin="3" MinWidth="35" /> |
| 114 | + <Button Grid.Column="2" Content="Add" Margin="3" MinWidth="35" /> |
| 115 | + </Grid> |
| 116 | + </Grid> |
| 117 | + </GroupBox> |
| 118 | + </Grid> |
| 119 | + |
76 | 120 | </syncfusion:TabItemExt> |
77 | 121 |
|
78 | 122 | <syncfusion:TabItemExt Header="Theme" |
|
0 commit comments