Пример #1
0
        /// <summary>
        /// テキストからフォーカスが移動した場合のイベント処理
        /// </summary>
        /// <param name="sender"></param>
        /// <param name="e"></param>
        private void TwinTextBox_LostFocus(object sender, RoutedEventArgs e)
        {
            //UcLabelTwinTextBox tbox = sender as UcLabelTwinTextBox;
            M01_TOK_TextBox m01tbox = sender as M01_TOK_TextBox;

            //if (tbox != null && string.IsNullOrEmpty(tbox.Text1))
            //    return;

            if (m01tbox != null && !string.IsNullOrEmpty(m01tbox.Text1) && string.IsNullOrEmpty(m01tbox.Text2))
            {
                // テキスト1入力済・テキスト2未入力の場合は検索をおこなわない
                return;
            }

            if (m01tbox != null && string.IsNullOrEmpty(m01tbox.Text1) && !string.IsNullOrEmpty(m01tbox.Text2))
            {
                // テキスト1未入力・テキスト2入力済の場合は検索をおこなわない
                return;
            }

            // 再検索実行
            ProcDataSearch();
        }
Пример #2
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.MainWindow = ((KyoeiSystem.Application.Windows.Views.TKS07010)(target));

            #line 21 "..\..\..\..\Views\TKS\TKS07010.xaml"
                this.MainWindow.Loaded += new System.Windows.RoutedEventHandler(this.RibbonWindow_Loaded);

            #line default
            #line hidden

            #line 21 "..\..\..\..\Views\TKS\TKS07010.xaml"
                this.MainWindow.Closed += new System.EventHandler(this.MainWindow_Closed);

            #line default
            #line hidden
                return;

            case 2:

            #line 59 "..\..\..\..\Views\TKS\TKS07010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 3:

            #line 72 "..\..\..\..\Views\TKS\TKS07010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 4:

            #line 83 "..\..\..\..\Views\TKS\TKS07010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 5:

            #line 95 "..\..\..\..\Views\TKS\TKS07010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 6:

            #line 105 "..\..\..\..\Views\TKS\TKS07010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 7:

            #line 107 "..\..\..\..\Views\TKS\TKS07010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 8:

            #line 109 "..\..\..\..\Views\TKS\TKS07010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 9:

            #line 111 "..\..\..\..\Views\TKS\TKS07010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 10:
                this.myCompany = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTwinTextBox)(target));
                return;

            case 11:
                this.PaymentYearMonth = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 12:
                this.PaymentDay = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));

            #line 162 "..\..\..\..\Views\TKS\TKS07010.xaml"
                this.PaymentDay.cTextChanged += new System.Windows.RoutedEventHandler(this.ClosingDate_TextChanged);

            #line default
            #line hidden
                return;

            case 13:
                this.isPaymentAllDays = ((System.Windows.Controls.CheckBox)(target));

            #line 169 "..\..\..\..\Views\TKS\TKS07010.xaml"
                this.isPaymentAllDays.Checked += new System.Windows.RoutedEventHandler(this.isPaymentAllDays_Checked);

            #line default
            #line hidden
                return;

            case 14:
                this.Customer = ((KyoeiSystem.Application.Windows.Views.M01_TOK_TextBox)(target));
                return;

            case 15:
                this.CreateType = ((KyoeiSystem.Framework.Windows.Controls.UcLabelComboBox)(target));
                return;
            }
            this._contentLoaded = true;
        }
Пример #3
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 17 "..\..\..\..\Views\ZIJ\ZIJ05010.xaml"
                ((KyoeiSystem.Application.Windows.Views.ZIJ05010)(target)).Loaded += new System.Windows.RoutedEventHandler(this.MainWindow_Loaded);

            #line default
            #line hidden

            #line 17 "..\..\..\..\Views\ZIJ\ZIJ05010.xaml"
                ((KyoeiSystem.Application.Windows.Views.ZIJ05010)(target)).Closed += new System.EventHandler(this.MainWindow_Closed);

            #line default
            #line hidden
                return;

            case 2:

            #line 38 "..\..\..\..\Views\ZIJ\ZIJ05010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 3:

            #line 50 "..\..\..\..\Views\ZIJ\ZIJ05010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 4:

            #line 61 "..\..\..\..\Views\ZIJ\ZIJ05010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 5:

            #line 72 "..\..\..\..\Views\ZIJ\ZIJ05010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 6:

            #line 84 "..\..\..\..\Views\ZIJ\ZIJ05010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 7:

            #line 86 "..\..\..\..\Views\ZIJ\ZIJ05010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 8:

            #line 88 "..\..\..\..\Views\ZIJ\ZIJ05010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 9:

            #line 90 "..\..\..\..\Views\ZIJ\ZIJ05010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 10:
                this.Func = ((System.Windows.Controls.Grid)(target));
                return;

            case 11:
                this.Header = ((System.Windows.Controls.Border)(target));
                return;

            case 12:
                this.myCompany = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTwinTextBox)(target));
                return;

            case 13:
                this.SalesDatePriod = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTwinTextBox)(target));
                return;

            case 14:
                this.cmbSalesKbn = ((KyoeiSystem.Framework.Windows.Controls.UcLabelComboBox)(target));
                return;

            case 15:
                this.TOK = ((KyoeiSystem.Application.Windows.Views.M01_TOK_TextBox)(target));
                return;

            case 16:
                this.btnSearch = ((System.Windows.Controls.Button)(target));

            #line 189 "..\..\..\..\Views\ZIJ\ZIJ05010.xaml"
                this.btnSearch.Click += new System.Windows.RoutedEventHandler(this.Button_Click);

            #line default
            #line hidden
                return;

            case 17:
                this.spGridList = ((GrapeCity.Windows.SpreadGrid.GcSpreadGrid)(target));

            #line 205 "..\..\..\..\Views\ZIJ\ZIJ05010.xaml"
                this.spGridList.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.spGridList_PreviewKeyDown);

            #line default
            #line hidden
                return;

            case 18:
                this.sumCash = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 19:
                this.sumTransfer = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 20:
                this.sumCheck = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 21:
                this.sumPromissory = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 22:
                this.sumOffset = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 23:
                this.sumAjustment = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 24:
                this.sumOther = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 25:
                this.sumTotal = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;
            }
            this._contentLoaded = true;
        }
