|
|
1.1 root 1: #include "windows.h"
2: #include "mandel.h"
3:
4: RPC_ICON ICON rpc.ico
5:
6: MandelMenu MENU
7: BEGIN
8: POPUP "&Special"
9: BEGIN
1.1.1.3 root 10: MENUITEM "&Server name", IDM_SERVER
11: MENUITEM SEPARATOR
1.1 root 12: MENUITEM "&Zoom in", IDM_ZOOMIN
13: MENUITEM "Zoom &out", IDM_ZOOMOUT
1.1.1.3 root 14: MENUITEM "&Top", IDM_TOP
1.1 root 15: MENUITEM "&Redraw", IDM_REDRAW
16: MENUITEM SEPARATOR
1.1.1.3 root 17: MENUITEM "&Continuous", IDM_CONTINUOUS
1.1 root 18: MENUITEM "E&xit", IDM_EXIT
19: END
20: POPUP "&Buffer"
21: BEGIN
22: MENUITEM "1 Line", IDM_1LINE
23: MENUITEM "2 Lines", IDM_2LINES
24: MENUITEM "4 Lines", IDM_4LINES
25: END
26: POPUP "&Help"
27: BEGIN
28: MENUITEM "&About Mandelbrot...", IDM_ABOUT
29: END
30: END
31:
32: AboutBox DIALOG 22, 17, 144, 105
1.1.1.4 ! root 33: STYLE DS_MODALFRAME | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
1.1 root 34: CAPTION "About Mandelbrot"
35: BEGIN
1.1.1.4 ! root 36: CTEXT "Microsoft Windows NT Operating System", -1, 0, 5, 144, 8
! 37: CTEXT "Microsoft RPC Version 1.0", -1, 0, 14, 144, 8
! 38: CTEXT "Mandelbrot Sample Program", -1, 0, 23, 144, 8
! 39: ICON "RPC_ICON", 104, 18, 43, 16, 21
! 40: DEFPUSHBUTTON "OK", IDOK, 53, 89, 32, 14, WS_GROUP
1.1 root 41: END
1.1.1.3 root 42:
1.1.1.4 ! root 43: ServerBox DIALOG 67, 39, 102, 49
! 44: STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
1.1.1.3 root 45: CAPTION "Server Name"
46: BEGIN
1.1.1.4 ! root 47: EDITTEXT 111, 4, 7, 95, 12, ES_AUTOHSCROLL
! 48: DEFPUSHBUTTON "OK", IDOK, 13, 26, 30, 14
! 49: PUSHBUTTON "Cancel", IDCANCEL, 60, 26, 30, 14
! 50: END
! 51:
! 52: ExceptionBox DIALOG 99, 34, 239, 130
! 53: STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
! 54: CAPTION "Remote Procedure Call"
! 55: FONT 8, "MS Sans Serif"
! 56: BEGIN
! 57: LTEXT "The remote procedure raised an exception.", 101, 21, 7,
! 58: 151, 8
! 59: LTEXT "Please make sure the server application is running and",
! 60: 102, 21, 18, 193, 8
! 61: LTEXT "that the server name and endpoint name are correct.",
! 62: 103, 21, 29, 212, 8
! 63: DEFPUSHBUTTON "OK", IDOK, 33, 99, 40, 14
! 64: PUSHBUTTON "CANCEL", IDCANCEL, 92, 99, 40, 14
! 65: PUSHBUTTON "EXIT", IDM_EXIT, 153, 99, 40, 14
! 66: LTEXT "Server:", 105, 21, 51, 39, 8
! 67: EDITTEXT IDD_SERVERNAME, 61, 49, 147, 12, ES_AUTOHSCROLL
! 68: LTEXT "Endpoint:", 107, 21, 74, 41, 8
! 69: EDITTEXT IDD_ENDPOINT, 61, 72, 147, 12, ES_AUTOHSCROLL
1.1.1.3 root 70: END
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.