📄 frmmain.frm
字号:
VERSION 5.00
Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.3#0"; "COMCTL32.OCX"
Begin VB.Form frmMain
Caption = "ERP主界面"
ClientHeight = 7635
ClientLeft = 795
ClientTop = 1560
ClientWidth = 9750
Icon = "frmMain.frx":0000
LinkTopic = "Form1"
ScaleHeight = 7635
ScaleWidth = 9750
Begin ComctlLib.StatusBar StatusBar1
Align = 2 'Align Bottom
Height = 330
Left = 0
TabIndex = 3
Top = 7305
Width = 9750
_ExtentX = 17198
_ExtentY = 582
SimpleText = ""
_Version = 327682
BeginProperty Panels {0713E89E-850A-101B-AFC0-4210102A8DA7}
NumPanels = 3
BeginProperty Panel1 {0713E89F-850A-101B-AFC0-4210102A8DA7}
Object.Width = 13229
MinWidth = 13229
TextSave = ""
Object.Tag = ""
EndProperty
BeginProperty Panel2 {0713E89F-850A-101B-AFC0-4210102A8DA7}
Style = 6
Alignment = 2
TextSave = "04-8-31"
Object.Tag = ""
EndProperty
BeginProperty Panel3 {0713E89F-850A-101B-AFC0-4210102A8DA7}
Style = 5
TextSave = "9:29"
Object.Tag = ""
EndProperty
EndProperty
End
Begin VB.Frame Frame1
Height = 7320
Left = -60
TabIndex = 1
Top = 60
Width = 2010
Begin VB.Label Label2
BackColor = &H00FF8080&
Height = 7410
Left = 30
TabIndex = 2
Top = 60
Width = 1965
End
End
Begin VB.TextBox Text1
Appearance = 0 'Flat
Height = 300
Left = 2505
TabIndex = 0
Text = "Text1"
Top = 1620
Width = 3105
End
Begin VB.Menu menuSJ
Caption = "数据 &D"
Begin VB.Menu menuCSSZ
Caption = "初始设置"
Begin VB.Menu menuDWXX
Caption = "单位信息"
End
Begin VB.Menu menuFCSZ
Caption = "分仓设置"
End
Begin VB.Menu menuDWSZ
Caption = "单位设置"
End
Begin VB.Menu menuWLKC
Caption = "物料库存"
End
Begin VB.Menu menuHPKC
Caption = "货品库存"
End
End
Begin VB.Menu menuQXSZ
Caption = "权限设置"
End
Begin VB.Menu menuLINE1
Caption = "-"
End
Begin VB.Menu menuZX
Caption = "注销"
End
Begin VB.Menu menuTC
Caption = "退出"
End
End
Begin VB.Menu menuCG
Caption = "采购 &G"
Begin VB.Menu menuGYSGL
Caption = "供应商管理"
End
Begin VB.Menu menuWLCX
Caption = "物料查询"
End
Begin VB.Menu menuCGCX
Caption = "采购查询"
End
Begin VB.Menu menuLINE2
Caption = "-"
End
Begin VB.Menu menuCGDD
Caption = "采购订单"
End
Begin VB.Menu menuCGSD
Caption = "采购收单"
End
End
Begin VB.Menu menuXS
Caption = "销售 &X"
Begin VB.Menu menuKH
Caption = "客户管理"
End
Begin VB.Menu menuHPCX
Caption = "货品查询"
End
Begin VB.Menu menuXSCX
Caption = "销售查询"
End
Begin VB.Menu menuLINE3
Caption = "-"
End
Begin VB.Menu menuXSDD
Caption = "销售订单"
End
Begin VB.Menu menuXSFD
Caption = "销售发单"
End
End
Begin VB.Menu menuCK
Caption = "仓库 &C"
Begin VB.Menu menuCKCX
Caption = "出库查询"
End
Begin VB.Menu menuLINE4
Caption = "-"
End
Begin VB.Menu menuWLRK
Caption = "物料入库"
End
Begin VB.Menu menuWLCK
Caption = "物料出库"
End
Begin VB.Menu menuLINE5
Caption = "-"
End
Begin VB.Menu menuHPRK
Caption = "货品入库"
End
Begin VB.Menu menuHPCK
Caption = "货品出库"
End
End
Begin VB.Menu menuHELP
Caption = "帮助 &H"
Begin VB.Menu menuSYSM
Caption = "使用说明"
End
Begin VB.Menu menuGYRJ
Caption = "关于软件"
End
End
End
Attribute VB_Name = "frmMain"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub HPC_Click()
End Sub
Private Sub Command1_Click()
Cell1.OpenFile ("C:\1 kdserver\cll\物料入库单.cll")
End Sub
Private Sub menuHPCK_Click()
FrmCKHP.Show
End Sub
Private Sub menuQXSZ_Click()
frmsetup.Show
End Sub
Private Sub SJK_Click()
End Sub
Private Sub TC_Click()
End
End Sub
Private Sub ZX_Click()
End Sub
Private Sub menuHPKC_Click()
frmHPKC.Show
End Sub
Private Sub menuZX_Click()
frmLogin.Show
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -