home *** CD-ROM | disk | FTP | other *** search
- object EditPathForm: TEditPathForm
- Left = 310
- Top = 98
- Width = 500
- Height = 291
- HelpContext = 24968
- Caption = 'Edit Search Path'
- ParentFont = True
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 492
- Height = 227
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 0
- object ListBox1: TListBox
- Left = 0
- Top = 0
- Width = 492
- Height = 227
- Align = alClient
- DragMode = dmAutomatic
- ItemHeight = 13
- TabOrder = 0
- OnDragDrop = ListBox1DragDrop
- OnDragOver = ListBox1DragOver
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 227
- Width = 492
- Height = 37
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 1
- object BtnAdd: TButton
- Left = 4
- Top = 8
- Width = 75
- Height = 25
- Caption = 'Add &Path'
- TabOrder = 0
- OnClick = BtnAddClick
- end
- object Button1: TButton
- Left = 85
- Top = 8
- Width = 75
- Height = 25
- Caption = 'Add &Zip / JAR'
- TabOrder = 1
- OnClick = Button1Click
- end
- object btnRemove: TButton
- Left = 166
- Top = 8
- Width = 75
- Height = 25
- Caption = '&Remove'
- TabOrder = 2
- OnClick = btnRemoveClick
- end
- object BtnOK: TButton
- Left = 253
- Top = 8
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 3
- end
- object BtnCancel: TButton
- Left = 334
- Top = 8
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 4
- end
- object ButtonHelp: TButton
- Left = 415
- Top = 8
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Help'
- TabOrder = 5
- OnClick = ButtonHelpClick
- end
- end
- object OpenDialog1: TOpenDialog
- DefaultExt = 'zip'
- Filter =
- 'Zip and Jar Files (*.zip;*.jar)|*.zip;*.jar|Zip Files (*.zip)|*.' +
- 'zip|Jar Files (*.jar)|*.jar'
- Options = [ofHideReadOnly, ofAllowMultiSelect, ofPathMustExist, ofFileMustExist]
- Title = 'Add Zip/Jar'
- Left = 238
- Top = 214
- end
- end
-