frmzwcx.frm
来自「以前做的移动公司的一个多媒体查询系统,有话费查询」· FRM 代码 · 共 51 行
FRM
51 行
VERSION 5.00
Begin VB.Form frmZWCX
BorderStyle = 0 'None
Caption = "Form2"
ClientHeight = 9000
ClientLeft = 0
ClientTop = 0
ClientWidth = 12000
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
Picture = "frmZWCX.frx":0000
ScaleHeight = 9000
ScaleWidth = 12000
ShowInTaskbar = 0 'False
StartUpPosition = 3 '窗口缺省
WindowState = 2 'Maximized
Begin VB.PictureBox Picture1
BorderStyle = 0 'None
Height = 840
Left = 6150
Picture = "frmZWCX.frx":15F944
ScaleHeight = 840
ScaleWidth = 1005
TabIndex = 0
Top = 2745
Width = 1005
End
End
Attribute VB_Name = "frmZWCX"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Picture1_Click()
Me.Hide
frmzwcxLogin.Show
End Sub
Private Sub Picture1_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
Picture1.Picture = LoadPicture(App.Path & "/img/zdcx1.bmp")
End Sub
Private Sub Picture1_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
Picture1.Picture = LoadPicture(App.Path & "/img/zwcx.bmp")
End Sub
Private Sub Picture1_MouseUp(Button As Integer, Shift As Integer, X As Single, Y As Single)
Picture1.Picture = LoadPicture(App.Path & "/img/zdcx1.bmp")
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?