Componentes.Terceros.RemObj.../internal/5.0.35.741/1/Data Abstract for Delphi/Samples/Reduced Delta/ReducedDeltaClientMain.dfm
2009-02-28 17:16:16 +00:00

57 lines
1.3 KiB
Plaintext

object ReducedDeltaClientMainForm: TReducedDeltaClientMainForm
Left = 106
Top = 100
AutoScroll = False
Caption = 'Reduced Delta Client'
ClientHeight = 381
ClientWidth = 640
Color = clBtnFace
ParentFont = True
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object OpenButton: TButton
Left = 8
Top = 8
Width = 75
Height = 25
Caption = 'Open/Close'
TabOrder = 0
OnClick = OpenButtonClick
end
object ApplyButton: TButton
Left = 88
Top = 8
Width = 75
Height = 25
Caption = 'ApplyUpdate'
TabOrder = 1
OnClick = ApplyButtonClick
end
object DBGrid1: TDBGrid
Left = 8
Top = 40
Width = 624
Height = 331
Anchors = [akLeft, akTop, akRight, akBottom]
DataSource = ReducedDeltaClientDataModule.ds_Customers
TabOrder = 2
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object cbReducedDelta: TCheckBox
Left = 184
Top = 12
Width = 161
Height = 17
Caption = 'Send Reduced Delta'
TabOrder = 3
OnClick = cbReducedDeltaClick
end
end