home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 January / Chip_2000-01_cd.bin / zkuste / Delphi / nastroje / browutil.exe / COMPNT / SHOWIMG.DFM / SHOWIMG.txt < prev   
Encoding:
Text File  |  1999-07-25  |  1.0 KB  |  52 lines

  1. object FrmShowImage: TFrmShowImage
  2.   Left = 78
  3.   Top = 146
  4.   Width = 489
  5.   Height = 282
  6.   BorderIcons = [biSystemMenu, biMaximize]
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  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 DBImage1: TDBImage
  38.       Left = 5
  39.       Top = 5
  40.       Width = 471
  41.       Height = 245
  42.       Align = alClient
  43.       DataSource = SrcMemo
  44.       TabOrder = 0
  45.     end
  46.   end
  47.   object SrcMemo: TDataSource
  48.     Left = 384
  49.     Top = 16
  50.   end
  51. end
  52.