home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / delphi / delphi2 / wowsrc.exe / NEWPASS.DFM / NEWPASS.txt < prev   
Text File  |  1995-09-10  |  2KB  |  98 lines

  1. object ChPwd: TChPwd
  2.   Left = 489
  3.   Top = 266
  4.   ActiveControl = OldPwd
  5.   BorderStyle = bsDialog
  6.   Caption = 'Change password'
  7.   ClientHeight = 141
  8.   ClientWidth = 295
  9.   Font.Color = clBlack
  10.   Font.Height = -10
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   OnCreate = FormCreate
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 13
  21.     Top = 7
  22.     Width = 108
  23.     Height = 18
  24.     Caption = '&Old Password'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 13
  28.     Top = 52
  29.     Width = 58
  30.     Height = 11
  31.     Caption = '&New Password'
  32.   end
  33.   object Label3: TLabel
  34.     Left = 13
  35.     Top = 98
  36.     Width = 100
  37.     Height = 15
  38.     Caption = '&Retype'
  39.   end
  40.   object OldPwd: TEdit
  41.     Left = 13
  42.     Top = 26
  43.     Width = 183
  44.     Height = 20
  45.     PasswordChar = '*'
  46.     TabOrder = 0
  47.     OnChange = OldPwdChange
  48.   end
  49.   object NewPwd: TEdit
  50.     Left = 13
  51.     Top = 72
  52.     Width = 183
  53.     Height = 19
  54.     Enabled = False
  55.     PasswordChar = '*'
  56.     TabOrder = 1
  57.   end
  58.   object Rpwd: TEdit
  59.     Left = 13
  60.     Top = 117
  61.     Width = 183
  62.     Height = 20
  63.     Enabled = False
  64.     PasswordChar = '*'
  65.     TabOrder = 2
  66.   end
  67.   object Ok: TBitBtn
  68.     Left = 215
  69.     Top = 20
  70.     Width = 72
  71.     Height = 26
  72.     Caption = 'OK'
  73.     Default = True
  74.     TabOrder = 3
  75.     OnClick = OkClick
  76.     Glyph.Data = {
  77.       4E010000424D4E01000000000000760000002800000012000000120000000100
  78.       040000000000D800000000000000000000000000000000000000000000000000
  79.       BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  80.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  81.       3333330000003333333333333333330000003333344333333333330000003333
  82.       4224333333333300000033342222433333333300000033422222243333333300
  83.       000034222A2222433333330000003222A3A222433333330000003A2A333A2224
  84.       33333300000033A33333A222433333000000333333333A222433330000003333
  85.       333333A222433300000033333333333A222433000000333333333333A2224300
  86.       00003333333333333A224300000033333333333333A223000000333333333333
  87.       333A33000000333333333333333333000000}
  88.   end
  89.   object Cancel: TBitBtn
  90.     Left = 215
  91.     Top = 65
  92.     Width = 72
  93.     Height = 27
  94.     TabOrder = 4
  95.     Kind = bkCancel
  96.   end
  97. end
  98.