//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 ///////////////////////////////////////////////////////////////////////////// // English (U.S.) resources #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) #ifdef _WIN32 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US #pragma code_page(1252) #endif //_WIN32 ///////////////////////////////////////////////////////////////////////////// // // Menu // IDR_MENU1 MENU DISCARDABLE BEGIN POPUP "Font" BEGIN MENUITEM "&Arial 10 pt Cntrl+A", IDM_ARIAL, CHECKED MENUITEM "&Times New Roman 14pt Cntrl+T", IDM_TIMES MENUITEM "&Courier New 18pt Cntrl+C", IDM_COURIER END POPUP "Help", HELP BEGIN MENUITEM "About", IDM_ABOUT MENUITEM "&Usage", IDM_USAGE END END ///////////////////////////////////////////////////////////////////////////// // // Icon // // Icon with lowest ID value placed first to ensure application icon // remains consistent on all systems. IDI_ICON1 ICON DISCARDABLE "hi585.ico" #ifdef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // TEXTINCLUDE // 1 TEXTINCLUDE DISCARDABLE BEGIN "resource.h\0" END 2 TEXTINCLUDE DISCARDABLE BEGIN "#include ""afxres.h""\r\n" "\0" END 3 TEXTINCLUDE DISCARDABLE BEGIN "\r\n" "\0" END #endif // APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // Bitmap // IDB_RENZO_BITMAP BITMAP DISCARDABLE "renzo.bmp" ///////////////////////////////////////////////////////////////////////////// // // Accelerator // IDR_ACCELERATOR1 ACCELERATORS DISCARDABLE BEGIN "A", IDM_ARIAL, VIRTKEY, CONTROL, NOINVERT "B", IDC_BLUE, VIRTKEY, CONTROL, NOINVERT "C", IDM_COURIER, VIRTKEY, CONTROL, NOINVERT "G", IDC_GREEN, VIRTKEY, CONTROL, NOINVERT "R", IDC_RED, VIRTKEY, CONTROL, NOINVERT "T", IDM_TIMES, VIRTKEY, CONTROL, NOINVERT "U", IDM_USAGE, VIRTKEY, CONTROL, NOINVERT END ///////////////////////////////////////////////////////////////////////////// // // Dialog // IDD_ABOUT_DIALOG DIALOG DISCARDABLE 50, 50, 191, 145 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "About" FONT 10, "Arial" BEGIN DEFPUSHBUTTON "OK",IDOK,103,114,48,14 LTEXT "Hello CS 585",IDC_STATIC,101,16,58,8 CTEXT " G. Michael Barnes \n\n Computer Science \n C.S.U.Northridge \n EA 1443 \n (818) 677-2299 \n www.csun.edu\\~renzo \n renzo@csun.edu", IDC_STATIC,83,33,92,67 CONTROL 108,IDC_STATIC,"Static",SS_BITMAP,18,24,62,87 END IDD_USAGE_DIALOG DIALOG DISCARDABLE 50, 50, 191, 153 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "How to use this program" FONT 10, "Arial" BEGIN DEFPUSHBUTTON "OK",IDOK,68,126,50,14 LTEXT "Both the font and color can also be changed by using keyboard accelerators. Press and hold control while typing the first letter of the font (arial, times, courier) or the first letter of the color (red, green, blue).", IDC_STATIC,7,86,180,35 LTEXT "Left clicking in the main window will display the \n""Hi CS 585!"" greeting string in the current font and color.\n\nThe font and size can be changed by using the Font pulldown menu.\n\nThe color can be changed by clicking on a color button.", IDC_STATIC,5,5,180,74 END ///////////////////////////////////////////////////////////////////////////// // // DESIGNINFO // #ifdef APSTUDIO_INVOKED GUIDELINES DESIGNINFO DISCARDABLE BEGIN IDD_ABOUT_DIALOG, DIALOG BEGIN LEFTMARGIN, 6 RIGHTMARGIN, 184 TOPMARGIN, 6 BOTTOMMARGIN, 138 END IDD_USAGE_DIALOG, DIALOG BEGIN LEFTMARGIN, 7 RIGHTMARGIN, 184 TOPMARGIN, 7 BOTTOMMARGIN, 146 END END #endif // APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // String Table // STRINGTABLE DISCARDABLE BEGIN IDM_ARIAL "set font to Arial 10 point" END #endif // English (U.S.) resources ///////////////////////////////////////////////////////////////////////////// #ifndef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 3 resource. // ///////////////////////////////////////////////////////////////////////////// #endif // not APSTUDIO_INVOKED