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

📄 test.frm

📁 可以自动调整窗体内控件大小 方便实用
💻 FRM
字号:
VERSION 5.00
Object = "{6E8BDED6-E329-46D3-8001-103A3ED393D7}#1.0#0"; "Resizer.ocx"
Begin VB.Form Form1 
   Caption         =   "自动调整的屏幕控件大小的控件 海阔天空收集整理 "
   ClientHeight    =   4725
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   6525
   LinkTopic       =   "Form1"
   ScaleHeight     =   4725
   ScaleWidth      =   6525
   StartUpPosition =   3  '窗口缺省
   Begin VB.DirListBox Dir1 
      Height          =   4080
      Left            =   4680
      TabIndex        =   7
      Top             =   540
      Width           =   1785
   End
   Begin VB.FileListBox File1 
      Height          =   2070
      Left            =   2400
      TabIndex        =   6
      Top             =   2520
      Width           =   2145
   End
   Begin VB.Frame Frame1 
      Caption         =   "Frame1"
      Height          =   2145
      Left            =   120
      TabIndex        =   5
      Top             =   2430
      Width           =   2115
   End
   Begin VB.ListBox List1 
      Height          =   1860
      ItemData        =   "test.frx":0000
      Left            =   2370
      List            =   "test.frx":0007
      TabIndex        =   3
      Top             =   600
      Width           =   2175
   End
   Begin VB.PictureBox Picture1 
      Height          =   1695
      Left            =   150
      ScaleHeight     =   1635
      ScaleWidth      =   2025
      TabIndex        =   2
      Top             =   630
      Width           =   2085
   End
   Begin VB.TextBox Text1 
      Height          =   315
      Left            =   4080
      TabIndex        =   1
      Text            =   "Text1"
      Top             =   120
      Width           =   1545
   End
   Begin VB.CommandButton Command1 
      Caption         =   "Command1"
      Height          =   465
      Left            =   120
      TabIndex        =   0
      Top             =   60
      Width           =   1875
   End
   Begin Resize.Resizer Resizer1 
      Left            =   5760
      Top             =   0
      _ExtentX        =   847
      _ExtentY        =   794
   End
   Begin VB.Label Label1 
      Caption         =   "Label1"
      Height          =   345
      Left            =   2250
      TabIndex        =   4
      Top             =   150
      Width           =   1455
   End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

' **********************************************************************
'  描  述:自动调整屏幕控件大小的控件
'  Play78.com : 网站导航,源码之家,绝对开源
'  海阔天空收集整理
'  网址:http://www.play78.com/
'  QQ:13355575
'  e-mail:hglai@eyou.com
'  编写日期:2005年08月19日
' **********************************************************************

Option Explicit

Private Sub Form_Load()

End Sub

⌨️ 快捷键说明

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