From 23ccdfdf25eaa33098cd44c9bb802e5cfc65eca4 Mon Sep 17 00:00:00 2001
From: jhz <jinghz@oceic.com>
Date: 星期一, 03 四月 2023 10:11:03 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/HanDianWMSSCM
---
NETSCM/Form1.Designer.cs | 26 +++++++++++++++++++++++++-
1 files changed, 25 insertions(+), 1 deletions(-)
diff --git a/NETSCM/Form1.Designer.cs b/NETSCM/Form1.Designer.cs
index 63f377b..03bd59a 100644
--- a/NETSCM/Form1.Designer.cs
+++ b/NETSCM/Form1.Designer.cs
@@ -28,12 +28,36 @@
/// </summary>
private void InitializeComponent()
{
- this.components = new System.ComponentModel.Container();
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
+ this.axGRDisplayViewer1 = new Axgregn6Lib.AxGRDisplayViewer();
+ ((System.ComponentModel.ISupportInitialize)(this.axGRDisplayViewer1)).BeginInit();
+ this.SuspendLayout();
+ //
+ // axGRDisplayViewer1
+ //
+ this.axGRDisplayViewer1.Enabled = true;
+ 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(145, 99);
+ this.axGRDisplayViewer1.TabIndex = 0;
+ //
+ // Form1
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(284, 261);
+ this.Controls.Add(this.axGRDisplayViewer1);
+ this.Name = "Form1";
this.Text = "Form1";
+ ((System.ComponentModel.ISupportInitialize)(this.axGRDisplayViewer1)).EndInit();
+ this.ResumeLayout(false);
+
}
#endregion
+
+ private Axgregn6Lib.AxGRDisplayViewer axGRDisplayViewer1;
}
}
--
Gitblit v1.9.1