object ParamsForm: TParamsForm Left = 162 Top = 89 Width = 435 Height = 300 BorderStyle = bsSizeToolWin Caption = 'Parameters' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poDefault Visible = True OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnResize = FormResize PixelsPerInch = 96 TextHeight = 13 object ParametersPageControl: TPageControl Left = 0 Top = 0 Width = 425 Height = 249 TabOrder = 0 OnChange = ParametersPageControlChange end object CloseParamsPage: TButton Left = 0 Top = 248 Width = 65 Height = 21 Caption = 'Close Page' TabOrder = 1 OnClick = CloseParamsPageClick end object ParamsOKButton: TButton Left = 64 Top = 248 Width = 65 Height = 21 Caption = 'OK' TabOrder = 2 OnClick = ParamsOKButtonClick end end