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

📄 ͼ

📁 As information technology is more and more in-depth and wide range of applications, management infor
💻
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Begin VB.Form Form8 
   Caption         =   "图书馆基本信息"
   ClientHeight    =   5160
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   7950
   LinkTopic       =   "Form8"
   ScaleHeight     =   5160
   ScaleWidth      =   7950
   StartUpPosition =   3  '窗口缺省
   Begin VB.PictureBox Picture1 
      Height          =   5175
      Left            =   0
      Picture         =   "图书馆基本信息.frx":0000
      ScaleHeight     =   5115
      ScaleWidth      =   7875
      TabIndex        =   0
      Top             =   0
      Width           =   7935
      Begin VB.TextBox Text1 
         DataField       =   "名称"
         DataSource      =   "Adodc1"
         Height          =   495
         Left            =   1920
         TabIndex        =   11
         Top             =   1560
         Width           =   1455
      End
      Begin VB.TextBox Text2 
         DataField       =   "馆长"
         DataSource      =   "Adodc1"
         Height          =   495
         Left            =   1920
         TabIndex        =   10
         Top             =   2400
         Width           =   1455
      End
      Begin VB.TextBox Text3 
         DataField       =   "超期罚款额"
         DataSource      =   "Adodc1"
         Height          =   495
         Left            =   2040
         TabIndex        =   9
         Top             =   4320
         Width           =   1455
      End
      Begin VB.TextBox Text4 
         DataField       =   "馆长"
         DataSource      =   "Adodc1"
         Height          =   495
         Left            =   5760
         TabIndex        =   8
         Top             =   1560
         Width           =   1575
      End
      Begin VB.TextBox Text5 
         DataField       =   "职工人数"
         DataSource      =   "Adodc1"
         Height          =   495
         Left            =   5760
         TabIndex        =   7
         Top             =   2400
         Width           =   1575
      End
      Begin VB.TextBox Text6 
         DataField       =   "办证费用"
         DataSource      =   "Adodc1"
         Height          =   495
         Left            =   5760
         TabIndex        =   6
         Top             =   3240
         Width           =   1575
      End
      Begin VB.CommandButton Command1 
         Caption         =   "返 回"
         BeginProperty Font 
            Name            =   "楷体_GB2312"
            Size            =   15
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   615
         Left            =   3960
         Picture         =   "图书馆基本信息.frx":A094A
         TabIndex        =   5
         Top             =   4080
         Width           =   1695
      End
      Begin VB.TextBox Text7 
         DataField       =   "阅览室数目"
         DataSource      =   "Adodc1"
         Height          =   495
         Left            =   1920
         TabIndex        =   4
         Top             =   3240
         Width           =   1455
      End
      Begin VB.PictureBox Picture2 
         Height          =   1335
         Left            =   0
         Picture         =   "图书馆基本信息.frx":141294
         ScaleHeight     =   1275
         ScaleWidth      =   8475
         TabIndex        =   2
         Top             =   0
         Width           =   8535
         Begin VB.Label Label8 
            BackStyle       =   0  'Transparent
            Caption         =   "查 阅 图 书 馆"
            BeginProperty Font 
               Name            =   "楷体_GB2312"
               Size            =   26.25
               Charset         =   134
               Weight          =   700
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   615
            Left            =   1800
            TabIndex        =   3
            Top             =   360
            Width           =   4695
         End
      End
      Begin VB.PictureBox Picture3 
         Height          =   1335
         Left            =   6000
         Picture         =   "图书馆基本信息.frx":183C7E
         ScaleHeight     =   1275
         ScaleWidth      =   1635
         TabIndex        =   1
         Top             =   3840
         Width           =   1695
      End
      Begin MSAdodcLib.Adodc Adodc1 
         Height          =   495
         Left            =   3960
         Top             =   4200
         Width           =   1575
         _ExtentX        =   2778
         _ExtentY        =   873
         ConnectMode     =   0
         CursorLocation  =   3
         IsolationLevel  =   -1
         ConnectionTimeout=   15
         CommandTimeout  =   30
         CursorType      =   3
         LockType        =   3
         CommandType     =   2
         CursorOptions   =   0
         CacheSize       =   50
         MaxRecords      =   0
         BOFAction       =   0
         EOFAction       =   0
         ConnectStringType=   1
         Appearance      =   1
         BackColor       =   -2147483643
         ForeColor       =   -2147483640
         Orientation     =   0
         Enabled         =   -1
         Connect         =   "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\我的文件\备用\vb558004466\database.mdb;Persist Security Info=False"
         OLEDBString     =   "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\我的文件\备用\vb558004466\database.mdb;Persist Security Info=False"
         OLEDBFile       =   ""
         DataSourceName  =   ""
         OtherAttributes =   ""
         UserName        =   ""
         Password        =   ""
         RecordSource    =   "图书馆信息表"
         Caption         =   "Adodc1"
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         _Version        =   393216
      End
      Begin VB.Label Label1 
         BackStyle       =   0  'Transparent
         Caption         =   "图书馆名称"
         BeginProperty Font 
            Name            =   "楷体_GB2312"
            Size            =   15
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   495
         Left            =   120
         TabIndex        =   18
         Top             =   1560
         Width           =   1695
      End
      Begin VB.Label Label2 
         BackStyle       =   0  'Transparent
         Caption         =   "图书馆馆长"
         BeginProperty Font 
            Name            =   "楷体_GB2312"
            Size            =   15
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   495
         Left            =   120
         TabIndex        =   17
         Top             =   2400
         Width           =   1695
      End
      Begin VB.Label Label3 
         BackStyle       =   0  'Transparent
         Caption         =   "职工人数"
         BeginProperty Font 
            Name            =   "楷体_GB2312"
            Size            =   15
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   495
         Left            =   3960
         TabIndex        =   16
         Top             =   2400
         Width           =   1695
      End
      Begin VB.Label Label4 
         BackStyle       =   0  'Transparent
         Caption         =   "阅览室数目"
         BeginProperty Font 
            Name            =   "楷体_GB2312"
            Size            =   15
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   495
         Left            =   120
         TabIndex        =   15
         Top             =   3240
         Width           =   1695
      End
      Begin VB.Label Label5 
         BackStyle       =   0  'Transparent
         Caption         =   "办证费用"
         BeginProperty Font 
            Name            =   "楷体_GB2312"
            Size            =   15
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   495
         Left            =   3960
         TabIndex        =   14
         Top             =   3240
         Width           =   1695
      End
      Begin VB.Label Label6 
         BackStyle       =   0  'Transparent
         Caption         =   "超期罚款额"
         BeginProperty Font 
            Name            =   "楷体_GB2312"
            Size            =   15
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   495
         Left            =   120
         TabIndex        =   13
         Top             =   4320
         Width           =   1695
      End
      Begin VB.Label Label7 
         BackStyle       =   0  'Transparent
         Caption         =   "负责人"
         BeginProperty Font 
            Name            =   "楷体_GB2312"
            Size            =   15
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   495
         Left            =   3960
         TabIndex        =   12
         Top             =   1560
         Width           =   1695
      End
   End
End
Attribute VB_Name = "Form8"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form8.Hide
Form6.Show
End Sub

⌨️ 快捷键说明

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