Пример #4
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 17 "..\..\..\..\Views\ZIJ\ZIJ02010.xaml"
                ((KyoeiSystem.Application.Windows.Views.ZIJ02010)(target)).Loaded += new System.Windows.RoutedEventHandler(this.MainWindow_Loaded);

            #line default
            #line hidden

            #line 17 "..\..\..\..\Views\ZIJ\ZIJ02010.xaml"
                ((KyoeiSystem.Application.Windows.Views.ZIJ02010)(target)).Closed += new System.EventHandler(this.MainWindow_Closed);

            #line default
            #line hidden
                return;

            case 2:

            #line 38 "..\..\..\..\Views\ZIJ\ZIJ02010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 3:

            #line 50 "..\..\..\..\Views\ZIJ\ZIJ02010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 4:

            #line 61 "..\..\..\..\Views\ZIJ\ZIJ02010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 5:

            #line 72 "..\..\..\..\Views\ZIJ\ZIJ02010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 6:

            #line 84 "..\..\..\..\Views\ZIJ\ZIJ02010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 7:

            #line 86 "..\..\..\..\Views\ZIJ\ZIJ02010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 8:

            #line 88 "..\..\..\..\Views\ZIJ\ZIJ02010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 9:

            #line 90 "..\..\..\..\Views\ZIJ\ZIJ02010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 10:
                this.Func = ((System.Windows.Controls.Grid)(target));
                return;

            case 11:
                this.Header = ((System.Windows.Controls.Border)(target));
                return;

            case 12:
                this.myCompany = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTwinTextBox)(target));
                return;

            case 13:
                this.purchaseDatePriod = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTwinTextBox)(target));
                return;

            case 14:
                this.depositDatePriod = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTwinTextBox)(target));
                return;

            case 15:
                this.cmbInputType = ((KyoeiSystem.Framework.Windows.Controls.UcLabelComboBox)(target));
                return;

            case 16:
                this.suppliers = ((KyoeiSystem.Application.Windows.Views.M01_TOK_TextBox)(target));
                return;

            case 17:
                this.arrivalCompany = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTwinTextBox)(target));
                return;

            case 18:
                this.btnSearch = ((System.Windows.Controls.Button)(target));

            #line 218 "..\..\..\..\Views\ZIJ\ZIJ02010.xaml"
                this.btnSearch.Click += new System.Windows.RoutedEventHandler(this.Button_Click);

            #line default
            #line hidden
                return;

            case 19:
                this.spGridList = ((GrapeCity.Windows.SpreadGrid.GcSpreadGrid)(target));

            #line 234 "..\..\..\..\Views\ZIJ\ZIJ02010.xaml"
                this.spGridList.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.spGridList_PreviewKeyDown);

            #line default
            #line hidden
                return;

            case 20:
                this.sumBlank1 = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 21:
                this.sumBlank2 = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 22:
                this.sumSrTotal = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 23:
                this.sumSrTax = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 24:
                this.sumBlank3 = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 25:
                this.sumBlank4 = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 26:
                this.sumRtnTotal = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 27:
                this.sumRtnTax = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 28:
                this.sumTotal = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;
            }
            this._contentLoaded = true;
        }
Пример #5
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.MainWindow = ((KyoeiSystem.Application.Windows.Views.MST16010)(target));

            #line 13 "..\..\..\..\Views\MST\MST16010.xaml"
                this.MainWindow.Loaded += new System.Windows.RoutedEventHandler(this.RibbonWindow_Loaded);

            #line default
            #line hidden

            #line 13 "..\..\..\..\Views\MST\MST16010.xaml"
                this.MainWindow.Closed += new System.EventHandler(this.MainWindow_Closed);

            #line default
            #line hidden
                return;

            case 2:

            #line 101 "..\..\..\..\Views\MST\MST16010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 3:

            #line 125 "..\..\..\..\Views\MST\MST16010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 4:

            #line 130 "..\..\..\..\Views\MST\MST16010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 5:

            #line 134 "..\..\..\..\Views\MST\MST16010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 6:

            #line 138 "..\..\..\..\Views\MST\MST16010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 7:

            #line 147 "..\..\..\..\Views\MST\MST16010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 8:

            #line 149 "..\..\..\..\Views\MST\MST16010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 9:

            #line 151 "..\..\..\..\Views\MST\MST16010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 10:

            #line 153 "..\..\..\..\Views\MST\MST16010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 11:

            #line 162 "..\..\..\..\Views\MST\MST16010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 12:

            #line 164 "..\..\..\..\Views\MST\MST16010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 13:

            #line 166 "..\..\..\..\Views\MST\MST16010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 14:

            #line 175 "..\..\..\..\Views\MST\MST16010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 15:

            #line 177 "..\..\..\..\Views\MST\MST16010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 16:

            #line 179 "..\..\..\..\Views\MST\MST16010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 17:

            #line 181 "..\..\..\..\Views\MST\MST16010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 18:
                this.CompanyId = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTwinTextBox)(target));

            #line 270 "..\..\..\..\Views\MST\MST16010.xaml"
                this.CompanyId.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.TextBoxExecSearch_PreviewKeyDown);

            #line default
            #line hidden
                return;

            case 19:
                this.PageingFirst = ((System.Windows.Controls.Button)(target));

            #line 272 "..\..\..\..\Views\MST\MST16010.xaml"
                this.PageingFirst.Click += new System.Windows.RoutedEventHandler(this.PageingButton_Click);

            #line default
            #line hidden
                return;

            case 20:
                this.PageingPrev = ((System.Windows.Controls.Button)(target));

            #line 273 "..\..\..\..\Views\MST\MST16010.xaml"
                this.PageingPrev.Click += new System.Windows.RoutedEventHandler(this.PageingButton_Click);

            #line default
            #line hidden
                return;

            case 21:
                this.PageingNext = ((System.Windows.Controls.Button)(target));

            #line 274 "..\..\..\..\Views\MST\MST16010.xaml"
                this.PageingNext.Click += new System.Windows.RoutedEventHandler(this.PageingButton_Click);

            #line default
            #line hidden
                return;

            case 22:
                this.PageingLast = ((System.Windows.Controls.Button)(target));

            #line 275 "..\..\..\..\Views\MST\MST16010.xaml"
                this.PageingLast.Click += new System.Windows.RoutedEventHandler(this.PageingButton_Click);

            #line default
            #line hidden
                return;

            case 23:
                this.CompanyName = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));

            #line 281 "..\..\..\..\Views\MST\MST16010.xaml"
                this.CompanyName.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.TextBox_Update_PreviewKeyDown);

            #line default
            #line hidden
                return;

            case 24:
                this.RepresentativeName = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));

            #line 286 "..\..\..\..\Views\MST\MST16010.xaml"
                this.RepresentativeName.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.TextBox_Update_PreviewKeyDown);

            #line default
            #line hidden
                return;

            case 25:
                this.PostCode = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));

            #line 292 "..\..\..\..\Views\MST\MST16010.xaml"
                this.PostCode.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.TextBox_Update_PreviewKeyDown);

            #line default
            #line hidden

            #line 292 "..\..\..\..\Views\MST\MST16010.xaml"
                this.PostCode.SourceUpdated += new System.EventHandler <System.Windows.Data.DataTransferEventArgs>(this.YUBIN_NO_SourceUpdated);

            #line default
            #line hidden
                return;

            case 26:
                this.Address1 = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));

            #line 298 "..\..\..\..\Views\MST\MST16010.xaml"
                this.Address1.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.TextBox_Update_PreviewKeyDown);

            #line default
            #line hidden
                return;

            case 27:
                this.Address2 = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));

            #line 303 "..\..\..\..\Views\MST\MST16010.xaml"
                this.Address2.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.TextBox_Update_PreviewKeyDown);

            #line default
            #line hidden
                return;

            case 28:
                this.PhoneNumber = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));

            #line 309 "..\..\..\..\Views\MST\MST16010.xaml"
                this.PhoneNumber.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.TextBox_Update_PreviewKeyDown);

            #line default
            #line hidden
                return;

            case 29:
                this.FaxNumber = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));

            #line 314 "..\..\..\..\Views\MST\MST16010.xaml"
                this.FaxNumber.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.TextBox_Update_PreviewKeyDown);

            #line default
            #line hidden
                return;

            case 30:
                this.BankPayee1 = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));

            #line 320 "..\..\..\..\Views\MST\MST16010.xaml"
                this.BankPayee1.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.TextBox_Update_PreviewKeyDown);

            #line default
            #line hidden
                return;

            case 31:
                this.BankPayee2 = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));

            #line 325 "..\..\..\..\Views\MST\MST16010.xaml"
                this.BankPayee2.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.TextBox_Update_PreviewKeyDown);

            #line default
            #line hidden
                return;

            case 32:
                this.BankPayee3 = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));

            #line 330 "..\..\..\..\Views\MST\MST16010.xaml"
                this.BankPayee3.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.TextBox_Update_PreviewKeyDown);

            #line default
            #line hidden
                return;

            case 33:
                this.CorporationNumber = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));

            #line 336 "..\..\..\..\Views\MST\MST16010.xaml"
                this.CorporationNumber.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.TextBox_Update_PreviewKeyDown);

            #line default
            #line hidden
                return;

            case 34:
                this.DisplayType = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextRadioButton)(target));
                return;

            case 35:
                this.suppliers = ((KyoeiSystem.Application.Windows.Views.M01_TOK_TextBox)(target));
                return;

            case 36:

            #line 386 "..\..\..\..\Views\MST\MST16010.xaml"
                ((System.Windows.Controls.Button)(target)).MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.ImageButton_MouseDoubleClick);

            #line default
            #line hidden

            #line 386 "..\..\..\..\Views\MST\MST16010.xaml"
                ((System.Windows.Controls.Button)(target)).DragEnter += new System.Windows.DragEventHandler(this.Drag_Enter);

            #line default
            #line hidden

            #line 386 "..\..\..\..\Views\MST\MST16010.xaml"
                ((System.Windows.Controls.Button)(target)).Drop += new System.Windows.DragEventHandler(this.DragDrop);

            #line default
            #line hidden
                return;

            case 37:
                this.ClearImage = ((System.Windows.Controls.Button)(target));

            #line 392 "..\..\..\..\Views\MST\MST16010.xaml"
                this.ClearImage.Click += new System.Windows.RoutedEventHandler(this.ClearButton_Click);

            #line default
            #line hidden
                return;

            case 38:
                this.ImageInfo = ((System.Windows.Controls.Label)(target));
                return;
            }
            this._contentLoaded = true;
        }
