home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / webedit / data.z / WebEdit.exe / 0 / RCDATA / TFRMPARAMJAVA / TFRMPARAMJAVA.txt
Text File  |  1996-10-14  |  2KB  |  89 lines

  1. object frmParamJava: TfrmParamJava
  2.   Left = 243
  3.   Top = 181
  4.   HelpContext = 174
  5.   BorderStyle = bsDialog
  6.   Caption = 'Param'
  7.   ClientHeight = 226
  8.   ClientWidth = 371
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 354
  22.     Height = 180
  23.     Shape = bsFrame
  24.     IsControl = True
  25.   end
  26.   object OKBtn: TBitBtn
  27.     Left = 116
  28.     Top = 195
  29.     Width = 77
  30.     Height = 25
  31.     Caption = 'OK'
  32.     Default = True
  33.     ModalResult = 1
  34.     TabOrder = 1
  35.     NumGlyphs = 2
  36.     Spacing = -1
  37.     IsControl = True
  38.   end
  39.   object CancelBtn: TBitBtn
  40.     Left = 200
  41.     Top = 195
  42.     Width = 77
  43.     Height = 25
  44.     Cancel = True
  45.     Caption = 'Cancel'
  46.     ModalResult = 2
  47.     TabOrder = 2
  48.     NumGlyphs = 2
  49.     Spacing = -1
  50.     IsControl = True
  51.   end
  52.   object HelpBtn: TBitBtn
  53.     Left = 284
  54.     Top = 195
  55.     Width = 77
  56.     Height = 25
  57.     Caption = 'Help'
  58.     TabOrder = 3
  59.     OnClick = HelpBtnClick
  60.     NumGlyphs = 2
  61.     Spacing = -1
  62.     IsControl = True
  63.   end
  64.   object sgOptions: TStringGrid
  65.     Left = 16
  66.     Top = 16
  67.     Width = 337
  68.     Height = 164
  69.     Hint = 
  70.       'Name: the name of the parameter - Value: the value obtained by t' +
  71.       'he applet with the getParameter() method'
  72.     ColCount = 2
  73.     DefaultColWidth = 165
  74.     DefaultRowHeight = 19
  75.     FixedCols = 0
  76.     RowCount = 500
  77.     Font.Color = clBlack
  78.     Font.Height = -11
  79.     Font.Name = 'MS Sans Serif'
  80.     Font.Style = []
  81.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goEditing, goTabs, goAlwaysShowEditor, goThumbTracking]
  82.     ParentFont = False
  83.     ParentShowHint = False
  84.     ScrollBars = ssNone
  85.     ShowHint = True
  86.     TabOrder = 0
  87.   end
  88. end
  89.