mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2026-02-04 08:04:47 +01:00
306 lines
7.6 KiB
Plaintext
306 lines
7.6 KiB
Plaintext
object ExternalToolOptionDlg: TExternalToolOptionDlg
|
|
Left = 348
|
|
Height = 501
|
|
Top = 210
|
|
Width = 661
|
|
ActiveControl = TitleEdit
|
|
Caption = 'ExternalToolOptionDlg'
|
|
ClientHeight = 501
|
|
ClientWidth = 661
|
|
Constraints.MinHeight = 350
|
|
Constraints.MinWidth = 350
|
|
KeyPreview = True
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
ParentFont = False
|
|
Position = poScreenCenter
|
|
LCLVersion = '0.9.25'
|
|
object TitleLabel: TLabel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = TitleEdit
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 14
|
|
Top = 10
|
|
Width = 46
|
|
BorderSpacing.Left = 6
|
|
Caption = 'TitleLabel'
|
|
ParentColor = False
|
|
end
|
|
object FilenameLabel: TLabel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = FilenameEdit
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 14
|
|
Top = 39
|
|
Width = 68
|
|
BorderSpacing.Left = 6
|
|
Caption = 'FilenameLabel'
|
|
ParentColor = False
|
|
end
|
|
object ParametersLabel: TLabel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = ParametersEdit
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 14
|
|
Top = 68
|
|
Width = 81
|
|
BorderSpacing.Left = 6
|
|
Caption = 'ParametersLabel'
|
|
ParentColor = False
|
|
end
|
|
object WorkingDirLabel: TLabel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = WorkingDirEdit
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 14
|
|
Top = 97
|
|
Width = 78
|
|
BorderSpacing.Left = 6
|
|
Caption = 'WorkingDirLabel'
|
|
ParentColor = False
|
|
end
|
|
object TitleEdit: TEdit
|
|
AnchorSideTop.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 128
|
|
Height = 23
|
|
Top = 6
|
|
Width = 527
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Around = 6
|
|
TabOrder = 0
|
|
Text = 'TitleEdit'
|
|
end
|
|
object FilenameEdit: TEdit
|
|
AnchorSideLeft.Control = TitleEdit
|
|
AnchorSideTop.Control = TitleEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = OpenButton
|
|
Left = 128
|
|
Height = 23
|
|
Top = 35
|
|
Width = 483
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Right = 6
|
|
TabOrder = 1
|
|
Text = 'FilenameEdit'
|
|
end
|
|
object OpenButton: TButton
|
|
AnchorSideTop.Control = FilenameEdit
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = FilenameEdit
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 617
|
|
Height = 23
|
|
Top = 35
|
|
Width = 38
|
|
Anchors = [akTop, akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Right = 6
|
|
Caption = '...'
|
|
OnClick = OpenButtonClick
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 2
|
|
end
|
|
object ParametersEdit: TEdit
|
|
AnchorSideLeft.Control = TitleEdit
|
|
AnchorSideTop.Control = FilenameEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 128
|
|
Height = 23
|
|
Top = 64
|
|
Width = 527
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Right = 6
|
|
TabOrder = 3
|
|
Text = 'ParametersEdit'
|
|
end
|
|
object WorkingDirEdit: TEdit
|
|
AnchorSideLeft.Control = TitleEdit
|
|
AnchorSideTop.Control = ParametersEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 128
|
|
Height = 23
|
|
Top = 93
|
|
Width = 527
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Right = 6
|
|
TabOrder = 4
|
|
Text = 'WorkingDirEdit'
|
|
end
|
|
object OptionsGroupBox: TGroupBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = WorkingDirEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 79
|
|
Top = 122
|
|
Width = 649
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'OptionsGroupBox'
|
|
ChildSizing.Layout = cclTopToBottomThenLeftToRight
|
|
ChildSizing.ControlsPerLine = 5
|
|
ClientHeight = 61
|
|
ClientWidth = 645
|
|
TabOrder = 5
|
|
object OptionScanOutputForFPCMessagesCheckBox: TCheckBox
|
|
Height = 19
|
|
Width = 250
|
|
Caption = 'OptionScanOutputForFPCMessagesCheckBox'
|
|
TabOrder = 0
|
|
end
|
|
object OptionScanOutputForMakeMessagesCheckBox: TCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideBottom.Side = asrBottom
|
|
Height = 19
|
|
Top = 19
|
|
Width = 250
|
|
Caption = 'OptionScanOutputForMakeMessagesCheckBox'
|
|
TabOrder = 1
|
|
end
|
|
object ScannersButton: TButton
|
|
Height = 23
|
|
Top = 38
|
|
Width = 250
|
|
Caption = 'ScannersButton'
|
|
OnClick = ScannersButtonClick
|
|
TabOrder = 2
|
|
end
|
|
end
|
|
object KeyGroupBox: TGroupBox
|
|
AnchorSideLeft.Control = OptionsGroupBox
|
|
AnchorSideTop.Control = OptionsGroupBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = OptionsGroupBox
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 25
|
|
Top = 207
|
|
Width = 649
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Top = 6
|
|
Caption = 'KeyGroupBox'
|
|
Constraints.MinHeight = 25
|
|
TabOrder = 6
|
|
end
|
|
object MacrosGroupbox: TGroupBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = KeyGroupBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = BtnPanel
|
|
Left = 6
|
|
Height = 219
|
|
Top = 238
|
|
Width = 649
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
Caption = 'MacrosGroupbox'
|
|
ClientHeight = 201
|
|
ClientWidth = 645
|
|
TabOrder = 7
|
|
object MacrosListbox: TListBox
|
|
AnchorSideLeft.Control = MacrosGroupbox
|
|
AnchorSideTop.Control = MacrosInsertButton
|
|
AnchorSideRight.Control = MacrosInsertButton
|
|
AnchorSideBottom.Control = MacrosGroupbox
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 6
|
|
Height = 193
|
|
Top = 2
|
|
Width = 506
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Right = 6
|
|
BorderSpacing.Bottom = 6
|
|
OnClick = MacrosListboxClick
|
|
TabOrder = 0
|
|
end
|
|
object MacrosInsertButton: TButton
|
|
AnchorSideTop.Control = MacrosGroupbox
|
|
AnchorSideRight.Control = MacrosGroupbox
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 518
|
|
Height = 23
|
|
Top = 2
|
|
Width = 121
|
|
Anchors = [akTop, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Top = 2
|
|
BorderSpacing.Right = 6
|
|
Caption = 'MacrosInsertButton'
|
|
Enabled = False
|
|
OnClick = MacrosInsertButtonClick
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object BtnPanel: TPanel
|
|
Height = 38
|
|
Top = 463
|
|
Width = 661
|
|
Align = alBottom
|
|
AutoSize = True
|
|
BevelOuter = bvNone
|
|
ClientHeight = 38
|
|
ClientWidth = 661
|
|
TabOrder = 8
|
|
object OKButton: TBitBtn
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 501
|
|
Height = 26
|
|
Top = 6
|
|
Width = 73
|
|
Align = alRight
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Ok'
|
|
Default = True
|
|
Kind = bkOK
|
|
ModalResult = 1
|
|
NumGlyphs = 0
|
|
OnClick = OKButtonClick
|
|
TabOrder = 0
|
|
end
|
|
object CancelButton: TBitBtn
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 580
|
|
Height = 26
|
|
Top = 6
|
|
Width = 75
|
|
Align = alRight
|
|
BorderSpacing.Around = 6
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
Kind = bkCancel
|
|
ModalResult = 2
|
|
NumGlyphs = 0
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object OpenDialog: TOpenDialog
|
|
Options = [ofPathMustExist, ofFileMustExist, ofEnableSizing, ofViewDetail]
|
|
left = 88
|
|
top = 32
|
|
end
|
|
end
|