home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / joystick / form2.frm < prev    next >
Text File  |  1993-08-08  |  3KB  |  94 lines

  1. VERSION 2.00
  2. Begin Form Form2 
  3.    BackColor       =   &H00C0C0C0&
  4.    Caption         =   "Calibration Required"
  5.    ClientHeight    =   2370
  6.    ClientLeft      =   4245
  7.    ClientTop       =   3450
  8.    ClientWidth     =   3855
  9.    ControlBox      =   0   'False
  10.    Height          =   2745
  11.    Left            =   4200
  12.    LinkTopic       =   "Form2"
  13.    MaxButton       =   0   'False
  14.    MinButton       =   0   'False
  15.    ScaleHeight     =   2370
  16.    ScaleWidth      =   3855
  17.    Top             =   3120
  18.    Width           =   3945
  19.    Begin PictureBox Picture1 
  20.       AutoSize        =   -1  'True
  21.       BackColor       =   &H00C0C0C0&
  22.       Height          =   345
  23.       Index           =   3
  24.       Left            =   3480
  25.       Picture         =   FORM2.FRX:0000
  26.       ScaleHeight     =   315
  27.       ScaleWidth      =   315
  28.       TabIndex        =   4
  29.       Top             =   2040
  30.       Width           =   345
  31.    End
  32.    Begin PictureBox Picture1 
  33.       AutoSize        =   -1  'True
  34.       BackColor       =   &H00C0C0C0&
  35.       Height          =   345
  36.       Index           =   2
  37.       Left            =   0
  38.       Picture         =   FORM2.FRX:0176
  39.       ScaleHeight     =   315
  40.       ScaleWidth      =   315
  41.       TabIndex        =   3
  42.       Top             =   2040
  43.       Width           =   345
  44.    End
  45.    Begin PictureBox Picture1 
  46.       AutoSize        =   -1  'True
  47.       BackColor       =   &H00C0C0C0&
  48.       Height          =   345
  49.       Index           =   1
  50.       Left            =   3480
  51.       Picture         =   FORM2.FRX:02EC
  52.       ScaleHeight     =   315
  53.       ScaleWidth      =   315
  54.       TabIndex        =   2
  55.       Top             =   0
  56.       Width           =   345
  57.    End
  58.    Begin PictureBox Picture1 
  59.       AutoSize        =   -1  'True
  60.       BackColor       =   &H00C0C0C0&
  61.       Height          =   345
  62.       Index           =   0
  63.       Left            =   0
  64.       Picture         =   FORM2.FRX:0462
  65.       ScaleHeight     =   315
  66.       ScaleWidth      =   315
  67.       TabIndex        =   1
  68.       Top             =   0
  69.       Width           =   345
  70.    End
  71.    Begin Label Label1 
  72.       BackColor       =   &H00C0C0C0&
  73.       FontBold        =   -1  'True
  74.       FontItalic      =   0   'False
  75.       FontName        =   "MS Sans Serif"
  76.       FontSize        =   12
  77.       FontStrikethru  =   0   'False
  78.       FontUnderline   =   0   'False
  79.       Height          =   1215
  80.       Left            =   120
  81.       TabIndex        =   0
  82.       Top             =   480
  83.       Width           =   3615
  84.    End
  85. End
  86. DefInt A-Z
  87.  
  88. Sub Form_Load ()
  89. For i = 0 To 3
  90.     picture1(i).Visible = False
  91. Next i
  92. End Sub
  93.  
  94.