home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: Shareware for Win 95
/
Chip-Shareware-Win95.bin
/
ostatni
/
delphi
/
delphi2
/
seldlg.exe
/
32BIT
/
FSELDLG.DFM
/
FSELDLG.txt
Wrap
Text File
|
1996-10-16
|
1KB
|
72 lines
object FormSelDlg: TFormSelDlg
Left = 308
Top = 156
Width = 269
Height = 313
Caption = 'Select Record'
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Style = []
OnClose = FormClose
OnResize = FormResize
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 16
object Panel3: TPanel
Left = 0
Top = 253
Width = 261
Height = 33
Align = alBottom
Caption = 'Panel3'
TabOrder = 0
object BtnSelect: TBitBtn
Left = 0
Top = 0
Width = 133
Height = 33
Caption = '&Select'
TabOrder = 0
Kind = bkOK
end
object BtnCancel: TBitBtn
Left = 132
Top = 0
Width = 129
Height = 33
Caption = '&Cancel'
TabOrder = 1
Kind = bkCancel
end
end
object DBGrid1: TDBGrid
Left = 0
Top = 25
Width = 261
Height = 228
Align = alClient
DataSource = DSSelect
Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
TabOrder = 1
TitleFont.Color = clWindowText
TitleFont.Height = -13
TitleFont.Name = 'System'
TitleFont.Style = []
OnDblClick = DBGrid1DblClick
end
object DBNavigator1: TDBNavigator
Left = 0
Top = 0
Width = 261
Height = 25
DataSource = DSSelect
Align = alTop
TabOrder = 2
end
object DSSelect: TDataSource
Left = 220
Top = 36
end
end