Exemplo n.º 1
0
 private void leaveCauseToolStripMenuItem_Click(object sender, EventArgs e)
 {
     if (this.leavecause_wind == null)
     {
         this.leavecause_wind           = new IstabWindow(this, Istab.TABTYP.ABSENT_CAUSE);
         this.leavecause_wind.MdiParent = this;
         this.leavecause_wind.Show();
     }
     else
     {
         this.leavecause_wind.Activate();
     }
 }
Exemplo n.º 2
0
 private void serviceCaseToolStripMenuItem_Click(object sender, EventArgs e)
 {
     if (this.servicecase_wind == null)
     {
         this.servicecase_wind           = new IstabWindow(this, Istab.TABTYP.SERVICE_CASE);
         this.servicecase_wind.MdiParent = this;
         this.servicecase_wind.Show();
     }
     else
     {
         this.servicecase_wind.Activate();
     }
 }
Exemplo n.º 3
0
 private void problemCodeToolStripMenuItem_Click(object sender, EventArgs e)
 {
     if (this.probcode_wind == null)
     {
         this.probcode_wind           = new IstabWindow(this, Istab.TABTYP.PROBLEM_CODE);
         this.probcode_wind.MdiParent = this;
         this.probcode_wind.Show();
     }
     else
     {
         this.probcode_wind.Activate();
     }
 }
Exemplo n.º 4
0
 private void businessTypeToolStripMenuItem_Click(object sender, EventArgs e)
 {
     if (this.busityp_wind == null)
     {
         this.busityp_wind           = new IstabWindow(this, Istab.TABTYP.BUSITYP);
         this.busityp_wind.MdiParent = this;
         this.busityp_wind.Show();
     }
     else
     {
         this.busityp_wind.Activate();
     }
 }
Exemplo n.º 5
0
 private void howToKnowToolStripMenuItem_Click(object sender, EventArgs e)
 {
     if (this.howknown_wind == null)
     {
         this.howknown_wind           = new IstabWindow(this, Istab.TABTYP.HOWKNOWN);
         this.howknown_wind.MdiParent = this;
         this.howknown_wind.Show();
     }
     else
     {
         this.howknown_wind.Activate();
     }
 }
Exemplo n.º 6
0
 private void versionExtensionToolStripMenuItem_Click(object sender, EventArgs e)
 {
     if (this.verext_wind == null)
     {
         this.verext_wind           = new IstabWindow(this, Istab.TABTYP.VEREXT);
         this.verext_wind.MdiParent = this;
         this.verext_wind.Show();
     }
     else
     {
         this.verext_wind.Activate();
     }
 }
Exemplo n.º 7
0
 private void salesAreaToolStripMenuItem_Click(object sender, EventArgs e)
 {
     if (this.area_wind == null)
     {
         this.area_wind           = new IstabWindow(this, Istab.TABTYP.AREA);
         this.area_wind.MdiParent = this;
         this.area_wind.Show();
     }
     else
     {
         this.area_wind.Activate();
     }
 }