Exemple #1
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Dettaglio));
     this.label2       = new System.Windows.Forms.Label();
     this.label1       = new System.Windows.Forms.Label();
     this.eTipo        = new System.Windows.Forms.ComboBox();
     this.eDescrizione = new GAMSharp.UI.Controlli.ucCaseTypeTextBox();
     this.tabControl1.SuspendLayout();
     this.tpIndirizzi.SuspendLayout();
     this.tpInfoAggiuntive.SuspendLayout();
     this.tpRecapiti.SuspendLayout();
     this.tpDati.SuspendLayout();
     this.SuspendLayout();
     //
     // tpIndirizzi
     //
     this.tpIndirizzi.Location = new System.Drawing.Point(4, 22);
     this.tpIndirizzi.Size     = new System.Drawing.Size(700, 209);
     //
     // tpInfoAggiuntive
     //
     this.tpInfoAggiuntive.Location = new System.Drawing.Point(4, 22);
     this.tpInfoAggiuntive.Size     = new System.Drawing.Size(700, 209);
     //
     // tpRecapiti
     //
     this.tpRecapiti.Location = new System.Drawing.Point(4, 22);
     this.tpRecapiti.Size     = new System.Drawing.Size(700, 209);
     //
     // tpDati
     //
     this.tpDati.Controls.Add(this.label2);
     this.tpDati.Controls.Add(this.label1);
     this.tpDati.Controls.Add(this.eTipo);
     this.tpDati.Controls.Add(this.eDescrizione);
     this.tpDati.Location = new System.Drawing.Point(4, 22);
     this.tpDati.Size     = new System.Drawing.Size(700, 209);
     //
     // Griglia_Indirizzi
     //
     this.Griglia_Indirizzi.Size = new System.Drawing.Size(694, 203);
     //
     // Griglia_Recapiti
     //
     this.Griglia_Recapiti.Size = new System.Drawing.Size(694, 203);
     //
     // Griglia_InfoAggiuntive
     //
     this.Griglia_InfoAggiuntive.Size = new System.Drawing.Size(694, 203);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(8, 47);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(28, 13);
     this.label2.TabIndex = 20;
     this.label2.Text     = "Tipo";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(8, 21);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(62, 13);
     this.label1.TabIndex = 19;
     this.label1.Text     = "Descrizione";
     //
     // eTipo
     //
     this.eTipo.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.eTipo.FormattingEnabled = true;
     this.eTipo.Location          = new System.Drawing.Point(76, 44);
     this.eTipo.Name     = "eTipo";
     this.eTipo.Size     = new System.Drawing.Size(336, 21);
     this.eTipo.Sorted   = true;
     this.eTipo.TabIndex = 1;
     //
     // eDescrizione
     //
     this.eDescrizione.Location  = new System.Drawing.Point(76, 18);
     this.eDescrizione.MaxLength = 400;
     this.eDescrizione.Name      = "eDescrizione";
     this.eDescrizione.Size      = new System.Drawing.Size(336, 20);
     this.eDescrizione.TabIndex  = 0;
     //
     // Dettaglio
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.ClientSize          = new System.Drawing.Size(708, 257);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "Dettaglio";
     this.Text = "Dettaglio ente";
     this.tabControl1.ResumeLayout(false);
     this.tpIndirizzi.ResumeLayout(false);
     this.tpInfoAggiuntive.ResumeLayout(false);
     this.tpRecapiti.ResumeLayout(false);
     this.tpDati.ResumeLayout(false);
     this.tpDati.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemple #2
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Ricerca));
     this.eDescrizione = new Controlli.ucCaseTypeTextBox();
     this.eTipo        = new System.Windows.Forms.ComboBox();
     this.label1       = new System.Windows.Forms.Label();
     this.label2       = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // eDescrizione
     //
     this.eDescrizione.Location  = new System.Drawing.Point(80, 24);
     this.eDescrizione.MaxLength = 400;
     this.eDescrizione.Name      = "eDescrizione";
     this.eDescrizione.Size      = new System.Drawing.Size(197, 20);
     this.eDescrizione.TabIndex  = 0;
     //
     // eTipo
     //
     this.eTipo.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.eTipo.FormattingEnabled = true;
     this.eTipo.Location          = new System.Drawing.Point(331, 24);
     this.eTipo.Name     = "eTipo";
     this.eTipo.Sorted   = true;
     this.eTipo.Size     = new System.Drawing.Size(217, 21);
     this.eTipo.TabIndex = 1;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(12, 27);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(62, 13);
     this.label1.TabIndex = 3;
     this.label1.Text     = "Descrizione";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(297, 27);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(28, 13);
     this.label2.TabIndex = 4;
     this.label2.Text     = "Tipo";
     //
     // Ricerca
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.ClientSize          = new System.Drawing.Size(713, 475);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.eTipo);
     this.Controls.Add(this.eDescrizione);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "Ricerca";
     this.Text = "Enti";
     this.Controls.SetChildIndex(this.eDescrizione, 0);
     this.Controls.SetChildIndex(this.eTipo, 0);
     this.Controls.SetChildIndex(this.label1, 0);
     this.Controls.SetChildIndex(this.label2, 0);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemple #3
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Dettaglio));
     this.label2    = new System.Windows.Forms.Label();
     this.label1    = new System.Windows.Forms.Label();
     this.eNote     = new System.Windows.Forms.TextBox();
     this.eTipo     = new GAMSharp.UI.Controlli.ucCaseTypeTextBox();
     this.label3    = new System.Windows.Forms.Label();
     this.eAllegato = new GAMSharp.UI.Controlli.ucFileChoose();
     this.SuspendLayout();
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(11, 37);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(28, 13);
     this.label2.TabIndex = 10;
     this.label2.Text     = "Tipo";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(11, 93);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(30, 13);
     this.label1.TabIndex = 9;
     this.label1.Text     = "Note";
     //
     // eNote
     //
     this.eNote.Location   = new System.Drawing.Point(86, 90);
     this.eNote.MaxLength  = 5000;
     this.eNote.Multiline  = true;
     this.eNote.Name       = "eNote";
     this.eNote.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.eNote.Size       = new System.Drawing.Size(242, 292);
     this.eNote.TabIndex   = 2;
     //
     // eTipo
     //
     this.eTipo.Location  = new System.Drawing.Point(86, 34);
     this.eTipo.MaxLength = 50;
     this.eTipo.Name      = "eTipo";
     this.eTipo.Size      = new System.Drawing.Size(242, 20);
     this.eTipo.TabIndex  = 0;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(11, 63);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(45, 13);
     this.label3.TabIndex = 12;
     this.label3.Text     = "Allegato";
     //
     // eAllegato
     //
     this.eAllegato.FilePath_Real = "";
     this.eAllegato.Location      = new System.Drawing.Point(86, 60);
     this.eAllegato.Name          = "eAllegato";
     this.eAllegato.PathEntità    = null;
     this.eAllegato.PathKey       = null;
     this.eAllegato.Size          = new System.Drawing.Size(242, 24);
     this.eAllegato.TabIndex      = 1;
     //
     // Dettaglio
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.ClientSize          = new System.Drawing.Size(345, 394);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.eAllegato);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.eNote);
     this.Controls.Add(this.eTipo);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "Dettaglio";
     this.Text = "Dettaglio informazioni aggiuntive";
     this.Controls.SetChildIndex(this.eTipo, 0);
     this.Controls.SetChildIndex(this.eNote, 0);
     this.Controls.SetChildIndex(this.label1, 0);
     this.Controls.SetChildIndex(this.label2, 0);
     this.Controls.SetChildIndex(this.eAllegato, 0);
     this.Controls.SetChildIndex(this.label3, 0);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemple #4
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Dettaglio));
     this.label2       = new System.Windows.Forms.Label();
     this.label1       = new System.Windows.Forms.Label();
     this.eNote        = new System.Windows.Forms.TextBox();
     this.eDescrizione = new GAMSharp.UI.Controlli.ucCaseTypeTextBox();
     this.label3       = new System.Windows.Forms.Label();
     this.eIDEnte      = new GAMSharp.UI.Controlli.ucLookUp();
     this.SuspendLayout();
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(11, 62);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(29, 13);
     this.label2.TabIndex = 10;
     this.label2.Text     = "Ente";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(11, 88);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(30, 13);
     this.label1.TabIndex = 9;
     this.label1.Text     = "Note";
     //
     // eNote
     //
     this.eNote.Location   = new System.Drawing.Point(86, 85);
     this.eNote.MaxLength  = 5000;
     this.eNote.Multiline  = true;
     this.eNote.Name       = "eNote";
     this.eNote.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.eNote.Size       = new System.Drawing.Size(617, 294);
     this.eNote.TabIndex   = 2;
     //
     // eDescrizione
     //
     this.eDescrizione.Location  = new System.Drawing.Point(86, 33);
     this.eDescrizione.MaxLength = 250;
     this.eDescrizione.Name      = "eDescrizione";
     this.eDescrizione.Size      = new System.Drawing.Size(617, 20);
     this.eDescrizione.TabIndex  = 0;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(11, 36);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(62, 13);
     this.label3.TabIndex = 12;
     this.label3.Text     = "Descrizione";
     //
     // eIDEnte
     //
     this.eIDEnte.Elemento = ((System.Tuple <object, string>)(resources.GetObject("eIDEnte.Elemento")));
     this.eIDEnte.Location = new System.Drawing.Point(86, 57);
     this.eIDEnte.Name     = "eIDEnte";
     this.eIDEnte.ReadOnly = false;
     this.eIDEnte.Size     = new System.Drawing.Size(617, 25);
     this.eIDEnte.TabIndex = 1;
     this.eIDEnte.Tipo     = null;
     this.eIDEnte.Value    = null;
     //
     // Dettaglio
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.ClientSize          = new System.Drawing.Size(719, 391);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.eNote);
     this.Controls.Add(this.eDescrizione);
     this.Controls.Add(this.eIDEnte);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "Dettaglio";
     this.Text = "Dettaglio attività extra";
     this.Controls.SetChildIndex(this.eIDEnte, 0);
     this.Controls.SetChildIndex(this.eDescrizione, 0);
     this.Controls.SetChildIndex(this.eNote, 0);
     this.Controls.SetChildIndex(this.label1, 0);
     this.Controls.SetChildIndex(this.label2, 0);
     this.Controls.SetChildIndex(this.label3, 0);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemple #5
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Dettaglio));
     this.eTipo      = new System.Windows.Forms.ComboBox();
     this.eStato     = new GAMSharp.UI.Controlli.ddlNazione();
     this.label1     = new System.Windows.Forms.Label();
     this.label2     = new System.Windows.Forms.Label();
     this.label3     = new System.Windows.Forms.Label();
     this.eProvincia = new GAMSharp.UI.Controlli.ddlProvincia();
     this.label4     = new System.Windows.Forms.Label();
     this.label5     = new System.Windows.Forms.Label();
     this.eComune    = new GAMSharp.UI.Controlli.ddlComune();
     this.eCAP       = new System.Windows.Forms.MaskedTextBox();
     this.label6     = new System.Windows.Forms.Label();
     this.eNote      = new System.Windows.Forms.TextBox();
     this.label7     = new System.Windows.Forms.Label();
     this.eIndirizzo = new GAMSharp.UI.Controlli.ucCaseTypeTextBox();
     this.SuspendLayout();
     //
     // eTipo
     //
     this.eTipo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.eTipo.Location      = new System.Drawing.Point(118, 34);
     this.eTipo.Name          = "eTipo";
     this.eTipo.Size          = new System.Drawing.Size(261, 21);
     this.eTipo.TabIndex      = 0;
     //
     // eStato
     //
     this.eStato.Location  = new System.Drawing.Point(118, 60);
     this.eStato.MaxLength = 100;
     this.eStato.Name      = "eStato";
     this.eStato.Size      = new System.Drawing.Size(261, 20);
     this.eStato.TabIndex  = 1;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(12, 63);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(32, 13);
     this.label1.TabIndex = 5;
     this.label1.Text     = "Stato";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(12, 37);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(28, 13);
     this.label2.TabIndex = 6;
     this.label2.Text     = "Tipo";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(12, 89);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(51, 13);
     this.label3.TabIndex = 8;
     this.label3.Text     = "Provincia";
     //
     // eProvincia
     //
     this.eProvincia.Location  = new System.Drawing.Point(118, 86);
     this.eProvincia.MaxLength = 2;
     this.eProvincia.Name      = "eProvincia";
     this.eProvincia.Size      = new System.Drawing.Size(44, 20);
     this.eProvincia.TabIndex  = 2;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(12, 115);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(28, 13);
     this.label4.TabIndex = 10;
     this.label4.Text     = "CAP";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(12, 141);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(46, 13);
     this.label5.TabIndex = 12;
     this.label5.Text     = "Comune";
     //
     // eComune
     //
     this.eComune.Location  = new System.Drawing.Point(118, 138);
     this.eComune.MaxLength = 100;
     this.eComune.Name      = "eComune";
     this.eComune.Size      = new System.Drawing.Size(261, 20);
     this.eComune.TabIndex  = 4;
     //
     // eCAP
     //
     this.eCAP.Location = new System.Drawing.Point(118, 112);
     this.eCAP.Mask     = "00000";
     this.eCAP.Name     = "eCAP";
     this.eCAP.Size     = new System.Drawing.Size(53, 20);
     this.eCAP.TabIndex = 3;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(12, 193);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(30, 13);
     this.label6.TabIndex = 15;
     this.label6.Text     = "Note";
     //
     // eNote
     //
     this.eNote.Location   = new System.Drawing.Point(118, 190);
     this.eNote.MaxLength  = 5000;
     this.eNote.Multiline  = true;
     this.eNote.Name       = "eNote";
     this.eNote.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.eNote.Size       = new System.Drawing.Size(261, 210);
     this.eNote.TabIndex   = 6;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(12, 167);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(45, 13);
     this.label7.TabIndex = 17;
     this.label7.Text     = "Indirizzo";
     //
     // eIndirizzo
     //
     this.eIndirizzo.Location  = new System.Drawing.Point(118, 164);
     this.eIndirizzo.MaxLength = 300;
     this.eIndirizzo.Name      = "eIndirizzo";
     this.eIndirizzo.Size      = new System.Drawing.Size(261, 20);
     this.eIndirizzo.TabIndex  = 5;
     //
     // Dettaglio
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.ClientSize          = new System.Drawing.Size(397, 412);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.eIndirizzo);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.eNote);
     this.Controls.Add(this.eCAP);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.eComune);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.eProvincia);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.eStato);
     this.Controls.Add(this.eTipo);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "Dettaglio";
     this.Text = "Dettaglio indirizzo";
     this.Controls.SetChildIndex(this.eTipo, 0);
     this.Controls.SetChildIndex(this.eStato, 0);
     this.Controls.SetChildIndex(this.label1, 0);
     this.Controls.SetChildIndex(this.label2, 0);
     this.Controls.SetChildIndex(this.eProvincia, 0);
     this.Controls.SetChildIndex(this.label3, 0);
     this.Controls.SetChildIndex(this.label4, 0);
     this.Controls.SetChildIndex(this.eComune, 0);
     this.Controls.SetChildIndex(this.label5, 0);
     this.Controls.SetChildIndex(this.eCAP, 0);
     this.Controls.SetChildIndex(this.eNote, 0);
     this.Controls.SetChildIndex(this.label6, 0);
     this.Controls.SetChildIndex(this.eIndirizzo, 0);
     this.Controls.SetChildIndex(this.label7, 0);
     this.ResumeLayout(false);
     this.PerformLayout();
 }