home *** CD-ROM | disk | FTP | other *** search
- object FrmParam: TFrmParam
- Left = 312
- Top = 259
- BorderStyle = bsDialog
- Caption = 'Java Param'
- ClientHeight = 97
- ClientWidth = 243
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object lblName: TLabel
- Left = 8
- Top = 8
- Width = 28
- Height = 13
- Caption = '&Name'
- FocusControl = EditName
- end
- object lblValue: TLabel
- Left = 8
- Top = 32
- Width = 27
- Height = 13
- Caption = '&Value'
- FocusControl = EditValue
- end
- object EditName: TEdit
- Left = 48
- Top = 8
- Width = 185
- Height = 20
- TabOrder = 0
- end
- object EditValue: TEdit
- Left = 48
- Top = 32
- Width = 185
- Height = 20
- TabOrder = 1
- end
- object btnOK: TButton
- Left = 48
- Top = 64
- Width = 89
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 2
- end
- object btnCancel: TButton
- Left = 144
- Top = 64
- Width = 89
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- end
-