短信投票功能 短信猫
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void Form1_Load(object sender, EventArgs e)
{
}
private void 投票设置ToolStripMenuItem_Click(object sender, EventArgs e)
{
Form2 frm2 = new Form2();
frm2.ShowDialog();
}
private void 系统信息ToolStripMenuItem_Click(object sender, EventArgs e)
{
System.Diagnostics.Process.Start("MSINFO32.EXE");
}
private void 开始投票ToolStripMenuItem_Click(object sender, EventArgs e)
{
开始投票ToolStripMenuItem.Enabled = false;
tsslinfo.Text = "投票正在进行中......";
timer1.Start();
tabControl1.Visible = true;
DataClass.GetVote(lblUser1, lblUser2, lblUser3, lblUser4, pb1, pb2, pb3, pb4, lblballot1, lblballot2, lblballot3, lblballot4);
}
private void 结束投票ToolStripMenuItem_Click(object sender, EventArgs e)
{
开始投票ToolStripMenuItem.Enabled = true;
tsslinfo.Text = "";
timer1.Stop();
tabControl1.Visible = false;
}
private void timer1_Tick(object sender, EventArgs e)
{
DataClass.GetVote(lblUser1, lblUser2, lblUser3, lblUser4, pb1, pb2, pb3, pb4, lblballot1, lblballot2, lblballot3, lblballot4);
DataClass.InceptNote();
}
private void 关于ToolStripMenuItem_Click(object sender, EventArgs e)
{
AboutBox1 ab = new AboutBox1();
ab.ShowDialog();
}
}
资源文件列表
╢╠╨┼├¿/NoteCatVote.sln , 923
╢╠╨┼├¿/NoteCatVote.suo , 15872
╢╠╨┼├¿/NoteCatVote/AboutBox1.cs , 3672
╢╠╨┼├¿/NoteCatVote/AboutBox1.Designer.cs , 10532
╢╠╨┼├¿/NoteCatVote/AboutBox1.resx , 49723
╢╠╨┼├¿/NoteCatVote/BaseClass.cs , 10842
╢╠╨┼├¿/NoteCatVote/bg.jpg , 37117
╢╠╨┼├¿/NoteCatVote/bin/Debug/NoteCatVote.exe , 103424
╢╠╨┼├¿/NoteCatVote/bin/Debug/NoteCatVote.pdb , 73216
╢╠╨┼├¿/NoteCatVote/bin/Debug/NoteCatVote.vshost.exe , 14328
╢╠╨┼├¿/NoteCatVote/bin/Debug/NoteCatVote.vshost.exe.manifest , 490
╢╠╨┼├¿/NoteCatVote/bin/Debug/│╠╨≥╩╣╙├╦╡├≈.txt , 81
╢╠╨┼├¿/NoteCatVote/db.mdb , 237568
╢╠╨┼├¿/NoteCatVote/Form1.cs , 1968
╢╠╨┼├¿/NoteCatVote/Form1.Designer.cs , 18444
╢╠╨┼├¿/NoteCatVote/Form1.resx , 6408
╢╠╨┼├¿/NoteCatVote/Form2.cs , 4516
╢╠╨┼├¿/NoteCatVote/Form2.Designer.cs , 13900
╢╠╨┼├¿/NoteCatVote/Form2.resx , 6019
╢╠╨┼├¿/NoteCatVote/Form3.cs , 2473
╢╠╨┼├¿/NoteCatVote/Form3.Designer.cs , 8422
╢╠╨┼├¿/NoteCatVote/Form3.resx , 5814
╢╠╨┼├¿/NoteCatVote/NoteCatVote.csproj , 4947
╢╠╨┼├¿/NoteCatVote/obj/Debug/NoteCatVote.AboutBox1.resources , 29561
╢╠╨┼├¿/NoteCatVote/obj/Debug/NoteCatVote.csproj.FileListAbsolute.txt , 2765
╢╠╨┼├¿/NoteCatVote/obj/Debug/NoteCatVote.csproj.GenerateResource.Cache , 1051
╢╠╨┼├¿/NoteCatVote/obj/Debug/NoteCatVote.exe , 103424
╢╠╨┼├¿/NoteCatVote/obj/Debug/NoteCatVote.Form1.resources , 180
╢╠╨┼├¿/NoteCatVote/obj/Debug/NoteCatVote.Form2.resources , 180
╢╠╨┼├¿/NoteCatVote/obj/Debug/NoteCatVote.Form3.resources , 180
╢╠╨┼├¿/NoteCatVote/obj/Debug/NoteCatVote.pdb , 73216
╢╠╨┼├¿/NoteCatVote/obj/Debug/NoteCatVote.Properties.Resources.resources , 37611
╢╠╨┼├¿/NoteCatVote/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll , 4608
╢╠╨┼├¿/NoteCatVote/Program.cs , 492
╢╠╨┼├¿/NoteCatVote/Properties/AssemblyInfo.cs , 1390
╢╠╨┼├¿/NoteCatVote/Properties/Resources.Designer.cs , 3089
╢╠╨┼├¿/NoteCatVote/Properties/Resources.resx , 6181
╢╠╨┼├¿/NoteCatVote/Properties/Settings.Designer.cs , 1096
╢╠╨┼├¿/NoteCatVote/Properties/Settings.settings , 249
