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

📄 form6.frm

📁 一个管理系统系统,进销存等,功能比较完善,界面还可以
💻 FRM
字号:
VERSION 5.00
Object = "{FE0065C0-1B7B-11CF-9D53-00AA003C9CB6}#1.1#0"; "COMCT232.OCX"
Begin VB.Form Form6 
   BackColor       =   &H80000005&
   BorderStyle     =   0  'None
   ClientHeight    =   945
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   4440
   LinkTopic       =   "Form6"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   Moveable        =   0   'False
   ScaleHeight     =   945
   ScaleWidth      =   4440
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  'CenterScreen
   Begin VB.Timer Timer1 
      Interval        =   3600
      Left            =   3600
      Top             =   0
   End
   Begin ComCtl2.Animation Animation1 
      Height          =   495
      Left            =   600
      TabIndex        =   0
      Top             =   150
      Width           =   495
      _ExtentX        =   873
      _ExtentY        =   873
      _Version        =   327681
      AutoPlay        =   -1  'True
      BackColor       =   16777215
      FullWidth       =   33
      FullHeight      =   33
   End
   Begin VB.Image Image1 
      Height          =   465
      Left            =   1680
      Picture         =   "Form6.frx":0000
      Top             =   240
      Width           =   1875
   End
End
Attribute VB_Name = "Form6"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Timer1.Enabled = True
Load MDIForm1
Animation1.Open App.Path & "\image\findcomp.avi"
Animation1.Play
'Load Form21
End Sub

Private Sub Form_Unload(Cancel As Integer)
Timer1.Enabled = False
Animation1.Close
End Sub

Private Sub Timer1_Timer()
Unload Me
MDIForm1.Show
Form21.Top = 0
Form21.Left = 0
Form21.Show
End Sub

⌨️ 快捷键说明

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