From 27ec4a74d3ed9aa8ce1ee8e5d0955596c67cb996 Mon Sep 17 00:00:00 2001
From: wells.liu <wells.liu@broconcentric.com>
Date: 星期一, 13 七月 2020 18:36:39 +0800
Subject: [PATCH] Excel追加 +设置样式做好了

---
 src/Bro.Device.Gocator/GocatorDriver.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Bro.Device.Gocator/GocatorDriver.cs b/src/Bro.Device.Gocator/GocatorDriver.cs
index cfb5357..8e0bef5 100644
--- a/src/Bro.Device.Gocator/GocatorDriver.cs
+++ b/src/Bro.Device.Gocator/GocatorDriver.cs
@@ -109,12 +109,12 @@
                             if (imgSet != null)
                             {
                                 imgSet.HImage = new HImage();
-                                imgSet.HImage.GenImage1("int2", (int)width, zoomHeight, zoomPtr);
+                                imgSet.HImage.GenImage1("uint2", (int)width, zoomHeight, zoomPtr);
                                 //imgSet.HImage = imgSet.HImage.ZoomImageSize((int)width, zoomHeight, "constant");
 
 
                                 imgSet.HImage_2 = new HImage();
-                                imgSet.HImage_2.GenImage1("int2", (int)width, zoomHeight, zoomPtr);
+                                imgSet.HImage_2.GenImage1("uint2", (int)width, zoomHeight, zoomPtr);
 
                                 LaserScanParam para = new LaserScanParam()
                                 {

--
Gitblit v1.8.0