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

📄 spzlform.frm

📁 简单的操作系统程序
💻 FRM
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form spzlForm 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "磁盘碎片整理"
   ClientHeight    =   3765
   ClientLeft      =   45
   ClientTop       =   435
   ClientWidth     =   4485
   Icon            =   "spzlForm.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   3765
   ScaleWidth      =   4485
   StartUpPosition =   3  '窗口缺省
   Begin MSComctlLib.ProgressBar ProgressBar2 
      Height          =   495
      Left            =   120
      TabIndex        =   6
      Top             =   2520
      Width           =   4215
      _ExtentX        =   7435
      _ExtentY        =   873
      _Version        =   393216
      Appearance      =   1
      Scrolling       =   1
   End
   Begin VB.CommandButton Command1 
      Caption         =   "开始整理"
      Height          =   495
      Left            =   480
      TabIndex        =   3
      Top             =   3120
      Width           =   1095
   End
   Begin VB.CommandButton Command2 
      Caption         =   "退 出"
      Height          =   495
      Left            =   2520
      TabIndex        =   2
      Top             =   3120
      Width           =   1095
   End
   Begin MSComctlLib.ProgressBar ProgressBar1 
      Height          =   495
      Left            =   120
      TabIndex        =   1
      Top             =   1680
      Width           =   4215
      _ExtentX        =   7435
      _ExtentY        =   873
      _Version        =   393216
      Appearance      =   1
      Scrolling       =   1
   End
   Begin VB.Frame Frame1 
      Caption         =   "磁盘选择"
      Height          =   975
      Left            =   120
      TabIndex        =   0
      Top             =   240
      Width           =   4215
      Begin VB.CheckBox Check2 
         Caption         =   "本地磁盘 D"
         Height          =   375
         Left            =   2400
         TabIndex        =   5
         Top             =   360
         Width           =   1455
      End
      Begin VB.CheckBox Check1 
         Caption         =   "本地磁盘 C"
         Height          =   375
         Left            =   360
         TabIndex        =   4
         Top             =   360
         Width           =   1455
      End
   End
   Begin VB.Label Label2 
      Caption         =   "本地磁盘D:"
      Height          =   375
      Left            =   120
      TabIndex        =   8
      Top             =   2280
      Width           =   975
   End
   Begin VB.Label Label1 
      Caption         =   "本地磁盘C:"
      Height          =   375
      Left            =   120
      TabIndex        =   7
      Top             =   1320
      Width           =   975
   End
End
Attribute VB_Name = "spzlForm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False


   
'Private Sub Command1_Click()
'
'   If Check1.Value = 0 And Check2.Value = 0 Then '检测是否选择磁盘
'       MsgBox "请选择你要整理的磁盘!", 48, "磁盘碎片整理"
'   End If
'
'If Check1.Value = 1 Or Check2.Value = 1 Then
'
''    If x = 1 Then '测试是否按下确定
'
'        If Check1.Value = 1 Then 'C盘磁盘整理
''           MsgBox "ds"
'           Call mainform.cpzlc
'        End If
'        If Check2.Value = 1 Then 'D盘磁盘整理
'            Call mainform.cpzld
'        End If
''    End If
'End If
'End Sub

Private Sub Command2_Click()
Me.Hide
End Sub

⌨️ 快捷键说明

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