📄 frmmain.frm
字号:
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
Height = 375
Left = 315
TabIndex = 56
Text = "0"
Top = 1305
Width = 2415
End
Begin VB.Label Label39
Caption = "数据单元起始地址"
Height = 255
Left = 315
TabIndex = 63
Top = 270
Width = 1650
End
Begin VB.Label Label35
Caption = "多个数据(16进制,两字符一组)"
Height = 225
Left = 330
TabIndex = 62
Top = 1725
Width = 3075
End
Begin VB.Label Label34
Caption = "(<400H)"
Height = 255
Left = 1125
TabIndex = 61
Top = 1020
Width = 765
End
Begin VB.Label Label32
Caption = "读取长度"
Height = 255
Left = 330
TabIndex = 60
Top = 1020
Width = 795
End
End
Begin VB.Frame Frame10
Caption = "EEPROM型号"
Height = 6405
Left = -74895
TabIndex = 41
Top = 420
Width = 1620
Begin VB.OptionButton eppromtype
Caption = "24C4096"
Height = 255
Index = 12
Left = 180
TabIndex = 54
Top = 5190
Width = 1320
End
Begin VB.OptionButton eppromtype
Caption = "24C2048"
Height = 255
Index = 11
Left = 180
TabIndex = 53
Top = 4777
Width = 1320
End
Begin VB.OptionButton eppromtype
Caption = "24C1024"
Height = 255
Index = 10
Left = 180
TabIndex = 52
Top = 4370
Width = 1320
End
Begin VB.OptionButton eppromtype
Caption = "24C512"
Height = 255
Index = 9
Left = 180
TabIndex = 51
Top = 3963
Width = 1320
End
Begin VB.OptionButton eppromtype
Caption = "24C256"
Height = 255
Index = 8
Left = 180
TabIndex = 50
Top = 3556
Width = 1320
End
Begin VB.OptionButton eppromtype
Caption = "24C128"
Height = 255
Index = 7
Left = 180
TabIndex = 49
Top = 3149
Width = 1320
End
Begin VB.OptionButton eppromtype
Caption = "24C64"
Height = 255
Index = 6
Left = 180
TabIndex = 48
Top = 2742
Width = 1320
End
Begin VB.OptionButton eppromtype
Caption = "24C32"
Height = 255
Index = 5
Left = 180
TabIndex = 47
Top = 2335
Width = 1320
End
Begin VB.OptionButton eppromtype
Caption = "24C16"
Height = 255
Index = 4
Left = 180
TabIndex = 46
Top = 1928
Width = 1320
End
Begin VB.OptionButton eppromtype
Caption = "24C08"
Height = 255
Index = 3
Left = 180
TabIndex = 45
Top = 1521
Width = 1320
End
Begin VB.OptionButton eppromtype
Caption = "24C04"
Height = 255
Index = 2
Left = 180
TabIndex = 44
Top = 1114
Width = 1320
End
Begin VB.OptionButton eppromtype
Caption = "24C02"
Height = 255
Index = 1
Left = 165
TabIndex = 43
Top = 707
Width = 1320
End
Begin VB.OptionButton eppromtype
Caption = "24C01"
Height = 255
Index = 0
Left = 180
TabIndex = 42
Top = 300
Value = -1 'True
Width = 1320
End
End
Begin VB.Frame Frame1
Caption = "读写数据,API=USBIO_EppReadData和USBIO_EppWriteData"
Height = 2865
Left = -74760
TabIndex = 31
Top = 585
Width = 6840
Begin VB.TextBox eppData0
Height = 1020
Left = 1020
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 35
Top = 1275
Width = 4695
End
Begin VB.TextBox eppLen0
BeginProperty DataFormat
Type = 0
Format = "0"
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
Height = 375
Left = 1035
TabIndex = 34
Top = 825
Width = 1905
End
Begin VB.CommandButton eppRead0
Caption = "Read"
Height = 375
Left = 3600
TabIndex = 33
Top = 2385
Width = 975
End
Begin VB.CommandButton eppWrite0
Caption = "Write"
Height = 390
Left = 4740
TabIndex = 32
Top = 2370
Width = 975
End
Begin VB.Label Label1
Caption = "EPP方式读数据: WR#=1, DS#=0, AS#=1, D0-D7=input"
Height = 180
Left = 405
TabIndex = 40
Top = 255
Width = 4455
End
Begin VB.Label Label2
Caption = "EPP方式写数据: WR#=0, DS#=0, AS#=1, D0-D7=output"
Height = 255
Left = 405
TabIndex = 39
Top = 540
Width = 4575
End
Begin VB.Label Label3
Caption = "数据"
Height = 255
Left = 390
TabIndex = 38
Top = 1335
Width = 615
End
Begin VB.Label Label4
Caption = "长度"
Height = 255
Left = 405
TabIndex = 37
Top = 885
Width = 495
End
Begin VB.Label Label20
Caption = "(<1000H)"
Height = 285
Left = 3015
TabIndex = 36
Top = 885
Width = 855
End
End
Begin VB.Frame Frame2
Caption = "读写地址,API=USBIO_EppReadAddr和USBIO_EppWriteAddr"
Height = 2865
Left = -74760
TabIndex = 21
Top = 3660
Width = 6840
Begin VB.TextBox eppData1
Height = 1025
Left = 1035
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 25
Top = 1305
Width = 4695
End
Begin VB.TextBox eppLen1
BeginProperty DataFormat
Type = 0
Format = "0"
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
Height = 375
Left = 1035
TabIndex = 24
Top = 855
Width = 2415
End
Begin VB.CommandButton eppRead1
Caption = "Read"
Height = 375
Left = 3660
TabIndex = 23
Top = 2400
Width = 975
End
Begin VB.CommandButton eppWrite1
Caption = "Write"
Height = 375
Left = 4755
TabIndex = 22
Top = 2400
Width = 975
End
Begin VB.Label Label5
Caption = "EPP方式读地址: WR#=1, DS#=1, AS#=0, D0-D7=input"
Height = 180
Left = 345
TabIndex = 30
Top = 285
Width = 4455
End
Begin VB.Label Label6
Caption = "EPP方式写地址: WR#=0, DS#=1, AS#=0, D0-D7=output"
Height = 180
Left = 345
TabIndex = 29
Top = 570
Width = 4455
End
Begin VB.Label Label7
Caption = "数据"
Height = 255
Left = 375
TabIndex = 28
Top = 1320
Width = 615
End
Begin VB.Label Label8
Caption = "长度"
Height = 255
Left = 345
TabIndex = 27
Top = 900
Width = 495
End
Begin VB.Label Label21
Caption = "(<1000H)"
Height = 285
Left = 3510
TabIndex = 26
Top = 930
Width = 855
End
End
Begin VB.Frame Frame3
Caption = "读写地址0,API=USBIO_MemReadAddr0和USBIO_MemWriteAddr0"
Height = 2865
Left = -74775
TabIndex = 11
Top = 540
Width = 6840
Begin VB.TextBox memData0
Height = 1025
Left = 1140
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 15
Top = 1275
Width = 4695
End
Begin VB.TextBox memLen0
BeginProperty DataFormat
Type = 0
Format = "0"
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
Height = 375
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -