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

📄 account.frm

📁 就相当于一个账本
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form1 
   Caption         =   "ACCOUNT"
   ClientHeight    =   7785
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   9840
   LinkTopic       =   "Form1"
   ScaleHeight     =   7785
   ScaleWidth      =   9840
   StartUpPosition =   3  'Windows Default
   Begin VB.CommandButton Command2 
      Caption         =   "SHOW"
      Height          =   375
      Left            =   6000
      TabIndex        =   10
      Top             =   3120
      Width           =   1215
   End
   Begin VB.Frame Frame1 
      Caption         =   "Frame1"
      Height          =   2055
      Left            =   1080
      TabIndex        =   9
      Top             =   3600
      Width           =   6015
   End
   Begin VB.TextBox Text4 
      Height          =   1575
      Left            =   4200
      TabIndex        =   8
      Top             =   1320
      Width           =   2895
   End
   Begin VB.TextBox Text3 
      Height          =   1575
      Left            =   960
      TabIndex        =   7
      Top             =   1320
      Width           =   2775
   End
   Begin VB.TextBox Text2 
      Height          =   375
      Left            =   4800
      TabIndex        =   4
      Text            =   "0"
      Top             =   720
      Width           =   1335
   End
   Begin VB.TextBox Text1 
      Height          =   375
      Left            =   1200
      TabIndex        =   1
      Text            =   "0"
      Top             =   720
      Width           =   1335
   End
   Begin VB.CommandButton Command1 
      Caption         =   "SAVE"
      Height          =   375
      Left            =   6000
      TabIndex        =   0
      Top             =   6000
      Width           =   1095
   End
   Begin VB.Label Label4 
      Caption         =   "¥"
      Height          =   255
      Left            =   6240
      TabIndex        =   6
      Top             =   840
      Width           =   135
   End
   Begin VB.Label Label3 
      Caption         =   "¥"
      Height          =   255
      Left            =   2640
      TabIndex        =   5
      Top             =   840
      Width           =   135
   End
   Begin VB.Label Label2 
      Caption         =   "OUT:"
      Height          =   255
      Left            =   4200
      TabIndex        =   3
      Top             =   840
      Width           =   375
   End
   Begin VB.Label Label1 
      Caption         =   "IN:"
      Height          =   255
      Left            =   840
      TabIndex        =   2
      Top             =   840
      Width           =   255
   End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command2_Click()
Print "今天是" & Now

End Sub

⌨️ 快捷键说明

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