Beispiel #1
0
 private void LoadDefault()
 {
     this.textIDOBRACUN.Text = "";
     if (this.m_FillByRow != null)
     {
         string str = "";
         if (this.m_FillByRow.Table.Columns.Contains("IDOBRACUN") && (this.m_FillByRow["IDOBRACUN"] != DBNull.Value))
         {
             FormHelperClass.SetValue(this.textIDOBRACUN, this.m_FillByRow["IDOBRACUN"].ToString(), this.m_FillByRow.Table.Columns["IDOBRACUN"].DataType);
             this.parameterSeted          = true;
             this.textIDOBRACUN.Visible   = false;
             this.label1IDOBRACUN.Visible = false;
             str = str + "," + this.m_FillByRow["IDOBRACUN"].ToString() + " ";
         }
         if (this.parameterSeted)
         {
             if (this.m_WorkWithMode == Deklarit.Practices.CompositeUI.WorkWithMode.SelectionList)
             {
                 this.Text = Deklarit.Resources.Resources.Select + "S_PLACA_KONACNI_POREZ_REKAPITULACIJA_PO_RADNICIMA " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
             }
             else
             {
                 this.Text = Deklarit.Resources.Resources.Workwith + "S_PLACA_KONACNI_POREZ_REKAPITULACIJA_PO_RADNICIMA " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
             }
         }
     }
 }
Beispiel #2
0
 private void LoadDefault()
 {
     this.comboIDDOKUMENT.SelectedIndex = 0;
     if (this.m_FillByRow != null)
     {
         string str = "";
         if (this.m_FillByRow.Table.Columns.Contains("IDDOKUMENT") && (this.m_FillByRow["IDDOKUMENT"] != DBNull.Value))
         {
             FormHelperClass.SetValue(this.comboIDDOKUMENT, this.m_FillByRow["IDDOKUMENT"].ToString(), this.m_FillByRow.Table.Columns["IDDOKUMENT"].DataType);
             this.parameterSeted           = true;
             this.comboIDDOKUMENT.Visible  = false;
             this.label1IDDOKUMENT.Visible = false;
             str = str + "," + this.m_FillByRow["IDDOKUMENT"].ToString() + " ";
         }
         if (this.parameterSeted)
         {
             if (this.m_WorkWithMode == Deklarit.Practices.CompositeUI.WorkWithMode.SelectionList)
             {
                 this.Text = Deklarit.Resources.Resources.Select + "SP_FIN_URAPLACANJE " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
             }
             else
             {
                 this.Text = Deklarit.Resources.Resources.Workwith + "SP_FIN_URAPLACANJE " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
             }
         }
     }
 }
Beispiel #3
0
 private void LoadDefault()
 {
     this.textGODINAISPLATE.Text = "";
     if (this.m_FillByRow != null)
     {
         string str = "";
         if (this.m_FillByRow.Table.Columns.Contains("GODINAISPLATE") && (this.m_FillByRow["GODINAISPLATE"] != DBNull.Value))
         {
             FormHelperClass.SetValue(this.textGODINAISPLATE, this.m_FillByRow["GODINAISPLATE"].ToString(), this.m_FillByRow.Table.Columns["GODINAISPLATE"].DataType);
             this.parameterSeted              = true;
             this.textGODINAISPLATE.Visible   = false;
             this.label1GODINAISPLATE.Visible = false;
             str = str + "," + this.m_FillByRow["GODINAISPLATE"].ToString() + " ";
         }
         if (this.parameterSeted)
         {
             if (this.m_WorkWithMode == Deklarit.Practices.CompositeUI.WorkWithMode.SelectionList)
             {
                 this.Text = Deklarit.Resources.Resources.Select + "S_DD_POTVRDA " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
             }
             else
             {
                 this.Text = Deklarit.Resources.Resources.Workwith + "S_DD_POTVRDA " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
             }
         }
     }
 }
Beispiel #4
0
 private void LoadDefault()
 {
     this.textbrojdok.Text = "0";
     if (this.m_FillByRow != null)
     {
         string str = "";
         if (this.m_FillByRow.Table.Columns.Contains("brojdok") && (this.m_FillByRow["brojdok"] != DBNull.Value))
         {
             FormHelperClass.SetValue(this.textbrojdok, this.m_FillByRow["brojdok"].ToString(), this.m_FillByRow.Table.Columns["brojdok"].DataType);
             this.parameterSeted        = true;
             this.textbrojdok.Visible   = false;
             this.label1brojdok.Visible = false;
             str = str + "," + this.m_FillByRow["brojdok"].ToString() + " ";
         }
         if (this.parameterSeted)
         {
             if (this.m_WorkWithMode == Deklarit.Practices.CompositeUI.WorkWithMode.SelectionList)
             {
                 this.Text = Deklarit.Resources.Resources.Select + "S_OS_PREGLED_AMORTIZACIJE_REKAPITULACIJA " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
             }
             else
             {
                 this.Text = Deklarit.Resources.Resources.Workwith + "S_OS_PREGLED_AMORTIZACIJE_REKAPITULACIJA " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
             }
         }
     }
 }
Beispiel #5
0
 private void LoadDefault()
 {
     this.textgodina.Text = "0";
     if (this.m_FillByRow != null)
     {
         string str = "";
         if (this.m_FillByRow.Table.Columns.Contains("godina") && (this.m_FillByRow["godina"] != DBNull.Value))
         {
             FormHelperClass.SetValue(this.textgodina, this.m_FillByRow["godina"].ToString(), this.m_FillByRow.Table.Columns["godina"].DataType);
             this.parameterSeted       = true;
             this.textgodina.Visible   = false;
             this.label1godina.Visible = false;
             str = str + "," + this.m_FillByRow["godina"].ToString() + " ";
         }
         if (this.parameterSeted)
         {
             if (this.m_WorkWithMode == Deklarit.Practices.CompositeUI.WorkWithMode.SelectionList)
             {
                 this.Text = Deklarit.Resources.Resources.Select + "S_FIN_PARTNERI_SA_OTVORENIMA " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
             }
             else
             {
                 this.Text = Deklarit.Resources.Resources.Workwith + "S_FIN_PARTNERI_SA_OTVORENIMA " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
             }
         }
     }
 }
