File: m_sheet.srm
Size: 2821
Date: Mon, 11 Feb 2019 15:23:52 +0100
$PBExportHeader$m_sheet.srm
forward
global type m_sheet from m_main
end type
end forward

global type m_sheet from m_main
end type
global m_sheet m_sheet

on m_sheet.create
m_sheet=this
call super::create
end on

on m_sheet.destroy
call super::destroy
end on

type m_file from m_main`m_file within m_sheet
end type

on m_file.create
call super::create
end on

on m_file.destroy
call super::destroy
end on

type m_open from m_main`m_open within m_file
end type

on m_open.create
call super::create
end on

on m_open.destroy
call super::destroy
end on

type m_close from m_main`m_close within m_file
end type

on m_close.create
call super::create
this.visible = true
this.toolbaritemvisible = true
end on

on m_close.destroy
call super::destroy
end on

type m_exit from m_main`m_exit within m_file
end type

on m_exit.create
call super::create
end on

on m_exit.destroy
call super::destroy
end on

type m_tools from m_main`m_tools within m_sheet
end type

on m_tools.create
call super::create
this.visible = true
end on

on m_tools.destroy
call super::destroy
end on

type m_attachnotepad from m_main`m_attachnotepad within m_tools
end type

on m_attachnotepad.create
call super::create
this.visible = true
this.toolbaritemvisible = true
end on

on m_attachnotepad.destroy
call super::destroy
end on

type m_attachcmd from m_main`m_attachcmd within m_tools
end type

on m_attachcmd.create
call super::create
this.visible = true
this.toolbaritemvisible = true
end on

on m_attachcmd.destroy
call super::destroy
end on

type m_window from m_main`m_window within m_sheet
end type

on m_window.create
call super::create
end on

on m_window.destroy
call super::destroy
end on

type m_tilevertical from m_main`m_tilevertical within m_window
end type

on m_tilevertical.create
call super::create
end on

on m_tilevertical.destroy
call super::destroy
end on

type m_tilehorizontal from m_main`m_tilehorizontal within m_window
end type

on m_tilehorizontal.create
call super::create
end on

on m_tilehorizontal.destroy
call super::destroy
end on

type m_layer from m_main`m_layer within m_window
end type

on m_layer.create
call super::create
end on

on m_layer.destroy
call super::destroy
end on

type m_cascade from m_main`m_cascade within m_window
end type

on m_cascade.create
call super::create
end on

on m_cascade.destroy
call super::destroy
end on

type m_help from m_main`m_help within m_sheet
end type

on m_help.create
call super::create
end on

on m_help.destroy
call super::destroy
end on

type m_about from m_main`m_about within m_help
end type

on m_about.create
call super::create
end on

on m_about.destroy
call super::destroy
end on