📄 diyici.frm
字号:
VERSION 5.00
Begin VB.Form frmHigh
BorderStyle = 4 'Fixed ToolWindow
ClientHeight = 3090
ClientLeft = 15
ClientTop = 15
ClientWidth = 2955
ClipControls = 0 'False
ControlBox = 0 'False
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
KeyPreview = -1 'True
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3090
ScaleWidth = 2955
ShowInTaskbar = 0 'False
StartUpPosition = 1 '所有者中心
Begin VB.Label Label12
Caption = "秒"
BeginProperty Font
Name = "隶书"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 1680
TabIndex = 11
Top = 1680
Width = 255
End
Begin VB.Label Label11
BackColor = &H00FFFFFF&
BorderStyle = 1 'Fixed Single
Height = 375
Left = 2160
TabIndex = 10
Top = 1680
Width = 615
End
Begin VB.Label Label10
BackColor = &H00FFFFFF&
BorderStyle = 1 'Fixed Single
ForeColor = &H00000000&
Height = 375
Left = 1080
TabIndex = 9
Top = 1680
Width = 495
End
Begin VB.Label Label9
Caption = "2"
Height = 255
Left = 480
TabIndex = 8
Top = 1680
Width = 135
End
Begin VB.Label Label8
Caption = "1"
Height = 255
Left = 480
TabIndex = 7
Top = 960
Width = 135
End
Begin VB.Label Label7
Caption = "秒"
BeginProperty Font
Name = "隶书"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 255
Left = 1680
TabIndex = 6
Top = 840
Width = 255
End
Begin VB.Label Label6
Caption = "姓名"
BeginProperty Font
Name = "隶书"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 255
Left = 2160
TabIndex = 5
Top = 480
Width = 615
End
Begin VB.Label Label3
Caption = "所用时间"
BeginProperty Font
Name = "隶书"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 255
Left = 960
TabIndex = 4
Top = 480
Width = 975
End
Begin VB.Label Label5
BackColor = &H00FFFFFF&
BorderStyle = 1 'Fixed Single
BeginProperty Font
Name = "华文新魏"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 2160
TabIndex = 3
Top = 840
Width = 615
End
Begin VB.Label Label4
BackColor = &H00FFFFFF&
BorderStyle = 1 'Fixed Single
BeginProperty Font
Name = "华文新魏"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 1080
TabIndex = 2
Top = 840
Width = 495
End
Begin VB.Label Label2
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "排 行 榜"
BeginProperty Font
Name = "宋体"
Size = 15.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 375
Left = 60
TabIndex = 1
Top = 0
Width = 2895
End
Begin VB.Label Label1
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "结束"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 315
Left = 120
TabIndex = 0
Top = 2640
Width = 2745
End
End
Attribute VB_Name = "frmHigh"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Label4.Caption = "60"
Label5.Caption = "Gang"
If Form1.Text3.Text < Label4.Caption Then
Label4.Caption = Form1.Text3.Text
Label5.Caption = frmLogin.Text1.Text
frmHigh.Show
End If
End Sub
Private Sub Label1_Click()
frmHigh.Hide
Form1.Timer1.Interval = 0
s = 0
Form1.Text1.Text = ""
Form1.Command2.Enabled = True
Form1.Image1.Visible = False
Form1.Timer3.Interval = 0
p = 1
Form1.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -