TestVC0.rc file, IDC_ABOUTBOX after modification
Return to Main

 

  1. TestVC0.rc file - the information about the last controls added is red.

    //Microsoft Developer Studio generated resource script.
    //
    #include "resource.h"

    #define APSTUDIO_READONLY_SYMBOLS
    /////////////////////////////////////////////////////////////////////////////
    //
    // Generated from the TEXTINCLUDE 2 resource.
    //
    #include "afxres.h"

    /////////////////////////////////////////////////////////////////////////////
    #undef APSTUDIO_READONLY_SYMBOLS

    ...
    ...................................................................................................................................................
    ...................................................................................................................................................

    IDD_ABOUTBOX DIALOGEX 0, 0, 230, 102
    STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
    CAPTION "About TestVC0"
    FONT 8, "MS Sans Serif"
    BEGIN
    CONTROL 136,IDC_STATIC,"Static",SS_BITMAP,13,7,15,65
    LTEXT "The Bible",IDC_STATIC,40,10,51,8,SS_NOPREFIX
    DEFPUSHBUTTON "Done",IDOK,155,82,50,14,WS_GROUP
    EDITTEXT IDC_EDSOURCE,39,25,177,42,ES_MULTILINE | ES_AUTOVSCROLL |
    ES_READONLY,WS_EX_TRANSPARENT
    CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME,13,76,203,1
    PUSHBUTTON "Created by",IDC_CREATED,98,82,50,14
    END

    ...................................................................................................................................................
    ................................................................................................................................................
    ...
Return to Main