• 大小: 152KB
    文件类型: .zip
    金币: 2
    下载: 1 次
    发布日期: 2021-06-11
  • 语言: 其他
  • 标签: 表白程序  c#  

资源简介

压缩文件里面有两个文件夹,第一个是已经生成好的表白小程序,点里面的exe文件就可以运行,不会编程的人可以也可以改窗口中的文字和图片,改文字的直接改里面的text文档中相应的文字,要替换图片的,直接把要替换的图片拖进来,文件名要改成一样的,然后删掉原来的图片,大神忽略,纯属娱乐

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.IO;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace Love
{
    public partial class Form1 : Form
    {
        string[] contents;
        public Form1()
        {
            InitializeComponent();
            contents = File.ReadAllLines(@“test.txt“ Encoding.Default);//读取文本文件
           // MessageBox.Show(contents[1] ““ MessageBoxButtons.OK);  //调试用的
            this.Text = contents[0];
            label2.Text = contents[1];
            label3.Text = contents[2];
        }

        int n=0;
        int m = 0;
        private void label1_Click(object sender EventArgs e)
        {
            m = 1;
        }

        private void button2_Click(object sender EventArgs e)
        {
           switch(n)
           {
               case 0: MessageBox.Show(contents[3] ““ MessageBoxButtons.OK);
                   break;
               case 1: MessageBox.Show(contents[4] ““ MessageBoxButtons.OK);
                   break;
               case 2: MessageBox.Show(contents[5] ““ MessageBoxButtons.OK);
                   break;
               case 3: MessageBox.Show(contents[6] ““ MessageBoxButtons.OK);
                   break;
               case 4: MessageBox.Show(contents[7] ““ MessageBoxButtons.OK);
                   break;
           }

           n++;
           if (n == 5)
           {
               n = 0;
           }
           pictureBox1.ImageLocation = “2.jpg“;
        }

        private void button1_Click(object sender EventArgs e)
        {
            pictureBox1.ImageLocation = “3.jpg“;
            //MessageBox.Show(“亲爱的,么么哒!“ ““ MessageBoxButtons.OK);
            MessageBox.Show(contents[8] ““ MessageBoxButtons.OK);
            m = 1;
        }

        private void Form1_Load(object sender EventArgs e)
        {
            pictureBox1.ImageLocation = “1.jpg“;
        }

        private void Form1_FormClosing(object sender FormClosingEventArgs e)
        {
            if (m == 0)
            {
                e.Cancel = true;
            
            }
            else
            {
                e.Cancel = false;
                //MessageBox.Show(“说话算数,就算关了你也是我女朋友,哈哈哈!!!“ ““ MessageBoxButtons.OK);
                MessageBox.Show(contents[9] ““ MessageBoxButtons.OK);
                return;
            }

            //MessageBox.Show(“不同意不准关“ ““ MessageBoxButtons.OK);
            MessageBox.Show(contents[10] ““ MessageBoxButtons.OK);
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-10-01 20:38  表白小程序\
     目录           0  2018-10-01 20:35  表白小程序\Love-源程序版\
     目录           0  2018-10-01 20:35  表白小程序\Love-源程序版\Love\
     文件         981  2018-06-24 22:35  表白小程序\Love-源程序版\Love.sln
     文件       34816  2018-10-01 20:32  表白小程序\Love-源程序版\Love.v12.suo
     文件         187  2018-06-24 22:34  表白小程序\Love-源程序版\Love\App.config
     目录           0  2018-10-01 20:35  表白小程序\Love-源程序版\Love\bin\
     目录           0  2018-10-01 20:35  表白小程序\Love-源程序版\Love\bin\Debug\
     文件       12404  2018-06-25 00:02  表白小程序\Love-源程序版\Love\bin\Debug\1.jpg
     文件        7174  2018-06-25 00:03  表白小程序\Love-源程序版\Love\bin\Debug\2.jpg
     文件       10962  2018-06-25 00:03  表白小程序\Love-源程序版\Love\bin\Debug\3.jpg
     文件       45568  2018-08-17 15:23  表白小程序\Love-源程序版\Love\bin\Debug\Love.exe
     文件         187  2018-06-24 22:34  表白小程序\Love-源程序版\Love\bin\Debug\Love.exe.config
     文件       26112  2018-08-17 15:23  表白小程序\Love-源程序版\Love\bin\Debug\Love.pdb
     文件       24224  2018-10-01 20:32  表白小程序\Love-源程序版\Love\bin\Debug\Love.vshost.exe
     文件         187  2018-06-24 22:34  表白小程序\Love-源程序版\Love\bin\Debug\Love.vshost.exe.config
     文件         490  2018-04-12 07:35  表白小程序\Love-源程序版\Love\bin\Debug\Love.vshost.exe.manifest
     文件         583  2018-07-11 22:38  表白小程序\Love-源程序版\Love\bin\Debug\test.txt
     文件       16958  2018-07-11 22:54  表白小程序\Love-源程序版\Love\favicon.ico
     文件        2813  2018-07-11 22:48  表白小程序\Love-源程序版\Love\Form1.cs
     文件        6055  2018-07-11 22:48  表白小程序\Love-源程序版\Love\Form1.Designer.cs
     文件       31555  2018-07-11 22:48  表白小程序\Love-源程序版\Love\Form1.resx
     文件        3949  2018-07-11 22:55  表白小程序\Love-源程序版\Love\Love.csproj
     目录           0  2018-10-01 20:35  表白小程序\Love-源程序版\Love\obj\
     目录           0  2018-10-01 20:35  表白小程序\Love-源程序版\Love\obj\Debug\
     文件        1453  2018-07-11 21:53  表白小程序\Love-源程序版\Love\obj\Debug\DesignTimeResolveAssemblyReferences.cache
     文件        6950  2018-08-17 15:18  表白小程序\Love-源程序版\Love\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
     文件         519  2018-10-01 20:32  表白小程序\Love-源程序版\Love\obj\Debug\Love.csproj.FileListAbsolute.txt
     文件         977  2018-07-11 22:48  表白小程序\Love-源程序版\Love\obj\Debug\Love.csproj.GenerateResource.Cache
     文件        2211  2018-06-24 23:39  表白小程序\Love-源程序版\Love\obj\Debug\Love.csprojResolveAssemblyReference.cache
     文件       45568  2018-08-17 15:23  表白小程序\Love-源程序版\Love\obj\Debug\Love.exe
............此处省略20个文件信息

评论

共有 条评论