home *** CD-ROM | disk | FTP | other *** search
/ Mastering Visual Basic 5 / MasteringVisualBasic5.iso / ch_code / ch11 / sqltbls / sqltbls.frm (.txt) next >
Encoding:
Visual Basic Form  |  1997-02-20  |  5.8 KB  |  182 lines

  1. VERSION 5.00
  2. Begin VB.Form Form1 
  3.    Caption         =   "SQLTables"
  4.    ClientHeight    =   2580
  5.    ClientLeft      =   60
  6.    ClientTop       =   345
  7.    ClientWidth     =   6405
  8.    LinkTopic       =   "Form1"
  9.    ScaleHeight     =   2580
  10.    ScaleWidth      =   6405
  11.    StartUpPosition =   3  'Windows Default
  12.    Begin VB.Data TITLES 
  13.       Caption         =   "Titles-Authors-Publishers"
  14.       Connect         =   "Access"
  15.       DatabaseName    =   "C:\Program Files\DevStudio\VB\Biblio.mdb"
  16.       DefaultCursorType=   0  'DefaultCursor
  17.       DefaultType     =   2  'UseODBC
  18.       Exclusive       =   0   'False
  19.       Height          =   345
  20.       Left            =   90
  21.       Options         =   0
  22.       ReadOnly        =   0   'False
  23.       RecordsetType   =   1  'Dynaset
  24.       RecordSource    =   "All Titles"
  25.       Top             =   1980
  26.       Width           =   6165
  27.    End
  28.    Begin VB.Label Label4 
  29.       Caption         =   "Author"
  30.       BeginProperty Font 
  31.          Name            =   "MS Sans Serif"
  32.          Size            =   9.75
  33.          Charset         =   0
  34.          Weight          =   400
  35.          Underline       =   0   'False
  36.          Italic          =   0   'False
  37.          Strikethrough   =   0   'False
  38.       EndProperty
  39.       Height          =   225
  40.       Left            =   75
  41.       TabIndex        =   7
  42.       Top             =   1484
  43.       Width           =   810
  44.    End
  45.    Begin VB.Label Label3 
  46.       Caption         =   "Pub. Year"
  47.       BeginProperty Font 
  48.          Name            =   "MS Sans Serif"
  49.          Size            =   9.75
  50.          Charset         =   0
  51.          Weight          =   400
  52.          Underline       =   0   'False
  53.          Italic          =   0   'False
  54.          Strikethrough   =   0   'False
  55.       EndProperty
  56.       Height          =   270
  57.       Left            =   3840
  58.       TabIndex        =   6
  59.       Top             =   888
  60.       Width           =   1005
  61.    End
  62.    Begin VB.Label Label2 
  63.       Caption         =   "Publisher"
  64.       BeginProperty Font 
  65.          Name            =   "MS Sans Serif"
  66.          Size            =   9.75
  67.          Charset         =   0
  68.          Weight          =   400
  69.          Underline       =   0   'False
  70.          Italic          =   0   'False
  71.          Strikethrough   =   0   'False
  72.       EndProperty
  73.       Height          =   210
  74.       Left            =   75
  75.       TabIndex        =   5
  76.       Top             =   918
  77.       Width           =   870
  78.    End
  79.    Begin VB.Label Label1 
  80.       Caption         =   "Title"
  81.       BeginProperty Font 
  82.          Name            =   "MS Sans Serif"
  83.          Size            =   9.75
  84.          Charset         =   0
  85.          Weight          =   400
  86.          Underline       =   0   'False
  87.          Italic          =   0   'False
  88.          Strikethrough   =   0   'False
  89.       EndProperty
  90.       Height          =   195
  91.       Left            =   90
  92.       TabIndex        =   4
  93.       Top             =   353
  94.       Width           =   900
  95.    End
  96.    Begin VB.Label lblYearPublished 
  97.       BackColor       =   &H80000009&
  98.       BorderStyle     =   1  'Fixed Single
  99.       DataField       =   "Year Published"
  100.       DataSource      =   "TITLES"
  101.       BeginProperty Font 
  102.          Name            =   "MS Sans Serif"
  103.          Size            =   9.75
  104.          Charset         =   0
  105.          Weight          =   400
  106.          Underline       =   0   'False
  107.          Italic          =   0   'False
  108.          Strikethrough   =   0   'False
  109.       EndProperty
  110.       Height          =   330
  111.       Left            =   5055
  112.       TabIndex        =   3
  113.       Top             =   858
  114.       Width           =   1170
  115.    End
  116.    Begin VB.Label lblAuthor 
  117.       BackColor       =   &H80000009&
  118.       BorderStyle     =   1  'Fixed Single
  119.       DataField       =   "Author"
  120.       DataSource      =   "TITLES"
  121.       BeginProperty Font 
  122.          Name            =   "MS Sans Serif"
  123.          Size            =   9.75
  124.          Charset         =   0
  125.          Weight          =   400
  126.          Underline       =   0   'False
  127.          Italic          =   0   'False
  128.          Strikethrough   =   0   'False
  129.       EndProperty
  130.       Height          =   330
  131.       Left            =   1065
  132.       TabIndex        =   2
  133.       Top             =   1431
  134.       Width           =   3480
  135.    End
  136.    Begin VB.Label lblPublisher 
  137.       BackColor       =   &H80000009&
  138.       BorderStyle     =   1  'Fixed Single
  139.       DataField       =   "Company Name"
  140.       DataSource      =   "TITLES"
  141.       BeginProperty Font 
  142.          Name            =   "MS Sans Serif"
  143.          Size            =   9.75
  144.          Charset         =   0
  145.          Weight          =   400
  146.          Underline       =   0   'False
  147.          Italic          =   0   'False
  148.          Strikethrough   =   0   'False
  149.       EndProperty
  150.       Height          =   330
  151.       Left            =   1065
  152.       TabIndex        =   1
  153.       Top             =   858
  154.       Width           =   2445
  155.    End
  156.    Begin VB.Label lblTitle 
  157.       BackColor       =   &H80000009&
  158.       BorderStyle     =   1  'Fixed Single
  159.       DataField       =   "Title"
  160.       DataSource      =   "TITLES"
  161.       BeginProperty Font 
  162.          Name            =   "MS Sans Serif"
  163.          Size            =   9.75
  164.          Charset         =   0
  165.          Weight          =   400
  166.          Underline       =   0   'False
  167.          Italic          =   0   'False
  168.          Strikethrough   =   0   'False
  169.       EndProperty
  170.       Height          =   330
  171.       Left            =   1065
  172.       TabIndex        =   0
  173.       Top             =   285
  174.       Width           =   5190
  175.    End
  176. Attribute VB_Name = "Form1"
  177. Attribute VB_GlobalNameSpace = False
  178. Attribute VB_Creatable = False
  179. Attribute VB_PredeclaredId = True
  180. Attribute VB_Exposed = False
  181. Option Explicit
  182.