home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Comunicatii / thebat / the_bat2.04.07.exe / thebat.exe / 0 / RCDATA / TSETPASSWORDDLG / TSETPASSWORDDLG.txt
Encoding:
Text File  |  2004-02-23  |  2.5 KB  |  126 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.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnCloseQuery = FormCloseQuery
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object pnBottom: TPanel
  23.     Left = 0
  24.     Top = 26
  25.     Width = 285
  26.     Height = 113
  27.     Align = alClient
  28.     BevelOuter = bvNone
  29.     TabOrder = 0
  30.     object lPassword: TLabel
  31.       Left = 8
  32.       Top = 16
  33.       Width = 113
  34.       Height = 13
  35.       Alignment = taRightJustify
  36.       AutoSize = False
  37.       Caption = '&Password:'
  38.       FocusControl = ePsw
  39.     end
  40.     object lConfirm: TLabel
  41.       Left = 8
  42.       Top = 48
  43.       Width = 113
  44.       Height = 13
  45.       Alignment = taRightJustify
  46.       AutoSize = False
  47.       Caption = '&Confirm password:'
  48.       FocusControl = eCfm
  49.     end
  50.     object bOK: TButton
  51.       Left = 40
  52.       Top = 80
  53.       Width = 75
  54.       Height = 25
  55.       Caption = 'OK'
  56.       Default = True
  57.       ModalResult = 1
  58.       TabOrder = 2
  59.     end
  60.     object bCancel: TButton
  61.       Left = 120
  62.       Top = 80
  63.       Width = 75
  64.       Height = 25
  65.       Cancel = True
  66.       Caption = 'Cancel'
  67.       ModalResult = 2
  68.       TabOrder = 3
  69.     end
  70.     object eCfm: TEdit
  71.       Left = 128
  72.       Top = 44
  73.       Width = 145
  74.       Height = 21
  75.       Font.Charset = DEFAULT_CHARSET
  76.       Font.Color = clWindowText
  77.       Font.Height = -11
  78.       Font.Name = 'Tahoma'
  79.       Font.Style = []
  80.       ParentFont = False
  81.       PasswordChar = '*'
  82.       TabOrder = 1
  83.     end
  84.     object ePsw: TEdit
  85.       Left = 128
  86.       Top = 12
  87.       Width = 145
  88.       Height = 21
  89.       Font.Charset = DEFAULT_CHARSET
  90.       Font.Color = clWindowText
  91.       Font.Height = -11
  92.       Font.Name = 'Tahoma'
  93.       Font.Style = []
  94.       ParentFont = False
  95.       PasswordChar = '*'
  96.       TabOrder = 0
  97.     end
  98.     object bHelp: TButton
  99.       Left = 200
  100.       Top = 80
  101.       Width = 75
  102.       Height = 25
  103.       Caption = 'Help'
  104.       TabOrder = 4
  105.       OnClick = bHelpClick
  106.     end
  107.   end
  108.   object pnTop: TPanel
  109.     Left = 0
  110.     Top = 0
  111.     Width = 285
  112.     Height = 26
  113.     Align = alTop
  114.     BevelOuter = bvNone
  115.     TabOrder = 1
  116.     object lTitle: TLabel
  117.       Left = 8
  118.       Top = 8
  119.       Width = 265
  120.       Height = 13
  121.       AutoSize = False
  122.       WordWrap = True
  123.     end
  124.   end
  125. end
  126.