about.frm

来自「the attached file contains artifitial ne」· FRM 代码 · 共 153 行

FRM
153
字号
VERSION 5.00
Begin VB.Form About 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "Help"
   ClientHeight    =   4815
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   5415
   BeginProperty Font 
      Name            =   "Tahoma"
      Size            =   8.25
      Charset         =   0
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   Icon            =   "About.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   MouseIcon       =   "About.frx":058A
   ScaleHeight     =   4815
   ScaleWidth      =   5415
   ShowInTaskbar   =   0   'False
   StartUpPosition =   1  'CenterOwner
   Begin VB.TextBox WhatsNew 
      BackColor       =   &H8000000F&
      Height          =   2475
      Left            =   1080
      Locked          =   -1  'True
      MultiLine       =   -1  'True
      ScrollBars      =   2  'Vertical
      TabIndex        =   5
      Top             =   1740
      Width           =   4095
   End
   Begin VB.CommandButton Command 
      Cancel          =   -1  'True
      Caption         =   "OK"
      Default         =   -1  'True
      Height          =   375
      Index           =   0
      Left            =   1920
      TabIndex        =   0
      Top             =   4320
      Width           =   1575
   End
   Begin VB.Label Label 
      AutoSize        =   -1  'True
      BeginProperty Font 
         Name            =   "Tahoma"
         Size            =   8.25
         Charset         =   0
         Weight          =   400
         Underline       =   -1  'True
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H8000000D&
      Height          =   195
      Index           =   1
      Left            =   1080
      MouseIcon       =   "About.frx":0894
      MousePointer    =   99  'Custom
      TabIndex        =   6
      Top             =   840
      Width           =   45
   End
   Begin VB.Label Title 
      Caption         =   "What's new"
      BeginProperty Font 
         Name            =   "Tahoma"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Index           =   1
      Left            =   960
      TabIndex        =   4
      Top             =   1440
      Width           =   4455
   End
   Begin VB.Image Img 
      Height          =   720
      Left            =   120
      Picture         =   "About.frx":0B9E
      Top             =   120
      Width           =   720
   End
   Begin VB.Label Label 
      Caption         =   "Copyrighted."
      BeginProperty Font 
         Name            =   "Tahoma"
         Size            =   6.75
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Index           =   2
      Left            =   960
      TabIndex        =   3
      Top             =   1140
      Width           =   4455
   End
   Begin VB.Label Label 
      Height          =   495
      Index           =   0
      Left            =   1080
      TabIndex        =   2
      Top             =   360
      Width           =   4095
   End
   Begin VB.Label Title 
      Caption         =   "About"
      BeginProperty Font 
         Name            =   "Tahoma"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Index           =   0
      Left            =   960
      TabIndex        =   1
      Top             =   60
      Width           =   4455
   End
End
Attribute VB_Name = "About"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command_Click(Index As Integer)
    Unload Me
End Sub

Private Sub Form_Load()
    Title(0).Caption = App.Title & " v" & App.Major & "." & App.Minor
    Label(0).Caption = "Written by Paul Lammertsma" & vbCrLf & "For more information, please visit:"
    Label(1).Caption = "http://paul.luminos.nl"
    Label(2).Caption = "Copyright 

⌨️ 快捷键说明

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