object ReviewChangesForm: TReviewChangesForm Left = 264 Top = 154 Width = 696 Height = 480 Caption = 'Review Changes' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object CheckListBox1: TCheckListBox Left = 0 Top = 41 Width = 688 Height = 364 Align = alClient ItemHeight = 13 Items.Strings = ( 'Test 1' 'Test 2') TabOrder = 0 end object Panel1: TPanel Left = 0 Top = 405 Width = 688 Height = 41 Align = alBottom TabOrder = 1 DesignSize = ( 688 41) object OKButton: TButton Left = 96 Top = 8 Width = 75 Height = 25 Anchors = [akLeft, akBottom] Caption = '&OK' ModalResult = 1 TabOrder = 0 end object CancelButton: TButton Left = 16 Top = 8 Width = 75 Height = 25 Anchors = [akLeft, akBottom] Caption = '&Cancel' ModalResult = 2 TabOrder = 1 end end object Panel2: TPanel Left = 0 Top = 0 Width = 688 Height = 41 Align = alTop BevelOuter = bvNone TabOrder = 2 object Label1: TLabel Left = 24 Top = 16 Width = 235 Height = 13 Caption = 'Uncheck any entry that should NOT be translated' end end end