object FormMain: TFormMain Left = 400 Height = 612 Top = 215 Width = 836 Caption = 'CC2SVN' ClientHeight = 612 ClientWidth = 836 OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '1.6.4.0' WindowState = wsMaximized object ListView1: TListView Left = 0 Height = 540 Top = 72 Width = 836 Align = alClient Columns = < item Caption = 'Time' Width = 100 end item Caption = 'User' Width = 100 end item Caption = 'Operation' Width = 100 end item Caption = 'Location' Width = 100 end item Caption = 'Element type' Width = 100 end item Caption = 'Command' Width = 100 end item Caption = 'Comment' Width = 200 end item Caption = 'Labels' Width = 100 end> OwnerData = True ReadOnly = True RowSelect = True TabOrder = 0 ViewStyle = vsReport OnData = ListView1Data end object Panel1: TPanel Left = 0 Height = 72 Top = 0 Width = 836 Align = alTop BevelOuter = bvNone ClientHeight = 72 ClientWidth = 836 TabOrder = 1 object ButtonBuild: TButton Left = 8 Height = 25 Top = 40 Width = 115 Caption = 'Build' OnClick = ButtonBuildClick TabOrder = 0 end object ButtonLoadHistory: TButton Left = 136 Height = 25 Top = 40 Width = 115 Caption = 'Load history' OnClick = ButtonLoadHistoryClick TabOrder = 1 end object EditDir: TEdit Left = 136 Height = 23 Top = 8 Width = 600 Anchors = [akTop, akLeft, akRight] TabOrder = 2 end object ButtonBrowse: TButton Left = 748 Height = 25 Top = 8 Width = 75 Anchors = [akTop, akRight] Caption = 'Browse' OnClick = ButtonBrowseClick TabOrder = 3 end object Label1: TLabel Left = 8 Height = 15 Top = 13 Width = 72 Caption = 'ClearCase dir:' ParentColor = False end end object JobProgressView1: TJobProgressView OwnerDraw = False ShowDelay = 0 AutoClose = False left = 153 top = 207 end end