lazarus/ide/addtoprojectdlg.lfm

203 lines
5.2 KiB
Plaintext

object AddToProjectDialog: TAddToProjectDialog
Left = 323
Height = 332
Top = 250
Width = 598
ActiveControl = Notebook
BorderStyle = bsSizeToolWin
Caption = 'AddToProjectDialog'
ClientHeight = 332
ClientWidth = 598
OnClose = AddToProjectDialogClose
Position = poScreenCenter
LCLVersion = '0.9.31'
object Notebook: TPageControl
Left = 0
Height = 294
Top = 0
Width = 598
ActivePage = AddEditorFilePage
Align = alClient
TabIndex = 0
TabOrder = 0
OnChange = NotebookChange
object AddEditorFilePage: TTabSheet
Caption = 'AddEditorFilePage'
ClientHeight = 266
ClientWidth = 590
object AddFileLabel: TLabel
Left = 6
Height = 16
Top = 6
Width = 578
Align = alTop
BorderSpacing.Around = 6
Caption = 'AddFileLabel'
ParentColor = False
end
object AddFileListView: TListView
Left = 6
Height = 230
Top = 28
Width = 578
Align = alTop
Anchors = [akTop, akLeft, akRight, akBottom]
AutoWidthLastColumn = True
BorderSpacing.Around = 6
Columns = <>
MultiSelect = True
TabOrder = 0
OnSelectItem = AddFileListViewSelectItem
end
end
object NewDependPage: TTabSheet
Caption = 'NewDependPage'
ClientHeight = 265
ClientWidth = 590
object DependPkgNameLabel: TLabel
Left = 8
Height = 15
Top = 19
Width = 127
Caption = 'DependPkgNameLabel'
ParentColor = False
end
object DependMinVersionLabel: TLabel
Left = 8
Height = 15
Top = 47
Width = 135
Caption = 'DependMinVersionLabel'
ParentColor = False
end
object DependMaxVersionLabel: TLabel
Left = 8
Height = 15
Top = 76
Width = 139
Caption = 'DependMaxVersionLabel'
ParentColor = False
end
object DependPkgNameComboBox: TComboBox
Left = 218
Height = 23
Top = 14
Width = 366
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 = 22
Top = 44
Width = 366
Anchors = [akTop, akLeft, akRight]
TabOrder = 1
Text = 'DependMinVersionEdit'
end
object DependMaxVersionEdit: TEdit
Left = 218
Height = 22
Top = 73
Width = 366
Anchors = [akTop, akLeft, akRight]
TabOrder = 2
Text = 'DependMaxVersionEdit'
end
end
object AddFilesPage: TTabSheet
Caption = 'AddFilesPage'
ClientHeight = 266
ClientWidth = 590
object FilesListView: TListView
Left = 6
Height = 218
Top = 6
Width = 578
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6
Columns = <>
MultiSelect = True
TabOrder = 0
ViewStyle = vsReport
OnSelectItem = FilesListViewSelectItem
end
object FilesDirButton: TBitBtn
AnchorSideLeft.Control = FilesBrowseButton
AnchorSideLeft.Side = asrBottom
Left = 135
Height = 25
Top = 234
Width = 100
Anchors = [akLeft, akBottom]
AutoSize = True
BorderSpacing.Left = 6
Caption = 'FilesDirButton'
OnClick = FilesDirButtonClick
TabOrder = 1
end
object FilesBrowseButton: TBitBtn
Left = 6
Height = 25
Top = 234
Width = 123
Anchors = [akLeft, akBottom]
AutoSize = True
Caption = 'FilesBrowseButton'
OnClick = FilesBrowseButtonClick
TabOrder = 2
end
object FilesShortenButton: TBitBtn
AnchorSideLeft.Control = FilesDirButton
AnchorSideLeft.Side = asrBottom
Left = 241
Height = 25
Top = 234
Width = 126
Anchors = [akLeft, akBottom]
AutoSize = True
BorderSpacing.Left = 6
Caption = 'FilesShortenButton'
OnClick = FilesShortenButtonClick
TabOrder = 3
end
object FilesDeleteButton: TBitBtn
AnchorSideLeft.Control = FilesShortenButton
AnchorSideLeft.Side = asrBottom
Left = 373
Height = 25
Top = 234
Width = 118
Anchors = [akLeft, akBottom]
AutoSize = True
BorderSpacing.Left = 6
Caption = 'FilesDeleteButton'
OnClick = FilesDeleteButtonClick
TabOrder = 4
end
end
end
object ButtonPanel: TButtonPanel
Left = 6
Height = 26
Top = 300
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