개정판 d5ec4d0f
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