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

  1. object NewRepositoryForm: TNewRepositoryForm
  2.   Left = 376
  3.   Top = 141
  4.   ActiveControl = DRName
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = '%s Dictionary'
  8.   ClientHeight = 197
  9.   ClientWidth = 442
  10.   Font.Color = clWindowText
  11.   Font.Height = -14
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object Bevel1: TBevel
  19.     Left = 10
  20.     Top = 10
  21.     Width = 423
  22.     Height = 139
  23.     Shape = bsFrame
  24.   end
  25.   object NameLabel: TLabel
  26.     Left = 24
  27.     Top = 23
  28.     Width = 111
  29.     Height = 20
  30.     Alignment = taRightJustify
  31.     AutoSize = False
  32.     Caption = 'Dictionary Name:'
  33.   end
  34.   object DatabaseLabel: TLabel
  35.     Left = 64
  36.     Top = 53
  37.     Width = 71
  38.     Height = 20
  39.     Alignment = taRightJustify
  40.     AutoSize = False
  41.     Caption = 'Database:'
  42.   end
  43.   object TableLabel: TLabel
  44.     Left = 48
  45.     Top = 82
  46.     Width = 87
  47.     Height = 20
  48.     Alignment = taRightJustify
  49.     AutoSize = False
  50.     Caption = 'Table Name:'
  51.   end
  52.   object DescLabel: TLabel
  53.     Left = 56
  54.     Top = 111
  55.     Width = 79
  56.     Height = 19
  57.     Alignment = taRightJustify
  58.     AutoSize = False
  59.     Caption = 'Description:'
  60.   end
  61.   object TableEdit: TEdit
  62.     Left = 144
  63.     Top = 79
  64.     Width = 277
  65.     Height = 29
  66.     TabOrder = 5
  67.     OnChange = CheckOK
  68.   end
  69.   object TableBox: TComboBox
  70.     Left = 144
  71.     Top = 79
  72.     Width = 277
  73.     Height = 24
  74.     Style = csDropDownList
  75.     ItemHeight = 16
  76.     Sorted = True
  77.     TabOrder = 6
  78.     OnChange = CheckOK
  79.     OnDropDown = TableBoxDropDown
  80.   end
  81.   object OKBtn: TButton
  82.     Left = 144
  83.     Top = 158
  84.     Width = 92
  85.     Height = 30
  86.     Caption = 'OK'
  87.     Default = True
  88.     Enabled = False
  89.     ModalResult = 1
  90.     TabOrder = 0
  91.   end
  92.   object CancelBtn: TButton
  93.     Left = 242
  94.     Top = 158
  95.     Width = 93
  96.     Height = 30
  97.     Cancel = True
  98.     Caption = 'Cancel'
  99.     ModalResult = 2
  100.     TabOrder = 1
  101.   end
  102.   object HelpBtn: TButton
  103.     Left = 341
  104.     Top = 158
  105.     Width = 92
  106.     Height = 30
  107.     Caption = '&Help'
  108.     TabOrder = 2
  109.     OnClick = HelpBtnClick
  110.   end
  111.   object DRName: TEdit
  112.     Left = 144
  113.     Top = 20
  114.     Width = 277
  115.     Height = 29
  116.     TabOrder = 3
  117.     OnChange = CheckOK
  118.   end
  119.   object DbList: TComboBox
  120.     Left = 144
  121.     Top = 49
  122.     Width = 277
  123.     Height = 24
  124.     Style = csDropDownList
  125.     ItemHeight = 16
  126.     Sorted = True
  127.     TabOrder = 4
  128.     OnChange = DbListChange
  129.   end
  130.   object DRDesc: TEdit
  131.     Left = 144
  132.     Top = 108
  133.     Width = 277
  134.     Height = 30
  135.     TabOrder = 7
  136.   end
  137. end
  138.