igarden-commit Mailing List for GardenSketch (Page 72)
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...> - 2007-01-17 02:53:15
|
Update of /cvsroot/igarden/Garden/source/SourceMaterialDB In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv10191 Modified Files: Tag: Release_branch_v1 QueryDialog.cpp Log Message: Crash when doing find with no document open Index: QueryDialog.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/SourceMaterialDB/QueryDialog.cpp,v retrieving revision 1.25 retrieving revision 1.25.2.1 diff -C2 -d -r1.25 -r1.25.2.1 *** QueryDialog.cpp 1 Jul 2006 23:12:34 -0000 1.25 --- QueryDialog.cpp 17 Jan 2007 02:53:13 -0000 1.25.2.1 *************** *** 147,151 **** _advertDisplayed = false; UpdateSummary(); ! DoPreferencesChanged(0, GetActivePreferences(super->GetFile())); } // --------------------------------------------------------------------------- --- 147,153 ---- _advertDisplayed = false; UpdateSummary(); ! ! PersistentTags *prefs = GetActivePreferences(super ? super->GetFile() : NULL); ! DoPreferencesChanged(0, prefs); } // --------------------------------------------------------------------------- |
|
From: Jeffrey B. <jlb...@us...> - 2007-01-12 03:06:58
|
Update of /cvsroot/igarden/Garden/source/Document In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv9123 Modified Files: Tag: Release_branch_v1 CDatabasePanel.cp Log Message: BUG: If entering name and variant on an unknown quantity, doesn't put up dialog or enter data into variety Index: CDatabasePanel.cp =================================================================== RCS file: /cvsroot/igarden/Garden/source/Document/CDatabasePanel.cp,v retrieving revision 1.104.2.4 retrieving revision 1.104.2.5 diff -C2 -d -r1.104.2.4 -r1.104.2.5 *** CDatabasePanel.cp 10 Jan 2007 03:33:16 -0000 1.104.2.4 --- CDatabasePanel.cp 12 Jan 2007 03:06:57 -0000 1.104.2.5 *************** *** 3732,3735 **** --- 3732,3736 ---- uid.Generate(); mat->AddVariant(new Variant(mat->GetFile(), uid, variety)); + mat->SetVariantID(uid); } if(rowPtr->loaded == kLoadedFromDatabase) |
|
From: Jeffrey B. <jlb...@us...> - 2007-01-12 02:28:44
|
Update of /cvsroot/igarden/Garden/source/Document In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv26968 Modified Files: Tag: Release_branch_v1 CGardenForm.cp ClientDocument.cp ClientDocument.h Log Message: Mark just opened document as "unmodified" Index: ClientDocument.cp =================================================================== RCS file: /cvsroot/igarden/Garden/source/Document/ClientDocument.cp,v retrieving revision 1.37.2.6 retrieving revision 1.37.2.7 diff -C2 -d -r1.37.2.6 -r1.37.2.7 *** ClientDocument.cp 5 Jan 2007 04:19:09 -0000 1.37.2.6 --- ClientDocument.cp 12 Jan 2007 02:28:42 -0000 1.37.2.7 *************** *** 776,779 **** --- 776,788 ---- // --------------------------------------------------------------------------- + /// ClearModified + // + void ClientDocument::ClearModified() + { + DocumentSaved(); + } + + + // --------------------------------------------------------------------------- /// UsesSpecifier /// Is this the file described by the XGFileSpecifier. Index: ClientDocument.h =================================================================== RCS file: /cvsroot/igarden/Garden/source/Document/ClientDocument.h,v retrieving revision 1.18.2.2 retrieving revision 1.18.2.3 diff -C2 -d -r1.18.2.2 -r1.18.2.3 *** ClientDocument.h 12 Dec 2006 01:15:41 -0000 1.18.2.2 --- ClientDocument.h 12 Jan 2007 02:28:42 -0000 1.18.2.3 *************** *** 82,85 **** --- 82,86 ---- c4_Storage* GetDatabase(); void SetModified(); + void ClearModified(); bool UsesSpecifier(XGFileSpecifier& spec); DocumentTags* GetPrefsDB(); Index: CGardenForm.cp =================================================================== RCS file: /cvsroot/igarden/Garden/source/Document/CGardenForm.cp,v retrieving revision 1.36.2.3 retrieving revision 1.36.2.4 diff -C2 -d -r1.36.2.3 -r1.36.2.4 *** CGardenForm.cp 19 Dec 2006 12:56:01 -0000 1.36.2.3 --- CGardenForm.cp 12 Jan 2007 02:28:42 -0000 1.36.2.4 *************** *** 969,972 **** --- 969,974 ---- } + doc->_file->ClearModified(); // Mark as unchanged by the user + #if 0 status = ProfilerDump("\pProfileOut.txt"); |
|
From: Jeffrey B. <jlb...@us...> - 2007-01-12 00:14:01
|
Update of /cvsroot/igarden/Garden/source/Plugins In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv6789 Modified Files: Tag: Release_branch_v1 RenderPlugin.cpp Log Message: Make a new drawing style with variable sized plants Index: RenderPlugin.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/Plugins/RenderPlugin.cpp,v retrieving revision 1.13.2.5 retrieving revision 1.13.2.6 diff -C2 -d -r1.13.2.5 -r1.13.2.6 *** RenderPlugin.cpp 26 Dec 2006 19:05:42 -0000 1.13.2.5 --- RenderPlugin.cpp 12 Jan 2007 00:13:59 -0000 1.13.2.6 *************** *** 34,38 **** const revision_t pluginRev = { 1, 0 }; const revision_t interfaceRev = { 1, 0 }; ! const long numStyles = 3; #define kDefaultStyleFactoryID (CFUUIDGetConstantUUIDWithBytes(NULL, 0x12, 0x52, 0x90, 0xcb, 0x0b, 0xba, 0x49, 0xeb, 0x86, 0x27, 0xc1, 0xb4, 0xc5, 0xcb, 0xbb, 0x16)) --- 34,39 ---- const revision_t pluginRev = { 1, 0 }; const revision_t interfaceRev = { 1, 0 }; ! const long numStyles = 4; ! const double PI = 3.1415926535897932; #define kDefaultStyleFactoryID (CFUUIDGetConstantUUIDWithBytes(NULL, 0x12, 0x52, 0x90, 0xcb, 0x0b, 0xba, 0x49, 0xeb, 0x86, 0x27, 0xc1, 0xb4, 0xc5, 0xcb, 0xbb, 0x16)) *************** *** 268,272 **** yaaf::uuid_t uidStruct2 = { 0x350F3AB0, 0x0C0C, 0x11DA, 0xAB, 0x89, 0xC4, 0x67, 0xFD, 0x39, 0x7B, 0x7A }; yaaf::uuid_t uidStruct3 = { 0x97fa73e9, 0xecff, 0x47c1, 0xa9, 0x96, 0x02, 0x5f, 0x4d, 0x0d, 0x3c, 0x5e }; ! PRECONDITION(index < numStyles); switch(index) { --- 269,275 ---- yaaf::uuid_t uidStruct2 = { 0x350F3AB0, 0x0C0C, 0x11DA, 0xAB, 0x89, 0xC4, 0x67, 0xFD, 0x39, 0x7B, 0x7A }; yaaf::uuid_t uidStruct3 = { 0x97fa73e9, 0xecff, 0x47c1, 0xa9, 0x96, 0x02, 0x5f, 0x4d, 0x0d, 0x3c, 0x5e }; ! yaaf::uuid_t uidStruct4 = { 0x6f5e503a, 0x8400, 0x4bb7, 0xa9, 0xbf, 0xbc, 0x3f, 0x0b, 0x9e, 0x8f, 0xc8 }; ! ! PRECONDITION(index < numStyles); switch(index) { *************** *** 280,283 **** --- 283,289 ---- uid.ConvertFromBytes((unsigned char*)&uidStruct3); break; + case 3: + uid.ConvertFromBytes((unsigned char*)&uidStruct4); + break; } return kCanvasOK; *************** *** 302,305 **** --- 308,314 ---- name.SetCString("Presentation (Color)"); break; + case 3: + name.SetCString("Color"); + break; } return kCanvasOK; *************** *** 331,334 **** --- 340,344 ---- case 1: case 2: + case 3: return _presentationMaterialDraw; break; *************** *** 370,373 **** --- 380,389 ---- result = kAlwaysOff; break; + case kStyleVariableSizePlants: + if(index == 3) + result = kAlwaysOn; + else + result = kAlwaysOff; + break; } *************** *** 713,717 **** --- 729,764 ---- RGGLSVGDraw draw(_colorEnabled ? kUseColor : kUseMonochrome); ErrorCode ec; + long n; + if(_fullSpread > _ySize) + { + if(_year == kItemPrimaryYear) + glColor3f (0.25, 0.5, 0.25); + else + glColor3f (0.75, 1.0, 0.75); + + const double deltaDeg = 3.0; + const double deltaAngle = (2*PI)*deltaDeg/360.0; + const long numVertices = 360/deltaDeg; + double angle, endAngle; + planPoint_t pt; + + for(n = 0, angle=0; n <= numVertices+1; n++, angle+=deltaAngle) + { + glBegin(GL_LINES); + pt.xOffset = center.xOffset + (cos(angle) * _fullSpread/2); + pt.yOffset = center.yOffset + (sin(angle) * _fullSpread/2); + pt.zOffset = center.zOffset; + glVertex3f (pt.xOffset, pt.yOffset, _zSize); + + endAngle = angle + (deltaAngle/2.0); + pt.xOffset = center.xOffset + (cos(endAngle) * _fullSpread/2); + pt.yOffset = center.yOffset + (sin(endAngle) * _fullSpread/2); + pt.zOffset = center.zOffset; + glVertex3f (pt.xOffset, pt.yOffset, pt.zOffset+_zSize); + glEnd(); + } + } + ec = draw.Draw(spec, center.xOffset, center.yOffset, kGraphicsZ, _xSize, _ySize, _rotate, kMiddleFixed, _forcePastBounds); return (ec == yaaf::KYAAFNoError) ? kCanvasOK : kCanvasNotHandled; *************** *** 770,774 **** { ec = draw.Draw(spec, center.xOffset, center.yOffset, center.zOffset+kGraphicsZ, ! _fullSpread, _fullSpread, 0.0, kMiddleGrow, _forcePastBounds); } else --- 817,821 ---- { ec = draw.Draw(spec, center.xOffset, center.yOffset, center.zOffset+kGraphicsZ, ! _xSize, _ySize, 0.0, kMiddleGrow, _forcePastBounds); } else |
|
From: Jeffrey B. <jlb...@us...> - 2007-01-12 00:13:52
|
Update of /cvsroot/igarden/Garden/source/PlanTool In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv6772 Modified Files: Tag: Release_branch_v1 PlanCanvasView.cpp PlanCanvasDefs.h Log Message: Make a new drawing style with variable sized plants Index: PlanCanvasDefs.h =================================================================== RCS file: /cvsroot/igarden/Garden/source/PlanTool/PlanCanvasDefs.h,v retrieving revision 1.5.2.1 retrieving revision 1.5.2.2 diff -C2 -d -r1.5.2.1 -r1.5.2.2 *** PlanCanvasDefs.h 15 Nov 2006 12:17:41 -0000 1.5.2.1 --- PlanCanvasDefs.h 12 Jan 2007 00:13:49 -0000 1.5.2.2 *************** *** 79,83 **** kStyleDisplayConceptSketchLine, kStyleDisplayColor, ! kStyleDisplay3D } styleCharacteristic_t; --- 79,84 ---- kStyleDisplayConceptSketchLine, kStyleDisplayColor, ! kStyleDisplay3D, ! kStyleVariableSizePlants } styleCharacteristic_t; Index: PlanCanvasView.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/PlanTool/PlanCanvasView.cpp,v retrieving revision 1.13.2.3 retrieving revision 1.13.2.4 diff -C2 -d -r1.13.2.3 -r1.13.2.4 *** PlanCanvasView.cpp 15 Nov 2006 12:17:41 -0000 1.13.2.3 --- PlanCanvasView.cpp 12 Jan 2007 00:13:49 -0000 1.13.2.4 *************** *** 586,590 **** void PlanCanvasView::SetItemPlantSize(double xSize, double ySize, double zSize, double fullSpread) { ! _curMD->SetPlantSize(xSize, ySize, zSize, fullSpread); } --- 586,593 ---- void PlanCanvasView::SetItemPlantSize(double xSize, double ySize, double zSize, double fullSpread) { ! if(_currentStylePlugin->ShouldDisplay(_stylePluginIndex, kStyleVariableSizePlants) != kAlwaysOff) ! _curMD->SetPlantSize(xSize, ySize, zSize, fullSpread); ! else ! _curMD->SetPlantSize(fullSpread, fullSpread, zSize, fullSpread); } |
|
From: Jeffrey B. <jlb...@us...> - 2007-01-11 02:58:57
|
Update of /cvsroot/igarden/Garden/source/Document In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv26311 Modified Files: Tag: Release_branch_v1 MaterialPictSelectDialog.cpp MaterialPictSelectDialog.h Log Message: Enable pasting multiple pictures without closing the dialog Index: MaterialPictSelectDialog.h =================================================================== RCS file: /cvsroot/igarden/Garden/source/Document/MaterialPictSelectDialog.h,v retrieving revision 1.10 retrieving revision 1.10.2.1 diff -C2 -d -r1.10 -r1.10.2.1 *** MaterialPictSelectDialog.h 9 Feb 2006 13:41:46 -0000 1.10 --- MaterialPictSelectDialog.h 11 Jan 2007 02:58:56 -0000 1.10.2.1 *************** *** 21,24 **** --- 21,30 ---- #include "PictureCell.h" + typedef struct + { + CGWorld *picture; + PictureInfo pictEntry; + } pasteInfo_t; + class MaterialPictureSelectDialog : public PictureSelectDialog { *************** *** 50,55 **** PictureCell *_cell; ! CGWorld *_defaultPicture; ! PictureInfo _defaultPictEntry; ! bool _valuePasted; }; --- 56,61 ---- PictureCell *_cell; ! CGWorld *_defaultPicture; ! PictureInfo _defaultPictEntry; ! XGDynArray<pasteInfo_t> _pastedItems; }; Index: MaterialPictSelectDialog.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/Document/MaterialPictSelectDialog.cpp,v retrieving revision 1.19.2.2 retrieving revision 1.19.2.3 diff -C2 -d -r1.19.2.2 -r1.19.2.3 *** MaterialPictSelectDialog.cpp 10 Jan 2007 12:07:30 -0000 1.19.2.2 --- MaterialPictSelectDialog.cpp 11 Jan 2007 02:58:56 -0000 1.19.2.3 *************** *** 35,39 **** MaterialPictureSelectDialog::MaterialPictureSelectDialog(RGPDialogCallbackProc proc, void *parent) : PictureSelectDialog(proc, parent) { - _valuePasted = false; } --- 35,38 ---- *************** *** 74,79 **** long MaterialPictureSelectDialog::GetNumPictures() { ! if(_valuePasted && (strlen(_defaultPictEntry.GetLocalPath()) != 0)) ! return _cell->GetNumPictures() + 1; else return _cell->GetNumPictures(); --- 73,78 ---- long MaterialPictureSelectDialog::GetNumPictures() { ! if(_pastedItems.Length() != 0 && (strlen(_defaultPictEntry.GetLocalPath()) != 0)) ! return _cell->GetNumPictures() + _pastedItems.Length(); else return _cell->GetNumPictures(); *************** *** 99,104 **** canon = mat->GetCanonicalName(); ! if(_valuePasted && (strlen(_defaultPictEntry.GetLocalPath()) != 0) && (index == _cell->GetNumPictures())) ! entry = _defaultPictEntry; else _cell->GetPicture(index, NULL, entry); --- 98,103 ---- canon = mat->GetCanonicalName(); ! if(_pastedItems.Length() != 0 && (index >= _cell->GetNumPictures())) ! entry = _pastedItems[index - _cell->GetNumPictures()].pictEntry; else _cell->GetPicture(index, NULL, entry); *************** *** 329,335 **** if(_defaultPicture != NULL) { newEntry.SetLocalPath(fileNameObj); ! _defaultPictEntry = newEntry; ! _valuePasted = true; ChangeDefaultPicture(_defaultPicture); RebuildBottomPane(); --- 328,339 ---- if(_defaultPicture != NULL) { + pasteInfo_t info; + newEntry.SetLocalPath(fileNameObj); ! info.picture = _defaultPicture; ! info.pictEntry = newEntry; ! _pastedItems.push_back(info); ! ! _defaultPictEntry = newEntry; ChangeDefaultPicture(_defaultPicture); RebuildBottomPane(); *************** *** 421,427 **** void MaterialPictureSelectDialog::OKClicked(XGDialog *dlog) { PictureSelectDialog::OKClicked(dlog); ! if(_valuePasted) ! _cell->AddPicture(_defaultPicture, _defaultPictEntry); _cell->SetDefaultPicture(_defaultPicture, _defaultPictEntry); _cell->GetMaterial()->SetDefaultPicture(_defaultPictEntry); --- 425,438 ---- void MaterialPictureSelectDialog::OKClicked(XGDialog *dlog) { + long i, count; + PictureSelectDialog::OKClicked(dlog); ! ! count = _pastedItems.Length(); ! for(i = 0; i < count; i++) ! { ! _cell->AddPicture(_pastedItems[i].picture, _pastedItems[i].pictEntry); ! } ! _cell->SetDefaultPicture(_defaultPicture, _defaultPictEntry); _cell->GetMaterial()->SetDefaultPicture(_defaultPictEntry); |
|
From: Jeffrey B. <jlb...@us...> - 2007-01-11 01:34:11
|
Update of /cvsroot/igarden/CommonSource/YAAFExtensions In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv26147 Modified Files: Tag: Release_branch_v1 RGHypertext.cpp RGHypertext.h RGHypertextView.cpp Log Message: Allow highlight of links which have been clicked Index: RGHypertextView.cpp =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGHypertextView.cpp,v retrieving revision 1.7 retrieving revision 1.7.2.1 diff -C2 -d -r1.7 -r1.7.2.1 *** RGHypertextView.cpp 22 Jan 2006 02:55:08 -0000 1.7 --- RGHypertextView.cpp 11 Jan 2007 01:34:07 -0000 1.7.2.1 *************** *** 157,160 **** --- 157,162 ---- hit = true; XGBroadcast::SendBroadcast(KXGHyperlinkHit,GetViewID(),(void*)_anchorMap[n].link.c_str()); + TouchAnchor(_anchorMap[n].link); + InvalView(); break; } Index: RGHypertext.cpp =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGHypertext.cpp,v retrieving revision 1.24.2.2 retrieving revision 1.24.2.3 diff -C2 -d -r1.24.2.2 -r1.24.2.3 *** RGHypertext.cpp 19 Dec 2006 12:57:13 -0000 1.24.2.2 --- RGHypertext.cpp 11 Jan 2007 01:34:07 -0000 1.24.2.3 *************** *** 145,148 **** --- 145,153 ---- } + void RGHypertext::TouchAnchor(String &str) + { + _selectedAnchors[str] = 1; + } + void RGHypertext::FontFlags(bool enable, long flags) { *************** *** 591,595 **** void RGHypertext::StartAnchor() { ! doublePoint_t pos; PRECONDITION(!_inAnchor); --- 596,601 ---- void RGHypertext::StartAnchor() { ! doublePoint_t pos; ! selectedAnchors_t::iterator iter; PRECONDITION(!_inAnchor); *************** *** 610,614 **** DuplicateFont(); FontFlags(true, KXGFontUnderline); ! SetColor(RGB(0, 0, 255)); } --- 616,623 ---- DuplicateFont(); FontFlags(true, KXGFontUnderline); ! if(_selectedAnchors.find(_anchorKey) != _selectedAnchors.end()) ! SetColor(RGB(255, 0, 128)); ! else ! SetColor(RGB(0, 0, 255)); } Index: RGHypertext.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGHypertext.h,v retrieving revision 1.13 retrieving revision 1.13.2.1 diff -C2 -d -r1.13 -r1.13.2.1 *** RGHypertext.h 2 Feb 2006 00:10:02 -0000 1.13 --- RGHypertext.h 11 Jan 2007 01:34:07 -0000 1.13.2.1 *************** *** 32,35 **** --- 32,36 ---- #define YAAF_XGHypertext + #include <map.h> #include <XConfig.h> #include <XGView.h> *************** *** 162,165 **** --- 163,168 ---- } lineEntry_t; + typedef std::map<String, long> selectedAnchors_t; + /************************************************************************/ /* */ *************** *** 252,255 **** --- 255,260 ---- protected: + void TouchAnchor(String &str); + double _x; double _y; *************** *** 284,287 **** --- 289,293 ---- short _scaleByPercent; XGDynArray<lineEntry_t> _entries; + selectedAnchors_t _selectedAnchors; }; |
|
From: Jeffrey B. <jlb...@us...> - 2007-01-11 01:31:58
|
Update of /cvsroot/igarden/Garden/source/Document In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv25098 Modified Files: Tag: Release_branch_v1 PictureCell.cpp Log Message: FIx selecting the current picture, so that the top pane immediately changes Index: PictureCell.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/Document/PictureCell.cpp,v retrieving revision 1.10.2.1 retrieving revision 1.10.2.2 diff -C2 -d -r1.10.2.1 -r1.10.2.2 *** PictureCell.cpp 29 Oct 2006 03:34:24 -0000 1.10.2.1 --- PictureCell.cpp 11 Jan 2007 01:31:54 -0000 1.10.2.2 *************** *** 230,233 **** --- 230,235 ---- PRECONDITION(_pictures.Length() != 0); entry = _pictures[index].entry; + if(picture != NULL) + *picture = _pictures[index].picture; } |
|
From: Jeffrey B. <jlb...@us...> - 2007-01-10 12:07:33
|
Update of /cvsroot/igarden/Garden/source/Document In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv31017 Modified Files: Tag: Release_branch_v1 MaterialPictSelectDialog.cpp Log Message: Improve issue with pasted pictures not saving Index: MaterialPictSelectDialog.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/Document/MaterialPictSelectDialog.cpp,v retrieving revision 1.19.2.1 retrieving revision 1.19.2.2 diff -C2 -d -r1.19.2.1 -r1.19.2.2 *** MaterialPictSelectDialog.cpp 29 Dec 2006 21:18:20 -0000 1.19.2.1 --- MaterialPictSelectDialog.cpp 10 Jan 2007 12:07:30 -0000 1.19.2.2 *************** *** 255,259 **** XGUUID uidName; char filename[256]; ! unsigned char uidStr[64]; XGFileSpecifier spec; bool foundPicture = false; --- 255,259 ---- XGUUID uidName; char filename[256]; ! char uidStr[64]; XGFileSpecifier spec; bool foundPicture = false; *************** *** 262,271 **** PictureSelectDialog::HandlePaste(); uidName.Generate(); ! uidName.ConvertToBytes(uidStr); ! inHdl.SetMemory(0, 16, uidStr); ! inHdl.SetSize(256); ! yaaf::YAAFEncodeBase64(outHdl, inHdl); ! outHdl.GetMemory(0, 22, uidStr); uidStr[22] = '\0'; --- 262,271 ---- PictureSelectDialog::HandlePaste(); uidName.Generate(); ! uidName.ConvertToString(uidStr); ! // inHdl.SetMemory(0, 16, uidStr); ! // inHdl.SetSize(256); ! // yaaf::YAAFEncodeBase64(outHdl, inHdl); ! // outHdl.GetMemory(0, 22, uidStr); uidStr[22] = '\0'; *************** *** 327,335 **** _defaultPicture = RGCompression::DecompressFile(spec, 0, 0, &height, &width); ! newEntry.SetLocalPath(fileNameObj); ! _defaultPictEntry = newEntry; ! _valuePasted = true; ! ChangeDefaultPicture(_defaultPicture); ! RebuildBottomPane(); } } --- 327,338 ---- _defaultPicture = RGCompression::DecompressFile(spec, 0, 0, &height, &width); ! if(_defaultPicture != NULL) ! { ! newEntry.SetLocalPath(fileNameObj); ! _defaultPictEntry = newEntry; ! _valuePasted = true; ! ChangeDefaultPicture(_defaultPicture); ! RebuildBottomPane(); ! } } } |
|
From: Jeffrey B. <jlb...@us...> - 2007-01-10 12:03:27
|
Update of /cvsroot/igarden/CommonSource/YAAFExtensions In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv29353 Modified Files: Tag: Release_branch_v1 RGClipboard.cpp Log Message: Fix byte-swapping issue pasting PICT Index: RGClipboard.cpp =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGClipboard.cpp,v retrieving revision 1.6 retrieving revision 1.6.2.1 diff -C2 -d -r1.6 -r1.6.2.1 *** RGClipboard.cpp 2 Feb 2006 00:10:48 -0000 1.6 --- RGClipboard.cpp 10 Jan 2007 12:03:16 -0000 1.6.2.1 *************** *** 200,203 **** --- 200,207 ---- HUnlock((Handle)pict); pictRect = (*pict)->picFrame; + pictRect.top = NSwapWord(pictRect.top); + pictRect.bottom = NSwapWord(pictRect.bottom); + pictRect.left = NSwapWord(pictRect.left); + pictRect.right = NSwapWord(pictRect.right); gw = new CGWorld(pictRect); gw->BeginDrawing(); |
|
From: Jeffrey B. <jlb...@us...> - 2007-01-10 03:33:25
|
Update of /cvsroot/igarden/CommonSource/YAAFExtensions In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv27028 Modified Files: Tag: Release_branch_v1 RGMultiTableView.cpp RGMultiTableView.h Log Message: Problem clicking on a picture column when used on multi-year lists Index: RGMultiTableView.cpp =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGMultiTableView.cpp,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -C2 -d -r1.3 -r1.3.2.1 *** RGMultiTableView.cpp 17 Jun 2006 02:37:30 -0000 1.3 --- RGMultiTableView.cpp 10 Jan 2007 03:33:24 -0000 1.3.2.1 *************** *** 314,316 **** } } ! } \ No newline at end of file --- 314,334 ---- } } ! } ! ! void RGMultiTableView::ToMultiRow(long index, long &outRow, long &outSubRow) ! { ! long i, count; ! ! outRow = -1; ! outSubRow = -1; ! count = _rows.Length(); ! for(i = 0; i < count; i++) ! { ! if(index >= _rows[i].startTableRow && index < (_rows[i].startTableRow + _rows[i].numSubRows)) ! { ! outRow = i; ! outSubRow = index - _rows[i].startTableRow; ! break; ! } ! } ! } Index: RGMultiTableView.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGMultiTableView.h,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -C2 -d -r1.2 -r1.2.2.1 *** RGMultiTableView.h 8 Sep 2004 01:08:09 -0000 1.2 --- RGMultiTableView.h 10 Jan 2007 03:33:24 -0000 1.2.2.1 *************** *** 69,72 **** --- 69,73 ---- bool IsSubRowVisible(short row, short subRow); + void ToMultiRow(long index, long &outRow, long &outSubRow); /* |
|
From: Jeffrey B. <jlb...@us...> - 2007-01-10 03:33:18
|
Update of /cvsroot/igarden/Garden/source/Document In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv27012 Modified Files: Tag: Release_branch_v1 CDatabasePanel.cp Log Message: Problem clicking on a picture column when used on multi-year lists Index: CDatabasePanel.cp =================================================================== RCS file: /cvsroot/igarden/Garden/source/Document/CDatabasePanel.cp,v retrieving revision 1.104.2.3 retrieving revision 1.104.2.4 diff -C2 -d -r1.104.2.3 -r1.104.2.4 *** CDatabasePanel.cp 9 Jan 2007 03:36:27 -0000 1.104.2.3 --- CDatabasePanel.cp 10 Jan 2007 03:33:16 -0000 1.104.2.4 *************** *** 3400,3417 **** MaterialRef *ref; Material *mat; pictureLoadInfo_t *info = static_cast<pictureLoadInfo_t*>(parg); PRECONDITION(info != NULL); SourceQuery query(SourceMaterialFile::GetSourceDatabase()); ! ref = _rows[info->row]->ref; ! if(ref != NULL) { ! mat = ref->GetMaterial(ifMissingNULL); ! if(mat != NULL) { ! String canon; ! canon = mat->GetFullCanonicalName(); ! query.FindPictures(canon, info->loadAll ? kAllPictures : kInitialPictures); ! RebuildRow(info->row, false); } } --- 3400,3422 ---- MaterialRef *ref; Material *mat; + long row, subRow; pictureLoadInfo_t *info = static_cast<pictureLoadInfo_t*>(parg); PRECONDITION(info != NULL); SourceQuery query(SourceMaterialFile::GetSourceDatabase()); ! _table->ToMultiRow(info->row, row, subRow); ! if(row >= 0) { ! ref = _rows[row]->ref; ! if(ref != NULL) { ! mat = ref->GetMaterial(ifMissingNULL); ! if(mat != NULL) ! { ! String canon; ! canon = mat->GetFullCanonicalName(); ! query.FindPictures(canon, info->loadAll ? kAllPictures : kInitialPictures); ! RebuildRow(row, false); ! } } } |
|
From: Jeffrey B. <jlb...@us...> - 2007-01-09 03:36:28
|
Update of /cvsroot/igarden/Garden/source/Document In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv12376 Modified Files: Tag: Release_branch_v1 CDatabasePanel.cp Log Message: Allow changing height/spread when no name has not been set. Index: CDatabasePanel.cp =================================================================== RCS file: /cvsroot/igarden/Garden/source/Document/CDatabasePanel.cp,v retrieving revision 1.104.2.2 retrieving revision 1.104.2.3 diff -C2 -d -r1.104.2.2 -r1.104.2.3 *** CDatabasePanel.cp 9 Jan 2007 02:44:44 -0000 1.104.2.2 --- CDatabasePanel.cp 9 Jan 2007 03:36:27 -0000 1.104.2.3 *************** *** 1602,1605 **** --- 1602,1607 ---- cell->SetString(valStr.c_str()); } + else + cell->SetEmpty(KTypeString); } break; |
|
From: Jeffrey B. <jlb...@us...> - 2007-01-09 02:48:12
|
Update of /cvsroot/igarden/Garden/source/Reports In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv26123 Modified Files: Tag: Release_branch_v1 PurchaseReport.cpp Log Message: Fix displaying of items from multiple plots in purchase report. Make sure that all plant pictures are loaded. Index: PurchaseReport.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/Reports/Attic/PurchaseReport.cpp,v retrieving revision 1.1.2.6 retrieving revision 1.1.2.7 diff -C2 -d -r1.1.2.6 -r1.1.2.7 *** PurchaseReport.cpp 28 Dec 2006 00:45:28 -0000 1.1.2.6 --- PurchaseReport.cpp 9 Jan 2007 02:48:10 -0000 1.1.2.7 *************** *** 125,129 **** { XGPopControl *pop; ! long count, n, numLayers; XGUUID nilID; XGCheckButton *check; --- 125,129 ---- { XGPopControl *pop; ! long count, n, numLayers, i; XGUUID nilID; XGCheckButton *check; *************** *** 194,200 **** numLayers = plot->GetNumLayers(); ! for(n = 0; n < numLayers; n++) { ! layer = plot->GetIndexedLayer(n); if(_AllPlots) layer->AddToPathELementArray(&_list, nilID); --- 194,200 ---- numLayers = plot->GetNumLayers(); ! for(i = 0; i < numLayers; i++) { ! layer = plot->GetIndexedLayer(i); if(_AllPlots) layer->AddToPathELementArray(&_list, nilID); *************** *** 738,742 **** /****/ ExtractTag(fileData, "Picture", str); ! templ.hasBorder = (CIstrcmp(str.c_str(), "true") == 0); /****/ ExtractTag(fileData, "Height", str); --- 738,742 ---- /****/ ExtractTag(fileData, "Picture", str); ! templ.hasPicture = (CIstrcmp(str.c_str(), "true") == 0); /****/ ExtractTag(fileData, "Height", str); |
|
From: Jeffrey B. <jlb...@us...> - 2007-01-09 02:46:36
|
Update of /cvsroot/igarden/Garden/source/Reports In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv25371 Modified Files: Tag: Release_branch_v1 RGReportHypertextCell.cpp Log Message: FIx display of multiple plant pictures Index: RGReportHypertextCell.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/Reports/RGReportHypertextCell.cpp,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -C2 -d -r1.3 -r1.3.2.1 *** RGReportHypertextCell.cpp 5 Feb 2005 23:16:16 -0000 1.3 --- RGReportHypertextCell.cpp 9 Jan 2007 02:46:34 -0000 1.3.2.1 *************** *** 49,53 **** clip.right = _offset.h + _size.h; draw.ClipRect(&clip); ! _ht->SetSubOffset(_offset); _ht->SetText(_text); _ht->DrawTo(clip); --- 49,53 ---- clip.right = _offset.h + _size.h; draw.ClipRect(&clip); ! // _ht->SetSubOffset(_offset); _ht->SetText(_text); _ht->DrawTo(clip); |
|
From: Jeffrey B. <jlb...@us...> - 2007-01-09 02:46:00
|
Update of /cvsroot/igarden/Garden/source/SourceMaterialDB In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv24990 Modified Files: Tag: Release_branch_v1 Length.cpp Log Message: Fix sharing of units between items of a range (ex: 2-3') Index: Length.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/SourceMaterialDB/Length.cpp,v retrieving revision 1.9 retrieving revision 1.9.2.1 diff -C2 -d -r1.9 -r1.9.2.1 *** Length.cpp 6 Apr 2006 00:41:47 -0000 1.9 --- Length.cpp 9 Jan 2007 02:45:58 -0000 1.9.2.1 *************** *** 480,485 **** if(*end == '\'') { ! result[n] *= 12.0*25.4; ! multiplier[n] = 1.0; end++; if(*end == '-') --- 480,484 ---- if(*end == '\'') { ! multiplier[n] = 12.0*25.4; end++; if(*end == '-') *************** *** 489,494 **** x = strtod(end, &ptr2); if(*ptr2 == '"') ! result[n] += x*25.4; ! multiplier[n] = 1.0; end = ptr2; } --- 488,492 ---- x = strtod(end, &ptr2); if(*ptr2 == '"') ! result[n] += x/12.0; end = ptr2; } *************** *** 506,509 **** --- 504,509 ---- if(strncmp(end, "cm", 2) == 0) { + if(ftAbrev) + success = false; multiplier[n] = 10.0; end += 2; *************** *** 511,514 **** --- 511,516 ---- else if(strncmp(end, "mm", 2) == 0) { + if(ftAbrev) + success = false; multiplier[n] = 1.0; end += 2; *************** *** 516,519 **** --- 518,523 ---- else if(strncmp(end, "m", 1) == 0) { + if(ftAbrev) + success = false; multiplier[n] = 1000.0; end += 1; *************** *** 536,539 **** --- 540,545 ---- else if(strncmp(end, "ft", 1) == 0) { + if(ftAbrev) + success = false; multiplier[n] = 12.0*25.4; end += 2; *************** *** 541,544 **** --- 547,552 ---- else if(strncmp(end, "feet", 1) == 0 || strncmp(end, "foot", 1) == 0) { + if(ftAbrev) + success = false; multiplier[n] = 12.0*25.4; end += 4; |
|
From: Jeffrey B. <jlb...@us...> - 2007-01-09 02:44:49
|
Update of /cvsroot/igarden/Garden/source/Document In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv24579 Modified Files: Tag: Release_branch_v1 CDatabasePanel.cp Log Message: Fix defect where items from more than one plot don't show up in the list view Index: CDatabasePanel.cp =================================================================== RCS file: /cvsroot/igarden/Garden/source/Document/CDatabasePanel.cp,v retrieving revision 1.104.2.1 retrieving revision 1.104.2.2 diff -C2 -d -r1.104.2.1 -r1.104.2.2 *** CDatabasePanel.cp 8 Jan 2007 13:56:28 -0000 1.104.2.1 --- CDatabasePanel.cp 9 Jan 2007 02:44:44 -0000 1.104.2.2 *************** *** 349,353 **** PRECONDITION(prefs != NULL); prefs->AddReceiver(this); ! long n, count; OneColumnSet *newSet; _allowTableRebuild = false; --- 349,353 ---- PRECONDITION(prefs != NULL); prefs->AddReceiver(this); ! long n, count, i, numLayers; OneColumnSet *newSet; _allowTableRebuild = false; *************** *** 399,413 **** thePlot = theLayout->GetIndexedPlot(n); DoNewPlot(0, thePlot); // Treat as if plot is new - } ! count = theLayout->GetNumLayers(); ! for(n = 0; n < count; n++) ! { ! theLayer = theLayout->GetIndexedLayer(n); ! theLayer->AddReceiver(this); ! DoNewLayer(0, theLayer); // Treat as if layer is new } - //********* sortNameLen = state->GetStrPrefLength(kSortState); --- 399,412 ---- thePlot = theLayout->GetIndexedPlot(n); DoNewPlot(0, thePlot); // Treat as if plot is new ! numLayers = thePlot->GetNumLayers(); ! for(i = 0; i < numLayers; i++) ! { ! theLayer = thePlot->GetIndexedLayer(i); ! theLayer->AddReceiver(this); ! DoNewLayer(0, theLayer); // Treat as if layer is new ! } } //********* sortNameLen = state->GetStrPrefLength(kSortState); |
|
From: Jeffrey B. <jlb...@us...> - 2007-01-08 13:56:31
|
Update of /cvsroot/igarden/Garden/source/Document In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv15203 Modified Files: Tag: Release_branch_v1 CDatabasePanel.cp Log Message: Fix error entering negative integers Index: CDatabasePanel.cp =================================================================== RCS file: /cvsroot/igarden/Garden/source/Document/CDatabasePanel.cp,v retrieving revision 1.104 retrieving revision 1.104.2.1 diff -C2 -d -r1.104 -r1.104.2.1 *** CDatabasePanel.cp 26 Jun 2006 00:59:11 -0000 1.104 --- CDatabasePanel.cp 8 Jan 2007 13:56:28 -0000 1.104.2.1 *************** *** 3037,3041 **** sprintf(buf, "%ld", cell->GetInteger()); cell->SetStrError(buf); ! _table->InlineEdit(); } break; --- 3037,3041 ---- sprintf(buf, "%ld", cell->GetInteger()); cell->SetStrError(buf); ! // _table->InlineEdit(); } break; |
|
From: Jeffrey B. <jlb...@us...> - 2007-01-07 04:01:28
|
Update of /cvsroot/igarden/CommonSource/YAAFExtensions In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv16955 Modified Files: Tag: Release_branch_v1 DateSelectDialog.cpp Log Message: Accept upper case offset comands Index: DateSelectDialog.cpp =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/DateSelectDialog.cpp,v retrieving revision 1.6 retrieving revision 1.6.2.1 diff -C2 -d -r1.6 -r1.6.2.1 *** DateSelectDialog.cpp 2 Feb 2006 00:01:55 -0000 1.6 --- DateSelectDialog.cpp 7 Jan 2007 04:01:23 -0000 1.6.2.1 *************** *** 77,80 **** --- 77,81 ---- CalendarView *cal; + low = tolower(low); if(low == '+' || low == '-') { |
|
From: Jeffrey B. <jlb...@us...> - 2007-01-07 02:55:45
|
Update of /cvsroot/igarden/CommonSource/YAAFExtensions In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv24167 Modified Files: Tag: Release_branch_v1 RGDateTime.cpp Log Message: Fix day of the week display issue Index: RGDateTime.cpp =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGDateTime.cpp,v retrieving revision 1.14.2.1 retrieving revision 1.14.2.2 diff -C2 -d -r1.14.2.1 -r1.14.2.2 *** RGDateTime.cpp 29 Dec 2006 04:22:23 -0000 1.14.2.1 --- RGDateTime.cpp 7 Jan 2007 02:55:44 -0000 1.14.2.2 *************** *** 20,23 **** --- 20,24 ---- #include "MyAssert.h" #include <XCoreStrings.h> + #include <XCoreData.h> static yaaf::XGDateTime::DateTimeRecord ComposeRec(long year, short month, short day) *************** *** 35,39 **** } ! static char* dayNames[] = { "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday" }; static char* monthNames[] = { "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December" }; --- 36,40 ---- } ! static char* dayNames[] = { "", "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday" }; static char* monthNames[] = { "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December" }; *************** *** 246,249 **** --- 247,251 ---- bool RGDateTime::GetDayName(SInt16 inIndex, String& outDayName ) { + PRECONDITION(inIndex >= 1 && inIndex <= 7); outDayName = dayNames[inIndex]; return true; *************** *** 297,301 **** datePtr->day = dtr.day; datePtr->month = dtr.month; ! datePtr->year = dtr.year; datePtr->dow = dtr.dow; datePtr->hour = dtr.hour; --- 299,303 ---- datePtr->day = dtr.day; datePtr->month = dtr.month; ! datePtr->year = yaaf::NSwapWord(dtr.year); datePtr->dow = dtr.dow; datePtr->hour = dtr.hour; *************** *** 324,328 **** dtr.day = datePtr->day; dtr.month = datePtr->month; ! dtr.year = datePtr->year; dtr.dow = datePtr->dow; dtr.hour = datePtr->hour; --- 326,330 ---- dtr.day = datePtr->day; dtr.month = datePtr->month; ! dtr.year = yaaf::NSwapWord(datePtr->year); dtr.dow = datePtr->dow; dtr.hour = datePtr->hour; |
|
From: Jeffrey B. <jlb...@us...> - 2007-01-07 02:53:42
|
Update of /cvsroot/igarden/CommonSource/YAAFExtensions In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv23378 Modified Files: Tag: Release_branch_v1 RGDateCell.cpp Log Message: FIx display problem (overwriting offset) Index: RGDateCell.cpp =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGDateCell.cpp,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -C2 -d -r1.2 -r1.2.2.1 *** RGDateCell.cpp 14 Jun 2006 11:17:42 -0000 1.2 --- RGDateCell.cpp 7 Jan 2007 02:53:40 -0000 1.2.2.1 *************** *** 108,112 **** /// yaaf::cvtp2c(pstr); strcpy(data, strObj.c_str()); - data[len] = '\0'; } else --- 108,111 ---- *************** *** 177,197 **** // draw.SetForeColor(KXGColorBlack); } ! else if(selRow || selCol) { f = true; ! draw.SetBackColor(KXGColorHilite); ! draw.SetForeColor(_textColor); ! } ! else ! { ! if (_parent->_colArray[GetColumn()]->display || IsReadOnly()) ! { ! f = true; ! draw.SetBackColor(kTableReadOnlyColor); ! } ! draw.SetForeColor(_textColor); } ! draw.EraseRect(back); ! draw.SetFontObject(XGFont::LoadFont(138)); DrawWrappedText(draw,_parent->_colArray[GetColumn()]->right ? kRightJust : kLeftJust,back,buffer); --- 176,196 ---- // draw.SetForeColor(KXGColorBlack); } ! else if(selRow || selCol) ! { ! f = true; ! draw.SetBackColor(KXGColorHilite); ! draw.SetForeColor(_textColor); ! } ! else ! { ! if (_parent->_colArray[GetColumn()]->display || IsReadOnly()) { f = true; ! draw.SetBackColor(kTableReadOnlyColor); } ! draw.SetForeColor(_textColor); ! } ! draw.EraseRect(back); ! draw.SetFontObject(XGFont::LoadFont(_fontID)); DrawWrappedText(draw,_parent->_colArray[GetColumn()]->right ? kRightJust : kLeftJust,back,buffer); |
|
From: Jeffrey B. <jlb...@us...> - 2007-01-07 00:23:59
|
Update of /cvsroot/igarden/Garden/source/resources In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv30296 Modified Files: Tag: Release_branch_v1 Garden.cin Garden.r Log Message: Change font to one which exists on all systems Index: Garden.cin =================================================================== RCS file: /cvsroot/igarden/Garden/source/resources/Garden.cin,v retrieving revision 1.61.2.10 retrieving revision 1.61.2.11 diff -C2 -d -r1.61.2.10 -r1.61.2.11 Binary files /tmp/cvs0730rQ and /tmp/cvsWSb8yN differ Index: Garden.r =================================================================== RCS file: /cvsroot/igarden/Garden/source/resources/Garden.r,v retrieving revision 1.61.2.10 retrieving revision 1.61.2.11 diff -C2 -d -r1.61.2.10 -r1.61.2.11 *** Garden.r 4 Jan 2007 01:37:15 -0000 1.61.2.10 --- Garden.r 7 Jan 2007 00:23:49 -0000 1.61.2.11 *************** *** 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" /* ........ */ $"012C000001C20000" /* .,...... */ $"012C000000000000" /* .,...... */ $"0000000000000000" /* ........ */ $"00001241626F7574" /* ...About */ $"2047617264656E53" /* GardenS */ $"6B65746368000000" /* ketch... */ $"0000000000010000" /* ........ */ $"0000000000000000" /* ........ */ $"003A0000002A636F" /* .:...*co */ $"6C72000000000000" /* lr...... */ $"0000FFFFFFFFFFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000FFFFFFFF0000" /* ........ */ $"FFFFFFFF00000042" /* .......B */ $"0000000000000032" /* .......2 */ $"7069637400000000" /* pict.... */ $"00000000FFFFFFFF" /* ........ */ $"00000000000000BC" /* ........ */ $"00000004000001BC" /* ........ */ $"00000024FFFFFFFF" /* ...$.... */ $"0000000004030000" /* ........ */ $"0000000000000000" /* ........ */ $"0042000000000000" /* .B...... */ $"0032706963740000" /* .2pict.. */ $"000000000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0024000000140000" /* .$...... */ $"007F0000007EFFFF" /* ....~.. */ $"FFFF000000000402" /* ........ */ $"0000005B0000006A" /* ...[...j */ $"0000005400000000" /* ...T.... */ $"000000447062746E" /* ...Dpbtn */ $"0000000400000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"000000D700000064" /* .......d */ $"000001A100000085" /* ........ */ $"FFFFFFFFFFFF0000" /* ........ */ $"0000000000001477" /* .......w */ $"77772E4761726465" /* ww.Garde */ $"6E536B657463682E" /* nSketch. */ $"636F6D0000000042" /* com....B */ $"0000000000000032" /* .......2 */ $"7062746E00000001" /* pbtn.... */ $"00000000FFFFFFFF" /* ........ */ $"0000000000000178" /* .......x */ $"00000107000001B8" /* ........ */ $"00000127FFFFFFFF" /* ...'.... */ $"FFFF000000000000" /* ........ */ $"0000024F4B740000" /* ...OKt.. */ $"003E000000000000" /* .>...... */ $"002E487970720000" /* ..Hypr.. */ $"000A00000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0026000000980000" /* .&...... */ $"01A400000100FFFF" /* ........ */ $"FFFF000000000082" /* ........ */ $"FFFFFFFF00000064" /* .......d */ $"0000000000000054" /* .......T */ $"7465787400000000" /* text.... */ $"00000000FFFFFFFF" /* ........ */ $"00000000000000DC" /* ........ */ $"00000038000001BE" /* ...8.... */ $"0000005EFFFFFFFF" /* ...^.... */ $"000029436F707972" /* ..)Copyr */ $"6967687420286329" /* ight (c) */ $"20323030352D3230" /* 2005-20 */ $"3037205265647374" /* 07 Redst */ $"61727420536F6674" /* art Soft */ $"7761726500000000" /* ware.... */ $"0000000000000000" /* ........ */ $"0000003C74657874" /* ...<text */ $"0000000300000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"000000DC00000024" /* .......$ */ $"000001AF00000034" /* .......4 */ $"FFFFFFFF0000103C" /* .......< */ $"76657273696F6E20" /* version */ $"737472696E673E00" /* string>. */ $"00000000" /* .... */ }; /* '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" /* ........ */ $"F... [truncated message content] |
|
From: Jeffrey B. <jlb...@us...> - 2007-01-06 15:49:59
|
Update of /cvsroot/igarden/Garden/source/PlanTool In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv25234 Modified Files: Tag: Release_branch_v1 WritablePlanView.cpp Log Message: Allow adding backgrounds dropping within the radius of plants Index: WritablePlanView.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/PlanTool/WritablePlanView.cpp,v retrieving revision 1.23 retrieving revision 1.23.2.1 diff -C2 -d -r1.23 -r1.23.2.1 *** WritablePlanView.cpp 12 Sep 2005 11:52:16 -0000 1.23 --- WritablePlanView.cpp 6 Jan 2007 15:49:51 -0000 1.23.2.1 *************** *** 332,367 **** Path *path; bool placeInElem = false; // Assume false, prove otherwise XGDynArray<Element*> results; if(plot->GetElementsAtPoint(destPoint, this, results)) - elem = results[0]; - if(elem != NULL) { ! pathElem = dynamic_cast<PathElement*>(elem); ! if(pathElem != NULL) { ! path = pathElem->GetPathIfPresent(); ! if(path != NULL) { ! if(path->IsPathFillPossible()) { ! bgAction = new PlanBackgroundAction(plot, this, path, kUndoSetBackground); ! MEMCHECK(bgAction); ! bgAction->SetBackground(copiedItem); ! _planUndoer->PostAction(bgAction); ! ! if(copiedItem->GetMaterialType() == kMaterialTypeMulch) { ! long depth; ! ! copiedItem->GetInt32(kPlantHeight, &depth); ! path->SetBackdropDepth(depth); } - placeInElem = true; } - else - XGBeep(); } } } else // Set the background only if not on an element --- 332,378 ---- Path *path; bool placeInElem = false; // Assume false, prove otherwise + bool foundPath = false; // Assume false, prove otherwise XGDynArray<Element*> results; if(plot->GetElementsAtPoint(destPoint, this, results)) { ! long i, elemCount; ! ! elemCount = results.Length(); ! for(i = 0; i < elemCount; i++) { ! elem = results[i]; ! if(elem != NULL) { ! pathElem = dynamic_cast<PathElement*>(elem); ! if(pathElem != NULL) { ! path = pathElem->GetPathIfPresent(); ! if(path != NULL) { ! foundPath = true; ! if(path->IsPathFillPossible()) ! { ! bgAction = new PlanBackgroundAction(plot, this, path, kUndoSetBackground); ! MEMCHECK(bgAction); ! bgAction->SetBackground(copiedItem); ! _planUndoer->PostAction(bgAction); ! ! if(copiedItem->GetMaterialType() == kMaterialTypeMulch) ! { ! long depth; ! ! copiedItem->GetInt32(kPlantHeight, &depth); ! path->SetBackdropDepth(depth); ! } ! placeInElem = true; ! break; ! } } } } } + if(foundPath && !placeInElem) + XGBeep(); } else // Set the background only if not on an element |
|
From: Jeffrey B. <jlb...@us...> - 2007-01-05 04:19:10
|
Update of /cvsroot/igarden/Garden/source/Document In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv20279 Modified Files: Tag: Release_branch_v1 ClientDocument.cp Log Message: Fix problem where materials could should up multiply referenced if referenced once without a name and once with. If either name is missing on compare, use UID to match. Index: ClientDocument.cp =================================================================== RCS file: /cvsroot/igarden/Garden/source/Document/ClientDocument.cp,v retrieving revision 1.37.2.5 retrieving revision 1.37.2.6 diff -C2 -d -r1.37.2.5 -r1.37.2.6 *** ClientDocument.cp 12 Dec 2006 01:15:40 -0000 1.37.2.5 --- ClientDocument.cp 5 Jan 2007 04:19:09 -0000 1.37.2.6 *************** *** 896,913 **** for(n = 0, found = false; n < count; n++) { ! numEntries = _materialRefs[n].rows.Length(); ! if(ref.name != NULL) { ! if(_materialRefs[n].isCanonical == ref.isCanonical && _materialRefs[n].name != NULL && String(_materialRefs[n].name) == str) { found = true; for(entry = 0, rowFound = false; entry < numEntries && !rowFound; entry++) { ! if(_materialRefs[n].rows[entry] == row) rowFound = true; } if(!rowFound) { ! _materialRefs[n].rows.push_back(row); XGBroadcast::SendBroadcast(kPaletteAddMsg, 0, mat); } --- 896,916 ---- for(n = 0, found = false; n < count; n++) { ! matReference_t *refPtr; ! ! refPtr = &_materialRefs[n]; ! numEntries = refPtr->rows.Length(); ! if(ref.name != NULL && refPtr->name != NULL) { ! if(refPtr->isCanonical == ref.isCanonical && String(refPtr->name) == str) { found = true; for(entry = 0, rowFound = false; entry < numEntries && !rowFound; entry++) { ! if(refPtr->rows[entry] == row) rowFound = true; } if(!rowFound) { ! refPtr->rows.push_back(row); XGBroadcast::SendBroadcast(kPaletteAddMsg, 0, mat); } *************** *** 916,930 **** else { ! if(_materialRefs[n].uid.species == ref.uid.species) { found = true; for(entry = 0, rowFound = false; entry < numEntries && !rowFound; entry++) { ! if(_materialRefs[n].rows[entry] == row) rowFound = true; } if(!rowFound) { ! _materialRefs[n].rows.push_back(row); XGBroadcast::SendBroadcast(kPaletteAddMsg, 0, mat); } --- 919,933 ---- else { ! if(refPtr->uid.species == ref.uid.species) { found = true; for(entry = 0, rowFound = false; entry < numEntries && !rowFound; entry++) { ! if(refPtr->rows[entry] == row) rowFound = true; } if(!rowFound) { ! refPtr->rows.push_back(row); XGBroadcast::SendBroadcast(kPaletteAddMsg, 0, mat); } |
|
From: Jeffrey B. <jlb...@us...> - 2007-01-05 02:21:47
|
Update of /cvsroot/igarden/Garden/source/Database In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv7954 Modified Files: Tag: Release_branch_v1 View.cp Log Message: Fix problem with cached string tags on map Index: View.cp =================================================================== RCS file: /cvsroot/igarden/Garden/source/Database/View.cp,v retrieving revision 1.6.2.1 retrieving revision 1.6.2.2 diff -C2 -d -r1.6.2.1 -r1.6.2.2 *** View.cp 26 Dec 2006 01:38:37 -0000 1.6.2.1 --- View.cp 5 Jan 2007 02:21:45 -0000 1.6.2.2 *************** *** 80,84 **** c4_StringProp strProp(_viewClass->FieldName(propID)); for(n = 0; n < count; n++) ! entry._strMap[strProp(view[n])] = n; _stringKeys.push_back(entry); } --- 80,84 ---- c4_StringProp strProp(_viewClass->FieldName(propID)); for(n = 0; n < count; n++) ! entry._strMap[String(strProp(view[n]))] = n; _stringKeys.push_back(entry); } *************** *** 228,231 **** --- 228,232 ---- long result = -1, n, count; stringKey_t *keyDataPtr; + String strObj(str); count = _stringKeys.Length(); *************** *** 235,241 **** 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; } --- 236,245 ---- if(keyDataPtr->_propID == propID) { ! stringMap_t::iterator cur = keyDataPtr->_strMap.find(strObj); if(cur != keyDataPtr->_strMap.end()) + { result = (*cur).second; + // printf("GetRowForString %s = %ld\n", str, result); + } break; } *************** *** 251,254 **** --- 255,259 ---- { long n, count; + String strObj(str); count = _stringKeys.Length(); *************** *** 257,261 **** if(_stringKeys[n]._propID == propID) { ! _stringKeys[n]._strMap[str] = row; break; } --- 262,267 ---- if(_stringKeys[n]._propID == propID) { ! // printf("AddKeyString %s = %ld\n", str, row); ! _stringKeys[n]._strMap[strObj] = row; break; } |