home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 April / PCWorld_2001-04_cd.bin / Software / Vyzkuste / openwin / OPENWIN.exe / 0 / RCDATA / TABOUT / TABOUT.txt
Text File  |  2000-02-08  |  1KB  |  56 lines

  1. object about: Tabout
  2.   Left = 252
  3.   Top = 232
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'about'
  7.   ClientHeight = 149
  8.   ClientWidth = 280
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 3
  19.     Top = 2
  20.     Width = 274
  21.     Height = 116
  22.   end
  23.   object Label1: TLabel
  24.     Left = 7
  25.     Top = 9
  26.     Width = 262
  27.     Height = 82
  28.     AutoSize = False
  29.     Caption = 'Label1'
  30.   end
  31.   object Label2: TLabel
  32.     Left = 65
  33.     Top = 99
  34.     Width = 148
  35.     Height = 13
  36.     Caption = 'http://www.bsoft.ic24.net'
  37.     Font.Color = clBlack
  38.     Font.Height = -11
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = [fsBold]
  41.     ParentFont = False
  42.     OnClick = Label2Click
  43.     OnMouseMove = Label2MouseMove
  44.   end
  45.   object Button1: TButton
  46.     Left = 103
  47.     Top = 121
  48.     Width = 75
  49.     Height = 25
  50.     Caption = 'OK'
  51.     Default = True
  52.     ModalResult = 1
  53.     TabOrder = 0
  54.   end
  55. end
  56.