📄 mdiinv.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Begin VB.MDIForm MDIinv
BackColor = &H8000000C&
Caption = "Inventory Management"
ClientHeight = 8595
ClientLeft = 60
ClientTop = 345
ClientWidth = 11745
LinkTopic = "MDIForm1"
StartUpPosition = 2 '屏幕中心
WindowState = 2 'Maximized
Begin MSComctlLib.StatusBar StatusBar1
Align = 2 'Align Bottom
Height = 375
Left = 0
TabIndex = 1
Top = 8220
Width = 11745
_ExtentX = 20717
_ExtentY = 661
_Version = 393216
BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628}
NumPanels = 3
BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628}
AutoSize = 1
Object.Width = 8811
Picture = "MDIinv.frx":0000
Text = " A&H 库存管理系统"
TextSave = " A&H 库存管理系统"
EndProperty
BeginProperty Panel2 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Style = 5
Alignment = 1
TextSave = "16:42"
EndProperty
BeginProperty Panel3 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Style = 6
Alignment = 2
AutoSize = 1
Object.Width = 8811
TextSave = "2003-5-29"
EndProperty
EndProperty
End
Begin MSComctlLib.ImageList ImageList1
Left = 5160
Top = 2760
_ExtentX = 1005
_ExtentY = 1005
BackColor = -2147483644
ImageWidth = 48
ImageHeight = 48
MaskColor = 12632256
UseMaskColor = 0 'False
_Version = 393216
BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628}
NumListImages = 9
BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "MDIinv.frx":0454
Key = ""
EndProperty
BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "MDIinv.frx":08A8
Key = ""
EndProperty
BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "MDIinv.frx":0CFC
Key = "MOutput"
EndProperty
BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "MDIinv.frx":1150
Key = ""
EndProperty
BeginProperty ListImage5 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "MDIinv.frx":15A4
Key = ""
EndProperty
BeginProperty ListImage6 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "MDIinv.frx":19F8
Key = ""
EndProperty
BeginProperty ListImage7 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "MDIinv.frx":1E4C
Key = ""
EndProperty
BeginProperty ListImage8 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "MDIinv.frx":22A0
Key = ""
EndProperty
BeginProperty ListImage9 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "MDIinv.frx":26F4
Key = ""
EndProperty
EndProperty
End
Begin MSComctlLib.Toolbar Toolbar1
Align = 1 'Align Top
Height = 1050
Left = 0
TabIndex = 0
Top = 0
Width = 11745
_ExtentX = 20717
_ExtentY = 1852
ButtonWidth = 1879
ButtonHeight = 1799
Style = 1
ImageList = "ImageList1"
_Version = 393216
BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628}
NumButtons = 9
BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "MInformation"
Key = "Minfor"
ImageIndex = 1
EndProperty
BeginProperty Button2 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "MInput"
Key = "Minput"
ImageIndex = 2
EndProperty
BeginProperty Button3 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "MOutput"
Key = "Moutput"
ImageIndex = 3
EndProperty
BeginProperty Button4 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "PInformation"
Key = "Pinfor"
ImageIndex = 4
EndProperty
BeginProperty Button5 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "PInput"
Key = "Pinput"
ImageIndex = 5
EndProperty
BeginProperty Button6 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "POutput"
Key = "Poutput"
ImageIndex = 6
EndProperty
BeginProperty Button7 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "MInventory"
Key = "Minven"
ImageIndex = 7
EndProperty
BeginProperty Button8 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "PInventory"
Key = "Pinven"
ImageIndex = 8
EndProperty
BeginProperty Button9 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "Quit"
Key = "quit"
ImageIndex = 9
EndProperty
EndProperty
BorderStyle = 1
OLEDropMode = 1
End
End
Attribute VB_Name = "MDIinv"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Toolbar1_ButtonClick(ByVal Button As MSComctlLib.Button)
Select Case Button.Key
Case "Minfor"
frmminfor.Adodc_minfor.Refresh
frmminfor.WindowState = 2
frmminfor.Show
Case "Minput"
frmminput.WindowState = 2
frmminput.Show
Case "Moutput"
frmmoutput.WindowState = 2
frmmoutput.Show
Case "Pinfor"
frmpinfor.Adodc_pinfor.Refresh
frmpinfor.WindowState = 2
frmpinfor.Show
Case "Pinput"
frmpinput.WindowState = 2
frmpinput.Show
Case "Poutput"
frmpoutput.WindowState = 2
frmpoutput.Show
Case "Minven"
frmminven.Adodc_minven.Refresh
frmminven.WindowState = 2
frmminven.Show
Case "Pinven"
frmpinven.Adodc_pinven.Refresh
frmpinven.WindowState = 2
frmpinven.Show
Case "quit"
Unload Me
Case Else
MsgBox Button.Key & "Is Pressed"
End Select
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -