| | |
| | | // |
| | | textBoxAngleNow.Anchor = AnchorStyles.Left | AnchorStyles.Right; |
| | | textBoxAngleNow.Enabled = false; |
| | | textBoxAngleNow.Location = new Point(160, 146); |
| | | textBoxAngleNow.Location = new Point(160, 144); |
| | | textBoxAngleNow.Name = "textBoxAngleNow"; |
| | | textBoxAngleNow.Size = new Size(205, 26); |
| | | textBoxAngleNow.Size = new Size(205, 30); |
| | | textBoxAngleNow.TabIndex = 17; |
| | | textBoxAngleNow.Text = "0"; |
| | | textBoxAngleNow.TextChanged += textBoxAngleNow_TextChanged; |
| | |
| | | // |
| | | textBoxPositionNow.Anchor = AnchorStyles.Left | AnchorStyles.Right; |
| | | textBoxPositionNow.Enabled = false; |
| | | textBoxPositionNow.Location = new Point(160, 99); |
| | | textBoxPositionNow.Location = new Point(160, 97); |
| | | textBoxPositionNow.Name = "textBoxPositionNow"; |
| | | textBoxPositionNow.Size = new Size(205, 26); |
| | | textBoxPositionNow.Size = new Size(205, 30); |
| | | textBoxPositionNow.TabIndex = 15; |
| | | textBoxPositionNow.Text = "(0,0,0)"; |
| | | textBoxPositionNow.TextChanged += textBoxPositionNow_TextChanged; |
| | |
| | | // textBoxAngSpeed |
| | | // |
| | | textBoxAngSpeed.Anchor = AnchorStyles.Left | AnchorStyles.Right; |
| | | textBoxAngSpeed.Location = new Point(160, 54); |
| | | textBoxAngSpeed.Location = new Point(160, 52); |
| | | textBoxAngSpeed.Name = "textBoxAngSpeed"; |
| | | textBoxAngSpeed.Size = new Size(205, 26); |
| | | textBoxAngSpeed.Size = new Size(205, 30); |
| | | textBoxAngSpeed.TabIndex = 13; |
| | | textBoxAngSpeed.Text = "0"; |
| | | textBoxAngSpeed.TextChanged += textBoxAngSpeed_TextChanged; |
| | |
| | | // textBoxPointSpeed |
| | | // |
| | | textBoxPointSpeed.Anchor = AnchorStyles.Left | AnchorStyles.Right; |
| | | textBoxPointSpeed.Location = new Point(160, 9); |
| | | textBoxPointSpeed.Location = new Point(160, 7); |
| | | textBoxPointSpeed.Name = "textBoxPointSpeed"; |
| | | textBoxPointSpeed.Size = new Size(205, 26); |
| | | textBoxPointSpeed.Size = new Size(205, 30); |
| | | textBoxPointSpeed.TabIndex = 11; |
| | | textBoxPointSpeed.Text = "0"; |
| | | textBoxPointSpeed.TextChanged += textBoxPointSpeed_TextChanged; |
| | |
| | | tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 100F)); |
| | | tableLayoutPanel1.Size = new Size(368, 39); |
| | | tableLayoutPanel1.TabIndex = 4; |
| | | tableLayoutPanel1.Paint += tableLayoutPanel1_Paint; |
| | | // |
| | | // textBox1 |
| | | // |
| | | textBox1.Anchor = AnchorStyles.Left | AnchorStyles.Right; |
| | | textBox1.Enabled = false; |
| | | textBox1.Location = new Point(78, 6); |
| | | textBox1.Location = new Point(78, 4); |
| | | textBox1.Name = "textBox1"; |
| | | textBox1.Size = new Size(287, 26); |
| | | textBox1.Size = new Size(287, 30); |
| | | textBox1.TabIndex = 20; |
| | | // |
| | | // uiMarkLabelSN |
| | |
| | | // |
| | | textBox2.Anchor = AnchorStyles.Left | AnchorStyles.Right; |
| | | textBox2.Enabled = false; |
| | | textBox2.Location = new Point(78, 6); |
| | | textBox2.Location = new Point(78, 4); |
| | | textBox2.Name = "textBox2"; |
| | | textBox2.Size = new Size(287, 26); |
| | | textBox2.Size = new Size(287, 30); |
| | | textBox2.TabIndex = 21; |
| | | // |
| | | // uiMarkLabelName |
| | |
| | | // |
| | | // MotionControlForm |
| | | // |
| | | AutoScaleMode = AutoScaleMode.None; |
| | | AutoScaleDimensions = new SizeF(120F, 120F); |
| | | AutoScaleMode = AutoScaleMode.Dpi; |
| | | AutoSize = true; |
| | | ClientSize = new Size(900, 763); |
| | | Controls.Add(themeForm1); |