📄 frm_main.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form Frm_main
BackColor = &H80000009&
BorderStyle = 1 'Fixed Single
Caption = "医药连锁店管理系统"
ClientHeight = 8265
ClientLeft = 3465
ClientTop = 2805
ClientWidth = 9510
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 7709.891
ScaleMode = 0 'User
ScaleWidth = 9510
StartUpPosition = 2 '屏幕中心
Begin MSComDlg.CommonDialog CommonDialog1
Left = 2880
Top = 120
_ExtentX = 847
_ExtentY = 847
_Version = 393216
PrinterDefault = 0 'False
End
Begin VB.Timer Timer1
Interval = 60
Left = 3960
Top = 120
End
Begin MSComctlLib.StatusBar StatusBar1
Align = 2 'Align Bottom
Height = 375
Left = 0
TabIndex = 0
Top = 7890
Width = 9510
_ExtentX = 16775
_ExtentY = 661
_Version = 393216
BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628}
NumPanels = 3
BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Object.Width = 7056
MinWidth = 7056
Text = "明天会更好!"
TextSave = "明天会更好!"
EndProperty
BeginProperty Panel2 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Object.Width = 3528
MinWidth = 3528
Text = "me"
TextSave = "me"
EndProperty
BeginProperty Panel3 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Object.Width = 6174
MinWidth = 6174
Text = " "
TextSave = " "
EndProperty
EndProperty
End
Begin MSComctlLib.ImageList ImageList1
Left = 5160
Top = 0
_ExtentX = 1005
_ExtentY = 1005
BackColor = -2147483643
ImageWidth = 17
ImageHeight = 15
MaskColor = 12632256
_Version = 393216
BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628}
NumListImages = 3
BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "Frm_main.frx":0000
Key = ""
EndProperty
BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "Frm_main.frx":09ED
Key = "IMG16"
EndProperty
BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "Frm_main.frx":0EAB
Key = "IMG17"
EndProperty
EndProperty
End
Begin VB.Image Image1
Height = 8850
Left = 0
Picture = "Frm_main.frx":13BF
Top = 0
Width = 9555
End
Begin VB.Menu lsdgl
Caption = "连锁店管理 "
Begin VB.Menu lsdlb
Caption = "连锁店列表"
End
Begin VB.Menu lsdtj
Caption = "连锁店添加"
End
Begin VB.Menu lsdcx
Caption = "连锁店查询"
End
Begin VB.Menu end
Caption = "退出"
End
End
Begin VB.Menu ypgl
Caption = "药品管理 "
Begin VB.Menu yplb
Caption = "药品列表"
End
Begin VB.Menu yplxtj
Caption = "药品类型列表"
End
Begin VB.Menu yptj
Caption = "药品添加"
End
Begin VB.Menu ypcx
Caption = "药品查询"
End
End
Begin VB.Menu xsgl
Caption = "销售管理 "
Begin VB.Menu xsltj
Caption = "销售量统计"
End
Begin VB.Menu xscx
Caption = "销售查询"
End
End
Begin VB.Menu yhgl
Caption = "用户管理 "
Begin VB.Menu yhlb
Caption = "用户列表"
End
Begin VB.Menu scyh
Caption = "删除用户"
End
Begin VB.Menu tjyh
Caption = "添加用户"
End
End
Begin VB.Menu rzgl
Caption = "日志管理 "
Begin VB.Menu rzlb
Caption = "日志列表"
End
Begin VB.Menu tjrz
Caption = "添加日志"
End
End
Begin VB.Menu exit
Caption = "退出系统"
End
End
Attribute VB_Name = "Frm_main"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub end_Click()
End
End Sub
Private Sub exit_Click()
End
End Sub
Private Sub lsdcx_Click()
Load Frm_lsdfind
Frm_lsdfind.Show 1
End Sub
Private Sub lsdlb_Click()
Load Frm_lsdlb
Frm_lsdlb.Show 1
End Sub
Private Sub rxsltj_Click()
Load Frm_rxsltj
Frm_rxsltj.Show 1
End Sub
Private Sub lsdtj_Click()
Load Frm_lsdtj
Frm_lsdtj.Show 1
End Sub
Private Sub rzlb_Click()
Load Frm_rzlb
Frm_rzlb.Show 1
End Sub
Private Sub scyh_Click()
Load Frm_yhtj
Frm_yhtj.Show 1
End Sub
Private Sub Timer1_Timer()
Frm_main.StatusBar1.Panels(3).Text = "当前日期:" + Format(Date, "long date")
End Sub
Private Sub tjlsd_Click()
Load Frm_lsdtj
Frm_lsdtj.Show 1
End Sub
Private Sub tjrz_Click()
Load Frm_rztj
Frm_rztj.Show 1
End Sub
Private Sub tjyh_Click()
Load Frm_yhtj
Frm_yhtj.Show 1
End Sub
Private Sub xscx_Click()
Load Frm_xsfind
Frm_xsfind.Show 1
End Sub
Private Sub xsltj_Click()
Load Frm_xsxx
Frm_xsxx.Show 1
End Sub
Private Sub yhlb_Click()
Load Frm_yhlb
Frm_yhlb.Show 1
End Sub
Private Sub ypcx_Click()
Load Frm_ypfind
Frm_ypfind.Show 1
End Sub
Private Sub yplb_Click()
Load Frm_yplb
Frm_yplb.Show 1
End Sub
Private Sub yplxtj_Click()
Load Frm_yplxlb
Frm_yplxlb.Show 1
End Sub
Private Sub yptj_Click()
Load Frm_yptj
Frm_yptj.Show 1
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -