LoginedView.dfm 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. object LoginedViewForm: TLoginedViewForm
  2. Left = 0
  3. Top = 0
  4. Caption = 'LoginedViewForm'
  5. ClientHeight = 524
  6. ClientWidth = 745
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -11
  11. Font.Name = 'Tahoma'
  12. Font.Style = []
  13. OldCreateOrder = False
  14. PixelsPerInch = 96
  15. TextHeight = 13
  16. object pnlLoginedView: TPanel
  17. Left = 0
  18. Top = 0
  19. Width = 745
  20. Height = 524
  21. Align = alClient
  22. BevelOuter = bvNone
  23. TabOrder = 0
  24. object splLogined: TSplitter
  25. Left = 231
  26. Top = 0
  27. Width = 1
  28. Height = 524
  29. Align = alRight
  30. Color = 14665100
  31. ParentColor = False
  32. Visible = False
  33. ExplicitLeft = 277
  34. end
  35. object pnlMain: TPanel
  36. Left = 0
  37. Top = 0
  38. Width = 231
  39. Height = 524
  40. Align = alClient
  41. BevelOuter = bvNone
  42. TabOrder = 0
  43. end
  44. object pnlSide: TPanel
  45. Left = 232
  46. Top = 0
  47. Width = 513
  48. Height = 524
  49. Align = alRight
  50. BevelOuter = bvNone
  51. TabOrder = 1
  52. Visible = False
  53. end
  54. end
  55. end