home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 October
/
Chip_2001-10_cd1.bin
/
zkuste
/
delphi
/
kolekce
/
d6
/
FRCLX.ZIP
/
DEMO
/
Unit4.xfm
/
Unit4.txt
Wrap
Text File
|
2001-07-30
|
931b
|
49 lines
object Form4: TForm4
Left = 193
Top = 107
Width = 293
Height = 95
HorzScrollBar.Range = 285
VertScrollBar.Range = 85
ActiveControl = Edit1
BorderStyle = fbsDialog
Caption = 'Select database'
Color = clButton
Font.Color = clText
Font.Height = 11
Font.Name = 'MS Sans Serif'
Font.Pitch = fpVariable
Font.Style = []
Font.Weight = 40
ParentFont = False
Position = poScreenCenter
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
TextWidth = 5
object Label1: TLabel
Left = 8
Top = 12
Width = 141
Height = 13
Caption = 'Database path (employee.gdb)'
end
object Edit1: TEdit
Left = 8
Top = 28
Width = 277
Height = 21
TabOrder = 0
Text = 'D:\Delphi\Borland Shared\Data\employee.gdb'
end
object Button1: TButton
Left = 108
Top = 60
Width = 75
Height = 25
Caption = 'OK'
ModalResult = 1
TabOrder = 1
end
end