mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-30 22:45:21 -04:00
[ui] added cancellation and control greyout during format
* also prevent application close during format
This commit is contained in:
parent
99951cdb27
commit
23b1f55338
2 changed files with 65 additions and 30 deletions
17
resource.h
17
resource.h
|
@ -10,15 +10,14 @@
|
|||
#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_STATUS 1009
|
||||
#define IDC_ABOUT 1010
|
||||
#define IDC_LABEL 1011
|
||||
#define IDC_QUICKFORMAT 1012
|
||||
#define IDC_DOSSTARTUP 1013
|
||||
#define IDC_PROGRESS 1014
|
||||
#define IDC_CAPACITY 1004
|
||||
#define IDC_ALLOCSIZE 1005
|
||||
#define IDC_STATUS 1006
|
||||
#define IDC_ABOUT 1007
|
||||
#define IDC_LABEL 1008
|
||||
#define IDC_QUICKFORMAT 1009
|
||||
#define IDC_DOSSTARTUP 1010
|
||||
#define IDC_PROGRESS 1011
|
||||
#define IDC_ABOUT_LICENSE 1030
|
||||
#define IDC_ABOUT_ICON 1031
|
||||
#define IDC_RUFUS_BOLD 1032
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue