frmzp.frm
来自「家财管理系统实例」· FRM 代码 · 共 34 行
FRM
34 行
VERSION 5.00
Begin VB.Form frmZp
Caption = "照片"
ClientHeight = 4245
ClientLeft = 2775
ClientTop = 3765
ClientWidth = 3345
Icon = "frmZp.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4245
ScaleWidth = 3345
StartUpPosition = 1 '所有者中心
Begin VB.Image Image1
BorderStyle = 1 'Fixed Single
Height = 2775
Left = 0
Stretch = -1 'True
Top = 0
Width = 2775
End
End
Attribute VB_Name = "frmZp"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Form_Resize()
Image1.Move 0, 0, Width - 100, Height - 400
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?