프로젝트

일반

사용자정보

개정판 5173ba5d

ID5173ba5d08626fbf5f36c60d7903e7215dc1087a
상위 026f394f
하위 1805d3b7, b2aa4cee

gaqhf 이(가) 5년 이상 전에 추가함

dev issue #000 : remodeling line 수정 / Clear Attribute 수정

Change-Id: Ia3a3a64e5ba0dd9ebbef7e5b994cd1a0cc618ccc

차이점 보기:

DTI_PID/SPPIDConverter/Form/SPPIDSplashScreen.cs
37 37
                if (progressBarControl.Properties.Maximum >= pos)
38 38
                    progressBarControl.Position = pos;
39 39
            }
40
            else if (command == SplashScreenCommand.UpProgress)
41
            {
42
                if (progressBarControl.Properties.Maximum > progressBarControl.Position)
43
                    progressBarControl.Position += 1;
44
            }
40 45
            else if (command == SplashScreenCommand.SetStep)
41 46
            {
42 47
                string stepText = (string)arg;
......
82 87
        public enum SplashScreenCommand
83 88
        {
84 89
            SetProgress,
90
            UpProgress,
85 91
            SetAllProgress,
86 92
            SetStep,
87 93
            SetDocumentName,

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)