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

📄 frmhelp.frm

📁 vc++的部分比较经典的源码
💻 FRM
字号:
VERSION 5.00
Begin VB.Form FrmHelp 
   BackColor       =   &H00E0E0E0&
   Caption         =   "Help System"
   ClientHeight    =   4065
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   6255
   Icon            =   "FrmHelp.frx":0000
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   ScaleHeight     =   4065
   ScaleWidth      =   6255
   StartUpPosition =   3  'Windows Default
   Begin VB.CommandButton Command1 
      BackColor       =   &H00E0E0E0&
      Caption         =   "OK"
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   330
      Left            =   4740
      Style           =   1  'Graphical
      TabIndex        =   12
      Top             =   3405
      Width           =   1350
   End
   Begin VB.Label Label6 
      Alignment       =   2  'Center
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "Mail me on sfmiraroad@hotmail.com for licence free full source code of this project"
      ForeColor       =   &H00E0E0E0&
      Height          =   195
      Left            =   180
      TabIndex        =   13
      Top             =   3840
      Width           =   5805
   End
   Begin VB.Shape Shape2 
      BackColor       =   &H00404040&
      BackStyle       =   1  'Opaque
      Height          =   240
      Left            =   -90
      Top             =   3840
      Width           =   6450
   End
   Begin VB.Line Line3 
      X1              =   60
      X2              =   6225
      Y1              =   3315
      Y2              =   3315
   End
   Begin VB.Line Line2 
      BorderColor     =   &H00FFFFFF&
      BorderWidth     =   2
      X1              =   60
      X2              =   6210
      Y1              =   3330
      Y2              =   3330
   End
   Begin VB.Label Label2 
      BackStyle       =   0  'Transparent
      Caption         =   "* Search"
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00800000&
      Height          =   240
      Index           =   2
      Left            =   45
      TabIndex        =   11
      Top             =   2400
      Width           =   4665
   End
   Begin VB.Label Label3 
      BackStyle       =   0  'Transparent
      Caption         =   $"FrmHelp.frx":0442
      Height          =   600
      Index           =   2
      Left            =   180
      TabIndex        =   10
      Top             =   2640
      Width           =   6015
   End
   Begin VB.Label Label2 
      BackStyle       =   0  'Transparent
      Caption         =   "* Set Database"
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00800000&
      Height          =   240
      Index           =   1
      Left            =   45
      TabIndex        =   9
      Top             =   1740
      Width           =   4665
   End
   Begin VB.Label Label3 
      BackStyle       =   0  'Transparent
      Caption         =   "Before doing anything you should set the database path, you can type the path or browse the path."
      Height          =   435
      Index           =   1
      Left            =   180
      TabIndex        =   8
      Top             =   1980
      Width           =   6000
   End
   Begin VB.Label Label5 
      BackStyle       =   0  'Transparent
      Caption         =   "* Status"
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00800000&
      Height          =   240
      Left            =   45
      TabIndex        =   7
      Top             =   1230
      Width           =   4665
   End
   Begin VB.Label Label4 
      BackStyle       =   0  'Transparent
      Caption         =   "You can check the Last Update date, Nos. of Record and Nos. of Keyword you have."
      Height          =   270
      Left            =   180
      TabIndex        =   6
      Top             =   1470
      Width           =   6090
   End
   Begin VB.Label Label3 
      BackStyle       =   0  'Transparent
      Caption         =   $"FrmHelp.frx":0515
      Height          =   435
      Index           =   0
      Left            =   180
      TabIndex        =   5
      Top             =   795
      Width           =   5985
   End
   Begin VB.Label Label2 
      BackStyle       =   0  'Transparent
      Caption         =   "* Create and Update Keywords"
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00800000&
      Height          =   240
      Index           =   0
      Left            =   45
      TabIndex        =   4
      Top             =   555
      Width           =   4665
   End
   Begin VB.Label Label1 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "HELP"
      BeginProperty Font 
         Name            =   "Arial"
         Size            =   12
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00E0E0E0&
      Height          =   285
      Left            =   480
      TabIndex        =   3
      Top             =   120
      Width           =   660
   End
   Begin VB.Label Label7 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "S"
      BeginProperty Font 
         Name            =   "Times New Roman"
         Size            =   21.75
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   -1  'True
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FFC0C0&
      Height          =   495
      Left            =   5010
      TabIndex        =   0
      Top             =   60
      Width           =   240
   End
   Begin VB.Line Line1 
      BorderColor     =   &H00C00000&
      BorderWidth     =   3
      X1              =   4035
      X2              =   6075
      Y1              =   225
      Y2              =   225
   End
   Begin VB.Line Line4 
      BorderColor     =   &H00FF8080&
      X1              =   4065
      X2              =   6105
      Y1              =   105
      Y2              =   105
   End
   Begin VB.Line Line5 
      BorderColor     =   &H00FF0000&
      BorderWidth     =   2
      X1              =   4050
      X2              =   6090
      Y1              =   165
      Y2              =   165
   End
   Begin VB.Label Label9 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "Extensive "
      BeginProperty Font 
         Name            =   "Times New Roman"
         Size            =   14.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   -1  'True
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00C0FFFF&
      Height          =   315
      Left            =   2940
      TabIndex        =   1
      Top             =   -15
      Width           =   1140
   End
   Begin VB.Label Label8 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "data base    earch"
      BeginProperty Font 
         Name            =   "Times New Roman"
         Size            =   14.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   -1  'True
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FFFFC0&
      Height          =   315
      Left            =   3825
      TabIndex        =   2
      Top             =   210
      Width           =   2070
   End
   Begin VB.Shape Shape1 
      BackColor       =   &H00404040&
      BackStyle       =   1  'Opaque
      Height          =   585
      Left            =   -60
      Top             =   -45
      Width           =   6480
   End
End
Attribute VB_Name = "FrmHelp"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

Private Sub Command1_Click()
Unload Me
End Sub

Private Sub Form_Load()
Me.Top = (Screen.Height - Me.Height) / 2
Me.Left = (Screen.Width - Me.Width) / 2
End Sub

⌨️ 快捷键说明

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