개정판 d5ec4d0f
dev issue #000 : progressBar 수정
Change-Id: I50700defa5b75f72b0b5971e50a70632e66ddff5
DTI_PID/SPPIDConverter/AutoModeling.cs | ||
---|---|---|
34 | 34 |
SPPID_Document document; |
35 | 35 |
ETCSetting _ETCSetting; |
36 | 36 |
|
37 |
public string DocumentLabelText { get; set; } |
|
38 |
|
|
37 | 39 |
int EquipCount; |
38 | 40 |
int SymbolCount; |
39 | 41 |
int LineCount; |
... | ... | |
118 | 120 |
SplashScreenManager.ShowForm(typeof(SPPIDSplashScreen), true, true); |
119 | 121 |
SplashScreenManager.Default.SendCommand(SPPIDSplashScreen.SplashScreenCommand.SetParent, (IntPtr)radApp.HWnd); |
120 | 122 |
SplashScreenManager.Default.SendCommand(SPPIDSplashScreen.SplashScreenCommand.SetAllStep, AllCount); |
123 |
SplashScreenManager.Default.SendCommand(SPPIDSplashScreen.SplashScreenCommand.SetDocumentName, DocumentLabelText); |
|
121 | 124 |
|
122 | 125 |
// Equipment Modeling |
123 | 126 |
SplashScreenManager.Default.SendCommand(SPPIDSplashScreen.SplashScreenCommand.SetStep, "Equipments Modeling"); |
내보내기 Unified diff