home *** CD-ROM | disk | FTP | other *** search
- object frmPriority: TfrmPriority
- Left = 439
- Top = 564
- HelpContext = 164
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Task Priority'
- ClientHeight = 259
- ClientWidth = 375
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object lblSecurityTitle: TLabel
- Left = 8
- Top = 4
- Width = 58
- Height = 22
- Caption = 'Priority'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -19
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object lblSecurityDesc: TLabel
- Left = 8
- Top = 27
- Width = 301
- Height = 62
- AutoSize = False
- Caption =
- 'Certain tasks you create will require exclusive use of the syste' +
- 'm. By default AutoMate can run an unlimited number of tasks sim' +
- 'ultaneously. The options below control how AutoMate will handle' +
- ' a task conflict if one arises.'
- WordWrap = True
- end
- object Image1: TImage
- Left = 315
- Top = 6
- Width = 52
- Height = 52
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- Transparent = True
- end
- object rdoAllowSimultaneous: TRadioButton
- Left = 28
- Top = 92
- Width = 301
- Height = 17
- Caption = 'Allow this task to run &simultaneously with other tasks'
- Checked = True
- TabOrder = 0
- TabStop = True
- OnClick = rdoAllowSimultaneousClick
- end
- object comOK: TButton
- Left = 213
- Top = 231
- Width = 73
- Height = 23
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 3
- end
- object comCancel: TButton
- Left = 293
- Top = 231
- Width = 75
- Height = 23
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 4
- end
- object grpRunAlone: TGroupBox
- Left = 16
- Top = 116
- Width = 349
- Height = 105
- TabOrder = 2
- object Label1: TLabel
- Left = 32
- Top = 20
- Width = 224
- Height = 13
- Caption = 'If another task is running when this task triggers'
- end
- object rdoReschedule: TRadioButton
- Left = 40
- Top = 80
- Width = 281
- Height = 13
- Caption = '&Do not run this task this time (reschedule if scheduled)'
- Enabled = False
- TabOrder = 2
- OnClick = rdoRescheduleClick
- end
- object rdoLater: TRadioButton
- Left = 40
- Top = 60
- Width = 297
- Height = 13
- Caption = '&Run this task later immediately after the other task finishes'
- Enabled = False
- TabOrder = 0
- OnClick = rdoLaterClick
- end
- object rdoInterrupt: TRadioButton
- Left = 40
- Top = 40
- Width = 233
- Height = 13
- Caption = '&Interrupt the other task so this task can run'
- Checked = True
- Enabled = False
- TabOrder = 1
- TabStop = True
- OnClick = rdoInterruptClick
- end
- end
- object rdoRunAlone: TRadioButton
- Left = 28
- Top = 116
- Width = 145
- Height = 13
- Caption = 'This task must run &alone'
- TabOrder = 1
- OnClick = rdoRunAloneClick
- end
- end
-