examples/DS401_Slave_Gui/main.cpp
changeset 615 1eec2f9a7f5f
parent 407 384c3cd7afa2
child 641 404a51700f40
equal deleted inserted replaced
614:9b1fe0532d0d 615:1eec2f9a7f5f
   275     menuBar = new wxMenuBar ();
   275     menuBar = new wxMenuBar ();
   276   menuBar->Append (fileMenu, _T ("&File"));
   276   menuBar->Append (fileMenu, _T ("&File"));
   277   menuBar->Append (helpMenu, _T ("&Help"));
   277   menuBar->Append (helpMenu, _T ("&Help"));
   278   SetMenuBar (menuBar);
   278   SetMenuBar (menuBar);
   279   CreateStatusBar (2);
   279   CreateStatusBar (2);
   280   SetStatusText (_T ("Lolitech."), 0);
   280   SetStatusText (_T ("DS-401 GUI."), 0);
   281   SetStatusText (_T ("Welcome."), 1);
   281   SetStatusText (_T ("Welcome."), 1);
   282 
   282 
   283   book = new wxNotebook (this, BOOKCTRL);
   283   book = new wxNotebook (this, BOOKCTRL);
   284 
   284 
   285   panel = new wxPanel (book);
   285   panel = new wxPanel (book);