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

📄 frmoverduefine.frm

📁 图书简明管理系统源代码(VB),可作为软件工程课程设计用,也可以作为学习用。
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Begin VB.Form frmoverduefine 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "逾期罚款"
   ClientHeight    =   7905
   ClientLeft      =   45
   ClientTop       =   435
   ClientWidth     =   9120
   DrawWidth       =   2
   Icon            =   "frmoverduefine.frx":0000
   LinkTopic       =   "Form2"
   MaxButton       =   0   'False
   MDIChild        =   -1  'True
   MinButton       =   0   'False
   ScaleHeight     =   7905
   ScaleWidth      =   9120
   Begin VB.TextBox txt罚金 
      Alignment       =   1  'Right Justify
      BeginProperty DataFormat 
         Type            =   1
         Format          =   "#,##0.00"
         HaveTrueFalseNull=   0
         FirstDayOfWeek  =   0
         FirstWeekOfYear =   0
         LCID            =   2052
         SubFormatType   =   1
      EndProperty
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   2040
      TabIndex        =   16
      Top             =   7400
      Width           =   2385
   End
   Begin VB.TextBox txt读者编号 
      Enabled         =   0   'False
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9.75
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   360
      TabIndex        =   8
      Top             =   840
      Width           =   3855
   End
   Begin MSFlexGridLib.MSFlexGrid lst图书 
      Height          =   3495
      Left            =   4440
      TabIndex        =   13
      Top             =   480
      Width           =   4440
      _ExtentX        =   7832
      _ExtentY        =   6165
      _Version        =   393216
      Rows            =   8
      FixedRows       =   0
      FixedCols       =   0
      BackColor       =   16777215
      BackColorBkg    =   16777215
      FocusRect       =   0
      HighLight       =   0
      GridLines       =   0
      GridLinesFixed  =   0
      ScrollBars      =   0
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9.75
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
   End
   Begin VB.CommandButton cmd图书选择 
      Caption         =   "罚款的图书选择"
      Enabled         =   0   'False
      Height          =   375
      Left            =   7200
      TabIndex        =   1
      Top             =   100
      Width           =   1695
   End
   Begin VB.CommandButton cmd读者选择 
      Caption         =   "欠款的读者选择"
      Default         =   -1  'True
      Height          =   375
      Left            =   2520
      TabIndex        =   0
      Top             =   450
      Width           =   1695
   End
   Begin VB.CommandButton cmdadd 
      Caption         =   "添   加"
      Height          =   375
      Left            =   360
      Style           =   1  'Graphical
      TabIndex        =   2
      Top             =   4080
      Width           =   1695
   End
   Begin VB.CommandButton cmddel 
      Caption         =   "删   除"
      Height          =   375
      Left            =   2040
      TabIndex        =   4
      Top             =   4080
      Width           =   1695
   End
   Begin VB.CommandButton cmdexec 
      Caption         =   "执 行 操 作"
      Height          =   375
      Left            =   3720
      TabIndex        =   5
      Top             =   4080
      Width           =   1695
   End
   Begin VB.CommandButton cmdclear 
      Caption         =   "清 空 数 据"
      Enabled         =   0   'False
      Height          =   375
      Left            =   5400
      TabIndex        =   6
      Top             =   4080
      Width           =   1695
   End
   Begin VB.CommandButton cmdexit 
      Cancel          =   -1  'True
      Caption         =   "退   出"
      Height          =   375
      Left            =   7080
      TabIndex        =   7
      Top             =   4080
      Width           =   1695
   End
   Begin VB.TextBox txtfinesum 
      Alignment       =   1  'Right Justify
      BackColor       =   &H8000000F&
      BeginProperty DataFormat 
         Type            =   1
         Format          =   "#,##0.00"
         HaveTrueFalseNull=   0
         FirstDayOfWeek  =   0
         FirstWeekOfYear =   0
         LCID            =   2052
         SubFormatType   =   1
      EndProperty
      Enabled         =   0   'False
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   6360
      TabIndex        =   9
      Top             =   7400
      Width           =   2505
   End
   Begin MSFlexGridLib.MSFlexGrid finebookGrid 
      Height          =   2775
      Left            =   240
      TabIndex        =   3
      Top             =   4560
      Width           =   8655
      _ExtentX        =   15266
      _ExtentY        =   4895
      _Version        =   393216
      Rows            =   1
      Cols            =   6
      FixedCols       =   0
      BackColor       =   -2147483639
      BackColorBkg    =   14737632
      GridColor       =   14737632
      GridColorFixed  =   14737632
      SelectionMode   =   1
      AllowUserResizing=   1
   End
   Begin MSFlexGridLib.MSFlexGrid lst读者 
      Height          =   2535
      Left            =   360
      TabIndex        =   14
      Top             =   1320
      Width           =   3855
      _ExtentX        =   6800
      _ExtentY        =   4471
      _Version        =   393216
      Rows            =   5
      FixedRows       =   0
      FixedCols       =   0
      RowHeightMin    =   507
      BackColor       =   16777215
      BackColorFixed  =   16777215
      BackColorBkg    =   16777215
      FocusRect       =   0
      HighLight       =   0
      GridLines       =   0
      GridLinesFixed  =   0
      ScrollBars      =   0
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9.75
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
   End
   Begin VB.PictureBox Picbg1 
      Appearance      =   0  'Flat
      AutoRedraw      =   -1  'True
      AutoSize        =   -1  'True
      BackColor       =   &H80000005&
      BorderStyle     =   0  'None
      ForeColor       =   &H80000008&
      Height          =   1440
      Left            =   4440
      Picture         =   "frmoverduefine.frx":19862
      ScaleHeight     =   1440
      ScaleWidth      =   1440
      TabIndex        =   11
      Top             =   -600
      Width           =   1440
   End
   Begin VB.Label Label2 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "实际罚款金额(元):"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   210
      Left            =   240
      TabIndex        =   17
      Top             =   7482
      Width           =   1890
   End
   Begin VB.Shape Shape1 
      BorderColor     =   &H8000000A&
      BorderWidth     =   2
      Height          =   3615

⌨️ 快捷键说明

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