home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 February / Chip_2001-02_cd1.bin / oddech / kalendar / kalendar.exe / 0 / RCDATA / TFORM10 / TFORM10.txt
Text File  |  1999-04-16  |  1KB  |  63 lines

  1. object Form10: TForm10
  2.   Left = 290
  3.   Top = 245
  4.   BorderStyle = bsDialog
  5.   Caption = 'Bud∩┐╜k-Zvon∩┐╜n∩┐╜'
  6.   ClientHeight = 108
  7.   ClientWidth = 177
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 16
  19.     Top = 8
  20.     Width = 145
  21.     Height = 49
  22.     BevelInner = bvLowered
  23.     BorderWidth = 2
  24.     Caption = 'Panel1'
  25.     Color = clSilver
  26.     TabOrder = 0
  27.     object Image2: TImage
  28.       Left = 4
  29.       Top = 4
  30.       Width = 137
  31.       Height = 40
  32.     end
  33.   end
  34.   object Button1: TButton
  35.     Left = 64
  36.     Top = 72
  37.     Width = 57
  38.     Height = 22
  39.     Cancel = True
  40.     Caption = 'Zav∩┐╜∩┐╜t'
  41.     ModalResult = 2
  42.     TabOrder = 1
  43.   end
  44.   object MediaPlayer1: TMediaPlayer
  45.     Left = -64
  46.     Top = 64
  47.     Width = 29
  48.     Height = 30
  49.     ColoredButtons = [btNext, btPrev, btStep, btBack, btRecord, btEject]
  50.     EnabledButtons = [btPlay]
  51.     VisibleButtons = []
  52.     DeviceType = dtWaveAudio
  53.     TabOrder = 2
  54.     OnNotify = MediaPlayer1Notify
  55.   end
  56.   object Timer1: TTimer
  57.     Interval = 400
  58.     OnTimer = Timer1Timer
  59.     Left = 8
  60.     Top = 64
  61.   end
  62. end
  63.