home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / Chip_1999-03_cd.bin / zkuste / delphi / INFO / DI9806SB.ZIP / Sclogin.dfm / Sclogin.txt
Text File  |  1997-12-21  |  1KB  |  73 lines

  1. object PasswordDlg: TPasswordDlg
  2.   Left = 412
  3.   Top = 376
  4.   ActiveControl = Password
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Please login'
  8.   ClientHeight = 143
  9.   ClientWidth = 236
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 0
  19.     Top = 8
  20.     Width = 236
  21.     Height = 95
  22.   end
  23.   object PasswordLbl: TLabel
  24.     Left = 8
  25.     Top = 59
  26.     Width = 92
  27.     Height = 13
  28.     Caption = 'Enter password:'
  29.   end
  30.   object UsernameLbl: TLabel
  31.     Left = 8
  32.     Top = 9
  33.     Width = 93
  34.     Height = 13
  35.     Caption = 'Enter username:'
  36.   end
  37.   object Password: TEdit
  38.     Left = 8
  39.     Top = 77
  40.     Width = 220
  41.     Height = 20
  42.     PasswordChar = '*'
  43.     TabOrder = 1
  44.   end
  45.   object OKBtn: TBitBtn
  46.     Left = 66
  47.     Top = 109
  48.     Width = 77
  49.     Height = 27
  50.     TabOrder = 2
  51.     Kind = bkOK
  52.     Margin = 2
  53.     Spacing = -1
  54.   end
  55.   object CancelBtn: TBitBtn
  56.     Left = 152
  57.     Top = 109
  58.     Width = 77
  59.     Height = 27
  60.     TabOrder = 3
  61.     Kind = bkCancel
  62.     Margin = 2
  63.     Spacing = -1
  64.   end
  65.   object Username: TEdit
  66.     Left = 8
  67.     Top = 27
  68.     Width = 220
  69.     Height = 20
  70.     TabOrder = 0
  71.   end
  72. end
  73.