home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 November / Chip_2002-11_cd1.bin / zkuste / vbasic / Data / Utils / WME71SDK.exe / RCDATA / CABINET / enccontrol.rc < prev    next >
Text File  |  2001-03-02  |  6KB  |  225 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. #include "afxres.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23.  
  24. #ifdef APSTUDIO_INVOKED
  25. /////////////////////////////////////////////////////////////////////////////
  26. //
  27. // TEXTINCLUDE
  28. //
  29.  
  30. 1 TEXTINCLUDE DISCARDABLE 
  31. BEGIN
  32.     "resource.h\0"
  33. END
  34.  
  35. 2 TEXTINCLUDE DISCARDABLE 
  36. BEGIN
  37.     "#include ""afxres.h""\r\n"
  38.     "\0"
  39. END
  40.  
  41. 3 TEXTINCLUDE DISCARDABLE 
  42. BEGIN
  43.     "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  44.     "#define _AFX_NO_OLE_RESOURCES\r\n"
  45.     "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  46.     "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  47.     "\r\n"
  48.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  49.     "#ifdef _WIN32\r\n"
  50.     "LANGUAGE 9, 1\r\n"
  51.     "#pragma code_page(1252)\r\n"
  52.     "#endif //_WIN32\r\n"
  53.     "#include ""res\\ENCControl.rc2""  // non-Microsoft Visual C++ edited resources\r\n"
  54.     "#include ""afxres.rc""         // Standard components\r\n"
  55.     "#endif\r\n"
  56.     "\0"
  57. END
  58.  
  59. #endif    // APSTUDIO_INVOKED
  60.  
  61.  
  62. /////////////////////////////////////////////////////////////////////////////
  63. //
  64. // Icon
  65. //
  66.  
  67. // Icon with lowest ID value placed first to ensure application icon
  68. // remains consistent on all systems.
  69. IDR_MAINFRAME           ICON    DISCARDABLE     "res\\ENCControl.ico"
  70.  
  71. /////////////////////////////////////////////////////////////////////////////
  72. //
  73. // Dialog
  74. //
  75.  
  76. IDD_ENCCONTROL_DIALOG DIALOGEX 0, 0, 405, 153
  77. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  78. EXSTYLE WS_EX_APPWINDOW
  79. CAPTION "Encoder Control"
  80. FONT 8, "MS Sans Serif"
  81. BEGIN
  82.     PUSHBUTTON      "E&xit",IDCANCEL,348,132,50,14
  83.     PUSHBUTTON      "S&top",IDC_STOP,295,132,50,14
  84.     PUSHBUTTON      "&Start",IDC_START,241,132,50,14
  85.     DEFPUSHBUTTON   "&Configure",IDC_CONFIGURE,187,132,50,14
  86.     CONTROL         "",IDC_PROPSHELLCTRL,
  87.                     "{E297AB5E-40B0-41BD-9E06-E4144084EE5F}",WS_TABSTOP,7,7,
  88.                     391,123
  89. END
  90.  
  91. IDD_ENCControlConfig DIALOG DISCARDABLE  0, 0, 322, 229
  92. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  93. CAPTION "Encoder Configuration"
  94. FONT 8, "MS Sans Serif"
  95. BEGIN
  96.     DEFPUSHBUTTON   "OK",IDOK,210,208,50,14
  97.     PUSHBUTTON      "Cancel",IDCANCEL,270,208,50,14
  98.     CONTROL         "",IDC_PROPSHELLCTRLConfig,
  99.                     "{E297AB5E-40B0-41BD-9E06-E4144084EE5F}",WS_TABSTOP,7,7,
  100.                     308,189
  101. END
  102.  
  103.  
  104. #ifndef _MAC
  105. /////////////////////////////////////////////////////////////////////////////
  106. //
  107. // Version
  108. //
  109.  
  110. VS_VERSION_INFO VERSIONINFO
  111.  FILEVERSION 1,0,0,1
  112.  PRODUCTVERSION 1,0,0,1
  113.  FILEFLAGSMASK 0x3fL
  114. #ifdef _DEBUG
  115.  FILEFLAGS 0x1L
  116. #else
  117.  FILEFLAGS 0x0L
  118. #endif
  119.  FILEOS 0x4L
  120.  FILETYPE 0x1L
  121.  FILESUBTYPE 0x0L
  122. BEGIN
  123.     BLOCK "StringFileInfo"
  124.     BEGIN
  125.         BLOCK "040904b0"
  126.         BEGIN
  127.             VALUE "Comments", "\0"
  128.             VALUE "CompanyName", "\0"
  129.             VALUE "FileDescription", "ENCControl MFC Application\0"
  130.             VALUE "FileVersion", "1, 0, 0, 1\0"
  131.             VALUE "InternalName", "ENCControl\0"
  132.             VALUE "LegalCopyright", "Copyright (C) 2000\0"
  133.             VALUE "LegalTrademarks", "\0"
  134.             VALUE "OriginalFilename", "ENCControl.EXE\0"
  135.             VALUE "PrivateBuild", "\0"
  136.             VALUE "ProductName", "ENCControl Application\0"
  137.             VALUE "ProductVersion", "1, 0, 0, 1\0"
  138.             VALUE "SpecialBuild", "\0"
  139.         END
  140.     END
  141.     BLOCK "VarFileInfo"
  142.     BEGIN
  143.         VALUE "Translation", 0x409, 1200
  144.     END
  145. END
  146.  
  147. #endif    // !_MAC
  148.  
  149.  
  150. /////////////////////////////////////////////////////////////////////////////
  151. //
  152. // DESIGNINFO
  153. //
  154.  
  155. #ifdef APSTUDIO_INVOKED
  156. GUIDELINES DESIGNINFO DISCARDABLE 
  157. BEGIN
  158.     IDD_ENCCONTROL_DIALOG, DIALOG
  159.     BEGIN
  160.         LEFTMARGIN, 7
  161.         RIGHTMARGIN, 398
  162.         TOPMARGIN, 7
  163.         BOTTOMMARGIN, 146
  164.     END
  165.  
  166.     IDD_ENCControlConfig, DIALOG
  167.     BEGIN
  168.         LEFTMARGIN, 7
  169.         RIGHTMARGIN, 315
  170.         TOPMARGIN, 7
  171.         BOTTOMMARGIN, 222
  172.     END
  173. END
  174. #endif    // APSTUDIO_INVOKED
  175.  
  176.  
  177. /////////////////////////////////////////////////////////////////////////////
  178. //
  179. // Dialog Info
  180. //
  181.  
  182. IDD_ENCCONTROL_DIALOG DLGINIT
  183. BEGIN
  184.     IDC_PROPSHELLCTRL, 0x376, 34, 0
  185. 0x0000, 0x0000, 0x0300, 0x0000, 0x3cab, 0x0000, 0x14ac, 0x0000, 0x000b, 
  186. 0xffff, 0x0003, 0x0000, 0x0000, 0x000b, 0x0000, 0x0002, 0x0000, 
  187.     0
  188. END
  189.  
  190. IDD_ENCControlConfig DLGINIT
  191. BEGIN
  192.     IDC_PROPSHELLCTRLConfig, 0x376, 34, 0
  193. 0x0000, 0x0000, 0x0300, 0x0000, 0x2fc0, 0x0000, 0x1fbb, 0x0000, 0x000b, 
  194. 0xffff, 0x0003, 0x0001, 0x0000, 0x000b, 0x0000, 0x0002, 0x0000, 
  195.     0
  196. END
  197.  
  198. #endif    // English (U.S.) resources
  199. /////////////////////////////////////////////////////////////////////////////
  200.  
  201.  
  202.  
  203. #ifndef APSTUDIO_INVOKED
  204. /////////////////////////////////////////////////////////////////////////////
  205. //
  206. // Generated from the TEXTINCLUDE 3 resource.
  207. //
  208. #define _AFX_NO_SPLITTER_RESOURCES
  209. #define _AFX_NO_OLE_RESOURCES
  210. #define _AFX_NO_TRACKER_RESOURCES
  211. #define _AFX_NO_PROPERTY_RESOURCES
  212.  
  213. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  214. #ifdef _WIN32
  215. LANGUAGE 9, 1
  216. #pragma code_page(1252)
  217. #endif //_WIN32
  218. #include "res\ENCControl.rc2"  // non-Microsoft Visual C++ edited resources
  219. #include "afxres.rc"         // Standard components
  220. #endif
  221.  
  222. /////////////////////////////////////////////////////////////////////////////
  223. #endif    // not APSTUDIO_INVOKED
  224.  
  225.