• 大小: 0.09M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: 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;
using System.Data.SqlClient;

namespace PrintTable
{
    public partial class Frm_Main : Form
    {
        public Frm_Main()
        {
            InitializeComponent();
        }

        #region 定义全局变量及对象
        string strCon = @“Data Source=win7-hk;Database=db_TomeTwo;Uid=sa;Pwd=kuihk18;“;
        public static string strID = ““;
        public static string strInPeople = ““;
        public static string strInProvider = ““;
        public static string strPlace = ““;
        public static string strGID = ““;
        public static string strGName = ““;
        public static stri

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

     文件      35328  2017-03-26 18:53  PrintTable\bin\Debug\PrintTable.exe

     文件      52736  2017-03-26 18:53  PrintTable\bin\Debug\PrintTable.pdb

     文件      16718  2017-03-26 18:53  PrintTable\Frm_Main.cs

     文件      22425  2010-10-20 18:12  PrintTable\Frm_Main.Designer.cs

     文件      21937  2008-12-10 11:01  PrintTable\Frm_Main.resx

     文件       1101  2010-10-20 18:03  PrintTable\obj\Debug\PrintGoodsInBill.csproj.FileListAbsolute.txt

     文件        847  2008-12-23 11:39  PrintTable\obj\Debug\PrintGoodsInBill.csproj.GenerateResource.Cache

     文件      35328  2008-12-23 11:39  PrintTable\obj\Debug\PrintGoodsInBill.exe

     文件      10728  2008-12-23 11:39  PrintTable\obj\Debug\PrintGoodsInBill.Form1.resources

     文件      30208  2008-12-23 11:39  PrintTable\obj\Debug\PrintGoodsInBill.pdb

     文件        180  2008-12-23 11:39  PrintTable\obj\Debug\PrintGoodsInBill.Properties.Resources.resources

     文件       3728  2017-03-26 18:52  PrintTable\obj\Debug\PrintTable.csproj.FileListAbsolute.txt

     文件        908  2010-10-23 13:33  PrintTable\obj\Debug\PrintTable.csproj.GenerateResource.Cache

     文件      35328  2017-03-26 18:53  PrintTable\obj\Debug\PrintTable.exe

     文件      10728  2017-03-26 18:52  PrintTable\obj\Debug\PrintTable.Frm_Main.resources

     文件      52736  2017-03-26 18:53  PrintTable\obj\Debug\PrintTable.pdb

     文件        180  2017-03-26 18:52  PrintTable\obj\Debug\PrintTable.Properties.Resources.resources

     文件       4608  2010-10-23 13:33  PrintTable\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll

     文件       3872  2010-10-20 18:13  PrintTable\PrintTable.csproj

     文件        494  2010-10-20 18:12  PrintTable\Program.cs

     文件       1372  2010-10-20 18:04  PrintTable\Properties\AssemblyInfo.cs

     文件       2844  2010-10-20 18:04  PrintTable\Properties\Resources.Designer.cs

     文件       5612  2008-12-09 14:32  PrintTable\Properties\Resources.resx

     文件       1108  2010-10-20 18:04  PrintTable\Properties\Settings.Designer.cs

     文件        249  2008-12-09 14:32  PrintTable\Properties\Settings.settings

     目录          0  2014-06-24 17:53  PrintTable\obj\Debug\Refactor

     目录          0  2017-04-19 20:39  PrintTable\obj\Debug\TempPE

     目录          0  2017-04-19 20:39  PrintTable\bin\Debug

     目录          0  2017-04-19 20:39  PrintTable\obj\Debug

     目录          0  2017-04-19 20:39  PrintTable\bin

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

评论

共有 条评论