TestVC0.rc file, IDD_DIALOG1
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_DIALOG1 DIALOG DISCARDABLE 0, 0, 186, 95
    STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
    CAPTION "Dialog"
    FONT 8, "MS Sans Serif"
    BEGIN
    DEFPUSHBUTTON "OK",IDOK,129,7,50,14
    PUSHBUTTON "Cancel",IDCANCEL,129,24,50,14
    END

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