📄 frmmain.frm
字号:
VERSION 5.00
Begin VB.Form frmMain
Caption = "PCI-1755 FDI with events threading"
ClientHeight = 6915
ClientLeft = 60
ClientTop = 345
ClientWidth = 6675
LinkTopic = "Form1"
ScaleHeight = 6915
ScaleWidth = 6675
StartUpPosition = 3 'Windows Default
Begin VB.TextBox txtDeviceName
Height = 375
Left = 120
Locked = -1 'True
TabIndex = 36
Top = 120
Width = 4935
End
Begin VB.CommandButton cmdSelectDevice
Caption = "Select Device ..."
Height = 375
Left = 5160
TabIndex = 35
Top = 120
Width = 1455
End
Begin VB.Frame frmSetting
Caption = " Device setting "
ForeColor = &H8000000D&
Height = 3135
Left = 120
TabIndex = 15
Top = 600
Width = 6495
Begin VB.Frame frmPatternMatch
Caption = "Pattern Match"
Height = 735
Left = 120
TabIndex = 39
Top = 2280
Width = 1575
Begin VB.TextBox txtPatternMatch
Alignment = 1 'Right Justify
Height = 375
Left = 240
TabIndex = 40
Text = "AABBCCDD"
Top = 240
Width = 1095
End
End
Begin VB.Frame frmDataWidth
Caption = "Data width "
Height = 1455
Left = 120
TabIndex = 30
Top = 840
Width = 1575
Begin VB.OptionButton optDataWidth
Caption = "32bits DI"
Enabled = 0 'False
Height = 255
Index = 0
Left = 120
TabIndex = 34
Top = 360
Width = 1095
End
Begin VB.OptionButton optDataWidth
Caption = "32 bits DO"
Height = 255
Index = 1
Left = 120
TabIndex = 33
Top = 600
Width = 1335
End
Begin VB.OptionButton optDataWidth
Caption = "16 bits DI/DO"
Height = 255
Index = 2
Left = 120
TabIndex = 32
Top = 840
Width = 1335
End
Begin VB.OptionButton optDataWidth
Caption = " 8 bits DI/DO"
Height = 255
Index = 3
Left = 120
TabIndex = 31
Top = 1080
Width = 1335
End
End
Begin VB.Frame frmStartType
Caption = "Start type"
Height = 1095
Left = 1800
TabIndex = 27
Top = 840
Width = 2535
Begin VB.OptionButton optStartType
Caption = "Wait for Pattern Match"
Height = 255
Index = 2
Left = 120
TabIndex = 37
Top = 720
Width = 2295
End
Begin VB.OptionButton optStartType
Caption = "S/W start "
Height = 255
Index = 0
Left = 120
TabIndex = 29
Top = 240
Width = 1095
End
Begin VB.OptionButton optStartType
Caption = "Wait for external HW signal"
Height = 255
Index = 1
Left = 120
TabIndex = 28
Top = 480
Width = 2295
End
End
Begin VB.Frame Frame1
Caption = "Stop type "
Height = 1095
Left = 1800
TabIndex = 24
Top = 1920
Width = 2535
Begin VB.OptionButton optStopType
Caption = "Till Pattern Match"
Height = 255
Index = 2
Left = 120
TabIndex = 38
Top = 720
Width = 2295
End
Begin VB.OptionButton optStopType
Caption = "S/W stop"
Height = 255
Index = 0
Left = 120
TabIndex = 26
Top = 240
Width = 1095
End
Begin VB.OptionButton optStopType
Caption = "Till for external HW signal"
Height = 255
Index = 1
Left = 120
TabIndex = 25
Top = 480
Width = 2295
End
End
Begin VB.Frame Frame2
Caption = "Pacer source "
Height = 2175
Left = 4440
TabIndex = 20
Top = 840
Width = 1935
Begin VB.ListBox lstPacerSource
Height = 1230
ItemData = "frmMain.frx":0000
Left = 120
List = "frmMain.frx":0019
TabIndex = 22
Top = 240
Width = 1695
End
Begin VB.TextBox txtCounterValue
Alignment = 1 'Right Justify
Height = 285
Left = 120
TabIndex = 21
Text = "0"
Top = 1800
Width = 1695
End
Begin VB.Label Label1
Caption = "Value (2-65535):"
Height = 255
Left = 120
TabIndex = 23
Top = 1560
Width = 1215
End
End
Begin VB.Frame Frame3
Caption = "Operation mode"
Height = 615
Left = 120
TabIndex = 16
Top = 240
Width = 6255
Begin VB.OptionButton optOperationMode
Caption = "Normal"
Height = 255
Index = 0
Left = 120
TabIndex = 19
Top = 240
Width = 855
End
Begin VB.OptionButton optOperationMode
Caption = "8255 emulated handshaking "
Height = 255
Index = 1
Left = 1680
TabIndex = 18
Top = 240
Width = 2415
End
Begin VB.OptionButton optOperationMode
Caption = "Burst handshaking "
Height = 255
Index = 2
Left = 4320
TabIndex = 17
Top = 240
Width = 1695
End
End
End
Begin VB.Frame frmRun
Caption = "Running "
Height = 3015
Left = 120
TabIndex = 2
Top = 3840
Width = 3135
Begin VB.CommandButton cmdShow
Caption = "Sho&w..."
Height = 375
Left = 2160
TabIndex = 41
Top = 2520
Width = 855
End
Begin VB.CheckBox chkCyclic
Caption = "Cyclic out digital data "
Height = 255
Left = 240
TabIndex = 14
Top = 2160
Width = 2055
End
Begin VB.Frame frmStatus
Caption = "Event information"
Height = 1695
Left = 120
TabIndex = 5
Top = 240
Width = 2895
Begin VB.TextBox txtFdiAction
Alignment = 1 'Right Justify
Height = 285
Left = 1440
Locked = -1 'True
TabIndex = 9
Text = "No action"
Top = 240
Width = 1335
End
Begin VB.TextBox txtTransfered
Alignment = 1 'Right Justify
Height = 285
Left = 1440
TabIndex = 8
Text = "0"
Top = 600
Width = 1335
End
Begin VB.TextBox txtOverrunCount
Alignment = 1 'Right Justify
Height = 285
Left = 1440
Locked = -1 'True
TabIndex = 7
Text = "0"
Top = 1320
Width = 1335
End
Begin VB.TextBox txtBufferChange
Alignment = 1 'Right Justify
Height = 285
Left = 1440
Locked = -1 'True
TabIndex = 6
Text = "None"
Top = 960
Width = 1335
End
Begin VB.Label Label4
Caption = "Fast DI action:"
Height = 255
Left = 120
TabIndex = 13
Top = 240
Width = 1335
End
Begin VB.Label Label3
Caption = "Buffer point:"
Height = 255
Left = 120
TabIndex = 12
Top = 600
Width = 1335
End
Begin VB.Label Label2
Caption = "Over-run count:"
Height = 255
Left = 120
TabIndex = 11
Top = 1320
Width = 1215
End
Begin VB.Label Label5
Caption = "Transfered buffer:"
Height = 255
Left = 120
TabIndex = 10
Top = 960
Width = 1335
End
End
Begin VB.CommandButton cmdStop
Caption = "&Stop"
Enabled = 0 'False
Height = 375
Left = 1080
TabIndex = 4
Top = 2520
Width = 855
End
Begin VB.CommandButton cmdRun
Caption = "&Run"
Height = 375
Left = 120
TabIndex = 3
Top = 2520
Width = 855
End
End
Begin VB.CommandButton cmdExit
Caption = "E&xit"
Height = 495
Left = 3360
TabIndex = 1
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -