home *** CD-ROM | disk | FTP | other *** search
/ Net Power 2000 September / Net2.iso / Utility / automate.exe / %MAINDIR% / Settings.exe / 0 / RCDATA / TFRMPASSWORD / TFRMPASSWORD.txt < prev   
Encoding:
Text File  |  2000-07-27  |  1.5 KB  |  79 lines

  1. object frmPassword: TfrmPassword
  2.   Left = 238
  3.   Top = 168
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Protected Task'
  7.   ClientHeight = 145
  8.   ClientWidth = 329
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -14
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnActivate = FormActivate
  19.   PixelsPerInch = 120
  20.   TextHeight = 16
  21.   object lblPasswordDesc: TLabel
  22.     Left = 74
  23.     Top = 5
  24.     Width = 247
  25.     Height = 50
  26.     AutoSize = False
  27.     Caption = 
  28.       'This task has been protected from read access.  Please enter the' +
  29.       ' password for this task to view the properties.'
  30.     WordWrap = True
  31.   end
  32.   object lblPassword: TLabel
  33.     Left = 5
  34.     Top = 89
  35.     Width = 70
  36.     Height = 25
  37.     AutoSize = False
  38.     Caption = '&Password:'
  39.     FocusControl = edtPassword
  40.   end
  41.   object imgSecurity: TImage
  42.     Left = 5
  43.     Top = 5
  44.     Width = 52
  45.     Height = 52
  46.     AutoSize = True
  47.     Picture.Data = {<image001.bmp>}
  48.     Transparent = True
  49.   end
  50.   object edtPassword: TEdit
  51.     Left = 5
  52.     Top = 111
  53.     Width = 203
  54.     Height = 24
  55.     PasswordChar = '*'
  56.     TabOrder = 0
  57.   end
  58.   object comOK: TButton
  59.     Left = 236
  60.     Top = 74
  61.     Width = 90
  62.     Height = 28
  63.     Caption = 'OK'
  64.     Default = True
  65.     ModalResult = 1
  66.     TabOrder = 1
  67.   end
  68.   object comCancel: TButton
  69.     Left = 236
  70.     Top = 108
  71.     Width = 90
  72.     Height = 29
  73.     Cancel = True
  74.     Caption = 'Cancel'
  75.     ModalResult = 2
  76.     TabOrder = 2
  77.   end
  78. end
  79.