|
@@ -10,8 +10,7 @@ namespace Phihong_EVSE_UI_Tool
|
|
|
{
|
|
|
public static class Utility
|
|
|
{
|
|
|
- public const string BG_PARENTFOLDER = @"Background";
|
|
|
-
|
|
|
+ public const string BG_PARENTFOLDER = "Background";
|
|
|
public const string BG_INITIAL = "0_init.bmp";
|
|
|
public const string BG_IDLE = "1_idle.bmp";
|
|
|
public const string BG_VERIFY = "2_verify.bmp";
|
|
@@ -23,12 +22,19 @@ namespace Phihong_EVSE_UI_Tool
|
|
|
public const string BG_COMPLETE = "8_complete.bmp";
|
|
|
public const string BG_MAINTAIN = "9_fix.bmp";
|
|
|
|
|
|
- public const string ICO_PARENTFOLDER = @"ICO";
|
|
|
-
|
|
|
+ public const string ICO_PARENTFOLDER = "ICO";
|
|
|
public const string ICO_NAME = "60.ICO";
|
|
|
public const string ICO_MAINLOGO = "10.bmp";
|
|
|
public const string ICO_COMPLETELOGO = "62.bmp";
|
|
|
|
|
|
+ public const string REQ_PARENTFOLDER = "Required";
|
|
|
+ public static List<string> REQ_FILELIST = new List<string>()
|
|
|
+ {
|
|
|
+ "0_DWIN_ASC.HZK", "12_HZK.BIN", "13触控配置文件.bin", "14变量配置文件.bin", "22_Config.bin",
|
|
|
+ "24_Unicode_Roboto_18_22.dzk", "26_Unicode_Roboto_36_44.dzk", "28_Unicode_Roboto_28_56.dzk",
|
|
|
+ "30_Unicode_Roboto_14_28.dzk", "32_Unicode_Roboto_28_56.dzk", "CONFIG.txt"
|
|
|
+ };
|
|
|
+
|
|
|
public const string SDCARD_SUBDIR = "DWIN_SET";
|
|
|
|
|
|
public static readonly string OUTPUT_DIRECTORY = Environment.CurrentDirectory + @"\Output";
|