object frmMessage: TfrmMessage Left = 222 Top = 244 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Message' ClientHeight = 238 ClientWidth = 328 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter Scaled = False PixelsPerInch = 96 TextHeight = 13 object imgWarning: TImage Left = 12 Top = 12 Width = 36 Height = 36 AutoSize = True Picture.Data = {} end object imgInformation: TImage Left = 12 Top = 12 Width = 36 Height = 36 AutoSize = True Picture.Data = {} end object imgError: TImage Left = 12 Top = 12 Width = 36 Height = 36 AutoSize = True Picture.Data = {} end object lblDetailMsg: TLabel Left = 8 Top = 126 Width = 97 Height = 13 AutoSize = False Caption = 'Detail Message:' Transparent = True end object stxSummaryMsg: TStaticText Left = 60 Top = 18 Width = 265 Height = 61 AutoSize = False TabOrder = 0 end object btnOK: TButton Left = 247 Top = 90 Width = 75 Height = 25 Caption = '&OK' Default = True ModalResult = 2 TabOrder = 1 OnClick = btnOKClick end object memDetailMsg: TMemo Left = 8 Top = 144 Width = 313 Height = 89 Color = clSilver ReadOnly = True ScrollBars = ssVertical TabOrder = 2 end end