This commit is contained in:
parent
a3faac3eff
commit
c78ea004e1
5 changed files with 49 additions and 44 deletions
|
@ -66,6 +66,8 @@ int CMainFrame::OnCreate(LPCREATESTRUCT lpCreateStruct)
|
|||
m_wndParamBar.EnableDocking( CBRS_ALIGN_ANY);
|
||||
m_wndParamBar.SetWindowText("Param");
|
||||
DockControlBar(&m_wndParamBar);
|
||||
|
||||
// Test1.Create(IDD_TEST1,NULL);
|
||||
m_wndParamBar.AddDialog(LayerList,IDD_LAYER_LIST_DIALOG,TRUE);
|
||||
m_wndParamBar.AddDialog(Test1,IDD_TEST1,TRUE);
|
||||
m_wndParamBar.AddDialog(Test2,IDD_TEST2,TRUE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue