Source code of Windows XP (NT5)
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.

159 lines
3.4 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1998 - 1999
  6. //
  7. // File: page.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. "\r\n"
  45. "\0"
  46. END
  47. #endif // APSTUDIO_INVOKED
  48. /////////////////////////////////////////////////////////////////////////////
  49. //
  50. // Dialog
  51. //
  52. IDD_SAMPLE_PAGE DIALOG DISCARDABLE 0, 0, 252, 218
  53. STYLE WS_CHILD | WS_BORDER
  54. FONT 8, "MS Shell Dlg"
  55. BEGIN
  56. LTEXT "&Spending Limit:",IDC_STATIC,15,49,54,8
  57. EDITTEXT IDC_SPENDING_EDIT,72,46,99,14,ES_AUTOHSCROLL
  58. END
  59. /////////////////////////////////////////////////////////////////////////////
  60. //
  61. // DESIGNINFO
  62. //
  63. #ifdef APSTUDIO_INVOKED
  64. GUIDELINES DESIGNINFO DISCARDABLE
  65. BEGIN
  66. IDD_SAMPLE_PAGE, DIALOG
  67. BEGIN
  68. LEFTMARGIN, 7
  69. RIGHTMARGIN, 245
  70. TOPMARGIN, 7
  71. BOTTOMMARGIN, 211
  72. END
  73. END
  74. #endif // APSTUDIO_INVOKED
  75. #ifndef _MAC
  76. /////////////////////////////////////////////////////////////////////////////
  77. //
  78. // Version
  79. //
  80. VS_VERSION_INFO VERSIONINFO
  81. FILEVERSION 1,0,0,1
  82. PRODUCTVERSION 1,0,0,1
  83. FILEFLAGSMASK 0x3fL
  84. #ifdef _DEBUG
  85. FILEFLAGS 0x1L
  86. #else
  87. FILEFLAGS 0x0L
  88. #endif
  89. FILEOS 0x40004L
  90. FILETYPE 0x2L
  91. FILESUBTYPE 0x0L
  92. BEGIN
  93. BLOCK "StringFileInfo"
  94. BEGIN
  95. BLOCK "040904b0"
  96. BEGIN
  97. VALUE "CompanyName", "Microsoft Corp.\0"
  98. VALUE "FileDescription", "sample\0"
  99. VALUE "FileVersion", "1, 0, 0, 1\0"
  100. VALUE "InternalName", "sample\0"
  101. VALUE "LegalCopyright", "Copyright � 1997\0"
  102. VALUE "OriginalFilename", "sample.dll\0"
  103. VALUE "ProductName", "DS Admin Extension sample\0"
  104. VALUE "ProductVersion", "1, 0, 0, 1\0"
  105. END
  106. END
  107. BLOCK "VarFileInfo"
  108. BEGIN
  109. VALUE "Translation", 0x409, 1200
  110. END
  111. END
  112. #endif // !_MAC
  113. /////////////////////////////////////////////////////////////////////////////
  114. //
  115. // String Table
  116. //
  117. STRINGTABLE DISCARDABLE
  118. BEGIN
  119. IDS_PAGE_TITLE "Spending Limit"
  120. END
  121. #endif // English (U.S.) resources
  122. /////////////////////////////////////////////////////////////////////////////
  123. #ifndef APSTUDIO_INVOKED
  124. /////////////////////////////////////////////////////////////////////////////
  125. //
  126. // Generated from the TEXTINCLUDE 3 resource.
  127. //
  128. /////////////////////////////////////////////////////////////////////////////
  129. #endif // not APSTUDIO_INVOKED