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

📄 frmsplash.frm

📁 利用VB开发的针对Maxim-Dallas DS2770电量检测芯片
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmSplash 
   BorderStyle     =   3  'Fixed Dialog
   ClientHeight    =   3510
   ClientLeft      =   30
   ClientTop       =   30
   ClientWidth     =   8565
   ControlBox      =   0   'False
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   3510
   ScaleWidth      =   8565
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  'CenterScreen
   Tag             =   "1030"
   Visible         =   0   'False
   Begin VB.Frame fraMainFrame 
      BackColor       =   &H00FFFFFF&
      Height          =   3750
      Left            =   0
      TabIndex        =   0
      Tag             =   "1031"
      Top             =   -240
      Width           =   8580
      Begin VB.Image Image2 
         Height          =   525
         Left            =   3120
         Picture         =   "frmSplash.frx":0000
         Top             =   360
         Width           =   5400
      End
      Begin VB.Label Label4 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "www.dalsemi.com"
         BeginProperty Font 
            Name            =   "Arial"
            Size            =   12
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FF0000&
         Height          =   285
         Left            =   6240
         TabIndex        =   8
         Tag             =   "1037"
         Top             =   3360
         Width           =   2085
      End
      Begin VB.Label lblStatus 
         BackStyle       =   0  'Transparent
         Caption         =   "Initializing Serial Port......"
         Height          =   255
         Left            =   200
         TabIndex        =   7
         Top             =   3440
         Width           =   5535
      End
      Begin VB.Image Image1 
         Height          =   3015
         Left            =   150
         Picture         =   "frmSplash.frx":0741
         Stretch         =   -1  'True
         Top             =   360
         Width           =   2895
      End
      Begin VB.Label Label3 
         BackStyle       =   0  'Transparent
         Caption         =   "All Rights Reserved"
         ForeColor       =   &H00000000&
         Height          =   255
         Left            =   3120
         TabIndex        =   6
         Top             =   3120
         Width           =   3615
      End
      Begin VB.Label Label2 
         BackStyle       =   0  'Transparent
         Caption         =   "Copyright 2001 Dallas Semiconductor Corporation"
         ForeColor       =   &H00000000&
         Height          =   255
         Left            =   3120
         TabIndex        =   5
         Top             =   2880
         Width           =   4095
      End
      Begin VB.Label Label1 
         BackStyle       =   0  'Transparent
         Caption         =   "Version 1.0"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   9.75
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00000000&
         Height          =   375
         Left            =   3120
         TabIndex        =   4
         Top             =   2520
         Width           =   2655
      End
      Begin VB.Label lblProductName 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "DS2770K"
         BeginProperty Font 
            Name            =   "Arial"
            Size            =   31.5
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00000000&
         Height          =   735
         Left            =   3120
         TabIndex        =   3
         Tag             =   "1038"
         Top             =   960
         Width           =   2700
      End
      Begin VB.Label lblPlatform 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "Battery Monitor and Charge Controller"
         BeginProperty Font 
            Name            =   "Arial"
            Size            =   14.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00000000&
         Height          =   330
         Left            =   3120
         TabIndex        =   2
         Tag             =   "1036"
         Top             =   1800
         Width           =   4740
      End
      Begin VB.Label lblVersion 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "Evaluation Kit"
         BeginProperty Font 
            Name            =   "Arial"
            Size            =   12
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00000000&
         Height          =   285
         Left            =   3120
         TabIndex        =   1
         Tag             =   "1035"
         Top             =   2160
         Width           =   2775
      End
   End
End
Attribute VB_Name = "frmSplash"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

⌨️ 快捷键说明

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