File was renamed from src/Bro.UI.Device.Winform/MotionCard/CtrlMotionCardOperationBase.Designer.cs |
| | |
| | | namespace Bro.UI.Device.Winform |
| | | { |
| | | partial class CtrlMotionCardOperationBase |
| | | partial class FrmMotionCardOperationBase |
| | | { |
| | | /// <summary> |
| | | /// 必需的设计器变量。 |
| | |
| | | /// </summary> |
| | | private void InitializeComponent() |
| | | { |
| | | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CtrlMotionCardOperationBase)); |
| | | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMotionCardOperationBase)); |
| | | this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); |
| | | this.tabControl1 = new System.Windows.Forms.TabControl(); |
| | | this.tabPage1 = new System.Windows.Forms.TabPage(); |
| | | this.tabPage2 = new System.Windows.Forms.TabPage(); |
| | | this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); |
| | | this.groupBoxPara = new System.Windows.Forms.GroupBox(); |
| | | this.propGrid = new System.Windows.Forms.PropertyGrid(); |
| | | this.groupBoxCommBtn = new System.Windows.Forms.GroupBox(); |
| | | this.btnStart = new System.Windows.Forms.Button(); |
| | | this.buttonClearStatus = new System.Windows.Forms.Button(); |
| | |
| | | this.buttonServoEnable = new System.Windows.Forms.Button(); |
| | | this.buttonSmoothStop = new System.Windows.Forms.Button(); |
| | | this.buttonPositionReset = new System.Windows.Forms.Button(); |
| | | this.groupBoxPara = new System.Windows.Forms.GroupBox(); |
| | | this.propGrid = new System.Windows.Forms.PropertyGrid(); |
| | | this.tableLayoutPanel1.SuspendLayout(); |
| | | this.tabControl1.SuspendLayout(); |
| | | this.tabPage2.SuspendLayout(); |
| | | this.tableLayoutPanel3.SuspendLayout(); |
| | | this.groupBoxCommBtn.SuspendLayout(); |
| | | this.groupBoxPara.SuspendLayout(); |
| | | this.groupBoxCommBtn.SuspendLayout(); |
| | | this.SuspendLayout(); |
| | | // |
| | | // tableLayoutPanel1 |
| | |
| | | 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(500, 720); |
| | | this.tableLayoutPanel1.Size = new System.Drawing.Size(484, 681); |
| | | this.tableLayoutPanel1.TabIndex = 0; |
| | | // |
| | | // tabControl1 |
| | |
| | | this.tabControl1.Location = new System.Drawing.Point(3, 3); |
| | | this.tabControl1.Name = "tabControl1"; |
| | | this.tabControl1.SelectedIndex = 0; |
| | | this.tabControl1.Size = new System.Drawing.Size(494, 714); |
| | | this.tabControl1.Size = new System.Drawing.Size(478, 675); |
| | | this.tabControl1.TabIndex = 12; |
| | | // |
| | | // tabPage1 |
| | |
| | | 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(486, 688); |
| | | this.tabPage1.Size = new System.Drawing.Size(470, 649); |
| | | this.tabPage1.TabIndex = 0; |
| | | this.tabPage1.Text = "快捷操作"; |
| | | this.tabPage1.UseVisualStyleBackColor = true; |
| | |
| | | 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(486, 688); |
| | | this.tabPage2.Size = new System.Drawing.Size(470, 649); |
| | | this.tabPage2.TabIndex = 1; |
| | | this.tabPage2.Text = "通用操作"; |
| | | this.tabPage2.UseVisualStyleBackColor = true; |
| | |
| | | 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(480, 682); |
| | | this.tableLayoutPanel3.Size = new System.Drawing.Size(464, 643); |
| | | this.tableLayoutPanel3.TabIndex = 0; |
| | | // |
| | | // groupBoxPara |
| | | // |
| | | this.groupBoxPara.Controls.Add(this.propGrid); |
| | | 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.TabIndex = 13; |
| | | this.groupBoxPara.TabStop = false; |
| | | this.groupBoxPara.Text = "参数"; |
| | | // |
| | | // propGrid |
| | | // |
| | | this.propGrid.Dock = System.Windows.Forms.DockStyle.Fill; |
| | | 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.TabIndex = 1; |
| | | // |
| | | // groupBoxCommBtn |
| | | // |
| | |
| | | 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(474, 114); |
| | | this.groupBoxCommBtn.Size = new System.Drawing.Size(458, 114); |
| | | this.groupBoxCommBtn.TabIndex = 1; |
| | | this.groupBoxCommBtn.TabStop = false; |
| | | this.groupBoxCommBtn.Text = "公共操作"; |
| | |
| | | this.btnStart.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; |
| | | this.btnStart.Location = new System.Drawing.Point(309, 23); |
| | | this.btnStart.Name = "btnStart"; |
| | | this.btnStart.Size = new System.Drawing.Size(159, 54); |
| | | this.btnStart.Size = new System.Drawing.Size(143, 54); |
| | | this.btnStart.TabIndex = 5; |
| | | this.btnStart.Text = " 启 动"; |
| | | this.btnStart.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; |
| | |
| | | this.buttonPositionReset.Text = "位置清零"; |
| | | this.buttonPositionReset.UseVisualStyleBackColor = true; |
| | | // |
| | | // groupBoxPara |
| | | // |
| | | this.groupBoxPara.Controls.Add(this.propGrid); |
| | | 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(474, 556); |
| | | this.groupBoxPara.TabIndex = 13; |
| | | this.groupBoxPara.TabStop = false; |
| | | this.groupBoxPara.Text = "参数"; |
| | | // |
| | | // propGrid |
| | | // |
| | | this.propGrid.Dock = System.Windows.Forms.DockStyle.Fill; |
| | | 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(468, 536); |
| | | this.propGrid.TabIndex = 1; |
| | | // |
| | | // CtrlMotionCardOperationBase |
| | | // 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.Controls.Add(this.tableLayoutPanel1); |
| | | this.Name = "CtrlMotionCardOperationBase"; |
| | | this.Size = new System.Drawing.Size(500, 720); |
| | | this.Name = "FrmMotionCardOperationBase"; |
| | | this.tableLayoutPanel1.ResumeLayout(false); |
| | | this.tabControl1.ResumeLayout(false); |
| | | this.tabPage2.ResumeLayout(false); |
| | | this.tableLayoutPanel3.ResumeLayout(false); |
| | | this.groupBoxPara.ResumeLayout(false); |
| | | this.groupBoxCommBtn.ResumeLayout(false); |
| | | this.groupBoxCommBtn.PerformLayout(); |
| | | this.groupBoxPara.ResumeLayout(false); |
| | | this.ResumeLayout(false); |
| | | |
| | | } |