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

  1. object frmGetTaskFile: TfrmGetTaskFile
  2.   Left = 0
  3.   Top = 361
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Task File Not Found'
  7.   ClientHeight = 116
  8.   ClientWidth = 320
  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.   Icon.Data = {<image000.ico>}
  17.   OldCreateOrder = True
  18.   Position = poScreenCenter
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 44
  23.     Top = 3
  24.     Width = 204
  25.     Height = 13
  26.     Caption = 'AutoMate cannot open or locate a task file.'
  27.   end
  28.   object Label2: TLabel
  29.     Left = 8
  30.     Top = 40
  31.     Width = 113
  32.     Height = 13
  33.     Caption = 'Please select an action:'
  34.   end
  35.   object imgQuestion: TImage
  36.     Left = 4
  37.     Top = 2
  38.     Width = 32
  39.     Height = 32
  40.     AutoSize = True
  41.     Picture.Data = {<image001.bmp>}
  42.   end
  43.   object comNew: TButton
  44.     Left = 6
  45.     Top = 60
  46.     Width = 134
  47.     Height = 23
  48.     Caption = 'Create a &New Task File'
  49.     Default = True
  50.     ModalResult = 1
  51.     TabOrder = 0
  52.     OnClick = comNewClick
  53.   end
  54.   object comOpen: TButton
  55.     Left = 6
  56.     Top = 88
  57.     Width = 134
  58.     Height = 23
  59.     Caption = 'Open an &Existing Task File'
  60.     TabOrder = 1
  61.     OnClick = comOpenClick
  62.   end
  63.   object comCancel: TButton
  64.     Left = 237
  65.     Top = 88
  66.     Width = 76
  67.     Height = 23
  68.     Cancel = True
  69.     Caption = '&Close'
  70.     ModalResult = 2
  71.     TabOrder = 2
  72.     OnClick = comCancelClick
  73.   end
  74.   object opgGet: TOpenDialog
  75.     DefaultExt = '*.amd'
  76.     Filter = 'Automate Taskfile (*.amd)|*.amd|All files (*.*)|*.*'
  77.     Options = [ofHideReadOnly, ofShowHelp, ofPathMustExist, ofFileMustExist]
  78.     Left = 179
  79.     Top = 60
  80.   end
  81. end
  82.