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

  1. VERSION 5.00
  2. Begin VB.Form Form1 
  3.    ClientHeight    =   1860
  4.    ClientLeft      =   60
  5.    ClientTop       =   375
  6.    ClientWidth     =   4215
  7.    Icon            =   "Form1.frx":0000
  8.    LinkTopic       =   "Form1"
  9.    MaxButton       =   0   'False
  10.    ScaleHeight     =   1860
  11.    ScaleWidth      =   4215
  12.    StartUpPosition =   3  'Windows Default
  13.    Begin VB.Frame Frame1 
  14.       Height          =   1515
  15.       Left            =   60
  16.       TabIndex        =   0
  17.       Top             =   120
  18.       Width           =   4065
  19.       Begin VB.Label Label2 
  20.          Alignment       =   2  'Center
  21.          Caption         =   "Rapidshare Downloader v.2.0"
  22.          BeginProperty Font 
  23.             Name            =   "MS Sans Serif"
  24.             Size            =   12
  25.             Charset         =   0
  26.             Weight          =   700
  27.             Underline       =   0   'False
  28.             Italic          =   0   'False
  29.             Strikethrough   =   0   'False
  30.          EndProperty
  31.          Height          =   495
  32.          Left            =   210
  33.          TabIndex        =   1
  34.          Top             =   540
  35.          Width           =   3585
  36.       End
  37.    End
  38. End
  39. Attribute VB_Name = "Form1"
  40. Attribute VB_GlobalNameSpace = False
  41. Attribute VB_Creatable = False
  42. Attribute VB_PredeclaredId = True
  43. Attribute VB_Exposed = False
  44. Private Sub Form_Resize()
  45.     Me.Width = 4455
  46.     Me.Height = 2730
  47.     Me.Icon = frmMain.Icon
  48. End Sub
  49.