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

📄 主窗口.frm

📁 学校机房的上机管理系统.可以安排免费上机,可以收费上机.适合中小型机房.修改后也可以作为网吧管理软件.
💻 FRM
📖 第 1 页 / 共 3 页
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "Comdlg32.ocx"
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Begin VB.Form Form1 
   AutoRedraw      =   -1  'True
   Caption         =   "机房管理系统服务器端"
   ClientHeight    =   9510
   ClientLeft      =   165
   ClientTop       =   555
   ClientWidth     =   14295
   LinkTopic       =   "Form1"
   ScaleHeight     =   -19020
   ScaleMode       =   0  'User
   ScaleWidth      =   14295
   StartUpPosition =   2  '屏幕中心
   WindowState     =   2  'Maximized
   Begin VB.Timer Timer1 
      Interval        =   150
      Left            =   4680
      Top             =   3240
   End
   Begin VB.Frame Frame1 
      Caption         =   "信息输入/修改"
      Height          =   3495
      Left            =   120
      TabIndex        =   5
      Top             =   4920
      Width           =   13935
      Begin VB.VScrollBar VScroll1 
         Height          =   375
         Left            =   6240
         TabIndex        =   23
         Top             =   1080
         Value           =   500
         Width           =   255
      End
      Begin VB.TextBox Text6 
         Height          =   375
         IMEMode         =   3  'DISABLE
         Left            =   5160
         MaxLength       =   6
         PasswordChar    =   "*"
         TabIndex        =   10
         Top             =   1800
         Width           =   1335
      End
      Begin VB.CommandButton Command5 
         BackColor       =   &H80000005&
         Caption         =   "关闭"
         Height          =   495
         Left            =   4320
         TabIndex        =   12
         Top             =   2520
         Width           =   1215
      End
      Begin VB.CommandButton Command4 
         BackColor       =   &H80000005&
         Caption         =   "确定"
         Height          =   495
         Left            =   2400
         TabIndex        =   11
         Top             =   2520
         Width           =   1215
      End
      Begin VB.PictureBox Picture1 
         Height          =   2535
         Left            =   9000
         ScaleHeight     =   2475
         ScaleWidth      =   2955
         TabIndex        =   19
         Top             =   480
         Width           =   3015
      End
      Begin VB.TextBox Text5 
         Appearance      =   0  'Flat
         BackColor       =   &H80000000&
         BeginProperty DataFormat 
            Type            =   1
            Format          =   "0.00000"
            HaveTrueFalseNull=   0
            FirstDayOfWeek  =   0
            FirstWeekOfYear =   0
            LCID            =   2052
            SubFormatType   =   1
         EndProperty
         Height          =   375
         Left            =   5160
         Locked          =   -1  'True
         TabIndex        =   18
         Top             =   600
         Width           =   1335
      End
      Begin VB.TextBox Text4 
         BeginProperty DataFormat 
            Type            =   1
            Format          =   "0"
            HaveTrueFalseNull=   0
            FirstDayOfWeek  =   0
            FirstWeekOfYear =   0
            LCID            =   2052
            SubFormatType   =   1
         EndProperty
         Height          =   375
         Left            =   5160
         TabIndex        =   9
         Text            =   "0"
         Top             =   1080
         Width           =   1095
      End
      Begin VB.ComboBox Combo1 
         Appearance      =   0  'Flat
         BackColor       =   &H80000000&
         Height          =   300
         Left            =   1080
         Locked          =   -1  'True
         TabIndex        =   15
         Top             =   1800
         Width           =   2295
      End
      Begin VB.TextBox Text3 
         Height          =   375
         Left            =   1080
         MaxLength       =   10
         TabIndex        =   8
         Top             =   1200
         Width           =   2295
      End
      Begin VB.TextBox Text2 
         Height          =   375
         Left            =   1080
         MaxLength       =   9
         TabIndex        =   7
         Top             =   600
         Width           =   2295
      End
      Begin VB.Label Label8 
         Caption         =   "提示:在没有确认上面的输入正确前请不要单击确定按钮。"
         Height          =   255
         Left            =   360
         TabIndex        =   22
         Top             =   3960
         Width           =   7695
      End
      Begin VB.Label Label7 
         Caption         =   "密码:"
         Height          =   255
         Left            =   4080
         TabIndex        =   21
         Top             =   1800
         Width           =   615
      End
      Begin VB.Label Label6 
         Caption         =   "照片:"
         Height          =   375
         Left            =   8280
         TabIndex        =   20
         Top             =   480
         Width           =   855
      End
      Begin VB.Label Label5 
         Caption         =   "账户余额:"
         Height          =   255
         Left            =   4080
         TabIndex        =   17
         Top             =   600
         Width           =   975
      End
      Begin VB.Label Label4 
         Caption         =   "充值:"
         Height          =   255
         Left            =   4080
         TabIndex        =   16
         Top             =   1200
         Width           =   735
      End
      Begin VB.Label Label3 
         Caption         =   "班级:"
         Height          =   375
         Left            =   360
         TabIndex        =   14
         Top             =   1800
         Width           =   615
      End
      Begin VB.Label Label2 
         Caption         =   "姓名:"
         Height          =   375
         Left            =   360
         TabIndex        =   13
         Top             =   1200
         Width           =   615
      End
      Begin VB.Label Label1 
         Caption         =   "学号:"
         Height          =   255
         Left            =   360
         TabIndex        =   6
         Top             =   600
         Width           =   615
      End
   End
   Begin MSDataGridLib.DataGrid dg4 
      Bindings        =   "主窗口.frx":0000
      Height          =   4455
      Left            =   9960
      TabIndex        =   4
      Top             =   240
      Width           =   4095
      _ExtentX        =   7223
      _ExtentY        =   7858
      _Version        =   393216
      AllowUpdate     =   0   'False
      HeadLines       =   1
      RowHeight       =   15
      FormatLocked    =   -1  'True
      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     =   2
      BeginProperty Column00 
         DataField       =   "no"
         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       =   "password"
         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
      EndProperty
   End
   Begin MSComDlg.CommonDialog cd1 
      Left            =   4680
      Top             =   1440
      _ExtentX        =   847
      _ExtentY        =   847
      _Version        =   393216
   End
   Begin MSDataGridLib.DataGrid dg2 
      Bindings        =   "主窗口.frx":0015
      Height          =   4455
      Left            =   5280
      TabIndex        =   3
      Top             =   240
      Width           =   4095
      _ExtentX        =   7223
      _ExtentY        =   7858
      _Version        =   393216
      AllowUpdate     =   0   'False
      HeadLines       =   1
      RowHeight       =   15
      FormatLocked    =   -1  'True
      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     =   2
      BeginProperty Column00 
         DataField       =   "no"
         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       =   "money"
         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
      EndProperty
   End
   Begin VB.CommandButton Command3 
      Caption         =   "保存更改"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   3360
      TabIndex        =   2
      Top             =   8880
      Width           =   1575
   End
   Begin VB.CommandButton Command2 
      Caption         =   "删除记录"

⌨️ 快捷键说明

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