frmmotc.frm

来自「自动售药系统」· FRM 代码 · 共 107 行

FRM
107
字号
VERSION 5.00
Begin VB.Form frmMotc 
   BorderStyle     =   0  'None
   Caption         =   "Form1"
   ClientHeight    =   7065
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   9960
   LinkTopic       =   "Form1"
   Picture         =   "frmMotc.frx":0000
   ScaleHeight     =   7065
   ScaleWidth      =   9960
   ShowInTaskbar   =   0   'False
   StartUpPosition =   3  '窗口缺省
   WindowState     =   2  'Maximized
   Begin VB.CommandButton Command3 
      Height          =   495
      Left            =   720
      Picture         =   "frmMotc.frx":D004
      Style           =   1  'Graphical
      TabIndex        =   0
      Top             =   2640
      Width           =   2055
   End
   Begin VB.CommandButton Command6 
      Height          =   495
      Left            =   720
      Picture         =   "frmMotc.frx":11942
      Style           =   1  'Graphical
      TabIndex        =   1
      Top             =   3240
      Width           =   2055
   End
   Begin VB.CommandButton Command7 
      Height          =   495
      Left            =   720
      Picture         =   "frmMotc.frx":162D2
      Style           =   1  'Graphical
      TabIndex        =   2
      Top             =   3840
      Width           =   2055
   End
   Begin VB.CommandButton Command8 
      Height          =   495
      Left            =   720
      Picture         =   "frmMotc.frx":1AD21
      Style           =   1  'Graphical
      TabIndex        =   4
      Top             =   5040
      Width           =   2055
   End
   Begin VB.CommandButton Command9 
      Height          =   495
      Left            =   720
      Picture         =   "frmMotc.frx":1F709
      Style           =   1  'Graphical
      TabIndex        =   3
      Top             =   4440
      Width           =   2055
   End
End
Attribute VB_Name = "frmMotc"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
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 + =
减小字号Ctrl + -
显示快捷键?