home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / hudba / mexp / mn.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt
Text File  |  1996-07-17  |  20KB  |  592 lines

  1. object mainForm: TmainForm
  2.   Left = 77
  3.   Top = 187
  4.   ActiveControl = fileListBox
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'MIDInight Express'
  8.   ClientHeight = 319
  9.   ClientWidth = 589
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   OnActivate = FormActivate
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object filesBox: TGroupBox
  20.     Left = 248
  21.     Top = 0
  22.     Width = 337
  23.     Height = 216
  24.     Caption = 'Files'
  25.     Font.Color = clBlack
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.     TabOrder = 1
  31.     object DriveComboBox1: TDriveComboBox
  32.       Left = 8
  33.       Top = 16
  34.       Width = 121
  35.       Height = 19
  36.       DirList = DirectoryListBox1
  37.       Font.Color = clBlack
  38.       Font.Height = -11
  39.       Font.Name = 'MS Sans Serif'
  40.       Font.Style = [fsBold]
  41.       ParentFont = False
  42.       TabOrder = 0
  43.     end
  44.     object DirectoryListBox1: TDirectoryListBox
  45.       Left = 8
  46.       Top = 40
  47.       Width = 121
  48.       Height = 169
  49.       FileList = fileListBox
  50.       Font.Color = clBlack
  51.       Font.Height = -11
  52.       Font.Name = 'MS Sans Serif'
  53.       Font.Style = [fsBold]
  54.       ItemHeight = 16
  55.       ParentFont = False
  56.       TabOrder = 1
  57.     end
  58.     object FilterComboBox1: TFilterComboBox
  59.       Left = 136
  60.       Top = 188
  61.       Width = 153
  62.       Height = 21
  63.       FileList = fileListBox
  64.       Filter = 
  65.         'MID files (*.MID)|*.MID|PRG files (*.PRG)|*.PRG|WAV files (*.WAV' +
  66.         ')|*.WAV|All files (*.*)|*.*'
  67.       Font.Color = clBlack
  68.       Font.Height = -11
  69.       Font.Name = 'MS Sans Serif'
  70.       Font.Style = [fsBold]
  71.       ParentFont = False
  72.       TabOrder = 3
  73.     end
  74.     object fileListBox: TExtFileListBox
  75.       Left = 136
  76.       Top = 16
  77.       Width = 193
  78.       Height = 169
  79.       Font.Color = clBlack
  80.       Font.Height = -11
  81.       Font.Name = 'MS Sans Serif'
  82.       Font.Style = [fsBold]
  83.       ItemHeight = 16
  84.       Mask = '*.MID'
  85.       ParentFont = False
  86.       ParentShowHint = False
  87.       ShowGlyphs = True
  88.       ShowHint = False
  89.       TabOrder = 2
  90.       OnChange = fileListBoxChange
  91.       OnClick = fileListBoxChange
  92.       ShowDate = False
  93.       ShowTime = False
  94.     end
  95.     object BitBtn1: TBitBtn
  96.       Left = 296
  97.       Top = 188
  98.       Width = 33
  99.       Height = 22
  100.       TabOrder = 4
  101.       OnClick = BitBtn1Click
  102.       Glyph.Data = {
  103.         76010000424D7601000000000000760000002800000020000000100000000100
  104.         04000000000000010000130B0000130B00000000000000000000000000000000
  105.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  106.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  107.         3333333333FFFFF3333333333999993333333333F77777FFF333333999999999
  108.         3333333777333777FF33339993707399933333773337F3777FF3399933000339
  109.         9933377333777F3377F3399333707333993337733337333337FF993333333333
  110.         399377F33333F333377F993333303333399377F33337FF333373993333707333
  111.         333377F333777F333333993333101333333377F333777F3FFFFF993333000399
  112.         999377FF33777F77777F3993330003399993373FF3777F37777F399933000333
  113.         99933773FF777F3F777F339993707399999333773F373F77777F333999999999
  114.         3393333777333777337333333999993333333333377777333333}
  115.       NumGlyphs = 2
  116.     end
  117.   end
  118.   object GroupBox1: TGroupBox
  119.     Left = 4
  120.     Top = 0
  121.     Width = 241
  122.     Height = 216
  123.     Caption = 'Player control'
  124.     Font.Color = clBlack
  125.     Font.Height = -11
  126.     Font.Name = 'MS Sans Serif'
  127.     Font.Style = [fsBold]
  128.     ParentFont = False
  129.     TabOrder = 0
  130.     object Bevel1: TBevel
  131.       Left = 60
  132.       Top = 16
  133.       Width = 169
  134.       Height = 33
  135.     end
  136.     object gauge: TGauge
  137.       Left = 66
  138.       Top = 24
  139.       Width = 90
  140.       Height = 17
  141.       ForeColor = clLime
  142.       Progress = 0
  143.     end
  144.     object volumeLabel: TLabel
  145.       Left = 10
  146.       Top = 192
  147.       Width = 42
  148.       Height = 13
  149.       Caption = 'Volume'
  150.       Enabled = False
  151.       Font.Color = clBlack
  152.       Font.Height = -11
  153.       Font.Name = 'MS Sans Serif'
  154.       Font.Style = [fsBold]
  155.       ParentFont = False
  156.     end
  157.     object Bevel2: TBevel
  158.       Left = 5
  159.       Top = 16
  160.       Width = 50
  161.       Height = 193
  162.     end
  163.     object Bevel3: TBevel
  164.       Left = 60
  165.       Top = 153
  166.       Width = 169
  167.       Height = 56
  168.     end
  169.     object balanceLabel: TLabel
  170.       Left = 121
  171.       Top = 192
  172.       Width = 47
  173.       Height = 13
  174.       Caption = 'Balance'
  175.       Enabled = False
  176.       Font.Color = clBlack
  177.       Font.Height = -11
  178.       Font.Name = 'MS Sans Serif'
  179.       Font.Style = [fsBold]
  180.       ParentFont = False
  181.     end
  182.     object leftLabel: TLabel
  183.       Left = 74
  184.       Top = 192
  185.       Width = 8
  186.       Height = 13
  187.       Caption = 'L'
  188.       Enabled = False
  189.       Font.Color = clRed
  190.       Font.Height = -11
  191.       Font.Name = 'MS Sans Serif'
  192.       Font.Style = [fsBold]
  193.       ParentFont = False
  194.     end
  195.     object rightLabel: TLabel
  196.       Left = 206
  197.       Top = 192
  198.       Width = 10
  199.       Height = 13
  200.       Caption = 'R'
  201.       Enabled = False
  202.       Font.Color = clBlue
  203.       Font.Height = -11
  204.       Font.Name = 'MS Sans Serif'
  205.       Font.Style = [fsBold]
  206.       ParentFont = False
  207.     end
  208.     object MediaPlayer: TMediaPlayer
  209.       Left = 60
  210.       Top = 56
  211.       Width = 169
  212.       Height = 49
  213.       VisibleButtons = [btPlay, btPause, btStop, btPrev, btStep, btBack]
  214.       AutoEnable = False
  215.       TabOrder = 2
  216.       OnClick = MediaPlayerClick
  217.     end
  218.     object timePanel: TPanel
  219.       Left = 162
  220.       Top = 24
  221.       Width = 61
  222.       Height = 17
  223.       Caption = '00:00:00'
  224.       Color = clLime
  225.       Font.Color = clBlack
  226.       Font.Height = -11
  227.       Font.Name = 'MS Sans Serif'
  228.       Font.Style = [fsBold]
  229.       ParentFont = False
  230.       TabOrder = 8
  231.     end
  232.     object volumeBar: TTrackBar
  233.       Left = 9
  234.       Top = 40
  235.       Width = 41
  236.       Height = 153
  237.       Enabled = False
  238.       Max = 20
  239.       Orientation = trVertical
  240.       Frequency = 1
  241.       Position = 10
  242.       SelEnd = 0
  243.       SelStart = 0
  244.       TabOrder = 1
  245.       TickMarks = tmBoth
  246.       TickStyle = tsAuto
  247.       OnChange = volumeBarChange
  248.     end
  249.     object volBox: TEdit
  250.       Left = 17
  251.       Top = 24
  252.       Width = 27
  253.       Height = 21
  254.       Enabled = False
  255.       Font.Color = clBlack
  256.       Font.Height = -11
  257.       Font.Name = 'MS Sans Serif'
  258.       Font.Style = [fsBold]
  259.       ParentFont = False
  260.       TabOrder = 0
  261.       OnChange = volBoxChange
  262.     end
  263.     object balanceBar: TTrackBar
  264.       Left = 88
  265.       Top = 160
  266.       Width = 113
  267.       Height = 33
  268.       Enabled = False
  269.       Max = 20
  270.       Orientation = trHorizontal
  271.       Frequency = 1
  272.       Position = 10
  273.       SelEnd = 0
  274.       SelStart = 0
  275.       TabOrder = 5
  276.       TickMarks = tmBottomRight
  277.       TickStyle = tsAuto
  278.       OnChange = balanceBarChange
  279.     end
  280.     object leftBox: TEdit
  281.       Left = 64
  282.       Top = 162
  283.       Width = 27
  284.       Height = 21
  285.       Enabled = False
  286.       ReadOnly = True
  287.       TabOrder = 6
  288.     end
  289.     object rightBox: TEdit
  290.       Left = 197
  291.       Top = 162
  292.       Width = 27
  293.       Height = 21
  294.       Enabled = False
  295.       ReadOnly = True
  296.       TabOrder = 7
  297.     end
  298.     object ejectBtn: TBitBtn
  299.       Left = 89
  300.       Top = 109
  301.       Width = 140
  302.       Height = 40
  303.       Caption = 'Eject'
  304.       Enabled = False
  305.       TabOrder = 4
  306.       OnClick = ejectBtnClick
  307.       Glyph.Data = {
  308.         76040000424D7604000000000000760000002800000040000000200000000100
  309.         0400000000000004000000000000000000000000000000000000000000000000
  310.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  311.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  312.         8888888888888888888888888888888888888888888888888888888888888888
  313.         8888888888888888888888888888888888888888888888888888888888888888
  314.         8888888888888888888888888888888888888888888888888888888888888888
  315.         8888888888888888888888888888888888888888888888888888888888888888
  316.         8888888888888888888888888888888888888888888888888888888888888888
  317.         8888888888888888888888888888888888888888888888888888888888888888
  318.         8888888888888888888888888888888888888888888888888888888888888888
  319.         88888888888888888888888888888888888888888888888888888888887FFFFF
  320.         FFFFFFFFFFF8888888888888887FFFFFFFFFFFFFFFF888888888888888799999
  321.         9999999999F8888888888888887888888888888888F888888888888888777777
  322.         7777777777F8888888888888887777777777777777F888888888888888888888
  323.         8888888888888888888888888888888888888888888888888888888888888888
  324.         88888888888888888888888888888888888888888888888888888888887FFFFF
  325.         FFFFFFFFFFF8888888888888887FFFFFFFFFFFFFFFF888888888888888799999
  326.         9999999999F8888888888888887888888888888888F888888888888888879999
  327.         999999999F8888888888888888878888888888888F8888888888888888887999
  328.         99999999F8888888888888888888788888888888F88888888888888888888799
  329.         9999999F8888888888888888888887888888888F888888888888888888888879
  330.         999999F8888888888888888888888878888888F8888888888888888888888887
  331.         99999F8888888888888888888888888788888F88888888888888888888888888
  332.         7999F8888888888888888888888888887888F888888888888888888888888888
  333.         879F8888888888888888888888888888878F8888888888888888888888888888
  334.         8878888888888888888888888888888888788888888888888888888888888888
  335.         8888888888888888888888888888888888888888888888888888888888888888
  336.         8888888888888888888888888888888888888888888888888888888888888888
  337.         8888888888888888888888888888888888888888888888888888888888888888
  338.         8888888888888888888888888888888888888888888888888888888888888888
  339.         8888888888888888888888888888888888888888888888888888888888888888
  340.         8888888888888888888888888888888888888888888888888888888888888888
  341.         8888888888888888888888888888888888888888888888888888888888888888
  342.         8888888888888888888888888888888888888888888888888888888888888888
  343.         8888888888888888888888888888888888888888888888888888}
  344.       NumGlyphs = 2
  345.     end
  346.     object muteBtn: TBitBtn
  347.       Left = 60
  348.       Top = 109
  349.       Width = 29
  350.       Height = 40
  351.       Caption = 'On'
  352.       Enabled = False
  353.       TabOrder = 3
  354.       OnClick = muteBtnClick
  355.       Glyph.Data = {
  356.         78010000424D7801000000000000760000002800000020000000100000000100
  357.         04000000000000000000120B0000120B00000000000000000000000000000000
  358.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  359.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  360.         33333333333FFF3333F333333300033339333333337773F33733333330008033
  361.         933333333737F7F37333333307078733333933337337373F3337333077088803
  362.         33933337F37F337F3373333077088803393333F7337FF37F3733300777008803
  363.         9333377F33773F7F733307088808087333337F7F337F7F7F3FFF070777080873
  364.         99997F7F337F7F7F77770808880808733333737F337F737F3F33300888008803
  365.         93333773F377337F73F333308807880339333337F37F337F373F333088077803
  366.         339333373F73F37333733333087777333339333373F7F7F33F37333330807033
  367.         933333333737F73373F3333333000333393333333377733337330000}
  368.       Layout = blGlyphTop
  369.       NumGlyphs = 2
  370.     end
  371.   end
  372.   object StatusBar: TStatusBar
  373.     Left = 0
  374.     Top = 300
  375.     Width = 589
  376.     Height = 19
  377.     Font.Color = clBlack
  378.     Font.Height = -11
  379.     Font.Name = 'MS Sans Serif'
  380.     Font.Style = []
  381.     Panels = <>
  382.     ParentFont = False
  383.     SimplePanel = True
  384.   end
  385.   object StringGrid1: TStringGrid
  386.     Left = 568
  387.     Top = 256
  388.     Width = 265
  389.     Height = 121
  390.     ColCount = 2
  391.     FixedCols = 0
  392.     RowCount = 2
  393.     TabOrder = 5
  394.     Visible = False
  395.   end
  396.   object GroupBox2: TGroupBox
  397.     Left = 4
  398.     Top = 216
  399.     Width = 581
  400.     Height = 26
  401.     TabOrder = 2
  402.     object songName: TLabel
  403.       Left = 112
  404.       Top = 9
  405.       Width = 462
  406.       Height = 13
  407.       Alignment = taRightJustify
  408.     end
  409.     object makeWAVbox: TCheckBox
  410.       Left = 8
  411.       Top = 7
  412.       Width = 97
  413.       Height = 17
  414.       Caption = 'Record to file'
  415.       TabOrder = 0
  416.     end
  417.   end
  418.   object GroupBox3: TGroupBox
  419.     Left = 4
  420.     Top = 242
  421.     Width = 581
  422.     Height = 57
  423.     TabOrder = 3
  424.     object drumBtn: TBitBtn
  425.       Left = 102
  426.       Top = 11
  427.       Width = 90
  428.       Height = 41
  429.       Caption = 'Drums'
  430.       TabOrder = 1
  431.       OnClick = drumBtnClick
  432.       Glyph.Data = {
  433.         96010000424D9601000000000000760000002800000018000000180000000100
  434.         0400000000002001000000000000000000000000000000000000000000000000
  435.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  436.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
  437.         FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  438.         FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000000000FF
  439.         FFFFFFFF0003333333333000FFFFFFF033033333333330330FFFFFF033033333
  440.         333330330FFFFFF033033333333330330FFFFFF033033333333330330FFFFFF0
  441.         33033333333330330FFFFFF033000000000000330FFFFFF00088888888888800
  442.         0FFFFFF088880B88888888880FFFFFF08880B8888B0888880FFFFFFF000B8888
  443.         88B08800FFFFFFFFF0B00000000B00FFFFFFFFFF0BFFFFFFFFFFB0FFFFFFFFF0
  444.         BFFFFFFFFFFFFB0FFFFFFFFFFFFFFFFFFFFFFFB0FFFFFFFFFFFFFFFFFFFFFFFF
  445.         FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF}
  446.     end
  447.     object PRGbtn: TBitBtn
  448.       Left = 197
  449.       Top = 11
  450.       Width = 90
  451.       Height = 41
  452.       Caption = 'PRGs'
  453.       Font.Color = clBlack
  454.       Font.Height = -11
  455.       Font.Name = 'MS Sans Serif'
  456.       Font.Style = [fsBold]
  457.       ParentFont = False
  458.       TabOrder = 2
  459.       OnClick = PRGbtnClick
  460.       Glyph.Data = {
  461.         78010000424D7801000000000000760000002800000020000000100000000100
  462.         04000000000000000000120B0000120B00000000000000000000000000000000
  463.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  464.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555000000
  465.         000055555F77777777775555000FFFFFFFF0555F777F5FFFF55755000F0F0000
  466.         FFF05F777F7F77775557000F0F0FFFFFFFF0777F7F7F5FFFFFF70F0F0F0F0000
  467.         00F07F7F7F7F777777570F0F0F0FFFFFFFF07F7F7F7F5FFFFFF70F0F0F0F0000
  468.         00F07F7F7F7F777777570F0F0F0FFFFFFFF07F7F7F7F5FFF55570F0F0F0F000F
  469.         FFF07F7F7F7F77755FF70F0F0F0FFFFF00007F7F7F7F5FF577770F0F0F0F00FF
  470.         0F057F7F7F7F77557F750F0F0F0FFFFF00557F7F7F7FFFFF77550F0F0F000000
  471.         05557F7F7F77777775550F0F0000000555557F7F7777777555550F0000000555
  472.         55557F77777775555555000000055555555577777775555555550000}
  473.       NumGlyphs = 2
  474.     end
  475.     object WAVbtn: TBitBtn
  476.       Left = 292
  477.       Top = 11
  478.       Width = 90
  479.       Height = 41
  480.       Caption = 'WAVs'
  481.       Font.Color = clBlack
  482.       Font.Height = -11
  483.       Font.Name = 'MS Sans Serif'
  484.       Font.Style = [fsBold]
  485.       ParentFont = False
  486.       TabOrder = 3
  487.       OnClick = wavBtnClick
  488.       Glyph.Data = {
  489.         76020000424D7602000000000000760000002800000020000000200000000100
  490.         0400000000000002000000000000000000000000000000000000000000000000
  491.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  492.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  493.         8888888888888888888888888888888888888888888888888888888888888888
  494.         8888888888888888888888888888888888888888888888888888888888888888
  495.         8888888888888888888888888888888888888888888888888888877778777888
  496.         77888778887787777788877778777777777777777777877777888F788F887F88
  497.         888888887F88888777888F8888F8888F8888888F8887788877888F8888F88888
  498.         888F88888888888877888F88888FFFFFFFFFFFFFFF77888877888F8888888888
  499.         888888888888888877888F8888888888888888888888888877888F888FFFF888
  500.         88888888888FFFF877888F887000FF88FFFFFFFF887000FF77888F870F0F0F88
  501.         3BBB388F870F0F0F77888F8700700F883BBB388F8700700F77888F870F0F0F88
  502.         3333388F870F0F0F77888F8770007888888888888770007877888F8877778888
  503.         888888888877778877888F8888888888888888888888888877888F8888888888
  504.         888888888888888877888F8888888888888888888888888777888FFFFFFFFFFF
  505.         FFFFFFFFFFFFFFFF778888888888888888888888888888888888888888888888
  506.         8888888888888888888888888888888888888888888888888888888888888888
  507.         8888888888888888888888888888888888888888888888888888888888888888
  508.         8888888888888888888888888888888888888888888888888888}
  509.     end
  510.     object songBtn: TBitBtn
  511.       Left = 387
  512.       Top = 11
  513.       Width = 90
  514.       Height = 41
  515.       Caption = 'Songs'
  516.       TabOrder = 4
  517.       OnClick = songBtnClick
  518.       Glyph.Data = {
  519.         78010000424D7801000000000000760000002800000020000000100000000100
  520.         04000000000000000000120B0000120B00000000000000000000000000000000
  521.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  522.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  523.         333333333333333333FF3333333333333003333333333333377F333333333333
  524.         30003FFFFFFFFFFFF77707777777777777707777777777777777033333333333
  525.         33307FFFFFFFFFFFFFF707777777700777707777777777777777030333333000
  526.         33307F7FFFFFF777FFF707770077777077707777777777777777030300033330
  527.         33307F7F777FFFF7FFF707777707777077777777777777777777033333033330
  528.         33337FFFFF7FFFF7FFFF07777707777077777777777777777777333333000000
  529.         3333333333777777F33333333303333033333333337FFFF7F333333333000000
  530.         33333333337777773333333333333333333333333333333333330000}
  531.       NumGlyphs = 2
  532.     end
  533.     object helpBtn: TBitBtn
  534.       Left = 7
  535.       Top = 11
  536.       Width = 90
  537.       Height = 41
  538.       HelpContext = 500
  539.       Caption = 'Help'
  540.       Font.Color = clBlack
  541.       Font.Height = -11
  542.       Font.Name = 'MS Sans Serif'
  543.       Font.Style = [fsBold]
  544.       ParentFont = False
  545.       TabOrder = 0
  546.       OnClick = helpBtnClick
  547.       Kind = bkHelp
  548.     end
  549.     object exitBtn: TBitBtn
  550.       Left = 482
  551.       Top = 11
  552.       Width = 90
  553.       Height = 41
  554.       Caption = 'Exit'
  555.       Font.Color = clBlack
  556.       Font.Height = -11
  557.       Font.Name = 'MS Sans Serif'
  558.       Font.Style = [fsBold]
  559.       ParentFont = False
  560.       TabOrder = 5
  561.       OnClick = exitBtnClick
  562.       Glyph.Data = {
  563.         76020000424D7602000000000000760000002800000020000000200000000100
  564.         0400000000000002000000000000000000000000000000000000000000000000
  565.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  566.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
  567.         FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  568.         FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00FFFF
  569.         FFFFFFFFFFFFF00FFFFFFFFFF030FFFFFFFFFFFFFFFFF030FFFFFFFF0330FFFF
  570.         FFFFFFFFFFFFF0330FFFFFFF00030FFFFFFFFFFFFFFF03000FFFFFFFFFF030FF
  571.         FFFFFFFFFFF030FFFFFFFFFFFFFF0300F0F0F0F0F0030FFFFFFFFFFFFFFFF030
  572.         000000000030FFFFFFFFFFFFFFFFFF0030303030300FFFFFFFFFFFFFFFFFFF03
  573.         33333333330FFFFFFFFFFFFFFFFFFF0333333333330FFFFFFFFFFFFFFFFFF000
  574.         333030333000FFFFFFFFFFFFFFFF00333330003333300FFFFFFFFFFFFFFF0333
  575.         3330003333330FFFFFFFFFFFFFFF03330033333003330FFFFFFFFFFFFFFF0330
  576.         0003330000330FFFFFFFFFFFFFFF03300003330000330FFFFFFFFFFFFFFF0033
  577.         0033333003300FFFFFFFFFFFFFFFF003333333333300FFFFFFFFFFFFFFFFFF03
  578.         33333333330FFFFFFFFFFFFFFFFFF030003333300030FFFFFFFFFFFFFFFF030F
  579.         F0000000FF030FFFFFFFFFFFF00030FFFFFFFFFFFFF03000FFFFFFFFF0330FFF
  580.         FFFFFFFFFFFF0330FFFFFFFFFF030FFFFFFFFFFFFFFF030FFFFFFFFFFFF00FFF
  581.         FFFFFFFFFFFF00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  582.         FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF}
  583.       Layout = blGlyphRight
  584.     end
  585.   end
  586.   object timer: TTimer
  587.     Enabled = False
  588.     OnTimer = timerTick
  589.     Left = 564
  590.   end
  591. end
  592.