20 lines
520 B
Plaintext
20 lines
520 B
Plaintext
VERSION 5.00
|
|
Begin VB.Form frmUser1
|
|
Caption = "User Information"
|
|
ClientHeight = 5655
|
|
ClientLeft = 60
|
|
ClientTop = 405
|
|
ClientWidth = 7230
|
|
LinkTopic = "Form1"
|
|
ScaleHeight = 5655
|
|
ScaleWidth = 7230
|
|
StartUpPosition = 3 'Windows Default
|
|
End
|
|
Attribute VB_Name = "frmUser1"
|
|
Attribute VB_GlobalNameSpace = False
|
|
Attribute VB_Creatable = False
|
|
Attribute VB_PredeclaredId = True
|
|
Attribute VB_Exposed = False
|
|
Option Explicit
|
|
|