home *** CD-ROM | disk | FTP | other *** search
- object frmGetTaskFile: TfrmGetTaskFile
- Left = 0
- Top = 361
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Task File Not Found'
- ClientHeight = 116
- ClientWidth = 320
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Icon.Data = {<image000.ico>}
- OldCreateOrder = True
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 44
- Top = 3
- Width = 204
- Height = 13
- Caption = 'AutoMate cannot open or locate a task file.'
- end
- object Label2: TLabel
- Left = 8
- Top = 40
- Width = 113
- Height = 13
- Caption = 'Please select an action:'
- end
- object imgQuestion: TImage
- Left = 4
- Top = 2
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image001.bmp>}
- end
- object comNew: TButton
- Left = 6
- Top = 60
- Width = 134
- Height = 23
- Caption = 'Create a &New Task File'
- Default = True
- ModalResult = 1
- TabOrder = 0
- OnClick = comNewClick
- end
- object comOpen: TButton
- Left = 6
- Top = 88
- Width = 134
- Height = 23
- Caption = 'Open an &Existing Task File'
- TabOrder = 1
- OnClick = comOpenClick
- end
- object comCancel: TButton
- Left = 237
- Top = 88
- Width = 76
- Height = 23
- Cancel = True
- Caption = '&Close'
- ModalResult = 2
- TabOrder = 2
- OnClick = comCancelClick
- end
- object opgGet: TOpenDialog
- DefaultExt = '*.amd'
- Filter = 'Automate Taskfile (*.amd)|*.amd|All files (*.*)|*.*'
- Options = [ofHideReadOnly, ofShowHelp, ofPathMustExist, ofFileMustExist]
- Left = 179
- Top = 60
- end
- end
-