⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 form1.frm

📁 一个个很很好好的软件
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form1 
   Caption         =   "仓库管理系统"
   ClientHeight    =   8535
   ClientLeft      =   60
   ClientTop       =   645
   ClientWidth     =   10830
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   ScaleHeight     =   8535
   ScaleWidth      =   10830
   StartUpPosition =   2  '屏幕中心
   WindowState     =   2  'Maximized
   Begin VB.Label Label1 
      Caption         =   "仓库管理系统"
      BeginProperty Font 
         Name            =   "隶书"
         Size            =   72
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   1575
      Left            =   480
      TabIndex        =   0
      Top             =   2400
      Width           =   9615
   End
   Begin VB.Menu cangku_manage 
      Caption         =   "仓库管理"
      Begin VB.Menu cangku_info_manage 
         Caption         =   "仓库信息管理"
         Begin VB.Menu find_cangku_info 
            Caption         =   "查询货物信息"
         End
      End
   End
   Begin VB.Menu cangku_lend 
      Caption         =   "仓库货物管理"
      Begin VB.Menu lend_cangku_manage 
         Caption         =   "存货管理"
         Begin VB.Menu add_lend_cangku 
            Caption         =   "添加货物"
         End
      End
      Begin VB.Menu back_cangku_manage 
         Caption         =   "取货管理"
         Begin VB.Menu add_back_cangku 
            Caption         =   "取出货物"
         End
      End
   End
   Begin VB.Menu sys_manage 
      Caption         =   "系统管理"
      Begin VB.Menu add_admin 
         Caption         =   "添加管理员"
      End
      Begin VB.Menu change_pwd 
         Caption         =   "修改密码"
      End
      Begin VB.Menu exit_sys 
         Caption         =   "退出系统"
      End
   End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

Private Sub add_admin_Click()
frmadduser.Show
End Sub

Private Sub change_pwd_Click()
frmchangepwd.Show
End Sub
Private Sub exit_sys_Click()
End
End Sub

Private Sub find_reader_info_Click()
frmfindreader.Show
End Sub

Private Sub modify_reader_info_Click()
frmreaderinfo.Show
End Sub

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -