home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 June A / Pcwk6A98.iso / Share95 / Tvstudio / _SETUP.1 / PStudio.exe / 0 / RCDATA / TFORM4 / TFORM4.txt
Text File  |  1998-04-01  |  1KB  |  65 lines

  1. object Form4: TForm4
  2.   Left = 366
  3.   Top = 429
  4.   BorderStyle = bsDialog
  5.   Caption = 'Registration'
  6.   ClientHeight = 89
  7.   ClientWidth = 254
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 16
  18.     Top = 8
  19.     Width = 225
  20.     Height = 16
  21.     Caption = 'Please enter your serial number:'
  22.     Font.Charset = DEFAULT_CHARSET
  23.     Font.Color = clWindowText
  24.     Font.Height = -13
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = [fsBold, fsUnderline]
  27.     ParentFont = False
  28.   end
  29.   object BitBtn1: TBitBtn
  30.     Left = 96
  31.     Top = 40
  32.     Width = 75
  33.     Height = 25
  34.     TabOrder = 0
  35.     OnClick = BitBtn1Click
  36.     Kind = bkOK
  37.   end
  38.   object BitBtn2: TBitBtn
  39.     Left = 176
  40.     Top = 40
  41.     Width = 75
  42.     Height = 25
  43.     TabOrder = 1
  44.     OnClick = BitBtn2Click
  45.     Kind = bkCancel
  46.   end
  47.   object Memo1: TMemo
  48.     Left = 8
  49.     Top = 40
  50.     Width = 81
  51.     Height = 25
  52.     TabOrder = 2
  53.   end
  54.   object Memo2: TMemo
  55.     Left = 8
  56.     Top = 72
  57.     Width = 81
  58.     Height = 17
  59.     Lines.Strings = (
  60.       '')
  61.     TabOrder = 3
  62.     Visible = False
  63.   end
  64. end
  65.