object FormRtfInsDate: TFormRtfInsDate Left = 424 Top = 288 BorderStyle = bsDialog Caption = 'Vlo�it datum/�as' ClientHeight = 113 ClientWidth = 223 Color = clBtnFace ParentFont = True OldCreateOrder = True Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object BtnOk: TButton Left = 139 Top = 8 Width = 75 Height = 25 Caption = 'OK' Default = True Enabled = False ModalResult = 1 TabOrder = 1 end object BtnCancel: TButton Left = 139 Top = 40 Width = 75 Height = 25 Cancel = True Caption = 'Storno' ModalResult = 2 TabOrder = 2 end object Listbox: TListBox Left = 8 Top = 8 Width = 121 Height = 97 ItemHeight = 13 TabOrder = 0 OnClick = ListboxClick OnDblClick = ListboxDblClick end object Wallpaper1: TWallpaper ResourceName = 'WALLPAPER' Left = 184 Top = 80 end end