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

📄 frmabout.frm

📁 遗传算法的实现(转载)
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmAbout 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "About G+"
   ClientHeight    =   2880
   ClientLeft      =   2340
   ClientTop       =   1935
   ClientWidth     =   5505
   ClipControls    =   0   'False
   Icon            =   "frmAbout.frx":0000
   LinkTopic       =   "Form2"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   1987.828
   ScaleMode       =   0  'User
   ScaleWidth      =   5169.479
   ShowInTaskbar   =   0   'False
   StartUpPosition =   1  'CenterOwner
   Begin VB.PictureBox picIcon 
      AutoSize        =   -1  'True
      ClipControls    =   0   'False
      Height          =   540
      Left            =   240
      Picture         =   "frmAbout.frx":1BB2
      ScaleHeight     =   337.12
      ScaleMode       =   0  'User
      ScaleWidth      =   337.12
      TabIndex        =   1
      Top             =   240
      Width           =   540
   End
   Begin VB.CommandButton cmdOK 
      Cancel          =   -1  'True
      Caption         =   "OK"
      Default         =   -1  'True
      Height          =   525
      Left            =   3960
      TabIndex        =   0
      Top             =   2160
      Width           =   1095
   End
   Begin VB.Label Label3 
      Caption         =   "HomePage: http://gplus.51.net/index.htm"
      ForeColor       =   &H00FF0000&
      Height          =   255
      Left            =   1080
      TabIndex        =   5
      Top             =   1200
      Width           =   3975
   End
   Begin VB.Label Label2 
      Caption         =   "Contact: yuan_weidong@yahoo.com.cn"
      ForeColor       =   &H00FF0000&
      Height          =   255
      Left            =   1080
      TabIndex        =   4
      Top             =   1680
      Width           =   3975
   End
   Begin VB.Label Label1 
      Caption         =   "HomePage: http://gplus2004.tripod.com/"
      ForeColor       =   &H00FF0000&
      Height          =   255
      Left            =   1080
      TabIndex        =   3
      Top             =   720
      Width           =   3975
   End
   Begin VB.Label lblTitle 
      Caption         =   "G+ Demo Program.    Version 1.1"
      ForeColor       =   &H00000000&
      Height          =   480
      Left            =   1080
      TabIndex        =   2
      Top             =   240
      Width           =   3885
   End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdOK_Click()
Unload Me
End Sub

⌨️ 快捷键说明

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