lazarus/ide/exttooldialog.lfm
darius 984c9d5167 implemented TButtonPanel
git-svn-id: trunk@17011 -
2008-10-15 20:38:10 +00:00

212 lines
4.9 KiB
Plaintext

object ExternalToolDialog: TExternalToolDialog
Left = 334
Height = 347
Top = 226
Width = 410
HelpContext = 0
ActiveControl = ListBox
Align = alNone
AllowDropFiles = False
AutoScroll = True
AutoSize = False
BorderIcons = [biSystemMenu, biMinimize, biMaximize]
BorderStyle = bsSizeToolWin
Caption = 'ExternalToolDialog'
ChildSizing.LeftRightSpacing = 0
ChildSizing.TopBottomSpacing = 0
ChildSizing.HorizontalSpacing = 0
ChildSizing.VerticalSpacing = 0
ChildSizing.ControlsPerLine = 0
ClientHeight = 347
ClientWidth = 410
DockSite = False
DragKind = dkDrag
DragMode = dmManual
Enabled = True
Font.Height = 0
Font.Style = []
FormStyle = fsNormal
ParentBiDiMode = True
ParentFont = False
Position = poScreenCenter
ShowInTaskBar = stDefault
UseDockManager = False
LCLVersion = '0.9.27'
WindowState = wsNormal
object ToolBar: TToolBar
Left = 0
Height = 48
Top = 0
Width = 410
HelpContext = 0
AutoSize = True
BorderSpacing.Left = 0
BorderSpacing.Top = 0
BorderSpacing.Right = 0
BorderSpacing.Bottom = 0
BorderSpacing.Around = 0
BorderSpacing.CellAlignHorizontal = ccaFill
BorderSpacing.CellAlignVertical = ccaFill
BorderWidth = 0
ButtonHeight = 46
ButtonWidth = 47
Caption = 'ToolBar'
ChildSizing.LeftRightSpacing = 0
ChildSizing.TopBottomSpacing = 0
ChildSizing.HorizontalSpacing = 0
ChildSizing.VerticalSpacing = 0
ChildSizing.ControlsPerLine = 0
Ctl3D = False
DragCursor = crDrag
DragKind = dkDrag
DragMode = dmManual
EdgeInner = esRaised
EdgeOuter = esLowered
Enabled = True
Flat = True
ParentColor = True
ParentFont = True
ParentShowHint = False
ShowCaptions = True
ShowHint = True
TabOrder = 0
TabStop = False
Visible = True
object MoveDownButton: TToolButton
Left = 1
Top = 48
HelpContext = 0
Caption = 'MoveDownButton'
DragCursor = crDrag
DragKind = dkDrag
DragMode = dmManual
Enabled = True
ImageIndex = 4
ParentShowHint = True
Visible = True
OnClick = MoveDownButtonClick
end
object MoveUpButton: TToolButton
Left = 261
Top = 2
HelpContext = 0
Caption = 'MoveUpButton'
DragCursor = crDrag
DragKind = dkDrag
DragMode = dmManual
Enabled = True
ImageIndex = 3
ParentShowHint = True
Visible = True
OnClick = MoveUpButtonClick
end
object EditButton: TToolButton
Left = 179
Top = 2
HelpContext = 0
Caption = 'EditButton'
DragCursor = crDrag
DragKind = dkDrag
DragMode = dmManual
Enabled = True
ImageIndex = 2
ParentShowHint = True
Visible = True
OnClick = EditButtonClick
end
object RemoveButton: TToolButton
Left = 77
Top = 2
HelpContext = 0
Caption = 'RemoveButton'
DragCursor = crDrag
DragKind = dkDrag
DragMode = dmManual
Enabled = True
ImageIndex = 1
ParentShowHint = True
Visible = True
OnClick = RemoveButtonClick
end
object AddButton: TToolButton
Left = 1
Top = 2
HelpContext = 0
Caption = 'AddButton'
DragCursor = crDrag
DragKind = dkDrag
DragMode = dmManual
Enabled = True
ImageIndex = 0
ParentShowHint = True
Visible = True
OnClick = AddButtonClick
end
object tbSeparator: TToolButton
Left = 254
Top = 2
Width = 7
HelpContext = 0
Caption = 'tbSeparator'
DragCursor = crDrag
DragKind = dkDrag
DragMode = dmManual
Enabled = True
ParentShowHint = True
Style = tbsDivider
Visible = True
end
end
object ListBox: TListBox
Left = 0
Height = 245
Top = 48
Width = 410
HelpContext = 0
Align = alClient
BorderSpacing.Left = 0
BorderSpacing.Top = 0
BorderSpacing.Right = 0
BorderSpacing.Bottom = 6
BorderSpacing.Around = 0
BorderSpacing.CellAlignHorizontal = ccaFill
BorderSpacing.CellAlignVertical = ccaFill
BorderStyle = bsSingle
ClickOnSelChange = True
Columns = 0
DragCursor = crDrag
DragKind = dkDrag
DragMode = dmManual
ExtendedSelect = True
Enabled = True
IntegralHeight = False
ItemHeight = 0
MultiSelect = False
OnClick = ListboxClick
ParentBidiMode = True
ParentShowHint = True
ParentFont = True
Sorted = False
Style = lbStandard
TabOrder = 1
TabStop = True
TopIndex = -1
Visible = True
end
object ButtonPanel: TButtonPanel
Left = 6
Height = 48
Top = 299
Width = 398
HelpContext = 0
Align = alBottom
AutoSize = True
ButtonOrder = boDefault
TabOrder = 2
DefaultButton = pbOK
ShowButtons = [pbOK, pbCancel, pbHelp]
ShowGlyphs = [pbOK, pbCancel, pbClose, pbHelp]
Visible = True
end
end