lazarus/ideintf/frmselectprops.lfm
paul dd8ccf2773 (IDE):
- change poDesktopCenter to poScreenCenter (since some forms has wrong position after poDesktopCenter had been implemented in some widgetsets)

git-svn-id: trunk@11677 -
2007-07-30 16:33:41 +00:00

235 lines
5.4 KiB
Plaintext

object SelectPropertiesForm: TSelectPropertiesForm
ActiveControl = LBProperties
Caption = 'Select properties'
ClientHeight = 462
ClientWidth = 485
OnClose = SelectPropertiesFormClose
OnCreate = SelectPropertiesFormCreate
PixelsPerInch = 96
Position = poScreenCenter
HorzScrollBar.Page = 484
VertScrollBar.Page = 461
Left = 411
Height = 462
Top = 175
Width = 485
object PTop: TPanel
Align = alTop
BevelOuter = bvNone
ClientHeight = 248
ClientWidth = 485
FullRepaint = False
TabOrder = 0
Height = 248
Width = 485
object PProperties: TPanel
Align = alClient
BevelOuter = bvNone
ClientHeight = 248
ClientWidth = 252
FullRepaint = False
TabOrder = 0
Left = 233
Height = 248
Width = 252
object LProperties: TLabel
Align = alTop
BorderSpacing.Around = 6
Caption = '&Properties'
Color = clNone
Layout = tlCenter
ParentColor = False
Left = 6
Height = 14
Top = 6
Width = 240
end
object LBProperties: TListBox
Align = alClient
BorderSpacing.Around = 6
MultiSelect = True
OnClick = LBPropertiesClick
OnDblClick = LBPropertiesDblClick
Sorted = True
TabOrder = 0
Left = 6
Height = 216
Top = 26
Width = 240
end
end
object PComponents: TPanel
Align = alLeft
BevelOuter = bvNone
Caption = 'PComponents'
ClientHeight = 248
ClientWidth = 229
FullRepaint = False
TabOrder = 1
Height = 248
Width = 229
object LComponents: TLabel
Align = alTop
Anchors = [akTop, akLeft]
BorderSpacing.Around = 6
Caption = 'Co&mponents'
Color = clNone
Layout = tlCenter
ParentColor = False
Left = 6
Height = 14
Top = 6
Width = 217
end
object LBComponents: TListBox
Align = alClient
BorderSpacing.Around = 6
OnSelectionChange = LBComponentsSelectionChange
Sorted = True
TabOrder = 0
Left = 6
Height = 216
Top = 26
Width = 217
end
end
object VSplitter: TSplitter
Height = 248
Width = 4
Cursor = crHSplit
Left = 229
Height = 248
Width = 4
end
end
object HSplitter: TSplitter
Align = alTop
Beveled = True
Cursor = crVSplit
Height = 4
Width = 485
ResizeAnchor = akTop
Cursor = crVSplit
Height = 4
Top = 248
Width = 485
end
object PBottom: TPanel
Align = alClient
BevelOuter = bvNone
ClientHeight = 210
ClientWidth = 485
Constraints.MinHeight = 190
FullRepaint = False
TabOrder = 1
Height = 210
Top = 252
Width = 485
object LLBSelected: TLabel
BorderSpacing.Around = 6
Caption = '&Selected Properties'
Color = clNone
ParentColor = False
Left = 10
Height = 14
Top = 3
Width = 94
end
object LBSelected: TListBox
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6
MultiSelect = True
TabOrder = 0
AnchorSideLeft.Control = PBottom
AnchorSideRight.Control = BAdd
AnchorSideBottom.Control = PBottom
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 180
Top = 24
Width = 392
end
object BAdd: TButton
Anchors = [akTop, akRight]
BorderSpacing.Right = 6
Caption = '&Add'
OnClick = BAddClick
TabOrder = 1
AnchorSideTop.Control = LBSelected
AnchorSideRight.Control = PBottom
AnchorSideRight.Side = asrBottom
Left = 404
Height = 25
Top = 24
Width = 75
end
object BDelete: TButton
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
Caption = '&Delete'
OnClick = BDeleteClick
TabOrder = 2
AnchorSideLeft.Control = BAdd
AnchorSideTop.Control = BAdd
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = BAdd
AnchorSideRight.Side = asrBottom
Left = 404
Height = 25
Top = 55
Width = 75
end
object BClear: TButton
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
Caption = 'C&lear'
OnClick = BClearClick
TabOrder = 3
AnchorSideLeft.Control = BDelete
AnchorSideTop.Control = BDelete
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = BDelete
AnchorSideRight.Side = asrBottom
Left = 404
Height = 25
Top = 86
Width = 75
end
object BOK: TButton
Anchors = [akRight, akBottom]
BorderSpacing.Around = 6
Caption = '&OK'
Default = True
ModalResult = 1
TabOrder = 4
AnchorSideRight.Control = PBottom
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = PBottom
AnchorSideBottom.Side = asrBottom
Left = 404
Height = 25
Top = 179
Width = 75
end
object BCancel: TButton
Anchors = [akRight, akBottom]
Cancel = True
Caption = '&Cancel'
ModalResult = 2
TabOrder = 5
AnchorSideRight.Control = BOK
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = BOK
Left = 404
Height = 25
Top = 148
Width = 75
end
end
end