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

📄 form5.frm

📁 排课不完全版
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form5 
   Caption         =   "教室信息"
   ClientHeight    =   4320
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   4455
   LinkTopic       =   "Form5"
   ScaleHeight     =   4320
   ScaleWidth      =   4455
   StartUpPosition =   3  '窗口缺省
   Begin VB.Data Data1 
      Caption         =   "Data1"
      Connect         =   "Access"
      DatabaseName    =   "C:\Documents and Settings\Administrator\My Documents\排课\db1.mdb"
      DefaultCursorType=   0  '缺省游标
      DefaultType     =   2  '使用 ODBC
      Exclusive       =   0   'False
      Height          =   375
      Left            =   960
      Options         =   0
      ReadOnly        =   0   'False
      RecordsetType   =   1  'Dynaset
      RecordSource    =   "rominfo"
      Top             =   3840
      Width           =   2055
   End
   Begin VB.CommandButton Command4 
      Caption         =   "退出"
      Height          =   495
      Left            =   2400
      TabIndex        =   14
      Top             =   3120
      Width           =   615
   End
   Begin VB.CommandButton Command3 
      Caption         =   "查看"
      Height          =   495
      Left            =   1800
      TabIndex        =   13
      Top             =   3120
      Width           =   615
   End
   Begin VB.CommandButton Command2 
      Caption         =   "删除"
      Height          =   495
      Left            =   1200
      TabIndex        =   12
      Top             =   3120
      Width           =   615
   End
   Begin VB.CommandButton Command1 
      Caption         =   "添加"
      Height          =   495
      Left            =   600
      TabIndex        =   11
      Top             =   3120
      Width           =   615
   End
   Begin VB.OptionButton Option2 
      Caption         =   "Option2"
      Height          =   375
      Left            =   2160
      TabIndex        =   9
      Top             =   2520
      Width           =   255
   End
   Begin VB.OptionButton Option1 
      Caption         =   "Option1"
      Height          =   375
      Left            =   1440
      TabIndex        =   7
      Top             =   2520
      Width           =   255
   End
   Begin VB.TextBox Text2 
      Height          =   375
      Left            =   1320
      TabIndex        =   6
      Text            =   "Text2"
      Top             =   1920
      Width           =   1935
   End
   Begin VB.TextBox Text1 
      Height          =   375
      Left            =   1320
      TabIndex        =   5
      Text            =   "Text1"
      Top             =   1200
      Width           =   1935
   End
   Begin VB.ComboBox Combo1 
      Height          =   300
      Left            =   1440
      TabIndex        =   4
      Text            =   "Combo1"
      Top             =   360
      Width           =   1815
   End
   Begin VB.Label Label6 
      Caption         =   "否"
      Height          =   255
      Left            =   2520
      TabIndex        =   10
      Top             =   2640
      Width           =   255
   End
   Begin VB.Label Label5 
      Caption         =   "是"
      Height          =   255
      Left            =   1680
      TabIndex        =   8
      Top             =   2640
      Width           =   255
   End
   Begin VB.Label Label4 
      Caption         =   "多媒体"
      Height          =   255
      Left            =   480
      TabIndex        =   3
      Top             =   2640
      Width           =   615
   End
   Begin VB.Label Label3 
      Caption         =   "人数"
      Height          =   255
      Left            =   480
      TabIndex        =   2
      Top             =   1920
      Width           =   495
   End
   Begin VB.Label Label2 
      Caption         =   "教室号"
      Height          =   255
      Left            =   480
      TabIndex        =   1
      Top             =   1200
      Width           =   615
   End
   Begin VB.Label Label1 
      Caption         =   "楼号"
      Height          =   255
      Left            =   480
      TabIndex        =   0
      Top             =   480
      Width           =   495
   End
End
Attribute VB_Name = "Form5"
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 + -