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

  1. VERSION 2.00
  2. Begin Form Form4 
  3.    Caption         =   "Form4"
  4.    ClientHeight    =   3624
  5.    ClientLeft      =   360
  6.    ClientTop       =   1920
  7.    ClientWidth     =   6420
  8.    Height          =   4044
  9.    Left            =   312
  10.    LinkTopic       =   "Form4"
  11.    ScaleHeight     =   3624
  12.    ScaleWidth      =   6420
  13.    Top             =   1548
  14.    Width           =   6516
  15.    Begin BarCode POBarCode 
  16.       BarCodeType     =   0  'Code 3 of 9
  17.       Checksum        =   0
  18.       Height          =   732
  19.       Left            =   60
  20.       NarrowBarWidth  =   2
  21.       Ratio           =   0  '3:1
  22.       Rotation        =   0  'Normal
  23.       Text            =   ""
  24.       Top             =   2160
  25.       Width           =   3432
  26.    End
  27.    Begin TextBox PONumber 
  28.       BorderStyle     =   0  'None
  29.       Height          =   252
  30.       Left            =   60
  31.       TabIndex        =   6
  32.       Text            =   "Text1"
  33.       Top             =   1920
  34.       Width           =   2472
  35.    End
  36.    Begin TextBox SerialNumber 
  37.       BorderStyle     =   0  'None
  38.       Height          =   288
  39.       Left            =   3780
  40.       TabIndex        =   3
  41.       Text            =   "Text1"
  42.       Top             =   300
  43.       Width           =   2112
  44.    End
  45.    Begin TextBox PartNumber 
  46.       BorderStyle     =   0  'None
  47.       Height          =   252
  48.       Left            =   60
  49.       TabIndex        =   1
  50.       Text            =   "Text1"
  51.       Top             =   300
  52.       Width           =   2472
  53.    End
  54.    Begin BarCode SerialBarCode 
  55.       BarCodeType     =   0  'Code 3 of 9
  56.       Checksum        =   0
  57.       Height          =   732
  58.       Left            =   3780
  59.       NarrowBarWidth  =   2
  60.       Ratio           =   0  '3:1
  61.       Rotation        =   0  'Normal
  62.       Text            =   ""
  63.       Top             =   600
  64.       Width           =   2412
  65.    End
  66.    Begin BarCode PartBarCode 
  67.       BarCodeType     =   0  'Code 3 of 9
  68.       Checksum        =   0
  69.       Height          =   732
  70.       Left            =   60
  71.       NarrowBarWidth  =   2
  72.       Ratio           =   0  '3:1
  73.       Rotation        =   0  'Normal
  74.       Text            =   ""
  75.       Top             =   600
  76.       Width           =   3432
  77.    End
  78.    Begin Label Label4 
  79.       Caption         =   "P.O. Number (N)"
  80.       Height          =   252
  81.       Left            =   60
  82.       TabIndex        =   5
  83.       Top             =   1680
  84.       Width           =   1812
  85.    End
  86.    Begin Label Label3 
  87.       Caption         =   "XYZ Corporation  1234 Any St.  Your City, USA  99999-9999  "
  88.       Height          =   732
  89.       Left            =   3780
  90.       TabIndex        =   4
  91.       Top             =   2100
  92.       Width           =   2592
  93.    End
  94.    Begin Label Label2 
  95.       Caption         =   "Serial Number (S)"
  96.       Height          =   252
  97.       Left            =   3780
  98.       TabIndex        =   2
  99.       Top             =   60
  100.       Width           =   1812
  101.    End
  102.    Begin Label Label1 
  103.       Caption         =   "Part Number (P)"
  104.       Height          =   252
  105.       Left            =   60
  106.       TabIndex        =   0
  107.       Top             =   60
  108.       Width           =   1392
  109.    End
  110.    Begin Line Line2 
  111.       X1              =   3660
  112.       X2              =   3660
  113.       Y1              =   60
  114.       Y2              =   2880
  115.    End
  116.    Begin Line Line1 
  117.       X1              =   0
  118.       X2              =   6420
  119.       Y1              =   1620
  120.       Y2              =   1620
  121.    End
  122. End
  123.