object AboutBox: TAboutBox Left = 233 Top = 329 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'About EditPad' ClientHeight = 323 ClientWidth = 400 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Bevel3: TBevel Left = 7 Top = 196 Width = 386 Height = 92 Shape = bsFrame end object Bevel2: TBevel Left = 7 Top = 58 Width = 386 Height = 132 Shape = bsFrame end object Bevel1: TBevel Left = 7 Top = 7 Width = 386 Height = 46 Style = bsRaised end object Image1: TImage Left = 14 Top = 14 Width = 32 Height = 32 Picture.Data = {} end object Image2: TImage Left = 353 Top = 14 Width = 32 Height = 32 Picture.Data = {} end object Label1: TLabel Left = 90 Top = 14 Width = 220 Height = 16 Alignment = taCenter AutoSize = False Caption = 'EditPad 1.3.3' Color = clYellow Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentColor = False ParentFont = False end object Label2: TLabel Left = 90 Top = 32 Width = 220 Height = 13 Alignment = taCenter AutoSize = False Caption = 'Copyright (C) 1996, by Jan Goyvaerts' Color = clTeal Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentColor = False ParentFont = False end object Label3: TLabel Left = 29 Top = 63 Width = 341 Height = 15 Alignment = taCenter AutoSize = False Caption = 'EditPad is a fine replacement for the Windows NotePad.' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label4: TLabel Left = 14 Top = 82 Width = 372 Height = 45 Alignment = taCenter AutoSize = False Caption = 'EditPad is postcardware. You may freely distribute it, is as lon' + 'g as you do not ask any money for it and it is distributed in it' + 's original form. If you like it (use it), you have to send a pos' + 'tcard to the author.' WordWrap = True end object Label5: TLabel Left = 56 Top = 127 Width = 288 Height = 29 Alignment = taCenter AutoSize = False Caption = 'Thanks to Dale Means for pestering me to write EditPad :-) and f' + 'or beta-testing it.' WordWrap = True end object Label6: TLabel Left = 100 Top = 203 Width = 200 Height = 13 Alignment = taCenter AutoSize = False Caption = 'Feel free to visit my home page at' end object LabelURL: TLabel Left = 100 Top = 217 Width = 200 Height = 13 Hint = 'Click here to visit the home page of the creator of this fine pi' + 'ece of software!' Alignment = taCenter AutoSize = False Caption = 'http://www.tornado.be/~johnfg/' Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False OnClick = LabelURLClick end object Image3: TImage Left = 14 Top = 203 Width = 32 Height = 32 Picture.Data = {} OnDblClick = LabelURLClick end object Image4: TImage Left = 353 Top = 203 Width = 32 Height = 32 Picture.Data = {} OnDblClick = LabelURLClick end object Label7: TLabel Left = 10 Top = 240 Width = 379 Height = 15 Alignment = taCenter AutoSize = False Caption = 'You can download the latest version of EditPad and all my other ' + 'software there.' WordWrap = True end object Label8: TLabel Left = 12 Top = 257 Width = 375 Height = 26 Alignment = taCenter AutoSize = False Caption = 'If you wish to be notified by email when new versions of EditPad' + ' come out, you can subscribe to my mailing list by filling out t' + 'he form on my home page.' WordWrap = True end object Label9: TLabel Left = 14 Top = 158 Width = 372 Height = 30 Alignment = taCenter AutoSize = False Caption = 'I would also like to thank all the people who have sent me their' + ' postcards and expressed to me how much they like EditPad.' WordWrap = True end object BitBtn1: TBitBtn Left = 154 Top = 294 Width = 92 Height = 25 Caption = 'Great !' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 0 Kind = bkOK end end