home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / delphi / prctvb25.lzh / VC.ZIP / VC.RC < prev    next >
Text File  |  1996-01-20  |  9KB  |  263 lines

  1. //Microsoft App Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "afxres.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. #ifdef APSTUDIO_INVOKED
  16. //////////////////////////////////////////////////////////////////////////////
  17. //
  18. // TEXTINCLUDE
  19. //
  20.  
  21. 1 TEXTINCLUDE DISCARDABLE 
  22. BEGIN
  23.     "resource.h\0"
  24. END
  25.  
  26. 2 TEXTINCLUDE DISCARDABLE 
  27. BEGIN
  28.     "#include ""afxres.h""\r\n"
  29.     "\0"
  30. END
  31.  
  32. 3 TEXTINCLUDE DISCARDABLE 
  33. BEGIN
  34.     "#include ""res\\vc.rc2""  // non-App Studio edited resources\r\n"
  35.     "\r\n"
  36.     "#include ""afxres.rc""  \011// Standard components\r\n"
  37.     "\0"
  38. END
  39.  
  40. /////////////////////////////////////////////////////////////////////////////////////
  41. #endif    // APSTUDIO_INVOKED
  42.  
  43.  
  44. //////////////////////////////////////////////////////////////////////////////
  45. //
  46. // Icon
  47. //
  48.  
  49. IDR_MAINFRAME           ICON    DISCARDABLE     "RES\\VC.ICO"
  50.  
  51. //////////////////////////////////////////////////////////////////////////////
  52. //
  53. // Menu
  54. //
  55.  
  56. IDR_MAINFRAME MENU PRELOAD DISCARDABLE 
  57. BEGIN
  58.     POPUP "&File"
  59.     BEGIN
  60.         MENUITEM "E&xit",                       ID_APP_EXIT
  61.     END
  62.     POPUP "&Help"
  63.     BEGIN
  64.         MENUITEM "&About Vc...",                ID_APP_ABOUT
  65.     END
  66. END
  67.  
  68.  
  69. //////////////////////////////////////////////////////////////////////////////
  70. //
  71. // Accelerator
  72. //
  73.  
  74. IDR_MAINFRAME ACCELERATORS PRELOAD MOVEABLE PURE 
  75. BEGIN
  76.     "N",            ID_FILE_NEW,            VIRTKEY,CONTROL
  77.     "O",            ID_FILE_OPEN,           VIRTKEY,CONTROL
  78.     "S",            ID_FILE_SAVE,           VIRTKEY,CONTROL
  79.     "Z",            ID_EDIT_UNDO,           VIRTKEY,CONTROL
  80.     "X",            ID_EDIT_CUT,            VIRTKEY,CONTROL
  81.     "C",            ID_EDIT_COPY,           VIRTKEY,CONTROL
  82.     "V",            ID_EDIT_PASTE,          VIRTKEY,CONTROL
  83.     VK_BACK,        ID_EDIT_UNDO,           VIRTKEY,ALT
  84.     VK_DELETE,      ID_EDIT_CUT,            VIRTKEY,SHIFT
  85.     VK_INSERT,      ID_EDIT_COPY,           VIRTKEY,CONTROL
  86.     VK_INSERT,      ID_EDIT_PASTE,          VIRTKEY,SHIFT
  87.     VK_F6,          ID_NEXT_PANE,           VIRTKEY 
  88.     VK_F6,          ID_PREV_PANE,           VIRTKEY,SHIFT
  89. END
  90.  
  91.  
  92. //////////////////////////////////////////////////////////////////////////////
  93. //
  94. // Dialog
  95. //
  96.  
  97. IDD_ABOUTBOX DIALOG DISCARDABLE  34, 22, 217, 55
  98. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  99. CAPTION "About Vc"
  100. FONT 8, "MS Sans Serif"
  101. BEGIN
  102.     ICON            IDR_MAINFRAME,IDC_STATIC,11,17,18,20
  103.     LTEXT           "Global Majic Software, Inc.",IDC_STATIC,40,10,119,8
  104.     LTEXT           "Copyright \251 1996",IDC_STATIC,40,32,119,8
  105.     DEFPUSHBUTTON   "OK",IDOK,168,17,32,14,WS_GROUP
  106.     LTEXT           "http://www.globalmajic.com",IDC_STATIC,40,20,119,8
  107. END
  108.  
  109. IDD_VC_FORM DIALOG DISCARDABLE  0, 0, 289, 240
  110. STYLE WS_CHILD
  111. FONT 8, "MS Sans Serif"
  112. BEGIN
  113.     CTEXT           "These examples demonstrate the use of PRCNT25.VBX in VC++.",
  114.                     IDC_STATIC,96,84,99,28
  115.     CONTROL         "PRCNT25.VBX;PRCNT;Prcnt1",IDC_PRCNT1,"VBControl",
  116.                     WS_CLIPSIBLINGS | WS_TABSTOP,3,2,189,27
  117.     EDITTEXT        IDC_EDIT1,147,32,45,11,ES_AUTOHSCROLL
  118.     EDITTEXT        IDC_EDIT2,37,124,34,13,ES_AUTOHSCROLL
  119.     RTEXT           "Percent:",IDC_STATIC,108,34,38,9
  120.     RTEXT           "Value:",IDC_STATIC,12,126,24,9
  121.     CONTROL         "PRCNT25.VBX;PRCNT;Prcnt1",IDC_PRCNT2,"VBControl",
  122.                     WS_CLIPSIBLINGS | WS_TABSTOP,4,28,86,86
  123.     CTEXT           "(Range: O-100)",IDC_STATIC,146,47,50,9
  124.     CTEXT           "(Range: O-50)",IDC_STATIC,18,137,50,9
  125. END
  126.  
  127.  
  128. //////////////////////////////////////////////////////////////////////////////
  129. //
  130. // Dialog Info
  131. //
  132.  
  133. IDD_VC_FORM DLGINIT
  134. BEGIN
  135.     1000, 0x400, 190, 0
  136. 0x0000, 0x0200, 0x000b, 0x0a0c, 0x4449, 0x5f43, 0x5250, 0x4e43, 0x3154, 
  137. 0x6213, 0x2010, 0x1540, 0x0002, 0x0116, 0x0217, 0x0218, 0x1900, 0x0000, 
  138. 0x42c8, 0x001a, 0x0000, 0x1b00, 0x0000, 0x4248, 0xc01c, 0xc0c0, 0x1d00, 
  139. 0x0000, 0x001e, 0x6e00, 0x1f00, 0x0000, 0xff20, 0xffff, 0x2100, 0x0000, 
  140. 0xcd22, 0xcccc, 0x233d, 0xcccd, 0x3e4c, 0xcd24, 0x4ccc, 0x253f, 0x2600, 
  141. 0x2700, 0x2801, 0x0000, 0x4248, 0x0029, 0x0000, 0x2a00, 0x2b00, 0x0000, 
  142. 0x002c, 0x002d, 0x002e, 0x002f, 0x3000, 0x0000, 0x3231, 0x3433, 0x3635, 
  143. 0x3901, 0x0000, 0x683c, 0xc702, 0x004a, 0x0100, 0x0a00, 0x0000, 0x0000, 
  144. 0x0000, 0xbc00, 0x0002, 0x0000, 0x0000, 0x0000, 0x4d00, 0x2053, 0x6153, 
  145. 0x736e, 0x5320, 0x7265, 0x6669, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 
  146. 0x0000, 0x0000, 0x0000, 0x0000, 0xff00, 
  147.     1003, 0x400, 190, 0
  148. 0x0000, 0x0200, 0x000b, 0x0a0c, 0x4449, 0x5f43, 0x5250, 0x4e43, 0x3254, 
  149. 0x6213, 0x2010, 0x1540, 0x0002, 0x0116, 0x0217, 0x0218, 0x1900, 0x0000, 
  150. 0x4248, 0x001a, 0x0000, 0x1b00, 0x0000, 0x413c, 0xc01c, 0xc0c0, 0x1d00, 
  151. 0x0000, 0x001e, 0x6e00, 0x1f00, 0x0000, 0xff20, 0xffff, 0x2100, 0x0000, 
  152. 0xcd22, 0xcccc, 0x233d, 0xcccd, 0x3dcc, 0x6624, 0x6666, 0x253f, 0x2600, 
  153. 0x2700, 0x2801, 0x0000, 0x41bc, 0x0029, 0x0000, 0x2a00, 0x2b00, 0x0000, 
  154. 0x012c, 0x002d, 0x012e, 0x002f, 0x3000, 0x0000, 0x3231, 0x3433, 0x3635, 
  155. 0x3901, 0x0000, 0x683c, 0xc702, 0x004a, 0x0100, 0x0a00, 0x0000, 0x0000, 
  156. 0x0000, 0xbc00, 0x0002, 0x0000, 0x0000, 0x0000, 0x4d00, 0x2053, 0x6153, 
  157. 0x736e, 0x5320, 0x7265, 0x6669, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 
  158. 0x0000, 0x0000, 0x0000, 0x0000, 0xff00, 
  159.     0
  160. END
  161.  
  162.  
  163. //////////////////////////////////////////////////////////////////////////////
  164. //
  165. // String Table
  166. //
  167.  
  168. STRINGTABLE PRELOAD DISCARDABLE 
  169. BEGIN
  170.     IDR_MAINFRAME           "Vc Windows Application\nVc\nVc Document\n\n\nVc.Document\nVc Document"
  171. END
  172.  
  173. STRINGTABLE PRELOAD DISCARDABLE 
  174. BEGIN
  175.     AFX_IDS_APP_TITLE       "Vc Windows Application"
  176.     AFX_IDS_IDLEMESSAGE     "Ready"
  177. END
  178.  
  179. STRINGTABLE DISCARDABLE 
  180. BEGIN
  181.     ID_INDICATOR_EXT        "EXT"
  182.     ID_INDICATOR_CAPS       "CAP"
  183.     ID_INDICATOR_NUM        "NUM"
  184.     ID_INDICATOR_SCRL       "SCRL"
  185.     ID_INDICATOR_OVR        "OVR"
  186.     ID_INDICATOR_REC        "REC"
  187. END
  188.  
  189. STRINGTABLE DISCARDABLE 
  190. BEGIN
  191.     ID_FILE_NEW             "Create a new document"
  192.     ID_FILE_OPEN            "Open an existing document"
  193.     ID_FILE_CLOSE           "Close the active document"
  194.     ID_FILE_SAVE            "Save the active document"
  195.     ID_FILE_SAVE_AS         "Save the active document with a new name"
  196. END
  197.  
  198. STRINGTABLE DISCARDABLE 
  199. BEGIN
  200.     ID_APP_ABOUT            "Display program information, version number and copyright"
  201.     ID_APP_EXIT             "Quit the application; prompts to save documents"
  202. END
  203.  
  204. STRINGTABLE DISCARDABLE 
  205. BEGIN
  206.     ID_FILE_MRU_FILE1       "Open this document"
  207.     ID_FILE_MRU_FILE2       "Open this document"
  208.     ID_FILE_MRU_FILE3       "Open this document"
  209.     ID_FILE_MRU_FILE4       "Open this document"
  210. END
  211.  
  212. STRINGTABLE DISCARDABLE 
  213. BEGIN
  214.     ID_NEXT_PANE            "Switch to the next window pane"
  215.     ID_PREV_PANE            "Switch back to the previous window pane"
  216. END
  217.  
  218. STRINGTABLE DISCARDABLE 
  219. BEGIN
  220.     ID_EDIT_CLEAR           "Erase the selection"
  221.     ID_EDIT_CLEAR_ALL       "Erase everything"
  222.     ID_EDIT_COPY            "Copy the selection and put it on the Clipboard"
  223.     ID_EDIT_CUT             "Cut the selection and put it on the Clipboard"
  224.     ID_EDIT_FIND            "Find the specified text"
  225.     ID_EDIT_PASTE           "Insert Clipboard contents"
  226.     ID_EDIT_REPEAT          "Repeat the last action"
  227.     ID_EDIT_REPLACE         "Replace specific text with different text"
  228.     ID_EDIT_SELECT_ALL      "Select the entire document"
  229.     ID_EDIT_UNDO            "Undo the last action"
  230.     ID_EDIT_REDO            "Redo the previously undone action"
  231. END
  232.  
  233. STRINGTABLE DISCARDABLE 
  234. BEGIN
  235.     AFX_IDS_SCSIZE          "Change the window size"
  236.     AFX_IDS_SCMOVE          "Change the window position"
  237.     AFX_IDS_SCMINIMIZE      "Reduce the window to an icon"
  238.     AFX_IDS_SCMAXIMIZE      "Enlarge the window to full size"
  239.     AFX_IDS_SCNEXTWINDOW    "Switch to the next document window"
  240.     AFX_IDS_SCPREVWINDOW    "Switch to the previous document window"
  241.     AFX_IDS_SCCLOSE         "Close the active window and prompts to save the documents"
  242. END
  243.  
  244. STRINGTABLE DISCARDABLE 
  245. BEGIN
  246.     AFX_IDS_SCRESTORE       "Restore the window to normal size"
  247.     AFX_IDS_SCTASKLIST      "Activate Task List"
  248. END
  249.  
  250.  
  251. #ifndef APSTUDIO_INVOKED
  252. ////////////////////////////////////////////////////////////////////////////////
  253. //
  254. // Generated from the TEXTINCLUDE 3 resource.
  255. //
  256. #include "res\vc.rc2"  // non-App Studio edited resources
  257.  
  258. #include "afxres.rc"      // Standard components
  259.  
  260. /////////////////////////////////////////////////////////////////////////////////////
  261. #endif    // not APSTUDIO_INVOKED
  262.  
  263.