Beispiel #6
0
 private void LoadDefault()
 {
     this.textGODINAISPLATE.Text = "";
     this.textMJESECISPLATE.Text = "";
     this.datePickerDATUMNAKOJIRACUNAMSTAROST.Text = "";
     this.textMJESECODLASKA.Text = "";
     if (this.m_FillByRow != null)
     {
         string str = "";
         if (this.m_FillByRow.Table.Columns.Contains("GODINAISPLATE") && (this.m_FillByRow["GODINAISPLATE"] != DBNull.Value))
         {
             FormHelperClass.SetValue(this.textGODINAISPLATE, this.m_FillByRow["GODINAISPLATE"].ToString(), this.m_FillByRow.Table.Columns["GODINAISPLATE"].DataType);
             this.parameterSeted              = true;
             this.textGODINAISPLATE.Visible   = false;
             this.label1GODINAISPLATE.Visible = false;
             str = str + "," + this.m_FillByRow["GODINAISPLATE"].ToString() + " ";
         }
         if (this.m_FillByRow.Table.Columns.Contains("MJESECISPLATE") && (this.m_FillByRow["MJESECISPLATE"] != DBNull.Value))
         {
             FormHelperClass.SetValue(this.textMJESECISPLATE, this.m_FillByRow["MJESECISPLATE"].ToString(), this.m_FillByRow.Table.Columns["MJESECISPLATE"].DataType);
             this.parameterSeted              = true;
             this.textMJESECISPLATE.Visible   = false;
             this.label1MJESECISPLATE.Visible = false;
             str = str + "," + this.m_FillByRow["MJESECISPLATE"].ToString() + " ";
         }
         if (this.m_FillByRow.Table.Columns.Contains("DATUMNAKOJIRACUNAMSTAROST") && (this.m_FillByRow["DATUMNAKOJIRACUNAMSTAROST"] != DBNull.Value))
         {
             FormHelperClass.SetValue(this.datePickerDATUMNAKOJIRACUNAMSTAROST, this.m_FillByRow["DATUMNAKOJIRACUNAMSTAROST"].ToString(), this.m_FillByRow.Table.Columns["DATUMNAKOJIRACUNAMSTAROST"].DataType);
             this.parameterSeted = true;
             this.datePickerDATUMNAKOJIRACUNAMSTAROST.Visible = false;
             this.label1DATUMNAKOJIRACUNAMSTAROST.Visible     = false;
             str = str + "," + this.m_FillByRow["DATUMNAKOJIRACUNAMSTAROST"].ToString() + " ";
         }
         if (this.m_FillByRow.Table.Columns.Contains("MJESECODLASKA") && (this.m_FillByRow["MJESECODLASKA"] != DBNull.Value))
         {
             FormHelperClass.SetValue(this.textMJESECODLASKA, this.m_FillByRow["MJESECODLASKA"].ToString(), this.m_FillByRow.Table.Columns["MJESECODLASKA"].DataType);
             this.parameterSeted              = true;
             this.textMJESECODLASKA.Visible   = false;
             this.label1MJESECODLASKA.Visible = false;
             str = str + "," + this.m_FillByRow["MJESECODLASKA"].ToString() + " ";
         }
         if (this.parameterSeted)
         {
             if (this.m_WorkWithMode == Deklarit.Practices.CompositeUI.WorkWithMode.SelectionList)
             {
                 this.Text = Deklarit.Resources.Resources.Select + "S_PLACA_RAD1G " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
             }
             else
             {
                 this.Text = Deklarit.Resources.Resources.Workwith + "S_PLACA_RAD1G " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
             }
         }
     }
 }
Beispiel #7
0
 private void LoadDefault()
 {
     this.textgodina.Text = "0";
     this.textid.Text     = "0";
     this.textmjesec.Text = "0";
     this.textvrsta.Text  = "";
     if (this.m_FillByRow != null)
     {
         string str = "";
         if (this.m_FillByRow.Table.Columns.Contains("godina") && (this.m_FillByRow["godina"] != DBNull.Value))
         {
             FormHelperClass.SetValue(this.textgodina, this.m_FillByRow["godina"].ToString(), this.m_FillByRow.Table.Columns["godina"].DataType);
             this.parameterSeted       = true;
             this.textgodina.Visible   = false;
             this.label1godina.Visible = false;
             str = str + "," + this.m_FillByRow["godina"].ToString() + " ";
         }
         if (this.m_FillByRow.Table.Columns.Contains("id") && (this.m_FillByRow["id"] != DBNull.Value))
         {
             FormHelperClass.SetValue(this.textid, this.m_FillByRow["id"].ToString(), this.m_FillByRow.Table.Columns["id"].DataType);
             this.parameterSeted   = true;
             this.textid.Visible   = false;
             this.label1id.Visible = false;
             str = str + "," + this.m_FillByRow["id"].ToString() + " ";
         }
         if (this.m_FillByRow.Table.Columns.Contains("mjesec") && (this.m_FillByRow["mjesec"] != DBNull.Value))
         {
             FormHelperClass.SetValue(this.textmjesec, this.m_FillByRow["mjesec"].ToString(), this.m_FillByRow.Table.Columns["mjesec"].DataType);
             this.parameterSeted       = true;
             this.textmjesec.Visible   = false;
             this.label1mjesec.Visible = false;
             str = str + "," + this.m_FillByRow["mjesec"].ToString() + " ";
         }
         if (this.m_FillByRow.Table.Columns.Contains("vrsta") && (this.m_FillByRow["vrsta"] != DBNull.Value))
         {
             FormHelperClass.SetValue(this.textvrsta, this.m_FillByRow["vrsta"].ToString(), this.m_FillByRow.Table.Columns["vrsta"].DataType);
             this.parameterSeted      = true;
             this.textvrsta.Visible   = false;
             this.label1vrsta.Visible = false;
             str = str + "," + this.m_FillByRow["vrsta"].ToString() + " ";
         }
         if (this.parameterSeted)
         {
             if (this.m_WorkWithMode == Deklarit.Practices.CompositeUI.WorkWithMode.SelectionList)
             {
                 this.Text = Deklarit.Resources.Resources.Select + "s_od_priprema " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
             }
             else
             {
                 this.Text = Deklarit.Resources.Resources.Workwith + "s_od_priprema " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
             }
         }
     }
 }
