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

📄 flash.frm

📁 一个详细的VB做的小区物业管理系统
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Flash 
   ClientHeight    =   5205
   ClientLeft      =   2010
   ClientTop       =   1275
   ClientWidth     =   6705
   ControlBox      =   0   'False
   LinkTopic       =   "Form1"
   ScaleHeight     =   5205
   ScaleWidth      =   6705
   StartUpPosition =   1  '所有者中心
   Begin VB.Timer Timer1 
      Enabled         =   0   'False
      Interval        =   100
      Left            =   1695
      Top             =   1905
   End
   Begin VB.TextBox Text1 
      Height          =   225
      Left            =   2070
      TabIndex        =   0
      Top             =   3255
      Visible         =   0   'False
      Width           =   1005
   End
   Begin VB.Image Image1 
      Height          =   5355
      Left            =   -15
      Picture         =   "Flash.frx":0000
      Top             =   -75
      Width           =   6735
   End
End
Attribute VB_Name = "Flash"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
  Timer1.Enabled = True
End Sub
Private Sub Timer1_Timer()
  Load frm_load
  frm_load.Show
  Unload Me
End Sub

⌨️ 快捷键说明

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