36
36
<RowDefinition Height =" auto" />
37
37
<RowDefinition Height =" auto" />
38
38
<RowDefinition Height =" auto" />
39
- <RowDefinition Height =" auto" />
40
39
</Grid .RowDefinitions>
41
40
<Grid .ColumnDefinitions>
42
41
<ColumnDefinition Width =" Auto" />
185
184
BorderBrush =" {DynamicResource Color03B}"
186
185
BorderThickness =" 1" />
187
186
188
- <!-- Cache Images -->
189
- <CheckBox
190
- Grid.Row=" 10"
191
- Grid.Column=" 0"
192
- Margin =" 10,5,5,5"
193
- VerticalAlignment =" Center"
194
- Content =" {DynamicResource flowlauncher_plugin_clipboardplus_cache_images}"
195
- IsChecked =" {Binding CacheImages, Mode=TwoWay}" />
196
-
197
- <!-- Cache Images Button -->
187
+ <!-- Cache Images & Cache Images Button -->
198
188
<StackPanel
199
189
Grid.Row=" 10"
200
- Grid.Column=" 1 "
190
+ Grid.Column=" 0 "
201
191
Grid.ColumnSpan=" 2"
202
- Margin =" 10,5,0 ,5"
192
+ Margin =" 10,5,5 ,5"
203
193
Orientation =" Horizontal" >
194
+ <CheckBox
195
+ VerticalAlignment =" Center"
196
+ Content =" {DynamicResource flowlauncher_plugin_clipboardplus_cache_images}"
197
+ IsChecked =" {Binding CacheImages, Mode=TwoWay}" />
204
198
<Button
199
+ Margin =" 5,0,0,0"
205
200
HorizontalAlignment =" Left"
206
201
VerticalAlignment =" Center"
207
202
Command =" {Binding OpenCacheImageFolderCommand}"
355
350
BorderBrush =" {DynamicResource Color03B}"
356
351
BorderThickness =" 1" />
357
352
358
- <!-- Encrypt Data -->
359
- <CheckBox
353
+ <!-- Encrypt Data & Import & Export Records Button -->
354
+
355
+ <StackPanel
360
356
Grid.Row=" 15"
357
+ Grid.Column=" 0"
361
358
Grid.ColumnSpan=" 2"
362
359
Margin =" 10,5,5,5"
363
- VerticalAlignment =" Center"
364
- Content =" {DynamicResource flowlauncher_plugin_clipboardplus_encrypt_data}"
365
- IsChecked =" {Binding EncryptData, Mode=TwoWay}" />
360
+ Orientation =" Horizontal" >
361
+ <CheckBox
362
+ VerticalAlignment =" Center"
363
+ Content =" {DynamicResource flowlauncher_plugin_clipboardplus_encrypt_data}"
364
+ IsChecked =" {Binding EncryptData, Mode=TwoWay}" />
365
+ <Button
366
+ Margin =" 5,0,0,0"
367
+ HorizontalAlignment =" Left"
368
+ VerticalAlignment =" Center"
369
+ Command =" {Binding ImportJsonRecordsCommand}"
370
+ Content =" {DynamicResource flowlauncher_plugin_clipboardplus_import_records}" />
371
+ <Button
372
+ Margin =" 5,0,0,0"
373
+ HorizontalAlignment =" Left"
374
+ VerticalAlignment =" Center"
375
+ Command =" {Binding ExportJsonRecordsCommand}"
376
+ Content =" {DynamicResource flowlauncher_plugin_clipboardplus_export_records}" />
377
+ </StackPanel >
366
378
367
379
<!-- Keep Text -->
368
380
<CheckBox
418
430
ItemsSource =" {Binding FilesKeepTimes, Mode=OneWay}"
419
431
SelectedItem =" {Binding SelectedFilesKeepTime, Mode=TwoWay}" />
420
432
421
- <!-- Import & Export Database Button -->
422
- <StackPanel
423
- Grid.Row=" 19"
424
- Grid.Column=" 1"
425
- Grid.ColumnSpan=" 2"
426
- Margin =" 10,5,5,5"
427
- Orientation =" Horizontal" >
428
- <Button
429
- HorizontalAlignment =" Left"
430
- VerticalAlignment =" Center"
431
- Command =" {Binding ImportDatabaseCommand}"
432
- Content =" {DynamicResource flowlauncher_plugin_clipboardplus_import_database}" />
433
- <Button
434
- Margin =" 5,0,0,0"
435
- HorizontalAlignment =" Left"
436
- VerticalAlignment =" Center"
437
- Command =" {Binding ExportDatabaseCommand}"
438
- Content =" {DynamicResource flowlauncher_plugin_clipboardplus_export_database}" />
439
- </StackPanel >
440
-
441
433
</Grid >
442
434
</UserControl >
0 commit comments