home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 1_2002.ISO / Data / Zips / OS_X_BETA_648323232002.psc / Form2.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  2002-03-22  |  4.8 KB  |  164 lines

  1. VERSION 5.00
  2. Begin VB.Form Form2 
  3.    Caption         =   "My X Computer"
  4.    ClientHeight    =   5640
  5.    ClientLeft      =   4425
  6.    ClientTop       =   3360
  7.    ClientWidth     =   7635
  8.    LinkTopic       =   "Form2"
  9.    ScaleHeight     =   5640
  10.    ScaleWidth      =   7635
  11.    Begin VB.CommandButton Command5 
  12.       Caption         =   "&OK"
  13.       Height          =   255
  14.       Left            =   7200
  15.       TabIndex        =   13
  16.       Top             =   5280
  17.       Width           =   375
  18.    End
  19.    Begin VB.CommandButton Command4 
  20.       Caption         =   "Remove a Drive"
  21.       Height          =   375
  22.       Left            =   1320
  23.       TabIndex        =   12
  24.       Top             =   2160
  25.       Width           =   1335
  26.    End
  27.    Begin VB.CommandButton Command3 
  28.       Caption         =   "Erase a Drive"
  29.       Height          =   375
  30.       Left            =   1320
  31.       TabIndex        =   11
  32.       Top             =   1680
  33.       Width           =   1095
  34.    End
  35.    Begin VB.CommandButton Command2 
  36.       Caption         =   "Format a Drive"
  37.       Height          =   375
  38.       Left            =   0
  39.       TabIndex        =   10
  40.       Top             =   1680
  41.       Width           =   1215
  42.    End
  43.    Begin VB.CommandButton Command1 
  44.       Caption         =   "Add a Drive..."
  45.       Height          =   375
  46.       Left            =   0
  47.       TabIndex        =   9
  48.       Top             =   2160
  49.       Width           =   1215
  50.    End
  51.    Begin VB.PictureBox Picture4 
  52.       BorderStyle     =   0  'None
  53.       Height          =   495
  54.       Left            =   6600
  55.       Picture         =   "Form2.frx":0000
  56.       ScaleHeight     =   495
  57.       ScaleWidth      =   615
  58.       TabIndex        =   5
  59.       Top             =   120
  60.       Width           =   615
  61.    End
  62.    Begin VB.PictureBox Picture3 
  63.       BorderStyle     =   0  'None
  64.       Height          =   615
  65.       Left            =   5280
  66.       Picture         =   "Form2.frx":0442
  67.       ScaleHeight     =   615
  68.       ScaleWidth      =   615
  69.       TabIndex        =   4
  70.       Top             =   120
  71.       Width           =   615
  72.    End
  73.    Begin VB.PictureBox Picture2 
  74.       BorderStyle     =   0  'None
  75.       Height          =   615
  76.       Left            =   4020
  77.       Picture         =   "Form2.frx":0884
  78.       ScaleHeight     =   615
  79.       ScaleWidth      =   615
  80.       TabIndex        =   3
  81.       Top             =   120
  82.       Width           =   615
  83.    End
  84.    Begin VB.PictureBox Picture1 
  85.       BorderStyle     =   0  'None
  86.       Height          =   615
  87.       Left            =   0
  88.       Picture         =   "Form2.frx":0CC6
  89.       ScaleHeight     =   615
  90.       ScaleWidth      =   495
  91.       TabIndex        =   0
  92.       Top             =   0
  93.       Width           =   495
  94.    End
  95.    Begin VB.Label Label5 
  96.       Caption         =   "Infinity Drive"
  97.       Height          =   255
  98.       Left            =   6360
  99.       TabIndex        =   8
  100.       Top             =   840
  101.       Width           =   975
  102.    End
  103.    Begin VB.Label Label4 
  104.       Caption         =   "ROM Drive"
  105.       Height          =   255
  106.       Left            =   5160
  107.       TabIndex        =   7
  108.       Top             =   840
  109.       Width           =   855
  110.    End
  111.    Begin VB.Label Label3 
  112.       Caption         =   "Hard Drive 1"
  113.       Height          =   255
  114.       Left            =   3840
  115.       TabIndex        =   6
  116.       Top             =   840
  117.       Width           =   975
  118.    End
  119.    Begin VB.Line Line2 
  120.       X1              =   3720
  121.       X2              =   0
  122.       Y1              =   2640
  123.       Y2              =   2640
  124.    End
  125.    Begin VB.Line Line1 
  126.       X1              =   3720
  127.       X2              =   3720
  128.       Y1              =   0
  129.       Y2              =   2640
  130.    End
  131.    Begin VB.Label Label2 
  132.       Caption         =   "This is where OS X stores your ROM drives, Hard Drives\Partions, and Infinity Drives."
  133.       Height          =   855
  134.       Left            =   720
  135.       TabIndex        =   2
  136.       Top             =   600
  137.       Width           =   1815
  138.    End
  139.    Begin VB.Label Label1 
  140.       Caption         =   "My X Computer"
  141.       BeginProperty Font 
  142.          Name            =   "OCR A Extended"
  143.          Size            =   18
  144.          Charset         =   0
  145.          Weight          =   400
  146.          Underline       =   0   'False
  147.          Italic          =   0   'False
  148.          Strikethrough   =   0   'False
  149.       EndProperty
  150.       Height          =   495
  151.       Left            =   720
  152.       TabIndex        =   1
  153.       Top             =   0
  154.       Width           =   2775
  155.    End
  156. Attribute VB_Name = "Form2"
  157. Attribute VB_GlobalNameSpace = False
  158. Attribute VB_Creatable = False
  159. Attribute VB_PredeclaredId = True
  160. Attribute VB_Exposed = False
  161. Private Sub Command5_Click()
  162. Unload Me
  163. End Sub
  164.