object PassWords: TPassWords Left = 215 Top = 179 BorderIcons = [] BorderStyle = bsNone Caption = 'Passwords' ClientHeight = 184 ClientWidth = 375 Color = clBlack Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnCloseQuery = FormCloseQuery OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object CoverImage: TImage Left = 0 Top = 0 Width = 375 Height = 184 Align = alClient Picture.Data = {} end object CoverBevel: TBevel Left = 0 Top = 0 Width = 375 Height = 184 Align = alClient Style = bsRaised end object MainPanel: TPanel Left = 74 Top = 56 Width = 278 Height = 87 Color = clSilver Ctl3D = True Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentCtl3D = False ParentFont = False TabOrder = 0 object Bevel: TBevel Left = 4 Top = 55 Width = 268 Height = 3 end object btn_Quit: TSpeedButton Left = 148 Top = 61 Width = 123 Height = 22 Caption = 'Quit' Flat = True Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False OnClick = Btn_QuitClick end object Btn_OK: TSpeedButton Left = 6 Top = 61 Width = 123 Height = 22 Caption = 'OK' Flat = True Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False OnClick = Btn_OKClick end object LoginName_Label: TLabel Left = 23 Top = 8 Width = 70 Height = 16 Caption = 'Login name' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Password_Label: TLabel Left = 28 Top = 33 Width = 60 Height = 16 Caption = 'Password' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object EPersonal_Code: TMaskEdit Left = 113 Top = 30 Width = 159 Height = 21 Color = 12579047 Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] MaxLength = 8 ParentFont = False PasswordChar = '*' TabOrder = 1 OnKeyPress = EPersonal_CodeKeyPress end object ELoginName: TEdit Left = 113 Top = 5 Width = 159 Height = 21 Color = 12579047 Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] MaxLength = 15 ParentFont = False TabOrder = 0 OnKeyPress = ELoginNameKeyPress end end end