• 大小: 1.85MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-10-11
  • 语言: C/C++
  • 标签: C#  SQL  Se  火车定票  

资源简介

C#窗体结构,C++语言,实现用户订票退票改签修改密码,管理员对车次的增删改查

资源截图

代码片段和文件信息

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

namespace _1
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        private void label1_Click(object sender EventArgs e)
        {

        }

        private void button2_Click(object sender EventArgs e)
        {
            Form3 f3 = new Form3();
            f3.Show();
            this.Hide();
        }

        private void Form1_Load(object sender EventArgs e)
        {

        }

        private void button1_Click(object sender EventArgs e)
        {
            Form2 f2 = new Form2();
            f2.Show();
            this.Hide();
        }

        private void button3_Click(object sender EventArgs e)
        {
            this.Close();
        }

        private void button4_Click(object sender EventArgs e)
        {
            Form21 f21 = new Form21();
            f21.Show();
            this.Close();
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

    ..A..H.     78848  2018-12-14 13:30  1\.vs\1\v15\.suo

     文件          0  2018-12-02 13:22  1\.vs\1\v15\Server\sqlite3\db.lock

     文件     638976  2018-12-07 19:04  1\.vs\1\v15\Server\sqlite3\storage.ide

     文件      32768  2018-12-02 13:32  1\.vs\1\v15\Server\sqlite3\storage.ide-shm

     文件    4140632  2018-12-14 13:32  1\.vs\1\v15\Server\sqlite3\storage.ide-wal

     文件      10905  2018-12-07 18:06  1\1\1.csproj

     文件     477696  2018-12-13 14:31  1\1\bin\Debug\1.exe

     文件     169472  2018-12-13 14:31  1\1\bin\Debug\1.pdb

     文件      11600  2018-11-30 19:15  1\1\bin\Debug\1.vshost.exe

     文件        490  2010-03-17 22:39  1\1\bin\Debug\1.vshost.exe.manifest

     文件       1173  2018-12-07 20:18  1\1\Form1.cs

     文件       5506  2018-12-07 20:18  1\1\Form1.Designer.cs

     文件       5817  2018-12-07 20:18  1\1\Form1.resx

     文件       2184  2018-12-07 19:03  1\1\Form10.cs

     文件       6357  2018-12-07 19:03  1\1\Form10.Designer.cs

     文件       5817  2018-12-07 19:03  1\1\Form10.resx

     文件       4140  2018-12-07 19:03  1\1\Form11.cs

     文件       4198  2018-12-07 19:03  1\1\Form11.Designer.cs

     文件       5817  2018-12-07 19:03  1\1\Form11.resx

     文件       1637  2018-12-07 19:03  1\1\Form12.cs

     文件       4049  2018-12-07 19:03  1\1\Form12.Designer.cs

     文件       5817  2018-12-07 19:03  1\1\Form12.resx

     文件       2777  2018-12-07 19:03  1\1\Form13.cs

     文件       4188  2018-12-07 19:03  1\1\Form13.Designer.cs

     文件       5817  2018-12-07 19:03  1\1\Form13.resx

     文件       4567  2018-12-07 19:04  1\1\Form14.cs

     文件       8614  2018-12-07 19:04  1\1\Form14.Designer.cs

     文件       5817  2018-12-07 19:04  1\1\Form14.resx

     文件       2992  2018-12-07 19:04  1\1\Form15.cs

     文件       6716  2018-12-07 19:04  1\1\Form15.Designer.cs

............此处省略117个文件信息

评论

共有 条评论