This commit is contained in:
2014-10-22 04:23:12 +00:00
parent e0f388cbee
commit 95bad8bf10
6 changed files with 2676 additions and 1215 deletions

3
Form1.Designer.cs generated
View File

@@ -113,8 +113,11 @@
this.Controls.Add(this.lbReqCnt); this.Controls.Add(this.lbReqCnt);
this.Controls.Add(this.tbURL); this.Controls.Add(this.tbURL);
this.Controls.Add(this.Process); this.Controls.Add(this.Process);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Form1"; this.Name = "Form1";
this.Text = "Checker"; this.Text = "Checker";
this.Load += new System.EventHandler(this.Form1_Load);
this.Shown += new System.EventHandler(this.Form1_Shown);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
this.Resize += new System.EventHandler(this.Form1_Resize); this.Resize += new System.EventHandler(this.Form1_Resize);
this.ResumeLayout(false); this.ResumeLayout(false);

View File

@@ -44,6 +44,16 @@ namespace WebChecker
Log("=== App Launch ==="); Log("=== App Launch ===");
} }
private void Form1_Load(object sender, EventArgs e)
{
this.WindowState = FormWindowState.Minimized;
}
private void Form1_Shown(object sender, EventArgs e)
{
this.Hide();
}
void Alert(string message) void Alert(string message)
{ {
this.Show(); this.Show();

3874
Form1.resx

File diff suppressed because it is too large Load Diff

View File

@@ -12,6 +12,7 @@
<AssemblyName>WebChecker</AssemblyName> <AssemblyName>WebChecker</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment> <FileAlignment>512</FileAlignment>
<ApplicationIcon>internet-url-31211.ico</ApplicationIcon>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols> <DebugSymbols>true</DebugSymbols>
@@ -80,6 +81,9 @@
<DesignTimeSharedInput>True</DesignTimeSharedInput> <DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile> </Compile>
</ItemGroup> </ItemGroup>
<ItemGroup>
<Content Include="internet-url-31211.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets. Other similar extension points exist, see Microsoft.Common.targets.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 KiB

After

Width:  |  Height:  |  Size: 84 KiB

BIN
internet-url-31211.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB