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.
8 lines
356 B
8 lines
356 B
RPCYIELD DIALOG LOADONCALL MOVEABLE DISCARDABLE 30, 32, 106, 54
|
|
STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP | WS_VISIBLE | WS_CAPTION
|
|
CAPTION "Microsoft RPC Library"
|
|
BEGIN
|
|
PUSHBUTTON "Cancel", IDCANCEL, 32, 38, 40, 14
|
|
CTEXT "Please Wait", -1, 0, 20, 106, 10
|
|
CTEXT "Remote Operation in Progress", -1, 0, 8, 106, 8
|
|
END
|