home *** CD-ROM | disk | FTP | other *** search
/ Computerworld 1996 March / Computerworld_1996-03_cd.bin / idg_cd3 / utility / applau13 / about.dfm / about.txt next >
Text File  |  1996-02-14  |  3KB  |  126 lines

  1. object AboutForm: TAboutForm
  2.   Left = 324
  3.   Top = 222
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'About AppLaunch'
  7.   ClientHeight = 429
  8.   ClientWidth = 417
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   TextHeight = 16
  18.   object Memo1: TMemo
  19.     Left = 8
  20.     Top = 88
  21.     Width = 401
  22.     Height = 305
  23.     Enabled = False
  24.     Font.Color = clBlack
  25.     Font.Height = -11
  26.     Font.Name = 'Arial'
  27.     Font.Style = []
  28.     Lines.Strings = (
  29.       'Dear user!'
  30.       ''
  31.       
  32.         'If you like AppLaunch, send me a T-shirt (size XL), a couple of ' +
  33.         'dollars, a '
  34.       'postcard or whatever you think it'#39's worth to:'
  35.       ''
  36.       '                  Anders Ohlsson'
  37.       '                  Tj∩┐╜derv∩┐╜gen 4'
  38.       '                  S-746 34 B∩┐╜lsta'
  39.       '                  Sweden'
  40.       ''
  41.       
  42.         'I collect all sorts of T-shirts (company labels, school labels, ' +
  43.         'football teams, WWW '
  44.       'surfing shirts and you name it).'
  45.       ''
  46.       
  47.         'Any donation worth $20 or more is entitled to a free update as s' +
  48.         'oon as it'#39's ready. '
  49.       'Be sure to include your email or snail mail address.'
  50.       ''
  51.       'Thanks for using AppLaunch, and see you in cyberspace...')
  52.     ParentFont = False
  53.     ReadOnly = True
  54.     TabOrder = 2
  55.   end
  56.   object Panel1: TPanel
  57.     Left = 8
  58.     Top = 8
  59.     Width = 401
  60.     Height = 73
  61.     BevelInner = bvLowered
  62.     TabOrder = 0
  63.     object ProgramName: TLabel
  64.       Left = 8
  65.       Top = 8
  66.       Width = 385
  67.       Height = 36
  68.       Alignment = taCenter
  69.       AutoSize = False
  70.       Caption = 'Set at runtime'
  71.       Font.Color = clBlack
  72.       Font.Height = -32
  73.       Font.Name = 'Times New Roman'
  74.       Font.Style = []
  75.       ParentFont = False
  76.       IsControl = True
  77.     end
  78.     object Copyright: TLabel
  79.       Left = 8
  80.       Top = 48
  81.       Width = 385
  82.       Height = 16
  83.       Alignment = taCenter
  84.       AutoSize = False
  85.       Caption = 'Set at runtime'
  86.       Font.Color = clBlack
  87.       Font.Height = -13
  88.       Font.Name = 'Arial'
  89.       Font.Style = []
  90.       ParentFont = False
  91.       IsControl = True
  92.     end
  93.   end
  94.   object Button1: TButton
  95.     Left = 8
  96.     Top = 400
  97.     Width = 401
  98.     Height = 25
  99.     Hint = 'Wow, a spacebar! Now, where is that OK button?|'
  100.     ParentShowHint = False
  101.     ShowHint = True
  102.     TabOrder = 1
  103.     OnClick = Button1Click
  104.   end
  105.   object Panel2: TPanel
  106.     Left = 272
  107.     Top = 344
  108.     Width = 128
  109.     Height = 40
  110.     Hint = 'Well, what can I say? First try in PainBrush...|'
  111.     BevelOuter = bvNone
  112.     Color = clWindow
  113.     ParentShowHint = False
  114.     ShowHint = True
  115.     TabOrder = 3
  116.     object Image1: TImage
  117.       Left = 0
  118.       Top = 0
  119.       Width = 128
  120.       Height = 40
  121.       Align = alClient
  122.       Picture.Data = {<image000.bmp>}
  123.     end
  124.   end
  125. end
  126.