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