mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-14 14:12:38 +02:00
106 lines
2.6 KiB
Plaintext
106 lines
2.6 KiB
Plaintext
object NewIDEWndCfgDialog: TNewIDEWndCfgDialog
|
|
Left = 250
|
|
Height = 204
|
|
Top = 250
|
|
Width = 300
|
|
AutoSize = True
|
|
Caption = 'NewIDEWndCfgDialog'
|
|
ClientHeight = 204
|
|
ClientWidth = 300
|
|
Constraints.MinWidth = 300
|
|
OnCreate = FormCreate
|
|
Position = poScreenCenter
|
|
LCLVersion = '1.1'
|
|
object OkButton: TButton
|
|
AnchorSideTop.Control = MenuItemCaptionEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 227
|
|
Height = 26
|
|
Top = 101
|
|
Width = 63
|
|
Anchors = [akTop, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 10
|
|
Caption = 'OkButton'
|
|
Default = True
|
|
OnClick = OkButtonClick
|
|
TabOrder = 0
|
|
end
|
|
object FormNameLabel: TLabel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = FormNameEdit
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 15
|
|
Top = 11
|
|
Width = 92
|
|
BorderSpacing.Left = 6
|
|
Caption = 'FormNameLabel'
|
|
ParentColor = False
|
|
end
|
|
object FormNameEdit: TEdit
|
|
AnchorSideLeft.Control = FormNameLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 104
|
|
Height = 24
|
|
Top = 6
|
|
Width = 190
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Around = 6
|
|
OnChange = FormNameEditChange
|
|
TabOrder = 1
|
|
Text = 'FormNameEdit'
|
|
end
|
|
object MenuItemCaptionLabel: TLabel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = MenuItemCaptionEdit
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 15
|
|
Top = 72
|
|
Width = 129
|
|
BorderSpacing.Left = 6
|
|
Caption = 'MenuItemCaptionLabel'
|
|
ParentColor = False
|
|
end
|
|
object MenuItemCaptionEdit: TEdit
|
|
AnchorSideLeft.Control = MenuItemCaptionLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = FormNameNoteLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 141
|
|
Height = 24
|
|
Top = 67
|
|
Width = 153
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 10
|
|
BorderSpacing.Around = 6
|
|
TabOrder = 2
|
|
Text = 'MenuItemCaptionEdit'
|
|
end
|
|
object FormNameNoteLabel: TLabel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = FormNameEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 15
|
|
Top = 36
|
|
Width = 288
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Around = 6
|
|
Caption = 'FormNameNoteLabel'
|
|
ParentColor = False
|
|
WordWrap = True
|
|
end
|
|
end
|