form1.frm

来自「我自己编写和收集一些主要的VB的能实现的功能都基本集合在一起了」· FRM 代码 · 共 41 行

FRM
41
字号
VERSION 5.00
Begin VB.Form Form1 
   Caption         =   "图形命令钮风格演示"
   ClientHeight    =   1485
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   4680
   LinkTopic       =   "Form1"
   ScaleHeight     =   1485
   ScaleWidth      =   4680
   StartUpPosition =   3  'Windows Default
   Begin VB.CommandButton Command2 
      Height          =   975
      Left            =   2040
      MaskColor       =   &H00FFFFFF&
      Picture         =   "Form1.frx":0000
      Style           =   1  'Graphical
      TabIndex        =   1
      Top             =   240
      UseMaskColor    =   -1  'True
      Width           =   2295
   End
   Begin VB.CommandButton Command1 
      Caption         =   "打印(&P)"
      Height          =   855
      Left            =   240
      Picture         =   "Form1.frx":5021
      Style           =   1  'Graphical
      TabIndex        =   0
      Top             =   360
      Width           =   1335
   End
End
Attribute VB_Name = "Form1"
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 + -
显示快捷键?