home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / Chip_2002-06_cd1.bin / zkuste / delphi / kolekce / d6 / rxlibsetup.exe / {app} / units / CHPSWDLG.dfm / CHPSWDLG.txt
Encoding:
Text File  |  1999-10-12  |  1.6 KB  |  90 lines

  1. object ChPswdForm: TChPswdForm
  2.   Left = 309
  3.   Top = 149
  4.   ActiveControl = OldPswd
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   ClientHeight = 115
  8.   ClientWidth = 347
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object OldPswdLabel: TLabel
  22.     Left = 19
  23.     Top = 20
  24.     Width = 94
  25.     Height = 13
  26.     AutoSize = False
  27.   end
  28.   object NewPswdLabel: TLabel
  29.     Left = 19
  30.     Top = 52
  31.     Width = 94
  32.     Height = 13
  33.     AutoSize = False
  34.   end
  35.   object ConfirmLabel: TLabel
  36.     Left = 19
  37.     Top = 84
  38.     Width = 94
  39.     Height = 13
  40.     AutoSize = False
  41.   end
  42.   object OldPswd: TEdit
  43.     Left = 116
  44.     Top = 16
  45.     Width = 117
  46.     Height = 21
  47.     PasswordChar = '*'
  48.     TabOrder = 0
  49.     OnChange = PswdChange
  50.   end
  51.   object NewPswd: TEdit
  52.     Left = 116
  53.     Top = 48
  54.     Width = 117
  55.     Height = 21
  56.     PasswordChar = '*'
  57.     TabOrder = 1
  58.     OnChange = PswdChange
  59.   end
  60.   object ConfirmNewPswd: TEdit
  61.     Left = 116
  62.     Top = 80
  63.     Width = 117
  64.     Height = 21
  65.     PasswordChar = '*'
  66.     TabOrder = 2
  67.     OnChange = PswdChange
  68.   end
  69.   object OkBtn: TButton
  70.     Left = 254
  71.     Top = 16
  72.     Width = 77
  73.     Height = 25
  74.     Caption = 'OK'
  75.     Default = True
  76.     TabOrder = 3
  77.     OnClick = OkBtnClick
  78.   end
  79.   object CancelBtn: TButton
  80.     Left = 254
  81.     Top = 48
  82.     Width = 77
  83.     Height = 25
  84.     Cancel = True
  85.     Caption = 'Cancel'
  86.     ModalResult = 2
  87.     TabOrder = 4
  88.   end
  89. end
  90.