git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@49 b6239004-a887-0f4b-9937-50029ccdca16
57 lines
1.3 KiB
Plaintext
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
|