• 大小: 0.85M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: 打印  

资源简介

USB打印小票DEMO

资源截图

代码片段和文件信息

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;

using System.Runtime.InteropServices;

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

        private void Form1_Load(object sender EventArgs e)
        {

        }

        private void button1_Click(object sender EventArgs e)
        {
            
        }

    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-12-07 19:18  LptPrint_test\
     文件         187  2018-12-05 14:35  LptPrint_test\App.config
     文件        2096  2018-12-06 17:49  LptPrint_test\Form1.Designer.cs
     文件         626  2018-12-06 17:49  LptPrint_test\Form1.cs
     文件        5817  2018-12-06 17:49  LptPrint_test\Form1.resx
     文件        2104  2018-12-07 19:18  LptPrint_test\Form2.Designer.cs
     文件        3676  2018-12-07 19:18  LptPrint_test\Form2.cs
     文件        5817  2018-12-07 19:18  LptPrint_test\Form2.resx
     文件         591  2018-12-06 18:01  LptPrint_test\IDCard.cs
     文件        3479  2018-12-05 15:48  LptPrint_test\LPTControl.cs
     文件        4258  2018-12-06 18:02  LptPrint_test\LptPrint_test.csproj
     文件         525  2018-12-07 19:17  LptPrint_test\Program.cs
     目录           0  2018-12-05 14:35  LptPrint_test\Properties\
     文件        1364  2018-12-05 14:35  LptPrint_test\Properties\AssemblyInfo.cs
     文件        2878  2018-12-05 14:35  LptPrint_test\Properties\Resources.Designer.cs
     文件        5612  2018-12-05 14:35  LptPrint_test\Properties\Resources.resx
     文件        1100  2018-12-05 14:35  LptPrint_test\Properties\Settings.Designer.cs
     文件         249  2018-12-05 14:35  LptPrint_test\Properties\Settings.settings
     目录           0  2018-12-05 14:35  LptPrint_test\bin\
     目录           0  2018-12-05 14:58  LptPrint_test\bin\Debug\
     文件       12288  2018-12-07 19:19  LptPrint_test\bin\Debug\LptPrint_test.exe
     文件         187  2018-12-05 14:35  LptPrint_test\bin\Debug\LptPrint_test.exe.config
     文件       30208  2018-12-07 19:19  LptPrint_test\bin\Debug\LptPrint_test.pdb
     文件       22984  2018-12-06 17:49  LptPrint_test\bin\Debug\LptPrint_test.vshost.exe
     文件         187  2018-12-05 14:35  LptPrint_test\bin\Debug\LptPrint_test.vshost.exe.config
     文件         490  2012-06-06 02:06  LptPrint_test\bin\Debug\LptPrint_test.vshost.exe.manifest
     文件     1150464  2009-03-21 22:06  LptPrint_test\bin\Debug\kernel32.dll
     文件     1150464  2018-12-05 14:58  LptPrint_test\kernel32.dll
     目录           0  2018-12-05 14:35  LptPrint_test\obj\
     目录           0  2018-12-07 19:19  LptPrint_test\obj\Debug\
     文件         827  2018-12-07 19:16  LptPrint_test\obj\Debug\DesignTimeResolveAssemblyReferences.cache
............此处省略17个文件信息

评论

共有 条评论