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

  1. object frmSecurity: TfrmSecurity
  2.   Left = 693
  3.   Top = 89
  4.   HelpContext = 103
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Task Security'
  8.   ClientHeight = 273
  9.   ClientWidth = 315
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   Icon.Data = {<image000.ico>}
  17.   OldCreateOrder = True
  18.   Position = poScreenCenter
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object lblPassword: TLabel
  22.     Left = 26
  23.     Top = 128
  24.     Width = 79
  25.     Height = 17
  26.     AutoSize = False
  27.     Caption = 'Password:'
  28.   end
  29.   object lblConfirmPassword: TLabel
  30.     Left = 26
  31.     Top = 154
  32.     Width = 101
  33.     Height = 17
  34.     AutoSize = False
  35.     Caption = 'Confirm Password:'
  36.   end
  37.   object lblSecurityDesc: TLabel
  38.     Left = 8
  39.     Top = 27
  40.     Width = 297
  41.     Height = 42
  42.     AutoSize = False
  43.     Caption = 
  44.       'You can password protect a task with a user-defined password to ' +
  45.       'prevent the task from being modified, or even read, without auth' +
  46.       'orization.  '
  47.     WordWrap = True
  48.   end
  49.   object lblSecurityTitle: TLabel
  50.     Left = 8
  51.     Top = 4
  52.     Width = 68
  53.     Height = 22
  54.     Caption = 'Security'
  55.     Font.Charset = ANSI_CHARSET
  56.     Font.Color = clBlack
  57.     Font.Height = -19
  58.     Font.Name = 'Arial'
  59.     Font.Style = []
  60.     ParentFont = False
  61.   end
  62.   object edtConfirmTaskPassword: TEdit
  63.     Left = 116
  64.     Top = 150
  65.     Width = 121
  66.     Height = 21
  67.     Enabled = False
  68.     PasswordChar = '*'
  69.     TabOrder = 2
  70.   end
  71.   object edtTaskPassword: TEdit
  72.     Left = 116
  73.     Top = 124
  74.     Width = 121
  75.     Height = 21
  76.     Enabled = False
  77.     PasswordChar = '*'
  78.     TabOrder = 1
  79.   end
  80.   object chkAllowReadAccess: TCheckBox
  81.     Left = 24
  82.     Top = 180
  83.     Width = 225
  84.     Height = 21
  85.     Caption = 'Allow &read access to task'
  86.     Enabled = False
  87.     TabOrder = 3
  88.   end
  89.   object chkManualPassword: TCheckBox
  90.     Left = 24
  91.     Top = 208
  92.     Width = 257
  93.     Height = 17
  94.     Caption = 'Require password to &launch task manually'
  95.     Enabled = False
  96.     TabOrder = 4
  97.   end
  98.   object chkEnablePassword: TCheckBox
  99.     Left = 8
  100.     Top = 100
  101.     Width = 225
  102.     Height = 17
  103.     Caption = '&Password protect this task'
  104.     TabOrder = 0
  105.     OnClick = chkEnablePasswordClick
  106.   end
  107.   object comOK: TButton
  108.     Left = 157
  109.     Top = 243
  110.     Width = 73
  111.     Height = 23
  112.     Caption = 'OK'
  113.     Default = True
  114.     TabOrder = 5
  115.     OnClick = comOKClick
  116.   end
  117.   object comCancel: TButton
  118.     Left = 237
  119.     Top = 243
  120.     Width = 75
  121.     Height = 23
  122.     Cancel = True
  123.     Caption = 'Cancel'
  124.     ModalResult = 2
  125.     TabOrder = 6
  126.   end
  127. end
  128.