From 720d7526fc39eabdb35706143766dd765f0863d7 Mon Sep 17 00:00:00 2001
From: yxj <yxj@hz-kingdee.com>
Date: 星期五, 23 一月 2026 16:20:27 +0800
Subject: [PATCH] 新增创维条码生成模块
---
BaseSet/Form1.Designer.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/BaseSet/Form1.Designer.cs b/BaseSet/Form1.Designer.cs
index 4bd73c2..5b3b99f 100644
--- a/BaseSet/Form1.Designer.cs
+++ b/BaseSet/Form1.Designer.cs
@@ -41,10 +41,10 @@
// axGRDisplayViewer1
//
this.axGRDisplayViewer1.Enabled = true;
- this.axGRDisplayViewer1.Location = new System.Drawing.Point(70, 57);
+ this.axGRDisplayViewer1.Location = new System.Drawing.Point(12, 12);
this.axGRDisplayViewer1.Name = "axGRDisplayViewer1";
this.axGRDisplayViewer1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axGRDisplayViewer1.OcxState")));
- this.axGRDisplayViewer1.Size = new System.Drawing.Size(124, 151);
+ this.axGRDisplayViewer1.Size = new System.Drawing.Size(192, 192);
this.axGRDisplayViewer1.TabIndex = 0;
//
// Form1
--
Gitblit v1.9.1