lazarus/packager/installpkgsetdlg.lfm
mattias d9f87ef6eb updatepofiles is now case sensitive,
replaced many places, where Application was needlessly Owner
updated po files, started Configure IDE Install Package dialog,
implemented removing double file package links

git-svn-id: trunk@6388 -
2004-12-18 10:20:22 +00:00

135 lines
3.1 KiB
Plaintext

object InstallPkgSetDialog: TInstallPkgSetDialog
Caption = 'InstallPkgSetDialog'
ClientHeight = 371
ClientWidth = 529
OnCreate = InstallPkgSetDialogCreate
OnDestroy = InstallPkgSetDialogDestroy
OnResize = InstallPkgSetDialogResize
PixelsPerInch = 90
HorzScrollBar.Page = 530
VertScrollBar.Page = 372
Left = 319
Height = 371
Top = 178
Width = 529
object InstallPkgGroupBox: TGroupBox
Anchors = [akTop, akLeft, akBottom]
Caption = 'InstallPkgGroupBox'
ClientHeight = 286
ClientWidth = 236
ParentColor = True
TabOrder = 0
Left = 16
Height = 303
Top = 16
Width = 240
object InstallListBox: TListBox
Align = alTop
Anchors = [akTop, akLeft, akRight, akBottom]
ClickOnSelChange = False
MultiSelect = True
OnSelectionChange = InstallListBoxSelectionChange
TabOrder = 0
TopIndex = -1
Height = 185
Width = 236
end
object UninstallButton: TButton
Anchors = [akLeft, akRight, akBottom]
Caption = 'UninstallButton'
OnClick = UninstallButtonClick
TabOrder = 1
Left = 6
Height = 25
Top = 193
Width = 224
end
object ImportButton: TButton
Anchors = [akLeft, akRight, akBottom]
Caption = 'ImportButton'
OnClick = ImportButtonClick
TabOrder = 2
Left = 6
Height = 25
Top = 225
Width = 224
end
object ExportButton: TButton
Anchors = [akLeft, akRight, akBottom]
Caption = 'ExportButton'
OnClick = ExportButtonClick
TabOrder = 3
Left = 6
Height = 25
Top = 257
Width = 224
end
end
object AvailablePkgGroupBox: TGroupBox
Anchors = [akTop, akLeft, akBottom]
Caption = 'AvailablePkgGroupBox'
ClientHeight = 286
ClientWidth = 236
ParentColor = True
TabOrder = 1
Left = 272
Height = 303
Top = 16
Width = 240
object AvailableListBox: TListBox
Align = alTop
Anchors = [akTop, akLeft, akRight, akBottom]
ClickOnSelChange = False
MultiSelect = True
OnSelectionChange = AvailableListBoxSelectionChange
TabOrder = 0
TopIndex = -1
Height = 250
Width = 236
end
object AddToInstallButton: TButton
Anchors = [akLeft, akRight, akBottom]
Caption = 'AddToInstallButton'
OnClick = AddToInstallButtonClick
TabOrder = 1
Left = 6
Height = 25
Top = 257
Width = 224
end
end
object CancelButton: TButton
Anchors = [akLeft, akBottom]
AutoSize = True
Caption = 'CancelButton'
ModalResult = 2
TabOrder = 2
Left = 16
Height = 22
Top = 336
Width = 81
end
object SaveAndRebuildButton: TButton
Anchors = [akLeft, akBottom]
AutoSize = True
Caption = 'SaveAndRebuildButton'
OnClick = InstallButtonClick
TabOrder = 3
Left = 183
Height = 22
Top = 336
Width = 73
end
object SaveAndExitButton: TButton
Anchors = [akLeft, akBottom]
AutoSize = True
Caption = 'SaveAndExitButton'
OnClick = SaveAndExitButtonClick
TabOrder = 4
Left = 328
Height = 22
Top = 336
Width = 113
end
end