TransferBothColors TransferFillColor, SetFillColorRemote => GGMouseEventImplB TransferStrokeColor, SetStrokeColorRemote => GGMouseEventImplB GetSelectedSlices: UserInputProc; GetAreaColor: UserInputProc; GetLineColor: UserInputProc; OneScroll: UserInputProc; OneZoom: UserInputProc; ScalePop: UserInputProc; RotatePop: PUBLIC UserInputProc; FitPop: PUBLIC UserInputProc; ResetPop: PUBLIC UserInputProc; EdgePop: PUBLIC UserInputProc; PrevTransform: PUBLIC UserInputProc; CenterSel: PUBLIC UserInputProc; FitSel: PUBLIC UserInputProc; SetBiScrollersTransform: UserInputProc; ShowBiScrollersTransform: UserInputProc; ScrollBar: UserInputProc; UpdateCursor: UserInputProc; ToggleActive: UserInputProc; SaveSelections: UserInputProc; RestoreSelections: UserInputProc; SelectButton: UserInputProc; FeedbackOn: UserInputProc; FeedbackOff: UserInputProc; BeginButton: UserInputProc; EndButton: UserInputProc; ButtonFillColorFromIntensity: UserInputProc; ButtonStrokeColorFromIntensity: UserInputProc; EnableScreen: UserInputProc; DisableScreen: UserInputProc; TogglePalette: UserInputProc; SetProp: UserInputProc; GetProp: UserInputProc; RemoveProp: UserInputProc; ListProps: UserInputProc; SetRootProp: UserInputProc; GetRootProp: UserInputProc; RemoveRootProp: UserInputProc; ListRootProps: UserInputProc; Get: UserInputProc; -- GGEventImplD.Get ConfirmGet: UserInputProc; SetScene: PROC [ggData: GGData, newScene: Scene]; Store: UserInputProc; -- GGEventImplD.Store ConfirmStore: UserInputProc; Clear: UserInputProc; ConfirmClear: UserInputProc; Reset: UserInputProc; ConfirmReset: UserInputProc; Save: UserInputProc; Split: UserInputProc; MergeAll: UserInputProc; MergeShapes: UserInputProc; MergeOptions: UserInputProc; MergeAlignments: UserInputProc; IPMergeFromTioga: UserInputProc; MergeIPEditable: UserInputProc; MergeIPSlice: UserInputProc; IncludeIPByReference: UserInputProc; IncludeIPByValue: UserInputProc; ShowIPIncludeMode: UserInputProc; ToIP: UserInputProc; ToIPScreen: UserInputProc; ToIPLit: UserInputProc; ToIPTestGravity: UserInputProc; ScriptAction: UserInputProc; ShowScripts: UserInputProc; OpenScript: UserInputProc; AppendToScript: UserInputProc; CloseScript: UserInputProc; PlaybackScript: UserInputProc; FastPlayScript: UserInputProc; StuffIt: UserInputProc; RegisterAction[$StuffToTioga, StuffIt, none]; RegisterAction[$StuffToTiogaAlt, StuffIt, none]; RegisterAction[$StuffToTiogaBordered, StuffIt, none]; RegisterAction[$StuffToTiogaFit, StuffIt, none]; RegisterAction[$StuffToTiogaBorderedAndFit, StuffIt, none]; RegisterAction[$StuffToFile, StuffIt, rope]; Grab: UserInputProc; RegisterAction[$GetFromTioga, Grab, none]; RegisterAction[$GrabFromTioga, Grab, none]; RegisterAction[$MergeFromTioga, Grab, none]; MergeFromGargoyle: UserInputProc; StuffIt: UserInputProc; RegisterAction[$IPToTioga, StuffIt, none]; RegisterAction[$IPToTiogaBordered, StuffIt, none]; RegisterAction[$IPToTiogaFit, StuffIt, none]; RegisterAction[$IPToTiogaBorderedAndFit, StuffIt, none]; RegisterAction[$IPToTiogaAlt, StuffIt, none]; Refresh: UserInputProc; Revive: UserInputProc; OpenTypescript: UserInputProc; Help: UserInputProc; CaretPositionFromSelection: UserInputProc; CaretAngleFromSelection: UserInputProc; ShowCaretValues: UserInputProc; ShowAnchorValues: UserInputProc; GrabInputFocus: UserInputProc; FitCurves: UserInputProc; FitLines: UserInputProc; SetFitParameters: UserInputProc; ShowFitParameters: UserInputProc; SetFitTolerance: UserInputProc; SetFitMinDistance: UserInputProc; SetFitIterations: UserInputProc; SetFitThreshold: UserInputProc; SetFitAngle: UserInputProc; SetFitPolyPenalty: UserInputProc; ApplyAllDefaults: UserInputProc; SetAllDefaults: UserInputProc; ShowAllDefaults: UserInputProc; StandardDefaults: UserInputProc; WeldOrBackword: UserInputProc; Weld: UserInputProc; AddControlPoint: UserInputProc; DeleteControlPoint: UserInputProc; AddJoint: UserInputProc; SplitSegment: UserInputProc; Splice: UserInputProc; UndoOne: UserInputProc; -- GGEventImplE Again: UserInputProc; -- GGEventImplE ShowWrapRule: UserInputProc; SetOddWrap: UserInputProc; SetNonZeroWrap: UserInputProc; ShowOrientation: UserInputProc; OrientCW: UserInputProc; OrientCCW: UserInputProc; Reorient: UserInputProc; HistoryTool: UserInputProc; AddHoles: UserInputProc; DeleteHoles: UserInputProc; Delete: UserInputProc; Undelete: UserInputProc; SetCombine: UserInputProc; Close: UserInputProc; ShowPoints: UserInputProc; HidePoints: UserInputProc; TransRotScale: UserInputProc; SixPointTransform: UserInputProc; FourPointTransform: UserInputProc; PolygonInCircle: UserInputProc; NewBox: UserInputProc; NewCircle: UserInputProc; NewKnotchedLine: UserInputProc; NewArrow: UserInputProc; Frame: UserInputProc; SelectedBBox: UserInputProc; Top: UserInputProc; ShowPriorityValue: UserInputProc; Bottom: UserInputProc; UpOne: UserInputProc; FindPriorityFromSelection: UserInputProc; DownOne: UserInputProc; PutInFront: UserInputProc; Exchange: UserInputProc; PutBehind: UserInputProc; UpFromSelection: UserInputProc; DownFromSelection: UserInputProc; PutAtSelection: UserInputProc; DisableRefresh: UserInputProc; EnableRefresh: UserInputProc; ToggleBuffer: UserInputProc; TestGravity: UserInputProc; TestMultiGravity: UserInputProc; Statistics: UserInputProc; AppendStatistics: PUBLIC UserInputProc; PrintSelectedStatistic: UserInputProc; AppendSelectedStatistic: PUBLIC UserInputProc; AppendRope: PUBLIC UserInputProc; CreateFile: PUBLIC UserInputProc; ResetStatistics: UserInputProc; DrawTouchPoints: UserInputProc; DescribeTouchPoints: UserInputProc; DrawBoundBoxes: UserInputProc; DrawTightBoxes: UserInputProc; DrawOutlineBoxes: UserInputProc; DrawSelectionBox: UserInputProc; DrawMovingBox: UserInputProc; SlackLog: UserInputProc; DescribeCaretObject: UserInputProc; DescribeCurve: UserInputProc; SceneState: UserInputProc; SceneBagState: UserInputProc; DrawPolylines: UserInputProc; UserTraceOn: UserInputProc; UserTraceOff: UserInputProc; LineWidth: UserInputProc; LineEnds: UserInputProc; TrajJoints: UserInputProc; DashesFromSelection: UserInputProc; DashesOff: UserInputProc; PrintStrokeValues: UserInputProc; CopyStrokeValues: UserInputProc; SelectMatchingWidth: UserInputProc; SelectMatchingDashes: UserInputProc; SetDefaultStrokeValues: UserInputProc; ShowDefaultStrokeValues: UserInputProc; Arrows: UserInputProc; ChangeBackgroundColor: UserInputProc; AreaColorFromColorTool: UserInputProc; FillHueFromColorTool: UserInputProc; LineColorFromColorTool: UserInputProc; StrokeHueFromColorTool: UserInputProc; AreaColorFollowColorTool: UserInputProc; LineColorFollowColorTool: UserInputProc; AreaColorToColorTool: UserInputProc; LineColorToColorTool: UserInputProc; AreaColorFromSelectedName: UserInputProc; LineColorFromSelectedName: UserInputProc; AreaColorFromSelectedRGB: UserInputProc; LineColorFromSelectedRGB: UserInputProc; SelectMatchingAreaColor: UserInputProc; SelectMatchingLineColor: UserInputProc; AreaColor: UserInputProc; LineColor: UserInputProc; AreaColorStipple: UserInputProc; LineColorStipple: UserInputProc; AreaColorBlack: UserInputProc; LineColorBlack: UserInputProc; AreaColorWhite: UserInputProc; LineColorWhite: UserInputProc; AreaColorGray: UserInputProc; LineColorGray: UserInputProc; AreaColorNone: UserInputProc; LineColorNone: UserInputProc; CopyFillColor: UserInputProc; CopyLineColor: UserInputProc; PrintAreaColor: UserInputProc; PrintLineColor: UserInputProc; SetDefaultFillColor: UserInputProc; SetDefaultLineColor: UserInputProc; -- set default from the selected stroke SetDefaultFillColorFromRope: UserInputProc; -- used by script preamble SetDefaultLineColorFromRope: UserInputProc; -- used by script preamble ShowDefaultFillColor: UserInputProc; ShowDefaultLineColor: UserInputProc; PaletteForFillColor: UserInputProc; PaletteForStrokeColor: UserInputProc; ShowPaletteForFillColor: UserInputProc; ShowPaletteForStrokeColor: UserInputProc; StrokeColorFromSelectedCMYK: UserInputProc; StrokeColorFromSelectedIntensity: UserInputProc; FillColorFromSelectedCMYK: UserInputProc; FillColorFromSelectedIntensity: UserInputProc; SetWash: UserInputProc; CycleSelection: UserInputProc; MoveSelection: UserInputProc; AreaSelectNew: UserInputProc; AreaSelectNewAndDelete: UserInputProc; -- GGEventImplC.AreaSelectNewAndDelete AreaSelectExtend: UserInputProc; SelectAll: UserInputProc; DeselectAll: UserInputProc; SelectCoincident: UserInputProc; SelectUnseeableSegs: UserInputProc; SelectUnseeableObjs: UserInputProc; Select: UserInputProc; SetStraight: UserInputProc; SetArc: UserInputProc; SetSnowflake: UserInputProc; SetConic: UserInputProc; SetBezier: UserInputProc; SetConstraintType: UserInputProc; SetMakeConstrained: UserInputProc; SetNaturalSpline: UserInputProc; SetBSpline: UserInputProc; SetCircle: UserInputProc; SetDisc: UserInputProc; SelectMatchingCurve: UserInputProc; AddToGroup: UserInputProc; SelectGroup: UserInputProc; RemoveFromGroup: UserInputProc; PrintGroupsOfSelected: UserInputProc; PrintAllGroups: UserInputProc; Cluster: UserInputProc; UnCluster: UserInputProc; FreezeCluster: UserInputProc; ShowFrozen: UserInputProc; ThawCluster: UserInputProc; AddChar: UserInputProc; AddText: UserInputProc; SetAmplifySpace: UserInputProc; AmplifySpaceFromSelection: UserInputProc; PrintAmplifySpace: UserInputProc; SetDropShadow: UserInputProc; DropShadowFromSelection: UserInputProc; PrintDropShadow: UserInputProc; DropShadowOff: UserInputProc; SetDefaultTextLooks: UserInputProc; ShowDefaultTextLooks: UserInputProc; TiogaFillFromSelection: UserInputProc; EditTiogaFill: UserInputProc; ScreenStyleKind: UserInputProc; PrintStyleKind: UserInputProc; ShowStyleKind: UserInputProc; SetNewlineFactor: UserInputProc; ShowNewlineFactor: UserInputProc; ConvertTextToSplines: UserInputProc; SetPressFont: UserInputProc; SetPrintFont: UserInputProc; SetScreenFont: UserInputProc; SetFontDetailed: UserInputProc; SetFontLiteral: UserInputProc; SetDefaultFontValues: UserInputProc; SetDefaultFont: UserInputProc; SetFont: UserInputProc; CopyAll: UserInputProc; CopyFont: UserInputProc; ShowFontValues: UserInputProc; ShowFontValuesLiteral: UserInputProc; ShowDefaultFontValues: UserInputProc; MatchAll: UserInputProc; MatchSelectedName: UserInputProc; MatchSelectedNameLiteral: UserInputProc; MakeHot: UserInputProc; MakeAllHot: UserInputProc; MakeCold: UserInputProc; MakeAllCold: UserInputProc; ShowHot: UserInputProc; HideHot: UserInputProc; DropAnchor: UserInputProc; LiftAnchor: UserInputProc; GravityChoiceChange: UserInputProc; SetGravityChoice: UserInputProc; GravityExtentChange: UserInputProc; SetGravityExtent: UserInputProc; ToggleShowColors: UserInputProc; SetShowColors: UserInputProc; DisplayStyleChange: UserInputProc; SetDisplayStyle: UserInputProc; InitializeAlignments: UserInputProc; -- GGEventImplB.InitializeAlignments StandardAlignments: UserInputProc; -- GGEventImplB.StandardAlignments ToggleMidpoints: UserInputProc; -- GGEventImplB.ToggleMidpoints SetMidpoints: UserInputProc; ToggleHeuristics: UserInputProc; SetHeuristics: UserInputProc; ToggleGravity: UserInputProc; -- GGEventImplA.ToggleGravity SetGravity: UserInputProc; -- GGEventImplA.ToggleGravity ToggleShowAlignments: UserInputProc; SetShowAlignments: UserInputProc; ClearAlignments: UserInputProc; AllAlignmentsOff: UserInputProc; ScaleUnitFromSegment: UserInputProc; -- GGEventImplB.ScaleUnitFromSegment ScaleUnitFromValue: UserInputProc; ScaleUnitFromSelection: UserInputProc; SetScaleUnit: UserInputProc; InchScaleUnit: UserInputProc; -- for backward compatibility PrintScaleUnit: UserInputProc; StandardSlopes: UserInputProc; -- GGEventImplB.StandardSlopes SetSlopes: UserInputProc; SlopePrompt: UserInputProc; AddSlope: UserInputProc; GetSlope: UserInputProc; ToggleSlope: UserInputProc; DeleteSlope: UserInputProc; StandardAngles: UserInputProc; -- GGEventImplB.StandardAngles SetAngles: UserInputProc; AnglePrompt: UserInputProc; AddAngle: UserInputProc; GetAngle: UserInputProc; ToggleAngle: UserInputProc; DeleteAngle: UserInputProc; StandardRadii: UserInputProc; -- GGEventImplB.StandardRadii SetRadii: UserInputProc; RadiusPrompt: UserInputProc; AddRadius: UserInputProc; GetRadius: UserInputProc; ToggleRadius: UserInputProc; DeleteRadius: UserInputProc; StandardDistances: UserInputProc; -- GGEventImplB.StandardDistances SetDistances: UserInputProc; DistancePrompt: UserInputProc; AddDistance: UserInputProc; GetDistance: UserInputProc; ToggleDistance: UserInputProc; DeleteDistance: UserInputProc; MeasureSlopeHit: UserInputProc; -- GGEventImplB.MeasureSlopeHit MeasureSlopeFromSelection: UserInputProc; MeasureAngleHit: UserInputProc; MeasureAngleFromSelection: UserInputProc; MeasureRadiusHit: UserInputProc; MeasureRadiusFromSelection: UserInputProc; MeasureLineDistHit: UserInputProc; MeasureLineDistFromSelection: UserInputProc; ReloadTipTable: UserInputProc; IPSnapShot: UserInputProc; SawEdited: UserInputProc; SawTextFinish: UserInputProc; PrintRope: UserInputProc; -- for printing the name of a script onto the feedback line SetCaretPosition: UserInputProc; SetCaretNormal: UserInputProc; ToggleEditable: UserInputProc; Revive -- GGMenuImplC.ReviveButton DeleteCaretSegment: UserInputProc; -- GGEventImplB.DeleteCaretSegment PrintAllInput: UserInputProc; -- GGEventImplD.PrintAllInput CauseAnError: UserInputProc; -- GGEventImplD.CauseAnError EndOfScriptMessage: UserInputProc; Version: UserInputProc; ò GGDirectory.tioga THIS IS A DOCUMENTATION FILE FOR UserInputProcs. GGEventImpl* register their own UserInputProcs with Gargoyle, and do not name those procs in an interface. Implementors should maintain this file for documentation purposes as if it were an interface. Pier, November 14, 1988 10:59:59 am PST Bier, August 23, 1993 2:47 pm PDT Doug Wyatt, June 7, 1988 1:17:04 pm PDT PaintActionArea: UserInputProc; In GGEventImplD.PaintActionArea Color Palette Operations Getting Values In GGValueEventImpl BiScrollers Operations In GGEventImplB.ScalePop Active Document Operations In GGEventImplC.ToggleActive Props Menu In GGEventImplC.SetProp File Operations In GGEventImplD.Get Interpress Menu In GGEventImplA.MergeIPEditable Script Menu In GGEventImplF.ScriptAction Stuff Menu In GGEventImplF.StuffIt Interpress Menu In GGEventImplF.StuffIt Unqueued Buttons In GGEventImplC.Refresh Hierarchy Menu In GGEventImplA.? UndeleteAutoConfirm: UserInputProc; Caret Menu In GGEventImplE.CaretPositionFromSelection FitEdges menu In GGEventImplC.FitCurves Edit Menu In GGEventImplC.Weld In GGEventImplE.OrientCW In GGEventImplA.Delete In GGEventImplA.Close Transform Menu In GGEventImplC.TransRotScale Shapes Menu In GGEventImplF.PolygonInCircle Overlap Menu In GGEventImplF.Top View Menu In GGEventImplC.DisableRefresh Debug Menu In GGEventImplD.TestGravity Typescript: UserInputProc; In GGEventImplA.DescribeCurve Debug2 Menu In GGEventImplE.SceneState Stroke menu. In GGEventImplF.LineWidth Arrows menu. In GGEventImplF.Arrows Area and Line Colors In GGEventImplD.AreaColorFromColorTool In GGEventImplD.AreaColorBlack In GGEventImplD.SetDefaultFillColor GGEventImplE.SetWash Select Operations In GGEventImplF.CycleSelection In GGMouseEventImplB.Select Curve Menu In GGEventImplE.SetStraight Group Menu In GGEventImplD.AddToGroup Text Menu In GGEventImplA.AddText In GGEventImplE.TiogaFillFromSelection Fonts Menu In GGEventImplA.SetPressFont Alignment Operations In GGEventImplB.MakeHot Alignment Controls Turns off slope, radius, angle, line distance, and midpoint alignments. Unit Line Slope Line Angle Line Radius Line Distance Line Coordinate Line Miscellaneous In GGEventImplC.ReloadTipTable Session Logs In GGSessionLogImpl.EndOfScriptMessage Êl•NewlineDelimiter –(cedardoc) style™code™Kš Ïkœœ œœœÛ™ûKšœ'™'K™!K™'—K™šÏnœ™Kšœ™—K™K™Kšœ˜Kšœ:˜:Kšœ>˜>K˜™K™—Kšžœ˜!KšÏb œ˜KšŸ œ˜K˜™Kšœ™—Kšž œ˜Kšžœ˜Kšžœ˜Kšž œœ˜ Kšžœœ˜Kšžœœ˜Kšžœœ˜Kšž œœ˜$Kšž œœ˜ Kšžœœ˜Kšžœ˜'Kšžœ˜(Kšž œ˜K˜™Kšœ™—Kšž œ˜Kšž œ˜Kšžœ˜Kšžœ˜!Kšž œ˜Kšž œ˜Kšž œ˜Kšž œ˜Kšž œ˜Kšžœ˜,Kšžœ˜.Kšž œ˜Kšž œ˜Kšž œ˜K˜™ Kšœ™—Kšžœ˜Kšžœ˜Kšž œ˜Kšž œ˜K˜Kšž œ˜Kšž œ˜Kšžœ˜Kšž œ˜K˜™Kšœ™—KšžœÏc˜'Kšž œ˜Kšžœœ#˜1Kšžœ ˜+Kšž œ˜Kšžœ˜KšÐbn œ˜Kšžœ˜Kšž œ˜Kšžœ˜Kšžœ˜Kšžœ˜Kšž œ˜Kšž œ˜Kš¡Ÿ œ˜K™™Kšœ™—Kšžœ˜ Kšžœ˜Kšž œ˜Kšžœ˜$Kšžœ˜ Kšžœ˜!Kš¡œ˜Kšž œ˜Kš¡œ˜Kšžœ˜K™™ Kšœ™—Kšž œ˜Kšž œ˜Kšž œ˜Kšžœ˜Kšž œ˜Kšžœ˜Kšžœ˜K™™ Kšœ™—Kšžœ˜KšœŸœ˜-Kšœ!Ÿœ˜0Kšœ&Ÿœ˜5Kšœ!Ÿœ˜0Kšœ,Ÿœ˜;KšœŸœ˜,Kš¡œ˜KšœŸœ˜*KšœŸœ˜+Kšœ Ÿœ˜,Kš¡œ˜!K˜™Kšœ™—Kšžœ˜KšœŸœ˜*Kšœ#Ÿœ˜2KšœŸœ˜-Kšœ)Ÿœ˜8KšœŸœ˜-K™™Kšœ™—Kšžœ˜Kšžœ˜Kšžœ˜Kšžœ˜K™šÏy œ™Kšœ™—Kšžœ™#K™šœ ™ Kšœ*™*—Kšžœ˜*Kšžœ˜'Kšžœ˜Kšžœ˜ Kšžœ˜K™™ Kšœ™—Kšž œ˜Kšžœ˜Kšžœ˜!Kšžœ˜"Kšžœ˜ Kš¡œ˜"Kš¡œ˜!Kšžœ˜ Kšž œ˜Kšžœ˜"K˜™ Kšœ™—Kšžœ˜ Kšžœ˜Kšžœ˜Kšžœ˜ Kšžœ˜Kšžœ˜Kšžœ˜Jšžœ˜"Jšžœ˜Kšž œ˜šžœ˜Kšœ™—Kšžœ ˜'Kšžœ ˜%Kšž œ˜Kšž œ˜Kšžœ˜Kšžœ˜Kšžœ˜Kšž œ˜Kšžœ˜šŸ œ˜Kšœ™—Kšžœ˜Kšž œ˜Kšžœ˜Kšžœ˜Kšž œ˜˜Kšœ™—Kšžœ˜Kšž œ˜Kšž œ˜K™™Kšœ™—Kšž œ˜Kšžœ˜!Kšžœ˜"K™™ Kšœ™—Kšžœ˜Kšžœ˜Kšž œ˜Kšžœ˜Kšžœ˜Kšžœ˜Kšž œ˜K™™ Kšœ™—Kšžœ˜Kšžœ˜!Kšžœ˜Kšžœ˜Kšžœ˜)Kšžœ˜Kšž œ˜Kšžœ˜Kšž œ˜Kšžœ˜Kšžœ˜!Kšžœ˜K™™ Kšœ™—Kšžœ˜Kšž œ˜Kšž œ˜K™™ Kšœ™—Kšž œ˜Kšžœ˜ Kšž œ˜Kšžœœ˜'Kšžœ˜&Kšžœœ˜.Kšž œœ˜!Kšž œœ˜!Kšžœ˜Kšžœ˜Kšžœ˜#Kšžœ˜Kšžœ˜Kšžœ˜ Kšžœ˜ Kšž œ˜Kšž œ™Kšžœ˜šžœ˜#Kšœ™—Kšž œ˜K˜™ Kšœ™—Kšž œ˜Kšž œ˜Kšž œ˜Kšž œ˜Kšž œ˜K™šœ ™ Kšœ™—Kšž œ˜Kšžœ˜Kšž œ˜Kšžœ˜#Kšž œ˜Kšžœ˜!Kšžœ˜ Kšžœ˜#Kšžœ˜$Kšžœ˜&Kšžœ˜'K™šœ ™ Kšœ™—Kšžœ˜K™™Kšœ&™&—Kšžœ˜%Kšžœ˜&Kšžœ˜$Kšžœ˜&Kšžœ˜&Kšžœ˜(Kšžœ˜(Kšžœ˜$Kšžœ˜$Kšžœ˜)Kšžœ˜)Kšžœ˜(Kšžœ˜(Kšžœ˜'Kšžœ˜'™Kšœ™—Kšž œ˜Kšž œ˜Kšžœ˜ Kšžœ˜ Kšžœ˜Kšžœ˜Kšžœ˜Kšžœ˜Kšž œ˜Kšž œ˜Kšž œ˜Kšž œ˜Kšž œ˜Kšž œ˜Kšžœ˜Kšžœ˜˜Kšœ#™#—Kšžœ˜#Kšžœ '˜KKšžœ ˜FKšžœ ˜FKšžœ˜$Kšžœ˜$Kšžœ˜#Kšžœ˜%Kšžœ˜'Kšžœ˜)Kšžœ˜+Kšž œ˜0Kšžœ˜)Kšžœ˜.˜Kšœ™—Kšžœ˜K™™Kšœ™—Kšžœ˜Kšž œ˜Kšž œ˜Kšžœ &˜MKšžœ˜ Kšž œ˜Kšž œ˜Kšžœ˜ Kšžœ˜#šžœ˜#K™—Kšžœ˜K™™ Kšœ™—Kšž œ˜Kšžœ˜Kšž œ˜Kšžœ˜Kšž œ˜Kšžœ˜!Kšžœ˜"Kšžœ˜ Kšž œ˜Kšž œ˜Kšžœ˜Kšžœ˜#K™™ Kšœ™—Kšž œ˜Kšž œ˜Kšžœ˜Kšžœ˜%Kšžœ˜Kšžœ˜Kšž œ˜Kšž œ˜Kšž œ˜Kšž œ˜K™™ Kšœ™—Kšžœ˜Kšžœ˜Kšžœ˜Kšžœ˜)Kšžœ˜!Kšž œ˜Kšžœ˜'Kšžœ˜Kšž œ˜Kšžœ˜#šžœ˜$Kšœž™&—Kšžœ˜&Kšž œ˜Kšžœ˜Kšžœ˜Kšž œ˜Kšžœ˜ Kšžœ˜!Kšžœ˜$K™šœ ™ Kšœ™—Kšž œ˜Kšž œ˜Kšž œ˜Kšžœ˜Kšžœ˜Kšžœ˜$Kšžœ˜Kšžœ˜Kšžœ˜Kšžœ˜Kšžœ˜Kšžœ˜%Kšžœ˜%Kšžœ˜Kšžœ˜!Kšžœ˜(K™™Kšœ™—Kšžœ˜Kšž œ˜Kšžœ˜Kšž œ˜Kšžœ˜Kšžœ˜Kšž œ˜Kšž œ˜Kšžœ˜#Kšžœ˜ Kšžœ˜#Kšžœ˜ Kšžœ˜ Kšž œ˜Kšžœ˜"Kšžœ˜Kšžœ $˜IKšžœ "˜EK™K™Kšžœ ˜?Kšž œ˜Kšžœ˜ Kšž œ˜Kšž œ.˜;Kšž œ.˜8Kšžœ˜$Kšžœ˜!Kšžœ˜šžœ˜ KšœG™GK™—K™K™ Kšžœ $˜IKšžœ˜"Kšžœ˜&Kšž œ˜Kšž œ ˜;Kšžœ˜K™K™ Kšžœ ˜=Kšž œ˜Kšž œ˜Kšžœ˜Kšžœ˜Kšž œ˜Kšž œ˜K™K™ Kšžœ ˜=Kšž œ˜Kšž œ˜Kšžœ˜Kšžœ˜Kšž œ˜Kšž œ˜K™K™ Kšž œ ˜;Kšžœ˜Kšž œ˜Kšž œ˜Kšž œ˜Kšž œ˜Kšž œ˜K™K™ Kšžœ !˜CKšž œ˜Kšžœ˜Kšž œ˜Kšž œ˜Kšžœ˜Kšžœ˜K™K™Kšžœ ˜?Kšžœ˜)Kšžœ˜Kšžœ˜)Kšžœ˜ Kšžœ˜*Kšžœ˜"Kšžœ˜,K™™ Kšœ™—Kšžœ˜Kš¡ œ˜Kš¡ œ˜Kš¡ œ˜Kšž œ ;˜UKšžœ˜ Kšžœ˜Kšžœ˜K˜Kšžœ ˜"Kšžœ "˜EKšž œ ˜;Kšž œ ˜9K™™ Kšœ&™&—Kšžœ˜"Kšžœ˜K™—…—4PN®