void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.UserControl = ((Profiler.Analyzer.Performance.Views.FramerateMonitorView)(target)); return; case 2: this.LayoutRoot = ((System.Windows.Controls.Grid)(target)); return; case 3: this.chart = ((Visiblox.Charts.Chart)(target)); return; case 4: this.behaviourManager = ((Visiblox.Charts.BehaviourManager)(target)); return; case 5: this.track = ((Visiblox.Charts.TrackballBehaviour)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.UserControl = ((Profiler.Analyzer.Performance.Views.OpentimeView)(target)); return; case 2: this.LayoutRoot = ((System.Windows.Controls.Grid)(target)); return; case 3: this.CourseInformation = ((Visiblox.Charts.Chart)(target)); return; case 4: this.CourseDetails = ((System.Windows.Controls.StackPanel)(target)); return; case 5: this.CourseName = ((System.Windows.Controls.TextBox)(target)); return; case 6: this.Timetable = ((System.Windows.Controls.TextBox)(target)); return; case 7: this.Lecturer = ((System.Windows.Controls.TextBox)(target)); return; case 8: this.AverageScore = ((System.Windows.Controls.TextBox)(target)); return; case 9: this.AcceptChanges = ((System.Windows.Controls.Button)(target)); #line 108 "..\..\..\Views\OpentimeView - Copy.xaml" this.AcceptChanges.Click += new System.Windows.RoutedEventHandler(this.AcceptChanges_Click); #line default #line hidden return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.UserControl = ((Profiler.Analyzer.Performance.Views.OpenTimeView)(target)); return; case 2: this.LayoutRoot = ((System.Windows.Controls.Grid)(target)); return; case 3: this.CourseInformation = ((Visiblox.Charts.Chart)(target)); return; case 4: this.barSeries = ((Visiblox.Charts.BarSeries)(target)); return; case 5: this.CourseDetails = ((System.Windows.Controls.StackPanel)(target)); return; case 6: this.CMP = ((System.Windows.Controls.TextBox)(target)); return; case 7: this.StartStamp = ((System.Windows.Controls.TextBox)(target)); return; case 8: this.DisplayedStamp = ((System.Windows.Controls.TextBox)(target)); return; case 9: this.ActualTimeSpan = ((System.Windows.Controls.TextBox)(target)); return; case 10: this.Duration = ((System.Windows.Controls.TextBox)(target)); return; } this._contentLoaded = true; }
public void InitializeComponent() { if (_contentLoaded) { return; } _contentLoaded = true; System.Windows.Application.LoadComponent(this, new System.Uri("/Chart;component/MainPage.xaml", System.UriKind.Relative)); this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot"))); this.dtmStart = ((Telerik.Windows.Controls.RadDatePicker)(this.FindName("dtmStart"))); this.dtmEnd = ((Telerik.Windows.Controls.RadDatePicker)(this.FindName("dtmEnd"))); this.chkFlowRate = ((System.Windows.Controls.CheckBox)(this.FindName("chkFlowRate"))); this.chkPressure = ((System.Windows.Controls.CheckBox)(this.FindName("chkPressure"))); this.btnView = ((Telerik.Windows.Controls.RadButton)(this.FindName("btnView"))); this.btnExport = ((Telerik.Windows.Controls.RadButton)(this.FindName("btnExport"))); this.lblChartName = ((System.Windows.Controls.Label)(this.FindName("lblChartName"))); this.printer = ((System.Windows.Controls.Image)(this.FindName("printer"))); this.chart = ((Visiblox.Charts.Chart)(this.FindName("chart"))); this.behaviourManager = ((Visiblox.Charts.BehaviourManager)(this.FindName("behaviourManager"))); this.track = ((Visiblox.Charts.TrackballBehaviour)(this.FindName("track"))); }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.UserControl = ((Profiler.Analyzer.Performance.Views.ReactionTimeView)(target)); return; case 2: this.LayoutRoot = ((System.Windows.Controls.Grid)(target)); return; case 3: this.MainChart = ((Visiblox.Charts.Chart)(target)); return; case 4: this.StackedBarSeries = ((Visiblox.Charts.StackedBarSeries)(target)); return; case 5: this.Stacked = ((System.Windows.Controls.RadioButton)(target)); #line 269 "..\..\..\Views\ReactionTimeView.xaml" this.Stacked.Checked += new System.Windows.RoutedEventHandler(this.Stacked_Checked); #line default #line hidden return; case 6: this.OneHundredStacked = ((System.Windows.Controls.RadioButton)(target)); #line 270 "..\..\..\Views\ReactionTimeView.xaml" this.OneHundredStacked.Checked += new System.Windows.RoutedEventHandler(this.OneHundredStacked_Checked); #line default #line hidden return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.MainChart = ((Visiblox.Charts.Chart)(target)); return; case 2: this.BehaviourManager = ((Visiblox.Charts.BehaviourManager)(target)); return; case 3: this.Rulerbehaviour = ((Profiler.LogManager.GraphbuilderRulerBehaviour)(target)); return; case 4: this.Zoombehaviour = ((Visiblox.Charts.ZoomBehaviour)(target)); return; case 5: this.xAxis = ((Visiblox.Charts.DateTimeAxis)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.button1 = ((System.Windows.Controls.Button)(target)); #line 31 "..\..\..\MainWindow.xaml" this.button1.Click += new System.Windows.RoutedEventHandler(this.button1_Click); #line default #line hidden return; case 2: this.label2 = ((System.Windows.Controls.Label)(target)); return; case 3: this.label1 = ((System.Windows.Controls.Label)(target)); return; case 4: this.comboBox2 = ((System.Windows.Controls.ComboBox)(target)); #line 37 "..\..\..\MainWindow.xaml" this.comboBox2.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.comboBox2_SelectionChanged); #line default #line hidden return; case 5: this.comboBox1 = ((System.Windows.Controls.ComboBox)(target)); #line 39 "..\..\..\MainWindow.xaml" this.comboBox1.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.comboBox1_SelectionChanged); #line default #line hidden return; case 6: this.calendar2 = ((System.Windows.Controls.Calendar)(target)); #line 42 "..\..\..\MainWindow.xaml" this.calendar2.SelectedDatesChanged += new System.EventHandler <System.Windows.Controls.SelectionChangedEventArgs>(this.calendar2_SelectedDatesChanged); #line default #line hidden return; case 7: this.example = ((Visiblox.Charts.Chart)(target)); return; case 8: this.behaviourManager = ((Visiblox.Charts.BehaviourManager)(target)); return; case 9: this.track = ((Visiblox.Charts.TrackballBehaviour)(target)); return; case 10: this.cc1chart = ((Visiblox.Charts.PieChart)(target)); return; case 11: this.cc3chart = ((Visiblox.Charts.PieChart)(target)); return; case 12: this.cc2chart = ((Visiblox.Charts.PieChart)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: #line 8 "..\..\MainWindow.xaml" ((SkeletalViewer.MainWindow)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded); #line default #line hidden #line 8 "..\..\MainWindow.xaml" ((SkeletalViewer.MainWindow)(target)).Closed += new System.EventHandler(this.Window_Closed); #line default #line hidden return; case 2: #line 21 "..\..\MainWindow.xaml" ((System.Windows.Controls.Grid)(target)).MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.mouseDown); #line default #line hidden return; case 3: this.tb = ((System.Windows.Controls.ToolBar)(target)); return; case 4: #line 39 "..\..\MainWindow.xaml" ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click); #line default #line hidden return; case 5: this.user = ((System.Windows.Controls.Label)(target)); return; case 6: this.exercisesCB = ((System.Windows.Controls.ComboBox)(target)); #line 52 "..\..\MainWindow.xaml" this.exercisesCB.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.exercisesCB_SelectionChanged); #line default #line hidden return; case 7: this.repsCB = ((System.Windows.Controls.ComboBox)(target)); return; case 8: this.sample = ((System.Windows.Controls.Button)(target)); #line 59 "..\..\MainWindow.xaml" this.sample.Click += new System.Windows.RoutedEventHandler(this.sample_Click); #line default #line hidden return; case 9: this.button1 = ((System.Windows.Controls.Button)(target)); #line 60 "..\..\MainWindow.xaml" this.button1.Click += new System.Windows.RoutedEventHandler(this.button1_Click); #line default #line hidden return; case 10: this.date = ((System.Windows.Controls.Label)(target)); return; case 11: this.userchart = ((Visiblox.Charts.Chart)(target)); return; case 12: this.feedback = ((System.Windows.Controls.Label)(target)); return; case 13: this.criticalComponent1 = ((System.Windows.Controls.TextBlock)(target)); return; case 14: this.buttoncc1 = ((System.Windows.Controls.Button)(target)); #line 93 "..\..\MainWindow.xaml" this.buttoncc1.Click += new System.Windows.RoutedEventHandler(this.buttoncc1_Click); #line default #line hidden return; case 15: this.criticalComponent2 = ((System.Windows.Controls.TextBlock)(target)); return; case 16: this.buttoncc2 = ((System.Windows.Controls.Button)(target)); #line 100 "..\..\MainWindow.xaml" this.buttoncc2.Click += new System.Windows.RoutedEventHandler(this.buttoncc2_Click); #line default #line hidden return; case 17: this.criticalComponent3 = ((System.Windows.Controls.TextBlock)(target)); return; case 18: this.buttoncc3 = ((System.Windows.Controls.Button)(target)); #line 108 "..\..\MainWindow.xaml" this.buttoncc3.Click += new System.Windows.RoutedEventHandler(this.buttoncc3_Click); #line default #line hidden return; case 19: this.viewerHolder = ((System.Windows.Controls.ItemsControl)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.button1 = ((System.Windows.Controls.Button)(target)); #line 31 "..\..\..\MainWindow.xaml" this.button1.Click += new System.Windows.RoutedEventHandler(this.button1_Click); #line default #line hidden return; case 2: this.label2 = ((System.Windows.Controls.Label)(target)); return; case 3: this.label1 = ((System.Windows.Controls.Label)(target)); return; case 4: this.comboBox2 = ((System.Windows.Controls.ComboBox)(target)); #line 37 "..\..\..\MainWindow.xaml" this.comboBox2.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.comboBox2_SelectionChanged); #line default #line hidden return; case 5: this.comboBox1 = ((System.Windows.Controls.ComboBox)(target)); #line 39 "..\..\..\MainWindow.xaml" this.comboBox1.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.comboBox1_SelectionChanged); #line default #line hidden return; case 6: this.calendar2 = ((System.Windows.Controls.Calendar)(target)); #line 42 "..\..\..\MainWindow.xaml" this.calendar2.SelectedDatesChanged += new System.EventHandler<System.Windows.Controls.SelectionChangedEventArgs>(this.calendar2_SelectedDatesChanged); #line default #line hidden return; case 7: this.example = ((Visiblox.Charts.Chart)(target)); return; case 8: this.behaviourManager = ((Visiblox.Charts.BehaviourManager)(target)); return; case 9: this.track = ((Visiblox.Charts.TrackballBehaviour)(target)); return; case 10: this.cc1chart = ((Visiblox.Charts.PieChart)(target)); return; case 11: this.cc3chart = ((Visiblox.Charts.PieChart)(target)); return; case 12: this.cc2chart = ((Visiblox.Charts.PieChart)(target)); return; } this._contentLoaded = true; }