Пример #6
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 18 "..\..\..\..\Views\DLY\DLY07010.xaml"
                ((KyoeiSystem.Application.Windows.Views.DLY07010)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);

            #line default
            #line hidden

            #line 18 "..\..\..\..\Views\DLY\DLY07010.xaml"
                ((KyoeiSystem.Application.Windows.Views.DLY07010)(target)).Closed += new System.EventHandler(this.Window_Closed);

            #line default
            #line hidden
                return;

            case 2:

            #line 48 "..\..\..\..\Views\DLY\DLY07010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 3:

            #line 52 "..\..\..\..\Views\DLY\DLY07010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 4:

            #line 57 "..\..\..\..\Views\DLY\DLY07010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 5:

            #line 64 "..\..\..\..\Views\DLY\DLY07010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 6:

            #line 68 "..\..\..\..\Views\DLY\DLY07010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 7:

            #line 78 "..\..\..\..\Views\DLY\DLY07010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 8:

            #line 82 "..\..\..\..\Views\DLY\DLY07010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 9:

            #line 86 "..\..\..\..\Views\DLY\DLY07010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 10:

            #line 97 "..\..\..\..\Views\DLY\DLY07010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 11:

            #line 99 "..\..\..\..\Views\DLY\DLY07010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 12:

            #line 101 "..\..\..\..\Views\DLY\DLY07010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 13:

            #line 103 "..\..\..\..\Views\DLY\DLY07010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 14:
                this.grdHeader = ((System.Windows.Controls.Grid)(target));
                return;

            case 15:
                this.FuncTitle = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 16:
                this.ProductCode = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTwinTextBox)(target));

            #line 160 "..\..\..\..\Views\DLY\DLY07010.xaml"
                this.ProductCode.LostFocus += new System.Windows.RoutedEventHandler(this.TwinTextBox_LostFocus);

            #line default
            #line hidden
                return;

            case 17:
                this.Subcontractor = ((KyoeiSystem.Application.Windows.Views.M01_TOK_TextBox)(target));
                return;

            case 18:
                this.gcSpreadGrid = ((GrapeCity.Windows.SpreadGrid.GcSpreadGrid)(target));

            #line 183 "..\..\..\..\Views\DLY\DLY07010.xaml"
                this.gcSpreadGrid.CellEditEnded += new System.EventHandler <GrapeCity.Windows.SpreadGrid.SpreadCellEditEndedEventArgs>(this.gcSpredGrid_CellEditEnded);

            #line default
            #line hidden

            #line 183 "..\..\..\..\Views\DLY\DLY07010.xaml"
                this.gcSpreadGrid.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.gcSpredGrid_PreviewKeyDown);

            #line default
            #line hidden

            #line 183 "..\..\..\..\Views\DLY\DLY07010.xaml"
                this.gcSpreadGrid.RowCollectionChanged += new System.EventHandler <GrapeCity.Windows.SpreadGrid.SpreadCollectionChangedEventArgs>(this.gcSpreadGrid_RowCollectionChanged);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Пример #7
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.Window = ((KyoeiSystem.Application.Windows.Views.BSK01010)(target));

            #line 18 "..\..\..\..\Views\BSK\BSK01010.xaml"
                this.Window.Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);

            #line default
            #line hidden

            #line 18 "..\..\..\..\Views\BSK\BSK01010.xaml"
                this.Window.Closed += new System.EventHandler(this.Window_Closed);

            #line default
            #line hidden
                return;

            case 2:

            #line 44 "..\..\..\..\Views\BSK\BSK01010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 3:

            #line 56 "..\..\..\..\Views\BSK\BSK01010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 4:

            #line 66 "..\..\..\..\Views\BSK\BSK01010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 5:

            #line 76 "..\..\..\..\Views\BSK\BSK01010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 6:

            #line 87 "..\..\..\..\Views\BSK\BSK01010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 7:

            #line 89 "..\..\..\..\Views\BSK\BSK01010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 8:

            #line 91 "..\..\..\..\Views\BSK\BSK01010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 9:

            #line 93 "..\..\..\..\Views\BSK\BSK01010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 10:
                this.FiscalYear = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 11:
                this.MyCompany = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTwinTextBox)(target));
                return;

            case 12:
                this.Customer = ((KyoeiSystem.Application.Windows.Views.M01_TOK_TextBox)(target));
                return;
            }
            this._contentLoaded = true;
        }
