home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 6_2008-2009.ISO / data / zips / LinearBarc2152715192009.psc / frmDemo.frm < prev   
Text File  |  2009-05-19  |  13KB  |  397 lines

  1. VERSION 5.00
  2. Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
  3. Begin VB.Form frmDemo 
  4.    BorderStyle     =   1  'Fixed Single
  5.    Caption         =   "Demo"
  6.    ClientHeight    =   8145
  7.    ClientLeft      =   150
  8.    ClientTop       =   540
  9.    ClientWidth     =   8910
  10.    Icon            =   "frmDemo.frx":0000
  11.    LinkTopic       =   "Form2"
  12.    MaxButton       =   0   'False
  13.    MinButton       =   0   'False
  14.    ScaleHeight     =   8145
  15.    ScaleWidth      =   8910
  16.    StartUpPosition =   2  'CenterScreen
  17.    Begin VB.ComboBox cboXFactor 
  18.       Height          =   315
  19.       Left            =   7920
  20.       TabIndex        =   40
  21.       Top             =   1800
  22.       Width           =   855
  23.    End
  24.    Begin VB.CheckBox chkCD 
  25.       Caption         =   "Use Check Digit"
  26.       Enabled         =   0   'False
  27.       Height          =   315
  28.       Left            =   6360
  29.       TabIndex        =   38
  30.       ToolTipText     =   "Use a Check Digit if optional for code."
  31.       Top             =   2880
  32.       Width           =   1575
  33.    End
  34.    Begin VB.CommandButton cmdColor 
  35.       Caption         =   "Barcode Color ...."
  36.       Height          =   315
  37.       Left            =   7200
  38.       TabIndex        =   35
  39.       Top             =   3960
  40.       Width           =   1575
  41.    End
  42.    Begin VB.Frame Frame4 
  43.       Caption         =   "Human Readable"
  44.       Height          =   1815
  45.       Left            =   240
  46.       TabIndex        =   32
  47.       Top             =   5280
  48.       Width           =   2175
  49.       Begin VB.CheckBox chkDCD 
  50.          Caption         =   "Display Check Digit"
  51.          Enabled         =   0   'False
  52.          Height          =   315
  53.          Left            =   120
  54.          TabIndex        =   37
  55.          Top             =   960
  56.          Width           =   1695
  57.       End
  58.       Begin VB.CheckBox chkDSS 
  59.          Caption         =   "Display Stop/Start"
  60.          Height          =   315
  61.          Left            =   120
  62.          TabIndex        =   36
  63.          Top             =   1320
  64.          Width           =   1935
  65.       End
  66.       Begin VB.OptionButton optHR 
  67.          Caption         =   "Barcode and Text"
  68.          Height          =   315
  69.          Index           =   1
  70.          Left            =   120
  71.          TabIndex        =   34
  72.          Top             =   600
  73.          Value           =   -1  'True
  74.          Width           =   1575
  75.       End
  76.       Begin VB.OptionButton optHR 
  77.          Caption         =   "Barcode Only"
  78.          Height          =   315
  79.          Index           =   0
  80.          Left            =   120
  81.          TabIndex        =   33
  82.          Top             =   240
  83.          Width           =   1575
  84.       End
  85.    End
  86.    Begin VB.Frame Frame3 
  87.       Caption         =   "Rotation"
  88.       Height          =   1815
  89.       Left            =   4320
  90.       TabIndex        =   27
  91.       Top             =   5280
  92.       Width           =   2055
  93.       Begin VB.OptionButton optRotation 
  94.          Caption         =   "Upside Down"
  95.          Height          =   315
  96.          Index           =   3
  97.          Left            =   120
  98.          TabIndex        =   31
  99.          Top             =   1320
  100.          Width           =   1695
  101.       End
  102.       Begin VB.OptionButton optRotation 
  103.          Caption         =   "Sideways Down"
  104.          Height          =   315
  105.          Index           =   2
  106.          Left            =   120
  107.          TabIndex        =   30
  108.          Top             =   960
  109.          Width           =   1575
  110.       End
  111.       Begin VB.OptionButton optRotation 
  112.          Caption         =   "Sideways UP"
  113.          Height          =   315
  114.          Index           =   1
  115.          Left            =   120
  116.          TabIndex        =   29
  117.          Top             =   600
  118.          Width           =   1455
  119.       End
  120.       Begin VB.OptionButton optRotation 
  121.          Caption         =   "Normal"
  122.          Height          =   315
  123.          Index           =   0
  124.          Left            =   120
  125.          TabIndex        =   28
  126.          Top             =   240
  127.          Value           =   -1  'True
  128.          Width           =   1215
  129.       End
  130.    End
  131.    Begin MSComDlg.CommonDialog CommonDialog1 
  132.       Left            =   8280
  133.       Top             =   3000
  134.       _ExtentX        =   847
  135.       _ExtentY        =   847
  136.       _Version        =   393216
  137.    End
  138.    Begin VB.CommandButton cmdFont 
  139.       Caption         =   "Font ...."
  140.       Height          =   315
  141.       Left            =   6360
  142.       TabIndex        =   26
  143.       Top             =   3960
  144.       Width           =   855
  145.    End
  146.    Begin VB.TextBox txtGap 
  147.       Height          =   315
  148.       Left            =   7920
  149.       TabIndex        =   25
  150.       Text            =   "0"
  151.       Top             =   1440
  152.       Width           =   615
  153.    End
  154.    Begin VB.Frame Frame2 
  155.       Caption         =   "Text Alignment"
  156.       Height          =   1815
  157.       Left            =   2520
  158.       TabIndex        =   19
  159.       Top             =   5280
  160.       Width           =   1695
  161.       Begin VB.OptionButton optTxtAlign 
  162.          Caption         =   "Full Width"
  163.          Height          =   315
  164.          Index           =   3
  165.          Left            =   120
  166.          TabIndex        =   23
  167.          Top             =   1320
  168.          Width           =   1215
  169.       End
  170.       Begin VB.OptionButton optTxtAlign 
  171.          Caption         =   "Right"
  172.          Height          =   315
  173.          Index           =   2
  174.          Left            =   120
  175.          TabIndex        =   22
  176.          Top             =   960
  177.          Width           =   1215
  178.       End
  179.       Begin VB.OptionButton optTxtAlign 
  180.          Caption         =   "Left"
  181.          Height          =   315
  182.          Index           =   1
  183.          Left            =   120
  184.          TabIndex        =   21
  185.          Top             =   600
  186.          Width           =   1215
  187.       End
  188.       Begin VB.OptionButton optTxtAlign 
  189.          Caption         =   "Centred"
  190.          Height          =   315
  191.          Index           =   0
  192.          Left            =   120
  193.          TabIndex        =   20
  194.          Top             =   240
  195.          Value           =   -1  'True
  196.          Width           =   1215
  197.       End
  198.    End
  199.    Begin VB.Frame Frame1 
  200.       Caption         =   "Text Position"
  201.       Height          =   975
  202.       Left            =   6480
  203.       TabIndex        =   16
  204.       Top             =   5280
  205.       Width           =   1935
  206.       Begin VB.OptionButton optTxtPos 
  207.          Caption         =   "Under Barcode"
  208.          Height          =   315
  209.          Index           =   0
  210.          Left            =   120
  211.          TabIndex        =   18
  212.          Top             =   240
  213.          Value           =   -1  'True
  214.          Width           =   1575
  215.       End
  216.       Begin VB.OptionButton optTxtPos 
  217.          Caption         =   "Above Barcode"
  218.          Height          =   315
  219.          Index           =   1
  220.          Left            =   120
  221.          TabIndex        =   17
  222.          Top             =   600
  223.          Width           =   1575
  224.       End
  225.    End
  226.    Begin VB.ComboBox cboBarRatio 
  227.       Height          =   315
  228.       Left            =   7920
  229.       TabIndex        =   6
  230.       Top             =   2520
  231.       Width           =   855
  232.    End
  233.    Begin VB.ComboBox cboMultiplier 
  234.       Height          =   315
  235.       Left            =   7920
  236.       TabIndex        =   5
  237.       Top             =   2160
  238.       Width           =   855
  239.    End
  240.    Begin VB.CommandButton cmdPrint 
  241.       Caption         =   "&Print"
  242.       Height          =   375
  243.       Left            =   1440
  244.       TabIndex        =   8
  245.       Top             =   7440
  246.       Width           =   900
  247.    End
  248.    Begin VB.CommandButton cmdDraw 
  249.       Caption         =   "&Draw"
  250.       Height          =   375
  251.       Left            =   360
  252.       TabIndex        =   7
  253.       Top             =   7440
  254.       Width           =   900
  255.    End
  256.    Begin VB.TextBox txtHeight 
  257.       Height          =   315
  258.       Left            =   7920
  259.       TabIndex        =   4
  260.       Text            =   "12"
  261.       Top             =   1080
  262.       Width           =   615
  263.    End
  264.    Begin VB.TextBox txtY 
  265.       Height          =   315
  266.       Left            =   7920
  267.       TabIndex        =   3
  268.       Text            =   "5"
  269.       Top             =   720
  270.       Width           =   615
  271.    End
  272.    Begin VB.TextBox txtX 
  273.       Height          =   315
  274.       Left            =   7920
  275.       TabIndex        =   2
  276.       Text            =   "5"
  277.       Top             =   360
  278.       Width           =   615
  279.    End
  280.    Begin VB.TextBox txtBarcode 
  281.       BeginProperty Font 
  282.          Name            =   "Tahoma"
  283.          Size            =   8.25
  284.          Charset         =   0
  285.          Weight          =   400
  286.          Underline       =   0   'False
  287.          Italic          =   0   'False
  288.          Strikethrough   =   0   'False
  289.       EndProperty
  290.       Height          =   285
  291.       Left            =   6360
  292.       MaxLength       =   20
  293.       TabIndex        =   1
  294.       Top             =   3600
  295.       Width           =   2415
  296.    End
  297.    Begin VB.PictureBox picSave 
  298.       Appearance      =   0  'Flat
  299.       AutoRedraw      =   -1  'True
  300.       AutoSize        =   -1  'True
  301.       BackColor       =   &H80000005&
  302.       BorderStyle     =   0  'None
  303.       ForeColor       =   &H80000008&
  304.       Height          =   375
  305.       Left            =   6480
  306.       ScaleHeight     =   375
  307.       ScaleWidth      =   375
  308.       TabIndex        =   39
  309.       Top             =   6360
  310.       Visible         =   0   'False
  311.       Width           =   375
  312.    End
  313.    Begin VB.PictureBox picWorkspace 
  314.       AutoRedraw      =   -1  'True
  315.       BackColor       =   &H00FFFFFF&
  316.       Height          =   4575
  317.       Left            =   240
  318.       ScaleHeight     =   4515
  319.       ScaleWidth      =   5835
  320.       TabIndex        =   0
  321.       Top             =   360
  322.       Width           =   5895
  323.    End
  324.    Begin VB.Label lblImage 
  325.       AutoSize        =   -1  'True
  326.       Caption         =   "Bitmap Image"
  327.       ForeColor       =   &H8000000D&
  328.       Height          =   195
  329.       Left            =   7080
  330.       TabIndex        =   42
  331.       Top             =   6480
  332.       Visible         =   0   'False
  333.       Width           =   960
  334.    End
  335.    Begin VB.Label Label8 
  336.       AutoSize        =   -1  'True
  337.       BackStyle       =   0  'Transparent
  338.       Caption         =   "Bar X Width"
  339.       Height          =   195
  340.       Left            =   6360
  341.       TabIndex        =   41
  342.       Top             =   1800
  343.       Width           =   855
  344.    End
  345.    Begin VB.Label Label7 
  346.       AutoSize        =   -1  'True
  347.       BackStyle       =   0  'Transparent
  348.       Caption         =   "Bar/Text Gap [mm]"
  349.       Height          =   195
  350.       Left            =   6360
  351.       TabIndex        =   24
  352.       Top             =   1440
  353.       Width           =   1350
  354.    End
  355.    Begin VB.Label Label6 
  356.       AutoSize        =   -1  'True
  357.       BackStyle       =   0  'Transparent
  358.       Caption         =   "Bar Ratio:"
  359.       Height          =   195
  360.       Left            =   6360
  361.       TabIndex        =   15
  362.       Top             =   2520
  363.       Width           =   705
  364.    End
  365.    Begin VB.Label Label5 
  366.       AutoSize        =   -1  'True
  367.       BackStyle       =   0  'Transparent
  368.       Caption         =   "Multiplier"
  369.       Height          =   195
  370.       Left            =   6360
  371.       TabIndex        =   14
  372.       Top             =   2160
  373.       Width           =   615
  374.    End
  375.    Begin VB.Label Label4 
  376.       AutoSize        =   -1  'True
  377.       Caption         =   "Height: [mm]"
  378.       Height          =   195
  379.       Left            =   6360
  380.       TabIndex        =   13
  381.       Top             =   1080
  382.       Width           =   885
  383.    End
  384.    Begin VB.Label Label3 
  385.       AutoSize        =   -1  'True
  386.       BackStyle       =   0  'Transparent
  387.       Caption         =   "Y: [mm]"
  388.       Height          =   195
  389.       Left            =   6360
  390.       TabIndex        =   12
  391.       Top             =   720
  392.       Width           =   525
  393.    End
  394.    Begin VB.Label Label2   End
  395.    Begin VB.Label Label3 
  396.       AutoSize        =   -1  'True
  397.       BackStyle       =   0  'Transpar ckSt:am     d.s 3r