Example #1
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;
        }
Example #2
0
        /// <summary>
        /// F5 リボン 請求書
        /// </summary>
        /// <param name="sender"></param>
        /// <param name="e"></param>
        public override void OnF5Key(object sender, KeyEventArgs e)
        {
            TKS01020 tksForm = new TKS01020();

            tksForm.ShowDialog(this);
        }