home *** CD-ROM | disk | FTP | other *** search
- object fHelp1: TfHelp1
- Left = 302
- Top = 199
- ActiveControl = Panel1
- BorderIcons = []
- BorderStyle = bsNone
- ClientHeight = 358
- ClientWidth = 453
- Color = clInfoBk
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Shape1: TShape
- Left = 0
- Top = 0
- Width = 453
- Height = 358
- Align = alClient
- Brush.Color = clInfoBk
- end
- object lblClose: TLabel
- Left = 407
- Top = 338
- Width = 37
- Height = 13
- Cursor = crHandPoint
- Alignment = taRightJustify
- Caption = 'Zamknij'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentFont = False
- Transparent = True
- OnClick = lblCloseClick
- end
- object Panel1: TPanel
- Left = 1
- Top = 1
- Width = 451
- Height = 330
- BevelOuter = bvNone
- BorderWidth = 5
- Caption = 'Panel1'
- Color = clInfoBk
- TabOrder = 0
- object Memo1: TRichEdit
- Left = 5
- Top = 5
- Width = 441
- Height = 320
- Cursor = crArrow
- Align = alClient
- BorderStyle = bsNone
- Color = clInfoBk
- Lines.Strings = (
- 'Memo1')
- ReadOnly = True
- TabOrder = 0
- OnExit = Memo1Exit
- OnKeyPress = Memo1KeyPress
- end
- end
- end
-