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

📄 form5.frm

📁 一个软件工程的课程设计
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form5 
   Caption         =   "单科"
   ClientHeight    =   5175
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   9225
   LinkTopic       =   "Form5"
   ScaleHeight     =   5175
   ScaleWidth      =   9225
   StartUpPosition =   3  '窗口缺省
   Begin VB.TextBox Text3 
      Height          =   4935
      Left            =   5280
      TabIndex        =   6
      Top             =   120
      Width           =   3735
   End
   Begin VB.CommandButton Command2 
      Caption         =   "打印"
      Height          =   495
      Left            =   3360
      TabIndex        =   5
      Top             =   2880
      Width           =   1215
   End
   Begin VB.CommandButton Command1 
      Caption         =   "确定"
      Height          =   495
      Left            =   1080
      TabIndex        =   4
      Top             =   2880
      Width           =   1215
   End
   Begin VB.TextBox Text2 
      Height          =   495
      Left            =   3240
      TabIndex        =   3
      Top             =   1320
      Width           =   1335
   End
   Begin VB.ComboBox Combo1 
      Height          =   300
      ItemData        =   "Form5.frx":0000
      Left            =   1680
      List            =   "Form5.frx":000D
      Style           =   1  'Simple Combo
      TabIndex        =   2
      Text            =   "Combo1"
      Top             =   1440
      Width           =   1215
   End
   Begin VB.TextBox Text1 
      Height          =   495
      Left            =   1080
      TabIndex        =   1
      Text            =   "Text1"
      Top             =   -600
      Width           =   1215
   End
   Begin VB.Label Label2 
      Caption         =   "请输入成绩要求:"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   600
      TabIndex        =   7
      Top             =   480
      Width           =   3495
   End
   Begin VB.Label Label1 
      Caption         =   "单科"
      Height          =   495
      Left            =   720
      TabIndex        =   0
      Top             =   1440
      Width           =   1215
   End
End
Attribute VB_Name = "Form5"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False


Private Sub Command1_Click()
Select * From 成绩表 Where 成绩Combo1.list Text2.Text
End Sub

⌨️ 快捷键说明

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