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

📄 frmabout.frm

📁 系统工程-层次分析法VB版
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmAbout 
   AutoRedraw      =   -1  'True
   BorderStyle     =   0  'None
   Caption         =   "关于"
   ClientHeight    =   3360
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   5430
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MinButton       =   0   'False
   Picture         =   "frmAbout.frx":0000
   ScaleHeight     =   3360
   ScaleWidth      =   5430
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  '屏幕中心
   Begin VB.Label Label7 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "学号:00164308"
      ForeColor       =   &H00FFFFC0&
      Height          =   180
      Left            =   3840
      TabIndex        =   6
      Top             =   2760
      Width           =   1260
   End
   Begin VB.Label Label6 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "2002年12月"
      ForeColor       =   &H00C0FFC0&
      Height          =   180
      Left            =   4320
      TabIndex        =   5
      Top             =   3120
      Width           =   900
   End
   Begin VB.Label Label5 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "马智凯"
      ForeColor       =   &H00FFFFFF&
      Height          =   180
      Left            =   4680
      TabIndex        =   4
      Top             =   2520
      Width           =   540
   End
   Begin VB.Label Label4 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "慕静"
      ForeColor       =   &H00FFFFFF&
      Height          =   180
      Left            =   4680
      TabIndex        =   3
      Top             =   2160
      Width           =   360
   End
   Begin VB.Label Label3 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "信息003班"
      ForeColor       =   &H00C0FFFF&
      Height          =   180
      Left            =   3840
      TabIndex        =   2
      Top             =   2520
      Width           =   810
   End
   Begin VB.Label Label2 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "指导老师:"
      ForeColor       =   &H00C0FFFF&
      Height          =   180
      Left            =   3840
      TabIndex        =   1
      Top             =   2160
      Width           =   900
   End
   Begin VB.Label Label1 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "计算机解决方案的实现"
      ForeColor       =   &H0080FFFF&
      Height          =   180
      Left            =   360
      TabIndex        =   0
      Top             =   960
      Width           =   1800
   End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Click()
    Unload Me
End Sub
Private Sub Label1_Click()
    Unload Me
End Sub
Private Sub Label2_Click()
    Unload Me
End Sub
Private Sub Label3_Click()
    Unload Me
End Sub
Private Sub Label4_Click()
    Unload Me
End Sub
Private Sub Label5_Click()
    Unload Me
End Sub
Private Sub Label6_Click()
    Unload Me
End Sub
Private Sub Label7_Click()
    Unload Me
End Sub

⌨️ 快捷键说明

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