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