DefineUI.h 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. #pragma once
  2. #pragma region 安装前
  3. #define UI_LayoutHome L"LayoutHome" //主页界面
  4. #define UI_BtnInstall L"Btninstall" ////安装按钮
  5. #define UI_LbInstallationfolderTitle L"InstallationfolderTitle" //选择文件夹按钮
  6. #define UI_BtnIconSelectFolder L"BtnIconSelectFolder" //选择文件夹图标按钮
  7. #define UI_BtnTextSelectFolder L"BtnTextSelectFolder" //选择文件夹按钮
  8. #define UI_TxtByClickInstall L"TxtByClickInstall"
  9. #define UI_BtnTermsService L"BtnTermsService"
  10. #define UI_TxtAnd L"TxtAnd"
  11. #define UI_BtnPrivacyPolicy L"BtnPrivacyPolicy"
  12. #define UI_TextShowContentLink L"TextShowContentLink"//超链接说明
  13. #define UI_CheckInstallSetting L"CheckInstallSetting"//自定义按钮
  14. #define UI_EdFilepath L"EdFilepath"//安装路径编辑框
  15. #define UI_Lbicon L"Lbicon"//自定义按钮icon▲
  16. #define UI_BtnClose L"BtnClose"//关闭按钮
  17. #define UI_containerCloseNone L"containerCloseNone"//关闭按钮右侧留空
  18. #pragma endregion
  19. #pragma region 安装中
  20. #define UI_LayoutInstalling L"LayoutInstalling" //安装中界面
  21. #define UI_InstallingProgress L"InstallingProgress" //安装进度条
  22. #define UI_tab_switch L"tab_switch" //切换Banner
  23. #define UI_ConNoNetWork L"ConNoNetWork" //无网络
  24. #define UI_installNotWork L"installNotWork"//网络
  25. #define UI_installingValue L"installingValue"//安装百分比值
  26. #pragma endregion
  27. #pragma region 安装后
  28. #define UI_LayoutInstalled L"LayoutInstalled" //安装完成界面
  29. #define UI_LbInstalledPath L"LbInstalledPath" //安装路径Lable
  30. #define UI_BtnOpenApp L"BtnOpenApp" //打开App按钮
  31. #pragma endregion