AUTOBLD.RC
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:8k
源码类别:

Windows编程

开发平台:

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