object FrmCopyrightNotice: TFrmCopyrightNotice Left = 393 Top = 163 BorderStyle = bsDialog Caption = 'Copyright notice' ClientHeight = 90 ClientWidth = 202 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 16 object Label1: TLabel Left = 10 Top = 4 Width = 77 Height = 13 Caption = 'Enter your name' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object EditNot: TEdit Left = 8 Top = 24 Width = 62 Height = 21 TabStop = False Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ReadOnly = True TabOrder = 3 Text = 'Copyright � ' end object EditName: TEdit Left = 72 Top = 24 Width = 121 Height = 21 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 end object btnOK: TButton Left = 8 Top = 56 Width = 89 Height = 25 Caption = 'OK' Default = True Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 1 end object btnCancel: TButton Left = 104 Top = 56 Width = 89 Height = 25 Caption = 'Cancel' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 2 end end