object CalcFields_ClientMainForm: TCalcFields_ClientMainForm Left = 243 Top = 213 Width = 420 Height = 311 BorderWidth = 5 Caption = 'CalcFields - Client' 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 ROPoweredByRemObjectsButton1: TROPoweredByRemObjectsButton Left = 178 Top = 0 Width = 212 Height = 48 Cursor = crHandPoint Anchors = [akTop, akRight] ApplicationType = atClient end 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 = 53 Width = 394 Height = 212 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