|
@@ -245,7 +245,6 @@ namespace PDF_Master.ViewModels
|
|
|
|
|
|
public string ReadModeRegionName { get; set; }
|
|
|
|
|
|
- public string ConverterBarContentRegionName { get; set; }
|
|
|
|
|
|
public string TextEditContentRegionName { get; set; }
|
|
|
|
|
@@ -815,7 +814,6 @@ namespace PDF_Master.ViewModels
|
|
|
OCRViewerRegionName = RegionNames.OCRViewerRegionName;
|
|
|
ToolContentRegionName = Guid.NewGuid().ToString();
|
|
|
ToolsBarContentRegionName = Guid.NewGuid().ToString();
|
|
|
- ConverterBarContentRegionName = Guid.NewGuid().ToString();
|
|
|
TextEditContentRegionName = Guid.NewGuid().ToString();
|
|
|
|
|
|
ToolContentVisible = Visibility.Collapsed;
|
|
@@ -1442,7 +1440,7 @@ namespace PDF_Master.ViewModels
|
|
|
dictionary.Add("TabItemTool", ToolsBarContentRegionName);
|
|
|
//其他工具菜单栏共用一个ToolsBarContentRegionName
|
|
|
dictionary.Add("TabItemAnnotation", ToolsBarContentRegionName);
|
|
|
- dictionary.Add("TabItemConvert", ConverterBarContentRegionName);
|
|
|
+ dictionary.Add("TabItemConvert", ToolsBarContentRegionName);
|
|
|
dictionary.Add("TabItemScan", ToolsBarContentRegionName);
|
|
|
dictionary.Add("TabItemEdit", TextEditContentRegionName);
|
|
|
dictionary.Add("TabItemForm", ToolsBarContentRegionName);
|