From 177cf5fa113645416501f682204b158f3700c61e Mon Sep 17 00:00:00 2001 From: NitroXenon Date: Thu, 29 Jan 2015 18:55:52 +0800 Subject: [PATCH 1/3] TW version --- LoLNotes.sln | 29 +- LoLNotes/Assets/ChampIcons.cs | 204 +-- LoLNotes/Assets/SpellIcons.cs | 180 +-- .../EUW_prod.eu.lol.riotgames.com.p12 | Bin 0 -> 1605 bytes .../Gui/Controls/PlayerControl.Designer.cs | 185 ++- LoLNotes/Gui/Controls/PlayerControl.cs | 13 +- LoLNotes/Gui/Controls/PlayerControl.resx | 260 ++-- .../Gui/Controls/StatsControl.Designer.cs | 21 +- LoLNotes/Gui/Controls/TeamControl.Designer.cs | 47 +- LoLNotes/Gui/MainForm.Designer.cs | 1321 ++++++++--------- LoLNotes/Gui/MainForm.cs | 44 +- LoLNotes/LoLNotes.csproj | 51 +- LoLNotes/LoLNotes.sln | 21 + LoLNotes/Messages/Champion/ChampionDTO.cs | 156 +- LoLNotes/Messages/Readers/MessageReader.cs | 1 + LoLNotes/Properties/AssemblyInfo.cs | 6 +- LoLNotes/Proxy/ProxyClient.cs | 6 + NotMissing.dll | Bin 0 -> 472576 bytes 18 files changed, 1250 insertions(+), 1295 deletions(-) create mode 100644 LoLNotes/Content/Certificates/EUW_prod.eu.lol.riotgames.com.p12 create mode 100644 LoLNotes/LoLNotes.sln create mode 100644 NotMissing.dll diff --git a/LoLNotes.sln b/LoLNotes.sln index 79d8959..2bd5162 100644 --- a/LoLNotes.sln +++ b/LoLNotes.sln @@ -1,12 +1,9 @@  Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 +# SharpDevelop 4.4 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LoLNotes", "LoLNotes\LoLNotes.csproj", "{E5AB8F67-7BBC-48DF-9A1D-8D0D3DE685DD}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluorineFx-3.5", "FluorineFx\FluorineFx-3.5.csproj", "{A9B8375B-579D-4F8A-B00C-F2828DB58F3A}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NotMissing", "NotMissing\NotMissing\NotMissing.csproj", "{85D59D64-9158-42F7-BBBA-23F14E9F3E2A}" -EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -31,30 +28,6 @@ Global {E5AB8F67-7BBC-48DF-9A1D-8D0D3DE685DD}.Release|Win32.ActiveCfg = Release|x86 {E5AB8F67-7BBC-48DF-9A1D-8D0D3DE685DD}.Release|x86.ActiveCfg = Release|x86 {E5AB8F67-7BBC-48DF-9A1D-8D0D3DE685DD}.Release|x86.Build.0 = Release|x86 - {A9B8375B-579D-4F8A-B00C-F2828DB58F3A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {A9B8375B-579D-4F8A-B00C-F2828DB58F3A}.Debug|Any CPU.Build.0 = Debug|Any CPU - {A9B8375B-579D-4F8A-B00C-F2828DB58F3A}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU - {A9B8375B-579D-4F8A-B00C-F2828DB58F3A}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU - {A9B8375B-579D-4F8A-B00C-F2828DB58F3A}.Debug|Win32.ActiveCfg = Debug|Any CPU - {A9B8375B-579D-4F8A-B00C-F2828DB58F3A}.Debug|x86.ActiveCfg = Debug|Any CPU - {A9B8375B-579D-4F8A-B00C-F2828DB58F3A}.Release|Any CPU.ActiveCfg = Release|Any CPU - {A9B8375B-579D-4F8A-B00C-F2828DB58F3A}.Release|Any CPU.Build.0 = Release|Any CPU - {A9B8375B-579D-4F8A-B00C-F2828DB58F3A}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU - {A9B8375B-579D-4F8A-B00C-F2828DB58F3A}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {A9B8375B-579D-4F8A-B00C-F2828DB58F3A}.Release|Win32.ActiveCfg = Release|Any CPU - {A9B8375B-579D-4F8A-B00C-F2828DB58F3A}.Release|x86.ActiveCfg = Release|Any CPU - {85D59D64-9158-42F7-BBBA-23F14E9F3E2A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {85D59D64-9158-42F7-BBBA-23F14E9F3E2A}.Debug|Any CPU.Build.0 = Debug|Any CPU - {85D59D64-9158-42F7-BBBA-23F14E9F3E2A}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU - {85D59D64-9158-42F7-BBBA-23F14E9F3E2A}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU - {85D59D64-9158-42F7-BBBA-23F14E9F3E2A}.Debug|Win32.ActiveCfg = Debug|Any CPU - {85D59D64-9158-42F7-BBBA-23F14E9F3E2A}.Debug|x86.ActiveCfg = Debug|Any CPU - {85D59D64-9158-42F7-BBBA-23F14E9F3E2A}.Release|Any CPU.ActiveCfg = Release|Any CPU - {85D59D64-9158-42F7-BBBA-23F14E9F3E2A}.Release|Any CPU.Build.0 = Release|Any CPU - {85D59D64-9158-42F7-BBBA-23F14E9F3E2A}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU - {85D59D64-9158-42F7-BBBA-23F14E9F3E2A}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {85D59D64-9158-42F7-BBBA-23F14E9F3E2A}.Release|Win32.ActiveCfg = Release|Any CPU - {85D59D64-9158-42F7-BBBA-23F14E9F3E2A}.Release|x86.ActiveCfg = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/LoLNotes/Assets/ChampIcons.cs b/LoLNotes/Assets/ChampIcons.cs index 1a954ec..8c5f276 100644 --- a/LoLNotes/Assets/ChampIcons.cs +++ b/LoLNotes/Assets/ChampIcons.cs @@ -1,102 +1,102 @@ -/* -copyright (C) 2011-2012 by high828@gmail.com - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. -*/ -using System; -using System.Collections.Generic; -using System.Drawing; -using System.IO; -using System.Linq; -using System.Text; -using NotMissing.Logging; - -namespace LoLNotes.Assets -{ - public class ChampIcons - { - const string ImagePath = "Content\\Images\\"; - const string ChampPath = ImagePath + "ChampIcons\\"; - static readonly object _sync; - static readonly Dictionary _cache; - static Bitmap _unknown; - - - static ChampIcons() - { - _sync = new object(); - _cache = new Dictionary(); - _unknown = SafeBitmap(ImagePath + "unknown.png"); - } - - - static void AddCached(int key, Bitmap bmp) - { - lock (_sync) - { - _cache[key] = bmp; - } - } - static Bitmap FindCached(int key) - { - lock (_sync) - { - Bitmap ret; - return _cache.TryGetValue(key, out ret) ? ret : null; - } - } - - static Bitmap SafeBitmap(string file) - { - try - { - return File.Exists(file) ? new Bitmap(file) : null; - } - catch (Exception e) - { - StaticLogger.Debug(e); - return null; - } - } - - public static Bitmap Get(int key) - { - var name = ChampNames.GetOrDefault(key); - if (name == null) - { - StaticLogger.Debug("Unknown champid " + key); - return _unknown; - } - - var bmp = FindCached(key); - if (bmp != null) - return bmp; - - bmp = SafeBitmap(string.Format("{0}{1}_Square_0.png", ChampPath, name)); - if (bmp == null) - { - StaticLogger.Debug("Unknown champ icon " + name); - return _unknown; - } - - AddCached(key, bmp); - return bmp; - } - } -} +/* +copyright (C) 2011-2012 by high828@gmail.com + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +*/ +using System; +using System.Collections.Generic; +using System.Drawing; +using System.IO; +using System.Linq; +using System.Text; +using NotMissing.Logging; + +namespace LoLNotes.Assets +{ + public class ChampIcons + { + const string ImagePath = "Content\\Images\\"; + const string ChampPath = ImagePath + "ChampIcons\\"; + static readonly object _sync; + static readonly Dictionary _cache; + static Bitmap _unknown; + + + static ChampIcons() + { + _sync = new object(); + _cache = new Dictionary(); + _unknown = SafeBitmap(ImagePath + "unknown.png"); + } + + + static void AddCached(int key, Bitmap bmp) + { + lock (_sync) + { + _cache[key] = bmp; + } + } + static Bitmap FindCached(int key) + { + lock (_sync) + { + Bitmap ret; + return _cache.TryGetValue(key, out ret) ? ret : null; + } + } + + static Bitmap SafeBitmap(string file) + { + try + { + return File.Exists(file) ? new Bitmap(file) : null; + } + catch (Exception e) + { + StaticLogger.Debug(e); + return null; + } + } + + public static Bitmap Get(int key) + { + var name = ChampNames.GetOrDefault(key); + if (name == null) + { + StaticLogger.Debug("Unknown champid " + key); + return _unknown; + } + + var bmp = FindCached(key); + if (bmp != null) + return bmp; + + bmp = SafeBitmap(string.Format("{0}{1}_Square_0.png", ChampPath, name)); + if (bmp == null) + { + StaticLogger.Debug("Unknown champ icon " + name); + return _unknown; + } + + AddCached(key, bmp); + return bmp; + } + } +} diff --git a/LoLNotes/Assets/SpellIcons.cs b/LoLNotes/Assets/SpellIcons.cs index 93756b6..2f824d6 100644 --- a/LoLNotes/Assets/SpellIcons.cs +++ b/LoLNotes/Assets/SpellIcons.cs @@ -1,90 +1,90 @@ -/* -copyright (C) 2011-2012 by high828@gmail.com - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. -*/ -using System; -using System.Collections.Generic; -using System.Drawing; -using System.IO; -using System.Linq; -using System.Text; -using NotMissing.Logging; - -namespace LoLNotes.Assets -{ - public class SpellIcons - { - const string ImagePath = "Content\\Images\\"; - const string SpellPath = ImagePath + "SpellIcons\\"; - static readonly object _sync; - static readonly Dictionary _cache; - static Bitmap _unknown; - - - static SpellIcons() - { - _sync = new object(); - _cache = new Dictionary(); - _unknown = SafeBitmap(ImagePath + "unknown.png"); - } - - - static void AddCached(int key, Bitmap bmp) - { - lock (_sync) - { - _cache[key] = bmp; - } - } - static Bitmap FindCached(int key) - { - lock (_sync) - { - Bitmap ret; - return _cache.TryGetValue(key, out ret) ? ret : null; - } - } - - static Bitmap SafeBitmap(string file) - { - try - { - return File.Exists(file) ? new Bitmap(file) : null; - } - catch (Exception e) - { - StaticLogger.Trace(e); - return null; - } - } - - public static Bitmap Get(int key) - { - var bmp = FindCached(key); - if (bmp != null) - return bmp; - - bmp = SafeBitmap(string.Format("{0}{1}.png", SpellPath, key)); - AddCached(key, bmp); - return bmp ?? _unknown; - } - - } -} +/* +copyright (C) 2011-2012 by high828@gmail.com + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +*/ +using System; +using System.Collections.Generic; +using System.Drawing; +using System.IO; +using System.Linq; +using System.Text; +using NotMissing.Logging; + +namespace LoLNotes.Assets +{ + public class SpellIcons + { + const string ImagePath = "Content\\Images\\"; + const string SpellPath = ImagePath + "SpellIcons\\"; + static readonly object _sync; + static readonly Dictionary _cache; + static Bitmap _unknown; + + + static SpellIcons() + { + _sync = new object(); + _cache = new Dictionary(); + _unknown = SafeBitmap(ImagePath + "unknown.png"); + } + + + static void AddCached(int key, Bitmap bmp) + { + lock (_sync) + { + _cache[key] = bmp; + } + } + static Bitmap FindCached(int key) + { + lock (_sync) + { + Bitmap ret; + return _cache.TryGetValue(key, out ret) ? ret : null; + } + } + + static Bitmap SafeBitmap(string file) + { + try + { + return File.Exists(file) ? new Bitmap(file) : null; + } + catch (Exception e) + { + StaticLogger.Trace(e); + return null; + } + } + + public static Bitmap Get(int key) + { + var bmp = FindCached(key); + if (bmp != null) + return bmp; + + bmp = SafeBitmap(string.Format("{0}{1}.png", SpellPath, key)); + AddCached(key, bmp); + return bmp ?? _unknown; + } + + } +} diff --git a/LoLNotes/Content/Certificates/EUW_prod.eu.lol.riotgames.com.p12 b/LoLNotes/Content/Certificates/EUW_prod.eu.lol.riotgames.com.p12 new file mode 100644 index 0000000000000000000000000000000000000000..3cdb32ebf58e13819af425d73a83860be69af09a GIT binary patch literal 1605 zcmY+?dpOez7zc3s*~VOp8M(!9T-NDKE_2GIjLBs*l$zsGL}f0m99nXjwNNfgLNrpj zL?lxiC8Q(~MOGL_)DU7(F=su`Ij3{}c%S!qzTfA4|N5Y*&|LsX5>16lL18BJ-SlO7 zkQAtx3RwYDAxmf~WFAcg=6+VtVk$5yj)nk`gn0G;Y(QvDsLbCVLkr~f2yYxoa}Ak;NCY%iYFW^Ol4%BQ<;=bKZA=e2N#Y-%69Ys18Qf*~`+PMQ4*Q6-=H)%@^? zVi#JOyy2nr7`VvVOOYR!x;3RP$>RJPA76wGG@Q6yp3%8BpJntv>8N=LqzC2x< z$_H$Z$CvqyM6UY0%ZMM)aq;%O2jZk?tON$QV^AmueDFbnYH+QPRV>j8;R<&9joUV1 zb7zQFpxNk$@Ux}x8((I>e|dtK=g1h%(JE4}X3=WpnpE<`Iv~ky!?%NS!hcC8W(t}0 z#EJQJ14YUqwf^H|f?BrLCU8dK4lje|Kg)Z=%K)fy&Ww1IAQmrIiraE zO0xY+&MAulN-j}7k5s6-YcgR)^By_;c7`Zd5-+pRTp^3LQEkW9Td7SvC=9+7TS*#G z%Gbf~d6PGN_@>PXQ~ia??53J9o1ulors0>m(Y(YXeO&VP7lA6HhIx7HsvV9#pt8Jg zaP33Ld{$3ZP=oW6cDI!Ziw~_p=%)57I5QhKttYi71_>+4LL+!*Ba23e*@Wt(=MYt` zWD8=+na$7ZBdbp*KgOdfdmnwwiD*gbIDMxiYCgwV4=n%82>%ITHj!x=q*Z;s$@FP` z{c!C`MBNFASuyOd|A8$gF91`4NpZ{<4-YE)4|5q1ATCSAVafmWOa9OwIijdBmLo9! zpcDmWv=^3JXP2 z68?#vy{8t-T*eOJk9ls}YCgcijWF*58U_x&;SC~}>n=5f&Zk8iZUA7iv!*CiG0*Ih z1&wv}p%w>IKrpV7D-=SNj#1NETI)Q(QKc%)(@86S>h58;DBGMO7#5{>bq>TDoSflZ zoVI?A#9FXI{K;g)FxhF>ax7Q3H+yxzmMxE*(5-vJ2(qvFBe8sG<*t|Zy4{qlMQbUU>vpv-<>v2oIOCiidH@U*XawY}ccf%#5R$mb$Ww(lf#o(3si@Cs(fhh4b{w z*C0a+zs_6V`!18@w)8Dr`?ga@{3nk={_@o!r>cS9?8_6Qm6sXU^awIe(h0`wfeJIn z(j9OY;_Ki7GmPgQ=H7Q{B{1Jk1p>SpanMrxGh=3*)GiWgV#^lo(z~aU)VA}dW6k>m z^c!i<$Rj2g_T+)Ffg0^6WqJs8R<)mgbYyj;-@Va%u$k>^`9HMM1%gRR6A1x3JWHm z&xS!FudaJCVzwt67S}2p*K~QS=hwB{#Y-VO#yIrt0!riQwU|SaFYOIF;k@O;k5MG- zSG|z;- private void InitializeComponent() { - this.components = new System.ComponentModel.Container(); - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PlayerControl)); - this.ToolTip = new System.Windows.Forms.ToolTip(this.components); - this.LevelLabel = new System.Windows.Forms.Label(); - this.LoadingPicture = new System.Windows.Forms.PictureBox(); - this.InfoTabs = new System.Windows.Forms.TabControl(); - this.TeamLabel = new System.Windows.Forms.Label(); - this.NameLabel = new System.Windows.Forms.LinkLabel(); - this.SeenCountLabel = new System.Windows.Forms.Label(); - ((System.ComponentModel.ISupportInitialize)(this.LoadingPicture)).BeginInit(); - this.SuspendLayout(); - // - // LevelLabel - // - this.LevelLabel.AutoSize = true; - this.LevelLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.LevelLabel.Location = new System.Drawing.Point(10, 89); - this.LevelLabel.Name = "LevelLabel"; - this.LevelLabel.Size = new System.Drawing.Size(46, 13); - this.LevelLabel.TabIndex = 2; - this.LevelLabel.Text = "Level: "; - // - // LoadingPicture - // - this.LoadingPicture.Image = ((System.Drawing.Image)(resources.GetObject("LoadingPicture.Image"))); - this.LoadingPicture.Location = new System.Drawing.Point(10, 126); - this.LoadingPicture.Name = "LoadingPicture"; - this.LoadingPicture.Size = new System.Drawing.Size(16, 16); - this.LoadingPicture.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; - this.LoadingPicture.TabIndex = 0; - this.LoadingPicture.TabStop = false; - // - // InfoTabs - // - this.InfoTabs.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.InfoTabs.ItemSize = new System.Drawing.Size(0, 15); - this.InfoTabs.Location = new System.Drawing.Point(160, 6); - this.InfoTabs.Multiline = true; - this.InfoTabs.Name = "InfoTabs"; - this.InfoTabs.SelectedIndex = 0; - this.InfoTabs.Size = new System.Drawing.Size(334, 138); - this.InfoTabs.TabIndex = 3; - // - // TeamLabel - // - this.TeamLabel.AutoSize = true; - this.TeamLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.TeamLabel.Location = new System.Drawing.Point(10, 74); - this.TeamLabel.Name = "TeamLabel"; - this.TeamLabel.Size = new System.Drawing.Size(32, 13); - this.TeamLabel.TabIndex = 4; - this.TeamLabel.Text = "Solo"; - // - // NameLabel - // - this.NameLabel.AutoSize = true; - this.NameLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.NameLabel.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline; - this.NameLabel.Location = new System.Drawing.Point(10, 10); - this.NameLabel.Name = "NameLabel"; - this.NameLabel.Size = new System.Drawing.Size(130, 13); - this.NameLabel.TabIndex = 5; - this.NameLabel.TabStop = true; - this.NameLabel.Text = "NAMEEEEEEEEEEEE"; - this.NameLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.NameLabel_LinkClicked); - // - // SeenCountLabel - // - this.SeenCountLabel.AutoSize = true; - this.SeenCountLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.SeenCountLabel.Location = new System.Drawing.Point(10, 104); - this.SeenCountLabel.Name = "SeenCountLabel"; - this.SeenCountLabel.Size = new System.Drawing.Size(44, 13); - this.SeenCountLabel.TabIndex = 6; - this.SeenCountLabel.Text = "Seen: "; - // - // PlayerControl - // - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; - this.BackColor = System.Drawing.Color.White; - this.Controls.Add(this.SeenCountLabel); - this.Controls.Add(this.NameLabel); - this.Controls.Add(this.TeamLabel); - this.Controls.Add(this.InfoTabs); - this.Controls.Add(this.LoadingPicture); - this.Controls.Add(this.LevelLabel); - this.Name = "PlayerControl"; - this.Size = new System.Drawing.Size(500, 150); - ((System.ComponentModel.ISupportInitialize)(this.LoadingPicture)).EndInit(); - this.ResumeLayout(false); - this.PerformLayout(); - + this.components = new System.ComponentModel.Container(); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PlayerControl)); + this.ToolTip = new System.Windows.Forms.ToolTip(this.components); + this.LevelLabel = new System.Windows.Forms.Label(); + this.LoadingPicture = new System.Windows.Forms.PictureBox(); + this.InfoTabs = new System.Windows.Forms.TabControl(); + this.TeamLabel = new System.Windows.Forms.Label(); + this.NameLabel = new System.Windows.Forms.LinkLabel(); + this.SeenCountLabel = new System.Windows.Forms.Label(); + ((System.ComponentModel.ISupportInitialize)(this.LoadingPicture)).BeginInit(); + this.SuspendLayout(); + // + // LevelLabel + // + this.LevelLabel.AutoSize = true; + this.LevelLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.LevelLabel.Location = new System.Drawing.Point(10, 89); + this.LevelLabel.Name = "LevelLabel"; + this.LevelLabel.Size = new System.Drawing.Size(41, 13); + this.LevelLabel.TabIndex = 2; + this.LevelLabel.Text = " :"; + // + // LoadingPicture + // + this.LoadingPicture.Image = ((System.Drawing.Image)(resources.GetObject("LoadingPicture.Image"))); + this.LoadingPicture.Location = new System.Drawing.Point(10, 126); + this.LoadingPicture.Name = "LoadingPicture"; + this.LoadingPicture.Size = new System.Drawing.Size(16, 16); + this.LoadingPicture.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; + this.LoadingPicture.TabIndex = 0; + this.LoadingPicture.TabStop = false; + // + // InfoTabs + // + this.InfoTabs.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.InfoTabs.ItemSize = new System.Drawing.Size(0, 15); + this.InfoTabs.Location = new System.Drawing.Point(160, 6); + this.InfoTabs.Multiline = true; + this.InfoTabs.Name = "InfoTabs"; + this.InfoTabs.SelectedIndex = 0; + this.InfoTabs.Size = new System.Drawing.Size(334, 138); + this.InfoTabs.TabIndex = 3; + // + // TeamLabel + // + this.TeamLabel.AutoSize = true; + this.TeamLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.TeamLabel.Location = new System.Drawing.Point(10, 74); + this.TeamLabel.Name = "TeamLabel"; + this.TeamLabel.Size = new System.Drawing.Size(32, 13); + this.TeamLabel.TabIndex = 4; + this.TeamLabel.Text = "Solo"; + // + // NameLabel + // + this.NameLabel.AutoSize = true; + this.NameLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.NameLabel.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline; + this.NameLabel.Location = new System.Drawing.Point(10, 10); + this.NameLabel.Name = "NameLabel"; + this.NameLabel.Size = new System.Drawing.Size(130, 13); + this.NameLabel.TabIndex = 5; + this.NameLabel.TabStop = true; + this.NameLabel.Text = "NAMEEEEEEEEEEEE"; + this.NameLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.NameLabel_LinkClicked); + // + // SeenCountLabel + // + this.SeenCountLabel.AutoSize = true; + this.SeenCountLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.SeenCountLabel.Location = new System.Drawing.Point(10, 104); + this.SeenCountLabel.Name = "SeenCountLabel"; + this.SeenCountLabel.Size = new System.Drawing.Size(44, 13); + this.SeenCountLabel.TabIndex = 6; + this.SeenCountLabel.Text = "Seen: "; + // + // PlayerControl + // + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; + this.BackColor = System.Drawing.Color.White; + this.Controls.Add(this.InfoTabs); + this.Controls.Add(this.SeenCountLabel); + this.Controls.Add(this.NameLabel); + this.Controls.Add(this.TeamLabel); + this.Controls.Add(this.LoadingPicture); + this.Controls.Add(this.LevelLabel); + this.Name = "PlayerControl"; + this.Size = new System.Drawing.Size(500, 150); + ((System.ComponentModel.ISupportInitialize)(this.LoadingPicture)).EndInit(); + this.ResumeLayout(false); + this.PerformLayout(); } #endregion diff --git a/LoLNotes/Gui/Controls/PlayerControl.cs b/LoLNotes/Gui/Controls/PlayerControl.cs index 56efd03..b30e240 100644 --- a/LoLNotes/Gui/Controls/PlayerControl.cs +++ b/LoLNotes/Gui/Controls/PlayerControl.cs @@ -508,22 +508,13 @@ private void NameLabel_LinkClicked(object sender, LinkLabelLinkClickedEventArgs { if (e.Link.LinkData == null) return; + var plr = (Tuple)e.Link.LinkData; - string region; - if (!LeagueRegions.TryGetValue(MainSettings.Instance.Region, out region)) - { - StaticLogger.Info("Region " + MainSettings.Instance.Region + " is not supported"); - return; - } string url = null; if (e.Button == MouseButtons.Left) { - url = string.Format("http://www.lolking.net/summoner/{0}/{1}", region, plr.Item1); - } - else if (e.Button == MouseButtons.Middle) - { - url = string.Format("http://bladecoding.com/lolnotes/leagueofstats.php?name={0}", plr.Item2); + url = String.Format("http://lol.moa.tw/summoner/show/{0}",NameLabel.Text.ToString().Replace(" ","_")); } if (url != null) diff --git a/LoLNotes/Gui/Controls/PlayerControl.resx b/LoLNotes/Gui/Controls/PlayerControl.resx index 1329d8c..a393cb4 100644 --- a/LoLNotes/Gui/Controls/PlayerControl.resx +++ b/LoLNotes/Gui/Controls/PlayerControl.resx @@ -124,139 +124,133 @@ iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAASdEAAEnRAQX8q5UAAAAGYktHRAAAAAAAAPlDu38AAAAJdnBBZwAAAEAAAABAAOrz - +GAAAAAldEVYdGNyZWF0ZS1kYXRlADIwMDktMTItMDhUMTI6NTE6MTQtMDc6MDBeNyKOAAAAJXRFWHRk - YXRlOmNyZWF0ZQAyMDEwLTAyLTIwVDIzOjI2OjE4LTA3OjAwZ+w9QQAAACV0RVh0ZGF0ZTptb2RpZnkA - MjAxMC0wMS0xMVQwOToxMTo1MS0wNzowMPnIXZsAAAA0dEVYdExpY2Vuc2UAaHR0cDovL2NyZWF0aXZl - Y29tbW9ucy5vcmcvbGljZW5zZXMvR1BMLzIuMC9sagaoAAAAJXRFWHRtb2RpZnktZGF0ZQAyMDA5LTEy - LTA4VDEyOjUxOjE0LTA3OjAwAYZUugAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoA - AAAXdEVYdFNvdXJjZQBHTk9NRSBJY29uIFRoZW1lwfkmaQAAACB0RVh0U291cmNlX1VSTABodHRwOi8v - YXJ0Lmdub21lLm9yZy8y5JF5AAAdMklEQVR4Xu1bB1RWV7YGa4zGWFLtvVdE7AVFmiBFLNgQFQULNqQq - vXdEBERAepEiKBbEXmPFgjVlJprJvGTykpnMm0lMdL/vu/zXIUYFE9966701rLXX/cv9zz3ft8vZZ5+N - lta///7NwL8Z+P/OQDfTEC2Itub6+uF2mx6q1c0yig9pAmnTzSS4T1eT4EkQM8gcyDLICshCyEzIdMhY - SA9IO/ymeffpodrdp4e89slpQPMZYyHN+P61/HGgHlbRBN2ym2nwUABxgCTgfSXA3OthHv5NrxkR3/e2 - iPxHX6voR32tox/1sYr+oY9l5H/hs+97mod/hftudzUJOYrfZXYxDvbE1QTSHWO0IBm/d7Ia8G/hGgxJ - grzxe8dUJtXDLIzXdzDZWZBcAPlDL4vIH/vbxMnQ+UmityRdJjjliP6afJm2freYbCoRM7c9Yu6uSqlM - 31Qs09bmyUTHDNFbvEMGz4l/DGK+gzXd6GISnA9C1mFsXTynleZ5r6Q4DfhWGMOnq2nIP/A+k5b2uwjQ - DNoCg87A64qeM8L/NmhOvOjap8lYxxyZ5FwoU9cD2MYSMXQpFaNNe8TYtUxMXMvF1H2vmHvuE8st+2Wm - z0GZ418pC4KrZHHYUVkacUzsw6rE1q9Cpm8slPEOaSBk6089zcM+BxlFXYyDaF39GmrCmnm2BIleA22i - /zZ8bpzgs12wtt9GAAfEBKj1rrhGQyNfD7VNkIkrc8RgfZHory2SiWsKFZmwZjeuEOciEFIsk9cWi/66 - EpmyvlSmbtgjBi5lYripXIxc94qJ+z4x89ovVj6HZG5gldhHHBenuNPivO2MrIo9LvN9y2WK0y4ZPDv2 - B1jZHRARDULG0EU6Gwdp9UTsefZPA/5N3Os2cGbUd+7bQaxXgYCMdMz91WMAB+xsFETwwyAH+llH/zTB - MUtMXaFdaHgywI9bWSBjIeNWFcj41RoSSADATwZ4fRX8xjKZ5lL+lABjt30goUJMPfbLdM8DYr75IMio - FNugo+IIItxTL4hv5iXx2HFGFvmXyVj75Ce9ZoQ/ALhUAJpG9yARPTREcK6IHW/gu439rSO/dUuoksNX - H8pC790CDKmvTECt5pVgNBxyGn4qRhuKxMILE4dpU/MEP8YpXyFg/CqAX70bVgCLULW/HtrfAO1vrNX+ - NI32nwVv5nVQIcDC+5DM9DuskGAfeUKct58Vn8zLElNyQ6J2X5W1sZVisDJN+lpGfgWgGZBxqmsAfHPG - jr6WEf+5Ie6QHKn+Qk7e/FIWbFEI2PlKBGhMieB7QCqHzI1HICsVK/iwqVuZ4uvU9lPweD0JhEyBxg0A - 2NBlD2JAmUZqtV4rexXzVwjwgM977ocb1Gp/xpZDYuVbKbMDj8iC0GOyBASsiDsla0CCG6whrPCa7Dx4 - V1IP3pYtKSfEcFW6wCL+CHAhADcY4Ff3sYj4i3PUfqm88kAOXH4oR6/9SSUg5bcQwCiaOMAm9rGZawmC - 1wEx89iLIFcK/96taJxXkmGIwGfsUqJE/OmupWIOsiw9y8XGu0Lm+B2UeYEw7cDDSvCzRhA033xAAU/T - r9X+IbH0rhQb/yqZF3JU7BAPHGJOySrEg3VJ52TTzo/EK+OSBOVXS8K+W5J/8lPJO3ZP6OPjlyT9BCXd - BxnfOIXvk4OXH8jeCw8k98SnsII/yfzNhbSAHcDStEGrgGr6+MFsDPqtgXO+zPKFecL06fdTYdb6a3fL - 5DUwe8QDPfudMnz+dhk0e+uTATYxP/efqchPA2fFPho6N/7xiIWJMmF5mhivxzhbymRx6GFxiDouSwBy - XtARxe9p+ta+h2Uu3i8MOy5Lo0+K01YExMSz4pLykXikXxSf7MsSmH9VwouuS/zeGsk+/onsu/i5ZFfd - llUA7hx9QPbjfcWlB7LryMeSg++rQMA8L4WA5FciACS8D6kaabdDZkHz1jD96W6I3ljeJmN917VLEVjG - k94WEUxsPu83M/bqoLnbjg6au31f/9nbSvtYx4Zg/V2BgOUC04zEw0sRya/RRIfZxv+sj+g+e/MecYw+ - Jmug5eXQtl34ccX0F8P0l8eektUJZ2VD8nlxS7sgWxAM/XOvSujuaxJdekMhYPv+25J6+K4Un/0DtP4Q - Ae8LBXzG0Y8l7fB9haBKfDbXs0A6GQUlIZ7VbwGq72PCtgD2d1MkLNT+DKzhxptKZaxDukC7AB751cA5 - 207pLU3PnOxcGI11PxiuETDaKS9g5PKc2WNWFb7Vd2aSVm8rJUVuhPHoTl0gk7lE4Vreyzz8wfB5236e - viFPHCOrxAtAGfkZ+Gj6axM1pr/rovjmXJHggmqJKL4uceU1klBxWxJBQNKBO7IDcSHj6H1F47uq7ivg - KZlHP5FDV76QOR4KAYlQSIMJeJMZng5M10ajfRP4t+6iHQKN/x3Jz9mJK3OTTNzKg8w8K/xneFUEWGze - H6i/rihI1yF7LeQDiBaIeO46zbwf47eGjIR1bAFBZwfOjP67sXOWrI8/JmEAGgxf9wRwd5i+dxZMP++q - hBVdk5g9N2UbYgC1n3jgtiQfBAGH7koKZGflPQV4Okjg6/SqjxXLmO2RTwKYpnOv8vKMUpP0DMAkP9Zf - laNon0FNBz4OrX+tZ59aYu6xL8TK+2AAMrpAG99DgXP8DwfidcDYlfmBI5ZlG4x0yNYmAfX9aayN1tEB - RHCjdAiZ2/fmG3LEJ+2MJAFoTOlNJfCFFFZLFJbCrRrTJ/gkgoeo4FMPE3St9pNgFSm47r/0UGa555GA - bfUSUMf8Z3PTMh2R39Jrr4y0S5ZeFhFfj1uRlTXLrzJgTsDhAGRu/ghgfguCj3ovDD3uBQvw1lue4wng - 3QneogEEqATxub1nhDPneBdEzAcRh4fNjfunfUCZbC+/LplH7iuRP7b8Jkz/lqJ5mr6qfWqb4NMIHpJy - 6B7u4/f3pOLiA7FxUwiIbxAB2KXRPP0Q0cUCy9iEFRk0+7/pLUkrsA084rsg5BgAH/NaFHrczS7suIt9 - +Il19hEn1yDn9wDwlZC3GqL951kHiZi8PIVEfMCEpodZaM1kh5THfmmnpOj0p1jWPlFA/8L0K39p+qnQ - euKBuxK39zbc5K7sw3I40zWXBGzF+I1f6gIaC2gOAjJ1FiQh69uNSB/zGMHuyGz/So/F4Sc22kecWLck - 8uTqJZGnHJdFnXJwiD5tvyz6tN2U9cXuMP/5AN/0txJQ1yLggo2Q9yO5CUoaZBP93fLgMik4fk/KPvoc - Jn5PIeJXpg/t74D2t0H70WW3JL7irpTjfutNOdLJMDAOYzaAAJOQ1sz5dRYly3CQgD395wbrdgcA5ArI - MoeY0/bLY84sXBF7dp5T3NnZK7eet8Z764nOu11BgCXAN/69BKhEaNLwViBhMa3BdM0uSd9/Q0rO/UEB - n/KM9ukK1HostB9eWoPrHYUwDQGxDSIA2n8HN54aPHeb9LaM/GnovMRCu/ATdo5xZ+c6xZ2btXLrOetV - 8ednrN52fvqahI+M1m6/OBVkTJuwunD9CIdsQ51lWQ0KgPUFyF9aQ0hLbHoSh82JfbKt+JKiVYJVfZ+B - j6afBJ+P33dHoqD9kKKbuN6WPec/FysXxQJiGkQAtP8BbvwImqf2H6KgsXH1to/MIKZrEi4YOm+/MHVt - 4sVJ65IujV+ffGn0xh2XdUGIHnaFdoj+YwYtznhtBNTu7kKbALwjtrZ/8U45pqS52cc/fgpeDXw0fQa+ - mHJov6RGAgpvwApuSem5z8WyloAo7BobNSQGMAM8D5EBs+LKEeRMAXYiZNwGDWCXHVeGbdp5ZbBr6tX+ - bmnVfUBIn6kbSqZhFRgwYFE6CPj1+t9QjdfVPAoi2giGc7C7+2IjdncEn4c9wK/X/H8FvkiADob2ffOv - S0jxLbjLH8ViYzYJiIQbNYiA9gB/ElvLR6PsUzxcU6/puKQQ8NVBGsC93dKu9fBIv9bFc9f1jl4ZN953 - 2Xn1Xez8+umtyO0wxH6Xtu7y+nOAlxFCLQ23jdMCeONe5mEfO4aUI8f/oxSe/uy5az6XOzXwhRbXiD+0 - vznnmgTtrpGSs08JiGgoAa0wgQqY3p8NVueYeWff6uGedq07wHaGdADg9zZn3mi3Jevm2z5ZNS39cmre - 2JJ5oxkIaDlyeW6LYUsytBAMX1XhT+8neGiL4MfAZKtZzCg796kUndEEvjoZ39M1f/8d5Ai1ph+4+6Z4 - 510X96xqEHGzrgWE06Ia4gIsG8Wi7LXXyn1PH7+8O+0BuC0At/bOBODsmjcCcm83Dcy70zg097Z2TMFd - rRMXH2i1MMrS6muXqzVsRbbW0FdIguoypclCWX4bRCucieWr5PTH2PHVbnAysMPLxDXr2CdK3s9rGtLd - ZGXpu6v4f1jJLQ0JNyS0tDYIWmzIko6GgWG9keM0hADe9H5Ps7Cu83wPNA0out/IJ+92I/+Cu9p+u25r - Fx75UktEtD75D/nNWn5REqTJQ7pj+dtniKpPVmWNUtBgWasSUoUKD98fu/6lHL/xpRzFldvdQ9jxHbj8 - BYh6KOUXHsqejx5A8w+kDK+ZCJmvVwgIxU705QS8VkTPGUxNtdVr3YCn+awDrnlwv8dTVqQolRzKQu8i - WeRTJHYU32JZ7Fcs9hBeF+M9P6Ms0shCzdXOt0QW4Lc6tltZFA1tqAsoNUCY4SIUERY+Iwvwvq7Mx/v5 - SDNVmYf3z4otMjpbjEmZC+n9EgIm47tkCCu46Vj+0jHeU8Fz0jvxM+OgXbju4vUZycD7X4pRUAYsKgtj - znr2uS/YqipnaAG9LcJ/HG679QedefG/kBF4P2J+/D8pui8Q5ft5W2sFrwfMjPonxvwBcrAeArhfZ+2+ - Get3dYTpecPEOJiFUUjQU9GcByhpcL0xoNeMMG0WGSc6pEhA9gUJyb8swXmXJBTXiMIrEl10VWJLrkr8 - nmpJLL8mO/Zdl537IRXXldfJe69JEj7fXlaNnVy1hOacE32YMyZxFQ8fXe8kXqMf9reK1MKhCM4cQ0lq - wwign4CAsKlOaRJbhr04lhW/ghtKahm559bTXVYKUtFd2KYyGnOXxisztKxjrMTcl7wTiNhVd2Q+ljGs - 5fehQUOM/bvP+1R+Tpz4s9a31X/V2r7nM63o3fe0Q3IRqHNuNfHNudXcO7umxeasGy3DSz9tNXZpKmsb - LIYY10s+b+hpHkoCwkkAa2+e2dfELbNatuReV9LLMKy1McixmXgw/VRSUeThqZrcnNWZ9Kp7knXkjiwL - KhPs879gNodl9XdFYB2HTK1hyzK0RznmNrXecrBJcM6dxv45t5sC8Bs+2TUtvbNqWm/JvNmOeQrylQ89 - dl3rHFBwt7OeXfJiJHXfA5tPgwhgtgQCIqauTFcIIHAvZFWKFSDLioIVcMPBigs3ILUbkdqNCVNUblVz - UK5mhbafVeQ3AO/IfP6lvtcAsx/hkKU1bGlG4zFOeR1xvthhS1bN25szb7b3rAXcgYDd0691d0ut7oWM - tZ/rzqsDXVOrhwy13RaFZ/NsME51gxc+jpPUEBBJAmL23FByah9kVnSFCOTZ3Gpyy1lbc6vVvgIeW1OC - zz1+X9wTj8jgWTF/5+Ekxvz9R9KYMbfYw5dmNhntmDvczHOfnnt6dVcA7gHAvZmiM1Vnyo7N2Yj1yZdH - bdhxeSwOX01xLH9cQ8AOXF9eFK1DQJQBTl3iEANo9v7QPnNsFhlo+sy81F2Yqn1ec+H3fumnRGfe1h8B - PhrjsbbQAP3WfwsJ0Fma1VRvRY4hjuVmbEy5PISAAVSXmzRu1rhLxW51CnetqxMumExeleOBPoWvYYG0 - gHTNCvPih3Gy3DPDBWKmrd6l1N4Z/Li7YgDcCu2z3KSafl3tM/iF552X0YsSngB8NsZ653WB54xJAPYY - zXC1Rfl9ydrECxM0gKcCsBG366xTrIw/Z4UijQ1KdgsHz00o62MZ9bifdQwJaJgFaAiINQQBLERyg6EE - PuTZCTB9Rn/F9J/x/WwQ4JpwWLDmPwYB+Yj6ffpZRby2qE8CIC0gy6a5lK5ahYIMATuhQOMYd262Y+xZ - 2+WxZxY4xJxZjDLdUn3ngsCeMyK+YFWLPQyYT8MKIhoC4oxQfkrcf0sJemrg47ZTrbs/1T4CH+tzaTih - ycCy55F8DMfYiY/B+HkQMRNXnjFoQRP12/lL7tAQ0BrX1aZu5c6oUNmyNKfUJKNOL1sadcoRtcpV9pEn - 16J+6TpgdvwxtOQ8mbw6j3WNJ5iDJ5Kj+hMhpQKDCqqxc4bsQPmZ20wl8MH06wY+ZdlDLOCyRwJYpk45 - dAcnM3clIv8CihA50scy4i8gAUdSwUPrLUfVQ4+GgA9x2LIJJfgNBAywqxdHnFyHYq3LorDjbjB7z/nB - RzePWpqeDd//6+il6WK0sVj6WkX9gDksbNAyiJtIwDaTtRkAeAeV1Tu/XPOfMX0eSxE8j6lYs2fcSNgH - lympFqfIAzLaLvEJm6FAhAsm0Y3V3leNDag1qjFgCFYBHxvfSg+U5N1Ynue5xPygo74o2fvPDajyn7Qq - NxWm/+UQdLBMxzG+wdp8Qan/P/Bsdom9nGYNQyQgYfq6TEk/fEfR/HMDHzSvaj8RBPCoiuCjkDvwADMU - Jzlhu3G8lXpWrNwK2ObyI8a/iI3RekyGnWAvL1HXmapG+40RBC0mrCnkSZS/LQ5mcA3AQQ1OpQ4FWG05 - EIiT6kw0az0YMGsrmrOKlANdnmXSHfHMD1+FgO1m2ENnwJyZ7fGkRV3zudxxza9r+tT+Nmg/Bssmj655 - hO2D8zwvnO1tzrgoXukXcApcJYbO2TLQRiHiMg9fIKPwuhWs4oW+qYsMUENAJ1w3ovkiyNr7YKAlAFt4 - 7Q8w96wImLahOFJn0Y690Pw3A3GgM8W5ACdaFWK1eZ8MQXWbAZCW3VACmsICEs1RRck6yiMnzWmrxvRV - AlS/5ykNtb8VJ7aROLsLhub9cJLLZgZXNDWwuYEdHjzxXR1/WhYEHhT9VVnsAnuMvcFDTK4QshKi29XI - v21nfbcmVH77ASaKDYxckQPJfRPgZyELDDB2LfdHx1kAOtCCJq0piB1ht7MIfYh3Af5HlPBlKvoWzNHE - wWYOw/WF7CD5BmPXvw/gwzQuQAKSWEnNxdLGRgM16ck+9rEUnuLmh+fvtb5P8DytjcapbRhMPwCnuFug - fXccdW/YcV7W4IyfbS7s9+H5P2Vh6FGZ7YsJrivAiXMyj9sfYa/wEB2mh7saB8Z1MQpw6mLoZ9xlmo9e - d9PA4YPmJS4Zumhn/Milu5J5HD9sQVI5zPw8zP2LnuYRP/Sz2Sp6SzPQnlOM9p1yaB6teN77ZcTCJGq/ - HLja1qv9ZwhIZi09/wR3drUE5GCnR/CBmWckMOOMstnJhIUkwQLicGjJc/sgHGv7Zl9RjrXZ1cHzfSdo - fRm6PRYBOLs/2ABliY6QmegFmuV/WGxw+mzugXa4NXlKpwkPZNhVCs19B1K+hHs86GEe9jWi+rcIZn+F - pv8B4D/3tY6VQbaJMsI+XcY65Sng2b3CPgaeaBs45zH4UfuW9Ub/uqUp7NubwQJSeJxUeKq2CEnNF53+ - RDajMQmntj/hkOKHOei6iCy4UBsoK2rg+9fQwXEFPn9JaWhan3xOaXJgp8fiiBMyH30/swKqFPAz0A/E - viA2R1FmQCzQM4Q+A6Whko2Wk9CFMg7Nl6OWZYguOk91AZTXkcsyZfTyHBnjmPe0QYt9SuxbMnMvF2to - nh2pA2vX/kSARytvA9PxHhYxWl2NAkjATp6oFoGAPOz1Cd4XJ7SoED3qPM03u6O++6auxgEXUe15tCRw - j4QXXJKtZYj+8H8S4JIC04fPO6LHZ0nUSfT8HJM56PxiDxA7wdgRRuBskmKnmDEaJtk1xu4xI3SVspts - GlrqDNBaNxUdZ2y0ZM8hmy/ZiDkOzVlsy2OHGo7k0IRZrLTtWW6ukBmwJvYrwZ1OdzbY3F+jXO2GZmHa - 7+kubtHZKDDdxi1XigG89OyniskD7E+dDHzy2/Y1HozBPmjX32x0h0mukd1Ngz4bbbf98UK/PbI59YwE - 5F4WT0R9Bj1qnz5vG3xUZqL7ywJdYLXg0XSB7jA2SLJRUgVP4OwlZE8hewv10Yw1GabNjlMVPDvTVPDs - UWSjphFa8tiGy0aO4fMTCf5mp8mbpmGeb2ikKa6NIS8kgl/whqZv99R/q7NhQOYsNBUUn/lEQrLPysiF - 234G+OK2fY10cE8nxktI98ZvtO7bfpCVZYdJm1K7mQR+Nnxe/M+WrgVocz0iG5MR+RPOwP9PgAB0gsHn - qX0zEDAd2jel9p8Bzy5SA3STsqWWrbXsMq2refYlshuVBIyF9tmSy55EpW8RS19tzh9Y3WG8s4V246Zt - Mce3Ia0gb0KaQ7jC/IoEFXwzstWqy6g2nQ39s9lWEgrw1G6naT5lbfuZjMT3nSE9IL0hfSEDKI2bv6XT - pvc0mw/HrUnsauR7F20ujyaiLc7as0TsQiphBcdkHqyAQc8S7XDmJECjfSOYviFMnx2kT7UP8DR79hkr - 2kfn6Xh0oNY1fVoCA98UNGgzeKJ958cuhr4H39O1M9TWbvw+5vUupB2kDeStl5HQiJrXmMqbrTrptO9i - 5J+LDY2MAfjOhr772g0wH6UB3x3XXnXA0x2GQWgZIxo1aTamVWe9We/p2od31Hc7Aff4Cr2CP49dlqas - yWy3sUGTJPqKBD1GCIaMAxVi4lbr+/R7xfw1BPxa+xrzRwAcvTxbdBalcMV4DOv7pOMkl+DW3SdwHh0h - HSAk4R1IXUtogfdU9C/cQTH9fxEwoj0CXD6rKF2M/A62HzJztGbArnW03w+vB0KGQIZDdCEkaQxkHKxs - QtNW75m+3WvKyvdHOezsNMXjUneTwK/Qd/SIXebcpCBnFzRewH/RYYoAZgRhe60BovkU+j6DHkycZk9z - 13MA4MVoo5+XLFz30ar/A+Z5t+PkTUntB1mawQpplZxjFw0JH+CqWoHqCs8lgBZA36CPvPlWl1EKAZAj - 7+nMJ6j3NANy4GctYBA+G6qxALoIyQIBWhMgkyCTYY4GzVp3sG7dffzKd4fZRnw4zrms81Sv692MA77s - aRbyPUnBP1o8QRsOcoAEGWy7XYYgoxuEK7a0Ctg+1jFPCLi7afDXXY38akBo6QdjHD3b9JpiBOB0w54a - 5ZAAxqhnLaA1PmupUbJqAXj7r7+nbvB2j4ntuhhscfpwjCPB0HxIwIeageuS0AefcZkhCaoljMBrPQ0R - Y3EdD5mokoGrfqMmzQ2bt+1qDaLt2w0w2/iuzoLQD8asTOswYd3ujpM2lnfSd6vsPMXjOEAeRiTfg89y - ENS2v6+3xKPdQIv5rTqNmNqkZXuaOq2Qc6BLMi4RPGNUXfCMAc9q/7mBkFQoJDRt+W6L1t3GtWnUtAWj - J3/MQWhK9CkOTob5MNUaOAnVJRgTaBF0C5JB1yAhqnuQlLpCl4Foj9Vu3Gxc4+atxjd5sy3dZ0LTlu/g - /Vuj8DnHIcF0ORKuAqfJE3g3DXD6Ps2eCmsPaQNRNf9c08f3v/p7uhziG66hNBtGUJUIBhUSQYvgA8m4 - SgbNUF0dOFGaJidNUgiAxAzTCAmqK+rnvIf38jf8LcfgWFxx6mq7G97TGuuaO5X0IuDUOhXc4D8SoboF - YwMZpEWQ0TYQWgXJINtkvS4hnBgnSAuhhkgMzZTkEASFgOqK+jnv4b0U/o5jcCzVvFXAfOazSx3npq75 - VJ6a/LwScPzuV38qGWRRyRUgTCz4MNU6GCtUUqgJlRiVHLoOLYYAVKH1qMLP+L26hPF+kqoC5XgknBrm - s9pA6gKmgqiouqAbnP4+D/SLPuOgdQnhA1VSOAkSQ7dRrYWuQ+GEOXGVKJL1rKjf814Kf0eQJJnjcVyO - TwUQLJ9LpXAZp5b/RwA3hByVFJUYTojCyZEglSROmBN/mfAeVfg7jlEXpAr0fw1sQwj5P3XPfwPhGvDv - JKyj5gAAAABJRU5ErkJggg== + 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 + RK5CYII= \ No newline at end of file diff --git a/LoLNotes/Gui/Controls/StatsControl.Designer.cs b/LoLNotes/Gui/Controls/StatsControl.Designer.cs index ea5caa7..8a683de 100644 --- a/LoLNotes/Gui/Controls/StatsControl.Designer.cs +++ b/LoLNotes/Gui/Controls/StatsControl.Designer.cs @@ -60,9 +60,9 @@ private void InitializeComponent() this.GameType.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.GameType.Location = new System.Drawing.Point(3, 0); this.GameType.Name = "GameType"; - this.GameType.Size = new System.Drawing.Size(43, 13); + this.GameType.Size = new System.Drawing.Size(41, 13); this.GameType.TabIndex = 5; - this.GameType.Text = "Type: "; + this.GameType.Text = "種類 :"; // // MaxElo // @@ -70,9 +70,9 @@ private void InitializeComponent() this.MaxElo.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.MaxElo.Location = new System.Drawing.Point(3, 13); this.MaxElo.Name = "MaxElo"; - this.MaxElo.Size = new System.Drawing.Size(60, 13); + this.MaxElo.Size = new System.Drawing.Size(63, 13); this.MaxElo.TabIndex = 0; - this.MaxElo.Text = "Max Elo: "; + this.MaxElo.Text = "最高 Elo: "; // // Elo // @@ -90,9 +90,9 @@ private void InitializeComponent() this.Wins.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Wins.Location = new System.Drawing.Point(3, 39); this.Wins.Name = "Wins"; - this.Wins.Size = new System.Drawing.Size(43, 13); + this.Wins.Size = new System.Drawing.Size(41, 13); this.Wins.TabIndex = 2; - this.Wins.Text = "Wins: "; + this.Wins.Text = "勝場 :"; // // Losses // @@ -100,9 +100,9 @@ private void InitializeComponent() this.Losses.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Losses.Location = new System.Drawing.Point(3, 52); this.Losses.Name = "Losses"; - this.Losses.Size = new System.Drawing.Size(54, 13); + this.Losses.Size = new System.Drawing.Size(41, 13); this.Losses.TabIndex = 3; - this.Losses.Text = "Losses: "; + this.Losses.Text = "敗場 :"; // // Leaves // @@ -110,9 +110,9 @@ private void InitializeComponent() this.Leaves.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Leaves.Location = new System.Drawing.Point(3, 65); this.Leaves.Name = "Leaves"; - this.Leaves.Size = new System.Drawing.Size(56, 13); + this.Leaves.Size = new System.Drawing.Size(41, 13); this.Leaves.TabIndex = 4; - this.Leaves.Text = "Leaves: "; + this.Leaves.Text = "中離 :"; // // StatsControl // @@ -125,7 +125,6 @@ private void InitializeComponent() this.flowLayoutPanel1.ResumeLayout(false); this.flowLayoutPanel1.PerformLayout(); this.ResumeLayout(false); - } #endregion diff --git a/LoLNotes/Gui/Controls/TeamControl.Designer.cs b/LoLNotes/Gui/Controls/TeamControl.Designer.cs index 09e15dc..df59762 100644 --- a/LoLNotes/Gui/Controls/TeamControl.Designer.cs +++ b/LoLNotes/Gui/Controls/TeamControl.Designer.cs @@ -28,30 +28,29 @@ protected override void Dispose(bool disposing) /// private void InitializeComponent() { - this.NameLabel = new System.Windows.Forms.Label(); - this.SuspendLayout(); - // - // NameLabel - // - this.NameLabel.AutoSize = true; - this.NameLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.NameLabel.Location = new System.Drawing.Point(10, 10); - this.NameLabel.Name = "NameLabel"; - this.NameLabel.Size = new System.Drawing.Size(61, 16); - this.NameLabel.TabIndex = 0; - this.NameLabel.Text = "Team X"; - // - // TeamControl - // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.White; - this.Controls.Add(this.NameLabel); - this.Name = "TeamControl"; - this.Size = new System.Drawing.Size(500, 890); - this.ResumeLayout(false); - this.PerformLayout(); - + this.NameLabel = new System.Windows.Forms.Label(); + this.SuspendLayout(); + // + // NameLabel + // + this.NameLabel.AutoSize = true; + this.NameLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.NameLabel.Location = new System.Drawing.Point(10, 10); + this.NameLabel.Name = "NameLabel"; + this.NameLabel.Size = new System.Drawing.Size(53, 16); + this.NameLabel.TabIndex = 0; + this.NameLabel.Text = " X"; + // + // TeamControl + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.BackColor = System.Drawing.Color.White; + this.Controls.Add(this.NameLabel); + this.Name = "TeamControl"; + this.Size = new System.Drawing.Size(500, 890); + this.ResumeLayout(false); + this.PerformLayout(); } #endregion diff --git a/LoLNotes/Gui/MainForm.Designer.cs b/LoLNotes/Gui/MainForm.Designer.cs index d6b6600..59ea1e5 100644 --- a/LoLNotes/Gui/MainForm.Designer.cs +++ b/LoLNotes/Gui/MainForm.Designer.cs @@ -38,679 +38,652 @@ protected override void Dispose(bool disposing) /// private void InitializeComponent() { - this.components = new System.ComponentModel.Container(); - this.tabControl1 = new System.Windows.Forms.TabControl(); - this.NewsTab = new System.Windows.Forms.TabPage(); - this.NewsBrowser = new System.Windows.Forms.WebBrowser(); - this.GameTab = new System.Windows.Forms.TabPage(); - this.splitContainer2 = new System.Windows.Forms.SplitContainer(); - this.comboBox1 = new System.Windows.Forms.ComboBox(); - this.button1 = new System.Windows.Forms.Button(); - this.PlayerEditStrip = new System.Windows.Forms.ContextMenuStrip(this.components); - this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.clearToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.SettingsTab = new System.Windows.Forms.TabPage(); - this.groupBox4 = new System.Windows.Forms.GroupBox(); - this.DefaultGameTab = new System.Windows.Forms.ComboBox(); - this.groupBox3 = new System.Windows.Forms.GroupBox(); - this.DownloadLink = new System.Windows.Forms.LinkLabel(); - this.groupBox2 = new System.Windows.Forms.GroupBox(); - this.RegionList = new System.Windows.Forms.ComboBox(); - this.groupBox1 = new System.Windows.Forms.GroupBox(); - this.InstallButton = new System.Windows.Forms.Button(); - this.ModuleGroupBox = new System.Windows.Forms.GroupBox(); - this.MirrorRadio = new System.Windows.Forms.RadioButton(); - this.ToolHelpRadio = new System.Windows.Forms.RadioButton(); - this.ProcessRadio = new System.Windows.Forms.RadioButton(); - this.LeaveCheck = new System.Windows.Forms.CheckBox(); - this.DevCheck = new System.Windows.Forms.CheckBox(); - this.LogGroupBox = new System.Windows.Forms.GroupBox(); - this.DebugCheck = new System.Windows.Forms.CheckBox(); - this.TraceCheck = new System.Windows.Forms.CheckBox(); - this.DatabaseGroupBox = new System.Windows.Forms.GroupBox(); - this.ExportButton = new System.Windows.Forms.Button(); - this.ImportButton = new System.Windows.Forms.Button(); - this.LogTab = new System.Windows.Forms.TabPage(); - this.LogList = new System.Windows.Forms.ListBox(); - this.ChangesTab = new System.Windows.Forms.TabPage(); - this.ChangesText = new System.Windows.Forms.RichTextBox(); - this.DevTab = new System.Windows.Forms.TabPage(); - this.splitContainer1 = new System.Windows.Forms.SplitContainer(); - this.CallView = new System.Windows.Forms.ListView(); - this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.CallEditStrip = new System.Windows.Forms.ContextMenuStrip(this.components); - this.dumpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.clearToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); - this.CallTree = new System.Windows.Forms.TreeView(); - this.teamControl1 = new LoLNotes.Gui.Controls.TeamControl(); - this.teamControl2 = new LoLNotes.Gui.Controls.TeamControl(); - this.groupBox5 = new System.Windows.Forms.GroupBox(); - this.RecentGamesBox = new System.Windows.Forms.CheckBox(); - this.StatsBox = new System.Windows.Forms.CheckBox(); - this.TopChampsBox = new System.Windows.Forms.CheckBox(); - this.tabControl1.SuspendLayout(); - this.NewsTab.SuspendLayout(); - this.GameTab.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit(); - this.splitContainer2.Panel1.SuspendLayout(); - this.splitContainer2.Panel2.SuspendLayout(); - this.splitContainer2.SuspendLayout(); - this.PlayerEditStrip.SuspendLayout(); - this.SettingsTab.SuspendLayout(); - this.groupBox4.SuspendLayout(); - this.groupBox3.SuspendLayout(); - this.groupBox2.SuspendLayout(); - this.groupBox1.SuspendLayout(); - this.ModuleGroupBox.SuspendLayout(); - this.LogGroupBox.SuspendLayout(); - this.DatabaseGroupBox.SuspendLayout(); - this.LogTab.SuspendLayout(); - this.ChangesTab.SuspendLayout(); - this.DevTab.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); - this.splitContainer1.Panel1.SuspendLayout(); - this.splitContainer1.Panel2.SuspendLayout(); - this.splitContainer1.SuspendLayout(); - this.CallEditStrip.SuspendLayout(); - this.groupBox5.SuspendLayout(); - this.SuspendLayout(); - // - // tabControl1 - // - this.tabControl1.Controls.Add(this.NewsTab); - this.tabControl1.Controls.Add(this.GameTab); - this.tabControl1.Controls.Add(this.SettingsTab); - this.tabControl1.Controls.Add(this.LogTab); - this.tabControl1.Controls.Add(this.ChangesTab); - this.tabControl1.Controls.Add(this.DevTab); - this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; - this.tabControl1.Location = new System.Drawing.Point(0, 0); - this.tabControl1.Name = "tabControl1"; - this.tabControl1.SelectedIndex = 0; - this.tabControl1.Size = new System.Drawing.Size(1165, 868); - this.tabControl1.TabIndex = 0; - this.tabControl1.Selected += new System.Windows.Forms.TabControlEventHandler(this.tabControl1_Selected); - // - // NewsTab - // - this.NewsTab.Controls.Add(this.NewsBrowser); - this.NewsTab.Location = new System.Drawing.Point(4, 22); - this.NewsTab.Name = "NewsTab"; - this.NewsTab.Padding = new System.Windows.Forms.Padding(3); - this.NewsTab.Size = new System.Drawing.Size(1157, 842); - this.NewsTab.TabIndex = 6; - this.NewsTab.Text = "News"; - this.NewsTab.UseVisualStyleBackColor = true; - // - // NewsBrowser - // - this.NewsBrowser.Dock = System.Windows.Forms.DockStyle.Fill; - this.NewsBrowser.Location = new System.Drawing.Point(3, 3); - this.NewsBrowser.MinimumSize = new System.Drawing.Size(20, 20); - this.NewsBrowser.Name = "NewsBrowser"; - this.NewsBrowser.ScriptErrorsSuppressed = true; - this.NewsBrowser.Size = new System.Drawing.Size(1151, 836); - this.NewsBrowser.TabIndex = 0; - // - // GameTab - // - this.GameTab.AutoScroll = true; - this.GameTab.Controls.Add(this.splitContainer2); - this.GameTab.Location = new System.Drawing.Point(4, 22); - this.GameTab.Name = "GameTab"; - this.GameTab.Padding = new System.Windows.Forms.Padding(3); - this.GameTab.Size = new System.Drawing.Size(1157, 842); - this.GameTab.TabIndex = 0; - this.GameTab.Text = "Game"; - this.GameTab.UseVisualStyleBackColor = true; - // - // splitContainer2 - // - this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; - this.splitContainer2.IsSplitterFixed = true; - this.splitContainer2.Location = new System.Drawing.Point(3, 3); - this.splitContainer2.Name = "splitContainer2"; - // - // splitContainer2.Panel1 - // - this.splitContainer2.Panel1.AutoScroll = true; - this.splitContainer2.Panel1.AutoScrollMinSize = new System.Drawing.Size(500, 836); - this.splitContainer2.Panel1.Controls.Add(this.comboBox1); - this.splitContainer2.Panel1.Controls.Add(this.button1); - this.splitContainer2.Panel1.Controls.Add(this.teamControl1); - // - // splitContainer2.Panel2 - // - this.splitContainer2.Panel2.AutoScroll = true; - this.splitContainer2.Panel2.AutoScrollMinSize = new System.Drawing.Size(500, 836); - this.splitContainer2.Panel2.Controls.Add(this.teamControl2); - this.splitContainer2.Size = new System.Drawing.Size(1151, 836); - this.splitContainer2.SplitterDistance = 575; - this.splitContainer2.SplitterWidth = 1; - this.splitContainer2.TabIndex = 4; - // - // comboBox1 - // - this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.comboBox1.FormattingEnabled = true; - this.comboBox1.Items.AddRange(new object[] { - "Champs", - "Recent"}); - this.comboBox1.Location = new System.Drawing.Point(94, 4); - this.comboBox1.Name = "comboBox1"; - this.comboBox1.Size = new System.Drawing.Size(121, 21); - this.comboBox1.Sorted = true; - this.comboBox1.TabIndex = 2; - this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged); - // - // button1 - // - this.button1.Location = new System.Drawing.Point(221, 3); - this.button1.Name = "button1"; - this.button1.Size = new System.Drawing.Size(75, 23); - this.button1.TabIndex = 3; - this.button1.Text = "button1"; - this.button1.UseVisualStyleBackColor = true; - this.button1.Visible = false; - this.button1.Click += new System.EventHandler(this.button1_Click); - // - // PlayerEditStrip - // - this.PlayerEditStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.editToolStripMenuItem, - this.clearToolStripMenuItem}); - this.PlayerEditStrip.Name = "PlayerEditStrip"; - this.PlayerEditStrip.Size = new System.Drawing.Size(102, 48); - // - // editToolStripMenuItem - // - this.editToolStripMenuItem.Name = "editToolStripMenuItem"; - this.editToolStripMenuItem.Size = new System.Drawing.Size(101, 22); - this.editToolStripMenuItem.Text = "Edit"; - this.editToolStripMenuItem.Click += new System.EventHandler(this.editToolStripMenuItem_Click); - // - // clearToolStripMenuItem - // - this.clearToolStripMenuItem.Name = "clearToolStripMenuItem"; - this.clearToolStripMenuItem.Size = new System.Drawing.Size(101, 22); - this.clearToolStripMenuItem.Text = "Clear"; - this.clearToolStripMenuItem.Click += new System.EventHandler(this.clearToolStripMenuItem_Click); - // - // SettingsTab - // - this.SettingsTab.Controls.Add(this.groupBox5); - this.SettingsTab.Controls.Add(this.groupBox4); - this.SettingsTab.Controls.Add(this.groupBox3); - this.SettingsTab.Controls.Add(this.groupBox2); - this.SettingsTab.Controls.Add(this.groupBox1); - this.SettingsTab.Controls.Add(this.ModuleGroupBox); - this.SettingsTab.Controls.Add(this.LeaveCheck); - this.SettingsTab.Controls.Add(this.DevCheck); - this.SettingsTab.Controls.Add(this.LogGroupBox); - this.SettingsTab.Controls.Add(this.DatabaseGroupBox); - this.SettingsTab.Location = new System.Drawing.Point(4, 22); - this.SettingsTab.Name = "SettingsTab"; - this.SettingsTab.Size = new System.Drawing.Size(1157, 842); - this.SettingsTab.TabIndex = 2; - this.SettingsTab.Text = "Settings"; - this.SettingsTab.UseVisualStyleBackColor = true; - // - // groupBox4 - // - this.groupBox4.Controls.Add(this.DefaultGameTab); - this.groupBox4.Location = new System.Drawing.Point(103, 3); - this.groupBox4.Name = "groupBox4"; - this.groupBox4.Size = new System.Drawing.Size(155, 50); - this.groupBox4.TabIndex = 12; - this.groupBox4.TabStop = false; - this.groupBox4.Text = "Default Game Tab"; - // - // DefaultGameTab - // - this.DefaultGameTab.FormattingEnabled = true; - this.DefaultGameTab.Items.AddRange(new object[] { - "Champs", - "Recent"}); - this.DefaultGameTab.Location = new System.Drawing.Point(6, 19); - this.DefaultGameTab.Name = "DefaultGameTab"; - this.DefaultGameTab.Size = new System.Drawing.Size(143, 21); - this.DefaultGameTab.TabIndex = 0; - this.DefaultGameTab.Text = "Recent"; - this.DefaultGameTab.TextChanged += new System.EventHandler(this.DefaultGameTab_TextChanged); - // - // groupBox3 - // - this.groupBox3.Controls.Add(this.DownloadLink); - this.groupBox3.Location = new System.Drawing.Point(11, 114); - this.groupBox3.Name = "groupBox3"; - this.groupBox3.Size = new System.Drawing.Size(81, 39); - this.groupBox3.TabIndex = 11; - this.groupBox3.TabStop = false; - this.groupBox3.Text = "Update Link"; - // - // DownloadLink - // - this.DownloadLink.AutoSize = true; - this.DownloadLink.Location = new System.Drawing.Point(6, 16); - this.DownloadLink.Name = "DownloadLink"; - this.DownloadLink.Size = new System.Drawing.Size(55, 13); - this.DownloadLink.TabIndex = 2; - this.DownloadLink.TabStop = true; - this.DownloadLink.Text = "Download"; - this.DownloadLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.DownloadLink_LinkClicked); - // - // groupBox2 - // - this.groupBox2.Controls.Add(this.RegionList); - this.groupBox2.Location = new System.Drawing.Point(11, 59); - this.groupBox2.Name = "groupBox2"; - this.groupBox2.Size = new System.Drawing.Size(155, 49); - this.groupBox2.TabIndex = 10; - this.groupBox2.TabStop = false; - this.groupBox2.Text = "League Of Legends Region"; - // - // RegionList - // - this.RegionList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.RegionList.FormattingEnabled = true; - this.RegionList.Location = new System.Drawing.Point(6, 19); - this.RegionList.Name = "RegionList"; - this.RegionList.Size = new System.Drawing.Size(121, 21); - this.RegionList.TabIndex = 3; - this.RegionList.SelectedIndexChanged += new System.EventHandler(this.RegionList_SelectedIndexChanged); - // - // groupBox1 - // - this.groupBox1.Controls.Add(this.InstallButton); - this.groupBox1.Location = new System.Drawing.Point(11, 3); - this.groupBox1.Name = "groupBox1"; - this.groupBox1.Size = new System.Drawing.Size(86, 50); - this.groupBox1.TabIndex = 9; - this.groupBox1.TabStop = false; - this.groupBox1.Text = "Certificates"; - // - // InstallButton - // - this.InstallButton.Location = new System.Drawing.Point(6, 19); - this.InstallButton.Name = "InstallButton"; - this.InstallButton.Size = new System.Drawing.Size(75, 23); - this.InstallButton.TabIndex = 0; - this.InstallButton.Text = "Install"; - this.InstallButton.UseVisualStyleBackColor = true; - this.InstallButton.Click += new System.EventHandler(this.InstallButton_Click); - // - // ModuleGroupBox - // - this.ModuleGroupBox.Controls.Add(this.MirrorRadio); - this.ModuleGroupBox.Controls.Add(this.ToolHelpRadio); - this.ModuleGroupBox.Controls.Add(this.ProcessRadio); - this.ModuleGroupBox.Location = new System.Drawing.Point(107, 159); - this.ModuleGroupBox.Name = "ModuleGroupBox"; - this.ModuleGroupBox.Size = new System.Drawing.Size(125, 95); - this.ModuleGroupBox.TabIndex = 8; - this.ModuleGroupBox.TabStop = false; - this.ModuleGroupBox.Text = "Module Resolver"; - // - // MirrorRadio - // - this.MirrorRadio.AutoSize = true; - this.MirrorRadio.Location = new System.Drawing.Point(6, 65); - this.MirrorRadio.Name = "MirrorRadio"; - this.MirrorRadio.Size = new System.Drawing.Size(51, 17); - this.MirrorRadio.TabIndex = 2; - this.MirrorRadio.Text = "Mirror"; - this.MirrorRadio.UseVisualStyleBackColor = true; - // - // ToolHelpRadio - // - this.ToolHelpRadio.AutoSize = true; - this.ToolHelpRadio.Location = new System.Drawing.Point(6, 42); - this.ToolHelpRadio.Name = "ToolHelpRadio"; - this.ToolHelpRadio.Size = new System.Drawing.Size(78, 17); - this.ToolHelpRadio.TabIndex = 1; - this.ToolHelpRadio.Text = "Toolhelp32"; - this.ToolHelpRadio.UseVisualStyleBackColor = true; - // - // ProcessRadio - // - this.ProcessRadio.AutoSize = true; - this.ProcessRadio.Checked = true; - this.ProcessRadio.Location = new System.Drawing.Point(6, 19); - this.ProcessRadio.Name = "ProcessRadio"; - this.ProcessRadio.Size = new System.Drawing.Size(88, 17); - this.ProcessRadio.TabIndex = 0; - this.ProcessRadio.TabStop = true; - this.ProcessRadio.Text = "ProcessClass"; - this.ProcessRadio.UseVisualStyleBackColor = true; - // - // LeaveCheck - // - this.LeaveCheck.AutoSize = true; - this.LeaveCheck.Location = new System.Drawing.Point(16, 345); - this.LeaveCheck.Name = "LeaveCheck"; - this.LeaveCheck.Size = new System.Drawing.Size(120, 17); - this.LeaveCheck.TabIndex = 7; - this.LeaveCheck.Text = "Delete LeaveBuster"; - this.LeaveCheck.UseVisualStyleBackColor = true; - // - // DevCheck - // - this.DevCheck.AutoSize = true; - this.DevCheck.Location = new System.Drawing.Point(16, 322); - this.DevCheck.Name = "DevCheck"; - this.DevCheck.Size = new System.Drawing.Size(76, 17); - this.DevCheck.TabIndex = 6; - this.DevCheck.Text = "Dev Mode"; - this.DevCheck.UseVisualStyleBackColor = true; - this.DevCheck.Click += new System.EventHandler(this.DevCheck_Click); - // - // LogGroupBox - // - this.LogGroupBox.Controls.Add(this.DebugCheck); - this.LogGroupBox.Controls.Add(this.TraceCheck); - this.LogGroupBox.Location = new System.Drawing.Point(10, 247); - this.LogGroupBox.Name = "LogGroupBox"; - this.LogGroupBox.Size = new System.Drawing.Size(91, 69); - this.LogGroupBox.TabIndex = 5; - this.LogGroupBox.TabStop = false; - this.LogGroupBox.Text = "Log Levels"; - // - // DebugCheck - // - this.DebugCheck.AutoSize = true; - this.DebugCheck.Location = new System.Drawing.Point(6, 42); - this.DebugCheck.Name = "DebugCheck"; - this.DebugCheck.Size = new System.Drawing.Size(58, 17); - this.DebugCheck.TabIndex = 1; - this.DebugCheck.Text = "Debug"; - this.DebugCheck.UseVisualStyleBackColor = true; - this.DebugCheck.Click += new System.EventHandler(this.DebugCheck_Click); - // - // TraceCheck - // - this.TraceCheck.AutoSize = true; - this.TraceCheck.Location = new System.Drawing.Point(6, 19); - this.TraceCheck.Name = "TraceCheck"; - this.TraceCheck.Size = new System.Drawing.Size(54, 17); - this.TraceCheck.TabIndex = 0; - this.TraceCheck.Text = "Trace"; - this.TraceCheck.UseVisualStyleBackColor = true; - this.TraceCheck.Click += new System.EventHandler(this.TraceCheck_Click); - // - // DatabaseGroupBox - // - this.DatabaseGroupBox.Controls.Add(this.ExportButton); - this.DatabaseGroupBox.Controls.Add(this.ImportButton); - this.DatabaseGroupBox.Location = new System.Drawing.Point(11, 159); - this.DatabaseGroupBox.Name = "DatabaseGroupBox"; - this.DatabaseGroupBox.Size = new System.Drawing.Size(90, 82); - this.DatabaseGroupBox.TabIndex = 4; - this.DatabaseGroupBox.TabStop = false; - this.DatabaseGroupBox.Text = "Database"; - // - // ExportButton - // - this.ExportButton.Location = new System.Drawing.Point(6, 48); - this.ExportButton.Name = "ExportButton"; - this.ExportButton.Size = new System.Drawing.Size(75, 23); - this.ExportButton.TabIndex = 1; - this.ExportButton.Text = "Export"; - this.ExportButton.UseVisualStyleBackColor = true; - this.ExportButton.Click += new System.EventHandler(this.ExportButton_Click); - // - // ImportButton - // - this.ImportButton.Location = new System.Drawing.Point(6, 19); - this.ImportButton.Name = "ImportButton"; - this.ImportButton.Size = new System.Drawing.Size(75, 23); - this.ImportButton.TabIndex = 0; - this.ImportButton.Text = "Import"; - this.ImportButton.UseVisualStyleBackColor = true; - this.ImportButton.Click += new System.EventHandler(this.ImportButton_Click); - // - // LogTab - // - this.LogTab.Controls.Add(this.LogList); - this.LogTab.Location = new System.Drawing.Point(4, 22); - this.LogTab.Name = "LogTab"; - this.LogTab.Size = new System.Drawing.Size(1157, 842); - this.LogTab.TabIndex = 3; - this.LogTab.Text = "Log"; - this.LogTab.UseVisualStyleBackColor = true; - // - // LogList - // - this.LogList.Dock = System.Windows.Forms.DockStyle.Fill; - this.LogList.FormattingEnabled = true; - this.LogList.Location = new System.Drawing.Point(0, 0); - this.LogList.Name = "LogList"; - this.LogList.Size = new System.Drawing.Size(1157, 842); - this.LogList.TabIndex = 0; - // - // ChangesTab - // - this.ChangesTab.Controls.Add(this.ChangesText); - this.ChangesTab.Location = new System.Drawing.Point(4, 22); - this.ChangesTab.Name = "ChangesTab"; - this.ChangesTab.Padding = new System.Windows.Forms.Padding(3); - this.ChangesTab.Size = new System.Drawing.Size(1157, 842); - this.ChangesTab.TabIndex = 4; - this.ChangesTab.Text = "Changes"; - this.ChangesTab.UseVisualStyleBackColor = true; - // - // ChangesText - // - this.ChangesText.BackColor = System.Drawing.SystemColors.Window; - this.ChangesText.Dock = System.Windows.Forms.DockStyle.Fill; - this.ChangesText.Location = new System.Drawing.Point(3, 3); - this.ChangesText.Name = "ChangesText"; - this.ChangesText.ReadOnly = true; - this.ChangesText.Size = new System.Drawing.Size(1151, 836); - this.ChangesText.TabIndex = 0; - this.ChangesText.Text = "Loading..."; - // - // DevTab - // - this.DevTab.Controls.Add(this.splitContainer1); - this.DevTab.Location = new System.Drawing.Point(4, 22); - this.DevTab.Name = "DevTab"; - this.DevTab.Size = new System.Drawing.Size(1157, 842); - this.DevTab.TabIndex = 5; - this.DevTab.Text = "Dev"; - this.DevTab.UseVisualStyleBackColor = true; - // - // splitContainer1 - // - this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; - this.splitContainer1.Location = new System.Drawing.Point(0, 0); - this.splitContainer1.Name = "splitContainer1"; - this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; - // - // splitContainer1.Panel1 - // - this.splitContainer1.Panel1.Controls.Add(this.CallView); - // - // splitContainer1.Panel2 - // - this.splitContainer1.Panel2.Controls.Add(this.CallTree); - this.splitContainer1.Size = new System.Drawing.Size(1157, 842); - this.splitContainer1.SplitterDistance = 270; - this.splitContainer1.TabIndex = 0; - // - // CallView - // - this.CallView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { - this.columnHeader1}); - this.CallView.ContextMenuStrip = this.CallEditStrip; - this.CallView.Dock = System.Windows.Forms.DockStyle.Fill; - this.CallView.FullRowSelect = true; - this.CallView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; - this.CallView.HideSelection = false; - this.CallView.Location = new System.Drawing.Point(0, 0); - this.CallView.MultiSelect = false; - this.CallView.Name = "CallView"; - this.CallView.Size = new System.Drawing.Size(1157, 270); - this.CallView.TabIndex = 0; - this.CallView.UseCompatibleStateImageBehavior = false; - this.CallView.View = System.Windows.Forms.View.Details; - this.CallView.SelectedIndexChanged += new System.EventHandler(this.CallView_SelectedIndexChanged); - this.CallView.Resize += new System.EventHandler(this.CallView_Resize); - // - // columnHeader1 - // - this.columnHeader1.Width = 476; - // - // CallEditStrip - // - this.CallEditStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.dumpToolStripMenuItem, - this.clearToolStripMenuItem1}); - this.CallEditStrip.Name = "CallEditStrip"; - this.CallEditStrip.Size = new System.Drawing.Size(108, 48); - // - // dumpToolStripMenuItem - // - this.dumpToolStripMenuItem.Name = "dumpToolStripMenuItem"; - this.dumpToolStripMenuItem.Size = new System.Drawing.Size(107, 22); - this.dumpToolStripMenuItem.Text = "Dump"; - this.dumpToolStripMenuItem.Click += new System.EventHandler(this.dumpToolStripMenuItem_Click); - // - // clearToolStripMenuItem1 - // - this.clearToolStripMenuItem1.Name = "clearToolStripMenuItem1"; - this.clearToolStripMenuItem1.Size = new System.Drawing.Size(107, 22); - this.clearToolStripMenuItem1.Text = "Clear"; - this.clearToolStripMenuItem1.Click += new System.EventHandler(this.clearToolStripMenuItem1_Click); - // - // CallTree - // - this.CallTree.Dock = System.Windows.Forms.DockStyle.Fill; - this.CallTree.Location = new System.Drawing.Point(0, 0); - this.CallTree.Name = "CallTree"; - this.CallTree.Size = new System.Drawing.Size(1157, 568); - this.CallTree.TabIndex = 0; - // - // teamControl1 - // - this.teamControl1.BackColor = System.Drawing.Color.White; - this.teamControl1.Dock = System.Windows.Forms.DockStyle.Fill; - this.teamControl1.Location = new System.Drawing.Point(0, 0); - this.teamControl1.MinimumSize = new System.Drawing.Size(500, 836); - this.teamControl1.Name = "teamControl1"; - this.teamControl1.PlayerContextMenuStrip = this.PlayerEditStrip; - this.teamControl1.Size = new System.Drawing.Size(575, 836); - this.teamControl1.TabIndex = 0; - this.teamControl1.TeamSize = 5; - this.teamControl1.Text = "Team 1"; - // - // teamControl2 - // - this.teamControl2.BackColor = System.Drawing.Color.White; - this.teamControl2.Dock = System.Windows.Forms.DockStyle.Fill; - this.teamControl2.Location = new System.Drawing.Point(0, 0); - this.teamControl2.MinimumSize = new System.Drawing.Size(500, 836); - this.teamControl2.Name = "teamControl2"; - this.teamControl2.PlayerContextMenuStrip = this.PlayerEditStrip; - this.teamControl2.Size = new System.Drawing.Size(575, 836); - this.teamControl2.TabIndex = 1; - this.teamControl2.TeamSize = 5; - this.teamControl2.Text = "Team 2"; - // - // groupBox5 - // - this.groupBox5.Controls.Add(this.TopChampsBox); - this.groupBox5.Controls.Add(this.StatsBox); - this.groupBox5.Controls.Add(this.RecentGamesBox); - this.groupBox5.Location = new System.Drawing.Point(172, 59); - this.groupBox5.Name = "groupBox5"; - this.groupBox5.Size = new System.Drawing.Size(125, 94); - this.groupBox5.TabIndex = 13; - this.groupBox5.TabStop = false; - this.groupBox5.Text = "Load What Stats"; - // - // RecentGamesBox - // - this.RecentGamesBox.AutoSize = true; - this.RecentGamesBox.Checked = true; - this.RecentGamesBox.CheckState = System.Windows.Forms.CheckState.Checked; - this.RecentGamesBox.Location = new System.Drawing.Point(6, 19); - this.RecentGamesBox.Name = "RecentGamesBox"; - this.RecentGamesBox.Size = new System.Drawing.Size(97, 17); - this.RecentGamesBox.TabIndex = 0; - this.RecentGamesBox.Text = "Recent Games"; - this.RecentGamesBox.UseVisualStyleBackColor = true; - this.RecentGamesBox.CheckedChanged += new System.EventHandler(this.RecentGamesBox_CheckedChanged); - // - // StatsBox - // - this.StatsBox.AutoSize = true; - this.StatsBox.Checked = true; - this.StatsBox.CheckState = System.Windows.Forms.CheckState.Checked; - this.StatsBox.Location = new System.Drawing.Point(6, 42); - this.StatsBox.Name = "StatsBox"; - this.StatsBox.Size = new System.Drawing.Size(50, 17); - this.StatsBox.TabIndex = 1; - this.StatsBox.Text = "Stats"; - this.StatsBox.UseVisualStyleBackColor = true; - this.StatsBox.CheckedChanged += new System.EventHandler(this.StatsBox_CheckedChanged); - // - // TopChampsBox - // - this.TopChampsBox.AutoSize = true; - this.TopChampsBox.Checked = true; - this.TopChampsBox.CheckState = System.Windows.Forms.CheckState.Checked; - this.TopChampsBox.Location = new System.Drawing.Point(6, 65); - this.TopChampsBox.Name = "TopChampsBox"; - this.TopChampsBox.Size = new System.Drawing.Size(86, 17); - this.TopChampsBox.TabIndex = 2; - this.TopChampsBox.Text = "Top Champs"; - this.TopChampsBox.UseVisualStyleBackColor = true; - this.TopChampsBox.CheckedChanged += new System.EventHandler(this.TopChampsBox_CheckedChanged); - // - // MainForm - // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(1165, 868); - this.Controls.Add(this.tabControl1); - this.MinimumSize = new System.Drawing.Size(800, 38); - this.Name = "MainForm"; - this.Text = "LoL"; - this.Shown += new System.EventHandler(this.MainForm_Shown); - this.ResizeBegin += new System.EventHandler(this.MainForm_ResizeBegin); - this.ResizeEnd += new System.EventHandler(this.MainForm_ResizeEnd); - this.tabControl1.ResumeLayout(false); - this.NewsTab.ResumeLayout(false); - this.GameTab.ResumeLayout(false); - this.splitContainer2.Panel1.ResumeLayout(false); - this.splitContainer2.Panel2.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit(); - this.splitContainer2.ResumeLayout(false); - this.PlayerEditStrip.ResumeLayout(false); - this.SettingsTab.ResumeLayout(false); - this.SettingsTab.PerformLayout(); - this.groupBox4.ResumeLayout(false); - this.groupBox3.ResumeLayout(false); - this.groupBox3.PerformLayout(); - this.groupBox2.ResumeLayout(false); - this.groupBox1.ResumeLayout(false); - this.ModuleGroupBox.ResumeLayout(false); - this.ModuleGroupBox.PerformLayout(); - this.LogGroupBox.ResumeLayout(false); - this.LogGroupBox.PerformLayout(); - this.DatabaseGroupBox.ResumeLayout(false); - this.LogTab.ResumeLayout(false); - this.ChangesTab.ResumeLayout(false); - this.DevTab.ResumeLayout(false); - this.splitContainer1.Panel1.ResumeLayout(false); - this.splitContainer1.Panel2.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); - this.splitContainer1.ResumeLayout(false); - this.CallEditStrip.ResumeLayout(false); - this.groupBox5.ResumeLayout(false); - this.groupBox5.PerformLayout(); - this.ResumeLayout(false); - + this.components = new System.ComponentModel.Container(); + this.tabControl1 = new System.Windows.Forms.TabControl(); + this.GameTab = new System.Windows.Forms.TabPage(); + this.splitContainer2 = new System.Windows.Forms.SplitContainer(); + this.comboBox1 = new System.Windows.Forms.ComboBox(); + this.button1 = new System.Windows.Forms.Button(); + this.teamControl1 = new LoLNotes.Gui.Controls.TeamControl(); + this.PlayerEditStrip = new System.Windows.Forms.ContextMenuStrip(this.components); + this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.clearToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.teamControl2 = new LoLNotes.Gui.Controls.TeamControl(); + this.SettingsTab = new System.Windows.Forms.TabPage(); + this.groupBox5 = new System.Windows.Forms.GroupBox(); + this.TopChampsBox = new System.Windows.Forms.CheckBox(); + this.StatsBox = new System.Windows.Forms.CheckBox(); + this.RecentGamesBox = new System.Windows.Forms.CheckBox(); + this.groupBox4 = new System.Windows.Forms.GroupBox(); + this.DefaultGameTab = new System.Windows.Forms.ComboBox(); + this.groupBox3 = new System.Windows.Forms.GroupBox(); + this.DownloadLink = new System.Windows.Forms.LinkLabel(); + this.groupBox2 = new System.Windows.Forms.GroupBox(); + this.RegionList = new System.Windows.Forms.ComboBox(); + this.groupBox1 = new System.Windows.Forms.GroupBox(); + this.InstallButton = new System.Windows.Forms.Button(); + this.ModuleGroupBox = new System.Windows.Forms.GroupBox(); + this.MirrorRadio = new System.Windows.Forms.RadioButton(); + this.ToolHelpRadio = new System.Windows.Forms.RadioButton(); + this.ProcessRadio = new System.Windows.Forms.RadioButton(); + this.LeaveCheck = new System.Windows.Forms.CheckBox(); + this.DevCheck = new System.Windows.Forms.CheckBox(); + this.LogGroupBox = new System.Windows.Forms.GroupBox(); + this.DebugCheck = new System.Windows.Forms.CheckBox(); + this.TraceCheck = new System.Windows.Forms.CheckBox(); + this.DatabaseGroupBox = new System.Windows.Forms.GroupBox(); + this.ExportButton = new System.Windows.Forms.Button(); + this.ImportButton = new System.Windows.Forms.Button(); + this.LogTab = new System.Windows.Forms.TabPage(); + this.LogList = new System.Windows.Forms.ListBox(); + this.ChangesTab = new System.Windows.Forms.TabPage(); + this.ChangesText = new System.Windows.Forms.RichTextBox(); + this.DevTab = new System.Windows.Forms.TabPage(); + this.splitContainer1 = new System.Windows.Forms.SplitContainer(); + this.CallView = new System.Windows.Forms.ListView(); + this.columnHeader1 = new System.Windows.Forms.ColumnHeader(); + this.CallEditStrip = new System.Windows.Forms.ContextMenuStrip(this.components); + this.dumpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.clearToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); + this.CallTree = new System.Windows.Forms.TreeView(); + this.tabControl1.SuspendLayout(); + this.GameTab.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit(); + this.splitContainer2.Panel1.SuspendLayout(); + this.splitContainer2.Panel2.SuspendLayout(); + this.splitContainer2.SuspendLayout(); + this.PlayerEditStrip.SuspendLayout(); + this.SettingsTab.SuspendLayout(); + this.groupBox5.SuspendLayout(); + this.groupBox4.SuspendLayout(); + this.groupBox3.SuspendLayout(); + this.groupBox2.SuspendLayout(); + this.groupBox1.SuspendLayout(); + this.ModuleGroupBox.SuspendLayout(); + this.LogGroupBox.SuspendLayout(); + this.DatabaseGroupBox.SuspendLayout(); + this.LogTab.SuspendLayout(); + this.ChangesTab.SuspendLayout(); + this.DevTab.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); + this.splitContainer1.Panel1.SuspendLayout(); + this.splitContainer1.Panel2.SuspendLayout(); + this.splitContainer1.SuspendLayout(); + this.CallEditStrip.SuspendLayout(); + this.SuspendLayout(); + // + // tabControl1 + // + this.tabControl1.Controls.Add(this.GameTab); + this.tabControl1.Controls.Add(this.SettingsTab); + this.tabControl1.Controls.Add(this.LogTab); + this.tabControl1.Controls.Add(this.ChangesTab); + this.tabControl1.Controls.Add(this.DevTab); + this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; + this.tabControl1.Location = new System.Drawing.Point(0, 0); + this.tabControl1.Name = "tabControl1"; + this.tabControl1.SelectedIndex = 0; + this.tabControl1.Size = new System.Drawing.Size(1165, 868); + this.tabControl1.TabIndex = 0; + this.tabControl1.Selected += new System.Windows.Forms.TabControlEventHandler(this.tabControl1_Selected); + // + // GameTab + // + this.GameTab.AutoScroll = true; + this.GameTab.Controls.Add(this.splitContainer2); + this.GameTab.Location = new System.Drawing.Point(4, 22); + this.GameTab.Name = "GameTab"; + this.GameTab.Padding = new System.Windows.Forms.Padding(3); + this.GameTab.Size = new System.Drawing.Size(1157, 842); + this.GameTab.TabIndex = 0; + this.GameTab.Text = "C"; + this.GameTab.UseVisualStyleBackColor = true; + // + // splitContainer2 + // + this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; + this.splitContainer2.IsSplitterFixed = true; + this.splitContainer2.Location = new System.Drawing.Point(3, 3); + this.splitContainer2.Name = "splitContainer2"; + // + // splitContainer2.Panel1 + // + this.splitContainer2.Panel1.AutoScroll = true; + this.splitContainer2.Panel1.AutoScrollMinSize = new System.Drawing.Size(500, 836); + this.splitContainer2.Panel1.Controls.Add(this.comboBox1); + this.splitContainer2.Panel1.Controls.Add(this.button1); + this.splitContainer2.Panel1.Controls.Add(this.teamControl1); + // + // splitContainer2.Panel2 + // + this.splitContainer2.Panel2.AutoScroll = true; + this.splitContainer2.Panel2.AutoScrollMinSize = new System.Drawing.Size(500, 836); + this.splitContainer2.Panel2.Controls.Add(this.teamControl2); + this.splitContainer2.Size = new System.Drawing.Size(1151, 836); + this.splitContainer2.SplitterDistance = 575; + this.splitContainer2.SplitterWidth = 1; + this.splitContainer2.TabIndex = 4; + // + // comboBox1 + // + this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.comboBox1.FormattingEnabled = true; + this.comboBox1.Items.AddRange(new object[] { + "̱`ϥέ^", + "԰O"}); + this.comboBox1.Location = new System.Drawing.Point(94, 9); + this.comboBox1.Name = "comboBox1"; + this.comboBox1.Size = new System.Drawing.Size(202, 21); + this.comboBox1.Sorted = true; + this.comboBox1.TabIndex = 2; + this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged); + // + // button1 + // + this.button1.Location = new System.Drawing.Point(330, 8); + this.button1.Name = "button1"; + this.button1.Size = new System.Drawing.Size(98, 25); + this.button1.TabIndex = 3; + this.button1.Text = "sz"; + this.button1.UseVisualStyleBackColor = true; + this.button1.Visible = false; + this.button1.Click += new System.EventHandler(this.button1_Click); + // + // teamControl1 + // + this.teamControl1.BackColor = System.Drawing.Color.White; + this.teamControl1.Dock = System.Windows.Forms.DockStyle.Fill; + this.teamControl1.Location = new System.Drawing.Point(0, 0); + this.teamControl1.MinimumSize = new System.Drawing.Size(500, 836); + this.teamControl1.Name = "teamControl1"; + this.teamControl1.PlayerContextMenuStrip = this.PlayerEditStrip; + this.teamControl1.Size = new System.Drawing.Size(575, 836); + this.teamControl1.TabIndex = 0; + this.teamControl1.TeamSize = 5; + this.teamControl1.Text = "Ŷ"; + // + // PlayerEditStrip + // + this.PlayerEditStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.editToolStripMenuItem, + this.clearToolStripMenuItem}); + this.PlayerEditStrip.Name = "PlayerEditStrip"; + this.PlayerEditStrip.Size = new System.Drawing.Size(102, 48); + // + // editToolStripMenuItem + // + this.editToolStripMenuItem.Name = "editToolStripMenuItem"; + this.editToolStripMenuItem.Size = new System.Drawing.Size(101, 22); + this.editToolStripMenuItem.Text = "Edit"; + this.editToolStripMenuItem.Click += new System.EventHandler(this.editToolStripMenuItem_Click); + // + // clearToolStripMenuItem + // + this.clearToolStripMenuItem.Name = "clearToolStripMenuItem"; + this.clearToolStripMenuItem.Size = new System.Drawing.Size(101, 22); + this.clearToolStripMenuItem.Text = "Clear"; + this.clearToolStripMenuItem.Click += new System.EventHandler(this.clearToolStripMenuItem_Click); + // + // teamControl2 + // + this.teamControl2.BackColor = System.Drawing.Color.White; + this.teamControl2.Dock = System.Windows.Forms.DockStyle.Fill; + this.teamControl2.Location = new System.Drawing.Point(0, 0); + this.teamControl2.MinimumSize = new System.Drawing.Size(500, 836); + this.teamControl2.Name = "teamControl2"; + this.teamControl2.PlayerContextMenuStrip = this.PlayerEditStrip; + this.teamControl2.Size = new System.Drawing.Size(575, 836); + this.teamControl2.TabIndex = 1; + this.teamControl2.TeamSize = 5; + this.teamControl2.Text = ""; + // + // SettingsTab + // + this.SettingsTab.Controls.Add(this.groupBox5); + this.SettingsTab.Controls.Add(this.groupBox4); + this.SettingsTab.Controls.Add(this.groupBox3); + this.SettingsTab.Controls.Add(this.groupBox2); + this.SettingsTab.Controls.Add(this.groupBox1); + this.SettingsTab.Controls.Add(this.ModuleGroupBox); + this.SettingsTab.Controls.Add(this.LeaveCheck); + this.SettingsTab.Controls.Add(this.DevCheck); + this.SettingsTab.Controls.Add(this.LogGroupBox); + this.SettingsTab.Controls.Add(this.DatabaseGroupBox); + this.SettingsTab.Location = new System.Drawing.Point(4, 22); + this.SettingsTab.Name = "SettingsTab"; + this.SettingsTab.Size = new System.Drawing.Size(1157, 842); + this.SettingsTab.TabIndex = 2; + this.SettingsTab.Text = "]w"; + this.SettingsTab.UseVisualStyleBackColor = true; + // + // groupBox5 + // + this.groupBox5.Controls.Add(this.TopChampsBox); + this.groupBox5.Controls.Add(this.StatsBox); + this.groupBox5.Controls.Add(this.RecentGamesBox); + this.groupBox5.Location = new System.Drawing.Point(172, 59); + this.groupBox5.Name = "groupBox5"; + this.groupBox5.Size = new System.Drawing.Size(125, 94); + this.groupBox5.TabIndex = 13; + this.groupBox5.TabStop = false; + this.groupBox5.Text = "nܤT??"; + // + // TopChampsBox + // + this.TopChampsBox.AutoSize = true; + this.TopChampsBox.Checked = true; + this.TopChampsBox.CheckState = System.Windows.Forms.CheckState.Checked; + this.TopChampsBox.Location = new System.Drawing.Point(6, 65); + this.TopChampsBox.Name = "TopChampsBox"; + this.TopChampsBox.Size = new System.Drawing.Size(98, 17); + this.TopChampsBox.TabIndex = 2; + this.TopChampsBox.Text = "̱`ϥέ^"; + this.TopChampsBox.UseVisualStyleBackColor = true; + this.TopChampsBox.CheckedChanged += new System.EventHandler(this.TopChampsBox_CheckedChanged); + // + // StatsBox + // + this.StatsBox.AutoSize = true; + this.StatsBox.Checked = true; + this.StatsBox.CheckState = System.Windows.Forms.CheckState.Checked; + this.StatsBox.Location = new System.Drawing.Point(6, 42); + this.StatsBox.Name = "StatsBox"; + this.StatsBox.Size = new System.Drawing.Size(74, 17); + this.StatsBox.TabIndex = 1; + this.StatsBox.Text = "aT"; + this.StatsBox.UseVisualStyleBackColor = true; + this.StatsBox.CheckedChanged += new System.EventHandler(this.StatsBox_CheckedChanged); + // + // RecentGamesBox + // + this.RecentGamesBox.AutoSize = true; + this.RecentGamesBox.Checked = true; + this.RecentGamesBox.CheckState = System.Windows.Forms.CheckState.Checked; + this.RecentGamesBox.Location = new System.Drawing.Point(6, 19); + this.RecentGamesBox.Name = "RecentGamesBox"; + this.RecentGamesBox.Size = new System.Drawing.Size(74, 17); + this.RecentGamesBox.TabIndex = 0; + this.RecentGamesBox.Text = "԰O"; + this.RecentGamesBox.UseVisualStyleBackColor = true; + this.RecentGamesBox.CheckedChanged += new System.EventHandler(this.RecentGamesBox_CheckedChanged); + // + // groupBox4 + // + this.groupBox4.Controls.Add(this.DefaultGameTab); + this.groupBox4.Location = new System.Drawing.Point(103, 3); + this.groupBox4.Name = "groupBox4"; + this.groupBox4.Size = new System.Drawing.Size(155, 50); + this.groupBox4.TabIndex = 12; + this.groupBox4.TabStop = false; + this.groupBox4.Text = "w]"; + // + // DefaultGameTab + // + this.DefaultGameTab.FormattingEnabled = true; + this.DefaultGameTab.Items.AddRange(new object[] { + "̱`ϥέ^", + "԰O"}); + this.DefaultGameTab.Location = new System.Drawing.Point(6, 19); + this.DefaultGameTab.Name = "DefaultGameTab"; + this.DefaultGameTab.Size = new System.Drawing.Size(143, 21); + this.DefaultGameTab.TabIndex = 0; + this.DefaultGameTab.Text = "Recent"; + this.DefaultGameTab.TextChanged += new System.EventHandler(this.DefaultGameTab_TextChanged); + // + // groupBox3 + // + this.groupBox3.Controls.Add(this.DownloadLink); + this.groupBox3.Location = new System.Drawing.Point(11, 114); + this.groupBox3.Name = "groupBox3"; + this.groupBox3.Size = new System.Drawing.Size(81, 39); + this.groupBox3.TabIndex = 11; + this.groupBox3.TabStop = false; + this.groupBox3.Text = "sU"; + // + // DownloadLink + // + this.DownloadLink.AutoSize = true; + this.DownloadLink.Location = new System.Drawing.Point(6, 16); + this.DownloadLink.Name = "DownloadLink"; + this.DownloadLink.Size = new System.Drawing.Size(55, 13); + this.DownloadLink.TabIndex = 2; + this.DownloadLink.TabStop = true; + this.DownloadLink.Text = "ڤU"; + this.DownloadLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.DownloadLink_LinkClicked); + // + // groupBox2 + // + this.groupBox2.Controls.Add(this.RegionList); + this.groupBox2.Location = new System.Drawing.Point(11, 59); + this.groupBox2.Name = "groupBox2"; + this.groupBox2.Size = new System.Drawing.Size(155, 49); + this.groupBox2.TabIndex = 10; + this.groupBox2.TabStop = false; + this.groupBox2.Text = "A"; + // + // RegionList + // + this.RegionList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.RegionList.FormattingEnabled = true; + this.RegionList.Location = new System.Drawing.Point(6, 19); + this.RegionList.Name = "RegionList"; + this.RegionList.Size = new System.Drawing.Size(121, 21); + this.RegionList.TabIndex = 3; + this.RegionList.SelectedIndexChanged += new System.EventHandler(this.RegionList_SelectedIndexChanged); + // + // groupBox1 + // + this.groupBox1.Controls.Add(this.InstallButton); + this.groupBox1.Location = new System.Drawing.Point(11, 3); + this.groupBox1.Name = "groupBox1"; + this.groupBox1.Size = new System.Drawing.Size(86, 50); + this.groupBox1.TabIndex = 9; + this.groupBox1.TabStop = false; + this.groupBox1.Text = "Ү"; + // + // InstallButton + // + this.InstallButton.Location = new System.Drawing.Point(6, 19); + this.InstallButton.Name = "InstallButton"; + this.InstallButton.Size = new System.Drawing.Size(75, 23); + this.InstallButton.TabIndex = 0; + this.InstallButton.Text = "w"; + this.InstallButton.UseVisualStyleBackColor = true; + this.InstallButton.Click += new System.EventHandler(this.InstallButton_Click); + // + // ModuleGroupBox + // + this.ModuleGroupBox.Controls.Add(this.MirrorRadio); + this.ModuleGroupBox.Controls.Add(this.ToolHelpRadio); + this.ModuleGroupBox.Controls.Add(this.ProcessRadio); + this.ModuleGroupBox.Location = new System.Drawing.Point(107, 159); + this.ModuleGroupBox.Name = "ModuleGroupBox"; + this.ModuleGroupBox.Size = new System.Drawing.Size(125, 95); + this.ModuleGroupBox.TabIndex = 8; + this.ModuleGroupBox.TabStop = false; + this.ModuleGroupBox.Text = "ҶѪR"; + // + // MirrorRadio + // + this.MirrorRadio.AutoSize = true; + this.MirrorRadio.Location = new System.Drawing.Point(6, 65); + this.MirrorRadio.Name = "MirrorRadio"; + this.MirrorRadio.Size = new System.Drawing.Size(51, 17); + this.MirrorRadio.TabIndex = 2; + this.MirrorRadio.Text = "Mirror"; + this.MirrorRadio.UseVisualStyleBackColor = true; + // + // ToolHelpRadio + // + this.ToolHelpRadio.AutoSize = true; + this.ToolHelpRadio.Location = new System.Drawing.Point(6, 42); + this.ToolHelpRadio.Name = "ToolHelpRadio"; + this.ToolHelpRadio.Size = new System.Drawing.Size(78, 17); + this.ToolHelpRadio.TabIndex = 1; + this.ToolHelpRadio.Text = "Toolhelp32"; + this.ToolHelpRadio.UseVisualStyleBackColor = true; + // + // ProcessRadio + // + this.ProcessRadio.AutoSize = true; + this.ProcessRadio.Checked = true; + this.ProcessRadio.Location = new System.Drawing.Point(6, 19); + this.ProcessRadio.Name = "ProcessRadio"; + this.ProcessRadio.Size = new System.Drawing.Size(88, 17); + this.ProcessRadio.TabIndex = 0; + this.ProcessRadio.TabStop = true; + this.ProcessRadio.Text = "ProcessClass"; + this.ProcessRadio.UseVisualStyleBackColor = true; + // + // LeaveCheck + // + this.LeaveCheck.AutoSize = true; + this.LeaveCheck.Location = new System.Drawing.Point(16, 345); + this.LeaveCheck.Name = "LeaveCheck"; + this.LeaveCheck.Size = new System.Drawing.Size(110, 17); + this.LeaveCheck.TabIndex = 7; + this.LeaveCheck.Text = "׵"; + this.LeaveCheck.UseVisualStyleBackColor = true; + // + // DevCheck + // + this.DevCheck.AutoSize = true; + this.DevCheck.Location = new System.Drawing.Point(16, 322); + this.DevCheck.Name = "DevCheck"; + this.DevCheck.Size = new System.Drawing.Size(86, 17); + this.DevCheck.TabIndex = 6; + this.DevCheck.Text = "}o̼Ҧ"; + this.DevCheck.UseVisualStyleBackColor = true; + this.DevCheck.Click += new System.EventHandler(this.DevCheck_Click); + // + // LogGroupBox + // + this.LogGroupBox.Controls.Add(this.DebugCheck); + this.LogGroupBox.Controls.Add(this.TraceCheck); + this.LogGroupBox.Location = new System.Drawing.Point(10, 247); + this.LogGroupBox.Name = "LogGroupBox"; + this.LogGroupBox.Size = new System.Drawing.Size(91, 69); + this.LogGroupBox.TabIndex = 5; + this.LogGroupBox.TabStop = false; + this.LogGroupBox.Text = "Log h"; + // + // DebugCheck + // + this.DebugCheck.AutoSize = true; + this.DebugCheck.Location = new System.Drawing.Point(6, 42); + this.DebugCheck.Name = "DebugCheck"; + this.DebugCheck.Size = new System.Drawing.Size(50, 17); + this.DebugCheck.TabIndex = 1; + this.DebugCheck.Text = ""; + this.DebugCheck.UseVisualStyleBackColor = true; + this.DebugCheck.Click += new System.EventHandler(this.DebugCheck_Click); + // + // TraceCheck + // + this.TraceCheck.AutoSize = true; + this.TraceCheck.Location = new System.Drawing.Point(6, 19); + this.TraceCheck.Name = "TraceCheck"; + this.TraceCheck.Size = new System.Drawing.Size(50, 17); + this.TraceCheck.TabIndex = 0; + this.TraceCheck.Text = "l"; + this.TraceCheck.UseVisualStyleBackColor = true; + this.TraceCheck.Click += new System.EventHandler(this.TraceCheck_Click); + // + // DatabaseGroupBox + // + this.DatabaseGroupBox.Controls.Add(this.ExportButton); + this.DatabaseGroupBox.Controls.Add(this.ImportButton); + this.DatabaseGroupBox.Location = new System.Drawing.Point(11, 159); + this.DatabaseGroupBox.Name = "DatabaseGroupBox"; + this.DatabaseGroupBox.Size = new System.Drawing.Size(90, 82); + this.DatabaseGroupBox.TabIndex = 4; + this.DatabaseGroupBox.TabStop = false; + this.DatabaseGroupBox.Text = "Ʈw"; + // + // ExportButton + // + this.ExportButton.Location = new System.Drawing.Point(6, 48); + this.ExportButton.Name = "ExportButton"; + this.ExportButton.Size = new System.Drawing.Size(75, 23); + this.ExportButton.TabIndex = 1; + this.ExportButton.Text = "ץX"; + this.ExportButton.UseVisualStyleBackColor = true; + this.ExportButton.Click += new System.EventHandler(this.ExportButton_Click); + // + // ImportButton + // + this.ImportButton.Location = new System.Drawing.Point(6, 19); + this.ImportButton.Name = "ImportButton"; + this.ImportButton.Size = new System.Drawing.Size(75, 23); + this.ImportButton.TabIndex = 0; + this.ImportButton.Text = "פJ"; + this.ImportButton.UseVisualStyleBackColor = true; + this.ImportButton.Click += new System.EventHandler(this.ImportButton_Click); + // + // LogTab + // + this.LogTab.Controls.Add(this.LogList); + this.LogTab.Location = new System.Drawing.Point(4, 22); + this.LogTab.Name = "LogTab"; + this.LogTab.Size = new System.Drawing.Size(1157, 842); + this.LogTab.TabIndex = 3; + this.LogTab.Text = "Log"; + this.LogTab.UseVisualStyleBackColor = true; + // + // LogList + // + this.LogList.Dock = System.Windows.Forms.DockStyle.Fill; + this.LogList.FormattingEnabled = true; + this.LogList.Location = new System.Drawing.Point(0, 0); + this.LogList.Name = "LogList"; + this.LogList.Size = new System.Drawing.Size(1157, 842); + this.LogList.TabIndex = 0; + // + // ChangesTab + // + this.ChangesTab.Controls.Add(this.ChangesText); + this.ChangesTab.Location = new System.Drawing.Point(4, 22); + this.ChangesTab.Name = "ChangesTab"; + this.ChangesTab.Padding = new System.Windows.Forms.Padding(3); + this.ChangesTab.Size = new System.Drawing.Size(1157, 842); + this.ChangesTab.TabIndex = 4; + this.ChangesTab.Text = "sO"; + this.ChangesTab.UseVisualStyleBackColor = true; + // + // ChangesText + // + this.ChangesText.BackColor = System.Drawing.SystemColors.Window; + this.ChangesText.Dock = System.Windows.Forms.DockStyle.Fill; + this.ChangesText.Location = new System.Drawing.Point(3, 3); + this.ChangesText.Name = "ChangesText"; + this.ChangesText.ReadOnly = true; + this.ChangesText.Size = new System.Drawing.Size(1151, 836); + this.ChangesText.TabIndex = 0; + this.ChangesText.Text = "J..."; + // + // DevTab + // + this.DevTab.Controls.Add(this.splitContainer1); + this.DevTab.Location = new System.Drawing.Point(4, 22); + this.DevTab.Name = "DevTab"; + this.DevTab.Size = new System.Drawing.Size(1157, 842); + this.DevTab.TabIndex = 5; + this.DevTab.Text = "}oHDx"; + this.DevTab.UseVisualStyleBackColor = true; + // + // splitContainer1 + // + this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; + this.splitContainer1.Location = new System.Drawing.Point(0, 0); + this.splitContainer1.Name = "splitContainer1"; + this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; + // + // splitContainer1.Panel1 + // + this.splitContainer1.Panel1.Controls.Add(this.CallView); + // + // splitContainer1.Panel2 + // + this.splitContainer1.Panel2.Controls.Add(this.CallTree); + this.splitContainer1.Size = new System.Drawing.Size(1157, 842); + this.splitContainer1.SplitterDistance = 270; + this.splitContainer1.TabIndex = 0; + // + // CallView + // + this.CallView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { + this.columnHeader1}); + this.CallView.ContextMenuStrip = this.CallEditStrip; + this.CallView.Dock = System.Windows.Forms.DockStyle.Fill; + this.CallView.FullRowSelect = true; + this.CallView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; + this.CallView.HideSelection = false; + this.CallView.Location = new System.Drawing.Point(0, 0); + this.CallView.MultiSelect = false; + this.CallView.Name = "CallView"; + this.CallView.Size = new System.Drawing.Size(1157, 270); + this.CallView.TabIndex = 0; + this.CallView.UseCompatibleStateImageBehavior = false; + this.CallView.View = System.Windows.Forms.View.Details; + this.CallView.SelectedIndexChanged += new System.EventHandler(this.CallView_SelectedIndexChanged); + this.CallView.Resize += new System.EventHandler(this.CallView_Resize); + // + // columnHeader1 + // + this.columnHeader1.Width = 476; + // + // CallEditStrip + // + this.CallEditStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.dumpToolStripMenuItem, + this.clearToolStripMenuItem1}); + this.CallEditStrip.Name = "CallEditStrip"; + this.CallEditStrip.Size = new System.Drawing.Size(108, 48); + // + // dumpToolStripMenuItem + // + this.dumpToolStripMenuItem.Name = "dumpToolStripMenuItem"; + this.dumpToolStripMenuItem.Size = new System.Drawing.Size(107, 22); + this.dumpToolStripMenuItem.Text = "Dump"; + this.dumpToolStripMenuItem.Click += new System.EventHandler(this.dumpToolStripMenuItem_Click); + // + // clearToolStripMenuItem1 + // + this.clearToolStripMenuItem1.Name = "clearToolStripMenuItem1"; + this.clearToolStripMenuItem1.Size = new System.Drawing.Size(107, 22); + this.clearToolStripMenuItem1.Text = "Clear"; + this.clearToolStripMenuItem1.Click += new System.EventHandler(this.clearToolStripMenuItem1_Click); + // + // CallTree + // + this.CallTree.Dock = System.Windows.Forms.DockStyle.Fill; + this.CallTree.Location = new System.Drawing.Point(0, 0); + this.CallTree.Name = "CallTree"; + this.CallTree.Size = new System.Drawing.Size(1157, 568); + this.CallTree.TabIndex = 0; + // + // MainForm + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(1165, 868); + this.Controls.Add(this.tabControl1); + this.MinimumSize = new System.Drawing.Size(800, 38); + this.Name = "MainForm"; + this.Text = "LoL"; + this.Shown += new System.EventHandler(this.MainForm_Shown); + this.ResizeBegin += new System.EventHandler(this.MainForm_ResizeBegin); + this.ResizeEnd += new System.EventHandler(this.MainForm_ResizeEnd); + this.tabControl1.ResumeLayout(false); + this.GameTab.ResumeLayout(false); + this.splitContainer2.Panel1.ResumeLayout(false); + this.splitContainer2.Panel2.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit(); + this.splitContainer2.ResumeLayout(false); + this.PlayerEditStrip.ResumeLayout(false); + this.SettingsTab.ResumeLayout(false); + this.SettingsTab.PerformLayout(); + this.groupBox5.ResumeLayout(false); + this.groupBox5.PerformLayout(); + this.groupBox4.ResumeLayout(false); + this.groupBox3.ResumeLayout(false); + this.groupBox3.PerformLayout(); + this.groupBox2.ResumeLayout(false); + this.groupBox1.ResumeLayout(false); + this.ModuleGroupBox.ResumeLayout(false); + this.ModuleGroupBox.PerformLayout(); + this.LogGroupBox.ResumeLayout(false); + this.LogGroupBox.PerformLayout(); + this.DatabaseGroupBox.ResumeLayout(false); + this.LogTab.ResumeLayout(false); + this.ChangesTab.ResumeLayout(false); + this.DevTab.ResumeLayout(false); + this.splitContainer1.Panel1.ResumeLayout(false); + this.splitContainer1.Panel2.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); + this.splitContainer1.ResumeLayout(false); + this.CallEditStrip.ResumeLayout(false); + this.ResumeLayout(false); } @@ -749,8 +722,6 @@ private void InitializeComponent() private System.Windows.Forms.TreeView CallTree; private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.Button button1; - private System.Windows.Forms.TabPage NewsTab; - private System.Windows.Forms.WebBrowser NewsBrowser; private System.Windows.Forms.CheckBox LeaveCheck; private System.Windows.Forms.GroupBox ModuleGroupBox; private System.Windows.Forms.RadioButton MirrorRadio; diff --git a/LoLNotes/Gui/MainForm.cs b/LoLNotes/Gui/MainForm.cs index ff6303b..503de27 100644 --- a/LoLNotes/Gui/MainForm.cs +++ b/LoLNotes/Gui/MainForm.cs @@ -105,7 +105,7 @@ public MainForm() Certificates = LoadCertificates(Path.Combine(Path.GetDirectoryName(Application.ExecutablePath), "Content/Certificates")); if (Certificates.Count < 1) { - MessageBox.Show("Unable to load any certificates"); + MessageBox.Show("ҮѸJ! Tw LoLNotes"); Application.Exit(); return; } @@ -349,9 +349,10 @@ static IEmbeddedConfiguration CreateConfig() void SetTitle(string title) { Text = string.Format( - "LoLNotes v{0}{1}", + "LoLNotes v{0}{1} - {2}", Version, - !string.IsNullOrEmpty(title) ? " - " + title : ""); + !string.IsNullOrEmpty(title) ? " - " + title : "", + "NitroXenon c : nitroxenon.com"); } //Allows for FInvoke(delegate {}); @@ -405,16 +406,6 @@ void SetChanges(JObject data) } } - void SetNews(JObject data) - { - if (data == null) - return; - NewsBrowser.Navigate("about:blank"); - if (NewsBrowser.Document != null) - NewsBrowser.Document.Write(string.Empty); - NewsBrowser.DocumentText = data.Value("html"); - } - void GetGeneral() { try @@ -427,7 +418,6 @@ void GetGeneral() { SetChanges(json["Changes"] as JObject); SetRelease(json["Release"] as JObject); - SetNews(json["News"] as JObject); }); } } @@ -788,7 +778,7 @@ private void InstallButton_Click(object sender, EventArgs e) { if (!Wow.IsAdministrator) { - MessageBox.Show("You must run LoLNotes as admin to install/uninstall it"); + MessageBox.Show("Шϥκ޲z LoLNotes !"); return; } try @@ -806,10 +796,10 @@ private void InstallButton_Click(object sender, EventArgs e) } catch (UnauthorizedAccessException uaex) { - MessageBox.Show("Unable to fully install/uninstall. Make sure LoL is not running."); + MessageBox.Show("w/Ѱw˥! нT{ LoL w!"); StaticLogger.Warning(uaex); } - InstallButton.Text = Installer.IsInstalled ? "Uninstall" : "Install"; + InstallButton.Text = Installer.IsInstalled ? "Ѱw" : "w"; UpdateIcon(); } @@ -817,7 +807,7 @@ private void tabControl1_Selected(object sender, TabControlEventArgs e) { if (e.Action == TabControlAction.Selected && e.TabPage == SettingsTab) { - InstallButton.Text = Installer.IsInstalled ? "Uninstall" : "Install"; + InstallButton.Text = Installer.IsInstalled ? "Ѱw" : "w"; } } @@ -950,7 +940,13 @@ private void RegionList_SelectedIndexChanged(object sender, EventArgs e) private void DefaultGameTab_TextChanged(object sender, EventArgs e) { - Settings.DefaultGameTab = DefaultGameTab.Text; + string txt = DefaultGameTab.Text; + if (txt == "̱`ϥέ^") + Settings.DefaultGameTab = "Champs"; + else if (txt == "԰O") + Settings.DefaultGameTab = "Recent"; + else + Settings.DefaultGameTab = "Recent"; } private void ImportButton_Click(object sender, EventArgs e) @@ -1270,7 +1266,15 @@ private void MainForm_ResizeEnd(object sender, EventArgs e) private void comboBox1_SelectedIndexChanged(object sender, EventArgs e) { - var str = PlayerControl.MinifyStatType(comboBox1.SelectedItem as string); + var opt = comboBox1.SelectedItem as String; + string o; + if (opt == "԰O") + o = "Recent"; + else if (opt == "̱`ϥέ^") + o = "Champs"; + else + o = "Recent"; + var str = PlayerControl.MinifyStatType(o); var teams = new List { teamControl1, teamControl2 }; foreach (var team in teams) { diff --git a/LoLNotes/LoLNotes.csproj b/LoLNotes/LoLNotes.csproj index 0b4a5b0..3a1f076 100644 --- a/LoLNotes/LoLNotes.csproj +++ b/LoLNotes/LoLNotes.csproj @@ -29,6 +29,7 @@ 1.0.0.%2a false true + False x86 @@ -82,27 +83,40 @@ OnBuildSuccess + + Project + - - ..\Dependencies\antlr.runtime.dll + + H:\1fa8bf7c8b28be9c838de368296535a9\LOL\LoLNotes_1.1o\antlr.runtime.dll + + + H:\1fa8bf7c8b28be9c838de368296535a9\LOL\LoLNotes_1.1o\Db4objects.Db4o.dll + + + H:\1fa8bf7c8b28be9c838de368296535a9\LOL\LoLNotes_1.1o\Db4objects.Db4o.Linq.dll - - ..\Dependencies\db4o\Db4objects.Db4o.dll + + H:\1fa8bf7c8b28be9c838de368296535a9\LOL\LoLNotes_1.1o\FluorineFx.dll - - ..\Dependencies\db4o\Db4objects.Db4o.Linq.dll + + H:\1fa8bf7c8b28be9c838de368296535a9\LOL\LoLNotes_1.1o\log4net.dll - - ..\Dependencies\log4net.dll + + H:\1fa8bf7c8b28be9c838de368296535a9\LOL\LoLNotes_1.1o\Mono.Reflection.dll - - ..\Dependencies\db4o\Mono.Reflection.dll + + H:\1fa8bf7c8b28be9c838de368296535a9\LOL\LoLNotes_1.1o\NotMissing.dll + + 3.5 + + @@ -500,24 +514,7 @@ - - - {A9B8375B-579D-4F8A-B00C-F2828DB58F3A} - FluorineFx-3.5 - - - {85D59D64-9158-42F7-BBBA-23F14E9F3E2A} - NotMissing - - - - call "$(ProjectDir)db4otool\Db4oTool.exe" -debug -tp -nq "$(TargetPath)" -XCOPY "$(ProjectDir)\Content" "$(TargetDir)Content\" /E /I /F /Y /D - - - "$(ProjectDir)\Properties\GitExport.exe" "$(SolutionDir)\" "$(ProjectDir)\" -