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.

173 lines
4.5 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1996 - 1999
  6. //
  7. // File: svrapp.rc
  8. //
  9. //--------------------------------------------------------------------------
  10. //Microsoft Developer Studio generated resource script.
  11. //
  12. #include "resource.h"
  13. #define APSTUDIO_READONLY_SYMBOLS
  14. /////////////////////////////////////////////////////////////////////////////
  15. //
  16. // Generated from the TEXTINCLUDE 2 resource.
  17. //
  18. #include "afxres.h"
  19. /////////////////////////////////////////////////////////////////////////////
  20. #undef APSTUDIO_READONLY_SYMBOLS
  21. /////////////////////////////////////////////////////////////////////////////
  22. // English (U.S.) resources
  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. #ifdef APSTUDIO_INVOKED
  29. /////////////////////////////////////////////////////////////////////////////
  30. //
  31. // TEXTINCLUDE
  32. //
  33. 1 TEXTINCLUDE DISCARDABLE
  34. BEGIN
  35. "resource.h\0"
  36. END
  37. 2 TEXTINCLUDE DISCARDABLE
  38. BEGIN
  39. "#include ""afxres.h""\r\n"
  40. "\0"
  41. END
  42. 3 TEXTINCLUDE DISCARDABLE
  43. BEGIN
  44. "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  45. "#define _AFX_NO_OLE_RESOURCES\r\n"
  46. "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  47. "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  48. "\r\n"
  49. "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  50. "#ifdef _WIN32\r\n"
  51. "LANGUAGE 9, 1\r\n"
  52. "#pragma code_page(1252)\r\n"
  53. "#endif\r\n"
  54. "#include ""SvrApp.rc2"" // non-Microsoft Visual C++ edited resources\r\n"
  55. "#include ""afxres.rc"" // Standard components\r\n"
  56. "#endif\0"
  57. END
  58. #endif // APSTUDIO_INVOKED
  59. /////////////////////////////////////////////////////////////////////////////
  60. //
  61. // Icon
  62. //
  63. // Icon with lowest ID value placed first to ensure application icon
  64. // remains consistent on all systems.
  65. IDR_MAINFRAME ICON DISCARDABLE "res\\SvrApp.ico"
  66. /////////////////////////////////////////////////////////////////////////////
  67. //
  68. // Dialog
  69. //
  70. IDD_ABOUTBOX DIALOG DISCARDABLE 0, 0, 217, 55
  71. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  72. CAPTION "About SvrApp"
  73. FONT 8, "MS Shell Dlg"
  74. BEGIN
  75. ICON IDR_MAINFRAME,IDC_STATIC,11,17,20,20
  76. LTEXT "SvrApp Version 1.0",IDC_STATIC,40,10,119,8,SS_NOPREFIX
  77. LTEXT "Copyright � 1996",IDC_STATIC,40,25,119,8
  78. DEFPUSHBUTTON "OK",IDOK,178,7,32,14,WS_GROUP
  79. END
  80. IDD_SVRAPP_DIALOG DIALOGEX 0, 0, 151, 63
  81. STYLE DS_MODALFRAME | DS_3DLOOK | WS_MINIMIZEBOX | WS_POPUP | WS_VISIBLE |
  82. WS_CAPTION | WS_SYSMENU
  83. EXSTYLE WS_EX_APPWINDOW
  84. CAPTION "Calais Server Application"
  85. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  86. BEGIN
  87. PUSHBUTTON "Start",IDC_START,94,7,50,14
  88. PUSHBUTTON "Stop",IDC_STOP,94,24,50,14,WS_DISABLED
  89. DEFPUSHBUTTON "Exit",IDOK,94,42,50,14
  90. LTEXT "Calais Server Application Control.",IDC_STATIC,7,7,77,
  91. 21
  92. END
  93. /////////////////////////////////////////////////////////////////////////////
  94. //
  95. // DESIGNINFO
  96. //
  97. #ifdef APSTUDIO_INVOKED
  98. GUIDELINES DESIGNINFO DISCARDABLE
  99. BEGIN
  100. IDD_ABOUTBOX, DIALOG
  101. BEGIN
  102. LEFTMARGIN, 7
  103. RIGHTMARGIN, 210
  104. TOPMARGIN, 7
  105. BOTTOMMARGIN, 48
  106. END
  107. IDD_SVRAPP_DIALOG, DIALOG
  108. BEGIN
  109. LEFTMARGIN, 7
  110. RIGHTMARGIN, 144
  111. TOPMARGIN, 7
  112. BOTTOMMARGIN, 56
  113. END
  114. END
  115. #endif // APSTUDIO_INVOKED
  116. /////////////////////////////////////////////////////////////////////////////
  117. //
  118. // String Table
  119. //
  120. STRINGTABLE DISCARDABLE
  121. BEGIN
  122. IDS_ABOUTBOX "&About SvrApp..."
  123. END
  124. #endif // English (U.S.) resources
  125. /////////////////////////////////////////////////////////////////////////////
  126. #ifndef APSTUDIO_INVOKED
  127. /////////////////////////////////////////////////////////////////////////////
  128. //
  129. // Generated from the TEXTINCLUDE 3 resource.
  130. //
  131. #define _AFX_NO_SPLITTER_RESOURCES
  132. #define _AFX_NO_OLE_RESOURCES
  133. #define _AFX_NO_TRACKER_RESOURCES
  134. #define _AFX_NO_PROPERTY_RESOURCES
  135. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  136. #ifdef _WIN32
  137. LANGUAGE 9, 1
  138. #pragma code_page(1252)
  139. #endif
  140. #include "SvrApp.rc2" // non-Microsoft Visual C++ edited resources
  141. #include "afxres.rc" // Standard components
  142. #endif
  143. /////////////////////////////////////////////////////////////////////////////
  144. #endif // not APSTUDIO_INVOKED