frmmain.frm

来自「display the numbers in led digits」· FRM 代码 · 共 33 行

FRM
33
字号
VERSION 5.00
Begin VB.Form frmMain 
   Caption         =   "Form1"
   ClientHeight    =   2205
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   3960
   LinkTopic       =   "Form1"
   ScaleHeight     =   2205
   ScaleWidth      =   3960
   StartUpPosition =   3  'Windows Default
   Begin VB.PictureBox picDigits 
      AutoRedraw      =   -1  'True
      AutoSize        =   -1  'True
      BorderStyle     =   0  'None
      Height          =   2160
      Left            =   0
      Picture         =   "frmMain.frx":0000
      ScaleHeight     =   2160
      ScaleWidth      =   3930
      TabIndex        =   0
      Top             =   0
      Width           =   3930
   End
End
Attribute VB_Name = "frmMain"
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 + -
显示快捷键?