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

📄 systemset.frm

📁 这是用VB做的一个很完善的图书管理系统
💻 FRM
字号:
VERSION 5.00
Begin VB.Form systemset 
   Caption         =   "设置"
   ClientHeight    =   3885
   ClientLeft      =   5895
   ClientTop       =   1890
   ClientWidth     =   4470
   Icon            =   "systemset.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   3885
   ScaleWidth      =   4470
   Begin VB.CommandButton Command1 
      Caption         =   "关闭"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   15.75
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   1560
      TabIndex        =   1
      Top             =   3240
      Width           =   1335
   End
   Begin VB.Frame Frame1 
      Caption         =   "图书查询表格细节设置"
      Height          =   2895
      Left            =   120
      TabIndex        =   0
      Top             =   240
      Width           =   4215
      Begin VB.CheckBox Check2 
         Height          =   255
         Left            =   3720
         TabIndex        =   5
         Top             =   950
         Width           =   255
      End
      Begin VB.CheckBox Check1 
         Height          =   375
         Left            =   3720
         TabIndex        =   4
         Top             =   330
         Width           =   255
      End
      Begin VB.Label Label2 
         AutoSize        =   -1  'True
         Caption         =   "是否允许使用网格导航的箭头键?"
         Height          =   180
         Left            =   240
         TabIndex        =   3
         Top             =   1000
         Width           =   2700
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         Caption         =   "是否允许在当前表格中直接修改并保存?"
         Height          =   180
         Left            =   240
         TabIndex        =   2
         Top             =   400
         Width           =   3240
      End
   End
End
Attribute VB_Name = "systemset"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub

Private Sub Form_Unload(Cancel As Integer)
main.Enabled = True
main.Show
End Sub

⌨️ 快捷键说明

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