mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 10:59:06 +02:00
New .lfm resource file for Broken Dependencies dialog.
git-svn-id: trunk@49603 -
This commit is contained in:
parent
77e8b6e2d1
commit
313c453367
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -7522,6 +7522,7 @@ packager/addfiletoapackagedlg.pas svneol=native#text/pascal
|
|||||||
packager/addtopackagedlg.lfm svneol=native#text/plain
|
packager/addtopackagedlg.lfm svneol=native#text/plain
|
||||||
packager/addtopackagedlg.pas svneol=native#text/pascal
|
packager/addtopackagedlg.pas svneol=native#text/pascal
|
||||||
packager/basepkgmanager.pas svneol=native#text/pascal
|
packager/basepkgmanager.pas svneol=native#text/pascal
|
||||||
|
packager/brokendependenciesdlg.lfm svneol=native#text/plain
|
||||||
packager/brokendependenciesdlg.pas svneol=native#text/pascal
|
packager/brokendependenciesdlg.pas svneol=native#text/pascal
|
||||||
packager/cleanpkgdeps.lfm svneol=native#text/plain
|
packager/cleanpkgdeps.lfm svneol=native#text/plain
|
||||||
packager/cleanpkgdeps.pas svneol=native#text/plain
|
packager/cleanpkgdeps.pas svneol=native#text/plain
|
||||||
|
60
packager/brokendependenciesdlg.lfm
Normal file
60
packager/brokendependenciesdlg.lfm
Normal file
@ -0,0 +1,60 @@
|
|||||||
|
object BrokenDependenciesDialog: TBrokenDependenciesDialog
|
||||||
|
Left = 495
|
||||||
|
Height = 380
|
||||||
|
Top = 68
|
||||||
|
Width = 650
|
||||||
|
ActiveControl = DependencyListView
|
||||||
|
BorderIcons = [biSystemMenu]
|
||||||
|
Caption = 'Broken Dependencies'
|
||||||
|
ClientHeight = 380
|
||||||
|
ClientWidth = 650
|
||||||
|
OnCreate = FormCreate
|
||||||
|
Position = poScreenCenter
|
||||||
|
LCLVersion = '1.5'
|
||||||
|
object NoteLabel: TLabel
|
||||||
|
Left = 6
|
||||||
|
Height = 15
|
||||||
|
Top = 6
|
||||||
|
Width = 638
|
||||||
|
Align = alTop
|
||||||
|
BorderSpacing.Around = 6
|
||||||
|
Caption = 'NoteLabel'
|
||||||
|
ParentColor = False
|
||||||
|
WordWrap = True
|
||||||
|
end
|
||||||
|
object DependencyListView: TListView
|
||||||
|
Left = 6
|
||||||
|
Height = 305
|
||||||
|
Top = 27
|
||||||
|
Width = 638
|
||||||
|
Align = alClient
|
||||||
|
BorderSpacing.Around = 6
|
||||||
|
Columns = <
|
||||||
|
item
|
||||||
|
Caption = '--'
|
||||||
|
Width = 200
|
||||||
|
end
|
||||||
|
item
|
||||||
|
Caption = '--'
|
||||||
|
Width = 423
|
||||||
|
end>
|
||||||
|
ReadOnly = True
|
||||||
|
TabOrder = 0
|
||||||
|
ViewStyle = vsReport
|
||||||
|
end
|
||||||
|
object ButtonPanel1: TButtonPanel
|
||||||
|
Left = 6
|
||||||
|
Height = 36
|
||||||
|
Top = 338
|
||||||
|
Width = 638
|
||||||
|
OKButton.Name = 'OKButton'
|
||||||
|
OKButton.DefaultCaption = True
|
||||||
|
HelpButton.Name = 'HelpButton'
|
||||||
|
HelpButton.DefaultCaption = True
|
||||||
|
CloseButton.Name = 'CloseButton'
|
||||||
|
CloseButton.DefaultCaption = True
|
||||||
|
CancelButton.Name = 'CancelButton'
|
||||||
|
CancelButton.DefaultCaption = True
|
||||||
|
TabOrder = 1
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in New Issue
Block a user