lazarus/ide/frames/idestartup_options.lfm

114 lines
2.8 KiB
Plaintext

object IdeStartupFrame: TIdeStartupFrame
Left = 0
Height = 470
Top = 0
Width = 589
ClientHeight = 470
ClientWidth = 589
TabOrder = 0
DesignLeft = 317
DesignTop = 418
object OpenLastProjectAtStartCheckBox: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = lblProjectToOpen
AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom
Left = 6
Height = 19
Top = 84
Width = 195
BorderSpacing.Left = 6
BorderSpacing.Top = 6
Caption = 'OpenLastProjectAtStartCheckBox'
OnChange = OpenLastProjectAtStartCheckBoxChange
TabOrder = 1
end
object lblFileAssociation: TDividerBevel
AnchorSideTop.Control = Owner
Left = 0
Height = 15
Top = 2
Width = 597
Caption = 'Opening Files from OS'
Anchors = [akLeft, akRight]
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object lblProjectToOpen: TDividerBevel
AnchorSideTop.Control = LazarusInstancesCB
AnchorSideTop.Side = asrBottom
Left = 0
Height = 15
Top = 63
Width = 597
Caption = 'Project to Open or Create'
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 15
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object LazarusInstancesLabel: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = LazarusInstancesCB
AnchorSideTop.Side = asrCenter
Left = 3
Height = 15
Top = 29
Width = 116
BorderSpacing.Left = 3
Caption = 'LazarusInstancesLabel'
ParentColor = False
end
object LazarusInstancesCB: TComboBox
AnchorSideLeft.Control = LazarusInstancesLabel
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = lblFileAssociation
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 127
Height = 23
Top = 25
Width = 462
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 8
BorderSpacing.Top = 8
ItemHeight = 15
Style = csDropDownList
TabOrder = 0
end
object ProjectTypeCB: TComboBox
AnchorSideLeft.Control = ProjectTypeLabel
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = OpenLastProjectAtStartCheckBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 104
Height = 23
Top = 114
Width = 485
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 8
BorderSpacing.Top = 11
DropDownCount = 20
ItemHeight = 15
Style = csDropDownList
TabOrder = 2
end
object ProjectTypeLabel: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = ProjectTypeCB
AnchorSideTop.Side = asrCenter
Left = 3
Height = 15
Top = 118
Width = 93
BorderSpacing.Left = 3
Caption = 'New Project Type'
ParentColor = False
end
end