home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / tema / thebat / download / update / thebat.exe / 0 / RCDATA / TSETPASSWORDDLG / TSETPASSWORDDLG.txt
Text File  |  2001-09-09  |  2KB  |  102 lines

  1. object SetPasswordDlg: TSetPasswordDlg
  2.   Left = 274
  3.   Top = 348
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Set password'
  7.   ClientHeight = 139
  8.   ClientWidth = 285
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   OnCloseQuery = FormCloseQuery
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object pnBottom: TPanel
  20.     Left = 0
  21.     Top = 26
  22.     Width = 285
  23.     Height = 113
  24.     Align = alClient
  25.     BevelOuter = bvNone
  26.     TabOrder = 0
  27.     object lPassword: TLabel
  28.       Left = 8
  29.       Top = 16
  30.       Width = 113
  31.       Height = 13
  32.       Alignment = taRightJustify
  33.       AutoSize = False
  34.       Caption = '&Password:'
  35.       FocusControl = ePsw
  36.     end
  37.     object lConfirm: TLabel
  38.       Left = 8
  39.       Top = 48
  40.       Width = 113
  41.       Height = 13
  42.       Alignment = taRightJustify
  43.       AutoSize = False
  44.       Caption = '&Confirm password:'
  45.       FocusControl = eCfm
  46.     end
  47.     object bOK: TButton
  48.       Left = 112
  49.       Top = 80
  50.       Width = 75
  51.       Height = 25
  52.       Caption = 'OK'
  53.       Default = True
  54.       ModalResult = 1
  55.       TabOrder = 2
  56.     end
  57.     object bCancel: TButton
  58.       Left = 200
  59.       Top = 80
  60.       Width = 75
  61.       Height = 25
  62.       Cancel = True
  63.       Caption = 'Cancel'
  64.       ModalResult = 2
  65.       TabOrder = 3
  66.     end
  67.     object eCfm: TEdit
  68.       Left = 128
  69.       Top = 44
  70.       Width = 145
  71.       Height = 21
  72.       PasswordChar = '*'
  73.       TabOrder = 1
  74.     end
  75.     object ePsw: TEdit
  76.       Left = 128
  77.       Top = 12
  78.       Width = 145
  79.       Height = 21
  80.       PasswordChar = '*'
  81.       TabOrder = 0
  82.     end
  83.   end
  84.   object pnTop: TPanel
  85.     Left = 0
  86.     Top = 0
  87.     Width = 285
  88.     Height = 26
  89.     Align = alTop
  90.     BevelOuter = bvNone
  91.     TabOrder = 1
  92.     object lTitle: TLabel
  93.       Left = 8
  94.       Top = 8
  95.       Width = 265
  96.       Height = 13
  97.       AutoSize = False
  98.       WordWrap = True
  99.     end
  100.   end
  101. end
  102.