home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 August / 08_02.iso / test / di2002 / ENRETAILDMODI600.ZIP / SETUP / ImageExp.cab / PqIExp32.exe / 0 / RCDATA / TFRMPASSWORD / TFRMPASSWORD.txt
Encoding:
Text File  |  2002-04-09  |  1.2 KB  |  64 lines

  1. object frmPassword: TfrmPassword
  2.   Left = 476
  3.   Top = 281
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Supply Password'
  7.   ClientHeight = 135
  8.   ClientWidth = 306
  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.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object lblMessage: TLabel
  20.     Left = 12
  21.     Top = 15
  22.     Width = 282
  23.     Height = 13
  24.     AutoSize = False
  25.     Caption = 'This image is password protected.'
  26.   end
  27.   object lblPassword: TLabel
  28.     Left = 98
  29.     Top = 44
  30.     Width = 114
  31.     Height = 13
  32.     Caption = '&Password:'
  33.     FocusControl = edtPassword
  34.   end
  35.   object btnOK: TButton
  36.     Left = 64
  37.     Top = 97
  38.     Width = 85
  39.     Height = 25
  40.     Caption = 'OK'
  41.     Default = True
  42.     ModalResult = 1
  43.     TabOrder = 1
  44.   end
  45.   object btnCancel: TButton
  46.     Left = 157
  47.     Top = 97
  48.     Width = 85
  49.     Height = 25
  50.     Cancel = True
  51.     Caption = 'Cancel'
  52.     ModalResult = 2
  53.     TabOrder = 2
  54.   end
  55.   object edtPassword: TEdit
  56.     Left = 98
  57.     Top = 59
  58.     Width = 109
  59.     Height = 21
  60.     PasswordChar = '*'
  61.     TabOrder = 0
  62.   end
  63. end
  64.