mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-11-04 13:49:34 +01:00 
			
		
		
		
	documentation will be collected here: http://wiki.lazarus.freepascal.org/LazSVNPkg git-svn-id: trunk@17160 -
		
			
				
	
	
		
			185 lines
		
	
	
		
			4.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			185 lines
		
	
	
		
			4.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
object SVNStatusFrm: TSVNStatusFrm
 | 
						|
  Left = 150
 | 
						|
  Height = 408
 | 
						|
  Top = 200
 | 
						|
  Width = 738
 | 
						|
  HelpContext = 0
 | 
						|
  ActiveControl = SVNFileListView
 | 
						|
  Align = alNone
 | 
						|
  AllowDropFiles = False
 | 
						|
  AutoScroll = True
 | 
						|
  AutoSize = False
 | 
						|
  BorderIcons = [biSystemMenu, biMinimize, biMaximize]
 | 
						|
  BorderStyle = bsSizeable
 | 
						|
  Caption = 'SVNStatusFrm'
 | 
						|
  ChildSizing.LeftRightSpacing = 0
 | 
						|
  ChildSizing.TopBottomSpacing = 0
 | 
						|
  ChildSizing.HorizontalSpacing = 0
 | 
						|
  ChildSizing.VerticalSpacing = 0
 | 
						|
  ChildSizing.ControlsPerLine = 0
 | 
						|
  ClientHeight = 408
 | 
						|
  ClientWidth = 738
 | 
						|
  DockSite = False
 | 
						|
  DragKind = dkDrag
 | 
						|
  DragMode = dmManual
 | 
						|
  Enabled = True
 | 
						|
  Font.Height = 0
 | 
						|
  Font.Style = []
 | 
						|
  FormStyle = fsNormal
 | 
						|
  OnCreate = FormCreate
 | 
						|
  OnShow = FormShow
 | 
						|
  ParentBiDiMode = True
 | 
						|
  ParentFont = False
 | 
						|
  Position = poScreenCenter
 | 
						|
  ShowInTaskBar = stDefault
 | 
						|
  UseDockManager = False
 | 
						|
  LCLVersion = '0.9.27'
 | 
						|
  WindowState = wsNormal
 | 
						|
  object SVNFileListView: TListView
 | 
						|
    Left = 6
 | 
						|
    Height = 274
 | 
						|
    Top = 88
 | 
						|
    Width = 726
 | 
						|
    HelpContext = 0
 | 
						|
    Align = alClient
 | 
						|
    BorderSpacing.Left = 6
 | 
						|
    BorderSpacing.Top = 0
 | 
						|
    BorderSpacing.Right = 6
 | 
						|
    BorderSpacing.Bottom = 6
 | 
						|
    BorderSpacing.Around = 0
 | 
						|
    BorderSpacing.CellAlignHorizontal = ccaFill
 | 
						|
    BorderSpacing.CellAlignVertical = ccaFill
 | 
						|
    BorderWidth = 0
 | 
						|
    Checkboxes = True
 | 
						|
    Columns = <    
 | 
						|
      item
 | 
						|
        AutoSize = False
 | 
						|
      end    
 | 
						|
      item
 | 
						|
        AutoSize = False
 | 
						|
      end    
 | 
						|
      item
 | 
						|
        AutoSize = False
 | 
						|
      end    
 | 
						|
      item
 | 
						|
        AutoSize = False
 | 
						|
      end    
 | 
						|
      item
 | 
						|
        AutoSize = False
 | 
						|
        Width = 329
 | 
						|
      end    
 | 
						|
      item
 | 
						|
        AutoSize = False
 | 
						|
        Width = 179
 | 
						|
      end    
 | 
						|
      item
 | 
						|
        AutoSize = False
 | 
						|
      end    
 | 
						|
      item
 | 
						|
        AutoSize = False
 | 
						|
      end    
 | 
						|
      item
 | 
						|
        AutoSize = False
 | 
						|
      end>
 | 
						|
    ColumnClick = True
 | 
						|
    DragCursor = crDrag
 | 
						|
    DragMode = dmManual
 | 
						|
    Enabled = True
 | 
						|
    HideSelection = True
 | 
						|
    MultiSelect = False
 | 
						|
    ParentShowHint = True
 | 
						|
    PopupMenu = PopupMenu1
 | 
						|
    ReadOnly = False
 | 
						|
    RowSelect = True
 | 
						|
    ScrollBars = ssBoth
 | 
						|
    ShowColumnHeaders = True
 | 
						|
    SortColumn = 1
 | 
						|
    SortType = stText
 | 
						|
    TabStop = True
 | 
						|
    TabOrder = 0
 | 
						|
    ToolTips = True
 | 
						|
    Visible = True
 | 
						|
    ViewStyle = vsReport
 | 
						|
    OnColumnClick = SVNFileListViewColumnClick
 | 
						|
    OnSelectItem = SVNFileListViewSelectItem
 | 
						|
  end
 | 
						|
  object SVNCommitMsgMemo: TMemo
 | 
						|
    Left = 6
 | 
						|
    Height = 77
 | 
						|
    Top = 6
 | 
						|
    Width = 726
 | 
						|
    HelpContext = 0
 | 
						|
    Align = alTop
 | 
						|
    Alignment = taLeftJustify
 | 
						|
    BorderSpacing.Left = 6
 | 
						|
    BorderSpacing.Top = 6
 | 
						|
    BorderSpacing.Right = 6
 | 
						|
    BorderSpacing.Bottom = 0
 | 
						|
    BorderSpacing.Around = 0
 | 
						|
    BorderSpacing.CellAlignHorizontal = ccaFill
 | 
						|
    BorderSpacing.CellAlignVertical = ccaFill
 | 
						|
    DragCursor = crDrag
 | 
						|
    DragMode = dmManual
 | 
						|
    Enabled = True
 | 
						|
    Font.CharSet = ANSI_CHARSET
 | 
						|
    Font.Color = clBlack
 | 
						|
    Font.Height = -13
 | 
						|
    Font.Name = 'Courier'
 | 
						|
    Font.Pitch = fpFixed
 | 
						|
    Font.Quality = fqDraft
 | 
						|
    Font.Style = []
 | 
						|
    MaxLength = -1
 | 
						|
    ParentBidiMode = True
 | 
						|
    ParentFont = False
 | 
						|
    ReadOnly = False
 | 
						|
    ScrollBars = ssNone
 | 
						|
    TabOrder = 1
 | 
						|
    TabStop = True
 | 
						|
    Visible = True
 | 
						|
    WantReturns = True
 | 
						|
    WantTabs = False
 | 
						|
  end
 | 
						|
  object ButtonPanel: TButtonPanel
 | 
						|
    Left = 6
 | 
						|
    Height = 40
 | 
						|
    Top = 368
 | 
						|
    Width = 726
 | 
						|
    HelpContext = 0
 | 
						|
    Align = alBottom
 | 
						|
    AutoSize = True
 | 
						|
    ButtonOrder = boDefault
 | 
						|
    TabOrder = 2
 | 
						|
    DefaultButton = pbOK
 | 
						|
    ShowButtons = [pbOK, pbCancel]
 | 
						|
    ShowGlyphs = [pbOK, pbCancel, pbClose, pbHelp]
 | 
						|
    Visible = True
 | 
						|
  end
 | 
						|
  object Splitter: TSplitter
 | 
						|
    Cursor = crVSplit
 | 
						|
    Left = 0
 | 
						|
    Height = 5
 | 
						|
    Top = 83
 | 
						|
    Width = 738
 | 
						|
    HelpContext = 0
 | 
						|
    Align = alTop
 | 
						|
    AutoSnap = True
 | 
						|
    Beveled = False
 | 
						|
    MinSize = 30
 | 
						|
    ParentColor = True
 | 
						|
    ParentShowHint = True
 | 
						|
    ResizeAnchor = akTop
 | 
						|
    ResizeStyle = rsUpdate
 | 
						|
    Visible = True
 | 
						|
  end
 | 
						|
  object PopupMenu1: TPopupMenu
 | 
						|
    left = 53
 | 
						|
    top = 213
 | 
						|
    object mnuShowDiff: TMenuItem
 | 
						|
      Caption = 'New Item1'
 | 
						|
      RightJustify = False
 | 
						|
      ShowAlwaysCheckable = False
 | 
						|
      OnClick = mnuShowDiffClick
 | 
						|
    end
 | 
						|
  end
 | 
						|
end
 |