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

📄 returninfoadd.frm

📁 是有关于音像制品的管理系统
💻 FRM
字号:
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomct2.ocx"
Begin VB.Form returnInfoAdd 
   BackColor       =   &H00FFFFC0&
   BorderStyle     =   1  'Fixed Single
   Caption         =   "添加归还信息"
   ClientHeight    =   3855
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   9285
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   3855
   ScaleWidth      =   9285
   StartUpPosition =   1  '所有者中心
   Begin VB.CommandButton exit 
      Caption         =   "返  回"
      Height          =   375
      Left            =   4680
      TabIndex        =   13
      Top             =   3240
      Width           =   1335
   End
   Begin VB.CommandButton addRtnOK 
      Caption         =   "添  加"
      Height          =   375
      Left            =   2040
      TabIndex        =   12
      Top             =   3240
      Width           =   1335
   End
   Begin VB.Frame returnInfoAdd 
      BackColor       =   &H00FFFFC0&
      Caption         =   "书籍信息:"
      Height          =   2775
      Left            =   3840
      TabIndex        =   1
      Top             =   240
      Width           =   5175
      Begin MSComCtl2.DTPicker borrowDTP 
         Height          =   375
         Left            =   1200
         TabIndex        =   15
         Top             =   1800
         Width           =   1815
         _ExtentX        =   3201
         _ExtentY        =   661
         _Version        =   393216
         Format          =   23789569
         CurrentDate     =   37987
      End
      Begin VB.ComboBox bookType 
         Height          =   300
         Left            =   1200
         TabIndex        =   14
         Top             =   1320
         Width           =   3855
      End
      Begin VB.TextBox bookName 
         Height          =   375
         Left            =   1200
         TabIndex        =   9
         Top             =   720
         Width           =   3855
      End
      Begin VB.TextBox bookNO 
         Height          =   375
         Left            =   1200
         TabIndex        =   7
         Top             =   240
         Width           =   1815
      End
      Begin MSComCtl2.DTPicker rtnInfactDTP 
         Height          =   375
         Left            =   1200
         TabIndex        =   17
         Top             =   2280
         Width           =   1815
         _ExtentX        =   3201
         _ExtentY        =   661
         _Version        =   393216
         Format          =   23789569
         CurrentDate     =   37987
      End
      Begin VB.Label label 
         BackColor       =   &H00FFFFC0&
         Caption         =   "借出日期:"
         Height          =   255
         Left            =   240
         TabIndex        =   16
         Top             =   1920
         Width           =   975
      End
      Begin VB.Label Label12 
         BackColor       =   &H00FFFFC0&
         Caption         =   "实还日期:"
         Height          =   255
         Left            =   240
         TabIndex        =   11
         Top             =   2400
         Width           =   975
      End
      Begin VB.Label Label7 
         BackColor       =   &H00FFFFC0&
         Caption         =   "产品类型:"
         Height          =   255
         Left            =   240
         TabIndex        =   10
         Top             =   1320
         Width           =   975
      End
      Begin VB.Label Label5 
         BackColor       =   &H00FFFFC0&
         Caption         =   "产品名称:"
         Height          =   255
         Left            =   240
         TabIndex        =   8
         Top             =   720
         Width           =   975
      End
      Begin VB.Label Label4 
         BackColor       =   &H00FFFFC0&
         Caption         =   "产品编号:"
         Height          =   255
         Left            =   240
         TabIndex        =   6
         Top             =   360
         Width           =   975
      End
   End
   Begin VB.Frame Frame1 
      BackColor       =   &H00FFFFC0&
      Caption         =   "会员信息"
      Height          =   2775
      Left            =   120
      TabIndex        =   0
      Top             =   240
      Width           =   3615
      Begin VB.TextBox readerName 
         Height          =   375
         Left            =   1200
         TabIndex        =   5
         Top             =   1560
         Width           =   2055
      End
      Begin VB.TextBox readerNO 
         Height          =   375
         Left            =   1200
         TabIndex        =   4
         Top             =   840
         Width           =   2055
      End
      Begin VB.Label Label2 
         BackColor       =   &H00FFFFC0&
         Caption         =   "会员姓名:"
         Height          =   255
         Left            =   240
         TabIndex        =   3
         Top             =   1680
         Width           =   975
      End
      Begin VB.Label Label1 
         BackColor       =   &H00FFFFC0&
         Caption         =   "会员编号:"
         Height          =   255
         Left            =   240
         TabIndex        =   2
         Top             =   960
         Width           =   975
      End
   End
End
Attribute VB_Name = "returnInfoAdd"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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