home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 January / Chip_2000-01_cd.bin / zkuste / Delphi / nastroje / browutil.exe / COMPNT / SHOWRICH.DFM / SHOWRICH.txt < prev   
Encoding:
Text File  |  1998-09-14  |  2.8 KB  |  127 lines

  1. object FrmShowRich: TFrmShowRich
  2.   Left = 78
  3.   Top = 146
  4.   Width = 489
  5.   Height = 282
  6.   BorderIcons = [biSystemMenu, biMaximize]
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 16
  20.   object PnlMemo: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 481
  24.     Height = 255
  25.     Hint = 'Narration'
  26.     Align = alClient
  27.     BevelInner = bvLowered
  28.     BorderWidth = 3
  29.     DragMode = dmAutomatic
  30.     Font.Charset = DEFAULT_CHARSET
  31.     Font.Color = clBlack
  32.     Font.Height = -13
  33.     Font.Name = 'Courier New'
  34.     Font.Style = []
  35.     ParentFont = False
  36.     TabOrder = 0
  37.     object Panel1: TPanel
  38.       Left = 5
  39.       Top = 5
  40.       Width = 471
  41.       Height = 27
  42.       Align = alTop
  43.       BevelInner = bvLowered
  44.       TabOrder = 0
  45.       object BtnOk: TButton
  46.         Left = 3
  47.         Top = 3
  48.         Width = 59
  49.         Height = 20
  50.         Hint = 'Close current window'
  51.         Caption = '&Ok'
  52.         Default = True
  53.         Font.Charset = DEFAULT_CHARSET
  54.         Font.Color = clBlack
  55.         Font.Height = -13
  56.         Font.Name = 'Times New Roman'
  57.         Font.Style = []
  58.         ModalResult = 1
  59.         ParentFont = False
  60.         ParentShowHint = False
  61.         ShowHint = True
  62.         TabOrder = 0
  63.         OnClick = BtnOkClick
  64.       end
  65.       object BtnClose: TButton
  66.         Left = 65
  67.         Top = 3
  68.         Width = 59
  69.         Height = 20
  70.         Hint = 'Cancel changes & Close current window'
  71.         Cancel = True
  72.         Caption = 'C&lose'
  73.         Font.Charset = DEFAULT_CHARSET
  74.         Font.Color = clBlack
  75.         Font.Height = -13
  76.         Font.Name = 'Times New Roman'
  77.         Font.Style = []
  78.         ModalResult = 2
  79.         ParentFont = False
  80.         ParentShowHint = False
  81.         ShowHint = True
  82.         TabOrder = 1
  83.         OnClick = BtnCloseClick
  84.       end
  85.     end
  86.     object DBRichEdit: TDBRichEdit
  87.       Left = 5
  88.       Top = 32
  89.       Width = 471
  90.       Height = 218
  91.       Align = alClient
  92.       DataSource = SrcRichEdit
  93.       PopupMenu = PopupMenu1
  94.       TabOrder = 1
  95.       OnChange = DBRichEditChange
  96.     end
  97.   end
  98.   object SrcRichEdit: TDataSource
  99.     Left = 384
  100.     Top = 16
  101.   end
  102.   object FontDialog1: TFontDialog
  103.     Font.Charset = DEFAULT_CHARSET
  104.     Font.Color = clWindowText
  105.     Font.Height = -11
  106.     Font.Name = 'MS Sans Serif'
  107.     Font.Style = []
  108.     MinFontSize = 0
  109.     MaxFontSize = 0
  110.     Left = 280
  111.     Top = 80
  112.   end
  113.   object PopupMenu1: TPopupMenu
  114.     OnPopup = PopupMenu1Popup
  115.     Left = 152
  116.     Top = 120
  117.     object Font1: TMenuItem
  118.       Caption = 'Font'
  119.       OnClick = Font1Click
  120.     end
  121.     object Protect1: TMenuItem
  122.       Caption = 'Protect'
  123.       OnClick = Protect1Click
  124.     end
  125.   end
  126. end
  127.