diff --git a/Config.daml b/Config.daml index 69da287..d01f6c8 100644 --- a/Config.daml +++ b/Config.daml @@ -16,17 +16,17 @@ - + + diff --git a/Helper/HelperGdb.cs b/Helper/HelperGdb.cs index 24bceda..07e9123 100644 --- a/Helper/HelperGdb.cs +++ b/Helper/HelperGdb.cs @@ -25,6 +25,7 @@ using OliviaAddInPro.Model.contract; using ArcGIS.Core.Data.DDL; using ArcGIS.Core.CIM; using System.Threading; +using Microsoft.Win32; namespace OliviaAddInPro.Helper { @@ -2005,8 +2006,10 @@ namespace OliviaAddInPro.Helper if (!string.IsNullOrEmpty(ext_)) dlg.DefaultExt = ext_; if (brwsFilt != null) + { + brwsFilt.BrowsingFilesMode = true; dlg.BrowseFilter = brwsFilt; - + } try { bool? ok = dlg.ShowDialog(); diff --git a/Images/GenericButtonPurple16.png b/Images/GenericButtonPurple16.png new file mode 100644 index 0000000..01b0895 Binary files /dev/null and b/Images/GenericButtonPurple16.png differ diff --git a/Images/GenericButtonPurple32.png b/Images/GenericButtonPurple32.png new file mode 100644 index 0000000..39f62db Binary files /dev/null and b/Images/GenericButtonPurple32.png differ diff --git a/OliviaAddInPro.csproj b/OliviaAddInPro.csproj index 91ffcd5..c977a91 100644 --- a/OliviaAddInPro.csproj +++ b/OliviaAddInPro.csproj @@ -148,6 +148,9 @@ + + ProWindowSaveFileName.xaml + @@ -159,6 +162,7 @@ + @@ -252,6 +256,10 @@ + + Designer + MSBuild:Compile + Designer MSBuild:Compile @@ -373,6 +381,12 @@ + + + + + +