プロジェクト

全般

プロフィール

リビジョン 418

堀内6年以上前に追加

システム管理マスタメンテ:フォームイベントが全てクリアされていたので再設定

差分を表示:

trunk/src/ProcessManagement/ProcessManagement/Forms/Master/System/FrmSystem.cs
572 572
        {
573 573
            TextBox inp = (TextBox)sender;
574 574
            double wrk = 0;
575
            if (CommonMotions.chkNumeric(inp.Text.ToString(), ref wrk))
576
            {
577
                inp.Text = string.Format("{0:f2}", CommonMotions.cnvDouble(inp.Text.Replace(",", "")));
578
            }
575
            if (!CommonMotions.chkNumeric(inp.Text.ToString(), ref wrk)) return;
576

  
577
            inp.Text = string.Format("{0:f2}", CommonMotions.cnvDouble(inp.Text.Replace(",", "")));
579 578
        }
580 579
        #endregion
581 580

  
......
637 636
        }
638 637
        #endregion
639 638

  
640
        #region 営業期首日入力
639
        #region 日付入力後編集
641 640
        /// <summary>
642
        /// 営業期首日入力
641
        /// 日付入力後編集
643 642
        /// </summary>
644 643
        /// <param name="sender"></param>
645 644
        /// <param name="e"></param>
trunk/src/ProcessManagement/ProcessManagement/Forms/Master/System/FrmSystem.designer.cs
431 431
            this.txtInput21.Size = new System.Drawing.Size(91, 26);
432 432
            this.txtInput21.TabIndex = 43;
433 433
            this.txtInput21.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
434
            this.txtInput21.Validated += new System.EventHandler(this.txtInput21_Validated);
434 435
            // 
435 436
            // label11
436 437
            // 
......
455 456
            this.txtInput22.Size = new System.Drawing.Size(91, 26);
456 457
            this.txtInput22.TabIndex = 46;
457 458
            this.txtInput22.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
459
            this.txtInput22.Validated += new System.EventHandler(this.txtInput21_Validated);
458 460
            // 
459 461
            // label12
460 462
            // 
......
536 538
            this.txtInput27.Size = new System.Drawing.Size(91, 26);
537 539
            this.txtInput27.TabIndex = 44;
538 540
            this.txtInput27.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
541
            this.txtInput27.Validated += new System.EventHandler(this.txtInput21_Validated);
539 542
            // 
540 543
            // txtInput28
541 544
            // 
......
547 550
            this.txtInput28.Size = new System.Drawing.Size(91, 26);
548 551
            this.txtInput28.TabIndex = 47;
549 552
            this.txtInput28.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
553
            this.txtInput28.Validated += new System.EventHandler(this.txtInput21_Validated);
550 554
            // 
551 555
            // btnHistory
552 556
            // 
......
601 605
            this.btnFilePath.TabStop = false;
602 606
            this.btnFilePath.Text = "保存場所参照";
603 607
            this.btnFilePath.UseVisualStyleBackColor = false;
608
            this.btnFilePath.Click += new System.EventHandler(this.btnFilePath_Click);
604 609
            // 
605 610
            // txtInput14
606 611
            // 
......
706 711
            this.txtInput13.Size = new System.Drawing.Size(64, 27);
707 712
            this.txtInput13.TabIndex = 41;
708 713
            this.txtInput13.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
714
            this.txtInput13.Validated += new System.EventHandler(this.txtInputPercent_Validated);
709 715
            // 
710 716
            // label13
711 717
            // 
......
731 737
            this.txtCoopRate.Size = new System.Drawing.Size(64, 27);
732 738
            this.txtCoopRate.TabIndex = 43;
733 739
            this.txtCoopRate.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
740
            this.txtCoopRate.Validated += new System.EventHandler(this.txtInputPercent_Validated);
734 741
            // 
735 742
            // label16
736 743
            // 
......
755 762
            this.txtInput23.Size = new System.Drawing.Size(64, 27);
756 763
            this.txtInput23.TabIndex = 42;
757 764
            this.txtInput23.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
765
            this.txtInput23.Validated += new System.EventHandler(this.txtInputPercent_Validated);
758 766
            // 
759 767
            // label28
760 768
            // 
......
966 974
            this.txtInput5.Name = "txtInput5";
967 975
            this.txtInput5.Size = new System.Drawing.Size(84, 27);
968 976
            this.txtInput5.TabIndex = 53;
977
            this.txtInput5.Validated += new System.EventHandler(this.txtZipNo_Validated);
969 978
            // 
970 979
            // btnSerchZip
971 980
            // 
......
979 988
            this.btnSerchZip.TabStop = false;
980 989
            this.btnSerchZip.Text = "住所検索";
981 990
            this.btnSerchZip.UseVisualStyleBackColor = false;
991
            this.btnSerchZip.Click += new System.EventHandler(this.btnSerchZip_Click);
982 992
            // 
983 993
            // label6
984 994
            // 

他の形式にエクスポート: Unified diff