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

📄 frmmain.frm

📁 又一个虚拟驱动盘影射器源码
💻 FRM
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form frmMain 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "vDrive Manager"
   ClientHeight    =   5055
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   6975
   Icon            =   "frmMain.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   5055
   ScaleWidth      =   6975
   ShowInTaskbar   =   0   'False
   StartUpPosition =   3  'Windows Default
   Begin VB.Frame fraMain 
      BackColor       =   &H00C0C0C0&
      Height          =   5175
      Left            =   0
      TabIndex        =   0
      Top             =   -120
      Width           =   6975
      Begin VB.CommandButton cmdRem 
         Caption         =   "Remove vDrive"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   1800
         TabIndex        =   11
         Top             =   4680
         Width           =   1575
      End
      Begin VB.CommandButton cmdClose 
         Caption         =   "&Close"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   5640
         TabIndex        =   10
         Top             =   4680
         Width           =   1215
      End
      Begin VB.FileListBox flb1 
         Height          =   3210
         Hidden          =   -1  'True
         Left            =   3360
         System          =   -1  'True
         TabIndex        =   9
         Top             =   1200
         Width           =   3495
      End
      Begin VB.PictureBox picIco 
         AutoRedraw      =   -1  'True
         Height          =   615
         Left            =   2400
         ScaleHeight     =   555
         ScaleWidth      =   555
         TabIndex        =   7
         Top             =   1200
         Visible         =   0   'False
         Width           =   615
      End
      Begin VB.CommandButton cmdRef 
         Caption         =   "Refresh"
         Height          =   375
         Left            =   4320
         TabIndex        =   6
         Top             =   4680
         Width           =   1215
      End
      Begin VB.CommandButton cmdCVD 
         Caption         =   "Create New vDrive"
         Height          =   375
         Left            =   120
         TabIndex        =   3
         Top             =   4680
         Width           =   1575
      End
      Begin MSComctlLib.ImageList imgList1 
         Left            =   2400
         Top             =   600
         _ExtentX        =   1005
         _ExtentY        =   1005
         BackColor       =   -2147483643
         ImageWidth      =   16
         ImageHeight     =   16
         MaskColor       =   12632256
         _Version        =   393216
         BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628} 
            NumListImages   =   5
            BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628} 
               Picture         =   "frmMain.frx":1CFA
               Key             =   ""
            EndProperty
            BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628} 
               Picture         =   "frmMain.frx":3A06
               Key             =   ""
            EndProperty
            BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628} 
               Picture         =   "frmMain.frx":3E5A
               Key             =   ""
            EndProperty
            BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628} 
               Picture         =   "frmMain.frx":42AE
               Key             =   ""
            EndProperty
            BeginProperty ListImage5 {2C247F27-8591-11D1-B16A-00C0F0283628} 
               Picture         =   "frmMain.frx":4702
               Key             =   ""
            EndProperty
         EndProperty
      End
      Begin MSComctlLib.TreeView tvwVdrv 
         Height          =   3975
         Left            =   120
         TabIndex        =   1
         Top             =   480
         Width           =   3135
         _ExtentX        =   5530
         _ExtentY        =   7011
         _Version        =   393217
         Indentation     =   88
         LabelEdit       =   1
         LineStyle       =   1
         Style           =   7
         ImageList       =   "imgList1"
         BorderStyle     =   1
         Appearance      =   1
      End
      Begin VB.Label Label3 
         Alignment       =   2  'Center
         BackStyle       =   0  'Transparent
         Caption         =   ".::vDrive Files::."
         Height          =   255
         Left            =   3360
         TabIndex        =   8
         Top             =   960
         Width           =   3495
      End
      Begin VB.Label Label2 
         Alignment       =   2  'Center
         BackStyle       =   0  'Transparent
         Caption         =   ".::Mapped path::."
         Height          =   255
         Left            =   3360
         TabIndex        =   5
         Top             =   240
         Width           =   3495
      End
      Begin VB.Label lblRpath 
         BackColor       =   &H00FFFFFF&
         BorderStyle     =   1  'Fixed Single
         Height          =   375
         Left            =   3360
         TabIndex        =   4
         Top             =   480
         Width           =   3495
      End
      Begin VB.Label Label1 
         Alignment       =   2  'Center
         BackStyle       =   0  'Transparent
         Caption         =   ".::Loaded vDrives::."
         Height          =   255
         Left            =   120
         TabIndex        =   2
         Top             =   240
         Width           =   3135
      End
   End
End
Attribute VB_Name = "frmMain"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'/////////////////////////////////////////////////////////
'Copyright 

⌨️ 快捷键说明

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