home *** CD-ROM | disk | FTP | other *** search
/ Internet Gallery / INTERGAL.bin / intergal / prgs / idv21 / data.z / Iavadraw.exe / 0 / RCDATA / TINSPECTOR / TINSPECTOR.txt < prev   
Text File  |  1996-12-20  |  28KB  |  930 lines

  1. object Inspector: TInspector
  2.   Left = 809
  3.   Top = 235
  4.   Width = 207
  5.   Height = 332
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Range = 715
  8.   BorderIcons = [biSystemMenu, biMinimize]
  9.   BorderStyle = bsSingle
  10.   Caption = 'Inspector'
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   OnHide = FormHide
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 16
  22.   object Panel2: TPanel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 183
  26.     Height = 715
  27.     Align = alClient
  28.     TabOrder = 0
  29.     object Panel1: TPanel
  30.       Left = 1
  31.       Top = 1
  32.       Width = 181
  33.       Height = 28
  34.       Align = alTop
  35.       Caption = 'Panel1'
  36.       TabOrder = 0
  37.       object ObjectListCombo: TComboBox
  38.         Left = 2
  39.         Top = 1
  40.         Width = 181
  41.         Height = 24
  42.         Style = csDropDownList
  43.         ItemHeight = 16
  44.         TabOrder = 0
  45.         OnChange = ObjectListComboChange
  46.         OnKeyPress = ObjectListComboKeyPress
  47.       end
  48.     end
  49.     object TabbedNotebook1: TTabbedNotebook
  50.       Left = 1
  51.       Top = 29
  52.       Width = 181
  53.       Height = 685
  54.       Align = alClient
  55.       TabFont.Color = clBtnText
  56.       TabFont.Height = -13
  57.       TabFont.Name = 'MS Sans Serif'
  58.       TabFont.Style = []
  59.       TabOrder = 1
  60.       object TTabPage
  61.         Left = 4
  62.         Top = 27
  63.         Caption = 'Values'
  64.         object ValuesSheet: TPanel
  65.           Left = 0
  66.           Top = 0
  67.           Width = 173
  68.           Height = 654
  69.           Align = alClient
  70.           BevelOuter = bvNone
  71.           TabOrder = 0
  72.         end
  73.       end
  74.       object TTabPage
  75.         Left = 4
  76.         Top = 27
  77.         Caption = 'Events'
  78.         object OnClickPanel: TPanel
  79.           Left = 0
  80.           Top = 0
  81.           Width = 173
  82.           Height = 25
  83.           Align = alTop
  84.           Alignment = taLeftJustify
  85.           BevelInner = bvLowered
  86.           Caption = ' onClick'
  87.           TabOrder = 0
  88.           Visible = False
  89.           object OnClickValue: TEdit
  90.             Left = 94
  91.             Top = 4
  92.             Width = 77
  93.             Height = 18
  94.             BorderStyle = bsNone
  95.             Color = clScrollBar
  96.             Font.Color = clBlack
  97.             Font.Height = -15
  98.             Font.Name = 'Times New Roman'
  99.             Font.Style = []
  100.             ParentFont = False
  101.             TabOrder = 0
  102.             Text = 'OnClickValue'
  103.             OnDblClick = OnClickValueDblClick
  104.             OnEnter = OnClickValueEnter
  105.             OnExit = OnClickValueExit
  106.             OnKeyPress = OnClickValueKeyPress
  107.           end
  108.         end
  109.         object OnKeyPressPanel: TPanel
  110.           Left = 0
  111.           Top = 25
  112.           Width = 173
  113.           Height = 25
  114.           Align = alTop
  115.           Alignment = taLeftJustify
  116.           BevelInner = bvLowered
  117.           Caption = ' onKeyPress'
  118.           TabOrder = 1
  119.           object OnKeyPressValue: TEdit
  120.             Left = 94
  121.             Top = 4
  122.             Width = 76
  123.             Height = 18
  124.             BorderStyle = bsNone
  125.             Color = clScrollBar
  126.             Font.Color = clBlack
  127.             Font.Height = -15
  128.             Font.Name = 'Times New Roman'
  129.             Font.Style = []
  130.             ParentFont = False
  131.             TabOrder = 0
  132.             Text = 'OnKeyPressValue'
  133.             OnDblClick = OnKeyPressValueDblClick
  134.             OnEnter = OnKeyPressValueEnter
  135.             OnExit = OnKeyPressValueExit
  136.             OnKeyPress = OnKeyPressValueKeyPress
  137.           end
  138.         end
  139.         object OnKeyReleasePanel: TPanel
  140.           Left = 0
  141.           Top = 50
  142.           Width = 173
  143.           Height = 25
  144.           Align = alTop
  145.           Alignment = taLeftJustify
  146.           BevelInner = bvLowered
  147.           Caption = ' onKeyRelease'
  148.           TabOrder = 2
  149.           object OnKeyReleaseValue: TEdit
  150.             Left = 94
  151.             Top = 4
  152.             Width = 76
  153.             Height = 18
  154.             BorderStyle = bsNone
  155.             Color = clScrollBar
  156.             Font.Color = clBlack
  157.             Font.Height = -15
  158.             Font.Name = 'Times New Roman'
  159.             Font.Style = []
  160.             ParentFont = False
  161.             TabOrder = 0
  162.             Text = 'OnKeyReleaseValue'
  163.             OnDblClick = OnKeyReleaseValueDblClick
  164.             OnEnter = OnKeyReleaseValueEnter
  165.             OnExit = OnKeyReleaseValueExit
  166.             OnKeyPress = OnKeyReleaseValueKeyPress
  167.           end
  168.         end
  169.         object OnMouseMovePanel: TPanel
  170.           Left = 0
  171.           Top = 350
  172.           Width = 173
  173.           Height = 25
  174.           Align = alTop
  175.           Alignment = taLeftJustify
  176.           BevelInner = bvLowered
  177.           Caption = ' onMouseMove'
  178.           TabOrder = 3
  179.           Visible = False
  180.           object OnMouseMoveValue: TEdit
  181.             Left = 94
  182.             Top = 4
  183.             Width = 76
  184.             Height = 18
  185.             BorderStyle = bsNone
  186.             Color = clScrollBar
  187.             Font.Color = clBlack
  188.             Font.Height = -15
  189.             Font.Name = 'Times New Roman'
  190.             Font.Style = []
  191.             ParentFont = False
  192.             TabOrder = 0
  193.             Text = 'OnMouseMoveValue'
  194.             OnDblClick = OnMouseMoveValueDblClick
  195.             OnEnter = OnMouseMoveValueEnter
  196.             OnExit = OnMouseMoveValueExit
  197.             OnKeyPress = OnMouseMoveValueKeyPress
  198.           end
  199.         end
  200.         object OnGotFocusPanel: TPanel
  201.           Left = 0
  202.           Top = 75
  203.           Width = 173
  204.           Height = 25
  205.           Align = alTop
  206.           Alignment = taLeftJustify
  207.           BevelInner = bvLowered
  208.           Caption = ' onGotFocus'
  209.           TabOrder = 4
  210.           Visible = False
  211.           object OnGotFocusValue: TEdit
  212.             Left = 94
  213.             Top = 4
  214.             Width = 76
  215.             Height = 18
  216.             BorderStyle = bsNone
  217.             Color = clScrollBar
  218.             Font.Color = clBlack
  219.             Font.Height = -15
  220.             Font.Name = 'Times New Roman'
  221.             Font.Style = []
  222.             ParentFont = False
  223.             TabOrder = 0
  224.             Text = 'OnGotFocusValue'
  225.             OnDblClick = OnGotFocusValueDblClick
  226.             OnEnter = OnGotFocusValueEnter
  227.             OnExit = OnGotFocusValueExit
  228.             OnKeyPress = OnGotFocusValueKeyPress
  229.           end
  230.         end
  231.         object OnKeyActionPanel: TPanel
  232.           Left = 0
  233.           Top = 100
  234.           Width = 173
  235.           Height = 26
  236.           Align = alTop
  237.           Alignment = taLeftJustify
  238.           BevelInner = bvLowered
  239.           Caption = ' onKeyAction'
  240.           TabOrder = 5
  241.           Visible = False
  242.           object OnKeyActionValue: TEdit
  243.             Left = 94
  244.             Top = 4
  245.             Width = 76
  246.             Height = 18
  247.             BorderStyle = bsNone
  248.             Color = clScrollBar
  249.             Font.Color = clBlack
  250.             Font.Height = -15
  251.             Font.Name = 'Times New Roman'
  252.             Font.Style = []
  253.             ParentFont = False
  254.             TabOrder = 0
  255.             Text = 'OnKeyActionValue'
  256.             OnDblClick = OnKeyActionValueDblClick
  257.             OnEnter = OnKeyActionValueEnter
  258.             OnExit = OnKeyActionValueExit
  259.             OnKeyPress = OnKeyActionValueKeyPress
  260.           end
  261.         end
  262.         object OnListSelectPanel: TPanel
  263.           Left = 0
  264.           Top = 175
  265.           Width = 173
  266.           Height = 26
  267.           Align = alTop
  268.           Alignment = taLeftJustify
  269.           BevelInner = bvLowered
  270.           Caption = ' onListSelect'
  271.           TabOrder = 6
  272.           Visible = False
  273.           object OnListSelectValue: TEdit
  274.             Left = 94
  275.             Top = 4
  276.             Width = 76
  277.             Height = 18
  278.             BorderStyle = bsNone
  279.             Color = clScrollBar
  280.             Font.Color = clBlack
  281.             Font.Height = -15
  282.             Font.Name = 'Times New Roman'
  283.             Font.Style = []
  284.             ParentFont = False
  285.             TabOrder = 0
  286.             Text = 'OnListSelectValue'
  287.             OnDblClick = OnListSelectValueDblClick
  288.             OnEnter = OnListSelectValueEnter
  289.             OnExit = OnListSelectValueExit
  290.             OnKeyPress = OnListSelectValueKeyPress
  291.           end
  292.         end
  293.         object OnListDeselectPanel: TPanel
  294.           Left = 0
  295.           Top = 150
  296.           Width = 173
  297.           Height = 25
  298.           Align = alTop
  299.           Alignment = taLeftJustify
  300.           BevelInner = bvLowered
  301.           Caption = ' onListDeselect'
  302.           TabOrder = 7
  303.           Visible = False
  304.           object OnListDeselectValue: TEdit
  305.             Left = 94
  306.             Top = 4
  307.             Width = 76
  308.             Height = 18
  309.             BorderStyle = bsNone
  310.             Color = clScrollBar
  311.             Font.Color = clBlack
  312.             Font.Height = -15
  313.             Font.Name = 'Times New Roman'
  314.             Font.Style = []
  315.             ParentFont = False
  316.             TabOrder = 0
  317.             Text = 'OnListDeselectValue'
  318.             OnDblClick = OnListDeselectValueDblClick
  319.             OnEnter = OnListDeselectValueEnter
  320.             OnExit = OnListDeselectValueExit
  321.             OnKeyPress = OnListDeselectValueKeyPress
  322.           end
  323.         end
  324.         object OnKeyActionReleasePanel: TPanel
  325.           Left = 0
  326.           Top = 126
  327.           Width = 173
  328.           Height = 24
  329.           Align = alTop
  330.           Alignment = taLeftJustify
  331.           BevelInner = bvLowered
  332.           Caption = ' onKeyActionRelease'
  333.           TabOrder = 8
  334.           Visible = False
  335.           object OnKeyActionReleaseValue: TEdit
  336.             Left = 94
  337.             Top = 4
  338.             Width = 76
  339.             Height = 18
  340.             BorderStyle = bsNone
  341.             Color = clScrollBar
  342.             Font.Color = clBlack
  343.             Font.Height = -15
  344.             Font.Name = 'Times New Roman'
  345.             Font.Style = []
  346.             ParentFont = False
  347.             TabOrder = 0
  348.             Text = 'OnKeyActionReleaseValue'
  349.             OnDblClick = OnKeyActionReleaseValueDblClick
  350.             OnEnter = OnKeyActionReleaseValueEnter
  351.             OnExit = OnKeyActionReleaseValueExit
  352.             OnKeyPress = OnKeyActionReleaseValueKeyPress
  353.           end
  354.         end
  355.         object OnMouseDownPanel: TPanel
  356.           Left = 0
  357.           Top = 250
  358.           Width = 173
  359.           Height = 24
  360.           Align = alTop
  361.           Alignment = taLeftJustify
  362.           BevelInner = bvLowered
  363.           Caption = ' onMouseDown'
  364.           TabOrder = 9
  365.           Visible = False
  366.           object OnMouseDownValue: TEdit
  367.             Left = 94
  368.             Top = 4
  369.             Width = 76
  370.             Height = 18
  371.             BorderStyle = bsNone
  372.             Color = clScrollBar
  373.             Font.Color = clBlack
  374.             Font.Height = -15
  375.             Font.Name = 'Times New Roman'
  376.             Font.Style = []
  377.             ParentFont = False
  378.             TabOrder = 0
  379.             Text = 'OnMouseDownValue'
  380.             OnDblClick = OnMouseDownValueDblClick
  381.             OnEnter = OnMouseDownValueEnter
  382.             OnExit = OnMouseDownValueExit
  383.             OnKeyPress = OnMouseDownValueKeyPress
  384.           end
  385.         end
  386.         object OnLostFocusPanel: TPanel
  387.           Left = 0
  388.           Top = 225
  389.           Width = 173
  390.           Height = 25
  391.           Align = alTop
  392.           Alignment = taLeftJustify
  393.           BevelInner = bvLowered
  394.           Caption = ' onLostFocus'
  395.           TabOrder = 10
  396.           Visible = False
  397.           object OnLostFocusValue: TEdit
  398.             Left = 94
  399.             Top = 4
  400.             Width = 76
  401.             Height = 18
  402.             BorderStyle = bsNone
  403.             Color = clScrollBar
  404.             Font.Color = clBlack
  405.             Font.Height = -15
  406.             Font.Name = 'Times New Roman'
  407.             Font.Style = []
  408.             ParentFont = False
  409.             TabOrder = 0
  410.             Text = 'OnLostFocusValue'
  411.             OnDblClick = OnLostFocusValueDblClick
  412.             OnEnter = OnLostFocusValueEnter
  413.             OnExit = OnLostFocusValueExit
  414.             OnKeyPress = OnLostFocusValueKeyPress
  415.           end
  416.         end
  417.         object OnLoadFilePanel: TPanel
  418.           Left = 0
  419.           Top = 201
  420.           Width = 173
  421.           Height = 24
  422.           Align = alTop
  423.           Alignment = taLeftJustify
  424.           BevelInner = bvLowered
  425.           Caption = ' onLoadFile'
  426.           TabOrder = 11
  427.           Visible = False
  428.           object OnLoadFileValue: TEdit
  429.             Left = 94
  430.             Top = 4
  431.             Width = 76
  432.             Height = 18
  433.             BorderStyle = bsNone
  434.             Color = clScrollBar
  435.             Font.Color = clBlack
  436.             Font.Height = -15
  437.             Font.Name = 'Times New Roman'
  438.             Font.Style = []
  439.             ParentFont = False
  440.             TabOrder = 0
  441.             Text = 'OnLoadFileValue'
  442.             OnDblClick = OnLoadFileValueDblClick
  443.             OnEnter = OnLoadFileValueEnter
  444.             OnExit = OnLoadFileValueExit
  445.             OnKeyPress = OnLoadFileValueKeyPress
  446.           end
  447.         end
  448.         object OnMouseExitPanel: TPanel
  449.           Left = 0
  450.           Top = 325
  451.           Width = 173
  452.           Height = 25
  453.           Align = alTop
  454.           Alignment = taLeftJustify
  455.           BevelInner = bvLowered
  456.           Caption = ' onMouseExit'
  457.           TabOrder = 12
  458.           Visible = False
  459.           object OnMouseExitValue: TEdit
  460.             Left = 94
  461.             Top = 4
  462.             Width = 76
  463.             Height = 18
  464.             BorderStyle = bsNone
  465.             Color = clScrollBar
  466.             Font.Color = clBlack
  467.             Font.Height = -15
  468.             Font.Name = 'Times New Roman'
  469.             Font.Style = []
  470.             ParentFont = False
  471.             TabOrder = 0
  472.             Text = 'OnMouseExitValue'
  473.             OnDblClick = OnMouseExitValueDblClick
  474.             OnEnter = OnMouseExitValueEnter
  475.             OnExit = OnMouseExitValueExit
  476.             OnKeyPress = OnMouseExitValueKeyPress
  477.           end
  478.         end
  479.         object OnMouseEnterPanel: TPanel
  480.           Left = 0
  481.           Top = 300
  482.           Width = 173
  483.           Height = 25
  484.           Align = alTop
  485.           Alignment = taLeftJustify
  486.           BevelInner = bvLowered
  487.           Caption = ' onMouseEnter'
  488.           TabOrder = 13
  489.           Visible = False
  490.           object OnMouseEnterValue: TEdit
  491.             Left = 94
  492.             Top = 4
  493.             Width = 76
  494.             Height = 18
  495.             BorderStyle = bsNone
  496.             Color = clScrollBar
  497.             Font.Color = clBlack
  498.             Font.Height = -15
  499.             Font.Name = 'Times New Roman'
  500.             Font.Style = []
  501.             ParentFont = False
  502.             TabOrder = 0
  503.             Text = 'OnMouseEnterValue'
  504.             OnDblClick = OnMouseEnterValueDblClick
  505.             OnEnter = OnMouseEnterValueEnter
  506.             OnExit = OnMouseEnterValueExit
  507.             OnKeyPress = OnMouseEnterValueKeyPress
  508.           end
  509.         end
  510.         object OnMouseDragPanel: TPanel
  511.           Left = 0
  512.           Top = 274
  513.           Width = 173
  514.           Height = 26
  515.           Align = alTop
  516.           Alignment = taLeftJustify
  517.           BevelInner = bvLowered
  518.           Caption = ' onMouseDrag'
  519.           TabOrder = 14
  520.           Visible = False
  521.           object OnMouseDragValue: TEdit
  522.             Left = 94
  523.             Top = 4
  524.             Width = 76
  525.             Height = 18
  526.             BorderStyle = bsNone
  527.             Color = clScrollBar
  528.             Font.Color = clBlack
  529.             Font.Height = -15
  530.             Font.Name = 'Times New Roman'
  531.             Font.Style = []
  532.             ParentFont = False
  533.             TabOrder = 0
  534.             Text = 'OnMouseDragValue'
  535.             OnDblClick = OnMouseDragValueDblClick
  536.             OnEnter = OnMouseDragValueEnter
  537.             OnExit = OnMouseDragValueExit
  538.             OnKeyPress = OnMouseDragValueKeyPress
  539.           end
  540.         end
  541.         object OnScrollPageUpPanel: TPanel
  542.           Left = 0
  543.           Top = 526
  544.           Width = 173
  545.           Height = 24
  546.           Align = alTop
  547.           Alignment = taLeftJustify
  548.           BevelInner = bvLowered
  549.           Caption = ' onScrollPageUp'
  550.           TabOrder = 15
  551.           Visible = False
  552.           object OnScrollPageUpValue: TEdit
  553.             Left = 94
  554.             Top = 4
  555.             Width = 76
  556.             Height = 18
  557.             BorderStyle = bsNone
  558.             Color = clScrollBar
  559.             Font.Color = clBlack
  560.             Font.Height = -15
  561.             Font.Name = 'Times New Roman'
  562.             Font.Style = []
  563.             ParentFont = False
  564.             TabOrder = 0
  565.             Text = 'OnScrollPageUpValue'
  566.             OnDblClick = OnScrollPageUpValueDblClick
  567.             OnEnter = OnScrollPageUpValueEnter
  568.             OnExit = OnScrollPageUpValueExit
  569.             OnKeyPress = OnScrollPageUpValueKeyPress
  570.           end
  571.         end
  572.         object OnMouseUpPanel: TPanel
  573.           Left = 0
  574.           Top = 375
  575.           Width = 173
  576.           Height = 25
  577.           Align = alTop
  578.           Alignment = taLeftJustify
  579.           BevelInner = bvLowered
  580.           Caption = ' onMouseUp'
  581.           TabOrder = 16
  582.           Visible = False
  583.           object OnMouseUpValue: TEdit
  584.             Left = 94
  585.             Top = 4
  586.             Width = 76
  587.             Height = 18
  588.             BorderStyle = bsNone
  589.             Color = clScrollBar
  590.             Font.Color = clBlack
  591.             Font.Height = -15
  592.             Font.Name = 'Times New Roman'
  593.             Font.Style = []
  594.             ParentFont = False
  595.             TabOrder = 0
  596.             Text = 'OnMouseUpValue'
  597.             OnDblClick = OnMouseUpValueDblClick
  598.             OnEnter = OnMouseUpValueEnter
  599.             OnExit = OnMouseUpValueExit
  600.             OnKeyPress = OnMouseUpValueKeyPress
  601.           end
  602.         end
  603.         object OnSaveFilePanel: TPanel
  604.           Left = 0
  605.           Top = 400
  606.           Width = 173
  607.           Height = 25
  608.           Align = alTop
  609.           Alignment = taLeftJustify
  610.           BevelInner = bvLowered
  611.           Caption = ' onSaveFile'
  612.           TabOrder = 17
  613.           Visible = False
  614.           object OnSaveFileValue: TEdit
  615.             Left = 94
  616.             Top = 4
  617.             Width = 76
  618.             Height = 18
  619.             BorderStyle = bsNone
  620.             Color = clScrollBar
  621.             Font.Color = clBlack
  622.             Font.Height = -15
  623.             Font.Name = 'Times New Roman'
  624.             Font.Style = []
  625.             ParentFont = False
  626.             TabOrder = 0
  627.             Text = 'OnSaveFileValue'
  628.             OnDblClick = OnSaveFileValueDblClick
  629.             OnEnter = OnSaveFileValueEnter
  630.             OnExit = OnSaveFileValueExit
  631.             OnKeyPress = OnSaveFileValueKeyPress
  632.           end
  633.         end
  634.         object OnScrollPageDownPanel: TPanel
  635.           Left = 0
  636.           Top = 500
  637.           Width = 173
  638.           Height = 26
  639.           Align = alTop
  640.           Alignment = taLeftJustify
  641.           BevelInner = bvLowered
  642.           Caption = ' onScrollPageDown'
  643.           TabOrder = 18
  644.           Visible = False
  645.           object OnScrollPageDownValue: TEdit
  646.             Left = 94
  647.             Top = 4
  648.             Width = 76
  649.             Height = 18
  650.             BorderStyle = bsNone
  651.             Color = clScrollBar
  652.             Font.Color = clBlack
  653.             Font.Height = -15
  654.             Font.Name = 'Times New Roman'
  655.             Font.Style = []
  656.             ParentFont = False
  657.             TabOrder = 0
  658.             Text = 'OnScrollPageDownValue'
  659.             OnDblClick = OnScrollPageDownValueDblClick
  660.             OnEnter = OnScrollPageDownValueEnter
  661.             OnExit = OnScrollPageDownValueExit
  662.             OnKeyPress = OnScrollPageDownValueKeyPress
  663.           end
  664.         end
  665.         object OnScrollLineUpPanel: TPanel
  666.           Left = 0
  667.           Top = 475
  668.           Width = 173
  669.           Height = 25
  670.           Align = alTop
  671.           Alignment = taLeftJustify
  672.           BevelInner = bvLowered
  673.           Caption = ' onScrollLineUp'
  674.           TabOrder = 19
  675.           Visible = False
  676.           object OnScrollLineUpValue: TEdit
  677.             Left = 94
  678.             Top = 4
  679.             Width = 76
  680.             Height = 18
  681.             BorderStyle = bsNone
  682.             Color = clScrollBar
  683.             Font.Color = clBlack
  684.             Font.Height = -15
  685.             Font.Name = 'Times New Roman'
  686.             Font.Style = []
  687.             ParentFont = False
  688.             TabOrder = 0
  689.             Text = 'OnScrollLineUpValue'
  690.             OnDblClick = OnScrollLineUpValueDblClick
  691.             OnEnter = OnScrollLineUpValueEnter
  692.             OnExit = OnScrollLineUpValueExit
  693.             OnKeyPress = OnScrollLineUpValueKeyPress
  694.           end
  695.         end
  696.         object OnScrollLineDownPanel: TPanel
  697.           Left = 0
  698.           Top = 450
  699.           Width = 173
  700.           Height = 25
  701.           Align = alTop
  702.           Alignment = taLeftJustify
  703.           BevelInner = bvLowered
  704.           Caption = ' onScrollLineDown'
  705.           TabOrder = 20
  706.           Visible = False
  707.           object OnScrollLineDownValue: TEdit
  708.             Left = 94
  709.             Top = 4
  710.             Width = 76
  711.             Height = 18
  712.             BorderStyle = bsNone
  713.             Color = clScrollBar
  714.             Font.Color = clBlack
  715.             Font.Height = -15
  716.             Font.Name = 'Times New Roman'
  717.             Font.Style = []
  718.             ParentFont = False
  719.             TabOrder = 0
  720.             Text = 'OnScrollLineDownValue'
  721.             OnDblClick = OnScrollLineDownValueDblClick
  722.             OnEnter = OnScrollLineDownValueEnter
  723.             OnExit = OnScrollLineDownValueExit
  724.             OnKeyPress = OnScrollLineDownValueKeyPress
  725.           end
  726.         end
  727.         object OnScrollAbsolutePanel: TPanel
  728.           Left = 0
  729.           Top = 425
  730.           Width = 173
  731.           Height = 25
  732.           Align = alTop
  733.           Alignment = taLeftJustify
  734.           BevelInner = bvLowered
  735.           Caption = ' onScrollAbsolute'
  736.           TabOrder = 21
  737.           Visible = False
  738.           object OnScrollAbsoluteValue: TEdit
  739.             Left = 94
  740.             Top = 4
  741.             Width = 76
  742.             Height = 18
  743.             BorderStyle = bsNone
  744.             Color = clScrollBar
  745.             Font.Color = clBlack
  746.             Font.Height = -15
  747.             Font.Name = 'Times New Roman'
  748.             Font.Style = []
  749.             ParentFont = False
  750.             TabOrder = 0
  751.             Text = 'OnScrollAbsoluteValue'
  752.             OnDblClick = OnScrollAbsoluteValueDblClick
  753.             OnEnter = OnScrollAbsoluteValueEnter
  754.             OnExit = OnScrollAbsoluteValueExit
  755.             OnKeyPress = OnScrollAbsoluteValueKeyPress
  756.           end
  757.         end
  758.         object OnWindowMovedPanel: TPanel
  759.           Left = 0
  760.           Top = 650
  761.           Width = 173
  762.           Height = 24
  763.           Align = alTop
  764.           Alignment = taLeftJustify
  765.           BevelInner = bvLowered
  766.           Caption = ' onWindowMoved'
  767.           TabOrder = 22
  768.           Visible = False
  769.           object OnWindowMovedValue: TEdit
  770.             Left = 94
  771.             Top = 4
  772.             Width = 76
  773.             Height = 18
  774.             BorderStyle = bsNone
  775.             Color = clScrollBar
  776.             Font.Color = clBlack
  777.             Font.Height = -15
  778.             Font.Name = 'Times New Roman'
  779.             Font.Style = []
  780.             ParentFont = False
  781.             TabOrder = 0
  782.             Text = 'OnWindowMovedValue'
  783.             OnDblClick = OnWindowMovedValueDblClick
  784.             OnEnter = OnWindowMovedValueEnter
  785.             OnExit = OnWindowMovedValueExit
  786.             OnKeyPress = OnWindowMovedValueKeyPress
  787.           end
  788.         end
  789.         object OnWindowDeiconifyPanel: TPanel
  790.           Left = 0
  791.           Top = 550
  792.           Width = 173
  793.           Height = 25
  794.           Align = alTop
  795.           Alignment = taLeftJustify
  796.           BevelInner = bvLowered
  797.           Caption = ' onWindowDeiconify'
  798.           TabOrder = 23
  799.           Visible = False
  800.           object OnWindowDeiconifyValue: TEdit
  801.             Left = 94
  802.             Top = 4
  803.             Width = 76
  804.             Height = 18
  805.             BorderStyle = bsNone
  806.             Color = clScrollBar
  807.             Font.Color = clBlack
  808.             Font.Height = -15
  809.             Font.Name = 'Times New Roman'
  810.             Font.Style = []
  811.             ParentFont = False
  812.             TabOrder = 0
  813.             Text = 'OnWindowDeiconifyValue'
  814.             OnDblClick = OnWindowDeiconifyValueDblClick
  815.             OnEnter = OnWindowDeiconifyValueEnter
  816.             OnExit = OnWindowDeiconifyValueExit
  817.             OnKeyPress = OnWindowDeiconifyValueKeyPress
  818.           end
  819.         end
  820.         object OnWindowIconifyPanel: TPanel
  821.           Left = 0
  822.           Top = 625
  823.           Width = 173
  824.           Height = 25
  825.           Align = alTop
  826.           Alignment = taLeftJustify
  827.           BevelInner = bvLowered
  828.           Caption = ' onWindowIconify'
  829.           TabOrder = 24
  830.           Visible = False
  831.           object OnWindowIconifyValue: TEdit
  832.             Left = 94
  833.             Top = 4
  834.             Width = 76
  835.             Height = 18
  836.             BorderStyle = bsNone
  837.             Color = clScrollBar
  838.             Font.Color = clBlack
  839.             Font.Height = -15
  840.             Font.Name = 'Times New Roman'
  841.             Font.Style = []
  842.             ParentFont = False
  843.             TabOrder = 0
  844.             Text = 'OnWindowIconifyValue'
  845.             OnDblClick = OnWindowIconifyValueDblClick
  846.             OnEnter = OnWindowIconifyValueEnter
  847.             OnExit = OnWindowIconifyValueExit
  848.             OnKeyPress = OnWindowIconifyValueKeyPress
  849.           end
  850.         end
  851.         object OnWindowExposePanel: TPanel
  852.           Left = 0
  853.           Top = 601
  854.           Width = 173
  855.           Height = 24
  856.           Align = alTop
  857.           Alignment = taLeftJustify
  858.           BevelInner = bvLowered
  859.           Caption = ' onWindowExpose'
  860.           TabOrder = 25
  861.           Visible = False
  862.           object OnWindowExposeValue: TEdit
  863.             Left = 94
  864.             Top = 4
  865.             Width = 76
  866.             Height = 18
  867.             BorderStyle = bsNone
  868.             Color = clScrollBar
  869.             Font.Color = clBlack
  870.             Font.Height = -15
  871.             Font.Name = 'Times New Roman'
  872.             Font.Style = []
  873.             ParentFont = False
  874.             TabOrder = 0
  875.             Text = 'OnWindowExposeValue'
  876.             OnDblClick = OnWindowExposeValueDblClick
  877.             OnEnter = OnWindowExposeValueEnter
  878.             OnExit = OnWindowExposeValueExit
  879.             OnKeyPress = OnWindowExposeValueKeyPress
  880.           end
  881.         end
  882.         object OnWindowDestroyPanel: TPanel
  883.           Left = 0
  884.           Top = 575
  885.           Width = 173
  886.           Height = 26
  887.           Align = alTop
  888.           Alignment = taLeftJustify
  889.           BevelInner = bvLowered
  890.           Caption = ' onWindowDestroy'
  891.           TabOrder = 26
  892.           Visible = False
  893.           object OnWindowDestroyValue: TEdit
  894.             Left = 94
  895.             Top = 4
  896.             Width = 76
  897.             Height = 18
  898.             BorderStyle = bsNone
  899.             Color = clScrollBar
  900.             Font.Color = clBlack
  901.             Font.Height = -15
  902.             Font.Name = 'Times New Roman'
  903.             Font.Style = []
  904.             ParentFont = False
  905.             TabOrder = 0
  906.             Text = 'OnWindowDestroyValue'
  907.             OnDblClick = OnWindowDestroyValueDblClick
  908.             OnEnter = OnWindowDestroyValueEnter
  909.             OnExit = OnWindowDestroyValueExit
  910.             OnKeyPress = OnWindowDestroyValueKeyPress
  911.           end
  912.         end
  913.       end
  914.     end
  915.   end
  916.   object Timer1: TTimer
  917.     Enabled = False
  918.     Interval = 500
  919.     OnTimer = Timer1Timer
  920.     Left = 137
  921.     Top = 77
  922.   end
  923.   object OpenDialog1: TOpenDialog
  924.     FileEditStyle = fsEdit
  925.     Filter = 'Images (*.GIF)|*.GIF|All files (*.*)|*.*'
  926.     Left = 105
  927.     Top = 77
  928.   end
  929. end
  930.