Beispiel #8
0
 private void LoadDefault()
 {
     this.textIDOBRACUN.Text      = "";
     this.textMJESECOBRACUNA.Text = "";
     this.textGODINAOBRACUNA.Text = "";
     this.textSORT.Text           = "0";
     if (this.m_FillByRow != null)
     {
         string str = "";
         if (this.m_FillByRow.Table.Columns.Contains("IDOBRACUN") && (this.m_FillByRow["IDOBRACUN"] != DBNull.Value))
         {
             FormHelperClass.SetValue(this.textIDOBRACUN, this.m_FillByRow["IDOBRACUN"].ToString(), this.m_FillByRow.Table.Columns["IDOBRACUN"].DataType);
             this.parameterSeted          = true;
             this.textIDOBRACUN.Visible   = false;
             this.label1IDOBRACUN.Visible = false;
             str = str + "," + this.m_FillByRow["IDOBRACUN"].ToString() + " ";
         }
         if (this.m_FillByRow.Table.Columns.Contains("MJESECOBRACUNA") && (this.m_FillByRow["MJESECOBRACUNA"] != DBNull.Value))
         {
             FormHelperClass.SetValue(this.textMJESECOBRACUNA, this.m_FillByRow["MJESECOBRACUNA"].ToString(), this.m_FillByRow.Table.Columns["MJESECOBRACUNA"].DataType);
             this.parameterSeted               = true;
             this.textMJESECOBRACUNA.Visible   = false;
             this.label1MJESECOBRACUNA.Visible = false;
             str = str + "," + this.m_FillByRow["MJESECOBRACUNA"].ToString() + " ";
         }
         if (this.m_FillByRow.Table.Columns.Contains("GODINAOBRACUNA") && (this.m_FillByRow["GODINAOBRACUNA"] != DBNull.Value))
         {
             FormHelperClass.SetValue(this.textGODINAOBRACUNA, this.m_FillByRow["GODINAOBRACUNA"].ToString(), this.m_FillByRow.Table.Columns["GODINAOBRACUNA"].DataType);
             this.parameterSeted               = true;
             this.textGODINAOBRACUNA.Visible   = false;
             this.label1GODINAOBRACUNA.Visible = false;
             str = str + "," + this.m_FillByRow["GODINAOBRACUNA"].ToString() + " ";
         }
         if (this.m_FillByRow.Table.Columns.Contains("SORT") && (this.m_FillByRow["SORT"] != DBNull.Value))
         {
             FormHelperClass.SetValue(this.textSORT, this.m_FillByRow["SORT"].ToString(), this.m_FillByRow.Table.Columns["SORT"].DataType);
             this.parameterSeted     = true;
             this.textSORT.Visible   = false;
             this.label1SORT.Visible = false;
             str = str + "," + this.m_FillByRow["SORT"].ToString() + " ";
         }
         if (this.parameterSeted)
         {
             if (this.m_WorkWithMode == Deklarit.Practices.CompositeUI.WorkWithMode.SelectionList)
             {
                 this.Text = Deklarit.Resources.Resources.Select + "SP_LISTA_IZNOSA_RADNIKA " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
             }
             else
             {
                 this.Text = Deklarit.Resources.Resources.Workwith + "SP_LISTA_IZNOSA_RADNIKA " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
             }
         }
     }
 }
Beispiel #9
0
 private void LoadDefault()
 {
     this.textidobracun.Text     = "";
     this.textmjeseCISPLATE.Text = "";
     this.textgodinaISPLATE.Text = "";
     this.textVOLONTERI.Text     = "0";
     if (this.m_FillByRow != null)
     {
         string str = "";
         if (this.m_FillByRow.Table.Columns.Contains("idobracun") && (this.m_FillByRow["idobracun"] != DBNull.Value))
         {
             FormHelperClass.SetValue(this.textidobracun, this.m_FillByRow["idobracun"].ToString(), this.m_FillByRow.Table.Columns["idobracun"].DataType);
             this.parameterSeted          = true;
             this.textidobracun.Visible   = false;
             this.label1idobracun.Visible = false;
             str = str + "," + this.m_FillByRow["idobracun"].ToString() + " ";
         }
         if (this.m_FillByRow.Table.Columns.Contains("mjeseCISPLATE") && (this.m_FillByRow["mjeseCISPLATE"] != DBNull.Value))
         {
             FormHelperClass.SetValue(this.textmjeseCISPLATE, this.m_FillByRow["mjeseCISPLATE"].ToString(), this.m_FillByRow.Table.Columns["mjeseCISPLATE"].DataType);
             this.parameterSeted              = true;
             this.textmjeseCISPLATE.Visible   = false;
             this.label1mjeseCISPLATE.Visible = false;
             str = str + "," + this.m_FillByRow["mjeseCISPLATE"].ToString() + " ";
         }
         if (this.m_FillByRow.Table.Columns.Contains("godinaISPLATE") && (this.m_FillByRow["godinaISPLATE"] != DBNull.Value))
         {
             FormHelperClass.SetValue(this.textgodinaISPLATE, this.m_FillByRow["godinaISPLATE"].ToString(), this.m_FillByRow.Table.Columns["godinaISPLATE"].DataType);
             this.parameterSeted              = true;
             this.textgodinaISPLATE.Visible   = false;
             this.label1godinaISPLATE.Visible = false;
             str = str + "," + this.m_FillByRow["godinaISPLATE"].ToString() + " ";
         }
         if (this.m_FillByRow.Table.Columns.Contains("VOLONTERI") && (this.m_FillByRow["VOLONTERI"] != DBNull.Value))
         {
             FormHelperClass.SetValue(this.textVOLONTERI, this.m_FillByRow["VOLONTERI"].ToString(), this.m_FillByRow.Table.Columns["VOLONTERI"].DataType);
             this.parameterSeted          = true;
             this.textVOLONTERI.Visible   = false;
             this.label1VOLONTERI.Visible = false;
             str = str + "," + this.m_FillByRow["VOLONTERI"].ToString() + " ";
         }
         if (this.parameterSeted)
         {
             if (this.m_WorkWithMode == Deklarit.Practices.CompositeUI.WorkWithMode.SelectionList)
             {
                 this.Text = Deklarit.Resources.Resources.Select + "sp_id_detalji " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
             }
             else
             {
                 this.Text = Deklarit.Resources.Resources.Workwith + "sp_id_detalji " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
             }
         }
     }
 }
