object frmParamJava: TfrmParamJava Left = 243 Top = 181 HelpContext = 174 BorderStyle = bsDialog Caption = 'Param' ClientHeight = 226 ClientWidth = 371 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 354 Height = 180 Shape = bsFrame IsControl = True end object OKBtn: TBitBtn Left = 116 Top = 195 Width = 77 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 NumGlyphs = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 200 Top = 195 Width = 77 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 NumGlyphs = 2 Spacing = -1 IsControl = True end object HelpBtn: TBitBtn Left = 284 Top = 195 Width = 77 Height = 25 Caption = 'Help' TabOrder = 3 OnClick = HelpBtnClick NumGlyphs = 2 Spacing = -1 IsControl = True end object sgOptions: TStringGrid Left = 16 Top = 16 Width = 337 Height = 164 Hint = 'Name: the name of the parameter - Value: the value obtained by t' + 'he applet with the getParameter() method' ColCount = 2 DefaultColWidth = 165 DefaultRowHeight = 19 FixedCols = 0 RowCount = 500 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goEditing, goTabs, goAlwaysShowEditor, goThumbTracking] ParentFont = False ParentShowHint = False ScrollBars = ssNone ShowHint = True TabOrder = 0 end end