| 1234567891011121314151617181920212223242526272829303132333435 |
- object ScWorkListForm: TScWorkListForm
- Left = 304
- Top = 271
- BorderIcons = [biSystemMenu]
- BorderStyle = bsToolWindow
- Caption = #28165#21333
- ClientHeight = 310
- ClientWidth = 216
- Color = clCream
- TransparentColorValue = clCream
- DefaultMonitor = dmDesktop
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object treBills: TTreeView
- Left = 0
- Top = 0
- Width = 216
- Height = 310
- Align = alClient
- BevelInner = bvLowered
- BevelOuter = bvRaised
- BevelKind = bkTile
- Color = clCream
- Indent = 19
- ReadOnly = True
- TabOrder = 0
- OnChange = treBillsChange
- end
- end
|