개정판 1491e470
issue #0000
markupLink 정렬 되도록 수정
Change-Id: Ie5ffe75431377672aa7bb21669e89f696cf5e120
ID2.Manager/ID2.Manager.Data/Models/Documents.cs | ||
---|---|---|
262 | 262 |
|
263 | 263 |
public List<MarkupText> Markups { get; set; } |
264 | 264 |
|
265 |
public bool IsMarkup |
|
266 |
{ |
|
267 |
get |
|
268 |
{ |
|
269 |
return Markups?.Count > 0; |
|
270 |
} |
|
271 |
} |
|
272 |
|
|
265 | 273 |
public List<AttFileInfo> AttFiles { get; set; } |
266 | 274 |
|
267 | 275 |
public int ConvertStatus { get; set; } |
ID2.Manager/ID2.Manager/Main.Designer.cs | ||
---|---|---|
1064 | 1064 |
gridViewCommandColumn2.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; |
1065 | 1065 |
gridViewCommandColumn2.Width = 35; |
1066 | 1066 |
gridViewCommandColumn3.EnableExpressionEditor = false; |
1067 |
gridViewCommandColumn3.FieldName = "IsMarkup"; |
|
1067 | 1068 |
gridViewCommandColumn3.HeaderText = "Markus"; |
1068 | 1069 |
gridViewCommandColumn3.ImageLayout = System.Windows.Forms.ImageLayout.Center; |
1069 | 1070 |
gridViewCommandColumn3.Name = "MarkupLink"; |
ID2.Manager/ID2.Manager/Main.cs | ||
---|---|---|
1991 | 1991 |
this.GetCommandColBtnElement(e.CellElement.Children[0], e.CellElement.ColumnInfo.Name, false); |
1992 | 1992 |
break; |
1993 | 1993 |
case "MarkupLink": |
1994 |
this.GetCommandColBtnElement(e.CellElement.Children[0], e.CellElement.ColumnInfo.Name, result.Markups == null ? false : true);
|
|
1994 |
this.GetCommandColBtnElement(e.CellElement.Children[0], e.CellElement.ColumnInfo.Name, result.IsMarkup);
|
|
1995 | 1995 |
break; |
1996 | 1996 |
case "ToCapture": |
1997 | 1997 |
if (result.ToCapture > 0) |
내보내기 Unified diff