Pdf vykres
This commit is contained in:
@@ -2132,6 +2132,10 @@ namespace Mip
|
||||
|
||||
private void frmMain_FormClosed(object sender, FormClosedEventArgs e)
|
||||
{
|
||||
classGlobal.DeleteRamDisk();
|
||||
classDiskOperations.RemoveCurrentUserProtecion(classDiskOperations.TempPath);
|
||||
classDiskOperations.RemovePath(classDiskOperations.TempPath);
|
||||
|
||||
classSQL.SQL("UPDATE `mip`.`tabusers` SET `OnlineStatus`='Offline' WHERE `IDUsers`=" + classUser.ID + ";");
|
||||
//classSQL.commandSQL("UPDATE `mip`.`tabusers` SET `OnlineStatus`='Offline' WHERE `IDUsers`=" + classUser.ID + ";");
|
||||
eventWatcher.Stop();
|
||||
@@ -9257,30 +9261,30 @@ string editDateRV;
|
||||
|
||||
private void button181_Click(object sender, EventArgs e)
|
||||
{
|
||||
Form frmNacenovanie2 = new frmVybratTypVyhodnotenia();
|
||||
frmNacenovanie2.Text = "Naceňovanie - vyhodnocovanie";
|
||||
frmNacenovanie2.ShowDialog();
|
||||
Form frmNacenovanie2 = new frmVybratTypVyhodnotenia();
|
||||
frmNacenovanie2.Text = "Naceňovanie - vyhodnocovanie";
|
||||
frmNacenovanie2.ShowDialog();
|
||||
|
||||
//if (dataGridView10.SelectedRows.Count >= 0)
|
||||
//{
|
||||
// if (classUser.ID == 1 || classUser.ID == 4)
|
||||
// {
|
||||
// Form frmNacenovanie2 = new frmNacenovanie(10, 10, true, true, true, true, true, true);
|
||||
// frmNacenovanie2.Text = "Naceňovanie - vyhodnocovanie";
|
||||
// frmNacenovanie2.ShowDialog();
|
||||
// }
|
||||
// else
|
||||
// {
|
||||
// Form frmNacenovanie2 = new frmNacenovanie(Convert.ToInt32(dataGridView7.SelectedRows[0].Cells["IDNacenovanie"].Value), Convert.ToInt32(dataGridView7.SelectedRows[0].Cells["IDVyrobokNac"].Value), false, false, false, false, true, false);
|
||||
// frmNacenovanie2.Text = "Naceňovanie - vyhodnocovanie";
|
||||
// frmNacenovanie2.ShowDialog();
|
||||
// }
|
||||
//if (dataGridView10.SelectedRows.Count >= 0)
|
||||
//{
|
||||
// if (classUser.ID == 1 || classUser.ID == 4)
|
||||
// {
|
||||
// Form frmNacenovanie2 = new frmNacenovanie(10, 10, true, true, true, true, true, true);
|
||||
// frmNacenovanie2.Text = "Naceňovanie - vyhodnocovanie";
|
||||
// frmNacenovanie2.ShowDialog();
|
||||
// }
|
||||
// else
|
||||
// {
|
||||
// Form frmNacenovanie2 = new frmNacenovanie(Convert.ToInt32(dataGridView7.SelectedRows[0].Cells["IDNacenovanie"].Value), Convert.ToInt32(dataGridView7.SelectedRows[0].Cells["IDVyrobokNac"].Value), false, false, false, false, true, false);
|
||||
// frmNacenovanie2.Text = "Naceňovanie - vyhodnocovanie";
|
||||
// frmNacenovanie2.ShowDialog();
|
||||
// }
|
||||
|
||||
//}
|
||||
//refreshNacenovanie();
|
||||
}
|
||||
//}
|
||||
//refreshNacenovanie();
|
||||
}
|
||||
|
||||
private void label182_Click(object sender, EventArgs e)
|
||||
private void label182_Click(object sender, EventArgs e)
|
||||
{
|
||||
panel68.Size = new Size(36, 35);
|
||||
panel68.Location = new Point(this.Size.Width - 45, panel68.Location.Y);
|
||||
|
||||
Reference in New Issue
Block a user