|
@@ -189,6 +189,12 @@
|
|
|
<Compile Include="CustomControl\AlertsMessage.xaml.cs">
|
|
|
<DependentUpon>AlertsMessage.xaml</DependentUpon>
|
|
|
</Compile>
|
|
|
+ <Compile Include="CustomControl\ColorDropBox.xaml.cs">
|
|
|
+ <DependentUpon>ColorDropBox.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="CustomControl\ColorDropBoxPop.xaml.cs">
|
|
|
+ <DependentUpon>ColorDropBoxPop.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
<Compile Include="CustomControl\CommonWritableComboBox.xaml.cs">
|
|
|
<DependentUpon>CommonWritableComboBox.xaml</DependentUpon>
|
|
|
</Compile>
|
|
@@ -215,17 +221,25 @@
|
|
|
<DependentUpon>WritableComboBox.xaml</DependentUpon>
|
|
|
</Compile>
|
|
|
<Compile Include="DataConvert\FileFormatToIconConvert.cs" />
|
|
|
+ <Compile Include="DataConvert\FileToImageSourceConvert.cs" />
|
|
|
+ <Compile Include="DataConvert\InvertBoolConvert.cs" />
|
|
|
+ <Compile Include="DataConvert\ObjectConvert.cs" />
|
|
|
+ <Compile Include="DataConvert\PropertyPanelVisible.cs" />
|
|
|
+ <Compile Include="DataConvert\StringToVisibleConvert.cs" />
|
|
|
<Compile Include="DataConvert\UnVisivleConvert.cs" />
|
|
|
<Compile Include="EventAggregators\EditToolsEvent.cs" />
|
|
|
<Compile Include="EventAggregators\PageEditNotifyEvent.cs" />
|
|
|
<Compile Include="EventAggregators\PageEditRefreshEvent.cs" />
|
|
|
<Compile Include="Helper\ConverterHelper.cs" />
|
|
|
<Compile Include="Helper\EditToolsHelper.cs" />
|
|
|
+ <Compile Include="Helper\AdvancedInvokeCommandAction.cs" />
|
|
|
+ <Compile Include="Helper\ArrowHelper.cs" />
|
|
|
<Compile Include="Helper\HomePageEditHelper.cs" />
|
|
|
<Compile Include="Helper\ObservableDictionary.cs" />
|
|
|
<Compile Include="Helper\PasswordBoxHelper.cs" />
|
|
|
- <Compile Include="Helper\PictureConverter.cs" />
|
|
|
<Compile Include="Helper\SDKLisenceHelper.cs" />
|
|
|
+ <Compile Include="Helper\PictureConverter.cs" />
|
|
|
+ <Compile Include="Helper\SetterAction.cs" />
|
|
|
<Compile Include="Helper\SettingHelper.cs" />
|
|
|
<Compile Include="Helper\ToolMethod.cs" />
|
|
|
<Compile Include="Model\CloudDrive\CloudDriveItem.cs" />
|
|
@@ -269,6 +283,8 @@
|
|
|
<Compile Include="Model\EditTools\Background\BackgroundTemplateListModel.cs" />
|
|
|
<Compile Include="Model\EditTools\Watermark\WatermarkCreateModel.cs" />
|
|
|
<Compile Include="Model\EditTools\Watermark\WatermarkTemplateListModel.cs" />
|
|
|
+ <Compile Include="Model\PageEdit\CustomInsertModel.cs" />
|
|
|
+ <Compile Include="Model\PageEdit\CustomPageItem.cs" />
|
|
|
<Compile Include="Model\PageEdit\ExtractModel.cs" />
|
|
|
<Compile Include="Model\PageEdit\PageEditItem.cs" />
|
|
|
<Compile Include="Model\ParameterNames.cs" />
|
|
@@ -286,6 +302,10 @@
|
|
|
<DesignTime>True</DesignTime>
|
|
|
<AutoGen>True</AutoGen>
|
|
|
</Compile>
|
|
|
+ <Compile Include="ViewModels\BOTA\BookmarkContentViewModel.cs" />
|
|
|
+ <Compile Include="ViewModels\Dialog\BOTA\AddBookmarkDialogViewModel.cs" />
|
|
|
+ <Compile Include="ViewModels\Dialog\BOTA\BookmarkInfoDialogViewModel.cs" />
|
|
|
+ <Compile Include="ViewModels\EditTools\Background\BackgroundContentViewModel.cs" />
|
|
|
<Compile Include="ViewModels\BOTA\BOTAContentViewModel.cs" />
|
|
|
<Compile Include="ViewModels\BottomToolContentViewModel.cs" />
|
|
|
<Compile Include="ViewModels\Dialog\ConverterDialogs\ConverterProgressBarDialogViewModel.cs" />
|
|
@@ -302,7 +322,6 @@
|
|
|
<Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterExcelViewModel.cs" />
|
|
|
<Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterImgViewModel.cs" />
|
|
|
<Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterWordViewModel.cs" />
|
|
|
- <Compile Include="ViewModels\EditTools\Background\BackgroundContentViewModel.cs" />
|
|
|
<Compile Include="ViewModels\EditTools\Background\BackgroundCreateBaseContentViewModel.cs" />
|
|
|
<Compile Include="ViewModels\EditTools\Background\BackgroundCreateColorContentViewModel.cs" />
|
|
|
<Compile Include="ViewModels\EditTools\Background\BackgroundCreateFileContentViewModel.cs" />
|
|
@@ -310,6 +329,7 @@
|
|
|
<Compile Include="ViewModels\EditTools\Background\BackgroundTemplateListBaseContentViewModel.cs" />
|
|
|
<Compile Include="ViewModels\EditTools\Background\BackgroundTemplateListColorContentViewModel.cs" />
|
|
|
<Compile Include="ViewModels\EditTools\Background\BackgroundTemplateListFileContentViewModel.cs" />
|
|
|
+ <Compile Include="ViewModels\HomePanel\RecentFiles\RecentFilesContentViewModel.cs" />
|
|
|
<Compile Include="ViewModels\Tools\ConverterBarContentViewModel.cs" />
|
|
|
<Compile Include="ViewModels\Dialog\ExtractDialogViewModel.cs" />
|
|
|
<Compile Include="ViewModels\Dialog\FullScreenWindowViewModel.cs" />
|
|
@@ -333,6 +353,10 @@
|
|
|
<Compile Include="ViewModels\Dialog\ToolsDialogs\SaftyDialogs\CheckPasswordDialogViewModel.cs" />
|
|
|
<Compile Include="ViewModels\Dialog\ToolsDialogs\SaftyDialogs\SetPasswordDialogViewModel.cs" />
|
|
|
<Compile Include="ViewModels\Dialog\VerifyPassWordDialogViewModel.cs" />
|
|
|
+ <Compile Include="ViewModels\FillAndSign\FillAndSignContentViewModel.cs" />
|
|
|
+ <Compile Include="ViewModels\FillAndSign\PropertyPanel\DateFillPropertyViewModel.cs" />
|
|
|
+ <Compile Include="ViewModels\FillAndSign\PropertyPanel\ShapFillPropertyViewModel.cs" />
|
|
|
+ <Compile Include="ViewModels\FillAndSign\PropertyPanel\TextFillPropertyViewModel.cs" />
|
|
|
<Compile Include="ViewModels\HomePanel\CloudDrive\CloudDriveContentViewModel.cs" />
|
|
|
<Compile Include="ViewModels\HomePanel\CloudDrive\CloudDriveManager.cs" />
|
|
|
<Compile Include="ViewModels\HomePanel\CloudDrive\CloudFilesContentViewModel.cs" />
|
|
@@ -348,6 +372,22 @@
|
|
|
<Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageExtractDialogViewModel.cs" />
|
|
|
<Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageInsertDialogViewModel.cs" />
|
|
|
<Compile Include="ViewModels\PageEdit\PageEditContentViewModel.cs" />
|
|
|
+ <Compile Include="ViewModels\PropertyPanel\AnnotPanel\FreehandAnnotPropertyViewModel.cs" />
|
|
|
+ <Compile Include="ViewModels\PropertyPanel\AnnotPanel\FreetextAnnotPropertyViewModel.cs" />
|
|
|
+ <Compile Include="ViewModels\PropertyPanel\AnnotPanel\ImageAnnotPropertyViewModel.cs" />
|
|
|
+ <Compile Include="ViewModels\PropertyPanel\AnnotPanel\LinkAnnotPropertyViewModel.cs" />
|
|
|
+ <Compile Include="ViewModels\PropertyPanel\AnnotPanel\SharpsAnnotPropertyViewModel.cs" />
|
|
|
+ <Compile Include="ViewModels\PropertyPanel\AnnotPanel\StampAnnotPropertyViewModel.cs" />
|
|
|
+ <Compile Include="ViewModels\PropertyPanel\AnnotPanel\TextAnnotPropertyViewModel.cs" />
|
|
|
+ <Compile Include="ViewModels\PropertyPanel\AnnotPanel\TextEditPropertyViewModel.cs" />
|
|
|
+ <Compile Include="ViewModels\PropertyPanel\PropertyPanelContentViewModel.cs" />
|
|
|
+ <Compile Include="ViewModels\PropertyPanel\ViewModular\ReadModeContentViewModel.cs" />
|
|
|
+ <Compile Include="ViewModels\PropertyPanel\ViewModular\SplitScreenContentViewModel.cs" />
|
|
|
+ <Compile Include="ViewModels\PropertyPanel\ViewModular\ThemesContentViewModel.cs" />
|
|
|
+ <Compile Include="ViewModels\PropertyPanel\ViewModular\ViewModularContentViewModel.cs" />
|
|
|
+ <Compile Include="ViewModels\Tools\AnnotToolContentViewModel.cs" />
|
|
|
+ <Compile Include="ViewModels\Tools\AnnotToolContentViewModel.Function.cs" />
|
|
|
+ <Compile Include="ViewModels\Tools\AnnotToolContentViewModel.Properties.cs" />
|
|
|
<Compile Include="ViewModels\Tools\ToolsBarContentViewModel.cs" />
|
|
|
<Compile Include="ViewModels\EditTools\Watermark\WatermarkContentViewModel.cs" />
|
|
|
<Compile Include="ViewModels\EditTools\Watermark\WatermarkCreateBaseContentViewModel.cs" />
|
|
@@ -356,6 +396,9 @@
|
|
|
<Compile Include="ViewModels\EditTools\Watermark\WatermarkTemplateListBaseContentViewModel.cs" />
|
|
|
<Compile Include="ViewModels\EditTools\Watermark\WatermarkTemplateListFileContentViewModel.cs" />
|
|
|
<Compile Include="ViewModels\EditTools\Watermark\WatermarkTemplateListTextContentViewModel.cs" />
|
|
|
+ <Compile Include="Views\BOTA\BookmarkContent.xaml.cs">
|
|
|
+ <DependentUpon>BookmarkContent.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
<Compile Include="ViewModels\EditTools\Watermark\WatermarkDocumentContentViewModel.cs" />
|
|
|
<Compile Include="Views\BOTA\BOTAContent.xaml.cs">
|
|
|
<DependentUpon>BOTAContent.xaml</DependentUpon>
|
|
@@ -390,6 +433,12 @@
|
|
|
<Compile Include="Views\Dialog\ConverterDialogs\ConverterWordDialog.xaml.cs">
|
|
|
<DependentUpon>ConverterWordDialog.xaml</DependentUpon>
|
|
|
</Compile>
|
|
|
+ <Compile Include="Views\Dialog\BOTA\AddBookmarkDialog.xaml.cs">
|
|
|
+ <DependentUpon>AddBookmarkDialog.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="Views\Dialog\BOTA\BookmarkInfoDialog.xaml.cs">
|
|
|
+ <DependentUpon>BookmarkInfoDialog.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
<Compile Include="Views\Dialog\FullScreenWindow.xaml.cs">
|
|
|
<DependentUpon>FullScreenWindow.xaml</DependentUpon>
|
|
|
</Compile>
|
|
@@ -450,7 +499,7 @@
|
|
|
<Compile Include="Views\Dialog\PageEditDialogs\InsertDialog.xaml.cs">
|
|
|
<DependentUpon>InsertDialog.xaml</DependentUpon>
|
|
|
</Compile>
|
|
|
- <Compile Include="Views\Dialog\ToolsDialogs\CompressDialogs\SplitDialog.xaml.cs">
|
|
|
+ <Compile Include="Views\Dialog\PageEditDialogs\SplitDialog.xaml.cs">
|
|
|
<DependentUpon>SplitDialog.xaml</DependentUpon>
|
|
|
</Compile>
|
|
|
<Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterDialog.xaml.cs">
|
|
@@ -474,6 +523,21 @@
|
|
|
<Compile Include="Views\Dialog\VerifyPassWordDialog.xaml.cs">
|
|
|
<DependentUpon>VerifyPassWordDialog.xaml</DependentUpon>
|
|
|
</Compile>
|
|
|
+ <Compile Include="Views\FillAndSign\FillAndSignContent.xaml.cs">
|
|
|
+ <DependentUpon>FillAndSignContent.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="Views\FillAndSign\PropertyPanel\DateFillProperty.xaml.cs">
|
|
|
+ <DependentUpon>DateFillProperty.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="Views\FillAndSign\PropertyPanel\ShapFillProperty.xaml.cs">
|
|
|
+ <DependentUpon>ShapFillProperty.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="Views\FillAndSign\PropertyPanel\TextFillProperty.xaml.cs">
|
|
|
+ <DependentUpon>TextFillProperty.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="Views\HomePanel\CloudDrive\CloudDriveContent.xaml.cs">
|
|
|
+ <DependentUpon>CloudDriveContent.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
<Compile Include="Views\EditTools\Background\BackgroundContent.xaml.cs">
|
|
|
<DependentUpon>BackgroundContent.xaml</DependentUpon>
|
|
|
</Compile>
|
|
@@ -522,9 +586,6 @@
|
|
|
<Compile Include="Views\EditTools\Background\BackgroundTemplateListFileContent.xaml.cs">
|
|
|
<DependentUpon>BackgroundTemplateListFileContent.xaml</DependentUpon>
|
|
|
</Compile>
|
|
|
- <Compile Include="Views\HomePanel\CloudDrive\CloudDriveContent.xaml.cs">
|
|
|
- <DependentUpon>CloudDriveContent.xaml</DependentUpon>
|
|
|
- </Compile>
|
|
|
<Compile Include="Views\HomePanel\CloudDrive\CloudFilesContent.xaml.cs">
|
|
|
<DependentUpon>CloudFilesContent.xaml</DependentUpon>
|
|
|
</Compile>
|
|
@@ -540,7 +601,7 @@
|
|
|
<Compile Include="Views\HomePanel\HomeToolsContent.xaml.cs">
|
|
|
<DependentUpon>HomeToolsContent.xaml</DependentUpon>
|
|
|
</Compile>
|
|
|
- <Compile Include="Views\HomePanel\PDFTools\PDFTools.cs" />
|
|
|
+ <Compile Include="Helper\PDFToolsHelper.cs" />
|
|
|
<Compile Include="Views\HomePanel\PDFTools\PDFToolsContent.xaml.cs">
|
|
|
<DependentUpon>PDFToolsContent.xaml</DependentUpon>
|
|
|
</Compile>
|
|
@@ -556,8 +617,8 @@
|
|
|
<Compile Include="Views\HomePanel\RecentFiles\DocItemListViewControl.xaml.cs">
|
|
|
<DependentUpon>DocItemListViewControl.xaml</DependentUpon>
|
|
|
</Compile>
|
|
|
- <Compile Include="Views\HomePanel\RecentFiles\RecentFilesView.xaml.cs">
|
|
|
- <DependentUpon>RecentFilesView.xaml</DependentUpon>
|
|
|
+ <Compile Include="Views\HomePanel\RecentFiles\RecentFilesContent.xaml.cs">
|
|
|
+ <DependentUpon>RecentFilesContent.xaml</DependentUpon>
|
|
|
</Compile>
|
|
|
<Compile Include="Views\MainContent.xaml.cs">
|
|
|
<DependentUpon>MainContent.xaml</DependentUpon>
|
|
@@ -565,6 +626,54 @@
|
|
|
<Compile Include="Views\PageEdit\PageEditContent.xaml.cs">
|
|
|
<DependentUpon>PageEditContent.xaml</DependentUpon>
|
|
|
</Compile>
|
|
|
+ <Compile Include="CustomControl\CompositeControl\ColorContent.xaml.cs">
|
|
|
+ <DependentUpon>ColorContent.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="CustomControl\CompositeControl\SlidContentPop.xaml.cs">
|
|
|
+ <DependentUpon>SlidContentPop.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="Views\PropertyPanel\AnnotPanel\FreehandAnnotProperty.xaml.cs">
|
|
|
+ <DependentUpon>FreehandAnnotProperty.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="Views\PropertyPanel\AnnotPanel\FreetextAnnotProperty.xaml.cs">
|
|
|
+ <DependentUpon>FreetextAnnotProperty.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="Views\PropertyPanel\AnnotPanel\ImageAnnotProperty.xaml.cs">
|
|
|
+ <DependentUpon>ImageAnnotProperty.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="Views\PropertyPanel\AnnotPanel\LinkAnnotProperty.xaml.cs">
|
|
|
+ <DependentUpon>LinkAnnotProperty.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="Views\PropertyPanel\AnnotPanel\SharpsAnnotProperty.xaml.cs">
|
|
|
+ <DependentUpon>SharpsAnnotProperty.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="Views\PropertyPanel\AnnotPanel\StampAnnotProperty.xaml.cs">
|
|
|
+ <DependentUpon>StampAnnotProperty.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="Views\PropertyPanel\AnnotPanel\TextAnnotProperty.xaml.cs">
|
|
|
+ <DependentUpon>TextAnnotProperty.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="Views\PropertyPanel\AnnotPanel\TextEditProperty.xaml.cs">
|
|
|
+ <DependentUpon>TextEditProperty.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="CustomControl\CompositeControl\SlidContent.xaml.cs">
|
|
|
+ <DependentUpon>SlidContent.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="Views\PropertyPanel\PropertyPanelContent.xaml.cs">
|
|
|
+ <DependentUpon>PropertyPanelContent.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="Views\PropertyPanel\ViewModular\ReadModeContent.xaml.cs">
|
|
|
+ <DependentUpon>ReadModeContent.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="Views\PropertyPanel\ViewModular\SplitScreenContent.xaml.cs">
|
|
|
+ <DependentUpon>SplitScreenContent.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="Views\PropertyPanel\ViewModular\ThemesContent.xaml.cs">
|
|
|
+ <DependentUpon>ThemesContent.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="Views\PropertyPanel\ViewModular\ViewModularContent.xaml.cs">
|
|
|
+ <DependentUpon>ViewModularContent.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
<Compile Include="Views\Tools\AnnotToolContent.xaml.cs">
|
|
|
<DependentUpon>AnnotToolContent.xaml</DependentUpon>
|
|
|
</Compile>
|
|
@@ -581,9 +690,17 @@
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
<SubType>Designer</SubType>
|
|
|
</Page>
|
|
|
+ <Page Include="CustomControl\ColorDropBox.xaml">
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ </Page>
|
|
|
+ <Page Include="CustomControl\ColorDropBoxPop.xaml">
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ </Page>
|
|
|
<Page Include="CustomControl\CommonWritableComboBox.xaml">
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
<SubType>Designer</SubType>
|
|
|
- <Generator>MSBuild:Compile</Generator>
|
|
|
</Page>
|
|
|
<Page Include="CustomControl\LoadingControl.xaml">
|
|
|
<SubType>Designer</SubType>
|
|
@@ -609,6 +726,10 @@
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
</Page>
|
|
|
+ <Page Include="Styles\ButtonStyle.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
<Page Include="Styles\CheckBoxStyle.xaml">
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
@@ -617,6 +738,10 @@
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
</Page>
|
|
|
+ <Page Include="Styles\ContainerStyles\ComboxStyle\ComboxItemStyle.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
<Page Include="Styles\CustomBtnStyle.xaml">
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
<SubType>Designer</SubType>
|
|
@@ -639,20 +764,44 @@
|
|
|
</Page>
|
|
|
<Page Include="Styles\MenuStyle.xaml">
|
|
|
<SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
+ <Page Include="Styles\RadioButtonStyle.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
+ <Page Include="Styles\SliderStyle.xaml">
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ <SubType>Designer</SubType>
|
|
|
</Page>
|
|
|
<Page Include="Styles\TabControlStyle.xaml">
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
</Page>
|
|
|
+ <Page Include="Styles\TextBoxStyle.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
<Page Include="Styles\WindowsStyle.xaml">
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
<SubType>Designer</SubType>
|
|
|
</Page>
|
|
|
+ <Page Include="Themes\Alias_Light.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
<Page Include="Themes\Generic.xaml">
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
<SubType>Designer</SubType>
|
|
|
</Page>
|
|
|
+ <Page Include="Themes\Global.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>XamlIntelliSenseFileGenerator</Generator>
|
|
|
+ </Page>
|
|
|
+ <Page Include="Views\BOTA\BookmarkContent.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
<Page Include="Views\BOTA\BOTAContent.xaml">
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
@@ -665,6 +814,18 @@
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
</Page>
|
|
|
+ <Page Include="Views\Dialog\BOTA\AddBookmarkDialog.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
+ <Page Include="Views\Dialog\BOTA\BookmarkInfoDialog.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
+ <Page Include="Views\Dialog\FullScreenWindow.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
<Page Include="Views\Dialog\ConverterDialogs\ConverterExcelDialog.xaml">
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
@@ -697,11 +858,11 @@
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
</Page>
|
|
|
- <Page Include="Views\Dialog\FullScreenWindow.xaml">
|
|
|
+ <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageBatchProcessingDialog.xaml">
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
</Page>
|
|
|
- <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageBatchProcessingDialog.xaml">
|
|
|
+ <Page Include="Views\Dialog\PageEditDialogs\SplitDialog.xaml">
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
</Page>
|
|
@@ -737,14 +898,42 @@
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
</Page>
|
|
|
+ <Page Include="Views\FillAndSign\FillAndSignContent.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
+ <Page Include="Views\FillAndSign\PropertyPanel\DateFillProperty.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
+ <Page Include="Views\FillAndSign\PropertyPanel\ShapFillProperty.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
+ <Page Include="Views\FillAndSign\PropertyPanel\TextFillProperty.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
+ <Page Include="Views\HomeContent.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
<Page Include="Views\Dialog\HomePageToolsDialogs\HomePageInsertDialog.xaml">
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
</Page>
|
|
|
+ <Page Include="Views\HomePanel\CloudDrive\CloudDriveContent.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
<Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePictureToPDFDialog.xaml">
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
</Page>
|
|
|
+ <Page Include="Views\HomePanel\CloudDrive\CloudFilesContent.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
<Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModBookletContent.xaml">
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
@@ -777,11 +966,10 @@
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
<SubType>Designer</SubType>
|
|
|
</Page>
|
|
|
- <Page Include="Views\Dialog\ToolsDialogs\CompressDialogs\SplitDialog.xaml">
|
|
|
- <Generator>MSBuild:Compile</Generator>
|
|
|
+ <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterDialog.xaml">
|
|
|
<SubType>Designer</SubType>
|
|
|
</Page>
|
|
|
- <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterDialog.xaml">
|
|
|
+ <Page Include="CustomControl\CompositeControl\ColorContent.xaml">
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
</Page>
|
|
@@ -797,10 +985,22 @@
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
</Page>
|
|
|
+ <Page Include="CustomControl\CompositeControl\SlidContentPop.xaml">
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ </Page>
|
|
|
+ <Page Include="Views\PropertyPanel\AnnotPanel\FreehandAnnotProperty.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
<Page Include="Views\Dialog\ToolsDialogs\SaftyDialogs\DeleteSafetySettingsDialog.xaml">
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
</Page>
|
|
|
+ <Page Include="Views\PropertyPanel\AnnotPanel\FreetextAnnotProperty.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
<Page Include="Views\Dialog\ToolsDialogs\SaftyDialogs\SetPasswordDialog.xaml">
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
@@ -809,6 +1009,14 @@
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
</Page>
|
|
|
+ <Page Include="Views\PropertyPanel\AnnotPanel\ImageAnnotProperty.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
+ <Page Include="Views\PropertyPanel\AnnotPanel\LinkAnnotProperty.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
<Page Include="Views\EditTools\Background\BackgroundContent.xaml">
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
@@ -817,10 +1025,18 @@
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
</Page>
|
|
|
+ <Page Include="Views\PropertyPanel\AnnotPanel\SharpsAnnotProperty.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
<Page Include="Views\EditTools\Watermark\WatermarkContent.xaml">
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
</Page>
|
|
|
+ <Page Include="Views\PropertyPanel\AnnotPanel\StampAnnotProperty.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
<Page Include="Views\EditTools\Watermark\WatermarkCreateBaseContent.xaml">
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
@@ -829,10 +1045,18 @@
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
</Page>
|
|
|
+ <Page Include="Views\PropertyPanel\AnnotPanel\TextAnnotProperty.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
<Page Include="Views\EditTools\Watermark\WatermarkCreateTextContent.xaml">
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
</Page>
|
|
|
+ <Page Include="Views\PropertyPanel\AnnotPanel\TextEditProperty.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
<Page Include="Views\EditTools\Watermark\WatermarkDocumentContent.xaml">
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
@@ -841,49 +1065,59 @@
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
</Page>
|
|
|
+ <Page Include="CustomControl\CompositeControl\SlidContent.xaml">
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
<Page Include="Views\EditTools\Watermark\WatermarkTemplateListFileContent.xaml">
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
</Page>
|
|
|
<Page Include="Views\EditTools\Watermark\WatermarkTemplateListTextContent.xaml">
|
|
|
- <SubType>Designer</SubType>
|
|
|
+ <SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
</Page>
|
|
|
<Page Include="Views\EditTools\Background\BackgroundCreateBaseContent.xaml">
|
|
|
<SubType>Designer</SubType>
|
|
|
+ </Page>
|
|
|
+ <Page Include="Views\PropertyPanel\PropertyPanelContent.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
</Page>
|
|
|
- <Page Include="Views\EditTools\Background\BackgroundCreateColorContent.xaml">
|
|
|
+ <Page Include="Views\PropertyPanel\ViewModular\ReadModeContent.xaml">
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
</Page>
|
|
|
- <Page Include="Views\EditTools\Background\BackgroundCreateFileContent.xaml">
|
|
|
+ <Page Include="Views\PropertyPanel\ViewModular\SplitScreenContent.xaml">
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
</Page>
|
|
|
- <Page Include="Views\EditTools\Background\BackgroundTemplateListBaseContent.xaml">
|
|
|
+ <Page Include="Views\EditTools\Background\BackgroundCreateColorContent.xaml">
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
</Page>
|
|
|
- <Page Include="Views\EditTools\Background\BackgroundTemplateListColorContent.xaml">
|
|
|
+ <Page Include="Views\EditTools\Background\BackgroundCreateFileContent.xaml">
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
</Page>
|
|
|
- <Page Include="Views\EditTools\Background\BackgroundTemplateListFileContent.xaml">
|
|
|
+ <Page Include="Views\PropertyPanel\ViewModular\ThemesContent.xaml">
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
</Page>
|
|
|
- <Page Include="Views\HomeContent.xaml">
|
|
|
+ <Page Include="Views\PropertyPanel\ViewModular\ViewModularContent.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
+ <Page Include="Views\EditTools\Background\BackgroundTemplateListBaseContent.xaml">
|
|
|
<SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
</Page>
|
|
|
- <Page Include="Views\HomePanel\CloudDrive\CloudDriveContent.xaml">
|
|
|
+ <Page Include="Views\EditTools\Background\BackgroundTemplateListColorContent.xaml">
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
</Page>
|
|
|
- <Page Include="Views\HomePanel\CloudDrive\CloudFilesContent.xaml">
|
|
|
+ <Page Include="Views\EditTools\Background\BackgroundTemplateListFileContent.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
- <SubType>Designer</SubType>
|
|
|
</Page>
|
|
|
<Page Include="Views\HomePanel\HomeCloudContent.xaml">
|
|
|
<SubType>Designer</SubType>
|
|
@@ -921,7 +1155,7 @@
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
<SubType>Designer</SubType>
|
|
|
</Page>
|
|
|
- <Page Include="Views\HomePanel\RecentFiles\RecentFilesView.xaml">
|
|
|
+ <Page Include="Views\HomePanel\RecentFiles\RecentFilesContent.xaml">
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
<SubType>Designer</SubType>
|
|
|
</Page>
|
|
@@ -986,6 +1220,39 @@
|
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
|
</None>
|
|
|
<None Include="source\AnalysisWord\Res\word\_rels\document.xml.rels" />
|
|
|
+ <Resource Include="Resources\HomeIcon\PDFTools\background.png" />
|
|
|
+ <Resource Include="Resources\HomeIcon\PDFTools\batch-remove.png" />
|
|
|
+ <Resource Include="Resources\HomeIcon\PDFTools\batch.png" />
|
|
|
+ <Resource Include="Resources\HomeIcon\PDFTools\batesnumbers.png" />
|
|
|
+ <Resource Include="Resources\HomeIcon\PDFTools\compare.png" />
|
|
|
+ <Resource Include="Resources\HomeIcon\PDFTools\compress.png" />
|
|
|
+ <Resource Include="Resources\HomeIcon\PDFTools\convert.png" />
|
|
|
+ <Resource Include="Resources\HomeIcon\PDFTools\extract.png" />
|
|
|
+ <Resource Include="Resources\HomeIcon\PDFTools\form-filed-recognition.png" />
|
|
|
+ <Resource Include="Resources\HomeIcon\PDFTools\header&footer.png" />
|
|
|
+ <Resource Include="Resources\HomeIcon\PDFTools\image.png" />
|
|
|
+ <Resource Include="Resources\HomeIcon\PDFTools\insert.png" />
|
|
|
+ <Resource Include="Resources\HomeIcon\PDFTools\merge.png" />
|
|
|
+ <Resource Include="Resources\HomeIcon\PDFTools\ocr.png" />
|
|
|
+ <Resource Include="Resources\HomeIcon\PDFTools\page-edit.png" />
|
|
|
+ <Resource Include="Resources\HomeIcon\PDFTools\pdf-to-excel.png" />
|
|
|
+ <Resource Include="Resources\HomeIcon\PDFTools\pdf-to-image.png" />
|
|
|
+ <Resource Include="Resources\HomeIcon\PDFTools\pdf-to-ppt.png" />
|
|
|
+ <Resource Include="Resources\HomeIcon\PDFTools\pdf-to-word.png" />
|
|
|
+ <Resource Include="Resources\HomeIcon\PDFTools\print.png" />
|
|
|
+ <Resource Include="Resources\HomeIcon\PDFTools\reduct.png" />
|
|
|
+ <Resource Include="Resources\HomeIcon\PDFTools\security.png" />
|
|
|
+ <Resource Include="Resources\HomeIcon\PDFTools\split.png" />
|
|
|
+ <Resource Include="Resources\HomeIcon\PDFTools\watermark.png" />
|
|
|
+ <Resource Include="Resources\PageEdit\GridLine.png">
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
+ </Resource>
|
|
|
+ <Resource Include="Resources\PageEdit\HorizontalLine.png">
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
+ </Resource>
|
|
|
+ <Resource Include="Resources\PageEdit\Staff.png">
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
+ </Resource>
|
|
|
<Content Include="source\AnalysisWord\Res\_rels\.rels">
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
</Content>
|
|
@@ -994,7 +1261,7 @@
|
|
|
<None Include="App.config" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
- <Folder Include="Views\FillAndSign\" />
|
|
|
+ <Folder Include="Views\Edit\" />
|
|
|
<Folder Include="Views\Forms\" />
|
|
|
<Folder Include="Views\Scan\" />
|
|
|
</ItemGroup>
|
|
@@ -1110,6 +1377,8 @@
|
|
|
<Content Include="source\AnalysisWord\Res\[Content_Types].xml">
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
</Content>
|
|
|
+ <Resource Include="Resources\BOTA\empty_bookmark.png" />
|
|
|
+ <Resource Include="Resources\PropertyPanel\colorIcon.png" />
|
|
|
<Content Include="SystemService\PreviewHandler.dll">
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
</Content>
|