Componentes.Terceros.RemObj.../official/5.0.35.741/RemObjects SDK for Delphi/Source/uROPleaseWaitForm.lfm
2009-02-27 15:16:56 +00:00

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