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 / TENTERPSWDLG / TENTERPSWDLG.txt
Encoding:
Text File  |  2004-02-23  |  2.6 KB  |  140 lines

  1. object EnterPswDlg: TEnterPswDlg
  2.   Left = 202
  3.   Top = 179
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Enter password'
  7.   ClientHeight = 242
  8.   ClientWidth = 367
  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.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object ClientPanel: TPanel
  23.     Left = 0
  24.     Top = 127
  25.     Width = 367
  26.     Height = 55
  27.     Align = alClient
  28.     BevelOuter = bvNone
  29.     TabOrder = 0
  30.     object lTitle: TLabel
  31.       Left = 8
  32.       Top = 8
  33.       Width = 321
  34.       Height = 13
  35.       AutoSize = False
  36.       Caption = '&Password'
  37.       FocusControl = ePsw
  38.       WordWrap = True
  39.     end
  40.     object ePsw: TEdit
  41.       Left = 8
  42.       Top = 26
  43.       Width = 353
  44.       Height = 21
  45.       MaxLength = 70
  46.       PasswordChar = '*'
  47.       TabOrder = 0
  48.     end
  49.   end
  50.   object BottomPanel: TPanel
  51.     Left = 0
  52.     Top = 204
  53.     Width = 367
  54.     Height = 38
  55.     Align = alBottom
  56.     BevelOuter = bvNone
  57.     TabOrder = 1
  58.     object bOK: TButton
  59.       Left = 200
  60.       Top = 2
  61.       Width = 75
  62.       Height = 25
  63.       Caption = 'OK'
  64.       Default = True
  65.       ModalResult = 1
  66.       TabOrder = 0
  67.     end
  68.     object bCancel: TButton
  69.       Left = 280
  70.       Top = 2
  71.       Width = 75
  72.       Height = 25
  73.       Cancel = True
  74.       Caption = 'Cancel'
  75.       ModalResult = 2
  76.       TabOrder = 1
  77.     end
  78.     object bCustom: TButton
  79.       Left = 8
  80.       Top = 2
  81.       Width = 105
  82.       Height = 25
  83.       ModalResult = 6
  84.       TabOrder = 2
  85.     end
  86.     object bHelp: TButton
  87.       Left = 120
  88.       Top = 2
  89.       Width = 75
  90.       Height = 25
  91.       Caption = 'Help'
  92.       Enabled = False
  93.       TabOrder = 3
  94.       Visible = False
  95.       OnClick = bHelpClick
  96.     end
  97.   end
  98.   object TopPanel: TPanel
  99.     Left = 0
  100.     Top = 0
  101.     Width = 367
  102.     Height = 127
  103.     Align = alTop
  104.     BevelOuter = bvNone
  105.     TabOrder = 2
  106.     object lListTitle: TLabel
  107.       Left = 8
  108.       Top = 6
  109.       Width = 98
  110.       Height = 13
  111.       Caption = 'Can be decrypted by'
  112.       FocusControl = ePsw
  113.     end
  114.     object ListBox: TListBox
  115.       Left = 8
  116.       Top = 24
  117.       Width = 353
  118.       Height = 102
  119.       ItemHeight = 13
  120.       TabOrder = 0
  121.     end
  122.   end
  123.   object pnCheckbox: TPanel
  124.     Left = 0
  125.     Top = 182
  126.     Width = 367
  127.     Height = 22
  128.     Align = alBottom
  129.     BevelOuter = bvNone
  130.     TabOrder = 3
  131.     object CheckBox: TCheckBox
  132.       Left = 8
  133.       Top = 0
  134.       Width = 321
  135.       Height = 17
  136.       TabOrder = 0
  137.     end
  138.   end
  139. end
  140.