From ec9bc16c81d897549568d826047da0189b8e85a3 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期二, 23 七月 2024 12:01:55 +0800
Subject: [PATCH] 新增bimface sdk,方便调试

---
 Desktop/HStation.Desktop.Xhs.Core/MainForm.Designer.cs |   21 ++++++++++++---------
 1 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/Desktop/HStation.Desktop.Xhs.Core/MainForm.Designer.cs b/Desktop/HStation.Desktop.Xhs.Core/MainForm.Designer.cs
index 049cb15..75dafee 100644
--- a/Desktop/HStation.Desktop.Xhs.Core/MainForm.Designer.cs
+++ b/Desktop/HStation.Desktop.Xhs.Core/MainForm.Designer.cs
@@ -71,7 +71,7 @@
             tileNavPane.Dock = DockStyle.Top;
             tileNavPane.Location = new Point(0, 0);
             tileNavPane.Name = "tileNavPane";
-            tileNavPane.Size = new Size(932, 60);
+            tileNavPane.Size = new Size(1189, 53);
             tileNavPane.TabIndex = 0;
             tileNavPane.Text = "tileNavPane1";
             tileNavPane.ElementClick += tileNavPane_ElementClick;
@@ -88,6 +88,7 @@
             nbMin.Caption = null;
             nbMin.ImageOptions.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True;
             nbMin.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("nbMin.ImageOptions.SvgImage");
+            nbMin.ImageOptions.SvgImageSize = new Size(24, 24);
             nbMin.Name = "nbMin";
             nbMin.ElementClick += nbMin_ElementClick;
             // 
@@ -97,7 +98,7 @@
             nbNormal.Caption = null;
             nbNormal.ImageOptions.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True;
             nbNormal.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("nbNormal.ImageOptions.SvgImage");
-            nbNormal.ImageOptions.SvgImageSize = new Size(24, 24);
+            nbNormal.ImageOptions.SvgImageSize = new Size(20, 20);
             nbNormal.Name = "nbNormal";
             nbNormal.ElementClick += nbNormal_ElementClick;
             // 
@@ -107,6 +108,7 @@
             nbClose.Caption = null;
             nbClose.ImageOptions.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True;
             nbClose.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("nbClose.ImageOptions.SvgImage");
+            nbClose.ImageOptions.SvgImageSize = new Size(24, 24);
             nbClose.Name = "nbClose";
             nbClose.ElementClick += nabClose_ElementClick;
             // 
@@ -162,15 +164,15 @@
             barDockControlTop.Dock = DockStyle.Top;
             barDockControlTop.Location = new Point(0, 0);
             barDockControlTop.Manager = barManager1;
-            barDockControlTop.Size = new Size(932, 0);
+            barDockControlTop.Size = new Size(1189, 0);
             // 
             // barDockControlBottom
             // 
             barDockControlBottom.CausesValidation = false;
             barDockControlBottom.Dock = DockStyle.Bottom;
-            barDockControlBottom.Location = new Point(0, 498);
+            barDockControlBottom.Location = new Point(0, 717);
             barDockControlBottom.Manager = barManager1;
-            barDockControlBottom.Size = new Size(932, 23);
+            barDockControlBottom.Size = new Size(1189, 23);
             // 
             // barDockControlLeft
             // 
@@ -178,15 +180,15 @@
             barDockControlLeft.Dock = DockStyle.Left;
             barDockControlLeft.Location = new Point(0, 0);
             barDockControlLeft.Manager = barManager1;
-            barDockControlLeft.Size = new Size(0, 498);
+            barDockControlLeft.Size = new Size(0, 717);
             // 
             // barDockControlRight
             // 
             barDockControlRight.CausesValidation = false;
             barDockControlRight.Dock = DockStyle.Right;
-            barDockControlRight.Location = new Point(932, 0);
+            barDockControlRight.Location = new Point(1189, 0);
             barDockControlRight.Manager = barManager1;
-            barDockControlRight.Size = new Size(0, 498);
+            barDockControlRight.Size = new Size(0, 717);
             // 
             // dockManager1
             // 
@@ -212,7 +214,7 @@
             // 
             AutoScaleDimensions = new SizeF(7F, 14F);
             AutoScaleMode = AutoScaleMode.Font;
-            ClientSize = new Size(932, 521);
+            ClientSize = new Size(1189, 740);
             Controls.Add(tileNavPane);
             Controls.Add(barDockControlLeft);
             Controls.Add(barDockControlRight);
@@ -221,6 +223,7 @@
             Margin = new Padding(3, 2, 3, 2);
             Name = "MainForm";
             Text = "Form1";
+            WindowState = FormWindowState.Maximized;
             FormClosing += MainForm_FormClosing;
             FormClosed += MainForm_FormClosed;
             Load += MainForm_Load;

--
Gitblit v1.9.3