home *** CD-ROM | disk | FTP | other *** search
- object SelectRepositoryForm: TSelectRepositoryForm
- Left = 375
- Top = 105
- ActiveControl = DRList
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = '%s a Dictionary'
- ClientHeight = 103
- ClientWidth = 249
- Color = clBtnFace
- ParentFont = True
- HelpFile = 'dbexplr3.hlp'
- OldCreateOrder = True
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object OKBtn: TButton
- Left = 8
- Top = 72
- Width = 73
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object CancelBtn: TButton
- Left = 88
- Top = 72
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object DRBox: TGroupBox
- Left = 8
- Top = 8
- Width = 233
- Height = 57
- Caption = 'Dictionary Name'
- TabOrder = 3
- object DRList: TComboBox
- Left = 7
- Top = 20
- Width = 218
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- Items.Strings = (
- '(None)')
- TabOrder = 0
- end
- end
- object HelpBtn: TButton
- Left = 168
- Top = 72
- Width = 75
- Height = 25
- Caption = '&Help'
- TabOrder = 2
- OnClick = HelpBtnClick
- end
- end
-