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

📄 form1.frm

📁 能实现数据库的查询,修改,实用于一些用户的要求,实现基本的数据库功能.
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form1 
   Caption         =   "Form1"
   ClientHeight    =   7185
   ClientLeft      =   165
   ClientTop       =   450
   ClientWidth     =   9015
   LinkTopic       =   "Form1"
   Picture         =   "Form1.frx":0000
   ScaleHeight     =   7185
   ScaleWidth      =   9015
   StartUpPosition =   2  '屏幕中心
   Begin VB.Label Label1 
      BackStyle       =   0  'Transparent
      Caption         =   "订货补充系统"
      BeginProperty Font 
         Name            =   "隶书"
         Size            =   48
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H0000FFFF&
      Height          =   1695
      Left            =   1560
      TabIndex        =   0
      Top             =   1680
      Width           =   6375
   End
   Begin VB.Menu xtdl 
      Caption         =   "系统管理"
      Begin VB.Menu xtdhu 
         Caption         =   "用户登陆"
         Index           =   12
      End
      Begin VB.Menu sttuichu 
         Caption         =   "退出"
      End
   End
   Begin VB.Menu jchshj 
      Caption         =   "基础数据维护"
   End
   Begin VB.Menu chrgl 
      Caption         =   "出入库管理"
      Begin VB.Menu rukugl 
         Caption         =   "入库数据管理"
      End
      Begin VB.Menu chkugl 
         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 chkugl_Click()
Frmchukugl.Show

End Sub

Private Sub Command1_Click()
Form2.Show

End Sub

Private Sub jchshj_Click()
Frmshujuweihu.Show
End Sub

Private Sub rukugl_Click()
Frmruk.Show

End Sub

Private Sub sttuichu_Click()
End
End Sub

Private Sub xtdhu_Click(Index As Integer)
Form6.Show

End Sub

⌨️ 快捷键说明

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