object LicenseForm: TLicenseForm Left = 339 Top = 113 Width = 634 Height = 542 Caption = 'Stella 2000 License' Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop PopupMenu = PopupMenu1 Scaled = False OnClose = FormClose OnCreate = FormCreate OnResize = FormResize OnShow = FormShow PixelsPerInch = 125 TextHeight = 16 object BackPanel: TPanel Left = 10 Top = 17 Width = 609 Height = 434 Caption = 'BackPanel' Color = clWhite Font.Color = clBlack Font.Height = -16 Font.Name = 'Times New Roman' Font.Style = [] ParentFont = False TabOrder = 0 object Memo1: TRichEdit Left = 14 Top = 8 Width = 592 Height = 419 BorderStyle = bsNone Lines.Strings = ( 'y' 'y' 'y' 'y' 'y' 'y' 'y' 'y' 'y' 'y' 'y' 'y' 'y' 'y' 'y' 'y' 'y' 'y' 'y' 'y' 'y' 'y' 'y' 'y') ParentColor = True ReadOnly = True ScrollBars = ssVertical TabOrder = 0 end end object ButtonPanel1: TPanel Left = 8 Top = 464 Width = 612 Height = 40 TabOrder = 1 object CloseButton: TButton Left = 512 Top = 8 Width = 75 Height = 25 Caption = 'Close' TabOrder = 0 OnClick = CloseButtonClick end object StatusNotes: TPanel Left = 8 Top = 6 Width = 185 Height = 29 BevelOuter = bvLowered Caption = 'StatusNotes' Font.Color = clGray Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 end end object FontDialog1: TFontDialog Font.Color = clWindowText Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [] MinFontSize = 0 MaxFontSize = 0 Left = 64 Top = 81 end object ColorDialog1: TColorDialog Ctl3D = True Left = 94 Top = 81 end object PopupMenu1: TPopupMenu Left = 124 Top = 81 object Save1: TMenuItem Caption = 'Save' ShortCut = 0 OnClick = Save1Click end end end