home *** CD-ROM | disk | FTP | other *** search
/ Computer Panoráma / computer_panorama_1997-12-hibas.iso / SHARE / SOUND / DFC097.ZIP / Dfc.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Text File  |  1997-09-27  |  2KB  |  76 lines

  1. object Form2: TForm2
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'CONTRIBUTORS / BETA-TESTERS'
  7.   ClientHeight = 157
  8.   ClientWidth = 427
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object GroupBox1: TGroupBox
  17.     Left = 3
  18.     Top = 3
  19.     Width = 421
  20.     Height = 55
  21.     Caption = ' Contributors '
  22.     Font.Color = clBlack
  23.     Font.Height = -13
  24.     Font.Name = 'Arial'
  25.     Font.Style = [fsBold, fsItalic]
  26.     ParentFont = False
  27.     TabOrder = 0
  28.     object Label1: TLabel
  29.       Left = 15
  30.       Top = 24
  31.       Width = 126
  32.       Height = 15
  33.       Caption = 'Contributors? What? : )'
  34.       Font.Color = clBlack
  35.       Font.Height = -12
  36.       Font.Name = 'Arial'
  37.       Font.Style = [fsItalic]
  38.       ParentFont = False
  39.     end
  40.   end
  41.   object GroupBox2: TGroupBox
  42.     Left = 3
  43.     Top = 66
  44.     Width = 421
  45.     Height = 52
  46.     Caption = ' Beta-Testers '
  47.     Font.Color = clBlack
  48.     Font.Height = -13
  49.     Font.Name = 'Arial'
  50.     Font.Style = [fsBold, fsItalic]
  51.     ParentFont = False
  52.     TabOrder = 1
  53.     object Label2: TLabel
  54.       Left = 9
  55.       Top = 21
  56.       Width = 76
  57.       Height = 15
  58.       Caption = '- FABIO RANI'
  59.       Font.Color = clBlack
  60.       Font.Height = -12
  61.       Font.Name = 'Arial'
  62.       Font.Style = [fsItalic]
  63.       ParentFont = False
  64.     end
  65.   end
  66.   object OKButt: TButton
  67.     Left = 3
  68.     Top = 129
  69.     Width = 421
  70.     Height = 25
  71.     Caption = 'OK'
  72.     TabOrder = 2
  73.     OnClick = OKButtClick
  74.   end
  75. end
  76.