Пример #8
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 18 "..\..\..\..\Views\DLY\DLY06010.xaml"
                ((KyoeiSystem.Application.Windows.Views.DLY06010)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);

            #line default
            #line hidden

            #line 18 "..\..\..\..\Views\DLY\DLY06010.xaml"
                ((KyoeiSystem.Application.Windows.Views.DLY06010)(target)).Closed += new System.EventHandler(this.Window_Closed);

            #line default
            #line hidden
                return;

            case 2:

            #line 48 "..\..\..\..\Views\DLY\DLY06010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 3:

            #line 72 "..\..\..\..\Views\DLY\DLY06010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 4:

            #line 76 "..\..\..\..\Views\DLY\DLY06010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 5:

            #line 80 "..\..\..\..\Views\DLY\DLY06010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 6:

            #line 91 "..\..\..\..\Views\DLY\DLY06010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 7:

            #line 93 "..\..\..\..\Views\DLY\DLY06010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 8:

            #line 95 "..\..\..\..\Views\DLY\DLY06010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 9:

            #line 97 "..\..\..\..\Views\DLY\DLY06010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 10:
                this.FuncDisplay = ((System.Windows.Controls.Grid)(target));
                return;

            case 11:
                this.grdHeader = ((System.Windows.Controls.Grid)(target));
                return;

            case 12:
                this.FuncTitle = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 13:
                this.txt会社名 = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTwinTextBox)(target));
                return;

            case 14:
                this.gHeader = ((System.Windows.Controls.Grid)(target));
                return;

            case 15:
                this.PrevSlip = ((System.Windows.Controls.Button)(target));

            #line 187 "..\..\..\..\Views\DLY\DLY06010.xaml"
                this.PrevSlip.Click += new System.Windows.RoutedEventHandler(this.PagingButton_Click);

            #line default
            #line hidden
                return;

            case 16:
                this.NextSlip = ((System.Windows.Controls.Button)(target));

            #line 192 "..\..\..\..\Views\DLY\DLY06010.xaml"
                this.NextSlip.Click += new System.Windows.RoutedEventHandler(this.PagingButton_Click);

            #line default
            #line hidden
                return;

            case 17:
                this.txt伝票番号 = ((KyoeiSystem.Framework.Windows.Controls.UcTextBox)(target));

            #line 198 "..\..\..\..\Views\DLY\DLY06010.xaml"
                this.txt伝票番号.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.txt伝票番号_PreviewKeyDown);

            #line default
            #line hidden
                return;

            case 18:
                this.txt出金日 = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 19:
                this.txt得意先 = ((KyoeiSystem.Application.Windows.Views.M01_TOK_TextBox)(target));
                return;

            case 20:
                this.txt出金先販社 = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTwinTextBox)(target));
                return;

            case 21:
                this.gcSpreadGrid = ((GrapeCity.Windows.SpreadGrid.GcSpreadGrid)(target));

            #line 257 "..\..\..\..\Views\DLY\DLY06010.xaml"
                this.gcSpreadGrid.CellEditEnded += new System.EventHandler <GrapeCity.Windows.SpreadGrid.SpreadCellEditEndedEventArgs>(this.gcSpredGrid_CellEditEnded);

            #line default
            #line hidden

            #line 257 "..\..\..\..\Views\DLY\DLY06010.xaml"
                this.gcSpreadGrid.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.gcSpredGrid_PreviewKeyDown);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Пример #9
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.Window = ((KyoeiSystem.Application.Windows.Views.TKS01020)(target));

            #line 16 "..\..\..\..\Views\TKS\TKS01020.xaml"
                this.Window.Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded_1);

            #line default
            #line hidden

            #line 16 "..\..\..\..\Views\TKS\TKS01020.xaml"
                this.Window.Closed += new System.EventHandler(this.Window_Closed);

            #line default
            #line hidden
                return;

            case 2:

            #line 43 "..\..\..\..\Views\TKS\TKS01020.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 3:

            #line 64 "..\..\..\..\Views\TKS\TKS01020.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 4:

            #line 74 "..\..\..\..\Views\TKS\TKS01020.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 5:

            #line 85 "..\..\..\..\Views\TKS\TKS01020.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 6:

            #line 87 "..\..\..\..\Views\TKS\TKS01020.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 7:

            #line 89 "..\..\..\..\Views\TKS\TKS01020.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 8:

            #line 91 "..\..\..\..\Views\TKS\TKS01020.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 9:
                this.MyCompany = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTwinTextBox)(target));
                return;

            case 10:
                this.PrintDate = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 11:
                this.CreateYearMonth = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 12:
                this.ClosingDate = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 13:
                this.Customer = ((KyoeiSystem.Application.Windows.Views.M01_TOK_TextBox)(target));
                return;

            case 14:
                this.btnSearch = ((System.Windows.Controls.Button)(target));

            #line 193 "..\..\..\..\Views\TKS\TKS01020.xaml"
                this.btnSearch.Click += new System.Windows.RoutedEventHandler(this.btnSearch_Click);

            #line default
            #line hidden
                return;

            case 15:
                this.btnAllOn = ((System.Windows.Controls.Button)(target));

            #line 212 "..\..\..\..\Views\TKS\TKS01020.xaml"
                this.btnAllOn.Click += new System.Windows.RoutedEventHandler(this.btn_PrintAll_Click);

            #line default
            #line hidden
                return;

            case 16:
                this.btnAllOff = ((System.Windows.Controls.Button)(target));

            #line 215 "..\..\..\..\Views\TKS\TKS01020.xaml"
                this.btnAllOff.Click += new System.Windows.RoutedEventHandler(this.btn_PrintAll_Click);

            #line default
            #line hidden
                return;

            case 17:
                this.sp請求データ一覧 = ((GrapeCity.Windows.SpreadGrid.GcSpreadGrid)(target));
                return;
            }
            this._contentLoaded = true;
        }
Пример #10
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.MainForm = ((KyoeiSystem.Application.Windows.Views.MST17010)(target));

            #line 19 "..\..\..\..\Views\MST\MST17010.xaml"
                this.MainForm.Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);

            #line default
            #line hidden

            #line 19 "..\..\..\..\Views\MST\MST17010.xaml"
                this.MainForm.Closed += new System.EventHandler(this.MainWindow_Closed);

            #line default
            #line hidden
                return;

            case 2:
                this.BaseGrid = ((System.Windows.Controls.Grid)(target));
                return;

            case 3:

            #line 47 "..\..\..\..\Views\MST\MST17010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 4:

            #line 59 "..\..\..\..\Views\MST\MST17010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 5:

            #line 63 "..\..\..\..\Views\MST\MST17010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 6:

            #line 73 "..\..\..\..\Views\MST\MST17010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 7:

            #line 78 "..\..\..\..\Views\MST\MST17010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 8:

            #line 82 "..\..\..\..\Views\MST\MST17010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 9:

            #line 93 "..\..\..\..\Views\MST\MST17010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 10:

            #line 95 "..\..\..\..\Views\MST\MST17010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 11:

            #line 97 "..\..\..\..\Views\MST\MST17010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 12:

            #line 99 "..\..\..\..\Views\MST\MST17010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 13:

            #line 108 "..\..\..\..\Views\MST\MST17010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 14:

            #line 110 "..\..\..\..\Views\MST\MST17010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 15:

            #line 112 "..\..\..\..\Views\MST\MST17010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 16:

            #line 121 "..\..\..\..\Views\MST\MST17010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 17:

            #line 123 "..\..\..\..\Views\MST\MST17010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 18:

            #line 125 "..\..\..\..\Views\MST\MST17010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 19:

            #line 127 "..\..\..\..\Views\MST\MST17010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 20:
                this.SHIIRESAKI = ((KyoeiSystem.Application.Windows.Views.M01_TOK_TextBox)(target));
                return;

            case 21:
                this.HINBAN = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTwinTextBox)(target));
                return;

            case 22:
                this.COLOR = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTwinTextBox)(target));
                return;

            case 23:
                this.BtnStart = ((System.Windows.Controls.Button)(target));

            #line 219 "..\..\..\..\Views\MST\MST17010.xaml"
                this.BtnStart.Click += new System.Windows.RoutedEventHandler(this.BtnStart_Click);

            #line default
            #line hidden
                return;

            case 24:
                this.HINGUN = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTwinTextBox)(target));
                return;

            case 25:
                this.ITEM_KBN = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextRadioButton)(target));
                return;

            case 26:
                this.SHIIRE_NAME = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 27:
                this.ITEM_NAME = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 28:
                this.SearchGrid = ((System.Windows.Controls.DataGrid)(target));

            #line 277 "..\..\..\..\Views\MST\MST17010.xaml"
                this.SearchGrid.CellEditEnding += new System.EventHandler <System.Windows.Controls.DataGridCellEditEndingEventArgs>(this.SearchGrid_CellEditEnding);

            #line default
            #line hidden

            #line 277 "..\..\..\..\Views\MST\MST17010.xaml"
                this.SearchGrid.BeginningEdit += new System.EventHandler <System.Windows.Controls.DataGridBeginningEditEventArgs>(this.SearchGrid_BeginningEdit);

            #line default
            #line hidden
                return;

            case 29:
                this.Grid_SupplierCode = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 30:
                this.Grid_SupplierEda = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 31:
                this.Grid_SupplierName = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 32:
                this.Grid_ProductNumber = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 33:
                this.Grid_ProductName = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 34:
                this.Grid_Price = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 35:
                this.Grid_Delete = ((System.Windows.Controls.DataGridCheckBoxColumn)(target));
                return;
            }
            this._contentLoaded = true;
        }
