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

  1. object FrmShowMemo: TFrmShowMemo
  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 = 1
  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 DBMemo: TDBMemo
  87.       Left = 5
  88.       Top = 32
  89.       Width = 471
  90.       Height = 218
  91.       Align = alClient
  92.       DataSource = SrcMemo
  93.       ScrollBars = ssVertical
  94.       TabOrder = 0
  95.     end
  96.   end
  97.   object SrcMemo: TDataSource
  98.     Left = 384
  99.     Top = 16
  100.   end
  101. end
  102.