home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / Chip_2000-02_cd.bin / sharewar / MBM / _SETUP.1 / MBM4.exe / 0 / RCDATA / TFORM13 / TFORM13.txt
Text File  |  1999-11-06  |  3KB  |  121 lines

  1. object Form13: TForm13
  2.   Left = 340
  3.   Top = 285
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Form13'
  6.   ClientHeight = 288
  7.   ClientWidth = 362
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Image1: TImage
  22.     Left = 8
  23.     Top = 8
  24.     Width = 41
  25.     Height = 41
  26.   end
  27.   object Label2: TLabel
  28.     Left = 56
  29.     Top = 48
  30.     Width = 145
  31.     Height = 13
  32.     Caption = 'Copyright 1999 Alex van Kaam'
  33.   end
  34.   object Label3: TLabel
  35.     Left = 56
  36.     Top = 72
  37.     Width = 297
  38.     Height = 33
  39.     Cursor = crHandPoint
  40.     Hint = 'Alex van Kaam, Haydnstraat 18, 5751ES Deurne, Netherlands'
  41.     AutoSize = False
  42.     Caption = 'Label3'
  43.     WordWrap = True
  44.     OnClick = Label3Click
  45.   end
  46.   object Label4: TLabel
  47.     Left = 56
  48.     Top = 112
  49.     Width = 32
  50.     Height = 13
  51.     Caption = 'Label4'
  52.   end
  53.   object Label5: TLabel
  54.     Left = 8
  55.     Top = 136
  56.     Width = 32
  57.     Height = 13
  58.     Caption = 'Label5'
  59.   end
  60.   object Label1: TLabel
  61.     Left = 56
  62.     Top = 24
  63.     Width = 62
  64.     Height = 22
  65.     Caption = 'Label1'
  66.     Font.Charset = ANSI_CHARSET
  67.     Font.Color = clBlack
  68.     Font.Height = -19
  69.     Font.Name = 'Arial'
  70.     Font.Style = [fsBold]
  71.     ParentFont = False
  72.   end
  73.   object Label6: TLabel
  74.     Left = 54
  75.     Top = 22
  76.     Width = 62
  77.     Height = 22
  78.     Caption = 'Label1'
  79.     Font.Charset = ANSI_CHARSET
  80.     Font.Color = clWhite
  81.     Font.Height = -19
  82.     Font.Name = 'Arial'
  83.     Font.Style = [fsBold]
  84.     ParentFont = False
  85.     Transparent = True
  86.   end
  87.   object Memo1: TMemo
  88.     Left = 8
  89.     Top = 152
  90.     Width = 345
  91.     Height = 129
  92.     Font.Charset = ANSI_CHARSET
  93.     Font.Color = clWindowText
  94.     Font.Height = -11
  95.     Font.Name = 'Arial'
  96.     Font.Style = []
  97.     Lines.Strings = (
  98.       'Alexander Amelkin, Alex Vaserfirer, Andreas Goetz, Andrey L. '
  99.       'Ivanov, Arne Bockholdt, Benn Vosseteig, Brian Leshin, Dennis '
  100.       'Peppe, Dmitry A. Zatsepin, Don Harms, Don Hass, Edwin '
  101.       'Oostendarp, Emmanuel Viollet, Frank S.F. Huang, Fred Maxwell, '
  102.       'Fred von Stein, Jonathan Teh, Joe Guenther, John M Akins, Laura '
  103.       
  104.         'Werner, Lee Keeners, Malte Titze, Manlio Tribioli, Martin Grote,' +
  105.         ' '
  106.       'Martin Kuhne, Mehmet Emin, Michael Burgess, Nancy Claxton, '
  107.       'Nigel "Sysops", Noriyuki Yoneya, Ozzo, Pascal Muller, Ralph '
  108.       'Reeds, Reti, Reinier E.B. de Groot, Ricky '
  109.       
  110.         'Mathews, Rickey Costas, Rolf Egil, Rudi -we also could- Stijger,' +
  111.         ' '
  112.       'Sean Gilmour, Sergio Formicola, Stef van Hooijdonk, Stefan '
  113.       'Hillenbrand, Stefan Hoffmeister, Stephen B Maguire, Svein Tore, '
  114.       'Tim Davis, Thomas George.')
  115.     ParentFont = False
  116.     ReadOnly = True
  117.     ScrollBars = ssVertical
  118.     TabOrder = 0
  119.   end
  120. end
  121.