📄 guideform.frm
字号:
VERSION 5.00
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0"; "RICHTX32.OCX"
Begin VB.Form GuideForm
BackColor = &H00FFFFC0&
BorderStyle = 0 'None
Caption = "Form1"
ClientHeight = 11520
ClientLeft = 0
ClientTop = 0
ClientWidth = 15360
LinkTopic = "Form1"
ScaleHeight = 11520
ScaleWidth = 15360
ShowInTaskbar = 0 'False
Begin VB.Frame Frame3
BackColor = &H00FFFFC0&
Height = 10620
Left = 60
TabIndex = 8
Top = 840
Width = 13065
Begin VB.CommandButton Cmdversion
Caption = "版权信息"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 585
Left = 9390
TabIndex = 14
Top = 9360
Width = 1695
End
Begin VB.CommandButton Cmdguide
Caption = "操作事项"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 585
Left = 1590
TabIndex = 12
Top = 9360
Width = 1695
End
Begin VB.CommandButton Cmdknow
Caption = "灌溉知识"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 585
Left = 4190
TabIndex = 11
Top = 9360
Width = 1695
End
Begin VB.CommandButton Cmdde
Caption = "设计单位"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 585
Left = 6810
TabIndex = 10
Top = 9360
Width = 1695
End
Begin RichTextLib.RichTextBox RichTextBox2
Height = 8265
Left = 1740
TabIndex = 9
Top = 480
Visible = 0 'False
Width = 9585
_ExtentX = 16907
_ExtentY = 14579
_Version = 393217
BorderStyle = 0
Enabled = -1 'True
ScrollBars = 3
TextRTF = $"GuideForm.frx":0000
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
End
Begin VB.Image Image1
Height = 5370
Left = 2220
Picture = "GuideForm.frx":009D
Stretch = -1 'True
Top = 2520
Width = 8265
End
End
Begin VB.Frame Frame4
BackColor = &H00FFFFC0&
Height = 10620
Left = 13140
TabIndex = 0
Top = 840
Width = 2175
Begin VB.CommandButton Cdata
Caption = "灌溉记录"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 555
Left = 300
TabIndex = 7
Top = 3600
Width = 1545
End
Begin VB.CommandButton Cmdset
Caption = "系统设置"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 555
Left = 300
TabIndex = 6
Top = 6480
Width = 1545
End
Begin VB.CommandButton Cmdzn
Caption = "应用指南"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 555
Left = 315
TabIndex = 5
Top = 7875
Width = 1545
End
Begin VB.CommandButton Cmdxx
Caption = "环境信息"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 555
Left = 300
TabIndex = 4
Top = 5040
Width = 1545
End
Begin VB.CommandButton Cmdzt
Caption = "阀门状态"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 555
Left = 300
TabIndex = 3
Top = 2177
Width = 1545
End
Begin VB.CommandButton Cmdbz
Caption = "阀门编组"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 555
Left = 300
TabIndex = 2
Top = 750
Width = 1545
End
Begin VB.CommandButton Cmdquit
Caption = "退 出"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 555
Left = 300
TabIndex = 1
Top = 9315
Width = 1545
End
End
Begin VB.Label Label12
BackStyle = 0 'Transparent
Caption = "节水灌溉智能监控系统"
BeginProperty Font
Name = "宋体"
Size = 26.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000080FF&
Height = 540
Left = 4320
TabIndex = 13
Top = 210
Width = 7545
End
End
Attribute VB_Name = "GuideForm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Cmdguide_Click()
RichTextBox2.Visible = True
RichTextBox2.FileName = App.Path & "\data\guide1.rtf"
End Sub
Private Sub Cmdknow_Click()
RichTextBox2.Visible = True
RichTextBox2.FileName = App.Path & "\data\guide2.rtf"
End Sub
Private Sub Cmdde_Click()
RichTextBox2.Visible = True
RichTextBox2.FileName = App.Path & "\data\guide3.rtf"
End Sub
Private Sub Cmdversion_Click()
RichTextBox2.Visible = False
End Sub
Private Sub Cmdbz_Click()
TeamForm.Show
End Sub
Private Sub Cmdzt_Click()
filedForm.Show
End Sub
Private Sub Cmdxx_Click()
xxForm.Show
End Sub
Private Sub Cdata_Click()
HisForm.Show
Call HisForm.get_cdata
End Sub
Private Sub Cmdset_Click()
commandbz = 2
PassForm.Show
End Sub
Private Sub Cmdquit_Click()
commandbz = 3
PassForm.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -