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

📄 screensaver_set.frm

📁 个人VB学习源码精选,自己学习时的一些编程小程序,希望对大家有帮助
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form2 
   Caption         =   "Form2"
   ClientHeight    =   3330
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   2760
   LinkTopic       =   "Form2"
   ScaleHeight     =   3330
   ScaleWidth      =   2760
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton Command2 
      Caption         =   "取消"
      Height          =   330
      Left            =   1755
      TabIndex        =   5
      Top             =   2880
      Width           =   870
   End
   Begin VB.CommandButton Command1 
      Caption         =   "确定"
      Height          =   330
      Left            =   765
      TabIndex        =   4
      Top             =   2880
      Width           =   870
   End
   Begin VB.Frame Frame1 
      Caption         =   "样式"
      Height          =   2445
      Left            =   225
      TabIndex        =   0
      Top             =   180
      Width           =   2310
      Begin VB.OptionButton Option1 
         Caption         =   "矩形"
         Height          =   240
         Index           =   2
         Left            =   405
         TabIndex        =   3
         Top             =   1080
         Width           =   1815
      End
      Begin VB.OptionButton Option1 
         Caption         =   "条形"
         Height          =   240
         Index           =   1
         Left            =   405
         TabIndex        =   2
         Top             =   1530
         Width           =   1815
      End
      Begin VB.OptionButton Option1 
         Caption         =   "圆形"
         Height          =   240
         Index           =   0
         Left            =   405
         TabIndex        =   1
         Top             =   675
         Value           =   -1  'True
         Width           =   1815
      End
   End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Dim i As Long
Private Sub Command1_Click()
    blankType = i
    End
End Sub

Private Sub Command2_Click()
    End
End Sub

Private Sub Option1_Click(Index As Integer)
    i = Index
End Sub

⌨️ 快捷键说明

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