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

📄 frmsplash1.frm

📁 电子衡自动计量系统.能对电子汽车衡进行自动计量.完成车皮存储,重车自动除皮等功能.
💻 FRM
字号:
VERSION 5.00
Begin VB.Form welcoming 
   BackColor       =   &H00C0E0FF&
   BorderStyle     =   3  'Fixed Dialog
   ClientHeight    =   4680
   ClientLeft      =   255
   ClientTop       =   1410
   ClientWidth     =   7725
   ClipControls    =   0   'False
   ControlBox      =   0   'False
   Icon            =   "frmSplash1.frx":0000
   KeyPreview      =   -1  'True
   LinkTopic       =   "Form2"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   4680
   ScaleWidth      =   7725
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  '屏幕中心
   Begin VB.Timer Timer2 
      Interval        =   5000
      Left            =   1320
      Top             =   2400
   End
   Begin VB.Timer Timer1 
      Enabled         =   0   'False
      Interval        =   50
      Left            =   1920
      Top             =   480
   End
   Begin VB.Label Label2 
      Alignment       =   2  'Center
      BackStyle       =   0  'Transparent
      Caption         =   "重车计量管理系统"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   21.75
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FFFFFF&
      Height          =   615
      Index           =   2
      Left            =   2080
      TabIndex        =   5
      Top             =   1460
      Width           =   4095
   End
   Begin VB.Label Label2 
      Alignment       =   2  'Center
      BackStyle       =   0  'Transparent
      Caption         =   "重车计量管理系统"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   21.75
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FF0000&
      Height          =   615
      Index           =   0
      Left            =   2040
      TabIndex        =   3
      Top             =   1440
      Width           =   4095
   End
   Begin VB.Label Label1 
      BackStyle       =   0  'Transparent
      Caption         =   "正在加载...."
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H0080FFFF&
      Height          =   255
      Left            =   1440
      TabIndex        =   2
      Top             =   3480
      Width           =   2535
   End
   Begin VB.Image Image1 
      Height          =   495
      Left            =   2280
      Picture         =   "frmSplash1.frx":0442
      Stretch         =   -1  'True
      Top             =   2640
      Visible         =   0   'False
      Width           =   3585
   End
   Begin VB.Label Label5 
      BackStyle       =   0  'Transparent
      Caption         =   $"frmSplash1.frx":137E
      ForeColor       =   &H000000C0&
      Height          =   255
      Left            =   1080
      TabIndex        =   1
      Top             =   3960
      Width           =   2535
   End
   Begin VB.Image Image3 
      Height          =   705
      Left            =   480
      Picture         =   "frmSplash1.frx":139F
      Stretch         =   -1  'True
      Top             =   240
      Visible         =   0   'False
      Width           =   855
   End
   Begin VB.Label Label4 
      BackStyle       =   0  'Transparent
      Caption         =   $"frmSplash1.frx":2029
      ForeColor       =   &H000000C0&
      Height          =   375
      Left            =   1080
      TabIndex        =   0
      Top             =   4080
      Width           =   3255
   End
   Begin VB.Image Image2 
      BorderStyle     =   1  'Fixed Single
      Height          =   4695
      Left            =   0
      Picture         =   "frmSplash1.frx":204C
      Stretch         =   -1  'True
      Top             =   0
      Width           =   7695
   End
   Begin VB.Label Label2 
      Alignment       =   2  'Center
      BackStyle       =   0  'Transparent
      Caption         =   "重车计量管理系统"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   21.75
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00808080&
      Height          =   615
      Index           =   1
      Left            =   2160
      TabIndex        =   4
      Top             =   840
      Width           =   4095
   End
End
Attribute VB_Name = "welcoming"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'CODE Manger By BcodeXRose
Dim ii As Integer
Dim returnstr As String * 128
Dim str1 As String * 128
Option Explicit


Private Sub Form_Click()
Unload Me
End Sub

Private Sub Form_KeyPress(KeyAscii As Integer)
Unload Me
End Sub

'##################################################################
'## 过程名称:Form_Load
'## 参数: 无
'##################################################################
Private Sub Form_Load()
    On Error Resume Next
        ' str1 = mciSendString("open " & App.Path & "\yls.rmi alias midi", returnstr, 128, 0)
       ' mciExecute "play midi "
   End Sub
    
'##################################################################
'## 过程名称:Form_Unload
'## 参数:Cancel 为Integer型
'##################################################################
Private Sub Form_Unload(Cancel As Integer)
On Error Resume Next
      
End Sub
    
Private Sub Image2_Click()
 Unload Me
End Sub

'##################################################################
'## 过程名称:Frame1_Click
'## 参数: 无
'##################################################################

    
'##################################################################
'## 过程名称:Image1_Click
'## 参数: 无
'##################################################################
Private Sub Timer1_Timer()
'
End Sub

Private Sub Timer2_Timer()
Unload Me
End Sub

⌨️ 快捷键说明

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