lazarus/ide/buildprofilemanager.lfm
2010-11-14 17:08:37 +00:00

110 lines
2.6 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

object BuildProfileManagerForm: TBuildProfileManagerForm
Left = 221
Height = 459
Top = 176
Width = 360
Caption = 'Build Profiles'
ClientHeight = 459
ClientWidth = 360
OnCreate = FormCreate
OnDestroy = FormDestroy
Position = poScreenCenter
LCLVersion = '0.9.29'
object ProfilesPanel: TPanel
Left = 0
Height = 459
Top = 0
Width = 360
Align = alClient
ClientHeight = 459
ClientWidth = 360
TabOrder = 0
object ProfilesToolBar: TToolBar
Left = 1
Height = 92
Top = 1
Width = 358
AutoSize = True
ButtonHeight = 46
ButtonWidth = 47
Caption = 'ProfilesToolBar'
EdgeBorders = []
ParentShowHint = False
ShowCaptions = True
ShowHint = True
TabOrder = 1
object MoveDownButton: TToolButton
Left = 1
Top = 46
Caption = 'MoveDownButton'
ImageIndex = 4
OnClick = MoveDownButtonClick
end
object MoveUpButton: TToolButton
Left = 201
Top = 0
Caption = 'MoveUpButton'
ImageIndex = 3
OnClick = MoveUpButtonClick
end
object EditButton: TToolButton
Left = 139
Top = 0
Caption = 'EditButton'
ImageIndex = 2
OnClick = EditButtonClick
end
object RemoveButton: TToolButton
Left = 60
Top = 0
Caption = 'RemoveButton'
ImageIndex = 1
OnClick = RemoveButtonClick
end
object AddButton: TToolButton
Left = 1
Top = 0
Caption = 'AddButton'
ImageIndex = 0
OnClick = AddButtonClick
end
object tbSeparator: TToolButton
Left = 197
Top = 0
Width = 4
Caption = 'tbSeparator'
Style = tbsDivider
end
end
object ProfilesListBox: TListBox
Left = 1
Height = 327
Top = 93
Width = 358
Align = alClient
ItemHeight = 0
OnClick = ProfilesListboxClick
TabOrder = 0
end
object ButtonPanel: TButtonPanel
Left = 7
Height = 26
Top = 426
Width = 346
OKButton.Name = 'OKButton'
OKButton.Caption = '&ОК'
HelpButton.Name = 'HelpButton'
HelpButton.Caption = '&Справка'
HelpButton.OnClick = HelpButtonClick
CloseButton.Name = 'CloseButton'
CloseButton.Caption = '&Закрыть'
CloseButton.Enabled = False
CancelButton.Name = 'CancelButton'
CancelButton.Caption = 'Отмена'
TabOrder = 2
ShowButtons = [pbOK, pbCancel, pbHelp]
ShowBevel = False
end
end
end