mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-03 10:18:17 +02:00
83 lines
1.8 KiB
Plaintext
83 lines
1.8 KiB
Plaintext
object AddProfileForm: TAddProfileForm
|
|
Left = 279
|
|
Height = 149
|
|
Top = 246
|
|
Width = 394
|
|
ActiveControl = NameEdit
|
|
Caption = 'Add New Profile'
|
|
ClientHeight = 149
|
|
ClientWidth = 394
|
|
LCLVersion = '0.9.29'
|
|
object NameEdit: TEdit
|
|
AnchorSideLeft.Control = NameLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = NameLabel
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 75
|
|
Height = 23
|
|
Top = 50
|
|
Width = 276
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 6
|
|
TabOrder = 0
|
|
end
|
|
object ProfileHeaderLabel: TLabel
|
|
AnchorSideLeft.Control = NameEdit
|
|
Left = 75
|
|
Height = 16
|
|
Top = 21
|
|
Width = 81
|
|
Caption = 'Profile name:'
|
|
ParentColor = False
|
|
end
|
|
object NameLabel: TLabel
|
|
Left = 32
|
|
Height = 16
|
|
Top = 53
|
|
Width = 37
|
|
Alignment = taRightJustify
|
|
Caption = 'Name'
|
|
ParentColor = False
|
|
end
|
|
object OKButton: TBitBtn
|
|
AnchorSideTop.Control = NameEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 75
|
|
Height = 25
|
|
Top = 92
|
|
Width = 75
|
|
AutoSize = True
|
|
BorderSpacing.Top = 19
|
|
Caption = '&OK'
|
|
Constraints.MinHeight = 25
|
|
Constraints.MinWidth = 75
|
|
Default = True
|
|
Kind = bkOK
|
|
ModalResult = 1
|
|
NumGlyphs = 0
|
|
TabOrder = 1
|
|
end
|
|
object CancelButton: TBitBtn
|
|
AnchorSideLeft.Control = OKButton
|
|
AnchorSideTop.Control = NameEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = NameEdit
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 256
|
|
Height = 31
|
|
Top = 92
|
|
Width = 95
|
|
Anchors = [akTop, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Top = 19
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
Kind = bkCancel
|
|
ModalResult = 2
|
|
NumGlyphs = 0
|
|
TabOrder = 2
|
|
end
|
|
end
|