ProgressbarDlg.Rc
上传用户:fuliyuan
上传日期:2021-10-16
资源大小:10k
文件大小:1k
- #define IDC_PGB1 1001
- #define IDC_SBR1 1003
- #define IDC_BTN1 2001
- #define IDC_STC1 1002
- #define IDC_BTN2 2002
- MyDialog DIALOGEX 6,6,228,121
- CAPTION "Iczelions progressbar demo in RADASM"
- FONT 8,"MS Sans Serif"
- CLASS "DLGCLASS"
- STYLE 0x10CA0800
- EXSTYLE 0x00000000
- BEGIN
- CONTROL "",IDC_PGB1,"msctls_progress32",0x50000000,20,29,176,11,0x00000000
- CONTROL "Progressbar demo ",IDC_SBR1,"msctls_statusbar32",0x50000000,0,97,228,12,0x00000000
- CONTROL "&Start",IDC_BTN1,"Button",0x58010000,20,55,44,15,0x00000000
- CONTROL "100 % done.",IDC_STC1,"Static",0x50000001,144,48,52,11,0x00000000
- CONTROL "&Pause",IDC_BTN2,"Button",0x50010000,72,55,44,15,0x00000000
- END