home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 February / Chip_2001-02_cd1.bin / sharewar / vecad / source / Vecad.rc < prev    next >
Text File  |  2000-07-11  |  11KB  |  315 lines

  1. //Microsoft Developer 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. #define APSTUDIO_HIDDEN_SYMBOLS
  11. #include "windows.h"
  12. #undef APSTUDIO_HIDDEN_SYMBOLS
  13. #include "resource.h"
  14. #include "afxres.h"
  15. #include "vecres.h"
  16.  
  17. /////////////////////////////////////////////////////////////////////////////
  18. #undef APSTUDIO_READONLY_SYMBOLS
  19.  
  20. /////////////////////////////////////////////////////////////////////////////
  21. // Russian resources
  22.  
  23. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS)
  24. #ifdef _WIN32
  25. LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
  26. #pragma code_page(1251)
  27. #endif //_WIN32
  28.  
  29. #ifdef APSTUDIO_INVOKED
  30. /////////////////////////////////////////////////////////////////////////////
  31. //
  32. // TEXTINCLUDE
  33. //
  34.  
  35. 1 TEXTINCLUDE DISCARDABLE 
  36. BEGIN
  37.     "resource.h\0"
  38. END
  39.  
  40. #endif    // APSTUDIO_INVOKED
  41.  
  42. #endif    // Russian resources
  43. /////////////////////////////////////////////////////////////////////////////
  44.  
  45.  
  46. /////////////////////////////////////////////////////////////////////////////
  47. // English (U.S.) resources
  48.  
  49. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  50. #ifdef _WIN32
  51. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  52. #pragma code_page(1252)
  53. #endif //_WIN32
  54.  
  55. #ifdef APSTUDIO_INVOKED
  56. /////////////////////////////////////////////////////////////////////////////
  57. //
  58. // TEXTINCLUDE
  59. //
  60.  
  61. 2 TEXTINCLUDE DISCARDABLE 
  62. BEGIN
  63.     "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
  64.     "#include ""windows.h""\r\n"
  65.     "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
  66.     "#include ""resource.h""\r\n"
  67.     "#include ""afxres.h""\r\n"
  68.     "#include ""vecres.h""\r\n"
  69.     "\0"
  70. END
  71.  
  72. 3 TEXTINCLUDE DISCARDABLE 
  73. BEGIN
  74.     "\r\n"
  75.     "\0"
  76. END
  77.  
  78. #endif    // APSTUDIO_INVOKED
  79.  
  80.  
  81. /////////////////////////////////////////////////////////////////////////////
  82. //
  83. // Icon
  84. //
  85.  
  86. // Icon with lowest ID value placed first to ensure application icon
  87. // remains consistent on all systems.
  88. ICON_VECAD              ICON    DISCARDABLE     "res\\Vecad.ICO"
  89. ICON_VECADSM            ICON    DISCARDABLE     "res\\VecadSm.ICO"
  90.  
  91. /////////////////////////////////////////////////////////////////////////////
  92. //
  93. // Menu
  94. //
  95.  
  96. MENU_MAIN MENU DISCARDABLE 
  97. BEGIN
  98.     POPUP "&File"
  99.     BEGIN
  100.         MENUITEM "New",                         CM_FILE_NEW
  101.         MENUITEM "Open...",                     CM_FILE_OPEN
  102.         MENUITEM "Save",                        VC_FILE_SAVE
  103.         MENUITEM "Save As...",                  VC_FILE_SAVEAS
  104.         POPUP "Recent"
  105.         BEGIN
  106.             MENUITEM "file1",                       CM_MRU_01
  107.             MENUITEM "file2",                       CM_MRU_02
  108.             MENUITEM "file3",                       CM_MRU_03
  109.             MENUITEM "file4",                       CM_MRU_04
  110.             MENUITEM "file5",                       CM_MRU_05
  111.             MENUITEM "file6",                       CM_MRU_06
  112.             MENUITEM "file7",                       CM_MRU_07
  113.             MENUITEM "file8",                       CM_MRU_08
  114.             MENUITEM "file9",                       CM_MRU_09
  115.             MENUITEM "file10",                      CM_MRU_10
  116.             MENUITEM "file11",                      CM_MRU_11
  117.         END
  118.         MENUITEM SEPARATOR
  119.         MENUITEM "Close",                       VC_FILE_CLOSE
  120.         MENUITEM "Close All",                   VC_FILE_CLOSEALL
  121.         MENUITEM "List...",                     VC_FILE_LIST
  122.         MENUITEM SEPARATOR
  123.         POPUP "Import from"
  124.         BEGIN
  125.             MENUITEM "AutoCAD DXF",                 VC_IMPORT_DXF
  126.         END
  127.         POPUP "Export to"
  128.         BEGIN
  129.             MENUITEM "AutoCAD DXF",                 VC_EXPORT_DXF
  130.             MENUITEM "HPGL (PLT)",                  VC_EXPORT_HPGL
  131.             MENUITEM "Raster Image",                VC_EXPORT_BMP
  132.         END
  133.         MENUITEM SEPARATOR
  134.         MENUITEM "Print...",                    VC_PRINT
  135.         MENUITEM SEPARATOR
  136.         MENUITEM "E&xit",                       CM_APP_EXIT
  137.     END
  138.     POPUP "&Edit"
  139.     BEGIN
  140.         MENUITEM "&Undo\tCtrl+Z",               VC_EDIT_UNDO
  141.         MENUITEM "&Redo\tCtrl+R",               VC_EDIT_REDO
  142.         MENUITEM SEPARATOR
  143.         MENUITEM "Cut\tCtrl+X",                 VC_EDIT_CBCUT
  144.         MENUITEM "Copy\tCtrl+C",                VC_EDIT_CBCOPY
  145.         MENUITEM "Paste\tCtrl+V",               VC_EDIT_CBPASTE
  146.         MENUITEM SEPARATOR
  147.         MENUITEM "Properties...",               VC_EDIT_ENTPROP
  148.         MENUITEM SEPARATOR
  149.         MENUITEM "Copy",                        VC_EDIT_COPY
  150.         MENUITEM "Move",                        VC_EDIT_MOVE
  151.         MENUITEM "Rotate",                      VC_EDIT_ROTATE
  152.         MENUITEM "Scale",                       VC_EDIT_SCALE
  153.         MENUITEM "Mirror",                      VC_EDIT_MIRROR
  154.         MENUITEM "Explode",                     VC_EDIT_EXPLODE
  155.         MENUITEM SEPARATOR
  156.         MENUITEM "Create Block",                VC_EDIT_CREBLOCK
  157.         MENUITEM SEPARATOR
  158.         MENUITEM "Erase",                       VC_EDIT_ERASE
  159.     END
  160.     POPUP "&View"
  161.     BEGIN
  162.         MENUITEM "Zoom &All\tCtrl+A",           VC_ZOOM_ALL
  163.         MENUITEM "Zoom Window\tCtrl+W",         VC_ZOOM_WIN
  164.         MENUITEM "Zoom Page\tCtrl+S",           VC_ZOOM_PAGE
  165.         MENUITEM "Zoom Pan",                    VC_ZOOM_PAN
  166.         MENUITEM "Zoom In\t+",                  VC_ZOOM_IN
  167.         MENUITEM "Zoom Out\t-",                 VC_ZOOM_OUT
  168.         MENUITEM SEPARATOR
  169.         MENUITEM "Page First\tHome",            VC_PAGE_FIRST
  170.         MENUITEM "Page Last\tEnd",              VC_PAGE_LAST
  171.         MENUITEM "Page Next\tPgDown",           VC_PAGE_NEXT
  172.         MENUITEM "Page Previous\tPgUp",         VC_PAGE_PREV
  173.         MENUITEM SEPARATOR
  174.         MENUITEM "Select Page\tCtrl+P",         VC_PAGE_DLG
  175.         MENUITEM SEPARATOR
  176.         MENUITEM "Save current view...",        VC_VIEW_SAVE
  177.         MENUITEM "Views List...",               VC_VIEW_LIST
  178.     END
  179.     POPUP "Format"
  180.     BEGIN
  181.         MENUITEM "Page...",                     VC_FMT_PAGE
  182.         MENUITEM "Layer...",                    VC_FMT_LAYER
  183.         MENUITEM "Linetype...",                 VC_FMT_STLINE
  184.         MENUITEM "Text Style...",               VC_FMT_STTEXT
  185.         MENUITEM "Point Style...",              VC_FMT_STPOINT
  186.         MENUITEM "Hatch Style...",              VC_FMT_STHATCH
  187.         MENUITEM "Blocks...",                   VC_FMT_BLOCK
  188.         MENUITEM SEPARATOR
  189.         MENUITEM "Dimension Style...",          VC_FMT_STDIM
  190.         MENUITEM SEPARATOR
  191.         MENUITEM "Grid...",                     VC_FMT_GRID
  192.         MENUITEM "Object Snap...",              VC_FMT_OSNAP
  193.         MENUITEM "Polar Snap...",               VC_FMT_PSNAP
  194.         MENUITEM SEPARATOR
  195.         MENUITEM "Units...",                    VC_FMT_UNITS
  196.         MENUITEM "Private...",                  VC_FMT_PRIVATE
  197.         MENUITEM "Preferences...",              VC_FMT_PREFERS
  198.     END
  199.     POPUP "Draw"
  200.     BEGIN
  201.         MENUITEM "Point",                       VC_DRAW_POINT
  202.         MENUITEM "Line",                        VC_DRAW_LINE
  203.         MENUITEM "Polyline",                    VC_DRAW_POLYLINE
  204.         MENUITEM "Spline",                      VC_DRAW_SPLINE
  205.         POPUP "Circle"
  206.         BEGIN
  207.             MENUITEM "Center, Radius",              VC_DRAW_CIRC_CR
  208.             MENUITEM "Center, Diameter",            VC_DRAW_CIRC_CD
  209.             MENUITEM "2 Points",                    VC_DRAW_CIRC_2P
  210.             MENUITEM "3 Points",                    VC_DRAW_CIRC_3P
  211.         END
  212.         POPUP "Arc"
  213.         BEGIN
  214.             MENUITEM "Center, Start, End",          VC_DRAW_ARC_CSE
  215.             MENUITEM "Start, End, Middle",          VC_DRAW_ARC_SEM
  216.             MENUITEM "Start, Middle, End",          VC_DRAW_ARC_SME
  217.         END
  218.         MENUITEM "Ellipse",                     VC_DRAW_ELLIPSE
  219.         MENUITEM "Rectangle",                   VC_DRAW_RECT
  220.         POPUP "Dimension"
  221.         BEGIN
  222.             MENUITEM "Horizontal",                  VC_DRAW_DIM_HOR
  223.             MENUITEM "Vertical",                    VC_DRAW_DIM_VER
  224.             MENUITEM "Parallel",                    VC_DRAW_DIM_PAR
  225.             MENUITEM "Angular",                     VC_DRAW_DIM_ANG
  226.             MENUITEM "Radial",                      VC_DRAW_DIM_RAD
  227.             MENUITEM "Diametric",                   VC_DRAW_DIM_DIAM
  228.             MENUITEM "Ordinate",                    VC_DRAW_DIM_ORD
  229.         END
  230.         MENUITEM "Hatch",                       VC_DRAW_HATCH
  231.         MENUITEM SEPARATOR
  232.         MENUITEM "Text...",                     VC_INS_TEXT
  233.         MENUITEM "TTF Symbol...",               VC_INS_SYMBOL
  234.         MENUITEM "Block...",                    VC_INS_BLOCK
  235.         MENUITEM "Raster Image...",             VC_INS_IMAGE
  236.         MENUITEM "Mosaic Raster Map...",        VC_INS_RMAP
  237.     END
  238.     POPUP "Tools"
  239.     BEGIN
  240.         MENUITEM "Distance/Area...",            VC_TOOL_DIST
  241.         MENUITEM "Split drawing for print...",  VC_TOOL_PRNRECT
  242.         MENUITEM "Statistics...",               VC_TOOL_STAT
  243.     END
  244.     POPUP "&Help"
  245.     BEGIN
  246.         MENUITEM "&About Vecad...",             CM_APP_ABOUT
  247.     END
  248. END
  249.  
  250.  
  251. /////////////////////////////////////////////////////////////////////////////
  252. //
  253. // Accelerator
  254. //
  255.  
  256. IDC_VECAD2 ACCELERATORS MOVEABLE PURE 
  257. BEGIN
  258.     "?",            CM_APP_ABOUT,           ASCII,  ALT
  259.     "/",            CM_APP_ABOUT,           ASCII,  ALT
  260. END
  261.  
  262.  
  263. /////////////////////////////////////////////////////////////////////////////
  264. //
  265. // Dialog
  266. //
  267.  
  268. DG_ABOUT DIALOG DISCARDABLE  0, 0, 220, 117
  269. STYLE DS_MODALFRAME | DS_3DLOOK | DS_CONTEXTHELP | WS_POPUP | WS_VISIBLE | 
  270.     WS_CAPTION | WS_SYSMENU
  271. CAPTION "About VeCAD"
  272. FONT 8, "MS Sans Serif"
  273. BEGIN
  274.     PUSHBUTTON      "OK",IDOK,85,96,50,14,BS_CENTER
  275.     CONTROL         "",-1,"Static",SS_ETCHEDFRAME,5,4,210,84
  276.     CTEXT           "VeCAD  version 5.1",-1,10,14,200,8,NOT WS_GROUP
  277.     CTEXT           "Copyright ⌐ 1997-2000,  Comandor Ltd.",-1,10,26,200,8,
  278.                     NOT WS_GROUP
  279.     CTEXT           "All Rights Reserved.",-1,8,36,200,8,NOT WS_GROUP
  280.     CTEXT           "WebSite: http://www.comandor.khv.ru",-1,10,50,200,8,NOT 
  281.                     WS_GROUP
  282.     CTEXT           "E-mail:  info@comandor.khv.ru",-1,10,60,200,8,NOT 
  283.                     WS_GROUP
  284. END
  285.  
  286.  
  287. /////////////////////////////////////////////////////////////////////////////
  288. //
  289. // String Table
  290. //
  291.  
  292. STRINGTABLE DISCARDABLE 
  293. BEGIN
  294.     STR_APP_TITLE           "VeCAD"
  295.     STR_APP_TITLE2          "VeCAD - [%s], page: %d/%d  ""%s"""
  296.     STR_WNDTEXT             "VeCAD 5.1;"
  297.     STR_NONAME              "noname"
  298. END
  299.  
  300. #endif    // English (U.S.) resources
  301. /////////////////////////////////////////////////////////////////////////////
  302.  
  303.  
  304.  
  305. #ifndef APSTUDIO_INVOKED
  306. /////////////////////////////////////////////////////////////////////////////
  307. //
  308. // Generated from the TEXTINCLUDE 3 resource.
  309. //
  310.  
  311.  
  312. /////////////////////////////////////////////////////////////////////////////
  313. #endif    // not APSTUDIO_INVOKED
  314.  
  315.