home *** CD-ROM | disk | FTP | other *** search
- object ImportForm: TImportForm
- Left = 200
- Top = 108
- BorderStyle = bsDialog
- Caption = 'Import'
- ClientHeight = 240
- ClientWidth = 288
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object GroupBox: TGroupBox
- Left = 8
- Top = 8
- Width = 273
- Height = 185
- Caption = 'Import'
- TabOrder = 0
- object ImportLabel: TLabel
- Left = 8
- Top = 24
- Width = 35
- Height = 13
- Caption = 'Import :'
- end
- object ListLabel: TLabel
- Left = 8
- Top = 56
- Width = 22
- Height = 13
- Caption = 'List :'
- end
- object ImportEdit: TEdit
- Left = 48
- Top = 24
- Width = 217
- Height = 21
- TabOrder = 0
- end
- object ImportListBox: TListBox
- Left = 48
- Top = 56
- Width = 217
- Height = 113
- ItemHeight = 13
- Items.Strings = (
- 'java.applet.*'
- 'java.awt.*'
- 'java.awt.image.*'
- 'java.awt.peer.*'
- 'java.io.*'
- 'java.lang.*'
- 'java.net.*'
- 'java.util.*')
- TabOrder = 1
- OnClick = ImportListBoxClick
- end
- end
- object OKButton: TBitBtn
- Left = 192
- Top = 200
- Width = 89
- Height = 33
- TabOrder = 1
- Kind = bkOK
- end
- object CancelButton: TBitBtn
- Left = 96
- Top = 200
- Width = 89
- Height = 33
- TabOrder = 2
- Kind = bkCancel
- end
- end
-