home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 51 / PCGAMER51.bin / Quake / Qme / _SETUP.1 / qme.exe / 0 / RCDATA / TTOOLPROPSEDITOR / TTOOLPROPSEDITOR.txt < prev   
Text File  |  1997-06-06  |  27KB  |  669 lines

  1. object ToolPropsEditor: TToolPropsEditor
  2.   Left = 187
  3.   Top = 109
  4.   AutoScroll = False
  5.   Caption = 'Tool Properties'
  6.   ClientHeight = 24
  7.   ClientWidth = 625
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Scaled = False
  13.   OnCreate = FormCreate
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object ToolImage: TImage
  18.     Left = 0
  19.     Top = 0
  20.     Width = 24
  21.     Height = 24
  22.     Hint = 'Tool Properties'
  23.     Align = alLeft
  24.     Center = True
  25.     Picture.Data = {<image000.bmp>}
  26.     OnMouseDown = ToolImageMouseDown
  27.     OnMouseMove = ToolImageMouseMove
  28.     OnMouseUp = ToolImageMouseUp
  29.   end
  30.   object ToolNotebook: TNotebook
  31.     Left = 24
  32.     Top = 0
  33.     Width = 601
  34.     Height = 24
  35.     Align = alClient
  36.     PageIndex = 6
  37.     TabOrder = 0
  38.     OnMouseDown = ToolImageMouseDown
  39.     OnMouseMove = ToolImageMouseMove
  40.     OnMouseUp = ToolImageMouseUp
  41.     object TPage
  42.       Left = 0
  43.       Top = 0
  44.       Caption = 'CameraProps'
  45.     end
  46.     object TPage
  47.       Left = 0
  48.       Top = 0
  49.       Caption = 'VertexProps'
  50.     end
  51.     object TPage
  52.       Left = 0
  53.       Top = 0
  54.       Caption = 'TriangleProps'
  55.     end
  56.     object TPage
  57.       Left = 0
  58.       Top = 0
  59.       Caption = 'PenProps'
  60.       object Label13: TLabel
  61.         Left = 4
  62.         Top = 5
  63.         Width = 20
  64.         Height = 13
  65.         Caption = 'Size'
  66.       end
  67.       object PenSizeBox: TComboBox
  68.         Left = 28
  69.         Top = 1
  70.         Width = 37
  71.         Height = 21
  72.         Style = csDropDownList
  73.         DropDownCount = 16
  74.         ItemHeight = 13
  75.         Items.Strings = (
  76.           '1'
  77.           '2'
  78.           '3'
  79.           '4'
  80.           '5'
  81.           '6'
  82.           '7'
  83.           '8'
  84.           '9')
  85.         TabOrder = 0
  86.         OnChange = PenSizeBoxChange
  87.       end
  88.     end
  89.     object TPage
  90.       Left = 0
  91.       Top = 0
  92.       Caption = 'DropperProps'
  93.     end
  94.     object TPage
  95.       Left = 0
  96.       Top = 0
  97.       Caption = 'FloodProps'
  98.     end
  99.     object TPage
  100.       Left = 0
  101.       Top = 0
  102.       Caption = 'MoveObjProps'
  103.       object Label4: TLabel
  104.         Left = 216
  105.         Top = 5
  106.         Width = 31
  107.         Height = 13
  108.         Caption = 'Scope'
  109.       end
  110.       object Label5: TLabel
  111.         Left = 352
  112.         Top = 5
  113.         Width = 27
  114.         Height = 13
  115.         Caption = 'Mode'
  116.       end
  117.       object Label6: TLabel
  118.         Left = 464
  119.         Top = 5
  120.         Width = 36
  121.         Height = 13
  122.         Caption = 'Subject'
  123.       end
  124.       object ScopeBox: TComboBox
  125.         Left = 252
  126.         Top = 1
  127.         Width = 97
  128.         Height = 21
  129.         Style = csDropDownList
  130.         ItemHeight = 13
  131.         Items.Strings = (
  132.           'Frame'
  133.           'Rest of Scene'
  134.           'Whole Scene'
  135.           'All Scenes')
  136.         TabOrder = 0
  137.         OnChange = ScopeBoxChange
  138.       end
  139.       object ModeBox: TComboBox
  140.         Left = 384
  141.         Top = 1
  142.         Width = 77
  143.         Height = 21
  144.         Style = csDropDownList
  145.         Enabled = False
  146.         ItemHeight = 13
  147.         Items.Strings = (
  148.           'Relative'
  149.           'Absolute')
  150.         TabOrder = 1
  151.         OnChange = ModeBoxChange
  152.       end
  153.       object SubjectBox: TComboBox
  154.         Left = 504
  155.         Top = 1
  156.         Width = 85
  157.         Height = 21
  158.         Style = csDropDownList
  159.         ItemHeight = 13
  160.         Items.Strings = (
  161.           'Object'
  162.           'Pivot')
  163.         TabOrder = 2
  164.         OnChange = SubjectBoxChange
  165.       end
  166.       object ObjectToolNotebook: TNotebook
  167.         Left = 0
  168.         Top = 0
  169.         Width = 213
  170.         Height = 24
  171.         Align = alLeft
  172.         TabOrder = 3
  173.         object TPage
  174.           Left = 0
  175.           Top = 0
  176.           Caption = 'Move'
  177.           object Label1: TLabel
  178.             Left = 4
  179.             Top = 4
  180.             Width = 7
  181.             Height = 14
  182.             Caption = 'X'
  183.             Font.Color = clBlue
  184.             Font.Height = -11
  185.             Font.Name = 'Arial'
  186.             Font.Style = [fsBold]
  187.             ParentFont = False
  188.           end
  189.           object Label2: TLabel
  190.             Left = 74
  191.             Top = 4
  192.             Width = 7
  193.             Height = 14
  194.             Caption = 'Y'
  195.             Font.Color = clYellow
  196.             Font.Height = -11
  197.             Font.Name = 'Arial'
  198.             Font.Style = [fsBold]
  199.             ParentFont = False
  200.           end
  201.           object Label3: TLabel
  202.             Left = 144
  203.             Top = 4
  204.             Width = 7
  205.             Height = 14
  206.             Caption = 'Z'
  207.             Font.Color = clRed
  208.             Font.Height = -11
  209.             Font.Name = 'Arial'
  210.             Font.Style = [fsBold]
  211.             ParentFont = False
  212.           end
  213.           object TXEdt: TEditReal
  214.             Left = 14
  215.             Top = 1
  216.             Width = 57
  217.             Height = 21
  218.             FormatString = '###.##;;0'
  219.             TabOrder = 0
  220.             Validate = False
  221.             OnExit = EditExit
  222.             OnKeyDown = EditKeyDown
  223.           end
  224.           object TYEdt: TEditReal
  225.             Left = 84
  226.             Top = 1
  227.             Width = 57
  228.             Height = 21
  229.             FormatString = '###.##;;0'
  230.             TabOrder = 1
  231.             Validate = False
  232.             OnExit = EditExit
  233.             OnKeyDown = EditKeyDown
  234.           end
  235.           object TZEdt: TEditReal
  236.             Left = 154
  237.             Top = 1
  238.             Width = 57
  239.             Height = 21
  240.             FormatString = '###.##;;0'
  241.             TabOrder = 2
  242.             Validate = False
  243.             OnExit = EditExit
  244.             OnKeyDown = EditKeyDown
  245.           end
  246.         end
  247.         object TPage
  248.           Left = 0
  249.           Top = 0
  250.           Caption = 'Rotate'
  251.           object Label7: TLabel
  252.             Left = 4
  253.             Top = 5
  254.             Width = 7
  255.             Height = 14
  256.             Caption = 'X'
  257.             Font.Color = clBlue
  258.             Font.Height = -11
  259.             Font.Name = 'Arial'
  260.             Font.Style = [fsBold]
  261.             ParentFont = False
  262.           end
  263.           object Label8: TLabel
  264.             Left = 74
  265.             Top = 5
  266.             Width = 7
  267.             Height = 14
  268.             Caption = 'Y'
  269.             Font.Color = clYellow
  270.             Font.Height = -11
  271.             Font.Name = 'Arial'
  272.             Font.Style = [fsBold]
  273.             ParentFont = False
  274.           end
  275.           object Label9: TLabel
  276.             Left = 144
  277.             Top = 5
  278.             Width = 7
  279.             Height = 14
  280.             Caption = 'Z'
  281.             Font.Color = clRed
  282.             Font.Height = -11
  283.             Font.Name = 'Arial'
  284.             Font.Style = [fsBold]
  285.             ParentFont = False
  286.           end
  287.           object RXEdt: TEditInteger
  288.             Left = 14
  289.             Top = 1
  290.             Width = 57
  291.             Height = 21
  292.             FormatString = '###;;0'
  293.             MaxValue = 0
  294.             MinValue = 0
  295.             TabOrder = 0
  296.             Validate = False
  297.             Value = 0
  298.             OnExit = EditExit
  299.             OnKeyDown = EditKeyDown
  300.           end
  301.           object RYEdt: TEditInteger
  302.             Left = 84
  303.             Top = 1
  304.             Width = 57
  305.             Height = 21
  306.             FormatString = '###;;0'
  307.             MaxValue = 0
  308.             MinValue = 0
  309.             TabOrder = 1
  310.             Validate = False
  311.             Value = 0
  312.             OnExit = EditExit
  313.             OnKeyDown = EditKeyDown
  314.           end
  315.           object RZEdt: TEditInteger
  316.             Left = 154
  317.             Top = 1
  318.             Width = 57
  319.             Height = 21
  320.             FormatString = '###;;0'
  321.             MaxValue = 0
  322.             MinValue = 0
  323.             TabOrder = 2
  324.             Validate = False
  325.             Value = 0
  326.             OnExit = EditExit
  327.             OnKeyDown = EditKeyDown
  328.           end
  329.         end
  330.         object TPage
  331.           Left = 0
  332.           Top = 0
  333.           Caption = 'Scale'
  334.           object Label10: TLabel
  335.             Left = 4
  336.             Top = 5
  337.             Width = 7
  338.             Height = 14
  339.             Caption = 'X'
  340.             Font.Color = clBlue
  341.             Font.Height = -11
  342.             Font.Name = 'Arial'
  343.             Font.Style = [fsBold]
  344.             ParentFont = False
  345.           end
  346.           object Label11: TLabel
  347.             Left = 74
  348.             Top = 5
  349.             Width = 7
  350.             Height = 14
  351.             Caption = 'Y'
  352.             Font.Color = clYellow
  353.             Font.Height = -11
  354.             Font.Name = 'Arial'
  355.             Font.Style = [fsBold]
  356.             ParentFont = False
  357.           end
  358.           object Label12: TLabel
  359.             Left = 144
  360.             Top = 5
  361.             Width = 7
  362.             Height = 14
  363.             Caption = 'Z'
  364.             Font.Color = clRed
  365.             Font.Height = -11
  366.             Font.Name = 'Arial'
  367.             Font.Style = [fsBold]
  368.             ParentFont = False
  369.           end
  370.           object SXEdt: TEditReal
  371.             Left = 12
  372.             Top = 1
  373.             Width = 57
  374.             Height = 21
  375.             FormatString = '###.##;;0'
  376.             MaxLength = 14
  377.             MaxValue = 20.000000000000000000
  378.             MinValue = -20.000000000000000000
  379.             TabOrder = 0
  380.             Validate = True
  381.             Value = 1.000000000000000000
  382.             OnExit = EditExit
  383.             OnKeyDown = EditKeyDown
  384.           end
  385.           object SYEdt: TEditReal
  386.             Left = 84
  387.             Top = 1
  388.             Width = 57
  389.             Height = 21
  390.             FormatString = '###.##;;0'
  391.             MaxValue = 20.000000000000000000
  392.             MinValue = -20.000000000000000000
  393.             TabOrder = 1
  394.             Validate = True
  395.             Value = 1.000000000000000000
  396.             OnExit = EditExit
  397.             OnKeyDown = EditKeyDown
  398.           end
  399.           object SZEdt: TEditReal
  400.             Left = 154
  401.             Top = 1
  402.             Width = 57
  403.             Height = 21
  404.             FormatString = '###.##;;0'
  405.             MaxValue = 20.000000000000000000
  406.             MinValue = -20.000000000000000000
  407.             TabOrder = 2
  408.             Validate = True
  409.             Value = 1.000000000000000000
  410.             OnExit = EditExit
  411.             OnKeyDown = EditKeyDown
  412.           end
  413.         end
  414.       end
  415.     end
  416.   end
  417.   object ToolImageList: TImageList
  418.     Height = 21
  419.     Width = 21
  420.     Left = 65532
  421.     Top = 65528
  422.     Bitmap = {
  423.       E218000009000000424DE2180000000000003604000028000000540000003F00
  424.       00000100080000000000AC140000000000000000000000000000000000000000
  425.       0000000080000080000000808000800000008000800080800000C0C0C000C0DC
  426.       C000F0CAA6000000000000000000000000000000000000000000000000000000
  427.       0000000000000000000000000000000000000000000000000000000000000000
  428.       0000000000000000000000000000000000000000000000000000000000000000
  429.       0000000000000000000000000000000000000000000000000000000000000000
  430.       0000000000000000000000000000000000000000000000000000000000000000
  431.       0000000000000000000000000000000000000000000000000000000000000000
  432.       0000000000000000000000000000000000000000000000000000000000000000
  433.       0000000000000000000000000000000000000000000000000000000000000000
  434.       0000000000000000000000000000000000000000000000000000000000000000
  435.       0000000000000000000000000000000000000000000000000000000000000000
  436.       0000000000000000000000000000000000000000000000000000000000000000
  437.       0000000000000000000000000000000000000000000000000000000000000000
  438.       0000000000000000000000000000000000000000000000000000000000000000
  439.       0000000000000000000000000000000000000000000000000000000000000000
  440.       0000000000000000000000000000000000000000000000000000000000000000
  441.       0000000000000000000000000000000000000000000000000000000000000000
  442.       0000000000000000000000000000000000000000000000000000000000000000
  443.       0000000000000000000000000000000000000000000000000000000000000000
  444.       0000000000000000000000000000000000000000000000000000000000000000
  445.       0000000000000000000000000000000000000000000000000000000000000000
  446.       0000000000000000000000000000000000000000000000000000000000000000
  447.       0000000000000000000000000000000000000000000000000000000000000000
  448.       0000000000000000000000000000000000000000000000000000000000000000
  449.       0000000000000000000000000000000000000000000000000000000000000000
  450.       0000000000000000000000000000000000000000000000000000000000000000
  451.       0000000000000000000000000000000000000000000000000000000000000000
  452.       0000000000000000000000000000000000000000000000000000000000000000
  453.       0000000000000000000000000000000000000000000000000000000000000000
  454.       0000000000000000000000000000000000000000000000000000000000000000
  455.       00000000000000000000000000000000000000000000F0FBFF00A4A0A0008080
  456.       80000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000
  457.       000000000000000000000000000000000000005D5D2B005D01170E0123222635
  458.       34122433321615072E01232206021514163332360321B544FBA0ADD78A0101A5
  459.       ABC8B201735E6DA05B785858A1018313C7C10000000000000000000000000000
  460.       000000000000000E530B012430006000900003000004121F0B07191F040B0058
  461.       200130010201F00E162007261C0F58000E100E020E4B1D384B182B4E10F65D4D
  462.       ED4E10F44DED0000000000000000000000000000000000000000002F6F72C901
  463.       B422888E85011A778694979D750000010073FFE80416043E001B008C400A3903
  464.       6914671B97060418B8FFE04055101134390A8B11025C1B69107C000000000000
  465.       0000000000000000000000000000005D015D5D2B2B330133033E013332161514
  466.       0E03232226270713071416333236123534262322060706440132B56D568C4C95
  467.       C750767E843D69A02D2A6D018261000000000000000000000000000000000000
  468.       0000002F5D722B7A4DE101182F2B103C012F2B7A10C001182F2B7A10F001182F
  469.       5D71435C58B2701C01B0372B5D5901ED003FED3F2B3C003FFDE43F2B3C87052E
  470.       2B7D000000000000000000000000000000000000000000000A181F0F0B092012
  471.       3F1C01001C2F1C3F1C4F1CEF1C051C1CB801BF400C0009020213090101000913
  472.       13B801364019093000012F003F004F005F000400005600000000000000000000
  473.       000000000000000000000013002300FD40661A200E11341E200E113404214F25
  474.       75158A11A911B9110629112F253F25471556156615067A210103121415221302
  475.       151412031C2403061F13000000000000000000000000000000000000000000B7
  476.       38F3B9C57358193B1C16B70F3D2657669E824269615AA66084514BAD87598953
  477.       120C0E1D4A313F2432655D109EA85E46705570FEF87E4F325E3401E60F100000
  478.       000000000000000000000000000000000000001217393130015D005D5D250E01
  479.       23222635343E0137362437363534272623220607273E01333217161514070306
  480.       1514172326130E01070E0215141633323E0100FC000000000000000000000000
  481.       000000000000002370230223FF1E40111234001E101E6F1E031EBC0278003700
  482.       26027800182B4E10E65D2B4DF65DED10ED4E10F44DFDF65DED003FED3F3FEDFD
  483.       5DE4870E2E2B0000FC0000000000000000000000000000000000004A01062F08
  484.       39085721672104342C2A0B042F28260D030F00251E23282B03130D0A321A282B
  485.       2B2C0A0D140A0A0D16241F17011752131F1A07260A321F030B17000000FC0000
  486.       00000000000000000000000000000001000F030103B8014CB3011904CDB9027B
  487.       00182B4E10F44DFD5D003FED5D0139393130015D5D0103331301EDC3DC7404A7
  488.       0113FEED0002005AFFE80436043E00000000FC00000000000000000000000000
  489.       00000069048AFEEB0003001A400C017B00021A05001904E9AD182B4E10E410E6
  490.       002F4DED3130033521151F04A9FE698282000001012A04A7027A05BA0003003D
  491.       401B0000000000FC000000000000000000000000000000113403BA029F0006FF
  492.       E0B309113406BE029F000201DF0001028800070161B1BD182B10F6F4FD2BFD2B
  493.       E410ED10ED002FFD3C10ED313013230133012303EFB9000000000000F9FB00FB
  494.       FBFBFB0000000000000000FD3C87052E2B7D10C43130015D0121373301233721
  495.       0118FE701DDD014CDC1D0193FE6F8B06358B0001003602B2038B05D300060055
  496.       B70645020501DB020541000000000000F90000000000000000000000000000BA
  497.       0007005C401D48004903020700001E0304140303040302210112050421060710
  498.       06AF05B80105B30401AF02B80105B60307450400B904B801DFB5034D08E90000
  499.       000000000000000000000000000000000000003005D30003003540170203031E
  500.       00011400000102010003000A01F8024D03F800B8020EB3046DBE182B10F6EDF6
  501.       ED003F3C3F3C87052E2B7D10C43130050333000000000000F900000000000000
  502.       000000000000000105B2054501B80211B300190867B9010600182B4E10F44DE4
  503.       FDF4E410F4F4E4003F3CFD3C3FFD3C87052E2B7D10C431301301210723013307
  504.       0D018101931D000000000000F9000000000000000000000000000003F311FCED
  505.       91272C0D031F2393036DB8382F0B010101A799FC59AD2C06A7000001000DFE6F
  506.       032105BA0007005840180405051E000114000001030421011006000000000000
  507.       F90000000000000000000000000000E53F3CFDE511390111123939872E2B877D
  508.       C40011173901111217390710083C07100E3C87100EC4C43C3130005D015D3337
  509.       013736370623270F012137210701000000000000F90000000000000000000000
  510.       0000000B050E11111E010514010105051117010E0C05860B210D0C0214861121
  511.       01B80136B31500080DBD0296000E012F001700010296400B0F001F002F000300
  512.       B016000000000000000000000000000000000000000000000000000000000000
  513.       0000000000000000000000000000000000000000000000000000000000000000
  514.       0000000000000000000000000000000000000000000000000000000000000000
  515.       0000000000000000000000000000000000000000000000000000000000000000
  516.       0000000000000000000000000000000000000000000000000000000000000000
  517.       0000000000000000000000000000000000000000000000000000000000000000
  518.       0000000000000000000000000000000000000000000000000000000000000000
  519.       0000000000000000000000000000000000000000000000000000000000000000
  520.       0006060606060600000606060000000000000000000006000000000000000000
  521.       0000000000000000000000000000000000000000000000000000000000000000
  522.       0000000000000000000000000000000000000000060606000606060606060606
  523.       0000000000000000000000000000000000000000000000000000000000000000
  524.       0000000000000000000000000000000000000000000000000000000000000000
  525.       0000000000000000060600FE0006060606060600000000000000000000000600
  526.       00000000000000F8000000000000000000000000000000000000000000000000
  527.       00000000000000000000000000000000000000000000000000000000000000FE
  528.       FE00000606000000000000000000000000000600000000000000F8F800000000
  529.       0000000000000000000000000000000000000000000000000000000000000000
  530.       000000000000000000000000000000000000000000FE00000000000000000000
  531.       00000000000006060000000000F8F80000000000000000000000000000000000
  532.       0000000000000000000000000000000000000000000000000000000000000000
  533.       00000000000000000000FE000000000000000000000000000000000600000000
  534.       F8F8000000000000000000000000000000000000000000000000000000000000
  535.       0000000000000000000000000000000000000000000000000000000000000000
  536.       00000000000000000000000000000606000000F8F80000000000000000000000
  537.       00FC0000000000000000000000000000000000000000FC000000000000000000
  538.       00000000000000000000000000000000000000000000F8000000000000000000
  539.       000000000600F8F80000000000000000000000000000FC000000000000000000
  540.       0000000000000000000000FC0000000000000000000000000000000000000000
  541.       00000000000000000000000000000000000000000000000600F8000000000000
  542.       0000000000000000000000FC0000000000000000000000000000000000000000
  543.       FC00000000000000000000000000000000000000000000000000000000000000
  544.       F800000000000000000000000600000000000000000000000000000000000000
  545.       FC0000000000000000000000000000000000000000FC00000000000000000000
  546.       000000000000000000000000000000000000000000F800000000000000000000
  547.       000600000000000000000000000000000000000000FC00000000000000000000
  548.       00000000000000000000FC000000000000000000000000000000000000000000
  549.       0000000000F800000000F8000000000000000000000006060000000000000000
  550.       00000000000000000000F9FB00FBFBFBFB0000000000000000000000000000F9
  551.       FB00FBFBFBFB0000000000000000000000000000000000000000F800000000F8
  552.       000000000000000000000006060000000000000000000000000000000000F900
  553.       00000000000000000000000000000000000000F9000000000000000000000000
  554.       000000000000000000000000000000F8000000F8000000000000000000000000
  555.       0000000000000000000000000000000000000000000000000000000000000000
  556.       0000000000000000000000000000000000000000000000000000000000000000
  557.       00000000F8F8F800000000000000000000000000000000000000000000000000
  558.       000000000000F90000000000000000000000000000000000000000F900000000
  559.       0000000000000000000000000000000000000000000000000000000000000000
  560.       0000000000000000000000000000000000000000000000000000F90000000000
  561.       000000000000000000000000000000F900000000000000000000000000000000
  562.       0000000000000000000000000000000000000000000000000000000000000000
  563.       0000000000000000000000000000F90000000000000000000000000000000000
  564.       000000F900000000000000000000000000000000000000000000000000000000
  565.       0000000000000000000000000000000000000000000000000000000000000000
  566.       0000F90000000000000000000000000000000000000000F90000000000000000
  567.       0000000000000000000000000000000000000000000000000000000000000000
  568.       0000000000000000000000000000000000000000000000000000000000000000
  569.       0000000000000000000000000000000000000000000000000000000000000000
  570.       0000000000000000000000000000000000000000000000000000000000000000
  571.       0000000000000000000000000000000000000000000000000000000000000000
  572.       0000000000000000000000000000000000000000000000000000000000000000
  573.       0000000000000000000000000000000000000000000000000000000000000000
  574.       0000000000000000000000000000000000000000000000000000000000000000
  575.       0000000000000000000000000000000000000000000000000000000000000000
  576.       00000000000000000000000000000000F9000000000000000000000000000000
  577.       0000000000000000000000000000000000000000000000000000000000000000
  578.       0000000000000000000000000000000000000000000000000000000000000000
  579.       00000000F9000000000000000000000000000000000000000000000000000000
  580.       0000F80000000000000000000000000000000000000000000000000000000000
  581.       0000000000000000000000000000000000000000000000F9FCF9000000000000
  582.       0000000000000000000000000000000000000000000000000000000000000000
  583.       0000000000000000000000000000000000000000000000000000000000000000
  584.       0000000000000000000000F9FCF9000000000000000000000000000000000000
  585.       0000000000000000000000000000000000000000000000000000000000000000
  586.       00000000000000000000000000000000000000000000000000000000000000F9
  587.       FCFCF9000000000000000000000000000000000000000000000000F800000000
  588.       00000000000000000000000000FE06FE06FE0600000000000000000000000000
  589.       000000000000000000000000000000000000F9FCFCFCF9000000000000000000
  590.       00000000000000000000000000F8000000000000000000000000000000000000
  591.       0006FE06FE06FE00000000000000000000000000000000000000000000000000
  592.       000000000000F9FCFCFCFCF90000000000000000000000000000000000000000
  593.       F80000000000000000000000000000000000000000FE06FE06FE000006000600
  594.       0000000000000000000000000000000000000000000000000000F9FCFCFCFCF9
  595.       0000000000000000000000000000000000000303000000000000000000000000
  596.       00000000000000000006FE06FE060006000600000000000000000000F9F9F9F9
  597.       F900000000000000000000000000F9FCFCFCFCFCF90000000000000000000000
  598.       00000000000303FB030000000000000000000000000000000000000000FE06FE
  599.       00000600060006000000000000000000F9FCFCFCF90000000000000000000000
  600.       00F9FCFCFCFCFCFCF90000000000000000000000000000000303FB03FBFB0000
  601.       0000000000000000000000000000000000000000000600060006000000000000
  602.       00000000F9FCFCFCF9000000000000000000000000F9FCFCFCFCFCFCF9000000
  603.       00000000000000000000000303FB03FBFB030000000000000000000000000000
  604.       000000000000060006000600060006000000000000000000F9FCFCFCF9000000
  605.       00000000000000000000F9F9FCFCFCFCFCF90000000000000000000000000303
  606.       FB03FBFB03000000000000000000000000000000000000000000000600060006
  607.       000600000000000000000000F9F9F9F9F9000000000000000000000000000000
  608.       F9F9FCFCFCF900000000000000000000000003FB03FBFB030000000000000000
  609.       0000000000000000000000000000060006000600060006000000000000000000
  610.       00000000000000000000000000000000000000000000F9FCFCFCF90000000000
  611.       000000000000FB03FBFB03000000000000000000000000000000000000000000
  612.       0000000600060006000600000000000000000000000000000000000000000000
  613.       0000000000000000000000F9F9FCF9000000000000000000000003FBFB030000
  614.       0000000000000000000000000000000000000000000006000600060006000600
  615.       0000000000000000000000000000000000000000000000000000000000000000
  616.       00F9F9F900000000000000000000FBFB03000000000000000000000000000000
  617.       0000000000000000000000000000000000000000000000000000000000000000
  618.       0000000000000000000000000000000000000000000000F90000000000000000
  619.       0000FB0300000000000000000000000000000000000000000000000000000000
  620.       0000000000000000000000000000000000000000000000000000000000000000
  621.       0000000000000000000000000000000000000000000000000000000000000000
  622.       00000000000000000000424D32030000000000003E0000002800000054000000
  623.       3F0000000100010000000000F402000000000000000000000000000000000000
  624.       00000000FFFFFF00FFFFF8000000000000000000FFFFF8000000000000000000
  625.       FFC018000000000000000000FFDFD8000000000000000000FFC0580000000000
  626.       00000000FFDF58000000000000000000FFC158000000000000000000FFDD5800
  627.       0000000000000000FFDD58000000000000000000BFC018000000000000000000
  628.       C07FF8000000000000000000CF3FF8000000000000000000D01FF80000000000
  629.       00000000D35FF8000000000000000000D407F8000000000000000000D55FF800
  630.       0000000000000000C05FF8000000000000000000E59FF8000000000000000000
  631.       F01FF8000000000000000000FDFFF8000000000000000000FDFFF80000000000
  632.       00000000FFFFFFFFFFFFFFFFFFFFF000FFFFFFFFFFFFFF7FFFF0F000FFFFFF7F
  633.       FFFFFE3FFFEF7000E063FF7FFFFFFF7FFFDFB000C003FF7F9FFFFF7FFFBFD000
  634.       C007FF7F0FFFF777FFBFD000F09FFF3E27FFE003FFBFD000FA7FFF3C73FFF777
  635.       FFBFD000FD3FFF38F9FFFF7FFFD7B000FEDFFF11FCEFFF7F7FE77000FF63FF83
  636.       FEF01E3F80C6F000FFA3FF87BEF3CF7F9E7FF000FFC1FFC75DF407FFA03FF000
  637.       FFC0FFE33BF4D7FFA6BFF000FFC07FC0F7F501FFA80FF000FFF03FD8EFF557FF
  638.       AABFF000FFF83FB85FF017FF80BFF000FFFC7FB33FF967FFCB3FF000FFFFFF8F
  639.       FFFC07FFE03FF000FFFFFFFFFFFF7FFFFBFFF000FFFFFFFFFFFF7FFFFBFFF000
  640.       FFFFFFFFFFFFFFFFFFFFF0008FFFFFFFFFFFFFFFFFFFF000C7FFFFFFFFFFFFFF
  641.       FFFFF000E21FFDFFBFFDFDFFFFFDF000F1EFFEFF1FFDF8FFFFF2F000FBF7FF7F
  642.       01F8F80FFFE70000F603FF7E03F8F01FFF87F000F403FFBE0FF8707FFE0FF000
  643.       F4001FBC3FF061FFF8EFF000F4001FBCFFF027FFF1DFF000F4091F9FFFF03FFF
  644.       E1DFF000FA029FC1FFF01FFFC0BFF000FC251FC1FFE01FFF803FF000FE0A9FC1
  645.       FFE01FFF007FF000FE551FC0FFF00FFF00FFF000FEAA9FC01FFC0FFF01FFF000
  646.       FE551FFFCFFF07FF03FFF000FEAA9FFFEFFF87FF07FFF000FE551FFFE7FFE3FF
  647.       0FFFF000FE003FFFF7FFFBFF1FFFF000FFFFFFFFFFFFFFFFFFFFF000}
  648.   end
  649.   object MDLObserver: TMDLObserver
  650.     Enabled = True
  651.     OnCurrentFrameChange = MDLObserverChange
  652.     OnCurrentObjectChange = MDLObserverChange
  653.     OnCurrentSceneChange = MDLObserverChange
  654.     OnCurrentSkinChange = MDLObserverChange
  655.     OnFrameCountChange = MDLObserverChange
  656.     OnMDLChange = MDLObserverChange
  657.     OnModifyChange = MDLObserverModifyChange
  658.     OnObjectCountChange = MDLObserverChange
  659.     OnSceneCountChange = MDLObserverChange
  660.     Left = 568
  661.   end
  662.   object UpdateControl: TTimer
  663.     Enabled = False
  664.     Interval = 10
  665.     OnTimer = UpdateControlTimer
  666.     Left = 532
  667.   end
  668. end
  669.