You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

69 lines
1.2 KiB
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace POSV.Printer
{
public enum LineStyle
{
= 0,
线 = 1,
线 = 2,
线 = 3,
线 = 4,
线 = 5,
线 = 6
}
public enum ControlType
{
None = 0,
= 1,
= 2,
= 3,
= 4,
= 5,
= 6
}
/// <summary>
/// 数据源类型
/// </summary>
public enum DataType
{
Simple = 1,
List =2
}
public enum PagerType
{
32_58 = 32,
40_76 = 40,
42_80 = 42,
48_80 = 48
}
public enum FontStyle
{
= 0,
= 1,
= 2,
= 3
}
public enum AlignStyle
{
= 0,
= 1,
= 2
}
public enum QRCodeSizeMode
{
= 1,
= 2,
= 3
}
}