home *** CD-ROM | disk | FTP | other *** search
- object frmStyleSheeds: TfrmStyleSheeds
- Left = 404
- Top = 201
- BorderStyle = bsDialog
- Caption = 'Style'
- ClientHeight = 417
- ClientWidth = 413
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object btnOK: TButton
- Left = 332
- Top = 3
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- TabOrder = 0
- OnClick = btnOKClick
- end
- object btnStorno: TButton
- Left = 332
- Top = 32
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Storno'
- TabOrder = 1
- OnClick = btnStornoClick
- end
- object Tree: TVirtualStringTree
- Left = 0
- Top = 0
- Width = 313
- Height = 417
- Align = alLeft
- BorderStyle = bsSingle
- Color = clSilver
- DefaultNodeHeight = 21
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -7
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- GridLineColor = clBlack
- Header.AutoSizeIndex = 1
- Header.Columns = <
- item
- ImageIndex = -1
- Layout = blGlyphLeft
- Margin = 0
- Position = 0
- Width = 135
- WideText = 'Vlastnost'
- end
- item
- ImageIndex = 0
- Layout = blGlyphLeft
- Margin = 0
- Position = 1
- Width = 156
- WideText = 'Hodnota'
- end>
- Header.Font.Charset = DEFAULT_CHARSET
- Header.Font.Color = clWindowText
- Header.Font.Height = -11
- Header.Font.Name = 'MS Sans Serif'
- Header.Font.Style = []
- Header.Height = 20
- Header.Options = [hoAutoResize, hoColumnResize, hoVisible]
- Header.Style = hsThickButtons
- HintAnimation = hatFade
- HintMode = hmHint
- Indent = 10
- Margin = 0
- Options = [voAcceptOLEDrop, voAnimatedToggle, voAutoDropExpand, voAutoTristateTracking, voEditable, voExtendedFocus, voFullRowSelect, voInitOnSave, voShowButtons, voShowHorzGridLines, voShowRoot, voShowTreeLines, voShowVertGridLines, voToggleOnDblClick]
- ParentColor = False
- ParentFont = False
- ParentShowHint = False
- RootNodeCount = 5
- ScrollBarOptions.AlwaysVisible = True
- ShowHint = True
- TabOrder = 2
- TreeLineColor = clBlack
- OnChange = TreeChange
- OnCreateEditor = TreeCreateEditor
- OnGetText = TreeGetText
- OnEditing = TreeEditing
- OnPaintText = TreePaintText
- OnGetImageIndex = TreeGetImageIndex
- OnInitChildren = TreeInitChildren
- OnInitNode = TreeInitNode
- WideDefaultText = 'Node'
- end
- end
-