home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: Shareware for Win 95
/
Chip-Shareware-Win95.bin
/
ostatni
/
delphi
/
ruzne
/
rzcomps.exe
/
LIB
/
RZLOOKFM.DF_
/
RZLOOKFM.DF
/
RZLOOKFM.txt
Wrap
Text File
|
1996-10-18
|
2KB
|
127 lines
object RzLookupForm: TRzLookupForm
Left = 209
Top = 123
Width = 275
Height = 275
Caption = 'Enter your own caption'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
PixelsPerInch = 96
Position = poScreenCenter
OnResize = FormResize
OnShow = FormShow
TextHeight = 13
object PnlSelections: TPanel
Left = 0
Top = 47
Width = 267
Height = 171
Align = alClient
BevelOuter = bvNone
BorderWidth = 4
TabOrder = 2
object LstSelections: TListBox
Left = 4
Top = 4
Width = 259
Height = 163
Align = alClient
ItemHeight = 13
TabOrder = 0
end
end
object PnlButtons: TPanel
Left = 0
Top = 218
Width = 267
Height = 30
Align = alBottom
BevelOuter = bvNone
TabOrder = 3
object PnlButtonOffset: TPanel
Left = 19
Top = 0
Width = 166
Height = 30
Align = alRight
BevelOuter = bvNone
TabOrder = 0
object BtnOK: TBitBtn
Left = 4
Top = 2
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
NumGlyphs = 2
end
object BtnCancel: TBitBtn
Left = 86
Top = 2
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
NumGlyphs = 2
end
end
object PnlHelpBtn: TPanel
Left = 185
Top = 0
Width = 82
Height = 30
Align = alRight
BevelOuter = bvNone
TabOrder = 1
Visible = False
object BtnHelp: TBitBtn
Left = 2
Top = 2
Width = 75
Height = 25
Caption = '&Help'
TabOrder = 0
OnClick = BtnHelpClick
NumGlyphs = 2
end
end
end
object PnlPrompt: TPanel
Left = 0
Top = 0
Width = 267
Height = 21
Align = alTop
Alignment = taLeftJustify
BevelOuter = bvNone
BorderWidth = 4
Caption = 'Enter your selection prompt'
TabOrder = 0
end
object PnlSearch: TPanel
Left = 0
Top = 21
Width = 267
Height = 26
Align = alTop
BevelOuter = bvNone
BorderWidth = 4
TabOrder = 1
object EdtSearch: TEdit
Left = 4
Top = 4
Width = 259
Height = 21
AutoSelect = False
TabOrder = 0
OnChange = EdtSearchChange
end
end
end