mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-03 12:03:49 +02:00
164 lines
3.3 KiB
Plaintext
164 lines
3.3 KiB
Plaintext
object SVNLogFrm: TSVNLogFrm
|
|
Left = 407
|
|
Height = 566
|
|
Top = 176
|
|
Width = 726
|
|
ActiveControl = LogListView
|
|
Caption = 'SVNLogFrm'
|
|
ClientHeight = 566
|
|
ClientWidth = 726
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
OnShow = FormShow
|
|
Position = poScreenCenter
|
|
LCLVersion = '0.9.29'
|
|
object Label1: TLabel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = SVNLogLimit
|
|
AnchorSideBottom.Control = SVNLogLimit
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 6
|
|
Height = 18
|
|
Top = 496
|
|
Width = 143
|
|
Anchors = [akLeft, akBottom]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Right = 6
|
|
Caption = 'Show last X commits'
|
|
ParentColor = False
|
|
end
|
|
object LogListView: TListView
|
|
Left = 6
|
|
Height = 159
|
|
Top = 6
|
|
Width = 714
|
|
Align = alTop
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Right = 6
|
|
Columns = <
|
|
item
|
|
end
|
|
item
|
|
end
|
|
item
|
|
end
|
|
item
|
|
Width = 546
|
|
end>
|
|
ItemIndex = -1
|
|
RowSelect = True
|
|
TabOrder = 0
|
|
ViewStyle = vsReport
|
|
OnSelectItem = LogListViewSelectItem
|
|
end
|
|
object SVNLogMsgMemo: TMemo
|
|
Left = 6
|
|
Height = 151
|
|
Top = 170
|
|
Width = 714
|
|
Align = alTop
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Right = 6
|
|
ParentFont = False
|
|
ReadOnly = True
|
|
TabOrder = 1
|
|
end
|
|
object SVNActionsListView: TListView
|
|
AnchorSideBottom.Control = RefreshButton
|
|
Left = 6
|
|
Height = 153
|
|
Top = 326
|
|
Width = 714
|
|
Align = alTop
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Right = 6
|
|
BorderSpacing.Bottom = 6
|
|
Columns = <
|
|
item
|
|
end
|
|
item
|
|
end
|
|
item
|
|
end
|
|
item
|
|
Width = 546
|
|
end>
|
|
ItemIndex = -1
|
|
PopupMenu = SVNActionsPopupMenu
|
|
RowSelect = True
|
|
TabOrder = 2
|
|
ViewStyle = vsReport
|
|
end
|
|
object ButtonPanel: TButtonPanel
|
|
Left = 6
|
|
Height = 40
|
|
Top = 520
|
|
Width = 714
|
|
TabOrder = 3
|
|
ShowButtons = [pbOK]
|
|
end
|
|
object Splitter1: TSplitter
|
|
Cursor = crVSplit
|
|
Left = 0
|
|
Height = 5
|
|
Top = 165
|
|
Width = 726
|
|
Align = alTop
|
|
ResizeAnchor = akTop
|
|
end
|
|
object Splitter2: TSplitter
|
|
Cursor = crVSplit
|
|
Left = 0
|
|
Height = 5
|
|
Top = 321
|
|
Width = 726
|
|
Align = alTop
|
|
ResizeAnchor = akTop
|
|
end
|
|
object SVNLogLimit: TSpinEdit
|
|
AnchorSideLeft.Control = Label1
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideBottom.Control = ButtonPanel
|
|
Left = 155
|
|
Height = 27
|
|
Top = 487
|
|
Width = 94
|
|
Anchors = [akLeft, akBottom]
|
|
BorderSpacing.Around = 6
|
|
MaxValue = 100000
|
|
TabOrder = 6
|
|
Value = 100
|
|
end
|
|
object RefreshButton: TButton
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = ButtonPanel
|
|
Left = 655
|
|
Height = 29
|
|
Top = 485
|
|
Width = 65
|
|
Anchors = [akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Refresh'
|
|
OnClick = RefreshButtonClick
|
|
TabOrder = 7
|
|
end
|
|
object SVNActionsPopupMenu: TPopupMenu
|
|
Images = ImageList
|
|
left = 37
|
|
top = 369
|
|
object mnuShowDiff: TMenuItem
|
|
Caption = 'New Item1'
|
|
ImageIndex = 0
|
|
OnClick = mnuShowDiffClick
|
|
end
|
|
end
|
|
object ImageList: TImageList
|
|
left = 75
|
|
top = 369
|
|
end
|
|
end
|