|
|
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
33: STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
34: CAPTION "About Mandelbrot"
35: BEGIN
36: CTEXT "Microsoft Windows NT Operating System" -1, 0, 5, 144, 8
1.1.1.3 ! root 37: CTEXT "Microsoft RPC Version 1.0 Beta" -1, 0, 14, 144, 8
! 38: CTEXT "Mandelbrot Sample Program Version 0.9b" -1, 0, 23, 144, 8
1.1 root 39: CONTROL "RPC_ICON", 104, "static", SS_ICON | WS_CHILD, 18, 43, 16, 21
40: DEFPUSHBUTTON "OK" IDOK, 53, 89, 32, 14, WS_GROUP
41: END
1.1.1.3 ! root 42:
! 43: ServerBox DIALOG LOADONCALL MOVEABLE DISCARDABLE 67, 39, 102, 49
! 44: CAPTION "Server Name"
! 45: STYLE WS_BORDER | WS_CAPTION | WS_DLGFRAME | WS_SYSMENU | DS_MODALFRAME
! 46: BEGIN
! 47: CONTROL "", IDD_SERVERNAME, "edit", ES_LEFT | ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP | WS_CHILD, 4, 7, 95, 12
! 48: CONTROL "OK", 1, "button", BS_DEFPUSHBUTTON | WS_TABSTOP | WS_CHILD, 13, 26, 30, 14
! 49: CONTROL "Cancel", 2, "button", BS_PUSHBUTTON | WS_TABSTOP | WS_CHILD, 60, 26, 30, 14
! 50: END
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.