object LoginDlg: TLoginDlg Left = 121 Top = 150 ActiveControl = OKBtn BorderStyle = bsDialog Caption = 'Login' ClientHeight = 108 ClientWidth = 273 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 8 Width = 48 Height = 13 Caption = 'User ID:' end object Label2: TLabel Left = 16 Top = 48 Width = 59 Height = 13 Caption = 'Password:' end object OKBtn: TBitBtn Left = 188 Top = 32 Width = 77 Height = 27 Caption = '&OK' TabOrder = 0 OnClick = OKBtnClick Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 188 Top = 64 Width = 77 Height = 27 Caption = '&Cancel' TabOrder = 1 Kind = bkCancel Margin = 2 Spacing = -1 IsControl = True end object UserID_Ed: TEdit Left = 16 Top = 24 Width = 129 Height = 21 MaxLength = 10 TabOrder = 2 end object Password_Ed: TEdit Left = 16 Top = 64 Width = 129 Height = 21 MaxLength = 20 PasswordChar = '*' TabOrder = 3 end end