home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form Form1
- Caption = "SQLTables"
- ClientHeight = 2580
- ClientLeft = 60
- ClientTop = 345
- ClientWidth = 6405
- LinkTopic = "Form1"
- ScaleHeight = 2580
- ScaleWidth = 6405
- StartUpPosition = 3 'Windows Default
- Begin VB.Data TITLES
- Caption = "Titles-Authors-Publishers"
- Connect = "Access"
- DatabaseName = "C:\Program Files\DevStudio\VB\Biblio.mdb"
- DefaultCursorType= 0 'DefaultCursor
- DefaultType = 2 'UseODBC
- Exclusive = 0 'False
- Height = 345
- Left = 90
- Options = 0
- ReadOnly = 0 'False
- RecordsetType = 1 'Dynaset
- RecordSource = "All Titles"
- Top = 1980
- Width = 6165
- End
- Begin VB.Label Label4
- Caption = "Author"
- BeginProperty Font
- Name = "MS Sans Serif"
- Size = 9.75
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 225
- Left = 75
- TabIndex = 7
- Top = 1484
- Width = 810
- End
- Begin VB.Label Label3
- Caption = "Pub. Year"
- BeginProperty Font
- Name = "MS Sans Serif"
- Size = 9.75
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 270
- Left = 3840
- TabIndex = 6
- Top = 888
- Width = 1005
- End
- Begin VB.Label Label2
- Caption = "Publisher"
- BeginProperty Font
- Name = "MS Sans Serif"
- Size = 9.75
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 210
- Left = 75
- TabIndex = 5
- Top = 918
- Width = 870
- End
- Begin VB.Label Label1
- Caption = "Title"
- BeginProperty Font
- Name = "MS Sans Serif"
- Size = 9.75
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 195
- Left = 90
- TabIndex = 4
- Top = 353
- Width = 900
- End
- Begin VB.Label lblYearPublished
- BackColor = &H80000009&
- BorderStyle = 1 'Fixed Single
- DataField = "Year Published"
- DataSource = "TITLES"
- BeginProperty Font
- Name = "MS Sans Serif"
- Size = 9.75
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 330
- Left = 5055
- TabIndex = 3
- Top = 858
- Width = 1170
- End
- Begin VB.Label lblAuthor
- BackColor = &H80000009&
- BorderStyle = 1 'Fixed Single
- DataField = "Author"
- DataSource = "TITLES"
- BeginProperty Font
- Name = "MS Sans Serif"
- Size = 9.75
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 330
- Left = 1065
- TabIndex = 2
- Top = 1431
- Width = 3480
- End
- Begin VB.Label lblPublisher
- BackColor = &H80000009&
- BorderStyle = 1 'Fixed Single
- DataField = "Company Name"
- DataSource = "TITLES"
- BeginProperty Font
- Name = "MS Sans Serif"
- Size = 9.75
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 330
- Left = 1065
- TabIndex = 1
- Top = 858
- Width = 2445
- End
- Begin VB.Label lblTitle
- BackColor = &H80000009&
- BorderStyle = 1 'Fixed Single
- DataField = "Title"
- DataSource = "TITLES"
- BeginProperty Font
- Name = "MS Sans Serif"
- Size = 9.75
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 330
- Left = 1065
- TabIndex = 0
- Top = 285
- Width = 5190
- End
- Attribute VB_Name = "Form1"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Option Explicit
-