home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August - Disc 3 / chip_20018103_hu.iso / honosito / internet / ebmen.exe / %MAINDIR% / ebm.exe / 0 / RCDATA / TDLGPASSWD / TDLGPASSWD.txt
Encoding:
Text File  |  2001-06-29  |  1.7 KB  |  95 lines

  1. object DlgPasswd: TDlgPasswd
  2.   Left = 264
  3.   Top = 103
  4.   ActiveControl = EditPwd1
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 124
  7.   ClientWidth = 308
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 16
  20.   object LabPwd1: TLabel
  21.     Tag = 3400
  22.     Left = 6
  23.     Top = 24
  24.     Width = 32
  25.     Height = 16
  26.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜'
  27.   end
  28.   object LabPwd2: TLabel
  29.     Tag = 3401
  30.     Left = 6
  31.     Top = 56
  32.     Width = 48
  33.     Height = 16
  34.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  35.   end
  36.   object LabPwd3: TLabel
  37.     Tag = 3402
  38.     Left = 6
  39.     Top = 90
  40.     Width = 64
  41.     Height = 16
  42.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜╚╖∩┐╜∩┐╜'
  43.   end
  44.   object BtnOK: TButton
  45.     Tag = 8000
  46.     Left = 220
  47.     Top = 28
  48.     Width = 75
  49.     Height = 23
  50.     Caption = '╚╖∩┐╜∩┐╜'
  51.     Default = True
  52.     ModalResult = 1
  53.     TabOrder = 3
  54.     OnClick = BtnOKClick
  55.   end
  56.   object BtnCancel: TButton
  57.     Tag = 8001
  58.     Left = 220
  59.     Top = 62
  60.     Width = 75
  61.     Height = 23
  62.     Caption = '╚í∩┐╜∩┐╜'
  63.     ModalResult = 2
  64.     TabOrder = 4
  65.     OnClick = BtnCancelClick
  66.   end
  67.   object EditPwd3: TEdit
  68.     Left = 106
  69.     Top = 86
  70.     Width = 100
  71.     Height = 24
  72.     MaxLength = 8
  73.     PasswordChar = '*'
  74.     TabOrder = 2
  75.   end
  76.   object EditPwd2: TEdit
  77.     Left = 106
  78.     Top = 54
  79.     Width = 100
  80.     Height = 24
  81.     MaxLength = 8
  82.     PasswordChar = '*'
  83.     TabOrder = 1
  84.   end
  85.   object EditPwd1: TEdit
  86.     Left = 106
  87.     Top = 20
  88.     Width = 100
  89.     Height = 24
  90.     MaxLength = 8
  91.     PasswordChar = '*'
  92.     TabOrder = 0
  93.   end
  94. end
  95.