lazarus/ide/addtoprojectdlg.lfm
2008-04-25 21:16:34 +00:00

230 lines
5.8 KiB
Plaintext

object AddToProjectDialog: TAddToProjectDialog
Left = 305
Height = 300
Top = 250
Width = 500
HorzScrollBar.Page = 499
VertScrollBar.Page = 299
ActiveControl = Notebook
BorderStyle = bsSizeToolWin
Caption = 'AddToProjectDialog'
ClientHeight = 300
ClientWidth = 500
OnClose = AddToProjectDialogClose
Position = poScreenCenter
LCLVersion = '0.9.25'
object Notebook: TNotebook
Height = 300
Width = 500
Align = alClient
PageIndex = 2
TabOrder = 0
object AddEditorFilePage: TPage
Caption = 'AddEditorFilePage'
ClientWidth = 496
ClientHeight = 269
object AddFileLabel: TLabel
Left = 6
Height = 20
Top = 6
Width = 484
Align = alTop
BorderSpacing.Around = 6
Caption = 'AddFileLabel'
ParentColor = False
end
object AddFileListBox: TListBox
Left = 6
Height = 195
Top = 32
Width = 484
Align = alTop
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6
MultiSelect = True
TabOrder = 0
TopIndex = -1
end
object AddFileButton: TButton
AnchorSideRight.Control = CancelAddFileButton
Left = 222
Height = 31
Top = 232
Width = 108
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.Right = 6
Caption = 'AddFileButton'
OnClick = AddFileButtonClick
TabOrder = 1
end
object CancelAddFileButton: TButton
Left = 336
Height = 31
Top = 232
Width = 151
Anchors = [akRight, akBottom]
AutoSize = True
Caption = 'CancelAddFileButton'
ModalResult = 2
TabOrder = 2
end
end
object NewDependPage: TPage
Caption = 'NewDependPage'
ClientWidth = 496
ClientHeight = 269
object DependPkgNameLabel: TLabel
Left = 8
Height = 20
Top = 19
Width = 147
Caption = 'DependPkgNameLabel'
ParentColor = False
end
object DependMinVersionLabel: TLabel
Left = 8
Height = 20
Top = 47
Width = 154
Caption = 'DependMinVersionLabel'
ParentColor = False
end
object DependMaxVersionLabel: TLabel
Left = 8
Height = 20
Top = 76
Width = 158
Caption = 'DependMaxVersionLabel'
ParentColor = False
end
object CancelDependButton: TButton
Left = 342
Height = 29
Top = 238
Width = 148
Anchors = [akRight, akBottom]
AutoSize = True
Caption = 'CancelDependButton'
ModalResult = 2
TabOrder = 0
end
object NewDependButton: TButton
AnchorSideRight.Control = CancelDependButton
Left = 204
Height = 29
Top = 238
Width = 132
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.Right = 6
Caption = 'NewDependButton'
OnClick = NewDependButtonClick
TabOrder = 1
end
object DependPkgNameComboBox: TComboBox
Left = 218
Height = 29
Top = 14
Width = 272
Anchors = [akTop, akLeft, akRight]
AutoComplete = True
AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending]
MaxLength = 0
TabOrder = 2
Text = 'DependPkgNameComboBox'
end
object DependMinVersionEdit: TEdit
Left = 218
Height = 23
Top = 44
Width = 272
Anchors = [akTop, akLeft, akRight]
TabOrder = 3
Text = 'DependMinVersionEdit'
end
object DependMaxVersionEdit: TEdit
Left = 218
Height = 23
Top = 73
Width = 272
Anchors = [akTop, akLeft, akRight]
TabOrder = 4
Text = 'DependMaxVersionEdit'
end
end
object AddFilesPage: TPage
Caption = 'AddFilesPage'
ClientWidth = 496
ClientHeight = 269
object FilesListView: TListView
Left = 6
Height = 221
Top = 6
Width = 484
Align = alTop
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6
Columns = <>
MultiSelect = True
TabOrder = 0
ViewStyle = vsReport
OnSelectItem = FilesListViewSelectItem
end
object FilesBrowseButton: TButton
Left = 6
Height = 29
Top = 233
Width = 128
Anchors = [akLeft, akBottom]
AutoSize = True
Caption = 'FilesBrowseButton'
OnClick = FilesBrowseButtonClick
TabOrder = 1
end
object FilesShortenButton: TButton
AnchorSideLeft.Control = FilesBrowseButton
AnchorSideLeft.Side = asrBottom
Left = 140
Height = 29
Top = 233
Width = 133
Anchors = [akLeft, akBottom]
AutoSize = True
BorderSpacing.Left = 6
Caption = 'FilesShortenButton'
OnClick = FilesShortenButtonClick
TabOrder = 2
end
object FilesDeleteButton: TButton
AnchorSideLeft.Control = FilesShortenButton
AnchorSideLeft.Side = asrBottom
Left = 279
Height = 29
Top = 233
Width = 124
Anchors = [akLeft, akBottom]
AutoSize = True
BorderSpacing.Left = 6
Caption = 'FilesDeleteButton'
OnClick = FilesDeleteButtonClick
TabOrder = 3
end
object FilesAddButton: TButton
AnchorSideLeft.Control = FilesDeleteButton
AnchorSideLeft.Side = asrBottom
Left = 409
Height = 29
Top = 233
Width = 107
Anchors = [akLeft, akBottom]
AutoSize = True
BorderSpacing.Left = 6
Caption = 'FilesAddButton'
OnClick = FilesAddButtonClick
TabOrder = 4
end
end
end
end