Annotation of os232sdk/toolkt20/c/samples/edpline/edpline.rc, revision 1.1.1.1

1.1       root        1: /*
                      2:     EDPLINE Resource File
                      3:     Created by Microsoft, IBM Corporation, 1990        
                      4: */
                      5: #include <os2.h>
                      6: #include "edpline.h"
                      7: 
                      8: #define TABGRP  WS_TABSTOP|WS_GROUP
                      9: 
                     10: MENU IDR_EDPLINE PRELOAD
                     11: BEGIN
                     12:     SUBMENU  "~Primitive",    IDM_PRIM
                     13:        BEGIN
                     14:            MENUITEM "~None",           IDM_NOPRIM,     MIS_TEXT
                     15:            MENUITEM "GpiPoly~Line",    IDM_POLYLINE,   MIS_TEXT
                     16:            MENUITEM "GpiPoly~Fillet",  IDM_POLYFILLET, MIS_TEXT
                     17:            MENUITEM "GpiPoly~Spline",  IDM_POLYSPLINE, MIS_TEXT
                     18:            MENUITEM "GpiPoint~Arc",    IDM_POINTARC,   MIS_TEXT
                     19:            MENUITEM "~Copy\tCtrl+Ins", IDM_COPY,       MIS_TEXT
                     20:            MENUITEM SEPARATOR
                     21:            MENUITEM "E~xit",           SC_CLOSE,       MIS_SYSCOMMAND
                     22:            MENUITEM "A~bout...",       IDM_ABOUT,      MIS_TEXT
                     23:        END
                     24:     SUBMENU  "P~oints", IDM_POINTS
                     25:        BEGIN
                     26:            MENUITEM "Display control points", IDM_CTLPOINTS,   MIS_TEXT
                     27:            MENUITEM "Clear all",              IDM_CLEARALL,    MIS_TEXT
                     28:        END
                     29: END
                     30: 
                     31: ACCELTABLE IDR_EDPLINE {
                     32:    VK_INSERT, IDM_COPY, VIRTUALKEY, CONTROL
                     33: }
                     34: 
                     35: STRINGTABLE
                     36: BEGIN
                     37:     IDS_TITLE,     "PolyLine Editor"
                     38: END
                     39: 
                     40: DLGTEMPLATE IDD_ABOUT {
                     41:     DIALOG "", 0, 10, 60, 170, 75, WS_SAVEBITS | FS_DLGBORDER {
                     42:        CTEXT   "Operating System/2"               -1, 10, 60, 140, 10
                     43:        CTEXT   "PolyLine Editor"                  -1, 10, 50, 140, 10
                     44:        CTEXT   "Version 1.0"                      -1, 10, 30, 140, 10
                     45:        CTEXT   "Created by Microsoft, IBM Corp., 1990" -1, 10, 20, 160, 10
                     46:        DEFPUSHBUTTON "Ok"                 DID_OK, 64,  4, 32,  14, WS_GROUP
                     47:     }
                     48: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.