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

📄 mdiform1.frm

📁 这是一个商品交易管理系统的代码
💻 FRM
字号:
VERSION 5.00
Begin VB.MDIForm MDIForm1 
   BackColor       =   &H8000000C&
   Caption         =   "商品交易系统"
   ClientHeight    =   8310
   ClientLeft      =   165
   ClientTop       =   225
   ClientWidth     =   11880
   LinkTopic       =   "MDIForm1"
   Picture         =   "MDIForm1.frx":0000
   StartUpPosition =   2  '屏幕中心
   WindowState     =   2  'Maximized
   Begin VB.PictureBox Picture1 
      Align           =   1  'Align Top
      Height          =   15
      Left            =   0
      ScaleHeight     =   15
      ScaleWidth      =   11880
      TabIndex        =   0
      Top             =   0
      Width           =   11880
      Begin VB.PictureBox Picture2 
         Height          =   15
         Left            =   0
         ScaleHeight     =   15
         ScaleWidth      =   9615
         TabIndex        =   1
         Top             =   0
         Width           =   9615
      End
   End
   Begin VB.Menu wj 
      Caption         =   "文件"
      Begin VB.Menu a 
         Caption         =   "注册新用户"
      End
      Begin VB.Menu b 
         Caption         =   "退出"
      End
   End
   Begin VB.Menu sjgl 
      Caption         =   "数据管理"
      Begin VB.Menu c 
         Caption         =   "商品信息浏览"
      End
      Begin VB.Menu d 
         Caption         =   "商品信息录入"
      End
      Begin VB.Menu e 
         Caption         =   "供货商信息浏览"
      End
      Begin VB.Menu f 
         Caption         =   "供货商信息录入"
      End
      Begin VB.Menu g 
         Caption         =   "商品交易信息"
      End
   End
   Begin VB.Menu sjcx 
      Caption         =   "数据查询"
      Begin VB.Menu h 
         Caption         =   "查询供货商信息"
      End
      Begin VB.Menu i 
         Caption         =   "查询商品信息"
      End
      Begin VB.Menu j 
         Caption         =   "查询商品交易信息"
      End
   End
   Begin VB.Menu dybb 
      Caption         =   "打印报表"
      Begin VB.Menu k 
         Caption         =   "打印商品信息"
      End
      Begin VB.Menu l 
         Caption         =   "打印商品交易信息"
      End
   End
End
Attribute VB_Name = "MDIForm1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub a_Click()
Form5.Show
End Sub


Private Sub b_Click()
Unload Me
End Sub

Private Sub c_Click()
Form6.Show
End Sub

Private Sub d_Click()
Form9.Show
End Sub

Private Sub e_Click()
Form8.Show
End Sub

Private Sub f_Click()
Form10.Show
End Sub

Private Sub g_Click()
Form1.Show
End Sub

Private Sub h_Click()
Form12.Show
End Sub

Private Sub i_Click()
Form3.Show
End Sub

Private Sub j_Click()
Form7.Show
End Sub

Private Sub k_Click()
Rptxinxi.Show
End Sub

Private Sub l_Click()
Rptjiaoyi.Show
End Sub

⌨️ 快捷键说明

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