📄 form4.frm
字号:
VERSION 5.00
Begin VB.Form Form4
BackColor = &H00FF8080&
Caption = "评委录入"
ClientHeight = 3525
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic = "Form4"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3525
ScaleWidth = 4680
StartUpPosition = 3 '窗口缺省
WhatsThisHelp = -1 'True
Begin VB.TextBox Text1
BeginProperty Font
Name = "宋体"
Size = 21.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 2520
TabIndex = 2
Top = 480
Width = 1935
End
Begin VB.TextBox Text2
BeginProperty Font
Name = "宋体"
Size = 21.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 2520
TabIndex = 1
Top = 1800
Width = 1935
End
Begin VB.TextBox Text3
BeginProperty Font
Name = "宋体"
Size = 21.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 2520
TabIndex = 0
Top = 2640
Width = 1935
End
Begin VB.Line Line1
BorderColor = &H00FF00FF&
BorderStyle = 6 'Inside Solid
BorderWidth = 3
DrawMode = 15 'Merge Pen Not
X1 = 0
X2 = 5280
Y1 = 1440
Y2 = 1440
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "请输入评委人数:"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 120
TabIndex = 5
Top = 600
Width = 2415
End
Begin VB.Label Label6
BackStyle = 0 'Transparent
Caption = "最高分的分值是:"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 120
TabIndex = 4
Top = 1920
Width = 2535
End
Begin VB.Label Label7
BackStyle = 0 'Transparent
Caption = "最低分的分值是:"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 120
TabIndex = 3
Top = 2760
Width = 2535
End
End
Attribute VB_Name = "Form4"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Public n As Integer
Private Sub Form_Load() '默认评委人数与最高最低分
Text1.Text = 4
Text2.Text = 10
Text3.Text = 0
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -