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

📄 招生查询按姓名.frm

📁 数据库招生管理系统 SQL2000 有Visual B做的
💻 FRM
字号:
VERSION 5.00
Begin VB.Form zhaosheng2_1 
   Caption         =   "招生姓名查询"
   ClientHeight    =   2580
   ClientLeft      =   60
   ClientTop       =   465
   ClientWidth     =   4680
   LinkTopic       =   "Form2"
   ScaleHeight     =   2580
   ScaleWidth      =   4680
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton Command1 
      Caption         =   "查询"
      Height          =   465
      Left            =   1605
      TabIndex        =   2
      Top             =   1587
      Width           =   1530
   End
   Begin VB.TextBox Text4 
      Height          =   330
      Left            =   1545
      TabIndex        =   0
      Top             =   1009
      Width           =   1575
   End
   Begin VB.Label Label4 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "输 入 姓 名"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   240
      Left            =   1665
      TabIndex        =   1
      Top             =   529
      Width           =   1320
   End
End
Attribute VB_Name = "zhaosheng2_1"
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 + -