object FormCommit: TFormCommit Left = 551 Height = 553 Top = 395 Width = 738 Caption = 'Commit' ClientHeight = 553 ClientWidth = 738 OnCreate = FormCreate LCLVersion = '1.5' object GroupBox1: TGroupBox Left = 0 Height = 185 Top = 0 Width = 738 Align = alTop Caption = 'Message' ClientHeight = 158 ClientWidth = 734 TabOrder = 0 OnClick = GroupBox1Click object MemoMessage: TMemo Left = 8 Height = 102 Top = 48 Width = 718 Align = alBottom Anchors = [akTop, akLeft, akRight, akBottom] BorderSpacing.Around = 8 TabOrder = 0 end object ComboBox1: TComboBox Left = 8 Height = 37 Top = 8 Width = 712 Anchors = [akTop, akLeft, akRight] ItemHeight = 0 Style = csDropDownList TabOrder = 1 end end object ListView1: TListView Left = 8 Height = 298 Top = 198 Width = 722 Align = alClient BorderSpacing.Around = 8 Columns = < item Caption = 'File' Width = 250 end item Caption = 'Extension' Width = 90 end item Caption = 'Status' Width = 150 end item Caption = 'Property status' Width = 215 end> ReadOnly = True RowSelect = True TabOrder = 1 ViewStyle = vsReport end object Splitter1: TSplitter Cursor = crVSplit Left = 0 Height = 5 Top = 185 Width = 738 Align = alTop ResizeAnchor = akTop end object Panel1: TPanel Left = 0 Height = 49 Top = 504 Width = 738 Align = alBottom BevelOuter = bvNone ClientHeight = 49 ClientWidth = 738 TabOrder = 3 object ButtonCancel: TButton Left = 624 Height = 25 Top = 8 Width = 75 Caption = 'Cancel' ModalResult = 2 OnClick = ButtonCancelClick TabOrder = 0 end object ButtonOk: TButton Left = 504 Height = 25 Top = 8 Width = 75 Caption = 'Ok' ModalResult = 1 TabOrder = 1 end end end