lazarus/components/onlinepackagemanager/opkman_createrepositorypackage.lfm
balazs dbe254e132 Opkman: Submit packages to remote server.
git-svn-id: trunk@53885 -
2017-01-04 13:51:11 +00:00

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