home *** CD-ROM | disk | FTP | other *** search
/ Freelog 6 / Freelog006.iso / Logs / Musique / Orangator / ORAN20.EXE / 0 / RCDATA / TPARAMSFORM / TPARAMSFORM.txt
Text File  |  1998-02-08  |  928b  |  47 lines

  1. object ParamsForm: TParamsForm
  2.   Left = 162
  3.   Top = 89
  4.   Width = 435
  5.   Height = 300
  6.   BorderStyle = bsSizeToolWin
  7.   Caption = 'Parameters'
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poDefault
  13.   Visible = True
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnResize = FormResize
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object ParametersPageControl: TPageControl
  21.     Left = 0
  22.     Top = 0
  23.     Width = 425
  24.     Height = 249
  25.     TabOrder = 0
  26.     OnChange = ParametersPageControlChange
  27.   end
  28.   object CloseParamsPage: TButton
  29.     Left = 0
  30.     Top = 248
  31.     Width = 65
  32.     Height = 21
  33.     Caption = 'Close Page'
  34.     TabOrder = 1
  35.     OnClick = CloseParamsPageClick
  36.   end
  37.   object ParamsOKButton: TButton
  38.     Left = 64
  39.     Top = 248
  40.     Width = 65
  41.     Height = 21
  42.     Caption = 'OK'
  43.     TabOrder = 2
  44.     OnClick = ParamsOKButtonClick
  45.   end
  46. end
  47.