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

  1. VERSION 2.00
  2. Begin Form Boolcond 
  3.    BackColor       =   &H00C0C0C0&
  4.    Caption         =   "Boolean Condtion"
  5.    ClientHeight    =   5820
  6.    ClientLeft      =   2865
  7.    ClientTop       =   1905
  8.    ClientWidth     =   4230
  9.    Height          =   6225
  10.    Left            =   2805
  11.    LinkTopic       =   "Form3"
  12.    ScaleHeight     =   5820
  13.    ScaleWidth      =   4230
  14.    Top             =   1560
  15.    Width           =   4350
  16.    Begin SSPanel Panel3D2 
  17.       Alignment       =   1  'Left Justify - MIDDLE
  18.       BevelWidth      =   2
  19.       BorderWidth     =   1
  20.       Height          =   510
  21.       Left            =   0
  22.       TabIndex        =   11
  23.       Top             =   5310
  24.       Width           =   4245
  25.    End
  26.    Begin CommandButton Command1 
  27.       Caption         =   "Ok"
  28.       Height          =   420
  29.       Left            =   1530
  30.       TabIndex        =   9
  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           =   3795
  44.       Begin SSFrame Frame3D2 
  45.          ForeColor       =   &H00000000&
  46.          Height          =   2940
  47.          Left            =   180
  48.          TabIndex        =   2
  49.          Top             =   900
  50.          Width           =   3435
  51.          Begin SSOption Option3D6 
  52.             Caption         =   "Change when Next is No"
  53.             Height          =   240
  54.             Left            =   180
  55.             TabIndex        =   8
  56.             Top             =   2340
  57.             Width           =   2445
  58.          End
  59.          Begin SSOption Option3D5 
  60.             Caption         =   "Change when Next is Yes"
  61.             Height          =   330
  62.             Left            =   180
  63.             TabIndex        =   7
  64.             Top             =   1935
  65.             Width           =   2715
  66.          End
  67.          Begin SSOption Option3D4 
  68.             Caption         =   "On every No"
  69.             Height          =   330
  70.             Left            =   180
  71.             TabIndex        =   6
  72.             Top             =   1530
  73.             Width           =   2265
  74.          End
  75.          Begin SSOption Option3D3 
  76.             Caption         =   "On every Yes"
  77.             Height          =   375
  78.             Left            =   180
  79.             TabIndex        =   5
  80.             Top             =   1080
  81.             Width           =   2175
  82.          End
  83.          Begin SSOption Option3D2 
  84.             Caption         =   "Change from Yes to No"
  85.             Height          =   375
  86.             Left            =   180
  87.             TabIndex        =   4
  88.             Top             =   630
  89.             Width           =   2265
  90.          End
  91.          Begin SSOption Option3D1 
  92.             Caption         =   "Change from No to Yes"
  93.             Height          =   375
  94.             Left            =   180
  95.             TabIndex        =   3
  96.             Top             =   225
  97.             Width           =   2895
  98.          End
  99.       End
  100.       Begin SSFrame Frame3D1 
  101.          ForeColor       =   &H00000000&
  102.          Height          =   600
  103.          Left            =   180
  104.          TabIndex        =   1
  105.          Top             =   225
  106.          Width           =   3435
  107.          Begin Label Label1 
  108.             BackColor       =   &H00C0C0C0&
  109.             Caption         =   "Select Group Boolean Condition"
  110.             Height          =   240
  111.             Left            =   90
  112.             TabIndex        =   10
  113.             Top             =   225
  114.             Width           =   2895
  115.          End
  116.       End
  117.    End
  118.