Beispiel #10
0
 private void LoadDefault()
 {
     this.textIDOBRACUN.Text     = "";
     this.textMJESECISPLATE.Text = "";
     this.textGODINAISPLATE.Text = "";
     this.textVOLONTERI.Text     = "0";
     if (this.m_FillByRow != null)
     {
         string str = "";
         if (this.m_FillByRow.Table.Columns.Contains("IDOBRACUN") && (this.m_FillByRow["IDOBRACUN"] != DBNull.Value))
         {
             FormHelperClass.SetValue(this.textIDOBRACUN, this.m_FillByRow["IDOBRACUN"].ToString(), this.m_FillByRow.Table.Columns["IDOBRACUN"].DataType);
             this.parameterSeted          = true;
             this.textIDOBRACUN.Visible   = false;
             this.label1IDOBRACUN.Visible = false;
             str = str + "," + this.m_FillByRow["IDOBRACUN"].ToString() + " ";
         }
         if (this.m_FillByRow.Table.Columns.Contains("MJESECISPLATE") && (this.m_FillByRow["MJESECISPLATE"] != DBNull.Value))
         {
             FormHelperClass.SetValue(this.textMJESECISPLATE, this.m_FillByRow["MJESECISPLATE"].ToString(), this.m_FillByRow.Table.Columns["MJESECISPLATE"].DataType);
             this.parameterSeted              = true;
             this.textMJESECISPLATE.Visible   = false;
             this.label1MJESECISPLATE.Visible = false;
             str = str + "," + this.m_FillByRow["MJESECISPLATE"].ToString() + " ";
         }
         if (this.m_FillByRow.Table.Columns.Contains("GODINAISPLATE") && (this.m_FillByRow["GODINAISPLATE"] != DBNull.Value))
         {
             FormHelperClass.SetValue(this.textGODINAISPLATE, this.m_FillByRow["GODINAISPLATE"].ToString(), this.m_FillByRow.Table.Columns["GODINAISPLATE"].DataType);
             this.parameterSeted              = true;
             this.textGODINAISPLATE.Visible   = false;
             this.label1GODINAISPLATE.Visible = false;
             str = str + "," + this.m_FillByRow["GODINAISPLATE"].ToString() + " ";
         }
         if (this.m_FillByRow.Table.Columns.Contains("VOLONTERI") && (this.m_FillByRow["VOLONTERI"] != DBNull.Value))
         {
             FormHelperClass.SetValue(this.textVOLONTERI, this.m_FillByRow["VOLONTERI"].ToString(), this.m_FillByRow.Table.Columns["VOLONTERI"].DataType);
             this.parameterSeted          = true;
             this.textVOLONTERI.Visible   = false;
             this.label1VOLONTERI.Visible = false;
             str = str + "," + this.m_FillByRow["VOLONTERI"].ToString() + " ";
         }
         if (this.parameterSeted)
         {
             if (this.m_WorkWithMode == Deklarit.Practices.CompositeUI.WorkWithMode.SelectionList)
             {
                 this.Text = Deklarit.Resources.Resources.Select + "sp_id_zaglavlje " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
             }
             else
             {
                 this.Text = Deklarit.Resources.Resources.Workwith + "sp_id_zaglavlje " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
             }
         }
     }
 }
Beispiel #11
0
 private void LoadDefault()
 {
     this.textodd.Text  = "";
     this.textdooo.Text = "";
     this.comboIDRADNIK.SelectedIndex = 0;
     if (this.m_FillByRow != null)
     {
         string str = "";
         if (this.m_FillByRow.Table.Columns.Contains("odd") && (this.m_FillByRow["odd"] != DBNull.Value))
         {
             FormHelperClass.SetValue(this.textodd, this.m_FillByRow["odd"].ToString(), this.m_FillByRow.Table.Columns["odd"].DataType);
             this.parameterSeted    = true;
             this.textodd.Visible   = false;
             this.label1odd.Visible = false;
             str = str + "," + this.m_FillByRow["odd"].ToString() + " ";
         }
         if (this.m_FillByRow.Table.Columns.Contains("dooo") && (this.m_FillByRow["dooo"] != DBNull.Value))
         {
             FormHelperClass.SetValue(this.textdooo, this.m_FillByRow["dooo"].ToString(), this.m_FillByRow.Table.Columns["dooo"].DataType);
             this.parameterSeted     = true;
             this.textdooo.Visible   = false;
             this.label1dooo.Visible = false;
             str = str + "," + this.m_FillByRow["dooo"].ToString() + " ";
         }
         if (this.m_FillByRow.Table.Columns.Contains("IDRADNIK") && (this.m_FillByRow["IDRADNIK"] != DBNull.Value))
         {
             FormHelperClass.SetValue(this.comboIDRADNIK, this.m_FillByRow["IDRADNIK"].ToString(), this.m_FillByRow.Table.Columns["IDRADNIK"].DataType);
             this.parameterSeted         = true;
             this.comboIDRADNIK.Visible  = false;
             this.label1IDRADNIK.Visible = false;
             str = str + "," + this.m_FillByRow["IDRADNIK"].ToString() + " ";
         }
         if (this.parameterSeted)
         {
             if (this.m_WorkWithMode == Deklarit.Practices.CompositeUI.WorkWithMode.SelectionList)
             {
                 this.Text = Deklarit.Resources.Resources.Select + "S_OD_BOLOVANJE_POSLODAVAC " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
             }
             else
             {
                 this.Text = Deklarit.Resources.Resources.Workwith + "S_OD_BOLOVANJE_POSLODAVAC " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
             }
         }
     }
 }
