• 大小: 283KB
    文件类型: .zip
    金币: 2
    下载: 1 次
    发布日期: 2021-05-12
  • 语言: C#
  • 标签: ACCP8.0  C#  

资源简介

北大青鸟 ACCP8.0 S1 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 MainForm : Form
    {
        public MainForm()
        {
            InitializeComponent();
        }
        //赛程添加
        private void tsm_ScheduleInsert_Click(object sender EventArgs e)
        {
            Scheduleinsert si = new Scheduleinsert();
            si.MdiParent = this;
            si.Show();
        }
      
        //退出系统
        private void tsm_Exit_Click(object sender EventArgs e)
        {
            Application.Exit();
        }

        private void tsm_ScheduleSelect_Click(object sender EventArgs e)
        {
            ScheduleSelect s = new ScheduleSelect();
            s.MdiParent = this;
            s.Show();
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2019-07-27 15:43  2014 中超联赛管理系统\
     文件     3145728  2019-03-21 20:42  2014 中超联赛管理系统\FootballScheduleManager.mdf
     文件     1048576  2019-03-21 20:42  2014 中超联赛管理系统\FootballScheduleManager_log.ldf
     目录           0  2019-07-27 15:43  2014 中超联赛管理系统\中超联赛\
     文件        4516  2019-01-02 20:05  2014 中超联赛管理系统\中超联赛\2014中超联赛管理系统.csproj
     文件        3584  2019-01-16 19:05  2014 中超联赛管理系统\中超联赛\2014中超联赛管理系统.v11.suo
     文件         187  2019-01-02 18:17  2014 中超联赛管理系统\中超联赛\App.config
     目录           0  2019-07-27 15:43  2014 中超联赛管理系统\中超联赛\bin\
     目录           0  2019-07-27 15:43  2014 中超联赛管理系统\中超联赛\bin\Debug\
     文件       22528  2019-01-09 11:13  2014 中超联赛管理系统\中超联赛\bin\Debug\中超联赛.exe
     文件         187  2019-01-02 18:17  2014 中超联赛管理系统\中超联赛\bin\Debug\中超联赛.exe.config
     文件       48640  2019-01-09 11:13  2014 中超联赛管理系统\中超联赛\bin\Debug\中超联赛.pdb
     文件       22984  2019-01-27 01:20  2014 中超联赛管理系统\中超联赛\bin\Debug\中超联赛.vshost.exe
     文件         187  2019-01-02 18:17  2014 中超联赛管理系统\中超联赛\bin\Debug\中超联赛.vshost.exe.config
     文件         490  2018-09-15 15:29  2014 中超联赛管理系统\中超联赛\bin\Debug\中超联赛.vshost.exe.manifest
     目录           0  2019-01-02 18:17  2014 中超联赛管理系统\中超联赛\bin\Release\
     文件         994  2019-01-02 20:04  2014 中超联赛管理系统\中超联赛\MainForm.cs
     文件        4895  2019-01-02 19:59  2014 中超联赛管理系统\中超联赛\MainForm.Designer.cs
     文件        6015  2019-01-02 19:59  2014 中超联赛管理系统\中超联赛\MainForm.resx
     目录           0  2019-07-27 15:43  2014 中超联赛管理系统\中超联赛\obj\
     目录           0  2019-07-27 15:43  2014 中超联赛管理系统\中超联赛\obj\Debug\
     文件        1390  2019-01-27 01:20  2014 中超联赛管理系统\中超联赛\obj\Debug\2014中超联赛管理系统.csproj.FileListAbsolute.txt
     文件        1112  2019-01-09 11:12  2014 中超联赛管理系统\中超联赛\obj\Debug\2014中超联赛管理系统.csproj.GenerateResource.Cache
     文件        2209  2019-01-09 10:53  2014 中超联赛管理系统\中超联赛\obj\Debug\2014中超联赛管理系统.csprojResolveAssemblyReference.cache
     文件        1308  2019-01-02 20:23  2014 中超联赛管理系统\中超联赛\obj\Debug\DesignTimeResolveAssemblyReferences.cache
     文件        7120  2019-01-27 01:21  2014 中超联赛管理系统\中超联赛\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
     文件           0  2019-01-02 18:17  2014 中超联赛管理系统\中超联赛\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
     文件           0  2019-01-02 18:17  2014 中超联赛管理系统\中超联赛\obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
     文件           0  2019-01-02 18:17  2014 中超联赛管理系统\中超联赛\obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
     目录           0  2019-01-02 18:17  2014 中超联赛管理系统\中超联赛\obj\Debug\TempPE\
     文件        1030  2019-01-03 13:16  2014 中超联赛管理系统\中超联赛\obj\Debug\中超联赛.csproj.FileListAbsolute.txt
............此处省略21个文件信息

评论

共有 条评论