home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 October / PCWorld_1999-10_cd2.bin / Supreme / _SETUP.1 / Contact.exe / 0 / RCDATA / TFORMRTFINSDATE / TFORMRTFINSDATE.txt
Text File  |  1999-09-06  |  962b  |  52 lines

  1. object FormRtfInsDate: TFormRtfInsDate
  2.   Left = 424
  3.   Top = 288
  4.   BorderStyle = bsDialog
  5.   Caption = 'Vlo∩┐╜it datum/∩┐╜as'
  6.   ClientHeight = 113
  7.   ClientWidth = 223
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   Position = poScreenCenter
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object BtnOk: TButton
  16.     Left = 139
  17.     Top = 8
  18.     Width = 75
  19.     Height = 25
  20.     Caption = 'OK'
  21.     Default = True
  22.     Enabled = False
  23.     ModalResult = 1
  24.     TabOrder = 1
  25.   end
  26.   object BtnCancel: TButton
  27.     Left = 139
  28.     Top = 40
  29.     Width = 75
  30.     Height = 25
  31.     Cancel = True
  32.     Caption = 'Storno'
  33.     ModalResult = 2
  34.     TabOrder = 2
  35.   end
  36.   object Listbox: TListBox
  37.     Left = 8
  38.     Top = 8
  39.     Width = 121
  40.     Height = 97
  41.     ItemHeight = 13
  42.     TabOrder = 0
  43.     OnClick = ListboxClick
  44.     OnDblClick = ListboxDblClick
  45.   end
  46.   object Wallpaper1: TWallpaper
  47.     ResourceName = 'WALLPAPER'
  48.     Left = 184
  49.     Top = 80
  50.   end
  51. end
  52.