diff --git a/Constant/Constants.cs b/Constant/Constants.cs index 63b9510..513ddd5 100644 --- a/Constant/Constants.cs +++ b/Constant/Constants.cs @@ -29,8 +29,8 @@ namespace GeekDesk.Constant public static string PW_FILE_BAK_PATH = APP_DIR + "bak\\pw.txt"; //密码文件路径 - - public static string UUID_FILE_BAK_PATH = APP_DIR + "bak\\uuid.txt"; //密码文件路径 + + public static string UUID_FILE_BAK_PATH = APP_DIR + "bak\\uuid.txt"; //uuid文件路径 public static string LOG_FILE_PATH = APP_DIR + "logs\\log.log"; //日志文件 diff --git a/Constant/DictConst.cs b/Constant/DictConst.cs new file mode 100644 index 0000000..221600e --- /dev/null +++ b/Constant/DictConst.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace GeekDesk.Constant +{ + public class DictConst + { + public static readonly Dictionary batchMenuHeaderDict = new Dictionary(); + static DictConst() { + batchMenuHeaderDict.Add(true, "取消批量操作"); + batchMenuHeaderDict.Add(false, "批量操作"); + } + } +} diff --git a/Control/Other/BGNmaeDialog.xaml b/Control/Other/BGNmaeDialog.xaml new file mode 100644 index 0000000..772ea71 --- /dev/null +++ b/Control/Other/BGNmaeDialog.xaml @@ -0,0 +1,34 @@ + + + + + + + +