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

📄 delfrm.frm

📁 电话本信息 基本上实现电话功能 自己下载侃侃吧
💻 FRM
字号:
VERSION 5.00
Begin VB.Form DelFrm 
   Caption         =   "Form2"
   ClientHeight    =   2070
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   5295
   LinkTopic       =   "Form2"
   ScaleHeight     =   2070
   ScaleWidth      =   5295
   StartUpPosition =   3  '窗口缺省
   Begin VB.OptionButton Option2 
      Caption         =   "永久性删除(此操作无法恢复)"
      Height          =   285
      Left            =   2385
      TabIndex        =   5
      Top             =   810
      Width           =   2670
   End
   Begin VB.OptionButton Option1 
      Caption         =   "移动到已删除用户组"
      Height          =   285
      Left            =   270
      TabIndex        =   4
      Top             =   810
      Value           =   -1  'True
      Width           =   2085
   End
   Begin VB.CommandButton Command3 
      Cancel          =   -1  'True
      Caption         =   "取消(&C)"
      Height          =   330
      Left            =   2880
      TabIndex        =   3
      Top             =   1575
      Width           =   1050
   End
   Begin VB.CommandButton Command1 
      Caption         =   "确定(&O)"
      Height          =   330
      Left            =   1350
      TabIndex        =   2
      Top             =   1575
      Width           =   1050
   End
   Begin VB.CheckBox Check1 
      Caption         =   "以后不再提示"
      Height          =   240
      Left            =   270
      TabIndex        =   0
      Top             =   1215
      Width           =   1725
   End
   Begin VB.Label L1 
      AutoSize        =   -1  'True
      Caption         =   "Label1"
      Height          =   630
      Left            =   270
      TabIndex        =   1
      Top             =   90
      Width           =   4815
   End
End
Attribute VB_Name = "DelFrm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

Private Sub Command3_Click()
  Unload Me
End Sub

⌨️ 快捷键说明

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