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

📄 frmmoneymodify.frm

📁 学生信息管理系统
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{D27CDB6B-AE6D-11CF-96B8-444553540000}#1.0#0"; "Flash8a.ocx"
Begin VB.Form frmmoneymodify 
   BackColor       =   &H00FFFFFF&
   BorderStyle     =   1  'Fixed Single
   Caption         =   "修改学生交费信息"
   ClientHeight    =   9810
   ClientLeft      =   45
   ClientTop       =   435
   ClientWidth     =   6945
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   9810
   ScaleWidth      =   6945
   StartUpPosition =   3  '窗口缺省
   Begin VB.Frame Frame1 
      BackColor       =   &H00FFFFFF&
      Caption         =   "按班别显示"
      Height          =   4335
      Left            =   120
      TabIndex        =   23
      Top             =   1200
      Width           =   6615
      Begin VB.ComboBox cobsp 
         Height          =   300
         Left            =   2160
         TabIndex        =   31
         Text            =   "cobsp"
         Top             =   840
         Width           =   2055
      End
      Begin VB.ComboBox cobclass 
         Height          =   300
         Left            =   2160
         TabIndex        =   30
         Top             =   1320
         Width           =   2055
      End
      Begin VB.ListBox List1 
         Height          =   1500
         Left            =   120
         TabIndex        =   29
         Top             =   2160
         Width           =   6255
      End
      Begin VB.CommandButton Command1 
         Caption         =   "确定"
         Height          =   375
         Left            =   2640
         TabIndex        =   28
         Top             =   3720
         Width           =   975
      End
      Begin VB.PictureBox Picture1 
         BackColor       =   &H00FFFFFF&
         BorderStyle     =   0  'None
         Height          =   255
         Left            =   120
         ScaleHeight     =   255
         ScaleWidth      =   6255
         TabIndex        =   25
         Top             =   1800
         Width           =   6255
         Begin VB.OptionButton Option2 
            BackColor       =   &H00FFFFFF&
            Caption         =   "按姓名显示"
            Height          =   255
            Left            =   3120
            TabIndex        =   27
            Top             =   0
            Width           =   1575
         End
         Begin VB.OptionButton Option1 
            BackColor       =   &H00FFFFFF&
            Caption         =   "按学号显示"
            Height          =   255
            Left            =   0
            TabIndex        =   26
            Top             =   0
            Width           =   1815
         End
      End
      Begin VB.ComboBox cobcollege 
         Height          =   300
         Left            =   2160
         TabIndex        =   24
         Text            =   "cobcollege"
         Top             =   360
         Width           =   2055
      End
      Begin VB.Label Label1 
         BackColor       =   &H00FFFFFF&
         Caption         =   "专业:"
         Height          =   255
         Left            =   1440
         TabIndex        =   34
         Top             =   870
         Width           =   615
      End
      Begin VB.Label Label2 
         BackColor       =   &H00FFFFFF&
         Caption         =   "班别:"
         Height          =   255
         Left            =   1440
         TabIndex        =   33
         Top             =   1350
         Width           =   735
      End
      Begin VB.Label Label12 
         BackColor       =   &H00FFFFFF&
         Caption         =   "学院:"
         Height          =   255
         Left            =   1440
         TabIndex        =   32
         Top             =   360
         Width           =   615
      End
   End
   Begin VB.Frame Frame2 
      BackColor       =   &H00FFFFFF&
      Caption         =   "直接输入学号"
      Height          =   1215
      Left            =   120
      TabIndex        =   19
      Top             =   5640
      Width           =   6615
      Begin VB.TextBox txtnumber 
         Height          =   270
         Left            =   1200
         TabIndex        =   21
         Text            =   "txtnumber"
         Top             =   360
         Width           =   3015
      End
      Begin VB.CommandButton Command2 
         Caption         =   "确定"
         Height          =   375
         Left            =   2640
         TabIndex        =   20
         Top             =   720
         Width           =   975
      End
      Begin VB.Label Label3 
         BackColor       =   &H00FFFFFF&
         Caption         =   "输入学号:"
         Height          =   255
         Left            =   240
         TabIndex        =   22
         Top             =   360
         Width           =   975
      End
   End
   Begin VB.Frame Frame3 
      BackColor       =   &H00FFFFFF&
      Caption         =   "交费情况"
      Height          =   2775
      Left            =   120
      TabIndex        =   0
      Top             =   6960
      Width           =   6615
      Begin VB.TextBox txtnumber1 
         Enabled         =   0   'False
         Height          =   270
         Left            =   840
         TabIndex        =   8
         Text            =   "txtnumber1"
         Top             =   360
         Width           =   1935
      End
      Begin VB.TextBox txtname1 
         Enabled         =   0   'False
         Height          =   270
         Left            =   4200
         TabIndex        =   7
         Text            =   "txtname1"
         Top             =   360
         Width           =   1935
      End
      Begin VB.ComboBox cobyear 
         Height          =   300
         Left            =   840
         TabIndex        =   6
         Text            =   "cobyear"
         Top             =   720
         Width           =   1935
      End
      Begin VB.TextBox txtmust 
         Enabled         =   0   'False
         Height          =   270
         Left            =   1560
         TabIndex        =   5
         Text            =   "txtmust"
         Top             =   1200
         Width           =   1695
      End
      Begin VB.TextBox txtat 
         Enabled         =   0   'False
         Height          =   270
         Left            =   1560
         TabIndex        =   4
         Text            =   "txtat"
         Top             =   1560
         Width           =   1695
      End
      Begin VB.TextBox txtqian 
         Enabled         =   0   'False
         Height          =   270
         Left            =   4560
         TabIndex        =   3
         Text            =   "txtqian"
         Top             =   1560
         Width           =   1575
      End
      Begin VB.CommandButton Command3 
         Caption         =   "确认修改"
         Height          =   375
         Left            =   1800
         TabIndex        =   2
         Top             =   2280
         Width           =   975
      End
      Begin VB.CommandButton Command4 
         Caption         =   "返回"
         Height          =   375
         Left            =   3480
         TabIndex        =   1
         Top             =   2280
         Width           =   975
      End
      Begin VB.Label Label4 
         BackColor       =   &H00FFFFFF&
         Caption         =   "学号:"
         Height          =   255
         Left            =   240
         TabIndex        =   18
         Top             =   360
         Width           =   615
      End
      Begin VB.Label Label5 
         BackColor       =   &H00FFFFFF&
         Caption         =   "姓名:"
         Height          =   255
         Left            =   3720
         TabIndex        =   17
         Top             =   360
         Width           =   615
      End
      Begin VB.Label Label6 
         BackColor       =   &H00FFFFFF&
         Caption         =   "学年:"
         Height          =   255
         Left            =   240
         TabIndex        =   16
         Top             =   720
         Width           =   615
      End
      Begin VB.Label Label7 
         BackColor       =   &H00FFFFFF&
         Caption         =   "本学期应交费:"
         Height          =   255
         Left            =   240
         TabIndex        =   15
         Top             =   1200
         Width           =   1335
      End
      Begin VB.Label Label8 
         BackColor       =   &H00FFFFFF&
         Caption         =   "实际交费:"
         Height          =   255
         Left            =   240
         TabIndex        =   14
         Top             =   1560
         Width           =   1215
      End
      Begin VB.Label Label9 
         BackColor       =   &H00FFFFFF&
         Caption         =   "本次欠费:"
         ForeColor       =   &H000000FF&
         Height          =   255
         Left            =   3720
         TabIndex        =   13
         Top             =   1560
         Width           =   975
      End
      Begin VB.Label Label10 
         BackColor       =   &H00FFFFFF&
         Caption         =   "元"
         Height          =   255
         Index           =   0
         Left            =   3360
         TabIndex        =   12
         Top             =   1200
         Width           =   255
      End
      Begin VB.Label Label10 
         BackColor       =   &H00FFFFFF&
         Caption         =   "元"
         Height          =   255
         Index           =   1
         Left            =   3360
         TabIndex        =   11
         Top             =   1630
         Width           =   255
      End
      Begin VB.Label Label10 
         BackColor       =   &H00FFFFFF&
         Caption         =   "元"
         Height          =   255
         Index           =   2
         Left            =   6240

⌨️ 快捷键说明

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