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

📄 dataview.frm

📁 是我应我们学校学工部做的软件,其主要是解决想我们学校这样的条件--各个办公室之间还没有建立联网,而且学校分为两个校区(又不在一个城市).   因此
💻 FRM
字号:
VERSION 5.00
Begin VB.Form dataview 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "信息查询"
   ClientHeight    =   4005
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   4605
   Icon            =   "dataview.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   4005
   ScaleWidth      =   4605
   ShowInTaskbar   =   0   'False
   StartUpPosition =   3  'Windows Default
   Begin VB.CommandButton Command1 
      Caption         =   "&1.  学生资料察看"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9.75
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   2280
      TabIndex        =   5
      Top             =   0
      Width           =   2295
   End
   Begin VB.CommandButton Command2 
      Caption         =   "&2. 文化课成绩察看"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9.75
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   2280
      TabIndex        =   4
      Top             =   600
      Width           =   2295
   End
   Begin VB.CommandButton Command3 
      Caption         =   "&3.学分评测登记察看"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9.75
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   2280
      TabIndex        =   3
      Top             =   1200
      Width           =   2295
   End
   Begin VB.CommandButton Command4 
      Caption         =   "&4.  学分汇总查询"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9.75
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   2280
      TabIndex        =   2
      Top             =   1800
      Width           =   2295
   End
   Begin VB.CommandButton Command6 
      Caption         =   "退         出(&E)"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9.75
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   2280
      TabIndex        =   1
      Top             =   3480
      Width           =   2295
   End
   Begin VB.PictureBox Picture1 
      BackColor       =   &H00FFE09E&
      Height          =   3375
      Left            =   0
      Picture         =   "dataview.frx":08CA
      ScaleHeight     =   3315
      ScaleWidth      =   1995
      TabIndex        =   0
      TabStop         =   0   'False
      Top             =   0
      Width           =   2055
      Begin VB.Label Label1 
         BackStyle       =   0  'Transparent
         Caption         =   "  请您选择您要导出的系部"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   11.25
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FF0000&
         Height          =   1335
         Left            =   120
         TabIndex        =   8
         Top             =   1440
         Width           =   1815
      End
      Begin VB.Label Label5 
         BackStyle       =   0  'Transparent
         Caption         =   "信息查询"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   14.25
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   -1  'True
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00800000&
         Height          =   375
         Index           =   0
         Left            =   150
         TabIndex        =   6
         Top             =   855
         Width           =   1335
      End
      Begin VB.Shape Shape2 
         BorderColor     =   &H0000FF00&
         BorderWidth     =   2
         Height          =   15
         Left            =   120
         Top             =   1365
         Width           =   1095
      End
      Begin VB.Shape Shape1 
         BorderColor     =   &H000000FF&
         BorderWidth     =   2
         Height          =   15
         Left            =   120
         Top             =   1320
         Width           =   1335
      End
      Begin VB.Image Image1 
         Height          =   600
         Left            =   240
         Picture         =   "dataview.frx":3A92E
         Stretch         =   -1  'True
         Top             =   120
         Width           =   600
      End
      Begin VB.Label Label5 
         BackStyle       =   0  'Transparent
         Caption         =   "信息查询"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   14.25
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   -1  'True
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FFFFFF&
         Height          =   375
         Index           =   1
         Left            =   120
         TabIndex        =   7
         Top             =   840
         Width           =   1335
      End
   End
End
Attribute VB_Name = "dataview"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Public jj As Integer
Public nn As String

Private Sub Command1_Click()
    Dim kk As New bklook_view1
    kk.jj = jj
    kk.nn = nn
    kk.Label5(0) = "信息查询"
    kk.Label5(1) = "信息查询"
    kk.Caption = "信息查询[学生资料察看]"
    kk.Image1.Picture = Image1.Picture
    kk.Show 1
End Sub

Private Sub Command2_Click()
    Dim kk As New bklook_view2
    kk.jj = jj
    kk.nn = nn
    kk.Label5(0) = "信息查询"
    kk.Label5(1) = "信息查询"
    kk.Caption = "信息查询[文化课成绩察看]"
    kk.Image1.Picture = Image1.Picture
    kk.Show 1
End Sub

Private Sub Command3_Click()
    Dim kk As New bklook_view3
    kk.jj = jj
    kk.nn = nn
    kk.Label5(0) = "信息查询"
    kk.Label5(1) = "信息查询"
    kk.Caption = "信息查询[学分登记评测记录察看]"
    kk.Image1.Picture = Image1.Picture
    kk.Show 1
End Sub

Private Sub Command4_Click()
    Dim temp1 As New addyear
    temp1.Caption = "请选择学年"
    temp1.Label1.Caption = "请选择您查询的学年(&Y)"
    yy = Year(Now)
   If Month(Now) < 8 Then yy = yy - 1
   temp1.Text1.Text = yy
    temp1.Show 1
    If temp1.yesno = False Then Exit Sub
    yy = temp1.kk
    Set temp1 = Nothing
    
    'Dim cc As New ADODB.Recordset
   ' cc.Open "select * from [yc] ", main.connect, 3, 2
    'If cc.RecordCount = 0 Then Exit Sub
    'id = cc.Fields(0)
    
    Dim temp2 As New bp1print_msg
    temp2.yy = yy
    temp2.jj = jj
    temp2.Show 1
    
    Dim temp3 As New bklook_view4
    temp3.nn = nn
    temp3.yy = yy
    temp3.studentcount = temp2.studentcount
    temp3.classcount = temp2.classcount
    temp3.Label5(0) = "信息查询"
    temp3.Label5(1) = "信息查询"
    temp3.Caption = "信息查询[学分汇总查询]"
    temp3.Image1.Picture = Image1.Picture
    
    If temp2.studentcount = 0 Then
        MsgBox "没有学生注册在此年级", vbOKOnly Or vbInformation, "提示"
        Exit Sub
    End If
    temp3.Show 1
End Sub



Private Sub Command6_Click()
    Unload Me
End Sub



Private Sub Form_Load()
    Label1.Caption = nn
End Sub

⌨️ 快捷键说明

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