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

📄 frm_start.frm

📁 是一款专业的销售管理软件
💻 FRM
字号:
VERSION 5.00
Object = "{D27CDB6B-AE6D-11CF-96B8-444553540000}#1.0#0"; "Flash8.ocx"
Begin VB.Form Frm_Start 
   BorderStyle     =   0  'None
   Caption         =   "Form1"
   ClientHeight    =   4185
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   6570
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   ScaleHeight     =   4185
   ScaleWidth      =   6570
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  '屏幕中心
   Begin VB.PictureBox Picture1 
      AutoSize        =   -1  'True
      BorderStyle     =   0  'None
      Height          =   4200
      Left            =   0
      Picture         =   "Frm_Start.frx":0000
      ScaleHeight     =   4200
      ScaleWidth      =   6570
      TabIndex        =   0
      Top             =   0
      Width           =   6570
      Begin VB.Timer Timer1 
         Interval        =   5000
         Left            =   420
         Top             =   2625
      End
      Begin ShockwaveFlashObjectsCtl.ShockwaveFlash Flash1 
         Height          =   440
         Left            =   1665
         TabIndex        =   1
         Top             =   3165
         Width           =   3188
         _cx             =   5623
         _cy             =   767
         FlashVars       =   ""
         Movie           =   ""
         Src             =   ""
         WMode           =   "Window"
         Play            =   -1  'True
         Loop            =   -1  'True
         Quality         =   "High"
         SAlign          =   ""
         Menu            =   -1  'True
         Base            =   ""
         AllowScriptAccess=   ""
         Scale           =   "ShowAll"
         DeviceFont      =   0   'False
         EmbedMovie      =   0   'False
         BGColor         =   ""
         SWRemote        =   ""
         MovieData       =   ""
         SeamlessTabbing =   -1  'True
         Profile         =   0   'False
         ProfileAddress  =   ""
         ProfilePort     =   0
      End
   End
End
Attribute VB_Name = "Frm_Start"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
    Dim ss As Date
    Dim DD As Integer
    Flash1.Movie = App.Path & "\image\SWF\bar.swf"    '自动识别Falsh文件路径
End Sub

Private Sub Timer1_Timer()
    frm_xtdl.Show  '窗体的 Show方法 显示指定的窗体
    Unload Me
End Sub

⌨️ 快捷键说明

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