object frmEditor: TfrmEditor Left = 0 Top = 0 Caption = 'Tyler Editor' ClientHeight = 533 ClientWidth = 772 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] Menu = MainMenu1 OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object StatusBar1: TStatusBar Left = 0 Top = 514 Width = 772 Height = 19 Panels = < item Width = 50 end> end object ActionList1: TActionList Left = 376 Top = 264 object actExit: TAction Category = 'File' Caption = 'E&xit' OnExecute = actExitExecute end object actPreview: TAction Category = 'File' Caption = 'Preview' ShortCut = 16464 OnExecute = actPreviewExecute end object actSave: TAction Category = 'File' Caption = '&Save' ShortCut = 16467 OnExecute = actSaveExecute end object actMapWidthAndHeight: TAction Category = 'Map' Caption = '&Width and Height' OnExecute = actMapWidthAndHeightExecute end end object MainMenu1: TMainMenu Left = 376 Top = 128 object mnuFile: TMenuItem Caption = '&File' object mniFileSave: TMenuItem Action = actSave end object N1: TMenuItem Caption = '-' end object mniFilePreview: TMenuItem Action = actPreview end object N2: TMenuItem Caption = '-' end object mniFileExit: TMenuItem Action = actExit end end object mnuMap: TMenuItem Caption = '&Map' object mniMapWidthAndHeight: TMenuItem Action = actMapWidthAndHeight end end object mnuDisplay: TMenuItem Caption = '&Display' OnClick = mnuDisplayClick end end end