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

📄 form8.frm

📁 因本人没有充足的时间
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form8 
   AutoRedraw      =   -1  'True
   BorderStyle     =   0  'None
   Caption         =   "Form8"
   ClientHeight    =   2655
   ClientLeft      =   4860
   ClientTop       =   5115
   ClientWidth     =   4230
   LinkTopic       =   "Form8"
   ScaleHeight     =   2655
   ScaleWidth      =   4230
   ShowInTaskbar   =   0   'False
   Begin VB.PictureBox Picture1 
      AutoSize        =   -1  'True
      Height          =   540
      Left            =   360
      Picture         =   "Form8.frx":0000
      ScaleHeight     =   480
      ScaleWidth      =   480
      TabIndex        =   1
      Top             =   360
      Width           =   540
   End
   Begin VB.Label Label8 
      AutoSize        =   -1  'True
      BackColor       =   &H00FF8080&
      Caption         =   "x"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   210
      Left            =   4080
      TabIndex        =   8
      Top             =   0
      Width           =   135
   End
   Begin VB.Label Label7 
      Caption         =   "开发小组:KEN工作室、设计:EMPTY、编写:边缘"
      Height          =   255
      Left            =   120
      TabIndex        =   7
      Top             =   2280
      Width           =   4095
   End
   Begin VB.Label Label6 
      AutoSize        =   -1  'True
      Caption         =   "联系方式:QQ 562022956"
      Height          =   180
      Left            =   1080
      TabIndex        =   6
      Top             =   1920
      Width           =   1980
   End
   Begin VB.Label Label5 
      AutoSize        =   -1  'True
      Caption         =   "版本:V1.0"
      Height          =   180
      Left            =   1800
      TabIndex        =   5
      Top             =   720
      Width           =   900
   End
   Begin VB.Label Label4 
      AutoSize        =   -1  'True
      Caption         =   "开发平台:windows"
      Height          =   300
      Left            =   1800
      TabIndex        =   4
      Top             =   960
      Width           =   1530
   End
   Begin VB.Label Label3 
      Caption         =   "感谢使用我们的产品,如有不足之处,请联系我们"
      Height          =   420
      Left            =   1080
      TabIndex        =   3
      Top             =   1320
      Width           =   2280
   End
   Begin VB.Label Label2 
      AutoSize        =   -1  'True
      Caption         =   "客户信息管理系统"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   240
      Left            =   1320
      TabIndex        =   2
      Top             =   360
      Width           =   2055
   End
   Begin VB.Label Label1 
      AutoSize        =   -1  'True
      BackColor       =   &H8000000D&
      Caption         =   "关于"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H8000000E&
      Height          =   210
      Left            =   0
      TabIndex        =   0
      Top             =   0
      Width           =   4185
   End
End
Attribute VB_Name = "Form8"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Image1_Click()

End Sub

Private Sub Form_DblClick()
Unload Me
End Sub

Private Sub Label8_Click()
Unload Me
End Sub

⌨️ 快捷键说明

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