object EasyString: TEasyString Left = 188 Top = 100 ActiveControl = Valid AutoScroll = False Caption = 'Easy String' ClientHeight = 120 ClientWidth = 410 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 TextHeight = 16 object Panel1: TPanel Left = 24 Top = 24 Width = 377 Height = 41 BevelInner = bvLowered Color = clNavy TabOrder = 0 object Label1: TLabel Left = 8 Top = 8 Width = 56 Height = 22 Caption = 'Label1' Font.Color = clYellow Font.Height = -19 Font.Name = 'Times New Roman' Font.Style = [fsBold] ParentFont = False end end object Valid: TButton Left = 88 Top = 80 Width = 89 Height = 33 Caption = 'Valid' TabOrder = 1 OnClick = BValidClick end object Bad: TButton Left = 240 Top = 80 Width = 89 Height = 33 Caption = 'Bad' TabOrder = 2 OnClick = BBadClick end end