home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0210 - 0219 / ibm0210-0219 / ibm0213.tar / ibm0213 / PWA_AWAR.ZIP / SAMPOWL.Z / AWCLOCK.RC < prev   
Encoding:
Text File  |  1994-07-05  |  1.9 KB  |  50 lines

  1. #include <owl\window.rh>
  2. #include "awclock.h"
  3.  
  4. MainMenu MENU
  5. {
  6.   POPUP "&File"
  7.   {
  8.     MENUITEM "&About" CM_ABOUT
  9.     MENUITEM SEPARATOR
  10.     MENUITEM "E&xit" CM_EXIT
  11.   }
  12. }
  13.  
  14. AboutDialog DIALOG 8, 19, 217, 86
  15. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  16. CAPTION "About Aware/VBX Clock"
  17. FONT 8, "MS Sans Serif"
  18. {
  19.  DEFPUSHBUTTON "OK", IDOK, 163, 7, 50, 14
  20.  CONTROL "AWARECC.VBX;AwareClock10;fpClock101", IDC_CLOCK, "VBControl", 0 | WS_CHILD | NOT WS_VISIBLE | WS_TABSTOP, 4, 6, 44, 45
  21.  LTEXT "Aware/VBX Clock Application", -1, 56, 6, 101, 11
  22.  LTEXT "FarPoint Technologies, Inc", -1, 56, 20, 101, 13
  23.  LTEXT "Use left mouse button to drag the hands of the clock.", -1, 4, 58, 181, 10
  24.  LTEXT "Use right mouse button to toggle AnalogTicks property.", -1, 4, 72, 184, 10
  25. }
  26.  
  27.  
  28. AboutDialog DLGINIT
  29. {
  30.     100, 0x0400, 273L,
  31. 0x0001, 0x0200, 0xffff, 0x00ff, 0x0003, 0x0000, 0x0400, 0x0008, 0xec09,
  32. 0x0704, 0x0000, 0x0000, 0xbc00, 0x0002, 0x0000, 0x0700, 0x0202, 0x5322,
  33. 0x7379, 0x6574, 0x006d, 0x5035, 0x5600, 0x504b, 0x5600, 0xa74b, 0x8335,
  34. 0x7343, 0xf719, 0x5035, 0x5600, 0xf44b, 0xa418, 0x0f52, 0x0000, 0x0110,
  35. 0x1200, 0x1400, 0xffff, 0x0015, 0xff16, 0x1bff, 0x1c00, 0x000f, 0x8000,
  36. 0x061d, 0x0000, 0x1e80, 0x0001, 0x001f, 0x1420, 0x0000, 0x2180, 0x0010,
  37. 0x8000, 0x0122, 0x2300, 0x0000, 0x0124, 0x0625, 0x0000, 0x2680, 0x0001,
  38. 0x0027, 0x2800, 0x0000, 0x1029, 0x0000, 0x2a80, 0x0003, 0x0b2b, 0x3030,
  39. 0x303a, 0x3a30, 0x3030, 0x302e, 0x2c30, 0xffff, 0xff2d, 0x2eff, 0x2f01,
  40. 0x3000, 0x300b, 0x3a30, 0x3030, 0x303a, 0x2e30, 0x3030, 0x0b32, 0x3030,
  41. 0x303a, 0x3a30, 0x3130, 0x302e, 0x3330, 0xffff, 0x0035, 0x0036, 0x0037,
  42. 0x0038, 0x0039, 0x003a, 0x033b, 0x003c, 0x143d, 0x0000, 0x3e80, 0x0010,
  43. 0x8000, 0x013f, 0x4000, 0x4300, 0x0006, 0x8000, 0x0f44, 0x0000, 0x4580,
  44. 0x0008, 0x8000, 0x0546, 0x0000, 0x4780, 0x0000, 0x0848, 0x0000, 0x4980,
  45. 0x0005, 0x8000, 0x004a, 0x4b00, 0x0008, 0x8000, 0x054c, 0x0000, 0x4d80,
  46. 0x0000, "\xff"
  47.     0
  48. }
  49.  
  50.