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

📄 frmdatabase.frm

📁 网上教务管理系统 包括(教师
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form FRMDATABASE 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "成绩数据库管理"
   ClientHeight    =   6735
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   9510
   Icon            =   "FRMDATABASE.frx":0000
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   6735
   ScaleMode       =   0  'User
   ScaleWidth      =   9569.812
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  'CenterScreen
   Begin VB.CommandButton Command2 
      Caption         =   "退出"
      Height          =   375
      Left            =   2370
      TabIndex        =   25
      Top             =   6165
      Width           =   2205
   End
   Begin VB.Frame Frame2 
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   3075
      Left            =   4740
      TabIndex        =   16
      Top             =   3465
      Width           =   4665
      Begin VB.TextBox Text3 
         Height          =   345
         Left            =   600
         TabIndex        =   22
         Top             =   870
         Width           =   1635
      End
      Begin VB.TextBox Text4 
         Height          =   345
         Left            =   2550
         TabIndex        =   21
         Top             =   870
         Width           =   1635
      End
      Begin VB.CommandButton Command8 
         Caption         =   "选择目标数据表"
         Height          =   345
         Left            =   600
         TabIndex        =   20
         Top             =   1740
         Width           =   1635
      End
      Begin VB.CommandButton Command9 
         Caption         =   "选择要删除字段"
         Height          =   345
         Left            =   2550
         TabIndex        =   19
         Top             =   1740
         Width           =   1635
      End
      Begin VB.CommandButton Command10 
         Caption         =   "增加字段操作"
         Height          =   345
         Left            =   600
         TabIndex        =   18
         Top             =   2310
         Width           =   1635
      End
      Begin VB.CommandButton Command11 
         Caption         =   "删除字段操作"
         Height          =   345
         Left            =   2550
         TabIndex        =   17
         Top             =   2310
         Width           =   1635
      End
      Begin VB.Label Label5 
         AutoSize        =   -1  'True
         Caption         =   "要变化字段"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   210
         Left            =   2550
         TabIndex        =   24
         Top             =   540
         Width           =   1050
      End
      Begin VB.Label Label6 
         AutoSize        =   -1  'True
         Caption         =   "目标数据库表"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   210
         Left            =   600
         TabIndex        =   23
         Top             =   540
         Width           =   1260
      End
   End
   Begin VB.Frame Frame1 
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   2655
      Left            =   4740
      TabIndex        =   6
      Top             =   450
      Width           =   4665
      Begin VB.CommandButton Command7 
         Caption         =   "字段复制"
         Height          =   345
         Left            =   2490
         TabIndex        =   14
         Top             =   2010
         Width           =   1635
      End
      Begin VB.CommandButton Command6 
         Caption         =   "字段转移"
         Height          =   345
         Left            =   600
         TabIndex        =   13
         Top             =   2010
         Width           =   1635
      End
      Begin VB.CommandButton Command5 
         Caption         =   "选择目标数据表"
         Height          =   345
         Left            =   2490
         TabIndex        =   12
         Top             =   1470
         Width           =   1635
      End
      Begin VB.CommandButton Command4 
         Caption         =   "选择被移动字段"
         Height          =   345
         Left            =   600
         TabIndex        =   11
         Top             =   1470
         Width           =   1635
      End
      Begin VB.TextBox Text2 
         Height          =   345
         Left            =   2490
         TabIndex        =   8
         Top             =   780
         Width           =   1635
      End
      Begin VB.TextBox Text1 
         Height          =   345
         Left            =   600
         TabIndex        =   7
         Top             =   780
         Width           =   1635
      End
      Begin VB.Label Label4 
         AutoSize        =   -1  'True
         Caption         =   "目标数据库表"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   210
         Left            =   2460
         TabIndex        =   10
         Top             =   420
         Width           =   1260
      End
      Begin VB.Label Label3 
         AutoSize        =   -1  'True
         Caption         =   "被移动字段"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   210
         Left            =   600
         TabIndex        =   9
         Top             =   420
         Width           =   1050
      End
   End
   Begin VB.CommandButton Command3 
      Caption         =   "字段操作"
      Height          =   345
      Left            =   2370
      TabIndex        =   5
      Top             =   5790
      Width           =   2205
   End
   Begin VB.CommandButton Command1 
      Caption         =   "删除数据库表"
      Height          =   405
      Left            =   2370
      TabIndex        =   4
      Top             =   5370
      Width           =   2205
   End
   Begin VB.ListBox List2 
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   4680
      Left            =   2370
      TabIndex        =   2
      Top             =   540
      Width           =   2205
   End
   Begin VB.ListBox List1 
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   5940
      Left            =   90
      TabIndex        =   0
      Top             =   540
      Width           =   2055
   End
   Begin VB.Label Label8 
      AutoSize        =   -1  'True
      Caption         =   "表中字段增加或删除"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   210
      Left            =   4770
      TabIndex        =   26
      Top             =   3270
      Width           =   1890
   End
   Begin VB.Label Label7 
      AutoSize        =   -1  'True
      Caption         =   "表中字段复制或移动操作"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134

⌨️ 快捷键说明

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