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

📄 frmmsystem.frm

📁 自动售药系统
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmMsystem 
   BorderStyle     =   0  'None
   Caption         =   "Form1"
   ClientHeight    =   8865
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   11880
   LinkTopic       =   "Form1"
   Picture         =   "frmMsystem.frx":0000
   ScaleHeight     =   8865
   ScaleWidth      =   11880
   ShowInTaskbar   =   0   'False
   StartUpPosition =   3  '窗口缺省
   WindowState     =   2  'Maximized
   Begin VB.CommandButton Cmdinfo 
      Caption         =   "系统信息"
      Height          =   615
      Left            =   7080
      TabIndex        =   9
      Top             =   3840
      Width           =   2295
   End
   Begin VB.CommandButton Command2 
      Caption         =   "广告管理"
      Height          =   615
      Left            =   4080
      TabIndex        =   8
      Top             =   4800
      Visible         =   0   'False
      Width           =   2055
   End
   Begin VB.CommandButton Command11 
      Caption         =   "返回主界面"
      Height          =   615
      Left            =   4080
      TabIndex        =   7
      Top             =   3840
      Width           =   2055
   End
   Begin VB.CommandButton Command10 
      Caption         =   "重起计算机"
      Height          =   615
      Left            =   7080
      TabIndex        =   6
      Top             =   2880
      Width           =   2295
   End
   Begin VB.CommandButton Command1 
      Caption         =   "退出系统"
      Height          =   615
      Left            =   4080
      TabIndex        =   5
      Top             =   2880
      Width           =   2055
   End
   Begin VB.CommandButton Command9 
      Height          =   495
      Left            =   720
      Picture         =   "frmMsystem.frx":D004
      Style           =   1  'Graphical
      TabIndex        =   4
      Top             =   4440
      Width           =   2055
   End
   Begin VB.CommandButton Command8 
      Height          =   495
      Left            =   720
      Picture         =   "frmMsystem.frx":11735
      Style           =   1  'Graphical
      TabIndex        =   3
      Top             =   5040
      Width           =   2055
   End
   Begin VB.CommandButton Command7 
      Height          =   495
      Left            =   720
      Picture         =   "frmMsystem.frx":1611D
      Style           =   1  'Graphical
      TabIndex        =   2
      Top             =   3840
      Width           =   2055
   End
   Begin VB.CommandButton Command6 
      Height          =   495
      Left            =   720
      Picture         =   "frmMsystem.frx":1AB6C
      Style           =   1  'Graphical
      TabIndex        =   1
      Top             =   3240
      Width           =   2055
   End
   Begin VB.CommandButton Command3 
      Height          =   495
      Left            =   720
      Picture         =   "frmMsystem.frx":1F4FC
      Style           =   1  'Graphical
      TabIndex        =   0
      Top             =   2640
      Width           =   2055
   End
End
Attribute VB_Name = "frmMsystem"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Cmdinfo_Click()
frmSysInfo.Show (1)
End Sub

Private Sub Command1_Click()
End
End Sub

Private Sub Command10_Click()
     End
     AdjustToken 'NT下关机需先调用的安全机制涵数子过程
     x = ExitWindowsEx(EWX_FORCE Or EWX_REBOOT, 0)
End Sub

Private Sub Command11_Click()
Unload Me
End Sub

Private Sub Command2_Click()
Unload Me
frmMadd.Show (1)

End Sub

Private Sub Command3_Click()
Unload Me
frmMsale.Show (1)
End Sub

Private Sub Command4_Click()
Unload Me
frmMdel.Show (1)
End Sub

Private Sub Command5_Click()
Unload Me
frmMpd.Show (1)
End Sub

Private Sub Command6_Click()
Unload Me
frmMadd.Show (1)
End Sub

Private Sub Command7_Click()
'Unload Me
frmMchpwd.Show (1)
End Sub

Private Sub Command8_Click()
Unload Me
frmMsystem.Show (1)
End Sub

Private Sub Command9_Click()
Unload Me
frmMotc.Show (1)
End Sub

⌨️ 快捷键说明

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