mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 19:17:52 +02:00
146 lines
3.9 KiB
Plaintext
146 lines
3.9 KiB
Plaintext
object PagesPropEditorFrm: TPagesPropEditorFrm
|
|
Left = 353
|
|
Height = 302
|
|
Top = 151
|
|
Width = 400
|
|
Caption = 'PagesPropEditorFrm'
|
|
ClientHeight = 302
|
|
ClientWidth = 400
|
|
Constraints.MinHeight = 160
|
|
Constraints.MinWidth = 180
|
|
OnCreate = FormCreate
|
|
OnShow = FormShow
|
|
Position = poScreenCenter
|
|
LCLVersion = '1.7'
|
|
object TextGroupBox: TGroupBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = BtnPanel
|
|
Left = 6
|
|
Height = 258
|
|
Top = 6
|
|
Width = 388
|
|
Align = alTop
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
ClientHeight = 240
|
|
ClientWidth = 384
|
|
TabOrder = 0
|
|
object ListBox: TListBox
|
|
AnchorSideLeft.Control = TextGroupBox
|
|
AnchorSideTop.Control = TextGroupBox
|
|
AnchorSideRight.Control = AddButton
|
|
AnchorSideBottom.Control = TextGroupBox
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 6
|
|
Height = 228
|
|
Top = 6
|
|
Width = 291
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
ItemHeight = 0
|
|
OnSelectionChange = ListBoxSelectionChange
|
|
TabOrder = 0
|
|
end
|
|
object AddButton: TButton
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideRight.Control = TextGroupBox
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 303
|
|
Height = 23
|
|
Top = 6
|
|
Width = 75
|
|
Anchors = [akTop, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Add'
|
|
Constraints.MinWidth = 75
|
|
OnClick = AddButtonClick
|
|
TabOrder = 1
|
|
end
|
|
object RenameButton: TButton
|
|
AnchorSideLeft.Control = AddButton
|
|
AnchorSideTop.Control = AddButton
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = AddButton
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 303
|
|
Height = 25
|
|
Top = 35
|
|
Width = 75
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 6
|
|
Caption = 'Rename'
|
|
OnClick = RenameButtonClick
|
|
TabOrder = 2
|
|
end
|
|
object DeleteButton: TButton
|
|
AnchorSideLeft.Control = AddButton
|
|
AnchorSideTop.Control = RenameButton
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = AddButton
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 303
|
|
Height = 25
|
|
Top = 66
|
|
Width = 75
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 6
|
|
Caption = 'Delete'
|
|
OnClick = DeleteButtonClick
|
|
TabOrder = 3
|
|
end
|
|
object MoveUpButton: TButton
|
|
AnchorSideLeft.Control = AddButton
|
|
AnchorSideTop.Control = DeleteButton
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = AddButton
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 303
|
|
Height = 25
|
|
Top = 97
|
|
Width = 75
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 6
|
|
Caption = 'Move Up'
|
|
OnClick = MoveUpButtonClick
|
|
TabOrder = 4
|
|
end
|
|
object MoveDownButton: TButton
|
|
AnchorSideLeft.Control = AddButton
|
|
AnchorSideTop.Control = MoveUpButton
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = AddButton
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 303
|
|
Height = 25
|
|
Top = 128
|
|
Width = 75
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 6
|
|
Caption = 'Move Down'
|
|
OnClick = MoveDownButtonClick
|
|
TabOrder = 5
|
|
end
|
|
end
|
|
object BtnPanel: TButtonPanel
|
|
Left = 6
|
|
Height = 26
|
|
Top = 270
|
|
Width = 388
|
|
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 = 1
|
|
ShowButtons = [pbOK, pbCancel]
|
|
ShowBevel = False
|
|
end
|
|
end
|