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

📄 star.frm

📁 CELL-ID技术是目前最简单的定位技术
💻 FRM
字号:
VERSION 5.00
Object = "{D27CDB6B-AE6D-11CF-96B8-444553540000}#1.0#0"; "Flash9.ocx"
Begin VB.Form 启动窗口 
   Caption         =   "Loading..."
   ClientHeight    =   3165
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   4935
   Icon            =   "star.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   3165
   ScaleWidth      =   4935
   StartUpPosition =   2  '屏幕中心
   Begin VB.PictureBox Picture1 
      AutoSize        =   -1  'True
      BorderStyle     =   0  'None
      Height          =   720
      Left            =   960
      Picture         =   "star.frx":6852
      ScaleHeight     =   720
      ScaleWidth      =   720
      TabIndex        =   4
      Top             =   360
      Width           =   720
   End
   Begin VB.Timer Timer1 
      Interval        =   2500
      Left            =   360
      Top             =   2160
   End
   Begin ShockwaveFlashObjectsCtl.ShockwaveFlash ShockwaveFlash1 
      Height          =   255
      Left            =   1200
      TabIndex        =   0
      Top             =   2040
      Width           =   2655
      _cx             =   4683
      _cy             =   450
      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
      AllowNetworking =   "all"
   End
   Begin VB.Label Label3 
      AutoSize        =   -1  'True
      Caption         =   "制作:马骥、刘福平、李文清"
      Height          =   180
      Left            =   1320
      TabIndex        =   3
      Top             =   2760
      Width           =   2340
   End
   Begin VB.Label Label2 
      AutoSize        =   -1  'True
      Caption         =   "CELL-ID"
      BeginProperty Font 
         Name            =   "Gill Sans Ultra Bold Condensed"
         Size            =   36
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   1005
      Left            =   1800
      TabIndex        =   2
      Top             =   240
      Width           =   2295
   End
   Begin VB.Label Label1 
      AutoSize        =   -1  'True
      Caption         =   "手机定位系统"
      BeginProperty Font 
         Name            =   "华康简综艺"
         Size            =   26.25
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   525
      Left            =   840
      TabIndex        =   1
      Top             =   1200
      Width           =   3330
   End
End
Attribute VB_Name = "启动窗口"
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

   ShockwaveFlash1.Movie = App.Path & "\swf\load.swf"    '自动识别Falsh文件路径
   
End Sub

Private Sub Timer1_Timer()
On Error Resume Next
  login.Show  '窗体的 Show方法 显示指定的窗体
  Unload Me
End Sub

⌨️ 快捷键说明

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