void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.startButton = ((DevExpress.Xpf.Core.SimpleButton)(target)); #line 20 "..\..\MainWindow.xaml" this.startButton.Click += new System.Windows.RoutedEventHandler(this.ConnectToVrep); #line default #line hidden return; case 2: this.stopButton = ((DevExpress.Xpf.Core.SimpleButton)(target)); return; case 3: this.posJoint1 = ((DevExpress.Xpf.Editors.TrackBarEdit)(target)); return; case 4: this.posJoint2 = ((DevExpress.Xpf.Editors.TrackBarEdit)(target)); return; case 5: this.posJoint3 = ((DevExpress.Xpf.Editors.TrackBarEdit)(target)); return; case 6: this.posJoint4 = ((DevExpress.Xpf.Editors.TrackBarEdit)(target)); return; case 7: this.simpleButton = ((DevExpress.Xpf.Core.SimpleButton)(target)); return; case 8: this.label = ((System.Windows.Controls.Label)(target)); return; case 9: this.label_Copy = ((System.Windows.Controls.Label)(target)); return; case 10: this.feedbackJoint1 = ((DevExpress.Xpf.Gauges.CircularGaugeControl)(target)); return; case 11: this.feedbackJoint2 = ((DevExpress.Xpf.Gauges.CircularGaugeControl)(target)); return; case 12: this.label1 = ((System.Windows.Controls.Label)(target)); return; case 13: this.label_Copy1 = ((System.Windows.Controls.Label)(target)); return; case 14: this.feedbackJoint3 = ((DevExpress.Xpf.Gauges.CircularGaugeControl)(target)); return; case 15: this.feedbackJoint4 = ((DevExpress.Xpf.Gauges.CircularGaugeControl)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.listBoxAllParams = ((DevExpress.Xpf.Editors.ListBoxEdit)(target)); return; case 2: this.scrollViewer = ((System.Windows.Controls.ScrollViewer)(target)); return; case 3: this.rowParams = ((System.Windows.Controls.StackPanel)(target)); return; case 4: this.groupBox1 = ((System.Windows.Controls.GroupBox)(target)); return; case 5: this.btnRight = ((System.Windows.Controls.Button)(target)); #line 33 "..\..\..\..\Windows\WindowEditParameterValues.xaml" this.btnRight.Click += new System.Windows.RoutedEventHandler(this.BtnRightClick); #line default #line hidden return; case 6: this.btnGroupBack = ((System.Windows.Controls.Button)(target)); #line 36 "..\..\..\..\Windows\WindowEditParameterValues.xaml" this.btnGroupBack.Click += new System.Windows.RoutedEventHandler(this.BtnGroupBackClick); #line default #line hidden return; case 7: this.btnLeft = ((System.Windows.Controls.Button)(target)); #line 39 "..\..\..\..\Windows\WindowEditParameterValues.xaml" this.btnLeft.Click += new System.Windows.RoutedEventHandler(this.BtnLeftClick); #line default #line hidden return; case 8: this.btnAll = ((System.Windows.Controls.Button)(target)); #line 42 "..\..\..\..\Windows\WindowEditParameterValues.xaml" this.btnAll.Click += new System.Windows.RoutedEventHandler(this.BtnAllClick); #line default #line hidden return; case 9: this.btnAllBack = ((System.Windows.Controls.Button)(target)); #line 45 "..\..\..\..\Windows\WindowEditParameterValues.xaml" this.btnAllBack.Click += new System.Windows.RoutedEventHandler(this.BtnAllBackClick); #line default #line hidden return; case 10: this.btnOk = ((System.Windows.Controls.Button)(target)); #line 48 "..\..\..\..\Windows\WindowEditParameterValues.xaml" this.btnOk.Click += new System.Windows.RoutedEventHandler(this.BtnOkClick); #line default #line hidden return; case 11: this.trackBarEdit1 = ((DevExpress.Xpf.Editors.TrackBarEdit)(target)); #line 53 "..\..\..\..\Windows\WindowEditParameterValues.xaml" this.trackBarEdit1.EditValueChanging += new DevExpress.Xpf.Editors.EditValueChangingEventHandler(this.TrackBarEdit1EditValueChanging); #line default #line hidden return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.listBoxAllParams = ((DevExpress.Xpf.Editors.ListBoxEdit)(target)); #line 23 "..\..\..\..\View\EditParameterValuesView.xaml" this.listBoxAllParams.SelectedIndexChanged += new System.Windows.RoutedEventHandler(this.listBoxAllParams_SelectedIndexChanged); #line default #line hidden return; case 2: this.scrollViewer = ((System.Windows.Controls.ScrollViewer)(target)); return; case 4: this.groupBox1 = ((System.Windows.Controls.GroupBox)(target)); return; case 5: this.btnRight = ((System.Windows.Controls.Button)(target)); return; case 6: this.btnGroupBack = ((System.Windows.Controls.Button)(target)); return; case 7: this.btnLeft = ((System.Windows.Controls.Button)(target)); return; case 8: this.btnAll = ((System.Windows.Controls.Button)(target)); return; case 9: this.btnAllBack = ((System.Windows.Controls.Button)(target)); return; case 10: this.btnOk = ((System.Windows.Controls.Button)(target)); return; case 11: this.trackBarSort = ((DevExpress.Xpf.Editors.TrackBarEdit)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.StartButton = ((DevExpress.Xpf.Core.SimpleButton)(target)); #line 15 "..\..\UI.xaml" this.StartButton.Click += new System.Windows.RoutedEventHandler(this.ConnectToVrep); #line default #line hidden return; case 2: this.StopButton = ((DevExpress.Xpf.Core.SimpleButton)(target)); #line 16 "..\..\UI.xaml" this.StopButton.Click += new System.Windows.RoutedEventHandler(this.DisconnectFromVrep); #line default #line hidden return; case 3: this.JointBase = ((DevExpress.Xpf.Editors.TrackBarEdit)(target)); #line 29 "..\..\UI.xaml" this.JointBase.EditValueChanging += new DevExpress.Xpf.Editors.EditValueChangingEventHandler(this.BaseSetValue); #line default #line hidden return; case 4: this.JointShoulder = ((DevExpress.Xpf.Editors.TrackBarEdit)(target)); #line 31 "..\..\UI.xaml" this.JointShoulder.EditValueChanging += new DevExpress.Xpf.Editors.EditValueChangingEventHandler(this.ShoulderSetValue); #line default #line hidden return; case 5: this.JointElbow = ((DevExpress.Xpf.Editors.TrackBarEdit)(target)); #line 33 "..\..\UI.xaml" this.JointElbow.EditValueChanging += new DevExpress.Xpf.Editors.EditValueChangingEventHandler(this.ElbowSetValue); #line default #line hidden return; case 6: this.JointWrist = ((DevExpress.Xpf.Editors.TrackBarEdit)(target)); #line 35 "..\..\UI.xaml" this.JointWrist.EditValueChanging += new DevExpress.Xpf.Editors.EditValueChangingEventHandler(this.WristSetValue); #line default #line hidden return; case 7: this.MoveJointsButton = ((DevExpress.Xpf.Core.SimpleButton)(target)); #line 36 "..\..\UI.xaml" this.MoveJointsButton.Click += new System.Windows.RoutedEventHandler(this.SetJointPosition); #line default #line hidden return; case 8: this.GBase = ((DevExpress.Xpf.Gauges.CircularGaugeControl)(target)); return; case 9: this.GShoulder = ((DevExpress.Xpf.Gauges.CircularGaugeControl)(target)); return; case 10: this.GElbow = ((DevExpress.Xpf.Gauges.CircularGaugeControl)(target)); return; case 11: this.GWrist = ((DevExpress.Xpf.Gauges.CircularGaugeControl)(target)); return; } this._contentLoaded = true; }