2019-02-12 03:43:15 +00:00
|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Linq;
|
|
|
|
|
using System.Text;
|
2019-02-12 04:10:47 +00:00
|
|
|
|
|
2019-02-12 03:43:15 +00:00
|
|
|
|
namespace TmatrixCodeGenerator
|
|
|
|
|
{
|
|
|
|
|
class GlobalClass
|
|
|
|
|
{
|
|
|
|
|
public static bool gbGenerateBGWithVImage = false;
|
|
|
|
|
public static bool gbGenerateVImage = false;
|
|
|
|
|
public static bool gbGenerateBGWithoutVImage = false;
|
|
|
|
|
public static bool gbGenerateBGWithImage = false;
|
|
|
|
|
public static bool gbGenPageSet = false;
|
|
|
|
|
public static int[] gPointType = new int[4];
|
|
|
|
|
public static int[] gPointDPI = new int[4];
|
|
|
|
|
}
|
|
|
|
|
}
|