frmstat.frm

来自「管理信息系统my sql++ visual bassic」· FRM 代码 · 共 528 行 · 第 1/2 页

FRM
528
字号
VERSION 5.00
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
Begin VB.Form frmStat 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "统计和用户管理"
   ClientHeight    =   5640
   ClientLeft      =   1860
   ClientTop       =   2010
   ClientWidth     =   6615
   Icon            =   "frmStat.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   5640
   ScaleWidth      =   6615
   ShowInTaskbar   =   0   'False
   Begin VB.CommandButton Command1 
      Caption         =   "关闭"
      Default         =   -1  'True
      Height          =   375
      Left            =   5160
      TabIndex        =   1
      Top             =   5160
      Width           =   1335
   End
   Begin TabDlg.SSTab SSTab1 
      Height          =   4815
      Left            =   120
      TabIndex        =   0
      Top             =   120
      Width           =   6375
      _ExtentX        =   11245
      _ExtentY        =   8493
      _Version        =   393216
      Tabs            =   4
      TabsPerRow      =   4
      TabHeight       =   520
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      TabCaption(0)   =   "班级统计"
      TabPicture(0)   =   "frmStat.frx":058A
      Tab(0).ControlEnabled=   -1  'True
      Tab(0).Control(0)=   "Label1"
      Tab(0).Control(0).Enabled=   0   'False
      Tab(0).Control(1)=   "Text1"
      Tab(0).Control(1).Enabled=   0   'False
      Tab(0).Control(2)=   "Combo1"
      Tab(0).Control(2).Enabled=   0   'False
      Tab(0).Control(3)=   "Command2"
      Tab(0).Control(3).Enabled=   0   'False
      Tab(0).ControlCount=   4
      TabCaption(1)   =   "学生成绩统计"
      TabPicture(1)   =   "frmStat.frx":05A6
      Tab(1).ControlEnabled=   0   'False
      Tab(1).Control(0)=   "Label2"
      Tab(1).Control(0).Enabled=   0   'False
      Tab(1).Control(1)=   "Combo2"
      Tab(1).Control(1).Enabled=   0   'False
      Tab(1).Control(2)=   "Command3"
      Tab(1).Control(2).Enabled=   0   'False
      Tab(1).Control(3)=   "Text2"
      Tab(1).Control(3).Enabled=   0   'False
      Tab(1).ControlCount=   4
      TabCaption(2)   =   "补考学生"
      TabPicture(2)   =   "frmStat.frx":05C2
      Tab(2).ControlEnabled=   0   'False
      Tab(2).Control(0)=   "Label3"
      Tab(2).Control(0).Enabled=   0   'False
      Tab(2).Control(1)=   "Text3"
      Tab(2).Control(1).Enabled=   0   'False
      Tab(2).Control(2)=   "Combo3"
      Tab(2).Control(2).Enabled=   0   'False
      Tab(2).Control(3)=   "Command4"
      Tab(2).Control(3).Enabled=   0   'False
      Tab(2).ControlCount=   4
      TabCaption(3)   =   "超级用户管理"
      TabPicture(3)   =   "frmStat.frx":05DE
      Tab(3).ControlEnabled=   0   'False
      Tab(3).Control(0)=   "Frame1"
      Tab(3).ControlCount=   1
      Begin VB.Frame Frame1 
         Caption         =   "管理"
         Height          =   3615
         Left            =   -74760
         TabIndex        =   14
         Top             =   480
         Width           =   5895
         Begin VB.CommandButton Command7 
            Caption         =   "删除用户(&D)"
            Height          =   375
            Left            =   4440
            TabIndex        =   19
            Top             =   3120
            Width           =   1215
         End
         Begin VB.CommandButton Command6 
            Caption         =   "增加用户(&A)"
            Height          =   375
            Left            =   2400
            TabIndex        =   18
            Top             =   3120
            Width           =   1215
         End
         Begin VB.CommandButton Command5 
            Caption         =   "修改密码(&U)"
            Height          =   375
            Left            =   240
            TabIndex        =   17
            Top             =   3120
            Width           =   1215
         End
         Begin VB.ListBox List1 
            Height          =   2400
            ItemData        =   "frmStat.frx":05FA
            Left            =   240
            List            =   "frmStat.frx":05FC
            TabIndex        =   15
            Top             =   600
            Width           =   5415
         End
         Begin VB.Label Label4 
            Caption         =   "用户名:"
            Height          =   255
            Left            =   240
            TabIndex        =   16
            Top             =   360
            Width           =   975
         End
      End
      Begin VB.CommandButton Command4 
         Caption         =   "&GO!"
         Height          =   300
         Left            =   -71640
         TabIndex        =   13
         Top             =   640
         Width           =   975
      End
      Begin VB.ComboBox Combo3 
         Height          =   300
         Left            =   -73800
         TabIndex        =   11
         Top             =   640
         Width           =   2055
      End
      Begin VB.TextBox Text3 
         BackColor       =   &H8000000A&
         Height          =   3495
         Left            =   -74760
         Locked          =   -1  'True
         MultiLine       =   -1  'True
         ScrollBars      =   2  'Vertical
         TabIndex        =   10
         Top             =   1080
         Width           =   5895
      End
      Begin VB.TextBox Text2 
         BackColor       =   &H8000000A&
         Height          =   3495
         Left            =   -74760
         Locked          =   -1  'True
         MultiLine       =   -1  'True
         ScrollBars      =   2  'Vertical
         TabIndex        =   9
         Top             =   1080
         Width           =   5895
      End
      Begin VB.CommandButton Command3 
         Caption         =   "&GO!"
         Height          =   300
         Left            =   -71640
         TabIndex        =   8
         Top             =   640
         Width           =   975
      End
      Begin VB.ComboBox Combo2 
         Height          =   300
         Left            =   -73800
         TabIndex        =   6
         Top             =   640
         Width           =   2055
      End
      Begin VB.CommandButton Command2 
         Caption         =   "&GO!"
         Height          =   300
         Left            =   3360
         TabIndex        =   5
         Top             =   640
         Width           =   975
      End
      Begin VB.ComboBox Combo1 
         Height          =   300
         Left            =   1200
         TabIndex        =   3
         Top             =   640
         Width           =   2055
      End
      Begin VB.TextBox Text1 
         BackColor       =   &H8000000A&
         Height          =   3495
         Left            =   240
         Locked          =   -1  'True
         MultiLine       =   -1  'True
         ScrollBars      =   2  'Vertical
         TabIndex        =   2
         Top             =   1080
         Width           =   5895
      End
      Begin VB.Label Label3 
         AutoSize        =   -1  'True
         Caption         =   "选择班号:"
         Height          =   180
         Left            =   -74760
         TabIndex        =   12
         Top             =   720
         Width           =   900
      End
      Begin VB.Label Label2 
         AutoSize        =   -1  'True
         Caption         =   "选择学号:"
         Height          =   180
         Left            =   -74760
         TabIndex        =   7
         Top             =   720
         Width           =   900
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         Caption         =   "选择班号:"
         Height          =   180
         Left            =   240
         TabIndex        =   4
         Top             =   720
         Width           =   900
      End
   End
   Begin VB.Line Line2 
      BorderColor     =   &H00FFFFFF&
      X1              =   120
      X2              =   6480
      Y1              =   5055
      Y2              =   5055
   End
   Begin VB.Line Line1 
      X1              =   120
      X2              =   6480
      Y1              =   5040
      Y2              =   5040
   End
End
Attribute VB_Name = "frmStat"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

Private Sub Command1_Click()

⌨️ 快捷键说明

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