home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Runimage / Delphi50 / Bin / DBX50.BPL / 0 / RCDATA / TNEWREPOSITORYFORM / TNEWREPOSITORYFORM.txt
Encoding:
Text File  |  1999-08-11  |  2.4 KB  |  136 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 = 160
  9.   ClientWidth = 359
  10.   ParentFont = True
  11.   HelpFile = 'dbexplr3.hlp'
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 344
  20.     Height = 113
  21.     Shape = bsFrame
  22.   end
  23.   object NameLabel: TLabel
  24.     Left = 20
  25.     Top = 19
  26.     Width = 90
  27.     Height = 16
  28.     Alignment = taRightJustify
  29.     AutoSize = False
  30.     Caption = 'Dictionary Name:'
  31.   end
  32.   object DatabaseLabel: TLabel
  33.     Left = 52
  34.     Top = 43
  35.     Width = 58
  36.     Height = 16
  37.     Alignment = taRightJustify
  38.     AutoSize = False
  39.     Caption = 'Database:'
  40.   end
  41.   object TableLabel: TLabel
  42.     Left = 39
  43.     Top = 67
  44.     Width = 71
  45.     Height = 16
  46.     Alignment = taRightJustify
  47.     AutoSize = False
  48.     Caption = 'Table Name:'
  49.   end
  50.   object DescLabel: TLabel
  51.     Left = 46
  52.     Top = 90
  53.     Width = 64
  54.     Height = 16
  55.     Alignment = taRightJustify
  56.     AutoSize = False
  57.     Caption = 'Description:'
  58.   end
  59.   object TableEdit: TEdit
  60.     Left = 117
  61.     Top = 64
  62.     Width = 225
  63.     Height = 21
  64.     TabOrder = 5
  65.     OnChange = CheckOK
  66.   end
  67.   object TableBox: TComboBox
  68.     Left = 117
  69.     Top = 64
  70.     Width = 225
  71.     Height = 21
  72.     Style = csDropDownList
  73.     ItemHeight = 13
  74.     Sorted = True
  75.     TabOrder = 6
  76.     OnChange = CheckOK
  77.     OnDropDown = TableBoxDropDown
  78.   end
  79.   object OKBtn: TButton
  80.     Left = 117
  81.     Top = 128
  82.     Width = 75
  83.     Height = 25
  84.     Caption = 'OK'
  85.     Default = True
  86.     Enabled = False
  87.     ModalResult = 1
  88.     TabOrder = 0
  89.   end
  90.   object CancelBtn: TButton
  91.     Left = 197
  92.     Top = 128
  93.     Width = 75
  94.     Height = 25
  95.     Cancel = True
  96.     Caption = 'Cancel'
  97.     ModalResult = 2
  98.     TabOrder = 1
  99.   end
  100.   object HelpBtn: TButton
  101.     Left = 277
  102.     Top = 128
  103.     Width = 75
  104.     Height = 25
  105.     Caption = '&Help'
  106.     TabOrder = 2
  107.     OnClick = HelpBtnClick
  108.   end
  109.   object DRName: TEdit
  110.     Left = 117
  111.     Top = 16
  112.     Width = 225
  113.     Height = 21
  114.     TabOrder = 3
  115.     OnChange = CheckOK
  116.   end
  117.   object DbList: TComboBox
  118.     Left = 117
  119.     Top = 40
  120.     Width = 225
  121.     Height = 21
  122.     Style = csDropDownList
  123.     ItemHeight = 13
  124.     Sorted = True
  125.     TabOrder = 4
  126.     OnChange = DbListChange
  127.   end
  128.   object DRDesc: TEdit
  129.     Left = 117
  130.     Top = 88
  131.     Width = 225
  132.     Height = 21
  133.     TabOrder = 7
  134.   end
  135. end
  136.