object SelectRepositoryForm: TSelectRepositoryForm Left = 375 Top = 105 ActiveControl = DRList BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = '%s a Dictionary' ClientHeight = 103 ClientWidth = 249 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter 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 = 2 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 = 3 OnClick = HelpBtnClick end end