home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 3_2004-2005.ISO / Data / Zips / SketchPhot1773657242004.psc / Form3.frm < prev    next >
Text File  |  2004-07-24  |  4KB  |  135 lines

  1. VERSION 5.00
  2. Begin VB.Form Form3 
  3.    BorderStyle     =   1  'Fixed Single
  4.    Caption         =   "About Sketch"
  5.    ClientHeight    =   4140
  6.    ClientLeft      =   45
  7.    ClientTop       =   495
  8.    ClientWidth     =   5340
  9.    LinkTopic       =   "Form3"
  10.    MaxButton       =   0   'False
  11.    MinButton       =   0   'False
  12.    ScaleHeight     =   4140
  13.    ScaleWidth      =   5340
  14.    StartUpPosition =   3  'Windows Default
  15.    Begin VB.CommandButton cmdHelp 
  16.       Caption         =   "H E L P"
  17.       Height          =   375
  18.       Left            =   2640
  19.       TabIndex        =   10
  20.       Top             =   120
  21.       Width           =   2415
  22.    End
  23.    Begin VB.PictureBox Picture3 
  24.       AutoSize        =   -1  'True
  25.       Height          =   1890
  26.       Left            =   3600
  27.       Picture         =   "Form3.frx":0000
  28.       ScaleHeight     =   1830
  29.       ScaleWidth      =   1500
  30.       TabIndex        =   6
  31.       Top             =   1560
  32.       Width           =   1560
  33.    End
  34.    Begin VB.PictureBox Picture2 
  35.       AutoSize        =   -1  'True
  36.       Height          =   1935
  37.       Left            =   1920
  38.       Picture         =   "Form3.frx":237F
  39.       ScaleHeight     =   1875
  40.       ScaleWidth      =   1515
  41.       TabIndex        =   5
  42.       Top             =   1560
  43.       Width           =   1575
  44.    End
  45.    Begin VB.PictureBox Picture1 
  46.       AutoSize        =   -1  'True
  47.       Height          =   1920
  48.       Left            =   240
  49.       Picture         =   "Form3.frx":5794
  50.       ScaleHeight     =   1860
  51.       ScaleWidth      =   1500
  52.       TabIndex        =   4
  53.       Top             =   1560
  54.       Width           =   1560
  55.    End
  56.    Begin VB.Label Label7 
  57.       Alignment       =   2  'Center
  58.       Caption         =   "Sketch 2"
  59.       Height          =   375
  60.       Left            =   3720
  61.       TabIndex        =   9
  62.       Top             =   3600
  63.       Width           =   1575
  64.    End
  65.    Begin VB.Label Label6 
  66.       Alignment       =   2  'Center
  67.       Caption         =   "Sketch 1"
  68.       Height          =   375
  69.       Left            =   1920
  70.       TabIndex        =   8
  71.       Top             =   3600
  72.       Width           =   1575
  73.    End
  74.    Begin VB.Label Label5 
  75.       Alignment       =   2  'Center
  76.       Caption         =   "Author"
  77.       Height          =   375
  78.       Left            =   240
  79.       TabIndex        =   7
  80.       Top             =   3600
  81.       Width           =   1575
  82.    End
  83.    Begin VB.Label Label4 
  84.       Caption         =   "Mahdi_Rad@yahoo.com"
  85.       Height          =   375
  86.       Left            =   2880
  87.       TabIndex        =   3
  88.       Top             =   960
  89.       Width           =   1935
  90.    End
  91.    Begin VB.Label Label3 
  92.       Caption         =   "Programmer : Mahdi Shakouri rad"
  93.       ForeColor       =   &H000000FF&
  94.       Height          =   255
  95.       Left            =   2640
  96.       TabIndex        =   2
  97.       Top             =   600
  98.       Width           =   2415
  99.    End
  100.    Begin VB.Label Label2 
  101.       Caption         =   "Ver 1.00  -  July 2004"
  102.       Height          =   255
  103.       Left            =   480
  104.       TabIndex        =   1
  105.       Top             =   840
  106.       Width           =   1695
  107.    End
  108.    Begin VB.Label Label1 
  109.       Caption         =   "Sketch"
  110.       BeginProperty Font 
  111.          Name            =   "MS Sans Serif"
  112.          Size            =   18
  113.          Charset         =   178
  114.          Weight          =   700
  115.          Underline       =   0   'False
  116.          Italic          =   -1  'True
  117.          Strikethrough   =   0   'False
  118.       EndProperty
  119.       Height          =   495
  120.       Left            =   600
  121.       TabIndex        =   0
  122.       Top             =   240
  123.       Width           =   1335
  124.    End
  125. End
  126. Attribute VB_Name = "Form3"
  127. Attribute VB_GlobalNameSpace = False
  128. Attribute VB_Creatable = False
  129. Attribute VB_PredeclaredId = True
  130. Attribute VB_Exposed = False
  131. Private Sub cmdHelp_Click()
  132.   Form2.Show
  133. End Sub
  134.  
  135.