home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 November
/
Chip_2002-11_cd1.bin
/
zkuste
/
delphi
/
kompon
/
d123456
/
JBDBF.ZIP
/
TESTDBF1.dfm
/
TESTDBF1.txt
Wrap
Text File
|
2001-12-05
|
3KB
|
171 lines
object Form1: TForm1
Left = 222
Top = 111
BorderStyle = bsDialog
Caption = 'DEMO - jbDBF maker'
ClientHeight = 233
ClientWidth = 320
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 16
Top = 32
Width = 201
Height = 180
end
object Label1: TLabel
Left = 24
Top = 33
Width = 28
Height = 13
Caption = 'result:'
end
object Label2: TLabel
Left = 24
Top = 8
Width = 22
Height = 13
Caption = 'Path'
end
object Button1: TButton
Left = 224
Top = 4
Width = 89
Height = 33
Caption = 'End Demo'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 224
Top = 136
Width = 89
Height = 33
Caption = 'New,idx'
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 224
Top = 172
Width = 89
Height = 33
Caption = 'Find'
Enabled = False
TabOrder = 2
OnClick = Button3Click
end
object Edit1: TPubEdit
Left = 24
Top = 48
Width = 121
Height = 21
Color = clWhite
TabOrder = 3
Alignment = taLeftJustify
Capitalize = False
ColorOnFocus = clYellow
ColorOnNotFocus = clWhite
ColorOnDisabled = clBtnFace
EditType = teString
Required = False
end
object Panel1: TPanel
Left = 0
Top = 216
Width = 320
Height = 17
Align = alBottom
BevelOuter = bvNone
TabOrder = 4
object Panel2: TPanel
Left = 199
Top = 0
Width = 121
Height = 17
Align = alRight
Alignment = taLeftJustify
BevelOuter = bvLowered
BevelWidth = 2
TabOrder = 0
end
object Panel3: TPanel
Left = 0
Top = 0
Width = 199
Height = 17
Align = alClient
BevelOuter = bvLowered
BevelWidth = 2
TabOrder = 1
object Gauge1: TGauge
Left = 2
Top = 2
Width = 195
Height = 13
Align = alClient
BackColor = clBtnFace
BorderStyle = bsNone
ForeColor = clBlue
Progress = 0
end
end
end
object ListBox1: TListBox
Left = 24
Top = 96
Width = 185
Height = 113
ItemHeight = 13
TabOrder = 5
end
object RadioButton1: TRadioButton
Left = 24
Top = 72
Width = 73
Height = 17
Hint = 'Vyhled�v� jednu polo�ku...'
Caption = 'One field'
Checked = True
ParentShowHint = False
ShowHint = True
TabOrder = 6
TabStop = True
end
object RadioButton2: TRadioButton
Left = 120
Top = 72
Width = 81
Height = 17
Hint = 'Vyhled�v� v�ce polo�ek...'
Caption = 'Many fields'
ParentShowHint = False
ShowHint = True
TabOrder = 7
end
object Edit2: TEdit
Left = 56
Top = 5
Width = 161
Height = 21
TabOrder = 8
end
object DBF1: TjbDBF
StoreByIndex = False
ReadOnly = False
SaveOnClose = False
OnFound = DBF1Found
OnProgress = DBF1Progress
OnQuery = DBF1Query
Left = 288
end
end