mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-19 14:48:14 +02:00
142 lines
3.8 KiB
Plaintext
142 lines
3.8 KiB
Plaintext
object ProjectFormsOptionsFrame: TProjectFormsOptionsFrame
|
|
Left = 0
|
|
Height = 463
|
|
Top = 0
|
|
Width = 501
|
|
ClientHeight = 463
|
|
ClientWidth = 501
|
|
TabOrder = 0
|
|
DesignLeft = 356
|
|
DesignTop = 178
|
|
object FormsAutoCreatedLabel: TLabel
|
|
AnchorSideLeft.Control = FormsAutoCreatedListBox
|
|
AnchorSideTop.Control = Owner
|
|
Left = 30
|
|
Height = 20
|
|
Top = 0
|
|
Width = 160
|
|
Caption = 'FormsAutoCreatedLabel'
|
|
ParentColor = False
|
|
end
|
|
object FormsAvailFormsLabel: TLabel
|
|
AnchorSideLeft.Control = FormsAvailFormsListBox
|
|
AnchorSideTop.Control = Owner
|
|
Left = 284
|
|
Height = 20
|
|
Top = 0
|
|
Width = 149
|
|
Caption = 'FormsAvailFormsLabel'
|
|
ParentColor = False
|
|
end
|
|
object FormsMoveAutoCreatedFormUpBtn: TSpeedButton
|
|
AnchorSideLeft.Control = Owner
|
|
Left = 0
|
|
Height = 24
|
|
Top = 36
|
|
Width = 24
|
|
OnClick = FormsMoveAutoCreatedFormUpBtnClick
|
|
end
|
|
object FormsMoveAutoCreatedFormsDownBtn: TSpeedButton
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = FormsMoveAutoCreatedFormUpBtn
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 0
|
|
Height = 24
|
|
Top = 66
|
|
Width = 24
|
|
BorderSpacing.Top = 6
|
|
OnClick = FormsMoveAutoCreatedFormsDownBtnClick
|
|
end
|
|
object FormsRemoveFromAutoCreatedFormsBtn: TSpeedButton
|
|
AnchorSideLeft.Side = asrCenter
|
|
AnchorSideRight.Control = FormsAvailFormsLabel
|
|
Left = 254
|
|
Height = 24
|
|
Top = 36
|
|
Width = 24
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.Right = 6
|
|
OnClick = FormsRemoveFromAutoCreatedFormsBtnClick
|
|
end
|
|
object FormsAddToAutoCreatedFormsBtn: TSpeedButton
|
|
AnchorSideLeft.Control = FormsRemoveFromAutoCreatedFormsBtn
|
|
AnchorSideTop.Control = FormsRemoveFromAutoCreatedFormsBtn
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 254
|
|
Height = 24
|
|
Top = 66
|
|
Width = 24
|
|
BorderSpacing.Top = 6
|
|
OnClick = FormsAddToAutoCreatedFormsBtnClick
|
|
end
|
|
object FormsAutoCreatedListBox: TListBox
|
|
AnchorSideLeft.Control = FormsMoveAutoCreatedFormsDownBtn
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = FormsAutoCreatedLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = lblMiddle
|
|
AnchorSideBottom.Control = FormsAutoCreateNewFormsCheckBox
|
|
Left = 30
|
|
Height = 407
|
|
Top = 26
|
|
Width = 217
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Right = 3
|
|
BorderSpacing.Bottom = 6
|
|
ItemHeight = 0
|
|
MultiSelect = True
|
|
OnDblClick = FormsRemoveFromAutoCreatedFormsBtnClick
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 0
|
|
end
|
|
object FormsAvailFormsListBox: TListBox
|
|
AnchorSideLeft.Control = lblMiddle
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = FormsAvailFormsLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = FormsAutoCreateNewFormsCheckBox
|
|
Left = 284
|
|
Height = 407
|
|
Top = 26
|
|
Width = 217
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Left = 33
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Bottom = 6
|
|
ItemHeight = 0
|
|
MultiSelect = True
|
|
OnDblClick = FormsAddToAutoCreatedFormsBtnClick
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 1
|
|
end
|
|
object FormsAutoCreateNewFormsCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = FormsAddToAutoCreatedFormsBtn
|
|
AnchorSideTop.Control = FormsAutoCreatedListBox
|
|
Left = 0
|
|
Height = 24
|
|
Top = 439
|
|
Width = 501
|
|
Align = alBottom
|
|
Caption = 'FormsAutoCreateNewFormsCheckBox'
|
|
TabOrder = 2
|
|
end
|
|
object lblMiddle: TLabel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideLeft.Side = asrCenter
|
|
AnchorSideTop.Control = Owner
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 250
|
|
Height = 1
|
|
Top = 231
|
|
Width = 1
|
|
AutoSize = False
|
|
ParentColor = False
|
|
end
|
|
end
|