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

📄 按钮的使用.pag

📁 非常漂亮的VB控件
💻 PAG
字号:
VERSION 5.00
Begin VB.PropertyPage 按钮的使用 
   Caption         =   "按钮的使用"
   ClientHeight    =   3495
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   5925
   PaletteMode     =   0  'Halftone
   ScaleHeight     =   3495
   ScaleWidth      =   5925
   Begin VB.Frame Frame2 
      Caption         =   "存在问题说明"
      Height          =   855
      Left            =   120
      TabIndex        =   3
      Top             =   1080
      Width           =   5655
      Begin VB.Label Label3 
         BackStyle       =   0  'Transparent
         Caption         =   "现在这个按钮控件做得还不是很完善,它还不能支持键盘操作,如果你用不到键盘操作,那么你完全可以用它"
         Height          =   495
         Left            =   120
         TabIndex        =   4
         Top             =   360
         Width           =   5415
      End
   End
   Begin VB.Frame Frame1 
      Caption         =   "怎样使用"
      ForeColor       =   &H00000000&
      Height          =   855
      Left            =   120
      TabIndex        =   0
      Top             =   120
      Width           =   5655
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "ButtonStyle 属性说明: 设置按钮的样式"
         ForeColor       =   &H000000FF&
         Height          =   180
         Left            =   120
         TabIndex        =   2
         Top             =   240
         Width           =   3240
      End
      Begin VB.Label Label2 
         BackStyle       =   0  'Transparent
         Caption         =   "它的值域在 0-23 之内,这23个按钮样式是与哪23个界面配套的."
         Height          =   255
         Left            =   120
         TabIndex        =   1
         Top             =   480
         Width           =   5415
      End
   End
End
Attribute VB_Name = "按钮的使用"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = False
Attribute VB_Exposed = True
Private Sub Label12_Click()
End Sub

⌨️ 快捷键说明

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