/ tools / MonitorReportTool / MonitorReportTool.rc
MonitorReportTool.rc
  1  ��//Microsoft Visual C++ generated resource script.

  2  //

  3  #include "resource.h"

  4  

  5  #define APSTUDIO_READONLY_SYMBOLS

  6  /////////////////////////////////////////////////////////////////////////////

  7  //

  8  // Generated from the TEXTINCLUDE resource.

  9  //

 10  #ifndef APSTUDIO_INVOKED

 11  #endif

 12  #define APSTUDIO_HIDDEN_SYMBOLS

 13  #include "windows.h"

 14  #undef APSTUDIO_HIDDEN_SYMBOLS

 15  /////////////////////////////////////////////////////////////////////////////

 16  #undef APSTUDIO_READONLY_SYMBOLS

 17  

 18  #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)

 19  LANGUAGE 9, 1

 20  

 21  /////////////////////////////////////////////////////////////////////////////

 22  //

 23  // Icon

 24  //

 25  

 26  // Icon with lowest ID value placed first to ensure application icon

 27  // remains consistent on all systems.

 28  

 29  IDI_WINDOWSTYLESICON        ICON         "MonitorReportTool.ico"

 30  IDI_SMALL               ICON         "small.ico"

 31  

 32  

 33  /////////////////////////////////////////////////////////////////////////////

 34  //

 35  // DESIGNINFO

 36  //

 37  

 38  #ifdef APSTUDIO_INVOKED

 39  GUIDELINES DESIGNINFO

 40  BEGIN

 41      IDD_ABOUTBOX, DIALOG

 42      BEGIN

 43          LEFTMARGIN, 7

 44          RIGHTMARGIN, 163

 45          TOPMARGIN, 7

 46          BOTTOMMARGIN, 55

 47      END

 48  END

 49  #endif    // APSTUDIO_INVOKED

 50  

 51  #ifdef APSTUDIO_INVOKED

 52  /////////////////////////////////////////////////////////////////////////////

 53  //

 54  // TEXTINCLUDE

 55  //

 56  1 TEXTINCLUDE

 57  BEGIN

 58      "resource.h\0"

 59  END

 60  

 61  2 TEXTINCLUDE

 62  BEGIN

 63      "#ifndef APSTUDIO_INVOKED\r\n"

 64      "#include ""targetver.h""\r\n"

 65      "#endif\r\n"

 66      "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"

 67      "#include ""windows.h""\r\n"

 68      "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"

 69      "\0"

 70  END

 71  

 72  3 TEXTINCLUDE

 73  BEGIN

 74      "\r\n"

 75      "\0"

 76  END

 77  

 78  #endif    // APSTUDIO_INVOKED

 79  

 80  /////////////////////////////////////////////////////////////////////////////

 81  //

 82  // String Table

 83  //

 84  

 85  STRINGTABLE

 86  BEGIN

 87     IDC_WINDOWSTYLES   "WINDOWSTYLES"

 88  END

 89  

 90  #endif

 91  /////////////////////////////////////////////////////////////////////////////

 92  

 93  

 94  

 95  #ifndef APSTUDIO_INVOKED

 96  /////////////////////////////////////////////////////////////////////////////

 97  //

 98  // Generated from the TEXTINCLUDE resource.

 99  //

100  

101  /////////////////////////////////////////////////////////////////////////////

102  #endif    // not APSTUDIO_INVOKED

103