mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 12:52:33 +02:00
129 lines
2.8 KiB
Plaintext
129 lines
2.8 KiB
Plaintext
object ExternalToolDialog: TExternalToolDialog
|
|
Left = 334
|
|
Height = 424
|
|
Top = 226
|
|
Width = 410
|
|
ActiveControl = ListBox
|
|
BorderStyle = bsSizeToolWin
|
|
Caption = 'ExternalToolDialog'
|
|
ClientHeight = 424
|
|
ClientWidth = 410
|
|
ParentFont = False
|
|
Position = poScreenCenter
|
|
LCLVersion = '0.9.25'
|
|
object ToolBar: TToolBar
|
|
Height = 48
|
|
Width = 410
|
|
AutoSize = True
|
|
ButtonHeight = 46
|
|
ButtonWidth = 47
|
|
Caption = 'ToolBar'
|
|
Flat = True
|
|
ParentShowHint = False
|
|
ShowCaptions = True
|
|
ShowHint = True
|
|
TabOrder = 0
|
|
object MoveDownButton: TToolButton
|
|
Left = 283
|
|
Top = 2
|
|
Caption = 'MoveDownButton'
|
|
ImageIndex = 4
|
|
OnClick = MoveDownButtonClick
|
|
end
|
|
object MoveUpButton: TToolButton
|
|
Left = 204
|
|
Top = 2
|
|
Caption = 'MoveUpButton'
|
|
ImageIndex = 3
|
|
OnClick = MoveUpButtonClick
|
|
end
|
|
object EditButton: TToolButton
|
|
Left = 139
|
|
Top = 2
|
|
Caption = 'EditButton'
|
|
ImageIndex = 2
|
|
OnClick = EditButtonClick
|
|
end
|
|
object RemoveButton: TToolButton
|
|
Left = 60
|
|
Top = 2
|
|
Caption = 'RemoveButton'
|
|
ImageIndex = 1
|
|
OnClick = RemoveButtonClick
|
|
end
|
|
object AddButton: TToolButton
|
|
Left = 1
|
|
Top = 2
|
|
Caption = 'AddButton'
|
|
ImageIndex = 0
|
|
OnClick = AddButtonClick
|
|
end
|
|
object tbSeparator: TToolButton
|
|
Left = 197
|
|
Top = 2
|
|
Width = 7
|
|
Caption = 'tbSeparator'
|
|
Style = tbsDivider
|
|
end
|
|
end
|
|
object ListBox: TListBox
|
|
Height = 341
|
|
Top = 48
|
|
Width = 410
|
|
Align = alClient
|
|
OnClick = ListboxClick
|
|
TabOrder = 1
|
|
end
|
|
object BtnPanel: TPanel
|
|
Height = 35
|
|
Top = 389
|
|
Width = 410
|
|
Align = alBottom
|
|
AutoSize = True
|
|
BevelOuter = bvNone
|
|
ClientHeight = 35
|
|
ClientWidth = 410
|
|
TabOrder = 2
|
|
object OKButton: TBitBtn
|
|
AnchorSideTop.Control = BtnPanel
|
|
AnchorSideRight.Control = CancelButton
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 248
|
|
Height = 23
|
|
Top = 6
|
|
Width = 75
|
|
Anchors = [akTop, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = '&OK'
|
|
Constraints.MinWidth = 75
|
|
Default = True
|
|
Kind = bkOK
|
|
ModalResult = 1
|
|
NumGlyphs = 0
|
|
TabOrder = 0
|
|
end
|
|
object CancelButton: TBitBtn
|
|
AnchorSideTop.Control = BtnPanel
|
|
AnchorSideRight.Control = BtnPanel
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = BtnPanel
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 329
|
|
Height = 23
|
|
Top = 6
|
|
Width = 75
|
|
Anchors = [akTop, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
Constraints.MinWidth = 75
|
|
Kind = bkCancel
|
|
ModalResult = 2
|
|
NumGlyphs = 0
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
end
|