home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 October / PCWorld_2001-10_cd.bin / Software / Vyzkuste / reminder / Reminder.exe / 0 / RCDATA / TADDWIN / TADDWIN.txt
Text File  |  2001-08-05  |  2KB  |  118 lines

  1. object AddWin: TAddWin
  2.   Left = 547
  3.   Top = 105
  4.   BorderStyle = bsDialog
  5.   Caption = 'P∩┐╜id∩┐╜n∩┐╜ p∩┐╜ipom∩┐╜nky'
  6.   ClientHeight = 216
  7.   ClientWidth = 232
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCloseQuery = FormCloseQuery
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object RadioGroup1: TRadioGroup
  21.     Left = 8
  22.     Top = 8
  23.     Width = 217
  24.     Height = 161
  25.     Caption = 'Nov∩┐╜ p∩┐╜ipom∩┐╜nka:'
  26.     TabOrder = 0
  27.   end
  28.   object Datum: TDateTimePicker
  29.     Left = 24
  30.     Top = 32
  31.     Width = 186
  32.     Height = 21
  33.     CalAlignment = dtaLeft
  34.     Date = 37085.785142013900000000
  35.     Time = 37085.785142013900000000
  36.     DateFormat = dfShort
  37.     DateMode = dmComboBox
  38.     Kind = dtkDate
  39.     ParseInput = False
  40.     TabOrder = 1
  41.   end
  42.   object Narozeniny: TRadioButton
  43.     Left = 24
  44.     Top = 64
  45.     Width = 73
  46.     Height = 17
  47.     Caption = 'Narozeniny'
  48.     TabOrder = 2
  49.     OnClick = NarozeninyClick
  50.   end
  51.   object Svatek: TRadioButton
  52.     Left = 24
  53.     Top = 80
  54.     Width = 57
  55.     Height = 17
  56.     Caption = 'Sv∩┐╜tek'
  57.     TabOrder = 3
  58.     OnClick = SvatekClick
  59.   end
  60.   object Jmena: TComboBox
  61.     Left = 24
  62.     Top = 136
  63.     Width = 185
  64.     Height = 21
  65.     ItemHeight = 13
  66.     TabOrder = 4
  67.     OnChange = JmenaChange
  68.   end
  69.   object Add: TButton
  70.     Left = 32
  71.     Top = 184
  72.     Width = 75
  73.     Height = 25
  74.     Caption = '&P∩┐╜idat'
  75.     Default = True
  76.     TabOrder = 5
  77.     OnClick = AddClick
  78.   end
  79.   object Cancel: TButton
  80.     Left = 120
  81.     Top = 184
  82.     Width = 75
  83.     Height = 25
  84.     Cancel = True
  85.     Caption = '&Storno'
  86.     TabOrder = 6
  87.     OnClick = CancelClick
  88.   end
  89.   object Panel1: TPanel
  90.     Left = 24
  91.     Top = 116
  92.     Width = 41
  93.     Height = 17
  94.     BevelOuter = bvNone
  95.     Caption = 'Jm∩┐╜no:'
  96.     TabOrder = 7
  97.   end
  98.   object Edit: TButton
  99.     Left = 32
  100.     Top = 184
  101.     Width = 75
  102.     Height = 25
  103.     Caption = '&Opravit'
  104.     Default = True
  105.     TabOrder = 8
  106.     OnClick = EditClick
  107.   end
  108.   object Other: TRadioButton
  109.     Left = 24
  110.     Top = 96
  111.     Width = 41
  112.     Height = 17
  113.     Caption = 'Jin∩┐╜'
  114.     TabOrder = 9
  115.     OnClick = OtherClick
  116.   end
  117. end
  118.