home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / Chip_1998-03_cd.bin / zkuste / delphi / Ahmkolekce / D397SELF.ZIP / VEnhanced97 / Bin / AHMTLogWindow.dfm / AHMTLogWindow.txt next >
Text File  |  1997-05-11  |  3KB  |  114 lines

  1. object LogWindowForm: TLogWindowForm
  2.   Left = 325
  3.   Top = 222
  4.   Width = 378
  5.   Height = 280
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -10
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Menu = MainMenu1
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object RichEdit1: TRichEdit
  18.     Left = 0
  19.     Top = 0
  20.     Width = 370
  21.     Height = 237
  22.     Align = alClient
  23.     HideSelection = False
  24.     HideScrollBars = False
  25.     PlainText = True
  26.     ScrollBars = ssBoth
  27.     TabOrder = 0
  28.     WantTabs = True
  29.   end
  30.   object MainMenu1: TMainMenu
  31.     Left = 56
  32.     object File1: TMenuItem
  33.       Caption = '&File'
  34.       GroupIndex = 1
  35.       object New1: TMenuItem
  36.         Caption = '&New'
  37.         OnClick = New1Click
  38.       end
  39.       object Open1: TMenuItem
  40.         Caption = '&Open..'
  41.         OnClick = Open1Click
  42.       end
  43.       object Save1: TMenuItem
  44.         Caption = '&Save...'
  45.         OnClick = Save1Click
  46.       end
  47.       object N1: TMenuItem
  48.         Caption = '-'
  49.       end
  50.       object Print1: TMenuItem
  51.         Caption = '&Print...'
  52.         OnClick = Print1Click
  53.       end
  54.       object N2: TMenuItem
  55.         Caption = '-'
  56.       end
  57.       object Exit1: TMenuItem
  58.         Caption = 'E&xit'
  59.         OnClick = Exit1Click
  60.       end
  61.     end
  62.     object Edit1: TMenuItem
  63.       Caption = '&Options'
  64.       GroupIndex = 2
  65.       object WordWrap1: TMenuItem
  66.         Caption = '&Word Wrap'
  67.         OnClick = WordWrap1Click
  68.       end
  69.       object N3: TMenuItem
  70.         Caption = '-'
  71.       end
  72.       object Font1: TMenuItem
  73.         Caption = '&Fonts...'
  74.         OnClick = Font1Click
  75.       end
  76.       object Background1: TMenuItem
  77.         Caption = 'Background...'
  78.         OnClick = Background1Click
  79.       end
  80.     end
  81.   end
  82.   object PrintDialog1: TPrintDialog
  83.     Options = [poPageNums]
  84.     Left = 88
  85.   end
  86.   object OpenDialog1: TOpenDialog
  87.     Filter = 'All Files|*.*'
  88.     Title = 'Open'
  89.     Left = 120
  90.   end
  91.   object SaveDialog1: TSaveDialog
  92.     Filter = 'All Files|*.*'
  93.     Options = [ofPathMustExist]
  94.     Title = 'Save'
  95.     Left = 152
  96.   end
  97.   object FontDialog1: TFontDialog
  98.     Font.Charset = DEFAULT_CHARSET
  99.     Font.Color = clWindowText
  100.     Font.Height = -13
  101.     Font.Name = 'MS Sans Serif'
  102.     Font.Style = []
  103.     Device = fdBoth
  104.     MinFontSize = 0
  105.     MaxFontSize = 0
  106.     Left = 216
  107.   end
  108.   object ColorDialog1: TColorDialog
  109.     Ctl3D = True
  110.     Options = [cdSolidColor]
  111.     Left = 184
  112.   end
  113. end
  114.