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

📄 frmabout.frm

📁 工厂企业进销存管理系统, 该系统主要实现工厂企业进销存管理中各种信息的系统化、规范化和自动化。
💻 FRM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -