lazarus/packager/packageeditor.lfm
paul 98b5643d20 packager:
- remove package options dialog
  - remove compiler options button
  - call new package + compiler options dialog on options button click

git-svn-id: trunk@29502 -
2011-02-13 06:31:42 +00:00

262 lines
6.8 KiB
Plaintext

inherited PackageEditorForm: TPackageEditorForm
Left = 267
Height = 450
Top = 194
Width = 577
Caption = 'PackageEditorForm'
ClientHeight = 450
ClientWidth = 577
Constraints.MinHeight = 300
Constraints.MinWidth = 400
KeyPreview = True
OnClose = PackageEditorFormClose
OnCloseQuery = PackageEditorFormCloseQuery
Position = poScreenCenter
object ToolBar: TToolBar[0]
Left = 0
Height = 48
Top = 0
Width = 577
AutoSize = True
ButtonHeight = 46
ShowCaptions = True
TabOrder = 0
end
object FilePropsGroupBox: TGroupBox[1]
Left = 0
Height = 118
Top = 309
Width = 577
Align = alBottom
Caption = 'FilePropsGroupBox'
ClientHeight = 100
ClientWidth = 573
TabOrder = 1
object CallRegisterProcCheckBox: TCheckBox
Left = 0
Height = 19
Top = 0
Width = 158
Caption = 'CallRegisterProcCheckBox'
OnChange = CallRegisterProcCheckBoxChange
ParentShowHint = False
ShowHint = True
TabOrder = 0
end
object AddToUsesPkgSectionCheckBox: TCheckBox
AnchorSideLeft.Control = CallRegisterProcCheckBox
AnchorSideLeft.Side = asrBottom
Left = 168
Height = 19
Top = 0
Width = 191
BorderSpacing.Left = 10
Caption = 'AddToUsesPkgSectionCheckBox'
OnChange = AddToUsesPkgSectionCheckBoxChange
ParentShowHint = False
ShowHint = True
TabOrder = 1
end
object UseMinVersionCheckBox: TCheckBox
AnchorSideLeft.Control = FilePropsGroupBox
AnchorSideTop.Control = MinVersionEdit
AnchorSideTop.Side = asrCenter
Left = 0
Height = 19
Top = 2
Width = 151
Caption = 'UseMinVersionCheckBox'
OnChange = UseMinVersionCheckBoxChange
TabOrder = 2
end
object MinVersionEdit: TEdit
AnchorSideLeft.Control = UseMinVersionCheckBox
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = FilePropsGroupBox
Left = 161
Height = 23
Top = 0
Width = 100
BorderSpacing.Left = 10
OnChange = MinVersionEditChange
TabOrder = 3
Text = 'MinVersionEdit'
end
object UseMaxVersionCheckBox: TCheckBox
AnchorSideLeft.Control = FilePropsGroupBox
AnchorSideTop.Control = MaxVersionEdit
AnchorSideTop.Side = asrCenter
Left = 0
Height = 19
Top = 27
Width = 152
Caption = 'UseMaxVersionCheckBox'
OnChange = UseMaxVersionCheckBoxChange
TabOrder = 4
end
object MaxVersionEdit: TEdit
AnchorSideLeft.Control = UseMaxVersionCheckBox
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = MinVersionEdit
AnchorSideTop.Side = asrBottom
Left = 162
Height = 23
Top = 25
Width = 100
BorderSpacing.Left = 10
BorderSpacing.Top = 2
OnChange = MaxVersionEditChange
TabOrder = 5
Text = 'MaxVersionEdit'
end
object ApplyDependencyButton: TButton
AnchorSideLeft.Control = FilePropsGroupBox
AnchorSideTop.Control = MaxVersionEdit
AnchorSideTop.Side = asrBottom
Left = 0
Height = 25
Top = 54
Width = 159
AutoSize = True
BorderSpacing.Top = 6
Caption = 'ApplyDependencyButton'
OnClick = ApplyDependencyButtonClick
TabOrder = 6
end
object RegisteredPluginsGroupBox: TGroupBox
AnchorSideTop.Control = CallRegisterProcCheckBox
AnchorSideTop.Side = asrBottom
Left = 0
Height = 60
Top = 40
Width = 573
Align = alBottom
BorderSpacing.Top = 6
Caption = 'RegisteredPluginsGroupBox'
ClientHeight = 42
ClientWidth = 569
TabOrder = 7
object RegisteredListBox: TListBox
Left = 0
Height = 42
Top = 0
Width = 569
Align = alClient
ItemHeight = 0
OnDrawItem = RegisteredListBoxDrawItem
Style = lbOwnerDrawFixed
TabOrder = 0
end
end
end
object StatusBar: TStatusBar[2]
Left = 0
Height = 23
Top = 427
Width = 577
Panels = <>
end
object Splitter1: TSplitter[3]
Cursor = crVSplit
Left = 0
Height = 5
Top = 304
Width = 577
Align = alBottom
ResizeAnchor = akBottom
end
object ItemsPanel: TPanel[4]
Left = 0
Height = 256
Top = 48
Width = 577
Align = alClient
BevelOuter = bvNone
ClientHeight = 256
ClientWidth = 577
TabOrder = 4
object FilesTreeView: TTreeView
AnchorSideTop.Control = FilterEdit
AnchorSideTop.Side = asrBottom
Left = 0
Height = 233
Top = 23
Width = 577
Align = alBottom
Anchors = [akTop, akLeft, akRight, akBottom]
DefaultItemHeight = 17
PopupMenu = FilesPopupMenu
ReadOnly = True
TabOrder = 0
OnDblClick = FilesTreeViewDblClick
OnKeyPress = FilesTreeViewKeyPress
OnSelectionChanged = FilesTreeViewSelectionChanged
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
end
object FilterEdit: TEdit
AnchorSideLeft.Control = SortAlphabeticallySpeedButton
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = ItemsPanel
AnchorSideRight.Control = ItemsPanel
AnchorSideRight.Side = asrBottom
Left = 46
Height = 23
Top = 0
Width = 531
Anchors = [akTop, akLeft, akRight]
OnChange = FilterEditChange
OnEnter = FilterEditEnter
OnExit = FilterEditExit
TabOrder = 1
Text = 'FilterEdit'
end
object DirectoryHierarchySpeedButton: TSpeedButton
AnchorSideLeft.Control = ItemsPanel
AnchorSideTop.Control = FilterEdit
AnchorSideBottom.Control = FilterEdit
AnchorSideBottom.Side = asrBottom
Left = 0
Height = 23
Top = 0
Width = 23
AllowAllUp = True
Anchors = [akTop, akLeft, akBottom]
AutoSize = True
GroupIndex = 1
NumGlyphs = 0
OnClick = DirectoryHierarchySpeedButtonClick
ShowHint = True
ParentShowHint = False
end
object SortAlphabeticallySpeedButton: TSpeedButton
AnchorSideLeft.Control = DirectoryHierarchySpeedButton
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = FilterEdit
AnchorSideBottom.Control = FilterEdit
AnchorSideBottom.Side = asrBottom
Left = 23
Height = 23
Top = 0
Width = 23
AllowAllUp = True
Anchors = [akTop, akLeft, akBottom]
AutoSize = True
GroupIndex = 2
NumGlyphs = 0
OnClick = SortAlphabeticallySpeedButtonClick
ShowHint = True
ParentShowHint = False
end
end
object FilesPopupMenu: TPopupMenu[5]
OnPopup = FilesPopupMenuPopup
left = 165
top = 160
end
object UsePopupMenu: TPopupMenu[6]
OnPopup = UsePopupMenuPopup
left = 65
top = 80
end
end