Leaked source code of windows server 2003
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.

9 lines
372 B

  1. #include "instring.h"
  2. InputString DIALOG 20, 20, 172, 50
  3. STYLE WS_POPUP | WS_EX_DLGMODALFRAME | WS_VISIBLE | WS_CAPTION
  4. {
  5. LTEXT "Input String" IDD_INPUT_STRING_PROMPT, 6, 4, 160, 8
  6. EDITTEXT IDD_INPUT_STRING, 6, 12, 160, 12, ES_AUTOHSCROLL
  7. DEFPUSHBUTTON "OK" IDOK, 64, 28, 32, 14, WS_GROUP
  8. }