home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / Chip_1998-09_cd.bin / sharewar / fmedit / Fmedit95.exe / 0 / RCDATA / TLEABOUTBOX / TLEABOUTBOX.txt < prev   
Text File  |  1998-01-18  |  3KB  |  140 lines

  1. object LEAboutBox: TLEAboutBox
  2.   Left = 167
  3.   Top = 134
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 163
  8.   ClientWidth = 331
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 331
  20.     Height = 118
  21.     Align = alClient
  22.     BevelInner = bvLowered
  23.     BevelWidth = 2
  24.     TabOrder = 0
  25.     object ProgramIconDown: TImage
  26.       Left = 24
  27.       Top = 16
  28.       Width = 35
  29.       Height = 35
  30.       Picture.Data = {<image000.bmp>}
  31.       Stretch = True
  32.       Visible = False
  33.       IsControl = True
  34.     end
  35.     object ProgramIconUp: TImage
  36.       Left = 24
  37.       Top = 16
  38.       Width = 35
  39.       Height = 35
  40.       Picture.Data = {<image001.bmp>}
  41.       Stretch = True
  42.       IsControl = True
  43.     end
  44.     object ProductName: TLabel
  45.       Left = 116
  46.       Top = 8
  47.       Width = 162
  48.       Height = 24
  49.       Caption = 'LEdit Component'
  50.       Font.Color = clWindowText
  51.       Font.Height = -19
  52.       Font.Name = 'MS Sans Serif'
  53.       Font.Style = [fsBold]
  54.       ParentFont = False
  55.       Transparent = True
  56.       OnClick = ProductNameClick
  57.     end
  58.     object Version: TLabel
  59.       Left = 100
  60.       Top = 36
  61.       Width = 73
  62.       Height = 16
  63.       Caption = 'Version 2.07'
  64.       Font.Color = clWindowText
  65.       Font.Height = -13
  66.       Font.Name = 'MS Sans Serif'
  67.       Font.Style = []
  68.       ParentFont = False
  69.       Transparent = True
  70.     end
  71.     object VersionNumber: TLabel
  72.       Left = 176
  73.       Top = 36
  74.       Width = 116
  75.       Height = 16
  76.       Caption = 'Registered Version'
  77.       Font.Color = clWindowText
  78.       Font.Height = -13
  79.       Font.Name = 'MS Sans Serif'
  80.       Font.Style = []
  81.       ParentFont = False
  82.       Transparent = True
  83.     end
  84.     object Copyright: TLabel
  85.       Left = 24
  86.       Top = 64
  87.       Width = 189
  88.       Height = 16
  89.       Caption = 'Copyright 1996, TechnoSoft, Inc.'
  90.       Font.Color = clWindowText
  91.       Font.Height = -13
  92.       Font.Name = 'MS Sans Serif'
  93.       Font.Style = []
  94.       ParentFont = False
  95.       Transparent = True
  96.     end
  97.     object Description: TLabel
  98.       Left = 24
  99.       Top = 88
  100.       Width = 268
  101.       Height = 16
  102.       Caption = 'A Delphi component wrapper to the LEdit DLL'
  103.       Font.Color = clWindowText
  104.       Font.Height = -13
  105.       Font.Name = 'MS Sans Serif'
  106.       Font.Style = []
  107.       ParentFont = False
  108.       Transparent = True
  109.     end
  110.   end
  111.   object Panel5: TPanel
  112.     Left = 0
  113.     Top = 118
  114.     Width = 331
  115.     Height = 45
  116.     Align = alBottom
  117.     BevelInner = bvRaised
  118.     TabOrder = 1
  119.     object Panel6: TPanel
  120.       Left = 120
  121.       Top = 4
  122.       Width = 81
  123.       Height = 37
  124.       BevelInner = bvLowered
  125.       BevelOuter = bvLowered
  126.       BevelWidth = 2
  127.       TabOrder = 0
  128.       object Button1: TBitBtn
  129.         Left = 4
  130.         Top = 4
  131.         Width = 73
  132.         Height = 29
  133.         TabOrder = 0
  134.         OnClick = Button1Click
  135.         Kind = bkOK
  136.       end
  137.     end
  138.   end
  139. end
  140.