📄 easyd12.frm
字号:
VERSION 5.00
Begin VB.Form FrmEasyD12
Caption = "EasyD12 USB 通信演示程序"
ClientHeight = 4440
ClientLeft = 60
ClientTop = 345
ClientWidth = 7020
Icon = "EasyD12.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4440
ScaleWidth = 7020
StartUpPosition = 2 'CenterScreen
Begin VB.CommandButton ComExit
Caption = "&E.退出"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 5160
TabIndex = 8
Top = 3960
Width = 1215
End
Begin VB.Frame Frame1
Caption = "读写24WC02(for DP-51下载实验仪)"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 3735
Left = 120
TabIndex = 0
Top = 120
Width = 6735
Begin VB.CheckBox Ch1
Caption = "十六进制输入"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 1320
TabIndex = 16
Top = 1680
Width = 3975
End
Begin VB.TextBox Tlen
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 270
Left = 3960
MaxLength = 3
TabIndex = 14
Top = 2160
Width = 1335
End
Begin VB.TextBox TDown
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 975
Left = 1320
MaxLength = 256
MultiLine = -1 'True
TabIndex = 13
Top = 720
Width = 3975
End
Begin VB.CommandButton ComRead
Caption = "&R.读E2PROM"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 350
Left = 5400
TabIndex = 10
Top = 3000
Width = 1215
End
Begin VB.CommandButton ComWrite
Caption = "&W.写E2PROM"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 350
Left = 5400
TabIndex = 9
Top = 1320
Width = 1215
End
Begin VB.TextBox TIncept
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 855
Left = 1320
MultiLine = -1 'True
TabIndex = 7
Top = 2520
Width = 3975
End
Begin VB.TextBox TIAdd
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 270
Left = 1320
MaxLength = 2
TabIndex = 6
Text = "0"
Top = 2160
Width = 1095
End
Begin VB.TextBox TDAdd
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 270
Left = 1320
MaxLength = 2
TabIndex = 5
Text = "0"
Top = 360
Width = 1095
End
Begin VB.CheckBox Ch2
Caption = "十六进制显示"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 1320
TabIndex = 17
Top = 3360
Width = 3975
End
Begin VB.Label Label7
Caption = "H"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 270
Left = 2520
TabIndex = 15
Top = 2200
Width = 255
End
Begin VB.Label Label6
Caption = "数据长度"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 270
Left = 3120
TabIndex = 12
Top = 2205
Width = 735
End
Begin VB.Label Label2
Caption = "H"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -