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

  1. object frmLogFileContents: TfrmLogFileContents
  2.   Left = 333
  3.   Top = 321
  4.   AutoScroll = False
  5.   Caption = 'AutoMate Logfile'
  6.   ClientHeight = 160
  7.   ClientWidth = 377
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Menu = mmnMainMenu
  16.   OldCreateOrder = True
  17.   OnClose = FormClose
  18.   OnHide = FormHide
  19.   OnResize = FormResize
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object edtForPrinting: TRichEdit
  24.     Left = 8
  25.     Top = 96
  26.     Width = 169
  27.     Height = 25
  28.     Lines.Strings = (
  29.       'edtForPrinting')
  30.     TabOrder = 0
  31.     Visible = False
  32.   end
  33.   object pnlTop: TPanel
  34.     Left = 0
  35.     Top = 0
  36.     Width = 377
  37.     Height = 41
  38.     Align = alTop
  39.     BevelOuter = bvNone
  40.     TabOrder = 1
  41.     object imgTriggers: TImage
  42.       Left = 0
  43.       Top = 0
  44.       Width = 26
  45.       Height = 41
  46.       Align = alLeft
  47.       AutoSize = True
  48.       Center = True
  49.       Picture.Data = {<image001.bmp>}
  50.       Transparent = True
  51.     end
  52.     object lblHeader: TLabel
  53.       Left = 38
  54.       Top = 0
  55.       Width = 317
  56.       Height = 49
  57.       AutoSize = False
  58.       Caption = 
  59.         'Tasks provide the logfile with status reports, events and errors' +
  60.         ' while the task is running.  The importance and amount of inform' +
  61.         'ation that is displayed here is controlled through Preferences.'
  62.       WordWrap = True
  63.     end
  64.   end
  65.   object memMessages: TRichEdit
  66.     Left = 0
  67.     Top = 41
  68.     Width = 377
  69.     Height = 119
  70.     Align = alClient
  71.     PlainText = True
  72.     ReadOnly = True
  73.     ScrollBars = ssBoth
  74.     TabOrder = 2
  75.   end
  76.   object mmnMainMenu: TMainMenu
  77.     Left = 268
  78.     Top = 112
  79.     object mnuFile: TMenuItem
  80.       Caption = '&File'
  81.       object itmClear: TMenuItem
  82.         Caption = 'Clea&r'
  83.         OnClick = itmClearClick
  84.       end
  85.       object itmRefresh: TMenuItem
  86.         Caption = 'Refresh'
  87.         OnClick = itmRefreshClick
  88.       end
  89.       object N1: TMenuItem
  90.         Caption = '-'
  91.       end
  92.       object itmSaveAs: TMenuItem
  93.         Caption = '&Save As...'
  94.         OnClick = itmSaveAsClick
  95.       end
  96.       object itmPrint: TMenuItem
  97.         Caption = '&Print'
  98.         OnClick = itmPrintClick
  99.       end
  100.       object N2: TMenuItem
  101.         Caption = '-'
  102.       end
  103.       object itmClose: TMenuItem
  104.         Caption = '&Close'
  105.         OnClick = itmCloseClick
  106.       end
  107.     end
  108.   end
  109.   object svdSaveAs: TSaveDialog
  110.     DefaultExt = '*.log'
  111.     Filter = 'Log Files|*.log|All files|*.*'
  112.     Options = [ofOverwritePrompt, ofHideReadOnly]
  113.     Left = 300
  114.     Top = 112
  115.   end
  116.   object popMain: TPopupMenu
  117.     Left = 332
  118.     Top = 112
  119.     object popClear: TMenuItem
  120.       Caption = 'Clea&r'
  121.       OnClick = itmClearClick
  122.     end
  123.     object popRefresh: TMenuItem
  124.       Caption = 'Refresh'
  125.       OnClick = itmRefreshClick
  126.     end
  127.     object N3: TMenuItem
  128.       Caption = '-'
  129.     end
  130.     object popSaveAs: TMenuItem
  131.       Caption = '&Save As...'
  132.       OnClick = itmSaveAsClick
  133.     end
  134.     object popPrint: TMenuItem
  135.       Caption = '&Print'
  136.       OnClick = itmPrintClick
  137.     end
  138.     object N4: TMenuItem
  139.       Caption = '-'
  140.     end
  141.     object popClose: TMenuItem
  142.       Caption = '&Close'
  143.       OnClick = itmCloseClick
  144.     end
  145.   end
  146. end
  147.