GuideView.dfm 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. inherited GuideViewForm: TGuideViewForm
  2. Margins.Left = 0
  3. Margins.Top = 0
  4. Margins.Right = 0
  5. Margins.Bottom = 0
  6. Caption = 'GuideViewForm'
  7. ClientHeight = 560
  8. ClientWidth = 750
  9. OnClose = FormClose
  10. OnCreate = FormCreate
  11. ExplicitWidth = 766
  12. ExplicitHeight = 599
  13. PixelsPerInch = 96
  14. TextHeight = 13
  15. inherited Chrome: TChromium
  16. Width = 750
  17. Height = 560
  18. ExplicitWidth = 673
  19. ExplicitHeight = 448
  20. end
  21. object pnlClient: TPanel
  22. Left = 0
  23. Top = 0
  24. Width = 750
  25. Height = 560
  26. Align = alClient
  27. BevelOuter = bvNone
  28. Padding.Left = 7
  29. Padding.Top = 7
  30. Padding.Right = 7
  31. Padding.Bottom = 7
  32. TabOrder = 1
  33. ExplicitWidth = 673
  34. ExplicitHeight = 448
  35. object rndContent: TRealICQRoundBorderPanel
  36. Left = 7
  37. Top = 7
  38. Width = 736
  39. Height = 546
  40. Margins.Left = 0
  41. Margins.Top = 0
  42. Margins.Right = 0
  43. Margins.Bottom = 0
  44. Align = alClient
  45. Padding.Left = 3
  46. Padding.Top = 3
  47. Padding.Right = 3
  48. Padding.Bottom = 3
  49. BorderColor = 11579568
  50. BackColor = clWhite
  51. RoundValue = 6
  52. ExplicitWidth = 659
  53. ExplicitHeight = 434
  54. end
  55. end
  56. end