mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-23 03:06:56 -04:00
[ui] added About and License dialogs
* also added partition information * also fixed enumeration of non Windows FS USB devices
This commit is contained in:
parent
c24d150189
commit
f355c450b6
10 changed files with 1610 additions and 118 deletions
20
resource.h
20
resource.h
|
@ -4,21 +4,37 @@
|
|||
//
|
||||
#define IDD_DIALOG 101
|
||||
#define IDI_ICON 102
|
||||
#define IDD_ABOUTBOX 103
|
||||
#define IDD_NOTIFICATION 104
|
||||
#define IDD_LICENSE 105
|
||||
#define IDC_DEVICE 1001
|
||||
#define IDC_FILESYSTEM 1002
|
||||
#define IDC_START 1003
|
||||
#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_ABOUT_LICENSE 1030
|
||||
#define IDC_ABOUT_COPYRIGHTS 1031
|
||||
#define IDC_ABOUT_RUFUS_URL 1032
|
||||
#define IDC_ABOUT_BUG_URL 1033
|
||||
#define IDC_NOTIFICATION_ICON 1040
|
||||
#define IDC_NOTIFICATION_TEXT 1041
|
||||
#define IDC_NOTIFICATION_CLOSE 1042
|
||||
#define IDC_NOTIFICATION_LINE 1043
|
||||
#define IDC_LICENSE_TEXT 1050
|
||||
|
||||
// Next default values for new objects
|
||||
//
|
||||
#ifdef APSTUDIO_INVOKED
|
||||
#ifndef APSTUDIO_READONLY_SYMBOLS
|
||||
#define _APS_NO_MFC 1
|
||||
#define _APS_NEXT_RESOURCE_VALUE 103
|
||||
#define _APS_NEXT_RESOURCE_VALUE 106
|
||||
#define _APS_NEXT_COMMAND_VALUE 40001
|
||||
#define _APS_NEXT_CONTROL_VALUE 1005
|
||||
#define _APS_NEXT_CONTROL_VALUE 1051
|
||||
#define _APS_NEXT_SYMED_VALUE 101
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue