Componentes.Terceros.DevExp.../official/x.36/ExpressDBTree Suite/Demos/Delphi/DBTree/dbgridv.dfm
2008-06-02 17:37:37 +00:00

65 lines
1.3 KiB
Plaintext

object Form3: TForm3
Left = 95
Top = 52
BorderIcons = []
BorderStyle = bsDialog
Caption = 'DBGrid'
ClientHeight = 273
ClientWidth = 505
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 232
Width = 505
Height = 41
Align = alBottom
BevelOuter = bvNone
TabOrder = 0
object DBNavigator1: TDBNavigator
Left = 4
Top = 8
Width = 240
Height = 25
DataSource = Form1.DS1
TabOrder = 0
end
object BitBtn1: TBitBtn
Left = 428
Top = 9
Width = 75
Height = 25
TabOrder = 1
Kind = bkClose
end
end
object Panel2: TPanel
Left = 0
Top = 0
Width = 505
Height = 232
Align = alClient
BevelInner = bvLowered
BevelOuter = bvNone
TabOrder = 1
object DBGrid1: TDBGrid
Left = 1
Top = 1
Width = 503
Height = 230
Align = alClient
DataSource = Form1.DS1
TabOrder = 0
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
end
end