home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: Shareware for Win 95
/
Chip-Shareware-Win95.bin
/
ostatni
/
delphi
/
ruzne
/
rzcomps.exe
/
LIB
/
RZDBLKFM.DF_
/
RZDBLKFM.DF
/
RZDBLKFM.txt
Wrap
Text File
|
1996-10-18
|
3KB
|
132 lines
object RzDBLookupForm: TRzDBLookupForm
Left = 276
Top = 92
Width = 435
Height = 303
Caption = 'Caption Goes Here'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
PixelsPerInch = 96
Position = poScreenCenter
OnResize = FormResize
OnShow = FormShow
TextHeight = 13
object PnlPrompt: TPanel
Left = 0
Top = 0
Width = 427
Height = 47
Align = alTop
Alignment = taLeftJustify
BevelOuter = bvNone
BorderWidth = 4
TabOrder = 0
object LblPrompt: TLabel
Left = 4
Top = 4
Width = 52
Height = 13
Caption = 'Search for '
end
object EdtSearch: TEdit
Left = 4
Top = 21
Width = 213
Height = 20
TabOrder = 0
OnChange = EdtSearchChange
OnKeyPress = EdtSearchKeyPress
end
end
object PnlLookup: TPanel
Left = 0
Top = 47
Width = 427
Height = 199
Align = alClient
BevelOuter = bvNone
BorderWidth = 4
TabOrder = 1
object GrdLookup: TDBGrid
Left = 4
Top = 4
Width = 419
Height = 191
Align = alClient
DataSource = SrcLookup
Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
TabOrder = 0
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
end
object PnlButtons: TPanel
Left = 0
Top = 246
Width = 427
Height = 30
Align = alBottom
BevelOuter = bvNone
TabOrder = 2
object PnlButtonOffset: TPanel
Left = 179
Top = 0
Width = 167
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 = 87
Top = 2
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
NumGlyphs = 2
end
end
object PnlHelpBtn: TPanel
Left = 346
Top = 0
Width = 81
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 SrcLookup: TDataSource
Left = 392
Top = 4
end
end