Componentes.Terceros.RemObj.../internal/6.0.43.801/1/RemObjects Samples/Data Abstract for Delphi/Reduced Delta/fClientForm.dfm
2010-01-29 16:17:43 +00:00

73 lines
1.5 KiB
Plaintext

object ClientForm: TClientForm
Left = 336
Top = 274
Width = 520
Height = 481
Caption = 'Reduced Delta Sample'
Color = clBtnFace
Constraints.MinWidth = 520
ParentFont = True
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 504
Height = 49
Align = alTop
TabOrder = 0
object DAPoweredByDataAbstractButton1: TDAPoweredByDataAbstractButton
Left = 0
Top = 0
Width = 212
Height = 48
Cursor = crHandPoint
end
object btLoad: TButton
Left = 218
Top = 13
Width = 75
Height = 25
Caption = 'Load'
TabOrder = 0
OnClick = btLoadClick
end
object btUpdate: TButton
Left = 299
Top = 13
Width = 75
Height = 25
Caption = 'Update'
TabOrder = 1
OnClick = btUpdateClick
end
object chUseReducedDeltas: TCheckBox
Left = 380
Top = 17
Width = 116
Height = 17
Caption = 'Send reduced deltas'
Checked = True
State = cbChecked
TabOrder = 2
end
end
object dgData: TDBGrid
Left = 0
Top = 49
Width = 504
Height = 396
Align = alClient
DataSource = ClientDataModule.ds_Workers
TabOrder = 1
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
end