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

📄 frm_delete.frm

📁 这是我做的一个管理系统以及所含有的论文
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Frm_Delete 
   Caption         =   "Form1"
   ClientHeight    =   4020
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   5940
   LinkTopic       =   "Form1"
   ScaleHeight     =   4020
   ScaleWidth      =   5940
   StartUpPosition =   3  '窗口缺省
   Begin VB.Frame Frame1 
      Caption         =   "客户记录"
      Height          =   3015
      Left            =   0
      TabIndex        =   1
      Top             =   120
      Width           =   6015
      Begin VB.FileListBox File1 
         Height          =   2610
         Left            =   120
         TabIndex        =   2
         Top             =   120
         Width           =   5775
      End
   End
   Begin VB.CommandButton Com_OK 
      Caption         =   "确定"
      Height          =   495
      Left            =   2160
      TabIndex        =   0
      Top             =   3600
      Width           =   1215
   End
End
Attribute VB_Name = "Frm_Delete"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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