개정판 a2b84fbc
issue #000: change using
Change-Id: I11df523397380d6174543d0a3c6ed7fe8d9d9613
DTI_PID/POSCO_Report/TemplateForm.cs | ||
---|---|---|
14 | 14 |
using DevExpress.XtraEditors.Repository; |
15 | 15 |
using DevExpress.XtraTreeList.Columns; |
16 | 16 |
using DevExpress.XtraTreeList.Nodes; |
17 |
using DevExpress.XtraEditors.Controls; |
|
17 | 18 |
using System.IO; |
18 | 19 |
|
19 | 20 |
namespace POSCO_Report |
... | ... | |
34 | 35 |
gridViewCustomAttrBefore.KeyDown += new System.Windows.Forms.KeyEventHandler(gridView_KeyDown); |
35 | 36 |
listBoxControlGroup.SelectedIndexChanged += new System.EventHandler(listBoxControlGroup_SelectedIndexChanged); |
36 | 37 |
|
37 |
this.buttonEditAddGroup.Properties.Buttons[0].Kind = DevExpress.XtraEditors.Controls.ButtonPredefines.Plus;
|
|
38 |
this.buttonEditAddGroup.Properties.Buttons[0].Kind = ButtonPredefines.Plus; |
|
38 | 39 |
|
39 |
GetGroupData();
|
|
40 |
GetGroupData();
|
|
40 | 41 |
} |
41 | 42 |
|
42 | 43 |
private void InitData() |
내보내기 Unified diff