|
|
1.1 root 1: #include <os2.h>
2: #include "fatpel.h"
3:
4: #define TABGRP WS_TABSTOP|WS_GROUP
5: rcinclude fatpel.dlg
6:
7: POINTER IDR_DRAGSIZEPTR dragsize.ptr
8: POINTER IDR_DRAGCOLORPTR dragclr.ptr
9:
10: MENU IDR_FATPEL PRELOAD
11: BEGIN
12: SUBMENU "~File", IDM_FILE
13: BEGIN
14: MENUITEM "~Save bitmap...", IDM_SAVE, MIS_TEXT
15: MENUITEM SEPARATOR
16: MENUITEM "E~xit", SC_CLOSE, MIS_SYSCOMMAND
17: MENUITEM "~About...", IDM_ABOUT, MIS_TEXT
18: END
19: SUBMENU "~Display", IDM_DISPLAY
20: BEGIN
21: MENUITEM "~Rendered object", IDM_RENDEREDOBJ, MIS_TEXT
22: MENUITEM "~Mathematical object", IDM_MATHOBJ, MIS_TEXT
23: MENUITEM "~Control points", IDM_CTLPOINTS, MIS_TEXT
24: MENUITEM "Cross~hairs", IDM_CROSSHAIRS, MIS_TEXT
25: MENUITEM "Pel ~border", IDM_PELBORDER, MIS_TEXT
26: MENUITEM "R~ounded control points", IDM_ROUNDPOINTS, MIS_TEXT
27: MENUITEM "~Auto redraw after changes", IDM_AUTOREDRAW, MIS_TEXT
28: END
29: SUBMENU "~Primitive", IDM_PRIM
30: BEGIN
31: MENUITEM "~None", IDM_NOPRIM, MIS_TEXT
32: MENUITEM "GpiPoly~Line", IDM_POLYLINE, MIS_TEXT
33: MENUITEM "GpiPoly~Fillet", IDM_POLYFILLET, MIS_TEXT
34: MENUITEM "GpiPoly~Spline", IDM_POLYSPLINE, MIS_TEXT
35: MENUITEM "GpiPoint~Arc", IDM_POINTARC, MIS_TEXT
36: END
37: SUBMENU "~Colors", IDM_COLORS
38: BEGIN
39: MENUITEM "~Set colors ...", IDM_SETCOLORS, MIS_TEXT
40: MENUITEM "~Edit pel colors", IDM_EDITPELCOLORS, MIS_TEXT
41: END
42: SUBMENU "P~oints", IDM_POINTS
43: BEGIN
44: MENUITEM "Clear all", IDM_CLEARALL, MIS_TEXT
45: END
46: SUBMENU "Pel~Size", IDM_PELSIZE
47: BEGIN
48: MENUITEM "~Set pel size and shape ...", IDM_SETPELSIZE, MIS_TEXT
49: MENUITEM "Dra~g pel size", IDM_DRAGPELSIZE, MIS_TEXT
50: END
51: MENUITEM "~Redraw!", IDM_REDRAW, MIS_TEXT
52: END
53:
54:
55: STRINGTABLE
56: BEGIN
57: IDS_TITLE, "FatPel Application"
58: END
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.