home *** CD-ROM | disk | FTP | other *** search
- object PackageForm: TPackageForm
- Left = 200
- Top = 108
- BorderStyle = bsDialog
- Caption = 'Package'
- ClientHeight = 280
- ClientWidth = 344
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object GroupBox: TGroupBox
- Left = 8
- Top = 8
- Width = 329
- Height = 225
- Caption = 'Package'
- TabOrder = 0
- object NameLabel: TLabel
- Left = 8
- Top = 24
- Width = 34
- Height = 13
- Caption = 'Name :'
- end
- object PathLabel: TLabel
- Left = 8
- Top = 56
- Width = 28
- Height = 13
- Caption = 'Path :'
- end
- object ImportLabel: TLabel
- Left = 8
- Top = 88
- Width = 35
- Height = 13
- Caption = 'Import :'
- end
- object NameEdit: TEdit
- Left = 48
- Top = 24
- Width = 273
- Height = 21
- TabOrder = 0
- end
- object PathEdit: TEdit
- Left = 48
- Top = 56
- Width = 193
- Height = 21
- TabOrder = 1
- end
- object PathBrowseButton: TButton
- Left = 248
- Top = 56
- Width = 73
- Height = 21
- Caption = 'Browse...'
- TabOrder = 2
- OnClick = PathBrowseButtonClick
- end
- object ImportListBox: TListBox
- Left = 48
- Top = 88
- Width = 273
- Height = 97
- ItemHeight = 13
- TabOrder = 3
- end
- object AddButton: TButton
- Left = 152
- Top = 192
- Width = 81
- Height = 25
- Caption = 'Add...'
- TabOrder = 4
- OnClick = AddButtonClick
- end
- object DeleteButton: TButton
- Left = 240
- Top = 192
- Width = 81
- Height = 25
- Caption = 'Delete'
- TabOrder = 5
- OnClick = DeleteButtonClick
- end
- end
- object OKButton: TBitBtn
- Left = 248
- Top = 240
- Width = 89
- Height = 33
- TabOrder = 1
- Kind = bkOK
- end
- object CancelButton: TBitBtn
- Left = 152
- Top = 240
- Width = 89
- Height = 33
- TabOrder = 2
- Kind = bkCancel
- end
- end
-