vbAccelerator - Contents of code file: fPassword.frmVERSION 5.00
Begin VB.Form frmPassword
BorderStyle = 3 'Fixed Dialog
Caption = "Blob Password"
ClientHeight = 2010
ClientLeft = 6225
ClientTop = 4170
ClientWidth = 5250
Icon = "fPassword.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2010
ScaleWidth = 5250
ShowInTaskbar = 0 'False
Begin VB.TextBox txtPassword
Height = 315
IMEMode = 3 'DISABLE
Left = 1080
PasswordChar = "*"
TabIndex = 3
Top = 1140
Width = 4095
End
Begin VB.CommandButton cmdCancel
Cancel = -1 'True
Caption = "Cancel"
Height = 375
Left = 3960
TabIndex = 2
Top = 1560
Width = 1215
End
Begin VB.CommandButton cmdOK
Caption = "OK"
Default = -1 'True
Height = 375
Left = 2700
TabIndex = 1
Top = 1560
Width = 1215
End
Begin VB.Label lblInfo
Caption = " This ludicrous screen saver is password
protected. Enter the password to get out!"
BeginProperty Font
Name = "Arial"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H80000008&
Height = 555
Left = 1080
TabIndex = 0
Top = 120
Width = 4095
End
End
Attribute VB_Name = "frmPassword"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
|