Beispiel #12
0
 private void LoadDefault()
 {
     this.textODD.Text  = "";
     this.textDOOO.Text = "";
     this.comboidradnik.SelectedIndex = 0;
     if (this.m_FillByRow != null)
     {
         string str = "";
         if (this.m_FillByRow.Table.Columns.Contains("ODD") && (this.m_FillByRow["ODD"] != DBNull.Value))
         {
             FormHelperClass.SetValue(this.textODD, this.m_FillByRow["ODD"].ToString(), this.m_FillByRow.Table.Columns["ODD"].DataType);
             this.parameterSeted    = true;
             this.textODD.Visible   = false;
             this.label1ODD.Visible = false;
             str = str + "," + this.m_FillByRow["ODD"].ToString() + " ";
         }
         if (this.m_FillByRow.Table.Columns.Contains("DOOO") && (this.m_FillByRow["DOOO"] != DBNull.Value))
         {
             FormHelperClass.SetValue(this.textDOOO, this.m_FillByRow["DOOO"].ToString(), this.m_FillByRow.Table.Columns["DOOO"].DataType);
             this.parameterSeted     = true;
             this.textDOOO.Visible   = false;
             this.label1DOOO.Visible = false;
             str = str + "," + this.m_FillByRow["DOOO"].ToString() + " ";
         }
         if (this.m_FillByRow.Table.Columns.Contains("idradnik") && (this.m_FillByRow["idradnik"] != DBNull.Value))
         {
             FormHelperClass.SetValue(this.comboidradnik, this.m_FillByRow["idradnik"].ToString(), this.m_FillByRow.Table.Columns["idradnik"].DataType);
             this.parameterSeted         = true;
             this.comboidradnik.Visible  = false;
             this.label1idradnik.Visible = false;
             str = str + "," + this.m_FillByRow["idradnik"].ToString() + " ";
         }
         if (this.parameterSeted)
         {
             if (this.m_WorkWithMode == Deklarit.Practices.CompositeUI.WorkWithMode.SelectionList)
             {
                 this.Text = Deklarit.Resources.Resources.Select + "S_OD_BOLOVANJE_FOND " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
             }
             else
             {
                 this.Text = Deklarit.Resources.Resources.Workwith + "S_OD_BOLOVANJE_FOND " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
             }
         }
     }
 }
Beispiel #13
0
 private void LoadDefault()
 {
     this.datePickerdat1.Text = "";
     this.datePickerdat2.Text = "";
     this.textblag.Text       = "0";
     if (this.m_FillByRow != null)
     {
         string str = "";
         if (this.m_FillByRow.Table.Columns.Contains("dat1") && (this.m_FillByRow["dat1"] != DBNull.Value))
         {
             FormHelperClass.SetValue(this.datePickerdat1, this.m_FillByRow["dat1"].ToString(), this.m_FillByRow.Table.Columns["dat1"].DataType);
             this.parameterSeted         = true;
             this.datePickerdat1.Visible = false;
             this.label1dat1.Visible     = false;
             str = str + "," + this.m_FillByRow["dat1"].ToString() + " ";
         }
         if (this.m_FillByRow.Table.Columns.Contains("dat2") && (this.m_FillByRow["dat2"] != DBNull.Value))
         {
             FormHelperClass.SetValue(this.datePickerdat2, this.m_FillByRow["dat2"].ToString(), this.m_FillByRow.Table.Columns["dat2"].DataType);
             this.parameterSeted         = true;
             this.datePickerdat2.Visible = false;
             this.label1dat2.Visible     = false;
             str = str + "," + this.m_FillByRow["dat2"].ToString() + " ";
         }
         if (this.m_FillByRow.Table.Columns.Contains("blag") && (this.m_FillByRow["blag"] != DBNull.Value))
         {
             FormHelperClass.SetValue(this.textblag, this.m_FillByRow["blag"].ToString(), this.m_FillByRow.Table.Columns["blag"].DataType);
             this.parameterSeted     = true;
             this.textblag.Visible   = false;
             this.label1blag.Visible = false;
             str = str + "," + this.m_FillByRow["blag"].ToString() + " ";
         }
         if (this.parameterSeted)
         {
             if (this.m_WorkWithMode == Deklarit.Practices.CompositeUI.WorkWithMode.SelectionList)
             {
                 this.Text = Deklarit.Resources.Resources.Select + "S_FIN_DNEVNIKBLAGAJNE " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
             }
             else
             {
                 this.Text = Deklarit.Resources.Resources.Workwith + "S_FIN_DNEVNIKBLAGAJNE " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
             }
         }
     }
 }
Beispiel #14
0
 private void LoadDefault()
 {
     this.datePickerDATUM.Text = "";
     this.textSORT.Text        = "";
     this.textVRSTA.Text       = "0";
     if (this.m_FillByRow != null)
     {
         string str = "";
         if (this.m_FillByRow.Table.Columns.Contains("DATUM") && (this.m_FillByRow["DATUM"] != DBNull.Value))
         {
             FormHelperClass.SetValue(this.datePickerDATUM, this.m_FillByRow["DATUM"].ToString(), this.m_FillByRow.Table.Columns["DATUM"].DataType);
             this.parameterSeted          = true;
             this.datePickerDATUM.Visible = false;
             this.label1DATUM.Visible     = false;
             str = str + "," + this.m_FillByRow["DATUM"].ToString() + " ";
         }
         if (this.m_FillByRow.Table.Columns.Contains("SORT") && (this.m_FillByRow["SORT"] != DBNull.Value))
         {
             FormHelperClass.SetValue(this.textSORT, this.m_FillByRow["SORT"].ToString(), this.m_FillByRow.Table.Columns["SORT"].DataType);
             this.parameterSeted     = true;
             this.textSORT.Visible   = false;
             this.label1SORT.Visible = false;
             str = str + "," + this.m_FillByRow["SORT"].ToString() + " ";
         }
         if (this.m_FillByRow.Table.Columns.Contains("VRSTA") && (this.m_FillByRow["VRSTA"] != DBNull.Value))
         {
             FormHelperClass.SetValue(this.textVRSTA, this.m_FillByRow["VRSTA"].ToString(), this.m_FillByRow.Table.Columns["VRSTA"].DataType);
             this.parameterSeted      = true;
             this.textVRSTA.Visible   = false;
             this.label1VRSTA.Visible = false;
             str = str + "," + this.m_FillByRow["VRSTA"].ToString() + " ";
         }
         if (this.parameterSeted)
         {
             if (this.m_WorkWithMode == Deklarit.Practices.CompositeUI.WorkWithMode.SelectionList)
             {
                 this.Text = Deklarit.Resources.Resources.Select + "S_OS_BILANCA_STANJA_NA_DAN_PO_LOKACIJI " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
             }
             else
             {
                 this.Text = Deklarit.Resources.Resources.Workwith + "S_OS_BILANCA_STANJA_NA_DAN_PO_LOKACIJI " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
             }
         }
     }
 }
