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

📄 淡入淡出.frm

📁 一个图象处理的小软件
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmdldc 
   Caption         =   "Form1"
   ClientHeight    =   1905
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   3975
   LinkTopic       =   "Form1"
   ScaleHeight     =   1905
   ScaleWidth      =   3975
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton Command1 
      Caption         =   "关闭"
      Height          =   375
      Index           =   2
      Left            =   2640
      TabIndex        =   3
      Top             =   600
      Width           =   975
   End
   Begin VB.CommandButton Command1 
      Caption         =   "淡出"
      Height          =   375
      Index           =   1
      Left            =   1440
      TabIndex        =   2
      Top             =   600
      Width           =   975
   End
   Begin VB.Frame Frame1 
      Caption         =   "淡入淡出"
      Height          =   1695
      Left            =   120
      TabIndex        =   0
      Top             =   120
      Width           =   3735
      Begin VB.HScrollBar HScroll1 
         Height          =   255
         Left            =   120
         TabIndex        =   4
         Top             =   1200
         Width           =   3375
      End
      Begin VB.CommandButton Command1 
         Caption         =   "淡入"
         Height          =   375
         Index           =   0
         Left            =   120
         TabIndex        =   1
         Top             =   480
         Width           =   975
      End
   End
End
Attribute VB_Name = "frmdldc"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False


Private Sub Command1_Click(Index As Integer)
Select Case Index
Case 2
Unload Me
End Select

Unload Me
End Sub

Private Sub Form_Load()
frmdldc.Left = 4500
frmdldc.Top = 6000
End Sub

⌨️ 快捷键说明

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