object LoadCatForm: TLoadCatForm Left = 228 Top = 250 BorderStyle = bsNone ClientHeight = 85 ClientWidth = 256 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnCloseQuery = FormCloseQuery OnCreate = CreateForm OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object Panel2: TPanel Left = 0 Top = 0 Width = 256 Height = 85 Align = alClient BevelInner = bvRaised TabOrder = 0 object Label1: TLabel Left = 7 Top = 50 Width = 195 Height = 13 Caption = 'Object group initialization:' Font.Color = clTeal Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object SCTitleImage: TImage Left = 2 Top = 2 Width = 151 Height = 47 Center = True end object StopBtn: TButton Left = 171 Top = 28 Width = 73 Height = 20 Caption = '&Cancel' TabOrder = 0 OnClick = StopBtnClick end object Panel1: TPanel Left = 2 Top = 66 Width = 252 Height = 17 Align = alBottom BevelOuter = bvLowered TabOrder = 1 object LogPaintBox: TPaintBox Left = 1 Top = 1 Width = 250 Height = 15 Align = alClient Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False OnPaint = LogPaintBoxPaint end end end end