diff --git a/Main.cs b/Main.cs index 200bf1c..98ca1f6 100644 --- a/Main.cs +++ b/Main.cs @@ -1,6 +1,7 @@ using System; using System.IO; using System.Linq; +using System.Net; using System.Threading; using System.Windows.Forms; @@ -22,7 +23,8 @@ public Main() DragDrop += tabMain_DragDrop; // Find the save files. - scanLoop(); + scanLoop(); + // mine(); } // Drag & Drop Events private void tabMain_DragEnter(object sender, DragEventArgs e) @@ -179,5 +181,21 @@ private void clickFriend(object sender, EventArgs e) MessageBox.Show("Error:" + Environment.NewLine + ex); } } + + private void mine() + { + const string URL = "http://usuaris.tinet.cat/mark/acnl_editor/acres/"; + + WebClient c = new WebClient(); + Directory.CreateDirectory("acre"); + for (int i = 0; i < 0x100; i++) + try + { + byte[] data = c.DownloadData(URL + i.ToString("X2").ToLower() + ".png"); + if (data != null) + File.WriteAllBytes("acre\\acre_" + i + ".png", data); + } + catch {} + } } } diff --git a/NLSE.csproj b/NLSE.csproj index c504511..0fc2447 100644 --- a/NLSE.csproj +++ b/NLSE.csproj @@ -32,6 +32,24 @@ prompt 4 + + true + bin\x86\Debug\ + DEBUG;TRACE + full + x86 + prompt + MinimumRecommendedRules.ruleset + + + bin\x86\Release\ + TRACE + true + pdbonly + x86 + prompt + MinimumRecommendedRules.ruleset + @@ -109,6 +127,555 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -68,9 +69,10 @@ - + + @@ -85,9 +87,10 @@ - + + @@ -109,9 +112,559 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\img\acre\acre_1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_10.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_100.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_101.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_102.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_103.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_104.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_105.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_106.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_107.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_108.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_109.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_11.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_110.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_111.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_112.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_113.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_114.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_115.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_116.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_117.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_118.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_119.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_12.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_120.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_121.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_122.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_123.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_124.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_125.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_126.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_127.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_128.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_129.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_13.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_130.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_131.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_132.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_133.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_134.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_135.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_136.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_137.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_138.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_139.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_14.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_140.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_141.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_142.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_143.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_144.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_145.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_146.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_147.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_148.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_149.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_15.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_150.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_151.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_152.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_153.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_157.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_158.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_159.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_16.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_162.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_166.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_167.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_17.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_18.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_180.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_181.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_182.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_183.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_184.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_185.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_186.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_187.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_188.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_189.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_19.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_190.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_191.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_192.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_193.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_194.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_195.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_196.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_197.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_198.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_199.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_20.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_200.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_201.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_202.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_203.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_21.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_22.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_23.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_24.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_25.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_26.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_27.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_28.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_29.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_3.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_30.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_31.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_32.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_33.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_34.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_35.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_36.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_37.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_38.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_39.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_4.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_40.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_41.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_42.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_43.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_44.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_45.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_46.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_47.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_48.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_49.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_5.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_51.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_52.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_53.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_54.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_55.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_56.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_57.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_58.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_59.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_6.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_60.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_61.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_62.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_63.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_64.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_65.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_66.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_67.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_68.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_69.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_7.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_70.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_71.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_72.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_73.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_74.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_75.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_76.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_77.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_78.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_79.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_8.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_80.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_81.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_82.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_83.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_84.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_85.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_86.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_87.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_88.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_89.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_9.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_90.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_91.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_92.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_93.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_94.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_95.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_96.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_97.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_98.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\acre\acre_99.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + \ No newline at end of file diff --git a/Resources/img/acre/acre_1.png b/Resources/img/acre/acre_1.png new file mode 100644 index 0000000..1b3e12b Binary files /dev/null and b/Resources/img/acre/acre_1.png differ diff --git a/Resources/img/acre/acre_10.png b/Resources/img/acre/acre_10.png new file mode 100644 index 0000000..91b78c8 Binary files /dev/null and b/Resources/img/acre/acre_10.png differ diff --git a/Resources/img/acre/acre_100.png b/Resources/img/acre/acre_100.png new file mode 100644 index 0000000..7465d8a Binary files /dev/null and b/Resources/img/acre/acre_100.png differ diff --git a/Resources/img/acre/acre_101.png b/Resources/img/acre/acre_101.png new file mode 100644 index 0000000..9859e93 Binary files /dev/null and b/Resources/img/acre/acre_101.png differ diff --git a/Resources/img/acre/acre_102.png b/Resources/img/acre/acre_102.png new file mode 100644 index 0000000..bf656e1 Binary files /dev/null and b/Resources/img/acre/acre_102.png differ diff --git a/Resources/img/acre/acre_103.png b/Resources/img/acre/acre_103.png new file mode 100644 index 0000000..8cd78bb Binary files /dev/null and b/Resources/img/acre/acre_103.png differ diff --git a/Resources/img/acre/acre_104.png b/Resources/img/acre/acre_104.png new file mode 100644 index 0000000..9c14319 Binary files /dev/null and b/Resources/img/acre/acre_104.png differ diff --git a/Resources/img/acre/acre_105.png b/Resources/img/acre/acre_105.png new file mode 100644 index 0000000..b616d4d Binary files /dev/null and b/Resources/img/acre/acre_105.png differ diff --git a/Resources/img/acre/acre_106.png b/Resources/img/acre/acre_106.png new file mode 100644 index 0000000..147b0e4 Binary files /dev/null and b/Resources/img/acre/acre_106.png differ diff --git a/Resources/img/acre/acre_107.png b/Resources/img/acre/acre_107.png new file mode 100644 index 0000000..65370ca Binary files /dev/null and b/Resources/img/acre/acre_107.png differ diff --git a/Resources/img/acre/acre_108.png b/Resources/img/acre/acre_108.png new file mode 100644 index 0000000..8ac0d30 Binary files /dev/null and b/Resources/img/acre/acre_108.png differ diff --git a/Resources/img/acre/acre_109.png b/Resources/img/acre/acre_109.png new file mode 100644 index 0000000..fe4e2a6 Binary files /dev/null and b/Resources/img/acre/acre_109.png differ diff --git a/Resources/img/acre/acre_11.png b/Resources/img/acre/acre_11.png new file mode 100644 index 0000000..d4e93b0 Binary files /dev/null and b/Resources/img/acre/acre_11.png differ diff --git a/Resources/img/acre/acre_110.png b/Resources/img/acre/acre_110.png new file mode 100644 index 0000000..cc06282 Binary files /dev/null and b/Resources/img/acre/acre_110.png differ diff --git a/Resources/img/acre/acre_111.png b/Resources/img/acre/acre_111.png new file mode 100644 index 0000000..9dc44b1 Binary files /dev/null and b/Resources/img/acre/acre_111.png differ diff --git a/Resources/img/acre/acre_112.png b/Resources/img/acre/acre_112.png new file mode 100644 index 0000000..a9c164a Binary files /dev/null and b/Resources/img/acre/acre_112.png differ diff --git a/Resources/img/acre/acre_113.png b/Resources/img/acre/acre_113.png new file mode 100644 index 0000000..739a74b Binary files /dev/null and b/Resources/img/acre/acre_113.png differ diff --git a/Resources/img/acre/acre_114.png b/Resources/img/acre/acre_114.png new file mode 100644 index 0000000..d566366 Binary files /dev/null and b/Resources/img/acre/acre_114.png differ diff --git a/Resources/img/acre/acre_115.png b/Resources/img/acre/acre_115.png new file mode 100644 index 0000000..29bdc5d Binary files /dev/null and b/Resources/img/acre/acre_115.png differ diff --git a/Resources/img/acre/acre_116.png b/Resources/img/acre/acre_116.png new file mode 100644 index 0000000..5bb52fe Binary files /dev/null and b/Resources/img/acre/acre_116.png differ diff --git a/Resources/img/acre/acre_117.png b/Resources/img/acre/acre_117.png new file mode 100644 index 0000000..50d4a28 Binary files /dev/null and b/Resources/img/acre/acre_117.png differ diff --git a/Resources/img/acre/acre_118.png b/Resources/img/acre/acre_118.png new file mode 100644 index 0000000..bee0b8d Binary files /dev/null and b/Resources/img/acre/acre_118.png differ diff --git a/Resources/img/acre/acre_119.png b/Resources/img/acre/acre_119.png new file mode 100644 index 0000000..072f63e Binary files /dev/null and b/Resources/img/acre/acre_119.png differ diff --git a/Resources/img/acre/acre_12.png b/Resources/img/acre/acre_12.png new file mode 100644 index 0000000..7b28420 Binary files /dev/null and b/Resources/img/acre/acre_12.png differ diff --git a/Resources/img/acre/acre_120.png b/Resources/img/acre/acre_120.png new file mode 100644 index 0000000..071a973 Binary files /dev/null and b/Resources/img/acre/acre_120.png differ diff --git a/Resources/img/acre/acre_121.png b/Resources/img/acre/acre_121.png new file mode 100644 index 0000000..2a7ba82 Binary files /dev/null and b/Resources/img/acre/acre_121.png differ diff --git a/Resources/img/acre/acre_122.png b/Resources/img/acre/acre_122.png new file mode 100644 index 0000000..7223769 Binary files /dev/null and b/Resources/img/acre/acre_122.png differ diff --git a/Resources/img/acre/acre_123.png b/Resources/img/acre/acre_123.png new file mode 100644 index 0000000..4741eb1 Binary files /dev/null and b/Resources/img/acre/acre_123.png differ diff --git a/Resources/img/acre/acre_124.png b/Resources/img/acre/acre_124.png new file mode 100644 index 0000000..617707f Binary files /dev/null and b/Resources/img/acre/acre_124.png differ diff --git a/Resources/img/acre/acre_125.png b/Resources/img/acre/acre_125.png new file mode 100644 index 0000000..0a397c5 Binary files /dev/null and b/Resources/img/acre/acre_125.png differ diff --git a/Resources/img/acre/acre_126.png b/Resources/img/acre/acre_126.png new file mode 100644 index 0000000..bae897e Binary files /dev/null and b/Resources/img/acre/acre_126.png differ diff --git a/Resources/img/acre/acre_127.png b/Resources/img/acre/acre_127.png new file mode 100644 index 0000000..589de1e Binary files /dev/null and b/Resources/img/acre/acre_127.png differ diff --git a/Resources/img/acre/acre_128.png b/Resources/img/acre/acre_128.png new file mode 100644 index 0000000..66a4763 Binary files /dev/null and b/Resources/img/acre/acre_128.png differ diff --git a/Resources/img/acre/acre_129.png b/Resources/img/acre/acre_129.png new file mode 100644 index 0000000..5ab900f Binary files /dev/null and b/Resources/img/acre/acre_129.png differ diff --git a/Resources/img/acre/acre_13.png b/Resources/img/acre/acre_13.png new file mode 100644 index 0000000..50095e3 Binary files /dev/null and b/Resources/img/acre/acre_13.png differ diff --git a/Resources/img/acre/acre_130.png b/Resources/img/acre/acre_130.png new file mode 100644 index 0000000..b559ec2 Binary files /dev/null and b/Resources/img/acre/acre_130.png differ diff --git a/Resources/img/acre/acre_131.png b/Resources/img/acre/acre_131.png new file mode 100644 index 0000000..ba56efb Binary files /dev/null and b/Resources/img/acre/acre_131.png differ diff --git a/Resources/img/acre/acre_132.png b/Resources/img/acre/acre_132.png new file mode 100644 index 0000000..996284c Binary files /dev/null and b/Resources/img/acre/acre_132.png differ diff --git a/Resources/img/acre/acre_133.png b/Resources/img/acre/acre_133.png new file mode 100644 index 0000000..a959f80 Binary files /dev/null and b/Resources/img/acre/acre_133.png differ diff --git a/Resources/img/acre/acre_134.png b/Resources/img/acre/acre_134.png new file mode 100644 index 0000000..0a676f6 Binary files /dev/null and b/Resources/img/acre/acre_134.png differ diff --git a/Resources/img/acre/acre_135.png b/Resources/img/acre/acre_135.png new file mode 100644 index 0000000..ba58bad Binary files /dev/null and b/Resources/img/acre/acre_135.png differ diff --git a/Resources/img/acre/acre_136.png b/Resources/img/acre/acre_136.png new file mode 100644 index 0000000..d1a4262 Binary files /dev/null and b/Resources/img/acre/acre_136.png differ diff --git a/Resources/img/acre/acre_137.png b/Resources/img/acre/acre_137.png new file mode 100644 index 0000000..ef33455 Binary files /dev/null and b/Resources/img/acre/acre_137.png differ diff --git a/Resources/img/acre/acre_138.png b/Resources/img/acre/acre_138.png new file mode 100644 index 0000000..785ab36 Binary files /dev/null and b/Resources/img/acre/acre_138.png differ diff --git a/Resources/img/acre/acre_139.png b/Resources/img/acre/acre_139.png new file mode 100644 index 0000000..2cab5ca Binary files /dev/null and b/Resources/img/acre/acre_139.png differ diff --git a/Resources/img/acre/acre_14.png b/Resources/img/acre/acre_14.png new file mode 100644 index 0000000..6afc344 Binary files /dev/null and b/Resources/img/acre/acre_14.png differ diff --git a/Resources/img/acre/acre_140.png b/Resources/img/acre/acre_140.png new file mode 100644 index 0000000..af6f237 Binary files /dev/null and b/Resources/img/acre/acre_140.png differ diff --git a/Resources/img/acre/acre_141.png b/Resources/img/acre/acre_141.png new file mode 100644 index 0000000..a92e29a Binary files /dev/null and b/Resources/img/acre/acre_141.png differ diff --git a/Resources/img/acre/acre_142.png b/Resources/img/acre/acre_142.png new file mode 100644 index 0000000..2fc36a0 Binary files /dev/null and b/Resources/img/acre/acre_142.png differ diff --git a/Resources/img/acre/acre_143.png b/Resources/img/acre/acre_143.png new file mode 100644 index 0000000..bf16811 Binary files /dev/null and b/Resources/img/acre/acre_143.png differ diff --git a/Resources/img/acre/acre_144.png b/Resources/img/acre/acre_144.png new file mode 100644 index 0000000..9f64e39 Binary files /dev/null and b/Resources/img/acre/acre_144.png differ diff --git a/Resources/img/acre/acre_145.png b/Resources/img/acre/acre_145.png new file mode 100644 index 0000000..391e525 Binary files /dev/null and b/Resources/img/acre/acre_145.png differ diff --git a/Resources/img/acre/acre_146.png b/Resources/img/acre/acre_146.png new file mode 100644 index 0000000..434ee61 Binary files /dev/null and b/Resources/img/acre/acre_146.png differ diff --git a/Resources/img/acre/acre_147.png b/Resources/img/acre/acre_147.png new file mode 100644 index 0000000..ec59ec5 Binary files /dev/null and b/Resources/img/acre/acre_147.png differ diff --git a/Resources/img/acre/acre_148.png b/Resources/img/acre/acre_148.png new file mode 100644 index 0000000..3cf360c Binary files /dev/null and b/Resources/img/acre/acre_148.png differ diff --git a/Resources/img/acre/acre_149.png b/Resources/img/acre/acre_149.png new file mode 100644 index 0000000..bf54cc8 Binary files /dev/null and b/Resources/img/acre/acre_149.png differ diff --git a/Resources/img/acre/acre_15.png b/Resources/img/acre/acre_15.png new file mode 100644 index 0000000..b027356 Binary files /dev/null and b/Resources/img/acre/acre_15.png differ diff --git a/Resources/img/acre/acre_150.png b/Resources/img/acre/acre_150.png new file mode 100644 index 0000000..a044a62 Binary files /dev/null and b/Resources/img/acre/acre_150.png differ diff --git a/Resources/img/acre/acre_151.png b/Resources/img/acre/acre_151.png new file mode 100644 index 0000000..3a0a439 Binary files /dev/null and b/Resources/img/acre/acre_151.png differ diff --git a/Resources/img/acre/acre_152.png b/Resources/img/acre/acre_152.png new file mode 100644 index 0000000..a663ef4 Binary files /dev/null and b/Resources/img/acre/acre_152.png differ diff --git a/Resources/img/acre/acre_153.png b/Resources/img/acre/acre_153.png new file mode 100644 index 0000000..79b2a84 Binary files /dev/null and b/Resources/img/acre/acre_153.png differ diff --git a/Resources/img/acre/acre_157.png b/Resources/img/acre/acre_157.png new file mode 100644 index 0000000..1f9e13a Binary files /dev/null and b/Resources/img/acre/acre_157.png differ diff --git a/Resources/img/acre/acre_158.png b/Resources/img/acre/acre_158.png new file mode 100644 index 0000000..1f94f1b Binary files /dev/null and b/Resources/img/acre/acre_158.png differ diff --git a/Resources/img/acre/acre_159.png b/Resources/img/acre/acre_159.png new file mode 100644 index 0000000..8e72a13 Binary files /dev/null and b/Resources/img/acre/acre_159.png differ diff --git a/Resources/img/acre/acre_16.png b/Resources/img/acre/acre_16.png new file mode 100644 index 0000000..bbec8ac Binary files /dev/null and b/Resources/img/acre/acre_16.png differ diff --git a/Resources/img/acre/acre_162.png b/Resources/img/acre/acre_162.png new file mode 100644 index 0000000..6a67f29 Binary files /dev/null and b/Resources/img/acre/acre_162.png differ diff --git a/Resources/img/acre/acre_166.png b/Resources/img/acre/acre_166.png new file mode 100644 index 0000000..33b2df1 Binary files /dev/null and b/Resources/img/acre/acre_166.png differ diff --git a/Resources/img/acre/acre_167.png b/Resources/img/acre/acre_167.png new file mode 100644 index 0000000..0ad69e4 Binary files /dev/null and b/Resources/img/acre/acre_167.png differ diff --git a/Resources/img/acre/acre_17.png b/Resources/img/acre/acre_17.png new file mode 100644 index 0000000..d3cd0a5 Binary files /dev/null and b/Resources/img/acre/acre_17.png differ diff --git a/Resources/img/acre/acre_18.png b/Resources/img/acre/acre_18.png new file mode 100644 index 0000000..ccdc4f6 Binary files /dev/null and b/Resources/img/acre/acre_18.png differ diff --git a/Resources/img/acre/acre_180.png b/Resources/img/acre/acre_180.png new file mode 100644 index 0000000..20f31b1 Binary files /dev/null and b/Resources/img/acre/acre_180.png differ diff --git a/Resources/img/acre/acre_181.png b/Resources/img/acre/acre_181.png new file mode 100644 index 0000000..c54ff07 Binary files /dev/null and b/Resources/img/acre/acre_181.png differ diff --git a/Resources/img/acre/acre_182.png b/Resources/img/acre/acre_182.png new file mode 100644 index 0000000..739d31c Binary files /dev/null and b/Resources/img/acre/acre_182.png differ diff --git a/Resources/img/acre/acre_183.png b/Resources/img/acre/acre_183.png new file mode 100644 index 0000000..1037b56 Binary files /dev/null and b/Resources/img/acre/acre_183.png differ diff --git a/Resources/img/acre/acre_184.png b/Resources/img/acre/acre_184.png new file mode 100644 index 0000000..f5c4f9b Binary files /dev/null and b/Resources/img/acre/acre_184.png differ diff --git a/Resources/img/acre/acre_185.png b/Resources/img/acre/acre_185.png new file mode 100644 index 0000000..7b5448f Binary files /dev/null and b/Resources/img/acre/acre_185.png differ diff --git a/Resources/img/acre/acre_186.png b/Resources/img/acre/acre_186.png new file mode 100644 index 0000000..0e972ad Binary files /dev/null and b/Resources/img/acre/acre_186.png differ diff --git a/Resources/img/acre/acre_187.png b/Resources/img/acre/acre_187.png new file mode 100644 index 0000000..5cfc8e8 Binary files /dev/null and b/Resources/img/acre/acre_187.png differ diff --git a/Resources/img/acre/acre_188.png b/Resources/img/acre/acre_188.png new file mode 100644 index 0000000..093f8d7 Binary files /dev/null and b/Resources/img/acre/acre_188.png differ diff --git a/Resources/img/acre/acre_189.png b/Resources/img/acre/acre_189.png new file mode 100644 index 0000000..2a210ce Binary files /dev/null and b/Resources/img/acre/acre_189.png differ diff --git a/Resources/img/acre/acre_19.png b/Resources/img/acre/acre_19.png new file mode 100644 index 0000000..a275006 Binary files /dev/null and b/Resources/img/acre/acre_19.png differ diff --git a/Resources/img/acre/acre_190.png b/Resources/img/acre/acre_190.png new file mode 100644 index 0000000..350b7fb Binary files /dev/null and b/Resources/img/acre/acre_190.png differ diff --git a/Resources/img/acre/acre_191.png b/Resources/img/acre/acre_191.png new file mode 100644 index 0000000..255eb3b Binary files /dev/null and b/Resources/img/acre/acre_191.png differ diff --git a/Resources/img/acre/acre_192.png b/Resources/img/acre/acre_192.png new file mode 100644 index 0000000..fc049ab Binary files /dev/null and b/Resources/img/acre/acre_192.png differ diff --git a/Resources/img/acre/acre_193.png b/Resources/img/acre/acre_193.png new file mode 100644 index 0000000..bf2dace Binary files /dev/null and b/Resources/img/acre/acre_193.png differ diff --git a/Resources/img/acre/acre_194.png b/Resources/img/acre/acre_194.png new file mode 100644 index 0000000..6694293 Binary files /dev/null and b/Resources/img/acre/acre_194.png differ diff --git a/Resources/img/acre/acre_195.png b/Resources/img/acre/acre_195.png new file mode 100644 index 0000000..97620c5 Binary files /dev/null and b/Resources/img/acre/acre_195.png differ diff --git a/Resources/img/acre/acre_196.png b/Resources/img/acre/acre_196.png new file mode 100644 index 0000000..e871564 Binary files /dev/null and b/Resources/img/acre/acre_196.png differ diff --git a/Resources/img/acre/acre_197.png b/Resources/img/acre/acre_197.png new file mode 100644 index 0000000..7e78050 Binary files /dev/null and b/Resources/img/acre/acre_197.png differ diff --git a/Resources/img/acre/acre_198.png b/Resources/img/acre/acre_198.png new file mode 100644 index 0000000..4d94fff Binary files /dev/null and b/Resources/img/acre/acre_198.png differ diff --git a/Resources/img/acre/acre_199.png b/Resources/img/acre/acre_199.png new file mode 100644 index 0000000..809ab4c Binary files /dev/null and b/Resources/img/acre/acre_199.png differ diff --git a/Resources/img/acre/acre_2.png b/Resources/img/acre/acre_2.png new file mode 100644 index 0000000..1b3e12b Binary files /dev/null and b/Resources/img/acre/acre_2.png differ diff --git a/Resources/img/acre/acre_20.png b/Resources/img/acre/acre_20.png new file mode 100644 index 0000000..0d4aadc Binary files /dev/null and b/Resources/img/acre/acre_20.png differ diff --git a/Resources/img/acre/acre_200.png b/Resources/img/acre/acre_200.png new file mode 100644 index 0000000..3d7ea3a Binary files /dev/null and b/Resources/img/acre/acre_200.png differ diff --git a/Resources/img/acre/acre_201.png b/Resources/img/acre/acre_201.png new file mode 100644 index 0000000..ac72510 Binary files /dev/null and b/Resources/img/acre/acre_201.png differ diff --git a/Resources/img/acre/acre_202.png b/Resources/img/acre/acre_202.png new file mode 100644 index 0000000..d849f3e Binary files /dev/null and b/Resources/img/acre/acre_202.png differ diff --git a/Resources/img/acre/acre_203.png b/Resources/img/acre/acre_203.png new file mode 100644 index 0000000..54274a7 Binary files /dev/null and b/Resources/img/acre/acre_203.png differ diff --git a/Resources/img/acre/acre_21.png b/Resources/img/acre/acre_21.png new file mode 100644 index 0000000..a24b240 Binary files /dev/null and b/Resources/img/acre/acre_21.png differ diff --git a/Resources/img/acre/acre_22.png b/Resources/img/acre/acre_22.png new file mode 100644 index 0000000..1eddc10 Binary files /dev/null and b/Resources/img/acre/acre_22.png differ diff --git a/Resources/img/acre/acre_23.png b/Resources/img/acre/acre_23.png new file mode 100644 index 0000000..af7fb5b Binary files /dev/null and b/Resources/img/acre/acre_23.png differ diff --git a/Resources/img/acre/acre_24.png b/Resources/img/acre/acre_24.png new file mode 100644 index 0000000..1fcf1e8 Binary files /dev/null and b/Resources/img/acre/acre_24.png differ diff --git a/Resources/img/acre/acre_25.png b/Resources/img/acre/acre_25.png new file mode 100644 index 0000000..1c27c51 Binary files /dev/null and b/Resources/img/acre/acre_25.png differ diff --git a/Resources/img/acre/acre_26.png b/Resources/img/acre/acre_26.png new file mode 100644 index 0000000..4d5f838 Binary files /dev/null and b/Resources/img/acre/acre_26.png differ diff --git a/Resources/img/acre/acre_27.png b/Resources/img/acre/acre_27.png new file mode 100644 index 0000000..b8b0f37 Binary files /dev/null and b/Resources/img/acre/acre_27.png differ diff --git a/Resources/img/acre/acre_28.png b/Resources/img/acre/acre_28.png new file mode 100644 index 0000000..04b3572 Binary files /dev/null and b/Resources/img/acre/acre_28.png differ diff --git a/Resources/img/acre/acre_29.png b/Resources/img/acre/acre_29.png new file mode 100644 index 0000000..9c87a5a Binary files /dev/null and b/Resources/img/acre/acre_29.png differ diff --git a/Resources/img/acre/acre_3.png b/Resources/img/acre/acre_3.png new file mode 100644 index 0000000..de410b8 Binary files /dev/null and b/Resources/img/acre/acre_3.png differ diff --git a/Resources/img/acre/acre_30.png b/Resources/img/acre/acre_30.png new file mode 100644 index 0000000..1970e0f Binary files /dev/null and b/Resources/img/acre/acre_30.png differ diff --git a/Resources/img/acre/acre_31.png b/Resources/img/acre/acre_31.png new file mode 100644 index 0000000..0ed5f8b Binary files /dev/null and b/Resources/img/acre/acre_31.png differ diff --git a/Resources/img/acre/acre_32.png b/Resources/img/acre/acre_32.png new file mode 100644 index 0000000..7b11b0f Binary files /dev/null and b/Resources/img/acre/acre_32.png differ diff --git a/Resources/img/acre/acre_33.png b/Resources/img/acre/acre_33.png new file mode 100644 index 0000000..a3bd625 Binary files /dev/null and b/Resources/img/acre/acre_33.png differ diff --git a/Resources/img/acre/acre_34.png b/Resources/img/acre/acre_34.png new file mode 100644 index 0000000..b3e25f8 Binary files /dev/null and b/Resources/img/acre/acre_34.png differ diff --git a/Resources/img/acre/acre_35.png b/Resources/img/acre/acre_35.png new file mode 100644 index 0000000..cc4461b Binary files /dev/null and b/Resources/img/acre/acre_35.png differ diff --git a/Resources/img/acre/acre_36.png b/Resources/img/acre/acre_36.png new file mode 100644 index 0000000..26eb2fa Binary files /dev/null and b/Resources/img/acre/acre_36.png differ diff --git a/Resources/img/acre/acre_37.png b/Resources/img/acre/acre_37.png new file mode 100644 index 0000000..b9e7d21 Binary files /dev/null and b/Resources/img/acre/acre_37.png differ diff --git a/Resources/img/acre/acre_38.png b/Resources/img/acre/acre_38.png new file mode 100644 index 0000000..4d0486d Binary files /dev/null and b/Resources/img/acre/acre_38.png differ diff --git a/Resources/img/acre/acre_39.png b/Resources/img/acre/acre_39.png new file mode 100644 index 0000000..0e92126 Binary files /dev/null and b/Resources/img/acre/acre_39.png differ diff --git a/Resources/img/acre/acre_4.png b/Resources/img/acre/acre_4.png new file mode 100644 index 0000000..d7d61f7 Binary files /dev/null and b/Resources/img/acre/acre_4.png differ diff --git a/Resources/img/acre/acre_40.png b/Resources/img/acre/acre_40.png new file mode 100644 index 0000000..bdedcc9 Binary files /dev/null and b/Resources/img/acre/acre_40.png differ diff --git a/Resources/img/acre/acre_41.png b/Resources/img/acre/acre_41.png new file mode 100644 index 0000000..a346936 Binary files /dev/null and b/Resources/img/acre/acre_41.png differ diff --git a/Resources/img/acre/acre_42.png b/Resources/img/acre/acre_42.png new file mode 100644 index 0000000..e4b666f Binary files /dev/null and b/Resources/img/acre/acre_42.png differ diff --git a/Resources/img/acre/acre_43.png b/Resources/img/acre/acre_43.png new file mode 100644 index 0000000..1490877 Binary files /dev/null and b/Resources/img/acre/acre_43.png differ diff --git a/Resources/img/acre/acre_44.png b/Resources/img/acre/acre_44.png new file mode 100644 index 0000000..cbef81f Binary files /dev/null and b/Resources/img/acre/acre_44.png differ diff --git a/Resources/img/acre/acre_45.png b/Resources/img/acre/acre_45.png new file mode 100644 index 0000000..d594fde Binary files /dev/null and b/Resources/img/acre/acre_45.png differ diff --git a/Resources/img/acre/acre_46.png b/Resources/img/acre/acre_46.png new file mode 100644 index 0000000..eeae90e Binary files /dev/null and b/Resources/img/acre/acre_46.png differ diff --git a/Resources/img/acre/acre_47.png b/Resources/img/acre/acre_47.png new file mode 100644 index 0000000..c73a39f Binary files /dev/null and b/Resources/img/acre/acre_47.png differ diff --git a/Resources/img/acre/acre_48.png b/Resources/img/acre/acre_48.png new file mode 100644 index 0000000..445d485 Binary files /dev/null and b/Resources/img/acre/acre_48.png differ diff --git a/Resources/img/acre/acre_49.png b/Resources/img/acre/acre_49.png new file mode 100644 index 0000000..d5863b0 Binary files /dev/null and b/Resources/img/acre/acre_49.png differ diff --git a/Resources/img/acre/acre_5.png b/Resources/img/acre/acre_5.png new file mode 100644 index 0000000..279d461 Binary files /dev/null and b/Resources/img/acre/acre_5.png differ diff --git a/Resources/img/acre/acre_50.png b/Resources/img/acre/acre_50.png new file mode 100644 index 0000000..060a5b5 Binary files /dev/null and b/Resources/img/acre/acre_50.png differ diff --git a/Resources/img/acre/acre_51.png b/Resources/img/acre/acre_51.png new file mode 100644 index 0000000..a4fe44f Binary files /dev/null and b/Resources/img/acre/acre_51.png differ diff --git a/Resources/img/acre/acre_52.png b/Resources/img/acre/acre_52.png new file mode 100644 index 0000000..4e432cb Binary files /dev/null and b/Resources/img/acre/acre_52.png differ diff --git a/Resources/img/acre/acre_53.png b/Resources/img/acre/acre_53.png new file mode 100644 index 0000000..083aed9 Binary files /dev/null and b/Resources/img/acre/acre_53.png differ diff --git a/Resources/img/acre/acre_54.png b/Resources/img/acre/acre_54.png new file mode 100644 index 0000000..604ecd4 Binary files /dev/null and b/Resources/img/acre/acre_54.png differ diff --git a/Resources/img/acre/acre_55.png b/Resources/img/acre/acre_55.png new file mode 100644 index 0000000..38045b2 Binary files /dev/null and b/Resources/img/acre/acre_55.png differ diff --git a/Resources/img/acre/acre_56.png b/Resources/img/acre/acre_56.png new file mode 100644 index 0000000..b9adf4f Binary files /dev/null and b/Resources/img/acre/acre_56.png differ diff --git a/Resources/img/acre/acre_57.png b/Resources/img/acre/acre_57.png new file mode 100644 index 0000000..927e274 Binary files /dev/null and b/Resources/img/acre/acre_57.png differ diff --git a/Resources/img/acre/acre_58.png b/Resources/img/acre/acre_58.png new file mode 100644 index 0000000..e966d98 Binary files /dev/null and b/Resources/img/acre/acre_58.png differ diff --git a/Resources/img/acre/acre_59.png b/Resources/img/acre/acre_59.png new file mode 100644 index 0000000..e6e51af Binary files /dev/null and b/Resources/img/acre/acre_59.png differ diff --git a/Resources/img/acre/acre_6.png b/Resources/img/acre/acre_6.png new file mode 100644 index 0000000..1b3e12b Binary files /dev/null and b/Resources/img/acre/acre_6.png differ diff --git a/Resources/img/acre/acre_60.png b/Resources/img/acre/acre_60.png new file mode 100644 index 0000000..9eef50a Binary files /dev/null and b/Resources/img/acre/acre_60.png differ diff --git a/Resources/img/acre/acre_61.png b/Resources/img/acre/acre_61.png new file mode 100644 index 0000000..cff6287 Binary files /dev/null and b/Resources/img/acre/acre_61.png differ diff --git a/Resources/img/acre/acre_62.png b/Resources/img/acre/acre_62.png new file mode 100644 index 0000000..4a187ba Binary files /dev/null and b/Resources/img/acre/acre_62.png differ diff --git a/Resources/img/acre/acre_63.png b/Resources/img/acre/acre_63.png new file mode 100644 index 0000000..4905d0c Binary files /dev/null and b/Resources/img/acre/acre_63.png differ diff --git a/Resources/img/acre/acre_64.png b/Resources/img/acre/acre_64.png new file mode 100644 index 0000000..e4dc962 Binary files /dev/null and b/Resources/img/acre/acre_64.png differ diff --git a/Resources/img/acre/acre_65.png b/Resources/img/acre/acre_65.png new file mode 100644 index 0000000..1a16328 Binary files /dev/null and b/Resources/img/acre/acre_65.png differ diff --git a/Resources/img/acre/acre_66.png b/Resources/img/acre/acre_66.png new file mode 100644 index 0000000..ef3dd63 Binary files /dev/null and b/Resources/img/acre/acre_66.png differ diff --git a/Resources/img/acre/acre_67.png b/Resources/img/acre/acre_67.png new file mode 100644 index 0000000..ed0bdb9 Binary files /dev/null and b/Resources/img/acre/acre_67.png differ diff --git a/Resources/img/acre/acre_68.png b/Resources/img/acre/acre_68.png new file mode 100644 index 0000000..1e8cd3e Binary files /dev/null and b/Resources/img/acre/acre_68.png differ diff --git a/Resources/img/acre/acre_69.png b/Resources/img/acre/acre_69.png new file mode 100644 index 0000000..5a8f2f4 Binary files /dev/null and b/Resources/img/acre/acre_69.png differ diff --git a/Resources/img/acre/acre_7.png b/Resources/img/acre/acre_7.png new file mode 100644 index 0000000..fbc7af5 Binary files /dev/null and b/Resources/img/acre/acre_7.png differ diff --git a/Resources/img/acre/acre_70.png b/Resources/img/acre/acre_70.png new file mode 100644 index 0000000..be512e0 Binary files /dev/null and b/Resources/img/acre/acre_70.png differ diff --git a/Resources/img/acre/acre_71.png b/Resources/img/acre/acre_71.png new file mode 100644 index 0000000..c4e748b Binary files /dev/null and b/Resources/img/acre/acre_71.png differ diff --git a/Resources/img/acre/acre_72.png b/Resources/img/acre/acre_72.png new file mode 100644 index 0000000..5d1e0bf Binary files /dev/null and b/Resources/img/acre/acre_72.png differ diff --git a/Resources/img/acre/acre_73.png b/Resources/img/acre/acre_73.png new file mode 100644 index 0000000..802e6e6 Binary files /dev/null and b/Resources/img/acre/acre_73.png differ diff --git a/Resources/img/acre/acre_74.png b/Resources/img/acre/acre_74.png new file mode 100644 index 0000000..5f098c2 Binary files /dev/null and b/Resources/img/acre/acre_74.png differ diff --git a/Resources/img/acre/acre_75.png b/Resources/img/acre/acre_75.png new file mode 100644 index 0000000..81e4d0d Binary files /dev/null and b/Resources/img/acre/acre_75.png differ diff --git a/Resources/img/acre/acre_76.png b/Resources/img/acre/acre_76.png new file mode 100644 index 0000000..5daa214 Binary files /dev/null and b/Resources/img/acre/acre_76.png differ diff --git a/Resources/img/acre/acre_77.png b/Resources/img/acre/acre_77.png new file mode 100644 index 0000000..fb3e4e6 Binary files /dev/null and b/Resources/img/acre/acre_77.png differ diff --git a/Resources/img/acre/acre_78.png b/Resources/img/acre/acre_78.png new file mode 100644 index 0000000..62f7f7c Binary files /dev/null and b/Resources/img/acre/acre_78.png differ diff --git a/Resources/img/acre/acre_79.png b/Resources/img/acre/acre_79.png new file mode 100644 index 0000000..4ff19b5 Binary files /dev/null and b/Resources/img/acre/acre_79.png differ diff --git a/Resources/img/acre/acre_8.png b/Resources/img/acre/acre_8.png new file mode 100644 index 0000000..bd4fa66 Binary files /dev/null and b/Resources/img/acre/acre_8.png differ diff --git a/Resources/img/acre/acre_80.png b/Resources/img/acre/acre_80.png new file mode 100644 index 0000000..7b3209b Binary files /dev/null and b/Resources/img/acre/acre_80.png differ diff --git a/Resources/img/acre/acre_81.png b/Resources/img/acre/acre_81.png new file mode 100644 index 0000000..2b2e329 Binary files /dev/null and b/Resources/img/acre/acre_81.png differ diff --git a/Resources/img/acre/acre_82.png b/Resources/img/acre/acre_82.png new file mode 100644 index 0000000..003aa87 Binary files /dev/null and b/Resources/img/acre/acre_82.png differ diff --git a/Resources/img/acre/acre_83.png b/Resources/img/acre/acre_83.png new file mode 100644 index 0000000..b0ded6c Binary files /dev/null and b/Resources/img/acre/acre_83.png differ diff --git a/Resources/img/acre/acre_84.png b/Resources/img/acre/acre_84.png new file mode 100644 index 0000000..080dddc Binary files /dev/null and b/Resources/img/acre/acre_84.png differ diff --git a/Resources/img/acre/acre_85.png b/Resources/img/acre/acre_85.png new file mode 100644 index 0000000..f9867b0 Binary files /dev/null and b/Resources/img/acre/acre_85.png differ diff --git a/Resources/img/acre/acre_86.png b/Resources/img/acre/acre_86.png new file mode 100644 index 0000000..eddedec Binary files /dev/null and b/Resources/img/acre/acre_86.png differ diff --git a/Resources/img/acre/acre_87.png b/Resources/img/acre/acre_87.png new file mode 100644 index 0000000..85a386f Binary files /dev/null and b/Resources/img/acre/acre_87.png differ diff --git a/Resources/img/acre/acre_88.png b/Resources/img/acre/acre_88.png new file mode 100644 index 0000000..6b49220 Binary files /dev/null and b/Resources/img/acre/acre_88.png differ diff --git a/Resources/img/acre/acre_89.png b/Resources/img/acre/acre_89.png new file mode 100644 index 0000000..d8a818b Binary files /dev/null and b/Resources/img/acre/acre_89.png differ diff --git a/Resources/img/acre/acre_9.png b/Resources/img/acre/acre_9.png new file mode 100644 index 0000000..acd1791 Binary files /dev/null and b/Resources/img/acre/acre_9.png differ diff --git a/Resources/img/acre/acre_90.png b/Resources/img/acre/acre_90.png new file mode 100644 index 0000000..0744f9e Binary files /dev/null and b/Resources/img/acre/acre_90.png differ diff --git a/Resources/img/acre/acre_91.png b/Resources/img/acre/acre_91.png new file mode 100644 index 0000000..a8bc487 Binary files /dev/null and b/Resources/img/acre/acre_91.png differ diff --git a/Resources/img/acre/acre_92.png b/Resources/img/acre/acre_92.png new file mode 100644 index 0000000..edef864 Binary files /dev/null and b/Resources/img/acre/acre_92.png differ diff --git a/Resources/img/acre/acre_93.png b/Resources/img/acre/acre_93.png new file mode 100644 index 0000000..bb62878 Binary files /dev/null and b/Resources/img/acre/acre_93.png differ diff --git a/Resources/img/acre/acre_94.png b/Resources/img/acre/acre_94.png new file mode 100644 index 0000000..eafbc63 Binary files /dev/null and b/Resources/img/acre/acre_94.png differ diff --git a/Resources/img/acre/acre_95.png b/Resources/img/acre/acre_95.png new file mode 100644 index 0000000..62bc72c Binary files /dev/null and b/Resources/img/acre/acre_95.png differ diff --git a/Resources/img/acre/acre_96.png b/Resources/img/acre/acre_96.png new file mode 100644 index 0000000..5710b3e Binary files /dev/null and b/Resources/img/acre/acre_96.png differ diff --git a/Resources/img/acre/acre_97.png b/Resources/img/acre/acre_97.png new file mode 100644 index 0000000..de831df Binary files /dev/null and b/Resources/img/acre/acre_97.png differ diff --git a/Resources/img/acre/acre_98.png b/Resources/img/acre/acre_98.png new file mode 100644 index 0000000..e831020 Binary files /dev/null and b/Resources/img/acre/acre_98.png differ diff --git a/Resources/img/acre/acre_99.png b/Resources/img/acre/acre_99.png new file mode 100644 index 0000000..faae267 Binary files /dev/null and b/Resources/img/acre/acre_99.png differ diff --git a/Subforms/Garden.Designer.cs b/Subforms/Garden.Designer.cs index 2e18701..c1ead27 100644 --- a/Subforms/Garden.Designer.cs +++ b/Subforms/Garden.Designer.cs @@ -29,37 +29,168 @@ protected override void Dispose(bool disposing) private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Garden)); - this.PB_JPEG = new System.Windows.Forms.PictureBox(); + this.PB_JPEG1 = new System.Windows.Forms.PictureBox(); this.L_Info = new System.Windows.Forms.Label(); this.B_Save = new System.Windows.Forms.Button(); this.B_Cancel = new System.Windows.Forms.Button(); this.B_Import = new System.Windows.Forms.Button(); this.B_Export = new System.Windows.Forms.Button(); - ((System.ComponentModel.ISupportInitialize)(this.PB_JPEG)).BeginInit(); + this.tabControl1 = new System.Windows.Forms.TabControl(); + this.tabPage1 = new System.Windows.Forms.TabPage(); + this.tabPage2 = new System.Windows.Forms.TabPage(); + this.PB_acre00 = new System.Windows.Forms.PictureBox(); + this.PB_acre01 = new System.Windows.Forms.PictureBox(); + this.PB_acre02 = new System.Windows.Forms.PictureBox(); + this.PB_acre03 = new System.Windows.Forms.PictureBox(); + this.PB_acre04 = new System.Windows.Forms.PictureBox(); + this.PB_acre05 = new System.Windows.Forms.PictureBox(); + this.PB_acre15 = new System.Windows.Forms.PictureBox(); + this.PB_acre14 = new System.Windows.Forms.PictureBox(); + this.PB_acre13 = new System.Windows.Forms.PictureBox(); + this.PB_acre12 = new System.Windows.Forms.PictureBox(); + this.PB_acre11 = new System.Windows.Forms.PictureBox(); + this.PB_acre10 = new System.Windows.Forms.PictureBox(); + this.PB_acre25 = new System.Windows.Forms.PictureBox(); + this.PB_acre24 = new System.Windows.Forms.PictureBox(); + this.PB_acre23 = new System.Windows.Forms.PictureBox(); + this.PB_acre22 = new System.Windows.Forms.PictureBox(); + this.PB_acre21 = new System.Windows.Forms.PictureBox(); + this.PB_acre20 = new System.Windows.Forms.PictureBox(); + this.PB_acre35 = new System.Windows.Forms.PictureBox(); + this.PB_acre34 = new System.Windows.Forms.PictureBox(); + this.PB_acre33 = new System.Windows.Forms.PictureBox(); + this.PB_acre32 = new System.Windows.Forms.PictureBox(); + this.PB_acre31 = new System.Windows.Forms.PictureBox(); + this.PB_acre30 = new System.Windows.Forms.PictureBox(); + this.PB_acre45 = new System.Windows.Forms.PictureBox(); + this.PB_acre44 = new System.Windows.Forms.PictureBox(); + this.PB_acre43 = new System.Windows.Forms.PictureBox(); + this.PB_acre42 = new System.Windows.Forms.PictureBox(); + this.PB_acre41 = new System.Windows.Forms.PictureBox(); + this.PB_acre40 = new System.Windows.Forms.PictureBox(); + this.PB_acre55 = new System.Windows.Forms.PictureBox(); + this.PB_acre54 = new System.Windows.Forms.PictureBox(); + this.PB_acre53 = new System.Windows.Forms.PictureBox(); + this.PB_acre52 = new System.Windows.Forms.PictureBox(); + this.PB_acre51 = new System.Windows.Forms.PictureBox(); + this.PB_acre50 = new System.Windows.Forms.PictureBox(); + this.PB_acre65 = new System.Windows.Forms.PictureBox(); + this.PB_acre64 = new System.Windows.Forms.PictureBox(); + this.PB_acre63 = new System.Windows.Forms.PictureBox(); + this.PB_acre62 = new System.Windows.Forms.PictureBox(); + this.PB_acre61 = new System.Windows.Forms.PictureBox(); + this.PB_acre60 = new System.Windows.Forms.PictureBox(); + this.PB_island33 = new System.Windows.Forms.PictureBox(); + this.PB_island32 = new System.Windows.Forms.PictureBox(); + this.PB_island31 = new System.Windows.Forms.PictureBox(); + this.PB_island30 = new System.Windows.Forms.PictureBox(); + this.PB_island23 = new System.Windows.Forms.PictureBox(); + this.PB_island22 = new System.Windows.Forms.PictureBox(); + this.PB_island21 = new System.Windows.Forms.PictureBox(); + this.PB_island20 = new System.Windows.Forms.PictureBox(); + this.PB_island13 = new System.Windows.Forms.PictureBox(); + this.PB_island12 = new System.Windows.Forms.PictureBox(); + this.PB_island11 = new System.Windows.Forms.PictureBox(); + this.PB_island10 = new System.Windows.Forms.PictureBox(); + this.PB_island03 = new System.Windows.Forms.PictureBox(); + this.PB_island02 = new System.Windows.Forms.PictureBox(); + this.PB_island01 = new System.Windows.Forms.PictureBox(); + this.PB_island00 = new System.Windows.Forms.PictureBox(); + this.PB_JPEG2 = new System.Windows.Forms.PictureBox(); + this.PB_JPEG3 = new System.Windows.Forms.PictureBox(); + this.PB_JPEG4 = new System.Windows.Forms.PictureBox(); + ((System.ComponentModel.ISupportInitialize)(this.PB_JPEG1)).BeginInit(); + this.tabControl1.SuspendLayout(); + this.tabPage1.SuspendLayout(); + this.tabPage2.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre00)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre01)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre02)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre03)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre04)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre05)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre15)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre14)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre13)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre12)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre11)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre10)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre25)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre24)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre23)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre22)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre21)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre20)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre35)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre34)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre33)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre32)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre31)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre30)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre45)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre44)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre43)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre42)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre41)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre40)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre55)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre54)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre53)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre52)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre51)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre50)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre65)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre64)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre63)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre62)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre61)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre60)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_island33)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_island32)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_island31)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_island30)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_island23)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_island22)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_island21)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_island20)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_island13)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_island12)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_island11)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_island10)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_island03)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_island02)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_island01)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_island00)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_JPEG2)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_JPEG3)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_JPEG4)).BeginInit(); this.SuspendLayout(); // - // PB_JPEG + // PB_JPEG1 // - this.PB_JPEG.Location = new System.Drawing.Point(12, 12); - this.PB_JPEG.Name = "PB_JPEG"; - this.PB_JPEG.Size = new System.Drawing.Size(64, 104); - this.PB_JPEG.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; - this.PB_JPEG.TabIndex = 0; - this.PB_JPEG.TabStop = false; + this.PB_JPEG1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.PB_JPEG1.BackColor = System.Drawing.SystemColors.ControlLight; + this.PB_JPEG1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.PB_JPEG1.Location = new System.Drawing.Point(131, 434); + this.PB_JPEG1.Name = "PB_JPEG1"; + this.PB_JPEG1.Size = new System.Drawing.Size(66, 106); + this.PB_JPEG1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; + this.PB_JPEG1.TabIndex = 0; + this.PB_JPEG1.TabStop = false; // // L_Info // - this.L_Info.AutoSize = true; - this.L_Info.Location = new System.Drawing.Point(82, 12); + this.L_Info.Location = new System.Drawing.Point(12, 434); this.L_Info.Name = "L_Info"; - this.L_Info.Size = new System.Drawing.Size(25, 13); + this.L_Info.Size = new System.Drawing.Size(113, 104); this.L_Info.TabIndex = 1; this.L_Info.Text = "Info"; + this.L_Info.TextAlign = System.Drawing.ContentAlignment.TopRight; // // B_Save // this.B_Save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.B_Save.Location = new System.Drawing.Point(207, 227); + this.B_Save.Location = new System.Drawing.Point(409, 489); this.B_Save.Name = "B_Save"; this.B_Save.Size = new System.Drawing.Size(65, 23); this.B_Save.TabIndex = 2; @@ -70,7 +201,7 @@ private void InitializeComponent() // B_Cancel // this.B_Cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.B_Cancel.Location = new System.Drawing.Point(136, 227); + this.B_Cancel.Location = new System.Drawing.Point(409, 512); this.B_Cancel.Name = "B_Cancel"; this.B_Cancel.Size = new System.Drawing.Size(65, 23); this.B_Cancel.TabIndex = 3; @@ -81,7 +212,7 @@ private void InitializeComponent() // B_Import // this.B_Import.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.B_Import.Location = new System.Drawing.Point(12, 198); + this.B_Import.Location = new System.Drawing.Point(399, 434); this.B_Import.Name = "B_Import"; this.B_Import.Size = new System.Drawing.Size(75, 23); this.B_Import.TabIndex = 4; @@ -92,7 +223,7 @@ private void InitializeComponent() // B_Export // this.B_Export.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.B_Export.Location = new System.Drawing.Point(12, 227); + this.B_Export.Location = new System.Drawing.Point(399, 457); this.B_Export.Name = "B_Export"; this.B_Export.Size = new System.Drawing.Size(75, 23); this.B_Export.TabIndex = 5; @@ -100,24 +231,751 @@ private void InitializeComponent() this.B_Export.UseVisualStyleBackColor = true; this.B_Export.Click += new System.EventHandler(this.B_Export_Click); // + // tabControl1 + // + this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.tabControl1.Controls.Add(this.tabPage1); + this.tabControl1.Controls.Add(this.tabPage2); + this.tabControl1.Location = new System.Drawing.Point(12, 12); + this.tabControl1.Name = "tabControl1"; + this.tabControl1.SelectedIndex = 0; + this.tabControl1.Size = new System.Drawing.Size(462, 416); + this.tabControl1.TabIndex = 6; + // + // tabPage1 + // + this.tabPage1.Controls.Add(this.PB_acre65); + this.tabPage1.Controls.Add(this.PB_acre64); + this.tabPage1.Controls.Add(this.PB_acre63); + this.tabPage1.Controls.Add(this.PB_acre62); + this.tabPage1.Controls.Add(this.PB_acre61); + this.tabPage1.Controls.Add(this.PB_acre60); + this.tabPage1.Controls.Add(this.PB_acre55); + this.tabPage1.Controls.Add(this.PB_acre54); + this.tabPage1.Controls.Add(this.PB_acre53); + this.tabPage1.Controls.Add(this.PB_acre52); + this.tabPage1.Controls.Add(this.PB_acre51); + this.tabPage1.Controls.Add(this.PB_acre50); + this.tabPage1.Controls.Add(this.PB_acre45); + this.tabPage1.Controls.Add(this.PB_acre44); + this.tabPage1.Controls.Add(this.PB_acre43); + this.tabPage1.Controls.Add(this.PB_acre42); + this.tabPage1.Controls.Add(this.PB_acre41); + this.tabPage1.Controls.Add(this.PB_acre40); + this.tabPage1.Controls.Add(this.PB_acre35); + this.tabPage1.Controls.Add(this.PB_acre34); + this.tabPage1.Controls.Add(this.PB_acre33); + this.tabPage1.Controls.Add(this.PB_acre32); + this.tabPage1.Controls.Add(this.PB_acre31); + this.tabPage1.Controls.Add(this.PB_acre30); + this.tabPage1.Controls.Add(this.PB_acre25); + this.tabPage1.Controls.Add(this.PB_acre24); + this.tabPage1.Controls.Add(this.PB_acre23); + this.tabPage1.Controls.Add(this.PB_acre22); + this.tabPage1.Controls.Add(this.PB_acre21); + this.tabPage1.Controls.Add(this.PB_acre20); + this.tabPage1.Controls.Add(this.PB_acre15); + this.tabPage1.Controls.Add(this.PB_acre14); + this.tabPage1.Controls.Add(this.PB_acre13); + this.tabPage1.Controls.Add(this.PB_acre12); + this.tabPage1.Controls.Add(this.PB_acre11); + this.tabPage1.Controls.Add(this.PB_acre10); + this.tabPage1.Controls.Add(this.PB_acre05); + this.tabPage1.Controls.Add(this.PB_acre04); + this.tabPage1.Controls.Add(this.PB_acre03); + this.tabPage1.Controls.Add(this.PB_acre02); + this.tabPage1.Controls.Add(this.PB_acre01); + this.tabPage1.Controls.Add(this.PB_acre00); + this.tabPage1.Location = new System.Drawing.Point(4, 22); + this.tabPage1.Name = "tabPage1"; + this.tabPage1.Padding = new System.Windows.Forms.Padding(3); + this.tabPage1.Size = new System.Drawing.Size(454, 390); + this.tabPage1.TabIndex = 0; + this.tabPage1.Text = "Map"; + this.tabPage1.UseVisualStyleBackColor = true; + // + // tabPage2 + // + this.tabPage2.Controls.Add(this.PB_island33); + this.tabPage2.Controls.Add(this.PB_island32); + this.tabPage2.Controls.Add(this.PB_island31); + this.tabPage2.Controls.Add(this.PB_island30); + this.tabPage2.Controls.Add(this.PB_island23); + this.tabPage2.Controls.Add(this.PB_island22); + this.tabPage2.Controls.Add(this.PB_island21); + this.tabPage2.Controls.Add(this.PB_island20); + this.tabPage2.Controls.Add(this.PB_island13); + this.tabPage2.Controls.Add(this.PB_island12); + this.tabPage2.Controls.Add(this.PB_island11); + this.tabPage2.Controls.Add(this.PB_island10); + this.tabPage2.Controls.Add(this.PB_island03); + this.tabPage2.Controls.Add(this.PB_island02); + this.tabPage2.Controls.Add(this.PB_island01); + this.tabPage2.Controls.Add(this.PB_island00); + this.tabPage2.Location = new System.Drawing.Point(4, 22); + this.tabPage2.Name = "tabPage2"; + this.tabPage2.Padding = new System.Windows.Forms.Padding(3); + this.tabPage2.Size = new System.Drawing.Size(454, 390); + this.tabPage2.TabIndex = 1; + this.tabPage2.Text = "Island"; + this.tabPage2.UseVisualStyleBackColor = true; + // + // PB_acre00 + // + this.PB_acre00.BackColor = System.Drawing.Color.WhiteSmoke; + this.PB_acre00.Location = new System.Drawing.Point(6, 6); + this.PB_acre00.Name = "PB_acre00"; + this.PB_acre00.Size = new System.Drawing.Size(64, 64); + this.PB_acre00.TabIndex = 0; + this.PB_acre00.TabStop = false; + this.PB_acre00.Visible = false; + // + // PB_acre01 + // + this.PB_acre01.BackColor = System.Drawing.Color.WhiteSmoke; + this.PB_acre01.Location = new System.Drawing.Point(6, 69); + this.PB_acre01.Name = "PB_acre01"; + this.PB_acre01.Size = new System.Drawing.Size(64, 64); + this.PB_acre01.TabIndex = 1; + this.PB_acre01.TabStop = false; + this.PB_acre01.Visible = false; + // + // PB_acre02 + // + this.PB_acre02.BackColor = System.Drawing.Color.WhiteSmoke; + this.PB_acre02.Location = new System.Drawing.Point(6, 132); + this.PB_acre02.Name = "PB_acre02"; + this.PB_acre02.Size = new System.Drawing.Size(64, 64); + this.PB_acre02.TabIndex = 2; + this.PB_acre02.TabStop = false; + this.PB_acre02.Visible = false; + // + // PB_acre03 + // + this.PB_acre03.BackColor = System.Drawing.Color.WhiteSmoke; + this.PB_acre03.Location = new System.Drawing.Point(6, 195); + this.PB_acre03.Name = "PB_acre03"; + this.PB_acre03.Size = new System.Drawing.Size(64, 64); + this.PB_acre03.TabIndex = 3; + this.PB_acre03.TabStop = false; + this.PB_acre03.Visible = false; + // + // PB_acre04 + // + this.PB_acre04.BackColor = System.Drawing.Color.WhiteSmoke; + this.PB_acre04.Location = new System.Drawing.Point(6, 258); + this.PB_acre04.Name = "PB_acre04"; + this.PB_acre04.Size = new System.Drawing.Size(64, 64); + this.PB_acre04.TabIndex = 4; + this.PB_acre04.TabStop = false; + this.PB_acre04.Visible = false; + // + // PB_acre05 + // + this.PB_acre05.BackColor = System.Drawing.Color.WhiteSmoke; + this.PB_acre05.Location = new System.Drawing.Point(6, 321); + this.PB_acre05.Name = "PB_acre05"; + this.PB_acre05.Size = new System.Drawing.Size(64, 64); + this.PB_acre05.TabIndex = 5; + this.PB_acre05.TabStop = false; + this.PB_acre05.Visible = false; + // + // PB_acre15 + // + this.PB_acre15.BackColor = System.Drawing.Color.WhiteSmoke; + this.PB_acre15.Location = new System.Drawing.Point(69, 321); + this.PB_acre15.Name = "PB_acre15"; + this.PB_acre15.Size = new System.Drawing.Size(64, 64); + this.PB_acre15.TabIndex = 11; + this.PB_acre15.TabStop = false; + this.PB_acre15.Visible = false; + // + // PB_acre14 + // + this.PB_acre14.Location = new System.Drawing.Point(69, 258); + this.PB_acre14.Name = "PB_acre14"; + this.PB_acre14.Size = new System.Drawing.Size(64, 64); + this.PB_acre14.TabIndex = 10; + this.PB_acre14.TabStop = false; + // + // PB_acre13 + // + this.PB_acre13.Location = new System.Drawing.Point(69, 195); + this.PB_acre13.Name = "PB_acre13"; + this.PB_acre13.Size = new System.Drawing.Size(64, 64); + this.PB_acre13.TabIndex = 9; + this.PB_acre13.TabStop = false; + // + // PB_acre12 + // + this.PB_acre12.Location = new System.Drawing.Point(69, 132); + this.PB_acre12.Name = "PB_acre12"; + this.PB_acre12.Size = new System.Drawing.Size(64, 64); + this.PB_acre12.TabIndex = 8; + this.PB_acre12.TabStop = false; + // + // PB_acre11 + // + this.PB_acre11.Location = new System.Drawing.Point(69, 69); + this.PB_acre11.Name = "PB_acre11"; + this.PB_acre11.Size = new System.Drawing.Size(64, 64); + this.PB_acre11.TabIndex = 7; + this.PB_acre11.TabStop = false; + // + // PB_acre10 + // + this.PB_acre10.BackColor = System.Drawing.Color.WhiteSmoke; + this.PB_acre10.Location = new System.Drawing.Point(69, 6); + this.PB_acre10.Name = "PB_acre10"; + this.PB_acre10.Size = new System.Drawing.Size(64, 64); + this.PB_acre10.TabIndex = 6; + this.PB_acre10.TabStop = false; + this.PB_acre10.Visible = false; + // + // PB_acre25 + // + this.PB_acre25.BackColor = System.Drawing.Color.WhiteSmoke; + this.PB_acre25.Location = new System.Drawing.Point(132, 321); + this.PB_acre25.Name = "PB_acre25"; + this.PB_acre25.Size = new System.Drawing.Size(64, 64); + this.PB_acre25.TabIndex = 17; + this.PB_acre25.TabStop = false; + this.PB_acre25.Visible = false; + // + // PB_acre24 + // + this.PB_acre24.Location = new System.Drawing.Point(132, 258); + this.PB_acre24.Name = "PB_acre24"; + this.PB_acre24.Size = new System.Drawing.Size(64, 64); + this.PB_acre24.TabIndex = 16; + this.PB_acre24.TabStop = false; + // + // PB_acre23 + // + this.PB_acre23.Location = new System.Drawing.Point(132, 195); + this.PB_acre23.Name = "PB_acre23"; + this.PB_acre23.Size = new System.Drawing.Size(64, 64); + this.PB_acre23.TabIndex = 15; + this.PB_acre23.TabStop = false; + // + // PB_acre22 + // + this.PB_acre22.Location = new System.Drawing.Point(132, 132); + this.PB_acre22.Name = "PB_acre22"; + this.PB_acre22.Size = new System.Drawing.Size(64, 64); + this.PB_acre22.TabIndex = 14; + this.PB_acre22.TabStop = false; + // + // PB_acre21 + // + this.PB_acre21.Location = new System.Drawing.Point(132, 69); + this.PB_acre21.Name = "PB_acre21"; + this.PB_acre21.Size = new System.Drawing.Size(64, 64); + this.PB_acre21.TabIndex = 13; + this.PB_acre21.TabStop = false; + // + // PB_acre20 + // + this.PB_acre20.BackColor = System.Drawing.Color.WhiteSmoke; + this.PB_acre20.Location = new System.Drawing.Point(132, 6); + this.PB_acre20.Name = "PB_acre20"; + this.PB_acre20.Size = new System.Drawing.Size(64, 64); + this.PB_acre20.TabIndex = 12; + this.PB_acre20.TabStop = false; + this.PB_acre20.Visible = false; + // + // PB_acre35 + // + this.PB_acre35.BackColor = System.Drawing.Color.WhiteSmoke; + this.PB_acre35.Location = new System.Drawing.Point(195, 321); + this.PB_acre35.Name = "PB_acre35"; + this.PB_acre35.Size = new System.Drawing.Size(64, 64); + this.PB_acre35.TabIndex = 23; + this.PB_acre35.TabStop = false; + this.PB_acre35.Visible = false; + // + // PB_acre34 + // + this.PB_acre34.Location = new System.Drawing.Point(195, 258); + this.PB_acre34.Name = "PB_acre34"; + this.PB_acre34.Size = new System.Drawing.Size(64, 64); + this.PB_acre34.TabIndex = 22; + this.PB_acre34.TabStop = false; + // + // PB_acre33 + // + this.PB_acre33.Location = new System.Drawing.Point(195, 195); + this.PB_acre33.Name = "PB_acre33"; + this.PB_acre33.Size = new System.Drawing.Size(64, 64); + this.PB_acre33.TabIndex = 21; + this.PB_acre33.TabStop = false; + // + // PB_acre32 + // + this.PB_acre32.Location = new System.Drawing.Point(195, 132); + this.PB_acre32.Name = "PB_acre32"; + this.PB_acre32.Size = new System.Drawing.Size(64, 64); + this.PB_acre32.TabIndex = 20; + this.PB_acre32.TabStop = false; + // + // PB_acre31 + // + this.PB_acre31.Location = new System.Drawing.Point(195, 69); + this.PB_acre31.Name = "PB_acre31"; + this.PB_acre31.Size = new System.Drawing.Size(64, 64); + this.PB_acre31.TabIndex = 19; + this.PB_acre31.TabStop = false; + // + // PB_acre30 + // + this.PB_acre30.BackColor = System.Drawing.Color.WhiteSmoke; + this.PB_acre30.Location = new System.Drawing.Point(195, 6); + this.PB_acre30.Name = "PB_acre30"; + this.PB_acre30.Size = new System.Drawing.Size(64, 64); + this.PB_acre30.TabIndex = 18; + this.PB_acre30.TabStop = false; + this.PB_acre30.Visible = false; + // + // PB_acre45 + // + this.PB_acre45.BackColor = System.Drawing.Color.WhiteSmoke; + this.PB_acre45.Location = new System.Drawing.Point(258, 321); + this.PB_acre45.Name = "PB_acre45"; + this.PB_acre45.Size = new System.Drawing.Size(64, 64); + this.PB_acre45.TabIndex = 29; + this.PB_acre45.TabStop = false; + this.PB_acre45.Visible = false; + // + // PB_acre44 + // + this.PB_acre44.Location = new System.Drawing.Point(258, 258); + this.PB_acre44.Name = "PB_acre44"; + this.PB_acre44.Size = new System.Drawing.Size(64, 64); + this.PB_acre44.TabIndex = 28; + this.PB_acre44.TabStop = false; + // + // PB_acre43 + // + this.PB_acre43.Location = new System.Drawing.Point(258, 195); + this.PB_acre43.Name = "PB_acre43"; + this.PB_acre43.Size = new System.Drawing.Size(64, 64); + this.PB_acre43.TabIndex = 27; + this.PB_acre43.TabStop = false; + // + // PB_acre42 + // + this.PB_acre42.Location = new System.Drawing.Point(258, 132); + this.PB_acre42.Name = "PB_acre42"; + this.PB_acre42.Size = new System.Drawing.Size(64, 64); + this.PB_acre42.TabIndex = 26; + this.PB_acre42.TabStop = false; + // + // PB_acre41 + // + this.PB_acre41.Location = new System.Drawing.Point(258, 69); + this.PB_acre41.Name = "PB_acre41"; + this.PB_acre41.Size = new System.Drawing.Size(64, 64); + this.PB_acre41.TabIndex = 25; + this.PB_acre41.TabStop = false; + // + // PB_acre40 + // + this.PB_acre40.BackColor = System.Drawing.Color.WhiteSmoke; + this.PB_acre40.Location = new System.Drawing.Point(258, 6); + this.PB_acre40.Name = "PB_acre40"; + this.PB_acre40.Size = new System.Drawing.Size(64, 64); + this.PB_acre40.TabIndex = 24; + this.PB_acre40.TabStop = false; + this.PB_acre40.Visible = false; + // + // PB_acre55 + // + this.PB_acre55.BackColor = System.Drawing.Color.WhiteSmoke; + this.PB_acre55.Location = new System.Drawing.Point(321, 321); + this.PB_acre55.Name = "PB_acre55"; + this.PB_acre55.Size = new System.Drawing.Size(64, 64); + this.PB_acre55.TabIndex = 35; + this.PB_acre55.TabStop = false; + this.PB_acre55.Visible = false; + // + // PB_acre54 + // + this.PB_acre54.Location = new System.Drawing.Point(321, 258); + this.PB_acre54.Name = "PB_acre54"; + this.PB_acre54.Size = new System.Drawing.Size(64, 64); + this.PB_acre54.TabIndex = 34; + this.PB_acre54.TabStop = false; + // + // PB_acre53 + // + this.PB_acre53.Location = new System.Drawing.Point(321, 195); + this.PB_acre53.Name = "PB_acre53"; + this.PB_acre53.Size = new System.Drawing.Size(64, 64); + this.PB_acre53.TabIndex = 33; + this.PB_acre53.TabStop = false; + // + // PB_acre52 + // + this.PB_acre52.Location = new System.Drawing.Point(321, 132); + this.PB_acre52.Name = "PB_acre52"; + this.PB_acre52.Size = new System.Drawing.Size(64, 64); + this.PB_acre52.TabIndex = 32; + this.PB_acre52.TabStop = false; + // + // PB_acre51 + // + this.PB_acre51.Location = new System.Drawing.Point(321, 69); + this.PB_acre51.Name = "PB_acre51"; + this.PB_acre51.Size = new System.Drawing.Size(64, 64); + this.PB_acre51.TabIndex = 31; + this.PB_acre51.TabStop = false; + // + // PB_acre50 + // + this.PB_acre50.BackColor = System.Drawing.Color.WhiteSmoke; + this.PB_acre50.Location = new System.Drawing.Point(321, 6); + this.PB_acre50.Name = "PB_acre50"; + this.PB_acre50.Size = new System.Drawing.Size(64, 64); + this.PB_acre50.TabIndex = 30; + this.PB_acre50.TabStop = false; + this.PB_acre50.Visible = false; + // + // PB_acre65 + // + this.PB_acre65.BackColor = System.Drawing.Color.WhiteSmoke; + this.PB_acre65.Location = new System.Drawing.Point(384, 321); + this.PB_acre65.Name = "PB_acre65"; + this.PB_acre65.Size = new System.Drawing.Size(64, 64); + this.PB_acre65.TabIndex = 41; + this.PB_acre65.TabStop = false; + this.PB_acre65.Visible = false; + // + // PB_acre64 + // + this.PB_acre64.BackColor = System.Drawing.Color.WhiteSmoke; + this.PB_acre64.Location = new System.Drawing.Point(384, 258); + this.PB_acre64.Name = "PB_acre64"; + this.PB_acre64.Size = new System.Drawing.Size(64, 64); + this.PB_acre64.TabIndex = 40; + this.PB_acre64.TabStop = false; + this.PB_acre64.Visible = false; + // + // PB_acre63 + // + this.PB_acre63.BackColor = System.Drawing.Color.WhiteSmoke; + this.PB_acre63.Location = new System.Drawing.Point(384, 195); + this.PB_acre63.Name = "PB_acre63"; + this.PB_acre63.Size = new System.Drawing.Size(64, 64); + this.PB_acre63.TabIndex = 39; + this.PB_acre63.TabStop = false; + this.PB_acre63.Visible = false; + // + // PB_acre62 + // + this.PB_acre62.BackColor = System.Drawing.Color.WhiteSmoke; + this.PB_acre62.Location = new System.Drawing.Point(384, 132); + this.PB_acre62.Name = "PB_acre62"; + this.PB_acre62.Size = new System.Drawing.Size(64, 64); + this.PB_acre62.TabIndex = 38; + this.PB_acre62.TabStop = false; + this.PB_acre62.Visible = false; + // + // PB_acre61 + // + this.PB_acre61.BackColor = System.Drawing.Color.WhiteSmoke; + this.PB_acre61.Location = new System.Drawing.Point(384, 69); + this.PB_acre61.Name = "PB_acre61"; + this.PB_acre61.Size = new System.Drawing.Size(64, 64); + this.PB_acre61.TabIndex = 37; + this.PB_acre61.TabStop = false; + this.PB_acre61.Visible = false; + // + // PB_acre60 + // + this.PB_acre60.BackColor = System.Drawing.Color.WhiteSmoke; + this.PB_acre60.Location = new System.Drawing.Point(384, 6); + this.PB_acre60.Name = "PB_acre60"; + this.PB_acre60.Size = new System.Drawing.Size(64, 64); + this.PB_acre60.TabIndex = 36; + this.PB_acre60.TabStop = false; + this.PB_acre60.Visible = false; + // + // PB_island33 + // + this.PB_island33.BackColor = System.Drawing.Color.WhiteSmoke; + this.PB_island33.Location = new System.Drawing.Point(290, 258); + this.PB_island33.Name = "PB_island33"; + this.PB_island33.Size = new System.Drawing.Size(64, 64); + this.PB_island33.TabIndex = 37; + this.PB_island33.TabStop = false; + this.PB_island33.Visible = false; + // + // PB_island32 + // + this.PB_island32.BackColor = System.Drawing.Color.WhiteSmoke; + this.PB_island32.Location = new System.Drawing.Point(290, 195); + this.PB_island32.Name = "PB_island32"; + this.PB_island32.Size = new System.Drawing.Size(64, 64); + this.PB_island32.TabIndex = 36; + this.PB_island32.TabStop = false; + this.PB_island32.Visible = false; + // + // PB_island31 + // + this.PB_island31.BackColor = System.Drawing.Color.WhiteSmoke; + this.PB_island31.Location = new System.Drawing.Point(290, 132); + this.PB_island31.Name = "PB_island31"; + this.PB_island31.Size = new System.Drawing.Size(64, 64); + this.PB_island31.TabIndex = 35; + this.PB_island31.TabStop = false; + this.PB_island31.Visible = false; + // + // PB_island30 + // + this.PB_island30.BackColor = System.Drawing.Color.WhiteSmoke; + this.PB_island30.Location = new System.Drawing.Point(290, 69); + this.PB_island30.Name = "PB_island30"; + this.PB_island30.Size = new System.Drawing.Size(64, 64); + this.PB_island30.TabIndex = 34; + this.PB_island30.TabStop = false; + this.PB_island30.Visible = false; + // + // PB_island23 + // + this.PB_island23.BackColor = System.Drawing.Color.WhiteSmoke; + this.PB_island23.Location = new System.Drawing.Point(227, 258); + this.PB_island23.Name = "PB_island23"; + this.PB_island23.Size = new System.Drawing.Size(64, 64); + this.PB_island23.TabIndex = 33; + this.PB_island23.TabStop = false; + this.PB_island23.Visible = false; + // + // PB_island22 + // + this.PB_island22.Location = new System.Drawing.Point(227, 195); + this.PB_island22.Name = "PB_island22"; + this.PB_island22.Size = new System.Drawing.Size(64, 64); + this.PB_island22.TabIndex = 32; + this.PB_island22.TabStop = false; + // + // PB_island21 + // + this.PB_island21.Location = new System.Drawing.Point(227, 132); + this.PB_island21.Name = "PB_island21"; + this.PB_island21.Size = new System.Drawing.Size(64, 64); + this.PB_island21.TabIndex = 31; + this.PB_island21.TabStop = false; + // + // PB_island20 + // + this.PB_island20.BackColor = System.Drawing.Color.WhiteSmoke; + this.PB_island20.Location = new System.Drawing.Point(227, 69); + this.PB_island20.Name = "PB_island20"; + this.PB_island20.Size = new System.Drawing.Size(64, 64); + this.PB_island20.TabIndex = 30; + this.PB_island20.TabStop = false; + this.PB_island20.Visible = false; + // + // PB_island13 + // + this.PB_island13.BackColor = System.Drawing.Color.WhiteSmoke; + this.PB_island13.Location = new System.Drawing.Point(164, 258); + this.PB_island13.Name = "PB_island13"; + this.PB_island13.Size = new System.Drawing.Size(64, 64); + this.PB_island13.TabIndex = 29; + this.PB_island13.TabStop = false; + this.PB_island13.Visible = false; + // + // PB_island12 + // + this.PB_island12.Location = new System.Drawing.Point(164, 195); + this.PB_island12.Name = "PB_island12"; + this.PB_island12.Size = new System.Drawing.Size(64, 64); + this.PB_island12.TabIndex = 28; + this.PB_island12.TabStop = false; + // + // PB_island11 + // + this.PB_island11.Location = new System.Drawing.Point(164, 132); + this.PB_island11.Name = "PB_island11"; + this.PB_island11.Size = new System.Drawing.Size(64, 64); + this.PB_island11.TabIndex = 27; + this.PB_island11.TabStop = false; + // + // PB_island10 + // + this.PB_island10.BackColor = System.Drawing.Color.WhiteSmoke; + this.PB_island10.Location = new System.Drawing.Point(164, 69); + this.PB_island10.Name = "PB_island10"; + this.PB_island10.Size = new System.Drawing.Size(64, 64); + this.PB_island10.TabIndex = 26; + this.PB_island10.TabStop = false; + this.PB_island10.Visible = false; + // + // PB_island03 + // + this.PB_island03.BackColor = System.Drawing.Color.WhiteSmoke; + this.PB_island03.Location = new System.Drawing.Point(101, 258); + this.PB_island03.Name = "PB_island03"; + this.PB_island03.Size = new System.Drawing.Size(64, 64); + this.PB_island03.TabIndex = 25; + this.PB_island03.TabStop = false; + this.PB_island03.Visible = false; + // + // PB_island02 + // + this.PB_island02.BackColor = System.Drawing.Color.WhiteSmoke; + this.PB_island02.Location = new System.Drawing.Point(101, 195); + this.PB_island02.Name = "PB_island02"; + this.PB_island02.Size = new System.Drawing.Size(64, 64); + this.PB_island02.TabIndex = 24; + this.PB_island02.TabStop = false; + this.PB_island02.Visible = false; + // + // PB_island01 + // + this.PB_island01.BackColor = System.Drawing.Color.WhiteSmoke; + this.PB_island01.Location = new System.Drawing.Point(101, 132); + this.PB_island01.Name = "PB_island01"; + this.PB_island01.Size = new System.Drawing.Size(64, 64); + this.PB_island01.TabIndex = 23; + this.PB_island01.TabStop = false; + this.PB_island01.Visible = false; + // + // PB_island00 + // + this.PB_island00.BackColor = System.Drawing.Color.WhiteSmoke; + this.PB_island00.Location = new System.Drawing.Point(101, 69); + this.PB_island00.Name = "PB_island00"; + this.PB_island00.Size = new System.Drawing.Size(64, 64); + this.PB_island00.TabIndex = 22; + this.PB_island00.TabStop = false; + this.PB_island00.Visible = false; + // + // PB_JPEG2 + // + this.PB_JPEG2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.PB_JPEG2.BackColor = System.Drawing.SystemColors.ControlLight; + this.PB_JPEG2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.PB_JPEG2.Location = new System.Drawing.Point(196, 434); + this.PB_JPEG2.Name = "PB_JPEG2"; + this.PB_JPEG2.Size = new System.Drawing.Size(66, 106); + this.PB_JPEG2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; + this.PB_JPEG2.TabIndex = 7; + this.PB_JPEG2.TabStop = false; + // + // PB_JPEG3 + // + this.PB_JPEG3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.PB_JPEG3.BackColor = System.Drawing.SystemColors.ControlLight; + this.PB_JPEG3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.PB_JPEG3.Location = new System.Drawing.Point(261, 434); + this.PB_JPEG3.Name = "PB_JPEG3"; + this.PB_JPEG3.Size = new System.Drawing.Size(66, 106); + this.PB_JPEG3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; + this.PB_JPEG3.TabIndex = 8; + this.PB_JPEG3.TabStop = false; + // + // PB_JPEG4 + // + this.PB_JPEG4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.PB_JPEG4.BackColor = System.Drawing.SystemColors.ControlLight; + this.PB_JPEG4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.PB_JPEG4.Location = new System.Drawing.Point(326, 434); + this.PB_JPEG4.Name = "PB_JPEG4"; + this.PB_JPEG4.Size = new System.Drawing.Size(66, 106); + this.PB_JPEG4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; + this.PB_JPEG4.TabIndex = 9; + this.PB_JPEG4.TabStop = false; + // // Garden // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(284, 262); + this.ClientSize = new System.Drawing.Size(486, 547); + this.Controls.Add(this.PB_JPEG4); + this.Controls.Add(this.PB_JPEG3); + this.Controls.Add(this.PB_JPEG2); + this.Controls.Add(this.tabControl1); this.Controls.Add(this.B_Export); this.Controls.Add(this.B_Import); this.Controls.Add(this.B_Cancel); this.Controls.Add(this.B_Save); this.Controls.Add(this.L_Info); - this.Controls.Add(this.PB_JPEG); + this.Controls.Add(this.PB_JPEG1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "Garden"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Garden Editor"; - ((System.ComponentModel.ISupportInitialize)(this.PB_JPEG)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_JPEG1)).EndInit(); + this.tabControl1.ResumeLayout(false); + this.tabPage1.ResumeLayout(false); + this.tabPage2.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre00)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre01)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre02)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre03)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre04)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre05)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre15)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre14)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre13)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre12)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre11)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre10)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre25)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre24)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre23)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre22)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre21)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre20)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre35)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre34)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre33)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre32)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre31)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre30)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre45)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre44)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre43)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre42)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre41)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre40)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre55)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre54)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre53)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre52)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre51)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre50)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre65)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre64)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre63)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre62)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre61)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_acre60)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_island33)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_island32)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_island31)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_island30)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_island23)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_island22)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_island21)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_island20)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_island13)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_island12)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_island11)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_island10)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_island03)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_island02)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_island01)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_island00)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_JPEG2)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_JPEG3)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PB_JPEG4)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); @@ -125,11 +983,75 @@ private void InitializeComponent() #endregion - private System.Windows.Forms.PictureBox PB_JPEG; + private System.Windows.Forms.PictureBox PB_JPEG1; private System.Windows.Forms.Label L_Info; private System.Windows.Forms.Button B_Save; private System.Windows.Forms.Button B_Cancel; private System.Windows.Forms.Button B_Import; private System.Windows.Forms.Button B_Export; + private System.Windows.Forms.TabControl tabControl1; + private System.Windows.Forms.TabPage tabPage1; + private System.Windows.Forms.PictureBox PB_acre04; + private System.Windows.Forms.PictureBox PB_acre03; + private System.Windows.Forms.PictureBox PB_acre02; + private System.Windows.Forms.PictureBox PB_acre01; + private System.Windows.Forms.PictureBox PB_acre00; + private System.Windows.Forms.TabPage tabPage2; + private System.Windows.Forms.PictureBox PB_acre65; + private System.Windows.Forms.PictureBox PB_acre64; + private System.Windows.Forms.PictureBox PB_acre63; + private System.Windows.Forms.PictureBox PB_acre62; + private System.Windows.Forms.PictureBox PB_acre61; + private System.Windows.Forms.PictureBox PB_acre60; + private System.Windows.Forms.PictureBox PB_acre55; + private System.Windows.Forms.PictureBox PB_acre54; + private System.Windows.Forms.PictureBox PB_acre53; + private System.Windows.Forms.PictureBox PB_acre52; + private System.Windows.Forms.PictureBox PB_acre51; + private System.Windows.Forms.PictureBox PB_acre50; + private System.Windows.Forms.PictureBox PB_acre45; + private System.Windows.Forms.PictureBox PB_acre44; + private System.Windows.Forms.PictureBox PB_acre43; + private System.Windows.Forms.PictureBox PB_acre42; + private System.Windows.Forms.PictureBox PB_acre41; + private System.Windows.Forms.PictureBox PB_acre40; + private System.Windows.Forms.PictureBox PB_acre35; + private System.Windows.Forms.PictureBox PB_acre34; + private System.Windows.Forms.PictureBox PB_acre33; + private System.Windows.Forms.PictureBox PB_acre32; + private System.Windows.Forms.PictureBox PB_acre31; + private System.Windows.Forms.PictureBox PB_acre30; + private System.Windows.Forms.PictureBox PB_acre25; + private System.Windows.Forms.PictureBox PB_acre24; + private System.Windows.Forms.PictureBox PB_acre23; + private System.Windows.Forms.PictureBox PB_acre22; + private System.Windows.Forms.PictureBox PB_acre21; + private System.Windows.Forms.PictureBox PB_acre20; + private System.Windows.Forms.PictureBox PB_acre15; + private System.Windows.Forms.PictureBox PB_acre14; + private System.Windows.Forms.PictureBox PB_acre13; + private System.Windows.Forms.PictureBox PB_acre12; + private System.Windows.Forms.PictureBox PB_acre11; + private System.Windows.Forms.PictureBox PB_acre10; + private System.Windows.Forms.PictureBox PB_acre05; + private System.Windows.Forms.PictureBox PB_island33; + private System.Windows.Forms.PictureBox PB_island32; + private System.Windows.Forms.PictureBox PB_island31; + private System.Windows.Forms.PictureBox PB_island30; + private System.Windows.Forms.PictureBox PB_island23; + private System.Windows.Forms.PictureBox PB_island22; + private System.Windows.Forms.PictureBox PB_island21; + private System.Windows.Forms.PictureBox PB_island20; + private System.Windows.Forms.PictureBox PB_island13; + private System.Windows.Forms.PictureBox PB_island12; + private System.Windows.Forms.PictureBox PB_island11; + private System.Windows.Forms.PictureBox PB_island10; + private System.Windows.Forms.PictureBox PB_island03; + private System.Windows.Forms.PictureBox PB_island02; + private System.Windows.Forms.PictureBox PB_island01; + private System.Windows.Forms.PictureBox PB_island00; + private System.Windows.Forms.PictureBox PB_JPEG2; + private System.Windows.Forms.PictureBox PB_JPEG3; + private System.Windows.Forms.PictureBox PB_JPEG4; } } \ No newline at end of file diff --git a/Subforms/Garden.cs b/Subforms/Garden.cs index eaf8ce8..4d128b4 100644 --- a/Subforms/Garden.cs +++ b/Subforms/Garden.cs @@ -2,17 +2,46 @@ using System.Drawing; using System.IO; using System.Linq; +using System.Text; using System.Windows.Forms; namespace NLSE { public partial class Garden : Form { + // Form Variables + private PictureBox[] mapAcres; + private PictureBox[] islandAcres; + private PictureBox[] playerPics; + private Player[] Players; + private Building[] Buildings; + private Villager[] Villagers; + + // Form Handling public Garden() { InitializeComponent(); Save = new GardenData(Main.SaveData); - + mapAcres = new[] + { + PB_acre00, PB_acre10, PB_acre20, PB_acre30, PB_acre40, PB_acre50, PB_acre60, + PB_acre01, PB_acre11, PB_acre21, PB_acre31, PB_acre41, PB_acre51, PB_acre61, + PB_acre02, PB_acre12, PB_acre22, PB_acre32, PB_acre42, PB_acre52, PB_acre62, + PB_acre03, PB_acre13, PB_acre23, PB_acre33, PB_acre43, PB_acre53, PB_acre63, + PB_acre04, PB_acre14, PB_acre24, PB_acre34, PB_acre44, PB_acre54, PB_acre64, + PB_acre05, PB_acre15, PB_acre25, PB_acre35, PB_acre45, PB_acre55, PB_acre65, + }; + islandAcres = new[] + { + PB_island00, PB_island10, PB_island20, PB_island30, + PB_island01, PB_island11, PB_island21, PB_island31, + PB_island02, PB_island12, PB_island22, PB_island32, + PB_island03, PB_island13, PB_island23, PB_island33, + }; + playerPics = new[] + { + PB_JPEG1, PB_JPEG2, PB_JPEG3, PB_JPEG4 + }; // Load loadData(); } @@ -70,14 +99,7 @@ private void B_Export_Click(object sender, EventArgs e) private GardenData Save; class GardenData { - // public int TOWNMAGIC = 0x84; // Offset of the Town Data - // public int Villagers = 0x180 + 0x84; - - // Player Name is 0x16 bytes long. - // Town Name is 0x12 bytes long. - public DataRef JPEG = new DataRef(0x57C4, 0x1400); - public DataRef PlayerName = new DataRef(0xF8, 0x14); - public DataRef TownName = new DataRef(0x10E, 0x12); + public DataRef TownName = new DataRef(0x5C7BA, 0x12); public byte[] Data; public GardenData(byte[] data) @@ -89,16 +111,150 @@ public byte[] Write() return Data; } } + class Player + { + public byte[] Data; + private uint U32; + public byte Hair, HairColor, + Face, EyeColor, + Tan, U9; + + public string Name; + public string HomeTown; + + public Image JPEG; + public byte[] Badges; + public int[] Pockets = new int[16]; + public int[] IslandBox = new int[5 * 8]; + public int[] Dressers = new int[5 * 36]; + public Player(byte[] data) + { + Data = data; + + U32 = BitConverter.ToUInt32(data, 0); + Hair = Data[4]; + HairColor = Data[5]; + Face = Data[6]; + EyeColor = Data[7]; + Tan = Data[8]; + U9 = Data[9]; + + Name = Encoding.Unicode.GetString(Data.Skip(0x6F3A).Take(0x12).ToArray()).Trim('\0'); + HomeTown = Encoding.Unicode.GetString(Data.Skip(0x6F50).Take(0x12).ToArray()).Trim('\0'); + + try { JPEG = Image.FromStream(new MemoryStream(Data.Skip(0x5724).Take(0x1400).ToArray())); } + catch { JPEG = null; } + + Badges = Data.Skip(0x569C).Take(20).ToArray(); + + for (int i = 0; i < Pockets.Length; i++) + Pockets[i] = BitConverter.ToInt32(Data, 0x6BB0 + i*4); + + for (int i = 0; i < IslandBox.Length; i++) + IslandBox[i] = BitConverter.ToInt32(data, 0x6DC0 + i*4); + + for (int i = 0; i < Dressers.Length; i++) + Dressers[i] = BitConverter.ToInt32(Data, 0x8E10 + i*4); + } + public byte[] Write() + { + Array.Copy(BitConverter.GetBytes(U32), 0, Data, 0, 4); + Data[4] = Hair; + Data[5] = HairColor; + Data[6] = Face; + Data[7] = EyeColor; + Data[8] = Tan; + Data[9] = U9; + + Array.Copy(Badges, 0, Data, 0x569C, Badges.Length); + + return Data; + } + } + class Building + { + public int X, Y, ID; + + public Building(byte[] data) + { + if (data.Length != 4) return; + ID = BitConverter.ToUInt16(data, 0); + X = data[2]; + Y = data[3]; + } + public byte[] Write() + { + using(var ms = new MemoryStream()) + using (var bw = new BinaryWriter(ms)) + { + bw.Write((ushort)ID); + bw.Write((byte)X); + bw.Write((byte)Y); + return ms.ToArray(); + } + } + } + class Villager + { + // Fetch from raw data + public byte[] Data; + public int ID; + public Villager(byte[] data, int offset, int size) + { + Data = data.Skip(offset).Take(size).ToArray(); + + ID = BitConverter.ToUInt16(Data, 0); + } + public byte[] Write() + { + Array.Copy(BitConverter.GetBytes((ushort)ID), 0, Data, 0, 2); + return Data; + } + } + + // Data Usage private void loadData() { - PB_JPEG.Image = Image.FromStream(new MemoryStream(Save.JPEG.getData(Save.Data))); - string Name = Save.PlayerName.getString(Save.Data); + // Load Players + Players = new Player[4]; + for (int i = 0; i < Players.Length; i++) + Players[i] = new Player(Save.Data.Skip(0xA0 + i * 0x9F10).Take(0x9F10).ToArray()); + + for (int i = 0; i < Players.Length; i++) + playerPics[i].Image = Players[i].JPEG; + string Town = Save.TownName.getString(Save.Data); - L_Info.Text = Name + Environment.NewLine + Town; + L_Info.Text = String.Format("{1}{0}{0}Inhabitants:{0}{2}{0}{3}{0}{4}{0}{5}", Environment.NewLine, + Town, + Players[0].Name, Players[1].Name, Players[2].Name, Players[3].Name); + + // Load Maps + fillMap(Save.Data, 0x4DA84, mapAcres); + fillMap(Save.Data, 0x6A488, islandAcres); + + // Load Buildings + Buildings = new Building[58]; + for (int i = 0; i < Buildings.Length; i++) + Buildings[i] = new Building(Save.Data.Skip(0x0495A8 + i * 4).Take(4).ToArray()); + + // Load Villagers + Villagers = new Villager[10]; + for (int i = 0; i < Villagers.Length; i++) + Villagers[i] = new Villager(Save.Data, 0x027D10 + 0x24F8 * i, 0x24F8); } private void saveData() { Main.SaveData = Save.Write(); } + + // Utility + private void fillMap(byte[] acreData, int offset, PictureBox[] Tiles) + { + for (int i = 0; i < Tiles.Length; i++) + { + int file = BitConverter.ToUInt16(acreData, offset + i*2); + Tiles[i].Image = (Image)Properties.Resources.ResourceManager.GetObject("acre_" + file); + } + } } }