📄 frmmarks.frm
字号:
VERSION 5.00
Begin VB.Form frmMarks
Caption = "Students Marks Entry From"
ClientHeight = 6480
ClientLeft = 60
ClientTop = 345
ClientWidth = 6810
LinkTopic = "Form1"
MaxButton = 0 'False
MDIChild = -1 'True
ScaleHeight = 6480
ScaleWidth = 6810
Begin VB.Frame FrDHand
Caption = "Date Handling"
Height = 975
Left = 480
TabIndex = 33
Top = 5400
Width = 6015
Begin VB.CommandButton cmdNew
Caption = "&New Admission"
Height = 495
Left = 120
TabIndex = 37
Top = 360
Width = 1335
End
Begin VB.CommandButton cmdEdit
Caption = "&Edit"
Height = 495
Left = 1560
TabIndex = 36
Top = 360
Width = 1335
End
Begin VB.CommandButton cmdSave
Caption = "&Save"
Enabled = 0 'False
Height = 495
Left = 3000
TabIndex = 35
Top = 360
Width = 1335
End
Begin VB.CommandButton cmdExit
Caption = "&Exit"
Height = 495
Left = 4440
TabIndex = 34
Top = 360
Width = 1335
End
End
Begin VB.Frame frLReccord
Caption = "Reccord Navigation"
Height = 735
Left = 480
TabIndex = 28
Top = 4440
Width = 6015
Begin VB.CommandButton cmdFrist
Caption = "<<"
Height = 375
Left = 240
TabIndex = 32
ToolTipText = "Frist Record"
Top = 240
Width = 1095
End
Begin VB.CommandButton cmdPrevious
Caption = "<"
Height = 375
Left = 1680
TabIndex = 31
ToolTipText = "Previous Record"
Top = 240
Width = 1095
End
Begin VB.CommandButton cmdNext
Caption = ">"
Height = 375
Left = 3120
TabIndex = 30
ToolTipText = "Next Record"
Top = 240
Width = 1095
End
Begin VB.CommandButton cmdLast
Caption = ">>"
Height = 375
Left = 4560
TabIndex = 29
ToolTipText = "Last Record"
Top = 240
Width = 1095
End
End
Begin VB.Frame Frame2
Caption = "Marks Detail"
Height = 1815
Left = 480
TabIndex = 15
Top = 2400
Width = 6015
Begin VB.TextBox txtRecord1
Height = 270
Index = 7
Left = 4320
TabIndex = 27
Top = 1320
Width = 1455
End
Begin VB.TextBox txtRecord1
Height = 270
Index = 6
Left = 4320
TabIndex = 26
Top = 840
Width = 1455
End
Begin VB.TextBox txtRecord1
Height = 270
Index = 5
Left = 4320
TabIndex = 25
Top = 360
Width = 1455
End
Begin VB.TextBox txtRecord1
Height = 270
Index = 4
Left = 1200
TabIndex = 24
Top = 1320
Width = 1455
End
Begin VB.TextBox txtRecord1
Height = 270
Index = 3
Left = 1200
TabIndex = 23
Top = 840
Width = 1455
End
Begin VB.TextBox txtRecord1
Height = 270
Index = 2
Left = 1200
TabIndex = 22
Top = 360
Width = 1455
End
Begin VB.Label Label2
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "Result:"
Height = 180
Index = 7
Left = 3480
TabIndex = 21
Top = 1320
Width = 630
End
Begin VB.Label Label2
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "Average:"
Height = 180
Index = 6
Left = 3480
TabIndex = 20
Top = 840
Width = 720
End
Begin VB.Label Label2
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "Total:"
Height = 180
Index = 5
Left = 3480
TabIndex = 19
Top = 360
Width = 540
End
Begin VB.Label Label2
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "Excel:"
Height = 180
Index = 4
Left = 240
TabIndex = 18
Top = 1320
Width = 540
End
Begin VB.Label Label2
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "Word:"
Height = 180
Index = 3
Left = 240
TabIndex = 17
Top = 840
Width = 450
End
Begin VB.Label Label2
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "Windows:"
Height = 180
Index = 2
Left = 240
TabIndex = 16
Top = 360
Width = 720
End
End
Begin VB.TextBox txtRecord1
Height = 270
Index = 1
Left = 4800
TabIndex = 14
Top = 2040
Width = 1455
End
Begin VB.TextBox txtRecord1
Height = 270
Index = 0
Left = 1680
TabIndex = 12
Top = 2040
Width = 1455
End
Begin VB.Frame Frame1
Caption = "Students Detail Information"
Height = 1575
Left = 480
TabIndex = 0
Top = 240
Width = 6015
Begin VB.TextBox txtFillRecord
Height = 270
Left = 1125
TabIndex = 5
Top = 360
Width = 1500
End
Begin VB.TextBox txtFillRecord1
Height = 270
Index = 0
Left = 4440
TabIndex = 4
Top = 360
Width = 1455
End
Begin VB.TextBox txtFillRecord1
Height = 270
Index = 1
Left = 1125
TabIndex = 3
Top = 720
Width = 4815
End
Begin VB.TextBox txtFillRecord1
Height = 270
Index = 2
Left = 1080
MultiLine = -1 'True
TabIndex = 2
Top = 1080
Width = 1575
End
Begin VB.TextBox txtFillRecord1
Height = 270
Index = 3
Left = 4440
TabIndex = 1
Top = 1080
Width = 1455
End
Begin VB.Label Label1
Alignment = 2 'Center
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "StudentID:"
Height = 180
Index = 0
Left = 120
TabIndex = 10
Top = 360
Width = 900
End
Begin VB.Label Label1
Alignment = 2 'Center
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "Name:"
Height = 180
Index = 1
Left = 3675
TabIndex = 9
Top = 360
Width = 450
End
Begin VB.Label Label1
Alignment = 2 'Center
AutoSize = -1 'True
BackStyle = 0 'Transparent
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -