Componentes.Terceros.DevExp.../internal/x.36/1/ExpressSideBar/Sources/dxsbarcs.dfm
2008-09-04 11:31:51 +00:00

104 lines
2.2 KiB
Plaintext

object frmSideBarCustomize: TfrmSideBarCustomize
Left = 107
Top = 98
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Customize'
ClientHeight = 223
ClientWidth = 342
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
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