41 lines
1.4 KiB
C#
41 lines
1.4 KiB
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Management;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
using System.Windows.Forms;
|
|
|
|
namespace Mip
|
|
{
|
|
class classUser
|
|
{
|
|
public static int ID;
|
|
public static string Titul;
|
|
public static string Meno;
|
|
public static string Priezvisko;
|
|
public static string Zaradenie;
|
|
public static int Tab;
|
|
public static string MariaDBServerIPAddress;
|
|
|
|
public static Int32 IndexZmatkovitost;
|
|
public static Int32 IndexExpedicia;
|
|
public static Int32 IndexDopyt;
|
|
public static Int32 IndexVyrobok;
|
|
public static Int32 IndexVydajMat;
|
|
public static Int32 IndexRV;
|
|
public static Int32 IndexChat;
|
|
public static Int32 IndexNacenovanie;
|
|
public static Int32 IndexPoziadavka;
|
|
public static Int32 LimitSqlPrikazu;
|
|
//public static Int32 IndexEXP;
|
|
public static Int32 IndexZoznamVyrobkov;
|
|
public static string strLastSelect;
|
|
public static FormWindowState mainWindowState = FormWindowState.Normal;
|
|
public static bool boolComputerAsleep = false; //sluzi na zablokovanie pristupu do sql pokial je pocitac v rezime spanku
|
|
public static bool boolEnableRowEnter = true; //sluzi na zablokovanie inych funkcii aby sa nevykonavali pokial sa vykonava funkcia check v frmMain v karte dopytov
|
|
//public static Int32 IndexVykres;
|
|
|
|
}
|
|
}
|