This commit is contained in:
3
Form1.Designer.cs
generated
3
Form1.Designer.cs
generated
@@ -113,8 +113,11 @@
|
||||
this.Controls.Add(this.lbReqCnt);
|
||||
this.Controls.Add(this.tbURL);
|
||||
this.Controls.Add(this.Process);
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.Name = "Form1";
|
||||
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.Resize += new System.EventHandler(this.Form1_Resize);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
10
Form1.cs
10
Form1.cs
@@ -44,6 +44,16 @@ namespace WebChecker
|
||||
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)
|
||||
{
|
||||
this.Show();
|
||||
|
||||
3874
Form1.resx
3874
Form1.resx
File diff suppressed because it is too large
Load Diff
@@ -12,6 +12,7 @@
|
||||
<AssemblyName>WebChecker</AssemblyName>
|
||||
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<ApplicationIcon>internet-url-31211.ico</ApplicationIcon>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
@@ -80,6 +81,9 @@
|
||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="internet-url-31211.ico" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<!-- 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.
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 84 KiB |
BIN
internet-url-31211.png
Normal file
BIN
internet-url-31211.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 61 KiB |
Reference in New Issue
Block a user