📄 form3.frm
字号:
VERSION 5.00
Begin VB.Form Form3
Caption = "发电机保护"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic = "Form3"
ScaleHeight = 8595
ScaleWidth = 11880
StartUpPosition = 3 '窗口缺省
WindowState = 2 'Maximized
Begin VB.CommandButton Command10
Caption = "发电机定子绕组负序过流保护"
Height = 855
Left = 7080
TabIndex = 9
Top = 5040
Width = 2535
End
Begin VB.CommandButton Command9
Caption = "发电机阻抗保护"
Height = 855
Left = 7080
TabIndex = 8
Top = 6360
Width = 2535
End
Begin VB.CommandButton Command8
Caption = "发电机转子绕组接地保护"
Height = 855
Left = 7080
TabIndex = 7
Top = 3720
Width = 2535
End
Begin VB.CommandButton Command7
Caption = "发电机转子绕组过负荷保护"
Height = 855
Left = 7080
TabIndex = 6
Top = 2400
Width = 2535
End
Begin VB.CommandButton Command6
Caption = "发电机定子绕组匝间短路保护"
Height = 855
Left = 7080
TabIndex = 5
Top = 1080
Width = 2535
End
Begin VB.CommandButton Command5
Caption = "发电机定子绕组过负荷保护"
Height = 855
Left = 2160
TabIndex = 4
Top = 6360
Width = 2535
End
Begin VB.CommandButton Command4
Caption = "发电机定子绕组单相接地保护"
Height = 855
Left = 2160
TabIndex = 3
Top = 5040
Width = 2535
End
Begin VB.CommandButton Command3
Caption = "发电机逆功率保护"
Height = 855
Left = 2160
TabIndex = 2
Top = 3720
Width = 2535
End
Begin VB.CommandButton Command2
Caption = "发电机低励失磁保护"
Height = 855
Left = 2160
TabIndex = 1
Top = 2400
Width = 2535
End
Begin VB.CommandButton Command1
Caption = "发电机纵差保护"
Height = 855
Left = 2160
TabIndex = 0
Top = 1080
Width = 2535
End
End
Attribute VB_Name = "Form3"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form5.Show
End Sub
Private Sub Command10_Click()
Form13.Show
End Sub
Private Sub Command2_Click()
Form6.Show
End Sub
Private Sub Command3_Click()
Form7.Show
End Sub
Private Sub Command4_Click()
Form8.Show
End Sub
Private Sub Command5_Click()
Form9.Show
End Sub
Private Sub Command6_Click()
Form10.Show
End Sub
Private Sub Command7_Click()
Form11.Show
End Sub
Private Sub Command8_Click()
Form12.Show
End Sub
Private Sub Command9_Click()
Form14.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -