ProgressbarDlg.Rc
上传用户:fuliyuan
上传日期:2021-10-16
资源大小:10k
文件大小:1k
源码类别:

状态条

开发平台:

Asm

  1. #define IDC_PGB1 1001
  2. #define IDC_SBR1 1003
  3. #define IDC_BTN1 2001
  4. #define IDC_STC1 1002
  5. #define IDC_BTN2 2002
  6. MyDialog DIALOGEX 6,6,228,121
  7. CAPTION "Iczelions progressbar demo in RADASM"
  8. FONT 8,"MS Sans Serif"
  9. CLASS "DLGCLASS"
  10. STYLE 0x10CA0800
  11. EXSTYLE 0x00000000
  12. BEGIN
  13.   CONTROL "",IDC_PGB1,"msctls_progress32",0x50000000,20,29,176,11,0x00000000
  14.   CONTROL "Progressbar demo ",IDC_SBR1,"msctls_statusbar32",0x50000000,0,97,228,12,0x00000000
  15.   CONTROL "&Start",IDC_BTN1,"Button",0x58010000,20,55,44,15,0x00000000
  16.   CONTROL "100 % done.",IDC_STC1,"Static",0x50000001,144,48,52,11,0x00000000
  17.   CONTROL "&Pause",IDC_BTN2,"Button",0x50010000,72,55,44,15,0x00000000
  18. END