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 / frmSolving.frm < prev    next >
Text File  |  2005-08-11  |  1KB  |  38 lines

  1. VERSION 5.00
  2. Begin VB.Form frmSolving 
  3.    Caption         =   "Solving puzzle"
  4.    ClientHeight    =   945
  5.    ClientLeft      =   60
  6.    ClientTop       =   345
  7.    ClientWidth     =   4575
  8.    ClipControls    =   0   'False
  9.    ControlBox      =   0   'False
  10.    LinkTopic       =   "Form1"
  11.    ScaleHeight     =   945
  12.    ScaleWidth      =   4575
  13.    StartUpPosition =   1  'CenterOwner
  14.    Begin VB.Label Label1 
  15.       Alignment       =   2  'Center
  16.       Caption         =   "Trying to solve puzzle"
  17.       BeginProperty Font 
  18.          Name            =   "MS Sans Serif"
  19.          Size            =   18
  20.          Charset         =   0
  21.          Weight          =   400
  22.          Underline       =   0   'False
  23.          Italic          =   0   'False
  24.          Strikethrough   =   0   'False
  25.       EndProperty
  26.       Height          =   615
  27.       Left            =   120
  28.       TabIndex        =   0
  29.       Top             =   120
  30.       Width           =   4215
  31.    End
  32. End
  33. Attribute VB_Name = "frmSolving"
  34. Attribute VB_GlobalNameSpace = False
  35. Attribute VB_Creatable = False
  36. Attribute VB_PredeclaredId = True
  37. Attribute VB_Exposed = False
  38.