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

📄 frmstuinfoquery.frm

📁 学生管理系统,vb+acc开发的一个简单程序
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{CE671F01-259E-40DA-92FE-95803E2ECBB5}#1.0#0"; "SmartXPButton.ocx"
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{0ECD9B60-23AA-11D0-B351-00A0C9055D8E}#6.0#0"; "MSHFLXGD.OCX"
Object = "{C932BA88-4374-101B-A56C-00AA003668DC}#1.1#0"; "MSMASK32.OCX"
Begin VB.Form FrmStuInfoQuery 
   BackColor       =   &H00E7DFE7&
   BorderStyle     =   1  'Fixed Single
   Caption         =   "学籍信息查询"
   ClientHeight    =   6120
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   10575
   Icon            =   "FrmStuInfoQuery.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MDIChild        =   -1  'True
   MinButton       =   0   'False
   ScaleHeight     =   6120
   ScaleWidth      =   10575
   Begin VB.Frame Frame1 
      BackColor       =   &H00E7DFE7&
      Caption         =   "查询条件"
      Height          =   2775
      Left            =   120
      TabIndex        =   13
      Top             =   3120
      Width           =   10335
      Begin VB.TextBox txtStudentId 
         Height          =   315
         Left            =   1080
         MaxLength       =   12
         TabIndex        =   3
         Top             =   1440
         Width           =   1335
      End
      Begin VB.ComboBox cboClassNo 
         Height          =   300
         Left            =   6840
         TabIndex        =   2
         Top             =   840
         Width           =   1320
      End
      Begin VB.ComboBox cboGradeNo 
         Height          =   300
         Left            =   6840
         TabIndex        =   5
         Top             =   1440
         Width           =   1320
      End
      Begin VB.TextBox txtstudentName 
         Height          =   315
         Left            =   1080
         MaxLength       =   8
         TabIndex        =   0
         Top             =   840
         Width           =   1260
      End
      Begin VB.ComboBox cboSex 
         Height          =   300
         Left            =   3900
         Style           =   2  'Dropdown List
         TabIndex        =   1
         Top             =   840
         Width           =   735
      End
      Begin VB.TextBox txtTel 
         Height          =   315
         Left            =   1080
         MaxLength       =   20
         TabIndex        =   6
         Top             =   2070
         Width           =   1290
      End
      Begin VB.ComboBox cboUserId 
         Height          =   300
         Left            =   6840
         TabIndex        =   8
         Top             =   2070
         Width           =   1320
      End
      Begin MSMask.MaskEdBox txtInDate 
         Height          =   315
         Left            =   3900
         TabIndex        =   7
         Top             =   2040
         Width           =   1335
         _ExtentX        =   2355
         _ExtentY        =   556
         _Version        =   393216
         MaxLength       =   10
         Mask            =   "####-##-##"
         PromptChar      =   "_"
      End
      Begin MSMask.MaskEdBox txtBirth 
         Height          =   315
         Left            =   3900
         TabIndex        =   4
         Top             =   1440
         Width           =   1335
         _ExtentX        =   2355
         _ExtentY        =   556
         _Version        =   393216
         MaxLength       =   10
         Mask            =   "####-##-##"
         PromptChar      =   "_"
      End
      Begin SmartXPButton.XpButton CmdQuery 
         Height          =   495
         Left            =   8640
         TabIndex        =   10
         Top             =   1320
         Width           =   1335
         _ExtentX        =   2355
         _ExtentY        =   873
         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         =   "查找(&F)"
         CaptionMouseOverColor=   16711680
         PictureBackColor=   15790320
         PictureSmoothBackColor=   15790320
         ButtonPicture   =   "FrmStuInfoQuery.frx":2CFA
      End
      Begin SmartXPButton.XpButton cmdExit 
         Cancel          =   -1  'True
         Height          =   495
         Left            =   8640
         TabIndex        =   11
         Top             =   1980
         Width           =   1335
         _ExtentX        =   2355
         _ExtentY        =   873
         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         =   "关闭(&E)"
         CaptionMouseOverColor=   16711680
         PictureBackColor=   15790320
         PictureSmoothBackColor=   15790320
         ButtonPicture   =   "FrmStuInfoQuery.frx":50DC
      End
      Begin MSComctlLib.Toolbar Toolbar1 
         Height          =   825
         Left            =   8640
         TabIndex        =   9
         Top             =   360
         Width           =   795
         _ExtentX        =   1402
         _ExtentY        =   1455
         ButtonWidth     =   1032
         ButtonHeight    =   1349
         Appearance      =   1
         ImageList       =   "ImageList1"
         _Version        =   393216
         BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628} 
            NumButtons      =   1
            BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628} 
               Caption         =   "打印"
               ImageKey        =   "print"
               Style           =   5
               BeginProperty ButtonMenus {66833FEC-8583-11D1-B16A-00C0F0283628} 
                  NumButtonMenus  =   2
                  BeginProperty ButtonMenu1 {66833FEE-8583-11D1-B16A-00C0F0283628} 
                     Key             =   "Current"
                     Text            =   "打印当前记录"
                  EndProperty
                  BeginProperty ButtonMenu2 {66833FEE-8583-11D1-B16A-00C0F0283628} 
                     Key             =   "All"
                     Text            =   "打印全部记录"
                  EndProperty
               EndProperty
            EndProperty
         EndProperty
      End
      Begin MSComctlLib.ImageList ImageList1 
         Left            =   4800
         Top             =   360
         _ExtentX        =   1005
         _ExtentY        =   1005
         BackColor       =   -2147483643
         ImageWidth      =   32
         ImageHeight     =   32
         MaskColor       =   12632256
         _Version        =   393216
         BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628} 
            NumListImages   =   1
            BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628} 
               Picture         =   "FrmStuInfoQuery.frx":59B6
               Key             =   "print"
            EndProperty
         EndProperty
      End
      Begin VB.Label Label10 
         Alignment       =   1  'Right Justify
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "年级编号:"
         Height          =   180
         Left            =   5610
         TabIndex        =   22
         Top             =   1515
         Width           =   900
      End
      Begin VB.Label Label4 
         Alignment       =   1  'Right Justify
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "出生日期:"
         Height          =   180
         Left            =   2640
         TabIndex        =   21
         Top             =   1515
         Width           =   900
      End
      Begin VB.Label Label7 
         Alignment       =   1  'Right Justify
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "入校时间:"
         Height          =   180
         Left            =   2640
         TabIndex        =   20
         Top             =   2130
         Width           =   900
      End
      Begin VB.Label Label6 
         Alignment       =   1  'Right Justify
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "电话:"
         Height          =   180
         Left            =   240
         TabIndex        =   19
         Top             =   2130
         Width           =   540
      End
      Begin VB.Label Label5 
         Alignment       =   1  'Right Justify
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "班号:"
         Height          =   180
         Left            =   5610
         TabIndex        =   18
         Top             =   900
         Width           =   540
      End
      Begin VB.Label Label3 
         Alignment       =   1  'Right Justify

⌨️ 快捷键说明

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