Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
519 B

  1. iddDeliverNow DIALOG DISCARDABLE 0, 0, 185, 61
  2. STYLE WS_BORDER|WS_POPUP|WS_CAPTION|WS_SYSMENU|WS_MINIMIZEBOX
  3. CAPTION "Sending and Receiving"
  4. FONT 8, DLG_UI_FONT
  5. BEGIN
  6. PUSHBUTTON "Cancel",IDCANCEL,129,39,50,14
  7. CONTROL "Progress",idProgress,PROGRESS_CLASS,0x1,4,40,121,11,
  8. WS_EX_NOPARENTNOTIFY
  9. CONTROL "Animate1",idAni,ANIMATE_CLASS,ACS_CENTER|
  10. ACS_TRANSPARENT|ACS_AUTOPLAY,8,4,32,32
  11. LTEXT "",idcStatic2,46,15,127,13,SS_NOPREFIX
  12. END