示例#1
0
 private void LocalMenus_Click(object sender, Ventura.Controls.MenuItem args)
 {
     Navigator.AddTab("Local menus", "Local menus Page", new LocalmenusPage(), "LOCALMENUS");
 }
示例#2
0
 private void InstantScreenUpdate_Click(object sender, Ventura.Controls.MenuItem args)
 {
     Navigator.AddTab("Screen update", "Instant screen update Page", new InstantScreenUpdatePage(), "SCREEN_UPDATE");
 }
示例#3
0
 private void Headers_Click(object sender, Ventura.Controls.MenuItem args)
 {
     Navigator.AddTab("Headers", "Headers Page", new HeadersPage(), "HEADERS");
 }
示例#4
0
 private void DistinctColors_Click(object sender, Ventura.Controls.MenuItem args)
 {
     Navigator.AddTab("Distinct colors", "Distinct colors", new ColorPage(), "DISTINCT_COLORS");
 }
示例#5
0
 private void InputControls_Click(object sender, Ventura.Controls.MenuItem args)
 {
     Navigator.AddTab("Input Controls", "Input Controls Page", new InputControlsPage(), "INPUTCONTROLS");
 }
示例#6
0
 private void Buttons_Click(object sender, Ventura.Controls.MenuItem args)
 {
     Navigator.AddTab("Button Controls", "Button Controls Page", new ButtonsPage(), "BUTTONCONTROLS");
 }
示例#7
0
 private void one_click(object sender, Ventura.Controls.MenuItem args)
 {
     Navigator.AddTab("Start Page", "Start Page", new StartPage(), "STARTPAGE");
 }
示例#8
0
 private void OrderStatus_Click(object sender, Ventura.Controls.MenuItem args)
 {
     Navigator.AddTab("Order Status", "Order Status", new OrderStatusListPage(), "ORDERSTATUS");
 }
示例#9
0
 private void Orders_Click(object sender, Ventura.Controls.MenuItem args)
 {
     Navigator.AddTab("Orders", "Orders", new OrdersListPage(null), "ORDERS");
 }
示例#10
0
 private void Products_Click(object sender, Ventura.Controls.MenuItem args)
 {
     Navigator.AddTab("Products", "Products", new ProductsListPage(null), "PRODUCTS");
 }
示例#11
0
 private void Customers_Click(object sender, Ventura.Controls.MenuItem args)
 {
     Navigator.AddTab("Customers", "Customers", new CustomersListPage(null), "CUSTOMERS");
 }