form2.frm

来自「open picture in form」· FRM 代码 · 共 36 行

FRM
36
字号
VERSION 5.00
Begin VB.Form Form2 
   Caption         =   "Form2"
   ClientHeight    =   6705
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   8955
   LinkTopic       =   "Form2"
   ScaleHeight     =   6705
   ScaleWidth      =   8955
   StartUpPosition =   3  'Windows Default
   Begin VB.CommandButton Command1 
      Caption         =   "Carregar Figura"
      Height          =   480
      Left            =   6720
      TabIndex        =   0
      Top             =   5535
      Width           =   1590
   End
   Begin VB.Image Image1 
      Height          =   5295
      Left            =   30
      Stretch         =   -1  'True
      Top             =   -15
      Width           =   7935
   End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form1.Show
End Sub

⌨️ 快捷键说明

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