object DialogWnd: TDialogWnd Left = 317 Top = 325 Width = 289 Height = 92 AutoSize = True BorderIcons = [biSystemMenu] Caption = 'DialogWnd' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 0 Top = 0 Width = 281 Height = 15 Alignment = taCenter AutoSize = False Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Layout = tlCenter end object Button1: TButton Left = 104 Top = 40 Width = 75 Height = 25 Caption = '&OK' TabOrder = 0 OnClick = Button1Click end end