|
230 | 230 | <Button Grid.Row="0" Grid.Column="3" Margin="5" Width="200" HorizontalContentAlignment="Center" |
231 | 231 | Command="{Binding FilterFoldersOnTagCommand}" |
232 | 232 | CommandParameter="{Binding #FilterFolderTag.Text}" Classes="menu-btn"> |
233 | | - Filter Folders on Tags |
| 233 | + Filter Folders on Tag |
234 | 234 | </Button> |
235 | 235 |
|
236 | | - <TextBox Grid.Row="1" Grid.Column="0" Margin="5" MaxLength="200" Width="200" x:Name="FilterFolderDescriptionText"/> |
237 | | - <Button Grid.Row="1" Grid.Column="1" Margin="5" Width="200" HorizontalContentAlignment="Center" |
238 | | - Command="{Binding FilterFoldersOnDescriptionCommand}" |
239 | | - CommandParameter="{Binding #FilterFolderDescriptionText.Text}" Classes="menu-btn"> |
240 | | - Seach Folder Description |
241 | | - </Button> |
242 | | - |
243 | | - <CheckBox Grid.Row="1" Grid.Column="2" Margin="5" Width="200" IsChecked="{Binding ExplorerVm.FilterInCurrentDirectory}"> |
244 | | - Filter in Current Directory |
245 | | - </CheckBox> |
246 | | - |
247 | | - <Button Grid.Row="1" Grid.Column="3" Margin="5" Width="200" HorizontalContentAlignment="Center" |
248 | | - ToolTip.Tip="Gets The Folders In The Current Directory And Sorts Them By Most Recent Date Modified" |
249 | | - Command="{Binding FilterFoldersDateModifiedInCurrentDirectoryCommand}" Classes="menu-btn"> |
250 | | - Folders By Date Modified |
251 | | - </Button> |
252 | | - <NumericUpDown Grid.Row="2" Grid.Column="0" Minimum="0" Maximum="10" Width="200" Height="32" |
| 236 | + <NumericUpDown Grid.Row="1" Grid.Column="0" Minimum="0" Maximum="10" Width="200" Height="32" |
253 | 237 | Margin="5" ParsingNumberStyle="Integer" FormatString="0" |
254 | 238 | Value="{Binding ExplorerVm.ComboFolderFilterRating}" /> |
255 | 239 |
|
256 | | - <ListBox Grid.Row="2" Grid.Column="1" x:Name="SelectedTagsForFolderFilter" SelectionMode="Multiple" ItemsSource="{Binding TagsList}" Height="100" Width="200"> |
| 240 | + <ListBox Grid.Row="1" Grid.Column="1" x:Name="SelectedTagsForFolderFilter" SelectionMode="Multiple" ItemsSource="{Binding TagsList}" Height="100" Width="200"> |
257 | 241 | <ListBox.ItemTemplate> |
258 | 242 | <DataTemplate> |
259 | 243 | <TextBlock Text="{Binding TagName}" HorizontalAlignment="Center"/> |
260 | 244 | </DataTemplate> |
261 | 245 | </ListBox.ItemTemplate> |
262 | 246 | </ListBox> |
263 | | - <Button Grid.Row="2" Grid.Column="2" Margin="5" Width="200" HorizontalContentAlignment="Center" |
| 247 | + <Button Grid.Row="1" Grid.Column="2" Margin="5" Width="200" HorizontalContentAlignment="Center" |
264 | 248 | Command="{Binding FilterFolderOnRatingAndTagCommand}" |
265 | 249 | CommandParameter="{Binding SelectedItems, ElementName=SelectedTagsForFolderFilter}" |
266 | 250 | Classes="menu-btn"> |
267 | 251 | Filter On Rating And Tags |
268 | 252 | </Button> |
| 253 | + |
| 254 | + <TextBox Grid.Row="2" Grid.Column="0" Margin="5" MaxLength="200" Width="200" x:Name="FilterFolderDescriptionText"/> |
| 255 | + <Button Grid.Row="2" Grid.Column="1" Margin="5" Width="200" HorizontalContentAlignment="Center" |
| 256 | + Command="{Binding FilterFoldersOnDescriptionCommand}" |
| 257 | + CommandParameter="{Binding #FilterFolderDescriptionText.Text}" Classes="menu-btn"> |
| 258 | + Seach Folder Description |
| 259 | + </Button> |
| 260 | + |
| 261 | + <CheckBox Grid.Row="2" Grid.Column="2" Margin="5" Width="200" IsChecked="{Binding ExplorerVm.FilterInCurrentDirectory}"> |
| 262 | + Filter in Current Directory |
| 263 | + </CheckBox> |
| 264 | + |
| 265 | + <Button Grid.Row="2" Grid.Column="3" Margin="5" Width="200" HorizontalContentAlignment="Center" |
| 266 | + ToolTip.Tip="Gets The Folders In The Current Directory And Sorts Them By Most Recent Date Modified" |
| 267 | + Command="{Binding FilterFoldersDateModifiedInCurrentDirectoryCommand}" Classes="menu-btn"> |
| 268 | + Folders By Date Modified |
| 269 | + </Button> |
| 270 | + |
269 | 271 | </Grid> |
270 | 272 | <Grid RowDefinitions="Auto, Auto" ColumnDefinitions="*, *" HorizontalAlignment="Center"> |
271 | 273 | <Button Grid.Row="0" Grid.Column="0" Margin="5" Width="300" HorizontalContentAlignment="Center" |
|
305 | 307 | <Button Grid.Row="0" Grid.Column="3" Margin="5" Width="200" HorizontalContentAlignment="Center" |
306 | 308 | Command="{Binding FilterImagesOnTagCommand}" |
307 | 309 | CommandParameter="{Binding #FilterImageTag.Text}" Classes="menu-btn"> |
308 | | - Filter Images on Tags |
| 310 | + Filter Images on Tag |
309 | 311 | </Button> |
310 | 312 | </Grid> |
311 | 313 | <Grid RowDefinitions="Auto" ColumnDefinitions="Auto, Auto" HorizontalAlignment="Center"> |
|
0 commit comments