object Form2: TForm2 Left = 200 Top = 106 HelpContext = 500 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Synchronize' ClientHeight = 136 ClientWidth = 396 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object LeftCheck: TCheckBox Left = 8 Top = 4 Width = 381 Height = 15 Caption = 'C1' TabOrder = 0 end object LeftEdit: TEdit Left = 24 Top = 20 Width = 365 Height = 21 MaxLength = 259 TabOrder = 1 end object RightCheck: TCheckBox Left = 8 Top = 48 Width = 381 Height = 15 Caption = 'C2' TabOrder = 2 end object RightEdit: TEdit Left = 24 Top = 64 Width = 365 Height = 21 MaxLength = 259 TabOrder = 3 end object ConfirmCheck: TCheckBox Left = 8 Top = 92 Width = 381 Height = 15 Caption = 'Confirm overwrites' TabOrder = 4 end object Button1: TButton Tag = 4001 Left = 120 Top = 111 Width = 75 Height = 23 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 5 end object Button2: TButton Tag = 4002 Left = 208 Top = 111 Width = 75 Height = 23 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 6 end object ResolutionFix1: TResolutionFix Left = 20 Top = 112 end object Translate1: TTranslate Tag = 4000 Left = 72 Top = 112 end end