// Microsoft Visual C++ generated resource script. // #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 2 resource. // #define APSTUDIO_HIDDEN_SYMBOLS #include "windows.h" #undef APSTUDIO_HIDDEN_SYMBOLS ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // English (United States) resources #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US ///////////////////////////////////////////////////////////////////////////// // // RT_MANIFEST // 1 RT_MANIFEST "res/Win32++.manifest" ///////////////////////////////////////////////////////////////////////////// // // Menu // IDW_MAIN MENU BEGIN POPUP "&File" BEGIN MENUITEM "New...", IDM_FILE_NEW MENUITEM "&Open...", IDM_FILE_OPEN MENUITEM "&Save", IDM_FILE_SAVE MENUITEM "Save &As...", IDM_FILE_SAVEAS MENUITEM SEPARATOR MENUITEM "&Print", IDM_FILE_PRINT MENUITEM SEPARATOR MENUITEM "E&xit", IDM_FILE_EXIT END POPUP "&Edit" BEGIN MENUITEM "Undo\tCtrl+Z", IDM_EDIT_UNDO MENUITEM "Redo\tShift+Ctrl+Z", IDM_EDIT_REDO MENUITEM SEPARATOR MENUITEM "Cut\tCtrl+X", IDM_EDIT_CUT MENUITEM "Copy\tCtrl+C", IDM_EDIT_COPY MENUITEM "Paste\tCtrl+V", IDM_EDIT_PASTE MENUITEM "Delete\tDel", IDM_EDIT_DELETE END POPUP "&Theme" BEGIN MENUITEM "Modern", IDM_MODERN MENUITEM "Blue", IDM_BLUE MENUITEM "Grey", IDM_GREY MENUITEM "Olive", IDM_OLIVE MENUITEM "Ochre", IDM_OCHRE MENUITEM "Mauve", IDM_MAUVE MENUITEM "Pink", IDM_PINK MENUITEM "Gold", IDM_GOLD MENUITEM "Black", IDM_BLACK MENUITEM SEPARATOR MENUITEM "Use Rebar Themes", IDM_USE_THEMES, CHECKED MENUITEM "Use Band Colors", IDM_BAND_COLORS, CHECKED MENUITEM "Flat Style", IDM_FLAT_STYLE, CHECKED MENUITEM "Put Bands Left", IDM_LEFT_BANDS, CHECKED MENUITEM "Lock Menubar", IDM_LOCK_MENUBAR, CHECKED MENUITEM "Round Borders", IDM_ROUND_BORDERS, CHECKED MENUITEM "Short Bands", IDM_SHORT_BANDS, CHECKED MENUITEM "Use Lines", IDM_USE_LINES, CHECKED END POPUP "&View" BEGIN MENUITEM "&Arrows", IDM_VIEW_ARROWS, CHECKED MENUITEM "&Cards", IDM_VIEW_CARDS, CHECKED MENUITEM SEPARATOR MENUITEM "&Tool Bar", IDW_VIEW_TOOLBAR, CHECKED MENUITEM "&Status Bar", IDW_VIEW_STATUSBAR, CHECKED END POPUP "&Help" BEGIN MENUITEM "&About", IDM_HELP_ABOUT END END ///////////////////////////////////////////////////////////////////////////// // // Icon // // Icon with lowest ID value placed first to ensure application icon // remains consistent on all systems. IDW_MAIN ICON "res/Star.ico" ///////////////////////////////////////////////////////////////////////////// // // Bitmap // IDW_MAIN BITMAP "res/toolbar16_n.bmp" IDB_TOOLBAR_NORM BITMAP "res/toolbar24_n.bmp" IDB_TOOLBAR_HOT BITMAP "res/toolbar24_h.bmp" IDB_TOOLBAR_DIS BITMAP "res/toolbar24_d.bmp" IDB_TOOLBAR_SML BITMAP "res/toolbar16_n.bmp" IDB_ARROWS BITMAP "res/Arrows.bmp" IDB_CARDS BITMAP "res/Cards.bmp" IDB_STATUS BITMAP "res/Status.bmp" ///////////////////////////////////////////////////////////////////////////// // // Dialog // IDW_ABOUT DIALOGEX 0, 0, 186, 90 STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "About" FONT 8, "MS Shell Dlg", 400, 0 BEGIN DEFPUSHBUTTON "OK",IDOK,68,49,50,14 CTEXT "Themes Demonstration",IDC_STATIC,60,22,64,19 ICON IDW_MAIN,0,4,4,20,20 END ///////////////////////////////////////////////////////////////////////////// // // Accelerator // IDW_MAIN ACCELERATORS BEGIN "N", IDM_FILE_NEW, VIRTKEY, CONTROL, NOINVERT "O", IDM_FILE_OPEN, VIRTKEY, CONTROL, NOINVERT "P", IDM_FILE_PRINT, VIRTKEY, CONTROL, NOINVERT "S", IDM_FILE_SAVE, VIRTKEY, CONTROL, NOINVERT "C", IDM_EDIT_COPY, VIRTKEY, CONTROL, NOINVERT "X", IDM_EDIT_CUT, VIRTKEY, CONTROL, NOINVERT "V", IDM_EDIT_PASTE, VIRTKEY, CONTROL, NOINVERT "Z", IDM_EDIT_UNDO, VIRTKEY, CONTROL, NOINVERT "Y", IDM_EDIT_REDO, VIRTKEY, SHIFT, CONTROL, NOINVERT VK_DELETE, IDM_EDIT_DELETE, VIRTKEY, NOINVERT END #ifdef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // TEXTINCLUDE // 1 TEXTINCLUDE BEGIN "resource.h\0" END 2 TEXTINCLUDE BEGIN "#define APSTUDIO_HIDDEN_SYMBOLS\r\n" "#include ""windows.h""\r\n" "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n" "\0" END 3 TEXTINCLUDE BEGIN "\r\n" "\0" END #endif // APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // String Table // STRINGTABLE BEGIN IDW_MAIN "Themes Sample" IDW_VIEW_TOOLBAR "Show or hide the tool bar" IDW_VIEW_STATUSBAR "Show or hide the status bar" END STRINGTABLE BEGIN IDM_FILE_NEW "Create a New Document" IDM_FILE_OPEN "Open Existing Document" IDM_FILE_SAVE "Save the Document" IDM_FILE_SAVEAS "Save the Document with a new name" IDM_FILE_PRINT "Print the Document" IDM_FILE_EXIT "End the Program" IDM_EDIT_UNDO "Undo the last action" IDM_EDIT_REDO "Redo the previously undone action" END STRINGTABLE BEGIN IDM_EDIT_CUT "Cut the Selected Contents to the Clipboard" IDM_EDIT_COPY "Copy the Selected Contents to the Clipboard" IDM_EDIT_PASTE "Paste the Clipboard Contents to the Document" IDM_EDIT_DELETE "Erase the selected Contents" IDM_HELP_ABOUT "Display Information about this program" END STRINGTABLE BEGIN IDM_ARROW_LEFT "Left Arrow" IDM_ARROW_RIGHT "Right Arrow" END STRINGTABLE BEGIN IDM_CARD_CLUB "Clubs Playing Card" IDM_CARD_DIAMOND "Diamond Playing Cards" IDM_CARD_HEART "Hearts Playing Card" IDM_CARD_SPADE "Spades Playing Card" IDM_VIEW_ARROWS "Show or Hide the Arrows Toolbar" IDM_VIEW_CARDS "Show or Hide the Cards Toolbar" END STRINGTABLE BEGIN SC_CLOSE "Close the Window" SC_MAXIMIZE "Maximize the Window" SC_MINIMIZE "Minimize the WIndow" SC_MOVE "Move the Window" SC_NEXTWINDOW "Select Next Window" SC_PREVWINDOW "Select Previous Window" SC_RESTORE "Restore the Window" SC_SIZE "Resize the Window" END STRINGTABLE BEGIN IDM_BLUE "Blue theme" IDM_GREY "Grey theme" IDM_OLIVE "Olive theme" IDM_OCHRE "Ochre theme" IDM_MAUVE "Mauve theme" IDM_PINK "Pink theme" IDM_GOLD "Gold theme" IDM_BLACK "Black theme" IDM_MODERN "Vista & Windows 7 theme" IDM_USE_THEMES "Use Themes" IDM_BAND_COLORS "Show the bands in a seperate color" IDM_FLAT_STYLE "Show Bands with Flat Style" IDM_LEFT_BANDS "Place Bands Left when bands rearranged" IDM_LOCK_MENUBAR "Lock the Menubar's Position" IDM_ROUND_BORDERS "Use Round Borders for Bands" END STRINGTABLE BEGIN IDM_SHORT_BANDS "Use Short Bands" IDM_USE_LINES "Display Lines between band rows" END #endif // English (U.S.) resources /////////////////////////////////////////////////////////////////////////////