We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abdb9a9 commit e85e115Copy full SHA for e85e115
3 files changed
res/botsetup.rc
@@ -75,9 +75,9 @@ STYLE DS_SETFONT | DS_CENTER | WS_POPUP | WS_VISIBLE
75
FONT 8, "Tahoma", 400, 0, 0xCC
76
BEGIN
77
DEFPUSHBUTTON "Install",IDOK,141,101,59,14,WS_DISABLED
78
- EDITTEXT IDC_EDIT2,143,16,105,13,ES_LOWERCASE | ES_AUTOHSCROLL | ES_READONLY
+ EDITTEXT IDC_INSTALL_PATH,143,16,105,13,ES_LOWERCASE | ES_AUTOHSCROLL | ES_READONLY
79
PUSHBUTTON "Browse",IDC_BROWSE,202,32,48,14
80
- CONTROL "",IDC_PROGRESS1,"msctls_progress32",NOT WS_VISIBLE | WS_BORDER,142,16,107,15
+ CONTROL "",IDC_PROGRESS_BAR,"msctls_progress32",NOT WS_VISIBLE | WS_BORDER,142,16,107,15
81
RTEXT "",IDC_BOTVER,73,110,52,8,SS_ENDELLIPSIS
82
LTEXT "",IDC_STATUS,143,32,103,8,NOT WS_VISIBLE
83
PUSHBUTTON "Cancel",IDCANCEL,202,101,48,14
@@ -163,7 +163,7 @@ END
163
// PNG
164
//
165
166
-IDB_PNG1 PNG "botsetup.png"
+IDB_LOGO PNG "botsetup.png"
167
168
169
/////////////////////////////////////////////////////////////////////////////
res/resource.h
@@ -3,16 +3,12 @@
3
// Used by botsetup.rc
4
5
#define IDD_SETUP_DIALOG 101
6
-#define IDB_BITMAP1 102
7
-#define IDI_ICON1 103
8
#define IDI_ICON 103
9
-#define IDB_PNG1 112
+#define IDB_LOGO 112
10
#define IDR_RT_MANIFEST1 113
11
-#define IDC_EDIT2 1003
12
-#define IDC_BUTTON1 1004
+#define IDC_INSTALL_PATH 1003
13
#define IDC_BROWSE 1004
14
-#define IDC_STATIC2 1005
15
-#define IDC_PROGRESS1 1006
+#define IDC_PROGRESS_BAR 1006
16
#define IDC_BOTVER 1008
17
#define IDC_STATUS 1009
18
#define IDC_URL 1010
0 commit comments