object Dialog: TDialog Left = 542 Top = 102 BorderIcons = [] BorderStyle = bsDialog Caption = 'Dialog' ClientHeight = 72 ClientWidth = 221 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 12 Top = 8 Width = 32 Height = 13 Caption = 'Label1' end object Edit1: TEdit97 Left = 12 Top = 24 Width = 197 Height = 19 TabOrder = 0 OnKeyUp = Edit1KeyUp end object Button1: TButton Left = 152 Top = 48 Width = 55 Height = 21 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 1 end object Button2: TButton Left = 92 Top = 48 Width = 55 Height = 21 Caption = '&OK' ModalResult = 1 TabOrder = 2 end end