Componentes.Terceros.SDAC/internal/4.10.0.10/1/Demos/Win32/Miscellaneous/Dll/DLLMain.dfm
2007-10-05 14:48:18 +00:00

93 lines
2.0 KiB
Plaintext

object fmDllMain: TfmDllMain
Left = 448
Top = 324
Width = 599
Height = 330
Caption = 'MS Data Access Demo - DLL'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poDefaultPosOnly
OnClose = FormClose
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object DBGrid: TDBGrid
Left = 0
Top = 26
Width = 591
Height = 270
Align = alClient
DataSource = DataSource
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object pnToolBar: TPanel
Left = 0
Top = 0
Width = 591
Height = 26
Align = alTop
BevelOuter = bvNone
TabOrder = 1
object Panel1: TPanel
Left = 1
Top = 1
Width = 394
Height = 24
BevelOuter = bvNone
Color = clGreen
TabOrder = 0
object btOpen: TSpeedButton
Left = 1
Top = 1
Width = 75
Height = 22
Caption = 'Open'
Flat = True
Transparent = False
OnClick = btOpenClick
end
object btClose: TSpeedButton
Left = 77
Top = 1
Width = 75
Height = 22
Caption = 'Close'
Flat = True
Transparent = False
OnClick = btCloseClick
end
object DBNavigator: TDBNavigator
Left = 153
Top = 1
Width = 240
Height = 22
DataSource = DataSource
Flat = True
TabOrder = 0
end
end
end
object MSQuery: TMSQuery
SQL.Strings = (
'SELECT * FROM Emp')
Left = 24
Top = 56
end
object DataSource: TDataSource
DataSet = MSQuery
Left = 56
Top = 56
end
end