资源简介

操作bartender打印有数据库

资源截图

代码片段和文件信息

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;
using System.Data.OleDb;

namespace My_Plan
{
    public partial class Frm_AddNote : Form
    {
       

        public Frm_AddNote()
        {
            InitializeComponent();
        }

        private void btn_back_Click(object sender EventArgs e)
        {
            this.Close();
            //ssss12 frm = new ssss12();
            //frm.Show();
        }

        private void btn_save_Click(object sender EventArgs e)
        {
            string Conn = “provider=microsoft.jet.oledb.4.0;“;
            Conn += “ data source=AutoDesk.mdb“;
            OleDbConnection my

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2019-04-07 08:35  print\
     目录           0  2019-04-07 08:37  print\My Plan\
     目录           0  2019-04-07 08:35  print\My Plan\.vs\
     目录           0  2019-04-07 08:35  print\My Plan\.vs\My Plan\
     目录           0  2019-04-07 08:35  print\My Plan\.vs\My Plan\v14\
     文件       59904  2019-02-15 20:08  print\My Plan\.vs\My Plan\v14\.suo
     目录           0  2019-04-07 08:36  print\My Plan\My Plan\
     文件        8368  2019-04-03 15:19  print\My Plan\My Plan\Frm_AddNote.Designer.cs
     文件        2197  2019-04-03 15:19  print\My Plan\My Plan\Frm_AddNote.cs
     文件        5817  2019-04-03 15:19  print\My Plan\My Plan\Frm_AddNote.resx
     文件       10882  2019-04-04 16:20  print\My Plan\My Plan\Frm_Edit.Designer.cs
     文件        1832  2019-04-04 16:20  print\My Plan\My Plan\Frm_Edit.cs
     文件        5817  2019-04-04 16:20  print\My Plan\My Plan\Frm_Edit.resx
     文件        7724  2019-04-03 15:23  print\My Plan\My Plan\Frm_Login.Designer.cs
     文件        1741  2019-04-03 15:23  print\My Plan\My Plan\Frm_Login.cs
     文件        5817  2019-04-03 15:23  print\My Plan\My Plan\Frm_Login.resx
     文件        4861  2019-02-15 20:08  print\My Plan\My Plan\Frm_Main.Designer.cs
     文件        4499  2019-02-15 20:08  print\My Plan\My Plan\Frm_Main.cs
     文件        5817  2019-02-15 20:08  print\My Plan\My Plan\Frm_Main.resx
     文件        4326  2019-02-15 20:08  print\My Plan\My Plan\Frm_Select.Designer.cs
     文件        1083  2019-02-15 20:08  print\My Plan\My Plan\Frm_Select.cs
     文件        5817  2019-02-15 20:08  print\My Plan\My Plan\Frm_Select.resx
     文件       23897  2019-04-07 08:34  print\My Plan\My Plan\Frm_View.Designer.cs
     文件       15418  2019-04-07 08:34  print\My Plan\My Plan\Frm_View.cs
     文件       22517  2019-04-07 08:34  print\My Plan\My Plan\Frm_View.resx
     文件        5895  2019-02-15 20:08  print\My Plan\My Plan\Frm_ViewNoteDetail.Designer.cs
     文件         615  2019-02-15 20:08  print\My Plan\My Plan\Frm_ViewNoteDetail.cs
     文件        5817  2019-02-15 20:08  print\My Plan\My Plan\Frm_ViewNoteDetail.resx
     文件        1732  2019-04-03 09:38  print\My Plan\My Plan\My Plan_TemporaryKey.pfx
     文件         517  2019-04-03 17:00  print\My Plan\My Plan\Program.cs
     目录           0  2019-04-07 08:35  print\My Plan\My Plan\Properties\
............此处省略58个文件信息

评论

共有 条评论