// ---- End Project Data ---- // ---- File main.t ---- // Before Script for "_view000" // Copyright © 1994 by Apple Computer, Inc. All rights reserved. _view000 := {title: "NoSelect", viewBounds: {left: 0, top: 2, right: 237, bottom: 310}, viewFormat: 83951953 , viewSetupFormScript: func() begin local b := GetAppParams(); constant kMaxWidth := 240; constant kMaxHeight := 336; viewBounds := RelBounds(b.appAreaLeft, b.appAreaTop, Min(b.appAreaWidth, kMaxWidth), Min(b.appAreaHeight, kMaxHeight) ); end, _proto: protoApp }; _view001 := /* child of _view000 */ {viewFlags: 8650241, viewFormat: 12625, viewlinespacing: 20, viewFont: 18434, viewBounds: {left: 9, top: 17, right: 231, bottom: 47}, viewclass: 81 }; _view002 := /* child of _view000 */ {viewFlags: 8650241, viewFormat: 337, viewBounds: {left: 9, top: 57, right: 231, bottom: 259}, viewclass: 77 }; clearButton := /* child of _view000 */ {text: "Clear Selection", buttonClickScript: func() begin if HiliteOwner() then call kClearSelectionHilitesFunc with (HiliteOwner()); else :Notify(kNotifyQAlert, EnsureInternal("NoSelect"), EnsureInternal("There is no selection. Please select text or polygon data to be unselected.")); end, viewBounds: {left: 26, top: 273, right: 213, bottom: 290}, _proto: protoTextButton, debug: "clearButton" }; // ---- Beginning of section for non used Layout files ---- // End of output