| | |
| | | this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); |
| | | this.groupBox2 = new System.Windows.Forms.GroupBox(); |
| | | this.listBoxMsg = new System.Windows.Forms.ListBox(); |
| | | this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); |
| | | this.tableLayoutPanel1.SuspendLayout(); |
| | | this.groupBox2.SuspendLayout(); |
| | | this.SuspendLayout(); |
| | |
| | | this.tableLayoutPanel1.ColumnCount = 1; |
| | | this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
| | | this.tableLayoutPanel1.Controls.Add(this.groupBox2, 0, 2); |
| | | this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 0, 0); |
| | | this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; |
| | | this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); |
| | | this.tableLayoutPanel1.Name = "tableLayoutPanel1"; |
| | |
| | | this.listBoxMsg.Size = new System.Drawing.Size(603, 85); |
| | | this.listBoxMsg.TabIndex = 1; |
| | | // |
| | | // 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(609, 194); |
| | | this.flowLayoutPanel1.TabIndex = 11; |
| | | // |
| | | // CtrlMotionCardRunBase |
| | | // |
| | | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); |
| | |
| | | private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; |
| | | private System.Windows.Forms.GroupBox groupBox2; |
| | | private System.Windows.Forms.ListBox listBoxMsg; |
| | | private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; |
| | | } |
| | | } |