frmxpmenu.frm

来自「局域网消息发送器 局域网消息发送器」· FRM 代码 · 共 99 行

FRM
99
字号
VERSION 5.00
Begin VB.Form frmXPMenu 
   BackColor       =   &H00F7F8F9&
   BorderStyle     =   0  'None
   ClientHeight    =   3270
   ClientLeft      =   4410
   ClientTop       =   5955
   ClientWidth     =   2340
   BeginProperty Font 
      Name            =   "Tahoma"
      Size            =   8.25
      Charset         =   0
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   LinkTopic       =   "Form1"
   ScaleHeight     =   218
   ScaleMode       =   3  'Pixel
   ScaleWidth      =   156
   ShowInTaskbar   =   0   'False
   Tag             =   "XPMenu"
   Begin VB.Timer tmrActive 
      Enabled         =   0   'False
      Interval        =   100
      Left            =   855
      Top             =   1815
   End
   Begin VB.PictureBox picMenuBuffer 
      AutoRedraw      =   -1  'True
      BorderStyle     =   0  'None
      Height          =   3165
      Left            =   0
      ScaleHeight     =   211
      ScaleMode       =   3  'Pixel
      ScaleWidth      =   156
      TabIndex        =   0
      Top             =   0
      Visible         =   0   'False
      Width           =   2340
      Begin VB.Timer tmrHover 
         Enabled         =   0   'False
         Interval        =   50
         Left            =   870
         Top             =   930
      End
      Begin VB.PictureBox picPopup 
         AutoRedraw      =   -1  'True
         BorderStyle     =   0  'None
         FillStyle       =   0  'Solid
         BeginProperty Font 
            Name            =   "Marlett"
            Size            =   9.75
            Charset         =   2
            Weight          =   500
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   195
         Left            =   -435
         ScaleHeight     =   13
         ScaleMode       =   3  'Pixel
         ScaleWidth      =   13
         TabIndex        =   2
         Top             =   1740
         Visible         =   0   'False
         Width           =   195
      End
      Begin VB.PictureBox picIcon 
         AutoRedraw      =   -1  'True
         BorderStyle     =   0  'None
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   240
         Left            =   720
         ScaleHeight     =   240
         ScaleWidth      =   240
         TabIndex        =   1
         Top             =   690
         Visible         =   0   'False
         Width           =   240
      End
   End
End
Attribute VB_Name = "frmXPMenu"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
' Shadow by MaRi

⌨️ 快捷键说明

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