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

📄 frm_welcome.frm

📁 一个小型的家庭理财管理软件,能对日常的收支情况进行有效的管理.
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frm_welcome 
   BackColor       =   &H00C0C0FF&
   BorderStyle     =   3  'Fixed Dialog
   ClientHeight    =   3435
   ClientLeft      =   255
   ClientTop       =   1410
   ClientWidth     =   4650
   ClipControls    =   0   'False
   ControlBox      =   0   'False
   Icon            =   "frm_welcome.frx":0000
   KeyPreview      =   -1  'True
   LinkTopic       =   "Form2"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   3435
   ScaleWidth      =   4650
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  '屏幕中心
   Begin VB.Label Label3 
      BackStyle       =   0  'Transparent
      Caption         =   "版本号:bate1.0"
      Height          =   375
      Left            =   3120
      TabIndex        =   2
      Top             =   2880
      Width           =   1455
   End
   Begin VB.Label Label2 
      BackStyle       =   0  'Transparent
      Caption         =   "小财迷"
      BeginProperty Font 
         Name            =   "华文彩云"
         Size            =   36
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   855
      Left            =   1080
      TabIndex        =   1
      Top             =   1920
      Width           =   2295
   End
   Begin VB.Label Label1 
      BackStyle       =   0  'Transparent
      Caption         =   "欢迎使用"
      BeginProperty Font 
         Name            =   "华文彩云"
         Size            =   36
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   975
      Left            =   720
      TabIndex        =   0
      Top             =   600
      Width           =   3015
   End
End
Attribute VB_Name = "frm_welcome"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Function A()
            Dim Code As String
            
            Code = GetSetting("小财迷", "personal", "路径")
            If Code = "" Then
               frm_choose.Show
            Else
               str_path = Code
               frm_login.Show
               Unload Me
            End If
End Function

Private Sub Form_Click()
            'Call A
            frm_login.Show
            Unload Me
End Sub

Private Sub Label1_Click()
            'Call A
            frm_login.Show
            Unload Me
End Sub

Private Sub Label2_Click()
            'Call A
            frm_login.Show
            Unload Me
End Sub

⌨️ 快捷键说明

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