|
25 | 25 | <Grid HorizontalAlignment="Center" VerticalAlignment="Center"> |
26 | 26 | <Grid.RowDefinitions> |
27 | 27 | <RowDefinition Height="Auto"></RowDefinition> |
28 | | - <RowDefinition Height="Auto"></RowDefinition> |
29 | 28 | </Grid.RowDefinitions> |
30 | 29 |
|
31 | 30 | <GroupBox Grid.Row="0" Header="MemPlus" MinWidth="250" Margin="3"> |
|
40 | 39 |
|
41 | 40 | </Grid> |
42 | 41 | </GroupBox> |
| 42 | + </Grid> |
| 43 | + |
| 44 | + </syncfusion:TabItemExt> |
| 45 | + |
| 46 | + <syncfusion:TabItemExt Header="RAM Monitor" |
| 47 | + Image="../Resources/Images/monitor.png" |
| 48 | + ImageWidth="16" |
| 49 | + ImageHeight="16"> |
43 | 50 |
|
44 | | - <GroupBox Grid.Row="1" Header="RAM Monitor" Margin="3"> |
| 51 | + <Grid HorizontalAlignment="Center" VerticalAlignment="Center"> |
| 52 | + <Grid.RowDefinitions> |
| 53 | + <RowDefinition Height="Auto"></RowDefinition> |
| 54 | + <RowDefinition Height="Auto"></RowDefinition> |
| 55 | + </Grid.RowDefinitions> |
| 56 | + <GroupBox Grid.Row="0" Header="RAM Monitor" Margin="3"> |
45 | 57 | <Grid MinWidth="250"> |
46 | 58 | <Grid.RowDefinitions> |
47 | 59 | <RowDefinition Height="Auto"></RowDefinition> |
|
65 | 77 | </Grid> |
66 | 78 | </Grid> |
67 | 79 | </GroupBox> |
68 | | - </Grid> |
| 80 | + <GroupBox Grid.Row="1" Header="RAM Optimizer" Margin="3"> |
| 81 | + <Grid MinWidth="250"> |
| 82 | + <Grid.RowDefinitions> |
| 83 | + <RowDefinition Height="Auto"></RowDefinition> |
| 84 | + <RowDefinition Height="Auto"></RowDefinition> |
| 85 | + </Grid.RowDefinitions> |
| 86 | + <Grid.ColumnDefinitions> |
| 87 | + <ColumnDefinition Width="Auto"></ColumnDefinition> |
| 88 | + <ColumnDefinition Width="Auto"></ColumnDefinition> |
| 89 | + <ColumnDefinition Width="Auto"></ColumnDefinition> |
| 90 | + </Grid.ColumnDefinitions> |
| 91 | + |
| 92 | + <CheckBox x:Name="ChbAutoOptimizePercentage" VerticalAlignment="Center" Grid.Row="0" Grid.Column="0" Content="Automatically optimize when RAM usage exceeds" Margin="3"/> |
| 93 | + <syncfusion:IntegerTextBox x:Name="ItbAutoOptimizePercentage" Grid.Row="0" Grid.Column="1" Margin="3" /> |
| 94 | + <Label Grid.Row="0" Grid.Column="2" Content="%" Margin="3" /> |
| 95 | + |
| 96 | + <CheckBox x:Name="ChbAutoOptimizeTimed" VerticalAlignment="Center" Grid.Row="1" Grid.Column="0" Content="Automatically optimize after" Margin="3"/> |
| 97 | + <syncfusion:IntegerTextBox x:Name="ItbAutoOptimizeTimed" Grid.Row="1" Grid.Column="1" Margin="3" /> |
| 98 | + <Label Grid.Row="1" Grid.Column="2" Content="minutes" Margin="3" /> |
69 | 99 |
|
| 100 | + </Grid> |
| 101 | + </GroupBox> |
| 102 | + </Grid> |
70 | 103 | </syncfusion:TabItemExt> |
71 | 104 |
|
72 | | - <syncfusion:TabItemExt Header="Memory Optimizer" |
| 105 | + <syncfusion:TabItemExt Header="RAM Optimizer" |
73 | 106 | Image="../Resources/Images/ram_tab.png" |
74 | 107 | ImageWidth="16" ImageHeight="16"> |
75 | 108 |
|
|
88 | 121 | <RowDefinition></RowDefinition> |
89 | 122 | <RowDefinition Height="Auto"></RowDefinition> |
90 | 123 | </Grid.RowDefinitions> |
91 | | - <ListView x:Name="LsvExclusions" Margin="3" Height="100" Width="250"> |
| 124 | + <ListView x:Name="LsvExclusions" Margin="3" Height="50" Width="250"> |
92 | 125 | <ListView.ContextMenu> |
93 | 126 | <ContextMenu> |
94 | 127 | <MenuItem Header="Copy" Click="CopyExclusionMenuItem_OnClick"> |
|
0 commit comments