home *** CD-ROM | disk | FTP | other *** search
- object frmTaskError: TfrmTaskError
- Left = 338
- Top = 231
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'AutoMate Task Could Not Run'
- ClientHeight = 223
- ClientWidth = 380
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Position = poScreenCenter
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object lblErrorTitle: TLabel
- Left = 64
- Top = 4
- Width = 301
- Height = 26
- Caption =
- 'There is a problem running the task. You may need to edit your ' +
- 'task to correct the issue.'
- WordWrap = True
- end
- object lblTasknameTitle: TLabel
- Left = 8
- Top = 40
- Width = 56
- Height = 13
- Caption = 'Task name:'
- end
- object lblTaskName: TLabel
- Left = 68
- Top = 40
- Width = 305
- Height = 13
- AutoSize = False
- Caption = '-'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object lblLineNumberTitle: TLabel
- Left = 8
- Top = 60
- Width = 33
- Height = 13
- Caption = 'Line #:'
- end
- object lblLineNo: TLabel
- Left = 68
- Top = 60
- Width = 305
- Height = 13
- AutoSize = False
- Caption = '-'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object lblTimeTitle: TLabel
- Left = 8
- Top = 80
- Width = 26
- Height = 13
- Caption = 'Time:'
- end
- object lblDateTime: TLabel
- Left = 68
- Top = 80
- Width = 305
- Height = 13
- AutoSize = False
- Caption = '-'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object lblErrorTextTitle: TLabel
- Left = 8
- Top = 100
- Width = 25
- Height = 13
- Caption = 'Error:'
- end
- object lblError: TLabel
- Left = 68
- Top = 100
- Width = 305
- Height = 49
- AutoSize = False
- Caption = '-'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- WordWrap = True
- end
- object lblNote: TLabel
- Left = 8
- Top = 172
- Width = 261
- Height = 29
- AutoSize = False
- Caption =
- 'NOTE: These errors appear only if the AutoMate Configuration Ma' +
- 'nager is running.'
- WordWrap = True
- end
- object Image1: TImage
- Left = 8
- Top = 4
- Width = 41
- Height = 33
- Picture.Data = {<image000.ico>}
- end
- object comOK: TButton
- Left = 300
- Top = 196
- Width = 75
- Height = 23
- Cancel = True
- Caption = '&Close'
- TabOrder = 0
- OnClick = comOKClick
- end
- object chkShowErrors: TCheckBox
- Left = 8
- Top = 204
- Width = 257
- Height = 13
- Caption = 'Do not show this dialog on task errors'
- TabOrder = 1
- end
- end
-