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

📄 main.frm

📁 用VB做的仓库管理系统
💻 FRM
字号:
VERSION 5.00
Begin VB.Form main 
   Caption         =   "主界面"
   ClientHeight    =   7590
   ClientLeft      =   2745
   ClientTop       =   1605
   ClientWidth     =   9885
   LinkTopic       =   "Form2"
   Picture         =   "main.frx":0000
   ScaleHeight     =   7590
   ScaleMode       =   0  'User
   ScaleWidth      =   10000
   Begin VB.Frame Frame1 
      Height          =   855
      Left            =   198
      TabIndex        =   0
      Top             =   6720
      Width           =   9490
      Begin VB.CommandButton Command3 
         Caption         =   "退出"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   500
         Left            =   6550
         TabIndex        =   3
         Top             =   200
         Width           =   2500
      End
      Begin VB.CommandButton Command2 
         Caption         =   "仓库管理"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   500
         Left            =   3550
         TabIndex        =   2
         Top             =   200
         Width           =   2500
      End
      Begin VB.CommandButton Command1 
         BackColor       =   &H00FFC0FF&
         Caption         =   "商品管理"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   500
         Left            =   550
         TabIndex        =   1
         Top             =   200
         Width           =   2500
      End
   End
   Begin VB.Label Label1 
      Alignment       =   2  'Center
      BackStyle       =   0  'Transparent
      BorderStyle     =   1  'Fixed Single
      Caption         =   "欢迎使用仓库管理系统"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   36
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   855
      Left            =   1005
      TabIndex        =   4
      Top             =   840
      Width           =   7995
   End
End
Attribute VB_Name = "main"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()

cangku.Hide
shangpin.Show

End Sub

Private Sub Command2_Click()

cangku.Show
shangpin.Hide

End Sub

Private Sub Command3_Click()

End

End Sub

Private Sub Form_Unload(Cancel As Integer)

End

End Sub

⌨️ 快捷键说明

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