개정판 5173ba5d
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