Beispiel #15
0
        private void FillFillByBLGKONTOIDKONTO()
        {
            string str = "";

            this.userControlDataGridBLAGAJNA.FillMethod = "FillByBLGKONTOIDKONTO";
            this.userControlDataGridBLAGAJNA.FillByBLGKONTOIDKONTOBLGKONTOIDKONTO = Conversions.ToString(this.GetValueFromRow("IDKONTO", "BLGKONTOIDKONTO"));
            str = str + "," + this.userControlDataGridBLAGAJNA.FillByBLGKONTOIDKONTOBLGKONTOIDKONTO.ToString() + " ";
            if (FormHelperClass.GetDescription(this.m_FillByRow).Length == 0)
            {
                if (this.m_WorkWithMode == Deklarit.Practices.CompositeUI.WorkWithMode.SelectionList)
                {
                    this.Text = Deklarit.Resources.Resources.Select + "BLAGAJNA " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
                }
                else
                {
                    this.Text = Deklarit.Resources.Resources.Workwith + "BLAGAJNA " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
                }
            }
        }
Beispiel #16
0
        private void FillFillByIDAKTIVNOST()
        {
            string str = "";

            this.userControlDataGridKONTO.FillMethod = "FillByIDAKTIVNOST";
            this.userControlDataGridKONTO.FillByIDAKTIVNOSTIDAKTIVNOST = Conversions.ToInteger(this.GetValueFromRow("IDAKTIVNOST", "IDAKTIVNOST"));
            str = str + "," + this.userControlDataGridKONTO.FillByIDAKTIVNOSTIDAKTIVNOST.ToString() + " ";
            if (FormHelperClass.GetDescription(this.m_FillByRow).Length == 0)
            {
                if (this.m_WorkWithMode == Deklarit.Practices.CompositeUI.WorkWithMode.SelectionList)
                {
                    this.Text = Deklarit.Resources.Resources.Select + "Kontni plan " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
                }
                else
                {
                    this.Text = Deklarit.Resources.Resources.Workwith + "Kontni plan " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
                }
            }
        }
Beispiel #17
0
        private void FillFillByIDKOLONAIDD()
        {
            string str = "";

            this.userControlDataGridDDKATEGORIJA.FillMethod = "FillByIDKOLONAIDD";
            this.userControlDataGridDDKATEGORIJA.FillByIDKOLONAIDDIDKOLONAIDD = Conversions.ToInteger(this.GetValueFromRow("IDKOLONAIDD", "IDKOLONAIDD"));
            str = str + "," + this.userControlDataGridDDKATEGORIJA.FillByIDKOLONAIDDIDKOLONAIDD.ToString() + " ";
            if (FormHelperClass.GetDescription(this.m_FillByRow).Length == 0)
            {
                if (this.m_WorkWithMode == Deklarit.Practices.CompositeUI.WorkWithMode.SelectionList)
                {
                    this.Text = Deklarit.Resources.Resources.Select + "Kategorija drugog dohotka " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
                }
                else
                {
                    this.Text = Deklarit.Resources.Resources.Workwith + "Kategorija drugog dohotka " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
                }
            }
        }
Beispiel #18
0
        private void FillFillByPRPLACEID()
        {
            string str = "";

            this.userControlDataGridPRPLACE.FillMethod = "FillByPRPLACEID";
            this.userControlDataGridPRPLACE.FillByPRPLACEIDPRPLACEID = Conversions.ToInteger(this.GetValueFromRow("PRPLACEID", "PRPLACEID"));
            str = str + "," + this.userControlDataGridPRPLACE.FillByPRPLACEIDPRPLACEID.ToString() + " ";
            if (FormHelperClass.GetDescription(this.m_FillByRow).Length == 0)
            {
                if (this.m_WorkWithMode == Deklarit.Practices.CompositeUI.WorkWithMode.SelectionList)
                {
                    this.Text = Deklarit.Resources.Resources.Select + "Priprema plaae " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
                }
                else
                {
                    this.Text = Deklarit.Resources.Resources.Workwith + "Priprema plaae " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
                }
            }
        }
Beispiel #19
0
        private void FillFillByVRSTAOBUSTAVE()
        {
            string str = "";

            this.userControlDataGridOBUSTAVA.FillMethod = "FillByVRSTAOBUSTAVE";
            this.userControlDataGridOBUSTAVA.FillByVRSTAOBUSTAVEVRSTAOBUSTAVE = Conversions.ToShort(this.GetValueFromRow("VRSTAOBUSTAVE", "VRSTAOBUSTAVE"));
            str = str + "," + this.userControlDataGridOBUSTAVA.FillByVRSTAOBUSTAVEVRSTAOBUSTAVE.ToString() + " ";
            if (FormHelperClass.GetDescription(this.m_FillByRow).Length == 0)
            {
                if (this.m_WorkWithMode == Deklarit.Practices.CompositeUI.WorkWithMode.SelectionList)
                {
                    this.Text = Deklarit.Resources.Resources.Select + "Obustave " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
                }
                else
                {
                    this.Text = Deklarit.Resources.Resources.Workwith + "Obustave " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
                }
            }
        }
