mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-04 14:57:25 +01:00
44 lines
966 B
Plaintext
44 lines
966 B
Plaintext
object CreateRepositoryPackagesFrm: TCreateRepositoryPackagesFrm
|
|
Left = 550
|
|
Height = 450
|
|
Top = 254
|
|
Width = 750
|
|
BorderIcons = [biSystemMenu]
|
|
Caption = 'CreateRepositoryPackagesFrm'
|
|
ClientHeight = 450
|
|
ClientWidth = 750
|
|
Color = clBtnFace
|
|
Constraints.MinHeight = 450
|
|
Constraints.MinWidth = 650
|
|
OnClose = FormClose
|
|
OnCreate = FormCreate
|
|
PopupMode = pmExplicit
|
|
Position = poOwnerFormCenter
|
|
LCLVersion = '1.7'
|
|
inline frCreateRep: TCreateRepositoryPackagefr
|
|
Height = 450
|
|
Align = alClient
|
|
ClientHeight = 450
|
|
inherited pnMessage: TPanel
|
|
Height = 336
|
|
end
|
|
inherited pnPackages: TPanel
|
|
Height = 336
|
|
end
|
|
inherited pnData: TPanel
|
|
Height = 336
|
|
ClientHeight = 336
|
|
inherited pnPackageData: TPanel
|
|
Height = 147
|
|
ClientHeight = 143
|
|
end
|
|
end
|
|
inherited spMain: TSplitter
|
|
Height = 336
|
|
end
|
|
inherited pnButtons: TPanel
|
|
Top = 401
|
|
end
|
|
end
|
|
end
|