Пример #11
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.Window = ((KyoeiSystem.Application.Windows.Views.TKS01010)(target));

            #line 17 "..\..\..\..\Views\TKS\TKS01010.xaml"
                this.Window.Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded_1);

            #line default
            #line hidden

            #line 17 "..\..\..\..\Views\TKS\TKS01010.xaml"
                this.Window.Closed += new System.EventHandler(this.Window_Closed);

            #line default
            #line hidden
                return;

            case 2:

            #line 54 "..\..\..\..\Views\TKS\TKS01010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 3:

            #line 75 "..\..\..\..\Views\TKS\TKS01010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 4:

            #line 79 "..\..\..\..\Views\TKS\TKS01010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 5:

            #line 86 "..\..\..\..\Views\TKS\TKS01010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 6:

            #line 97 "..\..\..\..\Views\TKS\TKS01010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 7:

            #line 99 "..\..\..\..\Views\TKS\TKS01010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 8:

            #line 101 "..\..\..\..\Views\TKS\TKS01010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 9:

            #line 103 "..\..\..\..\Views\TKS\TKS01010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 10:
                this.MyCompany = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTwinTextBox)(target));
                return;

            case 11:
                this.CreateYearMonth = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 12:
                this.ClosingDate = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 13:
                this.Customer = ((KyoeiSystem.Application.Windows.Views.M01_TOK_TextBox)(target));
                return;

            case 14:
                this.Kotei = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 15:

            #line 183 "..\..\..\..\Views\TKS\TKS01010.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_1);

            #line default
            #line hidden
                return;

            case 16:

            #line 189 "..\..\..\..\Views\TKS\TKS01010.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.ColumnReset_Click);

            #line default
            #line hidden

            #line 189 "..\..\..\..\Views\TKS\TKS01010.xaml"
                ((System.Windows.Controls.Button)(target)).IsEnabledChanged += new System.Windows.DependencyPropertyChangedEventHandler(this.Button_IsEnabledChanged);

            #line default
            #line hidden
                return;

            case 17:
                this.sp請求データ一覧 = ((GrapeCity.Windows.SpreadGrid.GcSpreadGrid)(target));

            #line 201 "..\..\..\..\Views\TKS\TKS01010.xaml"
                this.sp請求データ一覧.CellEditEnded += new System.EventHandler <GrapeCity.Windows.SpreadGrid.SpreadCellEditEndedEventArgs>(this.sp請求データ一覧_CellEditEnded);

            #line default
            #line hidden

            #line 201 "..\..\..\..\Views\TKS\TKS01010.xaml"
                this.sp請求データ一覧.CellEditEnding += new System.EventHandler <GrapeCity.Windows.SpreadGrid.SpreadCellEditEndingEventArgs>(this.sp請求データ一覧_CellEditEnding);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Пример #12
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 17 "..\..\..\..\Views\DLY\DLY11010.xaml"
                ((KyoeiSystem.Application.Windows.Views.DLY11010)(target)).Loaded += new System.Windows.RoutedEventHandler(this.MainWindow_Loaded);

            #line default
            #line hidden

            #line 17 "..\..\..\..\Views\DLY\DLY11010.xaml"
                ((KyoeiSystem.Application.Windows.Views.DLY11010)(target)).Closed += new System.EventHandler(this.Window_Closed);

            #line default
            #line hidden
                return;

            case 2:

            #line 42 "..\..\..\..\Views\DLY\DLY11010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 3:

            #line 63 "..\..\..\..\Views\DLY\DLY11010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 4:

            #line 73 "..\..\..\..\Views\DLY\DLY11010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 5:

            #line 83 "..\..\..\..\Views\DLY\DLY11010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 6:

            #line 85 "..\..\..\..\Views\DLY\DLY11010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 7:

            #line 87 "..\..\..\..\Views\DLY\DLY11010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 8:

            #line 89 "..\..\..\..\Views\DLY\DLY11010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 9:
                this.Header = ((System.Windows.Controls.Border)(target));
                return;

            case 10:
                this.txt売上日From = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 11:
                this.txt売上日To = ((KyoeiSystem.Framework.Windows.Controls.UcTextBox)(target));
                return;

            case 12:
                this.txt得意先 = ((KyoeiSystem.Application.Windows.Views.M01_TOK_TextBox)(target));
                return;

            case 13:
                this.txt伝票番号From = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 14:
                this.txt伝票番号To = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;
            }
            this._contentLoaded = true;
        }