Beispiel #20
0
        private void FillFillByIDSPOL()
        {
            string str = "";

            this.userControlDataGridRAD1VEZASPOL.FillMethod         = "FillByIDSPOL";
            this.userControlDataGridRAD1VEZASPOL.FillByIDSPOLIDSPOL = Conversions.ToInteger(this.GetValueFromRow("IDSPOL", "IDSPOL"));
            str = str + "," + this.userControlDataGridRAD1VEZASPOL.FillByIDSPOLIDSPOL.ToString() + " ";
            if (FormHelperClass.GetDescription(this.m_FillByRow).Length == 0)
            {
                if (this.m_WorkWithMode == Deklarit.Practices.CompositeUI.WorkWithMode.SelectionList)
                {
                    this.Text = Deklarit.Resources.Resources.Select + "Veza RAD1 i spol " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
                }
                else
                {
                    this.Text = Deklarit.Resources.Resources.Workwith + "Veza RAD1 i spol " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
                }
            }
        }
Beispiel #21
0
        private void FillFillBySHEMAIRADOKIDDOKUMENT()
        {
            string str = "";

            this.userControlDataGridSHEMAIRA.FillMethod = "FillBySHEMAIRADOKIDDOKUMENT";
            this.userControlDataGridSHEMAIRA.FillBySHEMAIRADOKIDDOKUMENTSHEMAIRADOKIDDOKUMENT = Conversions.ToInteger(this.GetValueFromRow("IDDOKUMENT", "SHEMAIRADOKIDDOKUMENT"));
            str = str + "," + this.userControlDataGridSHEMAIRA.FillBySHEMAIRADOKIDDOKUMENTSHEMAIRADOKIDDOKUMENT.ToString() + " ";
            if (FormHelperClass.GetDescription(this.m_FillByRow).Length == 0)
            {
                if (this.m_WorkWithMode == Deklarit.Practices.CompositeUI.WorkWithMode.SelectionList)
                {
                    this.Text = Deklarit.Resources.Resources.Select + "Shema kontiranja IRA " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
                }
                else
                {
                    this.Text = Deklarit.Resources.Resources.Workwith + "Shema kontiranja IRA " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
                }
            }
        }
Beispiel #22
0
        private void FillFillByZAMOOIDOSNOVAOSIGURANJA()
        {
            string str = "";

            this.userControlDataGridOSNOVAOSIGURANJA.FillMethod = "FillByZAMOOIDOSNOVAOSIGURANJA";
            this.userControlDataGridOSNOVAOSIGURANJA.FillByZAMOOIDOSNOVAOSIGURANJAZAMOOIDOSNOVAOSIGURANJA = Conversions.ToString(this.GetValueFromRow("IDOSNOVAOSIGURANJA", "ZAMOOIDOSNOVAOSIGURANJA"));
            str = str + "," + this.userControlDataGridOSNOVAOSIGURANJA.FillByZAMOOIDOSNOVAOSIGURANJAZAMOOIDOSNOVAOSIGURANJA.ToString() + " ";
            if (FormHelperClass.GetDescription(this.m_FillByRow).Length == 0)
            {
                if (this.m_WorkWithMode == Deklarit.Practices.CompositeUI.WorkWithMode.SelectionList)
                {
                    this.Text = Deklarit.Resources.Resources.Select + "R-Sm - Osnove osiguranja " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
                }
                else
                {
                    this.Text = Deklarit.Resources.Resources.Workwith + "R-Sm - Osnove osiguranja " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
                }
            }
        }
Beispiel #23
0
        private void FillFillByDOSIPIDENT()
        {
            string str = "";

            this.userControlDataGridDOSIPZAGLAVLJE.FillMethod = "FillByDOSIPIDENT";
            this.userControlDataGridDOSIPZAGLAVLJE.FillByDOSIPIDENTDOSIPIDENT = Conversions.ToString(this.GetValueFromRow("DOSIPIDENT", "DOSIPIDENT"));
            str = str + "," + this.userControlDataGridDOSIPZAGLAVLJE.FillByDOSIPIDENTDOSIPIDENT.ToString() + " ";
            if (FormHelperClass.GetDescription(this.m_FillByRow).Length == 0)
            {
                if (this.m_WorkWithMode == Deklarit.Practices.CompositeUI.WorkWithMode.SelectionList)
                {
                    this.Text = Deklarit.Resources.Resources.Select + "DOSIPZAGLAVLJE " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
                }
                else
                {
                    this.Text = Deklarit.Resources.Resources.Workwith + "DOSIPZAGLAVLJE " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
                }
            }
        }
Beispiel #24
0
        private void FillFillByIDRSVRSTEOBVEZNIKA()
        {
            string str = "";

            this.userControlDataGridRSMA.FillMethod = "FillByIDRSVRSTEOBVEZNIKA";
            this.userControlDataGridRSMA.FillByIDRSVRSTEOBVEZNIKAIDRSVRSTEOBVEZNIKA = Conversions.ToString(this.GetValueFromRow("IDRSVRSTEOBVEZNIKA", "IDRSVRSTEOBVEZNIKA"));
            str = str + "," + this.userControlDataGridRSMA.FillByIDRSVRSTEOBVEZNIKAIDRSVRSTEOBVEZNIKA.ToString() + " ";
            if (FormHelperClass.GetDescription(this.m_FillByRow).Length == 0)
            {
                if (this.m_WorkWithMode == Deklarit.Practices.CompositeUI.WorkWithMode.SelectionList)
                {
                    this.Text = Deklarit.Resources.Resources.Select + "RSMA " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
                }
                else
                {
                    this.Text = Deklarit.Resources.Resources.Workwith + "RSMA " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
                }
            }
        }
