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