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

  1. object frmTaskError: TfrmTaskError
  2.   Left = 338
  3.   Top = 231
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'AutoMate Task Could Not Run'
  7.   ClientHeight = 223
  8.   ClientWidth = 380
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object lblErrorTitle: TLabel
  23.     Left = 64
  24.     Top = 4
  25.     Width = 301
  26.     Height = 26
  27.     Caption = 
  28.       'There is a problem running the task.  You may need to edit your ' +
  29.       'task to correct the issue.'
  30.     WordWrap = True
  31.   end
  32.   object lblTasknameTitle: TLabel
  33.     Left = 8
  34.     Top = 40
  35.     Width = 56
  36.     Height = 13
  37.     Caption = 'Task name:'
  38.   end
  39.   object lblTaskName: TLabel
  40.     Left = 68
  41.     Top = 40
  42.     Width = 305
  43.     Height = 13
  44.     AutoSize = False
  45.     Caption = '-'
  46.     Font.Charset = DEFAULT_CHARSET
  47.     Font.Color = clWindowText
  48.     Font.Height = -11
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = [fsBold]
  51.     ParentFont = False
  52.   end
  53.   object lblLineNumberTitle: TLabel
  54.     Left = 8
  55.     Top = 60
  56.     Width = 33
  57.     Height = 13
  58.     Caption = 'Line #:'
  59.   end
  60.   object lblLineNo: TLabel
  61.     Left = 68
  62.     Top = 60
  63.     Width = 305
  64.     Height = 13
  65.     AutoSize = False
  66.     Caption = '-'
  67.     Font.Charset = DEFAULT_CHARSET
  68.     Font.Color = clWindowText
  69.     Font.Height = -11
  70.     Font.Name = 'MS Sans Serif'
  71.     Font.Style = [fsBold]
  72.     ParentFont = False
  73.   end
  74.   object lblTimeTitle: TLabel
  75.     Left = 8
  76.     Top = 80
  77.     Width = 26
  78.     Height = 13
  79.     Caption = 'Time:'
  80.   end
  81.   object lblDateTime: TLabel
  82.     Left = 68
  83.     Top = 80
  84.     Width = 305
  85.     Height = 13
  86.     AutoSize = False
  87.     Caption = '-'
  88.     Font.Charset = DEFAULT_CHARSET
  89.     Font.Color = clWindowText
  90.     Font.Height = -11
  91.     Font.Name = 'MS Sans Serif'
  92.     Font.Style = [fsBold]
  93.     ParentFont = False
  94.   end
  95.   object lblErrorTextTitle: TLabel
  96.     Left = 8
  97.     Top = 100
  98.     Width = 25
  99.     Height = 13
  100.     Caption = 'Error:'
  101.   end
  102.   object lblError: TLabel
  103.     Left = 68
  104.     Top = 100
  105.     Width = 305
  106.     Height = 49
  107.     AutoSize = False
  108.     Caption = '-'
  109.     Font.Charset = DEFAULT_CHARSET
  110.     Font.Color = clWindowText
  111.     Font.Height = -11
  112.     Font.Name = 'MS Sans Serif'
  113.     Font.Style = [fsBold]
  114.     ParentFont = False
  115.     WordWrap = True
  116.   end
  117.   object lblNote: TLabel
  118.     Left = 8
  119.     Top = 172
  120.     Width = 261
  121.     Height = 29
  122.     AutoSize = False
  123.     Caption = 
  124.       'NOTE:  These errors appear only if the AutoMate Configuration Ma' +
  125.       'nager is running.'
  126.     WordWrap = True
  127.   end
  128.   object Image1: TImage
  129.     Left = 8
  130.     Top = 4
  131.     Width = 41
  132.     Height = 33
  133.     Picture.Data = {<image000.ico>}
  134.   end
  135.   object comOK: TButton
  136.     Left = 300
  137.     Top = 196
  138.     Width = 75
  139.     Height = 23
  140.     Cancel = True
  141.     Caption = '&Close'
  142.     TabOrder = 0
  143.     OnClick = comOKClick
  144.   end
  145.   object chkShowErrors: TCheckBox
  146.     Left = 8
  147.     Top = 204
  148.     Width = 257
  149.     Height = 13
  150.     Caption = 'Do not show this dialog on task errors'
  151.     TabOrder = 1
  152.   end
  153. end
  154.