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

📄 frmbookinfo.frm

📁 所在类别: 随书资源/T 工业技术/TP 自动化技术、计算机技术/TP31 计算机软件 其他题名: 作者: 夏邦贵, 刘凡馨等编著 出版者: 机械工业出版社 出版年: 2006 I
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmBookInfo 
   AutoRedraw      =   -1  'True
   BorderStyle     =   1  'Fixed Single
   Caption         =   "图书信息"
   ClientHeight    =   5115
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   9450
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   5115
   ScaleWidth      =   9450
   Begin VB.CommandButton cmdExit 
      Cancel          =   -1  'True
      Caption         =   "关闭"
      Height          =   300
      Left            =   8520
      TabIndex        =   15
      Top             =   4680
      Width           =   735
   End
   Begin VB.TextBox txtBrief 
      Height          =   1695
      Left            =   1313
      Locked          =   -1  'True
      MultiLine       =   -1  'True
      ScrollBars      =   2  'Vertical
      TabIndex        =   14
      Text            =   "frmBookInfo.frx":0000
      Top             =   2827
      Width           =   4095
   End
   Begin VB.TextBox txtPrice 
      Height          =   375
      Left            =   4073
      Locked          =   -1  'True
      TabIndex        =   13
      Text            =   "Text6"
      Top             =   2347
      Width           =   1335
   End
   Begin VB.TextBox txtPage 
      Height          =   375
      Left            =   1313
      Locked          =   -1  'True
      TabIndex        =   12
      Text            =   "Text5"
      Top             =   2347
      Width           =   1335
   End
   Begin VB.TextBox txtDate 
      Height          =   375
      Left            =   1313
      Locked          =   -1  'True
      TabIndex        =   11
      Text            =   "Text4"
      Top             =   1867
      Width           =   4095
   End
   Begin VB.TextBox txtPublish 
      Height          =   375
      Left            =   1313
      Locked          =   -1  'True
      TabIndex        =   10
      Text            =   "Text3"
      Top             =   1387
      Width           =   4095
   End
   Begin VB.TextBox txtWriter 
      Height          =   375
      Left            =   1313
      Locked          =   -1  'True
      TabIndex        =   9
      Text            =   "Text2"
      Top             =   907
      Width           =   4095
   End
   Begin VB.TextBox txtName 
      Height          =   375
      Left            =   1313
      Locked          =   -1  'True
      TabIndex        =   7
      Text            =   "Text1"
      Top             =   427
      Width           =   4095
   End
   Begin VB.Image Image1 
      BorderStyle     =   1  'Fixed Single
      Height          =   3855
      Left            =   5640
      Stretch         =   -1  'True
      Top             =   667
      Width           =   3615
   End
   Begin VB.Label Label8 
      AutoSize        =   -1  'True
      Caption         =   "图书封面:"
      Height          =   180
      Left            =   5633
      TabIndex        =   8
      Top             =   427
      Width           =   900
   End
   Begin VB.Label Label7 
      AutoSize        =   -1  'True
      Caption         =   "单价(元/册):"
      Height          =   180
      Left            =   2873
      TabIndex        =   6
      Top             =   2444
      Width           =   1170
   End
   Begin VB.Label Label6 
      AutoSize        =   -1  'True
      Caption         =   "页数(万字):"
      Height          =   180
      Left            =   233
      TabIndex        =   5
      Top             =   2444
      Width           =   1080
   End
   Begin VB.Label Label5 
      AutoSize        =   -1  'True
      Caption         =   "内容简介:"
      Height          =   180
      Left            =   413
      TabIndex        =   4
      Top             =   2827
      Width           =   900
   End
   Begin VB.Label Label4 
      AutoSize        =   -1  'True
      Caption         =   "出版日期:"
      Height          =   180
      Left            =   413
      TabIndex        =   3
      Top             =   1964
      Width           =   900
   End
   Begin VB.Label Label3 
      AutoSize        =   -1  'True
      Caption         =   "出版社:"
      Height          =   180
      Left            =   593
      TabIndex        =   2
      Top             =   1484
      Width           =   720
   End
   Begin VB.Label Label2 
      AutoSize        =   -1  'True
      Caption         =   "作者:"
      Height          =   180
      Left            =   773
      TabIndex        =   1
      Top             =   1004
      Width           =   540
   End
   Begin VB.Label Label1 
      AutoSize        =   -1  'True
      Caption         =   "书名:"
      Height          =   180
      Left            =   773
      TabIndex        =   0
      Top             =   524
      Width           =   540
   End
End
Attribute VB_Name = "frmBookInfo"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdExit_Click()
    Unload Me               '关闭图书信息窗体
End Sub

⌨️ 快捷键说明

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