lazarus/ide/unitinfodlg.lfm
2006-01-06 18:38:13 +00:00

295 lines
6.7 KiB
Plaintext

object UnitInfoDialog: TUnitInfoDialog
ActiveControl = OkButton
BorderStyle = bsSizeToolWin
Caption = 'UnitInfoDialog'
ClientHeight = 283
ClientWidth = 500
OnKeyDown = UnitInfoDlgKeyDown
OnResize = UnitInfoDlgResize
PixelsPerInch = 112
Position = poScreenCenter
HorzScrollBar.Page = 499
VertScrollBar.Page = 282
Left = 310
Height = 283
Top = 665
Width = 500
object OkButton: TBitBtn
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.InnerBorder = 2
Caption = '&OK'
Default = True
Kind = bkOK
ModalResult = 1
NumGlyphs = 0
TabOrder = 0
Left = 443
Height = 28
Top = 245
Width = 51
end
object Notebook: TNotebook
Align = alTop
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6
PageIndex = 3
Left = 6
Height = 226
Top = 6
Width = 488
object Page1: TPage
Caption = 'Page1'
ClientWidth = 484
ClientHeight = 196
Left = 2
Height = 196
Top = 28
Width = 484
object ULines: TLabel
Alignment = taRightJustify
Caption = 'ULines'
Color = clNone
Font.Style = [fsBold]
ParentColor = False
Left = 12
Height = 13
Top = 92
Width = 39
end
object OutLines: TLabel
BorderSpacing.Left = 12
Caption = 'OutLines'
Color = clNone
ParentColor = False
AnchorSideLeft.Control = ULines
AnchorSideLeft.Side = asrBottom
Left = 63
Height = 13
Top = 92
Width = 51
end
object OutPath: TLabel
BorderSpacing.Left = 12
Caption = 'OutPath'
Color = clNone
ParentColor = False
AnchorSideLeft.Control = UPath
AnchorSideLeft.Side = asrBottom
Left = 58
Height = 13
Top = 112
Width = 46
end
object UPath: TLabel
Alignment = taRightJustify
Caption = 'UPath'
Color = clNone
Font.Style = [fsBold]
ParentColor = False
Left = 12
Height = 13
Top = 112
Width = 34
end
object UIncludedBy: TLabel
Alignment = taRightJustify
Caption = 'UIncludedBy'
Color = clNone
Font.Style = [fsBold]
ParentColor = False
Left = 12
Height = 13
Top = 132
Width = 72
end
object OutIncludedBy: TLabel
BorderSpacing.Left = 12
Caption = 'OutIncludedBy'
Color = clNone
ParentColor = False
AnchorSideLeft.Control = UIncludedBy
AnchorSideLeft.Side = asrBottom
Left = 96
Height = 13
Top = 132
Width = 84
end
object OutSize: TLabel
BorderSpacing.Left = 12
Caption = 'OutSize'
Color = clNone
ParentColor = False
AnchorSideLeft.Control = USize
AnchorSideLeft.Side = asrBottom
Left = 57
Height = 13
Top = 72
Width = 45
end
object USize: TLabel
Alignment = taRightJustify
Caption = 'USize'
Color = clNone
Font.Style = [fsBold]
ParentColor = False
Left = 12
Height = 13
Top = 72
Width = 33
end
object UInProject: TLabel
Alignment = taRightJustify
Caption = 'UInProject'
Color = clNone
Font.Style = [fsBold]
ParentColor = False
Left = 12
Height = 13
Top = 52
Width = 58
end
object OutInProject: TLabel
BorderSpacing.Left = 12
Caption = 'OutInProject'
Color = clNone
ParentColor = False
AnchorSideLeft.Control = UInProject
AnchorSideLeft.Side = asrBottom
Left = 82
Height = 13
Top = 52
Width = 70
end
object OutType: TLabel
BorderSpacing.Left = 12
Caption = 'OutType'
Color = clNone
ParentColor = False
AnchorSideLeft.Control = UType
AnchorSideLeft.Side = asrBottom
Left = 61
Height = 13
Top = 32
Width = 49
end
object UType: TLabel
Alignment = taRightJustify
Caption = 'UType'
Color = clNone
Font.Style = [fsBold]
ParentColor = False
Left = 12
Height = 13
Top = 32
Width = 37
end
object OutName: TLabel
BorderSpacing.Left = 12
Caption = 'OutName'
Color = clNone
ParentColor = False
AnchorSideLeft.Control = UName
AnchorSideLeft.Side = asrBottom
Left = 65
Height = 13
Top = 12
Width = 53
end
object UName: TLabel
Alignment = taRightJustify
Caption = 'UName'
Color = clNone
Font.Style = [fsBold]
ParentColor = False
OnResize = UnitInfoDlgResize
Left = 12
Height = 13
Top = 12
Width = 41
end
object ClearIncludedBy: TButton
AutoSize = True
BorderSpacing.Top = 18
BorderSpacing.InnerBorder = 2
Caption = 'ClearIncludedBy'
OnClick = clearIncludedByClick
TabOrder = 0
AnchorSideTop.Control = UIncludedBy
Left = 12
Height = 26
Top = 150
Width = 103
end
end
object Page2: TPage
Caption = 'Page2'
ClientWidth = 484
ClientHeight = 196
Left = 2
Height = 196
Top = 28
Width = 484
object UnitPathMemo: TMemo
Align = alClient
BorderSpacing.Around = 6
ScrollBars = ssAutoBoth
TabOrder = 0
Left = 6
Height = 184
Top = 6
Width = 472
end
end
object Page3: TPage
Caption = 'Page3'
ClientWidth = 484
ClientHeight = 196
Left = 2
Height = 196
Top = 28
Width = 484
object IncludePathMemo: TMemo
Align = alClient
BorderSpacing.Around = 6
ScrollBars = ssAutoBoth
TabOrder = 0
Left = 6
Height = 184
Top = 6
Width = 472
end
end
object Page4: TPage
Caption = 'Page4'
ClientWidth = 484
ClientHeight = 196
Left = 2
Height = 196
Top = 28
Width = 484
object SrcPathMemo: TMemo
Align = alClient
BorderSpacing.Around = 6
ScrollBars = ssAutoBoth
TabOrder = 0
Left = 6
Height = 184
Top = 6
Width = 472
end
end
end
object CodeToolsDefsButton: TButton
AutoSize = True
BorderSpacing.InnerBorder = 2
Caption = 'CodeToolsDefsButton'
OnClick = CodeToolsDefsButtonClick
TabOrder = 2
Left = 6
Height = 26
Top = 240
Width = 130
end
end