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

📄 frmtrans.frm

📁 此为水费收费管理系统
💻 FRM
字号:
VERSION 5.00
Begin VB.Form FrmTrans 
   BorderStyle     =   0  'None
   Caption         =   "窗体透明设定"
   ClientHeight    =   1680
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   3735
   LinkTopic       =   "Form1"
   ScaleHeight     =   1680
   ScaleWidth      =   3735
   ShowInTaskbar   =   0   'False
   StartUpPosition =   3  '窗口缺省
End
Attribute VB_Name = "FrmTrans"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private m_Trans As CTranslucentForm

Private Sub Form_Load()
    On Error Resume Next
    Set m_Trans = New CTranslucentForm
    m_Trans.hWnd = FrmFlash.hWnd
    m_Trans.Alpha = 85 / 100 * 255
End Sub

Private Sub Form_Unload(Cancel As Integer)
    Set m_Trans = Nothing
End Sub

⌨️ 快捷键说明

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