⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmphoto.frm

📁 vb编写的图书借阅管理系统开发案例
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmPhoto 
   Caption         =   "照片"
   ClientHeight    =   4245
   ClientLeft      =   2775
   ClientTop       =   3765
   ClientWidth     =   3345
   Icon            =   "frmPhoto.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   4245
   ScaleWidth      =   3345
   StartUpPosition =   1  '所有者中心
   Begin VB.Image imgPhoto 
      BorderStyle     =   1  'Fixed Single
      Height          =   2775
      Left            =   0
      Stretch         =   -1  'True
      Top             =   0
      Width           =   2775
   End
End
Attribute VB_Name = "frmPhoto"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

Private Sub Form_Resize()
    imgPhoto.Move 0, 0, Width - 100, Height - 400
End Sub

⌨️ 快捷键说明

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