mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-28 13:53:42 +02:00
165 lines
3.8 KiB
Plaintext
165 lines
3.8 KiB
Plaintext
object ViewUnitDialog: TViewUnitDialog
|
|
Left = 330
|
|
Height = 301
|
|
Top = 280
|
|
Width = 378
|
|
HelpContext = 0
|
|
ActiveControl = Edit
|
|
Align = alNone
|
|
AllowDropFiles = False
|
|
AutoScroll = True
|
|
AutoSize = False
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsSizeable
|
|
Caption = 'View Project Units'
|
|
ChildSizing.LeftRightSpacing = 0
|
|
ChildSizing.TopBottomSpacing = 0
|
|
ChildSizing.HorizontalSpacing = 0
|
|
ChildSizing.VerticalSpacing = 0
|
|
ChildSizing.ControlsPerLine = 0
|
|
ClientHeight = 301
|
|
ClientWidth = 378
|
|
DockSite = False
|
|
DragKind = dkDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
Font.Height = 0
|
|
Font.Style = []
|
|
FormStyle = fsNormal
|
|
ParentBiDiMode = True
|
|
ParentFont = False
|
|
Position = poScreenCenter
|
|
ShowInTaskBar = stDefault
|
|
UseDockManager = False
|
|
LCLVersion = '0.9.27'
|
|
WindowState = wsNormal
|
|
object Edit: TEdit
|
|
Left = 6
|
|
Height = 25
|
|
Top = 6
|
|
Width = 366
|
|
HelpContext = 0
|
|
Align = alTop
|
|
Anchors = [akRight]
|
|
AutoSize = False
|
|
AutoSelect = False
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
CharCase = ecNormal
|
|
DragCursor = crDrag
|
|
DragMode = dmManual
|
|
EchoMode = emNormal
|
|
Enabled = True
|
|
MaxLength = -1
|
|
ParentBidiMode = True
|
|
OnChange = EditChange
|
|
OnEnter = EditEnter
|
|
OnKeyDown = EditKeyDown
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
PasswordChar = #0
|
|
ReadOnly = False
|
|
TabStop = True
|
|
TabOrder = 1
|
|
Visible = True
|
|
end
|
|
object Listbox: TListBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = MultiSelectCheckBox
|
|
Left = 6
|
|
Height = 182
|
|
Top = 37
|
|
Width = 366
|
|
HelpContext = 0
|
|
Align = alClient
|
|
Anchors = [akBottom]
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
BorderStyle = bsSingle
|
|
ClickOnSelChange = False
|
|
Columns = 0
|
|
DragCursor = crDrag
|
|
DragKind = dkDrag
|
|
DragMode = dmManual
|
|
ExtendedSelect = True
|
|
Enabled = True
|
|
IntegralHeight = False
|
|
ItemHeight = 0
|
|
MultiSelect = False
|
|
OnClick = ListboxClick
|
|
OnDblClick = OKButtonClick
|
|
OnKeyDown = ListboxKeyDown
|
|
ParentBidiMode = True
|
|
ParentShowHint = True
|
|
ParentFont = True
|
|
Sorted = False
|
|
Style = lbStandard
|
|
TabOrder = 0
|
|
TabStop = True
|
|
TopIndex = -1
|
|
Visible = True
|
|
end
|
|
object MultiSelectCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 22
|
|
Top = 225
|
|
Width = 366
|
|
HelpContext = 0
|
|
Align = alBottom
|
|
AllowGrayed = False
|
|
Anchors = [akLeft, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
Caption = 'Multi Select'
|
|
Checked = False
|
|
DragCursor = crDrag
|
|
DragKind = dkDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
OnClick = MultiselectCheckBoxClick
|
|
ParentColor = True
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
ParentBidiMode = True
|
|
State = cbUnchecked
|
|
TabOrder = 2
|
|
TabStop = True
|
|
UseOnChange = False
|
|
Visible = True
|
|
end
|
|
object ButtonPanel: TButtonPanel
|
|
Left = 6
|
|
Height = 48
|
|
Top = 253
|
|
Width = 366
|
|
HelpContext = 0
|
|
Align = alBottom
|
|
AutoSize = True
|
|
ButtonOrder = boDefault
|
|
TabOrder = 3
|
|
DefaultButton = pbOK
|
|
ShowButtons = [pbOK, pbCancel, pbHelp]
|
|
ShowGlyphs = [pbOK, pbCancel, pbClose, pbHelp]
|
|
Visible = True
|
|
end
|
|
end
|