TestVC0.rc file, IDD_BIOGRAPHY
Return to Main

 

  1. TestVC0.rc file - the information about the 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"
    ...
    ...................................................................................................................................................
    ...................................................................................................................................................

    IDD_BIOGRAPHY DIALOG DISCARDABLE 0, 0, 290, 85
    STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION |
    WS_SYSMENU
    CAPTION "Biograph ..."
    FONT 8, "MS Sans Serif"
    BEGIN
    DEFPUSHBUTTON "OK",IDOK,207,63,50,14
    CONTROL 138,IDC_STATICBITMAP,"Static",SS_BITMAP,16,16,51,47
    LTEXT "Name: Chucri Simon Zouein",IDC_STATIC,81,13,
    202,9
    LTEXT "Address: Sed El Baouchrie, Korlokian Bld, Beirut Lebanon",
    IDC_STATIC,81,26,202,9
    LTEXT "Phone: 01- 691435",IDC_STATIC,81,39,202,9
    LTEXT "Signification: Engineer on Computing and Software systems",
    IDC_STATIC,81,50,202,9
    END

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