home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2001 #9 / K-CD_2001-09.iso / Tools / treepad / Treepad.exe / 0 / RCDATA / TFABOUT / TFABOUT.txt < prev   
Text File  |  1999-03-01  |  3KB  |  133 lines

  1. object FAbout: TFAbout
  2.   Left = 279
  3.   Top = 151
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsNone
  6.   Caption = 'About'
  7.   ClientHeight = 343
  8.   ClientWidth = 313
  9.   Color = clMaroon
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'System'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object Panel2: TPanel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 298
  23.     Height = 329
  24.     TabOrder = 2
  25.   end
  26.   object Panel1: TPanel
  27.     Left = 16
  28.     Top = 19
  29.     Width = 281
  30.     Height = 262
  31.     BevelOuter = bvLowered
  32.     Color = clOlive
  33.     TabOrder = 0
  34.     object ProductName: TLabel
  35.       Left = 16
  36.       Top = 18
  37.       Width = 146
  38.       Height = 44
  39.       Caption = 'Treepad'
  40.       Font.Charset = ANSI_CHARSET
  41.       Font.Color = clNavy
  42.       Font.Height = -37
  43.       Font.Name = 'Arial'
  44.       Font.Style = [fsBold]
  45.       ParentFont = False
  46.       IsControl = True
  47.     end
  48.     object Label1: TLabel
  49.       Left = 16
  50.       Top = 60
  51.       Width = 241
  52.       Height = 26
  53.       AutoSize = False
  54.       Caption = 'Freeware version 2.6.9c'
  55.       Font.Charset = ANSI_CHARSET
  56.       Font.Color = clNavy
  57.       Font.Height = -19
  58.       Font.Name = 'Arial'
  59.       Font.Style = [fsBold, fsItalic]
  60.       ParentFont = False
  61.       WordWrap = True
  62.     end
  63.     object Label2: TLabel
  64.       Left = 15
  65.       Top = 92
  66.       Width = 172
  67.       Height = 16
  68.       Caption = 'for Windows  95, 98 and NT'
  69.       Color = clWhite
  70.       Font.Charset = DEFAULT_CHARSET
  71.       Font.Color = clWhite
  72.       Font.Height = -13
  73.       Font.Name = 'Arial'
  74.       Font.Style = [fsBold]
  75.       ParentColor = False
  76.       ParentFont = False
  77.       Transparent = True
  78.     end
  79.     object ProgramIcon: TImage
  80.       Left = 224
  81.       Top = 24
  82.       Width = 33
  83.       Height = 33
  84.       Picture.Data = {<image000.ico>}
  85.       Stretch = True
  86.       IsControl = True
  87.     end
  88.     object Memo1: TMemo
  89.       Left = 16
  90.       Top = 112
  91.       Width = 249
  92.       Height = 137
  93.       BorderStyle = bsNone
  94.       Color = clOlive
  95.       Font.Charset = DEFAULT_CHARSET
  96.       Font.Color = clWhite
  97.       Font.Height = -13
  98.       Font.Name = 'System'
  99.       Font.Style = [fsBold]
  100.       Lines.Strings = (
  101.         'Created by:'
  102.         '  Henk Hagedoorn'
  103.         '  Freebyte Software Engineering'
  104.         '  Amsterdam, 1999'
  105.         ''
  106.         'http://www.freebyte.com'
  107.         'software@freebyte.com'
  108.         'hjh@usa.net')
  109.       ParentFont = False
  110.       ReadOnly = True
  111.       TabOrder = 0
  112.     end
  113.   end
  114.   object OKButton: TBitBtn
  115.     Left = 219
  116.     Top = 302
  117.     Width = 77
  118.     Height = 27
  119.     Font.Charset = DEFAULT_CHARSET
  120.     Font.Color = clBlack
  121.     Font.Height = -12
  122.     Font.Name = 'MS Sans Serif'
  123.     Font.Style = [fsBold]
  124.     ParentFont = False
  125.     TabOrder = 1
  126.     OnClick = OKButtonClick
  127.     Kind = bkOK
  128.     Margin = 2
  129.     Spacing = -1
  130.     IsControl = True
  131.   end
  132. end
  133.