📄 frmmain.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.MDIForm frmMain
BackColor = &H8000000C&
Caption = "Student Information System"
ClientHeight = 7890
ClientLeft = 165
ClientTop = 855
ClientWidth = 9855
Icon = "frmMain.frx":0000
LinkTopic = "MDIForm1"
LockControls = -1 'True
Picture = "frmMain.frx":1D42
StartUpPosition = 3 'Windows Default
WindowState = 2 'Maximized
Begin MSComctlLib.ImageList ImageList1
Left = 8940
Top = 750
_ExtentX = 1005
_ExtentY = 1005
BackColor = -2147483643
ImageWidth = 16
ImageHeight = 16
MaskColor = 12632256
_Version = 393216
BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628}
NumListImages = 14
BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmMain.frx":17EB2C
Key = ""
EndProperty
BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmMain.frx":17EE7F
Key = ""
EndProperty
BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmMain.frx":17F140
Key = ""
EndProperty
BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmMain.frx":17F493
Key = ""
EndProperty
BeginProperty ListImage5 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmMain.frx":17F7AD
Key = ""
EndProperty
BeginProperty ListImage6 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmMain.frx":17FAC7
Key = ""
EndProperty
BeginProperty ListImage7 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmMain.frx":17FE1A
Key = ""
EndProperty
BeginProperty ListImage8 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmMain.frx":18016D
Key = ""
EndProperty
BeginProperty ListImage9 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmMain.frx":1804C0
Key = ""
EndProperty
BeginProperty ListImage10 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmMain.frx":180813
Key = ""
EndProperty
BeginProperty ListImage11 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmMain.frx":180B66
Key = ""
EndProperty
BeginProperty ListImage12 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmMain.frx":180EB9
Key = ""
EndProperty
BeginProperty ListImage13 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmMain.frx":180F7B
Key = ""
EndProperty
BeginProperty ListImage14 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmMain.frx":181E55
Key = ""
EndProperty
EndProperty
End
Begin MSComctlLib.Toolbar Toolbar1
Align = 1 'Align Top
Height = 420
Left = 0
TabIndex = 1
Top = 0
Width = 9855
_ExtentX = 17383
_ExtentY = 741
ButtonWidth = 609
ButtonHeight = 582
Appearance = 1
ImageList = "ImageList1"
DisabledImageList= "ImageList1"
_Version = 393216
BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628}
NumButtons = 5
BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628}
ImageIndex = 13
EndProperty
BeginProperty Button2 {66833FEA-8583-11D1-B16A-00C0F0283628}
ImageIndex = 7
EndProperty
BeginProperty Button3 {66833FEA-8583-11D1-B16A-00C0F0283628}
ImageIndex = 10
EndProperty
BeginProperty Button4 {66833FEA-8583-11D1-B16A-00C0F0283628}
ImageIndex = 9
EndProperty
BeginProperty Button5 {66833FEA-8583-11D1-B16A-00C0F0283628}
ImageIndex = 11
EndProperty
EndProperty
End
Begin MSComctlLib.StatusBar SB1
Align = 2 'Align Bottom
Height = 315
Left = 0
TabIndex = 0
Top = 7575
Width = 9855
_ExtentX = 17383
_ExtentY = 556
_Version = 393216
BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628}
NumPanels = 4
BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628}
AutoSize = 1
Bevel = 0
Object.Width = 9155
MinWidth = 5292
EndProperty
BeginProperty Panel2 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Style = 1
AutoSize = 2
Enabled = 0 'False
TextSave = "CAPS"
EndProperty
BeginProperty Panel3 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Style = 5
TextSave = "6:44 PM"
EndProperty
BeginProperty Panel4 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Style = 6
TextSave = "4/24/2006"
EndProperty
EndProperty
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
End
Begin VB.Menu mnuFile
Caption = "&File"
Enabled = 0 'False
Begin VB.Menu log
Caption = "Log Off"
End
Begin VB.Menu mnuOption
Caption = "&Option"
End
Begin VB.Menu mnuBackupandrecovery
Caption = "Backup & Recovery"
End
Begin VB.Menu j
Caption = "-"
End
Begin VB.Menu mnuExitApp
Caption = "&Exit Appliction"
End
End
Begin VB.Menu mnuDataentry
Caption = "& Entry"
Enabled = 0 'False
Begin VB.Menu mnustudent
Caption = "&Student"
Shortcut = ^S
End
Begin VB.Menu mnusep
Caption = "-"
End
Begin VB.Menu mnuSubjects
Caption = "Sub&jects"
Shortcut = ^K
End
Begin VB.Menu menuseop
Caption = "-"
End
Begin VB.Menu mnucoursese
Caption = "Classes's"
Shortcut = ^C
End
Begin VB.Menu mnusep33
Caption = "-"
End
Begin VB.Menu mnufees
Caption = "&Fees"
Shortcut = ^F
End
End
Begin VB.Menu mnuexamination
Caption = "&Examination"
Enabled = 0 'False
Begin VB.Menu mnuexamform
Caption = "Examination Form"
End
Begin VB.Menu i
Caption = "-"
End
Begin VB.Menu mnuresult
Caption = "Result"
Shortcut = ^R
End
End
Begin VB.Menu mnuemployee
Caption = "&Employee"
Enabled = 0 'False
Begin VB.Menu mnuemployeecatgories
Caption = "Employee Categorie's"
End
Begin VB.Menu mnusepps
Caption = "-"
End
Begin VB.Menu mnuemployeerecords
Caption = "Employee Record's"
End
Begin VB.Menu mnempsp
Caption = "-"
End
Begin VB.Menu mnStatusUpdate
Caption = "Employee Status Update For Day"
End
Begin VB.Menu mnsp
Caption = "-"
End
Begin VB.Menu mnleavesEntry
Caption = "Employee Leaves Entry"
End
Begin VB.Menu mnno
Caption = "-"
End
Begin VB.Menu mnSalaryCalculate
Caption = "Employee Salary Calculate Form"
End
End
Begin VB.Menu mnSearching
Caption = "&Searching"
Begin VB.Menu mnStudentBioData
Caption = "Student Bio Data Search"
End
Begin VB.Menu mnStudentFeesSearch
Caption = "Student Fees Search"
End
End
Begin VB.Menu rep
Caption = "&Reports"
Enabled = 0 'False
Begin VB.Menu studad
Caption = "&Student Reports"
Begin VB.Menu mnuallstudent
Caption = "&All Student"
End
Begin VB.Menu mnusstudent
Caption = "Specific Student"
End
Begin VB.Menu mnmarkssheet
Caption = "Students Marks Sheet Report"
End
Begin VB.Menu mnClassPosition
Caption = "Subject Wise Class Position Report"
End
Begin VB.Menu mnfeesDefaulters
Caption = "Fees Defaulter Report"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -