home *** CD-ROM | disk | FTP | other *** search
- object frmSecurity: TfrmSecurity
- Left = 693
- Top = 89
- HelpContext = 103
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Task Security'
- ClientHeight = 273
- ClientWidth = 315
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = True
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object lblPassword: TLabel
- Left = 26
- Top = 128
- Width = 79
- Height = 17
- AutoSize = False
- Caption = 'Password:'
- end
- object lblConfirmPassword: TLabel
- Left = 26
- Top = 154
- Width = 101
- Height = 17
- AutoSize = False
- Caption = 'Confirm Password:'
- end
- object lblSecurityDesc: TLabel
- Left = 8
- Top = 27
- Width = 297
- Height = 42
- AutoSize = False
- Caption =
- 'You can password protect a task with a user-defined password to ' +
- 'prevent the task from being modified, or even read, without auth' +
- 'orization. '
- WordWrap = True
- end
- object lblSecurityTitle: TLabel
- Left = 8
- Top = 4
- Width = 68
- Height = 22
- Caption = 'Security'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -19
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object edtConfirmTaskPassword: TEdit
- Left = 116
- Top = 150
- Width = 121
- Height = 21
- Enabled = False
- PasswordChar = '*'
- TabOrder = 2
- end
- object edtTaskPassword: TEdit
- Left = 116
- Top = 124
- Width = 121
- Height = 21
- Enabled = False
- PasswordChar = '*'
- TabOrder = 1
- end
- object chkAllowReadAccess: TCheckBox
- Left = 24
- Top = 180
- Width = 225
- Height = 21
- Caption = 'Allow &read access to task'
- Enabled = False
- TabOrder = 3
- end
- object chkManualPassword: TCheckBox
- Left = 24
- Top = 208
- Width = 257
- Height = 17
- Caption = 'Require password to &launch task manually'
- Enabled = False
- TabOrder = 4
- end
- object chkEnablePassword: TCheckBox
- Left = 8
- Top = 100
- Width = 225
- Height = 17
- Caption = '&Password protect this task'
- TabOrder = 0
- OnClick = chkEnablePasswordClick
- end
- object comOK: TButton
- Left = 157
- Top = 243
- Width = 73
- Height = 23
- Caption = 'OK'
- Default = True
- TabOrder = 5
- OnClick = comOKClick
- end
- object comCancel: TButton
- Left = 237
- Top = 243
- Width = 75
- Height = 23
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 6
- end
- end
-