| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- inherited GuideViewForm: TGuideViewForm
- Margins.Left = 0
- Margins.Top = 0
- Margins.Right = 0
- Margins.Bottom = 0
- Caption = 'GuideViewForm'
- ClientHeight = 560
- ClientWidth = 750
- OnClose = FormClose
- OnCreate = FormCreate
- ExplicitWidth = 766
- ExplicitHeight = 599
- PixelsPerInch = 96
- TextHeight = 13
- inherited Chrome: TChromium
- Width = 750
- Height = 560
- ExplicitWidth = 673
- ExplicitHeight = 448
- end
- object pnlClient: TPanel
- Left = 0
- Top = 0
- Width = 750
- Height = 560
- Align = alClient
- BevelOuter = bvNone
- Padding.Left = 7
- Padding.Top = 7
- Padding.Right = 7
- Padding.Bottom = 7
- TabOrder = 1
- ExplicitWidth = 673
- ExplicitHeight = 448
- object rndContent: TRealICQRoundBorderPanel
- Left = 7
- Top = 7
- Width = 736
- Height = 546
- Margins.Left = 0
- Margins.Top = 0
- Margins.Right = 0
- Margins.Bottom = 0
- Align = alClient
- Padding.Left = 3
- Padding.Top = 3
- Padding.Right = 3
- Padding.Bottom = 3
- BorderColor = 11579568
- BackColor = clWhite
- RoundValue = 6
- ExplicitWidth = 659
- ExplicitHeight = 434
- end
- end
- end
|