VBSample project - Technical -frmLogin- General
frmLogin


General information | Events list | Properties list | Control list


General information


Preview

 

PROJECT
vbsample

TYPE

Form


Last modification date

01/04/02


Size

16 Kb


Referenced classes
frmLogin
advapi32.dll

Used functions
cmdOK.cmdOK_Click
cmdCancel.cmdCancel_Click
ModMain.Main


Header


Purpose
Login dialog box

Description
This dialog box allows the user to log on to the database. If the user is allowed to access to this application, Visual Guard loads the user rights.

History
NOVALYS - 2001/10/20 - Creation


Properties of frmLogin



USER PROPERTIES

NAME DATATYPE Functions/Events referencing

STANDARD PROPERTIES

NAME DATATYPE Functions/Events referencing
Tag    
StartUpPosition    
ShowInTaskbar    
ScaleWidth   frmSalesOrder.Form_Resize
frmDocument.Form_Resize
ScaleHeight   frmSalesOrder.Form_Resize
frmemployee.Form_Resize
frmDocument.Form_Resize
MinButton    
MaxButton    
LinkTopic    
ControlBox    
Caption   frmAbout.Form_Load
frmMain.LoadNewDoc
BorderStyle    


Events list



  private sub Form_Load( )


Controls list and it's events


NAME CATEGORY CAPTION
txtPassword TextBox  
txtUserName TextBox  
Picture1 PictureBox  
cmdCancel CommandButton "Cancel"
  private sub cmdCancel_Click( )

cmdOK CommandButton "OK"
  private sub cmdOK_Click( )

Line1 Line  
Label1 Label "Enter a User ID and password to log onto "
lblLabels Label "&Password:"
lblLabels Label "&User ID:"



Document created on Wednesday 20 March 2002 at 09:57 by Visual Expert