lazarus/components/lazsvnpkg/svnstatusform.lfm
2008-11-01 11:39:24 +00:00

180 lines
3.9 KiB
Plaintext

object SVNStatusFrm: TSVNStatusFrm
Left = 310
Height = 408
Top = 174
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 = 266
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 = 11
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.Height = 0
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 = 48
Top = 360
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 = 0
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