⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 main.cs

📁 实习时候做的一个c#的财务管理系统
💻 CS
字号:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using cwgl.yjxm;

namespace cwgl
{
    public partial class main : Form
    {
        public main()
        {
            InitializeComponent();
        }

        private void button3_Click(object sender, EventArgs e)
        {
            MainForm mf = new MainForm(this.label1.Text);
            mf.ShowDialog();
        }

        private void button7_Click(object sender, EventArgs e)
        {
            sykf sykf = new sykf();
            sykf.ShowDialog();
        }

        private void button4_Click(object sender, EventArgs e)
        {
            cx cx = new cx();
            cx.ShowDialog();
        }

        private void button1_Click(object sender, EventArgs e)
        {
            sfcx sfcx = new sfcx();
            sfcx.ShowDialog();
        }

        private void button2_Click(object sender, EventArgs e)
        {
            bp bp = new bp();
            bp.ShowDialog();
        }

        private void button5_Click(object sender, EventArgs e)
        {
            yhgl yhgl = new yhgl();
            yhgl.ShowDialog();
        }

        private void button8_Click(object sender, EventArgs e)
        {
            Application.Exit();
        }

        private void button6_Click(object sender, EventArgs e)
        {
            xm_tree tree = new xm_tree();
            tree.ShowDialog();
        }

       


    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -