object BriefcaseModelClientChangesForm: TBriefcaseModelClientChangesForm Left = 108 Top = 133 AutoScroll = False Caption = 'Changes' ClientHeight = 352 ClientWidth = 405 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 Splitter1: TSplitter Left = 0 Top = 123 Width = 405 Height = 8 Cursor = crVSplit Align = alBottom Beveled = True end object ListView: TListView Left = 0 Top = 131 Width = 405 Height = 221 Align = alBottom Columns = < item Caption = 'Name' Width = 200 end item Caption = 'Old value' Width = 100 end item Caption = 'New value' Width = 100 end> OwnerData = True ReadOnly = True RowSelect = True TabOrder = 0 ViewStyle = vsReport OnData = ListViewData end object ListBox: TListBox Left = 0 Top = 0 Width = 405 Height = 123 Align = alClient ItemHeight = 13 TabOrder = 1 OnClick = ListBoxClick end end