Commit 74dfb385 几米阳光

1

1 个父辈 10be948a
......@@ -93,7 +93,6 @@
this.btnMiddleMove.TabIndex = 4;
this.btnMiddleMove.Text = "旋转轴+(顺时针)";
this.btnMiddleMove.UseVisualStyleBackColor = true;
this.btnMiddleMove.Click += new System.EventHandler(this.btnMiddleMove_Click);
this.btnMiddleMove.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnMiddleMove_MouseDown);
this.btnMiddleMove.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnMiddleMove_MouseUp);
//
......
......@@ -46,9 +46,10 @@
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(300, 300);
this.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "FrmBase";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "FrmBase";
this.ResumeLayout(false);
......
......@@ -224,6 +224,7 @@
this.groupBox5.Controls.Add(this.label46);
this.groupBox5.Controls.Add(this.cmbAxisList);
this.groupBox5.Controls.Add(this.label49);
this.groupBox5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox5.Location = new System.Drawing.Point(621, 71);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(653, 203);
......@@ -260,7 +261,7 @@
"负方向"});
this.cmbAxisHomeType.Location = new System.Drawing.Point(95, 159);
this.cmbAxisHomeType.Name = "cmbAxisHomeType";
this.cmbAxisHomeType.Size = new System.Drawing.Size(88, 28);
this.cmbAxisHomeType.Size = new System.Drawing.Size(88, 25);
this.cmbAxisHomeType.TabIndex = 276;
//
// label7
......@@ -318,7 +319,7 @@
this.lblCountPulse.Location = new System.Drawing.Point(95, 128);
this.lblCountPulse.Name = "lblCountPulse";
this.lblCountPulse.ReadOnly = true;
this.lblCountPulse.Size = new System.Drawing.Size(87, 26);
this.lblCountPulse.Size = new System.Drawing.Size(87, 23);
this.lblCountPulse.TabIndex = 38;
//
// txtASpeed
......@@ -341,7 +342,7 @@
this.lblOutPulse.Location = new System.Drawing.Point(95, 97);
this.lblOutPulse.Name = "lblOutPulse";
this.lblOutPulse.ReadOnly = true;
this.lblOutPulse.Size = new System.Drawing.Size(87, 26);
this.lblOutPulse.Size = new System.Drawing.Size(87, 23);
this.lblOutPulse.TabIndex = 30;
//
// label47
......@@ -559,6 +560,7 @@
//
this.richTextBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.richTextBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.richTextBox1.Location = new System.Drawing.Point(22, 461);
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.Size = new System.Drawing.Size(581, 259);
......@@ -1922,6 +1924,7 @@
this.groupBox4.Controls.Add(this.txtPosition3);
this.groupBox4.Controls.Add(this.txtPosition2);
this.groupBox4.Controls.Add(this.txtPosition1);
this.groupBox4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox4.Location = new System.Drawing.Point(1042, 279);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(232, 193);
......@@ -1944,7 +1947,7 @@
this.chb3.AutoSize = true;
this.chb3.Location = new System.Drawing.Point(21, 104);
this.chb3.Name = "chb3";
this.chb3.Size = new System.Drawing.Size(84, 24);
this.chb3.Size = new System.Drawing.Size(75, 21);
this.chb3.TabIndex = 271;
this.chb3.Text = "轴三位置";
this.chb3.UseVisualStyleBackColor = true;
......@@ -1954,7 +1957,7 @@
this.chb2.AutoSize = true;
this.chb2.Location = new System.Drawing.Point(21, 68);
this.chb2.Name = "chb2";
this.chb2.Size = new System.Drawing.Size(84, 24);
this.chb2.Size = new System.Drawing.Size(75, 21);
this.chb2.TabIndex = 270;
this.chb2.Text = "轴二位置";
this.chb2.UseVisualStyleBackColor = true;
......@@ -1964,7 +1967,7 @@
this.chb1.AutoSize = true;
this.chb1.Location = new System.Drawing.Point(21, 32);
this.chb1.Name = "chb1";
this.chb1.Size = new System.Drawing.Size(84, 24);
this.chb1.Size = new System.Drawing.Size(75, 21);
this.chb1.TabIndex = 269;
this.chb1.Text = "轴一位置";
this.chb1.UseVisualStyleBackColor = true;
......@@ -1973,21 +1976,21 @@
//
this.txtPosition3.Location = new System.Drawing.Point(109, 99);
this.txtPosition3.Name = "txtPosition3";
this.txtPosition3.Size = new System.Drawing.Size(87, 26);
this.txtPosition3.Size = new System.Drawing.Size(87, 23);
this.txtPosition3.TabIndex = 268;
//
// txtPosition2
//
this.txtPosition2.Location = new System.Drawing.Point(109, 64);
this.txtPosition2.Name = "txtPosition2";
this.txtPosition2.Size = new System.Drawing.Size(87, 26);
this.txtPosition2.Size = new System.Drawing.Size(87, 23);
this.txtPosition2.TabIndex = 266;
//
// txtPosition1
//
this.txtPosition1.Location = new System.Drawing.Point(109, 27);
this.txtPosition1.Name = "txtPosition1";
this.txtPosition1.Size = new System.Drawing.Size(87, 26);
this.txtPosition1.Size = new System.Drawing.Size(87, 23);
this.txtPosition1.TabIndex = 265;
//
// FrmStoreBox
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!