lazarus/components/lazsvnpkg/svnupdateform.lfm
2012-08-20 18:05:46 +00:00

63 lines
1.4 KiB
Plaintext

object SVNUpdateFrm: TSVNUpdateFrm
Left = 375
Height = 300
Top = 199
Width = 640
Caption = 'SVNUpdateFrm'
ClientHeight = 300
ClientWidth = 640
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
Position = poScreenCenter
LCLVersion = '1.1'
object SVNUpdateListView: TListView
Left = 6
Height = 241
Top = 6
Width = 628
Align = alClient
BorderSpacing.Around = 6
Columns = <
item
Width = 75
end
item
Width = 553
end>
PopupMenu = UpdatePopupMenu
RowSelect = True
ScrollBars = ssAutoBoth
SortType = stText
TabOrder = 0
ViewStyle = vsReport
end
object ButtonPanel: TButtonPanel
Left = 6
Height = 41
Top = 253
Width = 628
OKButton.Name = 'OKButton'
OKButton.DefaultCaption = True
OKButton.OnClick = OKButtonClick
HelpButton.Name = 'HelpButton'
HelpButton.DefaultCaption = True
HelpButton.OnClick = ShowLogButtonClick
CloseButton.Name = 'CloseButton'
CloseButton.DefaultCaption = True
CancelButton.Name = 'CancelButton'
CancelButton.DefaultCaption = True
TabOrder = 1
ShowButtons = [pbOK, pbHelp]
end
object UpdatePopupMenu: TPopupMenu
left = 40
top = 64
object mnuShowDiff: TMenuItem
Caption = 'New Item1'
OnClick = mnuShowDiffClick
end
end
end