Пример #13
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 18 "..\..\..\..\Views\DLY\DLY12010.xaml"
                ((KyoeiSystem.Application.Windows.Views.DLY12010)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);

            #line default
            #line hidden

            #line 18 "..\..\..\..\Views\DLY\DLY12010.xaml"
                ((KyoeiSystem.Application.Windows.Views.DLY12010)(target)).Closed += new System.EventHandler(this.Window_Closed);

            #line default
            #line hidden
                return;

            case 2:

            #line 47 "..\..\..\..\Views\DLY\DLY12010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 3:

            #line 51 "..\..\..\..\Views\DLY\DLY12010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 4:

            #line 56 "..\..\..\..\Views\DLY\DLY12010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 5:

            #line 61 "..\..\..\..\Views\DLY\DLY12010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 6:
                this.RibbonF5 = ((System.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 7:

            #line 65 "..\..\..\..\Views\DLY\DLY12010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 8:
                this.RibbonF6 = ((System.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 9:

            #line 69 "..\..\..\..\Views\DLY\DLY12010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 10:

            #line 79 "..\..\..\..\Views\DLY\DLY12010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 11:

            #line 83 "..\..\..\..\Views\DLY\DLY12010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 12:

            #line 87 "..\..\..\..\Views\DLY\DLY12010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 13:
                this.RibbonF12 = ((System.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 14:
                this.Menu12 = ((System.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 91 "..\..\..\..\Views\DLY\DLY12010.xaml"
                this.Menu12.Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 15:

            #line 99 "..\..\..\..\Views\DLY\DLY12010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 16:

            #line 101 "..\..\..\..\Views\DLY\DLY12010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 17:

            #line 103 "..\..\..\..\Views\DLY\DLY12010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 18:

            #line 105 "..\..\..\..\Views\DLY\DLY12010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 19:
                this.FuncDisplay = ((System.Windows.Controls.Grid)(target));
                return;

            case 20:
                this.grdHeader = ((System.Windows.Controls.Grid)(target));
                return;

            case 21:
                this.FuncTitle = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 22:
                this.txt自社名 = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTwinTextBox)(target));
                return;

            case 23:
                this.cmb伝票要否 = ((KyoeiSystem.Framework.Windows.Controls.UcLabelComboBox)(target));
                return;

            case 24:
                this.gHeader = ((System.Windows.Controls.Grid)(target));
                return;

            case 25:
                this.PrevSlip = ((System.Windows.Controls.Button)(target));

            #line 204 "..\..\..\..\Views\DLY\DLY12010.xaml"
                this.PrevSlip.Click += new System.Windows.RoutedEventHandler(this.PagingButton_Click);

            #line default
            #line hidden
                return;

            case 26:
                this.NextSlip = ((System.Windows.Controls.Button)(target));

            #line 209 "..\..\..\..\Views\DLY\DLY12010.xaml"
                this.NextSlip.Click += new System.Windows.RoutedEventHandler(this.PagingButton_Click);

            #line default
            #line hidden
                return;

            case 27:
                this.txt伝票番号 = ((KyoeiSystem.Framework.Windows.Controls.UcTextBox)(target));

            #line 214 "..\..\..\..\Views\DLY\DLY12010.xaml"
                this.txt伝票番号.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.txt伝票番号_PreviewKeyDown);

            #line default
            #line hidden
                return;

            case 28:
                this.txt売上日 = ((KyoeiSystem.Framework.Windows.Controls.UcTextBox)(target));
                return;

            case 29:
                this.cmb売上区分 = ((KyoeiSystem.Framework.Windows.Controls.UcLabelComboBox)(target));
                return;

            case 30:
                this.txt得意先 = ((KyoeiSystem.Application.Windows.Views.M01_TOK_TextBox)(target));
                return;

            case 31:
                this.txt納品伝票番号 = ((KyoeiSystem.Framework.Windows.Controls.UcTextBox)(target));
                return;

            case 32:
                this.txt出荷日 = ((KyoeiSystem.Framework.Windows.Controls.UcTextBox)(target));
                return;

            case 33:
                this.txt受注番号 = ((KyoeiSystem.Framework.Windows.Controls.UcTextBox)(target));
                return;

            case 34:
                this.txt売上先販社 = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTwinTextBox)(target));
                return;

            case 35:
                this.txt出荷元 = ((KyoeiSystem.Application.Windows.Views.M01_TOK_TextBox)(target));
                return;

            case 36:
                this.txt出荷元名 = ((KyoeiSystem.Framework.Windows.Controls.UcTextBox)(target));
                return;

            case 37:
                this.txt在庫倉庫 = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTwinTextBox)(target));
                return;

            case 38:
                this.gcSpreadGrid = ((GrapeCity.Windows.SpreadGrid.GcSpreadGrid)(target));

            #line 360 "..\..\..\..\Views\DLY\DLY12010.xaml"
                this.gcSpreadGrid.CellEditEnded += new System.EventHandler <GrapeCity.Windows.SpreadGrid.SpreadCellEditEndedEventArgs>(this.gcSpredGrid_CellEditEnded);

            #line default
            #line hidden

            #line 360 "..\..\..\..\Views\DLY\DLY12010.xaml"
                this.gcSpreadGrid.EditElementShowing += new System.EventHandler <GrapeCity.Windows.SpreadGrid.EditElementShowingEventArgs>(this.gcSpredGrid_EditElementShowing);

            #line default
            #line hidden
                return;

            case 39:
                this.FooterArea = ((System.Windows.Controls.Grid)(target));
                return;

            case 40:
                this.txt備考 = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTwinTextBox)(target));
                return;

            case 41:
                this.lbl小計 = ((System.Windows.Controls.Label)(target));
                return;

            case 42:
                this.lbl消費税 = ((System.Windows.Controls.Label)(target));
                return;

            case 43:
                this.lbl総合計 = ((System.Windows.Controls.Label)(target));
                return;

            case 44:
                this.lbl通常税率対象金額 = ((System.Windows.Controls.Label)(target));
                return;

            case 45:
                this.lbl軽減税率対象金額 = ((System.Windows.Controls.Label)(target));
                return;

            case 46:
                this.lbl通常税率消費税 = ((System.Windows.Controls.Label)(target));
                return;

            case 47:
                this.lbl軽減税率消費税 = ((System.Windows.Controls.Label)(target));
                return;

            case 48:
                this.lbl税区分説明 = ((System.Windows.Controls.Label)(target));
                return;
            }
            this._contentLoaded = true;
        }
