Click here to Skip to main content
15,881,172 members
Articles / Desktop Programming / WTL

Form Designer

26 Jul 2021CPOL24 min read 350.9K   82.5K   230  
Component for adding scriptable forms capabilities to an application.
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by DDForms.rc
//
#define IDS_PROJNAME                    100
#define IDB_SIMPLESCRIPTEDITOR          102
#define IDR_SIMPLESCRIPTEDITOR          103
#define IDB_FORMEDITOR                  104
#define IDR_FORMEDITOR                  105
#define IDB_FORMVIEWER                  106
#define IDR_FORMVIEWER                  107
#define IDS_TITLEPropPageSimpleScriptEditor 108
#define IDS_HELPFILEPropPageSimpleScriptEditor 109
#define IDS_DOCSTRINGPropPageSimpleScriptEditor 110
#define IDR_PROPPAGESIMPLESCRIPTEDITOR  111
#define IDD_PROPPAGESIMPLESCRIPTEDITOR  112
#define IDS_TITLEPropPageFormEditor     113
#define IDS_HELPFILEPropPageFormEditor  114
#define IDS_DOCSTRINGPropPageFormEditor 115
#define IDR_PROPPAGEFORMEDITOR          116
#define IDS_EMPTY                       116
#define IDD_PROPPAGEFORMEDITOR          117
#define IDS_TITLEPropPageExtended       118
#define IDS_HELPFILEPropPageExtended    119
#define IDS_DOCSTRINGPropPageExtended   120
#define IDR_PROPPAGEEXTENDED            121
#define IDD_PROPPAGEEXTENDED            122
#define IDS_TITLEPropPageFormViewer     128
#define IDS_HELPFILEPropPageFormViewer  129
#define IDS_DOCSTRINGPropPageFormViewer 130
#define IDR_PROPPAGEFORMVIEWER          131
#define IDD_PROPPAGEFORMVIEWER          132
#define IDR_FORMEDITORITEMDETAILS       134
#define IDR_FORMEDITORITEMCOLLECTION    135
#define IDR_FORMVIEWERITEMCOLLECTION    136
#define IDR_FORMVIEWERITEMDETAILS       137
#define IDR_EVENTSINKPASSTHROUGH        138
#define IDD_ABOUT_FORMEDITOR            201
#define IDC_BORDER                      202
#define IDD_ABOUT_FORMVIEWER            202
#define IDD_ABOUT_SIMPLESCRIPTEDITOR    203
#define IDB_DAEDOE                      204
#define IDC_FORM_WIDTH                  205
#define IDR_CTXMENU_FORMEDITOR          205
#define IDC_FORM_HEIGHT                 206
#define IDC_GRID_WIDTH                  207
#define IDD_INSERT_ITEM                 207
#define IDC_GRID_HEIGHT                 208
#define IDC_GRID                        209
#define IDC_FORM_WIDTH_SPIN             210
#define IDR_SCRIPT_CONSTANTS            210
#define IDC_FORM_HEIGHT_SPIN            211
#define IDA_SIMPLESCRIPTEDITOR          211
#define IDC_GRID_WIDTH_SPIN             212
#define ID_SENDTOBACK                   212
#define IDC_GRID_HEIGHT_SPIN            213
#define ID_BRINGTOFRONT                 213
#define IDC_NAME                        214
#define IDC_ITEM_LIST                   215
#define ID_CUT                          32768
#define ID_COPY                         32769
#define ID_PASTE                        32770
#define ID_EVENTS                       32771
#define ID_PROPERTIES                   32772
#define ID_DELETE                       32773
#define ID_EXPOSED_OBJECTS              32778
#define ID_UNDO                         32780
#define ID_INSERT_ACTIVEX               32782

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        214
#define _APS_NEXT_COMMAND_VALUE         32783
#define _APS_NEXT_CONTROL_VALUE         216
#define _APS_NEXT_SYMED_VALUE           139
#endif
#endif

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
United Kingdom United Kingdom
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions