home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code2 / v_browse / about01f.frm next >
Text File  |  1993-09-20  |  8KB  |  176 lines

  1. VERSION 2.00
  2. Begin Form ABOUT01F 
  3.    BorderStyle     =   1  'Fixed Single
  4.    Caption         =   "About VBROWSER (c) 1993, ETN Corporation"
  5.    ClientHeight    =   6570
  6.    ClientLeft      =   45
  7.    ClientTop       =   435
  8.    ClientWidth     =   9510
  9.    Height          =   6975
  10.    Left            =   -15
  11.    LinkTopic       =   "Form1"
  12.    MaxButton       =   0   'False
  13.    MinButton       =   0   'False
  14.    ScaleHeight     =   6570
  15.    ScaleWidth      =   9510
  16.    Top             =   90
  17.    Width           =   9630
  18.    Begin PictureBox Picture1 
  19.       BorderStyle     =   0  'None
  20.       Height          =   525
  21.       Left            =   1140
  22.       Picture         =   ABOUT01F.FRX:0000
  23.       ScaleHeight     =   525
  24.       ScaleWidth      =   525
  25.       TabIndex        =   14
  26.       Top             =   3975
  27.       Width           =   525
  28.    End
  29.    Begin CommandButton pbtOK 
  30.       Caption         =   "OK"
  31.       Height          =   345
  32.       Left            =   90
  33.       TabIndex        =   0
  34.       Top             =   4515
  35.       Width           =   1065
  36.    End
  37.    Begin Label lblInfo 
  38.       BorderStyle     =   1  'Fixed Single
  39.       Caption         =   "Registered and unregistered trademarks used herein belong to their owners.  Microsoft, Windows, Visual Basic, and Microsoft Access are trademarks of Microsoft Corporation.   The Thinking Hat,  Late Night News From Another World, ETN Corporation, and the DataFace icon are trademarks of ETN Corporation. Portions of this program are (c) 1993, Microsoft Corporation."
  40.       ForeColor       =   &H00000000&
  41.       Height          =   825
  42.       Index           =   12
  43.       Left            =   90
  44.       TabIndex        =   13
  45.       Top             =   5670
  46.       Width           =   9315
  47.    End
  48.    Begin Label lblInfo 
  49.       Caption         =   "Subscription Price for The Thinking Hat is $69.95 (U.S.) per year (12 issues)"
  50.       ForeColor       =   &H00800000&
  51.       Height          =   240
  52.       Index           =   11
  53.       Left            =   1695
  54.       TabIndex        =   12
  55.       Top             =   4650
  56.       Width           =   6645
  57.    End
  58.    Begin Label lblInfo 
  59.       BorderStyle     =   1  'Fixed Single
  60.       Caption         =   "WARNING-> This is an EXPERIMENTAL program.  Use it at your own RISK.   It does not intentionally modify the DATABASE, but it may behave in UNEXPECTED ways if used with a LARGE TABLE or LARGE TEXT fields.  The recommended way to use this program is with a DISCARDABLE COPY of a small-sized database."
  61.       ForeColor       =   &H000000FF&
  62.       Height          =   645
  63.       Index           =   10
  64.       Left            =   90
  65.       TabIndex        =   11
  66.       Top             =   4965
  67.       Width           =   9285
  68.    End
  69.    Begin Label lblInfo 
  70.       Caption         =   "Tel: (717) 435-2202   Fax: (717) 435-2802"
  71.       ForeColor       =   &H00000000&
  72.       Height          =   240
  73.       Index           =   9
  74.       Left            =   1680
  75.       TabIndex        =   10
  76.       Top             =   4410
  77.       Width           =   4335
  78.    End
  79.    Begin Label lblInfo 
  80.       Caption         =   "Montoursville, PA 17754-9433  U.S.A."
  81.       ForeColor       =   &H00000000&
  82.       Height          =   240
  83.       Index           =   8
  84.       Left            =   2895
  85.       TabIndex        =   9
  86.       Top             =   4215
  87.       Width           =   3345
  88.    End
  89.    Begin Label lblInfo 
  90.       Caption         =   "RR4 Box 659"
  91.       ForeColor       =   &H00000000&
  92.       Height          =   225
  93.       Index           =   7
  94.       Left            =   1680
  95.       TabIndex        =   8
  96.       Top             =   4215
  97.       Width           =   1215
  98.    End
  99.    Begin Label lblInfo 
  100.       Caption         =   "ETN Corporation   "
  101.       FontBold        =   -1  'True
  102.       FontItalic      =   -1  'True
  103.       FontName        =   "MS Sans Serif"
  104.       FontSize        =   9.75
  105.       FontStrikethru  =   0   'False
  106.       FontUnderline   =   0   'False
  107.       ForeColor       =   &H00000000&
  108.       Height          =   285
  109.       Index           =   6
  110.       Left            =   1665
  111.       TabIndex        =   7
  112.       Top             =   3975
  113.       Width           =   1905
  114.    End
  115.    Begin Label lblInfo 
  116.       Caption         =   "VBROWSER 1.0 is the sample program for the first in a series of articles on using JET with Visual Basic 3.  If you find this program useful, you can get the subsequent versions (as they become available) by subscribing to J.D. Evans, Jr.'s newsletter, ""The Thinking Hat:  Late Night News From Another World"", available from:"
  117.       ForeColor       =   &H00800000&
  118.       Height          =   660
  119.       Index           =   5
  120.       Left            =   135
  121.       TabIndex        =   6
  122.       Top             =   3345
  123.       Width           =   9270
  124.    End
  125.    Begin Label lblInfo 
  126.       Caption         =   "Other useful modifications can include such things as adding a column header, putting the browser listbox inside a scrollable viewport, adding more database information fields, making edit fields available for a row, adding display fields for MEMO, LONG BINARY, and VERY LARGE TEXT fields.  "
  127.       Height          =   630
  128.       Index           =   4
  129.       Left            =   120
  130.       TabIndex        =   5
  131.       Top             =   2670
  132.       Width           =   9225
  133.    End
  134.    Begin Label lblInfo 
  135.       Caption         =   "the SEEK function can be used to JUMP from one location to another QUICKLY.  One way to modify VBROWSER involves having it make a COPY of the table you intend to browse, adding a record number field to the COPY TABLE, and then browsing the COPY TABLE rather than the original table.  "
  136.       Height          =   630
  137.       Index           =   3
  138.       Left            =   120
  139.       TabIndex        =   4
  140.       Top             =   1995
  141.       Width           =   8700
  142.    End
  143.    Begin Label lblInfo 
  144.       Caption         =   "be very SLOW.  Nevertheless, VBROWSER is NOT intended to be a general purpose JET browser.  Rather, it's purpose is to provide a basis for an application-specific browser.  By designing tables so that they DO have sequential record numbers (or some other type of equally useful numeric values),"
  145.       Height          =   645
  146.       Index           =   2
  147.       Left            =   105
  148.       TabIndex        =   3
  149.       Top             =   1395
  150.       Width           =   8730
  151.    End
  152.    Begin Label lblInfo 
  153.       Caption         =   "Because the Microsoft Access 1.1 Database Engine (JET) does NOT provide INTRINSIC record numbers, this version of VBROWSER uses the Move<type> suite of navigation commands.  The major problem with Move<type> functions is that moving from the first ROW in a table to the last ROW in the same table can "
  154.       Height          =   645
  155.       Index           =   1
  156.       Left            =   105
  157.       TabIndex        =   2
  158.       Top             =   810
  159.       Width           =   9285
  160.    End
  161.    Begin Label lblInfo 
  162.       Caption         =   "VBROWSER demonstrates a relatively simple way to construct a browser for Microsoft Access 1.1 database tables.  It works acceptably for small-sized tables that do not have MEMO, BINARY, LONGBINARY, and VERY LARGE TEXT fields.  "
  163.       Height          =   600
  164.       Index           =   0
  165.       Left            =   120
  166.       TabIndex        =   1
  167.       Top             =   165
  168.       Width           =   9330
  169.    End
  170. End
  171.  
  172. Sub pbtOK_Click ()
  173. Unload ABOUT01F
  174. End Sub
  175.  
  176.