mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-03 21:59:25 +01:00
107 lines
2.6 KiB
Plaintext
107 lines
2.6 KiB
Plaintext
object ViewUnitDialog: TViewUnitDialog
|
||
Left = 330
|
||
Height = 386
|
||
Top = 280
|
||
Width = 378
|
||
HorzScrollBar.Page = 377
|
||
HorzScrollBar.Range = 112
|
||
VertScrollBar.Page = 300
|
||
VertScrollBar.Range = 163
|
||
ActiveControl = FilterEdit
|
||
BorderIcons = [biSystemMenu]
|
||
Caption = 'View Project Units'
|
||
ClientHeight = 386
|
||
ClientWidth = 378
|
||
Position = poScreenCenter
|
||
LCLVersion = '0.9.31'
|
||
object Listbox: TListBox
|
||
Left = 6
|
||
Height = 304
|
||
Top = 30
|
||
Width = 366
|
||
Align = alClient
|
||
BorderSpacing.Around = 6
|
||
ClickOnSelChange = False
|
||
ItemHeight = 0
|
||
OnDblClick = OKButtonClick
|
||
OnDrawItem = ListboxDrawItem
|
||
OnKeyDown = ListboxKeyDown
|
||
PopupMenu = popListBox
|
||
ScrollWidth = 362
|
||
Style = lbOwnerDrawFixed
|
||
TabOrder = 0
|
||
end
|
||
object ButtonPanel: TButtonPanel
|
||
Left = 6
|
||
Height = 34
|
||
Top = 346
|
||
Width = 366
|
||
OKButton.Name = 'OKButton'
|
||
OKButton.Caption = '&ОК'
|
||
OKButton.OnClick = OKButtonClick
|
||
HelpButton.Name = 'HelpButton'
|
||
HelpButton.Caption = '&Справка'
|
||
HelpButton.OnClick = HelpButtonClick
|
||
CloseButton.Name = 'CloseButton'
|
||
CloseButton.Caption = '&Закрыть'
|
||
CloseButton.Enabled = False
|
||
CancelButton.Name = 'CancelButton'
|
||
CancelButton.Caption = 'Отмена'
|
||
CancelButton.OnClick = CancelButtonClick
|
||
TabOrder = 1
|
||
ShowButtons = [pbOK, pbCancel, pbHelp]
|
||
end
|
||
object BtnPanel: TPanel
|
||
Left = 0
|
||
Height = 24
|
||
Top = 0
|
||
Width = 378
|
||
Align = alTop
|
||
AutoSize = True
|
||
ClientHeight = 24
|
||
ClientWidth = 378
|
||
TabOrder = 2
|
||
object SortAlphabeticallySpeedButton: TSpeedButton
|
||
Left = 1
|
||
Height = 22
|
||
Top = 1
|
||
Width = 25
|
||
Align = alLeft
|
||
AllowAllUp = True
|
||
AutoSize = True
|
||
GroupIndex = 2
|
||
NumGlyphs = 0
|
||
OnClick = SortAlphabeticallySpeedButtonClick
|
||
ShowHint = True
|
||
ParentShowHint = False
|
||
end
|
||
object FilterEdit: TListFilterEdit
|
||
AnchorSideLeft.Control = SortAlphabeticallySpeedButton
|
||
AnchorSideLeft.Side = asrBottom
|
||
AnchorSideTop.Control = SortAlphabeticallySpeedButton
|
||
AnchorSideTop.Side = asrCenter
|
||
Left = 26
|
||
Height = 23
|
||
Top = 2
|
||
Width = 324
|
||
FilteredListbox = Listbox
|
||
ButtonWidth = 23
|
||
NumGlyphs = 0
|
||
Anchors = [akTop, akLeft, akRight]
|
||
Font.Color = clBtnShadow
|
||
MaxLength = 0
|
||
ParentFont = False
|
||
TabOrder = 0
|
||
end
|
||
end
|
||
object popListBox: TPopupMenu
|
||
left = 144
|
||
top = 112
|
||
object mniMultiSelect: TMenuItem
|
||
AutoCheck = True
|
||
Caption = 'Multi Select'
|
||
OnClick = MultiselectCheckBoxClick
|
||
end
|
||
end
|
||
end
|