Window1.g.cs
上传用户:haomiao527
上传日期:2008-10-28
资源大小:322k
文件大小:44k
源码类别:

其他智力游戏

开发平台:

C#

  1. #pragma checksum "....Window1.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "883BE5568D6161EF1FF1F1136D248B2E"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. //     此代码由工具生成。
  5. //     运行库版本:2.0.50727.1433
  6. //
  7. //     对此文件的更改可能会导致不正确的行为,并且如果
  8. //     重新生成代码,这些更改将会丢失。
  9. // </auto-generated>
  10. //------------------------------------------------------------------------------
  11. using System;
  12. using System.Windows;
  13. using System.Windows.Automation;
  14. using System.Windows.Controls;
  15. using System.Windows.Controls.Primitives;
  16. using System.Windows.Data;
  17. using System.Windows.Documents;
  18. using System.Windows.Ink;
  19. using System.Windows.Input;
  20. using System.Windows.Markup;
  21. using System.Windows.Media;
  22. using System.Windows.Media.Animation;
  23. using System.Windows.Media.Effects;
  24. using System.Windows.Media.Imaging;
  25. using System.Windows.Media.Media3D;
  26. using System.Windows.Media.TextFormatting;
  27. using System.Windows.Navigation;
  28. using System.Windows.Shapes;
  29. namespace CShap.Wpf.EinsteinSuperQuestion {
  30.     
  31.     
  32.     /// <summary>
  33.     /// Window1
  34.     /// </summary>
  35.     public partial class Window1 : System.Windows.Window, System.Windows.Markup.IComponentConnector {
  36.         
  37.         
  38.         #line 18 "....Window1.xaml"
  39.         internal System.Windows.Controls.Grid grdCaption;
  40.         
  41.         #line default
  42.         #line hidden
  43.         
  44.         
  45.         #line 46 "....Window1.xaml"
  46.         internal System.Windows.Controls.Button btnMinWindow;
  47.         
  48.         #line default
  49.         #line hidden
  50.         
  51.         
  52.         #line 98 "....Window1.xaml"
  53.         internal System.Windows.Shapes.Polyline polylineQuit1;
  54.         
  55.         #line default
  56.         #line hidden
  57.         
  58.         
  59.         #line 110 "....Window1.xaml"
  60.         internal System.Windows.Shapes.Polyline polylineQuit2;
  61.         
  62.         #line default
  63.         #line hidden
  64.         
  65.         
  66.         #line 122 "....Window1.xaml"
  67.         internal System.Windows.Shapes.Ellipse ellipseQuit;
  68.         
  69.         #line default
  70.         #line hidden
  71.         
  72.         
  73.         #line 687 "....Window1.xaml"
  74.         internal System.Windows.Shapes.Ellipse ellipseAbout;
  75.         
  76.         #line default
  77.         #line hidden
  78.         
  79.         
  80.         #line 695 "....Window1.xaml"
  81.         internal System.Windows.Shapes.Ellipse ellipseDrag;
  82.         
  83.         #line default
  84.         #line hidden
  85.         
  86.         
  87.         #line 812 "....Window1.xaml"
  88.         internal System.Windows.Controls.Canvas cnvCoordinate;
  89.         
  90.         #line default
  91.         #line hidden
  92.         
  93.         private bool _contentLoaded;
  94.         
  95.         /// <summary>
  96.         /// InitializeComponent
  97.         /// </summary>
  98.         [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  99.         public void InitializeComponent() {
  100.             if (_contentLoaded) {
  101.                 return;
  102.             }
  103.             _contentLoaded = true;
  104.             System.Uri resourceLocater = new System.Uri("/EinsteinSuperQuestion;component/window1.xaml", System.UriKind.Relative);
  105.             
  106.             #line 1 "....Window1.xaml"
  107.             System.Windows.Application.LoadComponent(this, resourceLocater);
  108.             
  109.             #line default
  110.             #line hidden
  111.         }
  112.         
  113.         [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  114.         [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  115.         [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  116.         void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  117.             switch (connectionId)
  118.             {
  119.             case 1:
  120.             this.grdCaption = ((System.Windows.Controls.Grid)(target));
  121.             return;
  122.             case 2:
  123.             this.btnMinWindow = ((System.Windows.Controls.Button)(target));
  124.             
  125.             #line 46 "....Window1.xaml"
  126.             this.btnMinWindow.Click += new System.Windows.RoutedEventHandler(this.Button_Click);
  127.             
  128.             #line default
  129.             #line hidden
  130.             return;
  131.             case 3:
  132.             
  133.             #line 66 "....Window1.xaml"
  134.             ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);
  135.             
  136.             #line default
  137.             #line hidden
  138.             return;
  139.             case 4:
  140.             this.polylineQuit1 = ((System.Windows.Shapes.Polyline)(target));
  141.             return;
  142.             case 5:
  143.             this.polylineQuit2 = ((System.Windows.Shapes.Polyline)(target));
  144.             return;
  145.             case 6:
  146.             this.ellipseQuit = ((System.Windows.Shapes.Ellipse)(target));
  147.             return;
  148.             case 7:
  149.             
  150.             #line 130 "....Window1.xaml"
  151.             ((System.Windows.Shapes.Ellipse)(target)).MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.ellipseQuit_MouseLeftButtonDown);
  152.             
  153.             #line default
  154.             #line hidden
  155.             
  156.             #line 130 "....Window1.xaml"
  157.             ((System.Windows.Shapes.Ellipse)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.ellipseQuit_MouseLeftButtonUp);
  158.             
  159.             #line default
  160.             #line hidden
  161.             
  162.             #line 130 "....Window1.xaml"
  163.             ((System.Windows.Shapes.Ellipse)(target)).MouseLeave += new System.Windows.Input.MouseEventHandler(this.ellipseQuit_MouseLeave);
  164.             
  165.             #line default
  166.             #line hidden
  167.             
  168.             #line 130 "....Window1.xaml"
  169.             ((System.Windows.Shapes.Ellipse)(target)).MouseEnter += new System.Windows.Input.MouseEventHandler(this.ellipseQuit_MouseEnter);
  170.             
  171.             #line default
  172.             #line hidden
  173.             return;
  174.             case 8:
  175.             
  176.             #line 678 "....Window1.xaml"
  177.             ((System.Windows.Controls.TextBlock)(target)).MouseEnter += new System.Windows.Input.MouseEventHandler(this.TextBlock_MouseEnter);
  178.             
  179.             #line default
  180.             #line hidden
  181.             
  182.             #line 678 "....Window1.xaml"
  183.             ((System.Windows.Controls.TextBlock)(target)).MouseLeave += new System.Windows.Input.MouseEventHandler(this.TextBlock_MouseLeave);
  184.             
  185.             #line default
  186.             #line hidden
  187.             return;
  188.             case 9:
  189.             this.ellipseAbout = ((System.Windows.Shapes.Ellipse)(target));
  190.             return;
  191.             case 10:
  192.             this.ellipseDrag = ((System.Windows.Shapes.Ellipse)(target));
  193.             
  194.             #line 695 "....Window1.xaml"
  195.             this.ellipseDrag.MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.ellipseAbout_MouseLeftButtonDown);
  196.             
  197.             #line default
  198.             #line hidden
  199.             
  200.             #line 695 "....Window1.xaml"
  201.             this.ellipseDrag.MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.ellipseAbout_MouseLeftButtonUp);
  202.             
  203.             #line default
  204.             #line hidden
  205.             
  206.             #line 695 "....Window1.xaml"
  207.             this.ellipseDrag.MouseLeave += new System.Windows.Input.MouseEventHandler(this.ellipseAbout_MouseLeave);
  208.             
  209.             #line default
  210.             #line hidden
  211.             
  212.             #line 695 "....Window1.xaml"
  213.             this.ellipseDrag.MouseEnter += new System.Windows.Input.MouseEventHandler(this.ellipseAbout_MouseEnter);
  214.             
  215.             #line default
  216.             #line hidden
  217.             return;
  218.             case 11:
  219.             
  220.             #line 697 "....Window1.xaml"
  221.             ((System.Windows.Controls.TextBlock)(target)).MouseEnter += new System.Windows.Input.MouseEventHandler(this.TextBlock_MouseEnter);
  222.             
  223.             #line default
  224.             #line hidden
  225.             
  226.             #line 697 "....Window1.xaml"
  227.             ((System.Windows.Controls.TextBlock)(target)).MouseLeave += new System.Windows.Input.MouseEventHandler(this.TextBlock_MouseLeave);
  228.             
  229.             #line default
  230.             #line hidden
  231.             return;
  232.             case 12:
  233.             
  234.             #line 705 "....Window1.xaml"
  235.             ((System.Windows.Controls.TextBlock)(target)).MouseEnter += new System.Windows.Input.MouseEventHandler(this.TextBlock_MouseEnter);
  236.             
  237.             #line default
  238.             #line hidden
  239.             
  240.             #line 705 "....Window1.xaml"
  241.             ((System.Windows.Controls.TextBlock)(target)).MouseLeave += new System.Windows.Input.MouseEventHandler(this.TextBlock_MouseLeave);
  242.             
  243.             #line default
  244.             #line hidden
  245.             return;
  246.             case 13:
  247.             
  248.             #line 713 "....Window1.xaml"
  249.             ((System.Windows.Controls.TextBlock)(target)).MouseEnter += new System.Windows.Input.MouseEventHandler(this.TextBlock_MouseEnter);
  250.             
  251.             #line default
  252.             #line hidden
  253.             
  254.             #line 713 "....Window1.xaml"
  255.             ((System.Windows.Controls.TextBlock)(target)).MouseLeave += new System.Windows.Input.MouseEventHandler(this.TextBlock_MouseLeave);
  256.             
  257.             #line default
  258.             #line hidden
  259.             return;
  260.             case 14:
  261.             
  262.             #line 721 "....Window1.xaml"
  263.             ((System.Windows.Controls.TextBlock)(target)).MouseEnter += new System.Windows.Input.MouseEventHandler(this.TextBlock_MouseEnter);
  264.             
  265.             #line default
  266.             #line hidden
  267.             
  268.             #line 721 "....Window1.xaml"
  269.             ((System.Windows.Controls.TextBlock)(target)).MouseLeave += new System.Windows.Input.MouseEventHandler(this.TextBlock_MouseLeave);
  270.             
  271.             #line default
  272.             #line hidden
  273.             return;
  274.             case 15:
  275.             
  276.             #line 729 "....Window1.xaml"
  277.             ((System.Windows.Controls.TextBlock)(target)).MouseEnter += new System.Windows.Input.MouseEventHandler(this.TextBlock_MouseEnter);
  278.             
  279.             #line default
  280.             #line hidden
  281.             
  282.             #line 729 "....Window1.xaml"
  283.             ((System.Windows.Controls.TextBlock)(target)).MouseLeave += new System.Windows.Input.MouseEventHandler(this.TextBlock_MouseLeave);
  284.             
  285.             #line default
  286.             #line hidden
  287.             return;
  288.             case 16:
  289.             
  290.             #line 737 "....Window1.xaml"
  291.             ((System.Windows.Controls.TextBlock)(target)).MouseEnter += new System.Windows.Input.MouseEventHandler(this.TextBlock_MouseEnter);
  292.             
  293.             #line default
  294.             #line hidden
  295.             
  296.             #line 737 "....Window1.xaml"
  297.             ((System.Windows.Controls.TextBlock)(target)).MouseLeave += new System.Windows.Input.MouseEventHandler(this.TextBlock_MouseLeave);
  298.             
  299.             #line default
  300.             #line hidden
  301.             return;
  302.             case 17:
  303.             
  304.             #line 745 "....Window1.xaml"
  305.             ((System.Windows.Controls.TextBlock)(target)).MouseEnter += new System.Windows.Input.MouseEventHandler(this.TextBlock_MouseEnter);
  306.             
  307.             #line default
  308.             #line hidden
  309.             
  310.             #line 745 "....Window1.xaml"
  311.             ((System.Windows.Controls.TextBlock)(target)).MouseLeave += new System.Windows.Input.MouseEventHandler(this.TextBlock_MouseLeave);
  312.             
  313.             #line default
  314.             #line hidden
  315.             return;
  316.             case 18:
  317.             
  318.             #line 753 "....Window1.xaml"
  319.             ((System.Windows.Controls.TextBlock)(target)).MouseEnter += new System.Windows.Input.MouseEventHandler(this.TextBlock_MouseEnter);
  320.             
  321.             #line default
  322.             #line hidden
  323.             
  324.             #line 753 "....Window1.xaml"
  325.             ((System.Windows.Controls.TextBlock)(target)).MouseLeave += new System.Windows.Input.MouseEventHandler(this.TextBlock_MouseLeave);
  326.             
  327.             #line default
  328.             #line hidden
  329.             return;
  330.             case 19:
  331.             
  332.             #line 761 "....Window1.xaml"
  333.             ((System.Windows.Controls.TextBlock)(target)).MouseEnter += new System.Windows.Input.MouseEventHandler(this.TextBlock_MouseEnter);
  334.             
  335.             #line default
  336.             #line hidden
  337.             
  338.             #line 761 "....Window1.xaml"
  339.             ((System.Windows.Controls.TextBlock)(target)).MouseLeave += new System.Windows.Input.MouseEventHandler(this.TextBlock_MouseLeave);
  340.             
  341.             #line default
  342.             #line hidden
  343.             return;
  344.             case 20:
  345.             
  346.             #line 769 "....Window1.xaml"
  347.             ((System.Windows.Controls.TextBlock)(target)).MouseEnter += new System.Windows.Input.MouseEventHandler(this.TextBlock_MouseEnter);
  348.             
  349.             #line default
  350.             #line hidden
  351.             
  352.             #line 769 "....Window1.xaml"
  353.             ((System.Windows.Controls.TextBlock)(target)).MouseLeave += new System.Windows.Input.MouseEventHandler(this.TextBlock_MouseLeave);
  354.             
  355.             #line default
  356.             #line hidden
  357.             return;
  358.             case 21:
  359.             
  360.             #line 777 "....Window1.xaml"
  361.             ((System.Windows.Controls.TextBlock)(target)).MouseEnter += new System.Windows.Input.MouseEventHandler(this.TextBlock_MouseEnter);
  362.             
  363.             #line default
  364.             #line hidden
  365.             
  366.             #line 777 "....Window1.xaml"
  367.             ((System.Windows.Controls.TextBlock)(target)).MouseLeave += new System.Windows.Input.MouseEventHandler(this.TextBlock_MouseLeave);
  368.             
  369.             #line default
  370.             #line hidden
  371.             return;
  372.             case 22:
  373.             
  374.             #line 785 "....Window1.xaml"
  375.             ((System.Windows.Controls.TextBlock)(target)).MouseEnter += new System.Windows.Input.MouseEventHandler(this.TextBlock_MouseEnter);
  376.             
  377.             #line default
  378.             #line hidden
  379.             
  380.             #line 785 "....Window1.xaml"
  381.             ((System.Windows.Controls.TextBlock)(target)).MouseLeave += new System.Windows.Input.MouseEventHandler(this.TextBlock_MouseLeave);
  382.             
  383.             #line default
  384.             #line hidden
  385.             return;
  386.             case 23:
  387.             
  388.             #line 793 "....Window1.xaml"
  389.             ((System.Windows.Controls.TextBlock)(target)).MouseEnter += new System.Windows.Input.MouseEventHandler(this.TextBlock_MouseEnter);
  390.             
  391.             #line default
  392.             #line hidden
  393.             
  394.             #line 793 "....Window1.xaml"
  395.             ((System.Windows.Controls.TextBlock)(target)).MouseLeave += new System.Windows.Input.MouseEventHandler(this.TextBlock_MouseLeave);
  396.             
  397.             #line default
  398.             #line hidden
  399.             return;
  400.             case 24:
  401.             
  402.             #line 801 "....Window1.xaml"
  403.             ((System.Windows.Controls.TextBlock)(target)).MouseEnter += new System.Windows.Input.MouseEventHandler(this.TextBlock_MouseEnter);
  404.             
  405.             #line default
  406.             #line hidden
  407.             
  408.             #line 801 "....Window1.xaml"
  409.             ((System.Windows.Controls.TextBlock)(target)).MouseLeave += new System.Windows.Input.MouseEventHandler(this.TextBlock_MouseLeave);
  410.             
  411.             #line default
  412.             #line hidden
  413.             return;
  414.             case 25:
  415.             this.cnvCoordinate = ((System.Windows.Controls.Canvas)(target));
  416.             return;
  417.             case 26:
  418.             
  419.             #line 814 "....Window1.xaml"
  420.             ((System.Windows.Shapes.Ellipse)(target)).MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.Ellipse_MouseLeftButtonDown);
  421.             
  422.             #line default
  423.             #line hidden
  424.             
  425.             #line 814 "....Window1.xaml"
  426.             ((System.Windows.Shapes.Ellipse)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.Ellipse_MouseLeftButtonUp);
  427.             
  428.             #line default
  429.             #line hidden
  430.             
  431.             #line 814 "....Window1.xaml"
  432.             ((System.Windows.Shapes.Ellipse)(target)).MouseMove += new System.Windows.Input.MouseEventHandler(this.Ellipse_MouseMove);
  433.             
  434.             #line default
  435.             #line hidden
  436.             
  437.             #line 814 "....Window1.xaml"
  438.             ((System.Windows.Shapes.Ellipse)(target)).MouseEnter += new System.Windows.Input.MouseEventHandler(this.Ellipse_MouseEnter);
  439.             
  440.             #line default
  441.             #line hidden
  442.             return;
  443.             case 27:
  444.             
  445.             #line 833 "....Window1.xaml"
  446.             ((System.Windows.Shapes.Ellipse)(target)).MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.Ellipse_MouseLeftButtonDown);
  447.             
  448.             #line default
  449.             #line hidden
  450.             
  451.             #line 833 "....Window1.xaml"
  452.             ((System.Windows.Shapes.Ellipse)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.Ellipse_MouseLeftButtonUp);
  453.             
  454.             #line default
  455.             #line hidden
  456.             
  457.             #line 833 "....Window1.xaml"
  458.             ((System.Windows.Shapes.Ellipse)(target)).MouseMove += new System.Windows.Input.MouseEventHandler(this.Ellipse_MouseMove);
  459.             
  460.             #line default
  461.             #line hidden
  462.             
  463.             #line 833 "....Window1.xaml"
  464.             ((System.Windows.Shapes.Ellipse)(target)).MouseEnter += new System.Windows.Input.MouseEventHandler(this.Ellipse_MouseEnter);
  465.             
  466.             #line default
  467.             #line hidden
  468.             return;
  469.             case 28:
  470.             
  471.             #line 852 "....Window1.xaml"
  472.             ((System.Windows.Shapes.Ellipse)(target)).MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.Ellipse_MouseLeftButtonDown);
  473.             
  474.             #line default
  475.             #line hidden
  476.             
  477.             #line 852 "....Window1.xaml"
  478.             ((System.Windows.Shapes.Ellipse)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.Ellipse_MouseLeftButtonUp);
  479.             
  480.             #line default
  481.             #line hidden
  482.             
  483.             #line 852 "....Window1.xaml"
  484.             ((System.Windows.Shapes.Ellipse)(target)).MouseMove += new System.Windows.Input.MouseEventHandler(this.Ellipse_MouseMove);
  485.             
  486.             #line default
  487.             #line hidden
  488.             
  489.             #line 852 "....Window1.xaml"
  490.             ((System.Windows.Shapes.Ellipse)(target)).MouseEnter += new System.Windows.Input.MouseEventHandler(this.Ellipse_MouseEnter);
  491.             
  492.             #line default
  493.             #line hidden
  494.             return;
  495.             case 29:
  496.             
  497.             #line 871 "....Window1.xaml"
  498.             ((System.Windows.Shapes.Ellipse)(target)).MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.Ellipse_MouseLeftButtonDown);
  499.             
  500.             #line default
  501.             #line hidden
  502.             
  503.             #line 871 "....Window1.xaml"
  504.             ((System.Windows.Shapes.Ellipse)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.Ellipse_MouseLeftButtonUp);
  505.             
  506.             #line default
  507.             #line hidden
  508.             
  509.             #line 871 "....Window1.xaml"
  510.             ((System.Windows.Shapes.Ellipse)(target)).MouseMove += new System.Windows.Input.MouseEventHandler(this.Ellipse_MouseMove);
  511.             
  512.             #line default
  513.             #line hidden
  514.             
  515.             #line 871 "....Window1.xaml"
  516.             ((System.Windows.Shapes.Ellipse)(target)).MouseEnter += new System.Windows.Input.MouseEventHandler(this.Ellipse_MouseEnter);
  517.             
  518.             #line default
  519.             #line hidden
  520.             return;
  521.             case 30:
  522.             
  523.             #line 890 "....Window1.xaml"
  524.             ((System.Windows.Shapes.Ellipse)(target)).MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.Ellipse_MouseLeftButtonDown);
  525.             
  526.             #line default
  527.             #line hidden
  528.             
  529.             #line 890 "....Window1.xaml"
  530.             ((System.Windows.Shapes.Ellipse)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.Ellipse_MouseLeftButtonUp);
  531.             
  532.             #line default
  533.             #line hidden
  534.             
  535.             #line 890 "....Window1.xaml"
  536.             ((System.Windows.Shapes.Ellipse)(target)).MouseMove += new System.Windows.Input.MouseEventHandler(this.Ellipse_MouseMove);
  537.             
  538.             #line default
  539.             #line hidden
  540.             
  541.             #line 890 "....Window1.xaml"
  542.             ((System.Windows.Shapes.Ellipse)(target)).MouseEnter += new System.Windows.Input.MouseEventHandler(this.Ellipse_MouseEnter);
  543.             
  544.             #line default
  545.             #line hidden
  546.             return;
  547.             case 31:
  548.             
  549.             #line 910 "....Window1.xaml"
  550.             ((System.Windows.Shapes.Ellipse)(target)).MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.Ellipse_MouseLeftButtonDown);
  551.             
  552.             #line default
  553.             #line hidden
  554.             
  555.             #line 910 "....Window1.xaml"
  556.             ((System.Windows.Shapes.Ellipse)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.Ellipse_MouseLeftButtonUp);
  557.             
  558.             #line default
  559.             #line hidden
  560.             
  561.             #line 910 "....Window1.xaml"
  562.             ((System.Windows.Shapes.Ellipse)(target)).MouseMove += new System.Windows.Input.MouseEventHandler(this.Ellipse_MouseMove);
  563.             
  564.             #line default
  565.             #line hidden
  566.             
  567.             #line 910 "....Window1.xaml"
  568.             ((System.Windows.Shapes.Ellipse)(target)).MouseEnter += new System.Windows.Input.MouseEventHandler(this.Ellipse_MouseEnter);
  569.             
  570.             #line default
  571.             #line hidden
  572.             return;
  573.             case 32:
  574.             
  575.             #line 940 "....Window1.xaml"
  576.             ((System.Windows.Shapes.Ellipse)(target)).MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.Ellipse_MouseLeftButtonDown);
  577.             
  578.             #line default
  579.             #line hidden
  580.             
  581.             #line 940 "....Window1.xaml"
  582.             ((System.Windows.Shapes.Ellipse)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.Ellipse_MouseLeftButtonUp);
  583.             
  584.             #line default
  585.             #line hidden
  586.             
  587.             #line 940 "....Window1.xaml"
  588.             ((System.Windows.Shapes.Ellipse)(target)).MouseMove += new System.Windows.Input.MouseEventHandler(this.Ellipse_MouseMove);
  589.             
  590.             #line default
  591.             #line hidden
  592.             
  593.             #line 940 "....Window1.xaml"
  594.             ((System.Windows.Shapes.Ellipse)(target)).MouseEnter += new System.Windows.Input.MouseEventHandler(this.Ellipse_MouseEnter);
  595.             
  596.             #line default
  597.             #line hidden
  598.             return;
  599.             case 33:
  600.             
  601.             #line 970 "....Window1.xaml"
  602.             ((System.Windows.Shapes.Ellipse)(target)).MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.Ellipse_MouseLeftButtonDown);
  603.             
  604.             #line default
  605.             #line hidden
  606.             
  607.             #line 970 "....Window1.xaml"
  608.             ((System.Windows.Shapes.Ellipse)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.Ellipse_MouseLeftButtonUp);
  609.             
  610.             #line default
  611.             #line hidden
  612.             
  613.             #line 970 "....Window1.xaml"
  614.             ((System.Windows.Shapes.Ellipse)(target)).MouseMove += new System.Windows.Input.MouseEventHandler(this.Ellipse_MouseMove);
  615.             
  616.             #line default
  617.             #line hidden
  618.             
  619.             #line 970 "....Window1.xaml"
  620.             ((System.Windows.Shapes.Ellipse)(target)).MouseEnter += new System.Windows.Input.MouseEventHandler(this.Ellipse_MouseEnter);
  621.             
  622.             #line default
  623.             #line hidden
  624.             return;
  625.             case 34:
  626.             
  627.             #line 1000 "....Window1.xaml"
  628.             ((System.Windows.Shapes.Ellipse)(target)).MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.Ellipse_MouseLeftButtonDown);
  629.             
  630.             #line default
  631.             #line hidden
  632.             
  633.             #line 1000 "....Window1.xaml"
  634.             ((System.Windows.Shapes.Ellipse)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.Ellipse_MouseLeftButtonUp);
  635.             
  636.             #line default
  637.             #line hidden
  638.             
  639.             #line 1000 "....Window1.xaml"
  640.             ((System.Windows.Shapes.Ellipse)(target)).MouseMove += new System.Windows.Input.MouseEventHandler(this.Ellipse_MouseMove);
  641.             
  642.             #line default
  643.             #line hidden
  644.             
  645.             #line 1000 "....Window1.xaml"
  646.             ((System.Windows.Shapes.Ellipse)(target)).MouseEnter += new System.Windows.Input.MouseEventHandler(this.Ellipse_MouseEnter);
  647.             
  648.             #line default
  649.             #line hidden
  650.             return;
  651.             case 35:
  652.             
  653.             #line 1030 "....Window1.xaml"
  654.             ((System.Windows.Shapes.Ellipse)(target)).MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.Ellipse_MouseLeftButtonDown);
  655.             
  656.             #line default
  657.             #line hidden
  658.             
  659.             #line 1030 "....Window1.xaml"
  660.             ((System.Windows.Shapes.Ellipse)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.Ellipse_MouseLeftButtonUp);
  661.             
  662.             #line default
  663.             #line hidden
  664.             
  665.             #line 1030 "....Window1.xaml"
  666.             ((System.Windows.Shapes.Ellipse)(target)).MouseMove += new System.Windows.Input.MouseEventHandler(this.Ellipse_MouseMove);
  667.             
  668.             #line default
  669.             #line hidden
  670.             
  671.             #line 1030 "....Window1.xaml"
  672.             ((System.Windows.Shapes.Ellipse)(target)).MouseEnter += new System.Windows.Input.MouseEventHandler(this.Ellipse_MouseEnter);
  673.             
  674.             #line default
  675.             #line hidden
  676.             return;
  677.             case 36:
  678.             
  679.             #line 1061 "....Window1.xaml"
  680.             ((System.Windows.Shapes.Ellipse)(target)).MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.Ellipse_MouseLeftButtonDown);
  681.             
  682.             #line default
  683.             #line hidden
  684.             
  685.             #line 1061 "....Window1.xaml"
  686.             ((System.Windows.Shapes.Ellipse)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.Ellipse_MouseLeftButtonUp);
  687.             
  688.             #line default
  689.             #line hidden
  690.             
  691.             #line 1061 "....Window1.xaml"
  692.             ((System.Windows.Shapes.Ellipse)(target)).MouseMove += new System.Windows.Input.MouseEventHandler(this.Ellipse_MouseMove);
  693.             
  694.             #line default
  695.             #line hidden
  696.             
  697.             #line 1061 "....Window1.xaml"
  698.             ((System.Windows.Shapes.Ellipse)(target)).MouseEnter += new System.Windows.Input.MouseEventHandler(this.Ellipse_MouseEnter);
  699.             
  700.             #line default
  701.             #line hidden
  702.             return;
  703.             case 37:
  704.             
  705.             #line 1080 "....Window1.xaml"
  706.             ((System.Windows.Shapes.Ellipse)(target)).MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.Ellipse_MouseLeftButtonDown);
  707.             
  708.             #line default
  709.             #line hidden
  710.             
  711.             #line 1080 "....Window1.xaml"
  712.             ((System.Windows.Shapes.Ellipse)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.Ellipse_MouseLeftButtonUp);
  713.             
  714.             #line default
  715.             #line hidden
  716.             
  717.             #line 1080 "....Window1.xaml"
  718.             ((System.Windows.Shapes.Ellipse)(target)).MouseMove += new System.Windows.Input.MouseEventHandler(this.Ellipse_MouseMove);
  719.             
  720.             #line default
  721.             #line hidden
  722.             
  723.             #line 1080 "....Window1.xaml"
  724.             ((System.Windows.Shapes.Ellipse)(target)).MouseEnter += new System.Windows.Input.MouseEventHandler(this.Ellipse_MouseEnter);
  725.             
  726.             #line default
  727.             #line hidden
  728.             return;
  729.             case 38:
  730.             
  731.             #line 1099 "....Window1.xaml"
  732.             ((System.Windows.Shapes.Ellipse)(target)).MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.Ellipse_MouseLeftButtonDown);
  733.             
  734.             #line default
  735.             #line hidden
  736.             
  737.             #line 1099 "....Window1.xaml"
  738.             ((System.Windows.Shapes.Ellipse)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.Ellipse_MouseLeftButtonUp);
  739.             
  740.             #line default
  741.             #line hidden
  742.             
  743.             #line 1099 "....Window1.xaml"
  744.             ((System.Windows.Shapes.Ellipse)(target)).MouseMove += new System.Windows.Input.MouseEventHandler(this.Ellipse_MouseMove);
  745.             
  746.             #line default
  747.             #line hidden
  748.             
  749.             #line 1099 "....Window1.xaml"
  750.             ((System.Windows.Shapes.Ellipse)(target)).MouseEnter += new System.Windows.Input.MouseEventHandler(this.Ellipse_MouseEnter);
  751.             
  752.             #line default
  753.             #line hidden
  754.             return;
  755.             case 39:
  756.             
  757.             #line 1118 "....Window1.xaml"
  758.             ((System.Windows.Shapes.Ellipse)(target)).MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.Ellipse_MouseLeftButtonDown);
  759.             
  760.             #line default
  761.             #line hidden
  762.             
  763.             #line 1118 "....Window1.xaml"
  764.             ((System.Windows.Shapes.Ellipse)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.Ellipse_MouseLeftButtonUp);
  765.             
  766.             #line default
  767.             #line hidden
  768.             
  769.             #line 1118 "....Window1.xaml"
  770.             ((System.Windows.Shapes.Ellipse)(target)).MouseMove += new System.Windows.Input.MouseEventHandler(this.Ellipse_MouseMove);
  771.             
  772.             #line default
  773.             #line hidden
  774.             
  775.             #line 1118 "....Window1.xaml"
  776.             ((System.Windows.Shapes.Ellipse)(target)).MouseEnter += new System.Windows.Input.MouseEventHandler(this.Ellipse_MouseEnter);
  777.             
  778.             #line default
  779.             #line hidden
  780.             return;
  781.             case 40:
  782.             
  783.             #line 1137 "....Window1.xaml"
  784.             ((System.Windows.Shapes.Ellipse)(target)).MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.Ellipse_MouseLeftButtonDown);
  785.             
  786.             #line default
  787.             #line hidden
  788.             
  789.             #line 1137 "....Window1.xaml"
  790.             ((System.Windows.Shapes.Ellipse)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.Ellipse_MouseLeftButtonUp);
  791.             
  792.             #line default
  793.             #line hidden
  794.             
  795.             #line 1137 "....Window1.xaml"
  796.             ((System.Windows.Shapes.Ellipse)(target)).MouseMove += new System.Windows.Input.MouseEventHandler(this.Ellipse_MouseMove);
  797.             
  798.             #line default
  799.             #line hidden
  800.             
  801.             #line 1137 "....Window1.xaml"
  802.             ((System.Windows.Shapes.Ellipse)(target)).MouseEnter += new System.Windows.Input.MouseEventHandler(this.Ellipse_MouseEnter);
  803.             
  804.             #line default
  805.             #line hidden
  806.             return;
  807.             case 41:
  808.             
  809.             #line 1157 "....Window1.xaml"
  810.             ((System.Windows.Shapes.Ellipse)(target)).MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.Ellipse_MouseLeftButtonDown);
  811.             
  812.             #line default
  813.             #line hidden
  814.             
  815.             #line 1157 "....Window1.xaml"
  816.             ((System.Windows.Shapes.Ellipse)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.Ellipse_MouseLeftButtonUp);
  817.             
  818.             #line default
  819.             #line hidden
  820.             
  821.             #line 1157 "....Window1.xaml"
  822.             ((System.Windows.Shapes.Ellipse)(target)).MouseMove += new System.Windows.Input.MouseEventHandler(this.Ellipse_MouseMove);
  823.             
  824.             #line default
  825.             #line hidden
  826.             
  827.             #line 1157 "....Window1.xaml"
  828.             ((System.Windows.Shapes.Ellipse)(target)).MouseEnter += new System.Windows.Input.MouseEventHandler(this.Ellipse_MouseEnter);
  829.             
  830.             #line default
  831.             #line hidden
  832.             return;
  833.             case 42:
  834.             
  835.             #line 1187 "....Window1.xaml"
  836.             ((System.Windows.Shapes.Ellipse)(target)).MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.Ellipse_MouseLeftButtonDown);
  837.             
  838.             #line default
  839.             #line hidden
  840.             
  841.             #line 1187 "....Window1.xaml"
  842.             ((System.Windows.Shapes.Ellipse)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.Ellipse_MouseLeftButtonUp);
  843.             
  844.             #line default
  845.             #line hidden
  846.             
  847.             #line 1187 "....Window1.xaml"
  848.             ((System.Windows.Shapes.Ellipse)(target)).MouseMove += new System.Windows.Input.MouseEventHandler(this.Ellipse_MouseMove);
  849.             
  850.             #line default
  851.             #line hidden
  852.             
  853.             #line 1187 "....Window1.xaml"
  854.             ((System.Windows.Shapes.Ellipse)(target)).MouseEnter += new System.Windows.Input.MouseEventHandler(this.Ellipse_MouseEnter);
  855.             
  856.             #line default
  857.             #line hidden
  858.             return;
  859.             case 43:
  860.             
  861.             #line 1206 "....Window1.xaml"
  862.             ((System.Windows.Shapes.Ellipse)(target)).MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.Ellipse_MouseLeftButtonDown);
  863.             
  864.             #line default
  865.             #line hidden
  866.             
  867.             #line 1206 "....Window1.xaml"
  868.             ((System.Windows.Shapes.Ellipse)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.Ellipse_MouseLeftButtonUp);
  869.             
  870.             #line default
  871.             #line hidden
  872.             
  873.             #line 1206 "....Window1.xaml"
  874.             ((System.Windows.Shapes.Ellipse)(target)).MouseMove += new System.Windows.Input.MouseEventHandler(this.Ellipse_MouseMove);
  875.             
  876.             #line default
  877.             #line hidden
  878.             
  879.             #line 1206 "....Window1.xaml"
  880.             ((System.Windows.Shapes.Ellipse)(target)).MouseEnter += new System.Windows.Input.MouseEventHandler(this.Ellipse_MouseEnter);
  881.             
  882.             #line default
  883.             #line hidden
  884.             return;
  885.             case 44:
  886.             
  887.             #line 1236 "....Window1.xaml"
  888.             ((System.Windows.Shapes.Ellipse)(target)).MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.Ellipse_MouseLeftButtonDown);
  889.             
  890.             #line default
  891.             #line hidden
  892.             
  893.             #line 1236 "....Window1.xaml"
  894.             ((System.Windows.Shapes.Ellipse)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.Ellipse_MouseLeftButtonUp);
  895.             
  896.             #line default
  897.             #line hidden
  898.             
  899.             #line 1236 "....Window1.xaml"
  900.             ((System.Windows.Shapes.Ellipse)(target)).MouseMove += new System.Windows.Input.MouseEventHandler(this.Ellipse_MouseMove);
  901.             
  902.             #line default
  903.             #line hidden
  904.             
  905.             #line 1236 "....Window1.xaml"
  906.             ((System.Windows.Shapes.Ellipse)(target)).MouseEnter += new System.Windows.Input.MouseEventHandler(this.Ellipse_MouseEnter);
  907.             
  908.             #line default
  909.             #line hidden
  910.             return;
  911.             case 45:
  912.             
  913.             #line 1255 "....Window1.xaml"
  914.             ((System.Windows.Shapes.Ellipse)(target)).MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.Ellipse_MouseLeftButtonDown);
  915.             
  916.             #line default
  917.             #line hidden
  918.             
  919.             #line 1255 "....Window1.xaml"
  920.             ((System.Windows.Shapes.Ellipse)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.Ellipse_MouseLeftButtonUp);
  921.             
  922.             #line default
  923.             #line hidden
  924.             
  925.             #line 1255 "....Window1.xaml"
  926.             ((System.Windows.Shapes.Ellipse)(target)).MouseMove += new System.Windows.Input.MouseEventHandler(this.Ellipse_MouseMove);
  927.             
  928.             #line default
  929.             #line hidden
  930.             
  931.             #line 1255 "....Window1.xaml"
  932.             ((System.Windows.Shapes.Ellipse)(target)).MouseEnter += new System.Windows.Input.MouseEventHandler(this.Ellipse_MouseEnter);
  933.             
  934.             #line default
  935.             #line hidden
  936.             return;
  937.             case 46:
  938.             
  939.             #line 1275 "....Window1.xaml"
  940.             ((System.Windows.Shapes.Ellipse)(target)).MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.Ellipse_MouseLeftButtonDown);
  941.             
  942.             #line default
  943.             #line hidden
  944.             
  945.             #line 1275 "....Window1.xaml"
  946.             ((System.Windows.Shapes.Ellipse)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.Ellipse_MouseLeftButtonUp);
  947.             
  948.             #line default
  949.             #line hidden
  950.             
  951.             #line 1275 "....Window1.xaml"
  952.             ((System.Windows.Shapes.Ellipse)(target)).MouseMove += new System.Windows.Input.MouseEventHandler(this.Ellipse_MouseMove);
  953.             
  954.             #line default
  955.             #line hidden
  956.             
  957.             #line 1275 "....Window1.xaml"
  958.             ((System.Windows.Shapes.Ellipse)(target)).MouseEnter += new System.Windows.Input.MouseEventHandler(this.Ellipse_MouseEnter);
  959.             
  960.             #line default
  961.             #line hidden
  962.             return;
  963.             case 47:
  964.             
  965.             #line 1294 "....Window1.xaml"
  966.             ((System.Windows.Shapes.Ellipse)(target)).MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.Ellipse_MouseLeftButtonDown);
  967.             
  968.             #line default
  969.             #line hidden
  970.             
  971.             #line 1294 "....Window1.xaml"
  972.             ((System.Windows.Shapes.Ellipse)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.Ellipse_MouseLeftButtonUp);
  973.             
  974.             #line default
  975.             #line hidden
  976.             
  977.             #line 1294 "....Window1.xaml"
  978.             ((System.Windows.Shapes.Ellipse)(target)).MouseMove += new System.Windows.Input.MouseEventHandler(this.Ellipse_MouseMove);
  979.             
  980.             #line default
  981.             #line hidden
  982.             
  983.             #line 1294 "....Window1.xaml"
  984.             ((System.Windows.Shapes.Ellipse)(target)).MouseEnter += new System.Windows.Input.MouseEventHandler(this.Ellipse_MouseEnter);
  985.             
  986.             #line default
  987.             #line hidden
  988.             return;
  989.             case 48:
  990.             
  991.             #line 1313 "....Window1.xaml"
  992.             ((System.Windows.Shapes.Ellipse)(target)).MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.Ellipse_MouseLeftButtonDown);
  993.             
  994.             #line default
  995.             #line hidden
  996.             
  997.             #line 1313 "....Window1.xaml"
  998.             ((System.Windows.Shapes.Ellipse)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.Ellipse_MouseLeftButtonUp);
  999.             
  1000.             #line default
  1001.             #line hidden
  1002.             
  1003.             #line 1313 "....Window1.xaml"
  1004.             ((System.Windows.Shapes.Ellipse)(target)).MouseMove += new System.Windows.Input.MouseEventHandler(this.Ellipse_MouseMove);
  1005.             
  1006.             #line default
  1007.             #line hidden
  1008.             
  1009.             #line 1313 "....Window1.xaml"
  1010.             ((System.Windows.Shapes.Ellipse)(target)).MouseEnter += new System.Windows.Input.MouseEventHandler(this.Ellipse_MouseEnter);
  1011.             
  1012.             #line default
  1013.             #line hidden
  1014.             return;
  1015.             case 49:
  1016.             
  1017.             #line 1332 "....Window1.xaml"
  1018.             ((System.Windows.Shapes.Ellipse)(target)).MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.Ellipse_MouseLeftButtonDown);
  1019.             
  1020.             #line default
  1021.             #line hidden
  1022.             
  1023.             #line 1332 "....Window1.xaml"
  1024.             ((System.Windows.Shapes.Ellipse)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.Ellipse_MouseLeftButtonUp);
  1025.             
  1026.             #line default
  1027.             #line hidden
  1028.             
  1029.             #line 1332 "....Window1.xaml"
  1030.             ((System.Windows.Shapes.Ellipse)(target)).MouseMove += new System.Windows.Input.MouseEventHandler(this.Ellipse_MouseMove);
  1031.             
  1032.             #line default
  1033.             #line hidden
  1034.             
  1035.             #line 1332 "....Window1.xaml"
  1036.             ((System.Windows.Shapes.Ellipse)(target)).MouseEnter += new System.Windows.Input.MouseEventHandler(this.Ellipse_MouseEnter);
  1037.             
  1038.             #line default
  1039.             #line hidden
  1040.             return;
  1041.             case 50:
  1042.             
  1043.             #line 1351 "....Window1.xaml"
  1044.             ((System.Windows.Shapes.Ellipse)(target)).MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.Ellipse_MouseLeftButtonDown);
  1045.             
  1046.             #line default
  1047.             #line hidden
  1048.             
  1049.             #line 1351 "....Window1.xaml"
  1050.             ((System.Windows.Shapes.Ellipse)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.Ellipse_MouseLeftButtonUp);
  1051.             
  1052.             #line default
  1053.             #line hidden
  1054.             
  1055.             #line 1351 "....Window1.xaml"
  1056.             ((System.Windows.Shapes.Ellipse)(target)).MouseMove += new System.Windows.Input.MouseEventHandler(this.Ellipse_MouseMove);
  1057.             
  1058.             #line default
  1059.             #line hidden
  1060.             
  1061.             #line 1351 "....Window1.xaml"
  1062.             ((System.Windows.Shapes.Ellipse)(target)).MouseEnter += new System.Windows.Input.MouseEventHandler(this.Ellipse_MouseEnter);
  1063.             
  1064.             #line default
  1065.             #line hidden
  1066.             return;
  1067.             }
  1068.             this._contentLoaded = true;
  1069.         }
  1070.     }
  1071. }