home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Utilitare / xvi / XVI32.exe / 0 / RCDATA / TFORMABOUT2 / TFORMABOUT2.txt
Text File  |  2003-08-02  |  3KB  |  127 lines

  1. object FormAbout2: TFormAbout2
  2.   Tag = 1
  3.   Left = 291
  4.   Top = 185
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'FormAbout2'
  8.   ClientHeight = 168
  9.   ClientWidth = 352
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   KeyPreview = True
  17.   OldCreateOrder = True
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Image2: TImage
  23.     Left = 10
  24.     Top = 10
  25.     Width = 130
  26.     Height = 145
  27.     AutoSize = True
  28.     OnClick = Image2Click
  29.   end
  30.   object LabelCopyR: TLabel
  31.     Left = 150
  32.     Top = 10
  33.     Width = 8
  34.     Height = 16
  35.     Caption = '∩┐╜'
  36.     Font.Charset = DEFAULT_CHARSET
  37.     Font.Color = clBlack
  38.     Font.Height = -13
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = []
  41.     ParentFont = False
  42.     Transparent = True
  43.   end
  44.   object CMLblMail: TCMLbl
  45.     Left = 150
  46.     Top = 27
  47.     Width = 152
  48.     Height = 16
  49.     Cursor = 11
  50.     Caption = 'chmaas@handshake.de'
  51.     Font.Charset = DEFAULT_CHARSET
  52.     Font.Color = clBlue
  53.     Font.Height = -13
  54.     Font.Name = 'Courier New'
  55.     Font.Style = [fsUnderline]
  56.     ParentFont = False
  57.     Transparent = True
  58.     URL = 'chmaas@handshake.de'
  59.   end
  60.   object LabelInfo: TLabel
  61.     Left = 150
  62.     Top = 75
  63.     Width = 201
  64.     Height = 46
  65.     AutoSize = False
  66.     Transparent = True
  67.     WordWrap = True
  68.   end
  69.   object CMLbl1: TCMLbl
  70.     Left = 150
  71.     Top = 46
  72.     Width = 184
  73.     Height = 16
  74.     Cursor = 11
  75.     Caption = 'www.chmaas.handshake.de'
  76.     Font.Charset = DEFAULT_CHARSET
  77.     Font.Color = clBlue
  78.     Font.Height = -13
  79.     Font.Name = 'Courier New'
  80.     Font.Style = [fsUnderline]
  81.     ParentFont = False
  82.     URL = 'www.chmaas.handshake.de'
  83.   end
  84.   object BitBtn1: TBitBtn
  85.     Left = 193
  86.     Top = 140
  87.     Width = 75
  88.     Height = 25
  89.     Cancel = True
  90.     Caption = 'OK'
  91.     Default = True
  92.     ModalResult = 1
  93.     TabOrder = 0
  94.   end
  95.   object Memo1: TMemo
  96.     Left = 10
  97.     Top = 10
  98.     Width = 130
  99.     Height = 145
  100.     Lines.Strings = (
  101.       'Bronze statue of a '
  102.       'charioteer, originally '
  103.       'belonging to a larger '
  104.       'group which'
  105.       'represented a chariot '
  106.       'drawn by four horses. '
  107.       'It was dedicated to '
  108.       'Apollo by'
  109.       'Polyzalos, the tyrant of '
  110.       'Gela, in 478 B.C. '
  111.       'when he won the '
  112.       'chariot-race at the'
  113.       'Pythian Games. This '
  114.       'incomparable statue is '
  115.       'a representative '
  116.       'example of the'
  117.       '"severe" Attic style, '
  118.       'certainly the work of a '
  119.       'major artist.')
  120.     ReadOnly = True
  121.     ScrollBars = ssVertical
  122.     TabOrder = 1
  123.     Visible = False
  124.     OnClick = Memo1Click
  125.   end
  126. end
  127.