object Form7: TForm7 Left = 381 Top = 298 AutoScroll = False BorderIcons = [] Caption = 'Confirm' ClientHeight = 127 ClientWidth = 276 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = True Position = poScreenCenter Scaled = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 14 object Image1: TImage Left = 4 Top = 5 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end object Label1: TLabel Left = 43 Top = 5 Width = 230 Height = 100 AutoSize = False WordWrap = True end object SpeedButton1: TSpeedButton Left = 20 Top = 103 Width = 73 Height = 22 Caption = '&Yes' Layout = blGlyphBottom Visible = False OnClick = SpeedButton1Click end object SpeedButton2: TSpeedButton Left = 100 Top = 103 Width = 73 Height = 22 Caption = '&No' Layout = blGlyphBottom Visible = False OnClick = SpeedButton1Click end object SpeedButton3: TSpeedButton Left = 180 Top = 103 Width = 73 Height = 22 Caption = '&Minimize' Layout = blGlyphBottom Visible = False OnClick = SpeedButton1Click end end