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

Windows编程

开发平台:

Visual C++

  1. #include <windows.h>
  2. #include "decode.h"
  3. /////////////////////////////////////////////////////////////////////////////
  4. //
  5. // Dialog
  6. //
  7. IDD_HRESULTDIALOG DIALOG DISCARDABLE  0, 0, 234, 127
  8. STYLE WS_MINIMIZEBOX | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | 
  9.     WS_THICKFRAME
  10. CAPTION "Error Decoder - NT 4.0/Win95"
  11. CLASS "DlgClass"
  12. FONT 8, "MS Sans Serif"
  13. BEGIN
  14.     EDITTEXT        IDC_EDIT,5,15,154,12,ES_AUTOHSCROLL | WS_GROUP | WS_TABSTOP
  15.     CONTROL         "OLE Error (in hex)",IDC_OLEERROR,"Button",
  16.                     BS_AUTORADIOBUTTON | WS_GROUP,5,31,71,10
  17.     CONTROL         "Win32 Error (in decimal)",IDC_WIN32ERROR,"Button",
  18.                     BS_AUTORADIOBUTTON,81,31,93,10
  19.     DEFPUSHBUTTON   "&Decode",IDC_DECODE,180,23,50,14, WS_GROUP | WS_TABSTOP
  20.         PUSHBUTTON      "&Close",IDOK,180,4,50,14, WS_GROUP | WS_TABSTOP
  21.     LTEXT           "",IDC_ERRORNAME,5,46,211,30
  22.     LTEXT           "",IDC_ERRORDESC,4,82,212,39
  23.     LTEXT           "&Enter OLE Error in hex and Win32 Error in decimal:",
  24.                     IDC_STATIC,5,4,168,8
  25. END
  26. /////////////////////////////////////////////////////////////////////////////
  27. //
  28. // Icon
  29. //
  30. APPICON                 ICON    DISCARDABLE     "decode.ico"