개정판 6f33048f
issue #00000 markus connection string 수정
Change-Id: Idf317fc4ac86edd0f51bad6d37ee6a45ca41686e
ID2.Manager/ID2.Manager/App.config | ||
---|---|---|
13 | 13 |
</startup> |
14 | 14 |
<connectionStrings> |
15 | 15 |
<add name="ID2Manager" providerName="System.Data.SqlClient" connectionString="data source=192.168.0.67;initial catalog=ID2Manager;persist security info=True;user id=sa;password=dof1073#;multipleactiveresultsets=True" /> |
16 |
<add name="Markus" providerName="System.Data.SqlClient" connectionString="data source=192.168.0.67;initial catalog=Markus_SECtest;persist security info=True;user id=doftech;password=dof1073#;multipleactiveresultsets=True" />
|
|
16 |
<add name="Markus" providerName="System.Data.SqlClient" connectionString="data source=192.168.0.67;initial catalog=Markus_SEC;persist security info=True;user id=doftech;password=dof1073#;multipleactiveresultsets=True" /> |
|
17 | 17 |
<add name="ID2Project" providerName="System.Data.SqlClient" connectionString="data source={0};initial catalog={1};persist security info=True;user id={2};password={3};multipleactiveresultsets=True" /> |
18 | 18 |
</connectionStrings> |
19 | 19 |
<appSettings> |
ID2.Manager/ID2.Manager/Main.cs | ||
---|---|---|
386 | 386 |
e.RowInfo = new SearchRow(e.ViewInfo); |
387 | 387 |
} |
388 | 388 |
|
389 |
System.Diagnostics.Debug.WriteLine(e.RowInfo.GetType().Name); |
|
389 |
//System.Diagnostics.Debug.WriteLine(e.RowInfo.GetType().Name);
|
|
390 | 390 |
} |
391 | 391 |
|
392 | 392 |
private void TableSearchRow_SearchProgressChanged(object sender, SearchProgressChangedEventArgs e) |
... | ... | |
1342 | 1342 |
{ |
1343 | 1343 |
if (e.CellElement is GridDetailViewCellElement detailViewCellElement) |
1344 | 1344 |
{ |
1345 |
detailViewCellElement.Padding = new Padding(2); |
|
1345 |
detailViewCellElement.Padding = new Padding(10,2,2,2);
|
|
1346 | 1346 |
} |
1347 | 1347 |
} |
1348 | 1348 |
//else if (e.Row is GridViewSummaryRowInfo) |
내보내기 Unified diff