igarden-commit Mailing List for GardenSketch (Page 73)
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-05 02:20:11
|
Update of /cvsroot/igarden/Garden/source/Database In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv7345 Modified Files: Tag: Release_branch_v1 View.h Log Message: Fix problem with cached string tags on map Index: View.h =================================================================== RCS file: /cvsroot/igarden/Garden/source/Database/View.h,v retrieving revision 1.5 retrieving revision 1.5.2.1 diff -C2 -d -r1.5 -r1.5.2.1 *** View.h 15 Apr 2006 18:37:58 -0000 1.5 --- View.h 5 Jan 2007 02:20:10 -0000 1.5.2.1 *************** *** 43,58 **** }; ! struct ltstr ! { ! bool operator()(const char *s1, const char *s2) const ! { ! return CIstrcmp(s1, s2) < 0; ! } ! }; typedef struct { ! propertyID_t _propID; ! std::map<const char*, int, ltstr> _strMap; } stringKey_t; --- 43,52 ---- }; ! typedef std::map<String, int> stringMap_t; typedef struct { ! propertyID_t _propID; ! stringMap_t _strMap; } stringKey_t; |
|
From: Jeffrey B. <jlb...@us...> - 2007-01-05 02:18:42
|
Update of /cvsroot/igarden/Garden/source/resources In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv6724 Modified Files: Tag: Release_branch_v1 SourceMaterialsStart.xml Log Message: Fix name for one of the supplier to not include amp; Index: SourceMaterialsStart.xml =================================================================== RCS file: /cvsroot/igarden/Garden/source/resources/SourceMaterialsStart.xml,v retrieving revision 1.24.2.8 retrieving revision 1.24.2.9 diff -C2 -d -r1.24.2.8 -r1.24.2.9 *** SourceMaterialsStart.xml 29 Dec 2006 04:30:35 -0000 1.24.2.8 --- SourceMaterialsStart.xml 5 Jan 2007 02:18:38 -0000 1.24.2.9 *************** *** 26,30 **** <InfoSupplier UID="0000BAA9-0000-F50F-0000-009A0000766F" TagName="Hart" CompanyName="Chas. C. Hart Seed Co." AddrLine1="P.O. Box 9169" Phone="860-529-2537" Fax="860-563-7221" SiteURL="http://www.hartseed.com" AddrCity="Wethersfield" AddrStateProvince="CT" AddrZipPostal="06109" IsVendor="yes"/> <InfoSupplier UID="0000BABC-0000-6B28-0000-005500007D0A" TagName="Apple" CompanyName="Applewood Seed Company" AddrLine1="5380 Vivian St." AddrCity="Arvada" AddrStateProvince="CO" AddrZipPostal="80002-1921 " Phone="(303) 431-7333" Fax="(303) 467-7886" SiteURL="http://www.applewoodseed.com/" IsVendor="yes"/> ! <InfoSupplier UID="0000BAA9-0000-F43F-0000-009A000045A1" TagName="Field" CompanyName="Henry Field's Seed amp; Nursery" IsVendor="2"/> </InformationSuppliers> <Materials> --- 26,30 ---- <InfoSupplier UID="0000BAA9-0000-F50F-0000-009A0000766F" TagName="Hart" CompanyName="Chas. C. Hart Seed Co." AddrLine1="P.O. Box 9169" Phone="860-529-2537" Fax="860-563-7221" SiteURL="http://www.hartseed.com" AddrCity="Wethersfield" AddrStateProvince="CT" AddrZipPostal="06109" IsVendor="yes"/> <InfoSupplier UID="0000BABC-0000-6B28-0000-005500007D0A" TagName="Apple" CompanyName="Applewood Seed Company" AddrLine1="5380 Vivian St." AddrCity="Arvada" AddrStateProvince="CO" AddrZipPostal="80002-1921 " Phone="(303) 431-7333" Fax="(303) 467-7886" SiteURL="http://www.applewoodseed.com/" IsVendor="yes"/> ! <InfoSupplier UID="0000BAA9-0000-F43F-0000-009A000045A1" TagName="Field" CompanyName="Henry Field's Seed & Nursery" IsVendor="2"/> </InformationSuppliers> <Materials> |
|
From: Jeffrey B. <jlb...@us...> - 2007-01-05 02:12:50
|
Update of /cvsroot/igarden/Garden/source/resources In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv4483 Modified Files: Tag: Release_branch_v1 Palettes.xml Log Message: Fix name for one of the supplier to not include amp; Index: Palettes.xml =================================================================== RCS file: /cvsroot/igarden/Garden/source/resources/Attic/Palettes.xml,v retrieving revision 1.1.2.4 retrieving revision 1.1.2.5 diff -C2 -d -r1.1.2.4 -r1.1.2.5 *** Palettes.xml 29 Dec 2006 04:21:08 -0000 1.1.2.4 --- Palettes.xml 5 Jan 2007 02:12:47 -0000 1.1.2.5 *************** *** 92,96 **** <item>Turf</item> <item>Asphalt</item> ! <!-- <item>Tile</item> --> <item>Wood Chips</item> </Palette> --- 92,96 ---- <item>Turf</item> <item>Asphalt</item> ! <item>Tile</item> <item>Wood Chips</item> </Palette> |
|
From: Jeffrey B. <jlb...@us...> - 2007-01-04 01:37:48
|
Update of /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv18046 Modified Files: Tag: Release_branch_v1 AdvancedTour.html Log Message: Put shopping list report into advanced tutorial Index: AdvancedTour.html =================================================================== RCS file: /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/AdvancedTour.html,v retrieving revision 1.2.2.2 retrieving revision 1.2.2.3 diff -C2 -d -r1.2.2.2 -r1.2.2.3 *** AdvancedTour.html 28 Dec 2006 15:46:51 -0000 1.2.2.2 --- AdvancedTour.html 4 Jan 2007 01:37:46 -0000 1.2.2.3 *************** *** 104,110 **** <li>Pick the inspect tool <img src="./Images/GS_InspectTool.png"> and then try clicking on the row and rectangle of sunflowers. A small window should pop up with information about the plants. </li> ! <li>Pick the dimension tool <img src="./Images/GS_DimensionTool.png"> and then try clicking on the row and rectangle of sunflowers. Both items should get dimension lines. </li> ! </ol> <p> Now you can go explore the rest of <b>GardenSketch</b>. If there's a feature which you need, please request it at</span></span> <a href="http://sourceforge.net/projects/igarden">http://sourceforge.net/projects/igarden</a> --- 104,128 ---- <li>Pick the inspect tool <img src="./Images/GS_InspectTool.png"> and then try clicking on the row and rectangle of sunflowers. A small window should pop up with information about the plants. </li> ! <li> ! <p> ! Pick the dimension tool <img src="./Images/GS_DimensionTool.png"> and then try clicking on the row and rectangle of sunflowers. Both items should get dimension lines. ! </p> </li> ! <li> ! <p> ! Choose "Shopping List" from the reports menu. ! </p> ! </li> ! <li> ! <p> ! CLick the "Include Mulch" checkbox and click the Print button. ! </p> ! </li> ! <li> ! <p> ! Click "Preview" on the print dialog. You should now see the plants included, plus the amount of mulch required. ! </p> ! </li> ! </ol> <p> Now you can go explore the rest of <b>GardenSketch</b>. If there's a feature which you need, please request it at</span></span> <a href="http://sourceforge.net/projects/igarden">http://sourceforge.net/projects/igarden</a> |
|
From: Jeffrey B. <jlb...@us...> - 2007-01-04 01:37:20
|
Update of /cvsroot/igarden/Garden/source/resources In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv18005 Modified Files: Tag: Release_branch_v1 Garden.cin Garden.r Log Message: Fix copyright dates Index: Garden.cin =================================================================== RCS file: /cvsroot/igarden/Garden/source/resources/Garden.cin,v retrieving revision 1.61.2.9 retrieving revision 1.61.2.10 diff -C2 -d -r1.61.2.9 -r1.61.2.10 Binary files /tmp/cvscszUS7 and /tmp/cvsMtZUoW differ Index: Garden.r =================================================================== RCS file: /cvsroot/igarden/Garden/source/resources/Garden.r,v retrieving revision 1.61.2.9 retrieving revision 1.61.2.10 diff -C2 -d -r1.61.2.9 -r1.61.2.10 *** Garden.r 28 Dec 2006 15:47:25 -0000 1.61.2.9 --- Garden.r 4 Jan 2007 01:37:15 -0000 1.61.2.10 *************** *** 1 **** ! /* generated from Garden.cin * * This file was automatically generated by YAAF * Constructor. */ /* 'VRes' 128 * * "AboutBox" */ data 'VRes' (128,"AboutBox") { $"000000000000006A" /* .......j */ $"0000005A646C6F67" /* ...Zdlog */ $"0000000200000002" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000001C20000" /* ........ */ $"0118000001C20000" /* ........ */ $"0118000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"00001241626F7574" /* ...About */ $"2047617264656E53" /* GardenS */ $"6B65746368000000" /* ketch... */ $"0000000000010000" /* ........ */ $"0000000000000000" /* ........ */ $"003A0000002A636F" /* .:...*co */ $"6C72000000000000" /* lr...... */ $"0000FFFFFFFFFFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000FFFFFFFF0000" /* ........ */ $"FFFFFFFF00000042" /* .......B */ $"0000000000000032" /* .......2 */ $"7069637400000000" /* pict.... */ $"00000000FFFFFFFF" /* ........ */ $"00000000000000D2" /* ........ */ $"0000000400000196" /* ........ */ $"00000024FFFFFFFF" /* ...$.... */ $"0000000004030000" /* ........ */ $"0000000000000000" /* ........ */ $"0042000000000000" /* .B...... */ $"0032706963740000" /* .2pict.. */ $"000000000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0024000000140000" /* .$...... */ $"007F0000007EFFFF" /* ....~.. */ $"FFFF000000000402" /* ........ */ $"0000005B0000006A" /* ...[...j */ $"0000005400000000" /* ...T.... */ $"000000447062746E" /* ...Dpbtn */ $"0000000400000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"000000D700000050" /* .......P */ $"000001A100000071" /* .......q */ $"FFFFFFFFFFFF0000" /* ........ */ $"0000000000001477" /* .......w */ $"77772E4761726465" /* ww.Garde */ $"6E536B657463682E" /* nSketch. */ $"636F6D0000000042" /* com....B */ $"0000000000000032" /* .......2 */ $"7062746E00000001" /* pbtn.... */ $"00000000FFFFFFFF" /* ........ */ $"0000000000000178" /* .......x */ $"000000F3000001B8" /* ........ */ $"00000113FFFFFFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000024F4B740000" /* ...OKt.. */ $"003E000000000000" /* .>...... */ $"002E487970720000" /* ..Hypr.. */ $"000A00000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0026000000840000" /* .&...... */ $"01A4000000ECFFFF" /* ........ */ $"FFFF000000000082" /* ........ */ $"FFFFFFFF00000060" /* .......` */ $"0000000000000050" /* .......P */ $"7465787400000000" /* text.... */ $"00000000FFFFFFFF" /* ........ */ $"00000000000000CF" /* ........ */ $"00000038000001BE" /* ...8.... */ $"0000004AFFFFFFFF" /* ...J.... */ $"000024436F707972" /* ..$Copyr */ $"6967687420286329" /* ight (c) */ $"2032303035205265" /* 2005 Re */ $"6473746172742053" /* dstart S */ $"6F66747761726500" /* oftware. */ $"0000000000000000" /* ........ */ $"000000000000003C" /* .......< */ $"7465787400000003" /* text.... */ $"00000000FFFFFFFF" /* ........ */ $"00000000000000CF" /* ........ */ $"00000024000001AF" /* ...$.... */ $"00000034FFFFFFFF" /* ...4.... */ $"0000103C76657273" /* ...<vers */ $"696F6E2073747269" /* ion stri */ $"6E673E0000000000" /* ng>..... */ }; /* 'VRes' 130 * * "PrefsMeasurement" */ data 'VRes' (130,"PrefsMeasurement") { $"0000000000000036" /* .......6 */ $"0000002676696577" /* ...&view */ $"0000000000000000" /* ........ */ $"FFFFFFFFFFFFFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"0000015800000104" /* ...X.... */ $"FFFFFFFF00000000" /* ........ */ $"00000000003A0000" /* .....:.. */ $"002A636F6C720000" /* .*colr.. */ $"000000000000FFFF" /* ........ */ $"FFFFFFFFFFFF0000" /* ........ */ $"0000000000000000" /* ........ */ $"000000000000FFFF" /* ........ */ $"FFFF0000FFFFFFFF" /* ........ */ $"0000003A00000000" /* ...:.... */ $"0000002A706F706D" /* ...*popm */ $"0000000300000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000005C00000058" /* ...\...X */ $"0000010400000072" /* .......r */ $"FFFFFFFF00000000" /* ........ */ $"0000000000440000" /* .....D.. */ $"0000000000347465" /* .....4te */ $"7874000000040000" /* xt...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000140000" /* ........ */ $"0058000000540000" /* .X...T.. */ $"0068FFFFFFFF0000" /* .h...... */ $"08526F756E64696E" /* .Roundin */ $"6700000000000000" /* g....... */ $"003A000000000000" /* .:...... */ $"002A706F706D0000" /* .*popm.. */ $"000200000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"005C000000300000" /* .\...0.. */ $"01020000004AFFFF" /* .....J.. */ $"FFFF000000000000" /* ........ */ $"0000004000000000" /* ...@.... */ $"0000003074657874" /* ...0text */ $"0000000000000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000001400000034" /* .......4 */ $"0000004000000044" /* ...@...D */ $"FFFFFFFF00000553" /* .......S */ $"63616C6500000000" /* cale.... */ $"0000003A00000000" /* ...:.... */ $"0000002A706F706D" /* ...*popm */ $"0000000100000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000005C0000000C" /* ...\.... */ $"0000010200000026" /* .......& */ $"FFFFFFFF00000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000307465" /* .....0te */ $"7874000000000000" /* xt...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000140000" /* ........ */ $"0010000000400000" /* .....@.. */ $"0020FFFFFFFF0000" /* . ...... */ $"05556E6974730000" /* .Units.. */ $"0000" /* .. */ }; /* 'VRes' 131 * * "PrefsPrinting" */ data 'VRes' (131,"PrefsPrinting") { $"0000000000000036" /* .......6 */ $"0000002676696577" /* ...&view */ $"0000000000000000" /* ........ */ $"FFFFFFFFFFFFFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"0000015800000104" /* ...X.... */ $"FFFFFFFF00000000" /* ........ */ $"00000000003A0000" /* .....:.. */ $"002A636F6C720000" /* .*colr.. */ $"000000000000FFFF" /* ........ */ $"FFFFFFFFFFFF0000" /* ........ */ $"0000000000000000" /* ........ */ $"000000000000FFFF" /* ........ */ $"FFFF0000FFFFFFFF" /* ........ */ $"0000004A00000000" /* ...J.... */ $"0000003A63686B62" /* ...:chkb */ $"0000000200000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"000000140000002C" /* ......., */ $"0000008C0000003C" /* .......< */ $"FFFFFFFFFFFF0000" /* ........ */ $"0000000000000A50" /* .......P */ $"72696E7420477269" /* rint Gri */ $"6400000000000000" /* d....... */ $"00000000003C6368" /* .....<ch */ $"6B62000000010000" /* kb...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000140000" /* ........ */ $"00180000008C0000" /* ........ */ $"0028FFFFFFFFFFFF" /* .(...... */ $"0000000000000000" /* ........ */ $"0D5072696E742042" /* .Print B */ $"6F7264657273" /* orders */ }; /* 'VRes' 129 * * "PrefsDialog" */ data 'VRes' (129,"PrefsDialog") { $"0000000000000062" /* .......b */ $"00000052646C6F67" /* ...Rdlog */ $"0000001200000000" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"00000000015E0000" /* .....^.. */ $"01400000015E0000" /* .@...^.. */ $"0140000000000000" /* .@...... */ $"0000000000000000" /* ........ */ $"00000B5072656665" /* ...Prefe */ $"72656E6365730000" /* rences.. */ $"000000007D010000" /* ....}... */ $"7D02000000000000" /* }....... */ $"003A0000002A636F" /* .:...*co */ $"6C72000000000000" /* lr...... */ $"0000FFFFFFFFFFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000FFFFFFFF0000" /* ........ */ $"FFFFFFFF00000042" /* .......B */ $"0000000000000032" /* .......2 */ $"7069637400000000" /* pict.... */ $"00000000FFFFFFFF" /* ........ */ $"00000000000000F0" /* ........ */ $"0000000400000146" /* .......F */ $"00000060FFFFFFFF" /* ...`.... */ $"0000000004020000" /* ........ */ $"0000000000000000" /* ........ */ $"0046000000000000" /* .F...... */ $"00367062746E0000" /* .6pbtn.. */ $"7D0200000000FFFF" /* }....... */ $"FFFF000000000000" /* ........ */ $"0102000001200000" /* ..... .. */ $"014C0000013AFFFF" /* .L...:.. */ $"FFFFFFFF00000000" /* ........ */ $"000000000643616E" /* .....Can */ $"63656C6500000042" /* cele...B */ $"0000000000000032" /* .......2 */ $"7062746E00007D01" /* pbtn..}. */ $"00000000FFFFFFFF" /* ........ */ $"00000000000000B0" /* ........ */ $"00000120000000FA" /* ... .... */ $"0000013AFFFFFFFF" /* ...:.... */ $"FFFF000000000000" /* ........ */ $"0000024F4B740000" /* ...OKt.. */ $"003C000000000000" /* .<...... */ $"002C706E6C730000" /* .,pnls.. */ $"7D0300000000FFFF" /* }....... */ $"FFFF000000000000" /* ........ */ $"0008000000740000" /* .....t.. */ $"015400000118FFFF" /* .T...... */ $"FFFF0000FFFF0000" /* ........ */ $"0001000000000000" /* ........ */ $"00000000002A706F" /* .....*po */ $"706D00007D040000" /* pm..}... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000080000" /* ........ */ $"0058000000940000" /* .X...... */ $"006EFFFFFFFF0000" /* .n...... */ $"00000000" /* .... */ }; /* 'VRes' 135 * * "PlanPanel" */ data 'VRes' (135,"PlanPanel") { $"0000000000000036" /* .......6 */ $"0000002676696577" /* ...&view */ $"0000000000000000" /* ........ */ $"FFFFFFFFFFFFFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"00000000003A0000" /* .....:.. */ $"002A6261636B0000" /* .*back.. */ $"000000000000FFFF" /* ........ */ $"FFFFFFFFFFFF0000" /* ........ */ $"0000000000000000" /* ........ */ $"000000000000FFFF" /* ........ */ $"FFFF000000000001" /* ........ */ $"0000004000000000" /* ...@.... */ $"0000003072756C72" /* ...0rulr */ $"0000000400000001" /* ........ */ $"FFFFFFFF0000FFFF" /* ........ */ $"0000000200000028" /* .......( */ $"0000002C00000000" /* ...,.... */ $"FFFFFFFF00000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000004000000000" /* ...@.... */ $"0000003072756C72" /* ...0rulr */ $"0000000300000001" /* ........ */ $"FFFFFFFFFFFF0000" /* ........ */ $"0000002C00000000" /* ...,.... */ $"0000000000000028" /* .......( */ $"FFFFFFFF0000FFFF" /* ........ */ $"0000000000000000" /* ........ */ $"000000000000003C" /* .......< */ $"0000002C73637276" /* ...,scrv */ $"0000000100000001" /* ........ */ $"FFFFFFFFFFFFFFFF" /* ........ */ $"0000002C00000028" /* ...,...( */ $"0000000000000000" /* ........ */ $"FFFFFFFF0000FFFF" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"000000000000002E" /* ........ */ $"7772505600000002" /* wrPV.... */ $"00000001FFFFFFFF" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000000000000000" /* ........ */ $"00000000FFFFFFFF" /* ........ */ $"0000000000030000" /* ........ */ $"0004" /* .. */ }; /* 'VRes' 132 * * "MainDocument" */ data 'VRes' (132,"MainDocument") { $"0000000000000058" /* .......X */ $"0000004877696E64" /* ...Hwind */ $"0000000000000000" /* ........ */ $"FFFF000000AA0000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000500000" /* .....P.. */ $"0050000000000000" /* .P...... */ $"0000000002BE0000" /* ........ */ $"01FD000000000000" /* ........ */ $"000008756E746974" /* ...untit */ $"6C65640000000000" /* led..... */ $"000000BE0000003A" /* .......: */ $"0000002A6261636B" /* ...*back */ $"0000000000000000" /* ........ */ $"FFFFFFFFFFFF0000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000031" /* .......1 */ $"FFFFFFFF00000000" /* ........ */ $"00010000003C0000" /* .....<.. */ $"00000000002C7465" /* .....,te */ $"7874000075330000" /* xt..u3.. */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000BB0000" /* ........ */ $"0014FFFFFFFF0000" /* ........ */ $"0075000000000000" /* .u...... */ $"0000000000000000" /* ........ */ $"0038746162620000" /* .8tabb.. */ $"753400000000FFFF" /* u4...... */ $"FFFFFFFF00000000" /* ........ */ $"0000000000180000" /* ........ */ $"000000000030FFFF" /* .....0.. */ $"FFFF000000000000" /* ........ */ $"0000000008546573" /* .....Tes */ $"7420546162000000" /* t Tab... */ $"0000000000000000" /* ........ */ $"002C706E6C730000" /* .,pnls.. */ $"753200000000FFFF" /* u2...... */ $"FFFFFFFFFFFF0000" /* ........ */ $"0000000000320000" /* .....2.. */ $"000000000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000" /* .. */ }; /* 'VRes' 146 * * "Material Info PICT Popup" */ data 'VRes' (146,"Material Info PICT Popup") { $"0000000000000036" /* .......6 */ $"0000002676696577" /* ...&view */ $"0000000000000000" /* ........ */ $"FFFFFFFFFFFFFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"000000BE00000088" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000000000000000" /* ........ */ $"0034746578740000" /* .4text.. */ $"000100000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0004000000040000" /* ........ */ $"00BA0000002AFFFF" /* .....*.. */ $"FFFF000008756E74" /* .....unt */ $"69746C6564000000" /* itled... */ $"0000" /* .. */ }; /* 'VRes' 133 * * "DatabasePanel" */ data 'VRes' (133,"DatabasePanel") { $"0000000000000036" /* .......6 */ $"0000002676696577" /* ...&view */ $"0000000000000000" /* ........ */ $"FFFFFFFFFFFFFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"00B60000003A0000" /* .....:.. */ $"002A6261636B0000" /* .*back.. */ $"000000000000FFFF" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000000000030000" /* ........ */ $"000000000020FFFF" /* ..... .. */ $"FFFF000000000001" /* ........ */ $"0000004200000000" /* ...B.... */ $"000000326269636E" /* ...2bicn */ $"0000000500000000" /* ........ */ $"0000FFFFFFFF0000" /* ........ */ $"FFFFFFE500000001" /* ........ */ $"FFFFFFFF0000001C" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0002000003FCFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"00000000002A706F" /* .....*po */ $"706D000000040000" /* pm...... */ $"0000FFFFFFFF0000" /* ........ */ $"00000000000B0000" /* ........ */ $"0003000000A10000" /* ........ */ $"0019FFFFFFFF0000" /* ........ */ $"0000000000000000" /* ........ */ $"0000003C0000002C" /* ...<..., */ $"7363727600000001" /* scrv.... */ $"00000000FFFFFFFF" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000002000000000" /* ... .... */ $"00000000FFFFFFFF" /* ........ */ $"0000FFFFFFFFFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"0000002E4D546162" /* ....MTab */ $"0000000200000000" /* ........ */ $"FFFFFFFFFFFFFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000FFFF0000" /* ...... */ }; /* 'VRes' 134 * * "BitfieldCheckDialog" */ data 'VRes' (134,"BitfieldCheckDialog") { $"0000000000000060" /* .......` */ $"00000050646C6F67" /* ...Pdlog */ $"0000001200000000" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000001180000" /* ........ */ $"0078000001180000" /* .x...... */ $"0078000000000000" /* .x...... */ $"000008756E746974" /* ...untit */ $"6C65640000000000" /* led..... */ $"0000000100000002" /* ........ */ $"0000004600000000" /* ...F.... */ $"000000367062746E" /* ...6pbtn */ $"0000000200000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000009000000054" /* .......T */ $"000001000000006E" /* .......n */ $"FFFFFFFFFFFF0000" /* ........ */ $"0000000000000643" /* .......C */ $"616E63656C650000" /* ancele.. */ $"004C000000000000" /* .L...... */ $"003C7062746E0000" /* .<pbtn.. */ $"000100000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0090000000340000" /* .....4.. */ $"01000000004EFFFF" /* .....N.. */ $"FFFFFFFF00000000" /* ........ */ $"000000000C416464" /* .....Add */ $"20746F2056616C75" /* to Valu */ $"65000000004C0000" /* e....L.. */ $"00000000003C7062" /* .....<pb */ $"746E000000030000" /* tn...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000140000" /* ........ */ $"0034000000840000" /* .4...... */ $"004EFFFFFFFFFFFF" /* .N...... */ $"0000000000000000" /* ........ */ $"0D5265706C616365" /* .Replace */ $"2056616C75650000" /* Value.. */ $"0000000000000000" /* ........ */ $"0060746578740000" /* .`text.. */ $"000000000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"001C000000080000" /* ........ */ $"00F000000034FFFF" /* .....4.. */ $"FFFF000034446F20" /* ....4Do */ $"796F752077616E74" /* you want */ $"20746F207265706C" /* to repl */ $"616365206F722061" /* ace or a */ $"646420746F207468" /* dd to th */ $"6520657869737469" /* e existi */ $"6E672076616C7565" /* ng value */ $"3F0000000000" /* ?..... */ }; /* 'VRes' 138 * * "DatePicker" */ data 'VRes' (138,"DatePicker") { $"0000000000000060" /* .......` */ $"00000050646C6F67" /* ...Pdlog */ $"0000001200000000" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"00000000012C0000" /* .....,.. */ $"00E60000012C0000" /* .....,.. */ $"00E6000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"000008756E746974" /* ...untit */ $"6C65640000000000" /* led..... */ $"0000000100000002" /* ........ */ $"0000004A00000000" /* ...J.... */ $"0000003A7062746E" /* ...:pbtn */ $"0000000500000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000000C000000C8" /* ........ */ $"00000078000000E2" /* ...x.... */ $"FFFFFFFFFFFF0000" /* ........ */ $"0000000000000A43" /* .......C */ $"6C65617220446174" /* lear Dat */ $"6500000000440000" /* e....D.. */ $"0000000000347465" /* .....4te */ $"7874000000040000" /* xt...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000080000" /* ........ */ $"0004000001240000" /* .....$.. */ $"0014FFFFFFFF0000" /* ........ */ $"08756E7469746C65" /* .untitle */ $"6400000000000000" /* d....... */ $"0046000000000000" /* .F...... */ $"00367062746E0000" /* .6pbtn.. */ $"000200000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"00DC000000C80000" /* ........ */ $"0126000000E2FFFF" /* .&...... */ $"FFFFFFFF00000000" /* ........ */ $"000000000643616E" /* .....Can */ $"63656C6500000042" /* cele...B */ $"0000000000000032" /* .......2 */ $"7062746E00000001" /* pbtn.... */ $"00000000FFFFFFFF" /* ........ */ $"000000000000008A" /* ........ */ $"000000C8000000D4" /* ........ */ $"000000E2FFFFFFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000024F4B740000" /* ...OKt.. */ $"0000000000000000" /* ........ */ $"003A434452500000" /* .:CDRP.. */ $"000300000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0008000000180000" /* ........ */ $"0128000000C4FFFF" /* .(...... */ $"FFFF000000000080" /* ........ */ $"0000008000000080" /* ........ */ $"0000008000000080" /* ........ */ }; /* 'VRes' 136 * * "SubSelector" */ data 'VRes' (136,"SubSelector") { $"0000000000000060" /* .......` */ $"00000050646C6F67" /* ...Pdlog */ $"0000001200000000" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"00000000017C0000" /* .....|.. */ $"00A0000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"000008756E746974" /* ...untit */ $"6C65640000000000" /* led..... */ $"0000000100000002" /* ........ */ $"0000003A00000000" /* ...:.... */ $"0000002A706F706D" /* ...*popm */ $"0000000400000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000001800000054" /* .......T */ $"000001540000006A" /* ...T...j */ $"FFFFFFFF00000000" /* ........ */ $"0000000000420000" /* .....B.. */ $"0000000000327062" /* .....2pb */ $"746E000000010000" /* tn...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000DC0000" /* ........ */ $"00740000011C0000" /* .t...... */ $"008EFFFFFFFFFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"0359657300000042" /* .Yes...B */ $"0000000000000032" /* .......2 */ $"7062746E00000002" /* pbtn.... */ $"00000000FFFFFFFF" /* ........ */ $"0000000000000090" /* ........ */ $"00000074000000D0" /* ...t.... */ $"0000008EFFFFFFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000024E6F740000" /* ...Not.. */ $"003A000000000000" /* .:...... */ $"002A706F706D0000" /* .*popm.. */ $"000300000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0018000000380000" /* .....8.. */ $"01540000004EFFFF" /* .T...N.. */ $"FFFF000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000005874657874" /* ...Xtext */ $"0000000000000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000001400000010" /* ........ */ $"000000F000000034" /* .......4 */ $"FFFFFFFF00002C41" /* ......,A */ $"726520796F752061" /* re you a */ $"6464696E67206F6E" /* dding on */ $"65206F6620746865" /* e of the */ $"20666F6C6C6F7769" /* followi */ $"6E6720656E747269" /* ng entri */ $"65733F0000000000" /* es?..... */ }; /* 'VRes' 137 * * "Site Data Dialog" */ data 'VRes' (137,"Site Data Dialog") { $"0000000000000060" /* .......` */ $"00000050646C6F67" /* ...Pdlog */ $"0000001200000000" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000001540000" /* .....T.. */ $"010E000001540000" /* .....T.. */ $"010E000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000095369746520" /* ...Site */ $"4461746100000000" /* Data.... */ $"0000000100000002" /* ........ */ $"0000004200000000" /* ...B.... */ $"0000003274657874" /* ...2text */ $"0000000000000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"00000010000000C8" /* ........ */ $"0000005B000000D8" /* ...[.... */ $"FFFFFFFF00000652" /* .......R */ $"6567696F6E650000" /* egione.. */ $"00000000003A0000" /* .....:.. */ $"00000000002A706F" /* .....*po */ $"706D0000000C0000" /* pm...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000440000" /* .....D.. */ $"00C8000001440000" /* .....D.. */ $"00DEFFFFFFFF0000" /* ........ */ $"000000000000003A" /* .......: */ $"000000000000002A" /* .......* */ $"6469767200000000" /* divr.... */ $"00000000FFFFFFFF" /* ........ */ $"FFFF000000000004" /* ........ */ $"000000BCFFFFFFFC" /* ........ */ $"000000BFFFFFFFFF" /* ........ */ $"0000FFFFFFFF0000" /* ........ */ $"0088000000440000" /* .....D.. */ $"003467726F750000" /* .4grou.. */ $"000000000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0008000000080000" /* ........ */ $"014C0000007CFFFF" /* .L...|.. */ $"FFFF000009555344" /* .....USD */ $"41205A6F6E650000" /* A Zone.. */ $"0000000000000000" /* ........ */ $"0000000000347465" /* .....4te */ $"78740000000A0000" /* xt...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000400000" /* .....@.. */ $"005C0000012C0000" /* .\...,.. */ $"006CFFFFFFFF0000" /* .l...... */ $"08756E7469746C65" /* .untitle */ $"6400000000000000" /* d....... */ $"004C000000000000" /* .L...... */ $"003C7062746E0000" /* .<pbtn.. */ $"000900000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"00CC000000440000" /* .....D.. */ $"01440000005EFFFF" /* .D...^.. */ $"FFFFFFFF00000000" /* ........ */ $"000000000C4C6F6F" /* .....Loo */ $"6B207570205A6F6E" /* k up Zon */ $"6500000000520000" /* e....R.. */ $"0000000000426564" /* .....Bed */ $"6974000000080000" /* it...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000780000" /* .....x.. */ $"0048000000C00000" /* .H...... */ $"0060FFFFFFFFFFFF" /* .`...... */ $"0075000000000000" /* .u...... */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000046" /* .......F */ $"0000000000000036" /* .......6 */ $"7465787400000016" /* text.... */ $"00000000FFFFFFFF" /* ........ */ $"000000000000000C" /* ........ */ $"0000004C00000068" /* ...L...h */ $"0000005CFFFFFFFF" /* ...\.... */ $"00000B5553205A69" /* ...US Zi */ $"7020436F64650000" /* p Code.. */ $"0000000000400000" /* .....@.. */ $"0000000000307465" /* .....0te */ $"7874000000150000" /* xt...... */ $"0000FFFFFFFF0000" /* ........ */ $"00000000008C0000" /* ........ */ $"0034000000D70000" /* .4...... */ $"0044FFFFFFFF0000" /* .D...... */ $"056F722E2E2E0000" /* .or..... */ $"00000000003A0000" /* .....:.. */ $"00000000002A706F" /* .....*po */ $"706D000000030000" /* pm...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000380000" /* .....8.. */ $"001C000000EB0000" /* ........ */ $"0032FFFFFFFF0000" /* .2...... */ $"0000000000000046" /* .......F */ $"0000000000000036" /* .......6 */ $"7062746E00000002" /* pbtn.... */ $"00000000FFFFFFFF" /* ........ */ $"00000000000000EE" /* ........ */ $"000000E800000140" /* .......@ */ $"00000102FFFFFFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"00000643616E6365" /* ...Cance */ $"6C65000000420000" /* le...B.. */ $"0000000000327062" /* .....2pb */ $"746E000000010000" /* tn...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000960000" /* ........ */ $"00E8000000E80000" /* ........ */ $"0102FFFFFFFFFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"024F4B7400000042" /* .OKt...B */ $"0000000000000032" /* .......2 */ $"7062746E00000007" /* pbtn.... */ $"00000000FFFFFFFF" /* ........ */ $"0000000000000100" /* ........ */ $"000000A000000138" /* .......8 */ $"000000BAFFFFFFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000035365740000" /* ...Set.. */ $"0042000000000000" /* .B...... */ $"00327062746E0000" /* .2pbtn.. */ $"000500000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0100000000800000" /* ........ */ $"01380000009AFFFF" /* .8...... */ $"FFFFFFFF00000000" /* ........ */ $"0000000003536574" /* .....Set */ $"0000003C00000000" /* ...<.... */ $"0000002C74657874" /* ...,text */ $"0000000600000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"000000A0000000A4" /* ........ */ $"000000EB000000B4" /* ........ */ $"FFFFFFFF00000075" /* .......u */ $"000000000000003C" /* .......< */ $"000000000000002C" /* ......., */ $"7465787400000004" /* text.... */ $"00000000FFFFFFFF" /* ........ */ $"0000000000000098" /* ........ */ $"00000088000000E3" /* ........ */ $"00000098FFFFFFFF" /* ........ */ $"0000007500000000" /* ...u.... */ $"0000004C00000000" /* ...L.... */ $"0000003C74657874" /* ...<text */ $"0000000000000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"00000010000000A4" /* ........ */ $"00000094000000B4" /* ........ */ $"FFFFFFFF00001046" /* .......F */ $"697273742046616C" /* irst Fal */ $"6C2046726F737400" /* l Frost. */ $"0000000000000000" /* ........ */ $"000000000000003C" /* .......< */ $"7465787400000000" /* text.... */ $"00000000FFFFFFFF" /* ........ */ $"0000000000000010" /* ........ */ $"0000008800000084" /* ........ */ $"00000098FFFFFFFF" /* ........ */ $"0000114C61737420" /* ...Last */ $"537072696E672046" /* Spring F */ $"726F737400000000" /* rost.... */ }; /* 'VRes' 139 * * "Registration Dialog" */ data 'VRes' (139,"Registration Dialog") { $"0000000000000072" /* .......r */ $"00000062646C6F67" /* ...bdlog */ $"0000001200000000" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"00000000015E0000" /* .....^.. */ $"00DC0000015E0000" /* .....^.. */ $"00DC0000015E0000" /* .....^.. */ $"00DC000000000000" /* ........ */ $"00001B5265676973" /* ...Regis */ $"746572696E672052" /* tering R */ $"6564737461727420" /* edstart */ $"47617264656E0000" /* Garden.. */ $"0000000000010000" /* ........ */ $"0000000000E60000" /* ........ */ $"0048000000386772" /* .H...8gr */ $"6F75000000000000" /* ou...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000060000" /* ........ */ $"0006000001540000" /* .....T.. */ $"003CFFFFFFFF0000" /* .<...... */ $"0D57687920526567" /* .Why Reg */ $"69737465723F0000" /* ister?.. */ $"0000000000000000" /* ........ */ $"00000000008E7465" /* ......te */ $"7874000000000000" /* xt...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000080000" /* ........ */ $"0014000001480000" /* .....H.. */ $"0030FFFFFFFF0000" /* .0...... */ $"6252656769737465" /* bRegiste */ $"72696E6720526564" /* ring Red */ $"7374617274204761" /* start Ga */ $"7264656E2077696C" /* rden wil */ $"6C20676574207269" /* l get ri */ $"64206F6620746865" /* d of the */ $"736520616E6E6F79" /* se annoy */ $"696E67206469616C" /* ing dial */ $"6F67732C20616E64" /* ogs, and */ $"2068656C70206675" /* help fu */ $"6E64206675747572" /* nd futur */ $"6520666561747572" /* e featur */ $"65732E7500000084" /* es.u.... */ $"000002840000004E" /* .......N */ $"0000003E67726F75" /* ...>grou */ $"0000000000000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000000600000040" /* .......@ */ $"00000154000000B4" /* ...T.... */ $"FFFFFFFF00001248" /* .......H */ $"6F7720446F204920" /* ow Do I */ $"5265676973746572" /* Register */ $"3F00000000000000" /* ?....... */ $"0082000000000000" /* ........ */ $"0072746578740000" /* .rtext.. */ $"000000000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0008000000400000" /* .....@.. */ $"01450000004CFFFF" /* .E...L.. */ $"FFFF000046332920" /* ....F3) */ $"456E746572207468" /* Enter th */ $"6520726567697374" /* e regist */ $"726174696F6E2063" /* ration c */ $"6F646520696E2062" /* ode in b */ $"656C6F7720616E64" /* elow and */ $"20636C69636B2074" /* click t */ $"6865207265676973" /* he regis */ $"7465722062757474" /* ter butt */ $"6F6E2E0000000084" /* on...... */ $"0000008000000000" /* ........ */ $"0000007074657874" /* ...ptext */ $"0000000000000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"000000070000002B" /* .......+ */ $"0000013C00000037" /* ...<...7 */ $"FFFFFFFFFFFF4532" /* ......E2 */ $"29204F7264657220" /* ) Order */ $"5265647374617274" /* Redstart */ $"2047617264656E2E" /* Garden. */ $"2020412072656769" /* A regi */ $"7374726174696F6E" /* stration */ $"20636F6465207769" /* code wi */ $"6C6C206265206D61" /* ll be ma */ $"696C656420746F20" /* iled to */ $"796F752E00000084" /* you..... */ $"0000005400000000" /* ...T.... */ $"0000004474657874" /* ...Dtext */ $"0000000000000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000000700000016" /* ........ */ $"000000CC00000026" /* .......& */ $"FFFFFFFF00001831" /* .......1 */ $"2920476F20746F20" /* ) Go to */ $"6F726465722E6B61" /* order.ka */ $"67692E636F6D3A28" /* gi.com:( */ $"0000008400000040" /* .......@ */ $"0000000000000030" /* .......0 */ $"7465787400000000" /* text.... */ $"00000000FFFFFFFF" /* ........ */ $"0000000000000008" /* ........ */ $"0000005400000044" /* ...T...D */ $"00000064FFFFFFFF" /* ...d.... */ $"000005436F64653A" /* ...Code: */ $"0000000000000052" /* .......R */ $"0000000000000042" /* .......B */ $"6564697400000004" /* edit.... */ $"00000000FFFFFFFF" /* ........ */ $"0000000000000030" /* .......0 */ $"000000530000013C" /* ...S...< */ $"00000067FFFFFFFF" /* ...g.... */ $"FFFF007500000000" /* ...u.... */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"003E7062746E0000" /* .>pbtn.. */ $"000300000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"007C000000100000" /* .|...... */ $"00EC0000002AFFFF" /* .....*.. */ $"FFFFFFFF00000000" /* ........ */ $"000000000E6F7264" /* .....ord */ $"65722E6B6167692E" /* er.kagi. */ $"636F6D0000000046" /* com....F */ $"0000000000000036" /* .......6 */ $"7062746E00000002" /* pbtn.... */ $"00000000FFFFFFFF" /* ........ */ $"00000000000000F0" /* ........ */ $"000000B800000154" /* .......T */ $"000000D2FFFFFFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"00000643616E6365" /* ...Cance */ $"6C65000000000000" /* le...... */ $"0000000000387062" /* .....8pb */ $"746E000000010000" /* tn...... */ $"0000FFFFFFFF0000" /* ........ */ $"00000000008C0000" /* ........ */ $"00B8000000F00000" /* ........ */ $"00D2FFFFFFFFFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"0852656769737465" /* .Registe */ $"7200" /* r. */ }; /* 'VRes' 140 * * "GerminationDialog" */ data 'VRes' (140,"GerminationDialog") { $"0000000000000062" /* .......b */ $"00000052646C6F67" /* ...Rdlog */ $"0000001000000000" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000001900000" /* ........ */ $"012C000001900000" /* .,...... */ $"012C000001900000" /* .,...... */ $"012C000000000000" /* .,...... */ $"00000B4765726D69" /* ...Germi */ $"6E6174696F6E0000" /* nation.. */ $"0000000000010000" /* ........ */ $"0002000000000000" /* ........ */ $"003A0000002A636F" /* .:...*co */ $"6C72000000000000" /* lr...... */ $"0000FFFFFFFFFFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000FFFFFFFF0000" /* ........ */ $"000000010000004A" /* .......J */ $"000000000000003A" /* .......: */ $"7062746E0000000C" /* pbtn.... */ $"00000000FFFFFFFF" /* ........ */ $"000000000000006C" /* .......l */ $"000000F8000000CC" /* ........ */ $"00000112FFFFFFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"00000A44656C6574" /* ...Delet */ $"6520526F77000000" /* e Row... */ $"0046000000000000" /* .F...... */ $"00367062746E0000" /* .6pbtn.. */ $"000B00000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0008000000F80000" /* ........ */ $"006800000112FFFF" /* .h...... */ $"FFFFFFFF00000000" /* ........ */ $"00000000074E6577" /* .....New */ $"20526F7700000046" /* Row...F */ $"0000000000000036" /* .......6 */ $"7062746E00000002" /* pbtn.... */ $"00000000FFFFFFFF" /* ........ */ $"00000000000000D0" /* ........ */ $"000000F800000118" /* ........ */ $"00000112FFFFFFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"00000643616E6365" /* ...Cance */ $"6C65000000420000" /* le...B.. */ $"0000000000327062" /* .....2pb */ $"746E000000010000" /* tn...... */ $"0000FFFFFFFF0000" /* ........ */ $"00000000012C0000" /* .....,.. */ $"00F8000001740000" /* .....t.. */ $"0112FFFFFFFFFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"024F4B7400000000" /* .OKt.... */ $"000000000000002C" /* ......., */ $"475461620000000A" /* GTab.... */ $"00000000FFFFFFFF" /* ........ */ $"000000000000000C" /* ........ */ $"0000001400000178" /* .......x */ $"000000E4FFFFFFFF" /* ........ */ $"000000000000FFFF" /* ........ */ }; /* 'VRes' 141 * * "Text Entry Dialog" */ data 'VRes' (141,"Text Entry Dialog") { $"0000000000000060" /* .......` */ $"00000050646C6F67" /* ...Pdlog */ $"0000001200000000" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"00000000012C0000" /* .....,.. */ $"00E60000012C0000" /* .....,.. */ $"00E6000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"000008756E746974" /* ...untit */ $"6C65640000000000" /* led..... */ $"0000000000000002" /* ........ */ $"0000005200000000" /* ...R.... */ $"0000004265646974" /* ...Bedit */ $"0000000300000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000000800000008" /* ........ */ $"00000124000000C0" /* ...$.... */ $"FFFFFFFFFFFF0075" /* .......u */ $"0000000000000000" /* ........ */ $"000000000000FFFF" /* ........ */ $"FFFF000000000004" /* ........ */ $"FFFF000000460000" /* .....F.. */ $"0000000000367062" /* .....6pb */ $"746E000000020000" /* tn...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000D60000" /* ........ */ $"00C8000001200000" /* ..... .. */ $"00E2FFFFFFFFFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"0643616E63656C65" /* .Cancele */ $"0000000000000000" /* ........ */ $"000000327062746E" /* ...2pbtn */ $"0000000100000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"00000086000000C8" /* ........ */ $"000000D0000000E2" /* ........ */ $"FFFFFFFFFFFF0000" /* ........ */ $"000000000000024F" /* .......O */ $"4B74" /* Kt */ }; /* 'VRes' 142 * * "InfoSupplier" */ data 'VRes' (142,"InfoSupplier") { $"000000000000006A" /* .......j */ $"0000005A646C6F67" /* ...Zdlog */ $"0000001200000000" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"00000000015E0000" /* .....^.. */ $"01770000015E0000" /* .w...^.. */ $"01770000015E0000" /* .w...^.. */ $"0177000000000000" /* .w...... */ $"00001256656E646F" /* ...Vendo */ $"7220496E666F726D" /* r Inform */ $"6174696F6E6F0000" /* ationo.. */ $"0000000000010000" /* ........ */ $"0002000000440000" /* .....D.. */ $"0000000000346368" /* .....4ch */ $"6B62000000150000" /* kb...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000001200000" /* ..... .. */ $"000C000001540000" /* .....T.. */ $"001CFFFFFFFFFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"0448696465740000" /* .Hidet.. */ $"005A000000000000" /* .Z...... */ $"004A656469740000" /* .Jedit.. */ $"000D00000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"00480000013C0000" /* .H...<.. */ $"015400000153FFFF" /* .T...S.. */ $"FFFFFFFF08756E74" /* .....unt */ $"69746C6564000000" /* itled... */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000004200000000" /* ...B.... */ $"0000003274657874" /* ...2text */ $"0000000000000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000000400000138" /* .......8 */ $"0000004000000148" /* ...@...H */ $"FFFFFFFF00000645" /* .......E */ $"2D4D61696C650000" /* -Maile.. */ $"00000000005A0000" /* .....Z.. */ $"00000000004A6564" /* .....Jed */ $"69740000000C0000" /* it...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000540000" /* .....T.. */ $"0040000000A90000" /* .@...... */ $"0057FFFFFFFFFFFF" /* .W...... */ $"08756E7469746C65" /* .untitle */ $"6400000000000000" /* d....... */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000046" /* .......F */ $"0000000000000036" /* .......6 */ $"7465787400000000" /* text.... */ $"00000000FFFFFFFF" /* ........ */ $"0000000000000004" /* ........ */ $"000000440000004F" /* ...D...O */ $"00000054FFFFFFFF" /* ...T.... */ $"00000A53686F7274" /* ...Short */ $"204E616D65000000" /* Name... */ $"00000000005A0000" /* .....Z.. */ $"00000000004A6564" /* .....Jed */ $"69740000000B0000" /* it...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000480000" /* .....H.. */ $"0120000000E00000" /* . ...... */ $"0137FFFFFFFFFFFF" /* .7...... */ $"08756E7469746C65" /* .untitle */ $"6400000000000000" /* d....... */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"000000000000003E" /* .......> */ $"000000000000002E" /* ........ */ $"7465787400000000" /* text.... */ $"00000000FFFFFFFF" /* ........ */ $"0000000000000004" /* ........ */ $"0000011C0000003C" /* .......< */ $"0000012CFFFFFFFF" /* ...,.... */ $"0000034661780000" /* ...Fax.. */ $"00000000005A0000" /* .....Z.. */ $"00000000004A6564" /* .....Jed */ $"69740000000A0000" /* it...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000480000" /* .....H.. */ $"0104000000E00000" /* ........ */ $"011BFFFFFFFFFFFF" /* ........ */ $"08756E7469746C65" /* .untitle */ $"6400000000000000" /* d....... */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000040" /* .......@ */ $"0000000000000030" /* .......0 */ $"7465787400000000" /* text.... */ $"00000000FFFFFFFF" /* ........ */ $"0000000000000004" /* ........ */ $"0000010000000040" /* .......@ */ $"00000110FFFFFFFF" /* ........ */ $"00000550686F6E65" /* ...Phone */ $"000000000000003A" /* .......: */ $"000000000000002A" /* .......* */ $"706F706D00000014" /* popm.... */ $"00000000FFFFFFFF" /* ........ */ $"0000000000000008" /* ........ */ $"00000008000000E0" /* ........ */ $"0000001EFFFFFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"0046000000000000" /* .F...... */ $"00367062746E0000" /* .6pbtn.. */ $"000200000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"00B6000001580000" /* .....X.. */ $"010000000172FFFF" /* .....r.. */ $"FFFFFFFF00000000" /* ........ */ $"000000000643616E" /* .....Can */ $"63656C6500000042" /* cele...B */ $"0000000000000032" /* .......2 */ $"7062746E00000001" /* pbtn.... */ $"00000000FFFFFFFF" /* ........ */ $"000000000000010A" /* ........ */ $"0000015800000154" /* ...X...T */ $"00000172FFFFFFFF" /* ...r.... */ $"FFFF000000000000" /* ........ */ $"0000024F4B740000" /* ...OKt.. */ $"005A000000000000" /* .Z...... */ $"004A656469740000" /* .Jedit.. */ $"000900000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0048000000E80000" /* .H...... */ $"0154000000FFFFFF" /* .T...... */ $"FFFFFFFF08756E74" /* .....unt */ $"69746C6564000000" /* itled... */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000004200000000" /* ...B.... */ $"0000003274657874" /* ...2text */ $"0000000000000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"00000004000000E4" /* ........ */ $"00000040000000F4" /* ...@.... */ $"FFFFFFFF00000743" /* .......C */ $"6F756E7472790000" /* ountry.. */ $"00000000005A0000" /* .....Z.. */ $"00000000004A6564" /* .....Jed */ $"6974000000080000" /* it...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000880000" /* ........ */ $"00CC000001180000" /* ........ */ $"00E3FFFFFFFFFFFF" /* ........ */ $"08756E7469746C65" /* .untitle */ $"6400000000000000" /* d....... */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"000000000000004E" /* .......N */ $"000000000000003E" /* .......> */ $"7465787400000000" /* text.... */ $"00000000FFFFFFFF" /* ........ */ $"0000000000000004" /* ........ */ $"000000CC00000080" /* ........ */ $"000000DCFFFFFFFF" /* ........ */ $"0000125A6970206F" /* ...Zip o */ $"7220506F7374616C" /* r Postal */ $"20436F6465000000" /* Code... */ $"00000000005A0000" /* .....Z.. */ $"00000000004A6564" /* .....Jed */ $"6974000000070000" /* it...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000880000" /* ........ */ $"00B0000001180000" /* ........ */ $"00C7FFFFFFFFFFFF" /* ........ */ $"08756E7469746C65" /* .untitle */ $"6400000000000000" /* d....... */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000040" /* .......@ */ $"0000000000000030" /* .......0 */ $"7465787400000000" /* text.... */ $"00000000FFFFFFFF" /* ........ */ $"0000000000000004" /* ........ */ $"000000B400000038" /* .......8 */ $"000000C4FFFFFFFF" /* ........ */ $"0000055374617465" /* ...State */ $"000000000000005A" /* .......Z */ $"000000000000004A" /* .......J */ $"6564697400000006" /* edit.... */ $"00000000FFFFFFFF" /* ........ */ $"0000000000000048" /* .......H */ $"0000009400000154" /* .......T */ $"000000ABFFFFFFFF" /* ........ */ $"FFFF08756E746974" /* ...untit */ $"6C65640000000000" /* led..... */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0040000000000000" /* .@...... */ $"0030746578740000" /* .0text.. */ $"000000000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0004000000980000" /* ........ */ $"0034000000A8FFFF" /* .4...... */ $"FFFF000004436974" /* .....Cit */ $"7974000000000000" /* yt...... */ $"005A000000000000" /* .Z...... */ $"004A656469740000" /* .Jedit.. */ $"000500000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0048000000780000" /* .H...x.. */ $"01540000008FFFFF" /* .T...... */ $"FFFFFFFF08756E74" /* .....unt */ $"69746C6564000000" /* itled... */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000004200000000" /* ...B.... */ $"0000003274657874" /* ...2text */ $"0000000000000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000000400000028" /* .......( */ $"0000004F00000038" /* ...O...8 */ $"FFFFFFFF00000743" /* .......C */ $"6F6D70616E790000" /* ompany.. */ $"0000000000420000" /* .....B.. */ $"0000000000327465" /* .....2te */ $"7874000000000000" /* xt...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000040000" /* ........ */ $"005C0000004F0000" /* .\...O.. */ $"006CFFFFFFFF0000" /* .l...... */ $"0741646472657373" /* .Address */ $"000000000000005A" /* .......Z */ $"000000000000004A" /* .......J */ $"6564697400000004" /* edit.... */ $"00000000FFFFFFFF" /* ........ */ $"0000000000000048" /* .......H */ $"0000005C00000154" /* ...\...T */ $"00000073FFFFFFFF" /* ...s.... */ $"FFFF08756E746974" /* ...untit */ $"6C65640000000000" /* led..... */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"004A656469740000" /* .Jedit.. */ $"000300000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0054000000250000" /* .T...%.. */ $"01540000003CFFFF" /* .T...<.. */ $"FFFFFFFF08756E74" /* .....unt */ $"69746C6564000000" /* itled... */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ }; /* 'VRes' 143 * * "ColumnSetDialog" */ data 'VRes' (143,"ColumnSetDialog") { $"000000000000006A" /* .......j */ $"0000005A646C6F67" /* ...Zdlog */ $"0000010000000000" /* ........ */ $"FFFF000000960000" /* ........ */ $"001E000000000000" /* ........ */ $"0000000001680000" /* .....h.. */ $"0118000001680000" /* .....h.. */ $"0118000001680000" /* .....h.. */ $"0118000000000000" /* ........ */ $"0000124564697420" /* ...Edit */ $"4461746162617365" /* Database */ $"2056696577000000" /* View... */ $"0000000000010000" /* ........ */ $"0002000000460000" /* .....F.. */ $"0000000000367062" /* .....6pb */ $"746E000000020000" /* tn...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000C30000" /* ........ */ $"00FC000001080000" /* ........ */ $"0116FFFFFFFFFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"0643616E63656C65" /* .Cancele */ $"0000004200000000" /* ...B.... */ $"000000327062746E" /* ...2pbtn */ $"0000000100000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"00000110000000FC" /* ........ */ $"0000015500000116" /* ...U.... */ $"FFFFFFFFFFFF0000" /* ........ */ $"000000000000024F" /* .......O */ $"4B74000000760000" /* Kt...v.. */ $"003C0000002C7363" /* .<...,sc */ $"7276000000000000" /* rv...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000040000" /* ........ */ $"0034000001640000" /* .4...d.. */ $"00F8FFFFFFFF0000" /* ........ */ $"FFFFFFFFFFFF0000" /* ........ */ $"0000000000000000" /* ........ */ $"002A475461620000" /* .*GTab.. */ $"000600000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"014F000000B3FFFF" /* .O...... */ $"FFFF000000000000" /* ........ */ $"0000004400000000" /* ...D.... */ $"0000003474657874" /* ...4text */ $"0000000500000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000002C00000004" /* ...,.... */ $"0000016000000030" /* ...`...0 */ $"FFFFFFFF00000875" /* .......u */ $"6E7469746C656400" /* ntitled. */ $"0000000000000000" /* ........ */ $"0000000000000032" /* .......2 */ $"69636F6E00000007" /* icon.... */ $"00000000FFFFFFFF" /* ........ */ $"0000000000000008" /* ........ */ $"0000000400000028" /* .......( */ $"00000024FFFFFFFF" /* ...$.... */ $"0000000000020000" /* ........ */ $"002000000020" /* . ... */ }; /* 'VRes' 144 * * "SetNameDialog" */ data 'VRes' (144,"SetNameDialog") { $"0000000000000060" /* .......` */ $"00000050646C6F67" /* ...Pdlog */ $"0000001200000000" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"00000000012C0000" /* .....,.. */ $"00640000012C0000" /* .d...,.. */ $"00640000012C0000" /* .d...,.. */ $"00C8000000000000" /* ........ */ $"0000094E616D6520" /* ...Name */ $"5669657700000000" /* View.... */ $"0000000100000002" /* ........ */ $"0000004200000000" /* ...B.... */ $"000000327062746E" /* ...2pbtn */ $"0000000100000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"000000E000000040" /* .......@ */ $"000001280000005A" /* ...(...Z */ $"FFFFFFFFFFFF0000" /* ........ */ $"000000000000024F" /* .......O */ $"4B74000000460000" /* Kt...F.. */ $"0000000000367062" /* .....6pb */ $"746E000000020000" /* tn...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000900000" /* ........ */ $"0040000000D80000" /* .@...... */ $"005AFFFFFFFFFFFF" /* .Z...... */ $"0000000000000000" /* ........ */ $"0643616E63656C65" /* .Cancele */ $"0000005200000000" /* ...R.... */ $"0000004265646974" /* ...Bedit */ $"0000000300000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000001400000020" /* ....... */ $"0000011400000038" /* .......8 */ $"FFFFFFFFFFFF004E" /* .......N */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000427465" /* .....Bte */ $"7874000000000000" /* xt...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000140000" /* ........ */ $"000C0000010C0000" /* ........ */ $"001CFFFFFFFF0000" /* ........ */ $"16506C6561736520" /* .Please */ $"6E616D6520746869" /* name thi */ $"7320766965772E6E" /* s view.n */ $"00000000" /* .... */ }; /* 'VRes' 148 * * "Plugin Selector" */ data 'VRes' (148,"Plugin Selector") { $"0000000000000060" /* .......` */ $"00000050646C6F67" /* ...Pdlog */ $"0000001200000000" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"00000000017C0000" /* .....|.. */ $"01040000017C0000" /* .....|.. */ $"01040000017C0000" /* .....|.. */ $"0104000000000000" /* ........ */ $"000008756E746974" /* ...untit */ $"6C65640000000000" /* led..... */ $"0000000000000000" /* ........ */ $"000000760000003C" /* ...v...< */ $"0000002C73637276" /* ...,scrv */ $"0000000000000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000005800000030" /* ...X...0 */ $"00000178000000DC" /* ...x.... */ $"FFFFFFFF0000FFFF" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"000000000000002A" /* .......* */ $"4754616200000000" /* GTab.... */ $"00000000FFFFFFFF" /* ........ */ $"00000000FFFFFFFF" /* ........ */ $"FFFFFFFF0000010F" /* ........ */ $"0000009BFFFFFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"0046000000000000" /* .F...... */ $"00367062746E0000" /* .6pbtn.. */ $"000200000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"00E4000000E40000" /* ........ */ $"0124000000FEFFFF" /* .$...... */ $"FFFFFFFF00000000" /* ........ */ $"000000000643616E" /* .....Can */ $"63656C6500000042" /* cele...B */ $"0000000000000032" /* .......2 */ $"7062746E00000001" /* pbtn.... */ $"00000000FFFFFFFF" /* ........ */ $"0000000000000130" /* .......0 */ $"000000E400000170" /* .......p */ $"000000FEFFFFFFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000024F4B740000" /* ...OKt.. */ $"0042000000000000" /* .B...... */ $"0032746578740000" /* .2text.. */ $"000000000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0004000000300000" /* .....0.. */ $"004F000000CCFFFF" /* .O...... */ $"FFFF000006416374" /* .....Act */ $"696F6E6500000000" /* ione.... */ $"0000004000000000" /* ...@.... */ $"0000003074657874" /* ...0text */ $"0000000000000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"000000840000000C" /* ........ */ $"000000AE0000001C" /* ........ */ $"FFFFFFFF0000044E" /* .......N */ $"616D657400000000" /* amet.... */ $"0000000000000000" /* ........ */ $"0000003274657874" /* ...2text */ $"0000000000000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"000000500000000B" /* ...P.... */ $"0000007A0000001C" /* ...z.... */ $"FFFFFFFF00000641" /* .......A */ $"6374697665650000" /* ctivee.. */ $"0000" /* .. */ }; /* 'VRes' 150 * * "Default Search Panel" */ data 'VRes' (150,"Default Search Panel") { $"0000000000000036" /* .......6 */ $"0000002676696577" /* ...&view */ $"0000009600000000" /* ........ */ $"FFFFFFFFFFFFFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"FFFFFFFFFFFFFFFF" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"00000000003A0000" /* .....:.. */ $"002A6261636B0000" /* .*back.. */ $"000000000000FFFF" /* ........ */ $"FFFFFFFFFFFF0000" /* ........ */ $"0000000000000000" /* ........ */ $"000000000000FFFF" /* ........ */ $"FFFF000000000001" /* ........ */ $"0000004A00000000" /* ...J.... */ $"0000003A7062746E" /* ...:pbtn */ $"0000000800000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000017800000014" /* ...x.... */ $"000002000000004C" /* .......L */ $"FFFFFFFFFFFF0000" /* ........ */ $"0000000000000A53" /* .......S */ $"6974652044617461" /* ite Data */ $"C9000000003A0000" /* .....:.. */ $"00000000002A706F" /* .....*po */ $"706D000000070000" /* pm...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000840000" /* ........ */ $"00A8000000FC0000" /* ........ */ $"00BEFFFFFFFF0000" /* ........ */ $"0000000000000040" /* .......@ */ $"0000000000000030" /* .......0 */ $"7465787400000069" /* text...i */ $"00000000FFFFFFFF" /* ........ */ $"000000000000000C" /* ........ */ $"000000AC00000057" /* .......W */ $"000000BCFFFFFFFF" /* ........ */ $"000004466F726D74" /* ...Formt */ $"000000000000003A" /* .......: */ $"000000000000002A" /* .......* */ $"706F706D00000006" /* popm.... */ $"00000000FFFFFFFF" /* ........ */ $"0000000000000118" /* ........ */ $"0000008C00000190" /* ........ */ $"000000A2FFFFFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"003A000000000000" /* .:...... */ $"002A706F706D0000" /* .*popm.. */ $"000400000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0118000000700000" /* .....p.. */ $"019000000086FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000003E00000000" /* ...>..... [truncated message content] |
|
From: Jeffrey B. <jlb...@us...> - 2006-12-29 21:19:28
|
Update of /cvsroot/igarden/Garden/source/PlanTool In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv15025 Modified Files: Tag: Release_branch_v1 ActiveMaterial.h ActiveMaterial.cpp Log Message: Add extra note that picture may differ Index: ActiveMaterial.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/PlanTool/ActiveMaterial.cpp,v retrieving revision 1.45.2.9 retrieving revision 1.45.2.10 diff -C2 -d -r1.45.2.9 -r1.45.2.10 *** ActiveMaterial.cpp 29 Dec 2006 15:47:35 -0000 1.45.2.9 --- ActiveMaterial.cpp 29 Dec 2006 21:19:26 -0000 1.45.2.10 *************** *** 47,52 **** using yaaf::XGBroadcast; ! #define POPUP_HEIGHT 22 ! #define NAME_HEIGHT 40 #define BORDER_WIDTH 2 --- 47,53 ---- using yaaf::XGBroadcast; ! #define POPUP_HEIGHT 20 ! #define NAME_HEIGHT 34 ! #define WARNING_HEIGHT 13 #define BORDER_WIDTH 2 *************** *** 58,61 **** --- 59,63 ---- const long kMaterialSelectMenu = 101; const long kMaterialNameText = 102; + const long kMaterialWarningText = 103; const long kMaterialImage = 104; const long kMaterialErrText = 105; *************** *** 94,98 **** XGSViewInitRecord popupInfo, imageInfo, catPopInfo; ! struct XGSTextInitRecord staticInfo, nameInfo; Point myPaneSize; long messageType, nameType, buttonType; --- 96,100 ---- XGSViewInitRecord popupInfo, imageInfo, catPopInfo; ! struct XGSTextInitRecord staticInfo, nameInfo, warningInfo; Point myPaneSize; long messageType, nameType, buttonType; *************** *** 164,167 **** --- 166,185 ---- _popup = new XGPopControl(this, popupInfo, kActiveMenuFont); + + warningInfo.v = popupInfo; + warningInfo.v.fViewID = kMaterialWarningText; + warningInfo.v.fVisible = true; + warningInfo.v.fEnabled = true; + warningInfo.v.fAutoLeft = BORDER_WIDTH; + warningInfo.v.fViewID = 'AmSt'; + warningInfo.font = 134; + warningInfo.v.fAutoLeft = 5; + warningInfo.v.fAutoTop = popupInfo.fAutoTop - WARNING_HEIGHT; + warningInfo.v.fAutoRight = -5; + warningInfo.v.fAutoBottom = warningInfo.v.fAutoTop + WARNING_HEIGHT; + strcpy(nameInfo.text, ""); + _warningText = new XGStaticText(this, warningInfo); + _warningText->HideView(); + nameInfo.v = popupInfo; nameInfo.v.fViewID = kMaterialNameText; *************** *** 171,175 **** nameInfo.v.fViewID = 'AmSt'; nameInfo.font = nameType; ! nameInfo.v.fAutoTop -= NAME_HEIGHT; nameInfo.v.fAutoBottom = nameInfo.v.fAutoTop + NAME_HEIGHT; strcpy(nameInfo.text, ""); --- 189,193 ---- nameInfo.v.fViewID = 'AmSt'; nameInfo.font = nameType; ! nameInfo.v.fAutoTop = warningInfo.v.fAutoTop - NAME_HEIGHT; nameInfo.v.fAutoBottom = nameInfo.v.fAutoTop + NAME_HEIGHT; strcpy(nameInfo.text, ""); *************** *** 426,429 **** --- 444,448 ---- _drawing->Deactivate(); _drawing->HideView(); + _warningText->HideView(); if(_image->SetSource(fileSpec) == noErr) { *************** *** 442,445 **** --- 461,465 ---- { DisplayMessage("No image available"); + _warningText->HideView(); _drawing->Deactivate(); _image->ShowView(); *************** *** 447,455 **** _image->InvalView(); } ! DisplayName(material->GetPictureTitle(kUsePreferencesSetting, kNameAsText)); } else { ! DisplayName(""); XGDirectory mkdir; _drawing->Deactivate(); --- 467,480 ---- _image->InvalView(); } ! ! String name; ! pictureLikeness_t likeness; ! ! name = material->GetPictureTitle(kUsePreferencesSetting, kNameAsText, likeness); ! DisplayName(name, likeness); } else { ! DisplayName("", kPictureExact); XGDirectory mkdir; _drawing->Deactivate(); *************** *** 503,509 **** /// DisplayName // ! void ActiveMaterial::DisplayName( const String& name ) ! { _nameText->SetTitle(name.c_str()); } --- 528,541 ---- /// DisplayName // ! void ActiveMaterial::DisplayName( const String& name, pictureLikeness_t likeness ) ! { _nameText->SetTitle(name.c_str()); + if(likeness == kPictureMayDiffer) + { + _warningText->SetTitle("May not be an exact match."); + _warningText->ShowView(); + } + else + _warningText->HideView(); } *************** *** 614,618 **** else { ! DisplayName(""); _message->SetTitle("Nothing Loaded"); _message->ShowView(); --- 646,650 ---- else { ! DisplayName("", kPictureExact); _message->SetTitle("Nothing Loaded"); _message->ShowView(); *************** *** 664,668 **** // --------------------------------------------------------------------------- ! /// RebuildPlotPalette // long ActiveMaterial::DoMaterialChangeID( long arg, void* parg ) --- 696,700 ---- // --------------------------------------------------------------------------- ! /// DoMaterialChangeID // long ActiveMaterial::DoMaterialChangeID( long arg, void* parg ) *************** *** 678,682 **** if(current != NULL) { ! DisplayName(current->GetDisplayName(kUsePreferencesSetting)); return 0; } --- 710,718 ---- if(current != NULL) { ! String name; ! pictureLikeness_t likeness; ! ! name = current->GetPictureTitle(kUsePreferencesSetting, kNameAsText, likeness); ! DisplayName(name, likeness); return 0; } *************** *** 687,691 **** // --------------------------------------------------------------------------- ! /// RebuildPlotPalette // long ActiveMaterial::DoPlantDrag( long arg, void* parg ) --- 723,727 ---- // --------------------------------------------------------------------------- ! /// DoPlantDrag // long ActiveMaterial::DoPlantDrag( long arg, void* parg ) *************** *** 791,795 **** { _image->ClearSource(); ! DisplayName(""); } --- 827,831 ---- { _image->ClearSource(); ! DisplayName("", kPictureExact); } *************** *** 813,817 **** { _image->ClearSource(); ! DisplayName(""); } InvalView(); --- 849,853 ---- { _image->ClearSource(); ! DisplayName("", kPictureExact); } InvalView(); Index: ActiveMaterial.h =================================================================== RCS file: /cvsroot/igarden/Garden/source/PlanTool/ActiveMaterial.h,v retrieving revision 1.10.2.3 retrieving revision 1.10.2.4 diff -C2 -d -r1.10.2.3 -r1.10.2.4 *** ActiveMaterial.h 26 Nov 2006 01:25:40 -0000 1.10.2.3 --- ActiveMaterial.h 29 Dec 2006 21:19:26 -0000 1.10.2.4 *************** *** 79,83 **** Material* CurrentMaterial(); void DisplayMessage(char* message); ! void DisplayName(const String& name); virtual long DoGetMenuStatus(long arg, void* parg); virtual long DoMenuCommand(long arg, void* parg); --- 79,83 ---- Material* CurrentMaterial(); void DisplayMessage(char* message); ! void DisplayName(const String& name, pictureLikeness_t likeness); virtual long DoGetMenuStatus(long arg, void* parg); virtual long DoMenuCommand(long arg, void* parg); *************** *** 107,111 **** CQTImagePane* _image; XGStaticText* _message; ! XGStaticText* _nameText; materialArray_t _currentPlotItems; UInt32 _currentItem; --- 107,112 ---- CQTImagePane* _image; XGStaticText* _message; ! XGStaticText* _nameText; ! XGStaticText* _warningText; materialArray_t _currentPlotItems; UInt32 _currentItem; |
|
From: Jeffrey B. <jlb...@us...> - 2006-12-29 21:18:34
|
Update of /cvsroot/igarden/Garden/source/SourceMaterialDB In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv14624 Modified Files: Tag: Release_branch_v1 Material.h PlantSelection.cpp Material.cpp Log Message: Add extra note that picture may differ Index: PlantSelection.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/SourceMaterialDB/PlantSelection.cpp,v retrieving revision 1.27 retrieving revision 1.27.2.1 diff -C2 -d -r1.27 -r1.27.2.1 *** PlantSelection.cpp 24 May 2006 12:16:50 -0000 1.27 --- PlantSelection.cpp 29 Dec 2006 21:18:31 -0000 1.27.2.1 *************** *** 620,623 **** --- 620,624 ---- bool usedInDocument = false; XGScrollView *scrollView; + pictureLikeness_t likeness; displayView = dynamic_cast<RGHypertextView*>(_window->FindViewByID(kLowerDescription)); *************** *** 633,637 **** text += filePath.c_str(); text += "'>"; ! resultName = _currentMat->GetPictureTitle(kUsePreferencesSetting, kNameAsHTML); } else --- 634,638 ---- text += filePath.c_str(); text += "'>"; ! resultName = _currentMat->GetPictureTitle(kUsePreferencesSetting, kNameAsHTML, likeness); } else *************** *** 792,795 **** --- 793,797 ---- long n, count; PictureInfo entry; + pictureLikeness_t likeness; displayView = dynamic_cast<RGHypertextView*>(_window->FindViewByID(kLowerDescription)); *************** *** 804,808 **** { _currentMat->GetIndexedPictureAlternative(n, entry); ! canon = _currentMat->GetIndexedPictureTitle(n, kUsePreferencesSetting, kNameAsHTML); XGUUID uid; --- 806,810 ---- { _currentMat->GetIndexedPictureAlternative(n, entry); ! canon = _currentMat->GetIndexedPictureTitle(n, kUsePreferencesSetting, kNameAsHTML, likeness); XGUUID uid; Index: Material.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/SourceMaterialDB/Material.cpp,v retrieving revision 1.43.2.2 retrieving revision 1.43.2.3 diff -C2 -d -r1.43.2.2 -r1.43.2.3 *** Material.cpp 29 Dec 2006 04:23:45 -0000 1.43.2.2 --- Material.cpp 29 Dec 2006 21:18:32 -0000 1.43.2.3 *************** *** 1037,1055 **** } ! String Material::GetPictureTitle(namePreference_t pref, nameFormat_t fmt) { PictureInfo entry; GetDefaultPictureTag(entry); ! return InternGetPictureTitle(pref, fmt, entry); } ! String Material::GetIndexedPictureTitle(long index, namePreference_t pref, nameFormat_t fmt) { PictureInfo entry; GetIndexedPictureAlternative(index, entry); ! return InternGetPictureTitle(pref, fmt, entry); } ! String Material::InternGetPictureTitle(namePreference_t pref, nameFormat_t fmt, PictureInfo &entry) { String result, canon, species, variety; --- 1037,1055 ---- } ! String Material::GetPictureTitle(namePreference_t pref, nameFormat_t fmt, pictureLikeness_t &likeness) { PictureInfo entry; GetDefaultPictureTag(entry); ! return InternGetPictureTitle(pref, fmt, entry, likeness); } ! String Material::GetIndexedPictureTitle(long index, namePreference_t pref, nameFormat_t fmt, pictureLikeness_t &likeness) { PictureInfo entry; GetIndexedPictureAlternative(index, entry); ! return InternGetPictureTitle(pref, fmt, entry, likeness); } ! String Material::InternGetPictureTitle(namePreference_t pref, nameFormat_t fmt, PictureInfo &entry, pictureLikeness_t &likeness) { String result, canon, species, variety; *************** *** 1091,1096 **** result += name; } ! if(!variety.empty()) { result += " '"; result += variety; --- 1091,1099 ---- result += name; } ! if(variety.empty()) ! likeness = kPictureMayDiffer; ! else { + likeness = kPictureExact; result += " '"; result += variety; *************** *** 1100,1103 **** --- 1103,1107 ---- else if(compare == kPartialNameMatch) { + likeness = kPictureWillDiffer; if(pref == kPreferCanonical || pref == kPreferBoth) { *************** *** 1131,1134 **** --- 1135,1139 ---- else if(strlen(entry.GetTitle()) != 0) { + likeness = kPictureExact; result += entry.GetTitle(); } *************** *** 1139,1142 **** --- 1144,1148 ---- String varName; + likeness = kPictureExact; GetString(kFieldCommonName, result); var = GetVariant(); Index: Material.h =================================================================== RCS file: /cvsroot/igarden/Garden/source/SourceMaterialDB/Material.h,v retrieving revision 1.22.2.1 retrieving revision 1.22.2.2 diff -C2 -d -r1.22.2.1 -r1.22.2.2 *** Material.h 12 Dec 2006 00:54:39 -0000 1.22.2.1 --- Material.h 29 Dec 2006 21:18:31 -0000 1.22.2.2 *************** *** 60,63 **** --- 60,70 ---- } nameFormat_t; + typedef enum + { + kPictureExact, + kPictureMayDiffer, + kPictureWillDiffer + } pictureLikeness_t; + extern materialID_t gNilMaterialID; *************** *** 120,125 **** void GetPictureRelativePath(String &filePath); bool GetPictureFileSpec(XGFileSpecifier& fileSpec); ! String GetPictureTitle(namePreference_t pref, nameFormat_t fmt); ! String GetIndexedPictureTitle(long index, namePreference_t pref, nameFormat_t fmt); long GetNumPictureAlternatives(); void GetIndexedPictureAlternative(long index, PictureInfo& entry); --- 127,132 ---- void GetPictureRelativePath(String &filePath); bool GetPictureFileSpec(XGFileSpecifier& fileSpec); ! String GetPictureTitle(namePreference_t pref, nameFormat_t fmt, pictureLikeness_t &differ); ! String GetIndexedPictureTitle(long index, namePreference_t pref, nameFormat_t fmt, pictureLikeness_t &differ); long GetNumPictureAlternatives(); void GetIndexedPictureAlternative(long index, PictureInfo& entry); *************** *** 179,183 **** // methods String * GetAttributeValueStr(attributeID_t attr, measureUnits_t units); ! String InternGetPictureTitle(namePreference_t pref, nameFormat_t fmt, PictureInfo &entry); materialID_t _idCache; --- 186,190 ---- // methods String * GetAttributeValueStr(attributeID_t attr, measureUnits_t units); ! String InternGetPictureTitle(namePreference_t pref, nameFormat_t fmt, PictureInfo &entry, pictureLikeness_t &differ); materialID_t _idCache; |
|
From: Jeffrey B. <jlb...@us...> - 2006-12-29 21:18:22
|
Update of /cvsroot/igarden/Garden/source/Document In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv14612 Modified Files: Tag: Release_branch_v1 MaterialPictSelectDialog.cpp Log Message: Add extra note that picture may differ Index: MaterialPictSelectDialog.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/Document/MaterialPictSelectDialog.cpp,v retrieving revision 1.19 retrieving revision 1.19.2.1 diff -C2 -d -r1.19 -r1.19.2.1 *** MaterialPictSelectDialog.cpp 13 Jun 2006 02:12:01 -0000 1.19 --- MaterialPictSelectDialog.cpp 29 Dec 2006 21:18:20 -0000 1.19.2.1 *************** *** 93,96 **** --- 93,97 ---- bool hasSupplier = false; const char *by; + pictureLikeness_t likeness; mat = _cell->GetMaterial(); *************** *** 121,125 **** if(mat != NULL && index < mat->GetNumPictureAlternatives()) { ! title = mat->GetIndexedPictureTitle(index, kUsePreferencesSetting, kNameAsHTML); if(!title.empty()) { --- 122,126 ---- if(mat != NULL && index < mat->GetNumPictureAlternatives()) { ! title = mat->GetIndexedPictureTitle(index, kUsePreferencesSetting, kNameAsHTML, likeness); if(!title.empty()) { *************** *** 163,166 **** --- 164,168 ---- bool hasSupplier = false; const char *by; + pictureLikeness_t likeness; mat = _cell->GetMaterial(); *************** *** 185,189 **** if(mat != NULL) { ! title = mat->GetPictureTitle(kUsePreferencesSetting, kNameAsHTML); if(!title.empty()) { --- 187,191 ---- if(mat != NULL) { ! title = mat->GetPictureTitle(kUsePreferencesSetting, kNameAsHTML, likeness); if(!title.empty()) { |
|
From: Jeffrey B. <jlb...@us...> - 2006-12-29 20:17:57
|
Update of /cvsroot/igarden/CommonSource/Utilities In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv23567 Modified Files: Tag: Release_branch_v1 RGString.h RGString.cpp Log Message: Make "Contains" methods const Index: RGString.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/Utilities/RGString.h,v retrieving revision 1.11.2.1 retrieving revision 1.11.2.2 diff -C2 -d -r1.11.2.1 -r1.11.2.2 *** RGString.h 15 Nov 2006 04:00:23 -0000 1.11.2.1 --- RGString.h 29 Dec 2006 20:17:55 -0000 1.11.2.2 *************** *** 58,62 **** String mid(int len, int where); int FindChar(unsigned char ch); ! bool ContainsSubstring(String &s, long *pos=NULL); // ---------- assignment String& operator=(const String& s); --- 58,62 ---- String mid(int len, int where); int FindChar(unsigned char ch); ! bool ContainsSubstring(String &s, long *pos=NULL) const; // ---------- assignment String& operator=(const String& s); *************** *** 105,109 **** bool operator>=(String s) { return (bool) (!(*this < s)); } ! bool Contains(const wchar_t * pat); // ------- subscript wchar_t& operator[](int n) { return _sptr[n]; } --- 105,109 ---- bool operator>=(String s) { return (bool) (!(*this < s)); } ! bool Contains(const wchar_t * pat) const; // ------- subscript wchar_t& operator[](int n) { return _sptr[n]; } Index: RGString.cpp =================================================================== RCS file: /cvsroot/igarden/CommonSource/Utilities/RGString.cpp,v retrieving revision 1.12.2.1 retrieving revision 1.12.2.2 diff -C2 -d -r1.12.2.1 -r1.12.2.2 *** RGString.cpp 14 Dec 2006 03:06:48 -0000 1.12.2.1 --- RGString.cpp 29 Dec 2006 20:17:55 -0000 1.12.2.2 *************** *** 380,384 **** /// ContainsSubstring // ! bool String::ContainsSubstring(String &s, long *pos) { wchar_t *strPtr; --- 380,384 ---- /// ContainsSubstring // ! bool String::ContainsSubstring(String &s, long *pos) const { wchar_t *strPtr; *************** *** 405,409 **** /// Contains // ! bool String::Contains(const wchar_t * pat) { PRECONDITION(this != NULL); --- 405,409 ---- /// Contains // ! bool String::Contains(const wchar_t * pat) const { PRECONDITION(this != NULL); |
|
From: Jeffrey B. <jlb...@us...> - 2006-12-29 15:47:37
|
Update of /cvsroot/igarden/Garden/source/PlanTool In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv12822 Modified Files: Tag: Release_branch_v1 ActiveMaterial.cpp Log Message: Make sure that the popup matches any change made by PickMaterial() Index: ActiveMaterial.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/PlanTool/ActiveMaterial.cpp,v retrieving revision 1.45.2.8 retrieving revision 1.45.2.9 diff -C2 -d -r1.45.2.8 -r1.45.2.9 *** ActiveMaterial.cpp 19 Dec 2006 12:51:22 -0000 1.45.2.8 --- ActiveMaterial.cpp 29 Dec 2006 15:47:35 -0000 1.45.2.9 *************** *** 367,370 **** --- 367,374 ---- PRECONDITION(index < GetNumMaterials()); _currentItem = index; + + if(_popup->GetValue() != index) + _popup->SetValue(index); + material = GetIndexedMaterial(_currentItem); if(material != NULL) |
|
From: Jeffrey B. <jlb...@us...> - 2006-12-29 15:45:54
|
Update of /cvsroot/igarden/Garden/Macintosh/Garden.xcodeproj In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv12046 Modified Files: Tag: Release_branch_v1 project.pbxproj Log Message: Add another unit test Index: project.pbxproj =================================================================== RCS file: /cvsroot/igarden/Garden/Macintosh/Garden.xcodeproj/project.pbxproj,v retrieving revision 1.58.2.14 retrieving revision 1.58.2.15 diff -C2 -d -r1.58.2.14 -r1.58.2.15 *** project.pbxproj 26 Dec 2006 01:42:52 -0000 1.58.2.14 --- project.pbxproj 29 Dec 2006 15:45:52 -0000 1.58.2.15 *************** *** 574,577 **** --- 574,579 ---- 49EFA68508F8A8F900FCD194 /* SmoothTool.h in Headers */ = {isa = PBXBuildFile; fileRef = 49EFA68308F8A8F900FCD194 /* SmoothTool.h */; }; 49EFA68608F8A8F900FCD194 /* SmoothTool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49EFA68408F8A8F900FCD194 /* SmoothTool.cpp */; }; + 49F4D63F0B456651001D5ED9 /* PluginUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49B73E4D064B08DC00C766D2 /* PluginUtils.cpp */; }; + 49F4D64A0B4566B3001D5ED9 /* PluginTests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49F4D6440B4566AD001D5ED9 /* PluginTests.cpp */; }; 49F505AA0A699BF200049552 /* Credits.html in Resources */ = {isa = PBXBuildFile; fileRef = 49F5054D0A69983300049552 /* Credits.html */; }; 49F59D9705FA9F3D00CDC512 /* Constants.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49F59D9605FA9F3D00CDC512 /* Constants.cpp */; }; *************** *** 1261,1264 **** --- 1263,1268 ---- 49EFA68408F8A8F900FCD194 /* SmoothTool.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SmoothTool.cpp; path = PlanTool/SmoothTool.cpp; sourceTree = "<group>"; }; 49F3604C085CDDA500C3E090 /* Metakit.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Metakit.xcodeproj; path = ../../../external/Metakit/mac/Metakit.xcodeproj; sourceTree = SOURCE_ROOT; }; + 49F4D6430B4566AD001D5ED9 /* PluginTests.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PluginTests.h; path = ../UnitTest/PluginTests.h; sourceTree = SOURCE_ROOT; }; + 49F4D6440B4566AD001D5ED9 /* PluginTests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PluginTests.cpp; path = ../UnitTest/PluginTests.cpp; sourceTree = SOURCE_ROOT; }; 49F5054D0A69983300049552 /* Credits.html */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.html; name = Credits.html; path = ../source/Credits.html; sourceTree = SOURCE_ROOT; }; 49F59D9605FA9F3D00CDC512 /* Constants.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = Constants.cpp; path = ../source/Constants.cpp; sourceTree = SOURCE_ROOT; }; *************** *** 1977,1983 **** 49534E880649BF8D00DB7E02 /* ToolPalette.cpp */, 490749D406488E1100C334E8 /* ToolPalette.h */, 49144F3407A4338100DE6CA0 /* WarningOverlay.cpp */, 49144F2E07A432FE00DE6CA0 /* WarningOverlay.h */, - 49534E890649BF8D00DB7E02 /* WritablePlanView.cpp */, 490749DC06488E1100C334E8 /* WritablePlanView.h */, ); --- 1981,1987 ---- 49534E880649BF8D00DB7E02 /* ToolPalette.cpp */, 490749D406488E1100C334E8 /* ToolPalette.h */, + 49534E890649BF8D00DB7E02 /* WritablePlanView.cpp */, 49144F3407A4338100DE6CA0 /* WarningOverlay.cpp */, 49144F2E07A432FE00DE6CA0 /* WarningOverlay.h */, 490749DC06488E1100C334E8 /* WritablePlanView.h */, ); *************** *** 2108,2111 **** --- 2112,2117 ---- 49C7E30C0B2E3FC000755D16 /* UnitTest.cpp */, 49C7E30D0B2E3FC000755D16 /* UnitTest.h */, + 49F4D6430B4566AD001D5ED9 /* PluginTests.h */, + 49F4D6440B4566AD001D5ED9 /* PluginTests.cpp */, ); name = UnitTest; *************** *** 2668,2671 **** --- 2674,2679 ---- 49C7E3130B2E3FC700755D16 /* UnitTest.cpp in Sources */, 49C7E3250B2E40A000755D16 /* LayoutDBTests.cpp in Sources */, + 49F4D63F0B456651001D5ED9 /* PluginUtils.cpp in Sources */, + 49F4D64A0B4566B3001D5ED9 /* PluginTests.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; |
|
From: Jeffrey B. <jlb...@us...> - 2006-12-29 15:45:41
|
Update of /cvsroot/igarden/Garden/source/Plugins In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv12033 Modified Files: Tag: Release_branch_v1 PluginUtils.cpp Log Message: Add another unit test Index: PluginUtils.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/Plugins/PluginUtils.cpp,v retrieving revision 1.18 retrieving revision 1.18.2.1 diff -C2 -d -r1.18 -r1.18.2.1 *** PluginUtils.cpp 27 Jun 2006 01:05:25 -0000 1.18 --- PluginUtils.cpp 29 Dec 2006 15:45:40 -0000 1.18.2.1 *************** *** 288,292 **** if(*ptr == '\'') { ! while(*ptr != ' \'' && *ptr != '\0') ptr++; token.SetCString(start, ptr-start); --- 288,292 ---- if(*ptr == '\'') { ! while(*ptr != '\'' && *ptr != '\0') ptr++; token.SetCString(start, ptr-start); *************** *** 303,349 **** } - #if UNIT_TEST - static void PrintResult(char *name1, char *name2) - { - String nameStr1, nameStr2; - - nameStr1 = String(name1); - nameStr2 = String(name2); - switch(ComparePlantNames(nameStr1, nameStr2)) - { - case kExactNameMatch: - printf("%30s vs. %30s exact match\n", name1, name2); - break; - case kPartialNameMatch: - printf("%30s vs. %30s partial match\n", name1, name2); - break; - case kNoNameMatch: - printf("%30s vs. %30s NO match\n", name1, name2); - break; - } - } - - void TestNameMatches() - { - // Test name matches - PrintResult("malus", "malus"); // One name match - PrintResult("malus", "acer"); // One name no match - PrintResult("acer rubrum", "acer rubrum"); // Two name - PrintResult("acer rubrum", "acer saccarum"); // Two name no match - PrintResult("acer sp.", "acer saccarum"); // 1.5 name partial match - PrintResult("acer rubrum", "acer sp."); // 1.5 name partial match - PrintResult("acer rubrum", "acer"); // 1.5 name partial match - PrintResult("acer", "acer sp."); // 1.5 name partial match - PrintResult("acer", "acer rubrum"); // 1.5 name partial match - PrintResult("malus 'red jade'", "malus 'red jade'"); // One name variety match - PrintResult("malus 'red jade'", "malus var. 'red jade'"); // One name variety match - PrintResult("acer rubrum 'red jade'", "acer rubrum 'red jade'"); // Two name variety match - PrintResult("acer rubrum 'red jade'", "acer rubrum red jade"); // Two name variety match - PrintResult("acer rubrum 'red jade'", "acer rubrum var. red jade"); // Two name variety match - PrintResult("acer rubrum 'red jade'", "acer rubrum var. 'red jade'"); // Two name variety match - PrintResult("acer x rubrum", "acer x rubrum"); // Two name variety match - } - #endif - static void SplitPlantName(char *txt, String &genus, String &epithet, String &variety) { --- 303,306 ---- *************** *** 388,391 **** --- 345,350 ---- } } + if(variety == String("L.")) + variety.SetCString(""); } |
|
From: Jeffrey B. <jlb...@us...> - 2006-12-29 15:44:16
|
Update of /cvsroot/igarden/Garden/UnitTest In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv11465 Added Files: PluginTests.h PluginTests.cpp Log Message: Add another unit test --- NEW FILE: PluginTests.cpp --- /* * TestCase1.cpp * qs * * Created by Jeffrey Bedell on 12/11/06. * Copyright 2006 __MyCompanyName__. All rights reserved. * */ #include "PluginTests.h" #include "PluginUtils.h" #include "RGString.h" PluginTests testPlug1( TEST_INVOCATION(PluginTests, testCase1) ); PluginTests testPlug2( TEST_INVOCATION(PluginTests, testCase2) ); extern void SplitPlantName(char *txt, String &genus, String &epithet, String &variety); PluginTests::PluginTests(TestInvocation *invocation) : TestCase(invocation) { } PluginTests::~PluginTests() { } static void PrintResult(char *name1, char *name2) { String nameStr1, nameStr2; nameStr1 = String(name1); nameStr2 = String(name2); switch(ComparePlantNames(nameStr1.c_str(), nameStr2.c_str())) { case kExactNameMatch: printf("%30s vs. %30s exact match\n", name1, name2); break; case kPartialNameMatch: printf("%30s vs. %30s partial match\n", name1, name2); break; case kNoNameMatch: printf("%30s vs. %30s NO match\n", name1, name2); break; } } void PluginTests::testCase1() { // Test name matches CPTAssert(ComparePlantNames("malus", "malus") == kExactNameMatch); // One name match CPTAssert(ComparePlantNames("malus", "acer") == kNoNameMatch); // One name no match CPTAssert(ComparePlantNames("acer rubrum", "acer rubrum") == kExactNameMatch); // Two name CPTAssert(ComparePlantNames("acer rubrum", "acer saccarum") == kNoNameMatch); // Two name no match CPTAssert(ComparePlantNames("acer sp.", "acer saccarum") == kPartialNameMatch); // 1.5 name partial match CPTAssert(ComparePlantNames("acer rubrum", "acer sp.") == kPartialNameMatch); // 1.5 name partial match CPTAssert(ComparePlantNames("acer rubrum", "acer") == kPartialNameMatch); // 1.5 name partial match CPTAssert(ComparePlantNames("acer", "acer sp.") == kExactNameMatch); // 1.5 name partial match CPTAssert(ComparePlantNames("acer", "acer rubrum") == kPartialNameMatch); // 1.5 name partial match CPTAssert(ComparePlantNames("malus 'red jade'", "malus 'red jade'") == kExactNameMatch); // One name variety match CPTAssert(ComparePlantNames("malus 'red jade'", "malus var. 'red jade'") == kExactNameMatch); // One name variety match CPTAssert(ComparePlantNames("acer rubrum 'red jade'", "acer rubrum 'red jade'") == kExactNameMatch); // Two name variety match CPTAssert(ComparePlantNames("acer rubrum 'red jade'", "acer rubrum red jade") == kExactNameMatch); // Two name variety match CPTAssert(ComparePlantNames("acer rubrum 'red jade'", "acer rubrum var. red jade") == kExactNameMatch); // Two name variety match CPTAssert(ComparePlantNames("acer rubrum 'red jade'", "acer rubrum var. 'red jade'") == kExactNameMatch); // Two name variety match CPTAssert(ComparePlantNames("acer x rubrum", "acer x rubrum") == kExactNameMatch); // Two name variety match CPTAssert(ComparePlantNames("acer rubrum", "acer rubrum L.") == kExactNameMatch); // Two name plus default variety match } void PluginTests::testCase2() { // CPTAssert(false); } --- NEW FILE: PluginTests.h --- /* * TestCase1.h * qs * * Created by Jeffrey Bedell on 12/11/06. * Copyright 2006 __MyCompanyName__. All rights reserved. * */ #include <CPlusTest/CPlusTest.h> class PluginTests : public TestCase { public: PluginTests(TestInvocation* invocation); virtual ~PluginTests(); public: void testCase1(); void testCase2(); }; |
|
From: Jeffrey B. <jlb...@us...> - 2006-12-29 04:30:42
|
Update of /cvsroot/igarden/Garden/source/resources In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv16919 Modified Files: Tag: Release_branch_v1 SourceMaterialsStart.xml Log Message: Add new materials & varieties, and make sure that all materials have spread property set. Index: SourceMaterialsStart.xml =================================================================== RCS file: /cvsroot/igarden/Garden/source/resources/SourceMaterialsStart.xml,v retrieving revision 1.24.2.7 retrieving revision 1.24.2.8 diff -C2 -d -r1.24.2.7 -r1.24.2.8 *** SourceMaterialsStart.xml 12 Dec 2006 00:57:29 -0000 1.24.2.7 --- SourceMaterialsStart.xml 29 Dec 2006 04:30:35 -0000 1.24.2.8 *************** *** 26,29 **** --- 26,30 ---- <InfoSupplier UID="0000BAA9-0000-F50F-0000-009A0000766F" TagName="Hart" CompanyName="Chas. C. Hart Seed Co." AddrLine1="P.O. Box 9169" Phone="860-529-2537" Fax="860-563-7221" SiteURL="http://www.hartseed.com" AddrCity="Wethersfield" AddrStateProvince="CT" AddrZipPostal="06109" IsVendor="yes"/> <InfoSupplier UID="0000BABC-0000-6B28-0000-005500007D0A" TagName="Apple" CompanyName="Applewood Seed Company" AddrLine1="5380 Vivian St." AddrCity="Arvada" AddrStateProvince="CO" AddrZipPostal="80002-1921 " Phone="(303) 431-7333" Fax="(303) 467-7886" SiteURL="http://www.applewoodseed.com/" IsVendor="yes"/> + <InfoSupplier UID="0000BAA9-0000-F43F-0000-009A000045A1" TagName="Field" CompanyName="Henry Field's Seed amp; Nursery" IsVendor="2"/> </InformationSuppliers> <Materials> *************** *** 49,61 **** <Variant UID="59358A38-84C0-4A85-BD38-4D4583C2555A"/> </Material> [...1107 lines suppressed...] <Material UID="FA39E422-5B7F-11D9-BB5D-000A95A7588C" CanonicalName="Viburnum lantana" CommonName="wayfaringtree" materialType="DeciduousTree" suppliers="0000BA00-0000-5571-0000-000600009860, 0000BA01-0000-5571-0000-000600009860" PlantZone="3-3b" Height="3.66m" Spread="3.66m" PlantForm="upright oval" GrowthRate="slow" LifeExp="long lived" SoilPh="moderate acid-alkaline" SoilTex="loam" ShadeTol="full sun" FolTex="coarse" FolCol="medium green" AutumnVis="high, medium" FlwrColor="white" FruitCol="black"> <Variant UID="EB397A66-D6A6-11DA-AB89-C467FD397B7A" variantName="Mohican" Height="1.83m" Spread="1.83m" FlwrColor="white" FruitCol="black"/> --- 1233,1239 ---- <Variant UID="EB3979EE-D6A6-11DA-AB89-C467FD397B7A" variantName="Ralph Senior" FlwrColor="white" FruitCol="black"/> </Material> ! <Material UID="11360F60-D655-11DA-AB89-C467FD397B7A" CanonicalName="Viburnum" CommonName="viburnum" suppliers="0000BA00-0000-5571-0000-000600009860, 0000BA01-0000-5571-0000-000600009860" Spread="10ft" Height="6ft to 7ft"> ! <Variant UID="6944AF07-D64E-4EAB-A1D6-C69E49775092" variantName="Eskimo" Spread="10ft" Height="6ft to 7ft"/> ! </Material> <Material UID="FA39E422-5B7F-11D9-BB5D-000A95A7588C" CanonicalName="Viburnum lantana" CommonName="wayfaringtree" materialType="DeciduousTree" suppliers="0000BA00-0000-5571-0000-000600009860, 0000BA01-0000-5571-0000-000600009860" PlantZone="3-3b" Height="3.66m" Spread="3.66m" PlantForm="upright oval" GrowthRate="slow" LifeExp="long lived" SoilPh="moderate acid-alkaline" SoilTex="loam" ShadeTol="full sun" FolTex="coarse" FolCol="medium green" AutumnVis="high, medium" FlwrColor="white" FruitCol="black"> <Variant UID="EB397A66-D6A6-11DA-AB89-C467FD397B7A" variantName="Mohican" Height="1.83m" Spread="1.83m" FlwrColor="white" FruitCol="black"/> *************** *** 1259,1262 **** --- 1261,1267 ---- <Material UID="11361212-D655-11DA-AB89-C467FD397B7A" CanonicalName="Yucca filamentosa 'Golden Sword'" CommonName="Golden Sword Adam's needle" suppliers="0000BA00-0000-5571-0000-000600009860, 0000BA01-0000-5571-0000-000600009860" PlantZone="4a-9" Height="60.90cm" Spread="91.40cm" GrowthRate="slow" FlwrColor="white"/> <Material UID="FA3A0F41-5B7F-11D9-BB5D-000A95A7588C" CanonicalName="Yucca glauca" CommonName="." materialType="ConiferousShrub" suppliers="0000BA00-0000-5571-0000-000600009860, 0000BA01-0000-5571-0000-000600009860" PlantZone="4a" Height="60.90cm" Spread="91.40cm" PlantForm="decumbant" GrowthRate="moderate" LifeExp="short lived" SoilPh="neutral-alkaline" SoilTex="sand, sandy loam, loam" ShadeTol="full sun" FolTex="coarse" FolCol="medium green" AutumnVis="high, medium" FlwrColor="white" FruitCol="black"/> + <Material UID="0000BAA9-0000-EDAA-0000-00980000BAB9" CanonicalName="Zea mays" CommonName="Sweet Corn" materialType="Vegetable" ShadeTol="full sun" suppliers="0000BAA9-0000-F43F-0000-009A000045A1" Height="2.4m to 3m" Spread="15cm to 30cm"> + <Variant UID="0000BAA9-0000-EDB2-0000-00980000BCC0" variantName="Kandy korn"/> + </Material> <Material UID="FA3A1AE5-5B7F-11D9-BB5D-000A95A7588C" CanonicalName="Zelkova serrata" CommonName="Japanese zelkova" materialType="DeciduousTree" suppliers="0000BA00-0000-5571-0000-000600009860, 0000BA01-0000-5571-0000-000600009860" PlantZone="3-3b" Height="18.29m" Spread="15.24m" PlantForm="vase" GrowthRate="slow" LifeExp="long lived" SoilPh="lightly acid-neutral" SoilTex="sand, sandy loam, loam, clay loam, clay" ShadeTol="full sun" FolTex="fine" FolCol="dark green" AutumnVis="high, medium" FlwrColor="yellow green" FlwrVis="very low" FruitCol="brown"/> <Material UID="14FD3400-1370-11DA-AB89-C467FD397B7A" CommonName="Pergola" materialType="Struct" Height="6ft" suppliers="0000B7EB-0000-0AF1-0000-00030000E122" PlanDrawing="Pergola.svg"/> |
|
From: Jeffrey B. <jlb...@us...> - 2006-12-29 04:28:18
|
Update of /cvsroot/igarden/Garden/source/SourceMaterialDB In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv16122 Modified Files: Tag: Release_branch_v1 SourceMaterialFile.cpp Log Message: Fix SourceMaterialFile date handling Index: SourceMaterialFile.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/SourceMaterialDB/SourceMaterialFile.cpp,v retrieving revision 1.22.2.3 retrieving revision 1.22.2.4 diff -C2 -d -r1.22.2.3 -r1.22.2.4 *** SourceMaterialFile.cpp 19 Dec 2006 12:52:23 -0000 1.22.2.3 --- SourceMaterialFile.cpp 29 Dec 2006 04:28:17 -0000 1.22.2.4 *************** *** 69,78 **** FSRef ref; FSCatalogInfo info; ! DateTimeRec dtr; FSpMakeFSRef(&macSpec, &ref); FSGetCatalogInfo(&ref, kFSCatInfoContentMod, &info, NULL, NULL, NULL); ! SecondsToDate (info.contentModDate.lowSeconds, &dtr); ! _fileModDate.SetYMD(dtr.year, dtr.month, dtr.day); #else #error TO_BE_PORTED --- 69,84 ---- FSRef ref; FSCatalogInfo info; ! LongDateRec dtr; ! LocalDateTime localDateTime; ! LongDateCvt dateTime; FSpMakeFSRef(&macSpec, &ref); FSGetCatalogInfo(&ref, kFSCatInfoContentMod, &info, NULL, NULL, NULL); ! ::ConvertUTCToLocalDateTime(&info.contentModDate, &localDateTime); ! ! dateTime.hl.lHigh = localDateTime.highSeconds; ! dateTime.hl.lLow = localDateTime.lowSeconds; ! LongSecondsToDate (&dateTime.c, &dtr); ! _fileModDate = dtr; #else #error TO_BE_PORTED *************** *** 589,593 **** --- 595,601 ---- if(mat != NULL) { + refFound = mat->GetLatestDatedReference(kFieldSuppliers, date); + if(!refFound || date.GetDouble() < xmlModDate.GetDouble()) { *************** *** 597,605 **** xmlModDate.LongDateStr(shortDate, fileDateStr); date.LongDateStr(shortDate, objDateStr); ! ! printf("Material '%s' File is %s object is %s\n", ! mat->GetDisplayName(kUsePreferencesSetting).c_str(), ! fileDateStr.c_str(), (refFound ? objDateStr.c_str() : "<not found>")); #endif if(mat->GetSpeciesObj()->NumItems(kFlowerColor) == 1) { --- 605,615 ---- xmlModDate.LongDateStr(shortDate, fileDateStr); date.LongDateStr(shortDate, objDateStr); ! ! printf("Material '%s' File is %s %d:%d:%d object is %s %d:%d:%d\n", ! mat->GetDisplayName(kUsePreferencesSetting).c_str(), ! fileDateStr.c_str(), xmlModDate.hour(), xmlModDate.minute(), xmlModDate.second(), ! (refFound ? objDateStr.c_str() : "<not found>"), date.hour(), date.minute(), date.second()); #endif + if(mat->GetSpeciesObj()->NumItems(kFlowerColor) == 1) { *************** *** 662,665 **** --- 672,676 ---- mat->SetLastModified(uid, lastModDate); } + } *************** *** 691,696 **** if(variant != NULL) { ! variant->GetLatestDatedReference(kFieldSuppliers, date); ! if(date.GetDouble() < xmlModDate.GetDouble()) { #if TEST_LOAD_BEHAVIOR --- 702,709 ---- if(variant != NULL) { ! refFound = variant->GetLatestDatedReference(kFieldSuppliers, date); ! if(!refFound) ! refFound = mat->GetLatestDatedReference(kFieldSuppliers, date); ! if(!refFound || date.GetDouble() < xmlModDate.GetDouble()) { #if TEST_LOAD_BEHAVIOR *************** *** 714,718 **** { #if TEST_LOAD_BEHAVIOR ! printf("Have valid material, skipping\n"); #endif done = true; --- 727,731 ---- { #if TEST_LOAD_BEHAVIOR ! printf("Have valid variety, skipping\n"); #endif done = true; *************** *** 726,730 **** --- 739,762 ---- variant = new Variant(this, uid); variant->ParseXML(sub3, context); + mat->AddVariant(variant); + } + + + if(((mat->GetMaterialType() & kMajorMaterialType) == kMaterialTypePlant) && mat->isEmpty(kPlantSpread)) + { + UInt32 i, count; + Variant *var; + + count = mat->NumVariants(); + for(i = 0; i < count; i++) + { + var = mat->GetIndexedVariant(i); + if(var->isEmpty(kPlantSpread)) + printf("Missing spread on '%s' (ld)\n", mat->GetDisplayName(kPreferBoth).c_str(), i); + } + if(count == 0) + printf("Missing spread on '%s'\n", mat->GetDisplayName(kPreferBoth).c_str()); } + sub3 = sub3->GetSibling(); } |
|
From: Jeffrey B. <jlb...@us...> - 2006-12-29 04:24:26
|
Update of /cvsroot/igarden/Garden/source/Database In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv14565 Modified Files: Tag: Release_branch_v1 Persist.cp Log Message: Fix SourceMaterialFile date handling Index: Persist.cp =================================================================== RCS file: /cvsroot/igarden/Garden/source/Database/Persist.cp,v retrieving revision 1.41.2.2 retrieving revision 1.41.2.3 diff -C2 -d -r1.41.2.2 -r1.41.2.3 *** Persist.cp 12 Dec 2006 00:53:52 -0000 1.41.2.2 --- Persist.cp 29 Dec 2006 04:24:24 -0000 1.41.2.3 *************** *** 2025,2028 **** --- 2025,2029 ---- char buf[DATED_REF_SIZE]; XGUUID zeroUID; + RGDateTime oldDate; MyAssert(supplierID != zeroUID); *************** *** 2036,2040 **** for(n = 0, found = false; !found && n < numItems; n++) { ! if(GetIndexedDatedReference(propertyID, n, id, date)) { if(supplierID == id) --- 2037,2041 ---- for(n = 0, found = false; !found && n < numItems; n++) { ! if(GetIndexedDatedReference(propertyID, n, id, oldDate)) { if(supplierID == id) |
|
From: Jeffrey B. <jlb...@us...> - 2006-12-29 04:23:46
|
Update of /cvsroot/igarden/Garden/source/SourceMaterialDB In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv14181 Modified Files: Tag: Release_branch_v1 Material.cpp Log Message: Fix SourceMaterialFile date handling Index: Material.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/SourceMaterialDB/Material.cpp,v retrieving revision 1.43.2.1 retrieving revision 1.43.2.2 diff -C2 -d -r1.43.2.1 -r1.43.2.2 *** Material.cpp 12 Dec 2006 00:54:39 -0000 1.43.2.1 --- Material.cpp 29 Dec 2006 04:23:45 -0000 1.43.2.2 *************** *** 280,284 **** RGDateTime date; ! _species->GetIndexedDatedReference(kFieldSuppliers, index, id, date); sourceDB = SourceMaterialFile::GetSourceDatabase(); supplier = sourceDB->LookupSupplier(id); --- 280,287 ---- RGDateTime date; ! if(_variant != NULL && !_variant->isEmpty(kFieldSuppliers)) ! _variant->GetIndexedDatedReference(kFieldSuppliers, index, id, date); ! else ! _species->GetIndexedDatedReference(kFieldSuppliers, index, id, date); sourceDB = SourceMaterialFile::GetSourceDatabase(); supplier = sourceDB->LookupSupplier(id); *************** *** 975,982 **** Variant *var; const char *namePtr; long numVariants; PRECONDITION(this != NULL); ! if((GetMaterialType() & kMajorMaterialType) != kMaterialTypePlant) pref = kPreferCommon; switch(pref) --- 978,992 ---- Variant *var; const char *namePtr; + materialType_t materialType; long numVariants; PRECONDITION(this != NULL); ! materialType = GetMaterialType(); ! if(materialType == 0) ! { ! if(GetCanonicalName().Length() == 0) ! pref = kPreferCommon; ! } ! else if((materialType & kMajorMaterialType) != kMaterialTypePlant) pref = kPreferCommon; switch(pref) |
|
From: Jeffrey B. <jlb...@us...> - 2006-12-29 04:22:26
|
Update of /cvsroot/igarden/CommonSource/YAAFExtensions In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv13780 Modified Files: Tag: Release_branch_v1 RGDateTime.h RGDateTime.cpp Log Message: Fix time printing Index: RGDateTime.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGDateTime.h,v retrieving revision 1.8 retrieving revision 1.8.2.1 diff -C2 -d -r1.8 -r1.8.2.1 *** RGDateTime.h 13 Jan 2006 22:50:57 -0000 1.8 --- RGDateTime.h 29 Dec 2006 04:22:23 -0000 1.8.2.1 *************** *** 80,83 **** --- 80,86 ---- // String& inDateString ); RGDateTime &operator = (const DateTimeRecord &); + #if OPT_MACOS + RGDateTime &operator = (const LongDateRec &); + #endif void SetValue(LongDateRec &src); void Now(); Index: RGDateTime.cpp =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGDateTime.cpp,v retrieving revision 1.14 retrieving revision 1.14.2.1 diff -C2 -d -r1.14 -r1.14.2.1 *** RGDateTime.cpp 13 Jan 2006 22:50:57 -0000 1.14 --- RGDateTime.cpp 29 Dec 2006 04:22:23 -0000 1.14.2.1 *************** *** 109,112 **** --- 109,128 ---- } + #if OPT_MACOS + RGDateTime &RGDateTime::operator = (const LongDateRec &longRec) + { + DateTimeRecord dtr; + + dtr.day = longRec.ld.day; /* 1-31 */ + dtr.month = longRec.ld.month; /* 1-12 */ + dtr.year = longRec.ld.year; /* 1583 + */ + dtr.hour = longRec.ld.hour; /* 0-23, 0 = midnight */ + dtr.minute = longRec.ld.minute; /* 0-59 */ + dtr.second = longRec.ld.second; /* 0-59 */ + *((XGDateTime*)this) = dtr; + return *this; + } + #endif + void RGDateTime::AdjustYears(SInt32 inDelta) { *************** *** 197,205 **** MyAssert( inDateForm >= shortDate && inDateForm <= abbrevDate ); ! grg = GetDouble() - 1721424.5; ! mac = (grg - (365.0 * 3.0)) - 1; ! LongDateTime longDateTime = (LongDateTime)(mac * 86400.0); // See XGDateTime Handle intlHandle( ::GetIntlResource( ( inDateForm == shortDate ) ? 0 : 1 ) ); ::LongDateString( &longDateTime, inDateForm, pString, intlHandle ); ::ReleaseResource( intlHandle ); --- 213,232 ---- MyAssert( inDateForm >= shortDate && inDateForm <= abbrevDate ); ! // grg = GetDouble() - 1721424.5; ! // mac = (grg - (365.0 * 3.0)) - 1; ! LongDateTime longDateTime; //= (LongDateTime)(mac * 86400.0); // See XGDateTime Handle intlHandle( ::GetIntlResource( ( inDateForm == shortDate ) ? 0 : 1 ) ); + + LongDateRec longRec; + longRec.ld.era = 0; + longRec.ld.year = year(); + longRec.ld.month = month(); + longRec.ld.day = day(); + longRec.ld.hour = hour(); + longRec.ld.minute = minute(); + longRec.ld.second = second(); + // longRec.ld.pm; + ::LongDateToSeconds (&longRec, &longDateTime); ::LongDateString( &longDateTime, inDateForm, pString, intlHandle ); ::ReleaseResource( intlHandle ); |
|
From: Jeffrey B. <jlb...@us...> - 2006-12-29 04:21:10
|
Update of /cvsroot/igarden/Garden/source/resources In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv13303 Modified Files: Tag: Release_branch_v1 Palettes.xml Log Message: Add more plants to the CommonPlants palettes Index: Palettes.xml =================================================================== RCS file: /cvsroot/igarden/Garden/source/resources/Attic/Palettes.xml,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -C2 -d -r1.1.2.3 -r1.1.2.4 *** Palettes.xml 19 Dec 2006 12:56:28 -0000 1.1.2.3 --- Palettes.xml 29 Dec 2006 04:21:08 -0000 1.1.2.4 *************** *** 4,19 **** <PaletteGroup name="Common Plants"> <Palette name="Perrennials"> <item>Veronica austriaca</item> <item>Astilbe chinensis</item> <item>Monarda didyma</item> - <item>Coreopsis</item> <item>Liatris spicata</item> <item>Leucanthemum x superbum</item> <item>Dianthus deltoides</item> <item>Paeonia lactiflora</item> </Palette> <Palette name="Annuals"> <item>Helianthus annuus</item> </Palette> </PaletteGroup> <PaletteGroup name="Common Hardscape"> --- 4,40 ---- <PaletteGroup name="Common Plants"> <Palette name="Perrennials"> + <item>Achillea millefolium</item> + <item>Agapanthus arficanus</item> <item>Veronica austriaca</item> <item>Astilbe chinensis</item> <item>Monarda didyma</item> <item>Liatris spicata</item> <item>Leucanthemum x superbum</item> <item>Dianthus deltoides</item> + <item>Digitalis lutea</item> <item>Paeonia lactiflora</item> </Palette> <Palette name="Annuals"> <item>Helianthus annuus</item> + <item>Centaurea dealbata</item> + <item>Rudbeckia hirta</item> + <item>Ipomoea tricolor 'Pearly Gates'</item> <!-- Morning Glory --> </Palette> + <Palette name="Trees and Shrubs"> + <item>Acer pseudoplatanus</item> + <item>Acer palmatum</item> + <item>Betula papyrifera</item> + <item>Malus</item> + </Palette> + <Palette name="Vegetables"> + <item>Brassica oleracea</item> <!-- Brocolli--> + <item>Cucumis melo</item> <!-- Cantaloupe--> + <item>Cucumis sativus</item> <!-- Cucumber--> + <item>Cucurbita pepo</item> <!-- Zuchini--> + <item>Capsicum annum 'French sweet vidi'"</item> <!-- Pepper--> + <item>Cynara scolymus</item> <!-- Globe Artichoke--> + <item>Lycopersicon lycopersicum 'Yellow Pear Hybrid'"</item> <!-- Tomato--> + <item>Zea mays 'Kandy korn'</item> <!-- Sweet Corn --> + </Palette> </PaletteGroup> <PaletteGroup name="Common Hardscape"> |
|
From: Jeffrey B. <jlb...@us...> - 2006-12-28 15:47:32
|
Update of /cvsroot/igarden/Garden/source/resources In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv14205 Modified Files: Tag: Release_branch_v1 Garden.cin Garden.r Log Message: Add header to the top of the shopping list Index: Garden.cin =================================================================== RCS file: /cvsroot/igarden/Garden/source/resources/Garden.cin,v retrieving revision 1.61.2.8 retrieving revision 1.61.2.9 diff -C2 -d -r1.61.2.8 -r1.61.2.9 Binary files /tmp/cvs8zqzo0 and /tmp/cvsUdgrDd differ Index: Garden.r =================================================================== RCS file: /cvsroot/igarden/Garden/source/resources/Garden.r,v retrieving revision 1.61.2.8 retrieving revision 1.61.2.9 diff -C2 -d -r1.61.2.8 -r1.61.2.9 *** Garden.r 26 Dec 2006 15:45:48 -0000 1.61.2.8 --- Garden.r 28 Dec 2006 15:47:25 -0000 1.61.2.9 *************** *** 1 **** ! /* generated from Garden.cin * * This file was automatically generated by YAAF * Constructor. */ /* 'VRes' 128 * * "AboutBox" */ data 'VRes' (128,"AboutBox") { $"000000000000006A" /* .......j */ $"0000005A646C6F67" /* ...Zdlog */ $"0000000200000002" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000001C20000" /* ........ */ $"0118000001C20000" /* ........ */ $"0118000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"00001241626F7574" /* ...About */ $"2047617264656E53" /* GardenS */ $"6B65746368000000" /* ketch... */ $"0000000000010000" /* ........ */ $"0000000000000000" /* ........ */ $"003A0000002A636F" /* .:...*co */ $"6C72000000000000" /* lr...... */ $"0000FFFFFFFFFFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000FFFFFFFF0000" /* ........ */ $"FFFFFFFF00000042" /* .......B */ $"0000000000000032" /* .......2 */ $"7069637400000000" /* pict.... */ $"00000000FFFFFFFF" /* ........ */ $"00000000000000D2" /* ........ */ $"0000000400000196" /* ........ */ $"00000024FFFFFFFF" /* ...$.... */ $"0000000004030000" /* ........ */ $"0000000000000000" /* ........ */ $"0042000000000000" /* .B...... */ $"0032706963740000" /* .2pict.. */ $"000000000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0024000000140000" /* .$...... */ $"007F0000007EFFFF" /* ....~.. */ $"FFFF000000000402" /* ........ */ $"0000005B0000006A" /* ...[...j */ $"0000005400000000" /* ...T.... */ $"000000447062746E" /* ...Dpbtn */ $"0000000400000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"000000D700000050" /* .......P */ $"000001A100000071" /* .......q */ $"FFFFFFFFFFFF0000" /* ........ */ $"0000000000001477" /* .......w */ $"77772E4761726465" /* ww.Garde */ $"6E536B657463682E" /* nSketch. */ $"636F6D0000000042" /* com....B */ $"0000000000000032" /* .......2 */ $"7062746E00000001" /* pbtn.... */ $"00000000FFFFFFFF" /* ........ */ $"0000000000000178" /* .......x */ $"000000F3000001B8" /* ........ */ $"00000113FFFFFFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000024F4B740000" /* ...OKt.. */ $"003E000000000000" /* .>...... */ $"002E487970720000" /* ..Hypr.. */ $"000A00000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0026000000840000" /* .&...... */ $"01A4000000ECFFFF" /* ........ */ $"FFFF000000000082" /* ........ */ $"FFFFFFFF00000060" /* .......` */ $"0000000000000050" /* .......P */ $"7465787400000000" /* text.... */ $"00000000FFFFFFFF" /* ........ */ $"00000000000000CF" /* ........ */ $"00000038000001BE" /* ...8.... */ $"0000004AFFFFFFFF" /* ...J.... */ $"000024436F707972" /* ..$Copyr */ $"6967687420286329" /* ight (c) */ $"2032303035205265" /* 2005 Re */ $"6473746172742053" /* dstart S */ $"6F66747761726500" /* oftware. */ $"0000000000000000" /* ........ */ $"000000000000003C" /* .......< */ $"7465787400000003" /* text.... */ $"00000000FFFFFFFF" /* ........ */ $"00000000000000CF" /* ........ */ $"00000024000001AF" /* ...$.... */ $"00000034FFFFFFFF" /* ...4.... */ $"0000103C76657273" /* ...<vers */ $"696F6E2073747269" /* ion stri */ $"6E673E0000000000" /* ng>..... */ }; /* 'VRes' 130 * * "PrefsMeasurement" */ data 'VRes' (130,"PrefsMeasurement") { $"0000000000000036" /* .......6 */ $"0000002676696577" /* ...&view */ $"0000000000000000" /* ........ */ $"FFFFFFFFFFFFFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"0000015800000104" /* ...X.... */ $"FFFFFFFF00000000" /* ........ */ $"00000000003A0000" /* .....:.. */ $"002A636F6C720000" /* .*colr.. */ $"000000000000FFFF" /* ........ */ $"FFFFFFFFFFFF0000" /* ........ */ $"0000000000000000" /* ........ */ $"000000000000FFFF" /* ........ */ $"FFFF0000FFFFFFFF" /* ........ */ $"0000003A00000000" /* ...:.... */ $"0000002A706F706D" /* ...*popm */ $"0000000300000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000005C00000058" /* ...\...X */ $"0000010400000072" /* .......r */ $"FFFFFFFF00000000" /* ........ */ $"0000000000440000" /* .....D.. */ $"0000000000347465" /* .....4te */ $"7874000000040000" /* xt...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000140000" /* ........ */ $"0058000000540000" /* .X...T.. */ $"0068FFFFFFFF0000" /* .h...... */ $"08526F756E64696E" /* .Roundin */ $"6700000000000000" /* g....... */ $"003A000000000000" /* .:...... */ $"002A706F706D0000" /* .*popm.. */ $"000200000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"005C000000300000" /* .\...0.. */ $"01020000004AFFFF" /* .....J.. */ $"FFFF000000000000" /* ........ */ $"0000004000000000" /* ...@.... */ $"0000003074657874" /* ...0text */ $"0000000000000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000001400000034" /* .......4 */ $"0000004000000044" /* ...@...D */ $"FFFFFFFF00000553" /* .......S */ $"63616C6500000000" /* cale.... */ $"0000003A00000000" /* ...:.... */ $"0000002A706F706D" /* ...*popm */ $"0000000100000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000005C0000000C" /* ...\.... */ $"0000010200000026" /* .......& */ $"FFFFFFFF00000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000307465" /* .....0te */ $"7874000000000000" /* xt...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000140000" /* ........ */ $"0010000000400000" /* .....@.. */ $"0020FFFFFFFF0000" /* . ...... */ $"05556E6974730000" /* .Units.. */ $"0000" /* .. */ }; /* 'VRes' 131 * * "PrefsPrinting" */ data 'VRes' (131,"PrefsPrinting") { $"0000000000000036" /* .......6 */ $"0000002676696577" /* ...&view */ $"0000000000000000" /* ........ */ $"FFFFFFFFFFFFFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"0000015800000104" /* ...X.... */ $"FFFFFFFF00000000" /* ........ */ $"00000000003A0000" /* .....:.. */ $"002A636F6C720000" /* .*colr.. */ $"000000000000FFFF" /* ........ */ $"FFFFFFFFFFFF0000" /* ........ */ $"0000000000000000" /* ........ */ $"000000000000FFFF" /* ........ */ $"FFFF0000FFFFFFFF" /* ........ */ $"0000004A00000000" /* ...J.... */ $"0000003A63686B62" /* ...:chkb */ $"0000000200000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"000000140000002C" /* ......., */ $"0000008C0000003C" /* .......< */ $"FFFFFFFFFFFF0000" /* ........ */ $"0000000000000A50" /* .......P */ $"72696E7420477269" /* rint Gri */ $"6400000000000000" /* d....... */ $"00000000003C6368" /* .....<ch */ $"6B62000000010000" /* kb...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000140000" /* ........ */ $"00180000008C0000" /* ........ */ $"0028FFFFFFFFFFFF" /* .(...... */ $"0000000000000000" /* ........ */ $"0D5072696E742042" /* .Print B */ $"6F7264657273" /* orders */ }; /* 'VRes' 129 * * "PrefsDialog" */ data 'VRes' (129,"PrefsDialog") { $"0000000000000062" /* .......b */ $"00000052646C6F67" /* ...Rdlog */ $"0000001200000000" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"00000000015E0000" /* .....^.. */ $"01400000015E0000" /* .@...^.. */ $"0140000000000000" /* .@...... */ $"0000000000000000" /* ........ */ $"00000B5072656665" /* ...Prefe */ $"72656E6365730000" /* rences.. */ $"000000007D010000" /* ....}... */ $"7D02000000000000" /* }....... */ $"003A0000002A636F" /* .:...*co */ $"6C72000000000000" /* lr...... */ $"0000FFFFFFFFFFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000FFFFFFFF0000" /* ........ */ $"FFFFFFFF00000042" /* .......B */ $"0000000000000032" /* .......2 */ $"7069637400000000" /* pict.... */ $"00000000FFFFFFFF" /* ........ */ $"00000000000000F0" /* ........ */ $"0000000400000146" /* .......F */ $"00000060FFFFFFFF" /* ...`.... */ $"0000000004020000" /* ........ */ $"0000000000000000" /* ........ */ $"0046000000000000" /* .F...... */ $"00367062746E0000" /* .6pbtn.. */ $"7D0200000000FFFF" /* }....... */ $"FFFF000000000000" /* ........ */ $"0102000001200000" /* ..... .. */ $"014C0000013AFFFF" /* .L...:.. */ $"FFFFFFFF00000000" /* ........ */ $"000000000643616E" /* .....Can */ $"63656C6500000042" /* cele...B */ $"0000000000000032" /* .......2 */ $"7062746E00007D01" /* pbtn..}. */ $"00000000FFFFFFFF" /* ........ */ $"00000000000000B0" /* ........ */ $"00000120000000FA" /* ... .... */ $"0000013AFFFFFFFF" /* ...:.... */ $"FFFF000000000000" /* ........ */ $"0000024F4B740000" /* ...OKt.. */ $"003C000000000000" /* .<...... */ $"002C706E6C730000" /* .,pnls.. */ $"7D0300000000FFFF" /* }....... */ $"FFFF000000000000" /* ........ */ $"0008000000740000" /* .....t.. */ $"015400000118FFFF" /* .T...... */ $"FFFF0000FFFF0000" /* ........ */ $"0001000000000000" /* ........ */ $"00000000002A706F" /* .....*po */ $"706D00007D040000" /* pm..}... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000080000" /* ........ */ $"0058000000940000" /* .X...... */ $"006EFFFFFFFF0000" /* .n...... */ $"00000000" /* .... */ }; /* 'VRes' 135 * * "PlanPanel" */ data 'VRes' (135,"PlanPanel") { $"0000000000000036" /* .......6 */ $"0000002676696577" /* ...&view */ $"0000000000000000" /* ........ */ $"FFFFFFFFFFFFFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"00000000003A0000" /* .....:.. */ $"002A6261636B0000" /* .*back.. */ $"000000000000FFFF" /* ........ */ $"FFFFFFFFFFFF0000" /* ........ */ $"0000000000000000" /* ........ */ $"000000000000FFFF" /* ........ */ $"FFFF000000000001" /* ........ */ $"0000004000000000" /* ...@.... */ $"0000003072756C72" /* ...0rulr */ $"0000000400000001" /* ........ */ $"FFFFFFFF0000FFFF" /* ........ */ $"0000000200000028" /* .......( */ $"0000002C00000000" /* ...,.... */ $"FFFFFFFF00000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000004000000000" /* ...@.... */ $"0000003072756C72" /* ...0rulr */ $"0000000300000001" /* ........ */ $"FFFFFFFFFFFF0000" /* ........ */ $"0000002C00000000" /* ...,.... */ $"0000000000000028" /* .......( */ $"FFFFFFFF0000FFFF" /* ........ */ $"0000000000000000" /* ........ */ $"000000000000003C" /* .......< */ $"0000002C73637276" /* ...,scrv */ $"0000000100000001" /* ........ */ $"FFFFFFFFFFFFFFFF" /* ........ */ $"0000002C00000028" /* ...,...( */ $"0000000000000000" /* ........ */ $"FFFFFFFF0000FFFF" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"000000000000002E" /* ........ */ $"7772505600000002" /* wrPV.... */ $"00000001FFFFFFFF" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000000000000000" /* ........ */ $"00000000FFFFFFFF" /* ........ */ $"0000000000030000" /* ........ */ $"0004" /* .. */ }; /* 'VRes' 132 * * "MainDocument" */ data 'VRes' (132,"MainDocument") { $"0000000000000058" /* .......X */ $"0000004877696E64" /* ...Hwind */ $"0000000000000000" /* ........ */ $"FFFF000000AA0000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000500000" /* .....P.. */ $"0050000000000000" /* .P...... */ $"0000000002BE0000" /* ........ */ $"01FD000000000000" /* ........ */ $"000008756E746974" /* ...untit */ $"6C65640000000000" /* led..... */ $"000000BE0000003A" /* .......: */ $"0000002A6261636B" /* ...*back */ $"0000000000000000" /* ........ */ $"FFFFFFFFFFFF0000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000031" /* .......1 */ $"FFFFFFFF00000000" /* ........ */ $"00010000003C0000" /* .....<.. */ $"00000000002C7465" /* .....,te */ $"7874000075330000" /* xt..u3.. */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000BB0000" /* ........ */ $"0014FFFFFFFF0000" /* ........ */ $"0075000000000000" /* .u...... */ $"0000000000000000" /* ........ */ $"0038746162620000" /* .8tabb.. */ $"753400000000FFFF" /* u4...... */ $"FFFFFFFF00000000" /* ........ */ $"0000000000180000" /* ........ */ $"000000000030FFFF" /* .....0.. */ $"FFFF000000000000" /* ........ */ $"0000000008546573" /* .....Tes */ $"7420546162000000" /* t Tab... */ $"0000000000000000" /* ........ */ $"002C706E6C730000" /* .,pnls.. */ $"753200000000FFFF" /* u2...... */ $"FFFFFFFFFFFF0000" /* ........ */ $"0000000000320000" /* .....2.. */ $"000000000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000" /* .. */ }; /* 'VRes' 146 * * "Material Info PICT Popup" */ data 'VRes' (146,"Material Info PICT Popup") { $"0000000000000036" /* .......6 */ $"0000002676696577" /* ...&view */ $"0000000000000000" /* ........ */ $"FFFFFFFFFFFFFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"000000BE00000088" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000000000000000" /* ........ */ $"0034746578740000" /* .4text.. */ $"000100000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0004000000040000" /* ........ */ $"00BA0000002AFFFF" /* .....*.. */ $"FFFF000008756E74" /* .....unt */ $"69746C6564000000" /* itled... */ $"0000" /* .. */ }; /* 'VRes' 133 * * "DatabasePanel" */ data 'VRes' (133,"DatabasePanel") { $"0000000000000036" /* .......6 */ $"0000002676696577" /* ...&view */ $"0000000000000000" /* ........ */ $"FFFFFFFFFFFFFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"00B60000003A0000" /* .....:.. */ $"002A6261636B0000" /* .*back.. */ $"000000000000FFFF" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000000000030000" /* ........ */ $"000000000020FFFF" /* ..... .. */ $"FFFF000000000001" /* ........ */ $"0000004200000000" /* ...B.... */ $"000000326269636E" /* ...2bicn */ $"0000000500000000" /* ........ */ $"0000FFFFFFFF0000" /* ........ */ $"FFFFFFE500000001" /* ........ */ $"FFFFFFFF0000001C" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0002000003FCFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"00000000002A706F" /* .....*po */ $"706D000000040000" /* pm...... */ $"0000FFFFFFFF0000" /* ........ */ $"00000000000B0000" /* ........ */ $"0003000000A10000" /* ........ */ $"0019FFFFFFFF0000" /* ........ */ $"0000000000000000" /* ........ */ $"0000003C0000002C" /* ...<..., */ $"7363727600000001" /* scrv.... */ $"00000000FFFFFFFF" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000002000000000" /* ... .... */ $"00000000FFFFFFFF" /* ........ */ $"0000FFFFFFFFFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"0000002E4D546162" /* ....MTab */ $"0000000200000000" /* ........ */ $"FFFFFFFFFFFFFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000FFFF0000" /* ...... */ }; /* 'VRes' 134 * * "BitfieldCheckDialog" */ data 'VRes' (134,"BitfieldCheckDialog") { $"0000000000000060" /* .......` */ $"00000050646C6F67" /* ...Pdlog */ $"0000001200000000" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000001180000" /* ........ */ $"0078000001180000" /* .x...... */ $"0078000000000000" /* .x...... */ $"000008756E746974" /* ...untit */ $"6C65640000000000" /* led..... */ $"0000000100000002" /* ........ */ $"0000004600000000" /* ...F.... */ $"000000367062746E" /* ...6pbtn */ $"0000000200000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000009000000054" /* .......T */ $"000001000000006E" /* .......n */ $"FFFFFFFFFFFF0000" /* ........ */ $"0000000000000643" /* .......C */ $"616E63656C650000" /* ancele.. */ $"004C000000000000" /* .L...... */ $"003C7062746E0000" /* .<pbtn.. */ $"000100000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0090000000340000" /* .....4.. */ $"01000000004EFFFF" /* .....N.. */ $"FFFFFFFF00000000" /* ........ */ $"000000000C416464" /* .....Add */ $"20746F2056616C75" /* to Valu */ $"65000000004C0000" /* e....L.. */ $"00000000003C7062" /* .....<pb */ $"746E000000030000" /* tn...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000140000" /* ........ */ $"0034000000840000" /* .4...... */ $"004EFFFFFFFFFFFF" /* .N...... */ $"0000000000000000" /* ........ */ $"0D5265706C616365" /* .Replace */ $"2056616C75650000" /* Value.. */ $"0000000000000000" /* ........ */ $"0060746578740000" /* .`text.. */ $"000000000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"001C000000080000" /* ........ */ $"00F000000034FFFF" /* .....4.. */ $"FFFF000034446F20" /* ....4Do */ $"796F752077616E74" /* you want */ $"20746F207265706C" /* to repl */ $"616365206F722061" /* ace or a */ $"646420746F207468" /* dd to th */ $"6520657869737469" /* e existi */ $"6E672076616C7565" /* ng value */ $"3F0000000000" /* ?..... */ }; /* 'VRes' 138 * * "DatePicker" */ data 'VRes' (138,"DatePicker") { $"0000000000000060" /* .......` */ $"00000050646C6F67" /* ...Pdlog */ $"0000001200000000" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"00000000012C0000" /* .....,.. */ $"00E60000012C0000" /* .....,.. */ $"00E6000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"000008756E746974" /* ...untit */ $"6C65640000000000" /* led..... */ $"0000000100000002" /* ........ */ $"0000004A00000000" /* ...J.... */ $"0000003A7062746E" /* ...:pbtn */ $"0000000500000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000000C000000C8" /* ........ */ $"00000078000000E2" /* ...x.... */ $"FFFFFFFFFFFF0000" /* ........ */ $"0000000000000A43" /* .......C */ $"6C65617220446174" /* lear Dat */ $"6500000000440000" /* e....D.. */ $"0000000000347465" /* .....4te */ $"7874000000040000" /* xt...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000080000" /* ........ */ $"0004000001240000" /* .....$.. */ $"0014FFFFFFFF0000" /* ........ */ $"08756E7469746C65" /* .untitle */ $"6400000000000000" /* d....... */ $"0046000000000000" /* .F...... */ $"00367062746E0000" /* .6pbtn.. */ $"000200000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"00DC000000C80000" /* ........ */ $"0126000000E2FFFF" /* .&...... */ $"FFFFFFFF00000000" /* ........ */ $"000000000643616E" /* .....Can */ $"63656C6500000042" /* cele...B */ $"0000000000000032" /* .......2 */ $"7062746E00000001" /* pbtn.... */ $"00000000FFFFFFFF" /* ........ */ $"000000000000008A" /* ........ */ $"000000C8000000D4" /* ........ */ $"000000E2FFFFFFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000024F4B740000" /* ...OKt.. */ $"0000000000000000" /* ........ */ $"003A434452500000" /* .:CDRP.. */ $"000300000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0008000000180000" /* ........ */ $"0128000000C4FFFF" /* .(...... */ $"FFFF000000000080" /* ........ */ $"0000008000000080" /* ........ */ $"0000008000000080" /* ........ */ }; /* 'VRes' 136 * * "SubSelector" */ data 'VRes' (136,"SubSelector") { $"0000000000000060" /* .......` */ $"00000050646C6F67" /* ...Pdlog */ $"0000001200000000" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"00000000017C0000" /* .....|.. */ $"00A0000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"000008756E746974" /* ...untit */ $"6C65640000000000" /* led..... */ $"0000000100000002" /* ........ */ $"0000003A00000000" /* ...:.... */ $"0000002A706F706D" /* ...*popm */ $"0000000400000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000001800000054" /* .......T */ $"000001540000006A" /* ...T...j */ $"FFFFFFFF00000000" /* ........ */ $"0000000000420000" /* .....B.. */ $"0000000000327062" /* .....2pb */ $"746E000000010000" /* tn...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000DC0000" /* ........ */ $"00740000011C0000" /* .t...... */ $"008EFFFFFFFFFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"0359657300000042" /* .Yes...B */ $"0000000000000032" /* .......2 */ $"7062746E00000002" /* pbtn.... */ $"00000000FFFFFFFF" /* ........ */ $"0000000000000090" /* ........ */ $"00000074000000D0" /* ...t.... */ $"0000008EFFFFFFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000024E6F740000" /* ...Not.. */ $"003A000000000000" /* .:...... */ $"002A706F706D0000" /* .*popm.. */ $"000300000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0018000000380000" /* .....8.. */ $"01540000004EFFFF" /* .T...N.. */ $"FFFF000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000005874657874" /* ...Xtext */ $"0000000000000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000001400000010" /* ........ */ $"000000F000000034" /* .......4 */ $"FFFFFFFF00002C41" /* ......,A */ $"726520796F752061" /* re you a */ $"6464696E67206F6E" /* dding on */ $"65206F6620746865" /* e of the */ $"20666F6C6C6F7769" /* followi */ $"6E6720656E747269" /* ng entri */ $"65733F0000000000" /* es?..... */ }; /* 'VRes' 137 * * "Site Data Dialog" */ data 'VRes' (137,"Site Data Dialog") { $"0000000000000060" /* .......` */ $"00000050646C6F67" /* ...Pdlog */ $"0000001200000000" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000001540000" /* .....T.. */ $"010E000001540000" /* .....T.. */ $"010E000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000095369746520" /* ...Site */ $"4461746100000000" /* Data.... */ $"0000000100000002" /* ........ */ $"0000004200000000" /* ...B.... */ $"0000003274657874" /* ...2text */ $"0000000000000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"00000010000000C8" /* ........ */ $"0000005B000000D8" /* ...[.... */ $"FFFFFFFF00000652" /* .......R */ $"6567696F6E650000" /* egione.. */ $"00000000003A0000" /* .....:.. */ $"00000000002A706F" /* .....*po */ $"706D0000000C0000" /* pm...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000440000" /* .....D.. */ $"00C8000001440000" /* .....D.. */ $"00DEFFFFFFFF0000" /* ........ */ $"000000000000003A" /* .......: */ $"000000000000002A" /* .......* */ $"6469767200000000" /* divr.... */ $"00000000FFFFFFFF" /* ........ */ $"FFFF000000000004" /* ........ */ $"000000BCFFFFFFFC" /* ........ */ $"000000BFFFFFFFFF" /* ........ */ $"0000FFFFFFFF0000" /* ........ */ $"0088000000440000" /* .....D.. */ $"003467726F750000" /* .4grou.. */ $"000000000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0008000000080000" /* ........ */ $"014C0000007CFFFF" /* .L...|.. */ $"FFFF000009555344" /* .....USD */ $"41205A6F6E650000" /* A Zone.. */ $"0000000000000000" /* ........ */ $"0000000000347465" /* .....4te */ $"78740000000A0000" /* xt...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000400000" /* .....@.. */ $"005C0000012C0000" /* .\...,.. */ $"006CFFFFFFFF0000" /* .l...... */ $"08756E7469746C65" /* .untitle */ $"6400000000000000" /* d....... */ $"004C000000000000" /* .L...... */ $"003C7062746E0000" /* .<pbtn.. */ $"000900000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"00CC000000440000" /* .....D.. */ $"01440000005EFFFF" /* .D...^.. */ $"FFFFFFFF00000000" /* ........ */ $"000000000C4C6F6F" /* .....Loo */ $"6B207570205A6F6E" /* k up Zon */ $"6500000000520000" /* e....R.. */ $"0000000000426564" /* .....Bed */ $"6974000000080000" /* it...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000780000" /* .....x.. */ $"0048000000C00000" /* .H...... */ $"0060FFFFFFFFFFFF" /* .`...... */ $"0075000000000000" /* .u...... */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000046" /* .......F */ $"0000000000000036" /* .......6 */ $"7465787400000016" /* text.... */ $"00000000FFFFFFFF" /* ........ */ $"000000000000000C" /* ........ */ $"0000004C00000068" /* ...L...h */ $"0000005CFFFFFFFF" /* ...\.... */ $"00000B5553205A69" /* ...US Zi */ $"7020436F64650000" /* p Code.. */ $"0000000000400000" /* .....@.. */ $"0000000000307465" /* .....0te */ $"7874000000150000" /* xt...... */ $"0000FFFFFFFF0000" /* ........ */ $"00000000008C0000" /* ........ */ $"0034000000D70000" /* .4...... */ $"0044FFFFFFFF0000" /* .D...... */ $"056F722E2E2E0000" /* .or..... */ $"00000000003A0000" /* .....:.. */ $"00000000002A706F" /* .....*po */ $"706D000000030000" /* pm...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000380000" /* .....8.. */ $"001C000000EB0000" /* ........ */ $"0032FFFFFFFF0000" /* .2...... */ $"0000000000000046" /* .......F */ $"0000000000000036" /* .......6 */ $"7062746E00000002" /* pbtn.... */ $"00000000FFFFFFFF" /* ........ */ $"00000000000000EE" /* ........ */ $"000000E800000140" /* .......@ */ $"00000102FFFFFFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"00000643616E6365" /* ...Cance */ $"6C65000000420000" /* le...B.. */ $"0000000000327062" /* .....2pb */ $"746E000000010000" /* tn...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000960000" /* ........ */ $"00E8000000E80000" /* ........ */ $"0102FFFFFFFFFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"024F4B7400000042" /* .OKt...B */ $"0000000000000032" /* .......2 */ $"7062746E00000007" /* pbtn.... */ $"00000000FFFFFFFF" /* ........ */ $"0000000000000100" /* ........ */ $"000000A000000138" /* .......8 */ $"000000BAFFFFFFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000035365740000" /* ...Set.. */ $"0042000000000000" /* .B...... */ $"00327062746E0000" /* .2pbtn.. */ $"000500000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0100000000800000" /* ........ */ $"01380000009AFFFF" /* .8...... */ $"FFFFFFFF00000000" /* ........ */ $"0000000003536574" /* .....Set */ $"0000003C00000000" /* ...<.... */ $"0000002C74657874" /* ...,text */ $"0000000600000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"000000A0000000A4" /* ........ */ $"000000EB000000B4" /* ........ */ $"FFFFFFFF00000075" /* .......u */ $"000000000000003C" /* .......< */ $"000000000000002C" /* ......., */ $"7465787400000004" /* text.... */ $"00000000FFFFFFFF" /* ........ */ $"0000000000000098" /* ........ */ $"00000088000000E3" /* ........ */ $"00000098FFFFFFFF" /* ........ */ $"0000007500000000" /* ...u.... */ $"0000004C00000000" /* ...L.... */ $"0000003C74657874" /* ...<text */ $"0000000000000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"00000010000000A4" /* ........ */ $"00000094000000B4" /* ........ */ $"FFFFFFFF00001046" /* .......F */ $"697273742046616C" /* irst Fal */ $"6C2046726F737400" /* l Frost. */ $"0000000000000000" /* ........ */ $"000000000000003C" /* .......< */ $"7465787400000000" /* text.... */ $"00000000FFFFFFFF" /* ........ */ $"0000000000000010" /* ........ */ $"0000008800000084" /* ........ */ $"00000098FFFFFFFF" /* ........ */ $"0000114C61737420" /* ...Last */ $"537072696E672046" /* Spring F */ $"726F737400000000" /* rost.... */ }; /* 'VRes' 139 * * "Registration Dialog" */ data 'VRes' (139,"Registration Dialog") { $"0000000000000072" /* .......r */ $"00000062646C6F67" /* ...bdlog */ $"0000001200000000" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"00000000015E0000" /* .....^.. */ $"00DC0000015E0000" /* .....^.. */ $"00DC0000015E0000" /* .....^.. */ $"00DC000000000000" /* ........ */ $"00001B5265676973" /* ...Regis */ $"746572696E672052" /* tering R */ $"6564737461727420" /* edstart */ $"47617264656E0000" /* Garden.. */ $"0000000000010000" /* ........ */ $"0000000000E60000" /* ........ */ $"0048000000386772" /* .H...8gr */ $"6F75000000000000" /* ou...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000060000" /* ........ */ $"0006000001540000" /* .....T.. */ $"003CFFFFFFFF0000" /* .<...... */ $"0D57687920526567" /* .Why Reg */ $"69737465723F0000" /* ister?.. */ $"0000000000000000" /* ........ */ $"00000000008E7465" /* ......te */ $"7874000000000000" /* xt...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000080000" /* ........ */ $"0014000001480000" /* .....H.. */ $"0030FFFFFFFF0000" /* .0...... */ $"6252656769737465" /* bRegiste */ $"72696E6720526564" /* ring Red */ $"7374617274204761" /* start Ga */ $"7264656E2077696C" /* rden wil */ $"6C20676574207269" /* l get ri */ $"64206F6620746865" /* d of the */ $"736520616E6E6F79" /* se annoy */ $"696E67206469616C" /* ing dial */ $"6F67732C20616E64" /* ogs, and */ $"2068656C70206675" /* help fu */ $"6E64206675747572" /* nd futur */ $"6520666561747572" /* e featur */ $"65732E7500000084" /* es.u.... */ $"000002840000004E" /* .......N */ $"0000003E67726F75" /* ...>grou */ $"0000000000000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000000600000040" /* .......@ */ $"00000154000000B4" /* ...T.... */ $"FFFFFFFF00001248" /* .......H */ $"6F7720446F204920" /* ow Do I */ $"5265676973746572" /* Register */ $"3F00000000000000" /* ?....... */ $"0082000000000000" /* ........ */ $"0072746578740000" /* .rtext.. */ $"000000000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0008000000400000" /* .....@.. */ $"01450000004CFFFF" /* .E...L.. */ $"FFFF000046332920" /* ....F3) */ $"456E746572207468" /* Enter th */ $"6520726567697374" /* e regist */ $"726174696F6E2063" /* ration c */ $"6F646520696E2062" /* ode in b */ $"656C6F7720616E64" /* elow and */ $"20636C69636B2074" /* click t */ $"6865207265676973" /* he regis */ $"7465722062757474" /* ter butt */ $"6F6E2E0000000084" /* on...... */ $"0000008000000000" /* ........ */ $"0000007074657874" /* ...ptext */ $"0000000000000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"000000070000002B" /* .......+ */ $"0000013C00000037" /* ...<...7 */ $"FFFFFFFFFFFF4532" /* ......E2 */ $"29204F7264657220" /* ) Order */ $"5265647374617274" /* Redstart */ $"2047617264656E2E" /* Garden. */ $"2020412072656769" /* A regi */ $"7374726174696F6E" /* stration */ $"20636F6465207769" /* code wi */ $"6C6C206265206D61" /* ll be ma */ $"696C656420746F20" /* iled to */ $"796F752E00000084" /* you..... */ $"0000005400000000" /* ...T.... */ $"0000004474657874" /* ...Dtext */ $"0000000000000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000000700000016" /* ........ */ $"000000CC00000026" /* .......& */ $"FFFFFFFF00001831" /* .......1 */ $"2920476F20746F20" /* ) Go to */ $"6F726465722E6B61" /* order.ka */ $"67692E636F6D3A28" /* gi.com:( */ $"0000008400000040" /* .......@ */ $"0000000000000030" /* .......0 */ $"7465787400000000" /* text.... */ $"00000000FFFFFFFF" /* ........ */ $"0000000000000008" /* ........ */ $"0000005400000044" /* ...T...D */ $"00000064FFFFFFFF" /* ...d.... */ $"000005436F64653A" /* ...Code: */ $"0000000000000052" /* .......R */ $"0000000000000042" /* .......B */ $"6564697400000004" /* edit.... */ $"00000000FFFFFFFF" /* ........ */ $"0000000000000030" /* .......0 */ $"000000530000013C" /* ...S...< */ $"00000067FFFFFFFF" /* ...g.... */ $"FFFF007500000000" /* ...u.... */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"003E7062746E0000" /* .>pbtn.. */ $"000300000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"007C000000100000" /* .|...... */ $"00EC0000002AFFFF" /* .....*.. */ $"FFFFFFFF00000000" /* ........ */ $"000000000E6F7264" /* .....ord */ $"65722E6B6167692E" /* er.kagi. */ $"636F6D0000000046" /* com....F */ $"0000000000000036" /* .......6 */ $"7062746E00000002" /* pbtn.... */ $"00000000FFFFFFFF" /* ........ */ $"00000000000000F0" /* ........ */ $"000000B800000154" /* .......T */ $"000000D2FFFFFFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"00000643616E6365" /* ...Cance */ $"6C65000000000000" /* le...... */ $"0000000000387062" /* .....8pb */ $"746E000000010000" /* tn...... */ $"0000FFFFFFFF0000" /* ........ */ $"00000000008C0000" /* ........ */ $"00B8000000F00000" /* ........ */ $"00D2FFFFFFFFFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"0852656769737465" /* .Registe */ $"7200" /* r. */ }; /* 'VRes' 140 * * "GerminationDialog" */ data 'VRes' (140,"GerminationDialog") { $"0000000000000062" /* .......b */ $"00000052646C6F67" /* ...Rdlog */ $"0000001000000000" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000001900000" /* ........ */ $"012C000001900000" /* .,...... */ $"012C000001900000" /* .,...... */ $"012C000000000000" /* .,...... */ $"00000B4765726D69" /* ...Germi */ $"6E6174696F6E0000" /* nation.. */ $"0000000000010000" /* ........ */ $"0002000000000000" /* ........ */ $"003A0000002A636F" /* .:...*co */ $"6C72000000000000" /* lr...... */ $"0000FFFFFFFFFFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000FFFFFFFF0000" /* ........ */ $"000000010000004A" /* .......J */ $"000000000000003A" /* .......: */ $"7062746E0000000C" /* pbtn.... */ $"00000000FFFFFFFF" /* ........ */ $"000000000000006C" /* .......l */ $"000000F8000000CC" /* ........ */ $"00000112FFFFFFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"00000A44656C6574" /* ...Delet */ $"6520526F77000000" /* e Row... */ $"0046000000000000" /* .F...... */ $"00367062746E0000" /* .6pbtn.. */ $"000B00000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0008000000F80000" /* ........ */ $"006800000112FFFF" /* .h...... */ $"FFFFFFFF00000000" /* ........ */ $"00000000074E6577" /* .....New */ $"20526F7700000046" /* Row...F */ $"0000000000000036" /* .......6 */ $"7062746E00000002" /* pbtn.... */ $"00000000FFFFFFFF" /* ........ */ $"00000000000000D0" /* ........ */ $"000000F800000118" /* ........ */ $"00000112FFFFFFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"00000643616E6365" /* ...Cance */ $"6C65000000420000" /* le...B.. */ $"0000000000327062" /* .....2pb */ $"746E000000010000" /* tn...... */ $"0000FFFFFFFF0000" /* ........ */ $"00000000012C0000" /* .....,.. */ $"00F8000001740000" /* .....t.. */ $"0112FFFFFFFFFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"024F4B7400000000" /* .OKt.... */ $"000000000000002C" /* ......., */ $"475461620000000A" /* GTab.... */ $"00000000FFFFFFFF" /* ........ */ $"000000000000000C" /* ........ */ $"0000001400000178" /* .......x */ $"000000E4FFFFFFFF" /* ........ */ $"000000000000FFFF" /* ........ */ }; /* 'VRes' 141 * * "Text Entry Dialog" */ data 'VRes' (141,"Text Entry Dialog") { $"0000000000000060" /* .......` */ $"00000050646C6F67" /* ...Pdlog */ $"0000001200000000" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"00000000012C0000" /* .....,.. */ $"00E60000012C0000" /* .....,.. */ $"00E6000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"000008756E746974" /* ...untit */ $"6C65640000000000" /* led..... */ $"0000000000000002" /* ........ */ $"0000005200000000" /* ...R.... */ $"0000004265646974" /* ...Bedit */ $"0000000300000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000000800000008" /* ........ */ $"00000124000000C0" /* ...$.... */ $"FFFFFFFFFFFF0075" /* .......u */ $"0000000000000000" /* ........ */ $"000000000000FFFF" /* ........ */ $"FFFF000000000004" /* ........ */ $"FFFF000000460000" /* .....F.. */ $"0000000000367062" /* .....6pb */ $"746E000000020000" /* tn...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000D60000" /* ........ */ $"00C8000001200000" /* ..... .. */ $"00E2FFFFFFFFFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"0643616E63656C65" /* .Cancele */ $"0000000000000000" /* ........ */ $"000000327062746E" /* ...2pbtn */ $"0000000100000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"00000086000000C8" /* ........ */ $"000000D0000000E2" /* ........ */ $"FFFFFFFFFFFF0000" /* ........ */ $"000000000000024F" /* .......O */ $"4B74" /* Kt */ }; /* 'VRes' 142 * * "InfoSupplier" */ data 'VRes' (142,"InfoSupplier") { $"000000000000006A" /* .......j */ $"0000005A646C6F67" /* ...Zdlog */ $"0000001200000000" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"00000000015E0000" /* .....^.. */ $"01770000015E0000" /* .w...^.. */ $"01770000015E0000" /* .w...^.. */ $"0177000000000000" /* .w...... */ $"00001256656E646F" /* ...Vendo */ $"7220496E666F726D" /* r Inform */ $"6174696F6E6F0000" /* ationo.. */ $"0000000000010000" /* ........ */ $"0002000000440000" /* .....D.. */ $"0000000000346368" /* .....4ch */ $"6B62000000150000" /* kb...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000001200000" /* ..... .. */ $"000C000001540000" /* .....T.. */ $"001CFFFFFFFFFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"0448696465740000" /* .Hidet.. */ $"005A000000000000" /* .Z...... */ $"004A656469740000" /* .Jedit.. */ $"000D00000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"00480000013C0000" /* .H...<.. */ $"015400000153FFFF" /* .T...S.. */ $"FFFFFFFF08756E74" /* .....unt */ $"69746C6564000000" /* itled... */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000004200000000" /* ...B.... */ $"0000003274657874" /* ...2text */ $"0000000000000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000000400000138" /* .......8 */ $"0000004000000148" /* ...@...H */ $"FFFFFFFF00000645" /* .......E */ $"2D4D61696C650000" /* -Maile.. */ $"00000000005A0000" /* .....Z.. */ $"00000000004A6564" /* .....Jed */ $"69740000000C0000" /* it...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000540000" /* .....T.. */ $"0040000000A90000" /* .@...... */ $"0057FFFFFFFFFFFF" /* .W...... */ $"08756E7469746C65" /* .untitle */ $"6400000000000000" /* d....... */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000046" /* .......F */ $"0000000000000036" /* .......6 */ $"7465787400000000" /* text.... */ $"00000000FFFFFFFF" /* ........ */ $"0000000000000004" /* ........ */ $"000000440000004F" /* ...D...O */ $"00000054FFFFFFFF" /* ...T.... */ $"00000A53686F7274" /* ...Short */ $"204E616D65000000" /* Name... */ $"00000000005A0000" /* .....Z.. */ $"00000000004A6564" /* .....Jed */ $"69740000000B0000" /* it...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000480000" /* .....H.. */ $"0120000000E00000" /* . ...... */ $"0137FFFFFFFFFFFF" /* .7...... */ $"08756E7469746C65" /* .untitle */ $"6400000000000000" /* d....... */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"000000000000003E" /* .......> */ $"000000000000002E" /* ........ */ $"7465787400000000" /* text.... */ $"00000000FFFFFFFF" /* ........ */ $"0000000000000004" /* ........ */ $"0000011C0000003C" /* .......< */ $"0000012CFFFFFFFF" /* ...,.... */ $"0000034661780000" /* ...Fax.. */ $"00000000005A0000" /* .....Z.. */ $"00000000004A6564" /* .....Jed */ $"69740000000A0000" /* it...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000480000" /* .....H.. */ $"0104000000E00000" /* ........ */ $"011BFFFFFFFFFFFF" /* ........ */ $"08756E7469746C65" /* .untitle */ $"6400000000000000" /* d....... */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000040" /* .......@ */ $"0000000000000030" /* .......0 */ $"7465787400000000" /* text.... */ $"00000000FFFFFFFF" /* ........ */ $"0000000000000004" /* ........ */ $"0000010000000040" /* .......@ */ $"00000110FFFFFFFF" /* ........ */ $"00000550686F6E65" /* ...Phone */ $"000000000000003A" /* .......: */ $"000000000000002A" /* .......* */ $"706F706D00000014" /* popm.... */ $"00000000FFFFFFFF" /* ........ */ $"0000000000000008" /* ........ */ $"00000008000000E0" /* ........ */ $"0000001EFFFFFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"0046000000000000" /* .F...... */ $"00367062746E0000" /* .6pbtn.. */ $"000200000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"00B6000001580000" /* .....X.. */ $"010000000172FFFF" /* .....r.. */ $"FFFFFFFF00000000" /* ........ */ $"000000000643616E" /* .....Can */ $"63656C6500000042" /* cele...B */ $"0000000000000032" /* .......2 */ $"7062746E00000001" /* pbtn.... */ $"00000000FFFFFFFF" /* ........ */ $"000000000000010A" /* ........ */ $"0000015800000154" /* ...X...T */ $"00000172FFFFFFFF" /* ...r.... */ $"FFFF000000000000" /* ........ */ $"0000024F4B740000" /* ...OKt.. */ $"005A000000000000" /* .Z...... */ $"004A656469740000" /* .Jedit.. */ $"000900000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0048000000E80000" /* .H...... */ $"0154000000FFFFFF" /* .T...... */ $"FFFFFFFF08756E74" /* .....unt */ $"69746C6564000000" /* itled... */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000004200000000" /* ...B.... */ $"0000003274657874" /* ...2text */ $"0000000000000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"00000004000000E4" /* ........ */ $"00000040000000F4" /* ...@.... */ $"FFFFFFFF00000743" /* .......C */ $"6F756E7472790000" /* ountry.. */ $"00000000005A0000" /* .....Z.. */ $"00000000004A6564" /* .....Jed */ $"6974000000080000" /* it...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000880000" /* ........ */ $"00CC000001180000" /* ........ */ $"00E3FFFFFFFFFFFF" /* ........ */ $"08756E7469746C65" /* .untitle */ $"6400000000000000" /* d....... */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"000000000000004E" /* .......N */ $"000000000000003E" /* .......> */ $"7465787400000000" /* text.... */ $"00000000FFFFFFFF" /* ........ */ $"0000000000000004" /* ........ */ $"000000CC00000080" /* ........ */ $"000000DCFFFFFFFF" /* ........ */ $"0000125A6970206F" /* ...Zip o */ $"7220506F7374616C" /* r Postal */ $"20436F6465000000" /* Code... */ $"00000000005A0000" /* .....Z.. */ $"00000000004A6564" /* .....Jed */ $"6974000000070000" /* it...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000880000" /* ........ */ $"00B0000001180000" /* ........ */ $"00C7FFFFFFFFFFFF" /* ........ */ $"08756E7469746C65" /* .untitle */ $"6400000000000000" /* d....... */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000040" /* .......@ */ $"0000000000000030" /* .......0 */ $"7465787400000000" /* text.... */ $"00000000FFFFFFFF" /* ........ */ $"0000000000000004" /* ........ */ $"000000B400000038" /* .......8 */ $"000000C4FFFFFFFF" /* ........ */ $"0000055374617465" /* ...State */ $"000000000000005A" /* .......Z */ $"000000000000004A" /* .......J */ $"6564697400000006" /* edit.... */ $"00000000FFFFFFFF" /* ........ */ $"0000000000000048" /* .......H */ $"0000009400000154" /* .......T */ $"000000ABFFFFFFFF" /* ........ */ $"FFFF08756E746974" /* ...untit */ $"6C65640000000000" /* led..... */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0040000000000000" /* .@...... */ $"0030746578740000" /* .0text.. */ $"000000000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0004000000980000" /* ........ */ $"0034000000A8FFFF" /* .4...... */ $"FFFF000004436974" /* .....Cit */ $"7974000000000000" /* yt...... */ $"005A000000000000" /* .Z...... */ $"004A656469740000" /* .Jedit.. */ $"000500000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0048000000780000" /* .H...x.. */ $"01540000008FFFFF" /* .T...... */ $"FFFFFFFF08756E74" /* .....unt */ $"69746C6564000000" /* itled... */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000004200000000" /* ...B.... */ $"0000003274657874" /* ...2text */ $"0000000000000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000000400000028" /* .......( */ $"0000004F00000038" /* ...O...8 */ $"FFFFFFFF00000743" /* .......C */ $"6F6D70616E790000" /* ompany.. */ $"0000000000420000" /* .....B.. */ $"0000000000327465" /* .....2te */ $"7874000000000000" /* xt...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000040000" /* ........ */ $"005C0000004F0000" /* .\...O.. */ $"006CFFFFFFFF0000" /* .l...... */ $"0741646472657373" /* .Address */ $"000000000000005A" /* .......Z */ $"000000000000004A" /* .......J */ $"6564697400000004" /* edit.... */ $"00000000FFFFFFFF" /* ........ */ $"0000000000000048" /* .......H */ $"0000005C00000154" /* ...\...T */ $"00000073FFFFFFFF" /* ...s.... */ $"FFFF08756E746974" /* ...untit */ $"6C65640000000000" /* led..... */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"004A656469740000" /* .Jedit.. */ $"000300000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0054000000250000" /* .T...%.. */ $"01540000003CFFFF" /* .T...<.. */ $"FFFFFFFF08756E74" /* .....unt */ $"69746C6564000000" /* itled... */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ }; /* 'VRes' 143 * * "ColumnSetDialog" */ data 'VRes' (143,"ColumnSetDialog") { $"000000000000006A" /* .......j */ $"0000005A646C6F67" /* ...Zdlog */ $"0000010000000000" /* ........ */ $"FFFF000000960000" /* ........ */ $"001E000000000000" /* ........ */ $"0000000001680000" /* .....h.. */ $"0118000001680000" /* .....h.. */ $"0118000001680000" /* .....h.. */ $"0118000000000000" /* ........ */ $"0000124564697420" /* ...Edit */ $"4461746162617365" /* Database */ $"2056696577000000" /* View... */ $"0000000000010000" /* ........ */ $"0002000000460000" /* .....F.. */ $"0000000000367062" /* .....6pb */ $"746E000000020000" /* tn...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000C30000" /* ........ */ $"00FC000001080000" /* ........ */ $"0116FFFFFFFFFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"0643616E63656C65" /* .Cancele */ $"0000004200000000" /* ...B.... */ $"000000327062746E" /* ...2pbtn */ $"0000000100000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"00000110000000FC" /* ........ */ $"0000015500000116" /* ...U.... */ $"FFFFFFFFFFFF0000" /* ........ */ $"000000000000024F" /* .......O */ $"4B74000000760000" /* Kt...v.. */ $"003C0000002C7363" /* .<...,sc */ $"7276000000000000" /* rv...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000040000" /* ........ */ $"0034000001640000" /* .4...d.. */ $"00F8FFFFFFFF0000" /* ........ */ $"FFFFFFFFFFFF0000" /* ........ */ $"0000000000000000" /* ........ */ $"002A475461620000" /* .*GTab.. */ $"000600000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"014F000000B3FFFF" /* .O...... */ $"FFFF000000000000" /* ........ */ $"0000004400000000" /* ...D.... */ $"0000003474657874" /* ...4text */ $"0000000500000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000002C00000004" /* ...,.... */ $"0000016000000030" /* ...`...0 */ $"FFFFFFFF00000875" /* .......u */ $"6E7469746C656400" /* ntitled. */ $"0000000000000000" /* ........ */ $"0000000000000032" /* .......2 */ $"69636F6E00000007" /* icon.... */ $"00000000FFFFFFFF" /* ........ */ $"0000000000000008" /* ........ */ $"0000000400000028" /* .......( */ $"00000024FFFFFFFF" /* ...$.... */ $"0000000000020000" /* ........ */ $"002000000020" /* . ... */ }; /* 'VRes' 144 * * "SetNameDialog" */ data 'VRes' (144,"SetNameDialog") { $"0000000000000060" /* .......` */ $"00000050646C6F67" /* ...Pdlog */ $"0000001200000000" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"00000000012C0000" /* .....,.. */ $"00640000012C0000" /* .d...,.. */ $"00640000012C0000" /* .d...,.. */ $"00C8000000000000" /* ........ */ $"0000094E616D6520" /* ...Name */ $"5669657700000000" /* View.... */ $"0000000100000002" /* ........ */ $"0000004200000000" /* ...B.... */ $"000000327062746E" /* ...2pbtn */ $"0000000100000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"000000E000000040" /* .......@ */ $"000001280000005A" /* ...(...Z */ $"FFFFFFFFFFFF0000" /* ........ */ $"000000000000024F" /* .......O */ $"4B74000000460000" /* Kt...F.. */ $"0000000000367062" /* .....6pb */ $"746E000000020000" /* tn...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000900000" /* ........ */ $"0040000000D80000" /* .@...... */ $"005AFFFFFFFFFFFF" /* .Z...... */ $"0000000000000000" /* ........ */ $"0643616E63656C65" /* .Cancele */ $"0000005200000000" /* ...R.... */ $"0000004265646974" /* ...Bedit */ $"0000000300000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000001400000020" /* ....... */ $"0000011400000038" /* .......8 */ $"FFFFFFFFFFFF004E" /* .......N */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"0000000000427465" /* .....Bte */ $"7874000000000000" /* xt...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000140000" /* ........ */ $"000C0000010C0000" /* ........ */ $"001CFFFFFFFF0000" /* ........ */ $"16506C6561736520" /* .Please */ $"6E616D6520746869" /* name thi */ $"7320766965772E6E" /* s view.n */ $"00000000" /* .... */ }; /* 'VRes' 148 * * "Plugin Selector" */ data 'VRes' (148,"Plugin Selector") { $"0000000000000060" /* .......` */ $"00000050646C6F67" /* ...Pdlog */ $"0000001200000000" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000000000000000" /* ........ */ $"00000000017C0000" /* .....|.. */ $"01040000017C0000" /* .....|.. */ $"01040000017C0000" /* .....|.. */ $"0104000000000000" /* ........ */ $"000008756E746974" /* ...untit */ $"6C65640000000000" /* led..... */ $"0000000000000000" /* ........ */ $"000000760000003C" /* ...v...< */ $"0000002C73637276" /* ...,scrv */ $"0000000000000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000005800000030" /* ...X...0 */ $"00000178000000DC" /* ...x.... */ $"FFFFFFFF0000FFFF" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"000000000000002A" /* .......* */ $"4754616200000000" /* GTab.... */ $"00000000FFFFFFFF" /* ........ */ $"00000000FFFFFFFF" /* ........ */ $"FFFFFFFF0000010F" /* ........ */ $"0000009BFFFFFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"0046000000000000" /* .F...... */ $"00367062746E0000" /* .6pbtn.. */ $"000200000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"00E4000000E40000" /* ........ */ $"0124000000FEFFFF" /* .$...... */ $"FFFFFFFF00000000" /* ........ */ $"000000000643616E" /* .....Can */ $"63656C6500000042" /* cele...B */ $"0000000000000032" /* .......2 */ $"7062746E00000001" /* pbtn.... */ $"00000000FFFFFFFF" /* ........ */ $"0000000000000130" /* .......0 */ $"000000E400000170" /* .......p */ $"000000FEFFFFFFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000024F4B740000" /* ...OKt.. */ $"0042000000000000" /* .B...... */ $"0032746578740000" /* .2text.. */ $"000000000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0004000000300000" /* .....0.. */ $"004F000000CCFFFF" /* .O...... */ $"FFFF000006416374" /* .....Act */ $"696F6E6500000000" /* ione.... */ $"0000004000000000" /* ...@.... */ $"0000003074657874" /* ...0text */ $"0000000000000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"000000840000000C" /* ........ */ $"000000AE0000001C" /* ........ */ $"FFFFFFFF0000044E" /* .......N */ $"616D657400000000" /* amet.... */ $"0000000000000000" /* ........ */ $"0000003274657874" /* ...2text */ $"0000000000000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"000000500000000B" /* ...P.... */ $"0000007A0000001C" /* ...z.... */ $"FFFFFFFF00000641" /* .......A */ $"6374697665650000" /* ctivee.. */ $"0000" /* .. */ }; /* 'VRes' 150 * * "Default Search Panel" */ data 'VRes' (150,"Default Search Panel") { $"0000000000000036" /* .......6 */ $"0000002676696577" /* ...&view */ $"0000009600000000" /* ........ */ $"FFFFFFFFFFFFFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"FFFFFFFFFFFFFFFF" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"00000000003A0000" /* .....:.. */ $"002A6261636B0000" /* .*back.. */ $"000000000000FFFF" /* ........ */ $"FFFFFFFFFFFF0000" /* ........ */ $"0000000000000000" /* ........ */ $"000000000000FFFF" /* ........ */ $"FFFF000000000001" /* ........ */ $"0000004A00000000" /* ...J.... */ $"0000003A7062746E" /* ...:pbtn */ $"0000000800000000" /* ........ */ $"FFFFFFFF00000000" /* ........ */ $"0000017800000014" /* ...x.... */ $"000002000000004C" /* .......L */ $"FFFFFFFFFFFF0000" /* ........ */ $"0000000000000A53" /* .......S */ $"6974652044617461" /* ite Data */ $"C9000000003A0000" /* .....:.. */ $"00000000002A706F" /* .....*po */ $"706D000000070000" /* pm...... */ $"0000FFFFFFFF0000" /* ........ */ $"0000000000840000" /* ........ */ $"00A8000000FC0000" /* ........ */ $"00BEFFFFFFFF0000" /* ........ */ $"0000000000000040" /* .......@ */ $"0000000000000030" /* .......0 */ $"7465787400000069" /* text...i */ $"00000000FFFFFFFF" /* ........ */ $"000000000000000C" /* ........ */ $"000000AC00000057" /* .......W */ $"000000BCFFFFFFFF" /* ........ */ $"000004466F726D74" /* ...Formt */ $"000000000000003A" /* .......: */ $"000000000000002A" /* .......* */ $"706F706D00000006" /* popm.... */ $"00000000FFFFFFFF" /* ........ */ $"0000000000000118" /* ........ */ $"0000008C00000190" /* ........ */ $"000000A2FFFFFFFF" /* ........ */ $"0000000000000000" /* ........ */ $"003A000000000000" /* .:...... */ $"002A706F706D0000" /* .*popm.. */ $"000400000000FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0118000000700000" /* .....p.. */ $"019000000086FFFF" /* ........ */ $"FFFF000000000000" /* ........ */ $"0000003E0... [truncated message content] |
|
From: Jeffrey B. <jlb...@us...> - 2006-12-28 15:46:56
|
Update of /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv13836 Modified Files: Tag: Release_branch_v1 HowDoI.html AdvancedTour.html Log Message: Update help book Index: AdvancedTour.html =================================================================== RCS file: /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/AdvancedTour.html,v retrieving revision 1.2.2.1 retrieving revision 1.2.2.2 diff -C2 -d -r1.2.2.1 -r1.2.2.2 *** AdvancedTour.html 27 Dec 2006 02:08:22 -0000 1.2.2.1 --- AdvancedTour.html 28 Dec 2006 15:46:51 -0000 1.2.2.2 *************** *** 60,63 **** --- 60,91 ---- <li> <p> + Choose "Find Material" from the file menu. + </p> + </li> + <li> + <p> + Pick "Perennial" from the type pop-up menu. + </p> + </li> + <li> + <p> + <span>Click the Search button. + </p> + </li> + <li> + <p> + Select "Common sunflower" in the results window. + </p> + </li> + <li> + <p> + Press the "Add To Palette" button. + </p> + </li> + <li> + <p>Drag the plant picture (or gray rectangle) onto the main window.</p> + </li> + <li> + <p> Pick the paint tool <img src="./Images/GS_PaintTool.png"> and the freehand shape tool <img src="./Images/GS_FreehandTool.png">. Now draw a freehand shape around all the plants, ending at the point at which you started. Don't worry if the line wobbles a little bit. </p> *************** *** 79,84 **** </li> </ol> ! <p class="c10"> ! <span class="c8"><span><span class="c4"><span class="c7"><span class="c9">Now you can go explore the rest of</span> <b>GardenSketch</b><span class="c9">. If there's a feature which you need, please request it at</span></span></span></span></span> <a href="http://sourceforge.net/projects/igarden"><span class="c9"><span class="c8"><span class="c15"><span class="c14"><span class="c13">http://sourceforge.net/projects/igarden</span></span></span></span></span></a> </p> </div> --- 107,112 ---- </li> </ol> ! <p> ! Now you can go explore the rest of <b>GardenSketch</b>. If there's a feature which you need, please request it at</span></span> <a href="http://sourceforge.net/projects/igarden">http://sourceforge.net/projects/igarden</a> </p> </div> Index: HowDoI.html =================================================================== RCS file: /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/HowDoI.html,v retrieving revision 1.5 retrieving revision 1.5.2.1 diff -C2 -d -r1.5 -r1.5.2.1 *** HowDoI.html 23 Sep 2006 15:42:14 -0000 1.5 --- HowDoI.html 28 Dec 2006 15:46:51 -0000 1.5.2.1 *************** *** 166,170 **** <a href="./Inspection.html#ComputingMulch">Computing Mulch </a><br> <a href="./Inspection.html#PlantSpacing">Changing Plant Spacing</a><br> ! </p> </td> </tr> --- 166,172 ---- <a href="./Inspection.html#ComputingMulch">Computing Mulch </a><br> <a href="./Inspection.html#PlantSpacing">Changing Plant Spacing</a><br> ! <a href="./ShoppingListReport.html">Making a Shopping List</a><br> ! <a href="./PlantLabelReport.html">Making Seed Starting Labels</a><br> ! </p> </td> </tr> |
|
From: Jeffrey B. <jlb...@us...> - 2006-12-28 15:46:39
|
Update of /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv13820 Modified Files: Tag: Release_branch_v1 QuickTour.html Reports.html Added Files: ShoppingListReport.html PlantLabelReport.html Log Message: Update help book --- NEW FILE: ShoppingListReport.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is GardenSketch Help. The Initial Developer of the Original Code is Redstart Software. Portions created by Initial Developer are Copyright (C) 2006 Redstart Software. All Rights Reserved. Contributor(s): Becca Bedell (be...@re...) Jeffrey Bedell (je...@re...) --> <html> <head> <title></title> <link href="style/default.css" rel="stylesheet" type="text/css"> <style type="text/css"> p.c3 {margin-bottom: 0in; page-break-after: avoid} p.c2 {margin-bottom: 0in} h1.c1 {page-break-before: always} </style> <body> <h3> The Shopping List Report </h3> The shopping list report prints a list of all plants which need to be purchased. Optionally, mulch and annuals for next year may be included. The list includes only items which have been placed onto the plan and have not yet been purchased. Once the plants have been purchased, you should update the "purchased" column. <p class="c2"> <br clear="left"> <img src="./Images/GS_ShoppingListReport.png" name="Graphic92" align="left" width="335" border="0" hspace=20><br clear="left"> <br> </p> An example entry in the list looks like this: <p class="c3"> <img src="./Images/GS_ShoppingListEntry.png" name="Graphic93" align="left" width="600" border="0" hspace=20><br clear="left"> <br> </p> Note that the the count includes all plants of the same type, as long as they are within the garden plots specified in the dialog. </body> </html> Index: Reports.html =================================================================== RCS file: /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/Reports.html,v retrieving revision 1.4 retrieving revision 1.4.2.1 diff -C2 -d -r1.4 -r1.4.2.1 *** Reports.html 12 Sep 2006 00:54:10 -0000 1.4 --- Reports.html 28 Dec 2006 15:46:36 -0000 1.4.2.1 *************** *** 36,63 **** Reports </h1> ! <h3> ! The Plant Label Report ! </h3> ! <p class="c2"> ! <br clear="left"> ! <img src="./Images/GS_PrintReport.gif" name="Graphic92" align="left" width="335" border="0" hspace=20><br clear="left"> ! <br> ! </p> ! <p class="c3"> ! <br> ! </p> ! <p class="c3"> ! <br> ! </p> ! <p class="c3"> ! <img src="./Images/GS_ReportLabels.gif" name="Graphic93" align="left" width="600" border="0" hspace=20><br clear="left"> ! <br> ! </p> ! <p class="c3"> ! <br> ! </p> ! <p class="c3"> ! <br> ! </p> </body> </html> --- 36,40 ---- Reports </h1> ! GardenSketch currently has two reports. The <a href="PlantLabelReport.html">plant label</a> report produces labels for plants grown from seed, and the <a href="ShoppingListReport.html">shopping list</a> report lists plants which need to be purchased from the local garden center. </body> </html> --- NEW FILE: PlantLabelReport.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is GardenSketch Help. The Initial Developer of the Original Code is Redstart Software. Portions created by Initial Developer are Copyright (C) 2006 Redstart Software. All Rights Reserved. Contributor(s): Becca Bedell (be...@re...) Jeffrey Bedell (je...@re...) --> <html> <head> <title></title> <link href="style/default.css" rel="stylesheet" type="text/css"> <style type="text/css"> p.c3 {margin-bottom: 0in; page-break-after: avoid} p.c2 {margin-bottom: 0in} h1.c1 {page-break-before: always} </style> <body> <h3> The Plant Label Report </h3> The plant label report prints labels (currently 4" x 1") which contain useful information for plants started from seed. Only plants marked in the list view as being started from seed (a "sow" location is set) will be listed in the report. <p class="c2"> <br clear="left"> <img src="./Images/GS_PrintReport.gif" name="Graphic92" align="left" width="335" border="0" hspace=20><br clear="left"> <br> </p> The resulting report will contain multiple labels per page, which look as follows: <p class="c3"> <img src="./Images/GS_ReportLabels.gif" name="Graphic93" align="left" width="600" border="0" hspace=20><br clear="left"> <br> </p> </body> </html> Index: QuickTour.html =================================================================== RCS file: /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/QuickTour.html,v retrieving revision 1.4 retrieving revision 1.4.2.1 diff -C2 -d -r1.4 -r1.4.2.1 *** QuickTour.html 23 Sep 2006 15:42:14 -0000 1.4 --- QuickTour.html 28 Dec 2006 15:46:36 -0000 1.4.2.1 *************** *** 58,62 **** <ul type="disc"> <li> ! <span class="c7"><span class="c4"><span>The upper palette contains two sets of tools. The upper set of tools controls actions (ex: painting a line, adding plants, adding beds of plants). The lower set of tools controls the shapes (ex: freehand, rectangle, line, arc) into which the plants are placed.</span></span></span> </li> <li> --- 58,63 ---- <ul type="disc"> <li> ! <p class="c5"> ! <span class="c7"><span class="c4"><span>The upper palette contains two sets of tools. The upper set of tools controls actions (ex: painting a line, adding plants, adding beds of plants). The lower set of tools controls the shapes (ex: freehand, rectangle, line, arc) into which the plants are placed.</span></span></span></p> </li> <li> *************** *** 69,106 **** <ol> <li> ! <p class="c5"> ! <span class="c4"><span>Start the application by double-clicking the GardenSketch icon.</span></span> ! </p> ! </li> ! <li> ! <p class="c5"> ! <span class="c4"><span>Choose Find Material from the file menu.</span></span> ! </p> ! </li> ! <li> ! <p class="c5"> ! <span class="c4"><span>Pick Annual from the type pop-up menu.</span></span> ! </p> ! </li> ! <li> ! <p class="c5"> ! <span class="c4"><span>Click the Search button.</span></span> ! </p> ! </li> ! <li> ! <p class="c5"> ! <span class="c4"><span>Select "Common sunflower" in the results window.</span></span> ! </p> ! </li> ! <li> ! <p class="c5"> ! <span class="c4"><span>Press the "Add To Palette" button.</span></span> ! </p> ! </li> ! <li> ! <p class="c5"> ! <span class="c4"><span>Drag the gray rectangle onto the main window. That's one way to plant a single plant.</span></span> ! </p> ! </li> <li> <p class="c5"> --- 70,86 ---- <ol> <li> ! <p class="c5"> ! Start the application by double-clicking the GardenSketch icon. ! </p> ! </li> ! <li> ! <p class="c5">Pick "Common Plants" from the lower menu of the Active material Palette, and "perennials" from the next menu up.</p> ! </li> ! <li> ! <p class="c5">Pick "Purple coneflower" from the top menu of the Active material Palette. If you have allowed internet connections, and have an active internet connection, a picture of a purple coneflower will load. Otherwise a gray rectangle will indicate that no picture is available.</p> ! </li> ! <li> ! <p class="c5">Drag the plant picture (or gray rectangle) onto the main window. That's one way to plant a single plant.</p> ! </li> <li> <p class="c5"> *************** *** 110,114 **** <li> <p class="c5"> ! Click and drag a line on the plan. This has planted a row of sunflowers. </p> </li> --- 90,94 ---- <li> <p class="c5"> ! Click and drag a line on the plan. This has planted a row of coneflowers. </p> </li> *************** *** 120,129 **** <li> <p class="c5"> ! Click and drag a line on the plan. This plants a rectangular bed of sunflowers. </p> </li> <li> <p class="c5"> ! Click the List tab at the top of the main window. There should be one row for each group of sunflowers planted. With correct quantities, plot name, year planted, and other data. </p> </li> --- 100,109 ---- <li> <p class="c5"> ! Click and drag a line on the plan. This plants a rectangular bed of coneflowers. </p> </li> <li> <p class="c5"> ! Click the List tab at the top of the main window. There should be one row for each group of coneflowers planted. With correct quantities, plot name, year planted, and other data. </p> </li> |
Update of /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/Images In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv13801 Modified Files: Tag: Release_branch_v1 GS_LabeledScreenshot.jpg Added Files: GS_ShoppingListEntry.png GS_ShoppingListReport.png GL_SelectTool.png Log Message: Update help book --- NEW FILE: GS_ShoppingListEntry.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: GL_SelectTool.png --- --- NEW FILE: GS_ShoppingListReport.png --- (This appears to be a binary file; contents omitted.) Index: GS_LabeledScreenshot.jpg =================================================================== RCS file: /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/Images/GS_LabeledScreenshot.jpg,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 Binary files /tmp/cvsr413Kr and /tmp/cvs12chxG differ |
|
From: Jeffrey B. <jlb...@us...> - 2006-12-28 00:45:31
|
Update of /cvsroot/igarden/Garden/source/Reports In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv29838 Modified Files: Tag: Release_branch_v1 PurchaseReport.cpp Log Message: Enable header printing Index: PurchaseReport.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/Reports/Attic/PurchaseReport.cpp,v retrieving revision 1.1.2.5 retrieving revision 1.1.2.6 diff -C2 -d -r1.1.2.5 -r1.1.2.6 *** PurchaseReport.cpp 26 Dec 2006 15:45:36 -0000 1.1.2.5 --- PurchaseReport.cpp 28 Dec 2006 00:45:28 -0000 1.1.2.6 *************** *** 312,317 **** UInt32 PurchaseReport::HeaderHeight(XGDraw &draw) { ! #pragma unused(draw) ! return 30; } --- 312,317 ---- UInt32 PurchaseReport::HeaderHeight(XGDraw &draw) { ! draw.SetFontObject(XGFont::LoadFont(145)); ! return draw.GetLineHeight() + draw.GetFontDescent() + 10; } *************** *** 322,325 **** --- 322,329 ---- { #pragma unused(draw, page) + draw.ClipRect(); + draw.SetFontObject(XGFont::LoadFont(145)); + draw.MoveTo(0, draw.GetLineHeight()); + draw.DrawString("Shopping List"); } |
|
From: Jeffrey B. <jlb...@us...> - 2006-12-28 00:44:39
|
Update of /cvsroot/igarden/Garden/source/Reports In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv29440 Modified Files: Tag: Release_branch_v1 RGReport.h RGReport.cpp Log Message: Enable header printing Index: RGReport.h =================================================================== RCS file: /cvsroot/igarden/Garden/source/Reports/RGReport.h,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -C2 -d -r1.3.2.1 -r1.3.2.2 *** RGReport.h 17 Nov 2006 13:24:53 -0000 1.3.2.1 --- RGReport.h 28 Dec 2006 00:44:37 -0000 1.3.2.2 *************** *** 145,151 **** Point PageSize(); void CellChanged(); ! UInt32 NumPages(); ! void RangeCells(long page, UInt32 &start, UInt32 &end); ! void RecomputeCellOffsets(); Point InchesToPixels(double width, double Height); --- 145,151 ---- Point PageSize(); void CellChanged(); ! UInt32 NumPages(XGDraw &draw); ! void RangeCells(long page, XGDraw &draw, UInt32 &start, UInt32 &end); ! void RecomputeCellOffsets(XGDraw &draw); Point InchesToPixels(double width, double Height); Index: RGReport.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/Reports/RGReport.cpp,v retrieving revision 1.7.2.2 retrieving revision 1.7.2.3 diff -C2 -d -r1.7.2.2 -r1.7.2.3 *** RGReport.cpp 19 Dec 2006 12:49:57 -0000 1.7.2.2 --- RGReport.cpp 28 Dec 2006 00:44:37 -0000 1.7.2.3 *************** *** 198,206 **** ComputeReport(); - RecomputeCellOffsets(); ! if(last == -1 || last > static_cast<short>(NumPages())) ! last = NumPages(); ! if(last < first) return; --- 198,203 ---- ComputeReport(); ! if(last != -1 && last < first) return; *************** *** 209,213 **** if(err == 0) { ! for(n = first; !abort && n <= last; n++) { err = GPrinter.StartPage(); --- 206,210 ---- if(err == 0) { ! for(n = first; !abort && (n <= last || last == -1); n++) { err = GPrinter.StartPage(); *************** *** 215,218 **** --- 212,225 ---- { XGDraw draw(&GPrinter); + + if(n == first) + { + RecomputeCellOffsets(draw); // DO while we have GPrinter, but only once + if(last == -1 || last > static_cast<short>(NumPages(draw))) + { + last = NumPages(draw); + } + } + Point res = GPrinter.Resolution(); draw.SetForeColor(RGB(0,0,0)); *************** *** 263,267 **** { draw.SetFontObject(_headerFont); ! return draw.GetLineHeight(); } --- 270,274 ---- { draw.SetFontObject(_headerFont); ! return draw.GetLineHeight() + draw.GetFontDescent(); } *************** *** 290,294 **** namePtr = reportName.c_str(); nameWidth = draw.StringWidth(namePtr, -1); ! draw.MoveTo((viewSize.h-nameWidth)/2, 0); draw.DrawString(namePtr, -1); } --- 297,301 ---- namePtr = reportName.c_str(); nameWidth = draw.StringWidth(namePtr, -1); ! draw.MoveTo((viewSize.h-nameWidth)/2, draw.GetLineHeight()); draw.DrawString(namePtr, -1); } *************** *** 310,314 **** UInt32 start, end, n; ! RangeCells((long)page, start, end); for(n = start; n < end; n++) { --- 317,321 ---- UInt32 start, end, n; ! RangeCells((long)page, draw, start, end); for(n = start; n < end; n++) { *************** *** 344,348 **** // Returns the size of the smallest cell ! void RGReport::RecomputeCellOffsets() { UInt32 n, count, page; --- 351,355 ---- // Returns the size of the smallest cell ! void RGReport::RecomputeCellOffsets(XGDraw &draw) { UInt32 n, count, page; *************** *** 355,359 **** count = _cells.Length(); offset.h = 0; ! offset.v = 0; yLargest = 0; page = 1; --- 362,366 ---- count = _cells.Length(); offset.h = 0; ! offset.v = HeaderHeight(draw); yLargest = 0; page = 1; *************** *** 370,374 **** if(offset.v + cellSize.v > viewSize.v) { ! offset.v = 0; page++; } --- 377,381 ---- if(offset.v + cellSize.v > viewSize.v) { ! offset.v = HeaderHeight(draw); page++; } *************** *** 385,389 **** } ! void RGReport::RangeCells(long page, UInt32 &start, UInt32 &end) { UInt32 n, count; --- 392,396 ---- } ! void RGReport::RangeCells(long page, XGDraw &draw, UInt32 &start, UInt32 &end) { UInt32 n, count; *************** *** 391,395 **** foundStart = false; ! RecomputeCellOffsets(); count = _cells.Length(); for(n = 0; n < count; n++) --- 398,402 ---- foundStart = false; ! RecomputeCellOffsets(draw); count = _cells.Length(); for(n = 0; n < count; n++) *************** *** 433,440 **** } ! UInt32 RGReport::NumPages() { long numCells; numCells = _cells.Length(); if(numCells >= 1) --- 440,448 ---- } ! UInt32 RGReport::NumPages(XGDraw & draw) { long numCells; + RecomputeCellOffsets(draw); numCells = _cells.Length(); if(numCells >= 1) |