lazarus/ide/addtoprojectdlg.lfm
2006-05-22 08:10:49 +00:00

239 lines
5.9 KiB
Plaintext

object AddToProjectDialog: TAddToProjectDialog
Left = 324
Height = 300
Top = 251
Width = 500
HorzScrollBar.Page = 499
VertScrollBar.Page = 299
ActiveControl = FilesListView
BorderStyle = bsSizeToolWin
Caption = 'AddToProjectDialog'
ClientHeight = 300
ClientWidth = 500
OnClose = AddToProjectDialogClose
PixelsPerInch = 95
Position = poScreenCenter
object Notebook: TNotebook
Height = 300
Width = 500
Align = alClient
PageIndex = 2
object AddEditorFilePage: TPage
Caption = 'AddEditorFilePage'
ClientWidth = 496
ClientHeight = 270
object AddFileLabel: TLabel
Left = 6
Height = 13
Top = 6
Width = 484
Align = alTop
BorderSpacing.Around = 6
Caption = 'AddFileLabel'
Color = clNone
ParentColor = False
end
object AddFileListBox: TListBox
Left = 6
Height = 202
Top = 25
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 = 263
Height = 26
Top = 237
Width = 89
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.Right = 6
Caption = 'AddFileButton'
OnClick = AddFileButtonClick
TabOrder = 1
end
object CancelAddFileButton: TButton
Left = 358
Height = 26
Top = 237
Width = 129
Anchors = [akRight, akBottom]
AutoSize = True
Caption = 'CancelAddFileButton'
ModalResult = 2
TabOrder = 2
end
end
object NewDependPage: TPage
Caption = 'NewDependPage'
ClientWidth = 496
ClientHeight = 270
object DependPkgNameLabel: TLabel
Left = 8
Height = 13
Top = 19
Width = 129
Caption = 'DependPkgNameLabel'
Color = clNone
ParentColor = False
end
object DependMinVersionLabel: TLabel
Left = 8
Height = 13
Top = 47
Width = 140
Caption = 'DependMinVersionLabel'
Color = clNone
ParentColor = False
end
object DependMaxVersionLabel: TLabel
Left = 8
Height = 13
Top = 76
Width = 143
Caption = 'DependMaxVersionLabel'
Color = clNone
ParentColor = False
end
object CancelDependButton: TButton
Left = 361
Height = 26
Top = 241
Width = 129
Anchors = [akRight, akBottom]
AutoSize = True
Caption = 'CancelDependButton'
ModalResult = 2
TabOrder = 0
end
object NewDependButton: TButton
AnchorSideRight.Control = CancelDependButton
Left = 241
Height = 26
Top = 241
Width = 114
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.Right = 6
Caption = 'NewDependButton'
OnClick = NewDependButtonClick
TabOrder = 1
end
object DependPkgNameComboBox: TComboBox
Left = 218
Height = 21
Top = 16
Width = 272
Anchors = [akTop, akLeft, akRight]
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
MaxLength = 0
TabOrder = 2
Text = 'DependPkgNameComboBox'
end
object DependMinVersionEdit: TEdit
Left = 218
Height = 23
Top = 42
Width = 272
Anchors = [akTop, akLeft, akRight]
TabOrder = 3
Text = 'DependMinVersionEdit'
end
object DependMaxVersionEdit: TEdit
Left = 218
Height = 23
Top = 71
Width = 272
Anchors = [akTop, akLeft, akRight]
TabOrder = 4
Text = 'DependMaxVersionEdit'
end
end
object AddFilesPage: TPage
Caption = 'AddFilesPage'
ClientWidth = 496
ClientHeight = 270
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
end
object FilesBrowseButton: TButton
Left = 6
Height = 26
Top = 236
Width = 113
Anchors = [akLeft, akBottom]
AutoSize = True
Caption = 'FilesBrowseButton'
OnClick = FilesBrowseButtonClick
TabOrder = 1
end
object FilesShortenButton: TButton
AnchorSideLeft.Control = FilesBrowseButton
AnchorSideLeft.Side = asrBottom
Left = 125
Height = 26
Top = 236
Width = 115
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 = 246
Height = 26
Top = 236
Width = 108
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 = 360
Height = 26
Top = 236
Width = 95
Anchors = [akLeft, akBottom]
AutoSize = True
BorderSpacing.Left = 6
Caption = 'FilesAddButton'
OnClick = FilesAddButtonClick
TabOrder = 4
end
end
end
end