frmctr.frm

来自「手机短心控制接收发射程序,通过串口与手机连接,」· FRM 代码 · 共 42 行

FRM
42
字号
VERSION 5.00
Begin VB.Form frmCtr 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "控制"
   ClientHeight    =   3930
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   5925
   Icon            =   "frmCtr.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   3930
   ScaleWidth      =   5925
   StartUpPosition =   2  '屏幕中心
   Begin VB.Label Label1 
      AutoSize        =   -1  'True
      Caption         =   "你好!"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   72
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00800000&
      Height          =   1455
      Left            =   1200
      TabIndex        =   0
      Top             =   1200
      Width           =   3600
   End
End
Attribute VB_Name = "frmCtr"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

⌨️ 快捷键说明

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