form1.frm

来自「Windows API函数,希望大伙有用哦」· FRM 代码 · 共 39 行

FRM
39
字号
VERSION 5.00
Begin VB.Form AAA 
   BackColor       =   &H80000009&
   Caption         =   "Form1"
   ClientHeight    =   1740
   ClientLeft      =   3165
   ClientTop       =   3270
   ClientWidth     =   4560
   LinkTopic       =   "Form2"
   ScaleHeight     =   1740
   ScaleWidth      =   4560
   Begin VB.Label Label1 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "亮度不变的窗体"
      BeginProperty Font 
         Name            =   "华文行楷"
         Size            =   21.75
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   -1  'True
         Strikethrough   =   0   'False
      EndProperty
      Height          =   450
      Left            =   750
      TabIndex        =   0
      Top             =   540
      Width           =   3045
   End
End
Attribute VB_Name = "AAA"
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 + -
显示快捷键?