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

📄 frmstudentselect.frm

📁 这是别人的数据库课程设计
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomct2.ocx"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Begin VB.Form frmStudentSelect 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "学生信息查询"
   ClientHeight    =   5730
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   7650
   ControlBox      =   0   'False
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MDIChild        =   -1  'True
   MinButton       =   0   'False
   ScaleHeight     =   5730
   ScaleWidth      =   7650
   Begin VB.PictureBox Picture1 
      Height          =   3885
      Left            =   135
      ScaleHeight     =   3825
      ScaleWidth      =   7335
      TabIndex        =   19
      Top             =   1710
      Width           =   7395
      Begin MSDataGridLib.DataGrid GrdFindResult 
         Bindings        =   "frmStudentSelect.frx":0000
         Height          =   3660
         Left            =   45
         TabIndex        =   20
         Top             =   45
         Width           =   7230
         _ExtentX        =   12753
         _ExtentY        =   6456
         _Version        =   393216
         AllowUpdate     =   0   'False
         AllowArrows     =   0   'False
         BackColor       =   16777215
         ForeColor       =   16711680
         HeadLines       =   2
         RowHeight       =   15
         BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Caption         =   "学生信息查询结果"
         ColumnCount     =   4
         BeginProperty Column00 
            DataField       =   ""
            Caption         =   ""
            BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
               Type            =   0
               Format          =   ""
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   2052
               SubFormatType   =   0
            EndProperty
         EndProperty
         BeginProperty Column01 
            DataField       =   ""
            Caption         =   ""
            BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
               Type            =   0
               Format          =   ""
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   2052
               SubFormatType   =   0
            EndProperty
         EndProperty
         BeginProperty Column02 
            DataField       =   ""
            Caption         =   ""
            BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
               Type            =   0
               Format          =   ""
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   2052
               SubFormatType   =   0
            EndProperty
         EndProperty
         BeginProperty Column03 
            DataField       =   ""
            Caption         =   ""
            BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
               Type            =   0
               Format          =   ""
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   2052
               SubFormatType   =   0
            EndProperty
         EndProperty
         SplitCount      =   1
         BeginProperty Split0 
            BeginProperty Column00 
            EndProperty
            BeginProperty Column01 
            EndProperty
            BeginProperty Column02 
            EndProperty
            BeginProperty Column03 
            EndProperty
         EndProperty
      End
   End
   Begin MSAdodcLib.Adodc AdoFind 
      Height          =   510
      Left            =   1980
      Top             =   3465
      Width           =   2355
      _ExtentX        =   4154
      _ExtentY        =   900
      ConnectMode     =   0
      CursorLocation  =   3
      IsolationLevel  =   -1
      ConnectionTimeout=   15
      CommandTimeout  =   30
      CursorType      =   3
      LockType        =   3
      CommandType     =   8
      CursorOptions   =   0
      CacheSize       =   50
      MaxRecords      =   0
      BOFAction       =   0
      EOFAction       =   0
      ConnectStringType=   1
      Appearance      =   1
      BackColor       =   -2147483643
      ForeColor       =   -2147483640
      Orientation     =   0
      Enabled         =   -1
      Connect         =   ""
      OLEDBString     =   ""
      OLEDBFile       =   ""
      DataSourceName  =   ""
      OtherAttributes =   ""
      UserName        =   ""
      Password        =   ""
      RecordSource    =   ""
      Caption         =   "AdoFind"
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      _Version        =   393216
   End
   Begin VB.Frame Frame1 
      Caption         =   "查询条件"
      Height          =   1500
      Left            =   135
      TabIndex        =   0
      Top             =   90
      Width           =   7410
      Begin VB.ComboBox CobNation 
         BackColor       =   &H80000000&
         Enabled         =   0   'False
         Height          =   300
         Left            =   4590
         TabIndex        =   18
         Text            =   "CobNation"
         Top             =   225
         Width           =   1320
      End
      Begin VB.CheckBox chkNation 
         Caption         =   "民族"
         Height          =   330
         Left            =   3825
         TabIndex        =   17
         Top             =   180
         Width           =   735
      End
      Begin VB.CommandButton CmdExit 
         Cancel          =   -1  'True
         Caption         =   "退    出"
         Height          =   360
         Left            =   6120
         TabIndex        =   12
         Top             =   990
         Width           =   1065
      End
      Begin VB.CommandButton CmdShowAll 
         Caption         =   "全部显示"
         Height          =   360
         Left            =   6120
         TabIndex        =   11
         Top             =   585
         Width           =   1065
      End
      Begin VB.CommandButton CmdFind 
         Caption         =   "确认查询"
         Default         =   -1  'True
         Height          =   360
         Left            =   6120
         TabIndex        =   10
         Top             =   180
         Width           =   1050
      End
      Begin VB.TextBox txtStatusID 
         BackColor       =   &H80000013&
         Enabled         =   0   'False
         Height          =   270
         Left            =   1260
         TabIndex        =   9
         Text            =   "txtStatusID"
         Top             =   1035
         Width           =   1965
      End
      Begin VB.CheckBox chkStatusID 
         Caption         =   "身份证号:"
         Height          =   255
         Left            =   135
         TabIndex        =   8
         Top             =   1035
         Width           =   1215
      End
      Begin VB.ComboBox CobSpeciality 
         BackColor       =   &H80000013&
         Enabled         =   0   'False
         Height          =   300
         Left            =   4140
         TabIndex        =   7
         Text            =   "CobSpeciality"
         Top             =   1035
         Width           =   1755
      End
      Begin VB.CheckBox ChkSpeciality 
         Caption         =   "专业:"
         Height          =   285
         Left            =   3330
         TabIndex        =   6
         Top             =   1035
         Width           =   795
      End
      Begin VB.CheckBox ChkBirthday 
         Caption         =   "出生日期:"
         Height          =   375
         Left            =   135
         TabIndex        =   5
         Top             =   630
         Width           =   1125
      End
      Begin VB.CheckBox ChkSex 
         Caption         =   "性别:"
         Height          =   285
         Left            =   2070
         TabIndex        =   4
         Top             =   225
         Width           =   855
      End
      Begin VB.CheckBox ChkName 
         Caption         =   "姓名:"
         Height          =   255
         Left            =   120
         TabIndex        =   3
         Top             =   225
         Width           =   855
      End
      Begin VB.ComboBox CobSex 
         BackColor       =   &H80000013&
         Enabled         =   0   'False
         Height          =   300
         Left            =   2970
         TabIndex        =   2
         Text            =   "CobSex"
         Top             =   225
         Width           =   705
      End
      Begin VB.TextBox txtName 
         BackColor       =   &H80000013&

⌨️ 快捷键说明

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