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

📄 frmloading.frm

📁 一款比较专业
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form frmLoading 
   BackColor       =   &H00FFFFFF&
   BorderStyle     =   0  'None
   Caption         =   "Loading"
   ClientHeight    =   2730
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   6075
   BeginProperty Font 
      Name            =   "Tahoma"
      Size            =   8.25
      Charset         =   0
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   LinkTopic       =   "Form1"
   MousePointer    =   11  'Hourglass
   Picture         =   "frmLoading.frx":0000
   ScaleHeight     =   2730
   ScaleWidth      =   6075
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  '屏幕中心
   Begin SimpleMachineProtect.XP_ProgressBar prgLoad 
      Height          =   300
      Left            =   720
      TabIndex        =   5
      Top             =   2025
      Width           =   4650
      _ExtentX        =   8202
      _ExtentY        =   529
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "MS Sans Serif"
         Size            =   8.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      BrushStyle      =   0
      Color           =   12937777
      Orientation     =   1
      Scrolling       =   1
   End
   Begin VB.Timer tmrFadeout 
      Enabled         =   0   'False
      Interval        =   20
      Left            =   4800
      Top             =   120
   End
   Begin VB.Timer tmrStart 
      Enabled         =   0   'False
      Interval        =   10
      Left            =   5160
      Top             =   120
   End
   Begin VB.Timer tmrMain 
      Interval        =   2000
      Left            =   5520
      Top             =   120
   End
   Begin VB.Label lblVersionHeader 
      Alignment       =   1  'Right Justify
      BackStyle       =   0  'Transparent
      Caption         =   "版本 1.63"
      BeginProperty Font 
         Name            =   "Arial"
         Size            =   9.75
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00008080&
      Height          =   255
      Left            =   3240
      TabIndex        =   0
      Top             =   480
      Width           =   1455
   End
   Begin VB.Image imgLoad 
      Height          =   855
      Index           =   1
      Left            =   1275
      Picture         =   "frmLoading.frx":360C2
      Top             =   480
      Width           =   3525
   End
   Begin VB.Label lblStart 
      Alignment       =   2  'Center
      BackStyle       =   0  'Transparent
      Caption         =   "版本:2007 - 2008 BJ`s 软件工作室"
      Height          =   255
      Index           =   1
      Left            =   600
      TabIndex        =   4
      Top             =   2400
      Width           =   4935
   End
   Begin VB.Label lblLoad 
      Alignment       =   2  'Center
      BackStyle       =   0  'Transparent
      Caption         =   "加载程序中..."
      BeginProperty Font 
         Name            =   "Tahoma"
         Size            =   9
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00000040&
      Height          =   255
      Left            =   150
      TabIndex        =   3
      Top             =   1320
      Width           =   5775
   End
   Begin VB.Label lblStart 
      Alignment       =   2  'Center
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      BackStyle       =   0  'Transparent
      Caption         =   "系统正在配置运行环境,请稍后..."
      ForeColor       =   &H00808080&
      Height          =   255
      Index           =   0
      Left            =   150
      TabIndex        =   2
      Top             =   1740
      Width           =   5775
   End
   Begin VB.Image imgLoad 
      Height          =   180
      Index           =   0
      Left            =   120
      Picture         =   "frmLoading.frx":3CCE4
      ToolTipText     =   "Made In Indonesia"
      Top             =   135
      Width           =   270
   End
   Begin VB.Label lblMalang 
      BackColor       =   &H00FFFFFF&
      BackStyle       =   0  'Transparent
      Caption         =   "欢迎光临SAIL软件工作室"
      BeginProperty Font 
         Name            =   "Tahoma"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00008000&
      Height          =   255
      Left            =   480
      TabIndex        =   1
      Top             =   120
      Width           =   2655
   End
End
Attribute VB_Name = "frmLoading"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True

⌨️ 快捷键说明

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