home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / addins / autobld / autobld.rc < prev    next >
Text File  |  1998-04-02  |  9KB  |  276 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\r\n"
  53.     "#include ""res\\AutoBld.rc2""  // non-Microsoft Visual C++ edited resources\r\n"
  54.     "#include ""afxres.rc""         // Standard components\r\n"
  55.     "#endif\r\n"
  56.     "1 TYPELIB ""AutoBld.tlb""\r\n"
  57.     "\0"
  58. END
  59.  
  60. #endif    // APSTUDIO_INVOKED
  61.  
  62.  
  63. #ifndef _MAC
  64. /////////////////////////////////////////////////////////////////////////////
  65. //
  66. // Version
  67. //
  68.  
  69. VS_VERSION_INFO VERSIONINFO
  70.  FILEVERSION 1,0,0,1
  71.  PRODUCTVERSION 1,0,0,1
  72.  FILEFLAGSMASK 0x3fL
  73. #ifdef _DEBUG
  74.  FILEFLAGS 0x1L
  75. #else
  76.  FILEFLAGS 0x0L
  77. #endif
  78.  FILEOS 0x4L
  79.  FILETYPE 0x2L
  80.  FILESUBTYPE 0x0L
  81. BEGIN
  82.     BLOCK "StringFileInfo"
  83.     BEGIN
  84.         BLOCK "040904b0"
  85.         BEGIN
  86.             VALUE "CompanyName", "Microsoft\0"
  87.             VALUE "FileDescription", "AUTOBLD DLL\0"
  88.             VALUE "FileVersion", "1, 0, 0, 1\0"
  89.             VALUE "InternalName", "AUTOBLD\0"
  90.             VALUE "LegalCopyright", "Copyright (C) 1992-1997\0"
  91.             VALUE "OriginalFilename", "AUTOBLD.DLL\0"
  92.             VALUE "ProductName", "AUTOBLD Dynamic Link Library\0"
  93.             VALUE "ProductVersion", "1, 0, 0, 1\0"
  94.         END
  95.     END
  96.     BLOCK "VarFileInfo"
  97.     BEGIN
  98.         VALUE "Translation", 0x409, 1200
  99.     END
  100. END
  101.  
  102. #endif    // !_MAC
  103.  
  104.  
  105. /////////////////////////////////////////////////////////////////////////////
  106. //
  107. // Dialog
  108. //
  109.  
  110. IDD_CONFIGURATION DIALOG DISCARDABLE  0, 0, 250, 247
  111. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  112. CAPTION "AutoBuild Configuration"
  113. FONT 8, "MS Sans Serif"
  114. BEGIN
  115.     CONTROL         "&Send mail after build",IDC_SENDMAIL,"Button",
  116.                     BS_AUTOCHECKBOX | WS_TABSTOP,7,7,79,10
  117.     GROUPBOX        "I want to send mail",IDC_SENDGROUP,19,18,224,40,
  118.                     WS_DISABLED | WS_GROUP
  119.     CONTROL         "&When every configuration finishes building",
  120.                     IDC_EVERYCONFIG,"Button",BS_AUTORADIOBUTTON |
  121.                     WS_DISABLED,26,28,149,10
  122.     CONTROL         "&Only when entire workspace finishes building",
  123.                     IDC_ENTIREWORKSPACE,"Button",BS_AUTORADIOBUTTON |
  124.                     WS_DISABLED,26,41,157,10
  125.     EDITTEXT        IDC_SENDTO,19,70,224,14,ES_AUTOHSCROLL | WS_DISABLED
  126.     EDITTEXT        IDC_STATUSLINE,19,103,224,14,ES_AUTOHSCROLL |
  127.                     WS_DISABLED
  128.     CONTROL         "&Include number of build errors and warnings on subject line",
  129.                     IDC_STATUSWARNERR,"Button",BS_AUTOCHECKBOX | WS_DISABLED |
  130.                     WS_TABSTOP,26,119,200,10
  131.     GROUPBOX        "The message body contains",IDC_BODYGROUP,19,135,224,70,
  132.                     WS_DISABLED | WS_GROUP
  133.     CONTROL         "The &default mail body",IDC_BLANKBODY,"Button",
  134.                     BS_AUTORADIOBUTTON | WS_DISABLED,26,148,83,10
  135.     CONTROL         "A &mail message body",IDC_SENDFILEASBODY,"Button",
  136.                     BS_AUTORADIOBUTTON | WS_DISABLED,26,162,82,10
  137.     EDITTEXT        IDC_BODYFILENAME,39,183,138,14,ES_AUTOHSCROLL |
  138.                     WS_DISABLED
  139.     PUSHBUTTON      "&Browse...",IDC_BROWSE,185,182,50,14,WS_DISABLED
  140.     CONTROL         "&Close Developer Studio when finished",
  141.                     IDC_CLOSEWHENDONE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
  142.                     7,210,135,10
  143.     DEFPUSHBUTTON   "OK",IDOK,7,226,50,14
  144.     PUSHBUTTON      "Cancel",IDCANCEL,63,226,50,14
  145.     PUSHBUTTON      "Wo&rkspaces To Build...",IDC_WORKSPACES,151,226,92,14
  146.     LTEXT           "Send mail &to:",IDC_SENDTEXT,19,61,42,8,WS_DISABLED
  147.     LTEXT           "Mail subj&ect line:",IDC_STATUSTEXT,19,92,53,8,
  148.                     WS_DISABLED
  149.     LTEXT           "&Filename:",IDC_FILENAMETEXT,39,173,31,8,WS_DISABLED
  150. END
  151.  
  152. IDD_WORKSPACES DIALOG DISCARDABLE  0, 0, 298, 100
  153. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  154. CAPTION "Workspaces to build"
  155. FONT 8, "MS Sans Serif"
  156. BEGIN
  157.     DEFPUSHBUTTON   "OK",IDOK,241,7,50,14
  158.     PUSHBUTTON      "Cancel",IDCANCEL,241,24,50,14
  159.     PUSHBUTTON      "&Add...",IDC_ADDWORKSPACE,241,42,50,14
  160.     PUSHBUTTON      "&Remove",IDC_REMOVE,241,59,50,14
  161.     CONTROL         "List2",IDC_WORKSPACELIST,"SysListView32",LVS_REPORT |
  162.                     LVS_SINGLESEL | LVS_EDITLABELS | WS_BORDER | WS_TABSTOP,
  163.                     7,7,227,66
  164.     PUSHBUTTON      "Move Build &Up In Build Order",IDC_MOVEUP,7,79,108,14
  165.     PUSHBUTTON      "Move Build &Down In Build Order",IDC_MOVEDOWN,126,79,
  166.                     108,14
  167. END
  168.  
  169.  
  170. /////////////////////////////////////////////////////////////////////////////
  171. //
  172. // Bitmap
  173. //
  174.  
  175. IDR_TOOLBAR_LARGE       BITMAP  MOVEABLE PURE   "res\\TBarLrge.bmp"
  176. IDR_TOOLBAR_MEDIUM      BITMAP  MOVEABLE PURE   "res\\TBarMedm.bmp"
  177.  
  178. /////////////////////////////////////////////////////////////////////////////
  179. //
  180. // Icon
  181. //
  182.  
  183. // Icon with lowest ID value placed first to ensure application icon
  184. // remains consistent on all systems.
  185. IDI_WORKSPACE           ICON    DISCARDABLE     "project.ico"
  186.  
  187. /////////////////////////////////////////////////////////////////////////////
  188. //
  189. // DESIGNINFO
  190. //
  191.  
  192. #ifdef APSTUDIO_INVOKED
  193. GUIDELINES DESIGNINFO DISCARDABLE
  194. BEGIN
  195.     IDD_CONFIGURATION, DIALOG
  196.     BEGIN
  197.         LEFTMARGIN, 7
  198.         RIGHTMARGIN, 243
  199.         VERTGUIDE, 19
  200.         VERTGUIDE, 26
  201.         VERTGUIDE, 39
  202.         TOPMARGIN, 7
  203.         BOTTOMMARGIN, 240
  204.     END
  205.  
  206.     IDD_WORKSPACES, DIALOG
  207.     BEGIN
  208.         LEFTMARGIN, 7
  209.         RIGHTMARGIN, 291
  210.         VERTGUIDE, 234
  211.         TOPMARGIN, 7
  212.         BOTTOMMARGIN, 93
  213.         HORZGUIDE, 73
  214.     END
  215. END
  216. #endif    // APSTUDIO_INVOKED
  217.  
  218.  
  219. /////////////////////////////////////////////////////////////////////////////
  220. //
  221. // String Table
  222. //
  223.  
  224. STRINGTABLE DISCARDABLE
  225. BEGIN
  226.     IDS_AUTOBLD_LONGNAME    "AutoBuild Automated Build Add-in"
  227.     IDS_AUTOBLD_DESCRIPTION "Performs a timed build and sends notifications about the outcome of that build by E-Mail"
  228.     IDS_CMD_STRING          "\nAutoBuild Test\nTest AutoBuild's configuration\nAutoBuild Test"
  229.     IDS_TEXTFILES           "Text files (*.txt)|*.txt|All files (*.*)|*.*||"
  230.     IDS_DEFAULTMAILBODY     "The project %s is finished building."
  231.     IDS_NEEDMAILADDR        "You  must provide a mail address for mail to be sent"
  232.     IDS_PROJECTFILES        "Project Workspaces (*.dsw;*.mdp)|*.dsw;*.mdp|Makefiles (*.mak)|*.mak|All Files (*.*)|*.*||"
  233.     IDS_ERRWARNTEXT         "%d errors and %d warnings"
  234.     IDS_MAPIERROR           "Error using MAPI to send mail"
  235.     IDS_EMPTYWORKSPACE      "Retrieved an empty workspace path name"
  236.     IDS_COULDNOTFINDOBJ     "Error retrieving Developer Studio automation object"
  237.     IDS_WARNSENDDEF         "Could not allocate memory to hold mail body, sending the default mail body."
  238.     IDS_WARNEXIT            "If you were using AutoBuild from the command line, Developer Studio would close here."
  239.     IDS_CMD_STRING2         "\nAutoBuild\nAutoBuild selected workspaces\nAutoBuild"
  240.     IDS_CMD_STRING3         "\nConfigure AutoBuild\nConfigure the workspaces AutoBuild is to build\nConfigure AutoBuild"
  241. END
  242.  
  243. STRINGTABLE DISCARDABLE
  244. BEGIN
  245.     IDS_WKSPCNAME           "Workspace Name"
  246.     IDS_WKSPCPATH           "Workspace Path"
  247. END
  248.  
  249. #endif    // English (U.S.) resources
  250. /////////////////////////////////////////////////////////////////////////////
  251.  
  252.  
  253.  
  254. #ifndef APSTUDIO_INVOKED
  255. /////////////////////////////////////////////////////////////////////////////
  256. //
  257. // Generated from the TEXTINCLUDE 3 resource.
  258. //
  259. #define _AFX_NO_SPLITTER_RESOURCES
  260. #define _AFX_NO_OLE_RESOURCES
  261. #define _AFX_NO_TRACKER_RESOURCES
  262. #define _AFX_NO_PROPERTY_RESOURCES
  263.  
  264. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  265. #ifdef _WIN32
  266. LANGUAGE 9, 1
  267. #pragma code_page(1252)
  268. #endif
  269. #include "res\AutoBld.rc2"  // non-Microsoft Visual C++ edited resources
  270. #include "afxres.rc"         // Standard components
  271. #endif
  272. 1 TYPELIB "AutoBld.tlb"
  273.  
  274. /////////////////////////////////////////////////////////////////////////////
  275. #endif    // not APSTUDIO_INVOKED
  276.