home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 June / Pcwk6b98.iso / Mpeg3 / Playit / playit.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Text File  |  1997-11-21  |  2KB  |  106 lines

  1. object Form2: TForm2
  2.   Left = 314
  3.   Top = 203
  4.   BorderStyle = bsNone
  5.   Caption = 'Form2'
  6.   ClientHeight = 91
  7.   ClientWidth = 201
  8.   Color = clBlack
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poDefault
  14.   OnCreate = FormCreate
  15.   OnPaint = FormPaint
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object lblName: TLabel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 201
  22.     Height = 37
  23.     Align = alTop
  24.     AutoSize = False
  25.     Transparent = True
  26.   end
  27.   object TorryButton2: TTorryButton
  28.     Left = 116
  29.     Top = 66
  30.     Width = 81
  31.     Height = 17
  32.     BorderColor = clLime
  33.     LedOffColor = clGreen
  34.     LedOnColor = clLime
  35.     LedDownColor = clRed
  36.     Caption = 'OK'
  37.     Font.Color = clLime
  38.     Font.Height = -11
  39.     Font.Name = 'Arial'
  40.     Font.Style = []
  41.     RoundedCornerSize = 16
  42.     OnClick = TorryButton2Click
  43.   end
  44.   object Label1: TLabel
  45.     Left = 40
  46.     Top = 4
  47.     Width = 125
  48.     Height = 17
  49.     Alignment = taCenter
  50.     AutoSize = False
  51.     Caption = 'Win Play It Ver 1.5'
  52.     Font.Color = clLime
  53.     Font.Height = -11
  54.     Font.Name = 'Arial'
  55.     Font.Style = [fsBold]
  56.     ParentFont = False
  57.   end
  58.   object Label2: TLabel
  59.     Left = 40
  60.     Top = 20
  61.     Width = 125
  62.     Height = 17
  63.     Alignment = taCenter
  64.     AutoSize = False
  65.     Caption = '(c) SeaSide Studios'
  66.     Font.Color = clLime
  67.     Font.Height = -11
  68.     Font.Name = 'Arial'
  69.     Font.Style = [fsBold]
  70.     ParentFont = False
  71.   end
  72.   object TorryButton1: TTorryButton
  73.     Left = 28
  74.     Top = 66
  75.     Width = 81
  76.     Height = 19
  77.     BorderColor = clLime
  78.     LedOffColor = clGreen
  79.     LedOnColor = clLime
  80.     LedDownColor = clRed
  81.     Caption = 'Read Me'
  82.     Font.Color = clLime
  83.     Font.Height = -11
  84.     Font.Name = 'Arial'
  85.     Font.Style = []
  86.     RoundedCornerSize = 16
  87.     OnClick = TorryButton1Click
  88.   end
  89.   object Label3: TLabel
  90.     Left = 12
  91.     Top = 40
  92.     Width = 181
  93.     Height = 17
  94.     Cursor = crDrag
  95.     Alignment = taCenter
  96.     AutoSize = False
  97.     Caption = 'www.islandnet.com/~specter'
  98.     Font.Color = clBlue
  99.     Font.Height = -11
  100.     Font.Name = 'Arial'
  101.     Font.Style = [fsBold, fsUnderline]
  102.     ParentFont = False
  103.     OnClick = Label3Click
  104.   end
  105. end
  106.