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

  1. object frmRecentMessages: TfrmRecentMessages
  2.   Left = 496
  3.   Top = 221
  4.   AutoScroll = False
  5.   Caption = 'Recent Status Messages'
  6.   ClientHeight = 260
  7.   ClientWidth = 378
  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.   OnHide = FormHide
  18.   OnResize = FormResize
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object edtForPrinting: TRichEdit
  22.     Left = 8
  23.     Top = 96
  24.     Width = 169
  25.     Height = 25
  26.     Lines.Strings = (
  27.       'edtForPrinting')
  28.     TabOrder = 0
  29.     Visible = False
  30.   end
  31.   object pnlTop: TPanel
  32.     Left = 0
  33.     Top = 0
  34.     Width = 378
  35.     Height = 33
  36.     Align = alTop
  37.     BevelOuter = bvNone
  38.     TabOrder = 1
  39.     object imgTriggers: TImage
  40.       Left = 0
  41.       Top = 0
  42.       Width = 26
  43.       Height = 33
  44.       Align = alLeft
  45.       AutoSize = True
  46.       Center = True
  47.       Picture.Data = {<image001.bmp>}
  48.       Transparent = True
  49.     end
  50.     object lblHeader: TLabel
  51.       Left = 38
  52.       Top = 3
  53.       Width = 312
  54.       Height = 37
  55.       AutoSize = False
  56.       Caption = 
  57.         'This window contains the last fifty messages that were displayed' +
  58.         ' in the AutoMate Configuration Manager'#39's Status bar.'
  59.       WordWrap = True
  60.     end
  61.   end
  62.   object memMessages: TRichEdit
  63.     Left = 0
  64.     Top = 33
  65.     Width = 378
  66.     Height = 227
  67.     Align = alClient
  68.     PlainText = True
  69.     ReadOnly = True
  70.     ScrollBars = ssBoth
  71.     TabOrder = 2
  72.   end
  73.   object mmnMainMenu: TMainMenu
  74.     Top = 92
  75.     object mnuFile: TMenuItem
  76.       Caption = '&File'
  77.       object itmClear: TMenuItem
  78.         Caption = 'Clea&r'
  79.         OnClick = itmClearClick
  80.       end
  81.       object N1: TMenuItem
  82.         Caption = '-'
  83.       end
  84.       object itmSaveAs: TMenuItem
  85.         Caption = '&Save As...'
  86.         OnClick = itmSaveAsClick
  87.       end
  88.       object itmPrint: TMenuItem
  89.         Caption = '&Print'
  90.         OnClick = itmPrintClick
  91.       end
  92.       object N2: TMenuItem
  93.         Caption = '-'
  94.       end
  95.       object itmClose: TMenuItem
  96.         Caption = '&Close'
  97.         OnClick = itmCloseClick
  98.       end
  99.     end
  100.   end
  101.   object svdSaveAs: TSaveDialog
  102.     DefaultExt = '*.log'
  103.     Filter = 'Log Files|*.log|All files|*.*'
  104.     Options = [ofOverwritePrompt, ofHideReadOnly]
  105.     Left = 20
  106.     Top = 88
  107.   end
  108.   object popMain: TPopupMenu
  109.     Left = 64
  110.     Top = 104
  111.     object popClear: TMenuItem
  112.       Caption = 'Clea&r'
  113.       OnClick = itmClearClick
  114.     end
  115.     object N3: TMenuItem
  116.       Caption = '-'
  117.     end
  118.     object popSaveAs: TMenuItem
  119.       Caption = '&Save As...'
  120.       OnClick = itmSaveAsClick
  121.     end
  122.     object popPrint: TMenuItem
  123.       Caption = '&Print'
  124.       OnClick = itmPrintClick
  125.     end
  126.     object N4: TMenuItem
  127.       Caption = '-'
  128.     end
  129.     object popClose: TMenuItem
  130.       Caption = '&Close'
  131.       OnClick = itmCloseClick
  132.     end
  133.   end
  134. end
  135.