?? frmstat.frm
字號:
VERSION 5.00
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
Begin VB.Form frmStat
BorderStyle = 3 'Fixed Dialog
Caption = "統計和用戶管理"
ClientHeight = 5640
ClientLeft = 1860
ClientTop = 2010
ClientWidth = 6615
Icon = "frmStat.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 5640
ScaleWidth = 6615
ShowInTaskbar = 0 'False
Begin VB.CommandButton Command1
Caption = "關閉"
Default = -1 'True
Height = 375
Left = 5160
TabIndex = 0
Top = 5160
Width = 1335
End
Begin TabDlg.SSTab SSTab1
Height = 4815
Left = 120
TabIndex = 1
Top = 120
Width = 6375
_ExtentX = 11245
_ExtentY = 8493
_Version = 393216
Tabs = 4
Tab = 2
TabsPerRow = 4
TabHeight = 520
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "新宋體"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
TabCaption(0) = "班級統計"
TabPicture(0) = "frmStat.frx":058A
Tab(0).ControlEnabled= 0 'False
Tab(0).Control(0)= "Label1"
Tab(0).Control(0).Enabled= 0 'False
Tab(0).Control(1)= "Command2"
Tab(0).Control(1).Enabled= 0 'False
Tab(0).Control(2)= "Combo1"
Tab(0).Control(2).Enabled= 0 'False
Tab(0).Control(3)= "Text1"
Tab(0).Control(3).Enabled= 0 'False
Tab(0).ControlCount= 4
TabCaption(1) = "學生成績統計"
TabPicture(1) = "frmStat.frx":05A6
Tab(1).ControlEnabled= 0 'False
Tab(1).Control(0)= "Label2"
Tab(1).Control(0).Enabled= 0 'False
Tab(1).Control(1)= "Text2"
Tab(1).Control(1).Enabled= 0 'False
Tab(1).Control(2)= "Command3"
Tab(1).Control(2).Enabled= 0 'False
Tab(1).Control(3)= "Combo2"
Tab(1).Control(3).Enabled= 0 'False
Tab(1).ControlCount= 4
TabCaption(2) = "補考學生"
TabPicture(2) = "frmStat.frx":05C2
Tab(2).ControlEnabled= -1 'True
Tab(2).Control(0)= "Label3"
Tab(2).Control(0).Enabled= 0 'False
Tab(2).Control(1)= "Command4"
Tab(2).Control(1).Enabled= 0 'False
Tab(2).Control(2)= "Combo3"
Tab(2).Control(2).Enabled= 0 'False
Tab(2).Control(3)= "Text3"
Tab(2).Control(3).Enabled= 0 'False
Tab(2).ControlCount= 4
TabCaption(3) = "超級用戶管理"
TabPicture(3) = "frmStat.frx":05DE
Tab(3).ControlEnabled= 0 'False
Tab(3).Control(0)= "Frame1"
Tab(3).Control(0).Enabled= 0 'False
Tab(3).ControlCount= 1
Begin VB.TextBox Text1
BackColor = &H8000000A&
Height = 3495
Left = -74760
Locked = -1 'True
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 11
Top = 1080
Width = 5895
End
Begin VB.ComboBox Combo1
Height = 300
Left = -73800
TabIndex = 10
Top = 640
Width = 2055
End
Begin VB.CommandButton Command2
Caption = "&GO!"
Height = 300
Left = -71640
TabIndex = 9
Top = 640
Width = 975
End
Begin VB.ComboBox Combo2
Height = 300
Left = -73800
TabIndex = 8
Top = 640
Width = 2055
End
Begin VB.CommandButton Command3
Caption = "&GO!"
Height = 300
Left = -71640
TabIndex = 7
Top = 640
Width = 975
End
Begin VB.TextBox Text2
BackColor = &H8000000A&
Height = 3495
Left = -74760
Locked = -1 'True
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 6
Top = 1080
Width = 5895
End
Begin VB.TextBox Text3
BackColor = &H8000000A&
Height = 3495
Left = 240
Locked = -1 'True
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 5
Top = 1080
Width = 5895
End
Begin VB.ComboBox Combo3
Height = 300
Left = 1200
TabIndex = 4
Top = 640
Width = 2055
End
Begin VB.CommandButton Command4
Caption = "&GO!"
Height = 300
Left = 3360
TabIndex = 3
Top = 640
Width = 975
End
Begin VB.Frame Frame1
Caption = "管理"
Height = 3615
Left = -74760
TabIndex = 2
Top = 480
Width = 5895
Begin VB.ListBox List1
Height = 3480
Left = 0
TabIndex = 15
Top = 120
Width = 5895
End
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "選擇班號:"
Height = 180
Left = -74760
TabIndex = 14
Top = 720
Width = 900
End
Begin VB.Label Label2
AutoSize = -1 'True
Caption = "選擇學號:"
Height = 180
Left = -74760
TabIndex = 13
Top = 720
Width = 900
End
Begin VB.Label Label3
AutoSize = -1 'True
Caption = "選擇班號:"
Height = 180
Left = 240
TabIndex = 12
Top = 720
Width = 900
End
End
Begin VB.Line Line2
BorderColor = &H00FFFFFF&
X1 = 120
X2 = 6480
Y1 = 5055
Y2 = 5055
End
Begin VB.Line Line1
X1 = 120
X2 = 6480
Y1 = 5040
Y2 = 5040
End
End
Attribute VB_Name = "frmStat"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Command1_Click()
Unload Me
End Sub
Private Sub Command2_Click()
If Combo1.ListIndex > -1 Then
Call Stat(Combo1.Text)
End If
End Sub
Private Sub Command3_Click()
If Combo2.ListIndex > -1 Then
Call stat2(Combo2.Text)
End If
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -