Initial commit

This commit is contained in:
Culak-HP\Culak
2020-10-10 18:25:36 +02:00
commit cc7c23eca4
254 changed files with 67743 additions and 0 deletions

39
Mip/classUser.cs Normal file
View File

@@ -0,0 +1,39 @@
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 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;
}
}