home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 27 / IOPROG_27.ISO / SOFT / TUSERSCS.ZIP / ToolsAndComps / UsersCS / Delphi4Trial / ChngPwdCS.dfm / ChngPwdCS.txt
Encoding:
Text File  |  1999-03-09  |  2.3 KB  |  110 lines

  1. object MudaPwd: TMudaPwd
  2.   Left = 289
  3.   Top = 224
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Mudan∩┐╜a de Senha'
  7.   ClientHeight = 184
  8.   ClientWidth = 236
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   OnKeyDown = FormKeyDown
  18.   PixelsPerInch = 96
  19.   TextHeight = 14
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 236
  24.     Height = 184
  25.     Align = alClient
  26.     BevelOuter = bvNone
  27.     BorderWidth = 2
  28.     TabOrder = 0
  29.     object Panel3: TPanel
  30.       Left = 2
  31.       Top = 2
  32.       Width = 232
  33.       Height = 180
  34.       Align = alClient
  35.       TabOrder = 0
  36.       object lblOldPassword: TLabel
  37.         Left = 8
  38.         Top = 9
  39.         Width = 103
  40.         Height = 14
  41.         Caption = 'Digite a senha &antiga:'
  42.         FocusControl = SenhaAntiga
  43.       end
  44.       object lblNewPassword: TLabel
  45.         Left = 8
  46.         Top = 55
  47.         Width = 98
  48.         Height = 14
  49.         Caption = 'Digite a &nova senha:'
  50.         FocusControl = Password1
  51.       end
  52.       object lblPasswordAgain: TLabel
  53.         Left = 8
  54.         Top = 102
  55.         Width = 110
  56.         Height = 14
  57.         Caption = '&Redigite a nova senha:'
  58.         FocusControl = Password2
  59.       end
  60.       object SenhaAntiga: TEdit
  61.         Left = 8
  62.         Top = 28
  63.         Width = 217
  64.         Height = 22
  65.         MaxLength = 10
  66.         PasswordChar = '*'
  67.         TabOrder = 0
  68.         OnExit = SenhaAntigaExit
  69.       end
  70.       object OKBtn: TButton
  71.         Left = 72
  72.         Top = 149
  73.         Width = 75
  74.         Height = 25
  75.         Caption = 'OK'
  76.         TabOrder = 3
  77.         OnClick = OKBtnClick
  78.       end
  79.       object CancelBtn: TButton
  80.         Left = 153
  81.         Top = 149
  82.         Width = 75
  83.         Height = 25
  84.         Cancel = True
  85.         Caption = 'Cancelar'
  86.         ModalResult = 2
  87.         TabOrder = 4
  88.       end
  89.       object Password1: TEdit
  90.         Left = 8
  91.         Top = 72
  92.         Width = 217
  93.         Height = 22
  94.         MaxLength = 10
  95.         PasswordChar = '*'
  96.         TabOrder = 1
  97.       end
  98.       object Password2: TEdit
  99.         Left = 8
  100.         Top = 119
  101.         Width = 217
  102.         Height = 22
  103.         MaxLength = 10
  104.         PasswordChar = '*'
  105.         TabOrder = 2
  106.       end
  107.     end
  108.   end
  109. end
  110.