home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 A / CHIP_HITWARE_7A.iso / biuro / AddrOrg / _SETUP.1 / ADO30.exe / 0 / RCDATA / TLOGINDLG / TLOGINDLG.txt
Text File  |  1999-12-09  |  1KB  |  75 lines

  1. object LoginDlg: TLoginDlg
  2.   Left = 121
  3.   Top = 150
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Login'
  7.   ClientHeight = 108
  8.   ClientWidth = 273
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 16
  20.     Top = 8
  21.     Width = 48
  22.     Height = 13
  23.     Caption = 'User ID:'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 16
  27.     Top = 48
  28.     Width = 59
  29.     Height = 13
  30.     Caption = 'Password:'
  31.   end
  32.   object OKBtn: TBitBtn
  33.     Left = 188
  34.     Top = 32
  35.     Width = 77
  36.     Height = 27
  37.     Caption = '&OK'
  38.     TabOrder = 0
  39.     OnClick = OKBtnClick
  40.     Kind = bkOK
  41.     Margin = 2
  42.     Spacing = -1
  43.     IsControl = True
  44.   end
  45.   object CancelBtn: TBitBtn
  46.     Left = 188
  47.     Top = 64
  48.     Width = 77
  49.     Height = 27
  50.     Caption = '&Cancel'
  51.     TabOrder = 1
  52.     Kind = bkCancel
  53.     Margin = 2
  54.     Spacing = -1
  55.     IsControl = True
  56.   end
  57.   object UserID_Ed: TEdit
  58.     Left = 16
  59.     Top = 24
  60.     Width = 129
  61.     Height = 21
  62.     MaxLength = 10
  63.     TabOrder = 2
  64.   end
  65.   object Password_Ed: TEdit
  66.     Left = 16
  67.     Top = 64
  68.     Width = 129
  69.     Height = 21
  70.     MaxLength = 20
  71.     PasswordChar = '*'
  72.     TabOrder = 3
  73.   end
  74. end
  75.