Parcourir la source

Form - 右键菜单UI

chenrongqian@kdanmobile.com il y a 2 ans
Parent
commit
679a790ec0
3 fichiers modifiés avec 140 ajouts et 0 suppressions
  1. 1 0
      PDF Office/App.xaml
  2. 4 0
      PDF Office/PDF Office.csproj
  3. 135 0
      PDF Office/Styles/ContextMenuFormStyle.xaml

+ 1 - 0
PDF Office/App.xaml

@@ -28,6 +28,7 @@
                 <ResourceDictionary Source="pack://application:,,,/PDF Office;component/Styles/ImageRadioButtonDictionary.xaml" />
                 <ResourceDictionary Source="pack://application:,,,/PDF Office;component/Styles/ContextMenuTextEditStyle.xaml" />
                 <ResourceDictionary Source="pack://application:,,,/PDF Office;component/Styles/ContextMenuStyle.xaml" />
+                <ResourceDictionary Source="pack://application:,,,/PDF Office;component/Styles/ContextMenuFormStyle.xaml" />
                 <!--  Enable show customctrol's correctly UI in Xaml Designer  -->
                 <ResourceDictionary Source="pack://application:,,,/PDF Office;component/Themes/Generic.xaml" />
             </ResourceDictionary.MergedDictionaries>

+ 4 - 0
PDF Office/PDF Office.csproj

@@ -1166,6 +1166,10 @@
       <SubType>Designer</SubType>
       <Generator>MSBuild:Compile</Generator>
     </Page>
+    <Page Include="Styles\ContextMenuFormStyle.xaml">
+      <SubType>Designer</SubType>
+      <Generator>MSBuild:Compile</Generator>
+    </Page>
     <Page Include="Styles\ContextMenuStyle.xaml">
       <Generator>MSBuild:Compile</Generator>
       <SubType>Designer</SubType>

Fichier diff supprimé car celui-ci est trop grand
+ 135 - 0
PDF Office/Styles/ContextMenuFormStyle.xaml