diff --git a/Portscan/MAIN.Designer.cs b/Portscan/MAIN.Designer.cs index bbc60b7..9057820 100644 --- a/Portscan/MAIN.Designer.cs +++ b/Portscan/MAIN.Designer.cs @@ -30,26 +30,26 @@ private void InitializeComponent() { components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MAIN)); - hopeForm1 = new ReaLTaiizor.Forms.Form.Hope(); - IP = new ReaLTaiizor.Controls.LabelEdit.LabelEdit(); - DOMAIN = new ReaLTaiizor.Controls.TextBox.ForeverTextBox(); - TCP = new ReaLTaiizor.Controls.CheckBox.HopeCheckBox(); - UDP = new ReaLTaiizor.Controls.CheckBox.HopeCheckBox(); - PORT1L = new ReaLTaiizor.Controls.LabelEdit.LabelEdit(); - PORT2L = new ReaLTaiizor.Controls.LabelEdit.LabelEdit(); + hopeForm1 = new ReaLTaiizor.Forms.HopeForm(); + IP = new ReaLTaiizor.Controls.LabelEdit(); + DOMAIN = new ReaLTaiizor.Controls.ForeverTextBox(); + TCP = new ReaLTaiizor.Controls.HopeCheckBox(); + UDP = new ReaLTaiizor.Controls.HopeCheckBox(); + PORT1L = new ReaLTaiizor.Controls.LabelEdit(); + PORT2L = new ReaLTaiizor.Controls.LabelEdit(); PORT2T = new System.Windows.Forms.MaskedTextBox(); PORT1T = new System.Windows.Forms.MaskedTextBox(); - SCAN = new ReaLTaiizor.Controls.Button.HopeButton(); - PTIME = new ReaLTaiizor.Controls.LabelEdit.LabelEdit(); + SCAN = new ReaLTaiizor.Controls.HopeButton(); + PTIME = new ReaLTaiizor.Controls.LabelEdit(); Scanner = new System.ComponentModel.BackgroundWorker(); Times = new System.Windows.Forms.Timer(components); - SFAST = new ReaLTaiizor.Controls.CheckBox.ForeverCheckBox(); - RESULT = new ReaLTaiizor.Controls.LabelEdit.LabelEdit(); - AOPC = new ReaLTaiizor.Controls.LabelEdit.LabelEdit(); - AOPL = new ReaLTaiizor.Controls.LabelEdit.LabelEdit(); - KOPC = new ReaLTaiizor.Controls.LabelEdit.LabelEdit(); - KOPL = new ReaLTaiizor.Controls.LabelEdit.LabelEdit(); - airSeparator1 = new ReaLTaiizor.Controls.Separator.AirSeparator(); + SFAST = new ReaLTaiizor.Controls.ForeverCheckBox(); + RESULT = new ReaLTaiizor.Controls.LabelEdit(); + AOPC = new ReaLTaiizor.Controls.LabelEdit(); + AOPL = new ReaLTaiizor.Controls.LabelEdit(); + KOPC = new ReaLTaiizor.Controls.LabelEdit(); + KOPL = new ReaLTaiizor.Controls.LabelEdit(); + airSeparator1 = new ReaLTaiizor.Controls.AirSeparator(); RCL = new System.Windows.Forms.ListBox(); ROL = new System.Windows.Forms.ListBox(); SuspendLayout(); @@ -272,11 +272,11 @@ private void InitializeComponent() SFAST.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(140)))), ((int)(((byte)(155))))); SFAST.Location = new System.Drawing.Point(24, 117); SFAST.Name = "SFAST"; - SFAST.Options = ReaLTaiizor.Controls.CheckBox.ForeverCheckBox._Options.Style1; + SFAST.Options = ReaLTaiizor.Controls.ForeverCheckBox._Options.Style1; SFAST.Size = new System.Drawing.Size(131, 22); SFAST.TabIndex = 21; SFAST.Text = "Super Fast Scan"; - SFAST.CheckedChanged += new ReaLTaiizor.Controls.CheckBox.ForeverCheckBox.CheckedChangedEventHandler(SFAST_CheckedChanged); + SFAST.CheckedChanged += new ReaLTaiizor.Controls.ForeverCheckBox.CheckedChangedEventHandler(SFAST_CheckedChanged); // // RESULT // @@ -431,26 +431,26 @@ private void InitializeComponent() #endregion - private ReaLTaiizor.Forms.Form.Hope hopeForm1; - private ReaLTaiizor.Controls.LabelEdit.LabelEdit IP; - private ReaLTaiizor.Controls.TextBox.ForeverTextBox DOMAIN; - private ReaLTaiizor.Controls.CheckBox.HopeCheckBox TCP; - private ReaLTaiizor.Controls.CheckBox.HopeCheckBox UDP; - private ReaLTaiizor.Controls.LabelEdit.LabelEdit PORT1L; - private ReaLTaiizor.Controls.LabelEdit.LabelEdit PORT2L; + private ReaLTaiizor.Forms.HopeForm hopeForm1; + private ReaLTaiizor.Controls.LabelEdit IP; + private ReaLTaiizor.Controls.ForeverTextBox DOMAIN; + private ReaLTaiizor.Controls.HopeCheckBox TCP; + private ReaLTaiizor.Controls.HopeCheckBox UDP; + private ReaLTaiizor.Controls.LabelEdit PORT1L; + private ReaLTaiizor.Controls.LabelEdit PORT2L; private System.Windows.Forms.MaskedTextBox PORT2T; private System.Windows.Forms.MaskedTextBox PORT1T; - private ReaLTaiizor.Controls.Button.HopeButton SCAN; - private ReaLTaiizor.Controls.LabelEdit.LabelEdit PTIME; + private ReaLTaiizor.Controls.HopeButton SCAN; + private ReaLTaiizor.Controls.LabelEdit PTIME; private System.ComponentModel.BackgroundWorker Scanner; private System.Windows.Forms.Timer Times; - private ReaLTaiizor.Controls.CheckBox.ForeverCheckBox SFAST; - private ReaLTaiizor.Controls.LabelEdit.LabelEdit RESULT; - private ReaLTaiizor.Controls.LabelEdit.LabelEdit AOPC; - private ReaLTaiizor.Controls.LabelEdit.LabelEdit AOPL; - private ReaLTaiizor.Controls.LabelEdit.LabelEdit KOPC; - private ReaLTaiizor.Controls.LabelEdit.LabelEdit KOPL; - private ReaLTaiizor.Controls.Separator.AirSeparator airSeparator1; + private ReaLTaiizor.Controls.ForeverCheckBox SFAST; + private ReaLTaiizor.Controls.LabelEdit RESULT; + private ReaLTaiizor.Controls.LabelEdit AOPC; + private ReaLTaiizor.Controls.LabelEdit AOPL; + private ReaLTaiizor.Controls.LabelEdit KOPC; + private ReaLTaiizor.Controls.LabelEdit KOPL; + private ReaLTaiizor.Controls.AirSeparator airSeparator1; public System.Windows.Forms.ListBox RCL; public System.Windows.Forms.ListBox ROL; } diff --git a/Portscan/MAIN.cs b/Portscan/MAIN.cs index ab1eb17..6aafd5b 100644 --- a/Portscan/MAIN.cs +++ b/Portscan/MAIN.cs @@ -2,10 +2,10 @@ using System.Drawing; using ReaLTaiizor.Utils; using System.Net.Sockets; +using ReaLTaiizor.Controls; using System.Windows.Forms; using System.ComponentModel; using System.Threading.Tasks; -using ReaLTaiizor.Controls.StatusBar; namespace Portscan { diff --git a/Portscan/Portscan.csproj b/Portscan/Portscan.csproj index 710c5e0..729ec0b 100644 --- a/Portscan/Portscan.csproj +++ b/Portscan/Portscan.csproj @@ -41,8 +41,8 @@ - - ..\packages\ReaLTaiizor.3.7.7.7\lib\net48\ReaLTaiizor.dll + + ..\packages\ReaLTaiizor.3.7.7.8\lib\net48\ReaLTaiizor.dll diff --git a/Portscan/bin/Release/Portscan.exe b/Portscan/bin/Release/Portscan.exe index 4bbfe1f..320530b 100644 Binary files a/Portscan/bin/Release/Portscan.exe and b/Portscan/bin/Release/Portscan.exe differ diff --git a/Portscan/bin/Release/Portscan.pdb b/Portscan/bin/Release/Portscan.pdb index 249b832..f8807f5 100644 Binary files a/Portscan/bin/Release/Portscan.pdb and b/Portscan/bin/Release/Portscan.pdb differ diff --git a/Portscan/bin/Release/ReaLTaiizor.dll b/Portscan/bin/Release/ReaLTaiizor.dll index ddb12ae..ebf3ff6 100644 Binary files a/Portscan/bin/Release/ReaLTaiizor.dll and b/Portscan/bin/Release/ReaLTaiizor.dll differ diff --git a/Portscan/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache b/Portscan/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache index 2865514..4e41ec6 100644 Binary files a/Portscan/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache and b/Portscan/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/Portscan/obj/Release/Portscan.csproj.CoreCompileInputs.cache b/Portscan/obj/Release/Portscan.csproj.CoreCompileInputs.cache index 813cdb6..aad4c73 100644 --- a/Portscan/obj/Release/Portscan.csproj.CoreCompileInputs.cache +++ b/Portscan/obj/Release/Portscan.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -4d7b67b3a448e709532a53f350f16dd6cc853038 +d8ea72655868faeccf12bab5ebfab9bf09a3ea5b diff --git a/Portscan/obj/Release/Portscan.csprojAssemblyReference.cache b/Portscan/obj/Release/Portscan.csprojAssemblyReference.cache index bd58aa9..bfed57c 100644 Binary files a/Portscan/obj/Release/Portscan.csprojAssemblyReference.cache and b/Portscan/obj/Release/Portscan.csprojAssemblyReference.cache differ diff --git a/Portscan/obj/Release/Portscan.exe b/Portscan/obj/Release/Portscan.exe index 4bbfe1f..320530b 100644 Binary files a/Portscan/obj/Release/Portscan.exe and b/Portscan/obj/Release/Portscan.exe differ diff --git a/Portscan/obj/Release/Portscan.pdb b/Portscan/obj/Release/Portscan.pdb index 249b832..f8807f5 100644 Binary files a/Portscan/obj/Release/Portscan.pdb and b/Portscan/obj/Release/Portscan.pdb differ