• 大小: 0.23M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2024-04-24
  • 语言: C#
  • 标签: 计算器  简单  计算  

资源简介


资源截图

代码片段和文件信息

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 简单计算器
{
    public partial class Form1 : Form
    {
        double a = 0;

        double b = 0;

        bool c = false;

        string d;
        public Form1()
        {
            InitializeComponent();
        }

        private void button9_Click(object sender EventArgs e)
        {
            if (c == true)

            {

                textBox1.Text = ““;

                c = false;

            }

            textBox1.Text += “1“;
        }

        private void button10_Click(object sender EventArgs e)
        {
            if (c == true)

            {

                textBox1.Text = ““;

                c = false;

            }

            textBox1.Text += “2“;
        }

        private void button11_Click(object sender EventArgs e)
        {
            if (c == true)

            {

                textBox1.Text = ““;

                c = false;

            }

            textBox1.Text += “3“;
        }

        private void button5_Click(object sender EventArgs e)
        {
            if (c == true)

            {

                textBox1.Text = ““;

                c = false;

            }

            textBox1.Text += “4“;
        }

        private void button6_Click(object sender EventArgs e)
        {
            if (c == true)

            {

                textBox1.Text = ““;

                c = false;

            }

            textBox1.Text += “5“;
        }

        private void button7_Click(object sender EventArgs e)
        {
            if (c == true)

            {

                textBox1.Text = ““;

                c = false;

            }

            textBox1.Text += “6“;
        }

        private void button3_Click(object sender EventArgs e)
        {
            if (c == true)

            {

                textBox1.Text = ““;

                c = false;

            }

            textBox1.Text += “7“;
        }

        private void button2_Click(object sender EventArgs e)
        {
            if (c == true)

            {

                textBox1.Text = ““;

                c = false;

            }

            textBox1.Text += “8“;
        }

        private void button1_Click(object sender EventArgs e)
        {
            if (c == true)

            {

                textBox1.Text = ““;

                c = false;

            }

            textBox1.Text += “9“;
        }

        private void button13_Click(object sender EventArgs e)
        {
            if (c == true)

            {

                textBox1.Text = ““;

                c = false;

            }

            te

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2020-12-17 13:29  简单计算器\
     目录           0  2020-12-17 13:29  简单计算器\.vs\
     目录           0  2020-12-17 13:29  简单计算器\.vs\简单计算器\
     目录           0  2020-12-17 13:29  简单计算器\.vs\简单计算器\v15\
     文件       40960  2020-12-17 18:55  简单计算器\.vs\简单计算器\v15\.suo
     目录           0  2020-12-17 13:29  简单计算器\.vs\简单计算器\v15\Server\
     目录           0  2020-12-17 13:29  简单计算器\.vs\简单计算器\v15\Server\sqlite3\
     文件           0  2020-12-17 13:29  简单计算器\.vs\简单计算器\v15\Server\sqlite3\db.lock
     文件        4096  2020-12-17 13:29  简单计算器\.vs\简单计算器\v15\Server\sqlite3\storage.ide
     文件       32768  2020-12-17 18:52  简单计算器\.vs\简单计算器\v15\Server\sqlite3\storage.ide-shm
     文件     1664512  2020-12-17 18:48  简单计算器\.vs\简单计算器\v15\Server\sqlite3\storage.ide-wal
     目录           0  2020-12-17 18:48  简单计算器\简单计算器\
     文件         189  2020-12-17 13:29  简单计算器\简单计算器\App.config
     文件       14568  2020-12-17 18:48  简单计算器\简单计算器\Form1.Designer.cs
     文件        5934  2020-12-17 18:48  简单计算器\简单计算器\Form1.cs
     文件        5817  2020-12-17 18:48  简单计算器\简单计算器\Form1.resx
     文件         527  2020-12-17 13:29  简单计算器\简单计算器\Program.cs
     目录           0  2020-12-17 13:29  简单计算器\简单计算器\Properties\
     文件        1328  2020-12-17 13:29  简单计算器\简单计算器\Properties\AssemblyInfo.cs
     文件        2843  2020-12-17 13:29  简单计算器\简单计算器\Properties\Resources.Designer.cs
     文件        5612  2020-12-17 13:29  简单计算器\简单计算器\Properties\Resources.resx
     文件        1102  2020-12-17 13:29  简单计算器\简单计算器\Properties\Settings.Designer.cs
     文件         249  2020-12-17 13:29  简单计算器\简单计算器\Properties\Settings.settings
     目录           0  2020-12-17 13:29  简单计算器\简单计算器\bin\
     目录           0  2020-12-17 13:37  简单计算器\简单计算器\bin\Debug\
     文件       15360  2020-12-17 18:48  简单计算器\简单计算器\bin\Debug\简单计算器.exe
     文件         189  2020-12-17 13:29  简单计算器\简单计算器\bin\Debug\简单计算器.exe.config
     文件       38400  2020-12-17 18:48  简单计算器\简单计算器\bin\Debug\简单计算器.pdb
     目录           0  2020-12-17 13:29  简单计算器\简单计算器\obj\
     目录           0  2020-12-17 18:48  简单计算器\简单计算器\obj\Debug\
     文件        1443  2020-12-17 18:36  简单计算器\简单计算器\obj\Debug\DesignTimeResolveAssemblyReferences.cache
............此处省略15个文件信息

评论

共有 条评论