From bbac60058524198c13c4a22943719f853ef8e2bc Mon Sep 17 00:00:00 2001
From: xcd <834800634@qq.com>
Date: 星期三, 15 七月 2020 19:34:15 +0800
Subject: [PATCH] Excel输出4个sheet,横向排布 解决启动延迟问题
---
src/Bro.UI.Device.Winform/MotionCard/FrmMotionCardOperationBase.Designer.cs | 48 ++++++++++++++++++++++++++++++++++--------------
1 files changed, 34 insertions(+), 14 deletions(-)
diff --git a/src/Bro.UI.Device.Winform/MotionCard/FrmMotionCardOperationBase.Designer.cs b/src/Bro.UI.Device.Winform/MotionCard/FrmMotionCardOperationBase.Designer.cs
index fd5bb86..54154ad 100644
--- a/src/Bro.UI.Device.Winform/MotionCard/FrmMotionCardOperationBase.Designer.cs
+++ b/src/Bro.UI.Device.Winform/MotionCard/FrmMotionCardOperationBase.Designer.cs
@@ -32,6 +32,7 @@
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
+ this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
this.groupBoxPara = new System.Windows.Forms.GroupBox();
@@ -45,6 +46,7 @@
this.buttonPositionReset = new System.Windows.Forms.Button();
this.tableLayoutPanel1.SuspendLayout();
this.tabControl1.SuspendLayout();
+ this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.tableLayoutPanel3.SuspendLayout();
this.groupBoxPara.SuspendLayout();
@@ -61,7 +63,7 @@
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 1;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel1.Size = new System.Drawing.Size(484, 681);
+ this.tableLayoutPanel1.Size = new System.Drawing.Size(574, 681);
this.tableLayoutPanel1.TabIndex = 0;
//
// tabControl1
@@ -72,18 +74,27 @@
this.tabControl1.Location = new System.Drawing.Point(3, 3);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
- this.tabControl1.Size = new System.Drawing.Size(478, 675);
+ this.tabControl1.Size = new System.Drawing.Size(568, 675);
this.tabControl1.TabIndex = 12;
//
// tabPage1
//
+ this.tabPage1.Controls.Add(this.flowLayoutPanel1);
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage1.Size = new System.Drawing.Size(470, 649);
+ this.tabPage1.Size = new System.Drawing.Size(560, 649);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "蹇嵎鎿嶄綔";
this.tabPage1.UseVisualStyleBackColor = true;
+ //
+ // flowLayoutPanel1
+ //
+ this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3);
+ this.flowLayoutPanel1.Name = "flowLayoutPanel1";
+ this.flowLayoutPanel1.Size = new System.Drawing.Size(554, 643);
+ this.flowLayoutPanel1.TabIndex = 0;
//
// tabPage2
//
@@ -91,7 +102,7 @@
this.tabPage2.Location = new System.Drawing.Point(4, 22);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage2.Size = new System.Drawing.Size(470, 649);
+ this.tabPage2.Size = new System.Drawing.Size(560, 649);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "閫氱敤鎿嶄綔";
this.tabPage2.UseVisualStyleBackColor = true;
@@ -108,7 +119,7 @@
this.tableLayoutPanel3.RowCount = 2;
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 120F));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel3.Size = new System.Drawing.Size(464, 643);
+ this.tableLayoutPanel3.Size = new System.Drawing.Size(554, 643);
this.tableLayoutPanel3.TabIndex = 0;
//
// groupBoxPara
@@ -117,7 +128,7 @@
this.groupBoxPara.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBoxPara.Location = new System.Drawing.Point(3, 123);
this.groupBoxPara.Name = "groupBoxPara";
- this.groupBoxPara.Size = new System.Drawing.Size(458, 517);
+ this.groupBoxPara.Size = new System.Drawing.Size(548, 517);
this.groupBoxPara.TabIndex = 13;
this.groupBoxPara.TabStop = false;
this.groupBoxPara.Text = "鍙傛暟";
@@ -128,7 +139,7 @@
this.propGrid.Location = new System.Drawing.Point(3, 17);
this.propGrid.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
this.propGrid.Name = "propGrid";
- this.propGrid.Size = new System.Drawing.Size(452, 497);
+ this.propGrid.Size = new System.Drawing.Size(542, 497);
this.propGrid.TabIndex = 1;
//
// groupBoxCommBtn
@@ -142,7 +153,7 @@
this.groupBoxCommBtn.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBoxCommBtn.Location = new System.Drawing.Point(3, 3);
this.groupBoxCommBtn.Name = "groupBoxCommBtn";
- this.groupBoxCommBtn.Size = new System.Drawing.Size(458, 114);
+ this.groupBoxCommBtn.Size = new System.Drawing.Size(548, 114);
this.groupBoxCommBtn.TabIndex = 1;
this.groupBoxCommBtn.TabStop = false;
this.groupBoxCommBtn.Text = "鍏叡鎿嶄綔";
@@ -156,13 +167,14 @@
this.btnStart.Font = new System.Drawing.Font("瀹嬩綋", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnStart.Image = ((System.Drawing.Image)(resources.GetObject("btnStart.Image")));
this.btnStart.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
- this.btnStart.Location = new System.Drawing.Point(309, 23);
+ this.btnStart.Location = new System.Drawing.Point(374, 23);
this.btnStart.Name = "btnStart";
- this.btnStart.Size = new System.Drawing.Size(143, 54);
+ this.btnStart.Size = new System.Drawing.Size(168, 54);
this.btnStart.TabIndex = 5;
this.btnStart.Text = " 鍚� 鍔�";
this.btnStart.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.btnStart.UseVisualStyleBackColor = true;
+ this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
//
// buttonClearStatus
//
@@ -172,24 +184,27 @@
this.buttonClearStatus.TabIndex = 4;
this.buttonClearStatus.Text = "娓呴櫎鐘舵��";
this.buttonClearStatus.UseVisualStyleBackColor = true;
+ this.buttonClearStatus.Click += new System.EventHandler(this.buttonClearStatus_Click);
//
// buttonEmergencyStop
//
- this.buttonEmergencyStop.Location = new System.Drawing.Point(86, 56);
+ this.buttonEmergencyStop.Location = new System.Drawing.Point(108, 56);
this.buttonEmergencyStop.Name = "buttonEmergencyStop";
this.buttonEmergencyStop.Size = new System.Drawing.Size(70, 25);
this.buttonEmergencyStop.TabIndex = 4;
this.buttonEmergencyStop.Text = "绱ф�ュ仠姝�";
this.buttonEmergencyStop.UseVisualStyleBackColor = true;
+ this.buttonEmergencyStop.Click += new System.EventHandler(this.buttonEmergencyStop_Click);
//
// buttonServoEnable
//
- this.buttonServoEnable.Location = new System.Drawing.Point(86, 21);
+ this.buttonServoEnable.Location = new System.Drawing.Point(108, 21);
this.buttonServoEnable.Name = "buttonServoEnable";
this.buttonServoEnable.Size = new System.Drawing.Size(70, 25);
this.buttonServoEnable.TabIndex = 4;
this.buttonServoEnable.Text = "浼烘湇浣胯兘";
this.buttonServoEnable.UseVisualStyleBackColor = true;
+ this.buttonServoEnable.Click += new System.EventHandler(this.buttonServoEnable_Click);
//
// buttonSmoothStop
//
@@ -199,25 +214,29 @@
this.buttonSmoothStop.TabIndex = 4;
this.buttonSmoothStop.Text = "骞虫粦鍋滄";
this.buttonSmoothStop.UseVisualStyleBackColor = true;
+ this.buttonSmoothStop.Click += new System.EventHandler(this.buttonSmoothStop_Click);
//
// buttonPositionReset
//
- this.buttonPositionReset.Location = new System.Drawing.Point(168, 21);
+ this.buttonPositionReset.Location = new System.Drawing.Point(213, 21);
this.buttonPositionReset.Name = "buttonPositionReset";
this.buttonPositionReset.Size = new System.Drawing.Size(70, 25);
this.buttonPositionReset.TabIndex = 4;
this.buttonPositionReset.Text = "浣嶇疆娓呴浂";
this.buttonPositionReset.UseVisualStyleBackColor = true;
+ this.buttonPositionReset.Click += new System.EventHandler(this.buttonPositionReset_Click);
//
// FrmMotionCardOperationBase
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(484, 681);
+ this.ClientSize = new System.Drawing.Size(574, 681);
this.Controls.Add(this.tableLayoutPanel1);
this.Name = "FrmMotionCardOperationBase";
+ this.Text = "鏉垮崱鎿嶄綔";
this.tableLayoutPanel1.ResumeLayout(false);
this.tabControl1.ResumeLayout(false);
+ this.tabPage1.ResumeLayout(false);
this.tabPage2.ResumeLayout(false);
this.tableLayoutPanel3.ResumeLayout(false);
this.groupBoxPara.ResumeLayout(false);
@@ -243,5 +262,6 @@
private System.Windows.Forms.Button buttonPositionReset;
private System.Windows.Forms.GroupBox groupBoxPara;
private System.Windows.Forms.PropertyGrid propGrid;
+ private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
}
}
--
Gitblit v1.8.0