프로젝트

일반

사용자정보

개정판 d5ec4d0f

IDd5ec4d0f44bdee89542a83bea3db43acf59f4d06
상위 224f5e6e
하위 391db12b, 128dbac3, cf924377

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

dev issue #000 : progressBar 수정

Change-Id: I50700defa5b75f72b0b5971e50a70632e66ddff5

차이점 보기:

DTI_PID/SPPIDConverter/Form/SPPIDSplashScreen.cs
34 34
            else if (command == SplashScreenCommand.SetStep)
35 35
            {
36 36
                string stepText = (string)arg;
37
                labelStep.Text = stepText;
37
                labelStep.Text = "Step : " + stepText;
38 38
            }
39 39
            else if (command == SplashScreenCommand.SetAllStep)
40 40
            {
......
42 42
                progressBarControl.Properties.Maximum = pos;
43 43
                progressBarControl.Position = 0;
44 44
            }
45
            else if (command == SplashScreenCommand.SetDocumentName)
46
            {
47
                string text = (string)arg;
48
                labelDocument.Text = text;
49
            }
45 50
            else if (command == SplashScreenCommand.SetParent)
46 51
                SetParent(Handle, (IntPtr)arg);
47 52
            else if (command == SplashScreenCommand.ClearParent)

내보내기 Unified diff

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