Componentes.Terceros.RemObj.../internal/5.0.24.615/1/Data Abstract for Delphi/Samples/First Sample/FirstSampleclientMain.dfm

60 lines
1.4 KiB
Plaintext

object FirstSampleclientMainForm: TFirstSampleclientMainForm
Left = 31
Top = 80
AutoScroll = False
Caption = 'First Sample Client'
ClientHeight = 411
ClientWidth = 615
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 120
TextHeight = 16
object DAPoweredByDataAbstractButton1: TDAPoweredByDataAbstractButton
Left = 2
Top = 5
Width = 212
Height = 48
Cursor = crHandPoint
ApplicationType = atClient
end
object FillButton: TButton
Left = 384
Top = 20
Width = 92
Height = 30
Caption = '&Fill'
TabOrder = 0
OnClick = FillButtonClick
end
object UpdateButton: TButton
Left = 512
Top = 20
Width = 92
Height = 30
Caption = '&Update'
Enabled = False
TabOrder = 1
OnClick = UpdateButtonClick
end
object DBGrid1: TDBGrid
Left = 2
Top = 70
Width = 609
Height = 336
Anchors = [akLeft, akTop, akRight, akBottom]
DataSource = FirstSampleClientDataModule.ds_Customers
TabOrder = 2
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -14
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
end