개정판 84605c0c
호셩 컴파일 옴션 추가
-btnConsolidateFinalPDF.Visibility = System.Windows.Visibility.Collapsed
Change-Id: I13e6a9ab634f41f3e3f6cfb38ae356a57a6fe3d1
KCOM/Views/MainMenu.xaml.cs | ||
---|---|---|
872 | 872 |
} |
873 | 873 |
} |
874 | 874 |
|
875 |
System.Diagnostics.Debug.WriteLine("MarkupLoad - MarkupParser 2 " + new TimeSpan(stopwatch.ElapsedTicks).ToString()); |
|
876 |
|
|
877 | 875 |
SetCommentPages(); |
878 |
|
|
879 |
System.Diagnostics.Debug.WriteLine("MarkupLoad - SetCommentPages " + new TimeSpan(stopwatch.ElapsedTicks).ToString()); |
|
880 | 876 |
} |
881 | 877 |
|
882 | 878 |
public void SetCommentPages() |
... | ... | |
4332 | 4328 |
private void btnConsolidateFinalPDF_Loaded(object sender, RoutedEventArgs e) |
4333 | 4329 |
{ |
4334 | 4330 |
btnConsolidateFinalPDF = (sender as RadRibbonButton); |
4335 |
|
|
4331 |
#if Hyosung |
|
4332 |
btnConsolidateFinalPDF.Visibility = System.Windows.Visibility.Collapsed; |
|
4333 |
#else |
|
4336 | 4334 |
if (App.ViewInfo != null) |
4337 | 4335 |
{ |
4338 | 4336 |
if (!App.ViewInfo.NewCommentPermission || !App.ViewInfo.CreateFinalPDFPermission) |
... | ... | |
4340 | 4338 |
btnConsolidateFinalPDF.Visibility = System.Windows.Visibility.Collapsed; |
4341 | 4339 |
} |
4342 | 4340 |
} |
4341 |
#endif |
|
4343 | 4342 |
} |
4344 | 4343 |
|
4345 | 4344 |
private void SyncCompare_Click(object sender, RoutedEventArgs e) |
... | ... | |
5178 | 5177 |
RadWindow.Alert(parameters); |
5179 | 5178 |
} |
5180 | 5179 |
|
5181 |
#region 캡쳐 기능
|
|
5180 |
#region 캡쳐 기능 |
|
5182 | 5181 |
|
5183 | 5182 |
public BitmapSource CutAreaToImage(int x, int y, int width, int height) |
5184 | 5183 |
{ |
... | ... | |
5372 | 5371 |
Save_Capture(source, (int)x, (int)y, (int)width, (int)height); |
5373 | 5372 |
} |
5374 | 5373 |
} |
5375 |
#endregion
|
|
5374 |
#endregion |
|
5376 | 5375 |
|
5377 | 5376 |
public Multi_Undo_data Control_Style(CommentUserInfo control) |
5378 | 5377 |
{ |
내보내기 Unified diff