From d7d0d5aefe8c003489c2b251968fb1873f1e40c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20K=C3=B6nig?= Date: Sun, 5 May 2024 04:29:44 +0200 Subject: [PATCH] Upgrade to .NET 8 (#59) Co-Authored-By: Seyden --- SpellWork.sln | 6 +- SpellWork/Forms/FormMain.Designer.cs | 3100 ++++++++++---------- SpellWork/Forms/FormMain.resx | 171 +- SpellWork/Properties/AssemblyInfo.cs | 38 - SpellWork/Properties/Resources.Designer.cs | 2 +- SpellWork/SpellWork.csproj | 282 +- appveyor.yml | 4 +- 7 files changed, 1698 insertions(+), 1905 deletions(-) delete mode 100644 SpellWork/Properties/AssemblyInfo.cs diff --git a/SpellWork.sln b/SpellWork.sln index 3651bab8..18c2e5d8 100644 --- a/SpellWork.sln +++ b/SpellWork.sln @@ -1,9 +1,9 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.25420.1 +# Visual Studio Version 17 +VisualStudioVersion = 17.10.34707.107 MinimumVisualStudioVersion = 14.0.23107.0 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpellWork", "SpellWork\SpellWork.csproj", "{49A3559B-529A-4406-824B-F7E2831DE1B2}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpellWork", "SpellWork\SpellWork.csproj", "{49A3559B-529A-4406-824B-F7E2831DE1B2}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/SpellWork/Forms/FormMain.Designer.cs b/SpellWork/Forms/FormMain.Designer.cs index ff4edb1a..c99a9b88 100644 --- a/SpellWork/Forms/FormMain.Designer.cs +++ b/SpellWork/Forms/FormMain.Designer.cs @@ -26,2052 +26,2118 @@ protected override void Dispose(bool disposing) /// private void InitializeComponent() { - this.components = new System.ComponentModel.Container(); + components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain)); - this.statusStrip1 = new System.Windows.Forms.StatusStrip(); - this._dbConnect = new System.Windows.Forms.ToolStripStatusLabel(); - this._status = new System.Windows.Forms.ToolStripStatusLabel(); - this._ProcStatus = new System.Windows.Forms.ToolStripStatusLabel(); - this.menuStrip1 = new System.Windows.Forms.MenuStrip(); - this._tsmFile = new System.Windows.Forms.ToolStripMenuItem(); - this._tsmSettings = new System.Windows.Forms.ToolStripMenuItem(); - this._tsmExit = new System.Windows.Forms.ToolStripMenuItem(); - this._ilPro = new System.Windows.Forms.ImageList(this.components); - this.splitContainer7 = new System.Windows.Forms.SplitContainer(); - this.splitContainer8 = new System.Windows.Forms.SplitContainer(); - this.textBox2 = new System.Windows.Forms.TextBox(); - this.richTextBox1 = new System.Windows.Forms.RichTextBox(); - this.richTextBox2 = new System.Windows.Forms.RichTextBox(); - this._tpCompare = new System.Windows.Forms.TabPage(); - this._scCompareRoot = new System.Windows.Forms.SplitContainer(); - this._bCompareSearch1 = new System.Windows.Forms.Button(); - this.label13 = new System.Windows.Forms.Label(); - this._tbCompareFilterSpell1 = new System.Windows.Forms.TextBox(); - this._rtbCompareSpell1 = new System.Windows.Forms.RichTextBox(); - this._bCompareSearch2 = new System.Windows.Forms.Button(); - this.label14 = new System.Windows.Forms.Label(); - this._rtbCompareSpell2 = new System.Windows.Forms.RichTextBox(); - this._tbCompareFilterSpell2 = new System.Windows.Forms.TextBox(); - this._tpSpellInfo = new System.Windows.Forms.TabPage(); - this.splitContainer1 = new System.Windows.Forms.SplitContainer(); - this._rtSpellInfo = new System.Windows.Forms.RichTextBox(); - this.groupBox1 = new System.Windows.Forms.GroupBox(); - this._lvSpellList = new System.Windows.Forms.ListView(); - this.chSpellID = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.chSpellName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.chMiscID = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this._gSpellFilter = new System.Windows.Forms.GroupBox(); - this._gbAdvansedSearch = new System.Windows.Forms.GroupBox(); - this._cbAdvancedFilter2CompareType = new System.Windows.Forms.ComboBox(); - this._cbAdvancedFilter1CompareType = new System.Windows.Forms.ComboBox(); - this._tbAdvancedFilter2Val = new System.Windows.Forms.TextBox(); - this._tbAdvancedFilter1Val = new System.Windows.Forms.TextBox(); - this._cbAdvancedFilter2 = new System.Windows.Forms.ComboBox(); - this._cbAdvancedFilter1 = new System.Windows.Forms.ComboBox(); - this._cbAdvancedEffectFilter2CompareType = new System.Windows.Forms.ComboBox(); - this._cbAdvancedEffectFilter1CompareType = new System.Windows.Forms.ComboBox(); - this._tbAdvancedEffectFilter2Val = new System.Windows.Forms.TextBox(); - this._tbAdvancedEffectFilter1Val = new System.Windows.Forms.TextBox(); - this._cbAdvancedEffectFilter2 = new System.Windows.Forms.ComboBox(); - this._cbAdvancedEffectFilter1 = new System.Windows.Forms.ComboBox(); - this._cbTarget2 = new System.Windows.Forms.ComboBox(); - this._cbTarget1 = new System.Windows.Forms.ComboBox(); - this._cbSpellEffect = new System.Windows.Forms.ComboBox(); - this._cbSpellAura = new System.Windows.Forms.ComboBox(); - this._cbSpellFamilyName = new System.Windows.Forms.ComboBox(); - this.groupBox7 = new System.Windows.Forms.GroupBox(); - this.label6 = new System.Windows.Forms.Label(); - this.label5 = new System.Windows.Forms.Label(); - this.label4 = new System.Windows.Forms.Label(); - this._bSearch = new System.Windows.Forms.Button(); - this._tbSearchAttributes = new System.Windows.Forms.TextBox(); - this._tbSearchIcon = new System.Windows.Forms.TextBox(); - this._tbSearchId = new System.Windows.Forms.TextBox(); - this.tabControl1 = new System.Windows.Forms.TabControl(); - this._tpSpellProcInfo = new System.Windows.Forms.TabPage(); - this.splitContainer2 = new System.Windows.Forms.SplitContainer(); - this.splitContainer3 = new System.Windows.Forms.SplitContainer(); - this._lNewProcSpellId = new System.Windows.Forms.Label(); - this._gProcAttributes = new System.Windows.Forms.GroupBox(); - this._clbProcAttributes = new System.Windows.Forms.CheckedListBox(); - this._gProcFlags = new System.Windows.Forms.GroupBox(); - this._clbProcFlags = new System.Windows.Forms.CheckedListBox(); - this._gProcHitMask = new System.Windows.Forms.GroupBox(); - this._clbProcFlagHit = new System.Windows.Forms.CheckedListBox(); - this._gSpellProcEvent = new System.Windows.Forms.GroupBox(); - this._tbProcCharges = new System.Windows.Forms.TextBox(); - this.label15 = new System.Windows.Forms.Label(); - this._cbProcFitstSpellFamily = new System.Windows.Forms.ComboBox(); - this.label1 = new System.Windows.Forms.Label(); - this._tbPPM = new System.Windows.Forms.TextBox(); - this.label2 = new System.Windows.Forms.Label(); - this._tbChance = new System.Windows.Forms.TextBox(); - this.label3 = new System.Windows.Forms.Label(); - this._tbCooldown = new System.Windows.Forms.TextBox(); - this._gProcSpellSchools = new System.Windows.Forms.GroupBox(); - this._clbSchools = new System.Windows.Forms.CheckedListBox(); - this._gProcSpellTypeMask = new System.Windows.Forms.GroupBox(); - this._clbSpellTypeMask = new System.Windows.Forms.CheckedListBox(); - this._gProcSpellPhaseMask = new System.Windows.Forms.GroupBox(); - this._clbSpellPhaseMask = new System.Windows.Forms.CheckedListBox(); - this._lProcHeader = new System.Windows.Forms.Label(); - this._tbNewProcSpellId = new System.Windows.Forms.TextBox(); - this._bLoadProcFromDB = new System.Windows.Forms.Button(); - this._bNewProcSpellId = new System.Windows.Forms.Button(); - this.splitContainer4 = new System.Windows.Forms.SplitContainer(); - this._cbProcSpellFamilyTree = new System.Windows.Forms.ComboBox(); - this._tvFamilyTree = new System.Windows.Forms.TreeView(); - this.splitContainer5 = new System.Windows.Forms.SplitContainer(); - this._rtbProcSpellInfo = new System.Windows.Forms.RichTextBox(); - this._lvProcSpellList = new System.Windows.Forms.ListView(); - this._chProcID = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this._chProcName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this._bProcSearch = new System.Windows.Forms.Button(); - this._tbProcSeach = new System.Windows.Forms.TextBox(); - this._cbProcTarget2 = new System.Windows.Forms.ComboBox(); - this._cbProcTarget1 = new System.Windows.Forms.ComboBox(); - this._cbProcSpellEffect = new System.Windows.Forms.ComboBox(); - this._cbProcSpellAura = new System.Windows.Forms.ComboBox(); - this._cbProcSpellFamilyName = new System.Windows.Forms.ComboBox(); - this._lvProcAdditionalInfo = new System.Windows.Forms.ListView(); - this._chID = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this._chName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this._chDescription = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this._tpSpellProcDB = new System.Windows.Forms.TabPage(); - this.groupBox3 = new System.Windows.Forms.GroupBox(); - this._cbBinaryCompare = new System.Windows.Forms.CheckBox(); - this._lProcSqlCustomQueryFragment = new System.Windows.Forms.Label(); - this._tbSqlManual = new System.Windows.Forms.TextBox(); - this.label8 = new System.Windows.Forms.Label(); - this.label12 = new System.Windows.Forms.Label(); - this.label11 = new System.Windows.Forms.Label(); - this.label10 = new System.Windows.Forms.Label(); - this.label7 = new System.Windows.Forms.Label(); - this._bSqlProcFlagsHit = new System.Windows.Forms.Button(); - this._bSqlProc = new System.Windows.Forms.Button(); - this._bSqlSchool = new System.Windows.Forms.Button(); - this._tbSqlProcFlagsHit = new System.Windows.Forms.TextBox(); - this._tbSqlProc = new System.Windows.Forms.TextBox(); - this._tbSqlSchool = new System.Windows.Forms.TextBox(); - this._tbLoadProcSpellId = new System.Windows.Forms.TextBox(); - this._cbSqlSpellFamily = new System.Windows.Forms.ComboBox(); - this._bSelect = new System.Windows.Forms.Button(); - this.groupBox2 = new System.Windows.Forms.GroupBox(); - this.splitContainer6 = new System.Windows.Forms.SplitContainer(); - this._lvDataList = new System.Windows.Forms.ListView(); - this.spellId = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.spellname = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.schoolmask = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.spellfamilyname = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.spellfamilymask0 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.spellfamilymask1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.spellfamilymask2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.spellfamilymask3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.procflag = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.procFlags2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.procSpellTypeMask = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.procSpellPhaseMask = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.procHitMask = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.procAttributesMask = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.procDisableEffectsMask = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.ppmRate = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.customchance = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.cooldown = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.procCharges = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this._rtbSqlLog = new System.Windows.Forms.RichTextBox(); - this._bSqlToBase = new System.Windows.Forms.Button(); - this._bSqlSave = new System.Windows.Forms.Button(); - this._cbProcFlag = new System.Windows.Forms.CheckBox(); - this._bWrite = new System.Windows.Forms.Button(); - this._bLevelScaling = new System.Windows.Forms.Button(); - this.loadingProgressBar1 = new System.Windows.Forms.ProgressBar(); - this.loadingProgressLabel1 = new System.Windows.Forms.Label(); - this.statusStrip1.SuspendLayout(); - this.menuStrip1.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.splitContainer7)).BeginInit(); - this.splitContainer7.Panel1.SuspendLayout(); - this.splitContainer7.Panel2.SuspendLayout(); - this.splitContainer7.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.splitContainer8)).BeginInit(); - this.splitContainer8.Panel1.SuspendLayout(); - this.splitContainer8.SuspendLayout(); - this._tpCompare.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this._scCompareRoot)).BeginInit(); - this._scCompareRoot.Panel1.SuspendLayout(); - this._scCompareRoot.Panel2.SuspendLayout(); - this._scCompareRoot.SuspendLayout(); - this._tpSpellInfo.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); - this.splitContainer1.Panel1.SuspendLayout(); - this.splitContainer1.Panel2.SuspendLayout(); - this.splitContainer1.SuspendLayout(); - this.groupBox1.SuspendLayout(); - this._gSpellFilter.SuspendLayout(); - this._gbAdvansedSearch.SuspendLayout(); - this.groupBox7.SuspendLayout(); - this.tabControl1.SuspendLayout(); - this._tpSpellProcInfo.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit(); - this.splitContainer2.Panel1.SuspendLayout(); - this.splitContainer2.Panel2.SuspendLayout(); - this.splitContainer2.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit(); - this.splitContainer3.Panel1.SuspendLayout(); - this.splitContainer3.Panel2.SuspendLayout(); - this.splitContainer3.SuspendLayout(); - this._gProcAttributes.SuspendLayout(); - this._gProcFlags.SuspendLayout(); - this._gProcHitMask.SuspendLayout(); - this._gSpellProcEvent.SuspendLayout(); - this._gProcSpellSchools.SuspendLayout(); - this._gProcSpellTypeMask.SuspendLayout(); - this._gProcSpellPhaseMask.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).BeginInit(); - this.splitContainer4.Panel1.SuspendLayout(); - this.splitContainer4.Panel2.SuspendLayout(); - this.splitContainer4.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.splitContainer5)).BeginInit(); - this.splitContainer5.Panel1.SuspendLayout(); - this.splitContainer5.Panel2.SuspendLayout(); - this.splitContainer5.SuspendLayout(); - this._tpSpellProcDB.SuspendLayout(); - this.groupBox3.SuspendLayout(); - this.groupBox2.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.splitContainer6)).BeginInit(); - this.splitContainer6.Panel1.SuspendLayout(); - this.splitContainer6.Panel2.SuspendLayout(); - this.splitContainer6.SuspendLayout(); - this.SuspendLayout(); + statusStrip1 = new System.Windows.Forms.StatusStrip(); + _dbConnect = new System.Windows.Forms.ToolStripStatusLabel(); + _status = new System.Windows.Forms.ToolStripStatusLabel(); + _ProcStatus = new System.Windows.Forms.ToolStripStatusLabel(); + menuStrip1 = new System.Windows.Forms.MenuStrip(); + _tsmFile = new System.Windows.Forms.ToolStripMenuItem(); + _tsmSettings = new System.Windows.Forms.ToolStripMenuItem(); + _tsmExit = new System.Windows.Forms.ToolStripMenuItem(); + _ilPro = new System.Windows.Forms.ImageList(components); + splitContainer7 = new System.Windows.Forms.SplitContainer(); + splitContainer8 = new System.Windows.Forms.SplitContainer(); + textBox2 = new System.Windows.Forms.TextBox(); + richTextBox1 = new System.Windows.Forms.RichTextBox(); + richTextBox2 = new System.Windows.Forms.RichTextBox(); + _tpCompare = new System.Windows.Forms.TabPage(); + _scCompareRoot = new System.Windows.Forms.SplitContainer(); + _bCompareSearch1 = new System.Windows.Forms.Button(); + label13 = new System.Windows.Forms.Label(); + _tbCompareFilterSpell1 = new System.Windows.Forms.TextBox(); + _rtbCompareSpell1 = new System.Windows.Forms.RichTextBox(); + _bCompareSearch2 = new System.Windows.Forms.Button(); + label14 = new System.Windows.Forms.Label(); + _rtbCompareSpell2 = new System.Windows.Forms.RichTextBox(); + _tbCompareFilterSpell2 = new System.Windows.Forms.TextBox(); + _tpSpellInfo = new System.Windows.Forms.TabPage(); + splitContainer1 = new System.Windows.Forms.SplitContainer(); + _rtSpellInfo = new System.Windows.Forms.RichTextBox(); + groupBox1 = new System.Windows.Forms.GroupBox(); + _lvSpellList = new System.Windows.Forms.ListView(); + chSpellID = new System.Windows.Forms.ColumnHeader(); + chSpellName = new System.Windows.Forms.ColumnHeader(); + chMiscID = new System.Windows.Forms.ColumnHeader(); + _gSpellFilter = new System.Windows.Forms.GroupBox(); + _gbAdvansedSearch = new System.Windows.Forms.GroupBox(); + _cbAdvancedFilter2CompareType = new System.Windows.Forms.ComboBox(); + _cbAdvancedFilter1CompareType = new System.Windows.Forms.ComboBox(); + _tbAdvancedFilter2Val = new System.Windows.Forms.TextBox(); + _tbAdvancedFilter1Val = new System.Windows.Forms.TextBox(); + _cbAdvancedFilter2 = new System.Windows.Forms.ComboBox(); + _cbAdvancedFilter1 = new System.Windows.Forms.ComboBox(); + _cbAdvancedEffectFilter2CompareType = new System.Windows.Forms.ComboBox(); + _cbAdvancedEffectFilter1CompareType = new System.Windows.Forms.ComboBox(); + _tbAdvancedEffectFilter2Val = new System.Windows.Forms.TextBox(); + _tbAdvancedEffectFilter1Val = new System.Windows.Forms.TextBox(); + _cbAdvancedEffectFilter2 = new System.Windows.Forms.ComboBox(); + _cbAdvancedEffectFilter1 = new System.Windows.Forms.ComboBox(); + _cbTarget2 = new System.Windows.Forms.ComboBox(); + _cbTarget1 = new System.Windows.Forms.ComboBox(); + _cbSpellEffect = new System.Windows.Forms.ComboBox(); + _cbSpellAura = new System.Windows.Forms.ComboBox(); + _cbSpellFamilyName = new System.Windows.Forms.ComboBox(); + groupBox7 = new System.Windows.Forms.GroupBox(); + label6 = new System.Windows.Forms.Label(); + label5 = new System.Windows.Forms.Label(); + label4 = new System.Windows.Forms.Label(); + _bSearch = new System.Windows.Forms.Button(); + _tbSearchAttributes = new System.Windows.Forms.TextBox(); + _tbSearchIcon = new System.Windows.Forms.TextBox(); + _tbSearchId = new System.Windows.Forms.TextBox(); + tabControl1 = new System.Windows.Forms.TabControl(); + _tpSpellProcInfo = new System.Windows.Forms.TabPage(); + splitContainer2 = new System.Windows.Forms.SplitContainer(); + splitContainer3 = new System.Windows.Forms.SplitContainer(); + _lNewProcSpellId = new System.Windows.Forms.Label(); + _gProcAttributes = new System.Windows.Forms.GroupBox(); + _clbProcAttributes = new System.Windows.Forms.CheckedListBox(); + _gProcFlags = new System.Windows.Forms.GroupBox(); + _clbProcFlags = new System.Windows.Forms.CheckedListBox(); + _gProcHitMask = new System.Windows.Forms.GroupBox(); + _clbProcFlagHit = new System.Windows.Forms.CheckedListBox(); + _gSpellProcEvent = new System.Windows.Forms.GroupBox(); + _tbProcCharges = new System.Windows.Forms.TextBox(); + label15 = new System.Windows.Forms.Label(); + _cbProcFitstSpellFamily = new System.Windows.Forms.ComboBox(); + label1 = new System.Windows.Forms.Label(); + _tbPPM = new System.Windows.Forms.TextBox(); + label2 = new System.Windows.Forms.Label(); + _tbChance = new System.Windows.Forms.TextBox(); + label3 = new System.Windows.Forms.Label(); + _tbCooldown = new System.Windows.Forms.TextBox(); + _gProcSpellSchools = new System.Windows.Forms.GroupBox(); + _clbSchools = new System.Windows.Forms.CheckedListBox(); + _gProcSpellTypeMask = new System.Windows.Forms.GroupBox(); + _clbSpellTypeMask = new System.Windows.Forms.CheckedListBox(); + _gProcSpellPhaseMask = new System.Windows.Forms.GroupBox(); + _clbSpellPhaseMask = new System.Windows.Forms.CheckedListBox(); + _lProcHeader = new System.Windows.Forms.Label(); + _tbNewProcSpellId = new System.Windows.Forms.TextBox(); + _bLoadProcFromDB = new System.Windows.Forms.Button(); + _bNewProcSpellId = new System.Windows.Forms.Button(); + splitContainer4 = new System.Windows.Forms.SplitContainer(); + _cbProcSpellFamilyTree = new System.Windows.Forms.ComboBox(); + _tvFamilyTree = new System.Windows.Forms.TreeView(); + splitContainer5 = new System.Windows.Forms.SplitContainer(); + _rtbProcSpellInfo = new System.Windows.Forms.RichTextBox(); + _lvProcSpellList = new System.Windows.Forms.ListView(); + _chProcID = new System.Windows.Forms.ColumnHeader(); + _chProcName = new System.Windows.Forms.ColumnHeader(); + _bProcSearch = new System.Windows.Forms.Button(); + _tbProcSeach = new System.Windows.Forms.TextBox(); + _cbProcTarget2 = new System.Windows.Forms.ComboBox(); + _cbProcTarget1 = new System.Windows.Forms.ComboBox(); + _cbProcSpellEffect = new System.Windows.Forms.ComboBox(); + _cbProcSpellAura = new System.Windows.Forms.ComboBox(); + _cbProcSpellFamilyName = new System.Windows.Forms.ComboBox(); + _lvProcAdditionalInfo = new System.Windows.Forms.ListView(); + _chID = new System.Windows.Forms.ColumnHeader(); + _chName = new System.Windows.Forms.ColumnHeader(); + _chDescription = new System.Windows.Forms.ColumnHeader(); + _tpSpellProcDB = new System.Windows.Forms.TabPage(); + groupBox3 = new System.Windows.Forms.GroupBox(); + _cbBinaryCompare = new System.Windows.Forms.CheckBox(); + _lProcSqlCustomQueryFragment = new System.Windows.Forms.Label(); + _tbSqlManual = new System.Windows.Forms.TextBox(); + label8 = new System.Windows.Forms.Label(); + label12 = new System.Windows.Forms.Label(); + label11 = new System.Windows.Forms.Label(); + label10 = new System.Windows.Forms.Label(); + label7 = new System.Windows.Forms.Label(); + _bSqlProcFlagsHit = new System.Windows.Forms.Button(); + _bSqlProc = new System.Windows.Forms.Button(); + _bSqlSchool = new System.Windows.Forms.Button(); + _tbSqlProcFlagsHit = new System.Windows.Forms.TextBox(); + _tbSqlProc = new System.Windows.Forms.TextBox(); + _tbSqlSchool = new System.Windows.Forms.TextBox(); + _tbLoadProcSpellId = new System.Windows.Forms.TextBox(); + _cbSqlSpellFamily = new System.Windows.Forms.ComboBox(); + _bSelect = new System.Windows.Forms.Button(); + groupBox2 = new System.Windows.Forms.GroupBox(); + splitContainer6 = new System.Windows.Forms.SplitContainer(); + _lvDataList = new System.Windows.Forms.ListView(); + spellId = new System.Windows.Forms.ColumnHeader(); + spellname = new System.Windows.Forms.ColumnHeader(); + schoolmask = new System.Windows.Forms.ColumnHeader(); + spellfamilyname = new System.Windows.Forms.ColumnHeader(); + spellfamilymask0 = new System.Windows.Forms.ColumnHeader(); + spellfamilymask1 = new System.Windows.Forms.ColumnHeader(); + spellfamilymask2 = new System.Windows.Forms.ColumnHeader(); + spellfamilymask3 = new System.Windows.Forms.ColumnHeader(); + procflag = new System.Windows.Forms.ColumnHeader(); + procFlags2 = new System.Windows.Forms.ColumnHeader(); + procSpellTypeMask = new System.Windows.Forms.ColumnHeader(); + procSpellPhaseMask = new System.Windows.Forms.ColumnHeader(); + procHitMask = new System.Windows.Forms.ColumnHeader(); + procAttributesMask = new System.Windows.Forms.ColumnHeader(); + procDisableEffectsMask = new System.Windows.Forms.ColumnHeader(); + ppmRate = new System.Windows.Forms.ColumnHeader(); + customchance = new System.Windows.Forms.ColumnHeader(); + cooldown = new System.Windows.Forms.ColumnHeader(); + procCharges = new System.Windows.Forms.ColumnHeader(); + _rtbSqlLog = new System.Windows.Forms.RichTextBox(); + _bSqlToBase = new System.Windows.Forms.Button(); + _bSqlSave = new System.Windows.Forms.Button(); + _cbProcFlag = new System.Windows.Forms.CheckBox(); + _bWrite = new System.Windows.Forms.Button(); + _bLevelScaling = new System.Windows.Forms.Button(); + loadingProgressBar1 = new System.Windows.Forms.ProgressBar(); + loadingProgressLabel1 = new System.Windows.Forms.Label(); + statusStrip1.SuspendLayout(); + menuStrip1.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)splitContainer7).BeginInit(); + splitContainer7.Panel1.SuspendLayout(); + splitContainer7.Panel2.SuspendLayout(); + splitContainer7.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)splitContainer8).BeginInit(); + splitContainer8.Panel1.SuspendLayout(); + splitContainer8.SuspendLayout(); + _tpCompare.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)_scCompareRoot).BeginInit(); + _scCompareRoot.Panel1.SuspendLayout(); + _scCompareRoot.Panel2.SuspendLayout(); + _scCompareRoot.SuspendLayout(); + _tpSpellInfo.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)splitContainer1).BeginInit(); + splitContainer1.Panel1.SuspendLayout(); + splitContainer1.Panel2.SuspendLayout(); + splitContainer1.SuspendLayout(); + groupBox1.SuspendLayout(); + _gSpellFilter.SuspendLayout(); + _gbAdvansedSearch.SuspendLayout(); + groupBox7.SuspendLayout(); + tabControl1.SuspendLayout(); + _tpSpellProcInfo.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)splitContainer2).BeginInit(); + splitContainer2.Panel1.SuspendLayout(); + splitContainer2.Panel2.SuspendLayout(); + splitContainer2.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)splitContainer3).BeginInit(); + splitContainer3.Panel1.SuspendLayout(); + splitContainer3.Panel2.SuspendLayout(); + splitContainer3.SuspendLayout(); + _gProcAttributes.SuspendLayout(); + _gProcFlags.SuspendLayout(); + _gProcHitMask.SuspendLayout(); + _gSpellProcEvent.SuspendLayout(); + _gProcSpellSchools.SuspendLayout(); + _gProcSpellTypeMask.SuspendLayout(); + _gProcSpellPhaseMask.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)splitContainer4).BeginInit(); + splitContainer4.Panel1.SuspendLayout(); + splitContainer4.Panel2.SuspendLayout(); + splitContainer4.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)splitContainer5).BeginInit(); + splitContainer5.Panel1.SuspendLayout(); + splitContainer5.Panel2.SuspendLayout(); + splitContainer5.SuspendLayout(); + _tpSpellProcDB.SuspendLayout(); + groupBox3.SuspendLayout(); + groupBox2.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)splitContainer6).BeginInit(); + splitContainer6.Panel1.SuspendLayout(); + splitContainer6.Panel2.SuspendLayout(); + splitContainer6.SuspendLayout(); + SuspendLayout(); // // statusStrip1 // - this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { - this._dbConnect, - this._status, - this._ProcStatus}); - this.statusStrip1.Location = new System.Drawing.Point(0, 759); - this.statusStrip1.Name = "statusStrip1"; - this.statusStrip1.Size = new System.Drawing.Size(1184, 22); - this.statusStrip1.TabIndex = 0; - this.statusStrip1.Text = "statusStrip1"; + statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { _dbConnect, _status, _ProcStatus }); + statusStrip1.Location = new System.Drawing.Point(0, 879); + statusStrip1.Name = "statusStrip1"; + statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 16, 0); + statusStrip1.Size = new System.Drawing.Size(1381, 22); + statusStrip1.TabIndex = 0; + statusStrip1.Text = "statusStrip1"; // // _dbConnect // - this._dbConnect.Name = "_dbConnect"; - this._dbConnect.Size = new System.Drawing.Size(0, 17); + _dbConnect.Name = "_dbConnect"; + _dbConnect.Size = new System.Drawing.Size(0, 17); // // _status // - this._status.Name = "_status"; - this._status.Size = new System.Drawing.Size(0, 17); + _status.Name = "_status"; + _status.Size = new System.Drawing.Size(0, 17); // // _ProcStatus // - this._ProcStatus.Name = "_ProcStatus"; - this._ProcStatus.Size = new System.Drawing.Size(0, 17); + _ProcStatus.Name = "_ProcStatus"; + _ProcStatus.Size = new System.Drawing.Size(0, 17); // // menuStrip1 // - this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { - this._tsmFile}); - this.menuStrip1.Location = new System.Drawing.Point(0, 0); - this.menuStrip1.Name = "menuStrip1"; - this.menuStrip1.Size = new System.Drawing.Size(1184, 24); - this.menuStrip1.TabIndex = 1; - this.menuStrip1.Text = "menuStrip1"; + menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { _tsmFile }); + menuStrip1.Location = new System.Drawing.Point(0, 0); + menuStrip1.Name = "menuStrip1"; + menuStrip1.Padding = new System.Windows.Forms.Padding(7, 2, 0, 2); + menuStrip1.Size = new System.Drawing.Size(1381, 24); + menuStrip1.TabIndex = 1; + menuStrip1.Text = "menuStrip1"; // // _tsmFile // - this._tsmFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { - this._tsmSettings, - this._tsmExit}); - this._tsmFile.Name = "_tsmFile"; - this._tsmFile.Size = new System.Drawing.Size(37, 20); - this._tsmFile.Text = "File"; + _tsmFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { _tsmSettings, _tsmExit }); + _tsmFile.Name = "_tsmFile"; + _tsmFile.Size = new System.Drawing.Size(37, 20); + _tsmFile.Text = "File"; // // _tsmSettings // - this._tsmSettings.Name = "_tsmSettings"; - this._tsmSettings.Size = new System.Drawing.Size(116, 22); - this._tsmSettings.Text = "Settings"; - this._tsmSettings.Click += new System.EventHandler(this.SettingsClick); + _tsmSettings.Name = "_tsmSettings"; + _tsmSettings.Size = new System.Drawing.Size(116, 22); + _tsmSettings.Text = "Settings"; + _tsmSettings.Click += SettingsClick; // // _tsmExit // - this._tsmExit.Name = "_tsmExit"; - this._tsmExit.Size = new System.Drawing.Size(116, 22); - this._tsmExit.Text = "Exit"; - this._tsmExit.Click += new System.EventHandler(this.ExitClick); + _tsmExit.Name = "_tsmExit"; + _tsmExit.Size = new System.Drawing.Size(116, 22); + _tsmExit.Text = "Exit"; + _tsmExit.Click += ExitClick; // // _ilPro // - this._ilPro.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("_ilPro.ImageStream"))); - this._ilPro.TransparentColor = System.Drawing.Color.Transparent; - this._ilPro.Images.SetKeyName(0, "info.ico"); - this._ilPro.Images.SetKeyName(1, "ok.ico"); - this._ilPro.Images.SetKeyName(2, "drop.ico"); - this._ilPro.Images.SetKeyName(3, "plus.ico"); - this._ilPro.Images.SetKeyName(4, "family.ico"); - this._ilPro.Images.SetKeyName(5, "munus.ico"); + _ilPro.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit; + _ilPro.ImageStream = (System.Windows.Forms.ImageListStreamer)resources.GetObject("_ilPro.ImageStream"); + _ilPro.TransparentColor = System.Drawing.Color.Transparent; + _ilPro.Images.SetKeyName(0, "info.ico"); + _ilPro.Images.SetKeyName(1, "ok.ico"); + _ilPro.Images.SetKeyName(2, "drop.ico"); + _ilPro.Images.SetKeyName(3, "plus.ico"); + _ilPro.Images.SetKeyName(4, "family.ico"); + _ilPro.Images.SetKeyName(5, "munus.ico"); // // splitContainer7 // - this.splitContainer7.Dock = System.Windows.Forms.DockStyle.Fill; - this.splitContainer7.Location = new System.Drawing.Point(0, 0); - this.splitContainer7.Name = "splitContainer7"; + splitContainer7.Dock = System.Windows.Forms.DockStyle.Fill; + splitContainer7.Location = new System.Drawing.Point(0, 0); + splitContainer7.Name = "splitContainer7"; // // splitContainer7.Panel1 // - this.splitContainer7.Panel1.Controls.Add(this.splitContainer8); - this.splitContainer7.Panel1.Controls.Add(this.richTextBox1); + splitContainer7.Panel1.Controls.Add(splitContainer8); + splitContainer7.Panel1.Controls.Add(richTextBox1); // // splitContainer7.Panel2 // - this.splitContainer7.Panel2.Controls.Add(this.richTextBox2); - this.splitContainer7.Size = new System.Drawing.Size(858, 429); - this.splitContainer7.SplitterDistance = 424; - this.splitContainer7.TabIndex = 0; + splitContainer7.Panel2.Controls.Add(richTextBox2); + splitContainer7.Size = new System.Drawing.Size(858, 429); + splitContainer7.SplitterDistance = 424; + splitContainer7.TabIndex = 0; // // splitContainer8 // - this.splitContainer8.Dock = System.Windows.Forms.DockStyle.Fill; - this.splitContainer8.Location = new System.Drawing.Point(0, 0); - this.splitContainer8.Name = "splitContainer8"; + splitContainer8.Dock = System.Windows.Forms.DockStyle.Fill; + splitContainer8.Location = new System.Drawing.Point(0, 0); + splitContainer8.Name = "splitContainer8"; // // splitContainer8.Panel1 // - this.splitContainer8.Panel1.Controls.Add(this.textBox2); - this.splitContainer8.Size = new System.Drawing.Size(424, 429); - this.splitContainer8.SplitterDistance = 209; - this.splitContainer8.TabIndex = 0; + splitContainer8.Panel1.Controls.Add(textBox2); + splitContainer8.Size = new System.Drawing.Size(424, 429); + splitContainer8.SplitterDistance = 209; + splitContainer8.TabIndex = 0; // // textBox2 // - this.textBox2.Location = new System.Drawing.Point(19, 12); - this.textBox2.Name = "textBox2"; - this.textBox2.Size = new System.Drawing.Size(100, 20); - this.textBox2.TabIndex = 0; + textBox2.Location = new System.Drawing.Point(19, 12); + textBox2.Name = "textBox2"; + textBox2.Size = new System.Drawing.Size(100, 23); + textBox2.TabIndex = 0; // // richTextBox1 // - this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill; - this.richTextBox1.Location = new System.Drawing.Point(0, 0); - this.richTextBox1.Name = "richTextBox1"; - this.richTextBox1.Size = new System.Drawing.Size(424, 429); - this.richTextBox1.TabIndex = 0; - this.richTextBox1.Text = ""; + richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill; + richTextBox1.Location = new System.Drawing.Point(0, 0); + richTextBox1.Name = "richTextBox1"; + richTextBox1.Size = new System.Drawing.Size(424, 429); + richTextBox1.TabIndex = 0; + richTextBox1.Text = ""; // // richTextBox2 // - this.richTextBox2.Dock = System.Windows.Forms.DockStyle.Fill; - this.richTextBox2.Location = new System.Drawing.Point(0, 0); - this.richTextBox2.Name = "richTextBox2"; - this.richTextBox2.Size = new System.Drawing.Size(430, 429); - this.richTextBox2.TabIndex = 0; - this.richTextBox2.Text = ""; + richTextBox2.Dock = System.Windows.Forms.DockStyle.Fill; + richTextBox2.Location = new System.Drawing.Point(0, 0); + richTextBox2.Name = "richTextBox2"; + richTextBox2.Size = new System.Drawing.Size(430, 429); + richTextBox2.TabIndex = 0; + richTextBox2.Text = ""; // // _tpCompare // - this._tpCompare.Controls.Add(this._scCompareRoot); - this._tpCompare.Location = new System.Drawing.Point(4, 22); - this._tpCompare.Name = "_tpCompare"; - this._tpCompare.Padding = new System.Windows.Forms.Padding(3); - this._tpCompare.Size = new System.Drawing.Size(1176, 709); - this._tpCompare.TabIndex = 4; - this._tpCompare.Text = "Compare Spells"; - this._tpCompare.UseVisualStyleBackColor = true; + _tpCompare.Controls.Add(_scCompareRoot); + _tpCompare.Location = new System.Drawing.Point(4, 24); + _tpCompare.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _tpCompare.Name = "_tpCompare"; + _tpCompare.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3); + _tpCompare.Size = new System.Drawing.Size(1373, 827); + _tpCompare.TabIndex = 4; + _tpCompare.Text = "Compare Spells"; + _tpCompare.UseVisualStyleBackColor = true; // // _scCompareRoot // - this._scCompareRoot.Dock = System.Windows.Forms.DockStyle.Fill; - this._scCompareRoot.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; - this._scCompareRoot.Location = new System.Drawing.Point(3, 3); - this._scCompareRoot.Name = "_scCompareRoot"; + _scCompareRoot.Dock = System.Windows.Forms.DockStyle.Fill; + _scCompareRoot.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; + _scCompareRoot.Location = new System.Drawing.Point(4, 3); + _scCompareRoot.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _scCompareRoot.Name = "_scCompareRoot"; // // _scCompareRoot.Panel1 // - this._scCompareRoot.Panel1.BackColor = System.Drawing.Color.WhiteSmoke; - this._scCompareRoot.Panel1.Controls.Add(this._bCompareSearch1); - this._scCompareRoot.Panel1.Controls.Add(this.label13); - this._scCompareRoot.Panel1.Controls.Add(this._tbCompareFilterSpell1); - this._scCompareRoot.Panel1.Controls.Add(this._rtbCompareSpell1); + _scCompareRoot.Panel1.BackColor = System.Drawing.Color.WhiteSmoke; + _scCompareRoot.Panel1.Controls.Add(_bCompareSearch1); + _scCompareRoot.Panel1.Controls.Add(label13); + _scCompareRoot.Panel1.Controls.Add(_tbCompareFilterSpell1); + _scCompareRoot.Panel1.Controls.Add(_rtbCompareSpell1); // // _scCompareRoot.Panel2 // - this._scCompareRoot.Panel2.BackColor = System.Drawing.Color.WhiteSmoke; - this._scCompareRoot.Panel2.Controls.Add(this._bCompareSearch2); - this._scCompareRoot.Panel2.Controls.Add(this.label14); - this._scCompareRoot.Panel2.Controls.Add(this._rtbCompareSpell2); - this._scCompareRoot.Panel2.Controls.Add(this._tbCompareFilterSpell2); - this._scCompareRoot.Size = new System.Drawing.Size(1170, 703); - this._scCompareRoot.SplitterDistance = 583; - this._scCompareRoot.TabIndex = 0; + _scCompareRoot.Panel2.BackColor = System.Drawing.Color.WhiteSmoke; + _scCompareRoot.Panel2.Controls.Add(_bCompareSearch2); + _scCompareRoot.Panel2.Controls.Add(label14); + _scCompareRoot.Panel2.Controls.Add(_rtbCompareSpell2); + _scCompareRoot.Panel2.Controls.Add(_tbCompareFilterSpell2); + _scCompareRoot.Size = new System.Drawing.Size(1365, 821); + _scCompareRoot.SplitterDistance = 583; + _scCompareRoot.SplitterWidth = 5; + _scCompareRoot.TabIndex = 0; // // _bCompareSearch1 // - this._bCompareSearch1.Location = new System.Drawing.Point(238, 1); - this._bCompareSearch1.Name = "_bCompareSearch1"; - this._bCompareSearch1.Size = new System.Drawing.Size(51, 23); - this._bCompareSearch1.TabIndex = 3; - this._bCompareSearch1.Text = "Search"; - this._bCompareSearch1.UseVisualStyleBackColor = true; - this._bCompareSearch1.Click += new System.EventHandler(this.CompareSearch1Click); + _bCompareSearch1.Location = new System.Drawing.Point(278, 1); + _bCompareSearch1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _bCompareSearch1.Name = "_bCompareSearch1"; + _bCompareSearch1.Size = new System.Drawing.Size(59, 27); + _bCompareSearch1.TabIndex = 3; + _bCompareSearch1.Text = "Search"; + _bCompareSearch1.UseVisualStyleBackColor = true; + _bCompareSearch1.Click += CompareSearch1Click; // // label13 // - this.label13.AutoSize = true; - this.label13.Location = new System.Drawing.Point(5, 6); - this.label13.Name = "label13"; - this.label13.Size = new System.Drawing.Size(61, 13); - this.label13.TabIndex = 2; - this.label13.Text = "ID or Name"; + label13.AutoSize = true; + label13.Location = new System.Drawing.Point(6, 7); + label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + label13.Name = "label13"; + label13.Size = new System.Drawing.Size(67, 15); + label13.TabIndex = 2; + label13.Text = "ID or Name"; // // _tbCompareFilterSpell1 // - this._tbCompareFilterSpell1.Location = new System.Drawing.Point(86, 3); - this._tbCompareFilterSpell1.Name = "_tbCompareFilterSpell1"; - this._tbCompareFilterSpell1.Size = new System.Drawing.Size(146, 20); - this._tbCompareFilterSpell1.TabIndex = 1; - this._tbCompareFilterSpell1.TextChanged += new System.EventHandler(this.CompareFilterSpellTextChanged); + _tbCompareFilterSpell1.Location = new System.Drawing.Point(100, 3); + _tbCompareFilterSpell1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _tbCompareFilterSpell1.Name = "_tbCompareFilterSpell1"; + _tbCompareFilterSpell1.Size = new System.Drawing.Size(170, 23); + _tbCompareFilterSpell1.TabIndex = 1; + _tbCompareFilterSpell1.TextChanged += CompareFilterSpellTextChanged; // // _rtbCompareSpell1 // - this._rtbCompareSpell1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this._rtbCompareSpell1.BackColor = System.Drawing.Color.Gainsboro; - this._rtbCompareSpell1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F); - this._rtbCompareSpell1.Location = new System.Drawing.Point(0, 29); - this._rtbCompareSpell1.Name = "_rtbCompareSpell1"; - this._rtbCompareSpell1.Size = new System.Drawing.Size(580, 674); - this._rtbCompareSpell1.TabIndex = 0; - this._rtbCompareSpell1.Text = ""; + _rtbCompareSpell1.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; + _rtbCompareSpell1.BackColor = System.Drawing.Color.Gainsboro; + _rtbCompareSpell1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F); + _rtbCompareSpell1.Location = new System.Drawing.Point(0, 33); + _rtbCompareSpell1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _rtbCompareSpell1.Name = "_rtbCompareSpell1"; + _rtbCompareSpell1.Size = new System.Drawing.Size(579, 787); + _rtbCompareSpell1.TabIndex = 0; + _rtbCompareSpell1.Text = ""; // // _bCompareSearch2 // - this._bCompareSearch2.Location = new System.Drawing.Point(243, 1); - this._bCompareSearch2.Name = "_bCompareSearch2"; - this._bCompareSearch2.Size = new System.Drawing.Size(51, 23); - this._bCompareSearch2.TabIndex = 3; - this._bCompareSearch2.Text = "Search"; - this._bCompareSearch2.UseVisualStyleBackColor = true; - this._bCompareSearch2.Click += new System.EventHandler(this.CompareSearch2Click); + _bCompareSearch2.Location = new System.Drawing.Point(284, 1); + _bCompareSearch2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _bCompareSearch2.Name = "_bCompareSearch2"; + _bCompareSearch2.Size = new System.Drawing.Size(59, 27); + _bCompareSearch2.TabIndex = 3; + _bCompareSearch2.Text = "Search"; + _bCompareSearch2.UseVisualStyleBackColor = true; + _bCompareSearch2.Click += CompareSearch2Click; // // label14 // - this.label14.AutoSize = true; - this.label14.Location = new System.Drawing.Point(10, 6); - this.label14.Name = "label14"; - this.label14.Size = new System.Drawing.Size(61, 13); - this.label14.TabIndex = 2; - this.label14.Text = "ID or Name"; + label14.AutoSize = true; + label14.Location = new System.Drawing.Point(12, 7); + label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + label14.Name = "label14"; + label14.Size = new System.Drawing.Size(67, 15); + label14.TabIndex = 2; + label14.Text = "ID or Name"; // // _rtbCompareSpell2 // - this._rtbCompareSpell2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this._rtbCompareSpell2.BackColor = System.Drawing.Color.Gainsboro; - this._rtbCompareSpell2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F); - this._rtbCompareSpell2.Location = new System.Drawing.Point(3, 29); - this._rtbCompareSpell2.Name = "_rtbCompareSpell2"; - this._rtbCompareSpell2.Size = new System.Drawing.Size(580, 674); - this._rtbCompareSpell2.TabIndex = 0; - this._rtbCompareSpell2.Text = ""; + _rtbCompareSpell2.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; + _rtbCompareSpell2.BackColor = System.Drawing.Color.Gainsboro; + _rtbCompareSpell2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F); + _rtbCompareSpell2.Location = new System.Drawing.Point(4, 33); + _rtbCompareSpell2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _rtbCompareSpell2.Name = "_rtbCompareSpell2"; + _rtbCompareSpell2.Size = new System.Drawing.Size(763, 787); + _rtbCompareSpell2.TabIndex = 0; + _rtbCompareSpell2.Text = ""; // // _tbCompareFilterSpell2 // - this._tbCompareFilterSpell2.Location = new System.Drawing.Point(91, 3); - this._tbCompareFilterSpell2.Name = "_tbCompareFilterSpell2"; - this._tbCompareFilterSpell2.Size = new System.Drawing.Size(146, 20); - this._tbCompareFilterSpell2.TabIndex = 1; - this._tbCompareFilterSpell2.TextChanged += new System.EventHandler(this.CompareFilterSpellTextChanged); + _tbCompareFilterSpell2.Location = new System.Drawing.Point(106, 3); + _tbCompareFilterSpell2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _tbCompareFilterSpell2.Name = "_tbCompareFilterSpell2"; + _tbCompareFilterSpell2.Size = new System.Drawing.Size(170, 23); + _tbCompareFilterSpell2.TabIndex = 1; + _tbCompareFilterSpell2.TextChanged += CompareFilterSpellTextChanged; // // _tpSpellInfo // - this._tpSpellInfo.Controls.Add(this.splitContainer1); - this._tpSpellInfo.Location = new System.Drawing.Point(4, 22); - this._tpSpellInfo.Name = "_tpSpellInfo"; - this._tpSpellInfo.Padding = new System.Windows.Forms.Padding(3); - this._tpSpellInfo.Size = new System.Drawing.Size(1176, 709); - this._tpSpellInfo.TabIndex = 0; - this._tpSpellInfo.Text = "Spell Info"; - this._tpSpellInfo.UseVisualStyleBackColor = true; + _tpSpellInfo.Controls.Add(splitContainer1); + _tpSpellInfo.Location = new System.Drawing.Point(4, 24); + _tpSpellInfo.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _tpSpellInfo.Name = "_tpSpellInfo"; + _tpSpellInfo.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3); + _tpSpellInfo.Size = new System.Drawing.Size(1373, 827); + _tpSpellInfo.TabIndex = 0; + _tpSpellInfo.Text = "Spell Info"; + _tpSpellInfo.UseVisualStyleBackColor = true; // // splitContainer1 // - this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; - this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; - this.splitContainer1.IsSplitterFixed = true; - this.splitContainer1.Location = new System.Drawing.Point(3, 3); - this.splitContainer1.Name = "splitContainer1"; + splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; + splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; + splitContainer1.IsSplitterFixed = true; + splitContainer1.Location = new System.Drawing.Point(4, 3); + splitContainer1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // - this.splitContainer1.Panel1.Controls.Add(this._rtSpellInfo); + splitContainer1.Panel1.Controls.Add(_rtSpellInfo); // // splitContainer1.Panel2 // - this.splitContainer1.Panel2.BackColor = System.Drawing.Color.Gainsboro; - this.splitContainer1.Panel2.Controls.Add(this.groupBox1); - this.splitContainer1.Size = new System.Drawing.Size(1170, 703); - this.splitContainer1.SplitterDistance = 772; - this.splitContainer1.TabIndex = 0; + splitContainer1.Panel2.BackColor = System.Drawing.Color.Gainsboro; + splitContainer1.Panel2.Controls.Add(groupBox1); + splitContainer1.Size = new System.Drawing.Size(1365, 821); + splitContainer1.SplitterDistance = 956; + splitContainer1.SplitterWidth = 5; + splitContainer1.TabIndex = 0; // // _rtSpellInfo // - this._rtSpellInfo.BackColor = System.Drawing.Color.Gainsboro; - this._rtSpellInfo.Dock = System.Windows.Forms.DockStyle.Fill; - this._rtSpellInfo.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this._rtSpellInfo.Location = new System.Drawing.Point(0, 0); - this._rtSpellInfo.Name = "_rtSpellInfo"; - this._rtSpellInfo.ReadOnly = true; - this._rtSpellInfo.Size = new System.Drawing.Size(772, 703); - this._rtSpellInfo.TabIndex = 0; - this._rtSpellInfo.Text = ""; + _rtSpellInfo.BackColor = System.Drawing.Color.Gainsboro; + _rtSpellInfo.Dock = System.Windows.Forms.DockStyle.Fill; + _rtSpellInfo.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F); + _rtSpellInfo.Location = new System.Drawing.Point(0, 0); + _rtSpellInfo.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _rtSpellInfo.Name = "_rtSpellInfo"; + _rtSpellInfo.ReadOnly = true; + _rtSpellInfo.Size = new System.Drawing.Size(956, 821); + _rtSpellInfo.TabIndex = 0; + _rtSpellInfo.Text = ""; // // groupBox1 // - this.groupBox1.Controls.Add(this._lvSpellList); - this.groupBox1.Controls.Add(this._gSpellFilter); - this.groupBox1.Controls.Add(this.groupBox7); - this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; - this.groupBox1.Location = new System.Drawing.Point(0, 0); - this.groupBox1.Name = "groupBox1"; - this.groupBox1.Size = new System.Drawing.Size(394, 703); - this.groupBox1.TabIndex = 0; - this.groupBox1.TabStop = false; + groupBox1.Controls.Add(_lvSpellList); + groupBox1.Controls.Add(_gSpellFilter); + groupBox1.Controls.Add(groupBox7); + groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; + groupBox1.Location = new System.Drawing.Point(0, 0); + groupBox1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + groupBox1.Name = "groupBox1"; + groupBox1.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3); + groupBox1.Size = new System.Drawing.Size(404, 821); + groupBox1.TabIndex = 0; + groupBox1.TabStop = false; // // _lvSpellList // - this._lvSpellList.AllowColumnReorder = true; - this._lvSpellList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this._lvSpellList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { - this.chSpellID, - this.chSpellName, - this.chMiscID}); - this._lvSpellList.FullRowSelect = true; - this._lvSpellList.GridLines = true; - this._lvSpellList.HideSelection = false; - this._lvSpellList.Location = new System.Drawing.Point(6, 351); - this._lvSpellList.MultiSelect = false; - this._lvSpellList.Name = "_lvSpellList"; - this._lvSpellList.Size = new System.Drawing.Size(388, 346); - this._lvSpellList.TabIndex = 7; - this._lvSpellList.UseCompatibleStateImageBehavior = false; - this._lvSpellList.View = System.Windows.Forms.View.Details; - this._lvSpellList.VirtualMode = true; - this._lvSpellList.RetrieveVirtualItem += new System.Windows.Forms.RetrieveVirtualItemEventHandler(this.LvSpellListRetrieveVirtualItem); - this._lvSpellList.SelectedIndexChanged += new System.EventHandler(this.LvSpellListSelectedIndexChanged); + _lvSpellList.AllowColumnReorder = true; + _lvSpellList.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; + _lvSpellList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { chSpellID, chSpellName, chMiscID }); + _lvSpellList.FullRowSelect = true; + _lvSpellList.GridLines = true; + _lvSpellList.Location = new System.Drawing.Point(7, 405); + _lvSpellList.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _lvSpellList.MultiSelect = false; + _lvSpellList.Name = "_lvSpellList"; + _lvSpellList.Size = new System.Drawing.Size(396, 409); + _lvSpellList.TabIndex = 7; + _lvSpellList.UseCompatibleStateImageBehavior = false; + _lvSpellList.View = System.Windows.Forms.View.Details; + _lvSpellList.VirtualMode = true; + _lvSpellList.RetrieveVirtualItem += LvSpellListRetrieveVirtualItem; + _lvSpellList.SelectedIndexChanged += LvSpellListSelectedIndexChanged; // // chSpellID // - this.chSpellID.Text = "ID"; - this.chSpellID.Width = 48; + chSpellID.Text = "ID"; + chSpellID.Width = 48; // // chSpellName // - this.chSpellName.Text = "Name"; - this.chSpellName.Width = 250; + chSpellName.Text = "Name"; + chSpellName.Width = 250; // // chMiscID // - this.chMiscID.Text = "MiscID"; - this.chMiscID.Width = 64; + chMiscID.Text = "MiscID"; + chMiscID.Width = 64; // // _gSpellFilter // - this._gSpellFilter.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this._gSpellFilter.BackColor = System.Drawing.Color.LightGray; - this._gSpellFilter.Controls.Add(this._gbAdvansedSearch); - this._gSpellFilter.Controls.Add(this._cbTarget2); - this._gSpellFilter.Controls.Add(this._cbTarget1); - this._gSpellFilter.Controls.Add(this._cbSpellEffect); - this._gSpellFilter.Controls.Add(this._cbSpellAura); - this._gSpellFilter.Controls.Add(this._cbSpellFamilyName); - this._gSpellFilter.Location = new System.Drawing.Point(2, 81); - this._gSpellFilter.Name = "_gSpellFilter"; - this._gSpellFilter.Size = new System.Drawing.Size(392, 264); - this._gSpellFilter.TabIndex = 8; - this._gSpellFilter.TabStop = false; - this._gSpellFilter.Text = "Spell Filter"; + _gSpellFilter.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; + _gSpellFilter.BackColor = System.Drawing.Color.LightGray; + _gSpellFilter.Controls.Add(_gbAdvansedSearch); + _gSpellFilter.Controls.Add(_cbTarget2); + _gSpellFilter.Controls.Add(_cbTarget1); + _gSpellFilter.Controls.Add(_cbSpellEffect); + _gSpellFilter.Controls.Add(_cbSpellAura); + _gSpellFilter.Controls.Add(_cbSpellFamilyName); + _gSpellFilter.Location = new System.Drawing.Point(2, 93); + _gSpellFilter.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _gSpellFilter.Name = "_gSpellFilter"; + _gSpellFilter.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3); + _gSpellFilter.Size = new System.Drawing.Size(401, 305); + _gSpellFilter.TabIndex = 8; + _gSpellFilter.TabStop = false; + _gSpellFilter.Text = "Spell Filter"; // // _gbAdvansedSearch // - this._gbAdvansedSearch.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this._gbAdvansedSearch.Controls.Add(this._cbAdvancedFilter2CompareType); - this._gbAdvansedSearch.Controls.Add(this._cbAdvancedFilter1CompareType); - this._gbAdvansedSearch.Controls.Add(this._tbAdvancedFilter2Val); - this._gbAdvansedSearch.Controls.Add(this._tbAdvancedFilter1Val); - this._gbAdvansedSearch.Controls.Add(this._cbAdvancedFilter2); - this._gbAdvansedSearch.Controls.Add(this._cbAdvancedFilter1); - this._gbAdvansedSearch.Controls.Add(this._cbAdvancedEffectFilter2CompareType); - this._gbAdvansedSearch.Controls.Add(this._cbAdvancedEffectFilter1CompareType); - this._gbAdvansedSearch.Controls.Add(this._tbAdvancedEffectFilter2Val); - this._gbAdvansedSearch.Controls.Add(this._tbAdvancedEffectFilter1Val); - this._gbAdvansedSearch.Controls.Add(this._cbAdvancedEffectFilter2); - this._gbAdvansedSearch.Controls.Add(this._cbAdvancedEffectFilter1); - this._gbAdvansedSearch.Location = new System.Drawing.Point(3, 135); - this._gbAdvansedSearch.Name = "_gbAdvansedSearch"; - this._gbAdvansedSearch.Size = new System.Drawing.Size(383, 123); - this._gbAdvansedSearch.TabIndex = 6; - this._gbAdvansedSearch.TabStop = false; - this._gbAdvansedSearch.Text = "Advanced Filter"; + _gbAdvansedSearch.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; + _gbAdvansedSearch.Controls.Add(_cbAdvancedFilter2CompareType); + _gbAdvansedSearch.Controls.Add(_cbAdvancedFilter1CompareType); + _gbAdvansedSearch.Controls.Add(_tbAdvancedFilter2Val); + _gbAdvansedSearch.Controls.Add(_tbAdvancedFilter1Val); + _gbAdvansedSearch.Controls.Add(_cbAdvancedFilter2); + _gbAdvansedSearch.Controls.Add(_cbAdvancedFilter1); + _gbAdvansedSearch.Controls.Add(_cbAdvancedEffectFilter2CompareType); + _gbAdvansedSearch.Controls.Add(_cbAdvancedEffectFilter1CompareType); + _gbAdvansedSearch.Controls.Add(_tbAdvancedEffectFilter2Val); + _gbAdvansedSearch.Controls.Add(_tbAdvancedEffectFilter1Val); + _gbAdvansedSearch.Controls.Add(_cbAdvancedEffectFilter2); + _gbAdvansedSearch.Controls.Add(_cbAdvancedEffectFilter1); + _gbAdvansedSearch.Location = new System.Drawing.Point(4, 156); + _gbAdvansedSearch.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _gbAdvansedSearch.Name = "_gbAdvansedSearch"; + _gbAdvansedSearch.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3); + _gbAdvansedSearch.Size = new System.Drawing.Size(391, 142); + _gbAdvansedSearch.TabIndex = 6; + _gbAdvansedSearch.TabStop = false; + _gbAdvansedSearch.Text = "Advanced Filter"; // // _cbAdvancedFilter2CompareType // - this._cbAdvancedFilter2CompareType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this._cbAdvancedFilter2CompareType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this._cbAdvancedFilter2CompareType.DropDownWidth = 160; - this._cbAdvancedFilter2CompareType.FormattingEnabled = true; - this._cbAdvancedFilter2CompareType.Location = new System.Drawing.Point(210, 41); - this._cbAdvancedFilter2CompareType.Name = "_cbAdvancedFilter2CompareType"; - this._cbAdvancedFilter2CompareType.Size = new System.Drawing.Size(76, 21); - this._cbAdvancedFilter2CompareType.TabIndex = 3; + _cbAdvancedFilter2CompareType.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right; + _cbAdvancedFilter2CompareType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + _cbAdvancedFilter2CompareType.DropDownWidth = 160; + _cbAdvancedFilter2CompareType.FormattingEnabled = true; + _cbAdvancedFilter2CompareType.Location = new System.Drawing.Point(189, 47); + _cbAdvancedFilter2CompareType.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _cbAdvancedFilter2CompareType.Name = "_cbAdvancedFilter2CompareType"; + _cbAdvancedFilter2CompareType.Size = new System.Drawing.Size(88, 23); + _cbAdvancedFilter2CompareType.TabIndex = 3; // // _cbAdvancedFilter1CompareType // - this._cbAdvancedFilter1CompareType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this._cbAdvancedFilter1CompareType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this._cbAdvancedFilter1CompareType.DropDownWidth = 160; - this._cbAdvancedFilter1CompareType.FormattingEnabled = true; - this._cbAdvancedFilter1CompareType.Location = new System.Drawing.Point(210, 15); - this._cbAdvancedFilter1CompareType.Name = "_cbAdvancedFilter1CompareType"; - this._cbAdvancedFilter1CompareType.Size = new System.Drawing.Size(76, 21); - this._cbAdvancedFilter1CompareType.TabIndex = 2; + _cbAdvancedFilter1CompareType.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right; + _cbAdvancedFilter1CompareType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + _cbAdvancedFilter1CompareType.DropDownWidth = 160; + _cbAdvancedFilter1CompareType.FormattingEnabled = true; + _cbAdvancedFilter1CompareType.Location = new System.Drawing.Point(189, 17); + _cbAdvancedFilter1CompareType.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _cbAdvancedFilter1CompareType.Name = "_cbAdvancedFilter1CompareType"; + _cbAdvancedFilter1CompareType.Size = new System.Drawing.Size(88, 23); + _cbAdvancedFilter1CompareType.TabIndex = 2; // // _tbAdvancedFilter2Val // - this._tbAdvancedFilter2Val.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this._tbAdvancedFilter2Val.Location = new System.Drawing.Point(292, 43); - this._tbAdvancedFilter2Val.Name = "_tbAdvancedFilter2Val"; - this._tbAdvancedFilter2Val.Size = new System.Drawing.Size(85, 20); - this._tbAdvancedFilter2Val.TabIndex = 1; - this._tbAdvancedFilter2Val.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TbAdvansedFilterValKeyDown); + _tbAdvancedFilter2Val.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right; + _tbAdvancedFilter2Val.Location = new System.Drawing.Point(285, 50); + _tbAdvancedFilter2Val.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _tbAdvancedFilter2Val.Name = "_tbAdvancedFilter2Val"; + _tbAdvancedFilter2Val.Size = new System.Drawing.Size(98, 23); + _tbAdvancedFilter2Val.TabIndex = 1; + _tbAdvancedFilter2Val.KeyDown += TbAdvansedFilterValKeyDown; // // _tbAdvancedFilter1Val // - this._tbAdvancedFilter1Val.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this._tbAdvancedFilter1Val.Location = new System.Drawing.Point(292, 15); - this._tbAdvancedFilter1Val.Name = "_tbAdvancedFilter1Val"; - this._tbAdvancedFilter1Val.Size = new System.Drawing.Size(85, 20); - this._tbAdvancedFilter1Val.TabIndex = 1; - this._tbAdvancedFilter1Val.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TbAdvansedFilterValKeyDown); + _tbAdvancedFilter1Val.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right; + _tbAdvancedFilter1Val.Location = new System.Drawing.Point(285, 17); + _tbAdvancedFilter1Val.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _tbAdvancedFilter1Val.Name = "_tbAdvancedFilter1Val"; + _tbAdvancedFilter1Val.Size = new System.Drawing.Size(98, 23); + _tbAdvancedFilter1Val.TabIndex = 1; + _tbAdvancedFilter1Val.KeyDown += TbAdvansedFilterValKeyDown; // // _cbAdvancedFilter2 // - this._cbAdvancedFilter2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this._cbAdvancedFilter2.DropDownHeight = 500; - this._cbAdvancedFilter2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this._cbAdvancedFilter2.FormattingEnabled = true; - this._cbAdvancedFilter2.IntegralHeight = false; - this._cbAdvancedFilter2.Location = new System.Drawing.Point(1, 42); - this._cbAdvancedFilter2.Name = "_cbAdvancedFilter2"; - this._cbAdvancedFilter2.Size = new System.Drawing.Size(203, 21); - this._cbAdvancedFilter2.TabIndex = 0; + _cbAdvancedFilter2.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; + _cbAdvancedFilter2.DropDownHeight = 500; + _cbAdvancedFilter2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + _cbAdvancedFilter2.FormattingEnabled = true; + _cbAdvancedFilter2.IntegralHeight = false; + _cbAdvancedFilter2.Location = new System.Drawing.Point(1, 48); + _cbAdvancedFilter2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _cbAdvancedFilter2.Name = "_cbAdvancedFilter2"; + _cbAdvancedFilter2.Size = new System.Drawing.Size(180, 23); + _cbAdvancedFilter2.TabIndex = 0; // // _cbAdvancedFilter1 // - this._cbAdvancedFilter1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this._cbAdvancedFilter1.DropDownHeight = 500; - this._cbAdvancedFilter1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this._cbAdvancedFilter1.FormattingEnabled = true; - this._cbAdvancedFilter1.IntegralHeight = false; - this._cbAdvancedFilter1.Location = new System.Drawing.Point(1, 15); - this._cbAdvancedFilter1.Name = "_cbAdvancedFilter1"; - this._cbAdvancedFilter1.Size = new System.Drawing.Size(203, 21); - this._cbAdvancedFilter1.TabIndex = 0; + _cbAdvancedFilter1.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; + _cbAdvancedFilter1.DropDownHeight = 500; + _cbAdvancedFilter1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + _cbAdvancedFilter1.FormattingEnabled = true; + _cbAdvancedFilter1.IntegralHeight = false; + _cbAdvancedFilter1.Location = new System.Drawing.Point(1, 17); + _cbAdvancedFilter1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _cbAdvancedFilter1.Name = "_cbAdvancedFilter1"; + _cbAdvancedFilter1.Size = new System.Drawing.Size(180, 23); + _cbAdvancedFilter1.TabIndex = 0; // // _cbAdvancedEffectFilter2CompareType // - this._cbAdvancedEffectFilter2CompareType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this._cbAdvancedEffectFilter2CompareType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this._cbAdvancedEffectFilter2CompareType.DropDownWidth = 160; - this._cbAdvancedEffectFilter2CompareType.FormattingEnabled = true; - this._cbAdvancedEffectFilter2CompareType.Location = new System.Drawing.Point(209, 95); - this._cbAdvancedEffectFilter2CompareType.Name = "_cbAdvancedEffectFilter2CompareType"; - this._cbAdvancedEffectFilter2CompareType.Size = new System.Drawing.Size(76, 21); - this._cbAdvancedEffectFilter2CompareType.TabIndex = 3; + _cbAdvancedEffectFilter2CompareType.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right; + _cbAdvancedEffectFilter2CompareType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + _cbAdvancedEffectFilter2CompareType.DropDownWidth = 160; + _cbAdvancedEffectFilter2CompareType.FormattingEnabled = true; + _cbAdvancedEffectFilter2CompareType.Location = new System.Drawing.Point(188, 110); + _cbAdvancedEffectFilter2CompareType.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _cbAdvancedEffectFilter2CompareType.Name = "_cbAdvancedEffectFilter2CompareType"; + _cbAdvancedEffectFilter2CompareType.Size = new System.Drawing.Size(88, 23); + _cbAdvancedEffectFilter2CompareType.TabIndex = 3; // // _cbAdvancedEffectFilter1CompareType // - this._cbAdvancedEffectFilter1CompareType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this._cbAdvancedEffectFilter1CompareType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this._cbAdvancedEffectFilter1CompareType.DropDownWidth = 160; - this._cbAdvancedEffectFilter1CompareType.FormattingEnabled = true; - this._cbAdvancedEffectFilter1CompareType.Location = new System.Drawing.Point(210, 68); - this._cbAdvancedEffectFilter1CompareType.Name = "_cbAdvancedEffectFilter1CompareType"; - this._cbAdvancedEffectFilter1CompareType.Size = new System.Drawing.Size(76, 21); - this._cbAdvancedEffectFilter1CompareType.TabIndex = 2; + _cbAdvancedEffectFilter1CompareType.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right; + _cbAdvancedEffectFilter1CompareType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + _cbAdvancedEffectFilter1CompareType.DropDownWidth = 160; + _cbAdvancedEffectFilter1CompareType.FormattingEnabled = true; + _cbAdvancedEffectFilter1CompareType.Location = new System.Drawing.Point(189, 78); + _cbAdvancedEffectFilter1CompareType.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _cbAdvancedEffectFilter1CompareType.Name = "_cbAdvancedEffectFilter1CompareType"; + _cbAdvancedEffectFilter1CompareType.Size = new System.Drawing.Size(88, 23); + _cbAdvancedEffectFilter1CompareType.TabIndex = 2; // // _tbAdvancedEffectFilter2Val // - this._tbAdvancedEffectFilter2Val.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this._tbAdvancedEffectFilter2Val.Location = new System.Drawing.Point(292, 96); - this._tbAdvancedEffectFilter2Val.Name = "_tbAdvancedEffectFilter2Val"; - this._tbAdvancedEffectFilter2Val.Size = new System.Drawing.Size(85, 20); - this._tbAdvancedEffectFilter2Val.TabIndex = 1; - this._tbAdvancedEffectFilter2Val.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TbAdvansedFilterValKeyDown); + _tbAdvancedEffectFilter2Val.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right; + _tbAdvancedEffectFilter2Val.Location = new System.Drawing.Point(285, 111); + _tbAdvancedEffectFilter2Val.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _tbAdvancedEffectFilter2Val.Name = "_tbAdvancedEffectFilter2Val"; + _tbAdvancedEffectFilter2Val.Size = new System.Drawing.Size(98, 23); + _tbAdvancedEffectFilter2Val.TabIndex = 1; + _tbAdvancedEffectFilter2Val.KeyDown += TbAdvansedFilterValKeyDown; // // _tbAdvancedEffectFilter1Val // - this._tbAdvancedEffectFilter1Val.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this._tbAdvancedEffectFilter1Val.Location = new System.Drawing.Point(292, 68); - this._tbAdvancedEffectFilter1Val.Name = "_tbAdvancedEffectFilter1Val"; - this._tbAdvancedEffectFilter1Val.Size = new System.Drawing.Size(85, 20); - this._tbAdvancedEffectFilter1Val.TabIndex = 1; - this._tbAdvancedEffectFilter1Val.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TbAdvansedFilterValKeyDown); + _tbAdvancedEffectFilter1Val.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right; + _tbAdvancedEffectFilter1Val.Location = new System.Drawing.Point(285, 78); + _tbAdvancedEffectFilter1Val.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _tbAdvancedEffectFilter1Val.Name = "_tbAdvancedEffectFilter1Val"; + _tbAdvancedEffectFilter1Val.Size = new System.Drawing.Size(98, 23); + _tbAdvancedEffectFilter1Val.TabIndex = 1; + _tbAdvancedEffectFilter1Val.KeyDown += TbAdvansedFilterValKeyDown; // // _cbAdvancedEffectFilter2 // - this._cbAdvancedEffectFilter2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this._cbAdvancedEffectFilter2.DropDownHeight = 500; - this._cbAdvancedEffectFilter2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this._cbAdvancedEffectFilter2.FormattingEnabled = true; - this._cbAdvancedEffectFilter2.IntegralHeight = false; - this._cbAdvancedEffectFilter2.Location = new System.Drawing.Point(1, 95); - this._cbAdvancedEffectFilter2.Name = "_cbAdvancedEffectFilter2"; - this._cbAdvancedEffectFilter2.Size = new System.Drawing.Size(203, 21); - this._cbAdvancedEffectFilter2.TabIndex = 0; + _cbAdvancedEffectFilter2.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right; + _cbAdvancedEffectFilter2.DropDownHeight = 500; + _cbAdvancedEffectFilter2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + _cbAdvancedEffectFilter2.FormattingEnabled = true; + _cbAdvancedEffectFilter2.IntegralHeight = false; + _cbAdvancedEffectFilter2.Location = new System.Drawing.Point(10, 110); + _cbAdvancedEffectFilter2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _cbAdvancedEffectFilter2.Name = "_cbAdvancedEffectFilter2"; + _cbAdvancedEffectFilter2.Size = new System.Drawing.Size(170, 23); + _cbAdvancedEffectFilter2.TabIndex = 0; // // _cbAdvancedEffectFilter1 // - this._cbAdvancedEffectFilter1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this._cbAdvancedEffectFilter1.DropDownHeight = 500; - this._cbAdvancedEffectFilter1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this._cbAdvancedEffectFilter1.FormattingEnabled = true; - this._cbAdvancedEffectFilter1.IntegralHeight = false; - this._cbAdvancedEffectFilter1.Location = new System.Drawing.Point(1, 68); - this._cbAdvancedEffectFilter1.Name = "_cbAdvancedEffectFilter1"; - this._cbAdvancedEffectFilter1.Size = new System.Drawing.Size(203, 21); - this._cbAdvancedEffectFilter1.TabIndex = 0; + _cbAdvancedEffectFilter1.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right; + _cbAdvancedEffectFilter1.DropDownHeight = 500; + _cbAdvancedEffectFilter1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + _cbAdvancedEffectFilter1.FormattingEnabled = true; + _cbAdvancedEffectFilter1.IntegralHeight = false; + _cbAdvancedEffectFilter1.Location = new System.Drawing.Point(10, 78); + _cbAdvancedEffectFilter1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _cbAdvancedEffectFilter1.Name = "_cbAdvancedEffectFilter1"; + _cbAdvancedEffectFilter1.Size = new System.Drawing.Size(170, 23); + _cbAdvancedEffectFilter1.TabIndex = 0; // // _cbTarget2 // - this._cbTarget2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this._cbTarget2.DropDownHeight = 500; - this._cbTarget2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this._cbTarget2.DropDownWidth = 302; - this._cbTarget2.FormattingEnabled = true; - this._cbTarget2.IntegralHeight = false; - this._cbTarget2.Location = new System.Drawing.Point(4, 111); - this._cbTarget2.Name = "_cbTarget2"; - this._cbTarget2.Size = new System.Drawing.Size(385, 21); - this._cbTarget2.TabIndex = 5; - this._cbTarget2.SelectedIndexChanged += new System.EventHandler(this.CbSpellFamilyNamesSelectedIndexChanged); + _cbTarget2.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; + _cbTarget2.DropDownHeight = 500; + _cbTarget2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + _cbTarget2.DropDownWidth = 302; + _cbTarget2.FormattingEnabled = true; + _cbTarget2.IntegralHeight = false; + _cbTarget2.Location = new System.Drawing.Point(5, 128); + _cbTarget2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _cbTarget2.Name = "_cbTarget2"; + _cbTarget2.Size = new System.Drawing.Size(392, 23); + _cbTarget2.TabIndex = 5; + _cbTarget2.SelectedIndexChanged += CbSpellFamilyNamesSelectedIndexChanged; // // _cbTarget1 // - this._cbTarget1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this._cbTarget1.DropDownHeight = 500; - this._cbTarget1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this._cbTarget1.DropDownWidth = 302; - this._cbTarget1.FormattingEnabled = true; - this._cbTarget1.IntegralHeight = false; - this._cbTarget1.Location = new System.Drawing.Point(4, 87); - this._cbTarget1.Name = "_cbTarget1"; - this._cbTarget1.Size = new System.Drawing.Size(385, 21); - this._cbTarget1.TabIndex = 5; - this._cbTarget1.SelectedIndexChanged += new System.EventHandler(this.CbSpellFamilyNamesSelectedIndexChanged); + _cbTarget1.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; + _cbTarget1.DropDownHeight = 500; + _cbTarget1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + _cbTarget1.DropDownWidth = 302; + _cbTarget1.FormattingEnabled = true; + _cbTarget1.IntegralHeight = false; + _cbTarget1.Location = new System.Drawing.Point(5, 100); + _cbTarget1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _cbTarget1.Name = "_cbTarget1"; + _cbTarget1.Size = new System.Drawing.Size(392, 23); + _cbTarget1.TabIndex = 5; + _cbTarget1.SelectedIndexChanged += CbSpellFamilyNamesSelectedIndexChanged; // // _cbSpellEffect // - this._cbSpellEffect.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this._cbSpellEffect.DropDownHeight = 500; - this._cbSpellEffect.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this._cbSpellEffect.DropDownWidth = 302; - this._cbSpellEffect.FormattingEnabled = true; - this._cbSpellEffect.ImeMode = System.Windows.Forms.ImeMode.NoControl; - this._cbSpellEffect.IntegralHeight = false; - this._cbSpellEffect.Location = new System.Drawing.Point(4, 62); - this._cbSpellEffect.Name = "_cbSpellEffect"; - this._cbSpellEffect.Size = new System.Drawing.Size(385, 21); - this._cbSpellEffect.TabIndex = 4; - this._cbSpellEffect.SelectedIndexChanged += new System.EventHandler(this.CbSpellFamilyNamesSelectedIndexChanged); + _cbSpellEffect.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; + _cbSpellEffect.DropDownHeight = 500; + _cbSpellEffect.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + _cbSpellEffect.DropDownWidth = 302; + _cbSpellEffect.FormattingEnabled = true; + _cbSpellEffect.ImeMode = System.Windows.Forms.ImeMode.NoControl; + _cbSpellEffect.IntegralHeight = false; + _cbSpellEffect.Location = new System.Drawing.Point(5, 72); + _cbSpellEffect.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _cbSpellEffect.Name = "_cbSpellEffect"; + _cbSpellEffect.Size = new System.Drawing.Size(392, 23); + _cbSpellEffect.TabIndex = 4; + _cbSpellEffect.SelectedIndexChanged += CbSpellFamilyNamesSelectedIndexChanged; // // _cbSpellAura // - this._cbSpellAura.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this._cbSpellAura.DropDownHeight = 500; - this._cbSpellAura.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this._cbSpellAura.DropDownWidth = 302; - this._cbSpellAura.FormattingEnabled = true; - this._cbSpellAura.IntegralHeight = false; - this._cbSpellAura.Location = new System.Drawing.Point(4, 38); - this._cbSpellAura.Name = "_cbSpellAura"; - this._cbSpellAura.Size = new System.Drawing.Size(385, 21); - this._cbSpellAura.TabIndex = 3; - this._cbSpellAura.SelectedIndexChanged += new System.EventHandler(this.CbSpellFamilyNamesSelectedIndexChanged); + _cbSpellAura.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; + _cbSpellAura.DropDownHeight = 500; + _cbSpellAura.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + _cbSpellAura.DropDownWidth = 302; + _cbSpellAura.FormattingEnabled = true; + _cbSpellAura.IntegralHeight = false; + _cbSpellAura.Location = new System.Drawing.Point(5, 44); + _cbSpellAura.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _cbSpellAura.Name = "_cbSpellAura"; + _cbSpellAura.Size = new System.Drawing.Size(392, 23); + _cbSpellAura.TabIndex = 3; + _cbSpellAura.SelectedIndexChanged += CbSpellFamilyNamesSelectedIndexChanged; // // _cbSpellFamilyName // - this._cbSpellFamilyName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this._cbSpellFamilyName.DropDownHeight = 500; - this._cbSpellFamilyName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this._cbSpellFamilyName.DropDownWidth = 302; - this._cbSpellFamilyName.FormattingEnabled = true; - this._cbSpellFamilyName.IntegralHeight = false; - this._cbSpellFamilyName.ItemHeight = 13; - this._cbSpellFamilyName.Location = new System.Drawing.Point(4, 14); - this._cbSpellFamilyName.Name = "_cbSpellFamilyName"; - this._cbSpellFamilyName.Size = new System.Drawing.Size(385, 21); - this._cbSpellFamilyName.TabIndex = 2; - this._cbSpellFamilyName.SelectedIndexChanged += new System.EventHandler(this.CbSpellFamilyNamesSelectedIndexChanged); + _cbSpellFamilyName.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; + _cbSpellFamilyName.DropDownHeight = 500; + _cbSpellFamilyName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + _cbSpellFamilyName.DropDownWidth = 302; + _cbSpellFamilyName.FormattingEnabled = true; + _cbSpellFamilyName.IntegralHeight = false; + _cbSpellFamilyName.ItemHeight = 15; + _cbSpellFamilyName.Location = new System.Drawing.Point(5, 16); + _cbSpellFamilyName.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _cbSpellFamilyName.Name = "_cbSpellFamilyName"; + _cbSpellFamilyName.Size = new System.Drawing.Size(392, 23); + _cbSpellFamilyName.TabIndex = 2; + _cbSpellFamilyName.SelectedIndexChanged += CbSpellFamilyNamesSelectedIndexChanged; // // groupBox7 // - this.groupBox7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.groupBox7.BackColor = System.Drawing.Color.LightGray; - this.groupBox7.Controls.Add(this.label6); - this.groupBox7.Controls.Add(this.label5); - this.groupBox7.Controls.Add(this.label4); - this.groupBox7.Controls.Add(this._bSearch); - this.groupBox7.Controls.Add(this._tbSearchAttributes); - this.groupBox7.Controls.Add(this._tbSearchIcon); - this.groupBox7.Controls.Add(this._tbSearchId); - this.groupBox7.Location = new System.Drawing.Point(0, 2); - this.groupBox7.Name = "groupBox7"; - this.groupBox7.Size = new System.Drawing.Size(394, 89); - this.groupBox7.TabIndex = 9; - this.groupBox7.TabStop = false; - this.groupBox7.Text = "Spell Search"; + groupBox7.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; + groupBox7.BackColor = System.Drawing.Color.LightGray; + groupBox7.Controls.Add(label6); + groupBox7.Controls.Add(label5); + groupBox7.Controls.Add(label4); + groupBox7.Controls.Add(_bSearch); + groupBox7.Controls.Add(_tbSearchAttributes); + groupBox7.Controls.Add(_tbSearchIcon); + groupBox7.Controls.Add(_tbSearchId); + groupBox7.Location = new System.Drawing.Point(0, 2); + groupBox7.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + groupBox7.Name = "groupBox7"; + groupBox7.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3); + groupBox7.Size = new System.Drawing.Size(404, 103); + groupBox7.TabIndex = 9; + groupBox7.TabStop = false; + groupBox7.Text = "Spell Search"; // // label6 // - this.label6.AutoSize = true; - this.label6.Location = new System.Drawing.Point(6, 60); - this.label6.Name = "label6"; - this.label6.Size = new System.Drawing.Size(67, 13); - this.label6.TabIndex = 2; - this.label6.Text = "Attributes&&X:"; + label6.AutoSize = true; + label6.Location = new System.Drawing.Point(7, 69); + label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + label6.Name = "label6"; + label6.Size = new System.Drawing.Size(79, 15); + label6.TabIndex = 2; + label6.Text = "Attributes&&X:"; // // label5 // - this.label5.AutoSize = true; - this.label5.Location = new System.Drawing.Point(6, 38); - this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(81, 13); - this.label5.TabIndex = 2; - this.label5.Text = "IconFileDataID:"; + label5.AutoSize = true; + label5.Location = new System.Drawing.Point(7, 44); + label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + label5.Name = "label5"; + label5.Size = new System.Drawing.Size(86, 15); + label5.TabIndex = 2; + label5.Text = "IconFileDataID:"; // // label4 // - this.label4.AutoSize = true; - this.label4.Location = new System.Drawing.Point(6, 16); - this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(64, 13); - this.label4.TabIndex = 2; - this.label4.Text = "ID or Name:"; + label4.AutoSize = true; + label4.Location = new System.Drawing.Point(7, 18); + label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + label4.Name = "label4"; + label4.Size = new System.Drawing.Size(70, 15); + label4.TabIndex = 2; + label4.Text = "ID or Name:"; // // _bSearch // - this._bSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this._bSearch.Location = new System.Drawing.Point(343, 11); - this._bSearch.Name = "_bSearch"; - this._bSearch.Size = new System.Drawing.Size(50, 23); - this._bSearch.TabIndex = 1; - this._bSearch.Text = "Search"; - this._bSearch.UseVisualStyleBackColor = true; - this._bSearch.Click += new System.EventHandler(this.BSearchClick); + _bSearch.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right; + _bSearch.Location = new System.Drawing.Point(344, 13); + _bSearch.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _bSearch.Name = "_bSearch"; + _bSearch.Size = new System.Drawing.Size(58, 27); + _bSearch.TabIndex = 1; + _bSearch.Text = "Search"; + _bSearch.UseVisualStyleBackColor = true; + _bSearch.Click += BSearchClick; // // _tbSearchAttributes // - this._tbSearchAttributes.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this._tbSearchAttributes.Location = new System.Drawing.Point(93, 57); - this._tbSearchAttributes.Name = "_tbSearchAttributes"; - this._tbSearchAttributes.Size = new System.Drawing.Size(245, 20); - this._tbSearchAttributes.TabIndex = 0; - this._tbSearchAttributes.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TbSearchIdKeyDown); + _tbSearchAttributes.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; + _tbSearchAttributes.Location = new System.Drawing.Point(108, 66); + _tbSearchAttributes.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _tbSearchAttributes.Name = "_tbSearchAttributes"; + _tbSearchAttributes.Size = new System.Drawing.Size(229, 23); + _tbSearchAttributes.TabIndex = 0; + _tbSearchAttributes.KeyDown += TbSearchIdKeyDown; // // _tbSearchIcon // - this._tbSearchIcon.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this._tbSearchIcon.Location = new System.Drawing.Point(93, 35); - this._tbSearchIcon.Name = "_tbSearchIcon"; - this._tbSearchIcon.Size = new System.Drawing.Size(245, 20); - this._tbSearchIcon.TabIndex = 0; - this._tbSearchIcon.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TbSearchIdKeyDown); + _tbSearchIcon.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; + _tbSearchIcon.Location = new System.Drawing.Point(108, 40); + _tbSearchIcon.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _tbSearchIcon.Name = "_tbSearchIcon"; + _tbSearchIcon.Size = new System.Drawing.Size(229, 23); + _tbSearchIcon.TabIndex = 0; + _tbSearchIcon.KeyDown += TbSearchIdKeyDown; // // _tbSearchId // - this._tbSearchId.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this._tbSearchId.Location = new System.Drawing.Point(93, 13); - this._tbSearchId.Name = "_tbSearchId"; - this._tbSearchId.Size = new System.Drawing.Size(245, 20); - this._tbSearchId.TabIndex = 0; - this._tbSearchId.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TbSearchIdKeyDown); + _tbSearchId.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; + _tbSearchId.Location = new System.Drawing.Point(108, 15); + _tbSearchId.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _tbSearchId.Name = "_tbSearchId"; + _tbSearchId.Size = new System.Drawing.Size(229, 23); + _tbSearchId.TabIndex = 0; + _tbSearchId.KeyDown += TbSearchIdKeyDown; // // tabControl1 // - this.tabControl1.Controls.Add(this._tpSpellInfo); - this.tabControl1.Controls.Add(this._tpSpellProcInfo); - this.tabControl1.Controls.Add(this._tpSpellProcDB); - this.tabControl1.Controls.Add(this._tpCompare); - this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; - this.tabControl1.Enabled = false; - this.tabControl1.Location = new System.Drawing.Point(0, 24); - this.tabControl1.Name = "tabControl1"; - this.tabControl1.SelectedIndex = 0; - this.tabControl1.Size = new System.Drawing.Size(1184, 735); - this.tabControl1.TabIndex = 2; - this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.TabControl1SelectedIndexChanged); + tabControl1.Controls.Add(_tpSpellInfo); + tabControl1.Controls.Add(_tpSpellProcInfo); + tabControl1.Controls.Add(_tpSpellProcDB); + tabControl1.Controls.Add(_tpCompare); + tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; + tabControl1.Location = new System.Drawing.Point(0, 24); + tabControl1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + tabControl1.Name = "tabControl1"; + tabControl1.SelectedIndex = 0; + tabControl1.Size = new System.Drawing.Size(1381, 855); + tabControl1.TabIndex = 2; + tabControl1.SelectedIndexChanged += TabControl1SelectedIndexChanged; // // _tpSpellProcInfo // - this._tpSpellProcInfo.Controls.Add(this.splitContainer2); - this._tpSpellProcInfo.Location = new System.Drawing.Point(4, 22); - this._tpSpellProcInfo.Name = "_tpSpellProcInfo"; - this._tpSpellProcInfo.Size = new System.Drawing.Size(1176, 709); - this._tpSpellProcInfo.TabIndex = 2; - this._tpSpellProcInfo.Text = "Spell Proc"; - this._tpSpellProcInfo.UseVisualStyleBackColor = true; + _tpSpellProcInfo.Controls.Add(splitContainer2); + _tpSpellProcInfo.Location = new System.Drawing.Point(4, 24); + _tpSpellProcInfo.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _tpSpellProcInfo.Name = "_tpSpellProcInfo"; + _tpSpellProcInfo.Size = new System.Drawing.Size(1373, 827); + _tpSpellProcInfo.TabIndex = 2; + _tpSpellProcInfo.Text = "Spell Proc"; + _tpSpellProcInfo.UseVisualStyleBackColor = true; // // splitContainer2 // - this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; - this.splitContainer2.Location = new System.Drawing.Point(0, 0); - this.splitContainer2.Name = "splitContainer2"; - this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal; + splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; + splitContainer2.Location = new System.Drawing.Point(0, 0); + splitContainer2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + splitContainer2.Name = "splitContainer2"; + splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer2.Panel1 // - this.splitContainer2.Panel1.Controls.Add(this.splitContainer3); + splitContainer2.Panel1.Controls.Add(splitContainer3); // // splitContainer2.Panel2 // - this.splitContainer2.Panel2.BackColor = System.Drawing.Color.Gainsboro; - this.splitContainer2.Panel2.Controls.Add(this._lvProcAdditionalInfo); - this.splitContainer2.Size = new System.Drawing.Size(1176, 709); - this.splitContainer2.SplitterDistance = 600; - this.splitContainer2.TabIndex = 0; + splitContainer2.Panel2.BackColor = System.Drawing.Color.Gainsboro; + splitContainer2.Panel2.Controls.Add(_lvProcAdditionalInfo); + splitContainer2.Size = new System.Drawing.Size(1373, 827); + splitContainer2.SplitterDistance = 698; + splitContainer2.SplitterWidth = 5; + splitContainer2.TabIndex = 0; // // splitContainer3 // - this.splitContainer3.BackColor = System.Drawing.Color.White; - this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill; - this.splitContainer3.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; - this.splitContainer3.Location = new System.Drawing.Point(0, 0); - this.splitContainer3.Name = "splitContainer3"; - this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal; + splitContainer3.BackColor = System.Drawing.Color.White; + splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill; + splitContainer3.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; + splitContainer3.Location = new System.Drawing.Point(0, 0); + splitContainer3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + splitContainer3.Name = "splitContainer3"; + splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer3.Panel1 // - this.splitContainer3.Panel1.BackColor = System.Drawing.Color.WhiteSmoke; - this.splitContainer3.Panel1.Controls.Add(this._lNewProcSpellId); - this.splitContainer3.Panel1.Controls.Add(this._gProcAttributes); - this.splitContainer3.Panel1.Controls.Add(this._gProcFlags); - this.splitContainer3.Panel1.Controls.Add(this._gProcHitMask); - this.splitContainer3.Panel1.Controls.Add(this._gSpellProcEvent); - this.splitContainer3.Panel1.Controls.Add(this._gProcSpellSchools); - this.splitContainer3.Panel1.Controls.Add(this._gProcSpellTypeMask); - this.splitContainer3.Panel1.Controls.Add(this._gProcSpellPhaseMask); - this.splitContainer3.Panel1.Controls.Add(this._lProcHeader); - this.splitContainer3.Panel1.Controls.Add(this._tbNewProcSpellId); - this.splitContainer3.Panel1.Controls.Add(this._bLoadProcFromDB); - this.splitContainer3.Panel1.Controls.Add(this._bNewProcSpellId); + splitContainer3.Panel1.BackColor = System.Drawing.Color.WhiteSmoke; + splitContainer3.Panel1.Controls.Add(_lNewProcSpellId); + splitContainer3.Panel1.Controls.Add(_gProcAttributes); + splitContainer3.Panel1.Controls.Add(_gProcFlags); + splitContainer3.Panel1.Controls.Add(_gProcHitMask); + splitContainer3.Panel1.Controls.Add(_gSpellProcEvent); + splitContainer3.Panel1.Controls.Add(_gProcSpellSchools); + splitContainer3.Panel1.Controls.Add(_gProcSpellTypeMask); + splitContainer3.Panel1.Controls.Add(_gProcSpellPhaseMask); + splitContainer3.Panel1.Controls.Add(_lProcHeader); + splitContainer3.Panel1.Controls.Add(_tbNewProcSpellId); + splitContainer3.Panel1.Controls.Add(_bLoadProcFromDB); + splitContainer3.Panel1.Controls.Add(_bNewProcSpellId); // // splitContainer3.Panel2 // - this.splitContainer3.Panel2.Controls.Add(this.splitContainer4); - this.splitContainer3.Size = new System.Drawing.Size(1176, 600); - this.splitContainer3.SplitterDistance = 270; - this.splitContainer3.TabIndex = 0; + splitContainer3.Panel2.Controls.Add(splitContainer4); + splitContainer3.Size = new System.Drawing.Size(1373, 698); + splitContainer3.SplitterDistance = 310; + splitContainer3.SplitterWidth = 5; + splitContainer3.TabIndex = 0; // // _lNewProcSpellId // - this._lNewProcSpellId.AutoSize = true; - this._lNewProcSpellId.Location = new System.Drawing.Point(933, 7); - this._lNewProcSpellId.Name = "_lNewProcSpellId"; - this._lNewProcSpellId.Size = new System.Drawing.Size(44, 13); - this._lNewProcSpellId.TabIndex = 19; - this._lNewProcSpellId.Text = "Spell ID"; + _lNewProcSpellId.AutoSize = true; + _lNewProcSpellId.Location = new System.Drawing.Point(1088, 8); + _lNewProcSpellId.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + _lNewProcSpellId.Name = "_lNewProcSpellId"; + _lNewProcSpellId.Size = new System.Drawing.Size(46, 15); + _lNewProcSpellId.TabIndex = 19; + _lNewProcSpellId.Text = "Spell ID"; // // _gProcAttributes // - this._gProcAttributes.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this._gProcAttributes.BackColor = System.Drawing.Color.WhiteSmoke; - this._gProcAttributes.Controls.Add(this._clbProcAttributes); - this._gProcAttributes.Location = new System.Drawing.Point(588, 95); - this._gProcAttributes.Name = "_gProcAttributes"; - this._gProcAttributes.Size = new System.Drawing.Size(585, 76); - this._gProcAttributes.TabIndex = 14; - this._gProcAttributes.TabStop = false; - this._gProcAttributes.Text = "Proc Attributes"; + _gProcAttributes.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right; + _gProcAttributes.BackColor = System.Drawing.Color.WhiteSmoke; + _gProcAttributes.Controls.Add(_clbProcAttributes); + _gProcAttributes.Location = new System.Drawing.Point(687, 110); + _gProcAttributes.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _gProcAttributes.Name = "_gProcAttributes"; + _gProcAttributes.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3); + _gProcAttributes.Size = new System.Drawing.Size(682, 88); + _gProcAttributes.TabIndex = 14; + _gProcAttributes.TabStop = false; + _gProcAttributes.Text = "Proc Attributes"; // // _clbProcAttributes // - this._clbProcAttributes.CheckOnClick = true; - this._clbProcAttributes.ColumnWidth = 190; - this._clbProcAttributes.Dock = System.Windows.Forms.DockStyle.Fill; - this._clbProcAttributes.FormattingEnabled = true; - this._clbProcAttributes.Location = new System.Drawing.Point(3, 16); - this._clbProcAttributes.MultiColumn = true; - this._clbProcAttributes.Name = "_clbProcAttributes"; - this._clbProcAttributes.Size = new System.Drawing.Size(579, 57); - this._clbProcAttributes.TabIndex = 0; - this._clbProcAttributes.SelectedIndexChanged += new System.EventHandler(this.ClbSchoolsSelectedIndexChanged); + _clbProcAttributes.CheckOnClick = true; + _clbProcAttributes.ColumnWidth = 190; + _clbProcAttributes.Dock = System.Windows.Forms.DockStyle.Fill; + _clbProcAttributes.FormattingEnabled = true; + _clbProcAttributes.Location = new System.Drawing.Point(4, 19); + _clbProcAttributes.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _clbProcAttributes.MultiColumn = true; + _clbProcAttributes.Name = "_clbProcAttributes"; + _clbProcAttributes.Size = new System.Drawing.Size(674, 66); + _clbProcAttributes.TabIndex = 0; + _clbProcAttributes.SelectedIndexChanged += ClbSchoolsSelectedIndexChanged; // // _gProcFlags // - this._gProcFlags.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this._gProcFlags.BackColor = System.Drawing.Color.WhiteSmoke; - this._gProcFlags.Controls.Add(this._clbProcFlags); - this._gProcFlags.Location = new System.Drawing.Point(3, 171); - this._gProcFlags.Name = "_gProcFlags"; - this._gProcFlags.Size = new System.Drawing.Size(1170, 99); - this._gProcFlags.TabIndex = 10; - this._gProcFlags.TabStop = false; - this._gProcFlags.Text = "Spell Proc Flags"; + _gProcFlags.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; + _gProcFlags.BackColor = System.Drawing.Color.WhiteSmoke; + _gProcFlags.Controls.Add(_clbProcFlags); + _gProcFlags.Location = new System.Drawing.Point(4, 197); + _gProcFlags.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _gProcFlags.Name = "_gProcFlags"; + _gProcFlags.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3); + _gProcFlags.Size = new System.Drawing.Size(1366, 114); + _gProcFlags.TabIndex = 10; + _gProcFlags.TabStop = false; + _gProcFlags.Text = "Spell Proc Flags"; // // _clbProcFlags // - this._clbProcFlags.CheckOnClick = true; - this._clbProcFlags.ColumnWidth = 150; - this._clbProcFlags.Dock = System.Windows.Forms.DockStyle.Fill; - this._clbProcFlags.FormattingEnabled = true; - this._clbProcFlags.Location = new System.Drawing.Point(3, 16); - this._clbProcFlags.MultiColumn = true; - this._clbProcFlags.Name = "_clbProcFlags"; - this._clbProcFlags.Size = new System.Drawing.Size(1164, 80); - this._clbProcFlags.TabIndex = 0; - this._clbProcFlags.SelectedIndexChanged += new System.EventHandler(this.ClbSchoolsSelectedIndexChanged); + _clbProcFlags.CheckOnClick = true; + _clbProcFlags.ColumnWidth = 150; + _clbProcFlags.Dock = System.Windows.Forms.DockStyle.Fill; + _clbProcFlags.FormattingEnabled = true; + _clbProcFlags.Location = new System.Drawing.Point(4, 19); + _clbProcFlags.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _clbProcFlags.MultiColumn = true; + _clbProcFlags.Name = "_clbProcFlags"; + _clbProcFlags.Size = new System.Drawing.Size(1358, 92); + _clbProcFlags.TabIndex = 0; + _clbProcFlags.SelectedIndexChanged += ClbSchoolsSelectedIndexChanged; // // _gProcHitMask // - this._gProcHitMask.BackColor = System.Drawing.Color.WhiteSmoke; - this._gProcHitMask.Controls.Add(this._clbProcFlagHit); - this._gProcHitMask.Location = new System.Drawing.Point(4, 95); - this._gProcHitMask.Name = "_gProcHitMask"; - this._gProcHitMask.Size = new System.Drawing.Size(585, 76); - this._gProcHitMask.TabIndex = 9; - this._gProcHitMask.TabStop = false; - this._gProcHitMask.Text = "Proc Hit Mask"; + _gProcHitMask.BackColor = System.Drawing.Color.WhiteSmoke; + _gProcHitMask.Controls.Add(_clbProcFlagHit); + _gProcHitMask.Location = new System.Drawing.Point(5, 110); + _gProcHitMask.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _gProcHitMask.Name = "_gProcHitMask"; + _gProcHitMask.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3); + _gProcHitMask.Size = new System.Drawing.Size(682, 88); + _gProcHitMask.TabIndex = 9; + _gProcHitMask.TabStop = false; + _gProcHitMask.Text = "Proc Hit Mask"; // // _clbProcFlagHit // - this._clbProcFlagHit.CheckOnClick = true; - this._clbProcFlagHit.ColumnWidth = 110; - this._clbProcFlagHit.Dock = System.Windows.Forms.DockStyle.Fill; - this._clbProcFlagHit.FormattingEnabled = true; - this._clbProcFlagHit.Location = new System.Drawing.Point(3, 16); - this._clbProcFlagHit.MultiColumn = true; - this._clbProcFlagHit.Name = "_clbProcFlagHit"; - this._clbProcFlagHit.Size = new System.Drawing.Size(579, 57); - this._clbProcFlagHit.TabIndex = 3; - this._clbProcFlagHit.SelectedIndexChanged += new System.EventHandler(this.ClbSchoolsSelectedIndexChanged); + _clbProcFlagHit.CheckOnClick = true; + _clbProcFlagHit.ColumnWidth = 110; + _clbProcFlagHit.Dock = System.Windows.Forms.DockStyle.Fill; + _clbProcFlagHit.FormattingEnabled = true; + _clbProcFlagHit.Location = new System.Drawing.Point(4, 19); + _clbProcFlagHit.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _clbProcFlagHit.MultiColumn = true; + _clbProcFlagHit.Name = "_clbProcFlagHit"; + _clbProcFlagHit.Size = new System.Drawing.Size(674, 66); + _clbProcFlagHit.TabIndex = 3; + _clbProcFlagHit.SelectedIndexChanged += ClbSchoolsSelectedIndexChanged; // // _gSpellProcEvent // - this._gSpellProcEvent.BackColor = System.Drawing.Color.WhiteSmoke; - this._gSpellProcEvent.Controls.Add(this._tbProcCharges); - this._gSpellProcEvent.Controls.Add(this.label15); - this._gSpellProcEvent.Controls.Add(this._cbProcFitstSpellFamily); - this._gSpellProcEvent.Controls.Add(this.label1); - this._gSpellProcEvent.Controls.Add(this._tbPPM); - this._gSpellProcEvent.Controls.Add(this.label2); - this._gSpellProcEvent.Controls.Add(this._tbChance); - this._gSpellProcEvent.Controls.Add(this.label3); - this._gSpellProcEvent.Controls.Add(this._tbCooldown); - this._gSpellProcEvent.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this._gSpellProcEvent.Location = new System.Drawing.Point(4, 20); - this._gSpellProcEvent.Name = "_gSpellProcEvent"; - this._gSpellProcEvent.Size = new System.Drawing.Size(372, 76); - this._gSpellProcEvent.TabIndex = 8; - this._gSpellProcEvent.TabStop = false; - this._gSpellProcEvent.Text = "Spell Proc Event"; + _gSpellProcEvent.BackColor = System.Drawing.Color.WhiteSmoke; + _gSpellProcEvent.Controls.Add(_tbProcCharges); + _gSpellProcEvent.Controls.Add(label15); + _gSpellProcEvent.Controls.Add(_cbProcFitstSpellFamily); + _gSpellProcEvent.Controls.Add(label1); + _gSpellProcEvent.Controls.Add(_tbPPM); + _gSpellProcEvent.Controls.Add(label2); + _gSpellProcEvent.Controls.Add(_tbChance); + _gSpellProcEvent.Controls.Add(label3); + _gSpellProcEvent.Controls.Add(_tbCooldown); + _gSpellProcEvent.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + _gSpellProcEvent.Location = new System.Drawing.Point(5, 23); + _gSpellProcEvent.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _gSpellProcEvent.Name = "_gSpellProcEvent"; + _gSpellProcEvent.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3); + _gSpellProcEvent.Size = new System.Drawing.Size(434, 88); + _gSpellProcEvent.TabIndex = 8; + _gSpellProcEvent.TabStop = false; + _gSpellProcEvent.Text = "Spell Proc Event"; // // _tbProcCharges // - this._tbProcCharges.Location = new System.Drawing.Point(329, 45); - this._tbProcCharges.Name = "_tbProcCharges"; - this._tbProcCharges.Size = new System.Drawing.Size(40, 20); - this._tbProcCharges.TabIndex = 9; + _tbProcCharges.Location = new System.Drawing.Point(384, 52); + _tbProcCharges.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _tbProcCharges.Name = "_tbProcCharges"; + _tbProcCharges.Size = new System.Drawing.Size(46, 23); + _tbProcCharges.TabIndex = 9; // // label15 // - this.label15.AutoSize = true; - this.label15.Location = new System.Drawing.Point(284, 48); - this.label15.Name = "label15"; - this.label15.Size = new System.Drawing.Size(46, 13); - this.label15.TabIndex = 8; - this.label15.Text = "Charges"; + label15.AutoSize = true; + label15.Location = new System.Drawing.Point(331, 55); + label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + label15.Name = "label15"; + label15.Size = new System.Drawing.Size(50, 15); + label15.TabIndex = 8; + label15.Text = "Charges"; // // _cbProcFitstSpellFamily // - this._cbProcFitstSpellFamily.DropDownHeight = 500; - this._cbProcFitstSpellFamily.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this._cbProcFitstSpellFamily.FormattingEnabled = true; - this._cbProcFitstSpellFamily.IntegralHeight = false; - this._cbProcFitstSpellFamily.Location = new System.Drawing.Point(3, 14); - this._cbProcFitstSpellFamily.Name = "_cbProcFitstSpellFamily"; - this._cbProcFitstSpellFamily.Size = new System.Drawing.Size(366, 21); - this._cbProcFitstSpellFamily.TabIndex = 4; - this._cbProcFitstSpellFamily.SelectedIndexChanged += new System.EventHandler(this.ClbSchoolsSelectedIndexChanged); + _cbProcFitstSpellFamily.DropDownHeight = 500; + _cbProcFitstSpellFamily.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + _cbProcFitstSpellFamily.FormattingEnabled = true; + _cbProcFitstSpellFamily.IntegralHeight = false; + _cbProcFitstSpellFamily.Location = new System.Drawing.Point(4, 16); + _cbProcFitstSpellFamily.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _cbProcFitstSpellFamily.Name = "_cbProcFitstSpellFamily"; + _cbProcFitstSpellFamily.Size = new System.Drawing.Size(426, 23); + _cbProcFitstSpellFamily.TabIndex = 4; + _cbProcFitstSpellFamily.SelectedIndexChanged += ClbSchoolsSelectedIndexChanged; // // label1 // - this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(3, 48); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(30, 13); - this.label1.TabIndex = 6; - this.label1.Text = "PPM"; + label1.AutoSize = true; + label1.Location = new System.Drawing.Point(4, 55); + label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + label1.Name = "label1"; + label1.Size = new System.Drawing.Size(32, 15); + label1.TabIndex = 6; + label1.Text = "PPM"; // // _tbPPM // - this._tbPPM.Location = new System.Drawing.Point(35, 45); - this._tbPPM.MaxLength = 10; - this._tbPPM.Name = "_tbPPM"; - this._tbPPM.Size = new System.Drawing.Size(40, 20); - this._tbPPM.TabIndex = 7; - this._tbPPM.TextChanged += new System.EventHandler(this.TbCooldownTextChanged); - this._tbPPM.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TextBoxKeyPress); + _tbPPM.Location = new System.Drawing.Point(41, 52); + _tbPPM.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _tbPPM.MaxLength = 10; + _tbPPM.Name = "_tbPPM"; + _tbPPM.Size = new System.Drawing.Size(46, 23); + _tbPPM.TabIndex = 7; + _tbPPM.TextChanged += TbCooldownTextChanged; + _tbPPM.KeyPress += TextBoxKeyPress; // // label2 // - this.label2.AutoSize = true; - this.label2.Location = new System.Drawing.Point(78, 48); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(44, 13); - this.label2.TabIndex = 6; - this.label2.Text = "Chance"; + label2.AutoSize = true; + label2.Location = new System.Drawing.Point(91, 55); + label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + label2.Name = "label2"; + label2.Size = new System.Drawing.Size(47, 15); + label2.TabIndex = 6; + label2.Text = "Chance"; // // _tbChance // - this._tbChance.Location = new System.Drawing.Point(122, 45); - this._tbChance.MaxLength = 3; - this._tbChance.Name = "_tbChance"; - this._tbChance.Size = new System.Drawing.Size(30, 20); - this._tbChance.TabIndex = 7; - this._tbChance.TextChanged += new System.EventHandler(this.TbCooldownTextChanged); - this._tbChance.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TextBoxKeyPress); + _tbChance.Location = new System.Drawing.Point(142, 52); + _tbChance.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _tbChance.MaxLength = 3; + _tbChance.Name = "_tbChance"; + _tbChance.Size = new System.Drawing.Size(34, 23); + _tbChance.TabIndex = 7; + _tbChance.TextChanged += TbCooldownTextChanged; + _tbChance.KeyPress += TextBoxKeyPress; // // label3 // - this.label3.AutoSize = true; - this.label3.Location = new System.Drawing.Point(160, 48); - this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(76, 13); - this.label3.TabIndex = 6; - this.label3.Text = "Cooldown (ms)"; + label3.AutoSize = true; + label3.Location = new System.Drawing.Point(187, 55); + label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + label3.Name = "label3"; + label3.Size = new System.Drawing.Size(89, 15); + label3.TabIndex = 6; + label3.Text = "Cooldown (ms)"; // // _tbCooldown // - this._tbCooldown.Location = new System.Drawing.Point(236, 45); - this._tbCooldown.MaxLength = 10; - this._tbCooldown.Name = "_tbCooldown"; - this._tbCooldown.Size = new System.Drawing.Size(45, 20); - this._tbCooldown.TabIndex = 7; - this._tbCooldown.TextChanged += new System.EventHandler(this.TbCooldownTextChanged); - this._tbCooldown.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TextBoxKeyPress); + _tbCooldown.Location = new System.Drawing.Point(275, 52); + _tbCooldown.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _tbCooldown.MaxLength = 10; + _tbCooldown.Name = "_tbCooldown"; + _tbCooldown.Size = new System.Drawing.Size(52, 23); + _tbCooldown.TabIndex = 7; + _tbCooldown.TextChanged += TbCooldownTextChanged; + _tbCooldown.KeyPress += TextBoxKeyPress; // // _gProcSpellSchools // - this._gProcSpellSchools.Anchor = System.Windows.Forms.AnchorStyles.Top; - this._gProcSpellSchools.BackColor = System.Drawing.Color.WhiteSmoke; - this._gProcSpellSchools.Controls.Add(this._clbSchools); - this._gProcSpellSchools.Location = new System.Drawing.Point(375, 20); - this._gProcSpellSchools.Name = "_gProcSpellSchools"; - this._gProcSpellSchools.Size = new System.Drawing.Size(376, 76); - this._gProcSpellSchools.TabIndex = 13; - this._gProcSpellSchools.TabStop = false; - this._gProcSpellSchools.Text = "School"; + _gProcSpellSchools.Anchor = System.Windows.Forms.AnchorStyles.Top; + _gProcSpellSchools.BackColor = System.Drawing.Color.WhiteSmoke; + _gProcSpellSchools.Controls.Add(_clbSchools); + _gProcSpellSchools.Location = new System.Drawing.Point(438, 23); + _gProcSpellSchools.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _gProcSpellSchools.Name = "_gProcSpellSchools"; + _gProcSpellSchools.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3); + _gProcSpellSchools.Size = new System.Drawing.Size(439, 88); + _gProcSpellSchools.TabIndex = 13; + _gProcSpellSchools.TabStop = false; + _gProcSpellSchools.Text = "School"; // // _clbSchools // - this._clbSchools.CheckOnClick = true; - this._clbSchools.ColumnWidth = 120; - this._clbSchools.Dock = System.Windows.Forms.DockStyle.Fill; - this._clbSchools.FormattingEnabled = true; - this._clbSchools.Location = new System.Drawing.Point(3, 16); - this._clbSchools.MultiColumn = true; - this._clbSchools.Name = "_clbSchools"; - this._clbSchools.Size = new System.Drawing.Size(370, 57); - this._clbSchools.TabIndex = 5; - this._clbSchools.SelectedIndexChanged += new System.EventHandler(this.ClbSchoolsSelectedIndexChanged); + _clbSchools.CheckOnClick = true; + _clbSchools.ColumnWidth = 120; + _clbSchools.Dock = System.Windows.Forms.DockStyle.Fill; + _clbSchools.FormattingEnabled = true; + _clbSchools.Location = new System.Drawing.Point(4, 19); + _clbSchools.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _clbSchools.MultiColumn = true; + _clbSchools.Name = "_clbSchools"; + _clbSchools.Size = new System.Drawing.Size(431, 66); + _clbSchools.TabIndex = 5; + _clbSchools.SelectedIndexChanged += ClbSchoolsSelectedIndexChanged; // // _gProcSpellTypeMask // - this._gProcSpellTypeMask.Anchor = System.Windows.Forms.AnchorStyles.Top; - this._gProcSpellTypeMask.BackColor = System.Drawing.Color.WhiteSmoke; - this._gProcSpellTypeMask.Controls.Add(this._clbSpellTypeMask); - this._gProcSpellTypeMask.Location = new System.Drawing.Point(750, 20); - this._gProcSpellTypeMask.Name = "_gProcSpellTypeMask"; - this._gProcSpellTypeMask.Size = new System.Drawing.Size(213, 76); - this._gProcSpellTypeMask.TabIndex = 11; - this._gProcSpellTypeMask.TabStop = false; - this._gProcSpellTypeMask.Text = "Proc Spell Type Mask"; + _gProcSpellTypeMask.Anchor = System.Windows.Forms.AnchorStyles.Top; + _gProcSpellTypeMask.BackColor = System.Drawing.Color.WhiteSmoke; + _gProcSpellTypeMask.Controls.Add(_clbSpellTypeMask); + _gProcSpellTypeMask.Location = new System.Drawing.Point(875, 23); + _gProcSpellTypeMask.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _gProcSpellTypeMask.Name = "_gProcSpellTypeMask"; + _gProcSpellTypeMask.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3); + _gProcSpellTypeMask.Size = new System.Drawing.Size(248, 88); + _gProcSpellTypeMask.TabIndex = 11; + _gProcSpellTypeMask.TabStop = false; + _gProcSpellTypeMask.Text = "Proc Spell Type Mask"; // // _clbSpellTypeMask // - this._clbSpellTypeMask.CheckOnClick = true; - this._clbSpellTypeMask.ColumnWidth = 100; - this._clbSpellTypeMask.Dock = System.Windows.Forms.DockStyle.Fill; - this._clbSpellTypeMask.FormattingEnabled = true; - this._clbSpellTypeMask.Location = new System.Drawing.Point(3, 16); - this._clbSpellTypeMask.MultiColumn = true; - this._clbSpellTypeMask.Name = "_clbSpellTypeMask"; - this._clbSpellTypeMask.Size = new System.Drawing.Size(207, 57); - this._clbSpellTypeMask.TabIndex = 0; - this._clbSpellTypeMask.SelectedIndexChanged += new System.EventHandler(this.ClbSchoolsSelectedIndexChanged); + _clbSpellTypeMask.CheckOnClick = true; + _clbSpellTypeMask.ColumnWidth = 100; + _clbSpellTypeMask.Dock = System.Windows.Forms.DockStyle.Fill; + _clbSpellTypeMask.FormattingEnabled = true; + _clbSpellTypeMask.Location = new System.Drawing.Point(4, 19); + _clbSpellTypeMask.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _clbSpellTypeMask.MultiColumn = true; + _clbSpellTypeMask.Name = "_clbSpellTypeMask"; + _clbSpellTypeMask.Size = new System.Drawing.Size(240, 66); + _clbSpellTypeMask.TabIndex = 0; + _clbSpellTypeMask.SelectedIndexChanged += ClbSchoolsSelectedIndexChanged; // // _gProcSpellPhaseMask // - this._gProcSpellPhaseMask.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this._gProcSpellPhaseMask.BackColor = System.Drawing.Color.WhiteSmoke; - this._gProcSpellPhaseMask.Controls.Add(this._clbSpellPhaseMask); - this._gProcSpellPhaseMask.Location = new System.Drawing.Point(962, 20); - this._gProcSpellPhaseMask.Name = "_gProcSpellPhaseMask"; - this._gProcSpellPhaseMask.Size = new System.Drawing.Size(213, 76); - this._gProcSpellPhaseMask.TabIndex = 12; - this._gProcSpellPhaseMask.TabStop = false; - this._gProcSpellPhaseMask.Text = "Proc Spell Phase Mask"; + _gProcSpellPhaseMask.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right; + _gProcSpellPhaseMask.BackColor = System.Drawing.Color.WhiteSmoke; + _gProcSpellPhaseMask.Controls.Add(_clbSpellPhaseMask); + _gProcSpellPhaseMask.Location = new System.Drawing.Point(1123, 23); + _gProcSpellPhaseMask.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _gProcSpellPhaseMask.Name = "_gProcSpellPhaseMask"; + _gProcSpellPhaseMask.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3); + _gProcSpellPhaseMask.Size = new System.Drawing.Size(248, 88); + _gProcSpellPhaseMask.TabIndex = 12; + _gProcSpellPhaseMask.TabStop = false; + _gProcSpellPhaseMask.Text = "Proc Spell Phase Mask"; // // _clbSpellPhaseMask // - this._clbSpellPhaseMask.CheckOnClick = true; - this._clbSpellPhaseMask.ColumnWidth = 100; - this._clbSpellPhaseMask.Dock = System.Windows.Forms.DockStyle.Fill; - this._clbSpellPhaseMask.FormattingEnabled = true; - this._clbSpellPhaseMask.Location = new System.Drawing.Point(3, 16); - this._clbSpellPhaseMask.MultiColumn = true; - this._clbSpellPhaseMask.Name = "_clbSpellPhaseMask"; - this._clbSpellPhaseMask.Size = new System.Drawing.Size(207, 57); - this._clbSpellPhaseMask.TabIndex = 0; - this._clbSpellPhaseMask.SelectedIndexChanged += new System.EventHandler(this.ClbSchoolsSelectedIndexChanged); + _clbSpellPhaseMask.CheckOnClick = true; + _clbSpellPhaseMask.ColumnWidth = 100; + _clbSpellPhaseMask.Dock = System.Windows.Forms.DockStyle.Fill; + _clbSpellPhaseMask.FormattingEnabled = true; + _clbSpellPhaseMask.Location = new System.Drawing.Point(4, 19); + _clbSpellPhaseMask.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _clbSpellPhaseMask.MultiColumn = true; + _clbSpellPhaseMask.Name = "_clbSpellPhaseMask"; + _clbSpellPhaseMask.Size = new System.Drawing.Size(240, 66); + _clbSpellPhaseMask.TabIndex = 0; + _clbSpellPhaseMask.SelectedIndexChanged += ClbSchoolsSelectedIndexChanged; // // _lProcHeader // - this._lProcHeader.AutoSize = true; - this._lProcHeader.Location = new System.Drawing.Point(4, 3); - this._lProcHeader.Name = "_lProcHeader"; - this._lProcHeader.Size = new System.Drawing.Size(16, 13); - this._lProcHeader.TabIndex = 15; - this._lProcHeader.Text = "---"; + _lProcHeader.AutoSize = true; + _lProcHeader.Location = new System.Drawing.Point(5, 3); + _lProcHeader.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + _lProcHeader.Name = "_lProcHeader"; + _lProcHeader.Size = new System.Drawing.Size(22, 15); + _lProcHeader.TabIndex = 15; + _lProcHeader.Text = "---"; // // _tbNewProcSpellId // - this._tbNewProcSpellId.Location = new System.Drawing.Point(980, 3); - this._tbNewProcSpellId.Name = "_tbNewProcSpellId"; - this._tbNewProcSpellId.Size = new System.Drawing.Size(50, 20); - this._tbNewProcSpellId.TabIndex = 18; - this._tbNewProcSpellId.TextChanged += new System.EventHandler(this.NewProcSpellIdTextChanged); + _tbNewProcSpellId.Location = new System.Drawing.Point(1143, 3); + _tbNewProcSpellId.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _tbNewProcSpellId.Name = "_tbNewProcSpellId"; + _tbNewProcSpellId.Size = new System.Drawing.Size(58, 23); + _tbNewProcSpellId.TabIndex = 18; + _tbNewProcSpellId.TextChanged += NewProcSpellIdTextChanged; // // _bLoadProcFromDB // - this._bLoadProcFromDB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this._bLoadProcFromDB.Location = new System.Drawing.Point(1092, 3); - this._bLoadProcFromDB.Name = "_bLoadProcFromDB"; - this._bLoadProcFromDB.Size = new System.Drawing.Size(80, 20); - this._bLoadProcFromDB.TabIndex = 17; - this._bLoadProcFromDB.Text = "Load from DB"; - this._bLoadProcFromDB.UseVisualStyleBackColor = true; - this._bLoadProcFromDB.Click += new System.EventHandler(this.LoadProcFromDBClick); + _bLoadProcFromDB.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right; + _bLoadProcFromDB.Location = new System.Drawing.Point(1275, 3); + _bLoadProcFromDB.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _bLoadProcFromDB.Name = "_bLoadProcFromDB"; + _bLoadProcFromDB.Size = new System.Drawing.Size(93, 23); + _bLoadProcFromDB.TabIndex = 17; + _bLoadProcFromDB.Text = "Load from DB"; + _bLoadProcFromDB.UseVisualStyleBackColor = true; + _bLoadProcFromDB.Click += LoadProcFromDBClick; // // _bNewProcSpellId // - this._bNewProcSpellId.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this._bNewProcSpellId.Enabled = false; - this._bNewProcSpellId.Location = new System.Drawing.Point(1036, 3); - this._bNewProcSpellId.Name = "_bNewProcSpellId"; - this._bNewProcSpellId.Size = new System.Drawing.Size(50, 20); - this._bNewProcSpellId.TabIndex = 16; - this._bNewProcSpellId.Text = "New"; - this._bNewProcSpellId.UseVisualStyleBackColor = true; - this._bNewProcSpellId.Click += new System.EventHandler(this.NewProcSpellIdClick); + _bNewProcSpellId.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right; + _bNewProcSpellId.Enabled = false; + _bNewProcSpellId.Location = new System.Drawing.Point(1210, 3); + _bNewProcSpellId.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _bNewProcSpellId.Name = "_bNewProcSpellId"; + _bNewProcSpellId.Size = new System.Drawing.Size(58, 23); + _bNewProcSpellId.TabIndex = 16; + _bNewProcSpellId.Text = "New"; + _bNewProcSpellId.UseVisualStyleBackColor = true; + _bNewProcSpellId.Click += NewProcSpellIdClick; // // splitContainer4 // - this.splitContainer4.BackColor = System.Drawing.Color.White; - this.splitContainer4.Dock = System.Windows.Forms.DockStyle.Fill; - this.splitContainer4.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; - this.splitContainer4.Location = new System.Drawing.Point(0, 0); - this.splitContainer4.Name = "splitContainer4"; + splitContainer4.BackColor = System.Drawing.Color.White; + splitContainer4.Dock = System.Windows.Forms.DockStyle.Fill; + splitContainer4.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; + splitContainer4.Location = new System.Drawing.Point(0, 0); + splitContainer4.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + splitContainer4.Name = "splitContainer4"; // // splitContainer4.Panel1 // - this.splitContainer4.Panel1.BackColor = System.Drawing.Color.Gainsboro; - this.splitContainer4.Panel1.Controls.Add(this._cbProcSpellFamilyTree); - this.splitContainer4.Panel1.Controls.Add(this._tvFamilyTree); + splitContainer4.Panel1.BackColor = System.Drawing.Color.Gainsboro; + splitContainer4.Panel1.Controls.Add(_cbProcSpellFamilyTree); + splitContainer4.Panel1.Controls.Add(_tvFamilyTree); // // splitContainer4.Panel2 // - this.splitContainer4.Panel2.Controls.Add(this.splitContainer5); - this.splitContainer4.Size = new System.Drawing.Size(1176, 326); - this.splitContainer4.SplitterDistance = 346; - this.splitContainer4.TabIndex = 0; + splitContainer4.Panel2.Controls.Add(splitContainer5); + splitContainer4.Size = new System.Drawing.Size(1373, 383); + splitContainer4.SplitterDistance = 346; + splitContainer4.SplitterWidth = 5; + splitContainer4.TabIndex = 0; // // _cbProcSpellFamilyTree // - this._cbProcSpellFamilyTree.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this._cbProcSpellFamilyTree.DropDownHeight = 500; - this._cbProcSpellFamilyTree.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this._cbProcSpellFamilyTree.FormattingEnabled = true; - this._cbProcSpellFamilyTree.IntegralHeight = false; - this._cbProcSpellFamilyTree.Location = new System.Drawing.Point(1, 2); - this._cbProcSpellFamilyTree.Name = "_cbProcSpellFamilyTree"; - this._cbProcSpellFamilyTree.Size = new System.Drawing.Size(345, 21); - this._cbProcSpellFamilyTree.TabIndex = 1; - this._cbProcSpellFamilyTree.SelectedIndexChanged += new System.EventHandler(this.TvFamilyTreeSelectedIndexChanged); + _cbProcSpellFamilyTree.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; + _cbProcSpellFamilyTree.DropDownHeight = 500; + _cbProcSpellFamilyTree.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + _cbProcSpellFamilyTree.FormattingEnabled = true; + _cbProcSpellFamilyTree.IntegralHeight = false; + _cbProcSpellFamilyTree.Location = new System.Drawing.Point(1, 2); + _cbProcSpellFamilyTree.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _cbProcSpellFamilyTree.Name = "_cbProcSpellFamilyTree"; + _cbProcSpellFamilyTree.Size = new System.Drawing.Size(344, 23); + _cbProcSpellFamilyTree.TabIndex = 1; + _cbProcSpellFamilyTree.SelectedIndexChanged += TvFamilyTreeSelectedIndexChanged; // // _tvFamilyTree // - this._tvFamilyTree.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this._tvFamilyTree.CheckBoxes = true; - this._tvFamilyTree.ImageIndex = 0; - this._tvFamilyTree.ImageList = this._ilPro; - this._tvFamilyTree.Location = new System.Drawing.Point(1, 23); - this._tvFamilyTree.Name = "_tvFamilyTree"; - this._tvFamilyTree.SelectedImageIndex = 0; - this._tvFamilyTree.ShowNodeToolTips = true; - this._tvFamilyTree.Size = new System.Drawing.Size(345, 301); - this._tvFamilyTree.TabIndex = 0; - this._tvFamilyTree.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.FamilyTreeAfterCheck); - this._tvFamilyTree.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.TvFamilyTreeAfterSelect); + _tvFamilyTree.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; + _tvFamilyTree.CheckBoxes = true; + _tvFamilyTree.ImageIndex = 0; + _tvFamilyTree.ImageList = _ilPro; + _tvFamilyTree.Location = new System.Drawing.Point(1, 27); + _tvFamilyTree.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _tvFamilyTree.Name = "_tvFamilyTree"; + _tvFamilyTree.SelectedImageIndex = 0; + _tvFamilyTree.ShowNodeToolTips = true; + _tvFamilyTree.Size = new System.Drawing.Size(344, 354); + _tvFamilyTree.TabIndex = 0; + _tvFamilyTree.AfterCheck += FamilyTreeAfterCheck; + _tvFamilyTree.AfterSelect += TvFamilyTreeAfterSelect; // // splitContainer5 // - this.splitContainer5.Dock = System.Windows.Forms.DockStyle.Fill; - this.splitContainer5.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; - this.splitContainer5.Location = new System.Drawing.Point(0, 0); - this.splitContainer5.Name = "splitContainer5"; + splitContainer5.Dock = System.Windows.Forms.DockStyle.Fill; + splitContainer5.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; + splitContainer5.Location = new System.Drawing.Point(0, 0); + splitContainer5.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + splitContainer5.Name = "splitContainer5"; // // splitContainer5.Panel1 // - this.splitContainer5.Panel1.Controls.Add(this._rtbProcSpellInfo); + splitContainer5.Panel1.Controls.Add(_rtbProcSpellInfo); // // splitContainer5.Panel2 // - this.splitContainer5.Panel2.BackColor = System.Drawing.Color.Gainsboro; - this.splitContainer5.Panel2.Controls.Add(this._lvProcSpellList); - this.splitContainer5.Panel2.Controls.Add(this._bProcSearch); - this.splitContainer5.Panel2.Controls.Add(this._tbProcSeach); - this.splitContainer5.Panel2.Controls.Add(this._cbProcTarget2); - this.splitContainer5.Panel2.Controls.Add(this._cbProcTarget1); - this.splitContainer5.Panel2.Controls.Add(this._cbProcSpellEffect); - this.splitContainer5.Panel2.Controls.Add(this._cbProcSpellAura); - this.splitContainer5.Panel2.Controls.Add(this._cbProcSpellFamilyName); - this.splitContainer5.Size = new System.Drawing.Size(826, 326); - this.splitContainer5.SplitterDistance = 556; - this.splitContainer5.TabIndex = 0; + splitContainer5.Panel2.BackColor = System.Drawing.Color.Gainsboro; + splitContainer5.Panel2.Controls.Add(_lvProcSpellList); + splitContainer5.Panel2.Controls.Add(_bProcSearch); + splitContainer5.Panel2.Controls.Add(_tbProcSeach); + splitContainer5.Panel2.Controls.Add(_cbProcTarget2); + splitContainer5.Panel2.Controls.Add(_cbProcTarget1); + splitContainer5.Panel2.Controls.Add(_cbProcSpellEffect); + splitContainer5.Panel2.Controls.Add(_cbProcSpellAura); + splitContainer5.Panel2.Controls.Add(_cbProcSpellFamilyName); + splitContainer5.Size = new System.Drawing.Size(1022, 383); + splitContainer5.SplitterDistance = 741; + splitContainer5.SplitterWidth = 5; + splitContainer5.TabIndex = 0; // // _rtbProcSpellInfo // - this._rtbProcSpellInfo.BackColor = System.Drawing.SystemColors.MenuBar; - this._rtbProcSpellInfo.Dock = System.Windows.Forms.DockStyle.Fill; - this._rtbProcSpellInfo.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F); - this._rtbProcSpellInfo.Location = new System.Drawing.Point(0, 0); - this._rtbProcSpellInfo.Name = "_rtbProcSpellInfo"; - this._rtbProcSpellInfo.Size = new System.Drawing.Size(556, 326); - this._rtbProcSpellInfo.TabIndex = 0; - this._rtbProcSpellInfo.Text = ""; + _rtbProcSpellInfo.BackColor = System.Drawing.SystemColors.MenuBar; + _rtbProcSpellInfo.Dock = System.Windows.Forms.DockStyle.Fill; + _rtbProcSpellInfo.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F); + _rtbProcSpellInfo.Location = new System.Drawing.Point(0, 0); + _rtbProcSpellInfo.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _rtbProcSpellInfo.Name = "_rtbProcSpellInfo"; + _rtbProcSpellInfo.Size = new System.Drawing.Size(741, 383); + _rtbProcSpellInfo.TabIndex = 0; + _rtbProcSpellInfo.Text = ""; // // _lvProcSpellList // - this._lvProcSpellList.AllowColumnReorder = true; - this._lvProcSpellList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this._lvProcSpellList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { - this._chProcID, - this._chProcName}); - this._lvProcSpellList.FullRowSelect = true; - this._lvProcSpellList.GridLines = true; - this._lvProcSpellList.HideSelection = false; - this._lvProcSpellList.Location = new System.Drawing.Point(2, 117); - this._lvProcSpellList.MultiSelect = false; - this._lvProcSpellList.Name = "_lvProcSpellList"; - this._lvProcSpellList.ShowItemToolTips = true; - this._lvProcSpellList.Size = new System.Drawing.Size(261, 206); - this._lvProcSpellList.TabIndex = 0; - this._lvProcSpellList.UseCompatibleStateImageBehavior = false; - this._lvProcSpellList.View = System.Windows.Forms.View.Details; - this._lvProcSpellList.VirtualMode = true; - this._lvProcSpellList.RetrieveVirtualItem += new System.Windows.Forms.RetrieveVirtualItemEventHandler(this.LvProcSpellListRetrieveVirtualItem); - this._lvProcSpellList.SelectedIndexChanged += new System.EventHandler(this.LvProcSpellListSelectedIndexChanged); + _lvProcSpellList.AllowColumnReorder = true; + _lvProcSpellList.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; + _lvProcSpellList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { _chProcID, _chProcName }); + _lvProcSpellList.FullRowSelect = true; + _lvProcSpellList.GridLines = true; + _lvProcSpellList.Location = new System.Drawing.Point(2, 135); + _lvProcSpellList.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _lvProcSpellList.MultiSelect = false; + _lvProcSpellList.Name = "_lvProcSpellList"; + _lvProcSpellList.ShowItemToolTips = true; + _lvProcSpellList.Size = new System.Drawing.Size(260, 244); + _lvProcSpellList.TabIndex = 0; + _lvProcSpellList.UseCompatibleStateImageBehavior = false; + _lvProcSpellList.View = System.Windows.Forms.View.Details; + _lvProcSpellList.VirtualMode = true; + _lvProcSpellList.RetrieveVirtualItem += LvProcSpellListRetrieveVirtualItem; + _lvProcSpellList.SelectedIndexChanged += LvProcSpellListSelectedIndexChanged; // // _chProcID // - this._chProcID.Text = "ID"; - this._chProcID.Width = 45; + _chProcID.Text = "ID"; + _chProcID.Width = 45; // // _chProcName // - this._chProcName.Text = "Name"; - this._chProcName.Width = 210; + _chProcName.Text = "Name"; + _chProcName.Width = 210; // // _bProcSearch // - this._bProcSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this._bProcSearch.Location = new System.Drawing.Point(206, 2); - this._bProcSearch.Name = "_bProcSearch"; - this._bProcSearch.Size = new System.Drawing.Size(54, 20); - this._bProcSearch.TabIndex = 5; - this._bProcSearch.Text = "Search"; - this._bProcSearch.UseVisualStyleBackColor = true; - this._bProcSearch.Click += new System.EventHandler(this.BProcSearchClick); + _bProcSearch.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right; + _bProcSearch.Location = new System.Drawing.Point(196, 2); + _bProcSearch.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _bProcSearch.Name = "_bProcSearch"; + _bProcSearch.Size = new System.Drawing.Size(63, 23); + _bProcSearch.TabIndex = 5; + _bProcSearch.Text = "Search"; + _bProcSearch.UseVisualStyleBackColor = true; + _bProcSearch.Click += BProcSearchClick; // // _tbProcSeach // - this._tbProcSeach.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this._tbProcSeach.Location = new System.Drawing.Point(3, 3); - this._tbProcSeach.Name = "_tbProcSeach"; - this._tbProcSeach.Size = new System.Drawing.Size(197, 20); - this._tbProcSeach.TabIndex = 4; - this._tbProcSeach.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TbSearchKeyDown); + _tbProcSeach.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; + _tbProcSeach.Location = new System.Drawing.Point(4, 3); + _tbProcSeach.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _tbProcSeach.Name = "_tbProcSeach"; + _tbProcSeach.Size = new System.Drawing.Size(185, 23); + _tbProcSeach.TabIndex = 4; + _tbProcSeach.KeyDown += TbSearchKeyDown; // // _cbProcTarget2 // - this._cbProcTarget2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this._cbProcTarget2.DropDownHeight = 500; - this._cbProcTarget2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this._cbProcTarget2.FormattingEnabled = true; - this._cbProcTarget2.IntegralHeight = false; - this._cbProcTarget2.Location = new System.Drawing.Point(144, 90); - this._cbProcTarget2.Name = "_cbProcTarget2"; - this._cbProcTarget2.Size = new System.Drawing.Size(119, 21); - this._cbProcTarget2.TabIndex = 3; - this._cbProcTarget2.SelectedIndexChanged += new System.EventHandler(this.CbProcSpellFamilyNameSelectedIndexChanged); + _cbProcTarget2.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right; + _cbProcTarget2.DropDownHeight = 500; + _cbProcTarget2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + _cbProcTarget2.FormattingEnabled = true; + _cbProcTarget2.IntegralHeight = false; + _cbProcTarget2.Location = new System.Drawing.Point(124, 104); + _cbProcTarget2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _cbProcTarget2.Name = "_cbProcTarget2"; + _cbProcTarget2.Size = new System.Drawing.Size(138, 23); + _cbProcTarget2.TabIndex = 3; + _cbProcTarget2.SelectedIndexChanged += CbProcSpellFamilyNameSelectedIndexChanged; // // _cbProcTarget1 // - this._cbProcTarget1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this._cbProcTarget1.DropDownHeight = 500; - this._cbProcTarget1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this._cbProcTarget1.FormattingEnabled = true; - this._cbProcTarget1.IntegralHeight = false; - this._cbProcTarget1.Location = new System.Drawing.Point(3, 90); - this._cbProcTarget1.Name = "_cbProcTarget1"; - this._cbProcTarget1.Size = new System.Drawing.Size(132, 21); - this._cbProcTarget1.TabIndex = 3; - this._cbProcTarget1.SelectedIndexChanged += new System.EventHandler(this.CbProcSpellFamilyNameSelectedIndexChanged); + _cbProcTarget1.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; + _cbProcTarget1.DropDownHeight = 500; + _cbProcTarget1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + _cbProcTarget1.FormattingEnabled = true; + _cbProcTarget1.IntegralHeight = false; + _cbProcTarget1.Location = new System.Drawing.Point(4, 104); + _cbProcTarget1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _cbProcTarget1.Name = "_cbProcTarget1"; + _cbProcTarget1.Size = new System.Drawing.Size(109, 23); + _cbProcTarget1.TabIndex = 3; + _cbProcTarget1.SelectedIndexChanged += CbProcSpellFamilyNameSelectedIndexChanged; // // _cbProcSpellEffect // - this._cbProcSpellEffect.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this._cbProcSpellEffect.DropDownHeight = 500; - this._cbProcSpellEffect.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this._cbProcSpellEffect.FormattingEnabled = true; - this._cbProcSpellEffect.IntegralHeight = false; - this._cbProcSpellEffect.Location = new System.Drawing.Point(3, 68); - this._cbProcSpellEffect.Name = "_cbProcSpellEffect"; - this._cbProcSpellEffect.Size = new System.Drawing.Size(260, 21); - this._cbProcSpellEffect.TabIndex = 3; - this._cbProcSpellEffect.SelectedIndexChanged += new System.EventHandler(this.CbProcSpellFamilyNameSelectedIndexChanged); + _cbProcSpellEffect.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; + _cbProcSpellEffect.DropDownHeight = 500; + _cbProcSpellEffect.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + _cbProcSpellEffect.FormattingEnabled = true; + _cbProcSpellEffect.IntegralHeight = false; + _cbProcSpellEffect.Location = new System.Drawing.Point(4, 78); + _cbProcSpellEffect.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _cbProcSpellEffect.Name = "_cbProcSpellEffect"; + _cbProcSpellEffect.Size = new System.Drawing.Size(259, 23); + _cbProcSpellEffect.TabIndex = 3; + _cbProcSpellEffect.SelectedIndexChanged += CbProcSpellFamilyNameSelectedIndexChanged; // // _cbProcSpellAura // - this._cbProcSpellAura.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this._cbProcSpellAura.DropDownHeight = 500; - this._cbProcSpellAura.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this._cbProcSpellAura.FormattingEnabled = true; - this._cbProcSpellAura.IntegralHeight = false; - this._cbProcSpellAura.Location = new System.Drawing.Point(3, 46); - this._cbProcSpellAura.Name = "_cbProcSpellAura"; - this._cbProcSpellAura.Size = new System.Drawing.Size(260, 21); - this._cbProcSpellAura.TabIndex = 2; - this._cbProcSpellAura.SelectedIndexChanged += new System.EventHandler(this.CbProcSpellFamilyNameSelectedIndexChanged); + _cbProcSpellAura.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; + _cbProcSpellAura.DropDownHeight = 500; + _cbProcSpellAura.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + _cbProcSpellAura.FormattingEnabled = true; + _cbProcSpellAura.IntegralHeight = false; + _cbProcSpellAura.Location = new System.Drawing.Point(4, 53); + _cbProcSpellAura.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _cbProcSpellAura.Name = "_cbProcSpellAura"; + _cbProcSpellAura.Size = new System.Drawing.Size(259, 23); + _cbProcSpellAura.TabIndex = 2; + _cbProcSpellAura.SelectedIndexChanged += CbProcSpellFamilyNameSelectedIndexChanged; // // _cbProcSpellFamilyName // - this._cbProcSpellFamilyName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this._cbProcSpellFamilyName.DropDownHeight = 500; - this._cbProcSpellFamilyName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this._cbProcSpellFamilyName.FormattingEnabled = true; - this._cbProcSpellFamilyName.IntegralHeight = false; - this._cbProcSpellFamilyName.Location = new System.Drawing.Point(3, 24); - this._cbProcSpellFamilyName.Name = "_cbProcSpellFamilyName"; - this._cbProcSpellFamilyName.Size = new System.Drawing.Size(260, 21); - this._cbProcSpellFamilyName.TabIndex = 1; - this._cbProcSpellFamilyName.SelectedIndexChanged += new System.EventHandler(this.CbProcSpellFamilyNameSelectedIndexChanged); + _cbProcSpellFamilyName.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; + _cbProcSpellFamilyName.DropDownHeight = 500; + _cbProcSpellFamilyName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + _cbProcSpellFamilyName.FormattingEnabled = true; + _cbProcSpellFamilyName.IntegralHeight = false; + _cbProcSpellFamilyName.Location = new System.Drawing.Point(4, 28); + _cbProcSpellFamilyName.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _cbProcSpellFamilyName.Name = "_cbProcSpellFamilyName"; + _cbProcSpellFamilyName.Size = new System.Drawing.Size(259, 23); + _cbProcSpellFamilyName.TabIndex = 1; + _cbProcSpellFamilyName.SelectedIndexChanged += CbProcSpellFamilyNameSelectedIndexChanged; // // _lvProcAdditionalInfo // - this._lvProcAdditionalInfo.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { - this._chID, - this._chName, - this._chDescription}); - this._lvProcAdditionalInfo.Dock = System.Windows.Forms.DockStyle.Fill; - this._lvProcAdditionalInfo.FullRowSelect = true; - this._lvProcAdditionalInfo.GridLines = true; - this._lvProcAdditionalInfo.HideSelection = false; - this._lvProcAdditionalInfo.Location = new System.Drawing.Point(0, 0); - this._lvProcAdditionalInfo.Name = "_lvProcAdditionalInfo"; - this._lvProcAdditionalInfo.Size = new System.Drawing.Size(1176, 105); - this._lvProcAdditionalInfo.SmallImageList = this._ilPro; - this._lvProcAdditionalInfo.TabIndex = 0; - this._lvProcAdditionalInfo.UseCompatibleStateImageBehavior = false; - this._lvProcAdditionalInfo.View = System.Windows.Forms.View.Details; - this._lvProcAdditionalInfo.SelectedIndexChanged += new System.EventHandler(this.LvProcAdditionalInfoSelectedIndexChanged); + _lvProcAdditionalInfo.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { _chID, _chName, _chDescription }); + _lvProcAdditionalInfo.Dock = System.Windows.Forms.DockStyle.Fill; + _lvProcAdditionalInfo.FullRowSelect = true; + _lvProcAdditionalInfo.GridLines = true; + _lvProcAdditionalInfo.Location = new System.Drawing.Point(0, 0); + _lvProcAdditionalInfo.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _lvProcAdditionalInfo.Name = "_lvProcAdditionalInfo"; + _lvProcAdditionalInfo.Size = new System.Drawing.Size(1373, 124); + _lvProcAdditionalInfo.SmallImageList = _ilPro; + _lvProcAdditionalInfo.TabIndex = 0; + _lvProcAdditionalInfo.UseCompatibleStateImageBehavior = false; + _lvProcAdditionalInfo.View = System.Windows.Forms.View.Details; + _lvProcAdditionalInfo.SelectedIndexChanged += LvProcAdditionalInfoSelectedIndexChanged; // // _chID // - this._chID.Text = "ID"; + _chID.Text = "ID"; // // _chName // - this._chName.Text = "Name"; - this._chName.Width = 200; + _chName.Text = "Name"; + _chName.Width = 200; // // _chDescription // - this._chDescription.Text = "Description"; - this._chDescription.Width = 582; + _chDescription.Text = "Description"; + _chDescription.Width = 582; // // _tpSpellProcDB // - this._tpSpellProcDB.Controls.Add(this.groupBox3); - this._tpSpellProcDB.Controls.Add(this.groupBox2); - this._tpSpellProcDB.Location = new System.Drawing.Point(4, 22); - this._tpSpellProcDB.Name = "_tpSpellProcDB"; - this._tpSpellProcDB.Size = new System.Drawing.Size(1176, 709); - this._tpSpellProcDB.TabIndex = 3; - this._tpSpellProcDB.Text = "Load Spell Proc from DB"; - this._tpSpellProcDB.UseVisualStyleBackColor = true; + _tpSpellProcDB.Controls.Add(groupBox3); + _tpSpellProcDB.Controls.Add(groupBox2); + _tpSpellProcDB.Location = new System.Drawing.Point(4, 24); + _tpSpellProcDB.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _tpSpellProcDB.Name = "_tpSpellProcDB"; + _tpSpellProcDB.Size = new System.Drawing.Size(1373, 827); + _tpSpellProcDB.TabIndex = 3; + _tpSpellProcDB.Text = "Load Spell Proc from DB"; + _tpSpellProcDB.UseVisualStyleBackColor = true; // // groupBox3 // - this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.groupBox3.BackColor = System.Drawing.Color.WhiteSmoke; - this.groupBox3.Controls.Add(this._cbBinaryCompare); - this.groupBox3.Controls.Add(this._lProcSqlCustomQueryFragment); - this.groupBox3.Controls.Add(this._tbSqlManual); - this.groupBox3.Controls.Add(this.label8); - this.groupBox3.Controls.Add(this.label12); - this.groupBox3.Controls.Add(this.label11); - this.groupBox3.Controls.Add(this.label10); - this.groupBox3.Controls.Add(this.label7); - this.groupBox3.Controls.Add(this._bSqlProcFlagsHit); - this.groupBox3.Controls.Add(this._bSqlProc); - this.groupBox3.Controls.Add(this._bSqlSchool); - this.groupBox3.Controls.Add(this._tbSqlProcFlagsHit); - this.groupBox3.Controls.Add(this._tbSqlProc); - this.groupBox3.Controls.Add(this._tbSqlSchool); - this.groupBox3.Controls.Add(this._tbLoadProcSpellId); - this.groupBox3.Controls.Add(this._cbSqlSpellFamily); - this.groupBox3.Controls.Add(this._bSelect); - this.groupBox3.Location = new System.Drawing.Point(6, 3); - this.groupBox3.Name = "groupBox3"; - this.groupBox3.Size = new System.Drawing.Size(1167, 85); - this.groupBox3.TabIndex = 1; - this.groupBox3.TabStop = false; + groupBox3.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; + groupBox3.BackColor = System.Drawing.Color.WhiteSmoke; + groupBox3.Controls.Add(_cbBinaryCompare); + groupBox3.Controls.Add(_lProcSqlCustomQueryFragment); + groupBox3.Controls.Add(_tbSqlManual); + groupBox3.Controls.Add(label8); + groupBox3.Controls.Add(label12); + groupBox3.Controls.Add(label11); + groupBox3.Controls.Add(label10); + groupBox3.Controls.Add(label7); + groupBox3.Controls.Add(_bSqlProcFlagsHit); + groupBox3.Controls.Add(_bSqlProc); + groupBox3.Controls.Add(_bSqlSchool); + groupBox3.Controls.Add(_tbSqlProcFlagsHit); + groupBox3.Controls.Add(_tbSqlProc); + groupBox3.Controls.Add(_tbSqlSchool); + groupBox3.Controls.Add(_tbLoadProcSpellId); + groupBox3.Controls.Add(_cbSqlSpellFamily); + groupBox3.Controls.Add(_bSelect); + groupBox3.Location = new System.Drawing.Point(7, 3); + groupBox3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + groupBox3.Name = "groupBox3"; + groupBox3.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3); + groupBox3.Size = new System.Drawing.Size(1362, 98); + groupBox3.TabIndex = 1; + groupBox3.TabStop = false; // // _cbBinaryCompare // - this._cbBinaryCompare.AutoSize = true; - this._cbBinaryCompare.Location = new System.Drawing.Point(752, 55); - this._cbBinaryCompare.Name = "_cbBinaryCompare"; - this._cbBinaryCompare.Size = new System.Drawing.Size(100, 17); - this._cbBinaryCompare.TabIndex = 8; - this._cbBinaryCompare.Text = "Binary Compare"; - this._cbBinaryCompare.UseVisualStyleBackColor = true; + _cbBinaryCompare.AutoSize = true; + _cbBinaryCompare.Location = new System.Drawing.Point(877, 63); + _cbBinaryCompare.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _cbBinaryCompare.Name = "_cbBinaryCompare"; + _cbBinaryCompare.Size = new System.Drawing.Size(111, 19); + _cbBinaryCompare.TabIndex = 8; + _cbBinaryCompare.Text = "Binary Compare"; + _cbBinaryCompare.UseVisualStyleBackColor = true; // // _lProcSqlCustomQueryFragment // - this._lProcSqlCustomQueryFragment.AutoSize = true; - this._lProcSqlCustomQueryFragment.Location = new System.Drawing.Point(6, 51); - this._lProcSqlCustomQueryFragment.MaximumSize = new System.Drawing.Size(80, 0); - this._lProcSqlCustomQueryFragment.Name = "_lProcSqlCustomQueryFragment"; - this._lProcSqlCustomQueryFragment.Size = new System.Drawing.Size(74, 26); - this._lProcSqlCustomQueryFragment.TabIndex = 7; - this._lProcSqlCustomQueryFragment.Text = "Custom query fragment:"; + _lProcSqlCustomQueryFragment.AutoSize = true; + _lProcSqlCustomQueryFragment.Location = new System.Drawing.Point(7, 59); + _lProcSqlCustomQueryFragment.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + _lProcSqlCustomQueryFragment.MaximumSize = new System.Drawing.Size(93, 0); + _lProcSqlCustomQueryFragment.Name = "_lProcSqlCustomQueryFragment"; + _lProcSqlCustomQueryFragment.Size = new System.Drawing.Size(85, 30); + _lProcSqlCustomQueryFragment.TabIndex = 7; + _lProcSqlCustomQueryFragment.Text = "Custom query fragment:"; // // _tbSqlManual // - this._tbSqlManual.Location = new System.Drawing.Point(81, 53); - this._tbSqlManual.Name = "_tbSqlManual"; - this._tbSqlManual.Size = new System.Drawing.Size(272, 20); - this._tbSqlManual.TabIndex = 6; + _tbSqlManual.Location = new System.Drawing.Point(94, 61); + _tbSqlManual.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _tbSqlManual.Name = "_tbSqlManual"; + _tbSqlManual.Size = new System.Drawing.Size(317, 23); + _tbSqlManual.TabIndex = 6; // // label8 // - this.label8.AutoSize = true; - this.label8.Location = new System.Drawing.Point(6, 20); - this.label8.Name = "label8"; - this.label8.Size = new System.Drawing.Size(70, 13); - this.label8.TabIndex = 5; - this.label8.Text = "Family Name:"; + label8.AutoSize = true; + label8.Location = new System.Drawing.Point(7, 23); + label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + label8.Name = "label8"; + label8.Size = new System.Drawing.Size(80, 15); + label8.TabIndex = 5; + label8.Text = "Family Name:"; // // label12 // - this.label12.AutoSize = true; - this.label12.Location = new System.Drawing.Point(571, 56); - this.label12.Name = "label12"; - this.label12.Size = new System.Drawing.Size(47, 13); - this.label12.TabIndex = 5; - this.label12.Text = "Proc Ex:"; + label12.AutoSize = true; + label12.Location = new System.Drawing.Point(666, 65); + label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + label12.Name = "label12"; + label12.Size = new System.Drawing.Size(49, 15); + label12.TabIndex = 5; + label12.Text = "Proc Ex:"; // // label11 // - this.label11.AutoSize = true; - this.label11.Location = new System.Drawing.Point(376, 56); - this.label11.Name = "label11"; - this.label11.Size = new System.Drawing.Size(32, 13); - this.label11.TabIndex = 5; - this.label11.Text = "Proc:"; + label11.AutoSize = true; + label11.Location = new System.Drawing.Point(439, 65); + label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + label11.Name = "label11"; + label11.Size = new System.Drawing.Size(34, 15); + label11.TabIndex = 5; + label11.Text = "Proc:"; // // label10 // - this.label10.AutoSize = true; - this.label10.Location = new System.Drawing.Point(571, 20); - this.label10.Name = "label10"; - this.label10.Size = new System.Drawing.Size(43, 13); - this.label10.TabIndex = 5; - this.label10.Text = "School:"; + label10.AutoSize = true; + label10.Location = new System.Drawing.Point(666, 23); + label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + label10.Name = "label10"; + label10.Size = new System.Drawing.Size(46, 15); + label10.TabIndex = 5; + label10.Text = "School:"; // // label7 // - this.label7.AutoSize = true; - this.label7.Location = new System.Drawing.Point(376, 20); - this.label7.Name = "label7"; - this.label7.Size = new System.Drawing.Size(47, 13); - this.label7.TabIndex = 5; - this.label7.Text = "Spell ID:"; + label7.AutoSize = true; + label7.Location = new System.Drawing.Point(439, 23); + label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + label7.Name = "label7"; + label7.Size = new System.Drawing.Size(49, 15); + label7.TabIndex = 5; + label7.Text = "Spell ID:"; // // _bSqlProcFlagsHit // - this._bSqlProcFlagsHit.Location = new System.Drawing.Point(718, 51); - this._bSqlProcFlagsHit.Name = "_bSqlProcFlagsHit"; - this._bSqlProcFlagsHit.Size = new System.Drawing.Size(28, 23); - this._bSqlProcFlagsHit.TabIndex = 4; - this._bSqlProcFlagsHit.Text = "..."; - this._bSqlProcFlagsHit.UseVisualStyleBackColor = true; - this._bSqlProcFlagsHit.Click += new System.EventHandler(this.CalcProcFlagsClick); + _bSqlProcFlagsHit.Location = new System.Drawing.Point(838, 59); + _bSqlProcFlagsHit.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _bSqlProcFlagsHit.Name = "_bSqlProcFlagsHit"; + _bSqlProcFlagsHit.Size = new System.Drawing.Size(33, 27); + _bSqlProcFlagsHit.TabIndex = 4; + _bSqlProcFlagsHit.Text = "..."; + _bSqlProcFlagsHit.UseVisualStyleBackColor = true; + _bSqlProcFlagsHit.Click += CalcProcFlagsClick; // // _bSqlProc // - this._bSqlProc.Location = new System.Drawing.Point(535, 51); - this._bSqlProc.Name = "_bSqlProc"; - this._bSqlProc.Size = new System.Drawing.Size(28, 23); - this._bSqlProc.TabIndex = 4; - this._bSqlProc.Text = "..."; - this._bSqlProc.UseVisualStyleBackColor = true; - this._bSqlProc.Click += new System.EventHandler(this.CalcProcFlagsClick); + _bSqlProc.Location = new System.Drawing.Point(624, 59); + _bSqlProc.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _bSqlProc.Name = "_bSqlProc"; + _bSqlProc.Size = new System.Drawing.Size(33, 27); + _bSqlProc.TabIndex = 4; + _bSqlProc.Text = "..."; + _bSqlProc.UseVisualStyleBackColor = true; + _bSqlProc.Click += CalcProcFlagsClick; // // _bSqlSchool // - this._bSqlSchool.Location = new System.Drawing.Point(718, 16); - this._bSqlSchool.Name = "_bSqlSchool"; - this._bSqlSchool.Size = new System.Drawing.Size(28, 21); - this._bSqlSchool.TabIndex = 4; - this._bSqlSchool.Text = "..."; - this._bSqlSchool.UseVisualStyleBackColor = true; - this._bSqlSchool.Click += new System.EventHandler(this.CalcProcFlagsClick); + _bSqlSchool.Location = new System.Drawing.Point(838, 18); + _bSqlSchool.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _bSqlSchool.Name = "_bSqlSchool"; + _bSqlSchool.Size = new System.Drawing.Size(33, 24); + _bSqlSchool.TabIndex = 4; + _bSqlSchool.Text = "..."; + _bSqlSchool.UseVisualStyleBackColor = true; + _bSqlSchool.Click += CalcProcFlagsClick; // // _tbSqlProcFlagsHit // - this._tbSqlProcFlagsHit.Location = new System.Drawing.Point(620, 53); - this._tbSqlProcFlagsHit.Name = "_tbSqlProcFlagsHit"; - this._tbSqlProcFlagsHit.Size = new System.Drawing.Size(92, 20); - this._tbSqlProcFlagsHit.TabIndex = 3; + _tbSqlProcFlagsHit.Location = new System.Drawing.Point(723, 61); + _tbSqlProcFlagsHit.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _tbSqlProcFlagsHit.Name = "_tbSqlProcFlagsHit"; + _tbSqlProcFlagsHit.Size = new System.Drawing.Size(107, 23); + _tbSqlProcFlagsHit.TabIndex = 3; // // _tbSqlProc // - this._tbSqlProc.Location = new System.Drawing.Point(429, 53); - this._tbSqlProc.Name = "_tbSqlProc"; - this._tbSqlProc.Size = new System.Drawing.Size(100, 20); - this._tbSqlProc.TabIndex = 3; + _tbSqlProc.Location = new System.Drawing.Point(500, 61); + _tbSqlProc.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _tbSqlProc.Name = "_tbSqlProc"; + _tbSqlProc.Size = new System.Drawing.Size(116, 23); + _tbSqlProc.TabIndex = 3; // // _tbSqlSchool // - this._tbSqlSchool.Location = new System.Drawing.Point(620, 17); - this._tbSqlSchool.Name = "_tbSqlSchool"; - this._tbSqlSchool.Size = new System.Drawing.Size(92, 20); - this._tbSqlSchool.TabIndex = 3; + _tbSqlSchool.Location = new System.Drawing.Point(723, 20); + _tbSqlSchool.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _tbSqlSchool.Name = "_tbSqlSchool"; + _tbSqlSchool.Size = new System.Drawing.Size(107, 23); + _tbSqlSchool.TabIndex = 3; // // _tbLoadProcSpellId // - this._tbLoadProcSpellId.Location = new System.Drawing.Point(429, 17); - this._tbLoadProcSpellId.Name = "_tbLoadProcSpellId"; - this._tbLoadProcSpellId.Size = new System.Drawing.Size(100, 20); - this._tbLoadProcSpellId.TabIndex = 2; + _tbLoadProcSpellId.Location = new System.Drawing.Point(500, 20); + _tbLoadProcSpellId.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _tbLoadProcSpellId.Name = "_tbLoadProcSpellId"; + _tbLoadProcSpellId.Size = new System.Drawing.Size(116, 23); + _tbLoadProcSpellId.TabIndex = 2; // // _cbSqlSpellFamily // - this._cbSqlSpellFamily.DropDownHeight = 500; - this._cbSqlSpellFamily.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this._cbSqlSpellFamily.FormattingEnabled = true; - this._cbSqlSpellFamily.IntegralHeight = false; - this._cbSqlSpellFamily.Location = new System.Drawing.Point(81, 16); - this._cbSqlSpellFamily.Name = "_cbSqlSpellFamily"; - this._cbSqlSpellFamily.Size = new System.Drawing.Size(272, 21); - this._cbSqlSpellFamily.TabIndex = 1; + _cbSqlSpellFamily.DropDownHeight = 500; + _cbSqlSpellFamily.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + _cbSqlSpellFamily.FormattingEnabled = true; + _cbSqlSpellFamily.IntegralHeight = false; + _cbSqlSpellFamily.Location = new System.Drawing.Point(94, 18); + _cbSqlSpellFamily.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _cbSqlSpellFamily.Name = "_cbSqlSpellFamily"; + _cbSqlSpellFamily.Size = new System.Drawing.Size(317, 23); + _cbSqlSpellFamily.TabIndex = 1; // // _bSelect // - this._bSelect.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this._bSelect.Location = new System.Drawing.Point(1087, 10); - this._bSelect.Name = "_bSelect"; - this._bSelect.Size = new System.Drawing.Size(75, 21); - this._bSelect.TabIndex = 0; - this._bSelect.Text = "Select"; - this._bSelect.UseVisualStyleBackColor = true; - this._bSelect.Click += new System.EventHandler(this.SelectClick); + _bSelect.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right; + _bSelect.Location = new System.Drawing.Point(1268, 12); + _bSelect.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _bSelect.Name = "_bSelect"; + _bSelect.Size = new System.Drawing.Size(88, 24); + _bSelect.TabIndex = 0; + _bSelect.Text = "Select"; + _bSelect.UseVisualStyleBackColor = true; + _bSelect.Click += SelectClick; // // groupBox2 // - this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.groupBox2.Controls.Add(this.splitContainer6); - this.groupBox2.Location = new System.Drawing.Point(0, 94); - this.groupBox2.Name = "groupBox2"; - this.groupBox2.Size = new System.Drawing.Size(1176, 615); - this.groupBox2.TabIndex = 0; - this.groupBox2.TabStop = false; + groupBox2.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; + groupBox2.Controls.Add(splitContainer6); + groupBox2.Location = new System.Drawing.Point(0, 108); + groupBox2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + groupBox2.Name = "groupBox2"; + groupBox2.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3); + groupBox2.Size = new System.Drawing.Size(1372, 710); + groupBox2.TabIndex = 0; + groupBox2.TabStop = false; // // splitContainer6 // - this.splitContainer6.Dock = System.Windows.Forms.DockStyle.Fill; - this.splitContainer6.Location = new System.Drawing.Point(3, 16); - this.splitContainer6.Name = "splitContainer6"; - this.splitContainer6.Orientation = System.Windows.Forms.Orientation.Horizontal; + splitContainer6.Dock = System.Windows.Forms.DockStyle.Fill; + splitContainer6.Location = new System.Drawing.Point(4, 19); + splitContainer6.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + splitContainer6.Name = "splitContainer6"; + splitContainer6.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer6.Panel1 // - this.splitContainer6.Panel1.Controls.Add(this._lvDataList); + splitContainer6.Panel1.Controls.Add(_lvDataList); // // splitContainer6.Panel2 // - this.splitContainer6.Panel2.BackColor = System.Drawing.Color.WhiteSmoke; - this.splitContainer6.Panel2.Controls.Add(this._rtbSqlLog); - this.splitContainer6.Panel2.Controls.Add(this._bSqlToBase); - this.splitContainer6.Panel2.Controls.Add(this._bSqlSave); - this.splitContainer6.Size = new System.Drawing.Size(1170, 596); - this.splitContainer6.SplitterDistance = 307; - this.splitContainer6.TabIndex = 0; + splitContainer6.Panel2.BackColor = System.Drawing.Color.WhiteSmoke; + splitContainer6.Panel2.Controls.Add(_rtbSqlLog); + splitContainer6.Panel2.Controls.Add(_bSqlToBase); + splitContainer6.Panel2.Controls.Add(_bSqlSave); + splitContainer6.Size = new System.Drawing.Size(1364, 688); + splitContainer6.SplitterDistance = 354; + splitContainer6.SplitterWidth = 5; + splitContainer6.TabIndex = 0; // // _lvDataList // - this._lvDataList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { - this.spellId, - this.spellname, - this.schoolmask, - this.spellfamilyname, - this.spellfamilymask0, - this.spellfamilymask1, - this.spellfamilymask2, - this.spellfamilymask3, - this.procflag, - this.procFlags2, - this.procSpellTypeMask, - this.procSpellPhaseMask, - this.procHitMask, - this.procAttributesMask, - this.procDisableEffectsMask, - this.ppmRate, - this.customchance, - this.cooldown, - this.procCharges}); - this._lvDataList.Dock = System.Windows.Forms.DockStyle.Fill; - this._lvDataList.FullRowSelect = true; - this._lvDataList.GridLines = true; - this._lvDataList.HideSelection = false; - this._lvDataList.Location = new System.Drawing.Point(0, 0); - this._lvDataList.MultiSelect = false; - this._lvDataList.Name = "_lvDataList"; - this._lvDataList.Size = new System.Drawing.Size(1170, 307); - this._lvDataList.TabIndex = 0; - this._lvDataList.UseCompatibleStateImageBehavior = false; - this._lvDataList.View = System.Windows.Forms.View.Details; - this._lvDataList.VirtualMode = true; - this._lvDataList.RetrieveVirtualItem += new System.Windows.Forms.RetrieveVirtualItemEventHandler(this.LvSqlDataRetrieveVirtualItem); - this._lvDataList.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SqlDataListKeyDown); - this._lvDataList.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.SqlDataListMouseDoubleClick); + _lvDataList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { spellId, spellname, schoolmask, spellfamilyname, spellfamilymask0, spellfamilymask1, spellfamilymask2, spellfamilymask3, procflag, procFlags2, procSpellTypeMask, procSpellPhaseMask, procHitMask, procAttributesMask, procDisableEffectsMask, ppmRate, customchance, cooldown, procCharges }); + _lvDataList.Dock = System.Windows.Forms.DockStyle.Fill; + _lvDataList.FullRowSelect = true; + _lvDataList.GridLines = true; + _lvDataList.Location = new System.Drawing.Point(0, 0); + _lvDataList.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _lvDataList.MultiSelect = false; + _lvDataList.Name = "_lvDataList"; + _lvDataList.Size = new System.Drawing.Size(1364, 354); + _lvDataList.TabIndex = 0; + _lvDataList.UseCompatibleStateImageBehavior = false; + _lvDataList.View = System.Windows.Forms.View.Details; + _lvDataList.VirtualMode = true; + _lvDataList.RetrieveVirtualItem += LvSqlDataRetrieveVirtualItem; + _lvDataList.KeyDown += SqlDataListKeyDown; + _lvDataList.MouseDoubleClick += SqlDataListMouseDoubleClick; // // spellId // - this.spellId.Text = "Spell ID"; - this.spellId.Width = 56; + spellId.Text = "Spell ID"; + spellId.Width = 56; // // spellname // - this.spellname.Text = "Spell Name"; - this.spellname.Width = 300; + spellname.Text = "Spell Name"; + spellname.Width = 300; // // schoolmask // - this.schoolmask.Text = "School Mask"; - this.schoolmask.Width = 78; + schoolmask.Text = "School Mask"; + schoolmask.Width = 78; // // spellfamilyname // - this.spellfamilyname.Text = "Spell Family"; - this.spellfamilyname.Width = 90; + spellfamilyname.Text = "Spell Family"; + spellfamilyname.Width = 90; // // spellfamilymask0 // - this.spellfamilymask0.Text = "Family Mask 0"; - this.spellfamilymask0.Width = 80; + spellfamilymask0.Text = "Family Mask 0"; + spellfamilymask0.Width = 80; // // spellfamilymask1 // - this.spellfamilymask1.Text = "Family Mask 1"; - this.spellfamilymask1.Width = 80; + spellfamilymask1.Text = "Family Mask 1"; + spellfamilymask1.Width = 80; // // spellfamilymask2 // - this.spellfamilymask2.Text = "Family Mask 2"; - this.spellfamilymask2.Width = 80; + spellfamilymask2.Text = "Family Mask 2"; + spellfamilymask2.Width = 80; // // spellfamilymask3 // - this.spellfamilymask3.Text = "Family Mask 3"; - this.spellfamilymask3.Width = 80; + spellfamilymask3.Text = "Family Mask 3"; + spellfamilymask3.Width = 80; // // procflag // - this.procflag.Text = "Proc Flags"; - this.procflag.Width = 80; + procflag.Text = "Proc Flags"; + procflag.Width = 80; // // procFlags2 // - this.procFlags2.Text = "Proc Flags 2"; - this.procFlags2.Width = 80; + procFlags2.Text = "Proc Flags 2"; + procFlags2.Width = 80; // // procSpellTypeMask // - this.procSpellTypeMask.Text = "Type Mask"; - this.procSpellTypeMask.Width = 80; + procSpellTypeMask.Text = "Type Mask"; + procSpellTypeMask.Width = 80; // // procSpellPhaseMask // - this.procSpellPhaseMask.Text = "Phase"; - this.procSpellPhaseMask.Width = 50; + procSpellPhaseMask.Text = "Phase"; + procSpellPhaseMask.Width = 50; // // procHitMask // - this.procHitMask.Text = "Hit Mask"; + procHitMask.Text = "Hit Mask"; // // procAttributesMask // - this.procAttributesMask.Text = "Attributes"; - this.procAttributesMask.Width = 140; + procAttributesMask.Text = "Attributes"; + procAttributesMask.Width = 140; // // procDisableEffectsMask // - this.procDisableEffectsMask.Text = "Disabled Effects"; - this.procDisableEffectsMask.Width = 80; + procDisableEffectsMask.Text = "Disabled Effects"; + procDisableEffectsMask.Width = 80; // // ppmRate // - this.ppmRate.Text = "PPM Rate"; - this.ppmRate.Width = 65; + ppmRate.Text = "PPM Rate"; + ppmRate.Width = 65; // // customchance // - this.customchance.Text = "Chance"; - this.customchance.Width = 55; + customchance.Text = "Chance"; + customchance.Width = 55; // // cooldown // - this.cooldown.Text = "Cooldown"; + cooldown.Text = "Cooldown"; // // procCharges // - this.procCharges.Text = "Charges"; - this.procCharges.Width = 55; + procCharges.Text = "Charges"; + procCharges.Width = 55; // // _rtbSqlLog // - this._rtbSqlLog.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this._rtbSqlLog.Location = new System.Drawing.Point(0, 32); - this._rtbSqlLog.Name = "_rtbSqlLog"; - this._rtbSqlLog.Size = new System.Drawing.Size(1170, 256); - this._rtbSqlLog.TabIndex = 3; - this._rtbSqlLog.Text = ""; + _rtbSqlLog.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; + _rtbSqlLog.Location = new System.Drawing.Point(0, 37); + _rtbSqlLog.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _rtbSqlLog.Name = "_rtbSqlLog"; + _rtbSqlLog.Size = new System.Drawing.Size(1363, 285); + _rtbSqlLog.TabIndex = 3; + _rtbSqlLog.Text = ""; // // _bSqlToBase // - this._bSqlToBase.Location = new System.Drawing.Point(84, 3); - this._bSqlToBase.Name = "_bSqlToBase"; - this._bSqlToBase.Size = new System.Drawing.Size(75, 23); - this._bSqlToBase.TabIndex = 2; - this._bSqlToBase.Text = "To DB"; - this._bSqlToBase.UseVisualStyleBackColor = true; - this._bSqlToBase.Click += new System.EventHandler(this.SqlToBaseClick); + _bSqlToBase.Location = new System.Drawing.Point(98, 3); + _bSqlToBase.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _bSqlToBase.Name = "_bSqlToBase"; + _bSqlToBase.Size = new System.Drawing.Size(88, 27); + _bSqlToBase.TabIndex = 2; + _bSqlToBase.Text = "To DB"; + _bSqlToBase.UseVisualStyleBackColor = true; + _bSqlToBase.Click += SqlToBaseClick; // // _bSqlSave // - this._bSqlSave.Location = new System.Drawing.Point(3, 3); - this._bSqlSave.Name = "_bSqlSave"; - this._bSqlSave.Size = new System.Drawing.Size(75, 23); - this._bSqlSave.TabIndex = 1; - this._bSqlSave.Text = "Save"; - this._bSqlSave.UseVisualStyleBackColor = true; - this._bSqlSave.Click += new System.EventHandler(this.SqlSaveClick); + _bSqlSave.Location = new System.Drawing.Point(4, 3); + _bSqlSave.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _bSqlSave.Name = "_bSqlSave"; + _bSqlSave.Size = new System.Drawing.Size(88, 27); + _bSqlSave.TabIndex = 1; + _bSqlSave.Text = "Save"; + _bSqlSave.UseVisualStyleBackColor = true; + _bSqlSave.Click += SqlSaveClick; // // _cbProcFlag // - this._cbProcFlag.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this._cbProcFlag.Appearance = System.Windows.Forms.Appearance.Button; - this._cbProcFlag.AutoSize = true; - this._cbProcFlag.Location = new System.Drawing.Point(1055, 1); - this._cbProcFlag.Name = "_cbProcFlag"; - this._cbProcFlag.Size = new System.Drawing.Size(59, 23); - this._cbProcFlag.TabIndex = 2; - this._cbProcFlag.Text = "ProcFlag"; - this._cbProcFlag.UseVisualStyleBackColor = true; - this._cbProcFlag.Visible = false; - this._cbProcFlag.CheckedChanged += new System.EventHandler(this.CbProcFlagCheckedChanged); + _cbProcFlag.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right; + _cbProcFlag.Appearance = System.Windows.Forms.Appearance.Button; + _cbProcFlag.AutoSize = true; + _cbProcFlag.Location = new System.Drawing.Point(1237, 1); + _cbProcFlag.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _cbProcFlag.Name = "_cbProcFlag"; + _cbProcFlag.Size = new System.Drawing.Size(63, 25); + _cbProcFlag.TabIndex = 2; + _cbProcFlag.Text = "ProcFlag"; + _cbProcFlag.UseVisualStyleBackColor = true; + _cbProcFlag.Visible = false; + _cbProcFlag.CheckedChanged += CbProcFlagCheckedChanged; // // _bWrite // - this._bWrite.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this._bWrite.Location = new System.Drawing.Point(998, 1); - this._bWrite.Name = "_bWrite"; - this._bWrite.Size = new System.Drawing.Size(51, 23); - this._bWrite.TabIndex = 3; - this._bWrite.Text = "Write"; - this._bWrite.UseVisualStyleBackColor = true; - this._bWrite.Visible = false; - this._bWrite.Click += new System.EventHandler(this.WriteClick); + _bWrite.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right; + _bWrite.Location = new System.Drawing.Point(1164, 1); + _bWrite.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _bWrite.Name = "_bWrite"; + _bWrite.Size = new System.Drawing.Size(59, 27); + _bWrite.TabIndex = 3; + _bWrite.Text = "Write"; + _bWrite.UseVisualStyleBackColor = true; + _bWrite.Visible = false; + _bWrite.Click += WriteClick; // // _bLevelScaling // - this._bLevelScaling.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this._bLevelScaling.Enabled = false; - this._bLevelScaling.Location = new System.Drawing.Point(1120, 1); - this._bLevelScaling.Name = "_bLevelScaling"; - this._bLevelScaling.Size = new System.Drawing.Size(60, 23); - this._bLevelScaling.TabIndex = 4; - this._bLevelScaling.Text = "Scaling"; - this._bLevelScaling.UseVisualStyleBackColor = true; - this._bLevelScaling.Click += new System.EventHandler(this.LevelScalingClick); + _bLevelScaling.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right; + _bLevelScaling.Location = new System.Drawing.Point(1307, 1); + _bLevelScaling.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + _bLevelScaling.Name = "_bLevelScaling"; + _bLevelScaling.Size = new System.Drawing.Size(70, 27); + _bLevelScaling.TabIndex = 4; + _bLevelScaling.Text = "Scaling"; + _bLevelScaling.UseVisualStyleBackColor = true; + _bLevelScaling.Click += LevelScalingClick; // // loadingProgressBar1 // - this.loadingProgressBar1.Location = new System.Drawing.Point(1076, 758); - this.loadingProgressBar1.Name = "loadingProgressBar1"; - this.loadingProgressBar1.Size = new System.Drawing.Size(100, 23); - this.loadingProgressBar1.Style = System.Windows.Forms.ProgressBarStyle.Continuous; - this.loadingProgressBar1.TabIndex = 5; + loadingProgressBar1.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right; + loadingProgressBar1.Location = new System.Drawing.Point(1260, 879); + loadingProgressBar1.Name = "loadingProgressBar1"; + loadingProgressBar1.Size = new System.Drawing.Size(100, 23); + loadingProgressBar1.Style = System.Windows.Forms.ProgressBarStyle.Continuous; + loadingProgressBar1.TabIndex = 5; // // loadingProgressLabel1 // - this.loadingProgressLabel1.AutoSize = true; - this.loadingProgressLabel1.Location = new System.Drawing.Point(986, 762); - this.loadingProgressLabel1.Name = "loadingProgressLabel1"; - this.loadingProgressLabel1.Size = new System.Drawing.Size(88, 13); - this.loadingProgressLabel1.TabIndex = 6; - this.loadingProgressLabel1.Text = "Loading progress"; + loadingProgressLabel1.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right; + loadingProgressLabel1.AutoSize = true; + loadingProgressLabel1.Location = new System.Drawing.Point(1160, 883); + loadingProgressLabel1.Name = "loadingProgressLabel1"; + loadingProgressLabel1.Size = new System.Drawing.Size(98, 15); + loadingProgressLabel1.TabIndex = 6; + loadingProgressLabel1.Text = "Loading progress"; // // FormMain // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(1184, 781); - this.Controls.Add(this.loadingProgressLabel1); - this.Controls.Add(this.loadingProgressBar1); - this.Controls.Add(this._bLevelScaling); - this.Controls.Add(this._bWrite); - this.Controls.Add(this._cbProcFlag); - this.Controls.Add(this.tabControl1); - this.Controls.Add(this.statusStrip1); - this.Controls.Add(this.menuStrip1); - this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); - this.MainMenuStrip = this.menuStrip1; - this.MinimumSize = new System.Drawing.Size(1200, 585); - this.Name = "FormMain"; - this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; - this.Text = "FormMain"; - this.Resize += new System.EventHandler(this.FormMainResize); - this.statusStrip1.ResumeLayout(false); - this.statusStrip1.PerformLayout(); - this.menuStrip1.ResumeLayout(false); - this.menuStrip1.PerformLayout(); - this.splitContainer7.Panel1.ResumeLayout(false); - this.splitContainer7.Panel2.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.splitContainer7)).EndInit(); - this.splitContainer7.ResumeLayout(false); - this.splitContainer8.Panel1.ResumeLayout(false); - this.splitContainer8.Panel1.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.splitContainer8)).EndInit(); - this.splitContainer8.ResumeLayout(false); - this._tpCompare.ResumeLayout(false); - this._scCompareRoot.Panel1.ResumeLayout(false); - this._scCompareRoot.Panel1.PerformLayout(); - this._scCompareRoot.Panel2.ResumeLayout(false); - this._scCompareRoot.Panel2.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this._scCompareRoot)).EndInit(); - this._scCompareRoot.ResumeLayout(false); - this._tpSpellInfo.ResumeLayout(false); - this.splitContainer1.Panel1.ResumeLayout(false); - this.splitContainer1.Panel2.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); - this.splitContainer1.ResumeLayout(false); - this.groupBox1.ResumeLayout(false); - this._gSpellFilter.ResumeLayout(false); - this._gbAdvansedSearch.ResumeLayout(false); - this._gbAdvansedSearch.PerformLayout(); - this.groupBox7.ResumeLayout(false); - this.groupBox7.PerformLayout(); - this.tabControl1.ResumeLayout(false); - this._tpSpellProcInfo.ResumeLayout(false); - this.splitContainer2.Panel1.ResumeLayout(false); - this.splitContainer2.Panel2.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit(); - this.splitContainer2.ResumeLayout(false); - this.splitContainer3.Panel1.ResumeLayout(false); - this.splitContainer3.Panel1.PerformLayout(); - this.splitContainer3.Panel2.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit(); - this.splitContainer3.ResumeLayout(false); - this._gProcAttributes.ResumeLayout(false); - this._gProcFlags.ResumeLayout(false); - this._gProcHitMask.ResumeLayout(false); - this._gSpellProcEvent.ResumeLayout(false); - this._gSpellProcEvent.PerformLayout(); - this._gProcSpellSchools.ResumeLayout(false); - this._gProcSpellTypeMask.ResumeLayout(false); - this._gProcSpellPhaseMask.ResumeLayout(false); - this.splitContainer4.Panel1.ResumeLayout(false); - this.splitContainer4.Panel2.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).EndInit(); - this.splitContainer4.ResumeLayout(false); - this.splitContainer5.Panel1.ResumeLayout(false); - this.splitContainer5.Panel2.ResumeLayout(false); - this.splitContainer5.Panel2.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.splitContainer5)).EndInit(); - this.splitContainer5.ResumeLayout(false); - this._tpSpellProcDB.ResumeLayout(false); - this.groupBox3.ResumeLayout(false); - this.groupBox3.PerformLayout(); - this.groupBox2.ResumeLayout(false); - this.splitContainer6.Panel1.ResumeLayout(false); - this.splitContainer6.Panel2.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.splitContainer6)).EndInit(); - this.splitContainer6.ResumeLayout(false); - this.ResumeLayout(false); - this.PerformLayout(); - + AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); + AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + ClientSize = new System.Drawing.Size(1381, 901); + Controls.Add(loadingProgressLabel1); + Controls.Add(loadingProgressBar1); + Controls.Add(_bLevelScaling); + Controls.Add(_bWrite); + Controls.Add(_cbProcFlag); + Controls.Add(tabControl1); + Controls.Add(statusStrip1); + Controls.Add(menuStrip1); + Icon = (System.Drawing.Icon)resources.GetObject("$this.Icon"); + MainMenuStrip = menuStrip1; + Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + MinimumSize = new System.Drawing.Size(1397, 669); + Name = "FormMain"; + StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; + Text = "FormMain"; + Resize += FormMainResize; + statusStrip1.ResumeLayout(false); + statusStrip1.PerformLayout(); + menuStrip1.ResumeLayout(false); + menuStrip1.PerformLayout(); + splitContainer7.Panel1.ResumeLayout(false); + splitContainer7.Panel2.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)splitContainer7).EndInit(); + splitContainer7.ResumeLayout(false); + splitContainer8.Panel1.ResumeLayout(false); + splitContainer8.Panel1.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)splitContainer8).EndInit(); + splitContainer8.ResumeLayout(false); + _tpCompare.ResumeLayout(false); + _scCompareRoot.Panel1.ResumeLayout(false); + _scCompareRoot.Panel1.PerformLayout(); + _scCompareRoot.Panel2.ResumeLayout(false); + _scCompareRoot.Panel2.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)_scCompareRoot).EndInit(); + _scCompareRoot.ResumeLayout(false); + _tpSpellInfo.ResumeLayout(false); + splitContainer1.Panel1.ResumeLayout(false); + splitContainer1.Panel2.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)splitContainer1).EndInit(); + splitContainer1.ResumeLayout(false); + groupBox1.ResumeLayout(false); + _gSpellFilter.ResumeLayout(false); + _gbAdvansedSearch.ResumeLayout(false); + _gbAdvansedSearch.PerformLayout(); + groupBox7.ResumeLayout(false); + groupBox7.PerformLayout(); + tabControl1.ResumeLayout(false); + _tpSpellProcInfo.ResumeLayout(false); + splitContainer2.Panel1.ResumeLayout(false); + splitContainer2.Panel2.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)splitContainer2).EndInit(); + splitContainer2.ResumeLayout(false); + splitContainer3.Panel1.ResumeLayout(false); + splitContainer3.Panel1.PerformLayout(); + splitContainer3.Panel2.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)splitContainer3).EndInit(); + splitContainer3.ResumeLayout(false); + _gProcAttributes.ResumeLayout(false); + _gProcFlags.ResumeLayout(false); + _gProcHitMask.ResumeLayout(false); + _gSpellProcEvent.ResumeLayout(false); + _gSpellProcEvent.PerformLayout(); + _gProcSpellSchools.ResumeLayout(false); + _gProcSpellTypeMask.ResumeLayout(false); + _gProcSpellPhaseMask.ResumeLayout(false); + splitContainer4.Panel1.ResumeLayout(false); + splitContainer4.Panel2.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)splitContainer4).EndInit(); + splitContainer4.ResumeLayout(false); + splitContainer5.Panel1.ResumeLayout(false); + splitContainer5.Panel2.ResumeLayout(false); + splitContainer5.Panel2.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)splitContainer5).EndInit(); + splitContainer5.ResumeLayout(false); + _tpSpellProcDB.ResumeLayout(false); + groupBox3.ResumeLayout(false); + groupBox3.PerformLayout(); + groupBox2.ResumeLayout(false); + splitContainer6.Panel1.ResumeLayout(false); + splitContainer6.Panel2.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)splitContainer6).EndInit(); + splitContainer6.ResumeLayout(false); + ResumeLayout(false); + PerformLayout(); } private System.Windows.Forms.StatusStrip statusStrip1; diff --git a/SpellWork/Forms/FormMain.resx b/SpellWork/Forms/FormMain.resx index cdfd842c..48131840 100644 --- a/SpellWork/Forms/FormMain.resx +++ b/SpellWork/Forms/FormMain.resx @@ -1,17 +1,17 @@ - @@ -128,67 +128,70 @@ - AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w - LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0 - ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAAY - DQAAAk1TRnQBSQFMAgEBBgEAAZQBAQGUAQEBEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo - AwABQAMAASADAAEBAQABCAYAAQgYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA - AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5 - AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA - AWYDAAGZAwABzAIAATMDAAIzAgABMwFmAgABMwGZAgABMwHMAgABMwH/AgABZgMAAWYBMwIAAmYCAAFm - AZkCAAFmAcwCAAFmAf8CAAGZAwABmQEzAgABmQFmAgACmQIAAZkBzAIAAZkB/wIAAcwDAAHMATMCAAHM - AWYCAAHMAZkCAALMAgABzAH/AgAB/wFmAgAB/wGZAgAB/wHMAQABMwH/AgAB/wEAATMBAAEzAQABZgEA - ATMBAAGZAQABMwEAAcwBAAEzAQAB/wEAAf8BMwIAAzMBAAIzAWYBAAIzAZkBAAIzAcwBAAIzAf8BAAEz - AWYCAAEzAWYBMwEAATMCZgEAATMBZgGZAQABMwFmAcwBAAEzAWYB/wEAATMBmQIAATMBmQEzAQABMwGZ - AWYBAAEzApkBAAEzAZkBzAEAATMBmQH/AQABMwHMAgABMwHMATMBAAEzAcwBZgEAATMBzAGZAQABMwLM - AQABMwHMAf8BAAEzAf8BMwEAATMB/wFmAQABMwH/AZkBAAEzAf8BzAEAATMC/wEAAWYDAAFmAQABMwEA - AWYBAAFmAQABZgEAAZkBAAFmAQABzAEAAWYBAAH/AQABZgEzAgABZgIzAQABZgEzAWYBAAFmATMBmQEA - AWYBMwHMAQABZgEzAf8BAAJmAgACZgEzAQADZgEAAmYBmQEAAmYBzAEAAWYBmQIAAWYBmQEzAQABZgGZ - AWYBAAFmApkBAAFmAZkBzAEAAWYBmQH/AQABZgHMAgABZgHMATMBAAFmAcwBmQEAAWYCzAEAAWYBzAH/ - AQABZgH/AgABZgH/ATMBAAFmAf8BmQEAAWYB/wHMAQABzAEAAf8BAAH/AQABzAEAApkCAAGZATMBmQEA - AZkBAAGZAQABmQEAAcwBAAGZAwABmQIzAQABmQEAAWYBAAGZATMBzAEAAZkBAAH/AQABmQFmAgABmQFm - ATMBAAGZATMBZgEAAZkBZgGZAQABmQFmAcwBAAGZATMB/wEAApkBMwEAApkBZgEAA5kBAAKZAcwBAAKZ - Af8BAAGZAcwCAAGZAcwBMwEAAWYBzAFmAQABmQHMAZkBAAGZAswBAAGZAcwB/wEAAZkB/wIAAZkB/wEz - AQABmQHMAWYBAAGZAf8BmQEAAZkB/wHMAQABmQL/AQABzAMAAZkBAAEzAQABzAEAAWYBAAHMAQABmQEA - AcwBAAHMAQABmQEzAgABzAIzAQABzAEzAWYBAAHMATMBmQEAAcwBMwHMAQABzAEzAf8BAAHMAWYCAAHM - AWYBMwEAAZkCZgEAAcwBZgGZAQABzAFmAcwBAAGZAWYB/wEAAcwBmQIAAcwBmQEzAQABzAGZAWYBAAHM - ApkBAAHMAZkBzAEAAcwBmQH/AQACzAIAAswBMwEAAswBZgEAAswBmQEAA8wBAALMAf8BAAHMAf8CAAHM - Af8BMwEAAZkB/wFmAQABzAH/AZkBAAHMAf8BzAEAAcwC/wEAAcwBAAEzAQAB/wEAAWYBAAH/AQABmQEA - AcwBMwIAAf8CMwEAAf8BMwFmAQAB/wEzAZkBAAH/ATMBzAEAAf8BMwH/AQAB/wFmAgAB/wFmATMBAAHM - AmYBAAH/AWYBmQEAAf8BZgHMAQABzAFmAf8BAAH/AZkCAAH/AZkBMwEAAf8BmQFmAQAB/wKZAQAB/wGZ - AcwBAAH/AZkB/wEAAf8BzAIAAf8BzAEzAQAB/wHMAWYBAAH/AcwBmQEAAf8CzAEAAf8BzAH/AQAC/wEz - AQABzAH/AWYBAAL/AZkBAAL/AcwBAAJmAf8BAAFmAf8BZgEAAWYC/wEAAf8CZgEAAf8BZgH/AQAC/wFm - AQABIQEAAaUBAANfAQADdwEAA4YBAAOWAQADywEAA7IBAAPXAQAD3QEAA+MBAAPqAQAD8QEAA/gBAAHw - AfsB/wEAAaQCoAEAA4ADAAH/AgAB/wMAAv8BAAH/AwAB/wEAAf8BAAL/AgAD/wgAApg+AAGYAXcBmD0A - AZgCdwGYPAABmAF3AZ0BdwGYNAABnQh3Ap0BdwGYMwABdwLkB8ACnQF3AZgCABAWIAABdwGXAZ0IwAGd - AcABdwGYAQAQICAAAXcBlwOdB8ABnQHAAXcBmAIgDUcBICAAAXEClwOdCMABdwGYAiANRwEgIAABcQGX - AXcBlwOdBsABdwGdAQAQICAAAXEBlwF3A5cC5ATAAXcBnQIAEBYgAAGRA3EFdwLAAXcBnToAAZgBdwHk - AXcBnTsAAZgCdwGdPAABmAF3AZ09AAHvAZ07AAG8AbQBiwKGAYsBtAG8CAAB8AGXAU8BmAoAAfABbwHv - BgABBwFvAbwHAAHvBE8BmAgAAbQBhgatAYYBtAcAApcBfQFWAQcIAAHwAW8CRgHvBAABBwFFAUYBbgG8 - BgABmARWAZgHAAGuBK0CtAHHAacCrQGuBQABlwFWAn0BeAGXBwAB8AFvAUYBbwHjAUYB7wIAAQcBRQEX - AkYBbgG8BQABmAFWAlUBVgGYBgABtAGtAeYDrQL/Aa0CxwKtAbQCAAHwAZcBVgR9AVYBmAYAAW8BRgJv - ARYB4wFGAe8BBwFGAW8ERgFvBQABmAJWAVUBVgGYBQABvAGGAdUB5gKtAc8C/wGtA8cBrQGGAbwB8AGX - AVYCeAR9AU8BvAUAAQcBRgJvAhYB4wJGAW8DRgEXAUUBBwUAAZgEVgGYBQABtAGtA+YBzgG0Av8CrQLH - AacBrQG0AZcBVgKXAX0BVQFWAn0BVgGYBgABBwFGAW8DFgLjAW8CRgEXAUUBBwEABZgBlwFWAZcCVgGX - BJgB7wGLAs8D5gG0Av8DrQLHAa0BiwFWAXgBlwF4AVUBBwGXAXgB5AF4AVUBBwYAAQcBRgHjAxYCbwFG - ARcBRgEHAgABVQWXAX0ClwF4BVYBTwGGAq0BzwLmAbQC/wHPA60BxwGtAYYBlwFWAXgBVQEHAQABBwFW - AX0BlwF4AZcB8AYAAQcBRgHjAhYDbwFGAQcDAAFVAXgBlwV9AeQClwJWAVUBVgFPAYYDrQHPAeYBtAL/ - AbQFrQGGAbwBmAGXAbwDAASXAVYBmAYAAQcBRgHjAhYDbwFGAe8DAAFVAXgClwF4BH0B5AKXA1YBTwGL - BK0CzwL0Ac8FrQGLBwABvAFVAXgCVgFVAQcEAAEHAUYB4wMWAm8BRgEXAUYB7wIAAVUCVgOXBH0BlwRW - AU8BtAGtAacErQHPAbQC5gStAbQIAAHvAVYBlwJWAVUBvAIAAQcBRgFvAxYC4wFvAkYBFwFGAe8BAAWY - ApcCfQKXBZgBvAGGAa0BpwKtAc8C/wG0AuYCrQGGAbwJAAGXBFYBlwEAAQcBRgJvAhYB4wJGAW8DRgEX - AUYB7wUAAZgBlwF4AX0BlwGYBgABtAGtA6cBzwL/AbQC5gHVAa0BtAoAAfABlwRWAZgBbwFGAm8BFgHj - AUYCBwFGAW8ERgFvBQABmAFWA5cBmAYAAfABiwKtAqcCzwGtAc8B1QGtAYsB8AsAAbwBVQNWAVUB8ANv - AeMBRgEHAgABBwFGARcCRgFvAfAFAAGYAVYDlwGYBwAB8AG0AaYGrQGGAbQB8A0AAZgBVQJWAZcBAAHw - AW8CRgEHBAABBwJGAW8B8AYAAZgBVgJ4AZcBmAkAAQcBtAGLAoYBiwG0AQcQAAGYApcBvAIAAfABbwEH - BgABBwFvAfAHAAGYAVUCVgFVAZgFAAFCAU0BPgcAAT4DAAEoAwABQAMAASADAAEBAQABAQYAAQEWAAP/ - AQAB/gF/Av8EAAH+AT8C/wQAAf4BHwL/BAAB/gEPAv8FAAEHAv8FAAEDBwABARcAAQEHAAEDBwABBwL/ - BAAB/gEPAv8EAAH+AR8C/wQAAf4BPwL/BAAB/gF/Av8EAAHwAQ8B8AH/AccB4wH4AR8B4AEHAfABfwGD - AcEB+AEfAcABAwHgAX8BAQGAAfgBHwGAAQEBgAE/AgAB+AEfAwABHwIAAfgBHwMAAR8BgAEBBQABDwHA - AQMEAAEEAQcB4AEHBAABDgEHAeABBwQAAf4BAwHAAQMEAAH/AQEBgAEBBAAB/wGBAgAB+AEfAYABAQH/ - AYACAAH4AR8BgAEBAf8BwAEBAYAB+AEfAcABAwH/AeABgwHBAfgBHwHwAQ8B/wHwAccB4wH4AR8L + AAEAAAD/////AQAAAAAAAAAMAgAAAEZTeXN0ZW0uV2luZG93cy5Gb3JtcywgQ3VsdHVyZT1uZXV0cmFs + LCBQdWJsaWNLZXlUb2tlbj1iNzdhNWM1NjE5MzRlMDg5BQEAAAAmU3lzdGVtLldpbmRvd3MuRm9ybXMu + SW1hZ2VMaXN0U3RyZWFtZXIBAAAABERhdGEHAgIAAAAJAwAAAA8DAAAAGA0AAAJNU0Z0AUkBTAIBAQYB + AAHsAQEB7AEBARABAAEQAQAE/wEJAQAI/wFCAU0BNgEEBgABNgEEAgABKAMAAUADAAEgAwABAQEAAQgG + AAEIGAABgAIAAYADAAKAAQABgAMAAYABAAGAAQACgAIAA8ABAAHAAdwBwAEAAfABygGmAQABMwUAATMB + AAEzAQABMwEAAjMCAAMWAQADHAEAAyIBAAMpAQADVQEAA00BAANCAQADOQEAAYABfAH/AQACUAH/AQAB + kwEAAdYBAAH/AewBzAEAAcYB1gHvAQAB1gLnAQABkAGpAa0CAAH/ATMDAAFmAwABmQMAAcwCAAEzAwAC + MwIAATMBZgIAATMBmQIAATMBzAIAATMB/wIAAWYDAAFmATMCAAJmAgABZgGZAgABZgHMAgABZgH/AgAB + mQMAAZkBMwIAAZkBZgIAApkCAAGZAcwCAAGZAf8CAAHMAwABzAEzAgABzAFmAgABzAGZAgACzAIAAcwB + /wIAAf8BZgIAAf8BmQIAAf8BzAEAATMB/wIAAf8BAAEzAQABMwEAAWYBAAEzAQABmQEAATMBAAHMAQAB + MwEAAf8BAAH/ATMCAAMzAQACMwFmAQACMwGZAQACMwHMAQACMwH/AQABMwFmAgABMwFmATMBAAEzAmYB + AAEzAWYBmQEAATMBZgHMAQABMwFmAf8BAAEzAZkCAAEzAZkBMwEAATMBmQFmAQABMwKZAQABMwGZAcwB + AAEzAZkB/wEAATMBzAIAATMBzAEzAQABMwHMAWYBAAEzAcwBmQEAATMCzAEAATMBzAH/AQABMwH/ATMB + AAEzAf8BZgEAATMB/wGZAQABMwH/AcwBAAEzAv8BAAFmAwABZgEAATMBAAFmAQABZgEAAWYBAAGZAQAB + ZgEAAcwBAAFmAQAB/wEAAWYBMwIAAWYCMwEAAWYBMwFmAQABZgEzAZkBAAFmATMBzAEAAWYBMwH/AQAC + ZgIAAmYBMwEAA2YBAAJmAZkBAAJmAcwBAAFmAZkCAAFmAZkBMwEAAWYBmQFmAQABZgKZAQABZgGZAcwB + AAFmAZkB/wEAAWYBzAIAAWYBzAEzAQABZgHMAZkBAAFmAswBAAFmAcwB/wEAAWYB/wIAAWYB/wEzAQAB + ZgH/AZkBAAFmAf8BzAEAAcwBAAH/AQAB/wEAAcwBAAKZAgABmQEzAZkBAAGZAQABmQEAAZkBAAHMAQAB + mQMAAZkCMwEAAZkBAAFmAQABmQEzAcwBAAGZAQAB/wEAAZkBZgIAAZkBZgEzAQABmQEzAWYBAAGZAWYB + mQEAAZkBZgHMAQABmQEzAf8BAAKZATMBAAKZAWYBAAOZAQACmQHMAQACmQH/AQABmQHMAgABmQHMATMB + AAFmAcwBZgEAAZkBzAGZAQABmQLMAQABmQHMAf8BAAGZAf8CAAGZAf8BMwEAAZkBzAFmAQABmQH/AZkB + AAGZAf8BzAEAAZkC/wEAAcwDAAGZAQABMwEAAcwBAAFmAQABzAEAAZkBAAHMAQABzAEAAZkBMwIAAcwC + MwEAAcwBMwFmAQABzAEzAZkBAAHMATMBzAEAAcwBMwH/AQABzAFmAgABzAFmATMBAAGZAmYBAAHMAWYB + mQEAAcwBZgHMAQABmQFmAf8BAAHMAZkCAAHMAZkBMwEAAcwBmQFmAQABzAKZAQABzAGZAcwBAAHMAZkB + /wEAAswCAALMATMBAALMAWYBAALMAZkBAAPMAQACzAH/AQABzAH/AgABzAH/ATMBAAGZAf8BZgEAAcwB + /wGZAQABzAH/AcwBAAHMAv8BAAHMAQABMwEAAf8BAAFmAQAB/wEAAZkBAAHMATMCAAH/AjMBAAH/ATMB + ZgEAAf8BMwGZAQAB/wEzAcwBAAH/ATMB/wEAAf8BZgIAAf8BZgEzAQABzAJmAQAB/wFmAZkBAAH/AWYB + zAEAAcwBZgH/AQAB/wGZAgAB/wGZATMBAAH/AZkBZgEAAf8CmQEAAf8BmQHMAQAB/wGZAf8BAAH/AcwC + AAH/AcwBMwEAAf8BzAFmAQAB/wHMAZkBAAH/AswBAAH/AcwB/wEAAv8BMwEAAcwB/wFmAQAC/wGZAQAC + /wHMAQACZgH/AQABZgH/AWYBAAFmAv8BAAH/AmYBAAH/AWYB/wEAAv8BZgEAASEBAAGlAQADXwEAA3cB + AAOGAQADlgEAA8sBAAOyAQAD1wEAA90BAAPjAQAD6gEAA/EBAAP4AQAB8AH7Af8BAAGkAqABAAOAAwAB + /wIAAf8DAAL/AQAB/wMAAf8BAAH/AQAC/wIAA/8IAAKYPgABmAF3AZg9AAGYAncBmDwAAZgBdwGdAXcB + mDQAAZ0IdwKdAXcBmDMAAXcC5AfAAp0BdwGYAgAQFiAAAXcBlwGdCMABnQHAAXcBmAEAECAgAAF3AZcD + nQfAAZ0BwAF3AZgCIA1HASAgAAFxApcDnQjAAXcBmAIgDUcBICAAAXEBlwF3AZcDnQbAAXcBnQEAECAg + AAFxAZcBdwOXAuQEwAF3AZ0CABAWIAABkQNxBXcCwAF3AZ06AAGYAXcB5AF3AZ07AAGYAncBnTwAAZgB + dwGdPQAB7wGdOwABvAG0AYsChgGLAbQBvAgAAfABlwFPAZgKAAHwAW8B7wYAAQcBbwG8BwAB7wRPAZgI + AAG0AYYGrQGGAbQHAAKXAX0BVgEHCAAB8AFvAkYB7wQAAQcBRQFGAW4BvAYAAZgEVgGYBwABrgStArQB + xwGnAq0BrgUAAZcBVgJ9AXgBlwcAAfABbwFGAW8B4wFGAe8CAAEHAUUBFwJGAW4BvAUAAZgBVgJVAVYB + mAYAAbQBrQHmA60C/wGtAscCrQG0AgAB8AGXAVYEfQFWAZgGAAFvAUYCbwEWAeMBRgHvAQcBRgFvBEYB + bwUAAZgCVgFVAVYBmAUAAbwBhgHVAeYCrQHPAv8BrQPHAa0BhgG8AfABlwFWAngEfQFPAbwFAAEHAUYC + bwIWAeMCRgFvA0YBFwFFAQcFAAGYBFYBmAUAAbQBrQPmAc4BtAL/Aq0CxwGnAa0BtAGXAVYClwF9AVUB + VgJ9AVYBmAYAAQcBRgFvAxYC4wFvAkYBFwFFAQcBAAWYAZcBVgGXAlYBlwSYAe8BiwLPA+YBtAL/A60C + xwGtAYsBVgF4AZcBeAFVAQcBlwF4AeQBeAFVAQcGAAEHAUYB4wMWAm8BRgEXAUYBBwIAAVUFlwF9ApcB + eAVWAU8BhgKtAc8C5gG0Av8BzwOtAccBrQGGAZcBVgF4AVUBBwEAAQcBVgF9AZcBeAGXAfAGAAEHAUYB + 4wIWA28BRgEHAwABVQF4AZcFfQHkApcCVgFVAVYBTwGGA60BzwHmAbQC/wG0Ba0BhgG8AZgBlwG8AwAE + lwFWAZgGAAEHAUYB4wIWA28BRgHvAwABVQF4ApcBeAR9AeQClwNWAU8BiwStAs8C9AHPBa0BiwcAAbwB + VQF4AlYBVQEHBAABBwFGAeMDFgJvAUYBFwFGAe8CAAFVAlYDlwR9AZcEVgFPAbQBrQGnBK0BzwG0AuYE + rQG0CAAB7wFWAZcCVgFVAbwCAAEHAUYBbwMWAuMBbwJGARcBRgHvAQAFmAKXAn0ClwWYAbwBhgGtAacC + rQHPAv8BtALmAq0BhgG8CQABlwRWAZcBAAEHAUYCbwIWAeMCRgFvA0YBFwFGAe8FAAGYAZcBeAF9AZcB + mAYAAbQBrQOnAc8C/wG0AuYB1QGtAbQKAAHwAZcEVgGYAW8BRgJvARYB4wFGAgcBRgFvBEYBbwUAAZgB + VgOXAZgGAAHwAYsCrQKnAs8BrQHPAdUBrQGLAfALAAG8AVUDVgFVAfADbwHjAUYBBwIAAQcBRgEXAkYB + bwHwBQABmAFWA5cBmAcAAfABtAGmBq0BhgG0AfANAAGYAVUCVgGXAQAB8AFvAkYBBwQAAQcCRgFvAfAG + AAGYAVYCeAGXAZgJAAEHAbQBiwKGAYsBtAEHEAABmAKXAbwCAAHwAW8BBwYAAQcBbwHwBwABmAFVAlYB + VQGYBQABQgFNAT4HAAE+AwABKAMAAUADAAEgAwABAQEAAQEGAAEBFgAD/wEAAf4BfwL/BAAB/gE/Av8E + AAH+AR8C/wQAAf4BDwL/BQABBwL/BQABAwcAAQEXAAEBBwABAwcAAQcC/wQAAf4BDwL/BAAB/gEfAv8E + AAH+AT8C/wQAAf4BfwL/BAAB8AEPAfAB/wHHAeMB+AEfAeABBwHwAX8BgwHBAfgBHwHAAQMB4AF/AQEB + gAH4AR8BgAEBAYABPwIAAfgBHwMAAR8CAAH4AR8DAAEfAYABAQUAAQ8BwAEDBAABBAEHAeABBwQAAQ4B + BwHgAQcEAAH+AQMBwAEDBAAB/wEBAYABAQQAAf8BgQIAAfgBHwGAAQEB/wGAAgAB+AEfAYABAQH/AcAB + AQGAAfgBHwHAAQMB/wHgAYMBwQH4AR8B8AEPAf8B8AHHAeMB+AEfCw== + + 92 + diff --git a/SpellWork/Properties/AssemblyInfo.cs b/SpellWork/Properties/AssemblyInfo.cs deleted file mode 100644 index 4b638413..00000000 --- a/SpellWork/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,38 +0,0 @@ -using System.Reflection; -using System.Resources; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SpellWork")] -[assembly: AssemblyDescription("SpellWork")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Trinity")] -[assembly: AssemblyProduct("SpellWork")] -[assembly: AssemblyCopyright("Copyright © LordJZ and Konctantin 2010")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("1b72dfb9-3bde-4847-97ee-fd1f2502502d")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] -[assembly: NeutralResourcesLanguage("en-US")] - diff --git a/SpellWork/Properties/Resources.Designer.cs b/SpellWork/Properties/Resources.Designer.cs index 78c4af12..8413b602 100644 --- a/SpellWork/Properties/Resources.Designer.cs +++ b/SpellWork/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace SpellWork.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/SpellWork/SpellWork.csproj b/SpellWork/SpellWork.csproj index 63e7fc23..08520a96 100644 --- a/SpellWork/SpellWork.csproj +++ b/SpellWork/SpellWork.csproj @@ -1,277 +1,39 @@ - - + - Debug - AnyCPU - 9.0.30729 - 2.0 - {49A3559B-529A-4406-824B-F7E2831DE1B2} + net8.0-windows WinExe - Properties - SpellWork - SpellWork - v4.8 - 512 New Icon.ico - false - false - - - 3.5 - - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - true - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - true - AllRules.ruleset - true - false - - - none - true - bin\Release\ - prompt - 4 - true - AllRules.ruleset - - - false - false - - - true + true + SpellWork + SpellWork + Trinity + SpellWork + Copyright © LordJZ and Konctantin 2010 + + + + + + 8.3.0 + + ..\packages\DBFileReaderLib.1.0.0.0\lib\DBFileReaderLib.dll - - - - 3.5 - - - 3.5 - - - - - - - Code - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Form - - - FormCalculateFlags.cs - - - Form - - - FormSearch.cs - - - Form - - - FormSettings.cs - - - Form - - - FormSpellScaling.cs - - - - - - - - - - - - - Form - - - FormMain.cs - - - - - - - FormCalculateFlags.cs - - - FormSearch.cs - - - FormMain.cs - Designer - - - FormSettings.cs - - - FormSpellScaling.cs - - - ResXFileCodeGenerator - Resources.Designer.cs - Designer - - - True - Resources.resx + True - - - PreserveNewest - Designer - - - PublicSettingsSingleFileGenerator - Settings.Designer.cs - - True - Settings.settings - True + Resources.resx - - - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 2.0 %28x86%29 - false - - - False - .NET Framework 3.0 %28x86%29 - false - - - False - .NET Framework 3.5 - true - - - False - .NET Framework 3.5 SP1 - false - - - False - Установщик Windows 3.1 - true - - - - - 8.0.27 - - - 5.0.0 - + + ResXFileCodeGenerator + Resources.Designer.cs + - - \ No newline at end of file diff --git a/appveyor.yml b/appveyor.yml index 9e1640e0..6af52083 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,11 +1,11 @@ version: 1.0.{build} -image: Visual Studio 2019 +image: Visual Studio 2022 configuration: - Debug - Release platform: Any CPU before_build: -- cmd: nuget restore +- cmd: dotnet restore build: verbosity: minimal artifacts: