📄 form1.frm
字号:
VERSION 5.00
Begin VB.Form Form1
Caption = "金庸群侠传修改器"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic = "Form1"
ScaleHeight = 3195
ScaleWidth = 4680
StartUpPosition = 3 'Windows Default
Begin VB.CommandButton Command2
Caption = "野球拳十级"
Height = 735
Left = 240
TabIndex = 1
Top = 1680
Width = 2055
End
Begin VB.CommandButton Command1
Caption = "左右互博"
Height = 735
Left = 240
TabIndex = 0
Top = 480
Width = 2055
End
Begin VB.Label Label1
Caption = "邵煜开发"
BeginProperty Font
Name = "隶书"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 2520
TabIndex = 2
Top = 1320
Width = 1815
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Dim two As Integer
Open "c:\legend\r1.grp" For Binary Access Write As #1
Seek #1, &H3B9
two = &H1
Put #1, , two
Close #1
End Sub
Private Sub Command2_Click()
Dim ten As Integer
Open "c:\legend\r1.grp" For Binary Access Write As #1
Seek #1, &H3D7
ten = &H3E7
Put #1, , ten
Close #1
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -