Beispiel #1
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.ProjectNameTextBox = ((GroupedApp.TextBoxRequired)(target));
                return;

            case 2:

            #line 18 "..\..\..\ProjectName.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Accept);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Beispiel #2
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.Popupgrid = ((System.Windows.Controls.Grid)(target));
                return;

            case 2:
                this.discBoxRectangle = ((System.Windows.Shapes.Rectangle)(target));
                return;

            case 3:
                this.discBox = ((System.Windows.Controls.ComboBox)(target));

            #line 29 "..\..\..\UserContent.xaml"
                this.discBox.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.DiscChange);

            #line default
            #line hidden

            #line 29 "..\..\..\UserContent.xaml"
                this.discBox.AddHandler(System.Windows.Controls.Primitives.TextBoxBase.TextChangedEvent, new System.Windows.Controls.TextChangedEventHandler(this.DiscBox_TextChanged));

            #line default
            #line hidden
                return;

            case 4:
                this.ContentBoxEntry = ((GroupedApp.TextBoxRequired)(target));
                return;

            case 5:
                this.StartDateCntntBox = ((System.Windows.Controls.DatePicker)(target));

            #line 31 "..\..\..\UserContent.xaml"
                this.StartDateCntntBox.SelectedDateChanged += new System.EventHandler <System.Windows.Controls.SelectionChangedEventArgs>(this.DateChange);

            #line default
            #line hidden
                return;

            case 6:
                this.StartDateRectangle = ((System.Windows.Shapes.Rectangle)(target));
                return;

            case 7:
                this.EndDateCntntBox = ((System.Windows.Controls.DatePicker)(target));
                return;

            case 8:
                this.PopupCancelBtn = ((System.Windows.Controls.Button)(target));

            #line 35 "..\..\..\UserContent.xaml"
                this.PopupCancelBtn.Click += new System.Windows.RoutedEventHandler(this.ClosePopup);

            #line default
            #line hidden
                return;

            case 9:
                this.PopupConfirmBtn = ((System.Windows.Controls.Button)(target));

            #line 36 "..\..\..\UserContent.xaml"
                this.PopupConfirmBtn.Click += new System.Windows.RoutedEventHandler(this.ConfirmPopup);

            #line default
            #line hidden
                return;

            case 10:
                this.MilestoneCheckbox = ((System.Windows.Controls.CheckBox)(target));

            #line 38 "..\..\..\UserContent.xaml"
                this.MilestoneCheckbox.Checked += new System.Windows.RoutedEventHandler(this.MilestoneCheck);

            #line default
            #line hidden

            #line 38 "..\..\..\UserContent.xaml"
                this.MilestoneCheckbox.Unchecked += new System.Windows.RoutedEventHandler(this.MilestoneCheck);

            #line default
            #line hidden
                return;

            case 11:
                this.discColorRectangle = ((System.Windows.Shapes.Rectangle)(target));
                return;

            case 12:
                this.discColor = ((System.Windows.Controls.ComboBox)(target));

            #line 40 "..\..\..\UserContent.xaml"
                this.discColor.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.DiscColorChanged);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }