home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 June / PCWorld_2003-06_cd.bin / SOFTWARE / VYZKUSTE / RKEDIT / RKEDIT.EXE / 0 / RCDATA / TFRMTEMPLATES / TFRMTEMPLATES.txt
Text File  |  2003-04-17  |  1KB  |  64 lines

  1. inherited frmTemplates: TfrmTemplates
  2.   Left = 442
  3.   Top = 373
  4.   BorderStyle = bsNone
  5.   Caption = 'frmTemplates'
  6.   ClientHeight = 297
  7.   ClientWidth = 291
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   OnActivate = FormActivate
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnKeyDown = FormKeyDown
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object lbTemplates: TListBox
  23.     Left = 0
  24.     Top = 17
  25.     Width = 291
  26.     Height = 280
  27.     Style = lbOwnerDrawFixed
  28.     Align = alClient
  29.     BevelKind = bkTile
  30.     BevelOuter = bvRaised
  31.     ItemHeight = 13
  32.     Sorted = True
  33.     TabOrder = 0
  34.     OnDblClick = lbTemplatesDblClick
  35.     OnDrawItem = lbTemplatesDrawItem
  36.     OnKeyPress = lbTemplatesKeyPress
  37.   end
  38.   object Panel1: TPanel
  39.     Left = 0
  40.     Top = 0
  41.     Width = 291
  42.     Height = 17
  43.     Align = alTop
  44.     BevelInner = bvLowered
  45.     BevelOuter = bvLowered
  46.     TabOrder = 1
  47.     object lblWrited: TLabel
  48.       Left = 2
  49.       Top = 2
  50.       Width = 41
  51.       Height = 13
  52.       Align = alLeft
  53.       Caption = 'lblWrited'
  54.     end
  55.   end
  56.   object XMLDocument: TXMLDocument
  57.     Options = [doNodeAutoCreate, doAutoPrefix, doNamespaceDecl]
  58.     ParseOptions = [poResolveExternals, poValidateOnParse]
  59.     Left = 232
  60.     Top = 32
  61.     DOMVendorDesc = 'MSXML'
  62.   end
  63. end
  64.