home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / tema / thebat / download / update / thebat.exe / 0 / RCDATA / TENTERPSWDLG / TENTERPSWDLG.txt
Text File  |  2001-09-09  |  3KB  |  137 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.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object ClientPanel: TPanel
  20.     Left = 0
  21.     Top = 127
  22.     Width = 367
  23.     Height = 55
  24.     Align = alClient
  25.     BevelOuter = bvNone
  26.     TabOrder = 0
  27.     object lTitle: TLabel
  28.       Left = 8
  29.       Top = 8
  30.       Width = 321
  31.       Height = 13
  32.       AutoSize = False
  33.       Caption = '&Password'
  34.       FocusControl = ePsw
  35.       WordWrap = True
  36.     end
  37.     object ePsw: TEdit
  38.       Left = 8
  39.       Top = 26
  40.       Width = 353
  41.       Height = 21
  42.       MaxLength = 70
  43.       PasswordChar = '*'
  44.       TabOrder = 0
  45.     end
  46.   end
  47.   object BottomPanel: TPanel
  48.     Left = 0
  49.     Top = 204
  50.     Width = 367
  51.     Height = 38
  52.     Align = alBottom
  53.     BevelOuter = bvNone
  54.     TabOrder = 1
  55.     object bOK: TButton
  56.       Left = 200
  57.       Top = 2
  58.       Width = 75
  59.       Height = 25
  60.       Caption = 'OK'
  61.       Default = True
  62.       ModalResult = 1
  63.       TabOrder = 0
  64.     end
  65.     object bCancel: TButton
  66.       Left = 280
  67.       Top = 2
  68.       Width = 75
  69.       Height = 25
  70.       Cancel = True
  71.       Caption = 'Cancel'
  72.       ModalResult = 2
  73.       TabOrder = 1
  74.     end
  75.     object bCustom: TButton
  76.       Left = 8
  77.       Top = 2
  78.       Width = 105
  79.       Height = 25
  80.       ModalResult = 6
  81.       TabOrder = 2
  82.     end
  83.     object bHelp: TButton
  84.       Left = 120
  85.       Top = 2
  86.       Width = 75
  87.       Height = 25
  88.       Caption = 'Help'
  89.       Enabled = False
  90.       TabOrder = 3
  91.       Visible = False
  92.       OnClick = bHelpClick
  93.     end
  94.   end
  95.   object TopPanel: TPanel
  96.     Left = 0
  97.     Top = 0
  98.     Width = 367
  99.     Height = 127
  100.     Align = alTop
  101.     BevelOuter = bvNone
  102.     TabOrder = 2
  103.     object lListTitle: TLabel
  104.       Left = 8
  105.       Top = 6
  106.       Width = 98
  107.       Height = 13
  108.       Caption = 'Can be decrypted by'
  109.       FocusControl = ePsw
  110.     end
  111.     object ListBox: TListBox
  112.       Left = 8
  113.       Top = 24
  114.       Width = 353
  115.       Height = 102
  116.       ItemHeight = 13
  117.       TabOrder = 0
  118.     end
  119.   end
  120.   object pnCheckbox: TPanel
  121.     Left = 0
  122.     Top = 182
  123.     Width = 367
  124.     Height = 22
  125.     Align = alBottom
  126.     BevelOuter = bvNone
  127.     TabOrder = 3
  128.     object CheckBox: TCheckBox
  129.       Left = 8
  130.       Top = 0
  131.       Width = 321
  132.       Height = 17
  133.       TabOrder = 0
  134.     end
  135.   end
  136. end
  137.