招生查询按姓名.frm

来自「数据库招生管理系统 SQL2000 有Visual B做的」· FRM 代码 · 共 52 行

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