mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-15 00:59:46 +01:00
174 lines
3.8 KiB
Plaintext
174 lines
3.8 KiB
Plaintext
object InstallPkgSetDialog: TInstallPkgSetDialog
|
|
ActiveControl = InstallListBox
|
|
BorderStyle = bsSizeToolWin
|
|
Caption = 'InstallPkgSetDialog'
|
|
ClientHeight = 441
|
|
ClientWidth = 529
|
|
OnCreate = InstallPkgSetDialogCreate
|
|
OnDestroy = InstallPkgSetDialogDestroy
|
|
OnResize = InstallPkgSetDialogResize
|
|
PixelsPerInch = 112
|
|
HorzScrollBar.Page = 528
|
|
VertScrollBar.Page = 440
|
|
Left = 319
|
|
Height = 441
|
|
Top = 178
|
|
Width = 529
|
|
object InstallPkgGroupBox: TGroupBox
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
BorderSpacing.Around = 6
|
|
Caption = 'InstallPkgGroupBox'
|
|
ClientHeight = 274
|
|
ClientWidth = 251
|
|
TabOrder = 0
|
|
Left = 6
|
|
Height = 291
|
|
Top = 6
|
|
Width = 255
|
|
object InstallListBox: TListBox
|
|
Align = alClient
|
|
BorderSpacing.Around = 6
|
|
ClickOnSelChange = False
|
|
MultiSelect = True
|
|
OnSelectionChange = InstallListBoxSelectionChange
|
|
TabOrder = 0
|
|
TopIndex = -1
|
|
Left = 6
|
|
Height = 169
|
|
Top = 6
|
|
Width = 239
|
|
end
|
|
object UninstallButton: TButton
|
|
Align = alBottom
|
|
BorderSpacing.Around = 6
|
|
|
|
Caption = 'UninstallButton'
|
|
OnClick = UninstallButtonClick
|
|
TabOrder = 1
|
|
Left = 6
|
|
Height = 25
|
|
Top = 181
|
|
Width = 239
|
|
end
|
|
object ImportButton: TButton
|
|
Align = alBottom
|
|
BorderSpacing.Around = 6
|
|
|
|
Caption = 'ImportButton'
|
|
OnClick = ImportButtonClick
|
|
TabOrder = 2
|
|
Left = 6
|
|
Height = 25
|
|
Top = 212
|
|
Width = 239
|
|
end
|
|
object ExportButton: TButton
|
|
Align = alBottom
|
|
BorderSpacing.Around = 6
|
|
|
|
Caption = 'ExportButton'
|
|
OnClick = ExportButtonClick
|
|
TabOrder = 3
|
|
Left = 6
|
|
Height = 25
|
|
Top = 243
|
|
Width = 239
|
|
end
|
|
end
|
|
object AvailablePkgGroupBox: TGroupBox
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
BorderSpacing.Around = 6
|
|
Caption = 'AvailablePkgGroupBox'
|
|
ClientHeight = 274
|
|
ClientWidth = 251
|
|
TabOrder = 1
|
|
Left = 267
|
|
Height = 291
|
|
Top = 6
|
|
Width = 255
|
|
object AvailableListBox: TListBox
|
|
Align = alClient
|
|
BorderSpacing.Around = 6
|
|
ClickOnSelChange = False
|
|
MultiSelect = True
|
|
OnSelectionChange = AvailableListBoxSelectionChange
|
|
TabOrder = 0
|
|
TopIndex = -1
|
|
Left = 6
|
|
Height = 231
|
|
Top = 6
|
|
Width = 239
|
|
end
|
|
object AddToInstallButton: TButton
|
|
Align = alBottom
|
|
BorderSpacing.Around = 6
|
|
|
|
Caption = 'AddToInstallButton'
|
|
OnClick = AddToInstallButtonClick
|
|
TabOrder = 1
|
|
Left = 6
|
|
Height = 25
|
|
Top = 243
|
|
Width = 239
|
|
end
|
|
end
|
|
object CancelButton: TButton
|
|
Anchors = [akLeft, akBottom]
|
|
AutoSize = True
|
|
|
|
Cancel = True
|
|
Caption = 'CancelButton'
|
|
ModalResult = 2
|
|
TabOrder = 2
|
|
Left = 6
|
|
Height = 26
|
|
Top = 405
|
|
Width = 85
|
|
end
|
|
object SaveAndRebuildButton: TButton
|
|
Anchors = [akBottom]
|
|
AutoSize = True
|
|
|
|
Caption = 'SaveAndRebuildButton'
|
|
OnClick = InstallButtonClick
|
|
TabOrder = 3
|
|
Left = 195
|
|
Height = 26
|
|
Top = 405
|
|
Width = 139
|
|
end
|
|
object SaveAndExitButton: TButton
|
|
Anchors = [akRight, akBottom]
|
|
AutoSize = True
|
|
|
|
Caption = 'SaveAndExitButton'
|
|
OnClick = SaveAndExitButtonClick
|
|
TabOrder = 4
|
|
Left = 405
|
|
Height = 26
|
|
Top = 405
|
|
Width = 117
|
|
end
|
|
object PkgInfoGroupBox: TGroupBox
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
Caption = 'PkgInfoGroupBox'
|
|
ClientHeight = 68
|
|
ClientWidth = 511
|
|
TabOrder = 5
|
|
Left = 7
|
|
Height = 85
|
|
Top = 306
|
|
Width = 515
|
|
object PkgInfoMemo: TMemo
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
ReadOnly = True
|
|
ScrollBars = ssAutoVertical
|
|
TabOrder = 0
|
|
Left = 5
|
|
Height = 56
|
|
Top = 5
|
|
Width = 500
|
|
end
|
|
end
|
|
end
|