home *** CD-ROM | disk | FTP | other *** search
- object EditDbDlg: TEditDbDlg
- Left = 153
- Top = 188
- ActiveControl = Edit1
- BorderStyle = bsDialog
- Caption = 'Edit Database Information'
- ClientHeight = 150
- ClientWidth = 388
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- Position = poScreenCenter
- ShowHint = True
- OnShow = FormShow
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 281
- Height = 129
- Shape = bsFrame
- IsControl = True
- end
- object Label1: TLabel
- Left = 16
- Top = 16
- Width = 95
- Height = 13
- Caption = 'Database Name:'
- end
- object Label2: TLabel
- Left = 16
- Top = 56
- Width = 127
- Height = 13
- Caption = 'Database Description:'
- end
- object Label3: TLabel
- Left = 16
- Top = 98
- Width = 90
- Height = 13
- Caption = 'Disk File Name:'
- end
- object OKBtn: TBitBtn
- Left = 300
- Top = 8
- Width = 77
- Height = 27
- Caption = '&OK'
- TabOrder = 0
- Kind = bkOK
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object CancelBtn: TBitBtn
- Left = 300
- Top = 40
- Width = 77
- Height = 27
- Caption = '&Cancel'
- TabOrder = 1
- Kind = bkCancel
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object HelpBtn: TBitBtn
- Left = 300
- Top = 72
- Width = 77
- Height = 27
- TabOrder = 2
- Kind = bkHelp
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object Edit1: TEdit
- Left = 16
- Top = 32
- Width = 121
- Height = 20
- Hint = 'Enter Database Name Here'
- TabOrder = 3
- end
- object Edit2: TEdit
- Left = 16
- Top = 72
- Width = 265
- Height = 20
- Hint = 'Enter Database Description Here'
- MaxLength = 250
- TabOrder = 4
- end
- object Edit3: TEdit
- Left = 16
- Top = 112
- Width = 121
- Height = 20
- Hint = 'File Name As Created On Hard Disk (*.DBF, *.DBT, *.MDX)'
- Color = clSilver
- ReadOnly = True
- TabOrder = 5
- end
- end
-