Пример #14
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 18 "..\..\..\..\Views\DLY\DLY03020.xaml"
                ((KyoeiSystem.Application.Windows.Views.DLY03020)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);

            #line default
            #line hidden

            #line 18 "..\..\..\..\Views\DLY\DLY03020.xaml"
                ((KyoeiSystem.Application.Windows.Views.DLY03020)(target)).Closed += new System.EventHandler(this.Window_Closed);

            #line default
            #line hidden
                return;

            case 2:

            #line 48 "..\..\..\..\Views\DLY\DLY03020.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 3:

            #line 52 "..\..\..\..\Views\DLY\DLY03020.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 4:

            #line 65 "..\..\..\..\Views\DLY\DLY03020.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 5:

            #line 75 "..\..\..\..\Views\DLY\DLY03020.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 6:

            #line 79 "..\..\..\..\Views\DLY\DLY03020.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 7:

            #line 83 "..\..\..\..\Views\DLY\DLY03020.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 8:

            #line 94 "..\..\..\..\Views\DLY\DLY03020.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 9:

            #line 96 "..\..\..\..\Views\DLY\DLY03020.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 10:

            #line 98 "..\..\..\..\Views\DLY\DLY03020.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 11:

            #line 100 "..\..\..\..\Views\DLY\DLY03020.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 12:
                this.FuncDisplay = ((System.Windows.Controls.Grid)(target));
                return;

            case 13:
                this.grdHeader = ((System.Windows.Controls.Grid)(target));
                return;

            case 14:
                this.FuncTitle = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 15:
                this.txt自社名 = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTwinTextBox)(target));
                return;

            case 16:
                this.cmb伝票要否 = ((KyoeiSystem.Framework.Windows.Controls.UcLabelComboBox)(target));
                return;

            case 17:
                this.gHeader = ((System.Windows.Controls.Grid)(target));
                return;

            case 18:
                this.txt返品伝票番号 = ((KyoeiSystem.Framework.Windows.Controls.UcTextBox)(target));

            #line 232 "..\..\..\..\Views\DLY\DLY03020.xaml"
                this.txt返品伝票番号.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.txt伝票番号_PreviewKeyDown);

            #line default
            #line hidden
                return;

            case 19:
                this.txt返品日 = ((KyoeiSystem.Framework.Windows.Controls.UcTextBox)(target));
                return;

            case 20:
                this.cmb売上区分 = ((KyoeiSystem.Framework.Windows.Controls.UcLabelComboBox)(target));
                return;

            case 21:
                this.txt伝票番号 = ((KyoeiSystem.Framework.Windows.Controls.UcTextBox)(target));

            #line 306 "..\..\..\..\Views\DLY\DLY03020.xaml"
                this.txt伝票番号.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.txt伝票番号_PreviewKeyDown);

            #line default
            #line hidden
                return;

            case 22:
                this.txt出荷日 = ((KyoeiSystem.Framework.Windows.Controls.UcTextBox)(target));
                return;

            case 23:
                this.txt仕入先 = ((KyoeiSystem.Application.Windows.Views.M01_TOK_TextBox)(target));
                return;

            case 24:
                this.txt得意先 = ((KyoeiSystem.Application.Windows.Views.M01_TOK_TextBox)(target));
                return;

            case 25:
                this.txt出荷先 = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTwinTextBox)(target));
                return;

            case 26:
                this.txt納品伝票番号 = ((KyoeiSystem.Framework.Windows.Controls.UcTextBox)(target));
                return;

            case 27:
                this.txt売上日 = ((KyoeiSystem.Framework.Windows.Controls.UcTextBox)(target));
                return;

            case 28:
                this.txt受注番号 = ((KyoeiSystem.Framework.Windows.Controls.UcTextBox)(target));
                return;

            case 29:
                this.txt出荷元 = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTwinTextBox)(target));
                return;

            case 30:
                this.txt在庫倉庫 = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTwinTextBox)(target));
                return;

            case 31:
                this.gcSpreadGrid = ((GrapeCity.Windows.SpreadGrid.GcSpreadGrid)(target));

            #line 445 "..\..\..\..\Views\DLY\DLY03020.xaml"
                this.gcSpreadGrid.CellEditEnded += new System.EventHandler <GrapeCity.Windows.SpreadGrid.SpreadCellEditEndedEventArgs>(this.gcSpredGrid_CellEditEnded);

            #line default
            #line hidden

            #line 445 "..\..\..\..\Views\DLY\DLY03020.xaml"
                this.gcSpreadGrid.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.gcSpredGrid_PreviewKeyDown);

            #line default
            #line hidden
                return;

            case 32:
                this.FooterArea = ((System.Windows.Controls.Grid)(target));
                return;

            case 33:
                this.txt備考 = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTwinTextBox)(target));
                return;

            case 34:
                this.lbl小計 = ((System.Windows.Controls.Label)(target));
                return;

            case 35:
                this.lbl消費税 = ((System.Windows.Controls.Label)(target));
                return;

            case 36:
                this.lbl総合計 = ((System.Windows.Controls.Label)(target));
                return;
            }
            this._contentLoaded = true;
        }
Пример #15
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 17 "..\..\..\..\Views\DLY\DLY01020.xaml"
                ((KyoeiSystem.Application.Windows.Views.DLY01020)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);

            #line default
            #line hidden

            #line 17 "..\..\..\..\Views\DLY\DLY01020.xaml"
                ((KyoeiSystem.Application.Windows.Views.DLY01020)(target)).Closed += new System.EventHandler(this.Window_Closed);

            #line default
            #line hidden
                return;

            case 2:

            #line 49 "..\..\..\..\Views\DLY\DLY01020.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 3:

            #line 55 "..\..\..\..\Views\DLY\DLY01020.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 4:

            #line 69 "..\..\..\..\Views\DLY\DLY01020.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 5:

            #line 79 "..\..\..\..\Views\DLY\DLY01020.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 6:

            #line 85 "..\..\..\..\Views\DLY\DLY01020.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 7:

            #line 90 "..\..\..\..\Views\DLY\DLY01020.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 8:

            #line 102 "..\..\..\..\Views\DLY\DLY01020.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 9:

            #line 105 "..\..\..\..\Views\DLY\DLY01020.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 10:

            #line 108 "..\..\..\..\Views\DLY\DLY01020.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 11:

            #line 111 "..\..\..\..\Views\DLY\DLY01020.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 12:
                this.FuncTitle = ((System.Windows.Controls.Label)(target));
                return;

            case 13:
                this.c会社名 = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTwinTextBox)(target));
                return;

            case 14:
                this.c仕入区分 = ((KyoeiSystem.Framework.Windows.Controls.UcLabelComboBox)(target));
                return;

            case 15:
                this.c返品伝票番号 = ((KyoeiSystem.Framework.Windows.Controls.UcTextBox)(target));

            #line 248 "..\..\..\..\Views\DLY\DLY01020.xaml"
                this.c返品伝票番号.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.c伝票番号_PreviewKeyDown);

            #line default
            #line hidden
                return;

            case 16:
                this.c返品日 = ((KyoeiSystem.Framework.Windows.Controls.UcTextBox)(target));
                return;

            case 17:
                this.c伝票番号 = ((KyoeiSystem.Framework.Windows.Controls.UcTextBox)(target));

            #line 315 "..\..\..\..\Views\DLY\DLY01020.xaml"
                this.c伝票番号.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.c伝票番号_PreviewKeyDown);

            #line default
            #line hidden
                return;

            case 18:
                this.c仕入日 = ((KyoeiSystem.Framework.Windows.Controls.UcTextBox)(target));
                return;

            case 19:
                this.c仕入先 = ((KyoeiSystem.Application.Windows.Views.M01_TOK_TextBox)(target));
                return;

            case 20:
                this.c入荷先 = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTwinTextBox)(target));
                return;

            case 21:
                this.c発注番号 = ((KyoeiSystem.Framework.Windows.Controls.UcTextBox)(target));
                return;

            case 22:
                this.gcSpreadGrid = ((GrapeCity.Windows.SpreadGrid.GcSpreadGrid)(target));

            #line 376 "..\..\..\..\Views\DLY\DLY01020.xaml"
                this.gcSpreadGrid.CellEditEnded += new System.EventHandler <GrapeCity.Windows.SpreadGrid.SpreadCellEditEndedEventArgs>(this.SearchGrid_CellEditEnded);

            #line default
            #line hidden
                return;

            case 23:
                this.FooterArea = ((System.Windows.Controls.Grid)(target));
                return;

            case 24:
                this.c備考 = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTwinTextBox)(target));
                return;

            case 25:
                this.c小計 = ((System.Windows.Controls.Label)(target));
                return;

            case 26:
                this.c消費税 = ((System.Windows.Controls.Label)(target));
                return;

            case 27:
                this.c総合計 = ((System.Windows.Controls.Label)(target));
                return;
            }
            this._contentLoaded = true;
        }
