igarden-commit Mailing List for GardenSketch (Page 74)
Status: Beta
Brought to you by:
jlbedell
You can subscribe to this list here.
| 2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(24) |
Nov
(77) |
Dec
(122) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2007 |
Jan
(103) |
Feb
(278) |
Mar
(130) |
Apr
(66) |
May
(56) |
Jun
(31) |
Jul
(94) |
Aug
(73) |
Sep
(22) |
Oct
(306) |
Nov
(52) |
Dec
|
| 2008 |
Jan
(27) |
Feb
(90) |
Mar
(218) |
Apr
(145) |
May
(114) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Jeffrey B. <jlb...@us...> - 2006-12-27 02:32:30
|
Update of /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/Images In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv11620 Added Files: GS_SelectTool.png GS_HandScrollTool.png GS_ActiveTool.png GS_CIrcleTool.png GS_FreehandTool.png GS_InactiveTool.png GS_InspectTool.png GS_SmoothTool.png GS_PointTool.png GS_PaintTool.png GS_DisabledTools.png Log Message: New larger palette icons --- NEW FILE: GS_HandScrollTool.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: GS_PaintTool.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: GS_ActiveTool.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: GS_DisabledTools.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: GS_InspectTool.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: GS_CIrcleTool.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: GS_PointTool.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: GS_FreehandTool.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: GS_SmoothTool.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: GS_InactiveTool.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: GS_SelectTool.png --- (This appears to be a binary file; contents omitted.) |
|
From: Jeffrey B. <jlb...@us...> - 2006-12-27 02:23:15
|
Update of /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/Images In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv7869/Images Removed Files: Tag: Release_branch_v1 GS_FreehandTool.gif GS_HandScrollTool.gif GS_InactiveTool.gif GS_InactiveTools.gif GS_InspectTool.gif GS_LineTool.gif GS_PaintTool.gif GS_PaintTool2.gif GS_PointTool.gif GS_SelectTool.gif GS_SelectTool2.gif Log Message: --- GS_InactiveTool.gif DELETED --- --- GS_PointTool.gif DELETED --- --- GS_FreehandTool.gif DELETED --- --- GS_InspectTool.gif DELETED --- --- GS_PaintTool.gif DELETED --- --- GS_SelectTool.gif DELETED --- --- GS_HandScrollTool.gif DELETED --- --- GS_InactiveTools.gif DELETED --- --- GS_PaintTool2.gif DELETED --- --- GS_SelectTool2.gif DELETED --- --- GS_LineTool.gif DELETED --- |
|
From: Jeffrey B. <jlb...@us...> - 2006-12-27 02:19:46
|
Update of /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/Images In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv6313 Removed Files: Tag: Release_branch_v1 GS_DisabledTools.gif Log Message: --- GS_DisabledTools.gif DELETED --- |
|
From: Jeffrey B. <jlb...@us...> - 2006-12-27 02:18:53
|
Update of /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/Images In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv5928 Removed Files: Tag: Release_branch_v1 GS_ActiveTool.gif Log Message: --- GS_ActiveTool.gif DELETED --- |
|
From: Jeffrey B. <jlb...@us...> - 2006-12-27 02:11:43
|
Update of /cvsroot/igarden/Garden/source/PlanTool In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv3282 Modified Files: Tag: Release_branch_v1 PlanGeometry.cpp Log Message: FIx z axis on pixel to plan point Index: PlanGeometry.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/PlanTool/PlanGeometry.cpp,v retrieving revision 1.9.2.2 retrieving revision 1.9.2.3 diff -C2 -d -r1.9.2.2 -r1.9.2.3 *** PlanGeometry.cpp 29 Nov 2006 12:16:16 -0000 1.9.2.2 --- PlanGeometry.cpp 27 Dec 2006 02:11:41 -0000 1.9.2.3 *************** *** 249,253 **** destPoint.xOffset = objectX; destPoint.yOffset = objectY; ! destPoint.zOffset = objectZ; } // --------------------------------------------------------------------------- --- 249,253 ---- destPoint.xOffset = objectX; destPoint.yOffset = objectY; ! destPoint.zOffset = 0.0; } // --------------------------------------------------------------------------- |
|
From: Jeffrey B. <jlb...@us...> - 2006-12-27 02:11:15
|
Update of /cvsroot/igarden/CommonSource/YAAFExtensions In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv3258 Modified Files: Tag: Release_branch_v1 RGGLSVGDraw.cpp Log Message: Remove debug printfs Index: RGGLSVGDraw.cpp =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGGLSVGDraw.cpp,v retrieving revision 1.26.2.7 retrieving revision 1.26.2.8 diff -C2 -d -r1.26.2.7 -r1.26.2.8 *** RGGLSVGDraw.cpp 29 Nov 2006 12:29:58 -0000 1.26.2.7 --- RGGLSVGDraw.cpp 27 Dec 2006 02:11:14 -0000 1.26.2.8 *************** *** 1111,1115 **** while(*val == ' ' || *val == '\t') val++; ! printf("Path ZOffset = %lf\n", zOffset); if(points != NULL) { --- 1111,1115 ---- while(*val == ' ' || *val == '\t') val++; ! // printf("Path ZOffset = %lf\n", zOffset); if(points != NULL) { |
|
From: Jeffrey B. <jlb...@us...> - 2006-12-27 02:11:09
|
Update of /cvsroot/igarden/Garden/source/PlanTool In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv3037 Modified Files: Tag: Release_branch_v1 RectangleTool.cpp MaterialInfoPanel.cpp Log Message: Remove debug printfs Index: RectangleTool.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/PlanTool/RectangleTool.cpp,v retrieving revision 1.10 retrieving revision 1.10.2.1 diff -C2 -d -r1.10 -r1.10.2.1 *** RectangleTool.cpp 12 Oct 2005 22:21:16 -0000 1.10 --- RectangleTool.cpp 27 Dec 2006 02:11:07 -0000 1.10.2.1 *************** *** 86,90 **** _firstPoint = clickPoint; ! printf("FirstPoint = %lf,%lf\n", _firstPoint.xOffset, _firstPoint.yOffset); markLen = 5 * view->GetDefaultScale(); view->PushState(); --- 86,90 ---- _firstPoint = clickPoint; ! // printf("FirstPoint = %lf,%lf\n", _firstPoint.xOffset, _firstPoint.yOffset); markLen = 5 * view->GetDefaultScale(); view->PushState(); Index: MaterialInfoPanel.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/PlanTool/MaterialInfoPanel.cpp,v retrieving revision 1.17 retrieving revision 1.17.2.1 diff -C2 -d -r1.17 -r1.17.2.1 *** MaterialInfoPanel.cpp 26 Jun 2006 00:53:52 -0000 1.17 --- MaterialInfoPanel.cpp 27 Dec 2006 02:11:07 -0000 1.17.2.1 *************** *** 225,229 **** newSpread = minSpread + (((upperSpread-minSpread) * slideValuePtr->newVal) / 100); newHeight = minHeight + (((upperHeight-minHeight) * slideValuePtr->newVal) / 100); ! printf("newSpread = %ld\n", newSpread); _ref->SetPlantDimensions(newHeight, newSpread, primaryYear); _parent->ComputeText(); --- 225,229 ---- newSpread = minSpread + (((upperSpread-minSpread) * slideValuePtr->newVal) / 100); newHeight = minHeight + (((upperHeight-minHeight) * slideValuePtr->newVal) / 100); ! // printf("newSpread = %ld\n", newSpread); _ref->SetPlantDimensions(newHeight, newSpread, primaryYear); _parent->ComputeText(); |
Update of /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv2396 Modified Files: Tag: Release_branch_v1 Inspection.html Plots.html ShapeTools.html OpenClosePrint.html PlanView.html Log Message: Update to match new large palette buttons Index: PlanView.html =================================================================== RCS file: /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/PlanView.html,v retrieving revision 1.4 retrieving revision 1.4.2.1 diff -C2 -d -r1.4 -r1.4.2.1 *** PlanView.html 23 Sep 2006 15:42:15 -0000 1.4 --- PlanView.html 27 Dec 2006 02:09:25 -0000 1.4.2.1 *************** *** 85,89 **** </h3> <p> ! Use the text tool <img src="./Images/GS_TextTool.png" width="24" height="23" border="0"> in order to place a text box on the plan. Text boxes can be used to label the drawing, or to add text notes as required. </p> <h3 class="c12"> --- 85,89 ---- </h3> <p> ! Use the text tool <img src="./Images/GS_TextTool.png" border="0"> in order to place a text box on the plan. Text boxes can be used to label the drawing, or to add text notes as required. </p> <h3 class="c12"> *************** *** 91,96 **** </h3> <p class="c13"> ! <img src="./Images/GS_TitleToolMenu.png" align="left" width="83" height="64" border="0"><br clear="left"> ! <img src="./Images/GS_TitleStartTool.png" align="left" width="24" height="23" border="0"><br clear="left"> <img src="./Images/GS_TitleTool.png" align="left" width="24" height="23" border="0"><br clear="left"> <br> --- 91,96 ---- </h3> <p class="c13"> ! <img src="./Images/GS_TitleToolMenu.png" align="left" width="83" height="64" border="0"><br clear="left"><br> ! <img src="./Images/GS_TitleStartTool.png" align="left" width="24" height="23" border="0"><br clear="left"><br> <img src="./Images/GS_TitleTool.png" align="left" width="24" height="23" border="0"><br clear="left"> <br> *************** *** 108,112 **** </h3> <p> ! The scroll tool <img src="./Images/GS_HandScrollTool.gif" hspace="10" width="24" height="23" border="0">may be used instead of the scroll bars for fine scrolling. Dragging the mouse moves the plan as if you were dragging a sheet of paper on a table, with the mouse keeping the same position relative to the drawing. </p> <h3> --- 108,112 ---- </h3> <p> ! The scroll tool <img src="./Images/GS_HandScrollTool.png" hspace="10" border="0">may be used instead of the scroll bars for fine scrolling. Dragging the mouse moves the plan as if you were dragging a sheet of paper on a table, with the mouse keeping the same position relative to the drawing. </p> <h3> Index: Plots.html =================================================================== RCS file: /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/Plots.html,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -C2 -d -r1.3 -r1.3.2.1 *** Plots.html 23 Sep 2006 15:42:15 -0000 1.3 --- Plots.html 27 Dec 2006 02:09:25 -0000 1.3.2.1 *************** *** 58,62 **** </h2> <p> ! If you have set up an aerial photo for the overview plot, then it's very easy to create sub-plots. Choose "Add Garden Plot," and use the red and blue markers to pick a subsection of your complete plan.<img src="./Images/GS_PlotOverviewImage1.jpg" width="300"><br clear="left"> Items created on the subplot appear on the overview plot as light grey lines (as if through tissue paper). Items created on the overview plot appear the same way where they intersect a sub-plot. </p> --- 58,62 ---- </h2> <p> ! If you have set up an aerial photo for the overview plot, then it's very easy to create sub-plots. Choose "Add Garden Plot," and use the red and blue markers to pick a subsection of your complete plan.<br><img src="./Images/GS_PlotOverviewImage1.jpg" width="300"><br clear="left"> Items created on the subplot appear on the overview plot as light grey lines (as if through tissue paper). Items created on the overview plot appear the same way where they intersect a sub-plot. </p> Index: Inspection.html =================================================================== RCS file: /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/Inspection.html,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -C2 -d -r1.2 -r1.2.2.1 *** Inspection.html 23 Sep 2006 15:42:15 -0000 1.2 --- Inspection.html 27 Dec 2006 02:09:24 -0000 1.2.2.1 *************** *** 47,51 **** </h1> <p> ! After you click on the inspection tool<img src="./Images/GS_InspectTool.gif" hspace="10" width="24" border="0">, whenever you click on a plant, a small window pops up describing the plants along the shape or plants within the planting bed, including how many plants are present. </p><img src="./Images/GS_WarningIcon.png" align="left" width="40" height="51" border="0" hspace="30"> <img src="./Images/GS_InspectPopup.png" align="middle" width="218" height="94" border="0" hspace="30"> <p> --- 47,51 ---- </h1> <p> ! After you click on the inspection tool<img src="./Images/GS_InspectTool.png" hspace="10" width="24" border="0">, whenever you click on a plant, a small window pops up describing the plants along the shape or plants within the planting bed, including how many plants are present. </p><img src="./Images/GS_WarningIcon.png" align="left" width="40" height="51" border="0" hspace="30"> <img src="./Images/GS_InspectPopup.png" align="middle" width="218" height="94" border="0" hspace="30"> <p> Index: OpenClosePrint.html =================================================================== RCS file: /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/OpenClosePrint.html,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -C2 -d -r1.3 -r1.3.2.1 *** OpenClosePrint.html 23 Sep 2006 15:42:15 -0000 1.3 --- OpenClosePrint.html 27 Dec 2006 02:09:25 -0000 1.3.2.1 *************** *** 53,57 **** <div id="Frame8" dir="ltr" class="c5"> <p class="c4"> ! <img src="./Images/GS_DocIcon.png" align="left" border="0"><br clear="left"> <span class="c3"><span class="c2">Document Icon</span></span> </p> --- 53,57 ---- <div id="Frame8" dir="ltr" class="c5"> <p class="c4"> ! <img src="./Images/GS_DocIcon.png" align="left" border="0" width="48"><br clear="left"> <span class="c3"><span class="c2">Document Icon</span></span> </p> Index: ShapeTools.html =================================================================== RCS file: /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/ShapeTools.html,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -C2 -d -r1.3 -r1.3.2.1 *** ShapeTools.html 23 Sep 2006 15:42:14 -0000 1.3 --- ShapeTools.html 27 Dec 2006 02:09:25 -0000 1.3.2.1 *************** *** 50,54 **** </h4> <p> ! To use the freehand tool<img src="./Images/GS_FreehandTool.gif" hspace="10" width="24" height="25" border="0">, hold down the mouse button while tracing the desired shape. If you are using the freehand tool to create a planting bed, the shape should touch itself at some point to form a closed figure. </p> <p> --- 50,54 ---- </h4> <p> ! To use the freehand tool<img src="./Images/GS_FreehandTool.png" hspace="10" border="0">, hold down the mouse button while tracing the desired shape. If you are using the freehand tool to create a planting bed, the shape should touch itself at some point to form a closed figure. </p> <p> *************** *** 59,63 **** </h4> <p> ! To use the line tool<img src="./Images/GS_LineTool.gif" hspace="10" width="25" height="25" border="0">, hold down the mouse button while moving from the desired starting point of the line to the end. The drawn line will update while you are dragging, staying in the position where you release the mouse button. </p> <h4> --- 59,63 ---- </h4> <p> ! To use the line tool<img src="./Images/GS_LineTool.png" hspace="10" border="0">, hold down the mouse button while moving from the desired starting point of the line to the end. The drawn line will update while you are dragging, staying in the position where you release the mouse button. </p> <h4> *************** *** 65,69 **** </h4> <p> ! To use the point tool<img src="./Images/GS_PointTool.gif" hspace="10" width="24" height="27" border="0">, click on the desired location of the plant or boundary point. </p> <h4> --- 65,69 ---- </h4> <p> ! To use the point tool<img src="./Images/GS_PointTool.png" hspace="10" border="0">, click on the desired location of the plant or boundary point. </p> <h4> *************** *** 71,75 **** </h4> <p> ! To use the rectangle tool<img src="./Images/GS_RectangleTool.png" hspace="10" width="27" height="25" border="0">, drag the mouse from where the upper left corner of the rectangle to the lower right corner. The rectangle will update while you are dragging and end up in the position where you release the mouse button. </p> <h4> --- 71,75 ---- </h4> <p> ! To use the rectangle tool<img src="./Images/GS_RectangleTool.png" hspace="10" border="0">, drag the mouse from where the upper left corner of the rectangle to the lower right corner. The rectangle will update while you are dragging and end up in the position where you release the mouse button. </p> <h4> *************** *** 77,81 **** </h4> <p class="c5"> ! To use the circle tool <img src="./Images/GS_CircleTool.png" width="27" height="25" border="0">, click the mouse at the center of the circle, and then drag until the circle is of the correct radius. </p> <h4 class="c6"> --- 77,81 ---- </h4> <p class="c5"> ! To use the circle tool <img src="./Images/GS_CircleTool.png" border="0">, click the mouse at the center of the circle, and then drag until the circle is of the correct radius. </p> <h4 class="c6"> *************** *** 85,89 **** </h4> <p> ! To use the arc tool <img src="./Images/GS_ArcTool.png" width="24" height="25" border="0"> , click the mouse at the center of the arc, and then drag from the starting point of the arc to the ending point. </p> <p> --- 85,89 ---- </h4> <p> ! To use the arc tool <img src="./Images/GS_ArcTool.png" border="0"> , click the mouse at the center of the arc, and then drag from the starting point of the arc to the ending point. </p> <p> |
|
From: Jeffrey B. <jlb...@us...> - 2006-12-27 02:09:08
|
Update of /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/Images In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv2280 Modified Files: Tag: Release_branch_v1 GS_TitleTool.png GS_TitleToolMenu.png GS_SMoothTool.png GS_TitleStartTool.png Log Message: Update to match new large palette buttons Index: GS_TitleToolMenu.png =================================================================== RCS file: /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/Images/GS_TitleToolMenu.png,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 Binary files /tmp/cvsXgkZLh and /tmp/cvsKfHhhy differ Index: GS_SMoothTool.png =================================================================== RCS file: /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/Images/GS_SMoothTool.png,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 Binary files /tmp/cvsxgm6yl and /tmp/cvso01GhC differ Index: GS_TitleTool.png =================================================================== RCS file: /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/Images/GS_TitleTool.png,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 Binary files /tmp/cvsGJ13bo and /tmp/cvsqchF0E differ Index: GS_TitleStartTool.png =================================================================== RCS file: /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/Images/GS_TitleStartTool.png,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 Binary files /tmp/cvsZLaadt and /tmp/cvsQAPIcK differ |
|
From: Jeffrey B. <jlb...@us...> - 2006-12-27 02:08:46
|
Update of /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/Images In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv1992 Modified Files: Tag: Release_branch_v1 GS_PathTools.png GS_PlantBedTool.png GS_BrickWalkDrag1.png GS_LineTool.png GS_PlanView.png GS_PlanTools.png GS_RectangleTool.png GS_PlacementTool.png Log Message: Update to match new large palette buttons Index: GS_PlacementTool.png =================================================================== RCS file: /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/Images/GS_PlacementTool.png,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 Binary files /tmp/cvsuqIRh4 and /tmp/cvsHDzhhm differ Index: GS_LineTool.png =================================================================== RCS file: /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/Images/GS_LineTool.png,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 Binary files /tmp/cvsPjtq46 and /tmp/cvs1gUv9o differ Index: GS_BrickWalkDrag1.png =================================================================== RCS file: /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/Images/GS_BrickWalkDrag1.png,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 Binary files /tmp/cvseuMHj9 and /tmp/cvs1nR2tr differ Index: GS_PlanTools.png =================================================================== RCS file: /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/Images/GS_PlanTools.png,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 Binary files /tmp/cvsr2q0Tb and /tmp/cvsFRzW9t differ Index: GS_PlantBedTool.png =================================================================== RCS file: /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/Images/GS_PlantBedTool.png,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 Binary files /tmp/cvsQHhC0g and /tmp/cvsDnufmz differ Index: GS_PlanView.png =================================================================== RCS file: /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/Images/GS_PlanView.png,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 Binary files /tmp/cvsPOhMkk and /tmp/cvs5eRzOC differ Index: GS_PathTools.png =================================================================== RCS file: /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/Images/GS_PathTools.png,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 Binary files /tmp/cvs2XsiZk and /tmp/cvsXrnbzD differ Index: GS_RectangleTool.png =================================================================== RCS file: /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/Images/GS_RectangleTool.png,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 Binary files /tmp/cvsfW0uun and /tmp/cvsj0nw9F differ |
|
From: Jeffrey B. <jlb...@us...> - 2006-12-27 02:08:24
|
Update of /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv1974 Modified Files: Tag: Release_branch_v1 AdvancedTour.html GardenSketchConcepts.html AddingHardscape.html AddingLines.html Log Message: Update to match new large palette buttons Index: AdvancedTour.html =================================================================== RCS file: /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/AdvancedTour.html,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -C2 -d -r1.2 -r1.2.2.1 *** AdvancedTour.html 23 Sep 2006 15:40:22 -0000 1.2 --- AdvancedTour.html 27 Dec 2006 02:08:22 -0000 1.2.2.1 *************** *** 60,64 **** <li> <p> ! Pick the paint tool <img src="./Images/GS_PaintTool.gif"> and the freehand shape tool <img src="./Images/GS_FreehandTool.gif">. Now draw a freehand shape around all the plants, ending at the point at which you started. Don't worry if the line wobbles a little bit. </p> </li> --- 60,64 ---- <li> <p> ! Pick the paint tool <img src="./Images/GS_PaintTool.png"> and the freehand shape tool <img src="./Images/GS_FreehandTool.png">. Now draw a freehand shape around all the plants, ending at the point at which you started. Don't worry if the line wobbles a little bit. </p> </li> *************** *** 74,78 **** </p> </li> ! <li>Pick the inspect tool <img src="./Images/GS_InspectTool.gif"> and then try clicking on the row and rectangle of sunflowers. A small window should pop up with information about the plants. </li> <li>Pick the dimension tool <img src="./Images/GS_DimensionTool.png"> and then try clicking on the row and rectangle of sunflowers. Both items should get dimension lines. --- 74,78 ---- </p> </li> ! <li>Pick the inspect tool <img src="./Images/GS_InspectTool.png"> and then try clicking on the row and rectangle of sunflowers. A small window should pop up with information about the plants. </li> <li>Pick the dimension tool <img src="./Images/GS_DimensionTool.png"> and then try clicking on the row and rectangle of sunflowers. Both items should get dimension lines. Index: AddingLines.html =================================================================== RCS file: /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/AddingLines.html,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -C2 -d -r1.2 -r1.2.2.1 *** AddingLines.html 23 Sep 2006 15:40:22 -0000 1.2 --- AddingLines.html 27 Dec 2006 02:08:22 -0000 1.2.2.1 *************** *** 47,51 **** </h3> <p> ! Use the paint tool <img src="./Images/GS_PaintTool.gif" hspace="10" width="24" height="24" border="0">and one of the <a href="ShapeTools.html">shape tools</a> to draw shapes such as boundary lines and existing features of the land, such as rocks. </p> </body> --- 47,51 ---- </h3> <p> ! Use the paint tool <img src="./Images/GS_PaintTool.png" hspace="10" width="24" height="24" border="0">and one of the <a href="ShapeTools.html">shape tools</a> to draw shapes such as boundary lines and existing features of the land, such as rocks. </p> </body> Index: GardenSketchConcepts.html =================================================================== RCS file: /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/GardenSketchConcepts.html,v retrieving revision 1.5 retrieving revision 1.5.2.1 diff -C2 -d -r1.5 -r1.5.2.1 *** GardenSketchConcepts.html 23 Sep 2006 15:41:34 -0000 1.5 --- GardenSketchConcepts.html 27 Dec 2006 02:08:22 -0000 1.5.2.1 *************** *** 107,114 **** <tr> <td align="center"> ! <img src="./Images/GS_ActiveTool.gif" align="middle" width="35" border="0" hspace=20> </td> <td align="center"> ! <img src="./Images/GS_InactiveTool.gif" align="middle" width="31" border="0" hspace=20> </td> </tr> --- 107,114 ---- <tr> <td align="center"> ! <img src="./Images/GS_ActiveTool.png" align="middle" width="36" border="0" hspace=20> </td> <td align="center"> ! <img src="./Images/GS_InactiveTool.png" align="middle" width="36" border="0" hspace=20> </td> </tr> *************** *** 137,147 **** <tr> <td align="center"> ! <img src="./Images/GS_ActiveTool.gif" align="left" width="37" border="0" hspace=20> </td> <td align="center"> ! <img src="./Images/GS_InactiveTool.gif" align="left" width="37" border="0" hspace=20> </td> <td align="center"> ! <img src="./Images/GS_DisabledTools.gif" align="left" width="60" border="0" hspace=20> </td> </tr> --- 137,147 ---- <tr> <td align="center"> ! <img src="./Images/GS_ActiveTool.png" align="left" width="37" border="0" hspace=20> </td> <td align="center"> ! <img src="./Images/GS_InactiveTool.png" align="left" width="37" border="0" hspace=20> </td> <td align="center"> ! <img src="./Images/GS_DisabledTools.png" align="left" width="72" border="0" hspace=20> </td> </tr> Index: AddingHardscape.html =================================================================== RCS file: /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/AddingHardscape.html,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -C2 -d -r1.3 -r1.3.2.1 *** AddingHardscape.html 23 Sep 2006 15:40:23 -0000 1.3 --- AddingHardscape.html 27 Dec 2006 02:08:22 -0000 1.3.2.1 *************** *** 57,61 **** </ul><br clear="left"> Some items can be resized and rotated to fit the plan. If you click the item and four anchors appear at the midpoint of each side of the object, then it may be resized.<img src="./Images/GS_MajorMinorAxis.png" width=150 align="left"> ! <p> Two of the points have a line between them. Dragging either of these points will rotate or resize the object. </p><br clear="left"> --- 57,61 ---- </ul><br clear="left"> Some items can be resized and rotated to fit the plan. If you click the item and four anchors appear at the midpoint of each side of the object, then it may be resized.<img src="./Images/GS_MajorMinorAxis.png" width=150 align="left"> ! <br clear="left"><p> Two of the points have a line between them. Dragging either of these points will rotate or resize the object. </p><br clear="left"> |
|
From: Jeffrey B. <jlb...@us...> - 2006-12-27 02:08:12
|
Update of /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/Images In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv1818 Modified Files: Tag: Release_branch_v1 GS_ActiveMaterialPick1.png GS_ActiveMaterialTurf.png GS_ActiveLoaded.png Log Message: Update to match new large palette buttons Index: GS_ActiveLoaded.png =================================================================== RCS file: /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/Images/GS_ActiveLoaded.png,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 Binary files /tmp/cvsslEat3 and /tmp/cvsXoKPvV differ Index: GS_ActiveMaterialPick1.png =================================================================== RCS file: /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/Images/GS_ActiveMaterialPick1.png,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 Binary files /tmp/cvsT6tO97 and /tmp/cvsBubEm0 differ Index: GS_ActiveMaterialTurf.png =================================================================== RCS file: /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/Images/GS_ActiveMaterialTurf.png,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 Binary files /tmp/cvskvV13b and /tmp/cvsl7mJp4 differ |
|
From: Jeffrey B. <jlb...@us...> - 2006-12-27 02:07:50
|
Update of /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/Images In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv1583 Modified Files: Tag: Release_branch_v1 GS_BrickWalkDrag2.png GS_BrickWalkPlaced.png GS_BrickWalkSelected.png GS_BrickWalkWiden.png GS_ArcTool.png GS_CircleTool.png GS_DimensionTool.png GS_BrickWalkPalette.png Log Message: Update to match new large palette buttons Index: GS_BrickWalkWiden.png =================================================================== RCS file: /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/Images/GS_BrickWalkWiden.png,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 Binary files /tmp/cvsTggWBa and /tmp/cvsEjgnI7 differ Index: GS_DimensionTool.png =================================================================== RCS file: /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/Images/GS_DimensionTool.png,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 Binary files /tmp/cvsYDK3Of and /tmp/cvsqTPp1c differ Index: GS_BrickWalkSelected.png =================================================================== RCS file: /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/Images/GS_BrickWalkSelected.png,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 Binary files /tmp/cvs1RcVfi and /tmp/cvseq1Axf differ Index: GS_ArcTool.png =================================================================== RCS file: /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/Images/GS_ArcTool.png,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 Binary files /tmp/cvsKYQLzk and /tmp/cvsmbdPWh differ Index: GS_BrickWalkPalette.png =================================================================== RCS file: /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/Images/GS_BrickWalkPalette.png,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 Binary files /tmp/cvsTCMNnn and /tmp/cvsoteSQk differ Index: GS_CircleTool.png =================================================================== RCS file: /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/Images/GS_CircleTool.png,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 Binary files /tmp/cvsogNF0p and /tmp/cvsYakezn differ Index: GS_BrickWalkDrag2.png =================================================================== RCS file: /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/Images/GS_BrickWalkDrag2.png,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 Binary files /tmp/cvsr5qMls and /tmp/cvseahTZp differ Index: GS_BrickWalkPlaced.png =================================================================== RCS file: /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/Images/GS_BrickWalkPlaced.png,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 Binary files /tmp/cvsKkEn9u and /tmp/cvs8d35Ss differ |
|
From: Jeffrey B. <jlb...@us...> - 2006-12-26 19:05:46
|
Update of /cvsroot/igarden/Garden/source/Plugins In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv2770 Modified Files: Tag: Release_branch_v1 RenderPlugin.cpp Log Message: Change render plugin GUID Index: RenderPlugin.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/Plugins/RenderPlugin.cpp,v retrieving revision 1.13.2.4 retrieving revision 1.13.2.5 diff -C2 -d -r1.13.2.4 -r1.13.2.5 *** RenderPlugin.cpp 29 Nov 2006 12:21:14 -0000 1.13.2.4 --- RenderPlugin.cpp 26 Dec 2006 19:05:42 -0000 1.13.2.5 *************** *** 36,40 **** const long numStyles = 3; ! #define kDefaultStyleFactoryID (CFUUIDGetConstantUUIDWithBytes(NULL, 0x95, 0xD0, 0x14, 0x92, 0x0D, 0x05, 0x11, 0xDA, 0xAB, 0x89, 0xC4, 0x67, 0xFD, 0x39, 0x7B, 0x7A)) XGDirectory *gPluginDirectory = NULL; --- 36,40 ---- const long numStyles = 3; ! #define kDefaultStyleFactoryID (CFUUIDGetConstantUUIDWithBytes(NULL, 0x12, 0x52, 0x90, 0xcb, 0x0b, 0xba, 0x49, 0xeb, 0x86, 0x27, 0xc1, 0xb4, 0xc5, 0xcb, 0xbb, 0x16)) XGDirectory *gPluginDirectory = NULL; *************** *** 42,46 **** #pragma mark **** Default Render Style Plugin **** ! class DefaultRenderType : public BasicRenderStylePlugin { public: --- 42,46 ---- #pragma mark **** Default Render Style Plugin **** ! class BasicRenderType : public BasicRenderStylePlugin { public: *************** *** 56,64 **** // ! static DefaultRenderType *_allocMyType( CFUUIDRef factoryID ) { // Allocate memory for the new instance. ! DefaultRenderType *newOne = new DefaultRenderType; // Retain and keep an open instance refcount for each factory. --- 56,64 ---- // ! static BasicRenderType *_allocMyType( CFUUIDRef factoryID ) { // Allocate memory for the new instance. ! BasicRenderType *newOne = new BasicRenderType; // Retain and keep an open instance refcount for each factory. *************** *** 80,84 **** // ! static void _deallocMyType( DefaultRenderType *myInstance ) { CFUUIDRef factoryID = myInstance->_factoryID; --- 80,84 ---- // ! static void _deallocMyType( BasicRenderType *myInstance ) { CFUUIDRef factoryID = myInstance->_factoryID; *************** *** 102,106 **** if ( CFEqual( typeID, kRenderTypeID ) ) { ! DefaultRenderType *result = _allocMyType( kDefaultStyleFactoryID ); return result; } --- 102,106 ---- if ( CFEqual( typeID, kRenderTypeID ) ) { ! BasicRenderType *result = _allocMyType( kDefaultStyleFactoryID ); return result; } *************** *** 190,194 **** if ( _refCount == 0 ) { ! _deallocMyType( (DefaultRenderType *) this ); return 0; } --- 190,194 ---- if ( _refCount == 0 ) { ! _deallocMyType( (BasicRenderType *) this ); return 0; } *************** *** 472,476 **** if ( _refCount == 0 ) { ! _deallocMyType( (DefaultRenderType *) this ); return 0; } --- 472,476 ---- if ( _refCount == 0 ) { ! _deallocMyType( (BasicRenderType *) this ); return 0; } *************** *** 699,703 **** if ( _refCount == 0 ) { ! _deallocMyType( (DefaultRenderType *) this ); return 0; } --- 699,703 ---- if ( _refCount == 0 ) { ! _deallocMyType( (BasicRenderType *) this ); return 0; } |
|
From: Jeffrey B. <jlb...@us...> - 2006-12-26 15:45:52
|
Update of /cvsroot/igarden/Garden/source/resources In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv22913 Modified Files: Tag: Release_branch_v1 Garden.cin Garden.r Log Message: Add "Include Annuals to Repurchase" checkbox for shopping list Index: Garden.cin =================================================================== RCS file: /cvsroot/igarden/Garden/source/resources/Garden.cin,v retrieving revision 1.61.2.7 retrieving revision 1.61.2.8 diff -C2 -d -r1.61.2.7 -r1.61.2.8 Binary files /tmp/cvsw2k5KQ and /tmp/cvsIBOV46 differ Index: Garden.r =================================================================== RCS file: /cvsroot/igarden/Garden/source/resources/Garden.r,v retrieving revision 1.61.2.7 retrieving revision 1.61.2.8 diff -C2 -d -r1.61.2.7 -r1.61.2.8 *** Garden.r 14 Dec 2006 03:06:21 -0000 1.61.2.7 --- Garden.r 26 Dec 2006 15:45:48 -0000 1.61.2.8 *************** *** 1 **** ! /* generated from Garden.cin * * This file was automatically generated by YAAF * Constructor. */ /* 'VRes' 128 * * "AboutBox" */ data 'VRes' (128,"AboutBox") { $"000000000000006A" /* .......j */ $"0000005A646C6F67" /* ...Zdlog */ $"0000000200000002" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000001C20000" /* ........ */ $"0118000001C20000" /* ........ */ $"0118000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"00001241626F7574" /* ...About */ $"2047617264656E53" /* GardenS */ $"6B65746368000000" /* ketch... */ $"0000000000010000" /* ........ */ $"0000000000000000" /* ........ */ $"003A0000002A636F" /* .:...*co */ $"6C72000000000000" /* lr...... */ $"0000FFFFFFFFFFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000FFFFFFFF0000" /* ........ */ $"FFFFFFFF00000042" /* .......B */ $"0000000000000032" /* .......2 */ $"7069637400000000" /* pict.... */ $"00000000FFFFFFFF" /* ........ */ $"00000000000000D2" /* ........ */ $"0000000400000196" /* ........ */ $"00000024FFFFFFFF" /* ...$.... */ $"0000000004030000" /* ........ */ $"0000000000000000" /* ........ */ $"0042000000000000" /* .B...... */ $"0032706963740000" /* .2pict.. */ $"000000000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0024000000140000" /* .$...... */ $"007F0000007EFFFF" /* ....~.. */ $"FFFF000000000402" /* ........ */ $"0000005B0000006A" /* ...[...j */ $"0000005400000000" /* ...T.... */ $"000000447062746E" /* ...Dpbtn */ $"0000000400000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"000000D700000050" /* .......P */ $"000001A100000071" /* .......q */ $"FFFFFFFFFFFF0000" /* ........ */ $"0000000000001477" /* .......w */ $"77772E4761726465" /* ww.Garde */ $"6E536B657463682E" /* nSketch. */ $"636F6D0000000042" /* com....B */ $"0000000000000032" /* .......2 */ $"7062746E00000001" /* pbtn.... */ $"00000000FFFFFFFF" /* ........ */ $"0000000000000178" /* .......x */ $"000000F3000001B8" /* ........ */ $"00000113FFFFFFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000024F4B740000" /* ...OKt.. */ $"003E000000000000" /* .>...... */ $"002E487970720000" /* ..Hypr.. */ $"000A00000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0026000000840000" /* .&...... */ $"01A4000000ECFFFF" /* ........ */ $"FFFF000000000082" /* ........ */ $"FFFFFFFF00000060" /* .......` */ $"0000000000000050" /* .......P */ $"7465787400000000" /* text.... */ $"00000000FFFFFFFF" /* ........ */ $"00000000000000CF" /* ........ */ $"00000038000001BE" /* ...8.... */ $"0000004AFFFFFFFF" /* ...J.... */ $"000024436F707972" /* ..$Copyr */ $"6967687420286329" /* ight (c) */ $"2032303035205265" /* 2005 Re */ $"6473746172742053" /* dstart S */ $"6F66747761726500" /* oftware. */ $"0000000000000000" /* ........ */ $"000000000000003C" /* .......< */ $"7465787400000003" /* text.... */ $"00000000FFFFFFFF" /* ........ */ $"00000000000000CF" /* ........ */ $"00000024000001AF" /* ...$.... */ $"00000034FFFFFFFF" /* ...4.... */ $"0000103C76657273" /* ...<vers */ $"696F6E2073747269" /* ion stri */ $"6E673E0000000000" /* ng>..... */ }; /* 'VRes' 130 * * "PrefsMeasurement" */ data 'VRes' (130,"PrefsMeasurement") { $"0000000000000036" /* .......6 */ $"0000002676696577" /* ...&view */ $"0000000000000000" /* ........ */ $"FFFFFFFFFFFFFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"0000015800000104" /* ...X.... */ $"FFFFFFFF00000000" /* ........ */ $"00000000003A0000" /* .....:.. */ $"002A636F6C720000" /* .*colr.. */ $"000000000000FFFF" /* ........ */ $"FFFFFFFFFFFF0000" /* ........ */ $"0000000000000000" /* ........ */ $"000000000000FFFF" /* ........ */ $"FFFF0000FFFFFFFF" /* ........ */ $"0000003A00000000" /* ...:.... */ $"0000002A706F706D" /* ...*popm */ $"0000000300000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000005C00000058" /* ...\...X */ $"0000010400000072" /* .......r */ $"FFFFFFFF00000000" /* ........ */ $"0000000000440000" /* .....D.. */ $"0000000000347465" /* .....4te */ $"7874000000040000" /* xt...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000140000" /* ........ */ $"0058000000540000" /* .X...T.. */ $"0068FFFFFFFF0000" /* .h...... */ $"08526F756E64696E" /* .Roundin */ $"6700000000000000" /* g....... */ $"003A000000000000" /* .:...... */ $"002A706F706D0000" /* .*popm.. */ $"000200000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"005C000000300000" /* .\...0.. */ $"01020000004AFFFF" /* .....J.. */ $"FFFF000000000000" /* ........ */ $"0000004000000000" /* ...@.... */ $"0000003074657874" /* ...0text */ $"0000000000000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000001400000034" /* .......4 */ $"0000004000000044" /* ...@...D */ $"FFFFFFFF00000553" /* .......S */ $"63616C6500000000" /* cale.... */ $"0000003A00000000" /* ...:.... */ $"0000002A706F706D" /* ...*popm */ $"0000000100000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000005C0000000C" /* ...\.... */ $"0000010200000026" /* .......& */ $"FFFFFFFF00000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000307465" /* .....0te */ $"7874000000000000" /* xt...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000140000" /* ........ */ $"0010000000400000" /* .....@.. */ $"0020FFFFFFFF0000" /* . ...... */ $"05556E6974730000" /* .Units.. */ $"0000" /* .. */ }; /* 'VRes' 131 * * "PrefsPrinting" */ data 'VRes' (131,"PrefsPrinting") { $"0000000000000036" /* .......6 */ $"0000002676696577" /* ...&view */ $"0000000000000000" /* ........ */ $"FFFFFFFFFFFFFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"0000015800000104" /* ...X.... */ $"FFFFFFFF00000000" /* ........ */ $"00000000003A0000" /* .....:.. */ $"002A636F6C720000" /* .*colr.. */ $"000000000000FFFF" /* ........ */ $"FFFFFFFFFFFF0000" /* ........ */ $"0000000000000000" /* ........ */ $"000000000000FFFF" /* ........ */ $"FFFF0000FFFFFFFF" /* ........ */ $"0000004A00000000" /* ...J.... */ $"0000003A63686B62" /* ...:chkb */ $"0000000200000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"000000140000002C" /* ......., */ $"0000008C0000003C" /* .......< */ $"FFFFFFFFFFFF0000" /* ........ */ $"0000000000000A50" /* .......P */ $"72696E7420477269" /* rint Gri */ $"6400000000000000" /* d....... */ $"00000000003C6368" /* .....<ch */ $"6B62000000010000" /* kb...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000140000" /* ........ */ $"00180000008C0000" /* ........ */ $"0028FFFFFFFFFFFF" /* .(...... */ $"0000000000000000" /* ........ */ $"0D5072696E742042" /* .Print B */ $"6F7264657273" /* orders */ }; /* 'VRes' 129 * * "PrefsDialog" */ data 'VRes' (129,"PrefsDialog") { $"0000000000000062" /* .......b */ $"00000052646C6F67" /* ...Rdlog */ $"0000001200000000" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"00000000015E0000" /* .....^.. */ $"01400000015E0000" /* .@...^.. */ $"0140000000000000" /* .@...... */ $"0000000000000000" /* ........ */ $"00000B5072656665" /* ...Prefe */ $"72656E6365730000" /* rences.. */ $"000000007D010000" /* ....}... */ $"7D02000000000000" /* }....... */ $"003A0000002A636F" /* .:...*co */ $"6C72000000000000" /* lr...... */ $"0000FFFFFFFFFFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000FFFFFFFF0000" /* ........ */ $"FFFFFFFF00000042" /* .......B */ $"0000000000000032" /* .......2 */ $"7069637400000000" /* pict.... */ $"00000000FFFFFFFF" /* ........ */ $"00000000000000F0" /* ........ */ $"0000000400000146" /* .......F */ $"00000060FFFFFFFF" /* ...`.... */ $"0000000004020000" /* ........ */ $"0000000000000000" /* ........ */ $"0046000000000000" /* .F...... */ $"00367062746E0000" /* .6pbtn.. */ $"7D0200000000FFFF" /* }....... */ $"FFFF000000000000" /* ........ */ $"0102000001200000" /* ..... .. */ $"014C0000013AFFFF" /* .L...:.. */ $"FFFFFFFF00000000" /* ........ */ $"000000000643616E" /* .....Can */ $"63656C6500000042" /* cele...B */ $"0000000000000032" /* .......2 */ $"7062746E00007D01" /* pbtn..}. */ $"00000000FFFFFFFF" /* ........ */ $"00000000000000B0" /* ........ */ $"00000120000000FA" /* ... .... */ $"0000013AFFFFFFFF" /* ...:.... */ $"FFFF000000000000" /* ........ */ $"0000024F4B740000" /* ...OKt.. */ $"003C000000000000" /* .<...... */ $"002C706E6C730000" /* .,pnls.. */ $"7D0300000000FFFF" /* }....... */ $"FFFF000000000000" /* ........ */ $"0008000000740000" /* .....t.. */ $"015400000118FFFF" /* .T...... */ $"FFFF0000FFFF0000" /* ........ */ $"0001000000000000" /* ........ */ $"00000000002A706F" /* .....*po */ $"706D00007D040000" /* pm..}... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000080000" /* ........ */ $"0058000000940000" /* .X...... */ $"006EFFFFFFFF0000" /* .n...... */ $"00000000" /* .... */ }; /* 'VRes' 135 * * "PlanPanel" */ data 'VRes' (135,"PlanPanel") { $"0000000000000036" /* .......6 */ $"0000002676696577" /* ...&view */ $"0000000000000000" /* ........ */ $"FFFFFFFFFFFFFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"00000000003A0000" /* .....:.. */ $"002A6261636B0000" /* .*back.. */ $"000000000000FFFF" /* ........ */ $"FFFFFFFFFFFF0000" /* ........ */ $"0000000000000000" /* ........ */ $"000000000000FFFF" /* ........ */ $"FFFF000000000001" /* ........ */ $"0000004000000000" /* ...@.... */ $"0000003072756C72" /* ...0rulr */ $"0000000400000001" /* ........ */ $"FFFFFFFF0000FFFF" /* ........ */ $"0000000200000028" /* .......( */ $"0000002C00000000" /* ...,.... */ $"FFFFFFFF00000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000004000000000" /* ...@.... */ $"0000003072756C72" /* ...0rulr */ $"0000000300000001" /* ........ */ $"FFFFFFFFFFFF0000" /* ........ */ $"0000002C00000000" /* ...,.... */ $"0000000000000028" /* .......( */ $"FFFFFFFF0000FFFF" /* ........ */ $"0000000000000000" /* ........ */ $"000000000000003C" /* .......< */ $"0000002C73637276" /* ...,scrv */ $"0000000100000001" /* ........ */ $"FFFFFFFFFFFFFFFF" /* ........ */ $"0000002C00000028" /* ...,...( */ $"0000000000000000" /* ........ */ $"FFFFFFFF0000FFFF" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"000000000000002E" /* ........ */ $"7772505600000002" /* wrPV.... */ $"00000001FFFFFFFF" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000000000000000" /* ........ */ $"00000000FFFFFFFF" /* ........ */ $"0000000000030000" /* ........ */ $"0004" /* .. */ }; /* 'VRes' 132 * * "MainDocument" */ data 'VRes' (132,"MainDocument") { $"0000000000000058" /* .......X */ $"0000004877696E64" /* ...Hwind */ $"0000000000000000" /* ........ */ $"FFFF000000AA0000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000500000" /* .....P.. */ $"0050000000000000" /* .P...... */ $"0000000002BE0000" /* ........ */ $"01FD000000000000" /* ........ */ $"000008756E746974" /* ...untit */ $"6C65640000000000" /* led..... */ $"000000BE0000003A" /* .......: */ $"0000002A6261636B" /* ...*back */ $"0000000000000000" /* ........ */ $"FFFFFFFFFFFF0000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000031" /* .......1 */ $"FFFFFFFF00000000" /* ........ */ $"00010000003C0000" /* .....<.. */ $"00000000002C7465" /* .....,te */ $"7874000075330000" /* xt..u3.. */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000BB0000" /* ........ */ $"0014FFFFFFFF0000" /* ........ */ $"0075000000000000" /* .u...... */ $"0000000000000000" /* ........ */ $"0038746162620000" /* .8tabb.. */ $"753400000000FFFF" /* u4...... */ $"FFFFFFFF00000000" /* ........ */ $"0000000000180000" /* ........ */ $"000000000030FFFF" /* .....0.. */ $"FFFF000000000000" /* ........ */ $"0000000008546573" /* .....Tes */ $"7420546162000000" /* t Tab... */ $"0000000000000000" /* ........ */ $"002C706E6C730000" /* .,pnls.. */ $"753200000000FFFF" /* u2...... */ $"FFFFFFFFFFFF0000" /* ........ */ $"0000000000320000" /* .....2.. */ $"000000000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000" /* .. */ }; /* 'VRes' 146 * * "Material Info PICT Popup" */ data 'VRes' (146,"Material Info PICT Popup") { $"0000000000000036" /* .......6 */ $"0000002676696577" /* ...&view */ $"0000000000000000" /* ........ */ $"FFFFFFFFFFFFFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"000000BE00000088" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000000000000000" /* ........ */ $"0034746578740000" /* .4text.. */ $"000100000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0004000000040000" /* ........ */ $"00BA0000002AFFFF" /* .....*.. */ $"FFFF000008756E74" /* .....unt */ $"69746C6564000000" /* itled... */ $"0000" /* .. */ }; /* 'VRes' 133 * * "DatabasePanel" */ data 'VRes' (133,"DatabasePanel") { $"0000000000000036" /* .......6 */ $"0000002676696577" /* ...&view */ $"0000000000000000" /* ........ */ $"FFFFFFFFFFFFFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"00B60000003A0000" /* .....:.. */ $"002A6261636B0000" /* .*back.. */ $"000000000000FFFF" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000000000030000" /* ........ */ $"000000000020FFFF" /* ..... .. */ $"FFFF000000000001" /* ........ */ $"0000004200000000" /* ...B.... */ $"000000326269636E" /* ...2bicn */ $"0000000500000000" /* ........ */ $"0000FFFFFFFF0000" /* ........ */ $"FFFFFFE500000001" /* ........ */ $"FFFFFFFF0000001C" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0002000003FCFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"00000000002A706F" /* .....*po */ $"706D000000040000" /* pm...... */ $"0000FFFFFFFF0000" /* ........ */ $"00000000000B0000" /* ........ */ $"0003000000A10000" /* ........ */ $"0019FFFFFFFF0000" /* ........ */ $"0000000000000000" /* ........ */ $"0000003C0000002C" /* ...<..., */ $"7363727600000001" /* scrv.... */ $"00000000FFFFFFFF" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000002000000000" /* ... .... */ $"00000000FFFFFFFF" /* ........ */ $"0000FFFFFFFFFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"0000002E4D546162" /* ....MTab */ $"0000000200000000" /* ........ */ $"FFFFFFFFFFFFFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000FFFF0000" /* ...... */ }; /* 'VRes' 134 * * "BitfieldCheckDialog" */ data 'VRes' (134,"BitfieldCheckDialog") { $"0000000000000060" /* .......` */ $"00000050646C6F67" /* ...Pdlog */ $"0000001200000000" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000001180000" /* ........ */ $"0078000001180000" /* .x...... */ $"0078000000000000" /* .x...... */ $"000008756E746974" /* ...untit */ $"6C65640000000000" /* led..... */ $"0000000100000002" /* ........ */ $"0000004600000000" /* ...F.... */ $"000000367062746E" /* ...6pbtn */ $"0000000200000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000009000000054" /* .......T */ $"000001000000006E" /* .......n */ $"FFFFFFFFFFFF0000" /* ........ */ $"0000000000000643" /* .......C */ $"616E63656C650000" /* ancele.. */ $"004C000000000000" /* .L...... */ $"003C7062746E0000" /* .<pbtn.. */ $"000100000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0090000000340000" /* .....4.. */ $"01000000004EFFFF" /* .....N.. */ $"FFFFFFFF00000000" /* ........ */ $"000000000C416464" /* .....Add */ $"20746F2056616C75" /* to Valu */ $"65000000004C0000" /* e....L.. */ $"00000000003C7062" /* .....<pb */ $"746E000000030000" /* tn...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000140000" /* ........ */ $"0034000000840000" /* .4...... */ $"004EFFFFFFFFFFFF" /* .N...... */ $"0000000000000000" /* ........ */ $"0D5265706C616365" /* .Replace */ $"2056616C75650000" /* Value.. */ $"0000000000000000" /* ........ */ $"0060746578740000" /* .`text.. */ $"000000000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"001C000000080000" /* ........ */ $"00F000000034FFFF" /* .....4.. */ $"FFFF000034446F20" /* ....4Do */ $"796F752077616E74" /* you want */ $"20746F207265706C" /* to repl */ $"616365206F722061" /* ace or a */ $"646420746F207468" /* dd to th */ $"6520657869737469" /* e existi */ $"6E672076616C7565" /* ng value */ $"3F0000000000" /* ?..... */ }; /* 'VRes' 138 * * "DatePicker" */ data 'VRes' (138,"DatePicker") { $"0000000000000060" /* .......` */ $"00000050646C6F67" /* ...Pdlog */ $"0000001200000000" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"00000000012C0000" /* .....,.. */ $"00E60000012C0000" /* .....,.. */ $"00E6000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"000008756E746974" /* ...untit */ $"6C65640000000000" /* led..... */ $"0000000100000002" /* ........ */ $"0000004A00000000" /* ...J.... */ $"0000003A7062746E" /* ...:pbtn */ $"0000000500000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000000C000000C8" /* ........ */ $"00000078000000E2" /* ...x.... */ $"FFFFFFFFFFFF0000" /* ........ */ $"0000000000000A43" /* .......C */ $"6C65617220446174" /* lear Dat */ $"6500000000440000" /* e....D.. */ $"0000000000347465" /* .....4te */ $"7874000000040000" /* xt...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000080000" /* ........ */ $"0004000001240000" /* .....$.. */ $"0014FFFFFFFF0000" /* ........ */ $"08756E7469746C65" /* .untitle */ $"6400000000000000" /* d....... */ $"0046000000000000" /* .F...... */ $"00367062746E0000" /* .6pbtn.. */ $"000200000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"00DC000000C80000" /* ........ */ $"0126000000E2FFFF" /* .&...... */ $"FFFFFFFF00000000" /* ........ */ $"000000000643616E" /* .....Can */ $"63656C6500000042" /* cele...B */ $"0000000000000032" /* .......2 */ $"7062746E00000001" /* pbtn.... */ $"00000000FFFFFFFF" /* ........ */ $"000000000000008A" /* ........ */ $"000000C8000000D4" /* ........ */ $"000000E2FFFFFFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000024F4B740000" /* ...OKt.. */ $"0000000000000000" /* ........ */ $"003A434452500000" /* .:CDRP.. */ $"000300000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0008000000180000" /* ........ */ $"0128000000C4FFFF" /* .(...... */ $"FFFF000000000080" /* ........ */ $"0000008000000080" /* ........ */ $"0000008000000080" /* ........ */ }; /* 'VRes' 136 * * "SubSelector" */ data 'VRes' (136,"SubSelector") { $"0000000000000060" /* .......` */ $"00000050646C6F67" /* ...Pdlog */ $"0000001200000000" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"00000000017C0000" /* .....|.. */ $"00A0000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"000008756E746974" /* ...untit */ $"6C65640000000000" /* led..... */ $"0000000100000002" /* ........ */ $"0000003A00000000" /* ...:.... */ $"0000002A706F706D" /* ...*popm */ $"0000000400000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000001800000054" /* .......T */ $"000001540000006A" /* ...T...j */ $"FFFFFFFF00000000" /* ........ */ $"0000000000420000" /* .....B.. */ $"0000000000327062" /* .....2pb */ $"746E000000010000" /* tn...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000DC0000" /* ........ */ $"00740000011C0000" /* .t...... */ $"008EFFFFFFFFFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"0359657300000042" /* .Yes...B */ $"0000000000000032" /* .......2 */ $"7062746E00000002" /* pbtn.... */ $"00000000FFFFFFFF" /* ........ */ $"0000000000000090" /* ........ */ $"00000074000000D0" /* ...t.... */ $"0000008EFFFFFFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000024E6F740000" /* ...Not.. */ $"003A000000000000" /* .:...... */ $"002A706F706D0000" /* .*popm.. */ $"000300000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0018000000380000" /* .....8.. */ $"01540000004EFFFF" /* .T...N.. */ $"FFFF000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000005874657874" /* ...Xtext */ $"0000000000000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000001400000010" /* ........ */ $"000000F000000034" /* .......4 */ $"FFFFFFFF00002C41" /* ......,A */ $"726520796F752061" /* re you a */ $"6464696E67206F6E" /* dding on */ $"65206F6620746865" /* e of the */ $"20666F6C6C6F7769" /* followi */ $"6E6720656E747269" /* ng entri */ $"65733F0000000000" /* es?..... */ }; /* 'VRes' 137 * * "Site Data Dialog" */ data 'VRes' (137,"Site Data Dialog") { $"0000000000000060" /* .......` */ $"00000050646C6F67" /* ...Pdlog */ $"0000001200000000" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000001540000" /* .....T.. */ $"010E000001540000" /* .....T.. */ $"010E000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000095369746520" /* ...Site */ $"4461746100000000" /* Data.... */ $"0000000100000002" /* ........ */ $"0000004200000000" /* ...B.... */ $"0000003274657874" /* ...2text */ $"0000000000000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"00000010000000C8" /* ........ */ $"0000005B000000D8" /* ...[.... */ $"FFFFFFFF00000652" /* .......R */ $"6567696F6E650000" /* egione.. */ $"00000000003A0000" /* .....:.. */ $"00000000002A706F" /* .....*po */ $"706D0000000C0000" /* pm...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000440000" /* .....D.. */ $"00C8000001440000" /* .....D.. */ $"00DEFFFFFFFF0000" /* ........ */ $"000000000000003A" /* .......: */ $"000000000000002A" /* .......* */ $"6469767200000000" /* divr.... */ $"00000000FFFFFFFF" /* ........ */ $"FFFF000000000004" /* ........ */ $"000000BCFFFFFFFC" /* ........ */ $"000000BFFFFFFFFF" /* ........ */ $"0000FFFFFFFF0000" /* ........ */ $"0088000000440000" /* .....D.. */ $"003467726F750000" /* .4grou.. */ $"000000000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0008000000080000" /* ........ */ $"014C0000007CFFFF" /* .L...|.. */ $"FFFF000009555344" /* .....USD */ $"41205A6F6E650000" /* A Zone.. */ $"0000000000000000" /* ........ */ $"0000000000347465" /* .....4te */ $"78740000000A0000" /* xt...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000400000" /* .....@.. */ $"005C0000012C0000" /* .\...,.. */ $"006CFFFFFFFF0000" /* .l...... */ $"08756E7469746C65" /* .untitle */ $"6400000000000000" /* d....... */ $"004C000000000000" /* .L...... */ $"003C7062746E0000" /* .<pbtn.. */ $"000900000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"00CC000000440000" /* .....D.. */ $"01440000005EFFFF" /* .D...^.. */ $"FFFFFFFF00000000" /* ........ */ $"000000000C4C6F6F" /* .....Loo */ $"6B207570205A6F6E" /* k up Zon */ $"6500000000520000" /* e....R.. */ $"0000000000426564" /* .....Bed */ $"6974000000080000" /* it...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000780000" /* .....x.. */ $"0048000000C00000" /* .H...... */ $"0060FFFFFFFFFFFF" /* .`...... */ $"0075000000000000" /* .u...... */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000046" /* .......F */ $"0000000000000036" /* .......6 */ $"7465787400000016" /* text.... */ $"00000000FFFFFFFF" /* ........ */ $"000000000000000C" /* ........ */ $"0000004C00000068" /* ...L...h */ $"0000005CFFFFFFFF" /* ...\.... */ $"00000B5553205A69" /* ...US Zi */ $"7020436F64650000" /* p Code.. */ $"0000000000400000" /* .....@.. */ $"0000000000307465" /* .....0te */ $"7874000000150000" /* xt...... */ $"0000FFFFFFFF0000" /* ........ */ $"00000000008C0000" /* ........ */ $"0034000000D70000" /* .4...... */ $"0044FFFFFFFF0000" /* .D...... */ $"056F722E2E2E0000" /* .or..... */ $"00000000003A0000" /* .....:.. */ $"00000000002A706F" /* .....*po */ $"706D000000030000" /* pm...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000380000" /* .....8.. */ $"001C000000EB0000" /* ........ */ $"0032FFFFFFFF0000" /* .2...... */ $"0000000000000046" /* .......F */ $"0000000000000036" /* .......6 */ $"7062746E00000002" /* pbtn.... */ $"00000000FFFFFFFF" /* ........ */ $"00000000000000EE" /* ........ */ $"000000E800000140" /* .......@ */ $"00000102FFFFFFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"00000643616E6365" /* ...Cance */ $"6C65000000420000" /* le...B.. */ $"0000000000327062" /* .....2pb */ $"746E000000010000" /* tn...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000960000" /* ........ */ $"00E8000000E80000" /* ........ */ $"0102FFFFFFFFFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"024F4B7400000042" /* .OKt...B */ $"0000000000000032" /* .......2 */ $"7062746E00000007" /* pbtn.... */ $"00000000FFFFFFFF" /* ........ */ $"0000000000000100" /* ........ */ $"000000A000000138" /* .......8 */ $"000000BAFFFFFFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000035365740000" /* ...Set.. */ $"0042000000000000" /* .B...... */ $"00327062746E0000" /* .2pbtn.. */ $"000500000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0100000000800000" /* ........ */ $"01380000009AFFFF" /* .8...... */ $"FFFFFFFF00000000" /* ........ */ $"0000000003536574" /* .....Set */ $"0000003C00000000" /* ...<.... */ $"0000002C74657874" /* ...,text */ $"0000000600000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"000000A0000000A4" /* ........ */ $"000000EB000000B4" /* ........ */ $"FFFFFFFF00000075" /* .......u */ $"000000000000003C" /* .......< */ $"000000000000002C" /* ......., */ $"7465787400000004" /* text.... */ $"00000000FFFFFFFF" /* ........ */ $"0000000000000098" /* ........ */ $"00000088000000E3" /* ........ */ $"00000098FFFFFFFF" /* ........ */ $"0000007500000000" /* ...u.... */ $"0000004C00000000" /* ...L.... */ $"0000003C74657874" /* ...<text */ $"0000000000000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"00000010000000A4" /* ........ */ $"00000094000000B4" /* ........ */ $"FFFFFFFF00001046" /* .......F */ $"697273742046616C" /* irst Fal */ $"6C2046726F737400" /* l Frost. */ $"0000000000000000" /* ........ */ $"000000000000003C" /* .......< */ $"7465787400000000" /* text.... */ $"00000000FFFFFFFF" /* ........ */ $"0000000000000010" /* ........ */ $"0000008800000084" /* ........ */ $"00000098FFFFFFFF" /* ........ */ $"0000114C61737420" /* ...Last */ $"537072696E672046" /* Spring F */ $"726F737400000000" /* rost.... */ }; /* 'VRes' 139 * * "Registration Dialog" */ data 'VRes' (139,"Registration Dialog") { $"0000000000000072" /* .......r */ $"00000062646C6F67" /* ...bdlog */ $"0000001200000000" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"00000000015E0000" /* .....^.. */ $"00DC0000015E0000" /* .....^.. */ $"00DC0000015E0000" /* .....^.. */ $"00DC000000000000" /* ........ */ $"00001B5265676973" /* ...Regis */ $"746572696E672052" /* tering R */ $"6564737461727420" /* edstart */ $"47617264656E0000" /* Garden.. */ $"0000000000010000" /* ........ */ $"0000000000E60000" /* ........ */ $"0048000000386772" /* .H...8gr */ $"6F75000000000000" /* ou...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000060000" /* ........ */ $"0006000001540000" /* .....T.. */ $"003CFFFFFFFF0000" /* .<...... */ $"0D57687920526567" /* .Why Reg */ $"69737465723F0000" /* ister?.. */ $"0000000000000000" /* ........ */ $"00000000008E7465" /* ......te */ $"7874000000000000" /* xt...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000080000" /* ........ */ $"0014000001480000" /* .....H.. */ $"0030FFFFFFFF0000" /* .0...... */ $"6252656769737465" /* bRegiste */ $"72696E6720526564" /* ring Red */ $"7374617274204761" /* start Ga */ $"7264656E2077696C" /* rden wil */ $"6C20676574207269" /* l get ri */ $"64206F6620746865" /* d of the */ $"736520616E6E6F79" /* se annoy */ $"696E67206469616C" /* ing dial */ $"6F67732C20616E64" /* ogs, and */ $"2068656C70206675" /* help fu */ $"6E64206675747572" /* nd futur */ $"6520666561747572" /* e featur */ $"65732E7500000084" /* es.u.... */ $"000002840000004E" /* .......N */ $"0000003E67726F75" /* ...>grou */ $"0000000000000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000000600000040" /* .......@ */ $"00000154000000B4" /* ...T.... */ $"FFFFFFFF00001248" /* .......H */ $"6F7720446F204920" /* ow Do I */ $"5265676973746572" /* Register */ $"3F00000000000000" /* ?....... */ $"0082000000000000" /* ........ */ $"0072746578740000" /* .rtext.. */ $"000000000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0008000000400000" /* .....@.. */ $"01450000004CFFFF" /* .E...L.. */ $"FFFF000046332920" /* ....F3) */ $"456E746572207468" /* Enter th */ $"6520726567697374" /* e regist */ $"726174696F6E2063" /* ration c */ $"6F646520696E2062" /* ode in b */ $"656C6F7720616E64" /* elow and */ $"20636C69636B2074" /* click t */ $"6865207265676973" /* he regis */ $"7465722062757474" /* ter butt */ $"6F6E2E0000000084" /* on...... */ $"0000008000000000" /* ........ */ $"0000007074657874" /* ...ptext */ $"0000000000000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"000000070000002B" /* .......+ */ $"0000013C00000037" /* ...<...7 */ $"FFFFFFFFFFFF4532" /* ......E2 */ $"29204F7264657220" /* ) Order */ $"5265647374617274" /* Redstart */ $"2047617264656E2E" /* Garden. */ $"2020412072656769" /* A regi */ $"7374726174696F6E" /* stration */ $"20636F6465207769" /* code wi */ $"6C6C206265206D61" /* ll be ma */ $"696C656420746F20" /* iled to */ $"796F752E00000084" /* you..... */ $"0000005400000000" /* ...T.... */ $"0000004474657874" /* ...Dtext */ $"0000000000000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000000700000016" /* ........ */ $"000000CC00000026" /* .......& */ $"FFFFFFFF00001831" /* .......1 */ $"2920476F20746F20" /* ) Go to */ $"6F726465722E6B61" /* order.ka */ $"67692E636F6D3A28" /* gi.com:( */ $"0000008400000040" /* .......@ */ $"0000000000000030" /* .......0 */ $"7465787400000000" /* text.... */ $"00000000FFFFFFFF" /* ........ */ $"0000000000000008" /* ........ */ $"0000005400000044" /* ...T...D */ $"00000064FFFFFFFF" /* ...d.... */ $"000005436F64653A" /* ...Code: */ $"0000000000000052" /* .......R */ $"0000000000000042" /* .......B */ $"6564697400000004" /* edit.... */ $"00000000FFFFFFFF" /* ........ */ $"0000000000000030" /* .......0 */ $"000000530000013C" /* ...S...< */ $"00000067FFFFFFFF" /* ...g.... */ $"FFFF007500000000" /* ...u.... */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"003E7062746E0000" /* .>pbtn.. */ $"000300000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"007C000000100000" /* .|...... */ $"00EC0000002AFFFF" /* .....*.. */ $"FFFFFFFF00000000" /* ........ */ $"000000000E6F7264" /* .....ord */ $"65722E6B6167692E" /* er.kagi. */ $"636F6D0000000046" /* com....F */ $"0000000000000036" /* .......6 */ $"7062746E00000002" /* pbtn.... */ $"00000000FFFFFFFF" /* ........ */ $"00000000000000F0" /* ........ */ $"000000B800000154" /* .......T */ $"000000D2FFFFFFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"00000643616E6365" /* ...Cance */ $"6C65000000000000" /* le...... */ $"0000000000387062" /* .....8pb */ $"746E000000010000" /* tn...... */ $"0000FFFFFFFF0000" /* ........ */ $"00000000008C0000" /* ........ */ $"00B8000000F00000" /* ........ */ $"00D2FFFFFFFFFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"0852656769737465" /* .Registe */ $"7200" /* r. */ }; /* 'VRes' 140 * * "GerminationDialog" */ data 'VRes' (140,"GerminationDialog") { $"0000000000000062" /* .......b */ $"00000052646C6F67" /* ...Rdlog */ $"0000001000000000" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000001900000" /* ........ */ $"012C000001900000" /* .,...... */ $"012C000001900000" /* .,...... */ $"012C000000000000" /* .,...... */ $"00000B4765726D69" /* ...Germi */ $"6E6174696F6E0000" /* nation.. */ $"0000000000010000" /* ........ */ $"0002000000000000" /* ........ */ $"003A0000002A636F" /* .:...*co */ $"6C72000000000000" /* lr...... */ $"0000FFFFFFFFFFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000FFFFFFFF0000" /* ........ */ $"000000010000004A" /* .......J */ $"000000000000003A" /* .......: */ $"7062746E0000000C" /* pbtn.... */ $"00000000FFFFFFFF" /* ........ */ $"000000000000006C" /* .......l */ $"000000F8000000CC" /* ........ */ $"00000112FFFFFFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"00000A44656C6574" /* ...Delet */ $"6520526F77000000" /* e Row... */ $"0046000000000000" /* .F...... */ $"00367062746E0000" /* .6pbtn.. */ $"000B00000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0008000000F80000" /* ........ */ $"006800000112FFFF" /* .h...... */ $"FFFFFFFF00000000" /* ........ */ $"00000000074E6577" /* .....New */ $"20526F7700000046" /* Row...F */ $"0000000000000036" /* .......6 */ $"7062746E00000002" /* pbtn.... */ $"00000000FFFFFFFF" /* ........ */ $"00000000000000D0" /* ........ */ $"000000F800000118" /* ........ */ $"00000112FFFFFFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"00000643616E6365" /* ...Cance */ $"6C65000000420000" /* le...B.. */ $"0000000000327062" /* .....2pb */ $"746E000000010000" /* tn...... */ $"0000FFFFFFFF0000" /* ........ */ $"00000000012C0000" /* .....,.. */ $"00F8000001740000" /* .....t.. */ $"0112FFFFFFFFFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"024F4B7400000000" /* .OKt.... */ $"000000000000002C" /* ......., */ $"475461620000000A" /* GTab.... */ $"00000000FFFFFFFF" /* ........ */ $"000000000000000C" /* ........ */ $"0000001400000178" /* .......x */ $"000000E4FFFFFFFF" /* ........ */ $"000000000000FFFF" /* ........ */ }; /* 'VRes' 141 * * "Text Entry Dialog" */ data 'VRes' (141,"Text Entry Dialog") { $"0000000000000060" /* .......` */ $"00000050646C6F67" /* ...Pdlog */ $"0000001200000000" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"00000000012C0000" /* .....,.. */ $"00E60000012C0000" /* .....,.. */ $"00E6000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"000008756E746974" /* ...untit */ $"6C65640000000000" /* led..... */ $"0000000000000002" /* ........ */ $"0000005200000000" /* ...R.... */ $"0000004265646974" /* ...Bedit */ $"0000000300000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000000800000008" /* ........ */ $"00000124000000C0" /* ...$.... */ $"FFFFFFFFFFFF0075" /* .......u */ $"0000000000000000" /* ........ */ $"000000000000FFFF" /* ........ */ $"FFFF000000000004" /* ........ */ $"FFFF000000460000" /* .....F.. */ $"0000000000367062" /* .....6pb */ $"746E000000020000" /* tn...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000D60000" /* ........ */ $"00C8000001200000" /* ..... .. */ $"00E2FFFFFFFFFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"0643616E63656C65" /* .Cancele */ $"0000000000000000" /* ........ */ $"000000327062746E" /* ...2pbtn */ $"0000000100000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"00000086000000C8" /* ........ */ $"000000D0000000E2" /* ........ */ $"FFFFFFFFFFFF0000" /* ........ */ $"000000000000024F" /* .......O */ $"4B74" /* Kt */ }; /* 'VRes' 142 * * "InfoSupplier" */ data 'VRes' (142,"InfoSupplier") { $"000000000000006A" /* .......j */ $"0000005A646C6F67" /* ...Zdlog */ $"0000001200000000" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"00000000015E0000" /* .....^.. */ $"01770000015E0000" /* .w...^.. */ $"01770000015E0000" /* .w...^.. */ $"0177000000000000" /* .w...... */ $"00001256656E646F" /* ...Vendo */ $"7220496E666F726D" /* r Inform */ $"6174696F6E6F0000" /* ationo.. */ $"0000000000010000" /* ........ */ $"0002000000440000" /* .....D.. */ $"0000000000346368" /* .....4ch */ $"6B62000000150000" /* kb...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000001200000" /* ..... .. */ $"000C000001540000" /* .....T.. */ $"001CFFFFFFFFFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"0448696465740000" /* .Hidet.. */ $"005A000000000000" /* .Z...... */ $"004A656469740000" /* .Jedit.. */ $"000D00000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"00480000013C0000" /* .H...<.. */ $"015400000153FFFF" /* .T...S.. */ $"FFFFFFFF08756E74" /* .....unt */ $"69746C6564000000" /* itled... */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000004200000000" /* ...B.... */ $"0000003274657874" /* ...2text */ $"0000000000000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000000400000138" /* .......8 */ $"0000004000000148" /* ...@...H */ $"FFFFFFFF00000645" /* .......E */ $"2D4D61696C650000" /* -Maile.. */ $"00000000005A0000" /* .....Z.. */ $"00000000004A6564" /* .....Jed */ $"69740000000C0000" /* it...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000540000" /* .....T.. */ $"0040000000A90000" /* .@...... */ $"0057FFFFFFFFFFFF" /* .W...... */ $"08756E7469746C65" /* .untitle */ $"6400000000000000" /* d....... */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000046" /* .......F */ $"0000000000000036" /* .......6 */ $"7465787400000000" /* text.... */ $"00000000FFFFFFFF" /* ........ */ $"0000000000000004" /* ........ */ $"000000440000004F" /* ...D...O */ $"00000054FFFFFFFF" /* ...T.... */ $"00000A53686F7274" /* ...Short */ $"204E616D65000000" /* Name... */ $"00000000005A0000" /* .....Z.. */ $"00000000004A6564" /* .....Jed */ $"69740000000B0000" /* it...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000480000" /* .....H.. */ $"0120000000E00000" /* . ...... */ $"0137FFFFFFFFFFFF" /* .7...... */ $"08756E7469746C65" /* .untitle */ $"6400000000000000" /* d....... */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"000000000000003E" /* .......> */ $"000000000000002E" /* ........ */ $"7465787400000000" /* text.... */ $"00000000FFFFFFFF" /* ........ */ $"0000000000000004" /* ........ */ $"0000011C0000003C" /* .......< */ $"0000012CFFFFFFFF" /* ...,.... */ $"0000034661780000" /* ...Fax.. */ $"00000000005A0000" /* .....Z.. */ $"00000000004A6564" /* .....Jed */ $"69740000000A0000" /* it...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000480000" /* .....H.. */ $"0104000000E00000" /* ........ */ $"011BFFFFFFFFFFFF" /* ........ */ $"08756E7469746C65" /* .untitle */ $"6400000000000000" /* d....... */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000040" /* .......@ */ $"0000000000000030" /* .......0 */ $"7465787400000000" /* text.... */ $"00000000FFFFFFFF" /* ........ */ $"0000000000000004" /* ........ */ $"0000010000000040" /* .......@ */ $"00000110FFFFFFFF" /* ........ */ $"00000550686F6E65" /* ...Phone */ $"000000000000003A" /* .......: */ $"000000000000002A" /* .......* */ $"706F706D00000014" /* popm.... */ $"00000000FFFFFFFF" /* ........ */ $"0000000000000008" /* ........ */ $"00000008000000E0" /* ........ */ $"0000001EFFFFFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"0046000000000000" /* .F...... */ $"00367062746E0000" /* .6pbtn.. */ $"000200000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"00B6000001580000" /* .....X.. */ $"010000000172FFFF" /* .....r.. */ $"FFFFFFFF00000000" /* ........ */ $"000000000643616E" /* .....Can */ $"63656C6500000042" /* cele...B */ $"0000000000000032" /* .......2 */ $"7062746E00000001" /* pbtn.... */ $"00000000FFFFFFFF" /* ........ */ $"000000000000010A" /* ........ */ $"0000015800000154" /* ...X...T */ $"00000172FFFFFFFF" /* ...r.... */ $"FFFF000000000000" /* ........ */ $"0000024F4B740000" /* ...OKt.. */ $"005A000000000000" /* .Z...... */ $"004A656469740000" /* .Jedit.. */ $"000900000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0048000000E80000" /* .H...... */ $"0154000000FFFFFF" /* .T...... */ $"FFFFFFFF08756E74" /* .....unt */ $"69746C6564000000" /* itled... */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000004200000000" /* ...B.... */ $"0000003274657874" /* ...2text */ $"0000000000000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"00000004000000E4" /* ........ */ $"00000040000000F4" /* ...@.... */ $"FFFFFFFF00000743" /* .......C */ $"6F756E7472790000" /* ountry.. */ $"00000000005A0000" /* .....Z.. */ $"00000000004A6564" /* .....Jed */ $"6974000000080000" /* it...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000880000" /* ........ */ $"00CC000001180000" /* ........ */ $"00E3FFFFFFFFFFFF" /* ........ */ $"08756E7469746C65" /* .untitle */ $"6400000000000000" /* d....... */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"000000000000004E" /* .......N */ $"000000000000003E" /* .......> */ $"7465787400000000" /* text.... */ $"00000000FFFFFFFF" /* ........ */ $"0000000000000004" /* ........ */ $"000000CC00000080" /* ........ */ $"000000DCFFFFFFFF" /* ........ */ $"0000125A6970206F" /* ...Zip o */ $"7220506F7374616C" /* r Postal */ $"20436F6465000000" /* Code... */ $"00000000005A0000" /* .....Z.. */ $"00000000004A6564" /* .....Jed */ $"6974000000070000" /* it...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000880000" /* ........ */ $"00B0000001180000" /* ........ */ $"00C7FFFFFFFFFFFF" /* ........ */ $"08756E7469746C65" /* .untitle */ $"6400000000000000" /* d....... */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000040" /* .......@ */ $"0000000000000030" /* .......0 */ $"7465787400000000" /* text.... */ $"00000000FFFFFFFF" /* ........ */ $"0000000000000004" /* ........ */ $"000000B400000038" /* .......8 */ $"000000C4FFFFFFFF" /* ........ */ $"0000055374617465" /* ...State */ $"000000000000005A" /* .......Z */ $"000000000000004A" /* .......J */ $"6564697400000006" /* edit.... */ $"00000000FFFFFFFF" /* ........ */ $"0000000000000048" /* .......H */ $"0000009400000154" /* .......T */ $"000000ABFFFFFFFF" /* ........ */ $"FFFF08756E746974" /* ...untit */ $"6C65640000000000" /* led..... */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0040000000000000" /* .@...... */ $"0030746578740000" /* .0text.. */ $"000000000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0004000000980000" /* ........ */ $"0034000000A8FFFF" /* .4...... */ $"FFFF000004436974" /* .....Cit */ $"7974000000000000" /* yt...... */ $"005A000000000000" /* .Z...... */ $"004A656469740000" /* .Jedit.. */ $"000500000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0048000000780000" /* .H...x.. */ $"01540000008FFFFF" /* .T...... */ $"FFFFFFFF08756E74" /* .....unt */ $"69746C6564000000" /* itled... */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000004200000000" /* ...B.... */ $"0000003274657874" /* ...2text */ $"0000000000000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000000400000028" /* .......( */ $"0000004F00000038" /* ...O...8 */ $"FFFFFFFF00000743" /* .......C */ $"6F6D70616E790000" /* ompany.. */ $"0000000000420000" /* .....B.. */ $"0000000000327465" /* .....2te */ $"7874000000000000" /* xt...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000040000" /* ........ */ $"005C0000004F0000" /* .\...O.. */ $"006CFFFFFFFF0000" /* .l...... */ $"0741646472657373" /* .Address */ $"000000000000005A" /* .......Z */ $"000000000000004A" /* .......J */ $"6564697400000004" /* edit.... */ $"00000000FFFFFFFF" /* ........ */ $"0000000000000048" /* .......H */ $"0000005C00000154" /* ...\...T */ $"00000073FFFFFFFF" /* ...s.... */ $"FFFF08756E746974" /* ...untit */ $"6C65640000000000" /* led..... */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"004A656469740000" /* .Jedit.. */ $"000300000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0054000000250000" /* .T...%.. */ $"01540000003CFFFF" /* .T...<.. */ $"FFFFFFFF08756E74" /* .....unt */ $"69746C6564000000" /* itled... */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ }; /* 'VRes' 143 * * "ColumnSetDialog" */ data 'VRes' (143,"ColumnSetDialog") { $"000000000000006A" /* .......j */ $"0000005A646C6F67" /* ...Zdlog */ $"0000010000000000" /* ........ */ $"FFFF000000960000" /* ........ */ $"001E000000000000" /* ........ */ $"0000000001680000" /* .....h.. */ $"0118000001680000" /* .....h.. */ $"0118000001680000" /* .....h.. */ $"0118000000000000" /* ........ */ $"0000124564697420" /* ...Edit */ $"4461746162617365" /* Database */ $"2056696577000000" /* View... */ $"0000000000010000" /* ........ */ $"0002000000460000" /* .....F.. */ $"0000000000367062" /* .....6pb */ $"746E000000020000" /* tn...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000C30000" /* ........ */ $"00FC000001080000" /* ........ */ $"0116FFFFFFFFFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"0643616E63656C65" /* .Cancele */ $"0000004200000000" /* ...B.... */ $"000000327062746E" /* ...2pbtn */ $"0000000100000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"00000110000000FC" /* ........ */ $"0000015500000116" /* ...U.... */ $"FFFFFFFFFFFF0000" /* ........ */ $"000000000000024F" /* .......O */ $"4B74000000760000" /* Kt...v.. */ $"003C0000002C7363" /* .<...,sc */ $"7276000000000000" /* rv...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000040000" /* ........ */ $"0034000001640000" /* .4...d.. */ $"00F8FFFFFFFF0000" /* ........ */ $"FFFFFFFFFFFF0000" /* ........ */ $"0000000000000000" /* ........ */ $"002A475461620000" /* .*GTab.. */ $"000600000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"014F000000B3FFFF" /* .O...... */ $"FFFF000000000000" /* ........ */ $"0000004400000000" /* ...D.... */ $"0000003474657874" /* ...4text */ $"0000000500000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000002C00000004" /* ...,.... */ $"0000016000000030" /* ...`...0 */ $"FFFFFFFF00000875" /* .......u */ $"6E7469746C656400" /* ntitled. */ $"0000000000000000" /* ........ */ $"0000000000000032" /* .......2 */ $"69636F6E00000007" /* icon.... */ $"00000000FFFFFFFF" /* ........ */ $"0000000000000008" /* ........ */ $"0000000400000028" /* .......( */ $"00000024FFFFFFFF" /* ...$.... */ $"0000000000020000" /* ........ */ $"002000000020" /* . ... */ }; /* 'VRes' 144 * * "SetNameDialog" */ data 'VRes' (144,"SetNameDialog") { $"0000000000000060" /* .......` */ $"00000050646C6F67" /* ...Pdlog */ $"0000001200000000" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"00000000012C0000" /* .....,.. */ $"00640000012C0000" /* .d...,.. */ $"00640000012C0000" /* .d...,.. */ $"00C8000000000000" /* ........ */ $"0000094E616D6520" /* ...Name */ $"5669657700000000" /* View.... */ $"0000000100000002" /* ........ */ $"0000004200000000" /* ...B.... */ $"000000327062746E" /* ...2pbtn */ $"0000000100000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"000000E000000040" /* .......@ */ $"000001280000005A" /* ...(...Z */ $"FFFFFFFFFFFF0000" /* ........ */ $"000000000000024F" /* .......O */ $"4B74000000460000" /* Kt...F.. */ $"0000000000367062" /* .....6pb */ $"746E000000020000" /* tn...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000900000" /* ........ */ $"0040000000D80000" /* .@...... */ $"005AFFFFFFFFFFFF" /* .Z...... */ $"0000000000000000" /* ........ */ $"0643616E63656C65" /* .Cancele */ $"0000005200000000" /* ...R.... */ $"0000004265646974" /* ...Bedit */ $"0000000300000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000001400000020" /* ....... */ $"0000011400000038" /* .......8 */ $"FFFFFFFFFFFF004E" /* .......N */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000427465" /* .....Bte */ $"7874000000000000" /* xt...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000140000" /* ........ */ $"000C0000010C0000" /* ........ */ $"001CFFFFFFFF0000" /* ........ */ $"16506C6561736520" /* .Please */ $"6E616D6520746869" /* name thi */ $"7320766965772E6E" /* s view.n */ $"00000000" /* .... */ }; /* 'VRes' 148 * * "Plugin Selector" */ data 'VRes' (148,"Plugin Selector") { $"0000000000000060" /* .......` */ $"00000050646C6F67" /* ...Pdlog */ $"0000001200000000" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"00000000017C0000" /* .....|.. */ $"01040000017C0000" /* .....|.. */ $"01040000017C0000" /* .....|.. */ $"0104000000000000" /* ........ */ $"000008756E746974" /* ...untit */ $"6C65640000000000" /* led..... */ $"0000000000000000" /* ........ */ $"000000760000003C" /* ...v...< */ $"0000002C73637276" /* ...,scrv */ $"0000000000000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000005800000030" /* ...X...0 */ $"00000178000000DC" /* ...x.... */ $"FFFFFFFF0000FFFF" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"000000000000002A" /* .......* */ $"4754616200000000" /* GTab.... */ $"00000000FFFFFFFF" /* ........ */ $"00000000FFFFFFFF" /* ........ */ $"FFFFFFFF0000010F" /* ........ */ $"0000009BFFFFFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"0046000000000000" /* .F...... */ $"00367062746E0000" /* .6pbtn.. */ $"000200000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"00E4000000E40000" /* ........ */ $"0124000000FEFFFF" /* .$...... */ $"FFFFFFFF00000000" /* ........ */ $"000000000643616E" /* .....Can */ $"63656C6500000042" /* cele...B */ $"0000000000000032" /* .......2 */ $"7062746E00000001" /* pbtn.... */ $"00000000FFFFFFFF" /* ........ */ $"0000000000000130" /* .......0 */ $"000000E400000170" /* .......p */ $"000000FEFFFFFFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000024F4B740000" /* ...OKt.. */ $"0042000000000000" /* .B...... */ $"0032746578740000" /* .2text.. */ $"000000000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0004000000300000" /* .....0.. */ $"004F000000CCFFFF" /* .O...... */ $"FFFF000006416374" /* .....Act */ $"696F6E6500000000" /* ione.... */ $"0000004000000000" /* ...@.... */ $"0000003074657874" /* ...0text */ $"0000000000000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"000000840000000C" /* ........ */ $"000000AE0000001C" /* ........ */ $"FFFFFFFF0000044E" /* .......N */ $"616D657400000000" /* amet.... */ $"0000000000000000" /* ........ */ $"0000003274657874" /* ...2text */ $"0000000000000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"000000500000000B" /* ...P.... */ $"0000007A0000001C" /* ...z.... */ $"FFFFFFFF00000641" /* .......A */ $"6374697665650000" /* ctivee.. */ $"0000" /* .. */ }; /* 'VRes' 150 * * "Default Search Panel" */ data 'VRes' (150,"Default Search Panel") { $"0000000000000036" /* .......6 */ $"0000002676696577" /* ...&view */ $"0000009600000000" /* ........ */ $"FFFFFFFFFFFFFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"FFFFFFFFFFFFFFFF" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"00000000003A0000" /* .....:.. */ $"002A6261636B0000" /* .*back.. */ $"000000000000FFFF" /* ........ */ $"FFFFFFFFFFFF0000" /* ........ */ $"0000000000000000" /* ........ */ $"000000000000FFFF" /* ........ */ $"FFFF000000000001" /* ........ */ $"0000004A00000000" /* ...J.... */ $"0000003A7062746E" /* ...:pbtn */ $"0000000800000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000017800000014" /* ...x.... */ $"000002000000004C" /* .......L */ $"FFFFFFFFFFFF0000" /* ........ */ $"0000000000000A53" /* .......S */ $"6974652044617461" /* ite Data */ $"C9000000003A0000" /* .....:.. */ $"00000000002A706F" /* .....*po */ $"706D000000070000" /* pm...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000840000" /* ........ */ $"00A8000000FC0000" /* ........ */ $"00BEFFFFFFFF0000" /* ........ */ $"0000000000000040" /* .......@ */ $"0000000000000030" /* .......0 */ $"7465787400000069" /* text...i */ $"00000000FFFFFFFF" /* ........ */ $"000000000000000C" /* ........ */ $"000000AC00000057" /* .......W */ $"000000BCFFFFFFFF" /* ........ */ $"000004466F726D74" /* ...Formt */ $"000000000000003A" /* .......: */ $"000000000000002A" /* .......* */ $"706F706D00000006" /* popm.... */ $"00000000FFFFFFFF" /* ........ */ $"0000000000000118" /* ........ */ $"0000008C00000190" /* ........ */ $"000000A2FFFFFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"003A000000000000" /* .:...... */ $"002A706F706D0000" /* .*popm.. */ $"000400000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0118000000700000" /* .....p.. */ $"019000000086FFFF" /* ........ */ $"FFFF000000000000" /* .......... [truncated message content] |
|
From: Jeffrey B. <jlb...@us...> - 2006-12-26 15:45:38
|
Update of /cvsroot/igarden/Garden/source/Reports In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv22899 Modified Files: Tag: Release_branch_v1 PurchaseReport.h PurchaseReport.cpp Log Message: Add "Include Annuals to Repurchase" checkbox for shopping list Index: PurchaseReport.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/Reports/Attic/PurchaseReport.cpp,v retrieving revision 1.1.2.4 retrieving revision 1.1.2.5 diff -C2 -d -r1.1.2.4 -r1.1.2.5 *** PurchaseReport.cpp 19 Dec 2006 12:49:57 -0000 1.1.2.4 --- PurchaseReport.cpp 26 Dec 2006 15:45:36 -0000 1.1.2.5 *************** *** 44,47 **** --- 44,48 ---- #include "Path.h" #include "DocumentTags.h" + #include "SourceQuery.h" #include <XGCheckButton.h> #include <XGPopControl.h> *************** *** 57,60 **** --- 58,62 ---- const short kFormat = 13; const short kIncludeMulch = 14; + const short kIncludeAllAnnuals = 15; using yaaf::XGCheckButton; *************** *** 104,107 **** --- 106,110 ---- _showPictures = false; _includeMulch = false; + _includeAllAnnuals = false; } *************** *** 205,208 **** --- 208,214 ---- check = dynamic_cast<XGCheckButton*>(dlog->FindViewByID(kIncludeMulch)); check->SetValue(_includeMulch ? 1 : 0); + + check = dynamic_cast<XGCheckButton*>(dlog->FindViewByID(kIncludeAllAnnuals)); + check->SetValue(_includeAllAnnuals ? 1 : 0); } *************** *** 229,232 **** --- 235,244 ---- EnableFindButton(AllowPrint(), dlog); break; + case kIncludeAllAnnuals: + check = dynamic_cast<XGCheckButton*>(dlog->FindViewByID(kIncludeAllAnnuals)); + _includeAllAnnuals = !check->GetValue(); + check->SetValue(_includeAllAnnuals); + EnableFindButton(AllowPrint(), dlog); + break; } } *************** *** 361,365 **** if(!instance->GetInt32(kNumPurchased, &numPurchased)) numPurchased = 0; ! numUnpurchased = ref->GetNumItems() - numPurchased; if(numUnpurchased > 0) { --- 373,381 ---- if(!instance->GetInt32(kNumPurchased, &numPurchased)) numPurchased = 0; ! ! if(_includeAllAnnuals && (mat->GetMaterialType() == kMaterialTypeAnnual)) ! numUnpurchased = ref->GetNumItems(); ! else ! numUnpurchased = ref->GetNumItems() - numPurchased; if(numUnpurchased > 0) { *************** *** 446,449 **** --- 462,466 ---- PathElement *elem; bool show, matchPlot, matchSupplier; + SourceQuery query(SourceMaterialFile::GetSourceDatabase()); format = _templates[_currentItem]; *************** *** 554,560 **** numPurchased = 0; ! mat->GetPictureRelativePath(picturePath); ! numUnpurchased = ref->GetNumItems() - numPurchased; if(numUnpurchased > 0) { --- 571,587 ---- numPurchased = 0; ! if(format.hasPicture) ! { ! String fullName; ! fullName = mat->GetFullCanonicalName(); ! query.FindPictures(fullName, kOnePicture); ! } ! mat->GetPictureRelativePath(picturePath); ! ! if(_includeAllAnnuals && (mat->GetMaterialType() == kMaterialTypeAnnual)) ! numUnpurchased = ref->GetNumItems(); ! else ! numUnpurchased = ref->GetNumItems() - numPurchased; if(numUnpurchased > 0) { *************** *** 615,619 **** { siftedList[data] = data; - // printf("Setting value for '%s' to %ld\n", namePtr, data.count); } else --- 642,645 ---- *************** *** 632,635 **** --- 658,662 ---- siftedList_t::iterator iter; + for(iter = siftedList.begin(); iter != siftedList.end(); iter++) { Index: PurchaseReport.h =================================================================== RCS file: /cvsroot/igarden/Garden/source/Reports/Attic/PurchaseReport.h,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -C2 -d -r1.1.2.3 -r1.1.2.4 *** PurchaseReport.h 19 Dec 2006 12:49:57 -0000 1.1.2.3 --- PurchaseReport.h 26 Dec 2006 15:45:36 -0000 1.1.2.4 *************** *** 77,80 **** --- 77,81 ---- bool _showPictures; bool _includeMulch; + bool _includeAllAnnuals; // Including living ones, for purchase next year long _currentItem; XGSDynArray<ShopTemplate_t> _templates; |
|
From: Jeffrey B. <jlb...@us...> - 2006-12-26 15:44:38
|
Update of /cvsroot/igarden/Garden/source/LayoutDB In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv22460 Modified Files: Tag: Release_branch_v1 MaterialRef.cpp Log Message: BUG: Plants could sometimes show up with a spread of their height. Most noticeable with tall thin plants like sunflower. Index: MaterialRef.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/LayoutDB/MaterialRef.cpp,v retrieving revision 1.119.2.5 retrieving revision 1.119.2.6 diff -C2 -d -r1.119.2.5 -r1.119.2.6 *** MaterialRef.cpp 12 Dec 2006 00:58:41 -0000 1.119.2.5 --- MaterialRef.cpp 26 Dec 2006 15:44:34 -0000 1.119.2.6 *************** *** 2004,2008 **** { if(!before->isEmpty(instanceAttr)) ! before->GetHeight(temp, result); } else if(after != NULL && before != NULL) --- 2004,2013 ---- { if(!before->isEmpty(instanceAttr)) ! { ! if(attrID == kPlantHeight) ! before->GetHeight(temp, result); ! else ! before->GetSpread(temp, result); ! } } else if(after != NULL && before != NULL) |
|
From: Jeffrey B. <jlb...@us...> - 2006-12-26 15:41:53
|
Update of /cvsroot/igarden/Garden/source/resources In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv21290 Modified Files: Tag: Release_branch_v1 PlantPictureLocations.xml Log Message: Add license tag to picture references Index: PlantPictureLocations.xml =================================================================== RCS file: /cvsroot/igarden/Garden/source/resources/PlantPictureLocations.xml,v retrieving revision 1.10.2.1 retrieving revision 1.10.2.2 diff -C2 -d -r1.10.2.1 -r1.10.2.2 *** PlantPictureLocations.xml 26 Dec 2006 02:07:26 -0000 1.10.2.1 --- PlantPictureLocations.xml 26 Dec 2006 15:41:48 -0000 1.10.2.2 *************** *** 11,14 **** --- 11,18 ---- Contact: je...@re... + + Current picture Licenses: + PD Public Domain + CC-by-2.5 Creative Commons Attibution only --> <Locations> *************** [...1266 lines suppressed...] <img src="chvi3_008_shp.jpg" by="Clarence A. Rechenthin. "/> </plant> ! <plant canon="Clethra alnifolia" base="http://plants.usda.gov/gallery/standard/" license="PD" tag="PlantsUSDA"> <img src="clal3_002_svp.jpg" by="Robert H. Mohlenbrock @ USDA-NRCS PLANTS Database / USDA SCS. 1991. Southern wetland flora: Field office guide to plant species. South National Technical Center, Fort Worth, TX."/> </plant> ! <plant canon="Conoclinium coelestinum" base="http://plants.usda.gov/gallery/standard/" license="PD" tag="PlantsUSDA"> <img src="coco13_001_shp.jpg" by="Robert H. Mohlenbrock @ USDA-NRCS PLANTS Database / USDA SCS. 1989. Midwest wetland flora: Field office illustrated guide to plant species. Midwest National Technical Center, Lincoln, NE."/> </plant> ! <plant canon="Coreopsis auriculata" base="http://plants.usda.gov/gallery/standard/" license="PD" tag="PlantsUSDA"> <img src="coau_001_svd.jpg" by="USDA-NRCS PLANTS Database / Britton, N.L., and A. Brown. 1913. Illustrated flora of the northern states and Canada. Vol. 3: 491."/> </plant> ! <plant canon="Coreopsis lanceolata" base="http://plants.usda.gov/gallery/standard/" license="PD" tag="PlantsUSDA"> <img src="cola5_004_svp.jpg" by="Clarence A. Rechenthin."/> </plant> ! <plant canon="Cornus sericea" base="http://plants.usda.gov/gallery/standard/" license="PD" tag="PlantsUSDA"> <img src="cose16_002_shp.jpg" by="USDA-NRCS PLANTS Database / Herman, D.E. et al. 1996. North Dakota tree handbook. USDA NRCS ND State Soil Conservation Committee; NDSU Extension and Western Area Power Admin., Bismarck, ND."/> </plant> ! <plant canon="Forsythia" base="http://plants.usda.gov/gallery/standard/" license="PD" tag="PlantsUSDA"> <img src="forsy_001_shp.jpg" by="USDA-NRCS PLANTS Database / Herman, D.E. et al. 1996. North Dakota tree handbook. USDA NRCS ND State Soil Conservation Committee; NDSU Extension and Western Area Power Admin., Bismarck, ND."/> </plant> |
|
From: Jeffrey B. <jlb...@us...> - 2006-12-26 14:58:41
|
Update of /cvsroot/igarden/Garden/source/Reports/ReportFormats In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv3431 Modified Files: Tag: Release_branch_v1 ShopList1.html Log Message: Remove spurious URL Index: ShopList1.html =================================================================== RCS file: /cvsroot/igarden/Garden/source/Reports/ReportFormats/Attic/ShopList1.html,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -C2 -d -r1.1.2.3 -r1.1.2.4 *** ShopList1.html 26 Dec 2006 01:35:13 -0000 1.1.2.3 --- ShopList1.html 26 Dec 2006 14:58:38 -0000 1.1.2.4 *************** *** 19,21 **** </table> </body> - http://static.flickr.com/111/305099509_53d795ffaf.jpg?v=0 \ No newline at end of file --- 19,20 ---- |
|
From: Jeffrey B. <jlb...@us...> - 2006-12-26 02:09:58
|
Update of /cvsroot/igarden/Garden/source/Plugins In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv32250 Modified Files: Tag: Release_branch_v1 PictureSearchPlugin.cp PictureSearchPlugin.h Log Message: Add basic support for mirrors of picture data Index: PictureSearchPlugin.cp =================================================================== RCS file: /cvsroot/igarden/Garden/source/Plugins/PictureSearchPlugin.cp,v retrieving revision 1.17 retrieving revision 1.17.2.1 diff -C2 -d -r1.17 -r1.17.2.1 *** PictureSearchPlugin.cp 18 May 2006 11:20:38 -0000 1.17 --- PictureSearchPlugin.cp 26 Dec 2006 02:09:56 -0000 1.17.2.1 *************** *** 296,300 **** // char debugBuf[256]; const char *val; ! XGXMLObject *root, *supplier; XGXMLData *data; --- 296,300 ---- // char debugBuf[256]; const char *val; ! XGXMLObject *root, *supplier, *mirror; XGXMLData *data; *************** *** 349,352 **** --- 349,366 ---- } } + else if(CIstrcmp(data->GetTag(), "Mirrors") == 0) + { + mirror = data->GetChild(); + if(mirror != NULL) + { + data = dynamic_cast<XGXMLData*>(mirror); + if(data != NULL) + { + XGXMLStringData *xmlStr = dynamic_cast<XGXMLStringData*>(data->GetChild()); + if(xmlStr != NULL) + _mirrorSite = xmlStr->GetValue(); + } + } + } root = root->GetSibling(); } *************** *** 366,382 **** /// ~PictureSearchPlugin // ! pictureResult_t PictureSearchPlugin::LoadUpPicture(String & urlStr) { XGFileSpecifier spec; - char *remainder; - String host; pictureResult_t found = kPictureNotFound; ! if(GetPictureSpecifier(urlStr, host, &remainder, spec)) { if(spec.Exists() == XGFileSpecifier::kTypeNoFile) { char buf[512]; spec.GetName(buf); if(strlen(buf) < 32) --- 380,397 ---- /// ~PictureSearchPlugin // ! pictureResult_t PictureSearchPlugin::LoadUpPicture(String & urlStr, String & originalStr) { XGFileSpecifier spec; pictureResult_t found = kPictureNotFound; ! if(GetLocalPictureSpecifier(originalStr, spec)) { if(spec.Exists() == XGFileSpecifier::kTypeNoFile) { char buf[512]; + String remainder; + String host; + GetRemotePictureSpecifier(urlStr, host, remainder); spec.GetName(buf); if(strlen(buf) < 32) *************** *** 393,397 **** { req.Reset(); ! req.SetURI("GET",remainder); req.AddHeader("User-Agent", "GardensketchPicturePlugin YAAF"); req.SetKeepOpen(false); --- 408,412 ---- { req.Reset(); ! req.SetURI("GET",remainder.c_str()); req.AddHeader("User-Agent", "GardensketchPicturePlugin YAAF"); req.SetKeepOpen(false); *************** *** 430,441 **** ! bool PictureSearchPlugin::GetPictureSpecifier(String & urlStr, String &host, char **remainderPtr, XGFileSpecifier &spec) { const char *urlPtr; ! char *slash, *level, *remainder; ! String levelStr; ! const char *levelPtr; XGDirectory mkdir; - bool found = false; urlPtr = urlStr.c_str(); --- 445,454 ---- ! void PictureSearchPlugin::GetRemotePictureSpecifier(String & urlStr, String &host, String &remainder) { const char *urlPtr; ! char *slash; ! String levelStr, originalHost; XGDirectory mkdir; urlPtr = urlStr.c_str(); *************** *** 447,451 **** else host.SetCString(urlPtr); ! levelPtr = host.c_str(); mkdir = _pictSpec; if(!mkdir.ChangeDirectory(levelPtr)) --- 460,486 ---- else host.SetCString(urlPtr); ! ! remainder.SetCString(slash != NULL ? slash : ""); ! } ! ! bool PictureSearchPlugin::GetLocalPictureSpecifier(String & originalStr, XGFileSpecifier &spec) ! { ! const char *urlPtr; ! char *slash, *level; ! String levelStr, originalHost; ! const char *levelPtr; ! XGDirectory mkdir; ! bool found = false; ! ! urlPtr = originalStr.c_str(); ! if(strncmp(urlPtr, "http://", 7) == 0) ! urlPtr += 7; ! slash = strchr(urlPtr, '/'); ! if(slash != NULL) ! originalHost.SetCString(urlPtr, slash-urlPtr); ! else ! originalHost.SetCString(urlPtr); ! levelPtr = originalHost.c_str(); ! mkdir = _pictSpec; if(!mkdir.ChangeDirectory(levelPtr)) *************** *** 454,462 **** } - if(slash != NULL) - remainder = slash; - else - remainder = ""; - while(slash != NULL) { --- 489,492 ---- *************** *** 479,483 **** } } - *remainderPtr = remainder; return found; --- 509,512 ---- *************** *** 571,578 **** XGXMLData *data, *bestData; const char *namePtr; ! char *remainder; ! const char *val, *base; long picturesToDownload, n; ! String urlStr, baseStr, host, commonStr, rightStr, outStr, supplierTags; String linkStr, idListStr, idStr, groupIDStr, byStr; XGFileSpecifier spec; --- 600,606 ---- XGXMLData *data, *bestData; const char *namePtr; ! const char *val, *base, *boolVal; long picturesToDownload, n; ! String urlStr, baseStr, /* host, */ commonStr, rightStr, outStr, supplierTags; String linkStr, idListStr, idStr, groupIDStr, byStr; XGFileSpecifier spec; *************** *** 582,585 **** --- 610,614 ---- String tags, canonical; bool connectAbort = false; + bool useMirror; materialCmp_t cmp, bestCmp; *************** *** 631,634 **** --- 660,666 ---- baseStr.SetCString(""); + boolVal = data->GetArgValue("useMirror"); + useMirror = (boolVal != NULL && (*boolVal == 'Y' || *boolVal == 'y' || *boolVal == 'T' || *boolVal == 't')); + val = data->GetArgValue("tag"); if(val != NULL) *************** *** 657,661 **** urlStr = baseStr; urlStr += val; ! if(GetPictureSpecifier(urlStr, host, &remainder, spec)) if(!spec.Exists()) picturesToDownload++; --- 689,693 ---- urlStr = baseStr; urlStr += val; ! if(GetLocalPictureSpecifier(urlStr, spec)) if(!spec.Exists()) picturesToDownload++; *************** *** 665,670 **** if(picturesToDownload != 0) { ! String message("Downloading pictures"); ! _callback->StartProgressBar(message, picturesToDownload); for(inner = innerStart, n = 1; (inner != NULL) && (n <= picturesToDownload) && !connectAbort; inner = inner->GetSibling()) --- 697,705 ---- if(picturesToDownload != 0) { ! String message("Downloading pictures"); ! String httpTag("http://"); ! pictureResult_t result; ! String originalURLStr; ! _callback->StartProgressBar(message, picturesToDownload); for(inner = innerStart, n = 1; (inner != NULL) && (n <= picturesToDownload) && !connectAbort; inner = inner->GetSibling()) *************** *** 675,684 **** if(val != NULL) { ! urlStr = baseStr; ! urlStr += val; ! try { ! switch(LoadUpPicture(urlStr)) { case kPictureFound: --- 710,738 ---- if(val != NULL) { ! originalURLStr = baseStr; ! originalURLStr += val; try { ! if(useMirror) ! { ! String mirrorUrlStr = _mirrorSite; ! if(originalURLStr.left(httpTag.Length()) == httpTag) ! { ! String tmpStr; ! ! tmpStr = originalURLStr.right(originalURLStr.Length() - httpTag.Length()); ! mirrorUrlStr += tmpStr; ! } ! else ! mirrorUrlStr += originalURLStr; ! ! result = LoadUpPicture(mirrorUrlStr, originalURLStr); ! if(result != kPictureFound) ! result = LoadUpPicture(originalURLStr, originalURLStr); ! } ! else ! ! result = LoadUpPicture(originalURLStr, originalURLStr); ! switch(result) { case kPictureFound: *************** *** 817,821 **** XGXMLData *data; const char *namePtr; - char *remainder; const char *val; long picturesToDownload; --- 871,874 ---- *************** *** 849,853 **** urlStr = baseStr; urlStr += val; ! if(GetPictureSpecifier(urlStr, host, &remainder, spec)) if(!spec.Exists()) picturesToDownload++; --- 902,906 ---- urlStr = baseStr; urlStr += val; ! if(GetLocalPictureSpecifier(urlStr, spec)) if(!spec.Exists()) picturesToDownload++; Index: PictureSearchPlugin.h =================================================================== RCS file: /cvsroot/igarden/Garden/source/Plugins/PictureSearchPlugin.h,v retrieving revision 1.6 retrieving revision 1.6.2.1 diff -C2 -d -r1.6 -r1.6.2.1 *** PictureSearchPlugin.h 21 Jan 2006 12:53:06 -0000 1.6 --- PictureSearchPlugin.h 26 Dec 2006 02:09:56 -0000 1.6.2.1 *************** *** 75,80 **** protected: private: ! pictureResult_t LoadUpPicture(String & urlStr); ! bool GetPictureSpecifier(String & urlStr, String &host, char **remainderPtr, yaaf::XGFileSpecifier &spec); void AddSupplierXML(String &tag, yaaf::XGFileHandle &xmlOut, String &id); void GetLinkForTag(String &tag, String &link); --- 75,81 ---- protected: private: ! pictureResult_t LoadUpPicture(String & urlStr, String & originalStr); ! void GetRemotePictureSpecifier(String & urlStr, String &host, String &remainder); ! bool GetLocalPictureSpecifier(String & originalStr, yaaf::XGFileSpecifier &spec); void AddSupplierXML(String &tag, yaaf::XGFileHandle &xmlOut, String &id); void GetLinkForTag(String &tag, String &link); *************** *** 83,86 **** --- 84,88 ---- searchType_t _searchType; String _canonicalName; + String _mirrorSite; yaaf::XGXMLObject *_root; yaaf::XGDirectory _pictSpec; |
|
From: Jeffrey B. <jlb...@us...> - 2006-12-26 02:07:30
|
Update of /cvsroot/igarden/Garden/source/resources In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv31474 Modified Files: Tag: Release_branch_v1 PlantPictureLocations.xml Log Message: Add basic support for mirrors of picture data Index: PlantPictureLocations.xml =================================================================== RCS file: /cvsroot/igarden/Garden/source/resources/PlantPictureLocations.xml,v retrieving revision 1.10 retrieving revision 1.10.2.1 diff -C2 -d -r1.10 -r1.10.2.1 *** PlantPictureLocations.xml 18 May 2006 11:18:00 -0000 1.10 --- PlantPictureLocations.xml 26 Dec 2006 02:07:26 -0000 1.10.2.1 *************** *** 13,20 **** --- 13,24 ---- --> <Locations> + <Mirrors> + <Mirror>http://mirror.gardensketch.com/Plants/</Mirror> + </Mirrors> <Suppliers> <InfoSupplier UID="FC566554-8514-11DA-AB89-C467FD397B7A" TagName="CalPhoto" CompanyName="CalPhoto, University of California, Berkeley" SiteURL="http://calphotos.berkeley.edu/" IsVendor="no"/> <InfoSupplier UID="6949AE5A-8F8D-11DA-AB89-C467FD397B7A" TagName="Hear" CompanyName="Forest and Kim Starr (USGS)" SiteURL="http://www.hear.org/starr/hiplants/images/index.html" IsVendor="no"/> <InfoSupplier UID="0000BA00-0000-5571-0000-000600009860" TagName="PlantsUSDA" CompanyName="USDA-NRCS PLANTS Database" SiteURL="http://plants.usda.gov" IsVendor="no"/> + <InfoSupplier UID="06A94B66-2788-4E74-8D71-F50B0F7EA607" TagName="NBII" CompanyName=" National Biological Information Infrastructure" SiteURL="http://images.nbii.gov/" IsVendor="no"/> <InfoSupplier UID="12A5090E-DD54-11DA-AB89-C467FD397B7A" TagName="Redstart" CompanyName="Redstart Software" SiteURL="http://www.redstartsoftware.com" IsVendor="no"/> </Suppliers> *************** *** 75,78 **** --- 79,85 ---- <img src="astu_010_shp.jpg" by="Clarence A. Rechenthin."/> </plant> + <plant canon="Asparagus densiflorus" base="http://www.hear.org/starr/hiplants/images/thumbnails/" tag="Hear"> + <img src="starr_030418_0149_asparagus_densiflorus.jpg" common="Coarse asparagus fern"/> + </plant> <plant canon="Asparagus plumosus" base="http://www.hear.org/starr/hiplants/images/thumbnails/" tag="Hear"> <img src="starr_050517_1468_asparagus_plumosus.jpg" common="Asparagus fern"/> *************** *** 163,166 **** --- 170,176 ---- <img src="starr_020701_0020_cynara_scolymus.jpg" common="Globe artichoke"/> </plant> + <plant canon="Dianthus deltoides" base="http://plants.usda.gov/gallery/standard/" tag="PlantsUSDA"> + <img src="dide_001_svd.jpg" by="Britton, N.L., and A. Brown"/> + </plant> <plant canon="Deschampsia caespitosa" base="http://plants.usda.gov/gallery/standard/" tag="PlantsUSDA"> <img src="dece_001_svp.jpg" by="Robert H. Mohlenbrock."/> *************** *** 178,181 **** --- 188,194 ---- <img src="dome_003_svp.jpg" by="Jennifer Anderson"/> </plant> + <plant canon="Echinacea purpurea" base="http://images.nbii.gov/plants/" useMirror="True" tag="NBII"> + <img src="nbii_t00420.jpg" by=" John J. Mosesso"/> + </plant> <plant canon="Eichhornia crassipes" base="http://www.hear.org/starr/hiplants/images/thumbnails/" tag="Hear"> <img src="starr_980401_1345_eichhornia_crassipes.jpg" common="Water hyacinth"/> *************** *** 239,242 **** --- 252,258 ---- <img src="hecu3_002_shp.jpg" by="William and Wilma Follette."/> </plant> + <plant canon="Hemerocallis lilioasphodelus" base="http://images.nbii.gov/plants/" tag="NBII"> + <img src="nbii_t00292.jpg" by=" John J. Mosesso"/> + </plant> <plant canon="Hibiscus moscheutos" base="http://plants.usda.gov/gallery/standard/" tag="PlantsUSDA"> <img src="himo_002_shp.jpg" by="Robert H. Mohlenbrock."/> *************** *** 252,255 **** --- 268,274 ---- <img src="starr_020803_0004_hypericum_mutilum.jpg" common="St. John's wort"/> </plant> + <plant canon="Hylotelphium" base="http://images.nbii.gov/plants/" tag="NBII"> + <img src="nbii_t00426.jpg" by=" John J. Mosesso"/> + </plant> <plant canon="Ilex sp." base="http://www.hear.org/starr/hiplants/images/thumbnails/" tag="Hear"> <img src="starr_041226_2279_ilex_sp.jpg" common="Holly"/> *************** *** 294,297 **** --- 313,319 ---- <img src="lipy_001_svp.jpg" by="Robert H. Mohlenbrock."/> </plant> + <plant canon="Liatris spicata" base="http://images.nbii.gov/plants/" tag="NBII"> + <img src="nbii_t00451.jpg" by=" John J. Mosesso"/> + </plant> <plant canon="Limonium sinuatum" base="http://www.hear.org/starr/hiplants/images/thumbnails/" tag="Hear"> <img src="starr_980529_1425_limonium_sp.jpg" common="Statice"/> *************** *** 361,364 **** --- 383,389 ---- <img src="oefr_001_svp.jpg" by="Robert H. Mohlenbrock."/> </plant> + <plant canon="Oenothera fruticosa" base="http://www.hear.org/starr/hiplants/images/thumbnails/" tag="Hear"> + <img src="starr_060928_0474_ophiopogon_japonicus.jpg"/> + </plant> <plant canon="Osmunda cinnamomea" base="http://plants.usda.gov/gallery/standard/" tag="PlantsUSDA"> <img src="osci_002_svp.jpg" by="Robert H. Mohlenbrock."/> *************** *** 420,423 **** --- 445,451 ---- <img src="pisy_001_svp.jpg" by="Herman, D.E. et al."/> </plant> + <plant canon="Pittosporum tobira" base="http://www.hear.org/starr/hiplants/images/thumbnails/" tag="PlantsUSDA"> + <img src="starr_041028_0228_pittosporum_tobira.jpg" common="Pittosporum"/> + </plant> <plant canon="Plectranthus scutellarioides" base="http://www.hear.org/starr/hiplants/images/thumbnails/" tag="Hear"> <img src="starr_980529_4246_plectranthus_scutellarioides.jpg" common="Coleus"/> *************** *** 476,479 **** --- 504,510 ---- <img src="rula3_002_svp.jpg" by="Douglas Ladd."/> </plant> + <plant canon="Rudbeckia nitida" base="http://images.nbii.gov/plants/" tag="NBII"> + <img src="nbii_t00448.jpg" by=" John J. Mosesso"/> + </plant> <plant canon="Salix alba" base="http://plants.usda.gov/gallery/standard/" tag="PlantsUSDA"> <img src="saal2_002_ahp.jpg" by="Herman, D.E. et al."/> |
|
From: Jeffrey B. <jlb...@us...> - 2006-12-26 01:42:56
|
Update of /cvsroot/igarden/Garden/Macintosh/Garden.xcodeproj In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv22010 Modified Files: Tag: Release_branch_v1 project.pbxproj Log Message: Add new shopping list report Index: project.pbxproj =================================================================== RCS file: /cvsroot/igarden/Garden/Macintosh/Garden.xcodeproj/project.pbxproj,v retrieving revision 1.58.2.13 retrieving revision 1.58.2.14 diff -C2 -d -r1.58.2.13 -r1.58.2.14 *** project.pbxproj 19 Dec 2006 12:55:13 -0000 1.58.2.13 --- project.pbxproj 26 Dec 2006 01:42:52 -0000 1.58.2.14 *************** *** 20,23 **** --- 20,24 ---- 4904C76307AEF76E00F7D273 /* TitleBox.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4904C76107AEF76E00F7D273 /* TitleBox.cpp */; }; 4904C76407AEF76E00F7D273 /* TitleBox.h in Headers */ = {isa = PBXBuildFile; fileRef = 4904C76207AEF76E00F7D273 /* TitleBox.h */; }; + 49054F9D0B3A34860068711A /* ShopList3.html in Resources */ = {isa = PBXBuildFile; fileRef = 49054F9C0B3A34860068711A /* ShopList3.html */; }; 49057B640AF3F3E0009FEF70 /* Bench1.svg in Resources */ = {isa = PBXBuildFile; fileRef = 49057B630AF3F3E0009FEF70 /* Bench1.svg */; }; 49057D820AF438E5009FEF70 /* Bluestone.svg in Resources */ = {isa = PBXBuildFile; fileRef = 49057D810AF438E5009FEF70 /* Bluestone.svg */; }; *************** *** 730,733 **** --- 731,735 ---- 4904C76107AEF76E00F7D273 /* TitleBox.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = TitleBox.cpp; sourceTree = "<group>"; }; 4904C76207AEF76E00F7D273 /* TitleBox.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = TitleBox.h; sourceTree = "<group>"; }; + 49054F9C0B3A34860068711A /* ShopList3.html */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.html; name = ShopList3.html; path = Reports/ReportFormats/ShopList3.html; sourceTree = "<group>"; }; 49057B630AF3F3E0009FEF70 /* Bench1.svg */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xml; name = Bench1.svg; path = ../source/resources/2DSymbols/Bench1.svg; sourceTree = SOURCE_ROOT; }; 49057D810AF438E5009FEF70 /* Bluestone.svg */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xml; name = Bluestone.svg; path = ../source/resources/2DSymbols/Bluestone.svg; sourceTree = SOURCE_ROOT; }; *************** *** 1482,1485 **** --- 1484,1488 ---- 49980BB10B361FDA00A2A84F /* ShopList1.html */, 497946A60B08AA370011D499 /* ShopList2.html */, + 49054F9C0B3A34860068711A /* ShopList3.html */, ); name = "New Group"; *************** *** 2619,2622 **** --- 2622,2626 ---- 49D4BAE60B0BFD5D00E74E5A /* Palettes.xml in Resources */, 49980BB20B361FDA00A2A84F /* ShopList1.html in Resources */, + 49054F9D0B3A34860068711A /* ShopList3.html in Resources */, ); runOnlyForDeploymentPostprocessing = 0; |
|
From: Jeffrey B. <jlb...@us...> - 2006-12-26 01:38:39
|
Update of /cvsroot/igarden/Garden/source/Database In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv20466 Modified Files: Tag: Release_branch_v1 View.cp Log Message: Fix problem looking up the wrong key in the cache Index: View.cp =================================================================== RCS file: /cvsroot/igarden/Garden/source/Database/View.cp,v retrieving revision 1.6 retrieving revision 1.6.2.1 diff -C2 -d -r1.6 -r1.6.2.1 *** View.cp 1 Jul 2006 23:10:31 -0000 1.6 --- View.cp 26 Dec 2006 01:38:37 -0000 1.6.2.1 *************** *** 226,238 **** long View::GetRowForString(propertyID_t propID, const char *str) { ! long result = -1, n, count; count = _stringKeys.Length(); for(n = 0; n < count; n++) { ! if(_stringKeys[n]._propID == propID) { ! std::map<const char*, int, ltstr>::iterator cur = _stringKeys[n]._strMap.find(str); ! if(cur != _stringKeys[n]._strMap.end()) result = (*cur).second; break; --- 226,240 ---- long View::GetRowForString(propertyID_t propID, const char *str) { ! long result = -1, n, count; ! stringKey_t *keyDataPtr; count = _stringKeys.Length(); for(n = 0; n < count; n++) { ! keyDataPtr = &(_stringKeys[n]); ! if(keyDataPtr->_propID == propID) { ! std::map<const char*, int, ltstr>::iterator cur = keyDataPtr->_strMap.find(str); ! if(cur != keyDataPtr->_strMap.end()) result = (*cur).second; break; |
|
From: Jeffrey B. <jlb...@us...> - 2006-12-26 01:37:56
|
Update of /cvsroot/igarden/CommonSource/YAAFExtensions In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv20076 Modified Files: Tag: Release_branch_v1 RGPaletteView.cpp Log Message: Improved palette backdrop Index: RGPaletteView.cpp =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGPaletteView.cpp,v retrieving revision 1.3.2.2 retrieving revision 1.3.2.3 diff -C2 -d -r1.3.2.2 -r1.3.2.3 *** RGPaletteView.cpp 9 Dec 2006 17:47:12 -0000 1.3.2.2 --- RGPaletteView.cpp 26 Dec 2006 01:37:52 -0000 1.3.2.3 *************** *** 56,64 **** /************************************************************************/ ! /*$ XGPaletteView::XGPaletteView ! * ! * Try to construct me from my specification. ! */ ! XGPaletteView::XGPaletteView(XGView *parent, XGArgStream &stream) : XGView(parent,stream) { --- 56,64 ---- /************************************************************************/ ! // --------------------------------------------------------------------------- ! /// XGPaletteView ! // ! /// Try to construct me from my specification. ! // XGPaletteView::XGPaletteView(XGView *parent, XGArgStream &stream) : XGView(parent,stream) { *************** *** 76,85 **** } ! /* XGPaletteView::XGPaletteView ! * ! * Create from TMenu resource for construction purposes for ! * the Windows version of this. ! */ ! #if OPT_WINOS --- 76,85 ---- } ! // --------------------------------------------------------------------------- ! /// XGPaletteView ! // ! /// Create from TMenu resource for construction purposes for ! /// the Windows version of this. ! // #if OPT_WINOS *************** *** 106,114 **** #endif ! /*$ XGPaletteView::~XGPaletteView ! * ! * Go away ! */ ! XGPaletteView::~XGPaletteView() { --- 106,113 ---- #endif ! // --------------------------------------------------------------------------- ! /// ~XGPaletteView ! // ! /// Go away XGPaletteView::~XGPaletteView() { *************** *** 122,129 **** ! /* XGPaletteView::AddTool ! * ! * Adds a single tool to the toolbar. ! */ void XGPaletteView::AddTool(short icon, short commandID, char *tooltip) { --- 121,129 ---- ! // --------------------------------------------------------------------------- ! /// AddTool ! // ! /// Adds a single tool to the toolbar. ! // void XGPaletteView::AddTool(short icon, short commandID, char *tooltip) { *************** *** 161,169 **** /************************************************************************/ ! /*$ XGPaletteView::DoDrawView ! * ! * Draw this view ! */ ! void XGPaletteView::DoDrawView(Rect) { --- 161,169 ---- /************************************************************************/ ! // --------------------------------------------------------------------------- ! /// DoDrawView ! // ! /// Draw this view ! // void XGPaletteView::DoDrawView(Rect) { *************** *** 172,195 **** long i,len; - /* - * Draw the background of this thing - */ - - #if 0 // See what it's like without the background - draw.SetForeColor(KXGColorBtnShadow); - draw.MoveTo(r.left,r.top); - draw.LineTo(r.right,r.top); - r.top++; - draw.SetForeColor(KXGColorBtnHilite); - draw.MoveTo(r.left,r.top); - draw.LineTo(r.right,r.top); - r.top++; - - draw.SetForeColor(KXGColorBtnShadow); - draw.MoveTo(r.left,r.bottom-1); - draw.LineTo(r.right,r.bottom-1); - r.bottom--; - #endif - draw.FillRect(r, KXGColorBtnFace); draw.Draw3DRect(r,yaaf::KXGEOutset); --- 172,175 ---- *************** *** 209,217 **** } - /*$ XGPaletteView::DoMouseDown - * - * Handle mouse down event - */ bool XGPaletteView::DoMouseDown(Point where, short) { --- 189,198 ---- } + // --------------------------------------------------------------------------- + /// DoMouseDown + // + /// Handle mouse down event + // bool XGPaletteView::DoMouseDown(Point where, short) { *************** *** 238,246 **** } - /*$ XGPaletteView::DoMouseMove - * - * Handle mouse move event - */ void XGPaletteView::DoMouseMove(Point where, short flags) { --- 219,228 ---- } + // --------------------------------------------------------------------------- + /// DoMouseMove + // + /// Handle mouse move event + // void XGPaletteView::DoMouseMove(Point where, short flags) { *************** *** 284,292 **** } - /*$ XGPaletteView::DoMouseUp - * - * Handle menu command - */ void XGPaletteView::DoMouseUp(Point, short flags) { --- 266,275 ---- } + // --------------------------------------------------------------------------- + /// DoMouseUp + // + // + /// Handle menu command void XGPaletteView::DoMouseUp(Point, short flags) { *************** *** 297,306 **** { XGDraw draw(this); - //!!! { - // short len, i; - // len = GetToolLength(); - // DrawButton(draw,fHitWhere,fCurrentTool,kEnable); - // DrawButton(draw,fHitWhere,fHitWhat,kEnable|kDown); - // } if(fCurrentTool != fHitWhat) { --- 280,283 ---- *************** *** 309,322 **** DrawButton(draw, CalcButton(fCurrentTool), fCurrentTool, kEnable | kDown); } - // SendMenuCommand(GetItemCommand(fHitWhat)); GetParent()->DoDispatch(kPaletteMessage,GetViewID(),NULL); } } - /*$ XGPaletteView::DoMouseLeave - * - * The mouse has left the control - */ void XGPaletteView::DoMouseLeave() { --- 286,299 ---- DrawButton(draw, CalcButton(fCurrentTool), fCurrentTool, kEnable | kDown); } GetParent()->DoDispatch(kPaletteMessage,GetViewID(),NULL); } } + // --------------------------------------------------------------------------- + /// DoMouseLeave + // + /// The mouse has left the control + // void XGPaletteView::DoMouseLeave() { *************** *** 328,336 **** } - /*$ XGPaletteView::GetMinWidth - * - * Get the minimum width, the width of one button. - */ short XGPaletteView::GetMinWidth() { --- 305,314 ---- } + // --------------------------------------------------------------------------- + /// GetMinWidth + // + /// Get the minimum width, the width of one button. + // short XGPaletteView::GetMinWidth() { *************** *** 338,346 **** } - /*$ XGPaletteView::GetMinHeight - * - * Get the minimum height, the height of one button. - */ short XGPaletteView::GetMinHeight(short) { --- 316,325 ---- } + // --------------------------------------------------------------------------- + /// GetMinHeight + // + /// Get the minimum height, the height of one button. + // short XGPaletteView::GetMinHeight(short) { *************** *** 361,369 **** /************************************************************************/ ! /*$ XGPaletteView::GetToolLength ! * ! * # items in this ! */ ! short XGPaletteView::GetToolLength() { --- 340,348 ---- /************************************************************************/ ! // --------------------------------------------------------------------------- ! /// GetToolLength ! // ! /// # items in this ! // short XGPaletteView::GetToolLength() { *************** *** 371,379 **** } - /*$ XGPaletteView::GetItemIcon - * - * Item icon - */ short XGPaletteView::GetItemIcon(long item) { --- 350,359 ---- } + // --------------------------------------------------------------------------- + /// GetItemIcon + // + /// Item icon + // short XGPaletteView::GetItemIcon(long item) { *************** *** 381,389 **** } ! /*$ XGPaletteView::GetItemCommand ! * ! * Item icon ! */ ! short XGPaletteView::GetItemCommand(long item) { --- 361,367 ---- } ! // --------------------------------------------------------------------------- ! /// GetItemCommand ! // short XGPaletteView::GetItemCommand(long item) { *************** *** 391,398 **** } ! /*$ XGPaletteView::GetItemEnabled ! * ! * Item icon ! */ short XGPaletteView::GetItemEnabled(long item) { --- 369,376 ---- } ! ! // --------------------------------------------------------------------------- ! /// GetItemEnabled ! // short XGPaletteView::GetItemEnabled(long item) { *************** *** 400,403 **** --- 378,385 ---- } + + // --------------------------------------------------------------------------- + /// SetItemEnabled + // bool XGPaletteView::SetItemEnabled(long item, short isEnabled) { *************** *** 408,416 **** } - /*$ XGPaletteView::GetItemIcon - * - * Item icon - */ void XGPaletteView::GetItemHelp(long item, char *ptr) { --- 390,398 ---- } + // --------------------------------------------------------------------------- + /// GetItemIcon + // + // void XGPaletteView::GetItemHelp(long item, char *ptr) { *************** *** 418,426 **** } - /*$ XGPaletteView::GetItemOffset - * - * Get the offset of this particular item - */ long XGPaletteView::GetItemOffset(long item) { --- 400,409 ---- } + // --------------------------------------------------------------------------- + /// GetItemOffset + // + /// Get the offset of this particular item + // long XGPaletteView::GetItemOffset(long item) { *************** *** 434,437 **** --- 417,421 ---- } + /************************************************************************/ /* */ *************** *** 440,448 **** /************************************************************************/ ! /*$ XGPaletteView::SendMenuCommand ! * ! * Send the menu command ! */ ! void XGPaletteView::SendMenuCommand(long arg) { --- 424,431 ---- /************************************************************************/ ! // --------------------------------------------------------------------------- ! /// SendMenuCommand ! // ! /// Send the menu command void XGPaletteView::SendMenuCommand(long arg) { *************** *** 450,458 **** } - /*$ XGPaletteView::GetMenuStatus - * - * Get the menu status - */ char XGPaletteView::GetMenuStatus(long arg) { --- 433,442 ---- } + // --------------------------------------------------------------------------- + /// GetMenuStatus + // + /// Get the menu status + // char XGPaletteView::GetMenuStatus(long arg) { *************** *** 471,480 **** } - /*$ XGPaletteView::CalcButton - * - * Calculate where this button should go. This is based on - * several different parameters, including any 'skip' menu commands - */ Rect XGPaletteView::CalcButton(long pos) { --- 455,465 ---- } + // --------------------------------------------------------------------------- + /// CalcButton + // + /// Calculate where this button should go. This is based on + /// several different parameters, including any 'skip' menu commands + // Rect XGPaletteView::CalcButton(long pos) { *************** *** 514,522 **** } - /*$ XGPaletteView::OutlineButton - * - * outline the button specified, unoutlining the old button - */ void XGPaletteView::OutlineButton(long index) { --- 499,508 ---- } + // --------------------------------------------------------------------------- + /// OutlineButton + // + /// outline the button specified, unoutlining the old button + // void XGPaletteView::OutlineButton(long index) { *************** *** 548,557 **** } - /*$ XGPaletteView::DrawButton - * - * Draw the button icon specified at the location specified in the mode - * provided - */ void XGPaletteView::DrawButton(XGDraw &draw, Rect where, long index, unsigned char mode) { --- 534,543 ---- } + // --------------------------------------------------------------------------- + /// DrawButton + // + /// Draw the button icon specified at the location specified in the mode provided + // void XGPaletteView::DrawButton(XGDraw &draw, Rect where, long index, unsigned char mode) { *************** *** 566,571 **** if (0 == (mode & kEnable) || (GetItemEnabled(index) == 0)) { ! draw.Draw3DRect(where,yaaf::KXGEBackground); ! InsetRect(&where,3,3); draw.DrawIcon(icon,where.left,where.top,false); } --- 552,557 ---- if (0 == (mode & kEnable) || (GetItemEnabled(index) == 0)) { ! draw.DrawIcon(1075,where.left,where.top); ! InsetRect(&where,2,2); draw.DrawIcon(icon,where.left,where.top,false); } *************** *** 577,599 **** * Draw the outer frame down */ ! draw.SetForeColor(KXGColorBtnShadow); ! draw.MoveTo(where.right-1, where.top); ! draw.LineTo(where.left, where.top); ! draw.LineTo(where.left, where.bottom-1); ! draw.MoveTo(where.right-2, where.top+1); ! draw.LineTo(where.left+1, where.top+1); ! draw.LineTo(where.left+1, where.bottom-2); ! //*** ! draw.SetForeColor(KXGColorBtnHilite); ! draw.MoveTo(where.right-1, where.top+1); ! draw.LineTo(where.right-2, where.bottom-1); ! draw.LineTo(where.left+1, where.bottom-1); ! draw.MoveTo(where.right-2, where.top+2); ! draw.LineTo(where.right-2, where.bottom-2); ! draw.LineTo(where.left+2, where.bottom-2); ! InsetRect(&where,2,2); - draw.ClipRect(&where); - draw.DrawIcon(1069,where.left,where.top); draw.DrawIcon(icon,where.left,where.top); draw.ClipRect(NULL); --- 563,568 ---- * Draw the outer frame down */ ! draw.DrawIcon(1073,where.left,where.top); InsetRect(&where,2,2); draw.DrawIcon(icon,where.left,where.top); draw.ClipRect(NULL); *************** *** 601,608 **** else { ! draw.Draw3DRect(where,yaaf::KXGEBackground); InsetRect(&where,2,2); - draw.ClipRect(&where); - draw.DrawIcon(1069,where.left,where.top); draw.DrawIcon(icon,where.left,where.top); draw.ClipRect(NULL); --- 570,575 ---- else { ! draw.DrawIcon(1074,where.left,where.top); InsetRect(&where,2,2); draw.DrawIcon(icon,where.left,where.top); draw.ClipRect(NULL); |
|
From: Jeffrey B. <jlb...@us...> - 2006-12-26 01:35:48
|
Update of /cvsroot/igarden/Garden/source/resources In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv19321 Modified Files: Tag: Release_branch_v1 Garden2.rsrc Log Message: Improved palette backdrop Index: Garden2.rsrc =================================================================== RCS file: /cvsroot/igarden/Garden/source/resources/Garden2.rsrc,v retrieving revision 1.33.2.5 retrieving revision 1.33.2.6 diff -C2 -d -r1.33.2.5 -r1.33.2.6 Binary files /tmp/cvsy8m4fL and /tmp/cvs80apLU differ |