home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / devilpad / htmlpad.exe / HTMLPad.exe / 0 / RCDATA / TFRMSTYLESHEEDS / TFRMSTYLESHEEDS.txt
Encoding:
Text File  |  2001-06-24  |  2.6 KB  |  105 lines

  1. object frmStyleSheeds: TfrmStyleSheeds
  2.   Left = 404
  3.   Top = 201
  4.   BorderStyle = bsDialog
  5.   Caption = 'Style'
  6.   ClientHeight = 417
  7.   ClientWidth = 413
  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.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object btnOK: TButton
  21.     Left = 332
  22.     Top = 3
  23.     Width = 75
  24.     Height = 25
  25.     Caption = 'OK'
  26.     Default = True
  27.     TabOrder = 0
  28.     OnClick = btnOKClick
  29.   end
  30.   object btnStorno: TButton
  31.     Left = 332
  32.     Top = 32
  33.     Width = 75
  34.     Height = 25
  35.     Cancel = True
  36.     Caption = 'Storno'
  37.     TabOrder = 1
  38.     OnClick = btnStornoClick
  39.   end
  40.   object Tree: TVirtualStringTree
  41.     Left = 0
  42.     Top = 0
  43.     Width = 313
  44.     Height = 417
  45.     Align = alLeft
  46.     BorderStyle = bsSingle
  47.     Color = clSilver
  48.     DefaultNodeHeight = 21
  49.     Font.Charset = DEFAULT_CHARSET
  50.     Font.Color = clWindowText
  51.     Font.Height = -7
  52.     Font.Name = 'MS Sans Serif'
  53.     Font.Style = []
  54.     GridLineColor = clBlack
  55.     Header.AutoSizeIndex = 1
  56.     Header.Columns = <
  57.       item
  58.         ImageIndex = -1
  59.         Layout = blGlyphLeft
  60.         Margin = 0
  61.         Position = 0
  62.         Width = 135
  63.         WideText = 'Vlastnost'
  64.       end
  65.       item
  66.         ImageIndex = 0
  67.         Layout = blGlyphLeft
  68.         Margin = 0
  69.         Position = 1
  70.         Width = 156
  71.         WideText = 'Hodnota'
  72.       end>
  73.     Header.Font.Charset = DEFAULT_CHARSET
  74.     Header.Font.Color = clWindowText
  75.     Header.Font.Height = -11
  76.     Header.Font.Name = 'MS Sans Serif'
  77.     Header.Font.Style = []
  78.     Header.Height = 20
  79.     Header.Options = [hoAutoResize, hoColumnResize, hoVisible]
  80.     Header.Style = hsThickButtons
  81.     HintAnimation = hatFade
  82.     HintMode = hmHint
  83.     Indent = 10
  84.     Margin = 0
  85.     Options = [voAcceptOLEDrop, voAnimatedToggle, voAutoDropExpand, voAutoTristateTracking, voEditable, voExtendedFocus, voFullRowSelect, voInitOnSave, voShowButtons, voShowHorzGridLines, voShowRoot, voShowTreeLines, voShowVertGridLines, voToggleOnDblClick]
  86.     ParentColor = False
  87.     ParentFont = False
  88.     ParentShowHint = False
  89.     RootNodeCount = 5
  90.     ScrollBarOptions.AlwaysVisible = True
  91.     ShowHint = True
  92.     TabOrder = 2
  93.     TreeLineColor = clBlack
  94.     OnChange = TreeChange
  95.     OnCreateEditor = TreeCreateEditor
  96.     OnGetText = TreeGetText
  97.     OnEditing = TreeEditing
  98.     OnPaintText = TreePaintText
  99.     OnGetImageIndex = TreeGetImageIndex
  100.     OnInitChildren = TreeInitChildren
  101.     OnInitNode = TreeInitNode
  102.     WideDefaultText = 'Node'
  103.   end
  104. end
  105.