#define Infomation	DEBT_INFO
#include <windows.h>
#include <owlrc.h>



Alldone DIALOG 13, 16, 144, 141
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "DEBT    v1.1"
FONT 10, "MS Sans Serif"
BEGIN
	LTEXT "The National Debt", -1, 42, 10, 60, 10
	CTEXT "Your gift to your children's children's children.", -1, 37, 28, 70, 30, WS_CHILD | WS_VISIBLE | WS_GROUP
	CTEXT """We're from the Government and we're here to help you.""", -1, 22, 68, 100, 20
	PUSHBUTTON "VOTE!", IDOK, 55, 120, 33, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
	CONTROL "", 103, "button", BS_GROUPBOX | WS_CHILD | WS_VISIBLE, 12, 0, 120, 60
	CTEXT """Be thankful you don't get all the government you pay for.""", -1, 17, 92, 110, 20, WS_CHILD | WS_VISIBLE | WS_GROUP
	ICON "ICON_4", -1, 20, 120, 14, 16, WS_CHILD | WS_VISIBLE
	ICON "ICON_4", -1, 110, 120, 14, 16
END
ICON_4 ICON "windebt.ico"

Info DIALOG -3, 15, 268, 201
STYLE WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Information"
FONT 10, "MS Sans Serif"
BEGIN
	LTEXT "The US National Debt, and its rate of increase as of June 30, 1992", -1, 10, 21, 237, 8
	LTEXT "(in $/second) based on numbers from the 5 July 1992 Albuquerque Journal", -1, 10, 34, 250, 8
	LTEXT ".... thanks to Brooke King brook@fuchsia.albuq.ingr.com", -1, 10, 46, 210, 8, WS_CHILD | WS_VISIBLE | WS_GROUP
	LTEXT "National Debt", -1, 10, 60, 50, 8
	LTEXT "$3,965,170,506,502.395", -1, 100, 60, 80, 8
	LTEXT "Delta", -1, 10, 70, 20, 8
	LTEXT "$14,132.887 per second", -1, 100, 70, 80, 8
	LTEXT "The US Population, and its rate of increase, as of July 1, 1990", -1, 10, 90, 220, 8
	LTEXT "(in people/second) based on numbers from the CIA's World Factbook 1990", -1, 10, 100, 250, 8
	LTEXT ".... thanks to tom@genie.slhs.udel.edu", -1, 10, 110, 130, 8
	LTEXT "Population", -1, 10, 120, 50, 8
	LTEXT "250,410,000 people", -1, 100, 120, 80, 10
	LTEXT "Delta", -1, 10, 130, 20, 8
	LTEXT "0.0714151266 people per second", -1, 100, 130, 110, 8
	PUSHBUTTON "OK", IDOK, 220, 160, 24, 14
	LTEXT " Brought to you as a public service by:", -1, 69, 160, 130, 8, WS_CHILD | WS_VISIBLE | WS_GROUP
	LTEXT " Mark C. DiVecchio           Silogic Systems", -1, 64, 170, 140, 8
	LTEXT " San Diego, CA             619-549-9841", -1, 74, 180, 120, 8
	CONTROL "DEBT     v1.1", 105, "EDIT", ES_CENTER | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP, 109, 0, 50, 12
	CONTROL "", -1, "static", SS_BLACKFRAME | WS_CHILD | WS_VISIBLE, 10, 150, 250, 50
	ICON "ICON_4", -1, 33, 166, 14, 16, WS_CHILD | WS_VISIBLE
END

