object Mdlgbox: TMdlgbox Left = 198 Top = 132 BorderStyle = bsDialog Caption = 'Message' ClientHeight = 122 ClientWidth = 240 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy OnPaint = FormPaint PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 16 Top = 4 Width = 213 Height = 73 Shape = bsBottomLine end object Label1: TLabel Left = 84 Top = 16 Width = 129 Height = 41 AutoSize = False Caption = 'lb1' end object Button1: TButton Left = 20 Top = 88 Width = 60 Height = 24 Caption = '&Yes' TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 88 Top = 88 Width = 60 Height = 24 Caption = '&No' TabOrder = 1 OnClick = Button2Click end object Button3: TButton Left = 156 Top = 88 Width = 60 Height = 24 Caption = '&Cancel' TabOrder = 2 OnClick = Button3Click end end