home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 1_2002.ISO / Data / Zips / Smart_Flex581782272002.psc / frmFlexInputTest.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  2002-01-19  |  1.6 KB  |  48 lines

  1. VERSION 5.00
  2. Begin VB.Form frmFlexInputTest 
  3.    BorderStyle     =   1  'Fixed Single
  4.    Caption         =   "Smart Flex Input Class Test"
  5.    ClientHeight    =   4665
  6.    ClientLeft      =   45
  7.    ClientTop       =   330
  8.    ClientWidth     =   7740
  9.    LinkTopic       =   "frmFlexInputTest"
  10.    MaxButton       =   0   'False
  11.    ScaleHeight     =   4665
  12.    ScaleWidth      =   7740
  13.    StartUpPosition =   1  '
  14.    Begin VB.Frame fraDateTimeValidation 
  15.       Caption         =   "(Date/Time) Filter && verify"
  16.       Height          =   1215
  17.       Left            =   120
  18.       TabIndex        =   7
  19.       Top             =   120
  20.       Width           =   3615
  21.       Begin VB.OptionButton optIDType 
  22.          Appearance      =   0  'Flat
  23.          Caption         =   "Time"
  24.          ForeColor       =   &H80000008&
  25.          Height          =   255
  26.          Index           =   3
  27.          Left            =   2400
  28.          TabIndex        =   12
  29.          Top             =   840
  30.          Width           =   975
  31.       End
  32.       Begin VB.OptionButton optDateTimeType 
  33.          Appearance      =   0  'Flat
  34.          Caption         =   "Date"
  35.          ForeColor       =   &H80000008&
  36.          Height          =   255
  37.          Index           =   2
  38.          Left            =   1440
  39.          TabIndex        =   11
  40.          Top             =   840
  41.          Value           =   -1  'True
  42.          Width           =   855
  43.       End
  44.       Begin VB.TextBox txtDateTimeFilterAndValidation 
  45.          Appearance      =   0  'Flat
  46.          BeginProperty Font 
  47.             Name            =   "Times New Roma
  48.