📄 test.frm
字号:
VERSION 5.00
Begin VB.Form FrmTest
Caption = "ADT850应用型库函数示范程序"
ClientHeight = 4605
ClientLeft = 60
ClientTop = 345
ClientWidth = 8310
Icon = "test.frx":0000
LinkTopic = "Form1"
LockControls = -1 'True
ScaleHeight = 4605
ScaleWidth = 8310
StartUpPosition = 2 'CenterScreen
Begin VB.Frame Frame1
BackColor = &H8000000D&
Height = 30
Index = 1
Left = 60
TabIndex = 53
Top = 660
Width = 8205
End
Begin VB.PictureBox Picture1
Appearance = 0 'Flat
BackColor = &H8000000D&
ForeColor = &H80000008&
Height = 405
Left = 150
Picture = "test.frx":0442
ScaleHeight = 375
ScaleWidth = 735
TabIndex = 52
Top = 120
Width = 765
End
Begin VB.Frame Frame1
BackColor = &H8000000D&
Height = 30
Index = 0
Left = 60
TabIndex = 51
Top = 3780
Width = 8205
End
Begin VB.CommandButton CmdFree
Caption = "自由运动"
Height = 435
Left = 7080
TabIndex = 50
Top = 3990
Width = 1125
End
Begin VB.CommandButton CmdArc
Caption = "圆弧插补"
Height = 435
Left = 5655
TabIndex = 49
Top = 3990
Width = 1125
End
Begin VB.CommandButton CmdInit
Caption = "初始化卡"
Height = 435
Left = 5655
TabIndex = 48
Top = 120
Width = 1125
End
Begin VB.CommandButton CmdPos
Appearance = 0 'Flat
Height = 435
Left = 7080
Picture = "test.frx":14D4
Style = 1 'Graphical
TabIndex = 35
Top = 1890
Width = 1125
End
Begin VB.CommandButton CmdNeg
Appearance = 0 'Flat
Height = 435
Left = 7080
Picture = "test.frx":17DE
Style = 1 'Graphical
TabIndex = 34
Top = 1170
Width = 1125
End
Begin VB.CheckBox Mode
Caption = "绝对模式"
Height = 435
Left = 7080
Style = 1 'Graphical
TabIndex = 33
Top = 120
Width = 1125
End
Begin VB.CommandButton CmdStop
Caption = "停止"
Height = 435
Left = 7080
TabIndex = 16
Top = 2910
Width = 1125
End
Begin VB.CommandButton CmdContinue
Caption = "连续运动"
Height = 435
Left = 4260
TabIndex = 15
Top = 3990
Width = 1125
End
Begin VB.Frame FrmSelObj
Height = 2685
Left = 120
TabIndex = 3
Top = 840
Width = 6795
Begin VB.CheckBox ChkHome
Enabled = 0 'False
Height = 255
Index = 3
Left = 6150
TabIndex = 47
Top = 2280
Width = 465
End
Begin VB.CheckBox ChkN
Caption = "-"
Enabled = 0 'False
Height = 255
Index = 3
Left = 5400
TabIndex = 46
Top = 2310
Width = 465
End
Begin VB.CheckBox ChkP
Caption = "+"
Enabled = 0 'False
Height = 255
Index = 3
Left = 4860
TabIndex = 45
Top = 2310
Width = 465
End
Begin VB.CheckBox ChkHome
Enabled = 0 'False
Height = 255
Index = 2
Left = 6150
TabIndex = 44
Top = 1770
Width = 465
End
Begin VB.CheckBox ChkN
Caption = "-"
Enabled = 0 'False
Height = 255
Index = 2
Left = 5400
TabIndex = 43
Top = 1790
Width = 465
End
Begin VB.CheckBox ChkP
Caption = "+"
Enabled = 0 'False
Height = 255
Index = 2
Left = 4860
TabIndex = 42
Top = 1790
Width = 465
End
Begin VB.CheckBox ChkHome
Enabled = 0 'False
Height = 255
Index = 1
Left = 6150
TabIndex = 41
Top = 1260
Width = 465
End
Begin VB.CheckBox ChkN
Caption = "-"
Enabled = 0 'False
Height = 255
Index = 1
Left = 5400
TabIndex = 40
Top = 1270
Width = 465
End
Begin VB.CheckBox ChkP
Caption = "+"
Enabled = 0 'False
Height = 255
Index = 1
Left = 4860
TabIndex = 39
Top = 1270
Width = 465
End
Begin VB.CheckBox ChkHome
Enabled = 0 'False
Height = 255
Index = 0
Left = 6150
TabIndex = 38
Top = 750
Width = 465
End
Begin VB.CheckBox ChkN
Caption = "-"
Enabled = 0 'False
Height = 255
Index = 0
Left = 5400
TabIndex = 37
Top = 750
Width = 465
End
Begin VB.CheckBox ChkP
Caption = "+"
Enabled = 0 'False
Height = 255
Index = 0
Left = 4860
TabIndex = 36
Top = 750
Width = 465
End
Begin VB.TextBox pos
Height = 315
Index = 3
Left = 810
TabIndex = 32
Top = 2280
Width = 945
End
Begin VB.TextBox pos
Height = 315
Index = 2
Left = 810
TabIndex = 31
Top = 1760
Width = 945
End
Begin VB.TextBox pos
Height = 315
Index = 1
Left = 810
TabIndex = 30
Top = 1240
Width = 945
End
Begin VB.TextBox pos
Height = 315
Index = 0
Left = 810
TabIndex = 29
Top = 720
Width = 945
End
Begin VB.CheckBox ChkW
Caption = "W"
Height = 255
Left = 210
TabIndex = 13
Top = 2280
Width = 435
End
Begin VB.CheckBox ChkZ
Caption = "Z"
Height = 255
Left = 210
TabIndex = 12
Top = 1790
Width = 435
End
Begin VB.CheckBox ChkY
Caption = "Y"
Height = 255
Left = 210
TabIndex = 11
Top = 1270
Width = 435
End
Begin VB.CheckBox ChkX
Caption = "X"
Height = 255
Left = 210
TabIndex = 10
Top = 750
Width = 435
End
Begin VB.Label Speed
Height = 225
Index = 3
Left = 3870
TabIndex = 28
Top = 2310
Width = 885
End
Begin VB.Label Speed
Height = 225
Index = 2
Left = 3870
TabIndex = 27
Top = 1800
Width = 885
End
Begin VB.Label Speed
Height = 225
Index = 1
Left = 3870
TabIndex = 26
Top = 1290
Width = 885
End
Begin VB.Label Speed
Height = 225
Index = 0
Left = 3870
TabIndex = 25
Top = 780
Width = 885
End
Begin VB.Label ActPos
Height = 225
Index = 3
Left = 2850
TabIndex = 24
Top = 2310
Width = 885
End
Begin VB.Label ActPos
Height = 225
Index = 2
Left = 2850
TabIndex = 23
Top = 1800
Width = 885
End
Begin VB.Label ActPos
Height = 225
Index = 1
Left = 2850
TabIndex = 22
Top = 1290
Width = 885
End
Begin VB.Label ActPos
Height = 225
Index = 0
Left = 2850
TabIndex = 21
Top = 780
Width = 885
End
Begin VB.Label LogPos
Height = 225
Index = 3
Left = 1860
TabIndex = 20
Top = 2310
Width = 885
End
Begin VB.Label LogPos
Height = 225
Index = 2
Left = 1860
TabIndex = 19
Top = 1800
Width = 885
End
Begin VB.Label LogPos
Height = 225
Index = 1
Left = 1860
TabIndex = 18
Top = 1290
Width = 885
End
Begin VB.Label LogPos
Height = 225
Index = 0
Left = 1860
TabIndex = 17
Top = 780
Width = 885
End
Begin VB.Line Line3
Index = 5
X1 = 1782
X2 = 1782
Y1 = 120
Y2 = 2640
End
Begin VB.Label Label7
Caption = "目标位置"
Height = 195
Left = 900
TabIndex = 14
Top = 270
Width = 765
End
Begin VB.Line Line3
Index = 4
X1 = 5880
X2 = 5880
Y1 = 120
Y2 = 2640
End
Begin VB.Line Line3
Index = 3
X1 = 4788
X2 = 4788
Y1 = 120
Y2 = 2640
End
Begin VB.Line Line3
Index = 2
X1 = 3786
X2 = 3786
Y1 = 120
Y2 = 2640
End
Begin VB.Line Line3
Index = 1
X1 = 2784
X2 = 2784
Y1 = 120
Y2 = 2640
End
Begin VB.Line Line3
Index = 0
X1 = 780
X2 = 780
Y1 = 120
Y2 = 2640
End
Begin VB.Line Line2
Index = 2
X1 = 30
X2 = 6780
Y1 = 2175
Y2 = 2175
End
Begin VB.Line Line2
Index = 1
X1 = 30
X2 = 6780
Y1 = 1650
Y2 = 1650
End
Begin VB.Line Line2
Index = 0
X1 = 30
X2 = 6795
Y1 = 1125
Y2 = 1125
End
Begin VB.Label Label6
Caption = "原点信号"
Height = 195
Left = 5940
TabIndex = 9
Top = 270
Width = 765
End
Begin VB.Label Label5
Caption = "限位信号"
Height = 195
Left = 4980
TabIndex = 8
Top = 270
Width = 765
End
Begin VB.Label Label4
Caption = "运动速度"
Height = 195
Left = 3924
TabIndex = 7
Top = 270
Width = 765
End
Begin VB.Label Label3
Caption = "实际位置"
Height = 195
Left = 2916
TabIndex = 6
Top = 270
Width = 765
End
Begin VB.Label Label2
Caption = "逻辑位置"
Height = 195
Left = 1908
TabIndex = 5
Top = 270
Width = 765
End
Begin VB.Label Label1
Caption = "轴号"
Height = 195
Left = 210
TabIndex = 4
Top = 270
Width = 765
End
Begin VB.Line Line1
X1 = 30
X2 = 6750
Y1 = 600
Y2 = 600
End
End
Begin VB.Timer Timer1
Interval = 100
Left = 3810
Top = 30
End
Begin VB.CommandButton CmdHome
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -