|
|
1.1.1.2 ! root 1: ! 2: //----------------------------------------------------------------------------- ! 3: // This is a part of the Microsoft Source Code Samples. ! 4: // Copyright (C) 1993 Microsoft Corporation. ! 5: // All rights reserved. ! 6: // ! 7: // This source code is only intended as a supplement to ! 8: // Microsoft Development Tools and/or WinHelp documentation. ! 9: // See these sources for detailed information regarding the ! 10: // Microsoft samples programs. ! 11: //----------------------------------------------------------------------------- ! 12: 1.1 root 13: #include <windows.h> 14: #include "monkey.h" 15: 16: MonkeyDlg DIALOG 19, -26, 346, 223 17: //LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL 18: STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU 19: CAPTION "Registry Monkey Utility" 20: FONT 8, "MS Sans Serif" 21: BEGIN 22: LTEXT "Key Name", -1, 5, 20, 40, 8 23: EDITTEXT IDE_NAME, 5, 30, 125, 12, ES_AUTOHSCROLL 24: LTEXT "Class", -1, 5, 45, 20, 8 25: LTEXT "ACL", -1, 5, 70, 75, 8 26: EDITTEXT IDE_CLASS, 5, 55, 125, 12, ES_AUTOHSCROLL 27: EDITTEXT IDE_ACL, 5, 80, 125, 12, ES_AUTOHSCROLL 28: LTEXT "Value: Data Type", -1, 5, 175, 65, 8 29: LTEXT "Value: Data Entry", -1, 5, 198, 65, 8 1.1.1.2 ! root 30: EDITTEXT IDE_VALUE1, 5, 185, 336, 12, ES_AUTOHSCROLL|ES_READONLY ! 31: EDITTEXT IDE_VALUE2, 5, 208, 336, 12, ES_AUTOHSCROLL|ES_READONLY 1.1 root 32: LISTBOX IDL_LISTBOX, 135, 19, 100, 150, WS_VSCROLL | WS_TABSTOP 33: LISTBOX IDL_LISTBOX2, 240, 19, 100, 150, WS_VSCROLL | WS_TABSTOP 34: LTEXT "CHILD KEYS:", -1, 162, 165, 45, 8 35: LTEXT "VALUES:", -1, 265, 165, 30, 8 36: PUSHBUTTON "Next/Down", IDB_NEXT, 79, 137, 51, 14 37: PUSHBUTTON "Back/Up", IDB_BACK, 79, 118, 51, 14 38: EDITTEXT IDE_CVALUES, 296, 165, 31, 12, ES_AUTOHSCROLL | NOT 39: WS_BORDER 1.1.1.2 ! root 40: EDITTEXT IDE_TEXTOUT, 5, 3, 341, 12, ES_READONLY | NOT WS_BORDER 1.1 root 41: END
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.