home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 6_2008-2009.ISO / data / zips / ToggleBox_21379912232008.psc / Form1.frm < prev    next >
Text File  |  2008-12-23  |  4KB  |  143 lines

  1. VERSION 5.00
  2. Begin VB.Form Form1 
  3.    Caption         =   "ToggleBox checkbox control"
  4.    ClientHeight    =   2565
  5.    ClientLeft      =   60
  6.    ClientTop       =   360
  7.    ClientWidth     =   4275
  8.    LinkTopic       =   "Form1"
  9.    ScaleHeight     =   2565
  10.    ScaleWidth      =   4275
  11.    StartUpPosition =   3  'Windows Default
  12.    Begin Project1.OptionBox OptionBox1 
  13.       Height          =   270
  14.       Index           =   0
  15.       Left            =   180
  16.       TabIndex        =   0
  17.       Top             =   240
  18.       Width           =   3915
  19.       _extentx        =   6906
  20.       _extenty        =   476
  21.       value           =   -1  'True
  22.       shadowline      =   0   'False
  23.       backstyle       =   2
  24.       caption         =   "Earth Protection Shield"
  25.    End
  26.    Begin Project1.OptionBox OptionBox1 
  27.       Height          =   270
  28.       Index           =   1
  29.       Left            =   180
  30.       TabIndex        =   1
  31.       Top             =   540
  32.       Width           =   3915
  33.       _extentx        =   6906
  34.       _extenty        =   476
  35.       value           =   0   'False
  36.       shadowline      =   0   'False
  37.       backstyle       =   2
  38.       caption         =   "Ugly Toggle Box"
  39.    End
  40.    Begin Project1.OptionBox OptionBox1 
  41.       Height          =   270
  42.       Index           =   2
  43.       Left            =   180
  44.       TabIndex        =   2
  45.       Top             =   840
  46.       Width           =   3915
  47.       _extentx        =   6906
  48.       _extenty        =   476
  49.       value           =   -1  'True
  50.       shadowline      =   0   'False
  51.       backstyle       =   1
  52.       caption         =   "Additional Back style mode"
  53.    End
  54.    Begin Project1.OptionBox OptionBox1 
  55.       Height          =   270
  56.       Index           =   3
  57.       Left            =   3360
  58.       TabIndex        =   3
  59.       Top             =   1200
  60.       Width           =   735
  61.       _extentx        =   1296
  62.       _extenty        =   476
  63.       value           =   -1  'True
  64.       shadowline      =   0   'False
  65.       backstyle       =   1
  66.       caption         =   ""
  67.    End
  68.    Begin Project1.OptionBox OptionBox1 
  69.       Height          =   270
  70.       Index           =   4
  71.       Left            =   2580
  72.       TabIndex        =   4
  73.       Top             =   1200
  74.       Width           =   735
  75.       _extentx        =   1296
  76.       _extenty        =   476
  77.       value           =   0   'False
  78.       shadowline      =   0   'False
  79.       backstyle       =   1
  80.       caption         =   ""
  81.    End
  82.    Begin Project1.OptionBox OptionBox1 
  83.       Height          =   270
  84.       Index           =   5
  85.       Left            =   180
  86.       TabIndex        =   6
  87.       Top             =   1560
  88.       Width           =   3915
  89.       _extentx        =   6906
  90.       _extenty        =   476
  91.       value           =   -1  'True
  92.       shadowline      =   -1  'True
  93.       backstyle       =   2
  94.       caption         =   "Earth Protection Shield"
  95.    End
  96.    Begin Project1.OptionBox OptionBox1 
  97.       Height          =   270
  98.       Index           =   6
  99.       Left            =   180
  100.       TabIndex        =   7
  101.       Top             =   1860
  102.       Width           =   3915
  103.       _extentx        =   6906
  104.       _extenty        =   476
  105.       value           =   0   'False
  106.       shadowline      =   -1  'True
  107.       backstyle       =   2
  108.       caption         =   "Ugly Toggle Box"
  109.    End
  110.    Begin Project1.OptionBox OptionBox1 
  111.       Height          =   270
  112.       Index           =   7
  113.       Left            =   180
  114.       TabIndex        =   8
  115.       Top             =   2160
  116.       Width           =   3915
  117.       _extentx        =   6906
  118.       _extenty        =   476
  119.       value           =   -1  'True
  120.       shadowline      =   -1  'True
  121.       backstyle       =   1
  122.       caption         =   "Additional Back style mode"
  123.    End
  124.    Begin VB.Label Label1 
  125.       Alignment       =   1  'Right Justify
  126.       AutoSize        =   -1  'True
  127.       BackStyle       =   0  'Transparent
  128.       Caption         =   "No Caption"
  129.       Height          =   195
  130.       Left            =   1680
  131.       TabIndex        =   5
  132.       Top             =   1260
  133.       Width           =   795
  134.    End
  135. End
  136. Attribute VB_Name = "Form1"
  137. Attribute VB_GlobalNameSpace = False
  138. Attribute VB_Creatable = False
  139. Attribute VB_PredeclaredId = True
  140. Attribute VB_Exposed = False
  141. Option Explicit
  142.  
  143.