home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 September / PCWorld_2007-09_cd.bin / multimedia / coverme / CoverMe.exe / 0 / RCDATA / TFORMABOUT / TFORMABOUT.txt
Text File  |  2007-07-27  |  2KB  |  96 lines

  1. object FormAbout: TFormAbout
  2.   Left = 379
  3.   Top = 170
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'About application'
  7.   ClientHeight = 332
  8.   ClientWidth = 421
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 212
  23.     Height = 27
  24.     Caption = 'Long Bridge Software'
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clBlack
  27.     Font.Height = -24
  28.     Font.Name = 'Times New Roman'
  29.     Font.Style = []
  30.     ParentFont = False
  31.   end
  32.   object Bevel1: TBevel
  33.     Left = 8
  34.     Top = 36
  35.     Width = 409
  36.     Height = 9
  37.     Shape = bsTopLine
  38.     Style = bsRaised
  39.   end
  40.   object Label2: TLabel
  41.     Left = 8
  42.     Top = 44
  43.     Width = 55
  44.     Height = 13
  45.     Caption = 'Homepage:'
  46.   end
  47.   object Label3: TLabel
  48.     Left = 68
  49.     Top = 44
  50.     Width = 32
  51.     Height = 13
  52.     Caption = 'Label3'
  53.     Font.Charset = DEFAULT_CHARSET
  54.     Font.Color = clBlue
  55.     Font.Height = -11
  56.     Font.Name = 'MS Sans Serif'
  57.     Font.Style = [fsUnderline]
  58.     ParentFont = False
  59.     OnClick = Label3Click
  60.     OnMouseEnter = Label3MouseEnter
  61.     OnMouseLeave = Label3MouseLeave
  62.   end
  63.   object Memo1: TMemo
  64.     Left = 8
  65.     Top = 64
  66.     Width = 405
  67.     Height = 229
  68.     Font.Charset = DEFAULT_CHARSET
  69.     Font.Color = clWindowText
  70.     Font.Height = -13
  71.     Font.Name = 'MS Sans Serif'
  72.     Font.Style = []
  73.     ParentFont = False
  74.     ScrollBars = ssVertical
  75.     TabOrder = 0
  76.   end
  77.   object BitBtn1: TBitBtn
  78.     Left = 172
  79.     Top = 300
  80.     Width = 75
  81.     Height = 25
  82.     Caption = 'Close'
  83.     TabOrder = 1
  84.     OnClick = BitBtn1Click
  85.     Glyph.Data = {
  86.       F6000000424DF600000000000000760000002800000010000000100000000100
  87.       0400000000008000000000000000000000001000000010000000000000000000
  88.       80000080000000808000800000008000800080800000C0C0C000808080000000
  89.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777778888877
  90.       7777777881111188777777811999991187777719999999991877719999999999
  91.       91877199FF999FF991871999FFF9FFF9991819999FFFFF999918199999FFF999
  92.       991819999FFFFF9999181999FFF9FFF999187199FF999FF99187719999999999
  93.       9187771999999999187777711999991177777777711111777777}
  94.   end
  95. end
  96.