Пример #16
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 17 "..\..\..\..\Views\MST\MST01010.xaml"
                ((KyoeiSystem.Application.Windows.Views.MST01010)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);

            #line default
            #line hidden

            #line 17 "..\..\..\..\Views\MST\MST01010.xaml"
                ((KyoeiSystem.Application.Windows.Views.MST01010)(target)).Closed += new System.EventHandler(this.Window_Closed);

            #line default
            #line hidden
                return;

            case 2:

            #line 37 "..\..\..\..\Views\MST\MST01010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 3:

            #line 62 "..\..\..\..\Views\MST\MST01010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 4:

            #line 67 "..\..\..\..\Views\MST\MST01010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 5:

            #line 71 "..\..\..\..\Views\MST\MST01010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 6:

            #line 82 "..\..\..\..\Views\MST\MST01010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 7:

            #line 84 "..\..\..\..\Views\MST\MST01010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 8:

            #line 86 "..\..\..\..\Views\MST\MST01010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 9:

            #line 88 "..\..\..\..\Views\MST\MST01010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 10:

            #line 97 "..\..\..\..\Views\MST\MST01010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 11:

            #line 99 "..\..\..\..\Views\MST\MST01010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 12:

            #line 101 "..\..\..\..\Views\MST\MST01010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 13:

            #line 110 "..\..\..\..\Views\MST\MST01010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 14:

            #line 112 "..\..\..\..\Views\MST\MST01010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 15:

            #line 114 "..\..\..\..\Views\MST\MST01010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 16:

            #line 116 "..\..\..\..\Views\MST\MST01010.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 17:
                this.TORI_CODE = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));

            #line 173 "..\..\..\..\Views\MST\MST01010.xaml"
                this.TORI_CODE.GotFocus += new System.Windows.RoutedEventHandler(this.supCode_GotFocus);

            #line default
            #line hidden

            #line 173 "..\..\..\..\Views\MST\MST01010.xaml"
                this.TORI_CODE.LostFocus += new System.Windows.RoutedEventHandler(this.supCode_LostFocus);

            #line default
            #line hidden

            #line 173 "..\..\..\..\Views\MST\MST01010.xaml"
                this.TORI_CODE.PreviewMouseDown += new System.Windows.Input.MouseButtonEventHandler(this.supCode_PreviewMouseDown);

            #line default
            #line hidden
                return;

            case 18:
                this.TORI_EDA = ((KyoeiSystem.Framework.Windows.Controls.UcTextBox)(target));

            #line 181 "..\..\..\..\Views\MST\MST01010.xaml"
                this.TORI_EDA.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.TORI_EDA_PreviewKeyDown);

            #line default
            #line hidden
                return;

            case 19:
                this.grdLeft = ((System.Windows.Controls.Grid)(target));
                return;

            case 20:
                this.TORI_NM_1 = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 21:
                this.TORI_NM_2 = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 22:
                this.TORI_DEPT_NM = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 23:
                this.TORI_RNM = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 24:
                this.YUBIN_NO = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));

            #line 239 "..\..\..\..\Views\MST\MST01010.xaml"
                this.YUBIN_NO.SourceUpdated += new System.EventHandler <System.Windows.Data.DataTransferEventArgs>(this.YUBIN_NO_SourceUpdated);

            #line default
            #line hidden
                return;

            case 25:
                this.ADDRESS_1 = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 26:
                this.ADDRESS_2 = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 27:
                this.TEL = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 28:
                this.FAX = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 29:
                this.TORI_KNM = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 30:
                this.JIS_COMPANY = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTwinTextBox)(target));
                return;

            case 31:
                this.KAISYA_CD = ((KyoeiSystem.Application.Windows.Views.M01_TOK_TextBox)(target));
                return;

            case 32:
                this.SHUKEI_CD_1 = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 33:
                this.SHUKEI_CD_2 = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 34:
                this.SHUKEI_CD_3 = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 35:
                this.BIKO_1 = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTwinTextBox)(target));
                return;

            case 36:
                this.BIKO_2 = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTwinTextBox)(target));
                return;

            case 37:
                this.DEL_FLG = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 38:
                this.DEL_DT = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 39:
                this.DEL_STAFF = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTwinTextBox)(target));
                return;

            case 40:
                this.ADD_DT = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 41:
                this.ADD_STAFF = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTwinTextBox)(target));
                return;

            case 42:
                this.UPD_DT = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 43:
                this.UPD_STAFF = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTwinTextBox)(target));
                return;

            case 44:
                this.grdInPut2 = ((System.Windows.Controls.Grid)(target));
                return;

            case 45:
                this.M01_TORI_KBN = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextRadioButton)(target));

            #line 418 "..\..\..\..\Views\MST\MST01010.xaml"
                this.M01_TORI_KBN.TargetUpdated += new System.EventHandler <System.Windows.Data.DataTransferEventArgs>(this.TORI_KBN_TargetUpdated);

            #line default
            #line hidden
                return;

            case 46:
                this.T_YOSHIN = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 47:
                this.T_TAX_KBN = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextRadioButton)(target));
                return;

            case 48:
                this.T_TAX_TANI = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextRadioButton)(target));
                return;

            case 49:
                this.T_SHIME_DT = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 50:
                this.T_SHIHARAI = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 51:
                this.T_SHIHARAI_KBN = ((KyoeiSystem.Framework.Windows.Controls.UcLabelComboBox)(target));
                return;

            case 52:
                this.T_SITE1 = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 53:
                this.T_SITE2 = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 54:
                this.T_NYUKIN_DT1 = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 55:
                this.T_NYUKIN_DT2 = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 56:
                this.T_TANTO = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTwinTextBox)(target));
                return;

            case 57:
                this.S_TAX_KBN = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextRadioButton)(target));
                return;

            case 58:
                this.S_TAX_TANI = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextRadioButton)(target));
                return;

            case 59:
                this.S_SHIME_DT = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 60:
                this.S_SHIHARAI = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 61:
                this.S_SHIHARAI_KBN = ((KyoeiSystem.Framework.Windows.Controls.UcLabelComboBox)(target));
                return;

            case 62:
                this.S_SITE1 = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 63:
                this.S_SITE2 = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 64:
                this.S_NYUKIN_DT1 = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 65:
                this.S_NYUKIN_DT2 = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTextBox)(target));
                return;

            case 66:
                this.S_TANTO = ((KyoeiSystem.Framework.Windows.Controls.UcLabelTwinTextBox)(target));
                return;

            case 67:
                this.btnTokuShoBaikaSet = ((System.Windows.Controls.Button)(target));

            #line 740 "..\..\..\..\Views\MST\MST01010.xaml"
                this.btnTokuShoBaikaSet.Click += new System.Windows.RoutedEventHandler(this.btnTokuShoBaikaSet_Click);

            #line default
            #line hidden
                return;

            case 68:
                this.btnShiShoGenkaSet = ((System.Windows.Controls.Button)(target));

            #line 741 "..\..\..\..\Views\MST\MST01010.xaml"
                this.btnShiShoGenkaSet.Click += new System.Windows.RoutedEventHandler(this.btnShiShoGenkaSet_Click);

            #line default
            #line hidden
                return;

            case 69:
                this.btnGaiShoKakoSet = ((System.Windows.Controls.Button)(target));

            #line 742 "..\..\..\..\Views\MST\MST01010.xaml"
                this.btnGaiShoKakoSet.Click += new System.Windows.RoutedEventHandler(this.btnGaiShoKakoSet_Click);

            #line default
            #line hidden
                return;

            case 70:
                this.SAN_TORI1 = ((KyoeiSystem.Application.Windows.Views.M01_TOK_TextBox)(target));
                return;

            case 71:
                this.SAN_TORI2 = ((KyoeiSystem.Application.Windows.Views.M01_TOK_TextBox)(target));
                return;

            case 72:
                this.SAN_TORI3 = ((KyoeiSystem.Application.Windows.Views.M01_TOK_TextBox)(target));
                return;
            }
            this._contentLoaded = true;
        }