home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Unleashed / Visual_Basic_4_Unleashed_SAMS_Publishing_1995.iso / source / chap30 / frmsstab.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1995-09-28  |  8.5 KB  |  258 lines

  1. VERSION 4.00
  2. Begin VB.Form frmsstab 
  3.    Caption         =   "Sheridan Tab Control"
  4.    ClientHeight    =   3165
  5.    ClientLeft      =   2835
  6.    ClientTop       =   3015
  7.    ClientWidth     =   5490
  8.    Height          =   3570
  9.    Left            =   2775
  10.    LinkTopic       =   "Form1"
  11.    ScaleHeight     =   3165
  12.    ScaleWidth      =   5490
  13.    Top             =   2670
  14.    Width           =   5610
  15.    Begin VBX.SSIndexTab SSIndexTab1 
  16.       ActiveTabBackColor=   &H00C0C0C0&
  17.       ActiveTabForeColor=   &H00000000&
  18.       BackColor       =   &H00C0C0C0&
  19.       BevelColorFace  =   &H8000000F&
  20.       BevelColorHighlite=   &H00FFFFFF&
  21.       BevelColorShadow=   &H80000010&
  22.       Caption         =   "FRMSSTAB.frx":0000
  23.       Height          =   3135
  24.       Left            =   0
  25.       TabHeight       =   300
  26.       TabIndex        =   0
  27.       TabMaxWidth     =   0
  28.       TabRowOffset    =   150
  29.       Tabs            =   3
  30.       TabsPerRow      =   3
  31.       Top             =   0
  32.       Width           =   5415
  33.       Begin VB.Frame Frame3 
  34.          Height          =   1575
  35.          Left            =   60
  36.          TabIndex        =   18
  37.          Top             =   31200
  38.          Width           =   1095
  39.          Begin VB.Label Label9 
  40.             Caption         =   "Year"
  41.             Height          =   255
  42.             Left            =   60
  43.             TabIndex        =   21
  44.             Top             =   120
  45.             Width           =   1035
  46.          End
  47.          Begin VB.Label Label8 
  48.             Caption         =   "Title"
  49.             Height          =   255
  50.             Left            =   60
  51.             TabIndex        =   20
  52.             Top             =   600
  53.             Width           =   1035
  54.          End
  55.          Begin VB.Label Label7 
  56.             Caption         =   "Subject"
  57.             Height          =   255
  58.             Left            =   60
  59.             TabIndex        =   19
  60.             Top             =   1080
  61.             Width           =   1035
  62.          End
  63.       End
  64.       Begin VB.TextBox Text9 
  65.          DataField       =   "Year Born"
  66.          DataSource      =   "dtaauthors"
  67.          Height          =   315
  68.          Left            =   1200
  69.          TabIndex        =   17
  70.          Top             =   32280
  71.          Width           =   1275
  72.       End
  73.       Begin VB.TextBox Text8 
  74.          DataField       =   "Author"
  75.          DataSource      =   "dtaauthors"
  76.          Height          =   315
  77.          Left            =   1200
  78.          TabIndex        =   16
  79.          Text            =   "Text1"
  80.          Top             =   31800
  81.          Width           =   4035
  82.       End
  83.       Begin VB.TextBox Text7 
  84.          DataField       =   "Au_ID"
  85.          DataSource      =   "dtaauthors"
  86.          Height          =   315
  87.          Left            =   1200
  88.          TabIndex        =   15
  89.          Text            =   "Text1"
  90.          Top             =   31320
  91.          Width           =   1215
  92.       End
  93.       Begin VB.Data dtaauthors 
  94.          Caption         =   "Authors"
  95.          Connect         =   "Access"
  96.          DatabaseName    =   "\source\chap30\biblio.mdb"
  97.          Exclusive       =   0   'False
  98.          Height          =   300
  99.          Left            =   1260
  100.          Options         =   0
  101.          ReadOnly        =   0   'False
  102.          RecordsetType   =   1  'Dynaset
  103.          RecordSource    =   "Authors"
  104.          Top             =   33000
  105.          Width           =   3135
  106.       End
  107.       Begin VB.Frame Frame2 
  108.          Height          =   1755
  109.          Left            =   0
  110.          TabIndex        =   11
  111.          Top             =   15840
  112.          Width           =   1155
  113.          Begin VB.Label Label6 
  114.             Caption         =   "Company"
  115.             Height          =   300
  116.             Left            =   120
  117.             TabIndex        =   14
  118.             Top             =   1140
  119.             Width           =   915
  120.          End
  121.          Begin VB.Label Label5 
  122.             Caption         =   "Name"
  123.             Height          =   300
  124.             Left            =   120
  125.             TabIndex        =   13
  126.             Top             =   660
  127.             Width           =   915
  128.          End
  129.          Begin VB.Label Label4 
  130.             Caption         =   "Pub. ID"
  131.             Height          =   300
  132.             Left            =   120
  133.             TabIndex        =   12
  134.             Top             =   180
  135.             Width           =   915
  136.          End
  137.       End
  138.       Begin VB.TextBox Text6 
  139.          DataField       =   "Company Name"
  140.          DataSource      =   "dtapublishers"
  141.          Height          =   315
  142.          Left            =   1200
  143.          TabIndex        =   10
  144.          Top             =   16920
  145.          Width           =   4035
  146.       End
  147.       Begin VB.TextBox Text5 
  148.          DataField       =   "Title"
  149.          DataSource      =   "dtatitles"
  150.          Height          =   315
  151.          Left            =   1200
  152.          TabIndex        =   9
  153.          Top             =   16440
  154.          Width           =   4035
  155.       End
  156.       Begin VB.Data dtapublishers 
  157.          Caption         =   "Publishers"
  158.          Connect         =   "Access"
  159.          DatabaseName    =   "\source\chap30\biblio.mdb"
  160.          Exclusive       =   0   'False
  161.          Height          =   300
  162.          Left            =   1260
  163.          Options         =   0
  164.          ReadOnly        =   0   'False
  165.          RecordsetType   =   1  'Dynaset
  166.          RecordSource    =   "Publishers"
  167.          Top             =   17640
  168.          Width           =   3135
  169.       End
  170.       Begin VB.TextBox Text4 
  171.          DataField       =   "PubID"
  172.          DataSource      =   "dtapublishers"
  173.          Height          =   315
  174.          Left            =   1200
  175.          TabIndex        =   8
  176.          Top             =   15960
  177.          Width           =   1215
  178.       End
  179.       Begin VB.Frame Frame1 
  180.          Height          =   1275
  181.          Left            =   -60
  182.          TabIndex        =   4
  183.          Top             =   600
  184.          Width           =   1215
  185.          Begin VB.Label Label3 
  186.             Caption         =   "Subject"
  187.             Height          =   255
  188.             Left            =   180
  189.             TabIndex        =   7
  190.             Top             =   960
  191.             Width           =   1035
  192.          End
  193.          Begin VB.Label Label2 
  194.             Caption         =   "Title"
  195.             Height          =   255
  196.             Left            =   180
  197.             TabIndex        =   6
  198.             Top             =   480
  199.             Width           =   1035
  200.          End
  201.          Begin VB.Label Label1 
  202.             Caption         =   "Year"
  203.             Height          =   255
  204.             Left            =   180
  205.             TabIndex        =   5
  206.             Top             =   0
  207.             Width           =   1035
  208.          End
  209.       End
  210.       Begin VB.TextBox Text1 
  211.          DataField       =   "Year Published"
  212.          DataSource      =   "dtatitles"
  213.          Height          =   315
  214.          Left            =   1200
  215.          TabIndex        =   3
  216.          Text            =   "Text1"
  217.          Top             =   600
  218.          Width           =   1215
  219.       End
  220.       Begin VB.TextBox Text3 
  221.          DataField       =   "Subject"
  222.          DataSource      =   "dtatitles"
  223.          Height          =   315
  224.          Left            =   1200
  225.          TabIndex        =   2
  226.          Text            =   "Text1"
  227.          Top             =   1560
  228.          Width           =   4035
  229.       End
  230.       Begin VB.TextBox Text2 
  231.          DataField       =   "Title"
  232.          DataSource      =   "dtatitles"
  233.          Height          =   315
  234.          Left            =   1200
  235.          TabIndex        =   1
  236.          Text            =   "Text1"
  237.          Top             =   1080
  238.          Width           =   4035
  239.       End
  240.       Begin VB.Data dtatitles 
  241.          Caption         =   "Titles"
  242.          Connect         =   "Access"
  243.          DatabaseName    =   "\source\chap30\biblio.mdb"
  244.          Exclusive       =   0   'False
  245.          Height          =   300
  246.          Left            =   1260
  247.          Options         =   0
  248.          ReadOnly        =   0   'False
  249.          RecordsetType   =   1  'Dynaset
  250.          RecordSource    =   "Titles"
  251.          Top             =   2280
  252.          Width           =   3135
  253.       End
  254.    End
  255. Attribute VB_Name = "frmsstab"
  256. Attribute VB_Creatable = False
  257. Attribute VB_Exposed = False
  258.