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

📄 grvbaboutfrm.frm

📁 机器人程序
💻 FRM
字号:
VERSION 5.00
Begin VB.Form AboutFrm 
   BorderStyle     =   4  'Fixed ToolWindow
   Caption         =   "关于 GoRo围棋机器人"
   ClientHeight    =   4815
   ClientLeft      =   45
   ClientTop       =   285
   ClientWidth     =   7470
   BeginProperty Font 
      Name            =   "宋体"
      Size            =   14.25
      Charset         =   134
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   Picture         =   "GRVBAboutFrm.frx":0000
   ScaleHeight     =   4815
   ScaleWidth      =   7470
   ShowInTaskbar   =   0   'False
   StartUpPosition =   1  '所有者中心
   Begin VB.Label Label2 
      Caption         =   "E-mail:superefei@hotmail.com"
      BeginProperty Font 
         Name            =   "幼圆"
         Size            =   10.5
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Left            =   4080
      TabIndex        =   1
      Top             =   4560
      Width           =   3375
   End
   Begin VB.Label Label1 
      Caption         =   $"GRVBAboutFrm.frx":C668
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   120
      TabIndex        =   0
      Top             =   4560
      Width           =   2055
   End
End
Attribute VB_Name = "AboutFrm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'form AboutFrm.frm
'关于
'- - - - - - - - - - - - - - - - - - - - - - - - - -
Option Explicit

'点击退出
Private Sub Form_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
  Me.Hide
  GRVBMain.Enabled = True
  GRVBMain.Show
End Sub

'退出
Private Sub Form_Unload(Cancel As Integer)
  Me.Hide
  GRVBMain.Enabled = True
  GRVBMain.Show
End Sub

'- - - - - - - - - - - - - - - - - - - - - - - - - -

⌨️ 快捷键说明

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