瀏覽代碼

Tweaked ProgressForm
Removed Unused Files

Frank van den Bos 2 年之前
父節點
當前提交
abd0eec0d7
共有 2 個文件被更改,包括 1 次插入13 次删除
  1. 0 12
      inabox.wpf/InABox.Wpf.csproj
  2. 1 1
      inabox.wpf/ProgressWindow/ProgressForm.xaml.cs

+ 0 - 12
inabox.wpf/InABox.Wpf.csproj

@@ -525,9 +525,6 @@
       <Page Update="DynamicGrid\DynamicMultiEditWindow.xaml">
       <Page Update="DynamicGrid\DynamicMultiEditWindow.xaml">
         <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
         <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
       </Page>
       </Page>
-      <Page Update="DynamicGrid\Editors\DocumentConfirm.xaml">
-        <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
-      </Page>
       <Page Update="DynamicGrid\Editors\ExpressionEditor\ExpressionEditorWindow.xaml">
       <Page Update="DynamicGrid\Editors\ExpressionEditor\ExpressionEditorWindow.xaml">
         <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
         <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
         <SubType>Designer</SubType>
         <SubType>Designer</SubType>
@@ -541,15 +538,6 @@
       <Page Update="DynamicGrid\Editors\FilterEditor\SubQueryWindow.xaml">
       <Page Update="DynamicGrid\Editors\FilterEditor\SubQueryWindow.xaml">
         <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
         <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
       </Page>
       </Page>
-      <Page Update="DynamicGrid\Editors\NotePopup.xaml">
-        <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
-      </Page>
-      <Page Update="DynamicGrid\Editors\PopupList.xaml">
-        <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
-      </Page>
-      <Page Update="DynamicGrid\Editors\RichTextEditor.xaml">
-        <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
-      </Page>
       <Page Update="DynamicGrid\EmbeddedDynamicEditorForm.xaml">
       <Page Update="DynamicGrid\EmbeddedDynamicEditorForm.xaml">
         <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
         <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
         <SubType>Designer</SubType>
         <SubType>Designer</SubType>

+ 1 - 1
inabox.wpf/ProgressWindow/ProgressForm.xaml.cs

@@ -14,7 +14,7 @@ namespace InABox.WPF
     {
     {
         private ImageSource? _image = null;
         private ImageSource? _image = null;
 
 
-        private DoubleAnimation _fader = new DoubleAnimation(1d, 0.1d, new Duration(TimeSpan.FromSeconds(2))) { AutoReverse = true };
+        private DoubleAnimation _fader = new DoubleAnimation(1d, 0.3d, new Duration(TimeSpan.FromMilliseconds(3000))) { AutoReverse = true };
 
 
         public ProgressForm()
         public ProgressForm()
         {
         {