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

  1. object frmPriority: TfrmPriority
  2.   Left = 439
  3.   Top = 564
  4.   HelpContext = 164
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Task Priority'
  8.   ClientHeight = 259
  9.   ClientWidth = 375
  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.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lblSecurityTitle: TLabel
  21.     Left = 8
  22.     Top = 4
  23.     Width = 58
  24.     Height = 22
  25.     Caption = 'Priority'
  26.     Font.Charset = ANSI_CHARSET
  27.     Font.Color = clBlack
  28.     Font.Height = -19
  29.     Font.Name = 'Arial'
  30.     Font.Style = []
  31.     ParentFont = False
  32.   end
  33.   object lblSecurityDesc: TLabel
  34.     Left = 8
  35.     Top = 27
  36.     Width = 301
  37.     Height = 62
  38.     AutoSize = False
  39.     Caption = 
  40.       'Certain tasks you create will require exclusive use of the syste' +
  41.       'm.  By default AutoMate can run an unlimited number of tasks sim' +
  42.       'ultaneously.  The options below control how AutoMate will handle' +
  43.       ' a task conflict if one arises.'
  44.     WordWrap = True
  45.   end
  46.   object Image1: TImage
  47.     Left = 315
  48.     Top = 6
  49.     Width = 52
  50.     Height = 52
  51.     AutoSize = True
  52.     Picture.Data = {<image000.bmp>}
  53.     Transparent = True
  54.   end
  55.   object rdoAllowSimultaneous: TRadioButton
  56.     Left = 28
  57.     Top = 92
  58.     Width = 301
  59.     Height = 17
  60.     Caption = 'Allow this task to run &simultaneously with other tasks'
  61.     Checked = True
  62.     TabOrder = 0
  63.     TabStop = True
  64.     OnClick = rdoAllowSimultaneousClick
  65.   end
  66.   object comOK: TButton
  67.     Left = 213
  68.     Top = 231
  69.     Width = 73
  70.     Height = 23
  71.     Caption = 'OK'
  72.     Default = True
  73.     ModalResult = 1
  74.     TabOrder = 3
  75.   end
  76.   object comCancel: TButton
  77.     Left = 293
  78.     Top = 231
  79.     Width = 75
  80.     Height = 23
  81.     Cancel = True
  82.     Caption = 'Cancel'
  83.     ModalResult = 2
  84.     TabOrder = 4
  85.   end
  86.   object grpRunAlone: TGroupBox
  87.     Left = 16
  88.     Top = 116
  89.     Width = 349
  90.     Height = 105
  91.     TabOrder = 2
  92.     object Label1: TLabel
  93.       Left = 32
  94.       Top = 20
  95.       Width = 224
  96.       Height = 13
  97.       Caption = 'If another task is running when this task triggers'
  98.     end
  99.     object rdoReschedule: TRadioButton
  100.       Left = 40
  101.       Top = 80
  102.       Width = 281
  103.       Height = 13
  104.       Caption = '&Do not run this task this time (reschedule if scheduled)'
  105.       Enabled = False
  106.       TabOrder = 2
  107.       OnClick = rdoRescheduleClick
  108.     end
  109.     object rdoLater: TRadioButton
  110.       Left = 40
  111.       Top = 60
  112.       Width = 297
  113.       Height = 13
  114.       Caption = '&Run this task later immediately after the other task finishes'
  115.       Enabled = False
  116.       TabOrder = 0
  117.       OnClick = rdoLaterClick
  118.     end
  119.     object rdoInterrupt: TRadioButton
  120.       Left = 40
  121.       Top = 40
  122.       Width = 233
  123.       Height = 13
  124.       Caption = '&Interrupt the other task so this task can run'
  125.       Checked = True
  126.       Enabled = False
  127.       TabOrder = 1
  128.       TabStop = True
  129.       OnClick = rdoInterruptClick
  130.     end
  131.   end
  132.   object rdoRunAlone: TRadioButton
  133.     Left = 28
  134.     Top = 116
  135.     Width = 145
  136.     Height = 13
  137.     Caption = 'This task must run &alone'
  138.     TabOrder = 1
  139.     OnClick = rdoRunAloneClick
  140.   end
  141. end
  142.