mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-23 03:06:56 -04:00
[ui] UI improvements
* new controls * label display and smart selection * popup warning on format operation * also fixed conflicting name for WDK build.cmd * also fixed tooltip not properly associated with combo item due to combo list being sorted
This commit is contained in:
parent
510fde1133
commit
53f236dffe
5 changed files with 104 additions and 54 deletions
18
resource.h
18
resource.h
|
@ -13,18 +13,22 @@
|
|||
#define IDC_CLOSE 1004
|
||||
#define IDC_CAPACITY 1005
|
||||
#define IDC_ALLOCSIZE 1006
|
||||
#define IDC_ABOUT_ICON 1007
|
||||
#define IDC_RUFUS_BOLD 1008
|
||||
#define IDC_STATUS 1009
|
||||
#define IDC_ABOUT 1010
|
||||
#define IDC_LABEL 1011
|
||||
#define IDC_QUICKFORMAT 1012
|
||||
#define IDC_DOSSTARTUP 1013
|
||||
#define IDC_PROGRESS 1014
|
||||
#define IDC_ABOUT_LICENSE 1030
|
||||
#define IDC_ABOUT_COPYRIGHTS 1031
|
||||
#define IDC_ABOUT_RUFUS_URL 1032
|
||||
#define IDC_ABOUT_BUG_URL 1033
|
||||
#define IDC_ABOUT_ICON 1031
|
||||
#define IDC_RUFUS_BOLD 1032
|
||||
#define IDC_ABOUT_COPYRIGHTS 1033
|
||||
#define IDC_ABOUT_RUFUS_URL 1034
|
||||
#define IDC_ABOUT_BUG_URL 1035
|
||||
#define IDC_LICENSE_TEXT 1036
|
||||
#define IDC_NOTIFICATION_ICON 1040
|
||||
#define IDC_NOTIFICATION_TEXT 1041
|
||||
#define IDC_NOTIFICATION_LINE 1042
|
||||
#define IDC_LICENSE_TEXT 1050
|
||||
|
||||
// Next default values for new objects
|
||||
//
|
||||
|
@ -33,7 +37,7 @@
|
|||
#define _APS_NO_MFC 1
|
||||
#define _APS_NEXT_RESOURCE_VALUE 106
|
||||
#define _APS_NEXT_COMMAND_VALUE 40001
|
||||
#define _APS_NEXT_CONTROL_VALUE 1051
|
||||
#define _APS_NEXT_CONTROL_VALUE 1043
|
||||
#define _APS_NEXT_SYMED_VALUE 101
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue