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

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