mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-02 18:39:31 +01:00
139 lines
2.9 KiB
Plaintext
139 lines
2.9 KiB
Plaintext
object MissingUnitsDialog: TMissingUnitsDialog
|
|
Left = 280
|
|
Height = 323
|
|
Top = 149
|
|
Width = 711
|
|
HorzScrollBar.Page = 411
|
|
VertScrollBar.Page = 342
|
|
Caption = 'Units not Found'
|
|
ClientHeight = 323
|
|
ClientWidth = 711
|
|
Position = poScreenCenter
|
|
LCLVersion = '1.1'
|
|
object MissingUnitsInfoLabel: TLabel
|
|
Left = 16
|
|
Height = 15
|
|
Top = 16
|
|
Width = 90
|
|
Caption = 'Missing Units Info'
|
|
ParentColor = False
|
|
end
|
|
object CommentButton: TBitBtn
|
|
Left = 16
|
|
Height = 30
|
|
Top = 274
|
|
Width = 152
|
|
Anchors = [akLeft, akBottom]
|
|
Caption = 'Comment'
|
|
Default = True
|
|
ModalResult = 1
|
|
TabOrder = 0
|
|
end
|
|
object SearchButton: TBitBtn
|
|
Left = 191
|
|
Height = 30
|
|
Top = 274
|
|
Width = 152
|
|
Anchors = [akBottom]
|
|
Caption = 'Search'
|
|
ModalResult = 6
|
|
TabOrder = 1
|
|
end
|
|
object AbortButton: TBitBtn
|
|
Left = 548
|
|
Height = 30
|
|
Top = 274
|
|
Width = 152
|
|
Anchors = [akRight, akBottom]
|
|
DefaultCaption = True
|
|
Kind = bkAbort
|
|
ModalResult = 3
|
|
TabOrder = 2
|
|
end
|
|
object ChoicesLabel: TLabel
|
|
AnchorSideLeft.Control = MissingUnitsCheckListBox
|
|
AnchorSideLeft.Side = asrBottom
|
|
Left = 336
|
|
Height = 15
|
|
Top = 40
|
|
Width = 42
|
|
BorderSpacing.Left = 16
|
|
BorderSpacing.Top = 23
|
|
Caption = 'Choices:'
|
|
ParentColor = False
|
|
end
|
|
object Info1Label: TLabel
|
|
AnchorSideLeft.Control = ChoicesLabel
|
|
AnchorSideTop.Control = ChoicesLabel
|
|
Left = 336
|
|
Height = 15
|
|
Top = 63
|
|
Width = 26
|
|
BorderSpacing.Top = 23
|
|
Caption = 'Info1'
|
|
ParentColor = False
|
|
end
|
|
object Info2Label: TLabel
|
|
AnchorSideLeft.Control = ChoicesLabel
|
|
AnchorSideTop.Control = Info1Label
|
|
Left = 336
|
|
Height = 15
|
|
Top = 86
|
|
Width = 26
|
|
BorderSpacing.Top = 23
|
|
Caption = 'Info2'
|
|
ParentColor = False
|
|
end
|
|
object Info3Label: TLabel
|
|
AnchorSideLeft.Control = ChoicesLabel
|
|
AnchorSideTop.Control = Info2Label
|
|
Left = 336
|
|
Height = 15
|
|
Top = 109
|
|
Width = 26
|
|
BorderSpacing.Top = 23
|
|
Caption = 'Info3'
|
|
ParentColor = False
|
|
end
|
|
object MissingUnitsCheckListBox: TCheckListBox
|
|
Left = 16
|
|
Height = 222
|
|
Top = 40
|
|
Width = 304
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
ItemHeight = 0
|
|
PopupMenu = PopupMenu1
|
|
TabOrder = 3
|
|
end
|
|
object SkipButton: TBitBtn
|
|
Left = 373
|
|
Height = 30
|
|
Top = 274
|
|
Width = 152
|
|
Anchors = [akBottom]
|
|
Caption = 'Skip'
|
|
ModalResult = 5
|
|
TabOrder = 4
|
|
end
|
|
object PopupMenu1: TPopupMenu
|
|
left = 240
|
|
top = 200
|
|
object SelectMenuItem: TMenuItem
|
|
Caption = '&Select all'
|
|
OnClick = SelectMenuItemClick
|
|
end
|
|
object UnselectMenuItem: TMenuItem
|
|
Caption = '&Unselect all'
|
|
OnClick = UnselectMenuItemClick
|
|
end
|
|
object SaveMenuItem: TMenuItem
|
|
Caption = 'Save to &File...'
|
|
OnClick = SaveMenuItemClick
|
|
end
|
|
end
|
|
object SaveDialog1: TSaveDialog
|
|
left = 320
|
|
top = 200
|
|
end
|
|
end
|