home *** CD-ROM | disk | FTP | other *** search
/ IT.SOFT 22 / ITSOFTCD_22.iso / pc / shareware22 / file / HTMLTOOL.ZIP / HTMLTOOL.exe / 0 / RCDATA / TFRMPARAM / TFRMPARAM.txt
Encoding:
Text File  |  1998-01-30  |  1.1 KB  |  64 lines

  1. object FrmParam: TFrmParam
  2.   Left = 312
  3.   Top = 259
  4.   BorderStyle = bsDialog
  5.   Caption = 'Java Param'
  6.   ClientHeight = 97
  7.   ClientWidth = 243
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object lblName: TLabel
  15.     Left = 8
  16.     Top = 8
  17.     Width = 28
  18.     Height = 13
  19.     Caption = '&Name'
  20.     FocusControl = EditName
  21.   end
  22.   object lblValue: TLabel
  23.     Left = 8
  24.     Top = 32
  25.     Width = 27
  26.     Height = 13
  27.     Caption = '&Value'
  28.     FocusControl = EditValue
  29.   end
  30.   object EditName: TEdit
  31.     Left = 48
  32.     Top = 8
  33.     Width = 185
  34.     Height = 20
  35.     TabOrder = 0
  36.   end
  37.   object EditValue: TEdit
  38.     Left = 48
  39.     Top = 32
  40.     Width = 185
  41.     Height = 20
  42.     TabOrder = 1
  43.   end
  44.   object btnOK: TButton
  45.     Left = 48
  46.     Top = 64
  47.     Width = 89
  48.     Height = 25
  49.     Caption = 'OK'
  50.     Default = True
  51.     ModalResult = 1
  52.     TabOrder = 2
  53.   end
  54.   object btnCancel: TButton
  55.     Left = 144
  56.     Top = 64
  57.     Width = 89
  58.     Height = 25
  59.     Caption = 'Cancel'
  60.     ModalResult = 2
  61.     TabOrder = 3
  62.   end
  63. end
  64.