home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 November / Chip_2002-11_cd1.bin / ctenari / Sperl / TimeBlock / TimeBlock.exe / 0 / RCDATA / TFORM4 / TFORM4.txt
Text File  |  2002-09-14  |  5KB  |  272 lines

  1. object Form4: TForm4
  2.   Left = 330
  3.   Top = 252
  4.   BorderStyle = bsDialog
  5.   Caption = 'Nastaven'#237
  6.   ClientHeight = 282
  7.   ClientWidth = 297
  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 = poDesktopCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 16
  21.     Top = 8
  22.     Width = 32
  23.     Height = 13
  24.     Caption = 'Label1'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 144
  28.     Top = 8
  29.     Width = 54
  30.     Height = 13
  31.     Alignment = taRightJustify
  32.     Caption = '12.12.2002'
  33.     Layout = tlCenter
  34.   end
  35.   object Label3: TLabel
  36.     Left = 8
  37.     Top = 200
  38.     Width = 66
  39.     Height = 13
  40.     Caption = 'Pou'#382#237't hudbu:'
  41.   end
  42.   object Label4: TLabel
  43.     Left = 224
  44.     Top = 32
  45.     Width = 36
  46.     Height = 13
  47.     Caption = 'Hodiny:'
  48.   end
  49.   object Label5: TLabel
  50.     Left = 224
  51.     Top = 80
  52.     Width = 34
  53.     Height = 13
  54.     Caption = 'Minuty:'
  55.   end
  56.   object Bevel2: TBevel
  57.     Left = 16
  58.     Top = 184
  59.     Width = 265
  60.     Height = 9
  61.     Shape = bsTopLine
  62.   end
  63.   object MonthCalendar1: TMonthCalendar
  64.     Left = 16
  65.     Top = 24
  66.     Width = 183
  67.     Height = 136
  68.     CalColors.TitleBackColor = clBtnText
  69.     CalColors.MonthBackColor = clBtnFace
  70.     CalColors.TrailingTextColor = clInfoBk
  71.     Date = 0.737255787040340000
  72.     Font.Charset = DEFAULT_CHARSET
  73.     Font.Color = clBlack
  74.     Font.Height = -11
  75.     Font.Name = 'MS Sans Serif'
  76.     Font.Style = []
  77.     ParentFont = False
  78.     ShowToday = False
  79.     TabOrder = 0
  80.     OnClick = MonthCalendar1Click
  81.   end
  82.   object OK: TButton
  83.     Left = 224
  84.     Top = 135
  85.     Width = 41
  86.     Height = 18
  87.     Caption = 'OK'
  88.     TabOrder = 4
  89.     OnClick = OKClick
  90.   end
  91.   object ComboMinuty: TComboBox
  92.     Left = 224
  93.     Top = 99
  94.     Width = 41
  95.     Height = 21
  96.     ItemHeight = 13
  97.     TabOrder = 2
  98.     Text = '01'
  99.     Items.Strings = (
  100.       '00'
  101.       '01'
  102.       '02'
  103.       '03'
  104.       '04'
  105.       '05'
  106.       '06'
  107.       '07'
  108.       '08'
  109.       '09'
  110.       '10'
  111.       '11'
  112.       '12'
  113.       '13'
  114.       '14'
  115.       '15'
  116.       '16'
  117.       '17'
  118.       '18'
  119.       '19'
  120.       '20'
  121.       '21'
  122.       '22'
  123.       '23'
  124.       '24'
  125.       '25'
  126.       '26'
  127.       '27'
  128.       '28'
  129.       '29'
  130.       '30'
  131.       '31'
  132.       '32'
  133.       '33'
  134.       '34'
  135.       '35'
  136.       '36'
  137.       '37'
  138.       '38'
  139.       '39'
  140.       '40'
  141.       '41'
  142.       '42'
  143.       '43'
  144.       '44'
  145.       '45'
  146.       '46'
  147.       '47'
  148.       '48'
  149.       '49'
  150.       '50'
  151.       '51'
  152.       '52'
  153.       '53'
  154.       '54'
  155.       '55'
  156.       '56'
  157.       '57'
  158.       '58'
  159.       '59')
  160.   end
  161.   object ComboHodiny: TComboBox
  162.     Left = 224
  163.     Top = 51
  164.     Width = 41
  165.     Height = 21
  166.     ItemHeight = 13
  167.     TabOrder = 1
  168.     Text = '01'
  169.     Items.Strings = (
  170.       '0'
  171.       '1'
  172.       '2'
  173.       '3'
  174.       '4'
  175.       '5'
  176.       '6'
  177.       '7'
  178.       '8'
  179.       '9'
  180.       '10'
  181.       '11'
  182.       '12'
  183.       '13'
  184.       '14'
  185.       '15'
  186.       '16'
  187.       '17'
  188.       '18'
  189.       '19'
  190.       '20'
  191.       '21'
  192.       '22'
  193.       '23')
  194.   end
  195.   object MediaPlayer: TMediaPlayer
  196.     Left = 104
  197.     Top = 176
  198.     Width = 57
  199.     Height = 25
  200.     ColoredButtons = [btPlay, btStop, btNext, btPrev, btStep, btBack, btRecord, btEject]
  201.     EnabledButtons = [btPlay, btPause, btStop]
  202.     VisibleButtons = [btPlay, btStop]
  203.     Visible = False
  204.     TabOrder = 10
  205.   end
  206.   object Edit1: TEdit
  207.     Left = 8
  208.     Top = 216
  209.     Width = 225
  210.     Height = 21
  211.     TabOrder = 3
  212.     Text = 'pig.wav'
  213.   end
  214.   object Button1: TButton
  215.     Left = 240
  216.     Top = 216
  217.     Width = 41
  218.     Height = 17
  219.     Caption = 'Hledat'
  220.     TabOrder = 5
  221.     OnClick = Button1Click
  222.   end
  223.   object Button2: TButton
  224.     Left = 8
  225.     Top = 248
  226.     Width = 57
  227.     Height = 25
  228.     Caption = 'P'#345'ehr'#225't'
  229.     TabOrder = 6
  230.     OnClick = Button2Click
  231.   end
  232.   object Button3: TButton
  233.     Left = 80
  234.     Top = 248
  235.     Width = 57
  236.     Height = 25
  237.     Caption = 'Pozastavit'
  238.     TabOrder = 7
  239.     OnClick = Button3Click
  240.   end
  241.   object Button4: TButton
  242.     Left = 152
  243.     Top = 248
  244.     Width = 57
  245.     Height = 25
  246.     Caption = 'Ulo'#382'it'
  247.     TabOrder = 8
  248.     OnClick = Button4Click
  249.   end
  250.   object Button5: TButton
  251.     Left = 224
  252.     Top = 248
  253.     Width = 57
  254.     Height = 25
  255.     Caption = 'Obnovit'
  256.     TabOrder = 9
  257.     OnClick = Button5Click
  258.   end
  259.   object Timer1: TTimer
  260.     OnTimer = Timer1Timer
  261.     Left = 8
  262.     Top = 176
  263.   end
  264.   object OpenDialog: TOpenDialog
  265.     Filter = 
  266.       'Multimedi'#225'ln'#237' soubory|*.avi;*.wav;*.mid;*.mpeg;*.midi;*.mp3;*.wm' +
  267.       'a;*.asf|V'#353'echny soubory|*.*'
  268.     Left = 56
  269.     Top = 176
  270.   end
  271. end
  272.