개정판 775da42e
dev issue #000 : fix
Change-Id: Ieb46e9deed876b5f8410a9490605b4b3d31b175c
DTI_PID/POSCO_Report/MainForm.Designer.cs | ||
---|---|---|
391 | 391 |
this.layoutControlItem1.Location = new System.Drawing.Point(0, 24); |
392 | 392 |
this.layoutControlItem1.Name = "layoutControlItem1"; |
393 | 393 |
this.layoutControlItem1.Size = new System.Drawing.Size(240, 24); |
394 |
this.layoutControlItem1.Text = "Attribute"; |
|
394 |
this.layoutControlItem1.Text = "Item Attribute";
|
|
395 | 395 |
this.layoutControlItem1.TextSize = new System.Drawing.Size(86, 14); |
396 | 396 |
// |
397 | 397 |
// layoutControlItem3 |
DTI_PID/POSCO_Report/TemplateForm.cs | ||
---|---|---|
93 | 93 |
treeListCase.OptionsBehavior.Editable = false; |
94 | 94 |
TreeListColumn col = treeListCase.Columns.Add(); |
95 | 95 |
col.Name = "UID"; col.Caption = "UID"; |
96 |
col.VisibleIndex = 1; |
|
97 | 96 |
col = treeListCase.Columns.Add(); |
98 | 97 |
col.Name = "Name"; col.Caption = "Name"; |
99 | 98 |
col.VisibleIndex = 0; |
내보내기 Unified diff