object KeysForm: TKeysForm Left = 240 Top = 141 Width = 640 Height = 542 Caption = 'Stella 2000 Keys' 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 PixelsPerInch = 125 TextHeight = 16 object BackPanel: TPanel Left = 10 Top = 17 Width = 611 Height = 434 Caption = 'BackPanel' Color = 8388672 TabOrder = 0 object Memo1: TRichEdit Left = 14 Top = 8 Width = 592 Height = 419 BorderStyle = bsNone Font.Color = clYellow Font.Height = -16 Font.Name = 'Times New Roman' Font.Style = [fsBold] 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 ParentFont = False ReadOnly = True ScrollBars = ssVertical TabOrder = 0 WordWrap = False 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