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

📄 frmliudong.frm

📁 财务管理系统的基本功能的实现
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmliudong 
   Caption         =   "流动资产管理"
   ClientHeight    =   3090
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   4680
   LinkTopic       =   "Form1"
   Picture         =   "frmliudong.frx":0000
   ScaleHeight     =   3090
   ScaleWidth      =   4680
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton Command1 
      Caption         =   "退 出"
      Height          =   375
      Left            =   3120
      TabIndex        =   3
      Top             =   2520
      Width           =   975
   End
   Begin VB.Label Label3 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "导出记录"
      Height          =   180
      Left            =   3240
      TabIndex        =   2
      Top             =   1680
      Width           =   720
   End
   Begin VB.Label Label2 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "查询报销记录"
      Height          =   180
      Left            =   1680
      TabIndex        =   1
      Top             =   840
      Width           =   1080
   End
   Begin VB.Label Label1 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "添加报销记录"
      Height          =   180
      Left            =   360
      TabIndex        =   0
      Top             =   1680
      Width           =   1080
   End
   Begin VB.Image Image3 
      Height          =   480
      Left            =   3360
      Picture         =   "frmliudong.frx":2154D
      Top             =   1200
      Width           =   480
   End
   Begin VB.Image Image2 
      Height          =   360
      Left            =   2040
      Picture         =   "frmliudong.frx":21E17
      Top             =   360
      Width           =   360
   End
   Begin VB.Image Image1 
      Height          =   480
      Left            =   600
      Picture         =   "frmliudong.frx":22581
      Top             =   1200
      Width           =   480
   End
End
Attribute VB_Name = "frmliudong"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub

Private Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
Image1.BorderStyle = 0
Image2.BorderStyle = 0
Image3.BorderStyle = 0
End Sub

Private Sub Image1_Click()
addpay.Show
End Sub

Private Sub Image1_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
Image1.BorderStyle = 1
End Sub

Private Sub Image2_Click()
frmcb.Show
End Sub

Private Sub Image2_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
Image2.BorderStyle = 1
End Sub

Private Sub Image3_Click()
export.Show
End Sub

Private Sub Image3_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
Image3.BorderStyle = 1
End Sub

⌨️ 快捷键说明

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