home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 March / PCWorld_2007-03_cd.bin / komunikace / raketu / r-install.exe / Raketu.exe / 0 / RCDATA / TDLGPWRESET / TDLGPWRESET.txt
Encoding:
Text File  |  2007-01-31  |  1.4 KB  |  77 lines

  1. object Dlgpwreset: TDlgpwreset
  2.   Left = 191
  3.   Top = 147
  4.   Width = 224
  5.   Height = 150
  6.   Caption = 'Password Reset'
  7.   Color = clBtnFace
  8.   Constraints.MaxHeight = 150
  9.   Constraints.MaxWidth = 224
  10.   Constraints.MinHeight = 150
  11.   Constraints.MinWidth = 224
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = False
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 2
  23.     Top = 3
  24.     Width = 210
  25.     Height = 13
  26.     Caption = 'Enter Users Email Address to reset password'
  27.   end
  28.   object Label2: TLabel
  29.     Left = 2
  30.     Top = 43
  31.     Width = 139
  32.     Height = 13
  33.     Caption = 'Enter New Password for User'
  34.   end
  35.   object UserEmail: TEdit
  36.     Left = 8
  37.     Top = 21
  38.     Width = 201
  39.     Height = 21
  40.     TabOrder = 0
  41.   end
  42.   object Breset: TButton
  43.     Left = 0
  44.     Top = 88
  45.     Width = 70
  46.     Height = 25
  47.     Caption = 'Reset'
  48.     TabOrder = 2
  49.     OnClick = BresetClick
  50.   end
  51.   object BEmail: TButton
  52.     Left = 72
  53.     Top = 88
  54.     Width = 70
  55.     Height = 25
  56.     Caption = 'Email'
  57.     TabOrder = 3
  58.     OnClick = BEmailClick
  59.   end
  60.   object BCancel: TButton
  61.     Left = 144
  62.     Top = 88
  63.     Width = 70
  64.     Height = 25
  65.     Caption = 'Cancel'
  66.     TabOrder = 4
  67.     OnClick = BCancelClick
  68.   end
  69.   object PW: TEdit
  70.     Left = 7
  71.     Top = 61
  72.     Width = 201
  73.     Height = 21
  74.     TabOrder = 1
  75.   end
  76. end
  77.