frmabout.frm

来自「1) 新药品的入库。 2) 过期药品的出库登记、处理记录。 3) 药品库存检」· FRM 代码 · 共 50 行

FRM
50
字号
VERSION 5.00
Begin VB.Form frmAbout 
   Caption         =   "Form1"
   ClientHeight    =   2625
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   7140
   LinkTopic       =   "Form1"
   ScaleHeight     =   2625
   ScaleWidth      =   7140
   StartUpPosition =   2  '屏幕中心
   Begin VB.Frame 关于 
      Caption         =   "关于医药药品进销存管理系统:"
      Height          =   2175
      Left            =   120
      TabIndex        =   0
      Top             =   120
      Width           =   6855
      Begin VB.Label Label3 
         Caption         =   "版权所有 (C)  中北大学信息商务学院"
         Height          =   255
         Left            =   480
         TabIndex        =   3
         Top             =   1200
         Width           =   4815
      End
      Begin VB.Label Label2 
         Caption         =   "设计人员 :贾晓霞 刘洋 吴拥军 张斌 武国全"
         Height          =   375
         Left            =   480
         TabIndex        =   2
         Top             =   840
         Width           =   4815
      End
      Begin VB.Label Label1 
         Caption         =   "版本号:V 1.0.0"
         Height          =   255
         Left            =   480
         TabIndex        =   1
         Top             =   480
         Width           =   4215
      End
   End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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