From 4823d6031b6081c4c25c2ada5e477a9118c549bf Mon Sep 17 00:00:00 2001 From: wells.liu <wells.liu@broconcentric.com> Date: 星期一, 06 七月 2020 17:42:17 +0800 Subject: [PATCH] 板卡操作及运行界面 --- src/Bro.UI.Device.Winform/MotionCard/FrmMotionCardOperationBase.Designer.cs | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 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..ce4360e 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(); @@ -77,6 +79,7 @@ // // 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); @@ -84,6 +87,14 @@ 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(464, 643); + this.flowLayoutPanel1.TabIndex = 0; // // tabPage2 // @@ -163,6 +174,7 @@ 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,6 +184,7 @@ this.buttonClearStatus.TabIndex = 4; this.buttonClearStatus.Text = "娓呴櫎鐘舵��"; this.buttonClearStatus.UseVisualStyleBackColor = true; + this.buttonClearStatus.Click += new System.EventHandler(this.buttonClearStatus_Click); // // buttonEmergencyStop // @@ -181,6 +194,7 @@ this.buttonEmergencyStop.TabIndex = 4; this.buttonEmergencyStop.Text = "绱ф�ュ仠姝�"; this.buttonEmergencyStop.UseVisualStyleBackColor = true; + this.buttonEmergencyStop.Click += new System.EventHandler(this.buttonEmergencyStop_Click); // // buttonServoEnable // @@ -190,6 +204,7 @@ this.buttonServoEnable.TabIndex = 4; this.buttonServoEnable.Text = "浼烘湇浣胯兘"; this.buttonServoEnable.UseVisualStyleBackColor = true; + this.buttonServoEnable.Click += new System.EventHandler(this.buttonServoEnable_Click); // // buttonSmoothStop // @@ -199,6 +214,7 @@ this.buttonSmoothStop.TabIndex = 4; this.buttonSmoothStop.Text = "骞虫粦鍋滄"; this.buttonSmoothStop.UseVisualStyleBackColor = true; + this.buttonSmoothStop.Click += new System.EventHandler(this.buttonSmoothStop_Click); // // buttonPositionReset // @@ -208,6 +224,7 @@ this.buttonPositionReset.TabIndex = 4; this.buttonPositionReset.Text = "浣嶇疆娓呴浂"; this.buttonPositionReset.UseVisualStyleBackColor = true; + this.buttonPositionReset.Click += new System.EventHandler(this.buttonPositionReset_Click); // // FrmMotionCardOperationBase // @@ -218,6 +235,7 @@ this.Name = "FrmMotionCardOperationBase"; 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 +261,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