|
|
1.1 ! root 1: /*********** IMAGE C Sample Program Dialog Resource File (.DLG) ***************/ ! 2: /* */ ! 3: /* This file contains one or more dialog box templates. */ ! 4: /* The file is referenced in the .RC file by the RCINCLUDE statement and */ ! 5: /* is compiled into the IMAGE.RES file along with the other resources */ ! 6: /* used by the program module. IMAGE.H resolving the synbolic constants. */ ! 7: /* */ ! 8: /******************************************************************************/ ! 9: DLGINCLUDE 1 "IMG_DLG.H" ! 10: ! 11: DLGTEMPLATE IDD_ABOUTBOX LOADONCALL MOVEABLE DISCARDABLE ! 12: BEGIN ! 13: DIALOG "", IDD_ABOUTBOX, 9, 17, 194, 90, FS_NOBYTEALIGN | FS_DLGBORDER | ! 14: WS_VISIBLE | WS_CLIPSIBLINGS | WS_SAVEBITS ! 15: BEGIN ! 16: CONTROL IDR_MAIN, IDC_ICON, 13, 56, 21, 21, WC_STATIC, SS_ICON | ! 17: WS_GROUP | WS_VISIBLE ! 18: CONTROL "Image Porting Application", IDC_STATIC, 42, 65, 149, 8, ! 19: WC_STATIC, SS_TEXT | DT_CENTER | DT_TOP | WS_GROUP | ! 20: WS_VISIBLE ! 21: CONTROL "Created 1989, Microsoft, IBM Corp", IDC_STATIC, 5, 35, ! 22: 184, 8, WC_STATIC, SS_TEXT | DT_CENTER | DT_TOP | WS_GROUP | ! 23: WS_VISIBLE ! 24: CONTROL "Version 2.0", IDC_STATIC, 37, 50, 153, 8, WC_STATIC, ! 25: SS_TEXT | DT_CENTER | DT_TOP | WS_GROUP | WS_VISIBLE ! 26: CONTROL "OK", IDC_OK, 78, 10, 38, 13, WC_BUTTON, BS_PUSHBUTTON | ! 27: BS_DEFAULT | WS_TABSTOP | WS_VISIBLE ! 28: END ! 29: END
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.