home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1999 January / dppcpro0199a.iso / January / Fp98 / SDK / WebBot / votebot / client / votebot.rc < prev    next >
Encoding:
Text File  |  1997-09-18  |  5.4 KB  |  189 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. // Generated Help ID header file
  6. #define APSTUDIO_HIDDEN_SYMBOLS
  7. #include "resource.hm"
  8. #undef APSTUDIO_HIDDEN_SYMBOLS
  9.  
  10. #define APSTUDIO_READONLY_SYMBOLS
  11. /////////////////////////////////////////////////////////////////////////////
  12. //
  13. // Generated from the TEXTINCLUDE 2 resource.
  14. //
  15. #include "afxres.h"
  16.  
  17. /////////////////////////////////////////////////////////////////////////////
  18. #undef APSTUDIO_READONLY_SYMBOLS
  19.  
  20. /////////////////////////////////////////////////////////////////////////////
  21. // English (U.S.) resources
  22.  
  23. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  24. #ifdef _WIN32
  25. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  26. #pragma code_page(1252)
  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. 2 TEXTINCLUDE DISCARDABLE 
  41. BEGIN
  42.     "#include ""afxres.h""\r\n"
  43.     "\0"
  44. END
  45.  
  46. 3 TEXTINCLUDE DISCARDABLE 
  47. BEGIN
  48.     "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  49.     "#define _AFX_NO_OLE_RESOURCES\r\n"
  50.     "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  51.     "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  52.     "\r\n"
  53.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  54.     "#ifdef _WIN32\r\n"
  55.     "LANGUAGE 9, 1\r\n"
  56.     "#pragma code_page(1252)\r\n"
  57.     "#endif\r\n"
  58.     "// #include ""res\\kuanbot.rc2""  // non-Microsoft Visual C++ edited resources\r\n"
  59.     "#include ""afxres.rc""         // Standard components\r\n"
  60.     "#endif\0"
  61. END
  62.  
  63. #endif    // APSTUDIO_INVOKED
  64.  
  65.  
  66. #ifndef _MAC
  67. /////////////////////////////////////////////////////////////////////////////
  68. //
  69. // Version
  70. //
  71.  
  72. VS_VERSION_INFO VERSIONINFO
  73.  FILEVERSION 1,0,0,1
  74.  PRODUCTVERSION 1,0,0,1
  75.  FILEFLAGSMASK 0x3fL
  76. #ifdef _DEBUG
  77.  FILEFLAGS 0x1L
  78. #else
  79.  FILEFLAGS 0x0L
  80. #endif
  81.  FILEOS 0x4L
  82.  FILETYPE 0x2L
  83.  FILESUBTYPE 0x0L
  84. BEGIN
  85.     BLOCK "StringFileInfo"
  86.     BEGIN
  87.         BLOCK "040904b0"
  88.         BEGIN
  89.             VALUE "CompanyName", "\0"
  90.             VALUE "FileDescription", "VOTEBOT DLL\0"
  91.             VALUE "FileVersion", "1, 0, 0, 1\0"
  92.             VALUE "InternalName", "VOTEBOT\0"
  93.             VALUE "LegalCopyright", "Copyright ⌐ 1997\0"
  94.             VALUE "OriginalFilename", "VOTEBOT.DLL\0"
  95.             VALUE "ProductName", "VOTEBOT Dynamic Link Library\0"
  96.             VALUE "ProductVersion", "1, 0, 0, 1\0"
  97.         END
  98.     END
  99.     BLOCK "VarFileInfo"
  100.     BEGIN
  101.         VALUE "Translation", 0x409, 1200
  102.     END
  103. END
  104.  
  105. #endif    // !_MAC
  106.  
  107.  
  108. /////////////////////////////////////////////////////////////////////////////
  109. //
  110. // Dialog
  111. //
  112.  
  113. IDD_DIALOG1 DIALOGEX 0, 0, 254, 223
  114. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  115. CAPTION "VoteBot Component Properties"
  116. FONT 8, "MS Sans Serif"
  117. BEGIN
  118.     DEFPUSHBUTTON   "OK",IDOK,75,202,50,14
  119.     PUSHBUTTON      "Cancel",IDCANCEL,197,202,50,14
  120.     PUSHBUTTON      "&Help",ID_HELP,136,202,50,14,WS_DISABLED,0,HID_HELP
  121.     LTEXT           "I would like my users to vote for or express an interest in:",
  122.                     IDC_STATIC,21,71,211,12
  123.     CONTROL         "An &Opinion",IDC_OPINION,"Button",BS_AUTORADIOBUTTON | 
  124.                     WS_GROUP | WS_TABSTOP,21,85,64,10
  125.     CONTROL         "A &Proposal",IDC_PROPOSAL,"Button",BS_AUTORADIOBUTTON | 
  126.                     WS_TABSTOP,21,99,50,10
  127.     LTEXT           "I would like my users to be prompted with the following voting options:",
  128.                     IDC_STATIC,21,140,204,8
  129.     CONTROL         "&Yes / No",IDC_YESNO,"Button",BS_AUTORADIOBUTTON | 
  130.                     WS_GROUP | WS_TABSTOP,21,152,43,10
  131.     CONTROL         "&Agree / Disagree",IDC_AGREE,"Button",
  132.                     BS_AUTORADIOBUTTON | WS_TABSTOP,21,165,69,10
  133.     CONTROL         "&For / Against",IDC_FORAGAINST,"Button",
  134.                     BS_AUTORADIOBUTTON | WS_TABSTOP,21,178,55,10
  135.     GROUPBOX        "&Vote type",IDC_STATIC,14,56,228,58
  136.     GROUPBOX        "Voting Options",IDC_STATIC,14,123,227,72
  137.     GROUPBOX        "Description",IDC_STATIC,14,7,227,40
  138.     LTEXT           "Give your users the ability to vote for proposals and opinions presented on this page!",
  139.                     IDC_STATIC,21,21,210,19
  140. END
  141.  
  142.  
  143. /////////////////////////////////////////////////////////////////////////////
  144. //
  145. // DESIGNINFO
  146. //
  147.  
  148. #ifdef APSTUDIO_INVOKED
  149. GUIDELINES DESIGNINFO DISCARDABLE 
  150. BEGIN
  151.     IDD_DIALOG1, DIALOG
  152.     BEGIN
  153.         LEFTMARGIN, 7
  154.         RIGHTMARGIN, 247
  155.         VERTGUIDE, 14
  156.         VERTGUIDE, 21
  157.         TOPMARGIN, 7
  158.         BOTTOMMARGIN, 216
  159.     END
  160. END
  161. #endif    // APSTUDIO_INVOKED
  162.  
  163. #endif    // English (U.S.) resources
  164. /////////////////////////////////////////////////////////////////////////////
  165.  
  166.  
  167.  
  168. #ifndef APSTUDIO_INVOKED
  169. /////////////////////////////////////////////////////////////////////////////
  170. //
  171. // Generated from the TEXTINCLUDE 3 resource.
  172. //
  173. #define _AFX_NO_SPLITTER_RESOURCES
  174. #define _AFX_NO_OLE_RESOURCES
  175. #define _AFX_NO_TRACKER_RESOURCES
  176. #define _AFX_NO_PROPERTY_RESOURCES
  177.  
  178. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  179. #ifdef _WIN32
  180. LANGUAGE 9, 1
  181. #pragma code_page(1252)
  182. #endif
  183. // #include "res\kuanbot.rc2"  // non-Microsoft Visual C++ edited resources
  184. #include "afxres.rc"         // Standard components
  185. #endif
  186. /////////////////////////////////////////////////////////////////////////////
  187. #endif    // not APSTUDIO_INVOKED
  188.  
  189.