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.

27 lines
761 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1997 - 1998
  6. //
  7. // File: sampcpl.rc
  8. //
  9. //--------------------------------------------------------------------------
  10. #include <windows.h>
  11. #include "resource.h"
  12. IDD_PAGE_GENERAL DIALOG DISCARDABLE 0, 0, 191, 86
  13. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  14. CAPTION "Sample USD"
  15. FONT 8, "MS Shell Dlg"
  16. BEGIN
  17. EDITTEXT IDC_EDIT_PATH,13,45,170,14,ES_AUTOHSCROLL
  18. LTEXT "Sample USD is reacting to the changes of access time and/or size for the file below:",
  19. IDC_STATIC,13,20,170,22
  20. PUSHBUTTON "&Browse",IDC_BUTTON_BROWSE,132,63,50,14
  21. END
  22. #include "sampcpl.rcv"