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

📄 frmabout.frm

📁 手机短心控制接收发射程序,通过串口与手机连接,
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmAbout 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "关于"
   ClientHeight    =   3810
   ClientLeft      =   2340
   ClientTop       =   1935
   ClientWidth     =   5730
   ClipControls    =   0   'False
   Icon            =   "frmAbout.frx":0000
   LinkTopic       =   "Form2"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   2629.73
   ScaleMode       =   0  'User
   ScaleWidth      =   5380.766
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  '屏幕中心
   Begin VB.CommandButton Command1 
      Cancel          =   -1  'True
      Caption         =   "注册(&R)"
      Height          =   345
      Left            =   4080
      TabIndex        =   4
      ToolTipText     =   "跟据手机序列号,得认证码"
      Top             =   2760
      Width           =   1500
   End
   Begin VB.CommandButton cmdOK 
      Caption         =   "退出(&E)"
      Default         =   -1  'True
      Height          =   345
      Left            =   4080
      TabIndex        =   0
      Top             =   3240
      Width           =   1500
   End
   Begin VB.Label lblDisclaimer 
      AutoSize        =   -1  'True
      Caption         =   "你好:多提意见!谢谢你敢用此程序."
      ForeColor       =   &H00000000&
      Height          =   180
      Left            =   240
      TabIndex        =   8
      Top             =   2640
      Width           =   2790
   End
   Begin VB.Label Label1 
      AutoSize        =   -1  'True
      Caption         =   "QQ:23104785"
      ForeColor       =   &H00000000&
      Height          =   180
      Left            =   705
      TabIndex        =   7
      Top             =   3120
      Width           =   990
   End
   Begin VB.Label Label2 
      AutoSize        =   -1  'True
      Caption         =   "E-Mail:cuimin@public1.sz.js.cn"
      ForeColor       =   &H00000000&
      Height          =   180
      Left            =   705
      TabIndex        =   6
      Top             =   3360
      Width           =   2700
   End
   Begin VB.Label Label3 
      AutoSize        =   -1  'True
      Caption         =   "苏州市职工科技大学 崔鸣"
      Height          =   180
      Left            =   705
      TabIndex        =   5
      Top             =   2880
      Width           =   2070
   End
   Begin VB.Image Image1 
      Height          =   480
      Left            =   360
      Picture         =   "frmAbout.frx":030A
      Top             =   300
      Width           =   480
   End
   Begin VB.Line Line1 
      BorderColor     =   &H00808080&
      BorderStyle     =   6  'Inside Solid
      Index           =   1
      X1              =   84.515
      X2              =   5309.398
      Y1              =   1687.583
      Y2              =   1687.583
   End
   Begin VB.Label lblDescription 
      AutoSize        =   -1  'True
      Caption         =   "程序编制:2004/09/02"
      ForeColor       =   &H00000040&
      Height          =   180
      Left            =   3720
      TabIndex        =   1
      Top             =   2160
      Width           =   1710
   End
   Begin VB.Label lblTitle 
      AutoSize        =   -1  'True
      Caption         =   "Motorola T720 手机"
      BeginProperty Font 
         Name            =   "Microsoft Sans Serif"
         Size            =   14.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00400040&
      Height          =   360
      Left            =   1200
      TabIndex        =   2
      Top             =   360
      Width           =   2445
   End
   Begin VB.Line Line1 
      BorderColor     =   &H00FFFFFF&
      BorderWidth     =   2
      Index           =   0
      X1              =   98.6
      X2              =   5309.398
      Y1              =   1697.936
      Y2              =   1697.936
   End
   Begin VB.Label lblVersion 
      AutoSize        =   -1  'True
      Caption         =   "手机管理程序"
      BeginProperty Font 
         Name            =   "楷体_GB2312"
         Size            =   24
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00800000&
      Height          =   480
      Left            =   1440
      TabIndex        =   3
      Top             =   1080
      Width           =   2880
   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

Private Sub Command1_Click()
    frmPhoneInfo.Show 1
End Sub

⌨️ 快捷键说明

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