lazarus/ide/addtoprojectdlg.lfm
2015-06-05 18:12:49 +00:00

205 lines
5.4 KiB
Plaintext

object AddToProjectDialog: TAddToProjectDialog
Left = 323
Height = 339
Top = 250
Width = 598
ActiveControl = Notebook
BorderIcons = [biSystemMenu, biMaximize]
Caption = 'AddToProjectDialog'
ClientHeight = 339
ClientWidth = 598
OnClose = AddToProjectDialogClose
OnShow = AddToProjectDialogShow
Position = poScreenCenter
LCLVersion = '1.5'
object Notebook: TPageControl
Left = 0
Height = 301
Top = 0
Width = 598
ActivePage = AddFilesPage
Align = alClient
TabIndex = 2
TabOrder = 0
OnChange = NotebookChange
object AddEditorFilePage: TTabSheet
Caption = 'AddEditorFilePage'
ClientHeight = 273
ClientWidth = 590
object AddFileLabel: TLabel
Left = 6
Height = 15
Top = 6
Width = 578
Align = alTop
BorderSpacing.Around = 6
Caption = 'AddFileLabel'
ParentColor = False
end
object AddFileListView: TListView
Left = 6
Height = 238
Top = 27
Width = 578
Align = alTop
Anchors = [akTop, akLeft, akRight, akBottom]
AutoWidthLastColumn = True
BorderSpacing.Around = 6
Columns = <>
MultiSelect = True
ReadOnly = True
RowSelect = True
SortType = stText
TabOrder = 0
ViewStyle = vsReport
OnSelectItem = AddFileListViewSelectItem
end
end
object NewDependPage: TTabSheet
Caption = 'NewDependPage'
ClientHeight = 256
ClientWidth = 594
object DependPkgNameLabel: TLabel
Left = 8
Height = 17
Top = 19
Width = 146
Caption = 'DependPkgNameLabel'
ParentColor = False
end
object DependMinVersionLabel: TLabel
Left = 8
Height = 17
Top = 47
Width = 153
Caption = 'DependMinVersionLabel'
ParentColor = False
end
object DependMaxVersionLabel: TLabel
Left = 8
Height = 17
Top = 76
Width = 157
Caption = 'DependMaxVersionLabel'
ParentColor = False
end
object DependPkgNameComboBox: TComboBox
Left = 218
Height = 23
Top = 14
Width = 370
Anchors = [akTop, akLeft, akRight]
AutoComplete = True
AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending]
ItemHeight = 15
OnChange = DependPkgNameComboBoxChange
TabOrder = 0
Text = 'DependPkgNameComboBox'
end
object DependMinVersionEdit: TEdit
Left = 218
Height = 25
Top = 44
Width = 370
Anchors = [akTop, akLeft, akRight]
TabOrder = 1
Text = 'DependMinVersionEdit'
end
object DependMaxVersionEdit: TEdit
Left = 218
Height = 25
Top = 73
Width = 370
Anchors = [akTop, akLeft, akRight]
TabOrder = 2
Text = 'DependMaxVersionEdit'
end
end
object AddFilesPage: TTabSheet
Caption = 'AddFilesPage'
ClientHeight = 273
ClientWidth = 590
object FilesListView: TListView
AnchorSideBottom.Control = FilesDirButton
Left = 6
Height = 230
Top = 6
Width = 578
Anchors = [akTop, akLeft, akRight, akBottom]
AutoWidthLastColumn = True
BorderSpacing.Around = 6
Columns = <>
MultiSelect = True
ReadOnly = True
RowSelect = True
SortType = stText
TabOrder = 0
ViewStyle = vsReport
OnSelectItem = FilesListViewSelectItem
end
object FilesDirButton: TBitBtn
AnchorSideLeft.Side = asrBottom
AnchorSideBottom.Control = AddFilesPage
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 25
Top = 242
Width = 100
Anchors = [akLeft, akBottom]
AutoSize = True
BorderSpacing.Around = 6
Caption = 'FilesDirButton'
OnClick = FilesDirButtonClick
TabOrder = 1
end
object FilesShortenButton: TBitBtn
AnchorSideLeft.Control = FilesDirButton
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = FilesDirButton
AnchorSideTop.Side = asrCenter
Left = 112
Height = 25
Top = 242
Width = 126
AutoSize = True
BorderSpacing.Around = 6
Caption = 'FilesShortenButton'
OnClick = FilesShortenButtonClick
TabOrder = 2
end
object FilesDeleteButton: TBitBtn
AnchorSideLeft.Control = FilesShortenButton
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = FilesShortenButton
AnchorSideTop.Side = asrCenter
Left = 244
Height = 25
Top = 242
Width = 118
AutoSize = True
BorderSpacing.Around = 6
Caption = 'FilesDeleteButton'
OnClick = FilesDeleteButtonClick
TabOrder = 3
end
end
end
object ButtonPanel: TButtonPanel
Left = 6
Height = 26
Top = 307
Width = 586
OKButton.Name = 'OKButton'
OKButton.DefaultCaption = True
HelpButton.Name = 'HelpButton'
HelpButton.DefaultCaption = True
CloseButton.Name = 'CloseButton'
CloseButton.DefaultCaption = True
CancelButton.Name = 'CancelButton'
CancelButton.DefaultCaption = True
TabOrder = 1
ShowButtons = [pbOK, pbCancel]
ShowBevel = False
end
end