mrDarker
2025-04-01 42fc5f4f82dca4c50a4250c2b3e48c1aeda3c943
SourceCode/Bond/Servo/ServoDlg.cpp
@@ -224,12 +224,12 @@
   SetMenu(&menu);
   // Tab
   m_pPageGraph1 = new CPageGraph1();
   m_pPageGraph1->Create(IDD_PAGE_GRAPH1, this);
   m_pPageGraph2 = new CPageGraph2();
   m_pPageGraph2->Create(IDD_PAGE_GRAPH2, this);
   CHmTab* m_pTab = CHmTab::Hook(GetDlgItem(IDC_TAB1)->m_hWnd);
   m_pTab->SetPaddingLeft(20);
@@ -248,7 +248,6 @@
   m_pPanelEquipment->Create(IDD_PANEL_EQUIPMENT, this);
   m_pPanelAttributes = new CPanelAttributes();
   m_pPanelAttributes->Create(IDD_PANEL_ATTRIBUTES, this);
   // 调整初始窗口位置
@@ -275,6 +274,10 @@
   theApp.m_model.m_master.init();
   // 初始化master以后需要控件绑定数据
   m_pPageGraph1->BindEquipmentToGraph();
   return TRUE;  // 除非将焦点设置到控件,否则返回 TRUE
}