Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

237 lines
6.9 KiB

  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\0"
  27. END
  28. 2 TEXTINCLUDE DISCARDABLE
  29. BEGIN
  30. "#include ""afxres.h""\r\n"
  31. "\0"
  32. END
  33. 3 TEXTINCLUDE DISCARDABLE
  34. BEGIN
  35. "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  36. "#define _AFX_NO_OLE_RESOURCES\r\n"
  37. "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  38. "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  39. "\r\n"
  40. "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  41. "#ifdef _WIN32\r\n"
  42. "LANGUAGE 9, 1\r\n"
  43. "#pragma code_page(1252)\r\n"
  44. "#endif //_WIN32\r\n"
  45. "#include ""res\\DhcpExim.rc2"" // non-Microsoft Visual C++ edited resources\r\n"
  46. "#include ""afxres.rc"" // Standard components\r\n"
  47. "#endif\r\n"
  48. "\0"
  49. END
  50. #endif // APSTUDIO_INVOKED
  51. /////////////////////////////////////////////////////////////////////////////
  52. //
  53. // Icon
  54. //
  55. // Icon with lowest ID value placed first to ensure application icon
  56. // remains consistent on all systems.
  57. IDR_MAINFRAME ICON DISCARDABLE "res\\DhcpExim.ico"
  58. /////////////////////////////////////////////////////////////////////////////
  59. //
  60. // Dialog
  61. //
  62. IDD_DHCPEXIM_DIALOG DIALOGEX 0, 0, 248, 163
  63. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  64. EXSTYLE WS_EX_APPWINDOW
  65. CAPTION "DhcpExim"
  66. FONT 12, "MS Shell Dlg", 0, 0, 0x1
  67. BEGIN
  68. CTEXT "Welcome to DHCP Export Import tool. ",IDC_STATIC,6,18,
  69. 235,19
  70. CONTROL "&Export configuration of the local service to a file.",
  71. IDC_RADIO_EXPORT,"Button",BS_AUTORADIOBUTTON |
  72. WS_TABSTOP,24,39,189,22
  73. CONTROL "&Import configuration to the local service from a file.",
  74. IDC_RADIO_IMPORT,"Button",BS_AUTORADIOBUTTON |
  75. WS_TABSTOP,24,79,192,23
  76. PUSHBUTTON "&Cancel",IDCANCEL,135,133,68,12
  77. PUSHBUTTON "&Ok",IDOK,39,133,68,12
  78. LTEXT "Choose this option if you want to save the configuration (for some or all of the scopes on the local service) to a file.",
  79. IDC_STATIC,34,59,182,20
  80. LTEXT "Choose this option if you want to import the configuration (for some or all of the scopes exported previously) from a file.",
  81. IDC_STATIC,34,102,182,22
  82. END
  83. IDD_EXIM_LISTVIEW_DIALOG DIALOGEX 0, 0, 248, 163
  84. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  85. EXSTYLE WS_EX_APPWINDOW
  86. CAPTION "DhcpExim Export"
  87. FONT 12, "MS Shell Dlg"
  88. BEGIN
  89. LTEXT "&Select the files to import from filename.",
  90. IDC_STATIC_ACTION,25,10,201,21
  91. PUSHBUTTON "&Cancel",IDCANCEL,135,133,68,12
  92. PUSHBUTTON "&Export",IDOK,39,133,68,12
  93. CONTROL "List1",IDC_LIST1,"SysListView32",LVS_LIST | WS_BORDER |
  94. WS_TABSTOP,25,32,201,85
  95. CONTROL "&Disable the selected scopes on local machine before export.",
  96. IDC_CHECK1,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,25,120,
  97. 201,12
  98. END
  99. IDD_EXIM_LISTVIEW_DIALOG2 DIALOGEX 0, 0, 248, 163
  100. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  101. EXSTYLE WS_EX_APPWINDOW
  102. CAPTION "DhcpExim Import"
  103. FONT 12, "MS Shell Dlg", 0, 0, 0x1
  104. BEGIN
  105. LTEXT "&Select the files to import from filename.",
  106. IDC_STATIC_ACTION,25,10,201,21
  107. PUSHBUTTON "&Cancel",IDCANCEL,135,133,68,12
  108. PUSHBUTTON "&Import",IDOK,39,133,68,12
  109. CONTROL "List1",IDC_LIST2,"SysListView32",LVS_LIST | WS_BORDER |
  110. WS_TABSTOP,25,32,201,93
  111. END
  112. #ifndef _MAC
  113. /////////////////////////////////////////////////////////////////////////////
  114. //
  115. // Version
  116. //
  117. VS_VERSION_INFO VERSIONINFO
  118. FILEVERSION 1,0,0,1
  119. PRODUCTVERSION 1,0,0,1
  120. FILEFLAGSMASK 0x3fL
  121. #ifdef _DEBUG
  122. FILEFLAGS 0x1L
  123. #else
  124. FILEFLAGS 0x0L
  125. #endif
  126. FILEOS 0x4L
  127. FILETYPE 0x1L
  128. FILESUBTYPE 0x0L
  129. BEGIN
  130. BLOCK "StringFileInfo"
  131. BEGIN
  132. BLOCK "040904B0"
  133. BEGIN
  134. VALUE "CompanyName", "\0"
  135. VALUE "FileDescription", "DhcpExim MFC Application\0"
  136. VALUE "FileVersion", "1, 0, 0, 1\0"
  137. VALUE "InternalName", "DhcpExim\0"
  138. VALUE "LegalCopyright", "Copyright (C) 2000\0"
  139. VALUE "LegalTrademarks", "\0"
  140. VALUE "OriginalFilename", "DhcpExim.EXE\0"
  141. VALUE "ProductName", "DhcpExim Application\0"
  142. VALUE "ProductVersion", "1, 0, 0, 1\0"
  143. END
  144. END
  145. BLOCK "VarFileInfo"
  146. BEGIN
  147. VALUE "Translation", 0x409, 1200
  148. END
  149. END
  150. #endif // !_MAC
  151. /////////////////////////////////////////////////////////////////////////////
  152. //
  153. // DESIGNINFO
  154. //
  155. #ifdef APSTUDIO_INVOKED
  156. GUIDELINES DESIGNINFO DISCARDABLE
  157. BEGIN
  158. IDD_DHCPEXIM_DIALOG, DIALOG
  159. BEGIN
  160. LEFTMARGIN, 6
  161. RIGHTMARGIN, 241
  162. VERTGUIDE, 34
  163. VERTGUIDE, 44
  164. VERTGUIDE, 116
  165. VERTGUIDE, 145
  166. VERTGUIDE, 226
  167. TOPMARGIN, 10
  168. BOTTOMMARGIN, 150
  169. HORZGUIDE, 145
  170. END
  171. IDD_EXIM_LISTVIEW_DIALOG, DIALOG
  172. BEGIN
  173. LEFTMARGIN, 6
  174. RIGHTMARGIN, 241
  175. VERTGUIDE, 25
  176. VERTGUIDE, 44
  177. VERTGUIDE, 116
  178. VERTGUIDE, 145
  179. VERTGUIDE, 226
  180. TOPMARGIN, 10
  181. BOTTOMMARGIN, 150
  182. HORZGUIDE, 145
  183. END
  184. END
  185. #endif // APSTUDIO_INVOKED
  186. #endif // English (U.S.) resources
  187. /////////////////////////////////////////////////////////////////////////////
  188. #ifndef APSTUDIO_INVOKED
  189. /////////////////////////////////////////////////////////////////////////////
  190. //
  191. // Generated from the TEXTINCLUDE 3 resource.
  192. //
  193. #define _AFX_NO_SPLITTER_RESOURCES
  194. #define _AFX_NO_OLE_RESOURCES
  195. #define _AFX_NO_TRACKER_RESOURCES
  196. #define _AFX_NO_PROPERTY_RESOURCES
  197. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  198. #ifdef _WIN32
  199. LANGUAGE 9, 1
  200. #pragma code_page(1252)
  201. #endif //_WIN32
  202. #include "res\DhcpExim.rc2" // non-Microsoft Visual C++ edited resources
  203. #include "afxres.rc" // Standard components
  204. #endif
  205. /////////////////////////////////////////////////////////////////////////////
  206. #endif // not APSTUDIO_INVOKED