using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace LibraryLogin
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void Form1_Load(object sender, EventArgs e)
{
this.FormBorderStyle = FormBorderStyle.None;
this.pictureBox4.Parent = this.pictureBox1;
this.pictureBox4.BackColor = Color.Transparent;
this.textBox1.Text = "请输入QQ号";
this.textBox1.ForeColor = Color.Gray;
}
private void pictureBox1_Click(object sender, EventArgs e)
{
}
private void pictureBox2_MouseEnter(object sender, EventArgs e)
{
this.pictureBox2.BackColor = Color.LightBlue;
}
private void pictureBox2_MouseLeave(object sender, EventArgs e)
{
this.pictureBox2.BackColor = Color.White;
}
private void pictureBox3_MouseEnter(object sender, EventArgs e)
{
this.pictureBox3.Image = Properties.Resources.corner_right_hover;
}
private void pictureBox3_MouseLeave(object sender, EventArgs e)
{
this.pictureBox3.Image = Properties.Resources.corner_right_normal_breath;
}
private void linkLabel2_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
}
private void pictureBox6_MouseEnter(object sender, EventArgs e)
{
this.pictureBox6.BackColor = Color.LightBlue;
}
private void pictureBox6_MouseLeave(object sender, EventArgs e)
{
this.pictureBox6.BackColor = Color.White;
}
private void textBox1_Click(object sender, EventArgs e)
{
this.textBox1.SelectAll();
this.ForeColor = Color.Black;
}
private void pictureBox7_MouseEnter(object sender, EventArgs e)
{
this.pictureBox7.BackColor = Color.LightBlue;
}
private void pictureBox7_MouseLeave(object sender, EventArgs e)
{
this.pictureBox7.BackColor = Color.White;
}
}
}
资源文件列表
QQlogin/LibraryLogin/App.config , 187
QQlogin/LibraryLogin/bin/Debug/LibraryLogin.exe , 3260416
QQlogin/LibraryLogin/bin/Debug/LibraryLogin.exe.config , 187
QQlogin/LibraryLogin/bin/Debug/LibraryLogin.pdb , 36352
QQlogin/LibraryLogin/bin/Debug/LibraryLogin.vshost.exe , 24224
QQlogin/LibraryLogin/bin/Debug/LibraryLogin.vshost.exe.config , 187
QQlogin/LibraryLogin/bin/Debug/LibraryLogin.vshost.exe.manifest , 490
QQlogin/LibraryLogin/Form1.cs , 2465
QQlogin/LibraryLogin/Form1.Designer.cs , 12931
QQlogin/LibraryLogin/Form1.resx , 5817
QQlogin/LibraryLogin/LibraryLogin.csproj , 4756
QQlogin/LibraryLogin/obj/Debug/DesignTimeResolveAssemblyReferences.cache , 1453
QQlogin/LibraryLogin/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache , 8278
QQlogin/LibraryLogin/obj/Debug/LibraryLogin.csproj.FileListAbsolute.txt , 2091
QQlogin/LibraryLogin/obj/Debug/LibraryLogin.csproj.GenerateResource.Cache , 1496
QQlogin/LibraryLogin/obj/Debug/LibraryLogin.csprojResolveAssemblyReference.cache , 2211
QQlogin/LibraryLogin/obj/Debug/LibraryLogin.exe , 3260416
QQlogin/LibraryLogin/obj/Debug/LibraryLogin.Form1.resources , 180
QQlogin/LibraryLogin/obj/Debug/LibraryLogin.pdb , 36352
QQlogin/LibraryLogin/obj/Debug/LibraryLogin.Properties.Resources.resources , 3246297
QQlogin/LibraryLogin/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs , 0
QQlogin/LibraryLogin/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs , 0
QQlogin/LibraryLogin/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs , 0
QQlogin/LibraryLogin/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll , 6144
QQlogin/LibraryLogin/Program.cs , 524
QQlogin/LibraryLogin/Properties/AssemblyInfo.cs , 1348
QQlogin/LibraryLogin/Properties/Resources.Designer.cs , 7092
QQlogin/LibraryLogin/Properties/Resources.resx , 8777
QQlogin/LibraryLogin/Properties/Settings.Designer.cs , 1099
QQlogin/LibraryLogin/Properties/Settings.settings , 249
QQlogin/LibraryLogin/Resources/back.gif , 3161074
QQlogin/LibraryLogin/Resources/checkbox_tick_highlight1.png , 176
QQlogin/LibraryLogin/Resources/corner_right_hover.png , 212
QQlogin/LibraryLogin/Resources/corner_right_normal_breath.png , 212
QQlogin/LibraryLogin/Resources/corner_right_normal_down.png , 212
QQlogin/LibraryLogin/Resources/logo-banner.png , 5700
QQlogin/LibraryLogin/Resources/图层 2.png , 2446
QQlogin/LibraryLogin/Resources/库里头像.jpg , 14680
QQlogin/LibraryLogin.sln , 1005
QQlogin/LibraryLogin.v12.suo , 36352
QQlogin/read me.txt , 73
