Componentes.Terceros.RemObj.../internal/5.0.23.613/1/Data Abstract for Delphi/Samples/First Sample/FirstSampleclientMain.dfm
david d99a44999f - Modificación del paquete RemObjects_Core_D10 para que sea un paquete de runtime/designtime (antes era designtime sólo)
- Recompilación en Delphi10 de todos los paquetes de RO para generar las DCU's en Lib\D10

git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@7 b6239004-a887-0f4b-9937-50029ccdca16
2007-09-10 13:36:58 +00:00

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