📄 form1.frm
字号:
VERSION 5.00
Begin VB.Form Form1
Caption = "VB编程实例(一)"
ClientHeight = 3510
ClientLeft = 60
ClientTop = 345
ClientWidth = 5940
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3510
ScaleWidth = 5940
StartUpPosition = 1 '所有者中心
Begin VB.Frame Frame4
Caption = "IO状态"
ForeColor = &H00FF0000&
Height = 3255
Left = 240
TabIndex = 18
Top = 120
Width = 1455
Begin VB.Label VB_IOState
Alignment = 2 'Center
BackColor = &H000000FF&
BorderStyle = 1 'Fixed Single
Caption = "INP"
Height = 255
Index = 11
Left = 120
TabIndex = 30
Top = 2880
Width = 1095
End
Begin VB.Label VB_IOState
Alignment = 2 'Center
BackColor = &H000000FF&
BorderStyle = 1 'Fixed Single
Caption = "ERC"
Height = 255
Index = 10
Left = 120
TabIndex = 29
Top = 2640
Width = 1095
End
Begin VB.Label VB_IOState
Alignment = 2 'Center
BackColor = &H000000FF&
BorderStyle = 1 'Fixed Single
Caption = "-SD"
Height = 255
Index = 3
Left = 120
TabIndex = 28
Top = 960
Width = 1095
End
Begin VB.Label VB_IOState
Alignment = 2 'Center
BackColor = &H000000FF&
BorderStyle = 1 'Fixed Single
Caption = "+SD"
Height = 255
Index = 2
Left = 120
TabIndex = 27
Top = 720
Width = 1095
End
Begin VB.Label VB_IOState
Alignment = 2 'Center
BackColor = &H000000FF&
BorderStyle = 1 'Fixed Single
Caption = "-EL"
Height = 255
Index = 1
Left = 120
TabIndex = 26
Top = 480
Width = 1095
End
Begin VB.Label VB_IOState
Alignment = 2 'Center
BackColor = &H000000FF&
BorderStyle = 1 'Fixed Single
Caption = "+EL"
Height = 255
Index = 0
Left = 120
TabIndex = 25
Top = 240
Width = 1095
End
Begin VB.Label VB_IOState
Alignment = 2 'Center
BackColor = &H000000FF&
BorderStyle = 1 'Fixed Single
Caption = "ORG"
Height = 255
Index = 4
Left = 120
TabIndex = 24
Top = 1200
Width = 1095
End
Begin VB.Label VB_IOState
Alignment = 2 'Center
BackColor = &H000000FF&
BorderStyle = 1 'Fixed Single
Caption = "EZ"
Height = 255
Index = 5
Left = 120
TabIndex = 23
Top = 1440
Width = 1095
End
Begin VB.Label VB_IOState
Alignment = 2 'Center
BackColor = &H000000FF&
BorderStyle = 1 'Fixed Single
Caption = "ALM"
Height = 255
Index = 6
Left = 120
TabIndex = 22
Top = 1680
Width = 1095
End
Begin VB.Label VB_IOState
Alignment = 2 'Center
BackColor = &H000000FF&
BorderStyle = 1 'Fixed Single
Caption = "SVON"
Height = 255
Index = 7
Left = 120
TabIndex = 21
Top = 1920
Width = 1095
End
Begin VB.Label VB_IOState
Alignment = 2 'Center
BackColor = &H000000FF&
BorderStyle = 1 'Fixed Single
Caption = "RDY"
Height = 255
Index = 8
Left = 120
TabIndex = 20
Top = 2160
Width = 1095
End
Begin VB.Label VB_IOState
Alignment = 2 'Center
BackColor = &H000000FF&
BorderStyle = 1 'Fixed Single
Caption = "INT"
Height = 255
Index = 9
Left = 120
TabIndex = 19
Top = 2400
Width = 1095
End
End
Begin VB.Frame Frame1
Caption = "运动状态"
ForeColor = &H00FF0000&
Height = 855
Left = 4440
TabIndex = 16
Top = 120
Width = 1455
Begin VB.Label VB_MotionState
Alignment = 2 'Center
BackColor = &H000000FF&
BorderStyle = 1 'Fixed Single
Caption = "move"
BeginProperty Font
Name = "宋体"
Size = 18
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 120
TabIndex = 17
Top = 240
Width = 1095
End
End
Begin VB.CommandButton Command3
Caption = "退出"
Height = 495
Left = 4560
TabIndex = 15
Top = 2880
Width = 1095
End
Begin VB.CommandButton Command2
Caption = "位置清零"
Height = 495
Left = 4560
TabIndex = 14
Top = 2400
Width = 1095
End
Begin VB.CommandButton Command1
Caption = "停 止"
Height = 495
Left = 4560
TabIndex = 13
Top = 1920
Width = 1095
End
Begin VB.Frame Frame3
Caption = "参数设置"
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 1815
Left = 2040
TabIndex = 6
Top = 720
Width = 2295
Begin VB.TextBox VB_Taccel
Alignment = 1 'Right Justify
Height = 285
Left = 1200
TabIndex = 31
Text = "0.1"
Top = 1320
Width = 975
End
Begin VB.TextBox VB_HighSpeed
Alignment = 1 'Right Justify
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -