|
@@ -45,11 +45,11 @@
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
<HintPath>.\ComOCRKit.Desk.dll</HintPath>
|
|
|
</Reference>
|
|
|
- <Reference Include="ComPDFKit.Desk, Version=1.5.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
+ <Reference Include="ComPDFKit.Desk, Version=1.7.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
<HintPath>.\ComPDFKit.Desk.dll</HintPath>
|
|
|
</Reference>
|
|
|
- <Reference Include="ComPDFKit.Viewer, Version=1.5.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
+ <Reference Include="ComPDFKit.Viewer, Version=1.7.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
<HintPath>.\ComPDFKit.Viewer.dll</HintPath>
|
|
|
</Reference>
|
|
@@ -200,10 +200,21 @@
|
|
|
<Compile Include="CustomControl\CommonWritableComboBox.xaml.cs">
|
|
|
<DependentUpon>CommonWritableComboBox.xaml</DependentUpon>
|
|
|
</Compile>
|
|
|
+ <Compile Include="CustomControl\CompositeControl\ColorSubContent.xaml.cs">
|
|
|
+ <DependentUpon>ColorSubContent.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="CustomControl\CompositeControl\SlidComboControl.xaml.cs">
|
|
|
+ <DependentUpon>SlidComboControl.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
<Compile Include="CustomControl\CustomIconToggleBtn.cs" />
|
|
|
+ <Compile Include="CustomControl\CustomImageControl.cs" />
|
|
|
<Compile Include="CustomControl\DialogContent.cs" />
|
|
|
+ <Compile Include="CustomControl\Form\FormFieldCombox.xaml.cs">
|
|
|
+ <DependentUpon>FormFieldCombox.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
<Compile Include="CustomControl\IconAndTextTabItem.cs" />
|
|
|
<Compile Include="CustomControl\ListBoxItemToolBar.cs" />
|
|
|
+ <Compile Include="CustomControl\MenuItemWithPath.cs" />
|
|
|
<Compile Include="CustomControl\MessageBoxEx.cs" />
|
|
|
<Compile Include="CustomControl\NumericUpDown.xaml.cs">
|
|
|
<DependentUpon>NumericUpDown.xaml</DependentUpon>
|
|
@@ -214,37 +225,54 @@
|
|
|
<Compile Include="CustomControl\PageTurningPreview.xaml.cs">
|
|
|
<DependentUpon>PageTurningPreview.xaml</DependentUpon>
|
|
|
</Compile>
|
|
|
+ <Compile Include="CustomControl\PathButton.cs" />
|
|
|
<Compile Include="CustomControl\SystemControl\CustomCommandAction .cs" />
|
|
|
<Compile Include="CustomControl\SystemControl\RoutedEventTrigger.cs" />
|
|
|
+ <Compile Include="CustomControl\TextBoxEx.cs" />
|
|
|
<Compile Include="CustomControl\ToastControl.xaml.cs">
|
|
|
<DependentUpon>ToastControl.xaml</DependentUpon>
|
|
|
</Compile>
|
|
|
<Compile Include="CustomControl\WritableComboBox.xaml.cs">
|
|
|
<DependentUpon>WritableComboBox.xaml</DependentUpon>
|
|
|
</Compile>
|
|
|
+ <Compile Include="DataConvert\AnnotateFontSizeConverter.cs" />
|
|
|
+ <Compile Include="DataConvert\BoolToTextWrapConvert.cs" />
|
|
|
+ <Compile Include="DataConvert\CreateTimeToDate.cs" />
|
|
|
<Compile Include="DataConvert\FileFormatToIconConvert.cs" />
|
|
|
+ <Compile Include="DataConvert\GroupHeaderConverter.cs" />
|
|
|
+ <Compile Include="DataConvert\IntToBooleanConvert.cs" />
|
|
|
<Compile Include="DataConvert\FileToImageSourceConvert.cs" />
|
|
|
+ <Compile Include="DataConvert\IntAndTagToBoolMultiBinding.cs" />
|
|
|
<Compile Include="DataConvert\InvertBoolConvert.cs" />
|
|
|
<Compile Include="DataConvert\ObjectConvert.cs" />
|
|
|
<Compile Include="DataConvert\PropertyPanelVisible.cs" />
|
|
|
+ <Compile Include="DataConvert\StringToDateConvert.cs" />
|
|
|
<Compile Include="DataConvert\StringToVisibleConvert.cs" />
|
|
|
<Compile Include="DataConvert\UnVisivleConvert.cs" />
|
|
|
+ <Compile Include="DataConvert\WidthConvert.cs" />
|
|
|
<Compile Include="EventAggregators\EditToolsEvent.cs" />
|
|
|
<Compile Include="EventAggregators\PageEditNotifyEvent.cs" />
|
|
|
<Compile Include="EventAggregators\PageEditRefreshEvent.cs" />
|
|
|
<Compile Include="EventAggregators\SendPrintInfoEvent.cs" />
|
|
|
+ <Compile Include="Helper\CacheFilePath.cs" />
|
|
|
<Compile Include="Helper\ConverterHelper.cs" />
|
|
|
+ <Compile Include="Helper\DpiHelpers.cs" />
|
|
|
<Compile Include="Helper\EditToolsHelper.cs" />
|
|
|
<Compile Include="Helper\AdvancedInvokeCommandAction.cs" />
|
|
|
<Compile Include="Helper\ArrowHelper.cs" />
|
|
|
+ <Compile Include="Helper\DragDropHelper.cs" />
|
|
|
<Compile Include="Helper\HomePageEditHelper.cs" />
|
|
|
<Compile Include="Helper\ObservableDictionary.cs" />
|
|
|
<Compile Include="Helper\PasswordBoxHelper.cs" />
|
|
|
+ <Compile Include="Helper\RichTextBoxHelper.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\BOTA\AnnotationHandlerEventArgs.cs" />
|
|
|
+ <Compile Include="Model\AnnotPanel\Stamp.cs" />
|
|
|
+ <Compile Include="Model\BOTA\OutlineNode.cs" />
|
|
|
<Compile Include="Model\CloudDrive\CloudDriveItem.cs" />
|
|
|
<Compile Include="Model\CloudDrive\CloudFiles.cs" />
|
|
|
<Compile Include="Model\DialogNames.cs" />
|
|
@@ -284,14 +312,20 @@
|
|
|
<Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageSplitDialogModel.cs" />
|
|
|
<Compile Include="Model\EditTools\Background\BackgroundCreateModel.cs" />
|
|
|
<Compile Include="Model\EditTools\Background\BackgroundTemplateListModel.cs" />
|
|
|
+ <Compile Include="Model\EditTools\Bates\BatesCreateModel.cs" />
|
|
|
+ <Compile Include="Model\EditTools\HeaderFooter\HeaderFooterCreateModel.cs" />
|
|
|
<Compile Include="Model\EditTools\Watermark\WatermarkCreateModel.cs" />
|
|
|
<Compile Include="Model\EditTools\Watermark\WatermarkTemplateListModel.cs" />
|
|
|
+ <Compile Include="Model\From\FormFieldType.cs" />
|
|
|
<Compile Include="Model\PageEdit\CustomInsertModel.cs" />
|
|
|
<Compile Include="Model\PageEdit\CustomPageItem.cs" />
|
|
|
<Compile Include="Model\PageEdit\ExtractModel.cs" />
|
|
|
+ <Compile Include="Model\PageEdit\PageEditHistory.cs" />
|
|
|
<Compile Include="Model\PageEdit\PageEditItem.cs" />
|
|
|
+ <Compile Include="Model\PageEdit\PageItemUnits.cs" />
|
|
|
<Compile Include="Model\ParameterNames.cs" />
|
|
|
<Compile Include="Model\PDFTool\ToolItem.cs" />
|
|
|
+ <Compile Include="Model\PropertyPanel\AnnotPanel\FontStyleItem.cs" />
|
|
|
<Compile Include="Model\RegionNames.cs" />
|
|
|
<Compile Include="CustomControl\SystemControl\TabablzRegionBehavior.cs" />
|
|
|
<Compile Include="DataConvert\BoolToVisible.cs" />
|
|
@@ -305,16 +339,21 @@
|
|
|
<DesignTime>True</DesignTime>
|
|
|
<AutoGen>True</AutoGen>
|
|
|
</Compile>
|
|
|
- <Compile Include="Settings.cs" />
|
|
|
<Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterDocumentContentViewModel.cs" />
|
|
|
<Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterPaperSettingsDialogViewModel.cs" />
|
|
|
<Compile Include="ViewModels\EditTools\Bates\BatesContentViewModel.cs" />
|
|
|
<Compile Include="ViewModels\EditTools\Bates\BatesCreateContentViewModel.cs" />
|
|
|
<Compile Include="ViewModels\EditTools\Bates\BatesDocumentContentViewModel.cs" />
|
|
|
<Compile Include="ViewModels\EditTools\Bates\BatesTemplateListContentViewModel.cs" />
|
|
|
+ <Compile Include="ViewModels\BOTA\AnnotationContentViewModel.cs" />
|
|
|
+ <Compile Include="ViewModels\BOTA\AnnotationListItemViewModel.cs" />
|
|
|
<Compile Include="ViewModels\BOTA\BookmarkContentViewModel.cs" />
|
|
|
+ <Compile Include="ViewModels\Dialog\BOTA\AddAnnotationDialogViewModel.cs" />
|
|
|
+ <Compile Include="ViewModels\BOTA\OutLineControlViewModel.cs" />
|
|
|
+ <Compile Include="ViewModels\BOTA\SearchContentViewModel.cs" />
|
|
|
<Compile Include="ViewModels\Dialog\BOTA\AddBookmarkDialogViewModel.cs" />
|
|
|
<Compile Include="ViewModels\Dialog\BOTA\BookmarkInfoDialogViewModel.cs" />
|
|
|
+ <Compile Include="ViewModels\Dialog\BOTA\ScreenAnnotationDialogViewModel.cs" />
|
|
|
<Compile Include="ViewModels\EditTools\Background\BackgroundContentViewModel.cs" />
|
|
|
<Compile Include="ViewModels\BOTA\BOTAContentViewModel.cs" />
|
|
|
<Compile Include="ViewModels\BottomToolContentViewModel.cs" />
|
|
@@ -345,7 +384,15 @@
|
|
|
<Compile Include="ViewModels\EditTools\HeaderFooter\HeaderFooterTemplateListContentViewModel.cs" />
|
|
|
<Compile Include="ViewModels\EditTools\Redaction\RedactionContentViewModel.cs" />
|
|
|
<Compile Include="ViewModels\EditTools\Redaction\RedactionDocumentContentViewModel.cs" />
|
|
|
+ <Compile Include="ViewModels\Form\FormsToolContentViewModel.cs" />
|
|
|
+ <Compile Include="ViewModels\HomePanel\PDFTools\PDFToolsContentViewModel.cs" />
|
|
|
+ <Compile Include="ViewModels\HomePanel\PDFTools\QuickToolsContentViewModel.cs" />
|
|
|
+ <Compile Include="ViewModels\PropertyPanel\AnnotPanel\SignatureAnnotPropertyViewModel.cs" />
|
|
|
+ <Compile Include="ViewModels\PropertyPanel\ViewModular\ReadViewContentViewModel.cs" />
|
|
|
<Compile Include="ViewModels\HomePanel\RecentFiles\RecentFilesContentViewModel.cs" />
|
|
|
+ <Compile Include="ViewModels\PropertyPanel\AnnotPanel\CustomCreateDialogViewModel.cs" />
|
|
|
+ <Compile Include="ViewModels\PropertyPanel\AnnotPanel\DynamicPropertyDialogViewModel.cs" />
|
|
|
+ <Compile Include="ViewModels\PropertyPanel\TextEditPropertyViewModel.cs" />
|
|
|
<Compile Include="ViewModels\Tools\ConverterBarContentViewModel.cs" />
|
|
|
<Compile Include="ViewModels\Dialog\ExtractDialogViewModel.cs" />
|
|
|
<Compile Include="ViewModels\Dialog\FullScreenWindowViewModel.cs" />
|
|
@@ -393,7 +440,6 @@
|
|
|
<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" />
|
|
@@ -402,6 +448,7 @@
|
|
|
<Compile Include="ViewModels\Tools\AnnotToolContentViewModel.cs" />
|
|
|
<Compile Include="ViewModels\Tools\AnnotToolContentViewModel.Function.cs" />
|
|
|
<Compile Include="ViewModels\Tools\AnnotToolContentViewModel.Properties.cs" />
|
|
|
+ <Compile Include="ViewModels\Tools\TextEditToolContentViewModel.cs" />
|
|
|
<Compile Include="ViewModels\Tools\ToolsBarContentViewModel.cs" />
|
|
|
<Compile Include="ViewModels\EditTools\Watermark\WatermarkContentViewModel.cs" />
|
|
|
<Compile Include="ViewModels\EditTools\Watermark\WatermarkCreateBaseContentViewModel.cs" />
|
|
@@ -410,6 +457,12 @@
|
|
|
<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\AnnotationContent.xaml.cs">
|
|
|
+ <DependentUpon>AnnotationContent.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="Views\BOTA\AnnotationListItem.xaml.cs">
|
|
|
+ <DependentUpon>AnnotationListItem.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
<Compile Include="Views\BOTA\BookmarkContent.xaml.cs">
|
|
|
<DependentUpon>BookmarkContent.xaml</DependentUpon>
|
|
|
</Compile>
|
|
@@ -417,9 +470,21 @@
|
|
|
<Compile Include="Views\BOTA\BOTAContent.xaml.cs">
|
|
|
<DependentUpon>BOTAContent.xaml</DependentUpon>
|
|
|
</Compile>
|
|
|
+ <Compile Include="Views\BOTA\OutLineControl.xaml.cs">
|
|
|
+ <DependentUpon>OutLineControl.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="Views\BOTA\SearchContent.xaml.cs">
|
|
|
+ <DependentUpon>SearchContent.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
<Compile Include="Views\BottomToolContent.xaml.cs">
|
|
|
<DependentUpon>BottomToolContent.xaml</DependentUpon>
|
|
|
</Compile>
|
|
|
+ <Compile Include="Views\Dialog\BOTA\AddAnnotationDialog.xaml.cs">
|
|
|
+ <DependentUpon>AddAnnotationDialog.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="Views\Dialog\BOTA\ScreenAnnotationDialog.xaml.cs">
|
|
|
+ <DependentUpon>ScreenAnnotationDialog.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
<Compile Include="Views\Dialog\ConverterDialogs\ConverterCSVDialog.xaml.cs">
|
|
|
<DependentUpon>ConverterCSVDialog.xaml</DependentUpon>
|
|
|
</Compile>
|
|
@@ -582,6 +647,31 @@
|
|
|
<Compile Include="Views\FillAndSign\PropertyPanel\TextFillProperty.xaml.cs">
|
|
|
<DependentUpon>TextFillProperty.xaml</DependentUpon>
|
|
|
</Compile>
|
|
|
+ <Compile Include="Views\Form\ButtonProperty.xaml.cs">
|
|
|
+ <DependentUpon>ButtonProperty.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="Views\Form\CheckBoxProperty.xaml.cs">
|
|
|
+ <DependentUpon>CheckBoxProperty.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="Views\Form\ComboxProperty.xaml.cs">
|
|
|
+ <DependentUpon>ComboxProperty.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="Views\Form\FormsToolContent.xaml.cs">
|
|
|
+ <DependentUpon>FormsToolContent.xaml</DependentUpon>
|
|
|
+ <SubType>Code</SubType>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="Views\Form\ListBoxProperty.xaml.cs">
|
|
|
+ <DependentUpon>ListBoxProperty.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="Views\Form\RadioButtonProperty.xaml.cs">
|
|
|
+ <DependentUpon>RadioButtonProperty.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="Views\Form\SignProperty.xaml.cs">
|
|
|
+ <DependentUpon>SignProperty.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="Views\Form\TextFieldProperty.xaml.cs">
|
|
|
+ <DependentUpon>TextFieldProperty.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
<Compile Include="Views\HomePanel\CloudDrive\CloudDriveContent.xaml.cs">
|
|
|
<DependentUpon>CloudDriveContent.xaml</DependentUpon>
|
|
|
</Compile>
|
|
@@ -642,6 +732,9 @@
|
|
|
<Compile Include="Views\HomePanel\HomeGuidContent.xaml.cs">
|
|
|
<DependentUpon>HomeGuidContent.xaml</DependentUpon>
|
|
|
</Compile>
|
|
|
+ <Compile Include="Views\HomePanel\PDFTools\PDFToolExpendItem.xaml.cs">
|
|
|
+ <DependentUpon>PDFToolExpendItem.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
<Compile Include="Views\HomePanel\PDFTools\PDFToolItem.xaml.cs">
|
|
|
<DependentUpon>PDFToolItem.xaml</DependentUpon>
|
|
|
</Compile>
|
|
@@ -679,6 +772,12 @@
|
|
|
<Compile Include="CustomControl\CompositeControl\SlidContentPop.xaml.cs">
|
|
|
<DependentUpon>SlidContentPop.xaml</DependentUpon>
|
|
|
</Compile>
|
|
|
+ <Compile Include="Views\PropertyPanel\AnnotPanel\CustomCreateDialog.xaml.cs">
|
|
|
+ <DependentUpon>CustomCreateDialog.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="Views\PropertyPanel\AnnotPanel\DynamicPropertyDialog.xaml.cs">
|
|
|
+ <DependentUpon>DynamicPropertyDialog.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
<Compile Include="Views\PropertyPanel\AnnotPanel\FreehandAnnotProperty.xaml.cs">
|
|
|
<DependentUpon>FreehandAnnotProperty.xaml</DependentUpon>
|
|
|
</Compile>
|
|
@@ -694,24 +793,30 @@
|
|
|
<Compile Include="Views\PropertyPanel\AnnotPanel\SharpsAnnotProperty.xaml.cs">
|
|
|
<DependentUpon>SharpsAnnotProperty.xaml</DependentUpon>
|
|
|
</Compile>
|
|
|
+ <Compile Include="Views\PropertyPanel\AnnotPanel\SignatureAnnotProperty.xaml.cs">
|
|
|
+ <DependentUpon>SignatureAnnotProperty.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\TextEditProperty.xaml.cs">
|
|
|
+ <DependentUpon>TextEditProperty.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
<Compile Include="Views\PropertyPanel\ViewModular\ReadModeContent.xaml.cs">
|
|
|
<DependentUpon>ReadModeContent.xaml</DependentUpon>
|
|
|
</Compile>
|
|
|
+ <Compile Include="Views\PropertyPanel\ViewModular\ReadViewContent.xaml.cs">
|
|
|
+ <DependentUpon>ReadViewContent.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
<Compile Include="Views\PropertyPanel\ViewModular\SplitScreenContent.xaml.cs">
|
|
|
<DependentUpon>SplitScreenContent.xaml</DependentUpon>
|
|
|
</Compile>
|
|
@@ -727,6 +832,9 @@
|
|
|
<Compile Include="Views\Tools\ConverterBarContent.xaml.cs">
|
|
|
<DependentUpon>ConverterBarContent.xaml</DependentUpon>
|
|
|
</Compile>
|
|
|
+ <Compile Include="Views\Tools\TextEditToolContent.xaml.cs">
|
|
|
+ <DependentUpon>TextEditToolContent.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
<Compile Include="Views\Tools\ToolsBarContent.xaml.cs">
|
|
|
<DependentUpon>ToolsBarContent.xaml</DependentUpon>
|
|
|
</Compile>
|
|
@@ -749,6 +857,18 @@
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
<SubType>Designer</SubType>
|
|
|
</Page>
|
|
|
+ <Page Include="CustomControl\CompositeControl\ColorSubContent.xaml">
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ </Page>
|
|
|
+ <Page Include="CustomControl\CompositeControl\SlidComboControl.xaml">
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ </Page>
|
|
|
+ <Page Include="CustomControl\Form\FormFieldCombox.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
<Page Include="CustomControl\LoadingControl.xaml">
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
@@ -789,6 +909,14 @@
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
</Page>
|
|
|
+ <Page Include="Styles\ContextMenuStyle.xaml">
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ </Page>
|
|
|
+ <Page Include="Styles\ContextMenuTextEditStyle.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
<Page Include="Styles\CustomBtnStyle.xaml">
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
<SubType>Designer</SubType>
|
|
@@ -813,6 +941,14 @@
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
</Page>
|
|
|
+ <Page Include="Styles\OutLineItemStyle.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
+ <Page Include="Styles\PathButtonStyle.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
<Page Include="Styles\RadioButtonStyle.xaml">
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
@@ -845,6 +981,14 @@
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>XamlIntelliSenseFileGenerator</Generator>
|
|
|
</Page>
|
|
|
+ <Page Include="Views\BOTA\AnnotationContent.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
+ <Page Include="Views\BOTA\AnnotationListItem.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
<Page Include="Views\BOTA\BookmarkContent.xaml">
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
@@ -853,10 +997,26 @@
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
</Page>
|
|
|
+ <Page Include="Views\BOTA\OutLineControl.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
+ <Page Include="Views\BOTA\SearchContent.xaml">
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ </Page>
|
|
|
<Page Include="Views\BottomToolContent.xaml">
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
</Page>
|
|
|
+ <Page Include="Views\Dialog\BOTA\AddAnnotationDialog.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
+ <Page Include="Views\Dialog\BOTA\ScreenAnnotationDialog.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
<Page Include="Views\Dialog\ConverterDialogs\ConverterCSVDialog.xaml">
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
@@ -1009,6 +1169,38 @@
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
</Page>
|
|
|
+ <Page Include="Views\Form\ButtonProperty.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
+ <Page Include="Views\Form\CheckBoxProperty.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
+ <Page Include="Views\Form\ComboxProperty.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
+ <Page Include="Views\Form\FormsToolContent.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>XamlIntelliSenseFileGenerator</Generator>
|
|
|
+ </Page>
|
|
|
+ <Page Include="Views\Form\ListBoxProperty.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
+ <Page Include="Views\Form\RadioButtonProperty.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
+ <Page Include="Views\Form\SignProperty.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
+ <Page Include="Views\Form\TextFieldProperty.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
<Page Include="Views\HomeContent.xaml">
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
@@ -1080,6 +1272,18 @@
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
<SubType>Designer</SubType>
|
|
|
</Page>
|
|
|
+ <Page Include="Views\HomePanel\PDFTools\PDFToolExpendItem.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
+ <Page Include="Views\PropertyPanel\AnnotPanel\CustomCreateDialog.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
+ <Page Include="Views\PropertyPanel\AnnotPanel\DynamicPropertyDialog.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
<Page Include="Views\PropertyPanel\AnnotPanel\FreehandAnnotProperty.xaml">
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
@@ -1124,6 +1328,10 @@
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
</Page>
|
|
|
+ <Page Include="Views\PropertyPanel\AnnotPanel\SignatureAnnotProperty.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
<Page Include="Views\PropertyPanel\AnnotPanel\StampAnnotProperty.xaml">
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
@@ -1144,10 +1352,6 @@
|
|
|
<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>
|
|
@@ -1174,10 +1378,18 @@
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
</Page>
|
|
|
+ <Page Include="Views\PropertyPanel\TextEditProperty.xaml">
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ </Page>
|
|
|
<Page Include="Views\PropertyPanel\ViewModular\ReadModeContent.xaml">
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
</Page>
|
|
|
+ <Page Include="Views\PropertyPanel\ViewModular\ReadViewContent.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
<Page Include="Views\PropertyPanel\ViewModular\SplitScreenContent.xaml">
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
@@ -1284,6 +1496,10 @@
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
</Page>
|
|
|
+ <Page Include="Views\Tools\TextEditToolContent.xaml">
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ </Page>
|
|
|
<Page Include="Views\Tools\ToolsBarContent.xaml">
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
@@ -1311,6 +1527,24 @@
|
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
|
</None>
|
|
|
<None Include="source\AnalysisWord\Res\word\_rels\document.xml.rels" />
|
|
|
+ <Resource Include="Resources\BOTA\Annotation\Arrow.png" />
|
|
|
+ <Resource Include="Resources\BOTA\Annotation\Bookmark.png" />
|
|
|
+ <Resource Include="Resources\BOTA\Annotation\Circle.png" />
|
|
|
+ <Resource Include="Resources\BOTA\Annotation\Freehande.png" />
|
|
|
+ <Resource Include="Resources\BOTA\Annotation\Freehande2.png" />
|
|
|
+ <Resource Include="Resources\BOTA\Annotation\Hand.png" />
|
|
|
+ <Resource Include="Resources\BOTA\Annotation\Highlight.png" />
|
|
|
+ <Resource Include="Resources\BOTA\Annotation\Hyperlink.png" />
|
|
|
+ <Resource Include="Resources\BOTA\Annotation\Image.png" />
|
|
|
+ <Resource Include="Resources\BOTA\Annotation\Line.png" />
|
|
|
+ <Resource Include="Resources\BOTA\Annotation\Note.png" />
|
|
|
+ <Resource Include="Resources\BOTA\Annotation\Point.png" />
|
|
|
+ <Resource Include="Resources\BOTA\Annotation\Rectangle.png" />
|
|
|
+ <Resource Include="Resources\BOTA\Annotation\Selecttool.png" />
|
|
|
+ <Resource Include="Resources\BOTA\Annotation\Stamp.png" />
|
|
|
+ <Resource Include="Resources\BOTA\Annotation\Textbox.png" />
|
|
|
+ <Resource Include="Resources\BOTA\Annotation\wavyline2.png" />
|
|
|
+ <Resource Include="Resources\BOTA\empty_annotation.png" />
|
|
|
<Resource Include="Resources\HomeIcon\PDFTools\background.png" />
|
|
|
<Resource Include="Resources\HomeIcon\PDFTools\batch-remove.png" />
|
|
|
<Resource Include="Resources\HomeIcon\PDFTools\batch.png" />
|
|
@@ -1335,15 +1569,37 @@
|
|
|
<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">
|
|
|
+ <Resource Include="Resources\StampIcons\Accepted.png" />
|
|
|
+ <Resource Include="Resources\StampIcons\Approved.png" />
|
|
|
+ <Resource Include="Resources\StampIcons\Completed.png" />
|
|
|
+ <Resource Include="Resources\StampIcons\Confidential.png" />
|
|
|
+ <Resource Include="Resources\StampIcons\Draft.png" />
|
|
|
+ <Resource Include="Resources\StampIcons\Empty_stamp.png" />
|
|
|
+ <Resource Include="Resources\StampIcons\Final.png" />
|
|
|
+ <Resource Include="Resources\StampIcons\ForComment.png" />
|
|
|
+ <Resource Include="Resources\StampIcons\ForPublicRelease.png" />
|
|
|
+ <Resource Include="Resources\StampIcons\InformationOnly.png" />
|
|
|
+ <Resource Include="Resources\StampIcons\InitialHere.png" />
|
|
|
+ <Resource Include="Resources\StampIcons\NotApproved.png" />
|
|
|
+ <Resource Include="Resources\StampIcons\NotForPublicRelease.png" />
|
|
|
+ <Resource Include="Resources\StampIcons\PreliminaryResults.png" />
|
|
|
+ <Resource Include="Resources\StampIcons\PrivateMark1.png" />
|
|
|
+ <Resource Include="Resources\StampIcons\PrivateMark2.png" />
|
|
|
+ <Resource Include="Resources\StampIcons\PrivateMark3.png" />
|
|
|
+ <Resource Include="Resources\StampIcons\Rejected.png" />
|
|
|
+ <Resource Include="Resources\StampIcons\revised.png" />
|
|
|
+ <Resource Include="Resources\StampIcons\SignHere.png" />
|
|
|
+ <Resource Include="Resources\StampIcons\Void.png" />
|
|
|
+ <Resource Include="Resources\StampIcons\Witness.png" />
|
|
|
+ <Content Include="Resources\PageEdit\GridLine.jpg">
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
- </Resource>
|
|
|
- <Resource Include="Resources\PageEdit\HorizontalLine.png">
|
|
|
+ </Content>
|
|
|
+ <Content Include="Resources\PageEdit\HorizontalLine.jpg">
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
- </Resource>
|
|
|
- <Resource Include="Resources\PageEdit\Staff.png">
|
|
|
+ </Content>
|
|
|
+ <Content Include="Resources\PageEdit\Staff.jpg">
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
- </Resource>
|
|
|
+ </Content>
|
|
|
<Resource Include="Resources\EditTools\watermark_bg.png" />
|
|
|
<Content Include="source\AnalysisWord\Res\_rels\.rels">
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
@@ -1354,7 +1610,6 @@
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<Folder Include="Views\Edit\" />
|
|
|
- <Folder Include="Views\Forms\" />
|
|
|
<Folder Include="Views\Scan\" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|