FileSwitch.rc
上传用户:hell82222
上传日期:2013-12-19
资源大小:1872k
文件大小:5k
源码类别:

CAD

开发平台:

Visual C++

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include "afxres.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. #undef APSTUDIO_READONLY_SYMBOLS
  12. /////////////////////////////////////////////////////////////////////////////
  13. // Chinese (P.R.C.) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
  17. #pragma code_page(936)
  18. #endif //_WIN32
  19. #ifdef APSTUDIO_INVOKED
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // TEXTINCLUDE
  23. //
  24. 1 TEXTINCLUDE DISCARDABLE 
  25. BEGIN
  26.     "resource.h"
  27. END
  28. 2 TEXTINCLUDE DISCARDABLE 
  29. BEGIN
  30.     "#include ""afxres.h""rn"
  31.     ""
  32. END
  33. 3 TEXTINCLUDE DISCARDABLE 
  34. BEGIN
  35.     "#define _AFX_NO_SPLITTER_RESOURCESrn"
  36.     "#define _AFX_NO_OLE_RESOURCESrn"
  37.     "#define _AFX_NO_TRACKER_RESOURCESrn"
  38.     "#define _AFX_NO_PROPERTY_RESOURCESrn"
  39.     "rn"
  40.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)rn"
  41.     "#ifdef _WIN32rn"
  42.     "LANGUAGE 4, 2rn"
  43.     "#pragma code_page(936)rn"
  44.     "#endif //_WIN32rn"
  45.     "#include ""res\FileSwitch.rc2""  // non-Microsoft Visual C++ edited resourcesrn"
  46.     "#include ""l.chs\afxres.rc""          // Standard componentsrn"
  47.     "#endifrn"
  48.     ""
  49. END
  50. #endif    // APSTUDIO_INVOKED
  51. #ifndef _MAC
  52. /////////////////////////////////////////////////////////////////////////////
  53. //
  54. // Version
  55. //
  56. VS_VERSION_INFO VERSIONINFO
  57.  FILEVERSION 5,0,1,0
  58.  PRODUCTVERSION 5,0,1,0
  59.  FILEFLAGSMASK 0x3fL
  60. #ifdef _DEBUG
  61.  FILEFLAGS 0x1L
  62. #else
  63.  FILEFLAGS 0x0L
  64. #endif
  65.  FILEOS 0x4L
  66.  FILETYPE 0x2L
  67.  FILESUBTYPE 0x0L
  68. BEGIN
  69.     BLOCK "StringFileInfo"
  70.     BEGIN
  71.         BLOCK "000004b0"
  72.         BEGIN
  73.             VALUE "Comments", "文件转换"
  74.             VALUE "CompanyName", "武汉东方信息技术有限责任公司"
  75.             VALUE "FileDescription", "FileSwitch"
  76.             VALUE "FileVersion", "5, 0, 1, 0"
  77.             VALUE "InternalName", "FileSwitch"
  78.             VALUE "LegalCopyright", "版权所有(C)武汉东方信息技术有限责任公司 1998~2003"
  79.             VALUE "LegalTrademarks", ""
  80.             VALUE "OriginalFilename", "FileSwitch.dll"
  81.             VALUE "PrivateBuild", ""
  82.             VALUE "ProductName", "kmsoft FileSwitch"
  83.             VALUE "ProductVersion", "5, 0, 1, 0"
  84.             VALUE "SpecialBuild", ""
  85.         END
  86.         BLOCK "080404b0"
  87.         BEGIN
  88.             VALUE "Comments", ""
  89.             VALUE "CompanyName", ""
  90.             VALUE "FileDescription", "FileSwitch DLL"
  91.             VALUE "FileVersion", "5, 0, 1, 0"
  92.             VALUE "InternalName", "FileSwitch"
  93.             VALUE "LegalCopyright", "版权所有 (C) 2001"
  94.             VALUE "LegalTrademarks", ""
  95.             VALUE "OLESelfRegister", ""
  96.             VALUE "OriginalFilename", "FileSwitch.DLL"
  97.             VALUE "PrivateBuild", ""
  98.             VALUE "ProductName", "FileSwitch Dynamic Link Library"
  99.             VALUE "ProductVersion", "5, 0, 1, 0"
  100.             VALUE "SpecialBuild", ""
  101.         END
  102.     END
  103.     BLOCK "VarFileInfo"
  104.     BEGIN
  105.         VALUE "Translation", 0x0, 1200, 0x804, 1200
  106.     END
  107. END
  108. #endif    // !_MAC
  109. /////////////////////////////////////////////////////////////////////////////
  110. //
  111. // Dialog
  112. //
  113. IDD_SPACECONV DIALOG DISCARDABLE  0, 0, 394, 229
  114. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  115. CAPTION "空间转换"
  116. FONT 8, "MS Sans Serif"
  117. BEGIN
  118.     DEFPUSHBUTTON   "确定",IDOK,337,208,50,14
  119.     LISTBOX         IDC_SPACE,7,20,380,185,LBS_MULTIPLESEL | 
  120.                     LBS_OWNERDRAWVARIABLE | LBS_NOINTEGRALHEIGHT | 
  121.                     WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
  122.     LTEXT           "请选择要打开的空间:(默认是模型空间)",IDC_STATIC,7,7,
  123.                     210,8
  124. END
  125. /////////////////////////////////////////////////////////////////////////////
  126. //
  127. // DESIGNINFO
  128. //
  129. #ifdef APSTUDIO_INVOKED
  130. GUIDELINES DESIGNINFO DISCARDABLE 
  131. BEGIN
  132.     IDD_SPACECONV, DIALOG
  133.     BEGIN
  134.         LEFTMARGIN, 7
  135.         RIGHTMARGIN, 387
  136.         TOPMARGIN, 7
  137.         BOTTOMMARGIN, 222
  138.     END
  139. END
  140. #endif    // APSTUDIO_INVOKED
  141. /////////////////////////////////////////////////////////////////////////////
  142. //
  143. // String Table
  144. //
  145. STRINGTABLE DISCARDABLE 
  146. BEGIN
  147.     AFX_IDS_APP_TITLE       "东方转换2003"
  148. END
  149. #endif    // Chinese (P.R.C.) resources
  150. /////////////////////////////////////////////////////////////////////////////
  151. #ifndef APSTUDIO_INVOKED
  152. /////////////////////////////////////////////////////////////////////////////
  153. //
  154. // Generated from the TEXTINCLUDE 3 resource.
  155. //
  156. #define _AFX_NO_SPLITTER_RESOURCES
  157. #define _AFX_NO_OLE_RESOURCES
  158. #define _AFX_NO_TRACKER_RESOURCES
  159. #define _AFX_NO_PROPERTY_RESOURCES
  160. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)
  161. #ifdef _WIN32
  162. LANGUAGE 4, 2
  163. #pragma code_page(936)
  164. #endif //_WIN32
  165. #include "resFileSwitch.rc2"  // non-Microsoft Visual C++ edited resources
  166. #include "l.chsafxres.rc"          // Standard components
  167. #endif
  168. /////////////////////////////////////////////////////////////////////////////
  169. #endif    // not APSTUDIO_INVOKED