mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 04:52:35 +02:00
205 lines
5.3 KiB
Plaintext
205 lines
5.3 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 = '1.1'
|
|
object Notebook: TPageControl
|
|
Left = 0
|
|
Height = 289
|
|
Top = 0
|
|
Width = 598
|
|
ActivePage = AddEditorFilePage
|
|
Align = alClient
|
|
TabIndex = 0
|
|
TabOrder = 0
|
|
OnChange = NotebookChange
|
|
object AddEditorFilePage: TTabSheet
|
|
Caption = 'AddEditorFilePage'
|
|
ClientHeight = 256
|
|
ClientWidth = 594
|
|
object AddFileLabel: TLabel
|
|
Left = 6
|
|
Height = 17
|
|
Top = 6
|
|
Width = 582
|
|
Align = alTop
|
|
BorderSpacing.Around = 6
|
|
Caption = 'AddFileLabel'
|
|
ParentColor = False
|
|
end
|
|
object AddFileListView: TListView
|
|
Left = 6
|
|
Height = 219
|
|
Top = 29
|
|
Width = 582
|
|
Align = alTop
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
AutoWidthLastColumn = True
|
|
BorderSpacing.Around = 6
|
|
Columns = <>
|
|
MultiSelect = True
|
|
SortType = stText
|
|
TabOrder = 0
|
|
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 = 29
|
|
Top = 14
|
|
Width = 370
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoComplete = True
|
|
AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending]
|
|
ItemHeight = 0
|
|
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 = 256
|
|
ClientWidth = 594
|
|
object FilesListView: TListView
|
|
Left = 6
|
|
Height = 208
|
|
Top = 6
|
|
Width = 582
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
Columns = <>
|
|
MultiSelect = True
|
|
SortType = stText
|
|
TabOrder = 0
|
|
ViewStyle = vsReport
|
|
OnSelectItem = FilesListViewSelectItem
|
|
end
|
|
object FilesDirButton: TBitBtn
|
|
AnchorSideLeft.Control = FilesBrowseButton
|
|
AnchorSideLeft.Side = asrBottom
|
|
Left = 142
|
|
Height = 28
|
|
Top = 221
|
|
Width = 102
|
|
Anchors = [akLeft, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Left = 6
|
|
Caption = 'FilesDirButton'
|
|
OnClick = FilesDirButtonClick
|
|
TabOrder = 1
|
|
end
|
|
object FilesBrowseButton: TBitBtn
|
|
Left = 6
|
|
Height = 28
|
|
Top = 221
|
|
Width = 130
|
|
Anchors = [akLeft, akBottom]
|
|
AutoSize = True
|
|
Caption = 'FilesBrowseButton'
|
|
OnClick = FilesBrowseButtonClick
|
|
TabOrder = 2
|
|
end
|
|
object FilesShortenButton: TBitBtn
|
|
AnchorSideLeft.Control = FilesDirButton
|
|
AnchorSideLeft.Side = asrBottom
|
|
Left = 250
|
|
Height = 28
|
|
Top = 221
|
|
Width = 135
|
|
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 = 391
|
|
Height = 28
|
|
Top = 221
|
|
Width = 126
|
|
Anchors = [akLeft, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Left = 6
|
|
Caption = 'FilesDeleteButton'
|
|
OnClick = FilesDeleteButtonClick
|
|
TabOrder = 4
|
|
end
|
|
end
|
|
end
|
|
object ButtonPanel: TButtonPanel
|
|
Left = 6
|
|
Height = 31
|
|
Top = 295
|
|
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
|