/3.2 (ODB.1 Dependencies: "$AVEXT/geoproc.avx\n" FirstRootClassName: "Project" Roots: 2 Version: 32 ) (Project.2 Name: "steve_fork_example.apr" CreationDate: "Wednesday, April 04, 2001 11:29:30 AM" GUIName: "Project" Win: 3 CSMgr: 4 DocExts: 5 VisGUIWidth: 70 Doc: 6 Doc: 10 ActiveDoc: 10 Buttons: 392 Buttons: 393 Buttons: 394 Dependencies: 395 Scripts: 396 Prefs: 397 GUI: 405 WorkDir: 1234 WinX: -4 WinY: -3 WinW: 1160 WinH: 837 SerialNumber: "825851104507" SelColor: 1235 GUINames: 1236 GUINames: 1237 GUINames: 1238 GUINames: 1239 GUINames: 1240 GUINames: 1241 GUINames: 1242 TocWidthScale: 1.00000000000000 ) (DocWin.3 Owner: 2 Open: 1 X: 5 Y: 5 W: 238 H: 323 ) (CSMgr.4 ) (DocAct.5 Doc: 2 ) (SEd.6 Name: "View.MeasureRoute" CreationDate: "Wednesday, April 04, 2001 11:31:12 AM" GUIName: "Script" Win: 7 CSMgr: 8 DocExts: 9 Source: "' Name: View.MeasureRoute\n' \n' Title: Calculates distance along a route.\n' \n' Topics: routes, events\n'\n' Description: Calculates the distance along a route at a point\n'entered by the user\n'------ Instance Requests for Calculating with Route-based FTabs \n\n'--- anFTab.ReturnRouteMeasure(aRouteNumber, aMeasure) \n'-- Returns a List with locations (points) where the route number aRouteNumber \n'-- and measure aMeasure are found. Routes are indexed starting at zero. \n'-- Routes are indexed starting at z ero, i.e., aRouteNumber is not the RAT#, \n'-- but rather the FTab record number. \n'-- If aRouteNumber and aMeasure cannot be found, an empty list is returned. \n\n'--- See the example in anFTab.ReturnLocation. \n\n'--- anFTab.ReturnLocation(aPoint, aSearchTol) - \n'-- Returns a List with route number and measure pairs found for aPoint. \n'-- aSearchTol is the search tolerance used for locating routes. \n'-- Returned routes are indexed starting at zero, ie, the RAT# is \n'-- NOT returned, but rather the FTab record number. \n'-- If a route is not found at aPoint, an empty list is returned. \n\n'--- View.RouteMeasure - script to identify & return the Route & Measure at \n'-- a user point. \n'-- For Route.Road - returns Rte_no & milepost\n'-- For Route.Streams - returns LLID, Km.Post, & Riv.Mi.\n'-- For Route.Trail - returns Rte_no & milepost\n'-- For another route system - returns FTab Rec.# the Measure (units unknown)\n\ntheView = av.GetActiveDoc \np = theView.GetDisplay.ReturnUserPoint 'APPLY event \nfor each t in theView.GetAct iveThemes \n if (t.Is(FTheme)) then \n theSrc = t.GetSrcName.GetSubName.AsString \n if (theSrc = \"*route*\".AsPattern) then \n theRteNm = theSrc.Substitute(\"route.\",\"\")\n 'MsgBox.Info(theRte, \"the Route\")\n theMlist = t.GetFTab.ReturnLocation(p,5) \n '-- theMlist is a list of ROUTE/MEASURE pairs \n for each m in 0..(theMlist.Count - 1) by 2 \n t.GetFtab.Identify(theMlist.Get(m),theSrc.AsString)\n if ((theRteNm = \"road\") or (theRteNm = \"trail\")) then\n theRteF = \"rt e_no\"\n theMeasNm = \"M.P.\"\n elseif (theRteNm = \"streams\") then\n theRteF = \"llid\"\n theMeasNm = \"Km.P.\"\n theMeasNm2 = \"Riv.Mi.\"\n else\n theRteF = theRteNm+\"#\"\n theMeasNm = \"Measure\"\n end\n theRec = theMlist.Get(m)\n theField = t.GetFtab.FindField(theRteF)\n theRteNo = t.GetFtab.ReturnValueString(theField,theRec)\n 'MsgBox.Info(\"Route\"++theMlist.Get(m).AsString++ \"Measure\"++theMlist.Get(m+1).AsString, \"Results of R outeMeasure Query\")\n if (theRteNm = \"streams\") then\n MsgBox.Info(theRteF.Proper++theRteNo+NL+theMeasNm++theMlist.Get(m+1).SetFormat(\"d.dddd\").AsString+NL+\n theMeasNm2++(theMlist.Get(m+1) / 1.609344).SetFormat(\"d.ddd\").AsString, \n theRteNm.Proper++\" - Route Measure\") \n else \n MsgBox.Info(theRteF.Proper++theRteNo+NL+theMeasNm++theMlist.Get(m+1).SetFormat(\"d.ddd\").AsString,theRteNm.Proper++\" - Route Measure\") \n end\n '-- display the points \n locs = t.GetFTab.ReturnRouteMeasure(theMList.Get(m), \n theMList.Get(m+1)) \n for each pp in locs \n gloc = GraphicShape.Make(pp) \n theView.GetGraphics.Add(gloc) \n end \n end \n end \n end \nend \n\n'------ End Of Script \n\n\n" FontSize: 1 ) (DocWin.7 Owner: 6 X: 245 W: 835 H: 704 ) (CSMgr.8 ) (DocAct.9 Doc: 6 ) (View.10 Name: "View1" CreationDate: "Wednesday, April 04, 2001 11:29:36 AM" GUIName: "View" Win: 11 CSMgr: 12 DocExts: 14 DocExts: 15 Graphics: 16 Theme: 89 Theme: 175 Theme: 257 Theme: 283 Theme: 319 Theme: 352 LastScale: 86057.39039546955600 Dpy: 84 TOCWidth: 272 CoordPrecision: 2 ) (DocWin.11 Owner: 10 Open: 1 X: -4 Y: -4 W: 1162 H: 723 ) (CSMgr.12 Client: 13 ) (CSClient.13 Client: 14 ReqName: "ClientNfy" ) (PanMgr.14 Doc: 10 ) (DocAct.15 Doc: 10 ) (GList.16 Child: 17 Child: 29 Child: 40 Child: 51 Child: 62 Child: 73 Dpy: 84 FormatNumb: 88 ) (GText.17 Bounds: 18 Sym: 19 Text: "Oconnell Creek" Angle: 278.52135717556484 Spacing: 1.00000000000000 ) (RectD.18 Left: 476120.90210321354000 Top: 4653962.88488462750000 Right: 476668.48813690129000 Bottom: 4652171.89802172500000 ) (TxSym.19 Color: 20 Scale: 21 Font: 22 BgColor: 27 OlColor: 28 Size: 20796.48574469769300 ) (TClr.20 ) (Numb.21 N: 0.00045748540386 ) (NFont.22 Family: 23 Name: 24 Style: 25 CommonFamily: 26 Weight: 1 Wideness: 1 ) (AVStr.23 S: "Arial" ) (AVStr.24 S: "Arial" ) (AVStr.25 S: "Normal" ) (AVStr.26 S: "Helvetica" ) (TClr.27 Red: 0xff Green: 0xff Blue: 0xff ) (TClr.28 Red: 0xff Green: 0xff Blue: 0xff ) (GText.29 Bounds: 30 Sym: 31 Text: "Rt Hd Fk Steve Fk Carberry Cr" Angle: 21.49089222416233 Spacing: 1.00000000000000 ) (RectD.30 Left: 471315.12255206768000 Top: 4655664.98848324460000 Right: 474686.35838673142000 Bottom: 4654110.54687194250000 ) (TxSym.31 Color: 32 Scale: 21 Font: 33 BgColor: 38 OlColor: 39 Size: 20796.48574469769300 ) (TClr.32 ) (NFont.33 Family: 34 Name: 35 Style: 36 CommonFamily: 37 Weight: 1 Wideness: 1 ) (AVStr.34 S: "Arial" ) (AVStr.35 S: "Arial" ) (AVStr.36 S: "Normal" ) (AVStr.37 S: "Helvetica" ) (TClr.38 Red: 0xff Green: 0xff Blue: 0xff ) (TClr.39 Red: 0xff Green: 0xff Blue: 0xff ) (GText.40 Bounds: 41 Sym: 42 Text: "Steve Fork Carberry Creek" Angle: 60.74919552688796 Spacing: 1.00000000000000 ) (RectD.41 Left: 473433.83161323663000 Top: 4653349.98874234780000 Right: 475183.30434723268000 Bottom: 4650535.02745981700000 ) (TxSym.42 Color: 43 Scale: 21 Font: 44 BgColor: 49 OlColor: 50 Size: 20796.48574469769300 ) (TClr.43 ) (NFont.44 Family: 45 Name: 46 Style: 47 CommonFamily: 48 Weight: 1 Wideness: 1 ) (AVStr.45 S: "Arial" ) (AVStr.46 S: "Arial" ) (AVStr.47 S: "Normal" ) (AVStr.48 S: "Helvetica" ) (TClr.49 Red: 0xff Green: 0xff Blue: 0xff ) (TClr.50 Red: 0xff Green: 0xff Blue: 0xff ) (GText.51 Bounds: 52 Sym: 53 Text: "Steve Fork Carberry Creek" Angle: 28.54216013554387 Spacing: 1.00000000000000 ) (RectD.52 Left: 476440.68914678594000 Top: 4656728.56158730850000 Right: 479270.83871833340000 Bottom: 4655010.54658892470000 ) (TxSym.53 Color: 54 Scale: 21 Font: 55 BgColor: 60 OlColor: 61 Size: 20796.48574469769300 ) (TClr.54 ) (NFont.55 Family: 56 Name: 57 Style: 58 CommonFamily: 59 Weight: 1 Wideness: 1 ) (AVStr.56 S: "Arial" ) (AVStr.57 S: "Arial" ) (AVStr.58 S: "Normal" ) (AVStr.59 S: "Helvetica" ) (TClr.60 Red: 0xff Green: 0xff Blue: 0xff ) (TClr.61 Red: 0xff Green: 0xff Blue: 0xff ) (GText.62 Bounds: 63 Sym: 64 Text: "Low Gap Creek" Angle: 88.43069877972441 Spacing: 1.00000000000000 ) (RectD.63 Left: 477128.65645405673000 Top: 4654455.57361345550000 Right: 477466.03585862607000 Bottom: 4652671.96319276190000 ) (TxSym.64 Color: 65 Scale: 21 Font: 66 BgColor: 71 OlColor: 72 Size: 20796.48574469769300 ) (TClr.65 ) (NFont.66 Family: 67 Name: 68 Style: 69 CommonFamily: 70 Weight: 1 Wideness: 1 ) (AVStr.67 S: "Arial" ) (AVStr.68 S: "Arial" ) (AVStr.69 S: "Normal" ) (AVStr.70 S: "Helvetica" ) (TClr.71 Red: 0xff Green: 0xff Blue: 0xff ) (TClr.72 Red: 0xff Green: 0xff Blue: 0xff ) (GText.73 Bounds: 74 Sym: 75 Text: "Steve Fork Carberry Creek Subwatershed\nPerennial Streams, Stream Survey Data 1999" Spacing: 1.00000000000000 ) (RectD.74 Left: 469145.72859788925000 Top: 4657704.67269027510000 Right: 475044.48489399330000 Bottom: 4657062.80584630280000 ) (TxSym.75 Color: 76 Scale: 21 Font: 77 BgColor: 82 OlColor: 83 Size: 23107.20638299744000 ) (TClr.76 ) (NFont.77 Family: 78 Name: 79 Style: 80 CommonFamily: 81 Bold: 1 Weight: 1 Wideness: 1 ) (AVStr.78 S: "Arial" ) (AVStr.79 S: "Arial Bold" ) (AVStr.80 S: "Bold" ) (AVStr.81 S: "Helvetica" ) (TClr.82 Red: 0xff Green: 0xff Blue: 0xff ) (TClr.83 Red: 0xff Green: 0xff Blue: 0xff ) (MapDpy.84 Left: 468020.26247508900000 Bottom: 4646388.50270718240000 Top: 4658884.34764226250000 Right: 483261.09629754681000 ReportUnits: 8 Units: 7 Scale: 21 FrameTop: 5.71666666666667 FrameRight: 7.29166666666667 PageDpy: 85 FitToPage: 1 MouseLoc: 87 ) (PageDpy.85 Top: 5.71666666666667 Right: 7.29166666666667 ReportUnits: 1 Units: 1 Scale: 86 ZoomRight: 7.29166666666667 ZoomTop: 5.71666666666667 GridSpacingX: 0.25000000000000 GridSpacingY: 0.25000000000000 ) (Numb.86 N: 120.00000000000000 ) (PointD.87 x: 467889.97673343663000 y: 4655040.87347126850000 ) (Numb.88 ) (FTheme.89 Name: "Steve_fork_survey.shp" Source: 90 Flags: 0x06 Legend: 126 Threshold: 172 View: 10 GSet: 173 LegEditScript: "View.EditLegend" TxPos: 174 LabelField: 99 SnapTolCursor: 1 ) (ShpSrc.90 Name: 91 FTab: 93 ) (SrcName.91 FileName: 92 Name: "steve_fork_survey.shp" SubName: "Arc" OwnerClass: "ShpSrc" ) (FN.92 Path: "d:/data_analyst/web_third_section/gis_ss_stevefork/steve_fork_survey.shp" ) (FTab.93 Name: "steve_fork_survey.dbf" BTab: 94 Fields: 124 Fields: 95 Fields: 96 Fields: 97 Fields: 98 Fields: 99 Fields: 100 Fields: 101 Fields: 102 Fields: 103 Fields: 104 Fields: 105 Fields: 106 Fields: 107 Fields: 108 Fields: 109 Fields: 110 Fields: 111 Fields: 112 Fields: 113 Fields: 114 Fields: 115 Fields: 116 Fields: 117 Fields: 118 Fields: 119 Fields: 120 Fields: 121 Fields: 122 SelBits: 125 FSrc: 90 ) (dBASE.94 Name: "steve_fork_survey.dbf" Fields: 95 Fields: 96 Fields: 97 Fields: 98 Fields: 99 Fields: 100 Fields: 101 Fields: 102 Fields: 103 Fields: 104 Fields: 105 Fields: 106 Fields: 107 Fields: 108 Fields: 109 Fields: 110 Fields: 111 Fields: 112 Fields: 113 Fields: 114 Fields: 115 Fields: 116 Fields: 117 Fields: 118 Fields: 119 Fields: 120 Fields: 121 Fields: 122 FileName: 123 ) (Field.95 Name: "Huc" Btab: 94 Alias: "Huc" Visible: 1 Type: 9 Order: -1 ) (Field.96 Name: "Masterkey" Btab: 94 Alias: "Masterkey" Visible: 1 Type: 9 Order: -1 ) (Field.97 Name: "Reachkey" Btab: 94 Alias: "Reachkey" Visible: 1 Type: 9 Order: -1 ) (Field.98 Name: "Llid" Btab: 94 Alias: "Llid" Visible: 1 Type: 4 Order: -1 ) (Field.99 Name: "Stream_nam" Btab: 94 Alias: "Stream_nam" Visible: 1 Type: 4 Order: -1 ) (Field.100 Name: "Survdate" Btab: 94 Alias: "Survdate" Visible: 1 Type: 10 Order: -1 ) (Field.101 Name: "Reach" Btab: 94 Alias: "Reach" Visible: 1 Type: 9 Order: -1 ) (Field.102 Name: "Map_from" Btab: 94 Alias: "Map_from" Visible: 1 Type: 9 Order: -1 ) (Field.103 Name: "Map_to" Btab: 94 Alias: "Map_to" Visible: 1 Type: 9 Order: -1 ) (Field.104 Name: "Nso_from" Btab: 94 Alias: "Nso_from" Visible: 1 Type: 9 Order: -1 ) (Field.105 Name: "Nso_to" Btab: 94 Alias: "Nso_to" Visible: 1 Type: 9 Order: -1 ) (Field.106 Name: "Corr_lengt" Btab: 94 Alias: "Corr_lengt" Visible: 1 Type: 9 Order: -1 ) (Field.107 Name: "W_d_ratio" Btab: 94 Alias: "W_d_ratio" Visible: 1 Type: 9 Order: -1 ) (Field.108 Name: "Reach_grad" Btab: 94 Alias: "Reach_grad" Visible: 1 Type: 9 Order: -1 ) (Field.109 Name: "Rosg_class" Btab: 94 Alias: "Rosg_class" Visible: 1 Type: 4 Order: -1 ) (Field.110 Name: "Sinuosity" Btab: 94 Alias: "Sinuosity" Visible: 1 Type: 9 Order: -1 ) (Field.111 Name: "Entr_ratio" Btab: 94 Alias: "Entr_ratio" Visible: 1 Type: 9 Order: -1 ) (Field.112 Name: "Per_riffle" Btab: 94 Alias: "Per_riffle" Visible: 1 Type: 9 Order: -1 ) (Field.113 Name: "Riffle_mil" Btab: 94 Alias: "Riffle_mil" Visible: 1 Type: 9 Order: -1 ) (Field.114 Name: "Per_sidech" Btab: 94 Alias: "Per_sidech" Visible: 1 Type: 9 Order: -1 ) (Field.115 Name: "Pool_freq" Btab: 94 Alias: "Pool_freq" Visible: 1 Type: 9 Order: -1 ) (Field.116 Name: "Per_pool" Btab: 94 Alias: "Per_pool" Visible: 1 Type: 9 Order: -1 ) (Field.117 Name: "Pool_mile" Btab: 94 Alias: "Pool_mile" Visible: 1 Type: 9 Order: -1 ) (Field.118 Name: "Pool_3_mil" Btab: 94 Alias: "Pool_3_mil" Visible: 1 Type: 9 Order: -1 ) (Field.119 Name: "Rs_pl_dpth" Btab: 94 Alias: "Rs_pl_dpth" Visible: 1 Type: 9 Order: -1 ) (Field.120 Name: "Lg_wood" Btab: 94 Alias: "Lg_wood" Visible: 1 Type: 9 Order: -1 ) (Field.121 Name: "Md_wood" Btab: 94 Alias: "Md_wood" Visible: 1 Type: 9 Order: -1 ) (Field.122 Name: "Sm_wood" Btab: 94 Alias: "Sm_wood" Visible: 1 Type: 9 Order: -1 ) (FN.123 Path: "d:/data_analyst/web_third_section/gis_ss_stevefork/steve_fork_survey.dbf" ) (Field.124 Name: "Shape" Alias: "Shape" Visible: 1 Type: 18 Order: -1 ) (Bitmap.125 NumBits: 9 ) (Legend.126 SymType: 0x01 LegType: 0x08 ClassType: 0x03 FieldNames: 127 Symbols: 128 Class: 158 Class: 159 Class: 160 Class: 161 Class: 162 Class: 163 Class: 164 Class: 165 Class: 166 Class: 167 StdDevs: 1.00000000000000 NullSym: 168 NullValues: 170 StatValues: 171 Precision: -3 ) (AVStr.127 S: "Reachkey" ) (SymList.128 Child: 129 Child: 132 Child: 135 Child: 138 Child: 141 Child: 144 Child: 147 Child: 150 Child: 153 Child: 156 ) (VLnHlw.129 Color: 130 Size: 5.00000000000000 AltSize: 1.72800000000000 BasicLine: 131 ) (TClr.130 Red: 0xf3ff Green: 0x893f Blue: 0x8bcc ) (BLnSym.131 Color: 130 Width: 1.63600000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 ) (VLnHlw.132 Color: 133 Size: 5.00000000000000 AltSize: 1.72800000000000 BasicLine: 134 ) (TClr.133 Red: 0x7b83 Green: 0xfeff Blue: 0xcdaa ) (BLnSym.134 Color: 133 Width: 1.63600000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 ) (VLnHlw.135 Color: 136 Size: 5.00000000000000 AltSize: 1.72800000000000 BasicLine: 137 ) (TClr.136 Red: 0xb3ff Green: 0xb06f Blue: 0x7b0b ) (BLnSym.137 Color: 136 Width: 1.63600000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 ) (VLnHlw.138 Color: 139 Size: 5.00000000000000 AltSize: 1.72800000000000 BasicLine: 140 ) (TClr.139 Red: 0x490b Green: 0xbaff Blue: 0x858f ) (BLnSym.140 Color: 139 Width: 1.63600000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 ) (VLnHlw.141 Color: 142 Size: 5.00000000000000 AltSize: 1.72800000000000 BasicLine: 143 ) (TClr.142 Red: 0xfe Green: 0xdb57 Blue: 0xfeff ) (BLnSym.143 Color: 142 Width: 1.63600000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 ) (VLnHlw.144 Color: 145 Size: 5.00000000000000 AltSize: 1.72800000000000 BasicLine: 146 ) (TClr.145 Red: 0x846f Green: 0x7fd4 Blue: 0xbaff ) (BLnSym.146 Color: 145 Width: 1.63600000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 ) (VLnHlw.147 Color: 148 Size: 5.00000000000000 AltSize: 1.72800000000000 BasicLine: 149 ) (TClr.148 Red: 0xfeff Green: 0xa89d Blue: 0x6995 ) (BLnSym.149 Color: 148 Width: 1.63600000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 ) (VLnHlw.150 Color: 151 Size: 5.00000000000000 AltSize: 1.72800000000000 BasicLine: 152 ) (TClr.151 Red: 0x17da Green: 0xbcec Blue: 0xc4ff ) (BLnSym.152 Color: 151 Width: 1.63600000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 ) (VLnHlw.153 Color: 154 Size: 5.00000000000000 AltSize: 1.72800000000000 BasicLine: 155 ) (TClr.154 Red: 0xdcff Green: 0x6874 Blue: 0x6df8 ) (BLnSym.155 Color: 154 Width: 1.63600000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 ) (BLnSym.156 Color: 157 Width: 0.10000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 ) (TClr.157 Name: "Transparent" ) (LClass.158 Label: "100600119" MinNum: 100600119.00000000000000 MaxNum: 100600119.00000000000000 Precision: -3 ) (LClass.159 Label: "100600120" MinNum: 100600120.00000000000000 MaxNum: 100600120.00000000000000 Precision: -3 ) (LClass.160 Label: "100600121" MinNum: 100600121.00000000000000 MaxNum: 100600121.00000000000000 Precision: -3 ) (LClass.161 Label: "100600122" MinNum: 100600122.00000000000000 MaxNum: 100600122.00000000000000 Precision: -3 ) (LClass.162 Label: "100600123" MinNum: 100600123.00000000000000 MaxNum: 100600123.00000000000000 Precision: -3 ) (LClass.163 Label: "100600124" MinNum: 100600124.00000000000000 MaxNum: 100600124.00000000000000 Precision: -3 ) (LClass.164 Label: "100600125" MinNum: 100600125.00000000000000 MaxNum: 100600125.00000000000000 Precision: -3 ) (LClass.165 Label: "100600126" MinNum: 100600126.00000000000000 MaxNum: 100600126.00000000000000 Precision: -3 ) (LClass.166 Label: "100600127" MinNum: 100600127.00000000000000 MaxNum: 100600127.00000000000000 Precision: -3 ) (LClass.167 IsNoData: 1 Label: "No Data" MaxNum: -1.00000000000000 Precision: -3 ) (BLnSym.168 Color: 169 Width: 0.10000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 ) (TClr.169 Name: "Transparent" ) (NameDict.170 ) (NameDict.171 ) (Thresh.172 ) (GSet.173 ) (TxPosArc.174 HAlign: 3 VAlign: 1 ) (FTheme.175 Name: "Steve_fork_subwat.shp" Source: 176 Flags: 0x06 Legend: 241 Threshold: 254 View: 10 GSet: 255 LegEditScript: "View.EditLegend" TxPos: 256 LabelField: 220 SnapTolCursor: 1 ) (ShpSrc.176 Name: 177 FTab: 179 ) (SrcName.177 FileName: 178 Name: "steve_fork_subwat.shp" SubName: "Polygon" OwnerClass: "ShpSrc" ) (FN.178 Path: "d:/data_analyst/web_third_section/gis_ss_stevefork/steve_fork_subwat.shp" ) (FTab.179 Name: "steve_fork_subwat.dbf" BTab: 180 Fields: 239 Fields: 181 Fields: 182 Fields: 183 Fields: 184 Fields: 185 Fields: 186 Fields: 187 Fields: 188 Fields: 189 Fields: 190 Fields: 191 Fields: 192 Fields: 193 Fields: 194 Fields: 195 Fields: 196 Fields: 197 Fields: 198 Fields: 199 Fields: 200 Fields: 201 Fields: 202 Fields: 203 Fields: 204 Fields: 205 Fields: 206 Fields: 207 Fields: 208 Fields: 209 Fields: 210 Fields: 211 Fields: 212 Fields: 213 Fields: 214 Fields: 215 Fields: 216 Fields: 217 Fields: 218 Fields: 219 Fields: 220 Fields: 221 Fields: 222 Fields: 223 Fields: 224 Fields: 225 Fields: 226 Fields: 227 Fields: 228 Fields: 229 Fields: 230 Fields: 231 Fields: 232 Fields: 233 Fields: 234 Fields: 235 Fields: 236 Fields: 237 SelBits: 240 FSrc: 176 ) (dBASE.180 Name: "steve_fork_subwat.dbf" Fields: 181 Fields: 182 Fields: 183 Fields: 184 Fields: 185 Fields: 186 Fields: 187 Fields: 188 Fields: 189 Fields: 190 Fields: 191 Fields: 192 Fields: 193 Fields: 194 Fields: 195 Fields: 196 Fields: 197 Fields: 198 Fields: 199 Fields: 200 Fields: 201 Fields: 202 Fields: 203 Fields: 204 Fields: 205 Fields: 206 Fields: 207 Fields: 208 Fields: 209 Fields: 210 Fields: 211 Fields: 212 Fields: 213 Fields: 214 Fields: 215 Fields: 216 Fields: 217 Fields: 218 Fields: 219 Fields: 220 Fields: 221 Fields: 222 Fields: 223 Fields: 224 Fields: 225 Fields: 226 Fields: 227 Fields: 228 Fields: 229 Fields: 230 Fields: 231 Fields: 232 Fields: 233 Fields: 234 Fields: 235 Fields: 236 Fields: 237 FileName: 238 ) (Field.181 Name: "Huc6" Btab: 180 Alias: "Huc6" Visible: 1 Type: 4 Order: -1 ) (Field.182 Name: "Crossings" Btab: 180 Alias: "Crossings" Visible: 1 Type: 9 Order: -1 ) (Field.183 Name: "Forvegpr" Btab: 180 Alias: "Forvegpr" Visible: 1 Type: 9 Order: -1 ) (Field.184 Name: "Veg11_pct" Btab: 180 Alias: "Veg11_pct" Visible: 1 Type: 9 Order: -1 ) (Field.185 Name: "Veg12_pct" Btab: 180 Alias: "Veg12_pct" Visible: 1 Type: 9 Order: -1 ) (Field.186 Name: "Veg20_pct" Btab: 180 Alias: "Veg20_pct" Visible: 1 Type: 9 Order: -1 ) (Field.187 Name: "Veg30_pct" Btab: 180 Alias: "Veg30_pct" Visible: 1 Type: 9 Order: -1 ) (Field.188 Name: "Veg40_pct" Btab: 180 Alias: "Veg40_pct" Visible: 1 Type: 9 Order: -1 ) (Field.189 Name: "Veg50_pct" Btab: 180 Alias: "Veg50_pct" Visible: 1 Type: 9 Order: -1 ) (Field.190 Name: "Lograd_pct" Btab: 180 Alias: "Lograd_pct" Visible: 1 Type: 9 Order: -1 ) (Field.191 Name: "Roads_sq" Btab: 180 Alias: "Roads_sq" Visible: 1 Type: 9 Order: -1 ) (Field.192 Name: "Roads_slop" Btab: 180 Alias: "Roads_slop" Visible: 1 Type: 9 Order: -1 ) (Field.193 Name: "Road_ripar" Btab: 180 Alias: "Road_ripar" Visible: 1 Type: 9 Order: -1 ) (Field.194 Name: "Z900_open" Btab: 180 Alias: "Z900_open" Visible: 1 Type: 9 Order: -1 ) (Field.195 Name: "Z900_spars" Btab: 180 Alias: "Z900_spars" Visible: 1 Type: 9 Order: -1 ) (Field.196 Name: "Z900_lates" Btab: 180 Alias: "Z900_lates" Visible: 1 Type: 9 Order: -1 ) (Field.197 Name: "Snowzone_" Btab: 180 Alias: "Snowzone_" Visible: 1 Type: 9 Order: -1 ) (Field.198 Name: "Fed_" Btab: 180 Alias: "Fed_" Visible: 1 Type: 9 Order: -1 ) (Field.199 Name: "Fed_state_" Btab: 180 Alias: "Fed_state_" Visible: 1 Type: 9 Order: -1 ) (Field.200 Name: "Lsr_" Btab: 180 Alias: "Lsr_" Visible: 1 Type: 9 Order: -1 ) (Field.201 Name: "All_lsr_" Btab: 180 Alias: "All_lsr_" Visible: 1 Type: 9 Order: -1 ) (Field.202 Name: "Sum24k_pr" Btab: 180 Alias: "Sum24k_pr" Visible: 1 Type: 9 Order: -1 ) (Field.203 Name: "Sum24k_all" Btab: 180 Alias: "Sum24k_all" Visible: 1 Type: 9 Order: -1 ) (Field.204 Name: "Sum24k_gd" Btab: 180 Alias: "Sum24k_gd" Visible: 1 Type: 9 Order: -1 ) (Field.205 Name: "Sum100k_lo" Btab: 180 Alias: "Sum100k_lo" Visible: 1 Type: 9 Order: -1 ) (Field.206 Name: "Sum100k_lo" Btab: 180 Alias: "Sum100k_lo" Visible: 1 Type: 9 Order: -1 ) (Field.207 Name: "Sum100k_al" Btab: 180 Alias: "Sum100k_al" Visible: 1 Type: 9 Order: -1 ) (Field.208 Name: "Rip24k_pr" Btab: 180 Alias: "Rip24k_pr" Visible: 1 Type: 9 Order: -1 ) (Field.209 Name: "Rip24k_gd" Btab: 180 Alias: "Rip24k_gd" Visible: 1 Type: 9 Order: -1 ) (Field.210 Name: "Rip_low" Btab: 180 Alias: "Rip_low" Visible: 1 Type: 9 Order: -1 ) (Field.211 Name: "Sum100k_lo" Btab: 180 Alias: "Sum100k_lo" Visible: 1 Type: 9 Order: -1 ) (Field.212 Name: "Rip_acres" Btab: 180 Alias: "Rip_acres" Visible: 1 Type: 9 Order: -1 ) (Field.213 Name: "Rip1k_low_" Btab: 180 Alias: "Rip1k_low_" Visible: 1 Type: 9 Order: -1 ) (Field.214 Name: "Rip1k_low_" Btab: 180 Alias: "Rip1k_low_" Visible: 1 Type: 9 Order: -1 ) (Field.215 Name: "Privfor" Btab: 180 Alias: "Privfor" Visible: 1 Type: 9 Order: -1 ) (Field.216 Name: "Precipclas" Btab: 180 Alias: "Precipclas" Visible: 1 Type: 9 Order: -1 ) (Field.217 Name: "Subj_huc" Btab: 180 Alias: "Subj_huc" Visible: 1 Type: 4 Order: -1 ) (Field.218 Name: "Subj2_huc" Btab: 180 Alias: "Subj2_huc" Visible: 1 Type: 4 Order: -1 ) (Field.219 Name: "Huc1" Btab: 180 Alias: "Huc1" Visible: 1 Type: 4 Order: -1 ) (Field.220 Name: "Huc1_name" Btab: 180 Alias: "Huc1_name" Visible: 1 Type: 4 Order: -1 ) (Field.221 Name: "Huc2" Btab: 180 Alias: "Huc2" Visible: 1 Type: 4 Order: -1 ) (Field.222 Name: "Huc2_name" Btab: 180 Alias: "Huc2_name" Visible: 1 Type: 4 Order: -1 ) (Field.223 Name: "Huc3" Btab: 180 Alias: "Huc3" Visible: 1 Type: 4 Order: -1 ) (Field.224 Name: "Huc3_name" Btab: 180 Alias: "Huc3_name" Visible: 1 Type: 4 Order: -1 ) (Field.225 Name: "Huc4" Btab: 180 Alias: "Huc4" Visible: 1 Type: 4 Order: -1 ) (Field.226 Name: "Huc4_name" Btab: 180 Alias: "Huc4_name" Visible: 1 Type: 4 Order: -1 ) (Field.227 Name: "Huc5" Btab: 180 Alias: "Huc5" Visible: 1 Type: 4 Order: -1 ) (Field.228 Name: "Huc5_name" Btab: 180 Alias: "Huc5_name" Visible: 1 Type: 4 Order: -1 ) (Field.229 Name: "Huc6_name" Btab: 180 Alias: "Huc6_name" Visible: 1 Type: 4 Order: -1 ) (Field.230 Name: "Wshed_type" Btab: 180 Alias: "Wshed_type" Visible: 1 Type: 4 Order: -1 ) (Field.231 Name: "Huc1_id" Btab: 180 Alias: "Huc1_id" Visible: 1 Type: 4 Order: -1 ) (Field.232 Name: "Huc2_id" Btab: 180 Alias: "Huc2_id" Visible: 1 Type: 4 Order: -1 ) (Field.233 Name: "Huc3_id" Btab: 180 Alias: "Huc3_id" Visible: 1 Type: 4 Order: -1 ) (Field.234 Name: "Huc4_id" Btab: 180 Alias: "Huc4_id" Visible: 1 Type: 4 Order: -1 ) (Field.235 Name: "Huc5_id" Btab: 180 Alias: "Huc5_id" Visible: 1 Type: 4 Order: -1 ) (Field.236 Name: "Huc6_id" Btab: 180 Alias: "Huc6_id" Visible: 1 Type: 4 Order: -1 ) (Field.237 Name: "Fifth" Btab: 180 Alias: "Fifth" Visible: 1 Type: 9 Order: -1 ) (FN.238 Path: "d:/data_analyst/web_third_section/gis_ss_stevefork/steve_fork_subwat.dbf" ) (Field.239 Name: "Shape" Alias: "Shape" Visible: 1 Type: 19 Order: -1 ) (Bitmap.240 NumBits: 1 ) (Legend.241 SymType: 0x02 LegType: 0x01 ClassType: 0x03 Symbols: 242 Class: 247 StdDevs: 1.00000000000000 NullSym: 248 NullValues: 252 StatValues: 253 Precision: -3 ) (SymList.242 Child: 243 ) (BShSym.243 Color: 244 Outline: 1 OutlineColor: 245 OutlineWidth: 0.10000000000000 BgColor: 246 ) (TClr.244 Name: "Transparent" ) (TClr.245 ) (TClr.246 Red: 0xffff Green: 0xffff Blue: 0xffff ) (LClass.247 IsText: 1 Precision: -3 ) (BShSym.248 Color: 249 Outline: 1 OutlineColor: 250 OutlineWidth: 0.10000000000000 BgColor: 251 ) (TClr.249 Name: "Transparent" ) (TClr.250 Name: "Transparent" ) (TClr.251 Red: 0xffff Green: 0xffff Blue: 0xffff ) (NameDict.252 ) (NameDict.253 ) (Thresh.254 ) (GSet.255 ) (TxPosPly.256 HAlign: 3 VAlign: 3 ) (FTheme.257 Name: "Steve_fork_streams.shp" Source: 258 Flags: 0x06 Legend: 271 Threshold: 280 View: 10 GSet: 281 LegEditScript: "View.EditLegend" TxPos: 282 LabelField: 266 SnapTolCursor: 1 ) (ShpSrc.258 Name: 259 FTab: 261 ) (SrcName.259 FileName: 260 Name: "steve_fork_streams.shp" SubName: "Arc" OwnerClass: "ShpSrc" ) (FN.260 Path: "d:/data_analyst/web_third_section/gis_ss_stevefork/steve_fork_streams.shp" ) (FTab.261 Name: "steve_fork_streams.dbf" BTab: 262 Fields: 269 Fields: 263 Fields: 264 Fields: 265 Fields: 266 Fields: 267 SelBits: 270 FSrc: 258 ) (dBASE.262 Name: "steve_fork_streams.dbf" Fields: 263 Fields: 264 Fields: 265 Fields: 266 Fields: 267 FileName: 268 ) (Field.263 Name: "Streams_" Btab: 262 Alias: "Streams_" Visible: 1 Type: 9 Order: -1 ) (Field.264 Name: "Streams_id" Btab: 262 Alias: "Streams_id" Visible: 1 Type: 9 Order: -1 ) (Field.265 Name: "Kilo_lengt" Btab: 262 Alias: "Kilo_lengt" Visible: 1 Type: 9 Order: -1 ) (Field.266 Name: "Name" Btab: 262 Alias: "Name" Visible: 1 Type: 4 Order: -1 ) (Field.267 Name: "Llid" Btab: 262 Alias: "Llid" Visible: 1 Type: 4 Order: -1 ) (FN.268 Path: "d:/data_analyst/web_third_section/gis_ss_stevefork/steve_fork_streams.dbf" ) (Field.269 Name: "Shape" Alias: "Shape" Visible: 1 Type: 18 Order: -1 ) (Bitmap.270 NumBits: 108 ) (Legend.271 SymType: 0x01 LegType: 0x01 ClassType: 0x03 Symbols: 272 Class: 275 StdDevs: 1.00000000000000 NullSym: 276 NullValues: 278 StatValues: 279 Precision: -3 ) (SymList.272 Child: 273 ) (BLnSym.273 Color: 274 Width: 0.10000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 ) (TClr.274 Blue: 0xffff ) (LClass.275 IsText: 1 Precision: -3 ) (BLnSym.276 Color: 277 Width: 0.10000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 ) (TClr.277 Name: "Transparent" ) (NameDict.278 ) (NameDict.279 ) (Thresh.280 ) (GSet.281 Child: 17 Child: 29 Child: 40 Child: 51 Child: 62 ) (TxPosArc.282 HAlign: 3 VAlign: 1 ) (FTheme.283 Name: "Steve_fork_roads.shp" Source: 284 Flags: 0x04 Legend: 307 Threshold: 316 View: 10 GSet: 317 LegEditScript: "View.EditLegend" TxPos: 318 LabelField: 291 SnapTolCursor: 1 ) (ShpSrc.284 Name: 285 FTab: 287 ) (SrcName.285 FileName: 286 Name: "steve_fork_roads.shp" SubName: "Arc" OwnerClass: "ShpSrc" ) (FN.286 Path: "d:/data_analyst/web_third_section/gis_ss_stevefork/steve_fork_roads.shp" ) (FTab.287 Name: "steve_fork_roads.dbf" BTab: 288 Fields: 305 Fields: 289 Fields: 290 Fields: 291 Fields: 292 Fields: 293 Fields: 294 Fields: 295 Fields: 296 Fields: 297 Fields: 298 Fields: 299 Fields: 300 Fields: 301 Fields: 302 Fields: 303 SelBits: 306 FSrc: 284 ) (dBASE.288 Name: "steve_fork_roads.dbf" Fields: 289 Fields: 290 Fields: 291 Fields: 292 Fields: 293 Fields: 294 Fields: 295 Fields: 296 Fields: 297 Fields: 298 Fields: 299 Fields: 300 Fields: 301 Fields: 302 Fields: 303 FileName: 304 ) (Field.289 Name: "Trav_rtes_" Btab: 288 Alias: "Trav_rtes_" Visible: 1 Type: 9 Order: -1 ) (Field.290 Name: "Trav_rtes_" Btab: 288 Alias: "Trav_rtes_" Visible: 1 Type: 9 Order: -1 ) (Field.291 Name: "Route_no" Btab: 288 Alias: "Route_no" Visible: 1 Type: 4 Order: -1 ) (Field.292 Name: "Bmp_old" Btab: 288 Alias: "Bmp_old" Visible: 1 Type: 9 Order: -1 ) (Field.293 Name: "Bmp" Btab: 288 Alias: "Bmp" Visible: 1 Type: 9 Order: -1 ) (Field.294 Name: "Emp_old" Btab: 288 Alias: "Emp_old" Visible: 1 Type: 9 Order: -1 ) (Field.295 Name: "Emp" Btab: 288 Alias: "Emp" Visible: 1 Type: 9 Order: -1 ) (Field.296 Name: "Rte_cn" Btab: 288 Alias: "Rte_cn" Visible: 1 Type: 4 Order: -1 ) (Field.297 Name: "Rte_no" Btab: 288 Alias: "Rte_no" Visible: 1 Type: 4 Order: -1 ) (Field.298 Name: "Action" Btab: 288 Alias: "Action" Visible: 1 Type: 4 Order: -1 ) (Field.299 Name: "Actionstam" Btab: 288 Alias: "Actionstam" Visible: 1 Type: 10 Order: -1 ) (Field.300 Name: "Cnty_no" Btab: 288 Alias: "Cnty_no" Visible: 1 Type: 4 Order: -1 ) (Field.301 Name: "Art" Btab: 288 Alias: "Art" Visible: 1 Type: 4 Order: -1 ) (Field.302 Name: "Col" Btab: 288 Alias: "Col" Visible: 1 Type: 4 Order: -1 ) (Field.303 Name: "Loc" Btab: 288 Alias: "Loc" Visible: 1 Type: 4 Order: -1 ) (FN.304 Path: "d:/data_analyst/web_third_section/gis_ss_stevefork/steve_fork_roads.dbf" ) (Field.305 Name: "Shape" Alias: "Shape" Visible: 1 Type: 18 Order: -1 ) (Bitmap.306 NumBits: 57 ) (Legend.307 SymType: 0x01 LegType: 0x01 ClassType: 0x03 Symbols: 308 Class: 311 StdDevs: 1.00000000000000 NullSym: 312 NullValues: 314 StatValues: 315 Precision: -3 ) (SymList.308 Child: 309 ) (BLnSym.309 Color: 310 Width: 0.10000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 ) (TClr.310 ) (LClass.311 IsText: 1 Precision: -3 ) (BLnSym.312 Color: 313 Width: 0.10000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 ) (TClr.313 Name: "Transparent" ) (NameDict.314 ) (NameDict.315 ) (Thresh.316 ) (GSet.317 ) (TxPosArc.318 HAlign: 3 VAlign: 1 ) (FTheme.319 Name: "Steve_fork_landlines.shp" Source: 320 Flags: 0x06 Legend: 336 Threshold: 349 View: 10 GSet: 350 LegEditScript: "View.EditLegend" TxPos: 351 LabelField: 329 SnapTolCursor: 1 ) (ShpSrc.320 Name: 321 FTab: 323 ) (SrcName.321 FileName: 322 Name: "steve_fork_landlines.shp" SubName: "Polygon" OwnerClass: "ShpSrc" ) (FN.322 Path: "d:/data_analyst/web_third_section/gis_ss_stevefork/steve_fork_landlines.shp" ) (FTab.323 Name: "steve_fork_landlines.dbf" BTab: 324 Fields: 334 Fields: 325 Fields: 326 Fields: 327 Fields: 328 Fields: 329 Fields: 330 Fields: 331 Fields: 332 SelBits: 335 FSrc: 320 ) (dBASE.324 Name: "steve_fork_landlines.dbf" Fields: 325 Fields: 326 Fields: 327 Fields: 328 Fields: 329 Fields: 330 Fields: 331 Fields: 332 FileName: 333 ) (Field.325 Name: "Area" Btab: 324 Alias: "Area" Visible: 1 Type: 9 Order: -1 ) (Field.326 Name: "Perimeter" Btab: 324 Alias: "Perimeter" Visible: 1 Type: 9 Order: -1 ) (Field.327 Name: "Flnd_" Btab: 324 Alias: "Flnd_" Visible: 1 Type: 9 Order: -1 ) (Field.328 Name: "Flnd_id" Btab: 324 Alias: "Flnd_id" Visible: 1 Type: 9 Order: -1 ) (Field.329 Name: "Lnd" Btab: 324 Alias: "Lnd" Visible: 1 Type: 4 Order: -1 ) (Field.330 Name: "Township" Btab: 324 Alias: "Township" Visible: 1 Type: 4 Order: -1 ) (Field.331 Name: "Range" Btab: 324 Alias: "Range" Visible: 1 Type: 4 Order: -1 ) (Field.332 Name: "Section" Btab: 324 Alias: "Section" Visible: 1 Type: 4 Order: -1 ) (FN.333 Path: "d:/data_analyst/web_third_section/gis_ss_stevefork/steve_fork_landlines.dbf" ) (Field.334 Name: "Shape" Alias: "Shape" Visible: 1 Type: 19 Order: -1 ) (Bitmap.335 NumBits: 44 ) (Legend.336 SymType: 0x02 LegType: 0x01 ClassType: 0x03 Symbols: 337 Class: 342 StdDevs: 1.00000000000000 NullSym: 343 NullValues: 347 StatValues: 348 Precision: -3 ) (SymList.337 Child: 338 ) (BShSym.338 Color: 339 Outline: 1 OutlineColor: 340 OutlineWidth: 0.10000000000000 BgColor: 341 ) (TClr.339 Name: "Transparent" ) (TClr.340 ) (TClr.341 Red: 0xffff Green: 0xffff Blue: 0xffff ) (LClass.342 IsText: 1 Precision: -3 ) (BShSym.343 Color: 344 Outline: 1 OutlineColor: 345 OutlineWidth: 0.10000000000000 BgColor: 346 ) (TClr.344 Name: "Transparent" ) (TClr.345 Name: "Transparent" ) (TClr.346 Red: 0xffff Green: 0xffff Blue: 0xffff ) (NameDict.347 ) (NameDict.348 ) (Thresh.349 ) (GSet.350 ) (TxPosPly.351 HAlign: 3 VAlign: 3 ) (FTheme.352 Name: "Steve_fork_fish.shp" Source: 353 Flags: 0x06 Legend: 380 Threshold: 389 View: 10 GSet: 390 LegEditScript: "View.EditLegend" TxPos: 391 LabelField: 359 SnapTolCursor: 1 ) (ShpSrc.353 Name: 354 FTab: 356 ) (SrcName.354 FileName: 355 Name: "steve_fork_fish.shp" SubName: "Arc" OwnerClass: "ShpSrc" ) (FN.355 Path: "d:/data_analyst/web_third_section/gis_ss_stevefork/steve_fork_fish.shp" ) (FTab.356 Name: "steve_fork_fish.dbf" BTab: 357 Fields: 378 Fields: 358 Fields: 359 Fields: 360 Fields: 361 Fields: 362 Fields: 363 Fields: 364 Fields: 365 Fields: 366 Fields: 367 Fields: 368 Fields: 369 Fields: 370 Fields: 371 Fields: 372 Fields: 373 Fields: 374 Fields: 375 Fields: 376 SelBits: 379 FSrc: 353 ) (dBASE.357 Name: "steve_fork_fish.dbf" Fields: 358 Fields: 359 Fields: 360 Fields: 361 Fields: 362 Fields: 363 Fields: 364 Fields: 365 Fields: 366 Fields: 367 Fields: 368 Fields: 369 Fields: 370 Fields: 371 Fields: 372 Fields: 373 Fields: 374 Fields: 375 Fields: 376 FileName: 377 ) (Field.358 Name: "Id" Btab: 357 Alias: "Id" Visible: 1 Type: 4 Order: -1 ) (Field.359 Name: "Name" Btab: 357 Alias: "Name" Visible: 1 Type: 4 Order: -1 ) (Field.360 Name: "Tribs" Btab: 357 Alias: "Tribs" Visible: 1 Type: 4 Order: -1 ) (Field.361 Name: "Surv_yrs" Btab: 357 Alias: "Surv_yrs" Visible: 1 Type: 4 Order: -1 ) (Field.362 Name: "Date" Btab: 357 Alias: "Date" Visible: 1 Type: 4 Order: -1 ) (Field.363 Name: "Agency" Btab: 357 Alias: "Agency" Visible: 1 Type: 4 Order: -1 ) (Field.364 Name: "Method" Btab: 357 Alias: "Method" Visible: 1 Type: 4 Order: -1 ) (Field.365 Name: "Species" Btab: 357 Alias: "Species" Visible: 1 Type: 4 Order: -1 ) (Field.366 Name: "Reason" Btab: 357 Alias: "Reason" Visible: 1 Type: 4 Order: -1 ) (Field.367 Name: "Lgth_mtr" Btab: 357 Alias: "Lgth_mtr" Visible: 1 Type: 9 Order: -1 ) (Field.368 Name: "Lgth_ft" Btab: 357 Alias: "Lgth_ft" Visible: 1 Type: 9 Order: -1 ) (Field.369 Name: "X_coord" Btab: 357 Alias: "X_coord" Visible: 1 Type: 9 Order: -1 ) (Field.370 Name: "Y_coord" Btab: 357 Alias: "Y_coord" Visible: 1 Type: 9 Order: -1 ) (Field.371 Name: "App_elev" Btab: 357 Alias: "App_elev" Visible: 1 Type: 9 Order: -1 ) (Field.372 Name: "Fifthfield" Btab: 357 Alias: "Fifthfield" Visible: 1 Type: 4 Order: -1 ) (Field.373 Name: "Fifth_num" Btab: 357 Alias: "Fifth_num" Visible: 1 Type: 9 Order: -1 ) (Field.374 Name: "Sixthfield" Btab: 357 Alias: "Sixthfield" Visible: 1 Type: 4 Order: -1 ) (Field.375 Name: "Sixth_num" Btab: 357 Alias: "Sixth_num" Visible: 1 Type: 9 Order: -1 ) (Field.376 Name: "Miscfield" Btab: 357 Alias: "Miscfield" Visible: 1 Type: 4 Order: -1 ) (FN.377 Path: "d:/data_analyst/web_third_section/gis_ss_stevefork/steve_fork_fish.dbf" ) (Field.378 Name: "Shape" Alias: "Shape" Visible: 1 Type: 18 Order: -1 ) (Bitmap.379 NumBits: 36 ) (Legend.380 SymType: 0x01 LegType: 0x01 ClassType: 0x03 Symbols: 381 Class: 384 StdDevs: 1.00000000000000 NullSym: 385 NullValues: 387 StatValues: 388 Precision: -3 ) (SymList.381 Child: 382 ) (BLnSym.382 Color: 383 Width: 0.10000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 ) (TClr.383 Red: 0x299 Green: 0xdc00 Blue: 0xdb ) (LClass.384 IsText: 1 Precision: -3 ) (BLnSym.385 Color: 386 Width: 0.10000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 Pattern: 0.00000000000000 ) (TClr.386 Name: "Transparent" ) (NameDict.387 ) (NameDict.388 ) (Thresh.389 ) (GSet.390 ) (TxPosArc.391 HAlign: 3 VAlign: 1 ) (LButn.392 HelpTopic: "New_button" Update: "Doc.NewUpdate" Label: "&New" Click: "View.New" ) (LButn.393 HelpTopic: "Open_button" Update: "Doc.OpenUpdate" Label: "&Open" Click: "Doc.Open" ) (LButn.394 HelpTopic: "Print_button" Update: "Doc.ActionUpdate" Label: "P&rint" Click: "Doc.Action" ) (FN.395 Path: "$AVEXT/geoproc.avx" ) (NameDict.396 ) (NameDict.397 Obj: 398 Obj: 399 Obj: 400 ) (AVDict.398 InternalName: "Table of Contents Defaults Dialog" ) (AVDict.399 InternalName: "_Thor_" ) (AVDict.400 InternalName: "Geoprocessing" Key: 401 Key: 402 Value: 403 Value: 404 ) (AVStr.401 S: "Loaded" ) (AVStr.402 S: "Version" ) (Bool.403 Truth: 1 ) (Numb.404 N: 3.10000000000000 ) (DocGUI.405 Name: "View" Type: "View" Modified: 1 Visible: 1 MenuBar: 406 ButnBar: 522 Popups: 563 ToolBar: 585 NewScript: "View.New" OpenScript: "Doc.Open" ActionScript: "Doc.Action" NewUpdateScript: "Doc.NewUpdate" OpenUpdateScript: "Doc.OpenUpdate" ActionUpdateScript: "Doc.ActionUpdate" Title: "Views" Icon: 665 ) (MenuBar.406 Child: 407 Child: 424 Child: 444 Child: 468 Child: 491 Child: 507 Child: 517 ) (PMenu.407 InternalName: "File" Child: 408 Child: 409 Child: 410 Child: 411 Child: 412 Child: 413 Child: 414 Child: 415 Child: 416 Child: 417 Child: 418 Child: 419 Child: 420 Child: 421 Child: 422 Child: 423 Label: "&File" ) (Choice.408 Help: "Closes the active component" HelpTopic: "Close" Label: "&Close" Click: "Project.CloseDoc" Shortcut: "Keys.None" ) (Choice.409 Help: "Closes all components" HelpTopic: "Close_All" Label: "Close &All" Click: "Project.CloseAll" Shortcut: "Keys.None" ) (Space.410 ) (Choice.411 Help: "Allows you to specify the current working directory" HelpTopic: "Set_Working_Directory" Label: "Set &Working Directory..." Click: "Project.SetProjectWorkDir" Shortcut: "Keys.None" ) (Choice.412 Help: "Saves the current project" HelpTopic: "Save_Project" Label: "&Save Project" Click: "Project.Save" Shortcut: "Keys.Ctrl+S" ) (Choice.413 Help: "Saves the current project with a new name" HelpTopic: "Save_Project_As" Label: "Save Project As..." Click: "Project.SaveAs" Shortcut: "Keys.None" ) (Space.414 ) (Choice.415 Help: "Displays the Extensions dialog" HelpTopic: "Extensions" Label: "Extensions..." Click: "Appl.GetExtensionWin" Shortcut: "Keys.None" ) (Space.416 ) (Choice.417 Help: "Prints the view" HelpTopic: "Print" Label: "&Print..." Click: "View.Print" Shortcut: "Keys.None" ) (Choice.418 Help: "Edits the printer and the printing options" HelpTopic: "Print_Setup" Label: "P&rint Setup..." Click: "Project.PrintSetup" Shortcut: "Keys.None" ) (Choice.419 Help: "Exports the view" HelpTopic: "Export" Update: "View.HasThemesUpdate" Label: "&Export..." Click: "View.ExportDisp" Shortcut: "Keys.None" ) (Space.420 ) (Choice.421 Help: "Displays the dialog box to delete, edit, and copy data sources" HelpTopic: "Manage_Sources" Label: "&Manage Data Sources..." Click: "View.ManageSources" Shortcut: "Keys.None" ) (Space.422 ) (Choice.423 Help: "Exits ArcView" HelpTopic: "Exit" Label: "E&xit" Click: "Project.Exit" Shortcut: "Keys.None" ) (PMenu.424 InternalName: "Edit" Child: 425 Child: 426 Child: 427 Child: 428 Child: 429 Child: 430 Child: 431 Child: 432 Child: 433 Child: 434 Child: 435 Child: 436 Child: 437 Child: 438 Child: 439 Child: 440 Child: 441 Child: 442 Child: 443 Label: "&Edit" ) (Choice.425 Disabled: 1 Help: "Cuts the active themes to the clipboard" HelpTopic: "Cut_Themes" Update: "View.ActiveDeletableThemesUpdate" Label: "Cut T&hemes" Click: "View.CutThemes" Shortcut: "Keys.None" ) (Choice.426 Disabled: 1 Help: "Copies the active themes to the clipboard" HelpTopic: "Copy_Themes" Update: "View.ActiveThemesUpdate" Label: "Cop&y Themes" Click: "View.CopyThemes" Shortcut: "Keys.None" ) (Choice.427 Disabled: 1 Help: "Removes the active themes from the view" HelpTopic: "Delete_Themes" Update: "View.ActiveDeletableThemesUpdate" Label: "De&lete Themes" Click: "View.DeleteThemes" Shortcut: "Keys.None" ) (Space.428 ) (Choice.429 Help: "Undo the last edit to graphics on a view" HelpTopic: "Undo_Graphic_Edit_on_a_view" Update: "View.UndoEditUpdate" Label: "&Undo Graphic Edit" Click: "View.UndoEdit" Shortcut: "Keys.Ctrl+Z" ) (Choice.430 Disabled: 1 Invisible: 1 Help: "Redo the last edit operation on a theme that was undone" HelpTopic: "Redo_Feature_Edit_on_a_view" Update: "View.RedoEditUpdate" Label: "&Redo Feature Edit" Click: "View.RedoEdit" Shortcut: "Keys.Ctrl+Y" ) (Space.431 ) (Choice.432 Disabled: 1 Help: "Cuts the selected graphics to the clipboard" HelpTopic: "Cut_Graphics" Update: "View.CutUpdate" Label: "Cu&t Graphics" Click: "View.CutGraphics" Shortcut: "Keys.Ctrl+X" ) (Choice.433 Disabled: 1 Help: "Copies the selected graphics to the clipboard" HelpTopic: "Copy_Graphics" Update: "View.CopyUpdate" Label: "&Copy Graphics" Click: "View.CopyGraphics" Shortcut: "Keys.Ctrl+C" ) (Choice.434 Disabled: 1 Help: "Removes the selected graphics from the view" HelpTopic: "Delete_Graphics" Update: "View.DeleteUpdate" Label: "&Delete Graphics" Click: "View.DeleteGraphics" Shortcut: "Keys.Del" ) (Space.435 ) (Choice.436 Disabled: 1 Help: "Combines the selected polygons" HelpTopic: "Combine_Graphics" Update: "View.CombineUpdate" Label: "Com&bine Graphics" Click: "View.CombineGraphics" Shortcut: "Keys.None" ) (Choice.437 Disabled: 1 Help: "Unions the selected graphics to create a new graphic" HelpTopic: "Union_Graphics" Update: "View.UnionUpdate" Label: "U&nion Graphics" Click: "View.UnionGraphics" Shortcut: "Keys.None" ) (Choice.438 Disabled: 1 Help: "Subtracts one selected polygon from the other selected polygon" HelpTopic: "Subtract_Graphics" Update: "View.SubtractUpdate" Label: "&Subtract Graphics" Click: "View.SubtractGraphics" Shortcut: "Keys.None" ) (Choice.439 Disabled: 1 Help: "Creates a new polygon from the area of overlap between the selected polygons" HelpTopic: "Intersect_Graphics" Update: "View.IntersectUpdate" Label: "&Intersect Graphics" Click: "View.IntersectGraphics" Shortcut: "Keys.None" ) (Space.440 ) (Choice.441 Help: "Inserts the contents of the clipboard" HelpTopic: "Paste" Update: "View.PasteUpdate" Label: "&Paste" Click: "View.Paste" Shortcut: "Keys.Ctrl+V" ) (Space.442 ) (Choice.443 Help: "Selects all graphics in the view" HelpTopic: "Select_All_Graphics" Update: "View.HasGraphicsUpdate" Label: "Select &All Graphics" Click: "Graphic.SelectAll" Shortcut: "Keys.None" ) (PMenu.444 InternalName: "View" Child: 445 Child: 446 Child: 447 Child: 448 Child: 449 Child: 450 Child: 451 Child: 452 Child: 453 Child: 454 Child: 455 Child: 456 Child: 457 Child: 458 Child: 459 Child: 460 Child: 461 Child: 462 Child: 463 Child: 464 Child: 465 Child: 466 Child: 467 Label: "&View" ) (Choice.445 Help: "Displays the dialog box to edit properties of the view" HelpTopic: "View_Properties" Label: "&Properties..." Click: "View.Properties" Shortcut: "Keys.None" ) (Space.446 ) (Choice.447 Help: "Inserts themes into the view" HelpTopic: "Add_Theme" Label: "&Add Theme..." Click: "View.Add" Shortcut: "Keys.Ctrl+T" ) (Choice.448 Disabled: 1 Help: "Displays a dialog box to create a geocoded theme" HelpTopic: "Geocode_Addresses" Update: "View.GeocodeUpdate" Label: "&Geocode Addresses..." Click: "View.Geocode" Shortcut: "Keys.None" ) (Choice.449 Disabled: 1 Help: "Displays a dialog box to create an XY or dynamic segmentation event-based theme " HelpTopic: "Add_Event_Theme" Update: "View.AddEventUpdate" Label: "Add &Event Theme..." Click: "View.AddEvent" Shortcut: "Keys.None" ) (Choice.450 Help: "Creates a new theme" HelpTopic: "New_Theme" Label: "&New Theme..." Click: "View.NewTheme" Shortcut: "Keys.None" ) (Choice.451 Help: "Makes all themes visible" HelpTopic: "Themes_On_Themes_Off" Update: "View.HasThemesUpdate" Label: "&Themes On" Click: "View.ThemesOn" Shortcut: "Keys.None" ) (Choice.452 Help: "Makes all themes invisible" HelpTopic: "Themes_On_Themes_Off" Update: "View.HasThemesUpdate" Label: "T&hemes Off" Click: "View.ThemesOff" Shortcut: "Keys.None" ) (Space.453 ) (Choice.454 Help: "Create a Layout from the View" HelpTopic: "Layout_menu_choice" Update: "View.HasThemesUpdate" Label: "La&yout..." Click: "View.Layout" Shortcut: "Keys.None" ) (Space.455 ) (Choice.456 Help: "Shows a dialog where you can change the style of the TOC" HelpTopic: "TOC_Defaults" Update: "TocDefs.ShowUpdate" Label: "TOC Style..." Click: "TocDefs.Show" Shortcut: "Keys.None" ) (Space.457 ) (Choice.458 Help: "Zooms to the extent of all themes" HelpTopic: "Zoom_to_Full_Extent" Update: "View.HasDataUpdate" Label: "Full E&xtent" Click: "View.ZoomFullExtent" Shortcut: "Keys.None" ) (Choice.459 Help: "Zooms in on the center of the display" HelpTopic: "Zoom_In" Update: "View.HasDataUpdate" Label: "Zoom &In" Click: "View.ZoomIn" Shortcut: "Keys.None" ) (Choice.460 Help: "Zooms out from the center of the display" HelpTopic: "Zoom_Out" Update: "View.HasDataUpdate" Label: "Zoom &Out" Click: "View.ZoomOut" Shortcut: "Keys.None" ) (Choice.461 Disabled: 1 Help: "Zooms to the extent of active themes" HelpTopic: "Zoom_to_Active_Theme" Update: "View.ActiveThemesUpdate" Label: "&Zoom To Themes" Click: "View.ZoomToThemes" Shortcut: "Keys.None" ) (Choice.462 Disabled: 1 Help: "Zooms to the extent of the selected features" HelpTopic: "Zoom_to_Selected" Update: "View.SelectableThemesUpdate" Label: "Zoom To &Selected" Click: "View.ZoomToSelected" Shortcut: "Keys.None" ) (Choice.463 Help: "Goes back to the previous extent you were viewing" HelpTopic: "Zoom_Previous" Update: "View.UndoZoomUpdate" Label: "Zoom Pre&vious" Click: "View.UndoZoom" Shortcut: "Keys.None" ) (Space.464 ) (Choice.465 Disabled: 1 Help: "Finds features in the active themes using the text you enter" HelpTopic: "Find" Update: "View.TabularThemesUpdate" Label: "&Find..." Click: "View.Find" Shortcut: "Keys.Ctrl+F" ) (Choice.466 Disabled: 1 Help: "Locates an address in the active, matchable theme" HelpTopic: "Locate_Address" Update: "View.LocateUpdate" Label: "&Locate Address..." Click: "View.Locate" Shortcut: "Keys.None" ) (Choice.467 InternalName: "GeoProc" Help: "Opens the GeoProcessing Wizard" HelpTopic: "geoproc_choice" Tag: "GeoProcessing" Update: "GeoProc.Main.Show Update" Label: "GeoProcessing Wizard..." Click: "GeoProc.Show" Shortcut: "Keys.None" ) (PMenu.468 InternalName: "Theme" Child: 469 Child: 470 Child: 471 Child: 472 Child: 473 Child: 474 Child: 475 Child: 476 Child: 477 Child: 478 Child: 479 Child: 480 Child: 481 Child: 482 Child: 483 Child: 484 Child: 485 Child: 486 Child: 487 Child: 488 Child: 489 Child: 490 Label: "&Theme" ) (Choice.469 Disabled: 1 Help: "Displays the dialog box to edit properties of the active theme" HelpTopic: "Theme_Properties" Update: "View.ActiveThemesUpdate" Label: "&Properties..." Click: "View.ThemeProperties" Shortcut: "Keys.None" ) (Space.470 ) (Choice.471 Disabled: 1 Help: "Starts or stops editing of shapefile" HelpTopic: "Start_Stop_Editing_in_a_view" Update: "View.ToggleEditingUpdate" Label: "Start &Editing" Click: "View.ToggleEditing" Shortcut: "Keys.None" ) (Choice.472 Disabled: 1 Help: "Save edits to the source shapefile" HelpTopic: "Save_edits_theme" Update: "View.SaveEditsUpdate" Label: "Save Ed&its" Click: "View.SaveEdits" Shortcut: "Keys.None" ) (Choice.473 Disabled: 1 Help: "Saves edits to a new shapefile" HelpTopic: "Save_edits_as_theme" Update: "View.SaveEditsUpdate" Label: "Save E&dits As..." Click: "View.SaveEditsAs" Shortcut: "Keys.None" ) (Choice.474 Disabled: 1 Help: "Converts a theme to a shapefile" HelpTopic: "Convert_to_Shapefile" Update: "View.ExportUpdate" Label: "Convert to &Shapefile..." Click: "View.Export" Shortcut: "Keys.None" ) (Space.475 ) (Choice.476 Disabled: 1 Help: "Displays the legends of the active themes" HelpTopic: "Edit_Legend" Update: "View.ActiveThemesUpdate" Label: "Edit &Legend..." Click: "View.EditLegendClick" Shortcut: "Keys.None" ) (Choice.477 Disabled: 1 Help: "Shows or hides the active themes' legends" HelpTopic: "Hide_show_Legend" Update: "View.ActiveThemesUpdate" Label: "&Hide/Show Legend" Click: "View.ToggleLegend" Shortcut: "Keys.None" ) (Space.478 ) (Choice.479 Disabled: 1 Help: "Displays the Re-match dialog for re-matching addresses" HelpTopic: "Re_match_Addresses" Update: "View.EditMatchUpdate" Label: "&Re-match Addresses..." Click: "View.EditMatch" Shortcut: "Keys.None" ) (Space.480 ) (Choice.481 Disabled: 1 Help: "Labels features in active, visible themes" HelpTopic: "Auto_label" Update: "View.LabelThemesUpdate" Label: "&Auto-label..." Click: "View.LabelThemes" Shortcut: "Keys.Ctrl+L" ) (Choice.482 Disabled: 1 Help: "Removes any labels from active themes" HelpTopic: "Remove_Labels" Update: "View.RemoveThemeLabelsUpdate" Label: "Rem&ove Labels" Click: "View.RemoveThemeLabels" Shortcut: "Keys.Ctrl+R" ) (Choice.483 Disabled: 1 Help: "Removes the overlapping labels from active themes, if they are still green." HelpTopic: "Remove_Overlapping_Labels" Update: "View.RemoveOverlapThemeLabelsUpdate" Label: "Remove Overlappi&ng Labels" Click: "View.RemoveOverlapThemeLabels" Shortcut: "Keys.None" ) (Choice.484 Disabled: 1 Help: "Converts selected overlapping labels to symbol of selected good label" HelpTopic: "Convert_Overlapping_Labels" Update: "View.ConvertOverlapLabelsUpdate" Label: "&Convert Overlapping Labels" Click: "View.ConvertOverlapLabels" Shortcut: "Keys.Ctrl+O" ) (Space.485 ) (Choice.486 Disabled: 1 Help: "Opens the tables of the active themes" HelpTopic: "Open_Theme_Table" Update: "View.TabularThemesUpdate" Label: "&Table..." Click: "View.ShowTable" Shortcut: "Keys.None" ) (Choice.487 Disabled: 1 Help: "Displays the Query Builder to select features with a logical expression" HelpTopic: "Query_Builder" Update: "View.AttributeThemesUpdate" Label: "&Query..." Click: "View.Query" Shortcut: "Keys.Ctrl+Q" ) (Choice.488 Disabled: 1 Help: "Selects features in the active themes using another theme's features" HelpTopic: "Select_By_Theme" Update: "View.SelectableThemesUpdate" Label: "Select &By Theme..." Click: "View.SelectByTheme" Shortcut: "Keys.None" ) (Choice.489 Help: "Creates buffers around features" HelpTopic: "Create_Buffer_Choice" Update: "WizardBuffer.OpenDialogUpdate" Label: "Create Buffers..." Click: "WizardBuffer.OpenDialog" Shortcut: "Keys.None" ) (Choice.490 Disabled: 1 Help: "Unselects the selected features of all active themes" HelpTopic: "Clear_Selected_Features" Update: "View.AttributeThemesUpdate" Label: "Clear Selected &Features" Click: "View.ClearSelect" Shortcut: "Keys.None" ) (PMenu.491 InternalName: "Graphics" Child: 492 Child: 493 Child: 494 Child: 495 Child: 496 Child: 497 Child: 498 Child: 499 Child: 500 Child: 501 Child: 502 Child: 503 Child: 504 Child: 505 Child: 506 Label: "&Graphics" ) (Choice.492 Disabled: 1 Help: "Displays the property editor for the selected graphic" HelpTopic: "Graphic_Properties" Update: "Graphic.HasSelectionUpdate" Label: "&Properties..." Click: "Graphic.Edit" Shortcut: "Keys.None" ) (Space.493 ) (Choice.494 Help: "Shows a dialog where you can set the default values for the label and text tools" HelpTopic: "Default_settings_for_text_and_label_tools" Label: "&Text and Label Defaults..." Click: "Graphic.Label Defaults Show" Shortcut: "Keys.None" ) (Space.495 ) (Choice.496 Disabled: 1 Help: "Displays a dialog box to adjust size and position of selected graphic" HelpTopic: "Size_and_Position" Update: "Graphic.SingleSelectionUpdate" Label: "&Size and Position..." Click: "Graphic.SizePos" Shortcut: "Keys.None" ) (Choice.497 Disabled: 1 Help: "Aligns the selected graphics" HelpTopic: "Align" Update: "Graphic.HasSelectionUpdate" Label: "&Align..." Click: "Graphic.Align" Shortcut: "Keys.Ctrl+A" ) (Space.498 ) (Choice.499 Disabled: 1 Help: "Moves selected graphics in front of other graphics" HelpTopic: "Bring_to_Front_on_a_view" Update: "Graphic.HasSelectionUpdate" Label: "Bring to &Front" Click: "Graphic.ToFront" Shortcut: "Keys.None" ) (Choice.500 Disabled: 1 Help: "Moves selected graphics behind other graphics" HelpTopic: "Send_to_Back_on_a_view" Update: "Graphic.HasSelectionUpdate" Label: "Send to &Back " Click: "Graphic.ToBack" Shortcut: "Keys.None" ) (Choice.501 Disabled: 1 Help: "Groups selected graphics" HelpTopic: "Group_on_a_view" Update: "Graphic.GroupUpdate" Label: "&Group" Click: "Graphic.Group" Shortcut: "Keys.Ctrl+G" ) (Choice.502 Disabled: 1 Help: "Ungroups selected graphics" HelpTopic: "Ungroup_on_a_view" Update: "Graphic.UngroupUpdate" Label: "&Ungroup" Click: "Graphic.Ungroup" Shortcut: "Keys.Ctrl+U" ) (Space.503 ) (Choice.504 Disabled: 1 Help: "Associates selected graphics with active themes" HelpTopic: "Attach_Graphics" Update: "View.AddGraphicsUpdate" Label: "A&ttach Graphics" Click: "View.AddGraphics" Shortcut: "Keys.None" ) (Choice.505 Disabled: 1 Help: "Removes association between graphics and active themes" HelpTopic: "Detach_Graphics" Update: "View.ClearGraphicsUpdate" Label: "&Detach Graphics" Click: "View.ClearGraphics" Shortcut: "Keys.None" ) (Space.506 ) (PMenu.507 InternalName: "Window" Child: 508 Child: 509 Child: 510 Child: 511 Child: 512 Child: 513 Child: 515 Child: 516 Label: "&Window" ) (Choice.508 Help: "Arranges windows as non-overlapping tiles" HelpTopic: "Tile" Label: "&Tile" Click: "Project.Tile" Shortcut: "Keys.None" ) (Choice.509 Help: "Arranges windows" HelpTopic: "Cascade" Label: "&Cascade" Click: "Project.Cascade" Shortcut: "Keys.None" ) (Choice.510 Help: "Arranges iconified windows" HelpTopic: "Arrange_Icons" Label: "&Arrange Icons" Click: "Project.ArrangeIcons" Shortcut: "Keys.None" ) (Space.511 ) (Choice.512 Help: "Shows the symbol window" HelpTopic: "Show_Symbol_Window" Label: "Show Symbol Window..." Click: "Project.ShowHideSymWin" Shortcut: "Keys.Ctrl+P" ) (Space.513 ObjectTag: 514 Update: "WindowMenuUpdate" ) (AVStr.514 S: "steve_fork_example.apr View1" ) (Choice.515 Help: "Activates steve_fork_example.apr" Label: "&1 steve_fork_example.apr" Click: "WindowActivate" Shortcut: "Keys.None" ) (Choice.516 Help: "Activates View1" Label: "&2 View1" Click: "WindowActivate" Shortcut: "Keys.None" ) (PMenu.517 InternalName: "Help" Child: 518 Child: 519 Child: 520 Child: 521 Label: "&Help" ) (Choice.518 Help: "Displays the dialog for browsing and searching ArcView's help system" HelpTopic: "Help_on_Help_Topics" Label: "Help &Topics..." Click: "Project.HelpTopics" Shortcut: "Keys.None" ) (Choice.519 Help: "Provides instructions for how to obtain help from ArcView" HelpTopic: "Help_on_How_to_Get_Help" Label: "&How to Get Help..." Click: "Project.HelpHelp" Shortcut: "Keys.None" ) (Space.520 ) (Choice.521 Help: "Provides information about ArcView" HelpTopic: "About" Label: "&About ArcView..." Click: "Project.About" Shortcut: "Keys.None" ) (ButnBar.522 Child: 523 Child: 525 Child: 526 Child: 528 Child: 529 Child: 531 Child: 533 Child: 535 Child: 536 Child: 538 Child: 540 Child: 542 Child: 543 Child: 545 Child: 547 Child: 549 Child: 551 Child: 553 Child: 555 Child: 556 Child: 558 Child: 560 Child: 561 ) (Butn.523 Help: "Save Project//Saves the current project" HelpTopic: "Save_Project" Icon: 524 Click: "Project.Save" ) (AVIcon.524 Name: "Save" Res: "Icons.Save" ) (Space.525 ) (Butn.526 Help: "Add Theme//Inserts themes into the view" HelpTopic: "Add_Theme" Icon: 527 Click: "View.Add" ) (AVIcon.527 Name: "AddTheme" Res: "Icons.AddTheme" ) (Space.528 ) (Butn.529 Disabled: 1 Help: "Theme Properties//Displays the dialog box to edit properties of the active theme" HelpTopic: "Theme_Properties" Update: "View.ActiveThemesUpdate" Icon: 530 Click: "View.ThemeProperties" ) (AVIcon.530 Name: "Props" Res: "Icons.Props" ) (Butn.531 Disabled: 1 Help: "Edit Legend//Displays the legends of the active themes" HelpTopic: "Edit_Legend" Update: "View.ActiveThemesUpdate" Icon: 532 Click: "View.EditLegendClick" ) (AVIcon.532 Name: "Legend" Res: "Icons.Legend" ) (Butn.533 Disabled: 1 Help: "Open Theme Table//Opens the tables of the active themes" HelpTopic: "Open_Theme_Table" Update: "View.TabularThemesUpdate" Icon: 534 Click: "View.ShowTable" ) (AVIcon.534 Name: "Table" Res: "Icons.Table" ) (Space.535 ) (Butn.536 Disabled: 1 Help: "Find//Finds features in the active themes using the text you enter" HelpTopic: "Find" Update: "View.TabularThemesUpdate" Icon: 537 Click: "View.Find" ) (AVIcon.537 Name: "Find" Res: "Icons.Find" ) (Butn.538 Disabled: 1 Help: "Locate Address//Locates an address in the active, matchable theme" HelpTopic: "Locate_Address" Update: "View.LocateUpdate" Icon: 539 Click: "View.Locate" ) (AVIcon.539 Name: "AddMatch" Res: "Icons.AddMatch" ) (Butn.540 Disabled: 1 Help: "Query Builder//Displays the Query Builder to select features with a logical expression" HelpTopic: "Query_Builder" Update: "View.AttributeThemesUpdate" Icon: 541 Click: "View.Query" ) (AVIcon.541 Name: "QueryBuilder" Res: "Icons.QueryBuilder" ) (Space.542 ) (Butn.543 Help: "Zoom to Full Extent//Zooms to the extent of all themes" HelpTopic: "Zoom_to_Full_Extent" Update: "View.HasDataUpdate" Icon: 544 Click: "View.ZoomFullExtent" ) (AVIcon.544 Name: "ZoomView" Res: "Icons.ZoomView" ) (Butn.545 Disabled: 1 Help: "Zoom to Active Theme(s)//Zooms to the extent of active themes" HelpTopic: "Zoom_to_Active_Theme" Update: "View.ActiveThemesUpdate" Icon: 546 Click: "View.ZoomToThemes" ) (AVIcon.546 Name: "ZoomTheme" Res: "Icons.ZoomTheme" ) (Butn.547 Disabled: 1 Help: "Zoom to Selected//Zooms to the extent of the selected features" HelpTopic: "Zoom_to_Selected" Update: "View.SelectableThemesUpdate" Icon: 548 Click: "View.ZoomToSelected" ) (AVIcon.548 Name: "ZoomToSelected" Res: "Icons.ZoomToSelected" ) (Butn.549 Help: "Zoom In//Zooms in on the center of the display" HelpTopic: "Zoom_In" Update: "View.HasDataUpdate" Icon: 550 Click: "View.ZoomIn" ) (AVIcon.550 Name: "ZoomIn" Res: "Icons.ZoomIn" ) (Butn.551 Help: "Zoom Out//Zooms out from the center of the display" HelpTopic: "Zoom_Out" Update: "View.HasDataUpdate" Icon: 552 Click: "View.ZoomOut" ) (AVIcon.552 Name: "ZoomOut" Res: "Icons.ZoomOut" ) (Butn.553 Help: "Zoom to Previous Extent//Goes back to the previous extent you were viewing" HelpTopic: "Zoom_Previous" Update: "View.UndoZoomUpdate" Icon: 554 Click: "View.UndoZoom" ) (AVIcon.554 Name: "ZoomPrevious" Res: "Icons.ZoomPrevious" ) (Space.555 ) (Butn.556 Disabled: 1 Help: "Select Features Using Graphic//Selects features in active themes using selected graphics" HelpTopic: "Select_Features_Using_Graphic" Update: "View.SpatialSelectUpdate" Icon: 557 Click: "View.SpatialSelect" ) (AVIcon.557 Name: "SpatialSelect" Res: "Icons.SpatialSelect" ) (Butn.558 Disabled: 1 Help: "Clear Selected Features//Unselects the selected features of all active themes" HelpTopic: "Clear_Selected_Features" Update: "View.AttributeThemesUpdate" Icon: 559 Click: "View.ClearSelect" ) (AVIcon.559 Name: "SelectNone" Res: "Icons.SelectNone" ) (Space.560 ) (Butn.561 Help: "Help//Gets help about the next button, tool, or menu choice you click" HelpTopic: "Help_button" Icon: 562 Click: "Help.Tool" ) (AVIcon.562 Name: "HelpTool" Res: "Icons.HelpTool" ) (PopupSet.563 Child: 564 ) (Popup.564 Child: 565 Child: 566 Child: 567 Child: 568 Child: 569 Child: 570 Child: 571 Child: 572 Child: 573 Child: 574 Child: 575 Child: 576 Child: 577 Child: 578 Child: 579 Child: 580 Child: 581 Child: 582 Child: 583 Child: 584 Label: "Menu" ) (Choice.565 Disabled: 1 Invisible: 1 Help: "Deletes the last entered point on the line or polygon being drawn" Update: "View.DelLastPointUpdate" Label: "Delete Last Point" Click: "View.DeleteLastPoint" Shortcut: "Keys.None" ) (Choice.566 Disabled: 1 Help: "Undo the last edit to graphics on a view" HelpTopic: "Undo_Graphic_Edit_on_a_view" Update: "View.UndoEditUpdate" Label: "Undo Graphic Edit" Click: "View.UndoEdit" Shortcut: "Keys.None" ) (Choice.567 Disabled: 1 Invisible: 1 Help: "Redo the last edit operation on a theme that was undone" Update: "View.RedoEditUpdate" Label: "Redo Feature Edit" Click: "View.RedoEdit" Shortcut: "Keys.None" ) (Space.568 ) (Choice.569 Disabled: 1 Invisible: 1 Help: "Turns general snapping on" Update: "View.ToggleGeneralSnapUpdate" Label: "Enable General Snapping" Click: "View.ToggleGeneralSnap" Shortcut: "Keys.None" ) (Choice.570 Disabled: 1 Invisible: 1 Help: "Turns interactive snapping on" Update: "View.ToggleInteractiveSnapUpdate" Label: "Enable Interactive Snapping" Click: "View.ToggleInteractiveSnap" Shortcut: "Keys.None" ) (Choice.571 Help: "Turns snap tolerance cursor on" Update: "View.ToggleTolCursorUpdate" Label: "Show Snap Tolerance Cursor" Click: "View.ToggleTolCursor" Shortcut: "Keys.None" ) (Space.572 ) (Choice.573 Disabled: 1 Invisible: 1 Help: "Snaps the next entered point to the nearest vertex within the user tolerance" Update: "View.InteractiveSnapUpdate" Label: "Snap to Vertex" Click: "View.SnapToVertex" Shortcut: "Keys.None" ) (Choice.574 Disabled: 1 Invisible: 1 Help: "Snaps the next entered point to the nearest line segment" Update: "View.InteractiveSnapUpdate" Label: "Snap to Boundary" Click: "View.SnapToBoundary" Shortcut: "Keys.None" ) (Choice.575 Disabled: 1 Invisible: 1 Help: "Snaps the next entered point to the nearest node common to two or more features" Update: "View.InteractiveSnapUpdate" Label: "Snap to Intersection" Click: "View.SnapToIntersection" Shortcut: "Keys.None" ) (Choice.576 Disabled: 1 Invisible: 1 Help: "Snaps the next entered point to the nearest endpoint of an existing line" Update: "View.SnapToEndPointUpdate" Label: "Snap to Endpoint" Click: "View.SnapToEndPoint" Shortcut: "Keys.None" ) (Space.577 ) (Choice.578 Disabled: 1 Help: "Unselects the selected features in all active themes" Update: "View.AttributeThemesUpdate" Label: "Clear Selection" Click: "View.ClearSelect" Shortcut: "Keys.None" ) (Choice.579 Disabled: 1 Help: "Zooms in at point where you click to bring up popup menu" Update: "View.HasDataUpdate" Label: "Zoom In" Click: "View.PopupZoomIn" Shortcut: "Keys.None" ) (Choice.580 Disabled: 1 Help: "Zooms out from point where you click to bring up popup menu" Update: "View.HasDataUpdate" Label: "Zoom Out" Click: "View.PopupZoomOut" Shortcut: "Keys.None" ) (Choice.581 Disabled: 1 Help: "Zooms to the extent of the selected features" Update: "View.SelectableThemesUpdate" Label: "Zoom to Selected" Click: "View.ZoomToSelected" Shortcut: "Keys.None" ) (Choice.582 Disabled: 1 Help: "Centers display on point where you click to bring up popup" Update: "View.HasDataUpdate" Label: "Pan" Click: "View.PopupPan" Shortcut: "Keys.None" ) (Space.583 ) (Choice.584 Disabled: 1 Help: "Opens the shape properties window for editing vertex locations" Update: "ShapeWin.PopUp Update" Label: "Shape Properties" Click: "ShapeWin.PopUp Open" Shortcut: "Keys.None" ) (ToolBar.585 Child: 586 Child: 588 Child: 590 Child: 592 Child: 594 Child: 596 Child: 598 Child: 600 Child: 602 Child: 604 Child: 606 Child: 625 Child: 638 Child: 657 Child: 662 Child: 663 ) (Tool.586 Disabled: 1 Help: "Identify//Provides information about a feature" HelpTopic: "Identify_tool" Update: "View.IdentifyUpdate" Icon: 587 Cursor: "Cursors.ID" Apply: "View.Identify" ) (AVIcon.587 Name: "ID" Res: "Icons.ID" ) (Tool.588 Help: "Pointer//Selects, moves, and resizes graphics" HelpTopic: "Pointer_tool" Update: "View.HasDataUpdate" Icon: 589 Cursor: "Cursors.Select" Apply: "View.Select" Click: "View.SelectTool" ) (AVIcon.589 Name: "Select" Res: "Icons.Select" ) (Tool.590 Help: "Vertex Edit//Adds, moves, and deletes vertices of features and graphics" HelpTopic: "Vertex_Edit_tool" Update: "View.SelectToEditUpdate" Icon: 591 Cursor: "Cursors.SelectEdit" Apply: "View.SelectToEdit" Click: "View.SelectToEditTool" ) (AVIcon.591 Name: "SelectEdit" Res: "Icons.SelectEdit" ) (Tool.592 Disabled: 1 Help: "Select Feature//Selects features in the active themes by pointing or dragging" HelpTopic: "Select_Feature_tool" Update: "View.SelectableThemesUpdate" Icon: 593 Cursor: "Cursors.Default" Apply: "View.SelectPoint" ) (AVIcon.593 Name: "FeatureSelect" Res: "Icons.FeatureSelect" ) (Tool.594 Help: "Zoom In//Zooms in at a point you click or zooms in on a rectangle you drag" HelpTopic: "Zoom_In_tool" Update: "View.HasDataUpdate" Icon: 595 Cursor: "Cursors.ZoomIn" Apply: "View.ZoomInTool" ) (AVIcon.595 Name: "ZoomInTool" Res: "Icons.ZoomInTool" ) (Tool.596 Help: "Zoom Out//Zooms out from a point you click or zooms out to include a rectangle you drag" HelpTopic: "Zoom_Out_tool" Update: "View.HasDataUpdate" Icon: 597 Cursor: "Cursors.ZoomOut" Apply: "View.ZoomOutTool" ) (AVIcon.597 Name: "ZoomOutTool" Res: "Icons.ZoomOutTool" ) (Tool.598 Help: "Pan//Drags the display in the direction you move the cursor" HelpTopic: "Pan_tool" Update: "View.HasDataUpdate" Icon: 599 Cursor: "Cursors.Pan" Apply: "View.Pan" ) (AVIcon.599 Name: "Pan" Res: "Icons.Pan" ) (Tool.600 Help: "Measure//Measures distance" HelpTopic: "Measure_tool" Update: "View.HasDataUpdate" Icon: 601 Cursor: "Cursors.Measure" Apply: "View.Measure" ) (AVIcon.601 Name: "Measure" Res: "Icons.Measure" ) (Tool.602 Disabled: 1 Help: "Hot Link//Follows a hot link in the active themes" HelpTopic: "Hot_Link_tool" Update: "View.HotLinkUpdate" Icon: 603 Cursor: "Cursors.Media" Apply: "View.HotLink" ) (AVIcon.603 Name: "Media" Res: "Icons.Media" ) (Tool.604 Disabled: 1 Help: "Area of Interest//Sets the view's Area Of Interest for library-based themes" HelpTopic: "Area_Of_Interest_tool" Update: "View.AOIToolUpdate" Icon: 605 Cursor: "Cursors.Default" Apply: "View.AOITool" ) (AVIcon.605 Name: "AOI" Res: "Icons.AOI" ) (ToolMenu.606 Disabled: 1 Help: "Label//Labels a feature in the active theme with data from its table" HelpTopic: "Label_Tool" Update: "View.LabelToolUpdate" Icon: 607 Cursor: "Cursors.Tag" Apply: "View.LabelTool" Child: 608 Child: 609 Child: 611 Child: 613 Child: 615 Child: 617 Child: 619 Child: 621 Child: 623 ) (AVIcon.607 Name: "Tag" Res: "Icons.Tag" ) (Tool.608 Disabled: 1 Help: "Label//Labels a feature in the active theme with data from its table" HelpTopic: "Label_Tool" Update: "View.LabelToolUpdate" Icon: 607 Cursor: "Cursors.Tag" Apply: "View.LabelTool" ) (Tool.609 Disabled: 1 Help: "Callout Label//Click on a feature and drag in the direction you want the label to appear" HelpTopic: "Label_Tool" Update: "View.CalloutUpdate" Icon: 610 Cursor: "Cursors.Tag" Apply: "View.CalloutLabelTool" ) (AVIcon.610 Name: "CallOutLabel1" Res: "Icons.CallOutLabel1" ) (Tool.611 Disabled: 1 Help: "Bullet Leader Label//Click on a feature and drag in the direction you want the label to appear" HelpTopic: "Label_Tool" Update: "View.CalloutUpdate" Icon: 612 Cursor: "Cursors.Tag" Apply: "View.BulletLeaderLabelTool" ) (AVIcon.612 Name: "CallOutLabel2" Res: "Icons.CallOutLabel2" ) (Tool.613 Disabled: 1 Help: "Banner Label//Click on a feature you want to label" HelpTopic: "Label_Tool" Update: "View.CalloutUpdate" Icon: 614 Cursor: "Cursors.Tag" Apply: "View.ShadowBoxLabelTool" ) (AVIcon.614 Name: "CallOutLabel3" Res: "Icons.CallOutLabel3" ) (Tool.615 Disabled: 1 Help: "U.S. Interstate//Click where you want to place a highway shield" HelpTopic: "Label_Tool" Update: "View.CalloutUpdate" Icon: 616 Cursor: "Cursors.Tag" Apply: "View.Highway1 Apply" ) (AVIcon.616 Name: "BW US Interstate" Res: "Icons.BW US Interstate" ) (Tool.617 Disabled: 1 Help: "U.S. Route//Click where you want to place a highway shield" HelpTopic: "Label_Tool" Update: "View.CalloutUpdate" Icon: 618 Cursor: "Cursors.Tag" Apply: "View.Highway2 Apply" ) (AVIcon.618 Name: "USRoute" Res: "Icons.USRoute" ) (Tool.619 Disabled: 1 Help: "Generic State Hwy//Click where you want to place a highway shield" HelpTopic: "Label_Tool" Update: "View.CalloutUpdate" Icon: 620 Cursor: "Cursors.Tag" Apply: "View.Highway3 Apply" ) (AVIcon.620 Name: "GenericStateHighway" Res: "Icons.GenericStateHighway" ) (Tool.621 Disabled: 1 Help: "Generic Square Hwy//Click where you want to place a highway shield" HelpTopic: "Label_Tool" Update: "View.CalloutUpdate" Icon: 622 Cursor: "Cursors.Tag" Apply: "View.Highway4 Apply" ) (AVIcon.622 Name: "GenericHighway1" Res: "Icons.GenericHighway1" ) (Tool.623 Disabled: 1 Help: "Generic Oval Hwy//Click where you want to place a highway shield" Update: "View.CalloutUpdate" Icon: 624 Cursor: "Cursors.Tag" Apply: "View.Highway5 Apply" ) (AVIcon.624 Name: "GenericHighway2" Res: "Icons.GenericHighway2" ) (ToolMenu.625 Help: "Text//Creates text on the display" HelpTopic: "Text_tool" Update: "View.TextToolUpdate" Icon: 626 Cursor: "Cursors.Text" Apply: "View.TextTool" Click: "SymWin.DisplayFontPanel" Child: 627 Child: 628 Child: 630 Child: 632 Child: 634 Child: 636 ) (AVIcon.626 Name: "Text" Res: "Icons.Text" ) (Tool.627 Help: "Text//Creates text on the display" HelpTopic: "Text_tool" Update: "View.TextToolUpdate" Icon: 626 Cursor: "Cursors.Text" Apply: "View.TextTool" Click: "SymWin.DisplayFontPanel" ) (Tool.628 Help: "Callout Text//Click and drag to where you want your text to appear, then enter the text" HelpTopic: "Text_tool" Update: "View.TextToolUpdate" Icon: 629 Cursor: "Cursors.Bullseye" Apply: "View.CalloutTextTool" ) (AVIcon.629 Name: "CallOutText1" Res: "Icons.CallOutText1" ) (Tool.630 Help: "Bullet Leader Text//Click and drag to where you want your text to appear, then enter the text" HelpTopic: "Text_tool" Update: "View.TextToolUpdate" Icon: 631 Cursor: "Cursors.Bullseye" Apply: "View.BulletLeaderTextTool" ) (AVIcon.631 Name: "CallOutText2" Res: "Icons.CallOutText2" ) (Tool.632 Help: "Banner Text//Click where you want your label to appear and enter your text" HelpTopic: "Text_tool" Update: "View.TextToolUpdate" Icon: 633 Cursor: "Cursors.Bullseye" Apply: "View.ShadowBoxTextTool" ) (AVIcon.633 Name: "CallOutText3" Res: "Icons.CallOutText3" ) (Tool.634 Help: "Drop-Shadow Text//Click where you want your text to appear and enter your text" HelpTopic: "Text_tool" Update: "View.TextToolUpdate" Icon: 635 Cursor: "Cursors.Target" Apply: "View.CreateDropShadowText" ) (AVIcon.635 Name: "DropShadowText" Res: "Icons.DropShadowText" ) (Tool.636 Help: "Spline Text//Adds text that is aligned to a splined baseline" HelpTopic: "Text_tool" Update: "View.TextToolUpdate" Icon: 637 Cursor: "Cursors.Bullseye" Apply: "View.SplineText" ) (AVIcon.637 Name: "TextAligned" Res: "Icons.TextAligned" ) (ToolMenu.638 Help: "Draw Point//Creates a point on the display" HelpTopic: "Draw_tool" Update: "View.PointToolUpdate" Icon: 639 Cursor: "Cursors.CrossHair" Apply: "View.PointTool" Click: "SymWin.DisplayMarkerPanel" Child: 640 Child: 641 Child: 643 Child: 645 Child: 647 Child: 649 Child: 651 Child: 653 Child: 655 ) (AVIcon.639 Name: "Point" Res: "Icons.Point" ) (Tool.640 Help: "Draw Point//Creates a point on the display" HelpTopic: "Draw_tool" Update: "View.PointToolUpdate" Icon: 639 Cursor: "Cursors.CrossHair" Apply: "View.PointTool" Click: "SymWin.DisplayMarkerPanel" ) (Tool.641 Help: "Draw Straight Line//Creates a line on the display" HelpTopic: "Draw_tool" Update: "View.GraphicToolUpdate" Icon: 642 Cursor: "Cursors.CrossHair" Apply: "View.LineTool" Click: "SymWin.DisplayPenPanel" ) (AVIcon.642 Name: "SelectLine" Res: "Icons.SelectLine" ) (Tool.643 Help: "Draw Line//Creates a line with two or more points on the display" HelpTopic: "Draw_tool" Update: "View.PolyLineToolUpdate" Icon: 644 Cursor: "Cursors.CrossHair" Apply: "View.PolyLineTool" Click: "SymWin.DisplayPenPanel" ) (AVIcon.644 Name: "Lines" Res: "Icons.Lines" ) (Tool.645 Help: "Draw Rectangle//Creates a rectangle on the display" HelpTopic: "Draw_tool" Update: "View.PolyToolUpdate" Icon: 646 Cursor: "Cursors.CrossHair" Apply: "View.RectTool" Click: "SymWin.DisplayFillPanel" ) (AVIcon.646 Name: "Rect" Res: "Icons.Rect" ) (Tool.647 Help: "Draw Circle//Creates a circle on the display" HelpTopic: "Draw_tool" Update: "View.PolyToolUpdate" Icon: 648 Cursor: "Cursors.CrossHair" Apply: "View.CircleTool" Click: "SymWin.DisplayFillPanel" ) (AVIcon.648 Name: "Disk" Res: "Icons.Disk" ) (Tool.649 Help: "Draw Polygon//Creates a polygon on the display" HelpTopic: "Draw_tool" Update: "View.PolyToolUpdate" Icon: 650 Cursor: "Cursors.CrossHair" Apply: "View.PolyTool" Click: "SymWin.DisplayFillPanel" ) (AVIcon.650 Name: "Poly" Res: "Icons.Poly" ) (Tool.651 Disabled: 1 Help: "Draw Line to Split Feature//Creates a line to split line features" HelpTopic: "Draw_tool" Update: "View.SplitLineToolUpdate" Icon: 652 Cursor: "Cursors.CrossHair" Apply: "View.SplitTool" ) (AVIcon.652 Name: "SplitLine" Res: "Icons.SplitLine" ) (Tool.653 Disabled: 1 Help: "Draw Line to Split Polygon//Creates a line to split polygon features" HelpTopic: "Draw_tool" Update: "View.SplitPolyToolUpdate" Icon: 654 Cursor: "Cursors.CrossHair" Apply: "View.SplitTool" ) (AVIcon.654 Name: "SplitPoly" Res: "Icons.SplitPoly" ) (Tool.655 Disabled: 1 Help: "Draw Line to Append Polygon//Appends a new polygon adjacent to other polygons" HelpTopic: "Draw_tool" Update: "View.AutoCompleteUpdate" Icon: 656 Cursor: "Cursors.CrossHair" Apply: "View.AutoCompleteTool" ) (AVIcon.656 Name: "AutoComplete" Res: "Icons.AutoComplete" ) (ToolMenu.657 Disabled: 1 Invisible: 1 Help: "Snap//Sets the general snapping tolerance for the editable theme" HelpTopic: "Snap_tools" Update: "View.SnapToolUpdate" Icon: 658 Cursor: "Cursors.Default" Apply: "View.SnapTool" Child: 659 Child: 660 ) (AVIcon.658 Name: "SnapTool" Res: "Icons.SnapTool" ) (Tool.659 Disabled: 1 Invisible: 1 Help: "Snap//Sets the general snapping tolerance for the editable theme" HelpTopic: "Snap_tools" Update: "View.SnapToolUpdate" Icon: 658 Cursor: "Cursors.Default" Apply: "View.SnapTool" ) (Tool.660 Disabled: 1 Invisible: 1 Help: "Snap//Sets the interactive snapping tolerance for the editable theme" HelpTopic: "Snap_tools" Update: "View.InteractiveSnapToolUpdate" Icon: 661 Cursor: "Cursors.Default" Apply: "View.InteractiveSnapTool" ) (AVIcon.661 Name: "SnapFeatureTool" Res: "Icons.SnapFeatureTool" ) (Space.662 ) (Tool.663 Icon: 664 Cursor: "Cursors.CrossHair" Apply: "View.MeasureRoute" ) (AVIcon.664 Name: "Color" Res: "Icons.Color" ) (AVIcon.665 Name: "Icon" Res: "View.Icon" ) (FN.1234 Path: "$HOME" ) (TClr.1235 Red: 0xffff Green: 0xffff ) (AVStr.1236 S: "View" ) (AVStr.1237 S: "Table" ) (AVStr.1238 S: "Chart" ) (AVStr.1239 S: "Layout" ) (AVStr.1240 S: "Script" ) (AVStr.1241 S: "Project" ) (AVStr.1242 S: "Appl" )