123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- #pragma once
- #pragma region 安装前
- #define UI_LayoutHome L"LayoutHome" //主页界面
- #define UI_BtnInstall L"Btninstall" ////安装按钮
- #define UI_LbInstallationfolderTitle L"InstallationfolderTitle" //选择文件夹按钮
- #define UI_BtnIconSelectFolder L"BtnIconSelectFolder" //选择文件夹图标按钮
- #define UI_BtnTextSelectFolder L"BtnTextSelectFolder" //选择文件夹按钮
- #define UI_TxtByClickInstall L"TxtByClickInstall"
- #define UI_BtnTermsService L"BtnTermsService"
- #define UI_TxtAnd L"TxtAnd"
- #define UI_BtnPrivacyPolicy L"BtnPrivacyPolicy"
- #define UI_TextShowContentLink L"TextShowContentLink"//超链接说明
- #define UI_CheckInstallSetting L"CheckInstallSetting"//自定义按钮
- #define UI_EdFilepath L"EdFilepath"//安装路径编辑框
- #define UI_Lbicon L"Lbicon"//自定义按钮icon▲
- #define UI_BtnClose L"BtnClose"//关闭按钮
- #define UI_containerCloseNone L"containerCloseNone"//关闭按钮右侧留空
- #pragma endregion
- #pragma region 安装中
- #define UI_LayoutInstalling L"LayoutInstalling" //安装中界面
- #define UI_InstallingProgress L"InstallingProgress" //安装进度条
- #define UI_tab_switch L"tab_switch" //切换Banner
- #define UI_ConNoNetWork L"ConNoNetWork" //无网络
- #define UI_installNotWork L"installNotWork"//网络
- #define UI_installingValue L"installingValue"//安装百分比值
- #pragma endregion
- #pragma region 安装后
- #define UI_LayoutInstalled L"LayoutInstalled" //安装完成界面
- #define UI_LbInstalledPath L"LbInstalledPath" //安装路径Lable
- #define UI_BtnOpenApp L"BtnOpenApp" //打开App按钮
- #pragma endregion
|