Esempio n. 1
0
        public void ListView()
        {
            JToolbarNode NewDocument = new JToolbarNode();

            NewDocument.Click = JAStaticAction._NewDocumentClick();
            NewDocument.Name  = "test";
            Nodes.AddToolbar(NewDocument);
        }
Esempio n. 2
0
        public void ListView()
        {
            JSystem.Nodes.DataTable  = GetDataTable(0);
            JSystem.Nodes.ObjectBase = new JAction("Vacation", "BusManagment.WorkOrder.JAUTVacation.GetNode");
            JAction      ActInsertAutombile = new JAction("Insert", "BusManagment.WorkOrder.JVacationForm.ShowDialog");
            JToolbarNode InsertAutombile    = new JToolbarNode();

            InsertAutombile.Click = ActInsertAutombile;
            InsertAutombile.Icon  = JImageIndex.Add;
            JSystem.Nodes.AddToolbar(InsertAutombile);
        }
Esempio n. 3
0
        public void ListView()
        {
            JSystem.Nodes.DataTable  = GetDataTable(null, 0);
            JSystem.Nodes.ObjectBase = new JAction("Bus", "BusManagment.Documents.JAUTPayment.GetNode");
            JAction      actInsert  = new JAction("Insert", "BusManagment.Documents.JPaymentForm.ShowDialog");
            JToolbarNode nodeInsert = new JToolbarNode();

            nodeInsert.Click = actInsert;
            nodeInsert.Icon  = JImageIndex.Add;
            JSystem.Nodes.AddToolbar(nodeInsert);
        }
Esempio n. 4
0
        public void ListView()
        {
            JSystem.Nodes.DataTable  = GetDataTable(null, 0);
            JSystem.Nodes.ObjectBase = new JAction("Bus", "BusManagment.Documents.JAUTDocument.GetNode");
            JAction      ActInsertAutombile = new JAction("Insert", "BusManagment.Documents.JDocumentForm.ShowDialog");
            JToolbarNode InsertAutombile    = new JToolbarNode();

            InsertAutombile.Click = ActInsertAutombile;
            InsertAutombile.Icon  = JImageIndex.Add;
            JSystem.Nodes.AddToolbar(InsertAutombile);
        }
Esempio n. 5
0
        public void ListView()
        {
            Nodes.ObjectBase = new JAction("Weights", "Bascol.JWeight.GetNode");
            Nodes.DataTable  = GetDataTable();
            JAction newAction = new JAction("New...", "Bascol.JWeight.ShowDialog", new object[] { 0 }, null);

            Nodes.GlobalMenuActions.Insert(newAction);
            JToolbarNode JTN = new JToolbarNode();

            JTN.Click = newAction;
            JTN.Icon  = JImageIndex.Add;
            Nodes.AddToolbar(JTN);
        }
Esempio n. 6
0
        public void ListView()
        {
            JSystem.Nodes.DataTable  = GetDataTable(0);
            JSystem.Nodes.ObjectBase = new JAction("UserDynamicDashboard", "BusManagment.UserDynamicDashboard.JUserDynamicDashboard.GetNode");
            JAction ActInsertAutombile = new JAction("Insert", "BusManagment.UserDynamicDashboard.JUserDynamicDashboardForm.ShowDialog");

            JToolbarNode InsertAutombile = new JToolbarNode();

            InsertAutombile.Click = ActInsertAutombile;
            InsertAutombile.Icon  = JImageIndex.Add;

            JSystem.Nodes.AddToolbar(InsertAutombile);
        }
Esempio n. 7
0
        //ooo
        public void ListView()
        {
            JSystem.Nodes.DataTable  = GetDataTable();
            JSystem.Nodes.ObjectBase = new JAction("DriverLog", "Driver.JDriverLog.GetNode");
            JAction ActInsertAutombile = new JAction("Insert", "BusManagment.Driver.DriverLogForm.ShowDialog");

            JToolbarNode InsertAutombile = new JToolbarNode();

            InsertAutombile.Click = ActInsertAutombile;
            InsertAutombile.Icon  = JImageIndex.Add;

            JSystem.Nodes.AddToolbar(InsertAutombile);
        }
Esempio n. 8
0
File: Path.cs Progetto: CoolWirya/BS
        public void ListView()
        {
            JSystem.Nodes.DataTable  = GetDataTable();
            JSystem.Nodes.ObjectBase = new JAction("Path", "BusManagment.Line.JLineNodePathse.GetNode");

            JAction ActInsertAutombile = new JAction("Insert", "BusManagment.Line.PathForm.ShowDialog");

            JToolbarNode InsertAutombile = new JToolbarNode();

            InsertAutombile.Click = ActInsertAutombile;
            InsertAutombile.Icon  = JImageIndex.Add;

            JSystem.Nodes.AddToolbar(InsertAutombile);
        }
Esempio n. 9
0
        public void ListView()
        {
            JSystem.Nodes.DataTable  = GetDataTable();
            JSystem.Nodes.ObjectBase = new JAction("Personel", "BusManagment.Personel.JPersonel.GetNode");
            JAction ActInsertAutombile = new JAction("Insert", "BusManagment.Personel.JPersonelForm.ShowDialog");
            JAction NewItem            = new JAction("New...", "BusManagment.Personel.JPersonelForm.ShowDialog", null, new object[] { });

            JToolbarNode InsertAutombile = new JToolbarNode();

            InsertAutombile.Click = NewItem;
            InsertAutombile.Icon  = JImageIndex.Add;

            JSystem.Nodes.AddToolbar(InsertAutombile);
        }
Esempio n. 10
0
        public void ListView()
        {
            JSystem.Nodes.DataTable  = GetDataTable();
            JSystem.Nodes.ObjectBase = new JAction("Autombile", "AUTOMOBILE.AutomobileDefine.JAutomobileDefine.GetNode");

            JAction ActInsertAutombile = new JAction("Insert", "AUTOMOBILE.AutomobileDefine.JAutomobileForm.ShowDialog");

            JToolbarNode InsertAutombile = new JToolbarNode();

            InsertAutombile.Click = ActInsertAutombile;
            InsertAutombile.Icon  = JImageIndex.Add;

            JSystem.Nodes.AddToolbar(InsertAutombile);
        }