git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@46 b6239004-a887-0f4b-9937-50029ccdca16
33 lines
646 B
Plaintext
33 lines
646 B
Plaintext
object PleaseWaitForm: TPleaseWaitForm
|
|
Left = 314
|
|
Height = 41
|
|
Top = 327
|
|
Width = 542
|
|
HorzScrollBar.Page = 541
|
|
VertScrollBar.Page = 40
|
|
BorderIcons = []
|
|
BorderStyle = bsDialog
|
|
Caption = 'RemObjects SDK'
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
OnHide = FormHide
|
|
OnShow = FormShow
|
|
Position = poScreenCenter
|
|
object lbl_Caption: TLabel
|
|
Left = 64
|
|
Height = 19
|
|
Top = 14
|
|
Width = 87
|
|
Caption = 'Please wait...'
|
|
Color = clNone
|
|
ParentColor = False
|
|
end
|
|
object img_Logo: TImage
|
|
Left = 2
|
|
Height = 32
|
|
Width = 32
|
|
AutoSize = True
|
|
Center = True
|
|
end
|
|
end
|