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

📄 frmabout.frm

📁 VB平台单片机与PC机串口通信的PC端程序。小巧易用
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmAbout 
   BackColor       =   &H00C0C0C0&
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "关于本系统"
   ClientHeight    =   3516
   ClientLeft      =   2340
   ClientTop       =   1932
   ClientWidth     =   5700
   ClipControls    =   0   'False
   Icon            =   "frmAbout.frx":0000
   LinkTopic       =   "Form2"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MinButton       =   0   'False
   Picture         =   "frmAbout.frx":030A
   ScaleHeight     =   2424.213
   ScaleMode       =   0  'User
   ScaleWidth      =   5346.996
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  'CenterScreen
   Begin VB.CommandButton cmdOK 
      Cancel          =   -1  'True
      Caption         =   "确认"
      Default         =   -1  'True
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.8
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   384
      Left            =   4080
      TabIndex        =   0
      Top             =   2964
      Width           =   1188
   End
   Begin VB.Image imgLogo 
      Appearance      =   0  'Flat
      Height          =   864
      Left            =   132
      Picture         =   "frmAbout.frx":0614
      Stretch         =   -1  'True
      Top             =   108
      Width           =   1428
   End
   Begin VB.Label Label1 
      AutoSize        =   -1  'True
      Caption         =   "北京朗科科技发展有限公司发行。"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   240
      Left            =   1632
      TabIndex        =   5
      Top             =   2112
      Width           =   3600
   End
   Begin VB.Line Line1 
      BorderColor     =   &H00808080&
      BorderStyle     =   6  'Inside Solid
      Index           =   1
      X1              =   45.027
      X2              =   5270.074
      Y1              =   1927.787
      Y2              =   1927.787
   End
   Begin VB.Label lblDescription 
      AutoSize        =   -1  'True
      Caption         =   "清华大学技术,学生开发组研发。"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00000000&
      Height          =   240
      Left            =   1152
      TabIndex        =   1
      Top             =   1656
      Width           =   3600
   End
   Begin VB.Label lblTitle 
      AutoSize        =   -1  'True
      Caption         =   "电子警察系统"
      BeginProperty Font 
         Name            =   "楷体_GB2312"
         Size            =   25.8
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00000000&
      Height          =   516
      Left            =   1788
      TabIndex        =   3
      Top             =   312
      Width           =   3252
   End
   Begin VB.Line Line1 
      BorderColor     =   &H00FFFFFF&
      BorderWidth     =   2
      Index           =   0
      X1              =   56.284
      X2              =   5267.26
      Y1              =   1936.061
      Y2              =   1936.061
   End
   Begin VB.Label lblVersion 
      AutoSize        =   -1  'True
      Caption         =   "当前版本号:1.0"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   240
      Left            =   720
      TabIndex        =   4
      Top             =   1260
      Width           =   1800
   End
   Begin VB.Label lblDisclaimer 
      AutoSize        =   -1  'True
      Caption         =   "版权所有,盗版必究。"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   -1  'True
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H000000C0&
      Height          =   240
      Left            =   288
      TabIndex        =   2
      Top             =   3024
      Width           =   2532
   End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

Private Sub cmdOK_Click()
  Unload Me
End Sub


⌨️ 快捷键说明

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