mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-14 16:32:48 +02:00
231 lines
5.5 KiB
Plaintext
231 lines
5.5 KiB
Plaintext
object PPUListDialog: TPPUListDialog
|
|
Left = 275
|
|
Height = 531
|
|
Top = 250
|
|
Width = 740
|
|
Caption = 'PPUListDialog'
|
|
ClientHeight = 531
|
|
ClientWidth = 740
|
|
OnClose = FormClose
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
Position = poScreenCenter
|
|
LCLVersion = '0.9.31'
|
|
object ButtonPanel1: TButtonPanel
|
|
Left = 6
|
|
Height = 40
|
|
Top = 485
|
|
Width = 728
|
|
OKButton.Name = 'OKButton'
|
|
OKButton.Caption = '&OK'
|
|
OKButton.Enabled = False
|
|
HelpButton.Name = 'HelpButton'
|
|
HelpButton.Caption = '&Help'
|
|
HelpButton.Enabled = False
|
|
CloseButton.Name = 'CloseButton'
|
|
CloseButton.Caption = '&Close'
|
|
CancelButton.Name = 'CancelButton'
|
|
CancelButton.Caption = 'Cancel'
|
|
CancelButton.Enabled = False
|
|
TabOrder = 0
|
|
ShowButtons = [pbClose]
|
|
end
|
|
object UnitsStringGrid: TStringGrid
|
|
Left = 6
|
|
Height = 244
|
|
Top = 30
|
|
Width = 728
|
|
Align = alTop
|
|
AutoFillColumns = True
|
|
BorderSpacing.Around = 6
|
|
ColCount = 6
|
|
Columns = <
|
|
item
|
|
SizePriority = 10
|
|
Title.Caption = 'Unit'
|
|
Width = 121
|
|
end
|
|
item
|
|
SizePriority = 10
|
|
Title.Caption = 'Size of .ppu file'
|
|
Width = 121
|
|
end
|
|
item
|
|
SizePriority = 10
|
|
Title.Caption = 'Size of .o file'
|
|
Width = 121
|
|
end
|
|
item
|
|
SizePriority = 5
|
|
Title.Caption = 'Uses'
|
|
Width = 121
|
|
end
|
|
item
|
|
SizePriority = 5
|
|
Title.Caption = 'Used by'
|
|
Width = 121
|
|
end
|
|
item
|
|
Title.Caption = 'Package'
|
|
Width = 121
|
|
end>
|
|
DefaultColWidth = 150
|
|
FixedCols = 0
|
|
FixedRows = 2
|
|
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goThumbTracking, goColSpanning, goDblClickAutoSize, goSmoothScroll]
|
|
TabOrder = 1
|
|
OnMouseDown = UnitsStringGridMouseDown
|
|
OnSelectCell = UnitsStringGridSelectCell
|
|
ColWidths = (
|
|
121
|
|
121
|
|
121
|
|
121
|
|
121
|
|
121
|
|
)
|
|
end
|
|
object ScopeLabel: TLabel
|
|
Left = 6
|
|
Height = 18
|
|
Top = 6
|
|
Width = 728
|
|
Align = alTop
|
|
BorderSpacing.Around = 6
|
|
Caption = 'ScopeLabel'
|
|
ParentColor = False
|
|
end
|
|
object Splitter1: TSplitter
|
|
Cursor = crVSplit
|
|
Left = 0
|
|
Height = 5
|
|
Top = 280
|
|
Width = 740
|
|
Align = alTop
|
|
ResizeAnchor = akTop
|
|
end
|
|
object UnitGroupBox: TGroupBox
|
|
Left = 6
|
|
Height = 188
|
|
Top = 291
|
|
Width = 728
|
|
Align = alClient
|
|
BorderSpacing.Around = 6
|
|
Caption = 'UnitGroupBox'
|
|
ClientHeight = 167
|
|
ClientWidth = 720
|
|
TabOrder = 3
|
|
object UnitPageControl: TPageControl
|
|
Left = 0
|
|
Height = 167
|
|
Top = 0
|
|
Width = 720
|
|
ActivePage = UsesTabSheet
|
|
Align = alClient
|
|
TabIndex = 1
|
|
TabOrder = 0
|
|
object InfoTabSheet: TTabSheet
|
|
Caption = 'InfoTabSheet'
|
|
ClientHeight = 134
|
|
ClientWidth = 716
|
|
object SourceFileLabel: TLabel
|
|
Left = 9
|
|
Height = 18
|
|
Top = 14
|
|
Width = 109
|
|
Caption = 'SourceFileLabel'
|
|
ParentColor = False
|
|
end
|
|
object PPUFileLabel: TLabel
|
|
AnchorSideTop.Control = SourceFileLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 9
|
|
Height = 18
|
|
Top = 38
|
|
Width = 91
|
|
BorderSpacing.Top = 6
|
|
Caption = 'PPUFileLabel'
|
|
ParentColor = False
|
|
end
|
|
end
|
|
object UsesTabSheet: TTabSheet
|
|
Caption = 'UsesTabSheet'
|
|
ClientHeight = 134
|
|
ClientWidth = 716
|
|
object UsesStringGrid: TStringGrid
|
|
Left = 0
|
|
Height = 134
|
|
Top = 0
|
|
Width = 716
|
|
Align = alClient
|
|
AutoFillColumns = True
|
|
ColCount = 1
|
|
Columns = <
|
|
item
|
|
Title.Caption = 'Unit'
|
|
Width = 714
|
|
end>
|
|
FixedCols = 0
|
|
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goThumbTracking, goSmoothScroll]
|
|
TabOrder = 0
|
|
OnMouseDown = UnitStringGridMouseDown
|
|
ColWidths = (
|
|
714
|
|
)
|
|
end
|
|
end
|
|
object UsedByTabSheet: TTabSheet
|
|
Caption = 'UsedByTabSheet'
|
|
ClientHeight = 134
|
|
ClientWidth = 716
|
|
object UsedByStringGrid: TStringGrid
|
|
Left = 0
|
|
Height = 134
|
|
Top = 0
|
|
Width = 716
|
|
Align = alClient
|
|
AutoFillColumns = True
|
|
ColCount = 1
|
|
Columns = <
|
|
item
|
|
Title.Caption = 'Unit'
|
|
Width = 716
|
|
end>
|
|
FixedCols = 0
|
|
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goThumbTracking, goSmoothScroll]
|
|
TabOrder = 0
|
|
OnMouseDown = UnitStringGridMouseDown
|
|
ColWidths = (
|
|
716
|
|
)
|
|
end
|
|
end
|
|
object UsesPathTabSheet: TTabSheet
|
|
Caption = 'UsesPathTabSheet'
|
|
ClientHeight = 134
|
|
ClientWidth = 716
|
|
object UsesPathStringGrid: TStringGrid
|
|
Left = 0
|
|
Height = 134
|
|
Top = 0
|
|
Width = 716
|
|
Align = alClient
|
|
AutoFillColumns = True
|
|
ColCount = 1
|
|
Columns = <
|
|
item
|
|
Title.Caption = 'Unit'
|
|
Width = 716
|
|
end>
|
|
FixedCols = 0
|
|
TabOrder = 0
|
|
OnMouseDown = UnitStringGridMouseDown
|
|
ColWidths = (
|
|
716
|
|
)
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|