📄 bit_motr.frm
字号:
VERSION 4.00
Begin VB.Form Form1
Appearance = 0 'Flat
BackColor = &H00C0C0C0&
Caption = "Form1"
ClientHeight = 3600
ClientLeft = 1605
ClientTop = 2130
ClientWidth = 4620
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H80000008&
Height = 4005
Left = 1545
LinkMode = 1 'Source
LinkTopic = "Form1"
ScaleHeight = 3600
ScaleMode = 0 'User
ScaleTop = 2000
ScaleWidth = 8421.876
Top = 1785
Width = 4740
Begin VB.CheckBox Check1
Caption = "Check1"
Height = 492
Left = 2280
TabIndex = 14
Top = 2640
Width = 1692
End
Begin VB.CommandButton Command3
Appearance = 0 'Flat
BackColor = &H80000005&
Caption = "Command3"
Height = 372
Left = 120
TabIndex = 12
Top = 1200
Width = 1692
End
Begin VB.TextBox Text6
Height = 375
Left = 1920
TabIndex = 11
Text = "Text6"
Top = 1200
Width = 855
End
Begin VB.TextBox Text5
Height = 375
Left = 1920
TabIndex = 10
Text = "Text5"
Top = 720
Width = 855
End
Begin VB.CommandButton Command2
Appearance = 0 'Flat
BackColor = &H80000005&
Caption = "Command2"
Height = 372
Left = 120
TabIndex = 2
Top = 720
Width = 1668
End
Begin VB.CommandButton Command1
Appearance = 0 'Flat
BackColor = &H80000005&
Caption = "Command1"
Height = 375
Left = 120
TabIndex = 4
Top = 240
Width = 1665
End
Begin VB.TextBox Text3
Height = 375
Left = 1920
TabIndex = 5
Text = "Text3"
Top = 240
Width = 855
End
Begin VB.TextBox Text2
Appearance = 0 'Flat
Height = 360
Left = 240
TabIndex = 9
Text = "Text2"
Top = 2130
Width = 3735
End
Begin VB.TextBox Text1
Appearance = 0 'Flat
Height = 360
Left = 240
TabIndex = 8
Text = "Text1"
Top = 1800
Width = 3735
End
Begin VB.TextBox Text4
Height = 375
Left = 2880
TabIndex = 3
Text = "Text4"
Top = 240
Width = 765
End
Begin VB.OptionButton Option2
Appearance = 0 'Flat
BackColor = &H80000005&
Caption = "Option2"
ForeColor = &H80000008&
Height = 408
Left = 240
TabIndex = 1
Top = 3120
Width = 1692
End
Begin VB.OptionButton Option1
Appearance = 0 'Flat
BackColor = &H80000005&
Caption = "Option1"
ForeColor = &H80000008&
Height = 408
Left = 240
TabIndex = 0
Top = 2616
Width = 1572
End
Begin MSCommLib.MSComm MSComm1
Left = 4080
Top = 1920
_Version = 65536
_ExtentX = 847
_ExtentY = 847
_StockProps = 0
CDTimeout = 0
CommPort = 1
CTSTimeout = 0
DSRTimeout = 0
DTREnable = -1 'True
Handshaking = 0
InBufferSize = 1024
InputLen = 0
Interval = 1000
NullDiscard = 0 'False
OutBufferSize = 512
ParityReplace = "?"
RThreshold = 0
RTSEnable = 0 'False
Settings = "9600,n,8,1"
SThreshold = 0
End
Begin VB.Label Label3
BackColor = &H00FFFFFF&
BorderStyle = 1 'Fixed Single
Caption = "Label3"
Height = 375
Left = 2880
TabIndex = 13
Top = 1200
Width = 855
End
Begin VB.Label Label2
BorderStyle = 1 'Fixed Single
Caption = "Label2"
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "MS Sans Serif"
Size = 12
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 3840
TabIndex = 6
Top = 1200
Width = 615
End
Begin VB.Label Label1
BorderStyle = 1 'Fixed Single
Caption = "Label1"
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "MS Sans Serif"
Size = 12
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 3840
TabIndex = 7
Top = 720
Width = 645
End
End
Attribute VB_Name = "Form1"
Attribute VB_Creatable = False
Attribute VB_Exposed = False
Private Sub Check1_Click()
a% = Check1.Value
dummy$ = C41_plc_run_stop$(a%) '1
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -