- Recompilación en Delphi10 de todos los paquetes de RO para generar las DCU's en Lib\D10 - Recompilación en Delphi10 de todos los paquetes de DA para generar las DCU's en Lib\D10 git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@9 b6239004-a887-0f4b-9937-50029ccdca16
41 lines
769 B
Plaintext
41 lines
769 B
Plaintext
object PleaseWaitForm: TPleaseWaitForm
|
|
Left = 336
|
|
Top = 344
|
|
Width = 542
|
|
Height = 41
|
|
HorzScrollBar.Range = 124
|
|
VertScrollBar.Range = 32
|
|
BorderIcons = []
|
|
Caption = 'RemObjects SDK'
|
|
Color = clButton
|
|
Font.Color = clText
|
|
Font.Height = 11
|
|
Font.Name = 'Tahoma'
|
|
Font.Pitch = fpVariable
|
|
Font.Style = []
|
|
FormStyle = fsStayOnTop
|
|
ParentFont = False
|
|
Position = poScreenCenter
|
|
OnHide = FormHide
|
|
OnShow = FormShow
|
|
PixelsPerInch = 96
|
|
TextHeight = 18
|
|
TextWidth = 5
|
|
object img_Logo: TImage
|
|
Left = 2
|
|
Top = 0
|
|
Width = 32
|
|
Height = 32
|
|
AutoSize = True
|
|
Center = True
|
|
Transparent = True
|
|
end
|
|
object lbl_Caption: TLabel
|
|
Left = 64
|
|
Top = 14
|
|
Width = 60
|
|
Height = 18
|
|
Caption = 'Please wait...'
|
|
end
|
|
end
|