UDemo.dfm
上传用户:raido2005
上传日期:2022-06-22
资源大小:5044k
文件大小:25k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. object mDemo: TmDemo
  2.   Left = 606
  3.   Top = 287
  4.   Caption = 'Main demo '
  5.   ClientHeight = 399
  6.   ClientWidth = 644
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Tahoma'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Splitter: TSplitter
  19.     Left = 307
  20.     Top = 0
  21.     Height = 399
  22.   end
  23.   object P1: TPanel
  24.     Left = 0
  25.     Top = 0
  26.     Width = 307
  27.     Height = 399
  28.     Align = alLeft
  29.     BevelOuter = bvNone
  30.     Constraints.MaxWidth = 1000
  31.     Constraints.MinWidth = 50
  32.     TabOrder = 0
  33.     object Pages: TPageControl
  34.       Left = 0
  35.       Top = 0
  36.       Width = 307
  37.       Height = 306
  38.       ActivePage = TabXML
  39.       Align = alClient
  40.       Constraints.MinHeight = 305
  41.       MultiLine = True
  42.       TabOrder = 0
  43.       object TabShape: TTabSheet
  44.         Caption = 'Shape'
  45.         ImageIndex = 1
  46.         ExplicitLeft = 0
  47.         ExplicitTop = 0
  48.         ExplicitWidth = 0
  49.         ExplicitHeight = 0
  50.         object rvShape: TRadioGroup
  51.           Left = 4
  52.           Top = 1
  53.           Width = 288
  54.           Height = 83
  55.           Caption = 'Shape type'
  56.           Columns = 3
  57.           ItemIndex = 0
  58.           Items.Strings = (
  59.             'Rectangle'
  60.             'Star'
  61.             'Ellipse'
  62.             'Cyrcle'
  63.             'Polygon'
  64.             'Ring'
  65.             'Pie'
  66.             'Arc (closed)'
  67.             'Diamond')
  68.           TabOrder = 0
  69.         end
  70.         object FillShape: TRadioGroup
  71.           Left = 4
  72.           Top = 90
  73.           Width = 101
  74.           Height = 83
  75.           Caption = 'Shape fill'
  76.           ItemIndex = 0
  77.           Items.Strings = (
  78.             'Solid color'
  79.             'Gradient'
  80.             'Bitmap')
  81.           TabOrder = 1
  82.         end
  83.         object GroupBox1: TGroupBox
  84.           Left = 112
  85.           Top = 90
  86.           Width = 179
  87.           Height = 83
  88.           Caption = 'Setings'
  89.           TabOrder = 2
  90.           object Label3: TLabel
  91.             Left = 10
  92.             Top = 60
  93.             Width = 34
  94.             Height = 13
  95.             Caption = 'Image:'
  96.           end
  97.           object BrowsImg: TSpeedButton
  98.             Left = 155
  99.             Top = 57
  100.             Width = 22
  101.             Height = 21
  102.             Caption = '...'
  103.             OnClick = BrowsImgClick
  104.           end
  105.           object cbLine: TCheckBox
  106.             Left = 10
  107.             Top = 17
  108.             Width = 120
  109.             Height = 17
  110.             Caption = 'Show outline'
  111.             TabOrder = 0
  112.           end
  113.           object UseA: TCheckBox
  114.             Left = 10
  115.             Top = 37
  116.             Width = 120
  117.             Height = 17
  118.             Caption = 'Use alpha value'
  119.             TabOrder = 1
  120.           end
  121.           object ImgName: TEdit
  122.             Left = 45
  123.             Top = 57
  124.             Width = 108
  125.             Height = 21
  126.             TabOrder = 2
  127.           end
  128.         end
  129.         object GroupBox2: TGroupBox
  130.           Left = 4
  131.           Top = 176
  132.           Width = 287
  133.           Height = 69
  134.           Caption = 'Flash 8 features'
  135.           TabOrder = 3
  136.           object Label8: TLabel
  137.             Left = 8
  138.             Top = 19
  139.             Width = 59
  140.             Height = 13
  141.             Caption = 'Blend mode:'
  142.           end
  143.           object Label9: TLabel
  144.             Left = 152
  145.             Top = 18
  146.             Width = 33
  147.             Height = 13
  148.             Caption = 'Filters:'
  149.           end
  150.           object CBBlend: TComboBox
  151.             Left = 8
  152.             Top = 40
  153.             Width = 121
  154.             Height = 21
  155.             Style = csDropDownList
  156.             ItemHeight = 0
  157.             ItemIndex = 0
  158.             TabOrder = 0
  159.             Text = 'None'
  160.             Items.Strings = (
  161.               'None'
  162.               'Normal'
  163.               'Layer'
  164.               'Multiply'
  165.               'Screen'
  166.               'Lighten'
  167.               'Darken'
  168.               'Difference'
  169.               'Add'
  170.               'Subtract'
  171.               'Invert'
  172.               'Alpha'
  173.               'Erase'
  174.               'Overlay'
  175.               'Hardlight')
  176.           end
  177.           object CBFilter: TComboBox
  178.             Left = 152
  179.             Top = 39
  180.             Width = 121
  181.             Height = 21
  182.             Style = csDropDownList
  183.             ItemHeight = 0
  184.             ItemIndex = 0
  185.             TabOrder = 1
  186.             Text = 'None'
  187.             Items.Strings = (
  188.               'None'
  189.               'Drop Shadow'
  190.               'Blur'
  191.               'Glow'
  192.               'Bevel'
  193.               'Gradient Glow'
  194.               'Convolution'
  195.               'Color Matrix'
  196.               'Gradient Bevel')
  197.           end
  198.         end
  199.       end
  200.       object TabSound: TTabSheet
  201.         Caption = 'Sound'
  202.         ExplicitLeft = 0
  203.         ExplicitTop = 0
  204.         ExplicitWidth = 0
  205.         ExplicitHeight = 0
  206.         object bSndBrowse: TSpeedButton
  207.           Left = 187
  208.           Top = 21
  209.           Width = 22
  210.           Height = 22
  211.           Caption = '...'
  212.           OnClick = bSndBrowseClick
  213.         end
  214.         object Label1: TLabel
  215.           Left = 4
  216.           Top = 4
  217.           Width = 134
  218.           Height = 13
  219.           Caption = 'Sound file name (wav, mp3)'
  220.         end
  221.         object SndName: TEdit
  222.           Left = 4
  223.           Top = 21
  224.           Width = 180
  225.           Height = 21
  226.           TabOrder = 0
  227.         end
  228.         object sndVariant: TRadioGroup
  229.           Left = 4
  230.           Top = 49
  231.           Width = 180
  232.           Height = 60
  233.           Caption = 'Use variant'
  234.           ItemIndex = 0
  235.           Items.Strings = (
  236.             'As stream'
  237.             'As event')
  238.           TabOrder = 1
  239.         end
  240.         object SndEvParam: TGroupBox
  241.           Left = 4
  242.           Top = 186
  243.           Width = 180
  244.           Height = 64
  245.           Caption = 'Event sound'
  246.           TabOrder = 2
  247.           object Label2: TLabel
  248.             Left = 8
  249.             Top = 22
  250.             Width = 27
  251.             Height = 13
  252.             Caption = 'Loop:'
  253.           end
  254.           object sndLoop: TEdit
  255.             Left = 40
  256.             Top = 19
  257.             Width = 53
  258.             Height = 21
  259.             TabOrder = 0
  260.             Text = '3'
  261.           end
  262.           object cbSyncNoMultiple: TCheckBox
  263.             Left = 8
  264.             Top = 41
  265.             Width = 146
  266.             Height = 17
  267.             Caption = 'SyncNoMultiple'
  268.             Checked = True
  269.             State = cbChecked
  270.             TabOrder = 1
  271.           end
  272.         end
  273.         object StreamBox: TGroupBox
  274.           Left = 4
  275.           Top = 115
  276.           Width = 180
  277.           Height = 65
  278.           Caption = 'Stream sound '
  279.           TabOrder = 3
  280.           object Label6: TLabel
  281.             Left = 97
  282.             Top = 40
  283.             Width = 16
  284.             Height = 13
  285.             Caption = 'sec'
  286.           end
  287.           object CBDuration: TCheckBox
  288.             Left = 8
  289.             Top = 16
  290.             Width = 153
  291.             Height = 17
  292.             Caption = 'Movie as sound duration'
  293.             Checked = True
  294.             State = cbChecked
  295.             TabOrder = 0
  296.             OnClick = CBDurationClick
  297.           end
  298.           object SDuratiom: TEdit
  299.             Left = 40
  300.             Top = 36
  301.             Width = 53
  302.             Height = 21
  303.             Enabled = False
  304.             TabOrder = 1
  305.             Text = '0'
  306.           end
  307.         end
  308.       end
  309.       object TabButton: TTabSheet
  310.         Caption = 'Button'
  311.         ImageIndex = 2
  312.         ExplicitLeft = 0
  313.         ExplicitTop = 0
  314.         ExplicitWidth = 0
  315.         ExplicitHeight = 0
  316.         object Label4: TLabel
  317.           Left = 1
  318.           Top = 9
  319.           Width = 45
  320.           Height = 13
  321.           Caption = 'Open url:'
  322.         end
  323.         object EOpenUtr: TEdit
  324.           Left = 48
  325.           Top = 5
  326.           Width = 176
  327.           Height = 21
  328.           TabOrder = 0
  329.           Text = 'http://www.delphiflash.com'
  330.         end
  331.       end
  332.       object TabText: TTabSheet
  333.         Caption = 'Text'
  334.         ImageIndex = 3
  335.         ExplicitLeft = 0
  336.         ExplicitTop = 0
  337.         ExplicitWidth = 0
  338.         ExplicitHeight = 0
  339.         object HTMLBrowse: TSpeedButton
  340.           Left = 19
  341.           Top = 119
  342.           Width = 23
  343.           Height = 22
  344.           Caption = '...'
  345.           OnClick = HTMLBrowseClick
  346.         end
  347.         object LGetText: TLabel
  348.           Left = 88
  349.           Top = 78
  350.           Width = 3
  351.           Height = 13
  352.         end
  353.         object StaticText: TEdit
  354.           Left = 88
  355.           Top = 28
  356.           Width = 201
  357.           Height = 21
  358.           TabOrder = 0
  359.           Text = 'Static Text'
  360.         end
  361.         object BFont: TButton
  362.           Left = 1
  363.           Top = 198
  364.           Width = 289
  365.           Height = 53
  366.           Caption = 'Arial'
  367.           Font.Charset = DEFAULT_CHARSET
  368.           Font.Color = clWindowText
  369.           Font.Height = -27
  370.           Font.Name = 'Arial'
  371.           Font.Style = [fsBold, fsItalic]
  372.           ParentFont = False
  373.           TabOrder = 1
  374.           OnClick = BFontClick
  375.         end
  376.         object EditText: TEdit
  377.           Left = 88
  378.           Top = 54
  379.           Width = 201
  380.           Height = 21
  381.           TabOrder = 2
  382.           Text = 'Edit Text'
  383.         end
  384.         object MemoHTML: TMemo
  385.           Left = 88
  386.           Top = 100
  387.           Width = 201
  388.           Height = 89
  389.           Lines.Strings = (
  390.             '<u>tags are supported:</u><br>'
  391.             
  392.               '<b>bold</b> text.<br><i>italic</i> text.<br><font color="#FF0000' +
  393.               '">color</font> text<br>font <font size="+10">size</font> & <font' +
  394.               ' face="Times New Roman">face.</font><br>'
  395.             ''
  396.             
  397.               '<p align="center"><a href="http://delphiflash.com"><font color="' +
  398.               '#333366" >www.DelphiFlash.com</font></a></p>')
  399.           ScrollBars = ssBoth
  400.           TabOrder = 3
  401.           WordWrap = False
  402.         end
  403.         object RBText1: TRadioButton
  404.           Left = 1
  405.           Top = 30
  406.           Width = 85
  407.           Height = 17
  408.           Caption = 'Static text'
  409.           Checked = True
  410.           TabOrder = 4
  411.           TabStop = True
  412.         end
  413.         object RBText2: TRadioButton
  414.           Left = 1
  415.           Top = 55
  416.           Width = 85
  417.           Height = 17
  418.           Caption = 'Edit text'
  419.           TabOrder = 5
  420.         end
  421.         object RBText3: TRadioButton
  422.           Left = 1
  423.           Top = 100
  424.           Width = 85
  425.           Height = 17
  426.           Caption = 'HTML text'
  427.           TabOrder = 6
  428.         end
  429.         object FntEmbed: TCheckBox
  430.           Left = 3
  431.           Top = 3
  432.           Width = 97
  433.           Height = 17
  434.           Caption = 'Embedded font'
  435.           TabOrder = 7
  436.         end
  437.       end
  438.       object TabTransform: TTabSheet
  439.         Caption = 'Transformation'
  440.         ImageIndex = 4
  441.         ExplicitLeft = 0
  442.         ExplicitTop = 0
  443.         ExplicitWidth = 0
  444.         ExplicitHeight = 0
  445.         object Trans2: TCheckBox
  446.           Left = 3
  447.           Top = 27
  448.           Width = 221
  449.           Height = 17
  450.           Caption = 'Move'
  451.           Checked = True
  452.           State = cbChecked
  453.           TabOrder = 0
  454.         end
  455.         object Trans1: TCheckBox
  456.           Left = 3
  457.           Top = 7
  458.           Width = 221
  459.           Height = 17
  460.           Caption = 'Scale'
  461.           Checked = True
  462.           State = cbChecked
  463.           TabOrder = 1
  464.         end
  465.         object Trans3: TCheckBox
  466.           Left = 3
  467.           Top = 47
  468.           Width = 221
  469.           Height = 17
  470.           Caption = 'Skew'
  471.           TabOrder = 2
  472.         end
  473.         object Trans4: TCheckBox
  474.           Left = 3
  475.           Top = 67
  476.           Width = 221
  477.           Height = 17
  478.           Caption = 'Color (+ Red  - Blue)'
  479.           TabOrder = 3
  480.         end
  481.       end
  482.       object TabSprite: TTabSheet
  483.         Caption = 'Sprite'
  484.         ImageIndex = 5
  485.         ExplicitLeft = 0
  486.         ExplicitTop = 0
  487.         ExplicitWidth = 0
  488.         ExplicitHeight = 0
  489.         object Sprite1: TCheckBox
  490.           Left = 3
  491.           Top = 7
  492.           Width = 201
  493.           Height = 17
  494.           Caption = 'Move'
  495.           TabOrder = 0
  496.         end
  497.         object Sprite2: TCheckBox
  498.           Left = 3
  499.           Top = 27
  500.           Width = 201
  501.           Height = 17
  502.           Caption = 'Clone'
  503.           TabOrder = 1
  504.         end
  505.       end
  506.       object TabSheet1: TTabSheet
  507.         Caption = 'Actions'
  508.         ImageIndex = 6
  509.         ExplicitLeft = 0
  510.         ExplicitTop = 0
  511.         ExplicitWidth = 0
  512.         ExplicitHeight = 0
  513.         object Label5: TLabel
  514.           Left = 3
  515.           Top = 3
  516.           Width = 197
  517.           Height = 13
  518.           Caption = 'Ball is moving in random ways. Click on it.'
  519.         end
  520.         object ASSource: TRadioGroup
  521.           Left = 4
  522.           Top = 24
  523.           Width = 197
  524.           Height = 60
  525.           Caption = 'Actions source'
  526.           ItemIndex = 0
  527.           Items.Strings = (
  528.             'Action instructions'
  529.             'Action Script compiler')
  530.           TabOrder = 0
  531.         end
  532.       end
  533.       object TabSheet2: TTabSheet
  534.         Caption = 'Morphing'
  535.         ImageIndex = 7
  536.         ExplicitLeft = 0
  537.         ExplicitTop = 0
  538.         ExplicitWidth = 0
  539.         ExplicitHeight = 0
  540.         object RBMorphFill: TRadioGroup
  541.           Left = 4
  542.           Top = 24
  543.           Width = 265
  544.           Height = 60
  545.           Caption = 'Morph fill'
  546.           Columns = 2
  547.           ItemIndex = 0
  548.           Items.Strings = (
  549.             'none'
  550.             'Solid color'
  551.             'Linear gradient'
  552.             'Radial gradient')
  553.           TabOrder = 0
  554.           OnClick = RBMorphFillClick
  555.         end
  556.         object CBLineM: TCheckBox
  557.           Left = 13
  558.           Top = 2
  559.           Width = 196
  560.           Height = 17
  561.           Caption = 'Line morphing'
  562.           Checked = True
  563.           State = cbChecked
  564.           TabOrder = 1
  565.           OnClick = CBLineMClick
  566.         end
  567.       end
  568.       object TabVIdeo: TTabSheet
  569.         Caption = 'Video'
  570.         ImageIndex = 8
  571.         object VFileButton: TSpeedButton
  572.           Left = 249
  573.           Top = 24
  574.           Width = 22
  575.           Height = 21
  576.           Caption = '...'
  577.           OnClick = VFileButtonClick
  578.         end
  579.         object Label7: TLabel
  580.           Left = 10
  581.           Top = 6
  582.           Width = 37
  583.           Height = 13
  584.           Caption = 'Source:'
  585.         end
  586.         object z: TGroupBox
  587.           Left = 8
  588.           Top = 56
  589.           Width = 281
  590.           Height = 97
  591.           Caption = '  Settings  '
  592.           TabOrder = 0
  593.           object VLabelX: TLabel
  594.             Left = 44
  595.             Top = 21
  596.             Width = 60
  597.             Height = 13
  598.             Caption = 'X coordinate'
  599.           end
  600.           object VCBoxPlace: TCheckBox
  601.             Left = 148
  602.             Top = 17
  603.             Width = 113
  604.             Height = 17
  605.             Caption = 'use onPlaceMovie'
  606.             TabOrder = 0
  607.           end
  608.           object VCBoxWriteFrame: TCheckBox
  609.             Left = 148
  610.             Top = 37
  611.             Width = 113
  612.             Height = 17
  613.             Caption = 'use onWriteFrame'
  614.             TabOrder = 1
  615.           end
  616.           object VSTStartframe: TStaticText
  617.             Left = 44
  618.             Top = 71
  619.             Width = 59
  620.             Height = 17
  621.             Caption = 'Start frame'
  622.             Font.Charset = DEFAULT_CHARSET
  623.             Font.Color = clWindowText
  624.             Font.Height = -11
  625.             Font.Name = 'Tahoma'
  626.             Font.Style = []
  627.             ParentFont = False
  628.             TabOrder = 2
  629.           end
  630.           object VSTY: TStaticText
  631.             Left = 44
  632.             Top = 43
  633.             Width = 64
  634.             Height = 17
  635.             Caption = 'Y coordinate'
  636.             Font.Charset = DEFAULT_CHARSET
  637.             Font.Color = clWindowText
  638.             Font.Height = -11
  639.             Font.Name = 'Tahoma'
  640.             Font.Style = []
  641.             ParentFont = False
  642.             TabOrder = 3
  643.           end
  644.           object VEStartFrame: TEdit
  645.             Left = 12
  646.             Top = 68
  647.             Width = 25
  648.             Height = 21
  649.             TabOrder = 4
  650.             Text = '0'
  651.           end
  652.           object VEX: TEdit
  653.             Left = 12
  654.             Top = 16
  655.             Width = 25
  656.             Height = 21
  657.             TabOrder = 5
  658.             Text = '0'
  659.           end
  660.           object VEY: TEdit
  661.             Left = 12
  662.             Top = 40
  663.             Width = 25
  664.             Height = 21
  665.             TabOrder = 6
  666.             Text = '0'
  667.           end
  668.           object VSoundEnableChecker: TCheckBox
  669.             Left = 148
  670.             Top = 71
  671.             Width = 113
  672.             Height = 17
  673.             Caption = 'Sound Enable'
  674.             Checked = True
  675.             State = cbChecked
  676.             TabOrder = 7
  677.           end
  678.         end
  679.         object VFileEdit: TEdit
  680.           Left = 8
  681.           Top = 24
  682.           Width = 233
  683.           Height = 21
  684.           TabOrder = 1
  685.           Text = 'matrix.flv'
  686.         end
  687.       end
  688.       object TabXML: TTabSheet
  689.         Caption = 'XML'
  690.         ImageIndex = 9
  691.         object EXML: TRichEdit
  692.           Left = 0
  693.           Top = 0
  694.           Width = 299
  695.           Height = 260
  696.           Align = alClient
  697.           Font.Charset = DEFAULT_CHARSET
  698.           Font.Color = clWindowText
  699.           Font.Height = -12
  700.           Font.Name = 'Courier New'
  701.           Font.Style = []
  702.           Lines.Strings = (
  703.             '<?xml version="1.0" encoding="UTF-8"?>'
  704.             
  705.               '<Flash XMax="300" YMax="200" FPS="10" Version="6" SystemCoord="P' +
  706.               'ix">'
  707.             ' <Shape IDStr="myRect" Depth="1" Color="#FF2222">'
  708.             '   <Edges>'
  709.             '    <RoundRect Width="100" Height="60" Radius="8"/>'
  710.             '   </Edges>'
  711.             ' </Shape>'
  712.             ' <Place IDStr="myRect" Depth="2">'
  713.             '  <Matrix X="50" Y="20"/>'
  714.             
  715.               '  <ColorTransform Alpha="true" AddR="-100" AddG="100" AddA="-100' +
  716.               '"/>'
  717.             ' </Place>'
  718.             '</Flash>')
  719.           ParentFont = False
  720.           PlainText = True
  721.           ScrollBars = ssBoth
  722.           TabOrder = 0
  723.           WordWrap = False
  724.         end
  725.       end
  726.     end
  727.     object P2: TPanel
  728.       Left = 0
  729.       Top = 306
  730.       Width = 307
  731.       Height = 93
  732.       Align = alBottom
  733.       BevelOuter = bvNone
  734.       TabOrder = 1
  735.       OnResize = P2Resize
  736.       object bBrowse: TSpeedButton
  737.         Left = 238
  738.         Top = 70
  739.         Width = 23
  740.         Height = 22
  741.         Caption = '...'
  742.         OnClick = bBrowseClick
  743.       end
  744.       object eName: TEdit
  745.         Left = 10
  746.         Top = 70
  747.         Width = 226
  748.         Height = 21
  749.         TabOrder = 0
  750.       end
  751.       object CBCompr: TCheckBox
  752.         Left = 11
  753.         Top = 4
  754.         Width = 123
  755.         Height = 17
  756.         Caption = 'Compressed'
  757.         Checked = True
  758.         State = cbChecked
  759.         TabOrder = 1
  760.       end
  761.       object cbProtect: TCheckBox
  762.         Left = 11
  763.         Top = 26
  764.         Width = 148
  765.         Height = 17
  766.         Caption = 'Protection against import'
  767.         TabOrder = 2
  768.         OnClick = cbProtectClick
  769.       end
  770.       object EPassw: TEdit
  771.         Left = 159
  772.         Top = 24
  773.         Width = 68
  774.         Height = 21
  775.         Enabled = False
  776.         TabOrder = 3
  777.         Text = 'passw'
  778.       end
  779.       object CBPreloader: TCheckBox
  780.         Left = 11
  781.         Top = 48
  782.         Width = 155
  783.         Height = 17
  784.         Caption = 'Include preloader'
  785.         TabOrder = 4
  786.       end
  787.     end
  788.   end
  789.   object P3: TPanel
  790.     Left = 310
  791.     Top = 0
  792.     Width = 334
  793.     Height = 399
  794.     Align = alClient
  795.     BevelOuter = bvNone
  796.     Constraints.MaxWidth = 1000
  797.     Constraints.MinWidth = 50
  798.     TabOrder = 1
  799.     OnResize = P3Resize
  800.     object Bevel1: TBevel
  801.       Left = 0
  802.       Top = 369
  803.       Width = 334
  804.       Height = 3
  805.       Align = alBottom
  806.       Shape = bsBottomLine
  807.     end
  808.     object P4: TPanel
  809.       Left = 0
  810.       Top = 372
  811.       Width = 334
  812.       Height = 27
  813.       Align = alBottom
  814.       BevelOuter = bvNone
  815.       TabOrder = 0
  816.       OnResize = P4Resize
  817.       object bPlay: TSpeedButton
  818.         Left = 67
  819.         Top = 3
  820.         Width = 23
  821.         Height = 22
  822.         Enabled = False
  823.         Glyph.Data = {
  824.           DE000000424DDE000000000000004E000000280000000C0000000C0000000100
  825.           08000000000090000000120B0000120B00000600000006000000999999007A7A
  826.           7A00474747003D3D3D000A0A0A00000000000000000003000000000000000000
  827.           0000050300000000000000000000050503000000000000000000050505030000
  828.           0000000000000505050503000000000000000505050505020000000000000505
  829.           0505040100000000000005050504010000000000000005050401000000000000
  830.           0000050401000000000000000000040100000000000000000000010000000000
  831.           0000}
  832.         OnClick = bPlayClick
  833.       end
  834.       object bPause: TSpeedButton
  835.         Left = 91
  836.         Top = 3
  837.         Width = 23
  838.         Height = 22
  839.         Enabled = False
  840.         Glyph.Data = {
  841.           CE000000424DC60400000000000036040000280000000C0000000C0000000100
  842.           08000000000090000000120B0000120B00000200000002000000999999000000
  843.           0000000000010100000101000000000000010100000101000000000000010100
  844.           0001010000000000000101000001010000000000000101000001010000000000
  845.           0001010000010100000000000001010000010100000000000001010000010100
  846.           0000000000010100000101000000000000010100000101000000000000010100
  847.           000101000000000000000000000000000000}
  848.         OnClick = bPauseClick
  849.       end
  850.       object bReweind: TSpeedButton
  851.         Left = 284
  852.         Top = 3
  853.         Width = 23
  854.         Height = 22
  855.         AllowAllUp = True
  856.         GroupIndex = 10
  857.         Enabled = False
  858.         Glyph.Data = {
  859.           06010000424D060100000000000076000000280000000C0000000C0000000100
  860.           08000000000090000000120B0000120B00001000000010000000999999008F8F
  861.           8F00858585007A7A7A0070707000666666005C5C5C0052525200474747003D3D
  862.           3D0033333300292929001F1F1F00141414000A0A0A000000000000000002060B
  863.           0B02000000000000090F0F0F0F0F0E050000000C0F0F080000080D0F020F0F0F
  864.           0F090000000000020F0F000F090000000000000F0F0F00000000000000000000
  865.           00000000000000000000000000000F0F0F000000000000030F000F0F02000000
  866.           0000030E0F0F0F020F0B030000030E0F0F060000060F0F0F0F0F0F0E06000000
  867.           0002070B0B0A05000000}
  868.         OnClick = bReweindClick
  869.       end
  870.       object lFrames: TLabel
  871.         Left = 258
  872.         Top = 8
  873.         Width = 42
  874.         Height = 13
  875.         Alignment = taRightJustify
  876.         Caption = '0 frames'
  877.       end
  878.       object TrackBar: TTrackBar
  879.         Left = 114
  880.         Top = -1
  881.         Width = 158
  882.         Height = 27
  883.         Max = 0
  884.         PageSize = 1
  885.         TabOrder = 0
  886.         ThumbLength = 12
  887.         TickMarks = tmBoth
  888.         TickStyle = tsManual
  889.         OnChange = TrackBarChange
  890.       end
  891.       object bMake: TBitBtn
  892.         Left = 3
  893.         Top = 3
  894.         Width = 63
  895.         Height = 22
  896.         Caption = 'Make'
  897.         TabOrder = 1
  898.         OnClick = bMakeClick
  899.         Glyph.Data = {
  900.           CA010000424DCA0100000000000042000000280000000E0000000E0000000100
  901.           10000300000088010000120B0000120B00000000000000000000007C0000E003
  902.           00001F000000F75EF75EF75EF75EF75EF75EF75EF75EF75EF75EF75EF75EF75E
  903.           F75E1463734EEF3DF75EF75EF75EF75EF75EF75EF75EF75EF75EF75EF75E3167
  904.           4C6FAD35EF3DF75EF75EF75EF75EF75EF75EF75EF75EF75EF75EF75E69732C6B
  905.           C618EF3DF75EF75EEF3DEF3DF75EF75EF75EF75EF75EF75E1663A07FC85EC618
  906.           8C312C6B234AC618D65AF75EF75EF75EF75EF75EF75E4C6FA07FE362E520A07F
  907.           A07FE520CE39F75EF75EF75EF75EF75EF75EF75E8577A07F8077A07FA07F434E
  908.           C618B556F75EF75EF75EF75EF75EF75E3167A07FA07FA07FA07FA07F25256B2D
  909.           F75EF75EF75EF75EF75EF75EF75E6973A07F8077266FA07F246FC618524AF75E
  910.           F75EF75EF75EF75EF75E1663A07F0E63F75E6B6FA07F8A520821F75EF75EF75E
  911.           F75EF75EF75EF75E1463F75EF75EF75E4C6F837BEF3DEF3DF75EF75EF75EF75E
  912.           F75EF75EF75EF75EF75EF75EF75E4C6F4C6F1042D65AF75EF75EF75EF75EF75E
  913.           F75EF75EF75EF75EF75EF75E4E6B1663F75EF75EF75EF75EF75EF75EF75EF75E
  914.           F75EF75EF75EF75EF75EF75EF75E}
  915.       end
  916.     end
  917.     object FlashPlayer: TShockwaveFlashEx
  918.       Left = 0
  919.       Top = 0
  920.       Width = 334
  921.       Height = 369
  922.       Align = alClient
  923.       TabOrder = 1
  924.       ExplicitLeft = -1
  925.       ExplicitTop = -3
  926.       ControlData = {
  927.         6755665510070000852200002326000008000200000000000800000000000800
  928.         0000000008000E000000570069006E0064006F00770000000B00FFFF0B00FFFF
  929.         08000A0000004800690067006800000008000200000000000B00FFFF08000200
  930.         0000000008000E00000061006C00770061007900730000000800100000005300
  931.         68006F00770041006C006C0000000B0000000B00000008000200000000000800
  932.         02000000000008000200000000000D0000000000000000000000000000000000
  933.         0B0001000B00000008000000000003000000000008000800000061006C006C00
  934.         0000}
  935.     end
  936.   end
  937.   object TimerSWF: TTimer
  938.     Enabled = False
  939.     Interval = 100
  940.     OnTimer = TimerSWFTimer
  941.     Left = 436
  942.     Top = 36
  943.   end
  944.   object FontDialog: TFontDialog
  945.     Font.Charset = DEFAULT_CHARSET
  946.     Font.Color = clWindowText
  947.     Font.Height = -11
  948.     Font.Name = 'MS Sans Serif'
  949.     Font.Style = []
  950.     Options = [fdTrueTypeOnly]
  951.     Left = 552
  952.     Top = 25
  953.   end
  954. end