object FormRtfAbout: TFormRtfAbout Left = 264 Top = 182 BorderStyle = bsDialog Caption = 'O programu' ClientHeight = 233 ClientWidth = 390 Color = clBtnFace ParentFont = True OldCreateOrder = True Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 373 Height = 189 Shape = bsFrame end object Image1: TImage Left = 20 Top = 20 Width = 64 Height = 64 Picture.Data = {} Stretch = True Transparent = True end object Image2: TImage Left = 115 Top = 21 Width = 241 Height = 25 AutoSize = True Picture.Data = {} Transparent = True end object LabelAddress: TLabel Left = 116 Top = 96 Width = 99 Height = 13 Caption = 'Cejl 20, Brno, 602 00' end object LabelTel: TLabel Left = 116 Top = 112 Width = 88 Height = 13 Caption = 'tel.: phone number' end object LabelFax: TLabel Left = 116 Top = 128 Width = 72 Height = 13 Caption = 'fax: fax number' end object LabelEmail: TLabel Left = 116 Top = 144 Width = 105 Height = 13 Cursor = crHandPoint Caption = 'e-mail: email@address' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentColor = False ParentFont = False OnClick = LabelEmailClick end object LabelWeb: TLabel Left = 116 Top = 163 Width = 108 Height = 13 Cursor = crHandPoint Caption = 'http://www.address.xy' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentColor = False ParentFont = False OnClick = LabelWebClick end object LabelVersion: TLabel Left = 116 Top = 72 Width = 61 Height = 13 Caption = 'LabelVersion' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label1: TLabel Left = 116 Top = 52 Width = 88 Height = 13 Caption = 'Rich text editor' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object OKBtn: TButton Left = 307 Top = 204 Width = 75 Height = 25 Cancel = True Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = OKBtnClick end object Wallpaper1: TWallpaper ResourceName = 'WALLPAPER' Left = 8 Top = 200 end end