| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- inherited GuideViewForm: TGuideViewForm
- Margins.Left = 0
- Margins.Top = 0
- Margins.Right = 0
- Margins.Bottom = 0
- Caption = 'GuideViewForm'
- ClientHeight = 570
- ClientWidth = 760
- OnClose = FormClose
- OnCreate = FormCreate
- ExplicitWidth = 776
- ExplicitHeight = 609
- PixelsPerInch = 96
- TextHeight = 13
- inherited Chrome: TChromium
- Width = 760
- Height = 570
- ExplicitWidth = 750
- ExplicitHeight = 560
- end
- object pnlClient: TPanel
- Left = 0
- Top = 0
- Width = 760
- Height = 570
- Align = alClient
- BevelOuter = bvNone
- Padding.Left = 7
- Padding.Top = 7
- Padding.Right = 7
- Padding.Bottom = 7
- TabOrder = 1
- ExplicitWidth = 750
- ExplicitHeight = 560
- object rndContent: TRealICQRoundBorderPanel
- Left = 7
- Top = 7
- Width = 746
- Height = 556
- 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 = 736
- ExplicitHeight = 546
- end
- end
- end
|