home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / crwdemo / boolcond.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1995-12-05  |  4.1 KB  |  126 lines

  1. VERSION 2.00
  2. Begin Form Datecond 
  3.    BackColor       =   &H00C0C0C0&
  4.    Caption         =   "Date Condition"
  5.    ClientHeight    =   5820
  6.    ClientLeft      =   5565
  7.    ClientTop       =   1470
  8.    ClientWidth     =   3645
  9.    Height          =   6225
  10.    Left            =   5505
  11.    LinkTopic       =   "Form3"
  12.    ScaleHeight     =   5820
  13.    ScaleWidth      =   3645
  14.    Top             =   1125
  15.    Width           =   3765
  16.    Begin SSPanel Panel3D2 
  17.       Alignment       =   1  'Left Justify - MIDDLE
  18.       BevelWidth      =   2
  19.       BorderWidth     =   1
  20.       Height          =   510
  21.       Left            =   0
  22.       TabIndex        =   12
  23.       Top             =   5310
  24.       Width           =   3615
  25.    End
  26.    Begin CommandButton Command1 
  27.       Caption         =   "Ok"
  28.       Height          =   420
  29.       Left            =   1170
  30.       TabIndex        =   10
  31.       Top             =   4815
  32.       Width           =   1275
  33.    End
  34.    Begin SSPanel Panel3D1 
  35.       Alignment       =   1  'Left Justify - MIDDLE
  36.       BevelInner      =   1  'Inset
  37.       BevelWidth      =   2
  38.       BorderWidth     =   1
  39.       Height          =   4335
  40.       Left            =   180
  41.       TabIndex        =   0
  42.       Top             =   405
  43.       Width           =   3255
  44.       Begin SSFrame Frame3D2 
  45.          ForeColor       =   &H00000000&
  46.          Height          =   3255
  47.          Left            =   180
  48.          TabIndex        =   2
  49.          Top             =   900
  50.          Width           =   2895
  51.          Begin SSOption Option3D7 
  52.             Caption         =   "Change Annually"
  53.             Height          =   285
  54.             Left            =   180
  55.             TabIndex        =   9
  56.             Top             =   2700
  57.             Width           =   2265
  58.          End
  59.          Begin SSOption Option3D6 
  60.             Caption         =   "Change Semi-Annually"
  61.             Height          =   240
  62.             Left            =   180
  63.             TabIndex        =   8
  64.             Top             =   2340
  65.             Width           =   2445
  66.          End
  67.          Begin SSOption Option3D5 
  68.             Caption         =   "Change Quarterly"
  69.             Height          =   330
  70.             Left            =   180
  71.             TabIndex        =   7
  72.             Top             =   1935
  73.             Width           =   2265
  74.          End
  75.          Begin SSOption Option3D4 
  76.             Caption         =   "Change Semi-Monthly"
  77.             Height          =   330
  78.             Left            =   180
  79.             TabIndex        =   6
  80.             Top             =   1530
  81.             Width           =   2265
  82.          End
  83.          Begin SSOption Option3D3 
  84.             Caption         =   "Change Bi-Weekly"
  85.             Height          =   375
  86.             Left            =   180
  87.             TabIndex        =   5
  88.             Top             =   1080
  89.             Width           =   2175
  90.          End
  91.          Begin SSOption Option3D2 
  92.             Caption         =   "Change on each week"
  93.             Height          =   375
  94.             Left            =   180
  95.             TabIndex        =   4
  96.             Top             =   630
  97.             Width           =   2265
  98.          End
  99.          Begin SSOption Option3D1 
  100.             Caption         =   "Change on each Day"
  101.             Height          =   375
  102.             Left            =   180
  103.             TabIndex        =   3
  104.             Top             =   225
  105.             Width           =   2175
  106.          End
  107.       End
  108.       Begin SSFrame Frame3D1 
  109.          ForeColor       =   &H00000000&
  110.          Height          =   600
  111.          Left            =   180
  112.          TabIndex        =   1
  113.          Top             =   225
  114.          Width           =   2895
  115.          Begin Label Label1 
  116.             BackColor       =   &H00C0C0C0&
  117.             Caption         =   "Select Group Date Condition"
  118.             Height          =   240
  119.             Left            =   90
  120.             TabIndex        =   11
  121.             Top             =   225
  122.             Width           =   2715
  123.          End
  124.       End
  125.    End
  126.