object FrmcommInfo: TFrmcommInfo Left = 360 Top = 230 BorderStyle = bsNone ClientHeight = 170 ClientWidth = 430 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter Scaled = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Img: TImage Left = 0 Top = 0 Width = 400 Height = 97 AutoSize = True end object Lbl: TLabel Left = 16 Top = 16 Width = 257 Height = 33 AutoSize = False Caption = 'Lbl' Font.Color = clNavy Font.Height = -19 Font.Name = 'Comic Sans MS' Font.Style = [fsBold, fsItalic] ParentFont = False Transparent = True Visible = False WordWrap = True end object ImgCancel: TImage Left = 282 Top = 39 Width = 100 Height = 42 Cursor = 18 OnMouseDown = ImgCancelMouseDown OnMouseUp = ImgCancelMouseUp end object ImgCancelDown: TImage Left = 288 Top = 112 Width = 101 Height = 42 AutoSize = True Picture.Data = {} end object LblSendinStat: TLabel Left = 16 Top = 48 Width = 257 Height = 27 Caption = 'LblSendinStat' Font.Color = clNavy Font.Height = -19 Font.Name = 'Comic Sans MS' Font.Style = [fsBold, fsItalic] ParentFont = False Transparent = True Visible = False end end