瀏覽代碼

Form - 右键菜单UI

chenrongqian@kdanmobile.com 2 年之前
父節點
當前提交
679a790ec0
共有 3 個文件被更改,包括 140 次插入0 次删除
  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>

File diff suppressed because it is too large
+ 135 - 0
PDF Office/Styles/ContextMenuFormStyle.xaml