blob: e25c43fd6872ec955c7dde711456642e80c08b0b [file] [log] [blame]
package ${{MODEL_PROJECT_PACKAGE_NAME}} {
command newItem keyBinding "CTRL ALT N" icon "new" dialogAction New
command saveItem keyBinding "CTRL ALT S" icon "save" dialogAction Save
command saveAsNew keyBinding "CTRL ALT B" icon "dssave" dialogAction SaveAsNew
command saveAndNew keyBinding "CTRL ALT A" icon "dssaveandnew" dialogAction SaveAndNew
command deleteItem keyBinding "CTRL ALT D" icon "filter_except" dialogAction Delete
command cancelItem keyBinding "CTRL ALT Z" icon "dscancel" dialogAction Cancel
command databaseInfo describedBy "database info" keyBinding "CTRL ALT I" icon "dbinfo" userinterfaceAction Info
command print icon "print" reportAction PrintOnServer
command printDownload icon "xml" reportAction Download
toolbar Dialog describedBy "Toolbar for Dialogs" items {
item newItem command newItem
spacer
spacer
item saveItem command saveItem
item saveAndNew command saveAndNew
spacer
item cancelItem command cancelItem
spacer
item databaseInfo command databaseInfo
spacer
state
}
toolbar Report describedBy "Toolbar for reports" items {
item printDownload command printDownload
item print command print
}
}