Annotation of mstools/samples/registry/monkey.rc, revision 1.1.1.1

1.1       root        1: #include <windows.h>
                      2: #include "monkey.h"
                      3: 
                      4: MonkeyDlg DIALOG 19, -26, 346, 223
                      5: //LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
                      6: STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
                      7: CAPTION "Registry Monkey Utility"
                      8: FONT 8, "MS Sans Serif"
                      9: BEGIN
                     10:     LTEXT           "Key Name", -1, 5, 20, 40, 8
                     11:     EDITTEXT        IDE_NAME, 5, 30, 125, 12, ES_AUTOHSCROLL
                     12:     LTEXT           "Class", -1, 5, 45, 20, 8
                     13:     LTEXT           "ACL", -1, 5, 70, 75, 8
                     14:     EDITTEXT        IDE_CLASS, 5, 55, 125, 12, ES_AUTOHSCROLL
                     15:     EDITTEXT        IDE_ACL, 5, 80, 125, 12, ES_AUTOHSCROLL
                     16:     LTEXT           "Value: Data Type", -1, 5, 175, 65, 8
                     17:     LTEXT           "Value: Data Entry", -1, 5, 198, 65, 8
                     18:     EDITTEXT        IDE_VALUE1, 5, 185, 336, 12, ES_AUTOHSCROLL
                     19:     EDITTEXT        IDE_VALUE2, 5, 208, 336, 12, ES_AUTOHSCROLL
                     20:     LISTBOX         IDL_LISTBOX, 135, 19, 100, 150, WS_VSCROLL | WS_TABSTOP
                     21:     LISTBOX         IDL_LISTBOX2, 240, 19, 100, 150, WS_VSCROLL | WS_TABSTOP
                     22:     LTEXT           "CHILD KEYS:", -1, 162, 165, 45, 8
                     23:     LTEXT           "VALUES:", -1, 265, 165, 30, 8
                     24:     PUSHBUTTON      "Print Branch", IDB_PRINT, 6, 137, 52, 14
                     25:     PUSHBUTTON      "Next/Down", IDB_NEXT, 79, 137, 51, 14
                     26:     PUSHBUTTON      "Back/Up", IDB_BACK, 79, 118, 51, 14
                     27:     EDITTEXT        IDE_CVALUES, 296, 165, 31, 12, ES_AUTOHSCROLL | NOT 
                     28:                     WS_BORDER
                     29:     AUTORADIOBUTTON "Full  ", IDR_FULL, 9, 111, 46, 10
                     30:     AUTORADIOBUTTON "Trimmed  ", IDR_TRIMMED, 9, 122, 48, 10
                     31:     GROUPBOX        "Branches:", 118, 6, 100, 53, 33
                     32: END

unix.superglobalmegacorp.com

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