frmabout.frm

来自「软件工程的开发设计,有系统,易懂,有源码,如有需要,还可以提供更多的系统」· FRM 代码 · 共 80 行

FRM
80
字号
VERSION 5.00
Begin VB.Form frmabout 
   Caption         =   "关于..."
   ClientHeight    =   4530
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   6525
   LinkTopic       =   "Form2"
   MDIChild        =   -1  'True
   ScaleHeight     =   4530
   ScaleWidth      =   6525
   Begin VB.PictureBox Picture1 
      Height          =   975
      Left            =   600
      Picture         =   "frmabout.frx":0000
      ScaleHeight     =   915
      ScaleWidth      =   915
      TabIndex        =   3
      Top             =   2400
      Width           =   975
   End
   Begin VB.Label Label3 
      AutoSize        =   -1  'True
      Caption         =   "2006-11-6"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   15.75
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   315
      Left            =   4080
      TabIndex        =   2
      Top             =   3840
      Width           =   1485
   End
   Begin VB.Label Label2 
      Caption         =   "太原科技大学H组开发"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   21.75
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   975
      Left            =   3360
      TabIndex        =   1
      Top             =   2400
      Width           =   2535
   End
   Begin VB.Label Label1 
      Caption         =   "本系统授权给:                    山西省太原市                      太原科技大学医院门诊使用"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   15.75
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   1035
      Left            =   720
      TabIndex        =   0
      Top             =   480
      Width           =   5445
   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 + -
显示快捷键?