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

📄 frmsplash1.frm

📁 遗传算法背包问题的论文电子图书。不错
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmSplash1 
   BorderStyle     =   3  'Fixed Dialog
   ClientHeight    =   4245
   ClientLeft      =   255
   ClientTop       =   1410
   ClientWidth     =   7380
   ClipControls    =   0   'False
   ControlBox      =   0   'False
   Icon            =   "frmSplash1.frx":0000
   KeyPreview      =   -1  'True
   LinkTopic       =   "Form2"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   4245
   ScaleWidth      =   7380
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  '屏幕中心
   Begin VB.Frame FraEdge 
      Height          =   4050
      Left            =   120
      TabIndex        =   0
      Top             =   60
      Width           =   7080
      Begin VB.Label lblInfo 
         Caption         =   "1.0.0"
         Height          =   255
         Index           =   2
         Left            =   4800
         TabIndex        =   7
         Top             =   1560
         Width           =   615
      End
      Begin VB.Label lblInfo 
         Caption         =   "开发者:张连元  窦贺艳"
         Height          =   255
         Index           =   6
         Left            =   600
         TabIndex        =   6
         Top             =   3360
         Width           =   2415
      End
      Begin VB.Image imgLogo 
         Height          =   1665
         Left            =   600
         Picture         =   "frmSplash1.frx":000C
         Stretch         =   -1  'True
         Top             =   1080
         Width           =   1335
      End
      Begin VB.Label lblInfo 
         Caption         =   "版权所有,违者必究!"
         Height          =   255
         Index           =   5
         Left            =   600
         TabIndex        =   1
         Top             =   3000
         Width           =   2415
      End
      Begin VB.Label lblInfo 
         Alignment       =   1  'Right Justify
         AutoSize        =   -1  'True
         Caption         =   "数据环境:MS SQL Server2000"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   180
         Index           =   4
         Left            =   3975
         TabIndex        =   2
         Top             =   2760
         Width           =   2670
      End
      Begin VB.Label lblInfo 
         Alignment       =   1  'Right Justify
         AutoSize        =   -1  'True
         Caption         =   "开发环境:Visual Basic 6.0"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   180
         Index           =   3
         Left            =   3960
         TabIndex        =   3
         Top             =   2280
         Width           =   2565
      End
      Begin VB.Label lblInfo 
         AutoSize        =   -1  'True
         Caption         =   "--毕业设计课题分配系统"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   14.25
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   285
         Index           =   1
         Left            =   3240
         TabIndex        =   5
         Top             =   1200
         Width           =   3450
      End
      Begin VB.Label lblInfo 
         AutoSize        =   -1  'True
         Caption         =   "需求分配系统"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   18
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   360
         Index           =   0
         Left            =   2355
         TabIndex        =   4
         Top             =   705
         Width           =   2250
      End
   End
End
Attribute VB_Name = "frmSplash1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Public mbAbout As Boolean
Option Explicit
Sub UnloadForm()
Unload Me
If Not mbAbout Then Main_MIS.Show
End Sub

Private Sub Form_Click()
UnloadForm
End Sub

Private Sub Form_KeyPress(KeyAscii As Integer)
    UnloadForm
End Sub
Private Sub Frame1_Click()
    Unload Me
End Sub
Private Sub imgLogo_Click()
UnloadForm
End Sub
Private Sub lblInfo_Click(Index As Integer)
UnloadForm
End Sub

⌨️ 快捷键说明

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