mirror of https://github.com/tongzx/nt5src
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.
10 lines
309 B
10 lines
309 B
ID_DLG_LEVEL DIALOG 0, 0, 100, 50
|
|
STYLE WS_POPUP | WS_DLGFRAME
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "Start in Room:" -1, 10, 16, 60, 8
|
|
CONTROL "", ID_EDIT_LEVEL,"edit", ES_LEFT | WS_BORDER | WS_TABSTOP | WS_CHILD, 70, 14, 25, 12
|
|
DEFPUSHBUTTON "&OK" IDOK, 35, 30, 30, 15, WS_GROUP
|
|
END
|
|
|
|
|