home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / zkuste / delphi / kolekce / d6 / RX275D6.ZIP / Units / CHPSWDLG.DFM / CHPSWDLG.txt
Text File  |  1999-10-12  |  2KB  |  87 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.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   TextHeight = 13
  18.   object OldPswdLabel: TLabel
  19.     Left = 19
  20.     Top = 20
  21.     Width = 94
  22.     Height = 13
  23.     AutoSize = False
  24.   end
  25.   object NewPswdLabel: TLabel
  26.     Left = 19
  27.     Top = 52
  28.     Width = 94
  29.     Height = 13
  30.     AutoSize = False
  31.   end
  32.   object ConfirmLabel: TLabel
  33.     Left = 19
  34.     Top = 84
  35.     Width = 94
  36.     Height = 13
  37.     AutoSize = False
  38.   end
  39.   object OldPswd: TEdit
  40.     Left = 116
  41.     Top = 16
  42.     Width = 117
  43.     Height = 21
  44.     PasswordChar = '*'
  45.     TabOrder = 0
  46.     OnChange = PswdChange
  47.   end
  48.   object NewPswd: TEdit
  49.     Left = 116
  50.     Top = 48
  51.     Width = 117
  52.     Height = 21
  53.     PasswordChar = '*'
  54.     TabOrder = 1
  55.     OnChange = PswdChange
  56.   end
  57.   object ConfirmNewPswd: TEdit
  58.     Left = 116
  59.     Top = 80
  60.     Width = 117
  61.     Height = 21
  62.     PasswordChar = '*'
  63.     TabOrder = 2
  64.     OnChange = PswdChange
  65.   end
  66.   object OkBtn: TButton
  67.     Left = 254
  68.     Top = 16
  69.     Width = 77
  70.     Height = 25
  71.     Caption = 'OK'
  72.     Default = True
  73.     TabOrder = 3
  74.     OnClick = OkBtnClick
  75.   end
  76.   object CancelBtn: TButton
  77.     Left = 254
  78.     Top = 48
  79.     Width = 77
  80.     Height = 25
  81.     Cancel = True
  82.     Caption = 'Cancel'
  83.     ModalResult = 2
  84.     TabOrder = 4
  85.   end
  86. end
  87.