frm_delete.frm

来自「这是我做的一个管理系统以及所含有的论文」· FRM 代码 · 共 41 行

FRM
41
字号
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 + =
减小字号Ctrl + -
显示快捷键?