Beispiel #25
0
        private void FillFillByMJESEC()
        {
            string str = "";

            this.userControlDataGridEVIDENCIJA.FillMethod         = "FillByMJESEC";
            this.userControlDataGridEVIDENCIJA.FillByMJESECMJESEC = Conversions.ToInteger(this.GetValueFromRow("MJESEC", "MJESEC"));
            str = str + "," + this.userControlDataGridEVIDENCIJA.FillByMJESECMJESEC.ToString() + " ";
            if (FormHelperClass.GetDescription(this.m_FillByRow).Length == 0)
            {
                if (this.m_WorkWithMode == Deklarit.Practices.CompositeUI.WorkWithMode.SelectionList)
                {
                    this.Text = Deklarit.Resources.Resources.Select + "EVIDENCIJA " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
                }
                else
                {
                    this.Text = Deklarit.Resources.Resources.Workwith + "EVIDENCIJA " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
                }
            }
        }
Beispiel #26
0
        private void FillFillByRACUNGODINAIDGODINE()
        {
            string str = "";

            this.userControlDataGridRACUN.FillMethod = "FillByRACUNGODINAIDGODINE";
            this.userControlDataGridRACUN.FillByRACUNGODINAIDGODINERACUNGODINAIDGODINE = Conversions.ToShort(this.GetValueFromRow("IDGODINE", "RACUNGODINAIDGODINE"));
            str = str + "," + this.userControlDataGridRACUN.FillByRACUNGODINAIDGODINERACUNGODINAIDGODINE.ToString() + " ";
            if (FormHelperClass.GetDescription(this.m_FillByRow).Length == 0)
            {
                if (this.m_WorkWithMode == Deklarit.Practices.CompositeUI.WorkWithMode.SelectionList)
                {
                    this.Text = Deklarit.Resources.Resources.Select + "Izlazni računi " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
                }
                else
                {
                    this.Text = Deklarit.Resources.Resources.Workwith + "Izlazni računi " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
                }
            }
        }
Beispiel #27
0
        private void FillFillByIDJEDINICAMJERE()
        {
            string str = "";

            this.userControlDataGridPROIZVOD.FillMethod = "FillByIDJEDINICAMJERE";
            this.userControlDataGridPROIZVOD.FillByIDJEDINICAMJEREIDJEDINICAMJERE = Conversions.ToInteger(this.GetValueFromRow("IDJEDINICAMJERE", "IDJEDINICAMJERE"));
            str = str + "," + this.userControlDataGridPROIZVOD.FillByIDJEDINICAMJEREIDJEDINICAMJERE.ToString() + " ";
            if (FormHelperClass.GetDescription(this.m_FillByRow).Length == 0)
            {
                if (this.m_WorkWithMode == Deklarit.Practices.CompositeUI.WorkWithMode.SelectionList)
                {
                    this.Text = Deklarit.Resources.Resources.Select + "PROIZVOD " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
                }
                else
                {
                    this.Text = Deklarit.Resources.Resources.Workwith + "PROIZVOD " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
                }
            }
        }
Beispiel #28
0
        private void FillFillBySIFRAOBRACUNAVIRMAN()
        {
            string str = "";

            this.userControlDataGridVIRMANI.FillMethod = "FillBySIFRAOBRACUNAVIRMAN";
            this.userControlDataGridVIRMANI.FillBySIFRAOBRACUNAVIRMANSIFRAOBRACUNAVIRMAN = Conversions.ToString(this.GetValueFromRow("SIFRAOBRACUNAVIRMAN", "SIFRAOBRACUNAVIRMAN"));
            str = str + "," + this.userControlDataGridVIRMANI.FillBySIFRAOBRACUNAVIRMANSIFRAOBRACUNAVIRMAN.ToString() + " ";
            if (FormHelperClass.GetDescription(this.m_FillByRow).Length == 0)
            {
                if (this.m_WorkWithMode == Deklarit.Practices.CompositeUI.WorkWithMode.SelectionList)
                {
                    this.Text = Deklarit.Resources.Resources.Select + "VIRMANI " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
                }
                else
                {
                    this.Text = Deklarit.Resources.Resources.Workwith + "VIRMANI " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
                }
            }
        }
Beispiel #29
0
        private void FillFillByRAD1ELEMENTIID()
        {
            string str = "";

            this.userControlDataGridRAD1MELEMENTIVEZA.FillMethod = "FillByRAD1ELEMENTIID";
            this.userControlDataGridRAD1MELEMENTIVEZA.FillByRAD1ELEMENTIIDRAD1ELEMENTIID = Conversions.ToInteger(this.GetValueFromRow("RAD1ELEMENTIID", "RAD1ELEMENTIID"));
            str = str + "," + this.userControlDataGridRAD1MELEMENTIVEZA.FillByRAD1ELEMENTIIDRAD1ELEMENTIID.ToString() + " ";
            if (FormHelperClass.GetDescription(this.m_FillByRow).Length == 0)
            {
                if (this.m_WorkWithMode == Deklarit.Practices.CompositeUI.WorkWithMode.SelectionList)
                {
                    this.Text = Deklarit.Resources.Resources.Select + "Veza RAD1M elementi i elementi " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
                }
                else
                {
                    this.Text = Deklarit.Resources.Resources.Workwith + "Veza RAD1M elementi i elementi " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
                }
            }
        }
Beispiel #30
0
        private void FillFillByOPCINASTANOVANJAIDOPCINE()
        {
            string str = "";

            this.userControlDataGridDDRADNIK.FillMethod = "FillByOPCINASTANOVANJAIDOPCINE";
            this.userControlDataGridDDRADNIK.FillByOPCINASTANOVANJAIDOPCINEOPCINASTANOVANJAIDOPCINE = Conversions.ToString(this.GetValueFromRow("IDOPCINE", "OPCINASTANOVANJAIDOPCINE"));
            str = str + "," + this.userControlDataGridDDRADNIK.FillByOPCINASTANOVANJAIDOPCINEOPCINASTANOVANJAIDOPCINE.ToString() + " ";
            if (FormHelperClass.GetDescription(this.m_FillByRow).Length == 0)
            {
                if (this.m_WorkWithMode == Deklarit.Practices.CompositeUI.WorkWithMode.SelectionList)
                {
                    this.Text = Deklarit.Resources.Resources.Select + "Primatelji DD " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
                }
                else
                {
                    this.Text = Deklarit.Resources.Resources.Workwith + "Primatelji DD " + Deklarit.Resources.Resources.For + " " + str.Substring(1);
                }
            }
        }