object NagScreen: TNagScreen Left = 0 Top = 0 BorderStyle = bsDialog Caption = 'Welcome to NeoSoft Icon Editor' ClientHeight = 282 ClientWidth = 481 Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [] Position = poScreenCenter Scaled = False PixelsPerInch = 96 TextHeight = 15 object Label1: TLabel Left = 8 Top = 256 Width = 50 Height = 15 Caption = 'You have' Font.Color = clBtnText Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 94 Top = 256 Width = 183 Height = 15 Caption = 'days left to evaluate this program.' Font.Color = clBtnText Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object Bevel1: TBevel Left = 0 Top = 240 Width = 481 Height = 9 Shape = bsTopLine end object NagMemo: TMemo Left = 8 Top = 8 Width = 465 Height = 225 TabStop = False Font.Color = clWindowText Font.Height = -13 Font.Name = 'Courier New' Font.Style = [] Lines.Strings = ( 'This is an UNregistered copy of NeoSoft Icon Editor' '' 'If you purchased a registered version of NeoSoft' 'Icon Editor then a registration card was included in ' 'the package. Please enter the serial number from the' 'registration card by first selecting the Register ' 'button below and then typing the number into the' 'space provided. Remember, in order to be eligible for ' 'upgrades, you must fill out and return the lower' 'portion of your registration card.' '' 'If you received NeoSoft Icon Editor from a friend, BBS,' 'catalog or anywhere other than from NeoSoft or an' 'authorized commercial software distributor, you may' 'evaluate the program for a period of up to 30 days.' 'In order to continue using the program beyond the 30' 'days, you must register (purchase the program).' 'Registered users will receive a typeset manual, the' 'latest version on diskette, serial number, technical' 'support, notices of major upgrades and information' 'about other NeoSoft products.' '' 'The price for a single copy of NeoSoft Icon Editor is' '$24.95 + shipping & handling (select a destination' 'and method below).' '' 'United States: $5 US Mail, $9 FedEx 2-day' 'Canada/Mexico: $7 Air Mail, $17 FedEx' 'Other Nations: $12 Air Mail, $19 FedEx' '' 'If you intend to use NeoSoft Icon Editor on more than ' 'one computer or on a network, please contact our sales' 'department at (541) 389-5489 for information and' 'pricing.' '' 'Ordering your copy of NeoSoft Icon Editor is easy! For' 'your convenience, we gladly accept VISA, MasterCard,' 'Discover and American Express. If you send your order' 'through the mail, we also accept checks and money' 'orders provided they are in U.S. funds and drawn on' 'a U.S. bank. To place an order, use one of the' 'following methods:' '' 'Phone: (541) 389-5489 (8:00-5:00 PM PST)' 'Fax: (541) 388-8221 (24 Hours)' 'Mail: NeoSoft Corp.' ' 354 NE Greenwood Avenue, Suite 108' ' Bend, Oregon 97701-4631' '' 'If you would like to give a copy of this program to' 'a friend or associate please do so, but you may NOT' 'give anyone your serial number. We hope you enjoy' 'NeoSoft Icon Editor and share it with your friends.') ParentFont = False ReadOnly = True ScrollBars = ssVertical TabOrder = 2 end object RegisterButton: TBitBtn Left = 288 Top = 248 Width = 90 Height = 28 Caption = '&Register' Font.Color = clBtnText Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = RegisterButtonClick Glyph.Data = { 78010000424D7801000000000000760000002800000020000000100000000100 04000000000000000000120B0000120B00000000000000000000000000000000 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555 5000555555555555577755555555555550B0555555555555F7F7555555555550 00B05555555555577757555555555550B3B05555555555F7F557555555555000 3B0555555555577755755555555500B3B0555555555577555755555555550B3B 055555FFFF5F7F5575555700050003B05555577775777557555570BBB00B3B05 555577555775557555550BBBBBB3B05555557F555555575555550BBBBBBB0555 55557F55FF557F5555550BB003BB075555557F577F5575F5555577B003BBB055 555575F7755557F5555550BB33BBB0555555575F555557F555555507BBBB0755 55555575FFFF77555555555700007555555555577777755555550000} NumGlyphs = 2 end object ContinueButton: TBitBtn Left = 384 Top = 248 Width = 90 Height = 28 Caption = '&Evaluate' Default = True Font.Color = clBtnText Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 0 Glyph.Data = { 78010000424D7801000000000000760000002800000020000000100000000100 04000000000000000000120B0000120B00000000000000000000000000000000 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555 555555555555555555555555555555555555555555FF55555555555559055555 55555555577FF5555555555599905555555555557777F5555555555599905555 555555557777FF5555555559999905555555555777777F555555559999990555 5555557777777FF5555557990599905555555777757777F55555790555599055 55557775555777FF5555555555599905555555555557777F5555555555559905 555555555555777FF5555555555559905555555555555777FF55555555555579 05555555555555777FF5555555555557905555555555555777FF555555555555 59905555555555555777555555555555555555555555555555550000} NumGlyphs = 2 end object UsageCounter: TEdit Left = 63 Top = 253 Width = 27 Height = 20 TabStop = False AutoSize = False Enabled = False Font.Color = clWindowText Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ParentFont = False ReadOnly = True TabOrder = 3 Text = '30' end end