home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / DBX.DLL / RCDATA / TSELECTREPOSITORYFORM / TSELECTREPOSITORYFORM.txt
Text File  |  1997-01-16  |  1KB  |  66 lines

  1. object SelectRepositoryForm: TSelectRepositoryForm
  2.   Left = 375
  3.   Top = 105
  4.   ActiveControl = DRList
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = '%s a Dictionary'
  8.   ClientHeight = 103
  9.   ClientWidth = 249
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   TextHeight = 13
  17.   object OKBtn: TButton
  18.     Left = 8
  19.     Top = 72
  20.     Width = 73
  21.     Height = 25
  22.     Caption = 'OK'
  23.     Default = True
  24.     ModalResult = 1
  25.     TabOrder = 0
  26.   end
  27.   object CancelBtn: TButton
  28.     Left = 88
  29.     Top = 72
  30.     Width = 75
  31.     Height = 25
  32.     Cancel = True
  33.     Caption = 'Cancel'
  34.     ModalResult = 2
  35.     TabOrder = 1
  36.   end
  37.   object DRBox: TGroupBox
  38.     Left = 8
  39.     Top = 8
  40.     Width = 233
  41.     Height = 57
  42.     Caption = 'Dictionary Name'
  43.     TabOrder = 2
  44.     object DRList: TComboBox
  45.       Left = 7
  46.       Top = 20
  47.       Width = 218
  48.       Height = 21
  49.       Style = csDropDownList
  50.       ItemHeight = 13
  51.       Items.Strings = (
  52.         '(None)')
  53.       TabOrder = 0
  54.     end
  55.   end
  56.   object HelpBtn: TButton
  57.     Left = 168
  58.     Top = 72
  59.     Width = 75
  60.     Height = 25
  61.     Caption = '&Help'
  62.     TabOrder = 3
  63.     OnClick = HelpBtnClick
  64.   end
  65. end
  66.