home *** CD-ROM | disk | FTP | other *** search
/ Techno Guide - Aspettando Windows 98 / TechnoGuide.iso / applicaz / snotetab / notetab.exe / 0 / RCDATA / TFRMINFOBOX / TFRMINFOBOX.txt < prev   
Text File  |  1998-01-25  |  1KB  |  59 lines

  1. object frmInfoBox: TfrmInfoBox
  2.   Left = 205
  3.   Top = 230
  4.   Width = 360
  5.   Height = 320
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   BorderIcons = [biSystemMenu]
  9.   Caption = 'Information'
  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.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object edtInfo: TEicMemo
  23.     Left = 0
  24.     Top = 0
  25.     Width = 352
  26.     Height = 259
  27.     Align = alClient
  28.     Alignment = taCenter
  29.     ReadOnly = True
  30.     TabOrder = 1
  31.     WantReturns = False
  32.     OnDblClick = edtInfoDblClick
  33.     OverwriteMode = False
  34.     UndoWhenEsc = False
  35.     WindowsUndo = False
  36.   end
  37.   object pnlButtons: TPanel
  38.     Left = 0
  39.     Top = 259
  40.     Width = 352
  41.     Height = 34
  42.     Align = alBottom
  43.     BevelOuter = bvNone
  44.     TabOrder = 0
  45.     OnResize = pnlButtonsResize
  46.     object btnOk: TButton
  47.       Left = 138
  48.       Top = 5
  49.       Width = 75
  50.       Height = 25
  51.       Cancel = True
  52.       Caption = 'OK'
  53.       Default = True
  54.       ModalResult = 1
  55.       TabOrder = 0
  56.     end
  57.   end
  58. end
  59.