|
@@ -96,7 +96,7 @@ void CDlgService::InitCtrl()
|
|
|
m_listDevices.InsertColumn(1, "类型");
|
|
|
m_listDevices.SetColumnWidth(1, 55);
|
|
|
m_listDevices.InsertColumn(2, "名称");
|
|
|
- m_listDevices.SetColumnWidth(2, 140);
|
|
|
+ m_listDevices.SetColumnWidth(2, 120);
|
|
|
m_listDevices.InsertColumn(3, "状态");
|
|
|
m_listDevices.SetColumnWidth(3, 55);
|
|
|
m_listDevices.SetExtendedStyle(m_listDevices.GetExtendedStyle() | LVS_EX_GRIDLINES | LVS_EX_FULLROWSELECT);
|