home *** CD-ROM | disk | FTP | other *** search
- object NewRepositoryForm: TNewRepositoryForm
- Left = 376
- Top = 141
- ActiveControl = DRName
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = '%s Dictionary'
- ClientHeight = 160
- ClientWidth = 359
- ParentFont = True
- HelpFile = 'dbexplr3.hlp'
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 344
- Height = 113
- Shape = bsFrame
- end
- object NameLabel: TLabel
- Left = 20
- Top = 19
- Width = 90
- Height = 16
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Dictionary Name:'
- end
- object DatabaseLabel: TLabel
- Left = 52
- Top = 43
- Width = 58
- Height = 16
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Database:'
- end
- object TableLabel: TLabel
- Left = 39
- Top = 67
- Width = 71
- Height = 16
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Table Name:'
- end
- object DescLabel: TLabel
- Left = 46
- Top = 90
- Width = 64
- Height = 16
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Description:'
- end
- object TableEdit: TEdit
- Left = 117
- Top = 64
- Width = 225
- Height = 21
- TabOrder = 5
- OnChange = CheckOK
- end
- object TableBox: TComboBox
- Left = 117
- Top = 64
- Width = 225
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- Sorted = True
- TabOrder = 6
- OnChange = CheckOK
- OnDropDown = TableBoxDropDown
- end
- object OKBtn: TButton
- Left = 117
- Top = 128
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- Enabled = False
- ModalResult = 1
- TabOrder = 0
- end
- object CancelBtn: TButton
- Left = 197
- Top = 128
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object HelpBtn: TButton
- Left = 277
- Top = 128
- Width = 75
- Height = 25
- Caption = '&Help'
- TabOrder = 2
- OnClick = HelpBtnClick
- end
- object DRName: TEdit
- Left = 117
- Top = 16
- Width = 225
- Height = 21
- TabOrder = 3
- OnChange = CheckOK
- end
- object DbList: TComboBox
- Left = 117
- Top = 40
- Width = 225
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- Sorted = True
- TabOrder = 4
- OnChange = DbListChange
- end
- object DRDesc: TEdit
- Left = 117
- Top = 88
- Width = 225
- Height = 21
- TabOrder = 7
- end
- end
-