git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@38 05c56307-c608-d34a-929d-697000501d7a
99 lines
2.1 KiB
Plaintext
99 lines
2.1 KiB
Plaintext
object frmSideBarCustomize: TfrmSideBarCustomize
|
|
Left = 107
|
|
Top = 98
|
|
BorderIcons = []
|
|
BorderStyle = bsDialog
|
|
Caption = 'Customize'
|
|
ClientHeight = 223
|
|
ClientWidth = 342
|
|
Color = clBtnFace
|
|
FormStyle = fsStayOnTop
|
|
OldCreateOrder = True
|
|
OnClose = FormClose
|
|
OnCreate = FormCreate
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object Panel1: TPanel
|
|
Left = 0
|
|
Top = 200
|
|
Width = 342
|
|
Height = 23
|
|
Align = alBottom
|
|
BevelOuter = bvNone
|
|
TabOrder = 0
|
|
object Button: TButton
|
|
Left = 265
|
|
Top = 1
|
|
Width = 72
|
|
Height = 21
|
|
Cancel = True
|
|
Caption = 'Close'
|
|
Default = True
|
|
ModalResult = 1
|
|
TabOrder = 0
|
|
OnClick = ButtonClick
|
|
end
|
|
end
|
|
object Panel2: TPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 342
|
|
Height = 200
|
|
Align = alClient
|
|
BevelInner = bvLowered
|
|
BevelOuter = bvNone
|
|
BorderWidth = 5
|
|
TabOrder = 1
|
|
object Panel3: TPanel
|
|
Left = 6
|
|
Top = 6
|
|
Width = 130
|
|
Height = 188
|
|
Align = alLeft
|
|
BevelInner = bvLowered
|
|
BevelOuter = bvNone
|
|
Caption = 'Panel2'
|
|
TabOrder = 0
|
|
object ListBox: TListBox
|
|
Left = 1
|
|
Top = 1
|
|
Width = 128
|
|
Height = 186
|
|
Align = alClient
|
|
BorderStyle = bsNone
|
|
ItemHeight = 13
|
|
TabOrder = 0
|
|
OnClick = ListBoxClick
|
|
end
|
|
end
|
|
object Panel4: TPanel
|
|
Left = 136
|
|
Top = 6
|
|
Width = 7
|
|
Height = 188
|
|
Align = alLeft
|
|
TabOrder = 1
|
|
end
|
|
object ImageListBox: TdxImageListBox
|
|
Left = 143
|
|
Top = 6
|
|
Width = 193
|
|
Height = 188
|
|
Alignment = taLeftJustify
|
|
ImageAlign = dxliLeft
|
|
ItemHeight = 0
|
|
MultiLines = False
|
|
VertAlignment = tvaCenter
|
|
Align = alClient
|
|
BorderStyle = bsNone
|
|
DragMode = dmAutomatic
|
|
TabOrder = 2
|
|
OnDragDrop = ImageListBoxDragDrop
|
|
OnDragOver = ImageListBoxDragOver
|
|
OnEndDrag = ImageListBoxEndDrag
|
|
OnStartDrag = ImageListBoxStartDrag
|
|
SaveStrings = ()
|
|
end
|
|
end
|
|
end
|