mirror of https://github.com/lianthony/NT4.0
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.
13 lines
295 B
13 lines
295 B
DLGINCLUDE RCDATA DISCARDABLE
|
|
BEGIN
|
|
"SEQDLG.H\0"
|
|
END
|
|
|
|
SCANSTAT DIALOG 15, 17, 74, 53
|
|
STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION
|
|
CAPTION "Scanning"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
DEFPUSHBUTTON "PAUSE", IDD_PAUSE, 15, 18, 44, 14
|
|
DEFPUSHBUTTON "STOP", IDD_OISTOPBTN, 15, 18, 44, 14
|
|
END
|