home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 4_2005-2006.ISO / data / Zips / Sudoku_Sol1924118152005.psc / frmChecking.frm < prev    next >
Text File  |  2005-08-01  |  1KB  |  48 lines

  1. VERSION 5.00
  2. Begin VB.Form frmChecking 
  3.    Caption         =   "Check"
  4.    ClientHeight    =   1035
  5.    ClientLeft      =   60
  6.    ClientTop       =   345
  7.    ClientWidth     =   3060
  8.    ControlBox      =   0   'False
  9.    BeginProperty Font 
  10.       Name            =   "MS Sans Serif"
  11.       Size            =   8.25
  12.       Charset         =   0
  13.       Weight          =   400
  14.       Underline       =   0   'False
  15.       Italic          =   0   'False
  16.       Strikethrough   =   0   'False
  17.    EndProperty
  18.    LinkTopic       =   "Form1"
  19.    MaxButton       =   0   'False
  20.    MinButton       =   0   'False
  21.    NegotiateMenus  =   0   'False
  22.    ScaleHeight     =   1035
  23.    ScaleWidth      =   3060
  24.    StartUpPosition =   1  'CenterOwner
  25.    Begin VB.Label Label1 
  26.       Caption         =   "Checking level"
  27.       BeginProperty Font 
  28.          Name            =   "MS Sans Serif"
  29.          Size            =   18
  30.          Charset         =   0
  31.          Weight          =   400
  32.          Underline       =   0   'False
  33.          Italic          =   0   'False
  34.          Strikethrough   =   0   'False
  35.       EndProperty
  36.       Height          =   495
  37.       Left            =   240
  38.       TabIndex        =   0
  39.       Top             =   240
  40.       Width           =   2535
  41.    End
  42. End
  43. Attribute VB_Name = "frmChecking"
  44. Attribute VB_GlobalNameSpace = False
  45. Attribute VB_Creatable = False
  46. Attribute VB_PredeclaredId = True
  47. Attribute VB_Exposed = False
  48.