Componentes.Terceros.RemObj.../internal/5.0.23.613/1/Data Abstract for Delphi/Samples/Calculated Fields/CalcFields_ClientMain.dfm
david 2824855ea7 - 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
- Recompilación en Delphi10 de todos los paquetes de DA para generar las DCU's en Lib\D10

git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@9 b6239004-a887-0f4b-9937-50029ccdca16
2007-09-10 14:06:19 +00:00

52 lines
1.2 KiB
Plaintext

object CalcFields_ClientMainForm: TCalcFields_ClientMainForm
Left = 81
Top = 65
BorderWidth = 5
Caption = 'CalcFields - Client'
ClientHeight = 263
ClientWidth = 428
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object OpenCloseButton: TButton
Left = 0
Top = 0
Width = 75
Height = 25
Caption = 'Open/Close'
TabOrder = 0
OnClick = OpenCloseButtonClick
end
object gCustomers: TDBGrid
Left = 0
Top = 31
Width = 428
Height = 232
Align = alBottom
Anchors = [akLeft, akTop, akRight, akBottom]
DataSource = CalcFields_ClientDataForm.ds_Customers
TabOrder = 1
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object ApplyUpdatesButton: TButton
Left = 80
Top = 0
Width = 89
Height = 25
Caption = 'Apply Updates'
TabOrder = 2
OnClick = ApplyUpdatesButtonClick
end
end