home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / bar_vbx / form3.frm < prev    next >
Text File  |  1993-12-22  |  3KB  |  103 lines

  1. VERSION 2.00
  2. Begin Form Form3 
  3.    Caption         =   "Form3"
  4.    ClientHeight    =   3360
  5.    ClientLeft      =   744
  6.    ClientTop       =   1944
  7.    ClientWidth     =   6420
  8.    Height          =   3780
  9.    Left            =   696
  10.    LinkTopic       =   "Form3"
  11.    ScaleHeight     =   3360
  12.    ScaleWidth      =   6420
  13.    Top             =   1572
  14.    Width           =   6516
  15.    Begin BarCode BarCode1 
  16.       BarCodeType     =   18  'POSTNET (Zip+4 Postal Code)
  17.       Checksum        =   0
  18.       DataField       =   "Zip"
  19.       DataSource      =   "Data1"
  20.       Height          =   372
  21.       Left            =   3120
  22.       NarrowBarWidth  =   2
  23.       Ratio           =   0  '3:1
  24.       Rotation        =   0  'Normal
  25.       Text            =   ""
  26.       Top             =   2040
  27.       Width           =   3012
  28.    End
  29.    Begin TextBox Text7 
  30.       DataField       =   "Zip"
  31.       DataSource      =   "Data1"
  32.       Height          =   312
  33.       Left            =   3060
  34.       TabIndex        =   5
  35.       Text            =   "Text7"
  36.       Top             =   1320
  37.       Width           =   1692
  38.    End
  39.    Begin TextBox Text6 
  40.       DataField       =   "State"
  41.       DataSource      =   "Data1"
  42.       Height          =   312
  43.       Left            =   2400
  44.       TabIndex        =   4
  45.       Text            =   "Text6"
  46.       Top             =   1320
  47.       Width           =   612
  48.    End
  49.    Begin TextBox Text5 
  50.       DataField       =   "City"
  51.       DataSource      =   "Data1"
  52.       Height          =   312
  53.       Left            =   240
  54.       TabIndex        =   3
  55.       Text            =   "Text5"
  56.       Top             =   1320
  57.       Width           =   2112
  58.    End
  59.    Begin TextBox Text4 
  60.       DataField       =   "Address"
  61.       DataSource      =   "Data1"
  62.       Height          =   312
  63.       Left            =   240
  64.       TabIndex        =   2
  65.       Text            =   "Text4"
  66.       Top             =   960
  67.       Width           =   4512
  68.    End
  69.    Begin TextBox Text3 
  70.       DataField       =   "Company Name"
  71.       DataSource      =   "Data1"
  72.       Height          =   312
  73.       Left            =   240
  74.       TabIndex        =   1
  75.       Text            =   "Text3"
  76.       Top             =   600
  77.       Width           =   4512
  78.    End
  79.    Begin TextBox Text1 
  80.       DataField       =   "PubID"
  81.       DataSource      =   "Data1"
  82.       Height          =   312
  83.       Left            =   240
  84.       TabIndex        =   0
  85.       Text            =   "Text1"
  86.       Top             =   240
  87.       Width           =   2532
  88.    End
  89.    Begin Data Data1 
  90.       Caption         =   "BIBLIO.MDB"
  91.       Connect         =   ""
  92.       DatabaseName    =   "D:\VB\BIBLIO.MDB"
  93.       Exclusive       =   0   'False
  94.       Height          =   432
  95.       Left            =   120
  96.       Options         =   0
  97.       ReadOnly        =   0   'False
  98.       RecordSource    =   "Publishers"
  99.       Top             =   2820
  100.       Width           =   2532
  101.    End
  102. End
  103.