TestVC0.rc file, IDC_ABOUTBOX before modification
Return to Main

 

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

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

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

    IDD_ABOUTBOX DIALOG DISCARDABLE 0, 0, 235, 55
    STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
    CAPTION "About TestVC0"
    FONT 8, "MS Sans Serif"
    BEGIN
    ICON IDR_MAINFRAME,IDC_STATIC,11,17,20,20
    LTEXT "TestVC0 Version 1.0",IDC_STATIC,40,10,119,8,SS_NOPREFIX
    LTEXT "Copyright (C) 2002",IDC_STATIC,40,25,119,8
    DEFPUSHBUTTON "OK",IDOK,178,7,50,14,WS_GROUP
    END

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