lazarus/components/lazsvnpkg/svnupdateform.lfm
darius e28c1a3240 Forms are no longer modal
Use SynEdit with diff highlighter for the diff form

git-svn-id: trunk@30861 -
2011-05-22 20:01:49 +00:00

60 lines
1.3 KiB
Plaintext

object SVNUpdateFrm: TSVNUpdateFrm
Left = 286
Height = 300
Top = 209
Width = 640
Caption = 'SVNUpdateFrm'
ClientHeight = 300
ClientWidth = 640
OnCreate = FormCreate
OnShow = FormShow
Position = poScreenCenter
LCLVersion = '0.9.31'
object SVNUpdateListView: TListView
Left = 6
Height = 248
Top = 6
Width = 628
Align = alClient
BorderSpacing.Around = 6
Columns = <
item
Width = 75
end
item
Width = 553
end>
PopupMenu = UpdatePopupMenu
RowSelect = True
ScrollBars = ssAutoBoth
TabOrder = 0
ViewStyle = vsReport
end
object ButtonPanel: TButtonPanel
Left = 6
Height = 34
Top = 260
Width = 628
OKButton.Name = 'OKButton'
OKButton.Caption = '&OK'
OKButton.OnClick = OKButtonClick
HelpButton.Name = 'HelpButton'
HelpButton.Caption = '&Help'
HelpButton.OnClick = ShowLogButtonClick
CloseButton.Name = 'CloseButton'
CloseButton.Caption = '&Close'
CancelButton.Name = 'CancelButton'
CancelButton.Caption = 'Cancel'
TabOrder = 1
ShowButtons = [pbOK, pbHelp]
end
object UpdatePopupMenu: TPopupMenu
left = 40
top = 64
object mnuShowDiff: TMenuItem
Caption = 'New Item1'
OnClick = mnuShowDiffClick
end
end
end