object frmUnderD: TfrmUnderD Left = 200 Top = 112 BorderStyle = bsDialog Caption = 'Under Delphi' ClientHeight = 72 ClientWidth = 238 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object lblUnderD: TLabel Left = 8 Top = 8 Width = 47 Height = 13 Caption = 'lblUnderD' end object btnOk: TButton Left = 8 Top = 40 Width = 75 Height = 25 Caption = 'OK' Default = True TabOrder = 0 OnClick = btnOkClick end end