home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form Form2
- BackColor = &H00C0C0C0&
- Caption = "Calibration Required"
- ClientHeight = 2370
- ClientLeft = 4245
- ClientTop = 3450
- ClientWidth = 3855
- ControlBox = 0 'False
- Height = 2745
- Left = 4200
- LinkTopic = "Form2"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 2370
- ScaleWidth = 3855
- Top = 3120
- Width = 3945
- Begin PictureBox Picture1
- AutoSize = -1 'True
- BackColor = &H00C0C0C0&
- Height = 345
- Index = 3
- Left = 3480
- Picture = FORM2.FRX:0000
- ScaleHeight = 315
- ScaleWidth = 315
- TabIndex = 4
- Top = 2040
- Width = 345
- End
- Begin PictureBox Picture1
- AutoSize = -1 'True
- BackColor = &H00C0C0C0&
- Height = 345
- Index = 2
- Left = 0
- Picture = FORM2.FRX:0176
- ScaleHeight = 315
- ScaleWidth = 315
- TabIndex = 3
- Top = 2040
- Width = 345
- End
- Begin PictureBox Picture1
- AutoSize = -1 'True
- BackColor = &H00C0C0C0&
- Height = 345
- Index = 1
- Left = 3480
- Picture = FORM2.FRX:02EC
- ScaleHeight = 315
- ScaleWidth = 315
- TabIndex = 2
- Top = 0
- Width = 345
- End
- Begin PictureBox Picture1
- AutoSize = -1 'True
- BackColor = &H00C0C0C0&
- Height = 345
- Index = 0
- Left = 0
- Picture = FORM2.FRX:0462
- ScaleHeight = 315
- ScaleWidth = 315
- TabIndex = 1
- Top = 0
- Width = 345
- End
- Begin Label Label1
- BackColor = &H00C0C0C0&
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "MS Sans Serif"
- FontSize = 12
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- Height = 1215
- Left = 120
- TabIndex = 0
- Top = 480
- Width = 3615
- End
- DefInt A-Z
- Sub Form_Load ()
- For i = 0 To 3
- picture1(i).Visible = False
- Next i
- End Sub
-