void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.CancelButton = ((Fluent.Button)(target)); return; case 2: this.OKButton = ((Fluent.Button)(target)); return; case 3: this.Grid1 = ((System.Windows.Controls.Grid)(target)); return; case 4: this.WBox = ((Fluent.Spinner)(target)); return; case 5: this.HBox = ((Fluent.Spinner)(target)); return; case 6: this.TxtBox = ((Fluent.TextBox)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.CancelButton = ((Fluent.Button)(target)); return; case 2: this.OKButton = ((Fluent.Button)(target)); return; case 3: this.TextBox1 = ((Fluent.TextBox)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.btnLoad = ((Fluent.Button)(target)); #line 30 "..\..\MainWindow.xaml" this.btnLoad.Click += new System.Windows.RoutedEventHandler(this.btnLoad_click); #line default #line hidden return; case 2: this.btnNewInstance = ((Fluent.Button)(target)); #line 31 "..\..\MainWindow.xaml" this.btnNewInstance.Click += new System.Windows.RoutedEventHandler(this.btnNewInstance_click); #line default #line hidden return; case 3: this.btnSave = ((Fluent.Button)(target)); #line 34 "..\..\MainWindow.xaml" this.btnSave.Click += new System.Windows.RoutedEventHandler(this.btnSave_click); #line default #line hidden return; case 4: this.btnSaveAs = ((Fluent.Button)(target)); #line 35 "..\..\MainWindow.xaml" this.btnSaveAs.Click += new System.Windows.RoutedEventHandler(this.btnSaveAs_click); #line default #line hidden return; case 5: this.btnUndo = ((Fluent.Button)(target)); #line 36 "..\..\MainWindow.xaml" this.btnUndo.Click += new System.Windows.RoutedEventHandler(this.btnUndo_click); #line default #line hidden return; case 6: this.btnRedo = ((Fluent.Button)(target)); #line 37 "..\..\MainWindow.xaml" this.btnRedo.Click += new System.Windows.RoutedEventHandler(this.btnRedo_click); #line default #line hidden return; case 7: this.btnDisplay = ((Fluent.Button)(target)); #line 38 "..\..\MainWindow.xaml" this.btnDisplay.Click += new System.Windows.RoutedEventHandler(this.btnDisplay_click); #line default #line hidden return; case 8: this.txbFind = ((Fluent.TextBox)(target)); #line 42 "..\..\MainWindow.xaml" this.txbFind.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txbFind_TextChanged); #line default #line hidden return; case 9: this.txbReplace = ((Fluent.TextBox)(target)); return; case 10: this.btnFind = ((Fluent.Button)(target)); #line 45 "..\..\MainWindow.xaml" this.btnFind.Click += new System.Windows.RoutedEventHandler(this.btnFind_Click); #line default #line hidden return; case 11: this.btnReplace = ((Fluent.Button)(target)); #line 46 "..\..\MainWindow.xaml" this.btnReplace.Click += new System.Windows.RoutedEventHandler(this.btnReplace_Click); #line default #line hidden return; case 12: this.btn_bold = ((Fluent.Button)(target)); #line 51 "..\..\MainWindow.xaml" this.btn_bold.Click += new System.Windows.RoutedEventHandler(this.btnBold_click); #line default #line hidden return; case 13: this.btn_italic = ((Fluent.Button)(target)); #line 52 "..\..\MainWindow.xaml" this.btn_italic.Click += new System.Windows.RoutedEventHandler(this.btnItalic_click); #line default #line hidden return; case 14: this.btn_mark_code = ((Fluent.Button)(target)); #line 55 "..\..\MainWindow.xaml" this.btn_mark_code.Click += new System.Windows.RoutedEventHandler(this.btnCode_click); #line default #line hidden return; case 15: this.btn_list = ((Fluent.Button)(target)); #line 58 "..\..\MainWindow.xaml" this.btn_list.Click += new System.Windows.RoutedEventHandler(this.btnList_click); #line default #line hidden return; case 16: this.btn_numberd_list = ((Fluent.Button)(target)); #line 59 "..\..\MainWindow.xaml" this.btn_numberd_list.Click += new System.Windows.RoutedEventHandler(this.btnNumberedList_click); #line default #line hidden return; case 17: this.btn_seperator = ((Fluent.Button)(target)); #line 64 "..\..\MainWindow.xaml" this.btn_seperator.Click += new System.Windows.RoutedEventHandler(this.btnSeparator_click); #line default #line hidden return; case 18: this.btn_linebreak = ((Fluent.Button)(target)); #line 65 "..\..\MainWindow.xaml" this.btn_linebreak.Click += new System.Windows.RoutedEventHandler(this.btnLineBreak_click); #line default #line hidden return; case 19: this.btn_paragraph = ((Fluent.Button)(target)); #line 66 "..\..\MainWindow.xaml" this.btn_paragraph.Click += new System.Windows.RoutedEventHandler(this.btnParagraph_click); #line default #line hidden return; case 20: this.ddbtn_Heading = ((Fluent.DropDownButton)(target)); return; case 21: #line 71 "..\..\MainWindow.xaml" ((Fluent.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.OnClickHeading1Level); #line default #line hidden return; case 22: #line 72 "..\..\MainWindow.xaml" ((Fluent.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.OnClickHeading2Level); #line default #line hidden return; case 23: #line 73 "..\..\MainWindow.xaml" ((Fluent.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.OnClickHeading3Level); #line default #line hidden return; case 24: #line 74 "..\..\MainWindow.xaml" ((Fluent.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.OnClickHeading4Level); #line default #line hidden return; case 25: #line 75 "..\..\MainWindow.xaml" ((Fluent.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.OnClickHeading5Level); #line default #line hidden return; case 26: #line 76 "..\..\MainWindow.xaml" ((Fluent.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.OnClickHeading6Level); #line default #line hidden return; case 27: this.btn_quote = ((Fluent.Button)(target)); #line 81 "..\..\MainWindow.xaml" this.btn_quote.Click += new System.Windows.RoutedEventHandler(this.btnQuote_click); #line default #line hidden return; case 28: this.btn_insert_photo = ((Fluent.Button)(target)); #line 86 "..\..\MainWindow.xaml" this.btn_insert_photo.Click += new System.Windows.RoutedEventHandler(this.btnInsertPhoto_click); #line default #line hidden return; case 29: this.btn_insert_hyperlink = ((Fluent.Button)(target)); #line 89 "..\..\MainWindow.xaml" this.btn_insert_hyperlink.Click += new System.Windows.RoutedEventHandler(this.btnInsertHyperlink_click); #line default #line hidden return; case 30: this.btn_insert_table = ((Fluent.Button)(target)); #line 90 "..\..\MainWindow.xaml" this.btn_insert_table.Click += new System.Windows.RoutedEventHandler(this.btnInsertTable_click); #line default #line hidden return; case 31: this.rtbMainText = ((System.Windows.Controls.RichTextBox)(target)); return; case 32: this.webBrowser = ((System.Windows.Controls.WebBrowser)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.fmMain = ((LEDX.MWin)(target)); return; case 2: this.ribbon = ((Fluent.Ribbon)(target)); #line 57 "..\..\MainWindow.xaml" this.ribbon.SelectedTabChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.Ribbon_SelectedTabChanged); #line default #line hidden return; case 3: this.btNewProj = ((Fluent.Button)(target)); return; case 4: this.btOpenProj = ((Fluent.Button)(target)); return; case 5: this.btSaveProj = ((Fluent.Button)(target)); return; case 6: this.tbEdit = ((Fluent.RibbonTabItem)(target)); return; case 7: this.btUndo = ((Fluent.SplitButton)(target)); return; case 8: this.btPasteFram = ((Fluent.SplitButton)(target)); return; case 9: this.rgbContrProp = ((Fluent.RibbonGroupBox)(target)); return; case 10: this.spAddNew = ((Fluent.SplitButton)(target)); return; case 11: this.btDel = ((Fluent.MenuItem)(target)); return; case 12: this.tbConName = ((Fluent.TextBox)(target)); return; case 13: this.tbConNumb = ((Fluent.Spinner)(target)); return; case 14: this.tbConButt = ((Fluent.Spinner)(target)); return; case 15: this.rgbFrameProp = ((Fluent.RibbonGroupBox)(target)); return; case 16: this.spTime = ((Fluent.Spinner)(target)); return; case 17: this.btCopyFram = ((Fluent.Button)(target)); return; case 18: this.btCutFram = ((Fluent.Button)(target)); return; case 19: this.btDelFram = ((Fluent.Button)(target)); return; case 20: this.btToSample = ((Fluent.Button)(target)); return; case 21: this.spbtFSet = ((Fluent.SplitButton)(target)); #line 179 "..\..\MainWindow.xaml" this.spbtFSet.DropDownClosed += new System.EventHandler(this.SpbtFSet_DropDownClosed); #line default #line hidden return; case 22: this.rgbColorProp = ((Fluent.RibbonGroupBox)(target)); return; case 23: this.btBegColor = ((Fluent.Button)(target)); return; case 24: this.rctBegClolor = ((System.Windows.Shapes.Rectangle)(target)); return; case 25: this.btCopyColor = ((Fluent.Button)(target)); return; case 26: this.btGetColor = ((Fluent.Button)(target)); return; case 27: this.btEndColor = ((Fluent.Button)(target)); return; case 28: this.rctEndClolor = ((System.Windows.Shapes.Rectangle)(target)); return; case 29: this.btCopy = ((Fluent.Button)(target)); return; case 30: this.grSampl = ((Fluent.InRibbonGallery)(target)); return; case 31: this.tbPalyer = ((Fluent.RibbonTabItem)(target)); return; case 32: this.rgbPropLayer = ((Fluent.RibbonGroupBox)(target)); return; case 33: this.btLayerDown = ((Fluent.Button)(target)); return; case 34: this.btLayerTop = ((Fluent.Button)(target)); return; case 35: this.btDelLay = ((Fluent.Button)(target)); return; case 36: this.rgbPropPng = ((Fluent.RibbonGroupBox)(target)); return; case 37: this.cbController = ((Fluent.ComboBox)(target)); return; case 38: this.lgWidth = ((Fluent.TextBox)(target)); return; case 39: this.lgHeight = ((Fluent.TextBox)(target)); return; case 40: this.rgbPropText = ((Fluent.RibbonGroupBox)(target)); return; case 41: this.lbtemTest = ((System.Windows.Controls.Label)(target)); return; case 42: this.temTest = ((LEDX.Components.MultiLineTextEditor)(target)); return; case 43: this.spTextSize = ((Fluent.Spinner)(target)); return; case 44: this.cbFontFamaly = ((Fluent.ComboBox)(target)); return; case 45: this.rctTextClolor = ((System.Windows.Shapes.Rectangle)(target)); return; case 46: this.tbFlash = ((Fluent.RibbonTabItem)(target)); return; case 47: this.lbPort = ((System.Windows.Controls.Label)(target)); return; case 48: this.cbComName = ((Fluent.ComboBox)(target)); return; case 49: this.lbSpeed = ((System.Windows.Controls.Label)(target)); return; case 50: this.cbComRate = ((Fluent.ComboBox)(target)); return; case 51: this.btRefrPorts = ((Fluent.Button)(target)); return; case 52: this.tbSync = ((Fluent.ToggleButton)(target)); return; case 53: this.tgbShowLog = ((Fluent.ToggleButton)(target)); return; case 54: this.spProgress = ((System.Windows.Controls.StackPanel)(target)); return; case 55: this.uiScaleSlider = ((System.Windows.Controls.Slider)(target)); #line 531 "..\..\MainWindow.xaml" this.uiScaleSlider.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.uiScaleSlider_ValueChanged); #line default #line hidden return; case 56: this.uiMan = ((LEDX.Components.PlayScale)(target)); return; case 57: this.svSearch = ((System.Windows.Controls.ScrollViewer)(target)); return; case 58: this.sldTime = ((LEDX.Components.TimeSlider)(target)); #line 561 "..\..\MainWindow.xaml" this.sldTime.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.sld_ValueChanged); #line default #line hidden return; case 59: this.scroll = ((System.Windows.Controls.ScrollViewer)(target)); return; case 60: this.icContr = ((System.Windows.Controls.ItemsControl)(target)); return; case 61: this.svTracks = ((System.Windows.Controls.ScrollViewer)(target)); return; case 62: this.icTrack = ((System.Windows.Controls.ItemsControl)(target)); return; case 63: this.iCanv = ((LEDX.Components.IncRender)(target)); #line 598 "..\..\MainWindow.xaml" this.iCanv.SelectionChanged += new System.EventHandler(this.iCanv_SelectionChanged); #line default #line hidden return; case 64: this.mainScroller = ((System.Windows.Controls.ScrollViewer)(target)); #line 607 "..\..\MainWindow.xaml" this.mainScroller.ScrollChanged += new System.Windows.Controls.ScrollChangedEventHandler(this.mainScroller_ScrollChanged); #line default #line hidden return; case 65: this.svLog = ((System.Windows.Controls.ScrollViewer)(target)); return; case 66: this.tbLog = ((System.Windows.Controls.TextBox)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: #line 13 "..\..\..\MainWindow.xaml" ((Inter_face.MainWindow)(target)).Loaded += new System.Windows.RoutedEventHandler(this.RibbonWindow_Loaded); #line default #line hidden return; case 2: #line 53 "..\..\..\MainWindow.xaml" ((System.Windows.Controls.Image)(target)).ImageFailed += new System.EventHandler <System.Windows.ExceptionRoutedEventArgs>(this.Image_ImageFailed); #line default #line hidden return; case 3: this.ClosedEventToCommand = ((GalaSoft.MvvmLight.Command.EventToCommand)(target)); return; case 4: this.CreatNewWork = ((Fluent.Button)(target)); #line 315 "..\..\..\MainWindow.xaml" this.CreatNewWork.Click += new System.Windows.RoutedEventHandler(this.CreatNewWork_Click); #line default #line hidden return; case 5: this.loadformdatabase = ((Fluent.Button)(target)); #line 316 "..\..\..\MainWindow.xaml" this.loadformdatabase.Click += new System.Windows.RoutedEventHandler(this.loadformdatabase_Click); #line default #line hidden return; case 6: this.loadformSourceZip = ((Fluent.Button)(target)); #line 317 "..\..\..\MainWindow.xaml" this.loadformSourceZip.Click += new System.Windows.RoutedEventHandler(this.loadformSourceZip_Click); #line default #line hidden #line 317 "..\..\..\MainWindow.xaml" this.loadformSourceZip.DragEnter += new System.Windows.DragEventHandler(this.loadformSourceZip_DragEnter); #line default #line hidden #line 317 "..\..\..\MainWindow.xaml" this.loadformSourceZip.Drop += new System.Windows.DragEventHandler(this.loadformSourceZip_Drop); #line default #line hidden return; case 7: this.loadformOpZip = ((Fluent.Button)(target)); #line 318 "..\..\..\MainWindow.xaml" this.loadformOpZip.Click += new System.Windows.RoutedEventHandler(this.loadformOpZip_Click); #line default #line hidden #line 318 "..\..\..\MainWindow.xaml" this.loadformOpZip.DragEnter += new System.Windows.DragEventHandler(this.loadformOpZip_DragEnter); #line default #line hidden #line 318 "..\..\..\MainWindow.xaml" this.loadformOpZip.Drop += new System.Windows.DragEventHandler(this.loadformOpZip_Drop); #line default #line hidden return; case 8: this.SaveSourcedata = ((Fluent.Button)(target)); #line 321 "..\..\..\MainWindow.xaml" this.SaveSourcedata.Click += new System.Windows.RoutedEventHandler(this.SaveSourcedata_Click); #line default #line hidden return; case 9: this.SaveOpdata = ((Fluent.Button)(target)); #line 322 "..\..\..\MainWindow.xaml" this.SaveOpdata.Click += new System.Windows.RoutedEventHandler(this.SaveOpdata_Click); #line default #line hidden return; case 10: this.ExportToSvg = ((Fluent.Button)(target)); return; case 11: this.ClickEventToCommand = ((GalaSoft.MvvmLight.Command.EventToCommand)(target)); return; case 12: this.openpdfile = ((Fluent.Button)(target)); #line 335 "..\..\..\MainWindow.xaml" this.openpdfile.Click += new System.Windows.RoutedEventHandler(this.openpdfile_Click); #line default #line hidden return; case 13: this.openqxfile = ((Fluent.Button)(target)); #line 336 "..\..\..\MainWindow.xaml" this.openqxfile.Click += new System.Windows.RoutedEventHandler(this.openqxfile_Click); #line default #line hidden return; case 14: this.openbjfile = ((Fluent.Button)(target)); #line 337 "..\..\..\MainWindow.xaml" this.openbjfile.Click += new System.Windows.RoutedEventHandler(this.openbjfile_Click); #line default #line hidden return; case 15: this.modifycdldata = ((Fluent.Button)(target)); return; case 16: this.autofitcdldata = ((Fluent.Button)(target)); return; case 17: this.showcdldata = ((Fluent.ToggleButton)(target)); return; case 18: this.checkdatasign = ((Fluent.Button)(target)); #line 345 "..\..\..\MainWindow.xaml" this.checkdatasign.Click += new System.Windows.RoutedEventHandler(this.checkdatasign_Click); #line default #line hidden return; case 19: this.checklogic = ((Fluent.Button)(target)); #line 346 "..\..\..\MainWindow.xaml" this.checklogic.Click += new System.Windows.RoutedEventHandler(this.checklogic_Click); #line default #line hidden return; case 20: this.opentemppdfile = ((Fluent.Button)(target)); #line 349 "..\..\..\MainWindow.xaml" this.opentemppdfile.Click += new System.Windows.RoutedEventHandler(this.opentemppdfile_Click); #line default #line hidden return; case 21: this.opentempqxfile = ((Fluent.Button)(target)); #line 350 "..\..\..\MainWindow.xaml" this.opentempqxfile.Click += new System.Windows.RoutedEventHandler(this.opentempqxfile_Click); #line default #line hidden return; case 22: this.opentempbjfile = ((Fluent.Button)(target)); #line 351 "..\..\..\MainWindow.xaml" this.opentempbjfile.Click += new System.Windows.RoutedEventHandler(this.opentempbjfile_Click); #line default #line hidden return; case 23: this.changeS = ((Fluent.Button)(target)); #line 356 "..\..\..\MainWindow.xaml" this.changeS.Click += new System.Windows.RoutedEventHandler(this.changeS_Click); #line default #line hidden return; case 24: this.changeX = ((Fluent.Button)(target)); #line 357 "..\..\..\MainWindow.xaml" this.changeX.Click += new System.Windows.RoutedEventHandler(this.changeX_Click); #line default #line hidden return; case 25: this.changeSX = ((Fluent.Button)(target)); #line 358 "..\..\..\MainWindow.xaml" this.changeSX.Click += new System.Windows.RoutedEventHandler(this.changeSX_Click); #line default #line hidden return; case 26: this.changemerge = ((Fluent.Button)(target)); #line 361 "..\..\..\MainWindow.xaml" this.changemerge.Click += new System.Windows.RoutedEventHandler(this.changemerge_Click); #line default #line hidden return; case 27: this.exportoto = ((Fluent.Button)(target)); return; case 28: this.ShowDataRibbonTabItem = ((Fluent.RibbonTabItem)(target)); return; case 29: this.LineDataRibbonGroupBox = ((Fluent.RibbonGroupBox)(target)); return; case 30: this.LoadPDToggleButton = ((Fluent.ToggleButton)(target)); return; case 31: this.LoadQXToggleButton = ((Fluent.ToggleButton)(target)); return; case 32: this.LoadCZToggleButton = ((Fluent.ToggleButton)(target)); return; case 33: this.PositionToggleButton = ((Fluent.ToggleButton)(target)); return; case 34: this.SingleRibbonGroupBox = ((Fluent.RibbonGroupBox)(target)); return; case 35: this.loadxhdataButton = ((Fluent.ToggleButton)(target)); return; case 36: this.loadxhsdatabutton = ((Fluent.ToggleButton)(target)); return; case 37: this.ModifyStationsignalButton = ((Fluent.Button)(target)); return; case 38: this.signalDataRibbonGroupBox = ((Fluent.RibbonGroupBox)(target)); return; case 39: this.creatnewsignalButton = ((Fluent.Button)(target)); return; case 40: this.opensignalButton = ((Fluent.Button)(target)); return; case 41: this.SaveStationsignalButton = ((Fluent.Button)(target)); return; case 42: this.SaveothersignalButton = ((Fluent.Button)(target)); return; case 43: this.exportSplitButton = ((Fluent.SplitButton)(target)); return; case 44: this.CheckDataRibbonTabItem = ((Fluent.RibbonTabItem)(target)); return; case 45: this.MuRibbonGroupBox = ((Fluent.RibbonGroupBox)(target)); return; case 46: this.BulitTrainbutton = ((Fluent.Button)(target)); return; case 47: this.CheckUmDisbutton = ((Fluent.Button)(target)); return; case 48: this.ModifyXinhaoRibbonTabItem = ((Fluent.RibbonTabItem)(target)); return; case 49: this.DetailRibbonGroupBox = ((Fluent.RibbonGroupBox)(target)); return; case 50: this.LiChenTextBox = ((Fluent.TextBox)(target)); return; case 51: this.LxTextBox = ((Fluent.TextBox)(target)); return; case 52: this.BhTextBox = ((Fluent.TextBox)(target)); return; case 53: this.ModifyRibbonGroupBox = ((Fluent.RibbonGroupBox)(target)); return; case 54: this.distenceSpinner = ((Fluent.Spinner)(target)); return; case 55: this.CommitButton = ((Fluent.Button)(target)); return; case 56: this.ModifySignalButton = ((Fluent.Button)(target)); return; case 57: this.DeleteSignalButton = ((Fluent.Button)(target)); return; case 58: this.ModifyQjRibbonTabItem = ((Fluent.RibbonTabItem)(target)); return; case 59: this.QjInfoRibbonGroupBox = ((Fluent.RibbonGroupBox)(target)); return; case 60: this.QidianTextBox = ((Fluent.TextBox)(target)); return; case 61: this.LengthTextBox = ((Fluent.TextBox)(target)); return; case 62: this.ModifyQjRibbonGroupBox = ((Fluent.RibbonGroupBox)(target)); return; case 63: this.PartLengthTextBox = ((Fluent.TextBox)(target)); return; case 64: this.DivSpinner = ((Fluent.Spinner)(target)); return; case 65: this.DivButton = ((Fluent.Button)(target)); return; case 66: this.InsertButton = ((Fluent.Button)(target)); return; case 67: this.InsertDFXButton = ((Fluent.Button)(target)); return; case 68: this.ModifyDfxRibbonTabItem = ((Fluent.RibbonTabItem)(target)); return; case 69: this.DfxInfoRibbonGroupBox = ((Fluent.RibbonGroupBox)(target)); return; case 70: this.ModifyDianfxButton = ((Fluent.Button)(target)); return; case 71: this.DeleteDianfxButton = ((Fluent.Button)(target)); return; case 72: this.QujianRibbonContextualTabGroup = ((Fluent.RibbonContextualTabGroup)(target)); return; case 73: this.XinhaoContextualTabGroup = ((Fluent.RibbonContextualTabGroup)(target)); return; case 74: this.DianFxContextualTabGroup = ((Fluent.RibbonContextualTabGroup)(target)); return; case 75: this.infoboxpanel = ((System.Windows.Controls.WrapPanel)(target)); return; case 76: this.DataLlistBox = ((System.Windows.Controls.ListBox)(target)); return; case 77: this.statugrid = ((System.Windows.Controls.Grid)(target)); return; case 78: this.ProcessLabel = ((System.Windows.Controls.Label)(target)); return; case 79: this.ProgressBar = ((System.Windows.Controls.ProgressBar)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.fmMain = ((LEDX.MWin)(target)); return; case 2: this.ribbon = ((Fluent.Ribbon)(target)); #line 57 "..\..\MainWindow.xaml" this.ribbon.SelectedTabChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.Ribbon_SelectedTabChanged); #line default #line hidden return; case 3: this.btNewProj = ((Fluent.Button)(target)); return; case 4: this.btOpenProj = ((Fluent.Button)(target)); return; case 5: this.btSaveProj = ((Fluent.Button)(target)); return; case 6: this.tbEdit = ((Fluent.RibbonTabItem)(target)); return; case 7: this.btUndo = ((Fluent.SplitButton)(target)); return; case 8: this.btPasteFram = ((Fluent.SplitButton)(target)); return; case 9: this.rgbContrProp = ((Fluent.RibbonGroupBox)(target)); return; case 10: this.spAddNew = ((Fluent.SplitButton)(target)); return; case 11: this.btDel = ((Fluent.MenuItem)(target)); return; case 12: this.tbConName = ((Fluent.TextBox)(target)); return; case 13: this.tbConNumb = ((Fluent.Spinner)(target)); return; case 14: this.tbConButt = ((Fluent.Spinner)(target)); return; case 15: this.rgbFrameProp = ((Fluent.RibbonGroupBox)(target)); return; case 16: this.spTime = ((Fluent.Spinner)(target)); return; case 17: this.btCopyFram = ((Fluent.Button)(target)); return; case 18: this.btCutFram = ((Fluent.Button)(target)); return; case 19: this.btDelFram = ((Fluent.Button)(target)); return; case 20: this.btToSample = ((Fluent.Button)(target)); return; case 21: this.spbtFSet = ((Fluent.SplitButton)(target)); #line 179 "..\..\MainWindow.xaml" this.spbtFSet.DropDownClosed += new System.EventHandler(this.SpbtFSet_DropDownClosed); #line default #line hidden return; case 22: this.rgbColorProp = ((Fluent.RibbonGroupBox)(target)); return; case 23: this.btBegColor = ((Fluent.Button)(target)); return; case 24: this.rctBegClolor = ((System.Windows.Shapes.Rectangle)(target)); return; case 25: this.btCopyColor = ((Fluent.Button)(target)); return; case 26: this.btGetColor = ((Fluent.Button)(target)); return; case 27: this.btEndColor = ((Fluent.Button)(target)); return; case 28: this.rctEndClolor = ((System.Windows.Shapes.Rectangle)(target)); return; case 29: this.btCopy = ((Fluent.Button)(target)); return; case 30: this.grSampl = ((Fluent.InRibbonGallery)(target)); return; case 31: this.tbPalyer = ((Fluent.RibbonTabItem)(target)); return; case 32: this.rgbPropLayer = ((Fluent.RibbonGroupBox)(target)); return; case 33: this.btLayerDown = ((Fluent.Button)(target)); return; case 34: this.btLayerTop = ((Fluent.Button)(target)); return; case 35: this.btDelLay = ((Fluent.Button)(target)); return; case 36: this.rgbPropPng = ((Fluent.RibbonGroupBox)(target)); return; case 37: this.cbController = ((Fluent.ComboBox)(target)); return; case 38: this.lgWidth = ((Fluent.TextBox)(target)); return; case 39: this.lgHeight = ((Fluent.TextBox)(target)); return; case 40: this.rgbPropText = ((Fluent.RibbonGroupBox)(target)); return; case 41: this.lbtemTest = ((System.Windows.Controls.Label)(target)); return; case 42: this.temTest = ((LEDX.Components.MultiLineTextEditor)(target)); return; case 43: this.spTextSize = ((Fluent.Spinner)(target)); return; case 44: this.cbFontFamaly = ((Fluent.ComboBox)(target)); return; case 45: this.rctTextClolor = ((System.Windows.Shapes.Rectangle)(target)); return; case 46: this.tbFlash = ((Fluent.RibbonTabItem)(target)); return; case 47: this.lbPort = ((System.Windows.Controls.Label)(target)); return; case 48: this.cbComName = ((Fluent.ComboBox)(target)); return; case 49: this.lbSpeed = ((System.Windows.Controls.Label)(target)); return; case 50: this.cbComRate = ((Fluent.ComboBox)(target)); return; case 51: this.btRefrPorts = ((Fluent.Button)(target)); return; case 52: this.tbSync = ((Fluent.ToggleButton)(target)); return; case 53: this.tgbShowLog = ((Fluent.ToggleButton)(target)); return; case 54: this.spProgress = ((System.Windows.Controls.StackPanel)(target)); return; case 55: this.uiScaleSlider = ((System.Windows.Controls.Slider)(target)); #line 531 "..\..\MainWindow.xaml" this.uiScaleSlider.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler <double>(this.uiScaleSlider_ValueChanged); #line default #line hidden return; case 56: this.uiMan = ((LEDX.Components.PlayScale)(target)); return; case 57: this.svSearch = ((System.Windows.Controls.ScrollViewer)(target)); return; case 58: this.sldTime = ((LEDX.Components.TimeSlider)(target)); #line 561 "..\..\MainWindow.xaml" this.sldTime.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler <double>(this.sld_ValueChanged); #line default #line hidden return; case 59: this.scroll = ((System.Windows.Controls.ScrollViewer)(target)); return; case 60: this.icContr = ((System.Windows.Controls.ItemsControl)(target)); return; case 61: this.svTracks = ((System.Windows.Controls.ScrollViewer)(target)); return; case 62: this.icTrack = ((System.Windows.Controls.ItemsControl)(target)); return; case 63: this.iCanv = ((LEDX.Components.IncRender)(target)); #line 598 "..\..\MainWindow.xaml" this.iCanv.SelectionChanged += new System.EventHandler(this.iCanv_SelectionChanged); #line default #line hidden return; case 64: this.mainScroller = ((System.Windows.Controls.ScrollViewer)(target)); #line 607 "..\..\MainWindow.xaml" this.mainScroller.ScrollChanged += new System.Windows.Controls.ScrollChangedEventHandler(this.mainScroller_ScrollChanged); #line default #line hidden return; case 65: this.svLog = ((System.Windows.Controls.ScrollViewer)(target)); return; case 66: this.tbLog = ((System.Windows.Controls.TextBox)(target)); return; } this._contentLoaded = true; }