home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / zkuste / delphi / kolekce / d56 / XMLCOMP.ZIP / DnXmlDictionaryEditorForm.dfm < prev    next >
Text File  |  2002-06-03  |  660b  |  31 lines

  1. object fmDnXmlDictionaryEditor: TfmDnXmlDictionaryEditor
  2.   Left = 192
  3.   Top = 107
  4.   Width = 193
  5.   Height = 296
  6.   Caption = 'Dictionary viewer'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object StringGrid1: TStringGrid
  19.     Left = 0
  20.     Top = 0
  21.     Width = 185
  22.     Height = 269
  23.     Align = alClient
  24.     ColCount = 2
  25.     DefaultColWidth = 90
  26.     DefaultRowHeight = 19
  27.     FixedCols = 0
  28.     TabOrder = 0
  29.   end
  30. end
  31.