📄 frmfuntion.frm
字号:
VERSION 5.00
Begin VB.Form frmFuntion
BackColor = &H00808080&
BorderStyle = 3 'Fixed Dialog
Caption = "功能设置"
ClientHeight = 3405
ClientLeft = 3210
ClientTop = 2805
ClientWidth = 4125
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3405
ScaleWidth = 4125
ShowInTaskbar = 0 'False
StartUpPosition = 2 'CenterScreen
Begin VB.TextBox txtTime
Height = 330
Left = 1665
TabIndex = 7
Top = 1890
Width = 555
End
Begin VB.TextBox txtL
Height = 330
Left = 1665
TabIndex = 5
Top = 1215
Width = 555
End
Begin VB.ComboBox Combo1
Height = 300
Left = 1665
TabIndex = 3
Text = "Combo1"
Top = 585
Width = 1455
End
Begin VB.CommandButton Command2
Caption = "取消"
Height = 375
Left = 2205
TabIndex = 1
Top = 2835
Width = 1320
End
Begin VB.CommandButton Command1
Caption = "确定"
Height = 375
Left = 585
TabIndex = 0
Top = 2835
Width = 1320
End
Begin VB.Label Label3
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "时限"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFFFF&
Height = 210
Left = 540
TabIndex = 6
Top = 1935
Width = 420
End
Begin VB.Label Label2
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "题量"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFFFF&
Height = 210
Left = 540
TabIndex = 4
Top = 1260
Width = 420
End
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "难易程度"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFFFF&
Height = 210
Left = 540
TabIndex = 2
Top = 630
Width = 840
End
End
Attribute VB_Name = "frmFuntion"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Command1_Click()
Unload Me
frmStudent.Show
End Sub
Private Sub Command2_Click()
Unload Me
frmStudent.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -