mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-13 13:29:34 +02:00
80 lines
1.9 KiB
Plaintext
80 lines
1.9 KiB
Plaintext
object IDEInfoNeedBuildDlg: TIDEInfoNeedBuildDlg
|
|
Left = 522
|
|
Height = 434
|
|
Top = 232
|
|
Width = 655
|
|
BorderIcons = [biSystemMenu, biMaximize]
|
|
Caption = 'IDEInfoNeedBuildDlg'
|
|
ClientHeight = 434
|
|
ClientWidth = 655
|
|
OnClose = FormClose
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
OnKeyDown = FormKeyDown
|
|
Position = poScreenCenter
|
|
LCLVersion = '1.5'
|
|
object TargetLabel: TLabel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = TargetComboBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 17
|
|
Top = 13
|
|
Width = 80
|
|
BorderSpacing.Around = 6
|
|
Caption = 'TargetLabel'
|
|
ParentColor = False
|
|
end
|
|
object TargetComboBox: TComboBox
|
|
AnchorSideLeft.Control = TargetLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 92
|
|
Height = 31
|
|
Top = 6
|
|
Width = 557
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Around = 6
|
|
ItemHeight = 0
|
|
OnChange = TargetComboBoxChange
|
|
Style = csDropDownList
|
|
TabOrder = 0
|
|
end
|
|
object MainMemo: TMemo
|
|
AnchorSideTop.Control = TargetComboBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 350
|
|
Top = 43
|
|
Width = 643
|
|
Align = alBottom
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
Lines.Strings = (
|
|
'MainMemo'
|
|
)
|
|
ReadOnly = True
|
|
ScrollBars = ssAutoBoth
|
|
TabOrder = 1
|
|
end
|
|
object ButtonPanel1: TButtonPanel
|
|
Left = 6
|
|
Height = 29
|
|
Top = 399
|
|
Width = 643
|
|
OKButton.Name = 'OKButton'
|
|
OKButton.DefaultCaption = True
|
|
HelpButton.Name = 'HelpButton'
|
|
HelpButton.DefaultCaption = True
|
|
CloseButton.Name = 'CloseButton'
|
|
CloseButton.DefaultCaption = True
|
|
CancelButton.Name = 'CancelButton'
|
|
CancelButton.DefaultCaption = True
|
|
TabOrder = 2
|
|
ShowButtons = [pbClose]
|
|
ShowBevel = False
|
|
end
|
|
end
|