| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- object LoginedViewForm: TLoginedViewForm
- Left = 0
- Top = 0
- Caption = 'LoginedViewForm'
- ClientHeight = 524
- ClientWidth = 745
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object pnlLoginedView: TPanel
- Left = 0
- Top = 0
- Width = 745
- Height = 524
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 0
- object splLogined: TSplitter
- Left = 231
- Top = 0
- Width = 1
- Height = 524
- Align = alRight
- Color = 14665100
- ParentColor = False
- Visible = False
- ExplicitLeft = 277
- end
- object pnlMain: TPanel
- Left = 0
- Top = 0
- Width = 231
- Height = 524
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 0
- end
- object pnlSide: TPanel
- Left = 232
- Top = 0
- Width = 513
- Height = 524
- Align = alRight
- BevelOuter = bvNone
- TabOrder = 1
- Visible = False
- end
- end
- end
|