/// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo1 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("", Infragistics.Win.ToolTipImage.Default, "Tipo Accorpamento", Infragistics.Win.DefaultableBoolean.Default);
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CreazionePianoRatealeScelta));
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            this.lblPrompt = new Infragistics.Win.Misc.UltraLabel();
            this.sceltaOpzione = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
            this.btnConferma = new Infragistics.Win.Misc.UltraButton();
            this.btnAnnulla = new Infragistics.Win.Misc.UltraButton();
            this.tipoCreazioneRate = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.selezioniGroup = new Infragistics.Win.Misc.UltraGroupBox();
            this.esercizi = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.eserciziDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.lblEsercizio = new Infragistics.Win.Misc.UltraLabel();
            this.lblCondominio = new Infragistics.Win.Misc.UltraLabel();
            this.sceltaCondominioCombo1 = new Gipasoft.Stabili.UI.Library.SceltaCondominioCombo();
            this.reqEsercizio = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.reqCondominio = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.validationSummary1 = new Gipasoft.Windows.Forms.CustomValidation.ValidationSummary(this.components);
            this.lblTipoAccorpamento = new Infragistics.Win.Misc.UltraLabel();
            this.ultraToolTipManager1 = new Infragistics.Win.UltraWinToolTip.UltraToolTipManager(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.sceltaOpzione)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoCreazioneRate)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.selezioniGroup)).BeginInit();
            this.selezioniGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.esercizi)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.eserciziDTOBindingSource)).BeginInit();
            this.SuspendLayout();
            // 
            // lblPrompt
            // 
            this.lblPrompt.Appearance = appearance1;
            this.lblPrompt.Location = new System.Drawing.Point(18, 116);
            this.lblPrompt.Name = "lblPrompt";
            this.lblPrompt.Size = new System.Drawing.Size(341, 29);
            this.lblPrompt.TabIndex = 0;
            this.lblPrompt.Text = "Scegliere l\'operazione che si vuole eseguire e premere Conferma:";
            // 
            // sceltaOpzione
            // 
            this.sceltaOpzione.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
            this.sceltaOpzione.CheckedIndex = 0;
            appearance2.TextHAlignAsString = "Right";
            this.sceltaOpzione.ItemAppearance = appearance2;
            valueListItem1.DataValue = "bilancio";
            valueListItem1.DisplayText = "Creare il piano rateale partendo dal bilancio preventivo";
            valueListItem2.DataValue = "manuale";
            valueListItem2.DisplayText = "Creare o Modificare un piano rateale manualmente";
            valueListItem3.DataValue = "acconto";
            valueListItem3.DisplayText = "Creare una o più rate di acconto";
            valueListItem4.DataValue = "delete";
            valueListItem4.DisplayText = "Cancellare il piano rateale";
            this.sceltaOpzione.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem1,
            valueListItem2,
            valueListItem3,
            valueListItem4});
            this.sceltaOpzione.ItemSpacingVertical = 10;
            this.sceltaOpzione.Location = new System.Drawing.Point(34, 138);
            this.sceltaOpzione.Name = "sceltaOpzione";
            this.sceltaOpzione.Size = new System.Drawing.Size(305, 109);
            this.sceltaOpzione.TabIndex = 1;
            this.sceltaOpzione.Text = "Creare il piano rateale partendo dal bilancio preventivo";
            // 
            // btnConferma
            // 
            this.btnConferma.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnConferma.Location = new System.Drawing.Point(12, 253);
            this.btnConferma.Name = "btnConferma";
            this.btnConferma.Size = new System.Drawing.Size(75, 23);
            this.btnConferma.TabIndex = 2;
            this.btnConferma.Text = "Conferma";
            this.btnConferma.Click += new System.EventHandler(this.btnConfermaClick);
            // 
            // btnAnnulla
            // 
            this.btnAnnulla.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnAnnulla.Location = new System.Drawing.Point(93, 253);
            this.btnAnnulla.Name = "btnAnnulla";
            this.btnAnnulla.Size = new System.Drawing.Size(75, 23);
            this.btnAnnulla.TabIndex = 3;
            this.btnAnnulla.Text = "Annulla";
            this.btnAnnulla.Click += new System.EventHandler(this.btnAnnullaClick);
            // 
            // tipoCreazioneRate
            // 
            this.tipoCreazioneRate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.tipoCreazioneRate.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.tipoCreazioneRate.Location = new System.Drawing.Point(204, 254);
            this.tipoCreazioneRate.Name = "tipoCreazioneRate";
            this.tipoCreazioneRate.Size = new System.Drawing.Size(144, 21);
            this.tipoCreazioneRate.TabIndex = 4;
            ultraToolTipInfo1.ToolTipTextFormatted = resources.GetString("ultraToolTipInfo1.ToolTipTextFormatted");
            ultraToolTipInfo1.ToolTipTitle = "Tipo Accorpamento";
            this.ultraToolTipManager1.SetUltraToolTip(this.tipoCreazioneRate, ultraToolTipInfo1);
            // 
            // selezioniGroup
            // 
            this.selezioniGroup.Controls.Add(this.esercizi);
            this.selezioniGroup.Controls.Add(this.lblEsercizio);
            this.selezioniGroup.Controls.Add(this.lblCondominio);
            this.selezioniGroup.Controls.Add(this.sceltaCondominioCombo1);
            this.selezioniGroup.Location = new System.Drawing.Point(12, 12);
            this.selezioniGroup.Name = "selezioniGroup";
            this.selezioniGroup.Size = new System.Drawing.Size(362, 90);
            this.selezioniGroup.TabIndex = 5;
            this.selezioniGroup.Text = "Selezioni";
            // 
            // esercizi
            // 
            this.esercizi.DataSource = this.eserciziDTOBindingSource;
            this.esercizi.DisplayMember = "DisplayName";
            this.esercizi.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.esercizi.Location = new System.Drawing.Point(84, 55);
            this.esercizi.Name = "esercizi";
            this.esercizi.Size = new System.Drawing.Size(263, 21);
            this.esercizi.TabIndex = 16;
            this.esercizi.ValueMember = "ID";
            this.esercizi.ValueChanged += new System.EventHandler(this.eserciziValueChanged);
            // 
            // eserciziDTOBindingSource
            // 
            this.eserciziDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.EsercizioDTO);
            // 
            // lblEsercizio
            // 
            this.lblEsercizio.Appearance = appearance4;
            this.lblEsercizio.Location = new System.Drawing.Point(6, 59);
            this.lblEsercizio.Name = "lblEsercizio";
            this.lblEsercizio.Size = new System.Drawing.Size(72, 23);
            this.lblEsercizio.TabIndex = 4;
            this.lblEsercizio.Text = "Esercizio";
            // 
            // lblCondominio
            // 
            this.lblCondominio.Appearance = appearance5;
            this.lblCondominio.Location = new System.Drawing.Point(6, 30);
            this.lblCondominio.Name = "lblCondominio";
            this.lblCondominio.Size = new System.Drawing.Size(72, 23);
            this.lblCondominio.TabIndex = 3;
            this.lblCondominio.Text = "Condominio";
            // 
            // sceltaCondominioCombo1
            // 
            this.sceltaCondominioCombo1.IdCondominioSelected = 0;
            this.sceltaCondominioCombo1.Location = new System.Drawing.Point(84, 26);
            this.sceltaCondominioCombo1.Name = "sceltaCondominioCombo1";
            this.sceltaCondominioCombo1.Size = new System.Drawing.Size(263, 21);
            this.sceltaCondominioCombo1.TabIndex = 0;
            // 
            // reqEsercizio
            // 
            this.reqEsercizio.ControlToValidate = this.esercizi;
            this.reqEsercizio.ErrorMessage = "Scegliere un esercizio";
            this.reqEsercizio.Icon = ((System.Drawing.Icon)(resources.GetObject("reqEsercizio.Icon")));
            // 
            // reqCondominio
            // 
            this.reqCondominio.ControlToValidate = this.sceltaCondominioCombo1;
            this.reqCondominio.ErrorMessage = "Scegliere un condominio";
            this.reqCondominio.Icon = ((System.Drawing.Icon)(resources.GetObject("reqCondominio.Icon")));
            // 
            // lblTipoAccorpamento
            // 
            this.lblTipoAccorpamento.Appearance = appearance3;
            this.lblTipoAccorpamento.Location = new System.Drawing.Point(204, 235);
            this.lblTipoAccorpamento.Name = "lblTipoAccorpamento";
            this.lblTipoAccorpamento.Size = new System.Drawing.Size(108, 16);
            this.lblTipoAccorpamento.TabIndex = 6;
            this.lblTipoAccorpamento.Text = "Tipo Accorpamento:";
            // 
            // ultraToolTipManager1
            // 
            this.ultraToolTipManager1.ContainingControl = this;
            // 
            // CreazionePianoRatealeScelta
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(378, 281);
            this.ControlBox = false;
            this.Controls.Add(this.lblTipoAccorpamento);
            this.Controls.Add(this.selezioniGroup);
            this.Controls.Add(this.tipoCreazioneRate);
            this.Controls.Add(this.btnAnnulla);
            this.Controls.Add(this.btnConferma);
            this.Controls.Add(this.sceltaOpzione);
            this.Controls.Add(this.lblPrompt);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "CreazionePianoRatealeScelta";
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
            this.Text = "Scelta operazione";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.creazionePianoRatealeSceltaFormClosing);
            this.Load += new System.EventHandler(this.creazionePianoRatealeSceltaLoad);
            ((System.ComponentModel.ISupportInitialize)(this.sceltaOpzione)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoCreazioneRate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.selezioniGroup)).EndInit();
            this.selezioniGroup.ResumeLayout(false);
            this.selezioniGroup.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.esercizi)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.eserciziDTOBindingSource)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Impiantistica", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Descrizione");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdUnitaImmobiliare");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NonSegnalato");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Norma");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Tipo");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ExtensionData");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DisplayName");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FrequentlyAccessed");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsDeleteAllow");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Stato");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Version");
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo2 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Descrive per ogni tipo d\'impianto le condizioni in cui si trova", Infragistics.Win.ToolTipImage.Default, "Impiantistica", Infragistics.Win.DefaultableBoolean.Default);
            Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo1 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Se selezionato indica che l\'impiantisitca dell\'unità immobiliare è a norma", Infragistics.Win.ToolTipImage.Default, "Impiantistica", Infragistics.Win.DefaultableBoolean.Default);
            this.listaImpiantistica = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.sicurezzaImpiantoDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.sicurezzaImpiantiGroup = new Infragistics.Win.Misc.UltraGroupBox();
            this.norma = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.lblNote = new Infragistics.Win.Misc.UltraLabel();
            this.ultraToolTipManager1 = new Infragistics.Win.UltraWinToolTip.UltraToolTipManager(this.components);
            this.note = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            ((System.ComponentModel.ISupportInitialize)(this.listaImpiantistica)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sicurezzaImpiantoDTOBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sicurezzaImpiantiGroup)).BeginInit();
            this.sicurezzaImpiantiGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.norma)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.note)).BeginInit();
            this.SuspendLayout();
            // 
            // listaImpiantistica
            // 
            this.listaImpiantistica.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.listaImpiantistica.DataMember = "Impiantistica";
            this.listaImpiantistica.DataSource = this.sicurezzaImpiantoDTOBindingSource;
            this.listaImpiantistica.DisplayLayout.AutoFitStyle = Infragistics.Win.UltraWinGrid.AutoFitStyle.ResizeAllColumns;
            ultraGridColumn1.Header.VisiblePosition = 1;
            ultraGridColumn1.Width = 216;
            ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn2.Header.Caption = "Id Unita Immobiliare";
            ultraGridColumn2.Header.VisiblePosition = 2;
            ultraGridColumn2.Hidden = true;
            ultraGridColumn12.Header.Caption = "Non Segn.";
            ultraGridColumn12.Header.VisiblePosition = 3;
            ultraGridColumn12.Width = 74;
            ultraGridColumn3.Header.VisiblePosition = 4;
            ultraGridColumn3.Width = 43;
            ultraGridColumn4.Header.VisiblePosition = 0;
            ultraGridColumn4.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DropDown;
            ultraGridColumn4.Width = 129;
            ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn5.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn5.Header.VisiblePosition = 5;
            ultraGridColumn5.Hidden = true;
            ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn6.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn6.Header.VisiblePosition = 6;
            ultraGridColumn6.Hidden = true;
            ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn7.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn7.Header.VisiblePosition = 7;
            ultraGridColumn7.Hidden = true;
            ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn8.Header.Caption = "Id";
            ultraGridColumn8.Header.VisiblePosition = 8;
            ultraGridColumn8.Hidden = true;
            ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn9.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn9.Header.VisiblePosition = 9;
            ultraGridColumn9.Hidden = true;
            ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn10.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn10.Header.VisiblePosition = 10;
            ultraGridColumn10.Hidden = true;
            ultraGridColumn11.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn11.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn11.Header.VisiblePosition = 11;
            ultraGridColumn11.Hidden = true;
            ultraGridBand1.Columns.AddRange(new object[] {
            ultraGridColumn1,
            ultraGridColumn2,
            ultraGridColumn12,
            ultraGridColumn3,
            ultraGridColumn4,
            ultraGridColumn5,
            ultraGridColumn6,
            ultraGridColumn7,
            ultraGridColumn8,
            ultraGridColumn9,
            ultraGridColumn10,
            ultraGridColumn11});
            this.listaImpiantistica.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
            appearance1.FontData.BoldAsString = "True";
            appearance1.TextHAlignAsString = "Left";
            this.listaImpiantistica.DisplayLayout.CaptionAppearance = appearance1;
            this.listaImpiantistica.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.TemplateOnBottom;
            this.listaImpiantistica.DisplayLayout.Override.RowSelectorHeaderStyle = Infragistics.Win.UltraWinGrid.RowSelectorHeaderStyle.ColumnChooserButton;
            this.listaImpiantistica.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
            this.listaImpiantistica.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.listaImpiantistica.Location = new System.Drawing.Point(8, 166);
            this.listaImpiantistica.Name = "listaImpiantistica";
            this.listaImpiantistica.Size = new System.Drawing.Size(483, 195);
            this.listaImpiantistica.TabIndex = 0;
            this.listaImpiantistica.Text = "Impiantistica";
            ultraToolTipInfo2.ToolTipText = "Descrive per ogni tipo d\'impianto le condizioni in cui si trova";
            ultraToolTipInfo2.ToolTipTitle = "Impiantistica";
            this.ultraToolTipManager1.SetUltraToolTip(this.listaImpiantistica, ultraToolTipInfo2);
            // 
            // sicurezzaImpiantoDTOBindingSource
            // 
            this.sicurezzaImpiantoDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.SicurezzaImpiantoDTO);
            // 
            // sicurezzaImpiantiGroup
            // 
            this.sicurezzaImpiantiGroup.Controls.Add(this.note);
            this.sicurezzaImpiantiGroup.Controls.Add(this.norma);
            this.sicurezzaImpiantiGroup.Controls.Add(this.lblNote);
            this.sicurezzaImpiantiGroup.Controls.Add(this.listaImpiantistica);
            this.sicurezzaImpiantiGroup.Dock = System.Windows.Forms.DockStyle.Fill;
            this.sicurezzaImpiantiGroup.Location = new System.Drawing.Point(0, 0);
            this.sicurezzaImpiantiGroup.Name = "sicurezzaImpiantiGroup";
            this.sicurezzaImpiantiGroup.Size = new System.Drawing.Size(497, 367);
            this.sicurezzaImpiantiGroup.TabIndex = 1;
            this.sicurezzaImpiantiGroup.Text = "Condizioni di sicurezza degli impianti";
            // 
            // norma
            // 
            this.norma.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.norma.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.norma.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.sicurezzaImpiantoDTOBindingSource, "Norma", true));
            this.norma.Location = new System.Drawing.Point(425, 22);
            this.norma.Name = "norma";
            this.norma.Size = new System.Drawing.Size(66, 20);
            this.norma.TabIndex = 3;
            this.norma.Text = "A Norma";
            ultraToolTipInfo1.ToolTipText = "Se selezionato indica che l\'impiantisitca dell\'unità immobiliare è a norma";
            ultraToolTipInfo1.ToolTipTitle = "Impiantistica";
            this.ultraToolTipManager1.SetUltraToolTip(this.norma, ultraToolTipInfo1);
            // 
            // lblNote
            // 
            this.lblNote.Location = new System.Drawing.Point(8, 23);
            this.lblNote.Name = "lblNote";
            this.lblNote.Size = new System.Drawing.Size(100, 14);
            this.lblNote.TabIndex = 2;
            this.lblNote.Text = "Note";
            // 
            // ultraToolTipManager1
            // 
            this.ultraToolTipManager1.ContainingControl = this;
            // 
            // note
            // 
            this.note.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.note.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.sicurezzaImpiantoDTOBindingSource, "Note", true));
            this.note.Location = new System.Drawing.Point(6, 46);
            this.note.Multiline = true;
            this.note.Name = "note";
            this.note.Size = new System.Drawing.Size(485, 106);
            this.note.TabIndex = 4;
            // 
            // SicurezzaImpiantoUC
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.sicurezzaImpiantiGroup);
            this.Name = "SicurezzaImpiantoUC";
            this.Size = new System.Drawing.Size(497, 367);
            ((System.ComponentModel.ISupportInitialize)(this.listaImpiantistica)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sicurezzaImpiantoDTOBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sicurezzaImpiantiGroup)).EndInit();
            this.sicurezzaImpiantiGroup.ResumeLayout(false);
            this.sicurezzaImpiantiGroup.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.norma)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.note)).EndInit();
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("DatiBancariDTO", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Abi");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Cab");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Cin");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ContoCorrente");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DataValidita");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Descrizione");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneAbi");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneCab");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Iban");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdCondominio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Note");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Principale");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ExtensionData");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DisplayName");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FrequentlyAccessed");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsDeleteAllow");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Stato");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Version");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DeleteColumn", 0);
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
            Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem7 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem8 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem9 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem10 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem11 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem12 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem13 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem14 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem15 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem16 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem17 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem18 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem19 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem20 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem21 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem22 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem23 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem24 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem25 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem26 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem27 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("ReferenteDTO", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Cellulare");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CodiceComuneNascita");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CodiceFiscale");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Cognome");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ComuneNascita");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CondominiAssemblea");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Contatti");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DataNascita");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Dinamico");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DisplayNameCompleto");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Email");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdAzienda");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Nome");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NominativoPersona");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NumeroCondominiAssemblea");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NumeroUnitaImmobiliariAssemblea");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PartitaIva");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn41 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PersonaId");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn42 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Sesso");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn43 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Sigla");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn44 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Sostitutivo");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn45 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Telefono");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn46 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ExtensionData");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn47 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DisplayName");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn48 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FrequentlyAccessed");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn49 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn50 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsDeleteAllow");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn51 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Stato");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn52 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Version");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn53 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DeleteColumn", 0);
            Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DettaglioCondominioUI));
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand3 = new Infragistics.Win.UltraWinGrid.UltraGridBand("CondominiAssemblea", 0);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn54 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Value");
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand4 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Contatti", 0);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn55 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CodiceRiferimento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn56 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Descrizione");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn57 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Predefinito");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn58 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SelectColumn");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn59 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TipoContatto");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn60 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Valore");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn61 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ExtensionData");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn62 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DisplayName");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn63 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FrequentlyAccessed");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn64 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn65 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsDeleteAllow");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn66 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Stato");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn67 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Version");
            Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton("fullText");
            Infragistics.Win.ValueListItem valueListItem28 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem29 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem30 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem31 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo1 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Soggetto che presenta la parte della dichiarazione relativa ai contributi del dip" +
        "endente.", Infragistics.Win.ToolTipImage.Info, null, Infragistics.Win.DefaultableBoolean.Default);
            Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab3 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab4 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            this.datiCondominioTab = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.datiBancariGroup = new Infragistics.Win.Misc.UltraGroupBox();
            this.lblCodiceCuc = new Infragistics.Win.Misc.UltraLabel();
            this.codiceCuc = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.condominioBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.lblCodiceSia = new Infragistics.Win.Misc.UltraLabel();
            this.codiceSia = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.listaBanche = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.datiBancariDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.noteGroupBox = new Infragistics.Win.Misc.UltraGroupBox();
            this.note = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.groupDatiAssemblea = new Infragistics.Win.Misc.UltraGroupBox();
            this.luogoAssemblea = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblGiornoAssemblea = new Infragistics.Win.Misc.UltraLabel();
            this.giornoAssemblea = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.lblLuogoAssemblea = new Infragistics.Win.Misc.UltraLabel();
            this.lblMeseAssemblea = new Infragistics.Win.Misc.UltraLabel();
            this.meseAssemblea = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.groupDatiCatastali = new Infragistics.Win.Misc.UltraGroupBox();
            this.mappaleCatastale = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.foglioCatastale = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.lblFoglioCatastale = new Infragistics.Win.Misc.UltraLabel();
            this.lblMappaleCatastale = new Infragistics.Win.Misc.UltraLabel();
            this.datiGestionaliGroupBox = new Infragistics.Win.Misc.UltraGroupBox();
            this.lblChiusuraEsercizio = new Infragistics.Win.Misc.UltraLabel();
            this.lblCodiceFiscale = new Infragistics.Win.Misc.UltraLabel();
            this.giornoChiusuraEsercizio = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.meseChiusuraEsercizio = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.lblReferente = new Infragistics.Win.Misc.UltraLabel();
            this.lblAnnoInizio = new Infragistics.Win.Misc.UltraLabel();
            this.codiceFiscale = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.referenti = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.responsabileCondominioBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.lblUnitaImmobiliari = new Infragistics.Win.Misc.UltraLabel();
            this.lblResponsabileContabilita = new Infragistics.Win.Misc.UltraLabel();
            this.annoInizio = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.responsabileContabilita = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.supercondominio = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.unitaImmobiliari = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.lblResponsabileAssemblea = new Infragistics.Win.Misc.UltraLabel();
            this.archiviazioneOttica = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.responsabiliAssemblea = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.referenteDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.archiviazioneOtticaContratti = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.datiGeneraliGroupBox = new Infragistics.Win.Misc.UltraGroupBox();
            this.descrizione = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.civico = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.indirizzoCondominioBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.indirizzo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblLocalita = new Infragistics.Win.Misc.UltraLabel();
            this.lblCodice = new Infragistics.Win.Misc.UltraLabel();
            this.localita = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblCivico = new Infragistics.Win.Misc.UltraLabel();
            this.lblComune = new Infragistics.Win.Misc.UltraLabel();
            this.codiceCondominio = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblCap = new Infragistics.Win.Misc.UltraLabel();
            this.cap = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblIndirizzo = new Infragistics.Win.Misc.UltraLabel();
            this.lblDescrizione = new Infragistics.Win.Misc.UltraLabel();
            this.sceltaComuneCombo1 = new Gipasoft.Stabili.UI.Library.SceltaComuneCombo();
            this.noteTab = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.groupUnitaImmobiliare = new Infragistics.Win.Misc.UltraGroupBox();
            this.descrizioneUnitaImmobiliare = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblModelloDescrizioneUnitaImmobiliare = new Infragistics.Win.Misc.UltraLabel();
            this.movimentiPrimaApertura = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
            this.note2 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.movimentiDopoChiusura = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
            this.calcoloAcquaGroup = new Infragistics.Win.Misc.UltraGroupBox();
            this.tipoCalcoloAcqua = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.lblCalcoloAcqua = new Infragistics.Win.Misc.UltraLabel();
            this.lblAltreNote = new Infragistics.Win.Misc.UltraLabel();
            this.groupModello770 = new Infragistics.Win.Misc.UltraGroupBox();
            this.sceltaFornitoreCombo1 = new Gipasoft.Stabili.UI.Library.SceltaFornitoreCombo();
            this.lblFornitore770 = new Infragistics.Win.Misc.UltraLabel();
            this.groupFormatoDescrizioneRegistrazioni = new Infragistics.Win.Misc.UltraGroupBox();
            this.lblFormatoDescrizioneSpesa = new Infragistics.Win.Misc.UltraLabel();
            this.lblFormatoDescrizioneMovimento = new Infragistics.Win.Misc.UltraLabel();
            this.btnFormatoStd = new Infragistics.Win.Misc.UltraButton();
            this.formatoDescrizioneMovimento = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.formatoDescrizioneSpesa = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.descrizioneAutomatica = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.mainTabContainer = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
            this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
            this.datiBancariValidator = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            this.reqMeseChiusuraEsercizio = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.reqAnnoInizio = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.backgroundWorkerDatiPlugins = new System.ComponentModel.BackgroundWorker();
            this.chiusuraEsercizioValidator = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            this.annoInizioRangeValidator = new Gipasoft.Windows.Forms.CustomValidation.RangeValidator();
            this.reqGiornoChiusuraEsercizio = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.sferaHelpProvider = new System.Windows.Forms.HelpProvider();
            this.civicoPopUpContainer = new Infragistics.Win.Misc.UltraPopupControlContainer(this.components);
            this.civicoFullText = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraToolTipManager1 = new Infragistics.Win.UltraWinToolTip.UltraToolTipManager(this.components);
            this.rangeAnnoInizio = new Gipasoft.Windows.Forms.CustomValidation.RangeValidator();
            this.reqCodice = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManagerStandard)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.standardFormStatus)).BeginInit();
            this.MainStandardForm_Fill_Panel.SuspendLayout();
            this.datiCondominioTab.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.datiBancariGroup)).BeginInit();
            this.datiBancariGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.codiceCuc)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.condominioBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.codiceSia)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.listaBanche)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.datiBancariDTOBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.noteGroupBox)).BeginInit();
            this.noteGroupBox.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.note)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupDatiAssemblea)).BeginInit();
            this.groupDatiAssemblea.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.luogoAssemblea)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.giornoAssemblea)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.meseAssemblea)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupDatiCatastali)).BeginInit();
            this.groupDatiCatastali.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.mappaleCatastale)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.foglioCatastale)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.datiGestionaliGroupBox)).BeginInit();
            this.datiGestionaliGroupBox.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.giornoChiusuraEsercizio)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.meseChiusuraEsercizio)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.codiceFiscale)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.referenti)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.responsabileCondominioBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.annoInizio)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.responsabileContabilita)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.supercondominio)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.unitaImmobiliari)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.archiviazioneOttica)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.responsabiliAssemblea)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.referenteDTOBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.archiviazioneOtticaContratti)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.datiGeneraliGroupBox)).BeginInit();
            this.datiGeneraliGroupBox.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.descrizione)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.civico)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.indirizzoCondominioBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.indirizzo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.localita)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.codiceCondominio)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cap)).BeginInit();
            this.noteTab.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.groupUnitaImmobiliare)).BeginInit();
            this.groupUnitaImmobiliare.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.descrizioneUnitaImmobiliare)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.movimentiPrimaApertura)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.note2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.movimentiDopoChiusura)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.calcoloAcquaGroup)).BeginInit();
            this.calcoloAcquaGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tipoCalcoloAcqua)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupModello770)).BeginInit();
            this.groupModello770.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.groupFormatoDescrizioneRegistrazioni)).BeginInit();
            this.groupFormatoDescrizioneRegistrazioni.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.formatoDescrizioneMovimento)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.formatoDescrizioneSpesa)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.descrizioneAutomatica)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.mainTabContainer)).BeginInit();
            this.mainTabContainer.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.civicoFullText)).BeginInit();
            this.SuspendLayout();
            // 
            // ultraToolbarsManagerStandard
            // 
            this.ultraToolbarsManagerStandard.MenuSettings.ForceSerialization = true;
            this.ultraToolbarsManagerStandard.Ribbon.ApplicationMenuButtonImage = global::Gipasoft.Stabili.UI.Condomini.CondominioResources.sferanew_trasparente;
            this.ultraToolbarsManagerStandard.Ribbon.Visible = true;
            this.ultraToolbarsManagerStandard.ToolbarSettings.ForceSerialization = true;
            // 
            // standardFormStatus
            // 
            this.standardFormStatus.Location = new System.Drawing.Point(0, 1039);
            this.standardFormStatus.Size = new System.Drawing.Size(1588, 23);
            // 
            // MainStandardForm_Fill_Panel
            // 
            this.MainStandardForm_Fill_Panel.Controls.Add(this.mainTabContainer);
            this.MainStandardForm_Fill_Panel.Size = new System.Drawing.Size(1572, 875);
            // 
            // datiCondominioTab
            // 
            this.datiCondominioTab.Controls.Add(this.datiBancariGroup);
            this.datiCondominioTab.Controls.Add(this.noteGroupBox);
            this.datiCondominioTab.Controls.Add(this.groupDatiAssemblea);
            this.datiCondominioTab.Controls.Add(this.groupDatiCatastali);
            this.datiCondominioTab.Controls.Add(this.datiGestionaliGroupBox);
            this.datiCondominioTab.Controls.Add(this.datiGeneraliGroupBox);
            this.datiCondominioTab.Location = new System.Drawing.Point(-10000, -10000);
            this.datiCondominioTab.Name = "datiCondominioTab";
            this.datiCondominioTab.Size = new System.Drawing.Size(1136, 846);
            // 
            // datiBancariGroup
            // 
            this.datiBancariGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.datiBancariGroup.Controls.Add(this.lblCodiceCuc);
            this.datiBancariGroup.Controls.Add(this.codiceCuc);
            this.datiBancariGroup.Controls.Add(this.lblCodiceSia);
            this.datiBancariGroup.Controls.Add(this.codiceSia);
            this.datiBancariGroup.Controls.Add(this.listaBanche);
            this.datiBancariGroup.Location = new System.Drawing.Point(8, 366);
            this.datiBancariGroup.Name = "datiBancariGroup";
            this.datiBancariGroup.Size = new System.Drawing.Size(1121, 469);
            this.datiBancariGroup.TabIndex = 33;
            this.datiBancariGroup.Text = "Dati Bancari";
            // 
            // lblCodiceCuc
            // 
            this.lblCodiceCuc.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.lblCodiceCuc.Location = new System.Drawing.Point(779, 438);
            this.lblCodiceCuc.Name = "lblCodiceCuc";
            this.lblCodiceCuc.Size = new System.Drawing.Size(57, 26);
            this.lblCodiceCuc.TabIndex = 281;
            this.lblCodiceCuc.Text = "Cod. CUC";
            // 
            // codiceCuc
            // 
            this.codiceCuc.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.codiceCuc.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.condominioBindingSource, "CodiceCUC", true));
            this.codiceCuc.Location = new System.Drawing.Point(842, 438);
            this.codiceCuc.MaxLength = 8;
            this.codiceCuc.Name = "codiceCuc";
            this.codiceCuc.Size = new System.Drawing.Size(92, 21);
            this.codiceCuc.TabIndex = 282;
            // 
            // condominioBindingSource
            // 
            this.condominioBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.CondominioDTO);
            // 
            // lblCodiceSia
            // 
            this.lblCodiceSia.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.lblCodiceSia.Location = new System.Drawing.Point(960, 438);
            this.lblCodiceSia.Name = "lblCodiceSia";
            this.lblCodiceSia.Size = new System.Drawing.Size(57, 26);
            this.lblCodiceSia.TabIndex = 246;
            this.lblCodiceSia.Text = "Cod. SIA";
            // 
            // codiceSia
            // 
            this.codiceSia.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.codiceSia.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.condominioBindingSource, "CodiceSIA", true));
            this.codiceSia.Location = new System.Drawing.Point(1023, 438);
            this.codiceSia.MaxLength = 5;
            this.codiceSia.Name = "codiceSia";
            this.codiceSia.Size = new System.Drawing.Size(92, 21);
            this.codiceSia.TabIndex = 247;
            // 
            // listaBanche
            // 
            this.listaBanche.DataSource = this.datiBancariDTOBindingSource;
            appearance1.ForeColor = System.Drawing.Color.Maroon;
            this.listaBanche.DisplayLayout.AddNewBox.Appearance = appearance1;
            this.listaBanche.DisplayLayout.AddNewBox.Hidden = false;
            this.listaBanche.DisplayLayout.AddNewBox.Prompt = "Premi per aggiungere....";
            appearance2.BackColor = System.Drawing.SystemColors.Window;
            appearance2.BorderColor = System.Drawing.SystemColors.InactiveCaption;
            this.listaBanche.DisplayLayout.Appearance = appearance2;
            ultraGridBand1.AddButtonCaption = "Banche";
            ultraGridBand1.AddButtonToolTipText = "Premi il bottone per inserire un nuova coordinata bancaria";
            ultraGridColumn1.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.None;
            ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn1.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn1.Header.VisiblePosition = 2;
            ultraGridColumn1.Hidden = true;
            ultraGridColumn1.Nullable = Infragistics.Win.UltraWinGrid.Nullable.Nothing;
            ultraGridColumn1.Width = 152;
            ultraGridColumn2.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.None;
            ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn2.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn2.Header.VisiblePosition = 4;
            ultraGridColumn2.Hidden = true;
            ultraGridColumn2.Nullable = Infragistics.Win.UltraWinGrid.Nullable.Nothing;
            ultraGridColumn2.Width = 151;
            ultraGridColumn3.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn3.Header.VisiblePosition = 6;
            ultraGridColumn3.MaxLength = 1;
            ultraGridColumn3.Nullable = Infragistics.Win.UltraWinGrid.Nullable.Nothing;
            ultraGridColumn3.Width = 54;
            ultraGridColumn4.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn4.Header.Caption = "Conto";
            ultraGridColumn4.Header.VisiblePosition = 5;
            ultraGridColumn4.MaxLength = 12;
            ultraGridColumn4.Nullable = Infragistics.Win.UltraWinGrid.Nullable.Nothing;
            ultraGridColumn4.Width = 220;
            ultraGridColumn5.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
            ultraGridColumn5.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn5.ColumnChooserCaption = "Data fine validità";
            ultraGridColumn5.FilterClearButtonVisible = Infragistics.Win.DefaultableBoolean.True;
            ultraGridColumn5.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.GreaterThan;
            ultraGridColumn5.Header.Caption = "Dt. Fine Val.";
            ultraGridColumn5.Header.VisiblePosition = 13;
            ultraGridColumn5.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Date;
            ultraGridColumn5.Width = 87;
            ultraGridColumn6.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn6.Header.VisiblePosition = 8;
            ultraGridColumn6.Hidden = true;
            ultraGridColumn7.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn7.ColumnChooserCaption = "Descrizione Banca";
            ultraGridColumn7.Header.Caption = "Banca";
            ultraGridColumn7.Header.VisiblePosition = 1;
            ultraGridColumn7.Nullable = Infragistics.Win.UltraWinGrid.Nullable.Nothing;
            ultraGridColumn7.Width = 171;
            ultraGridColumn8.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn8.ColumnChooserCaption = "Descrizione Filiale";
            ultraGridColumn8.Header.Caption = "Filiale";
            ultraGridColumn8.Header.VisiblePosition = 3;
            ultraGridColumn8.Nullable = Infragistics.Win.UltraWinGrid.Nullable.Nothing;
            ultraGridColumn8.Width = 340;
            ultraGridColumn9.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn9.Header.VisiblePosition = 7;
            ultraGridColumn9.Hidden = true;
            ultraGridColumn9.MaxLength = 27;
            ultraGridColumn9.Nullable = Infragistics.Win.UltraWinGrid.Nullable.Nothing;
            ultraGridColumn10.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn10.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn10.Header.VisiblePosition = 10;
            ultraGridColumn10.Hidden = true;
            ultraGridColumn11.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn11.Header.VisiblePosition = 9;
            ultraGridColumn11.MaxLength = 50;
            ultraGridColumn11.Nullable = Infragistics.Win.UltraWinGrid.Nullable.Nothing;
            ultraGridColumn11.Width = 95;
            ultraGridColumn12.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn12.ColumnChooserCaption = "Banca principale";
            ultraGridColumn12.Header.Caption = "P";
            ultraGridColumn12.Header.VisiblePosition = 12;
            ultraGridColumn12.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
            ultraGridColumn12.Width = 54;
            ultraGridColumn13.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn13.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn13.Header.VisiblePosition = 15;
            ultraGridColumn13.Hidden = true;
            ultraGridColumn14.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn14.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn14.Header.VisiblePosition = 18;
            ultraGridColumn14.Hidden = true;
            ultraGridColumn15.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn15.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn15.Header.VisiblePosition = 16;
            ultraGridColumn15.Hidden = true;
            ultraGridColumn16.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn16.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn16.ColumnChooserCaption = "Identificativo";
            ultraGridColumn16.Header.Caption = "Id";
            ultraGridColumn16.Header.VisiblePosition = 0;
            ultraGridColumn16.Hidden = true;
            ultraGridColumn17.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn17.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn17.Header.VisiblePosition = 17;
            ultraGridColumn17.Hidden = true;
            ultraGridColumn17.Width = 88;
            ultraGridColumn18.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn18.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn18.Header.VisiblePosition = 11;
            ultraGridColumn18.Hidden = true;
            ultraGridColumn19.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn19.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn19.Header.VisiblePosition = 19;
            ultraGridColumn19.Hidden = true;
            ultraGridColumn20.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn20.ButtonDisplayStyle = Infragistics.Win.UltraWinGrid.ButtonDisplayStyle.Always;
            appearance3.Image = global::Gipasoft.Stabili.UI.Condomini.CondominioResources.delete;
            appearance3.ImageHAlign = Infragistics.Win.HAlign.Center;
            ultraGridColumn20.CellButtonAppearance = appearance3;
            ultraGridColumn20.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn20.Header.Caption = "C";
            ultraGridColumn20.Header.VisiblePosition = 14;
            ultraGridColumn20.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Button;
            ultraGridColumn20.Width = 43;
            ultraGridBand1.Columns.AddRange(new object[] {
            ultraGridColumn1,
            ultraGridColumn2,
            ultraGridColumn3,
            ultraGridColumn4,
            ultraGridColumn5,
            ultraGridColumn6,
            ultraGridColumn7,
            ultraGridColumn8,
            ultraGridColumn9,
            ultraGridColumn10,
            ultraGridColumn11,
            ultraGridColumn12,
            ultraGridColumn13,
            ultraGridColumn14,
            ultraGridColumn15,
            ultraGridColumn16,
            ultraGridColumn17,
            ultraGridColumn18,
            ultraGridColumn19,
            ultraGridColumn20});
            ultraGridBand1.Header.Caption = "Dati Bancari";
            appearance4.ForeColor = System.Drawing.Color.Black;
            ultraGridBand1.Override.ActiveRowAppearance = appearance4;
            ultraGridBand1.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
            this.listaBanche.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
            this.listaBanche.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            this.listaBanche.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
            appearance5.BackColor = System.Drawing.SystemColors.ActiveBorder;
            appearance5.BackColor2 = System.Drawing.SystemColors.ControlDark;
            appearance5.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance5.BorderColor = System.Drawing.SystemColors.Window;
            this.listaBanche.DisplayLayout.GroupByBox.Appearance = appearance5;
            appearance6.ForeColor = System.Drawing.SystemColors.GrayText;
            this.listaBanche.DisplayLayout.GroupByBox.BandLabelAppearance = appearance6;
            this.listaBanche.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            this.listaBanche.DisplayLayout.GroupByBox.Hidden = true;
            appearance7.BackColor = System.Drawing.SystemColors.ControlLightLight;
            appearance7.BackColor2 = System.Drawing.SystemColors.Control;
            appearance7.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
            appearance7.ForeColor = System.Drawing.SystemColors.GrayText;
            this.listaBanche.DisplayLayout.GroupByBox.PromptAppearance = appearance7;
            appearance8.BackColor = System.Drawing.SystemColors.Window;
            appearance8.ForeColor = System.Drawing.SystemColors.ControlText;
            this.listaBanche.DisplayLayout.Override.ActiveCellAppearance = appearance8;
            appearance9.BackColor = System.Drawing.SystemColors.Highlight;
            appearance9.ForeColor = System.Drawing.SystemColors.HighlightText;
            this.listaBanche.DisplayLayout.Override.ActiveRowAppearance = appearance9;
            this.listaBanche.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.Yes;
            this.listaBanche.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.True;
            this.listaBanche.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.True;
            this.listaBanche.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
            this.listaBanche.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
            appearance10.BackColor = System.Drawing.SystemColors.Window;
            this.listaBanche.DisplayLayout.Override.CardAreaAppearance = appearance10;
            appearance11.BorderColor = System.Drawing.Color.Silver;
            appearance11.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
            this.listaBanche.DisplayLayout.Override.CellAppearance = appearance11;
            this.listaBanche.DisplayLayout.Override.CellPadding = 0;
            this.listaBanche.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
            appearance12.BackColor = System.Drawing.Color.Lime;
            appearance12.ForeColor = System.Drawing.Color.Red;
            this.listaBanche.DisplayLayout.Override.DataErrorCellAppearance = appearance12;
            appearance13.BackColor = System.Drawing.Color.Lime;
            this.listaBanche.DisplayLayout.Override.DataErrorRowSelectorAppearance = appearance13;
            appearance14.BackColor = System.Drawing.SystemColors.Control;
            appearance14.BackColor2 = System.Drawing.SystemColors.ControlDark;
            appearance14.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
            appearance14.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
            appearance14.BorderColor = System.Drawing.SystemColors.Window;
            this.listaBanche.DisplayLayout.Override.GroupByRowAppearance = appearance14;
            appearance15.TextHAlignAsString = "Left";
            this.listaBanche.DisplayLayout.Override.HeaderAppearance = appearance15;
            this.listaBanche.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
            this.listaBanche.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
            appearance16.BackColor = System.Drawing.SystemColors.Window;
            appearance16.BorderColor = System.Drawing.Color.Silver;
            this.listaBanche.DisplayLayout.Override.RowAppearance = appearance16;
            this.listaBanche.DisplayLayout.Override.RowSelectorHeaderStyle = Infragistics.Win.UltraWinGrid.RowSelectorHeaderStyle.ColumnChooserButton;
            this.listaBanche.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
            this.listaBanche.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
            this.listaBanche.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
            this.listaBanche.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
            this.listaBanche.DisplayLayout.Override.SupportDataErrorInfo = Infragistics.Win.UltraWinGrid.SupportDataErrorInfo.RowsAndCells;
            appearance17.BackColor = System.Drawing.SystemColors.ControlLight;
            this.listaBanche.DisplayLayout.Override.TemplateAddRowAppearance = appearance17;
            this.listaBanche.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
            this.listaBanche.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
            this.listaBanche.DisplayLayout.ViewStyle = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
            this.listaBanche.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listaBanche.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.listaBanche.Location = new System.Drawing.Point(3, 16);
            this.listaBanche.Name = "listaBanche";
            this.listaBanche.Size = new System.Drawing.Size(1115, 450);
            this.listaBanche.TabIndex = 280;
            this.listaBanche.AfterCellUpdate += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.listaBancheAfterCellUpdate);
            this.listaBanche.InitializeRow += new Infragistics.Win.UltraWinGrid.InitializeRowEventHandler(this.listaBancheInitializeRow);
            this.listaBanche.AfterRowInsert += new Infragistics.Win.UltraWinGrid.RowEventHandler(this.listaBancheAfterRowInsert);
            this.listaBanche.ClickCellButton += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.listaBancheClickCellButton);
            // 
            // datiBancariDTOBindingSource
            // 
            this.datiBancariDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.DatiBancariDTO);
            // 
            // noteGroupBox
            // 
            this.noteGroupBox.Controls.Add(this.note);
            this.noteGroupBox.Location = new System.Drawing.Point(635, 279);
            this.noteGroupBox.Name = "noteGroupBox";
            this.noteGroupBox.Size = new System.Drawing.Size(495, 84);
            this.noteGroupBox.TabIndex = 32;
            this.noteGroupBox.Text = "Note";
            // 
            // note
            // 
            this.note.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.condominioBindingSource, "Note", true));
            this.note.Dock = System.Windows.Forms.DockStyle.Fill;
            this.note.Location = new System.Drawing.Point(3, 16);
            this.note.MaxLength = 4000;
            this.note.Multiline = true;
            this.note.Name = "note";
            this.note.Size = new System.Drawing.Size(489, 65);
            this.note.TabIndex = 0;
            // 
            // groupDatiAssemblea
            // 
            this.groupDatiAssemblea.Controls.Add(this.luogoAssemblea);
            this.groupDatiAssemblea.Controls.Add(this.lblGiornoAssemblea);
            this.groupDatiAssemblea.Controls.Add(this.giornoAssemblea);
            this.groupDatiAssemblea.Controls.Add(this.lblLuogoAssemblea);
            this.groupDatiAssemblea.Controls.Add(this.lblMeseAssemblea);
            this.groupDatiAssemblea.Controls.Add(this.meseAssemblea);
            this.groupDatiAssemblea.Location = new System.Drawing.Point(634, 198);
            this.groupDatiAssemblea.Name = "groupDatiAssemblea";
            this.groupDatiAssemblea.Size = new System.Drawing.Size(495, 75);
            this.groupDatiAssemblea.TabIndex = 31;
            this.groupDatiAssemblea.Text = "Dati Assemblea";
            // 
            // luogoAssemblea
            // 
            this.luogoAssemblea.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.condominioBindingSource, "LuogoAssemblea", true));
            this.luogoAssemblea.Location = new System.Drawing.Point(60, 46);
            this.luogoAssemblea.Name = "luogoAssemblea";
            this.luogoAssemblea.Size = new System.Drawing.Size(429, 21);
            this.luogoAssemblea.TabIndex = 262;
            // 
            // lblGiornoAssemblea
            // 
            this.lblGiornoAssemblea.Location = new System.Drawing.Point(6, 23);
            this.lblGiornoAssemblea.Name = "lblGiornoAssemblea";
            this.lblGiornoAssemblea.Size = new System.Drawing.Size(48, 21);
            this.lblGiornoAssemblea.TabIndex = 201;
            this.lblGiornoAssemblea.Text = "Giorno";
            // 
            // giornoAssemblea
            // 
            this.giornoAssemblea.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.condominioBindingSource, "GiornoAssemblea", true));
            this.giornoAssemblea.FormatString = "";
            this.giornoAssemblea.Location = new System.Drawing.Point(60, 19);
            this.giornoAssemblea.MaskInput = "nn";
            this.giornoAssemblea.MaxValue = 31;
            this.giornoAssemblea.MinValue = 1;
            this.giornoAssemblea.Name = "giornoAssemblea";
            this.giornoAssemblea.Nullable = true;
            this.giornoAssemblea.Size = new System.Drawing.Size(29, 21);
            this.giornoAssemblea.TabIndex = 260;
            // 
            // lblLuogoAssemblea
            // 
            this.lblLuogoAssemblea.Location = new System.Drawing.Point(6, 46);
            this.lblLuogoAssemblea.Name = "lblLuogoAssemblea";
            this.lblLuogoAssemblea.Size = new System.Drawing.Size(48, 21);
            this.lblLuogoAssemblea.TabIndex = 203;
            this.lblLuogoAssemblea.Text = "Luogo";
            // 
            // lblMeseAssemblea
            // 
            this.lblMeseAssemblea.Location = new System.Drawing.Point(95, 23);
            this.lblMeseAssemblea.Name = "lblMeseAssemblea";
            this.lblMeseAssemblea.Size = new System.Drawing.Size(48, 17);
            this.lblMeseAssemblea.TabIndex = 202;
            this.lblMeseAssemblea.Text = "Mese";
            // 
            // meseAssemblea
            // 
            this.meseAssemblea.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.condominioBindingSource, "MeseAssemblea", true));
            this.meseAssemblea.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            valueListItem4.DataValue = 1;
            valueListItem4.DisplayText = "Gennaio";
            valueListItem5.DataValue = 2;
            valueListItem5.DisplayText = "Febbraio";
            valueListItem6.DataValue = 3;
            valueListItem6.DisplayText = "Marzo";
            valueListItem7.DataValue = 4;
            valueListItem7.DisplayText = "Aprile";
            valueListItem8.DataValue = 5;
            valueListItem8.DisplayText = "Maggio";
            valueListItem9.DataValue = 6;
            valueListItem9.DisplayText = "Giugno";
            valueListItem10.DataValue = 7;
            valueListItem10.DisplayText = "Luglio";
            valueListItem11.DataValue = 8;
            valueListItem11.DisplayText = "Agosto";
            valueListItem12.DataValue = 9;
            valueListItem12.DisplayText = "Settembre";
            valueListItem13.DataValue = 10;
            valueListItem13.DisplayText = "Ottobre";
            valueListItem14.DataValue = 11;
            valueListItem14.DisplayText = "Novembre";
            valueListItem15.DataValue = 12;
            valueListItem15.DisplayText = "Dicembre";
            this.meseAssemblea.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem4,
            valueListItem5,
            valueListItem6,
            valueListItem7,
            valueListItem8,
            valueListItem9,
            valueListItem10,
            valueListItem11,
            valueListItem12,
            valueListItem13,
            valueListItem14,
            valueListItem15});
            this.meseAssemblea.Location = new System.Drawing.Point(149, 19);
            this.meseAssemblea.Name = "meseAssemblea";
            this.meseAssemblea.Size = new System.Drawing.Size(340, 21);
            this.meseAssemblea.TabIndex = 261;
            // 
            // groupDatiCatastali
            // 
            this.groupDatiCatastali.Controls.Add(this.mappaleCatastale);
            this.groupDatiCatastali.Controls.Add(this.foglioCatastale);
            this.groupDatiCatastali.Controls.Add(this.lblFoglioCatastale);
            this.groupDatiCatastali.Controls.Add(this.lblMappaleCatastale);
            this.groupDatiCatastali.Location = new System.Drawing.Point(634, 148);
            this.groupDatiCatastali.Name = "groupDatiCatastali";
            this.groupDatiCatastali.Size = new System.Drawing.Size(495, 46);
            this.groupDatiCatastali.TabIndex = 30;
            this.groupDatiCatastali.Text = "Dati catastali";
            // 
            // mappaleCatastale
            // 
            this.mappaleCatastale.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.condominioBindingSource, "MappaleCatastale", true));
            this.mappaleCatastale.Location = new System.Drawing.Point(314, 19);
            this.mappaleCatastale.MaskInput = "nnnn";
            this.mappaleCatastale.MaxValue = 9999;
            this.mappaleCatastale.MinValue = 0;
            this.mappaleCatastale.Name = "mappaleCatastale";
            this.mappaleCatastale.Nullable = true;
            this.mappaleCatastale.Size = new System.Drawing.Size(175, 21);
            this.mappaleCatastale.TabIndex = 259;
            // 
            // foglioCatastale
            // 
            this.foglioCatastale.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.condominioBindingSource, "FoglioCatastale", true));
            this.foglioCatastale.Location = new System.Drawing.Point(61, 19);
            this.foglioCatastale.MaskInput = "nnnnn";
            this.foglioCatastale.MaxValue = 99999;
            this.foglioCatastale.MinValue = 0;
            this.foglioCatastale.Name = "foglioCatastale";
            this.foglioCatastale.Nullable = true;
            this.foglioCatastale.Size = new System.Drawing.Size(187, 21);
            this.foglioCatastale.TabIndex = 258;
            // 
            // lblFoglioCatastale
            // 
            this.lblFoglioCatastale.Location = new System.Drawing.Point(7, 19);
            this.lblFoglioCatastale.Name = "lblFoglioCatastale";
            this.lblFoglioCatastale.Size = new System.Drawing.Size(48, 21);
            this.lblFoglioCatastale.TabIndex = 171;
            this.lblFoglioCatastale.Text = "Foglio";
            // 
            // lblMappaleCatastale
            // 
            this.lblMappaleCatastale.Location = new System.Drawing.Point(254, 19);
            this.lblMappaleCatastale.Name = "lblMappaleCatastale";
            this.lblMappaleCatastale.Size = new System.Drawing.Size(54, 19);
            this.lblMappaleCatastale.TabIndex = 172;
            this.lblMappaleCatastale.Text = "Mappale";
            // 
            // datiGestionaliGroupBox
            // 
            this.datiGestionaliGroupBox.Controls.Add(this.lblChiusuraEsercizio);
            this.datiGestionaliGroupBox.Controls.Add(this.lblCodiceFiscale);
            this.datiGestionaliGroupBox.Controls.Add(this.giornoChiusuraEsercizio);
            this.datiGestionaliGroupBox.Controls.Add(this.meseChiusuraEsercizio);
            this.datiGestionaliGroupBox.Controls.Add(this.lblReferente);
            this.datiGestionaliGroupBox.Controls.Add(this.lblAnnoInizio);
            this.datiGestionaliGroupBox.Controls.Add(this.codiceFiscale);
            this.datiGestionaliGroupBox.Controls.Add(this.referenti);
            this.datiGestionaliGroupBox.Controls.Add(this.lblUnitaImmobiliari);
            this.datiGestionaliGroupBox.Controls.Add(this.lblResponsabileContabilita);
            this.datiGestionaliGroupBox.Controls.Add(this.annoInizio);
            this.datiGestionaliGroupBox.Controls.Add(this.responsabileContabilita);
            this.datiGestionaliGroupBox.Controls.Add(this.supercondominio);
            this.datiGestionaliGroupBox.Controls.Add(this.unitaImmobiliari);
            this.datiGestionaliGroupBox.Controls.Add(this.lblResponsabileAssemblea);
            this.datiGestionaliGroupBox.Controls.Add(this.archiviazioneOttica);
            this.datiGestionaliGroupBox.Controls.Add(this.responsabiliAssemblea);
            this.datiGestionaliGroupBox.Controls.Add(this.archiviazioneOtticaContratti);
            this.datiGestionaliGroupBox.Location = new System.Drawing.Point(8, 148);
            this.datiGestionaliGroupBox.Name = "datiGestionaliGroupBox";
            this.datiGestionaliGroupBox.Size = new System.Drawing.Size(619, 215);
            this.datiGestionaliGroupBox.TabIndex = 27;
            this.datiGestionaliGroupBox.Text = "Dati gestionali";
            // 
            // lblChiusuraEsercizio
            // 
            this.lblChiusuraEsercizio.Location = new System.Drawing.Point(7, 190);
            this.lblChiusuraEsercizio.Name = "lblChiusuraEsercizio";
            this.lblChiusuraEsercizio.Size = new System.Drawing.Size(101, 17);
            this.lblChiusuraEsercizio.TabIndex = 245;
            this.lblChiusuraEsercizio.Text = "Chiusura Esercizio";
            // 
            // lblCodiceFiscale
            // 
            this.lblCodiceFiscale.Location = new System.Drawing.Point(7, 50);
            this.lblCodiceFiscale.Name = "lblCodiceFiscale";
            this.lblCodiceFiscale.Size = new System.Drawing.Size(109, 27);
            this.lblCodiceFiscale.TabIndex = 233;
            this.lblCodiceFiscale.Text = "Codice Fiscale";
            // 
            // giornoChiusuraEsercizio
            // 
            this.giornoChiusuraEsercizio.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.condominioBindingSource, "GiornoChiusuraEsercizioOrdinario", true));
            this.giornoChiusuraEsercizio.FormatString = "";
            this.giornoChiusuraEsercizio.Location = new System.Drawing.Point(124, 186);
            this.giornoChiusuraEsercizio.MaskInput = "nn";
            this.giornoChiusuraEsercizio.MaxValue = 31;
            this.giornoChiusuraEsercizio.MinValue = 1;
            this.giornoChiusuraEsercizio.Name = "giornoChiusuraEsercizio";
            this.giornoChiusuraEsercizio.Nullable = true;
            this.giornoChiusuraEsercizio.Size = new System.Drawing.Size(29, 21);
            this.giornoChiusuraEsercizio.TabIndex = 255;
            // 
            // meseChiusuraEsercizio
            // 
            this.meseChiusuraEsercizio.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.condominioBindingSource, "MeseChiusuraEsercizioOrdinario", true));
            this.meseChiusuraEsercizio.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            valueListItem16.DataValue = 1;
            valueListItem16.DisplayText = "Gennaio";
            valueListItem17.DataValue = 2;
            valueListItem17.DisplayText = "Febbraio";
            valueListItem18.DataValue = 3;
            valueListItem18.DisplayText = "Marzo";
            valueListItem19.DataValue = 4;
            valueListItem19.DisplayText = "Aprile";
            valueListItem20.DataValue = 5;
            valueListItem20.DisplayText = "Maggio";
            valueListItem21.DataValue = 6;
            valueListItem21.DisplayText = "Giugno";
            valueListItem22.DataValue = 7;
            valueListItem22.DisplayText = "Luglio";
            valueListItem23.DataValue = 8;
            valueListItem23.DisplayText = "Agosto";
            valueListItem24.DataValue = 9;
            valueListItem24.DisplayText = "Settembre";
            valueListItem25.DataValue = 10;
            valueListItem25.DisplayText = "Ottobre";
            valueListItem26.DataValue = 11;
            valueListItem26.DisplayText = "Novembre";
            valueListItem27.DataValue = 12;
            valueListItem27.DisplayText = "Dicembre";
            this.meseChiusuraEsercizio.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem16,
            valueListItem17,
            valueListItem18,
            valueListItem19,
            valueListItem20,
            valueListItem21,
            valueListItem22,
            valueListItem23,
            valueListItem24,
            valueListItem25,
            valueListItem26,
            valueListItem27});
            this.meseChiusuraEsercizio.Location = new System.Drawing.Point(159, 186);
            this.meseChiusuraEsercizio.Name = "meseChiusuraEsercizio";
            this.meseChiusuraEsercizio.Size = new System.Drawing.Size(303, 21);
            this.meseChiusuraEsercizio.TabIndex = 256;
            // 
            // lblReferente
            // 
            this.lblReferente.Location = new System.Drawing.Point(7, 23);
            this.lblReferente.Name = "lblReferente";
            this.lblReferente.Size = new System.Drawing.Size(109, 23);
            this.lblReferente.TabIndex = 231;
            this.lblReferente.Text = "Resp. Condominio";
            // 
            // lblAnnoInizio
            // 
            this.lblAnnoInizio.Location = new System.Drawing.Point(468, 190);
            this.lblAnnoInizio.Name = "lblAnnoInizio";
            this.lblAnnoInizio.Size = new System.Drawing.Size(84, 17);
            this.lblAnnoInizio.TabIndex = 243;
            this.lblAnnoInizio.Text = "Anno Chiusura";
            // 
            // codiceFiscale
            // 
            this.codiceFiscale.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.condominioBindingSource, "CodiceFiscale", true));
            this.codiceFiscale.Location = new System.Drawing.Point(124, 46);
            this.codiceFiscale.MaxLength = 20;
            this.codiceFiscale.Name = "codiceFiscale";
            this.codiceFiscale.Size = new System.Drawing.Size(302, 21);
            this.codiceFiscale.TabIndex = 249;
            this.codiceFiscale.BeforeExitEditMode += new Infragistics.Win.BeforeExitEditModeEventHandler(this.codiceFiscaleBeforeExitEditMode);
            // 
            // referenti
            // 
            this.referenti.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.condominioBindingSource, "IdResponsabile", true));
            this.referenti.DataSource = this.responsabileCondominioBindingSource;
            this.referenti.DisplayMember = "DisplayNameCompleto";
            this.referenti.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.referenti.Location = new System.Drawing.Point(124, 19);
            this.referenti.Name = "referenti";
            this.referenti.Size = new System.Drawing.Size(360, 21);
            this.referenti.TabIndex = 247;
            this.referenti.ValueMember = "ID";
            // 
            // responsabileCondominioBindingSource
            // 
            this.responsabileCondominioBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.ReferenteDTO);
            // 
            // lblUnitaImmobiliari
            // 
            this.lblUnitaImmobiliari.Location = new System.Drawing.Point(490, 23);
            this.lblUnitaImmobiliari.Name = "lblUnitaImmobiliari";
            this.lblUnitaImmobiliari.Size = new System.Drawing.Size(50, 23);
            this.lblUnitaImmobiliari.TabIndex = 232;
            this.lblUnitaImmobiliari.Text = "U.Imm.";
            // 
            // lblResponsabileContabilita
            // 
            this.lblResponsabileContabilita.Location = new System.Drawing.Point(7, 77);
            this.lblResponsabileContabilita.Name = "lblResponsabileContabilita";
            this.lblResponsabileContabilita.Size = new System.Drawing.Size(109, 22);
            this.lblResponsabileContabilita.TabIndex = 234;
            this.lblResponsabileContabilita.Text = "Resp. Contabilità";
            // 
            // annoInizio
            // 
            this.annoInizio.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.condominioBindingSource, "AnnoInizio", true));
            this.annoInizio.Location = new System.Drawing.Point(557, 186);
            this.annoInizio.MaskInput = "nnnn";
            this.annoInizio.MaxValue = 9999;
            this.annoInizio.MinValue = 0;
            this.annoInizio.Name = "annoInizio";
            this.annoInizio.Size = new System.Drawing.Size(48, 21);
            this.annoInizio.TabIndex = 257;
            this.annoInizio.AfterEnterEditMode += new System.EventHandler(this.annoInizioAfterEnterEditMode);
            // 
            // responsabileContabilita
            // 
            this.responsabileContabilita.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.condominioBindingSource, "IdResponsabileContabilita", true));
            this.responsabileContabilita.DisplayMember = "DisplayNameCompleto";
            this.responsabileContabilita.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.responsabileContabilita.Location = new System.Drawing.Point(124, 73);
            this.responsabileContabilita.Name = "responsabileContabilita";
            this.responsabileContabilita.Size = new System.Drawing.Size(360, 21);
            this.responsabileContabilita.TabIndex = 252;
            this.responsabileContabilita.ValueMember = "ID";
            // 
            // supercondominio
            // 
            this.supercondominio.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.supercondominio.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.condominioBindingSource, "IsSupercondominio", true));
            this.supercondominio.Location = new System.Drawing.Point(432, 47);
            this.supercondominio.Name = "supercondominio";
            this.supercondominio.Size = new System.Drawing.Size(87, 21);
            this.supercondominio.TabIndex = 250;
            this.supercondominio.Text = "Supercond.";
            // 
            // unitaImmobiliari
            // 
            this.unitaImmobiliari.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.condominioBindingSource, "UnitaImmobiliari", true));
            this.unitaImmobiliari.Location = new System.Drawing.Point(547, 17);
            this.unitaImmobiliari.MaskInput = "nnnnn";
            this.unitaImmobiliari.MaxValue = 99999;
            this.unitaImmobiliari.MinValue = 1;
            this.unitaImmobiliari.Name = "unitaImmobiliari";
            this.unitaImmobiliari.Nullable = true;
            this.unitaImmobiliari.Size = new System.Drawing.Size(66, 21);
            this.unitaImmobiliari.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.unitaImmobiliari.TabIndex = 248;
            // 
            // lblResponsabileAssemblea
            // 
            this.lblResponsabileAssemblea.Location = new System.Drawing.Point(7, 100);
            this.lblResponsabileAssemblea.Name = "lblResponsabileAssemblea";
            this.lblResponsabileAssemblea.Size = new System.Drawing.Size(109, 21);
            this.lblResponsabileAssemblea.TabIndex = 235;
            this.lblResponsabileAssemblea.Text = "Resp. Assemblea";
            // 
            // archiviazioneOttica
            // 
            this.archiviazioneOttica.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.archiviazioneOttica.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.condominioBindingSource, "IsAbilitataArchiviazioneOtticaPassivi", true));
            this.archiviazioneOttica.Location = new System.Drawing.Point(525, 47);
            this.archiviazioneOttica.Name = "archiviazioneOttica";
            this.archiviazioneOttica.Size = new System.Drawing.Size(87, 21);
            this.archiviazioneOttica.TabIndex = 251;
            this.archiviazioneOttica.Text = "Arch.Ottica";
            // 
            // responsabiliAssemblea
            // 
            this.responsabiliAssemblea.DataSource = this.referenteDTOBindingSource;
            ultraGridBand2.ColHeadersVisible = false;
            ultraGridColumn25.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn25.Header.VisiblePosition = 0;
            ultraGridColumn25.Hidden = true;
            ultraGridColumn26.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn26.Header.VisiblePosition = 1;
            ultraGridColumn26.Hidden = true;
            ultraGridColumn27.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn27.Header.VisiblePosition = 2;
            ultraGridColumn27.Hidden = true;
            ultraGridColumn28.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn28.Header.VisiblePosition = 3;
            ultraGridColumn28.Hidden = true;
            ultraGridColumn29.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn29.Header.VisiblePosition = 4;
            ultraGridColumn29.Hidden = true;
            ultraGridColumn30.Header.VisiblePosition = 28;
            ultraGridColumn31.Header.VisiblePosition = 29;
            ultraGridColumn32.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn32.Header.VisiblePosition = 5;
            ultraGridColumn32.Hidden = true;
            ultraGridColumn33.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn33.Header.VisiblePosition = 6;
            ultraGridColumn33.Hidden = true;
            ultraGridColumn21.Header.VisiblePosition = 9;
            ultraGridColumn21.Hidden = true;
            ultraGridColumn34.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn34.Header.VisiblePosition = 7;
            ultraGridColumn34.Hidden = true;
            ultraGridColumn35.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn35.Header.VisiblePosition = 8;
            ultraGridColumn35.Hidden = true;
            ultraGridColumn36.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn36.Header.VisiblePosition = 10;
            ultraGridColumn36.Hidden = true;
            ultraGridColumn37.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn37.Header.VisiblePosition = 11;
            ultraGridColumn37.Hidden = true;
            ultraGridColumn38.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn38.Header.VisiblePosition = 12;
            ultraGridColumn38.Hidden = true;
            ultraGridColumn39.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn39.Header.VisiblePosition = 13;
            ultraGridColumn39.Hidden = true;
            ultraGridColumn40.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn40.Header.VisiblePosition = 14;
            ultraGridColumn40.Hidden = true;
            ultraGridColumn41.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn41.Header.VisiblePosition = 15;
            ultraGridColumn41.Hidden = true;
            ultraGridColumn42.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn42.Header.VisiblePosition = 16;
            ultraGridColumn42.Hidden = true;
            ultraGridColumn43.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn43.Header.VisiblePosition = 17;
            ultraGridColumn43.Hidden = true;
            ultraGridColumn44.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn44.Header.VisiblePosition = 18;
            ultraGridColumn44.Hidden = true;
            ultraGridColumn45.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn45.Header.VisiblePosition = 19;
            ultraGridColumn45.Hidden = true;
            ultraGridColumn46.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn46.Header.VisiblePosition = 20;
            ultraGridColumn46.Hidden = true;
            ultraGridColumn47.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn47.Header.VisiblePosition = 21;
            ultraGridColumn47.Hidden = true;
            ultraGridColumn48.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn48.Header.VisiblePosition = 22;
            ultraGridColumn48.Hidden = true;
            ultraGridColumn49.Header.VisiblePosition = 23;
            ultraGridColumn49.Width = 420;
            ultraGridColumn50.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn50.Header.VisiblePosition = 25;
            ultraGridColumn50.Hidden = true;
            ultraGridColumn51.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn51.Header.VisiblePosition = 26;
            ultraGridColumn51.Hidden = true;
            ultraGridColumn52.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn52.Header.VisiblePosition = 27;
            ultraGridColumn52.Hidden = true;
            ultraGridColumn53.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn53.ButtonDisplayStyle = Infragistics.Win.UltraWinGrid.ButtonDisplayStyle.Always;
            appearance18.Image = ((object)(resources.GetObject("appearance18.Image")));
            appearance18.ImageHAlign = Infragistics.Win.HAlign.Center;
            appearance18.ImageVAlign = Infragistics.Win.VAlign.Middle;
            ultraGridColumn53.CellButtonAppearance = appearance18;
            ultraGridColumn53.Header.Caption = "C";
            ultraGridColumn53.Header.ToolTipText = "Elimina la riga";
            ultraGridColumn53.Header.VisiblePosition = 24;
            ultraGridColumn53.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Button;
            ultraGridColumn53.Width = 40;
            ultraGridBand2.Columns.AddRange(new object[] {
            ultraGridColumn25,
            ultraGridColumn26,
            ultraGridColumn27,
            ultraGridColumn28,
            ultraGridColumn29,
            ultraGridColumn30,
            ultraGridColumn31,
            ultraGridColumn32,
            ultraGridColumn33,
            ultraGridColumn21,
            ultraGridColumn34,
            ultraGridColumn35,
            ultraGridColumn36,
            ultraGridColumn37,
            ultraGridColumn38,
            ultraGridColumn39,
            ultraGridColumn40,
            ultraGridColumn41,
            ultraGridColumn42,
            ultraGridColumn43,
            ultraGridColumn44,
            ultraGridColumn45,
            ultraGridColumn46,
            ultraGridColumn47,
            ultraGridColumn48,
            ultraGridColumn49,
            ultraGridColumn50,
            ultraGridColumn51,
            ultraGridColumn52,
            ultraGridColumn53});
            ultraGridColumn54.Header.VisiblePosition = 0;
            ultraGridBand3.Columns.AddRange(new object[] {
            ultraGridColumn54});
            ultraGridColumn55.Header.VisiblePosition = 0;
            ultraGridColumn56.Header.VisiblePosition = 1;
            ultraGridColumn57.Header.VisiblePosition = 2;
            ultraGridColumn58.Header.VisiblePosition = 3;
            ultraGridColumn59.Header.VisiblePosition = 4;
            ultraGridColumn60.Header.VisiblePosition = 5;
            ultraGridColumn61.Header.VisiblePosition = 6;
            ultraGridColumn62.Header.VisiblePosition = 7;
            ultraGridColumn63.Header.VisiblePosition = 8;
            ultraGridColumn64.Header.VisiblePosition = 9;
            ultraGridColumn65.Header.VisiblePosition = 10;
            ultraGridColumn66.Header.VisiblePosition = 11;
            ultraGridColumn67.Header.VisiblePosition = 12;
            ultraGridBand4.Columns.AddRange(new object[] {
            ultraGridColumn55,
            ultraGridColumn56,
            ultraGridColumn57,
            ultraGridColumn58,
            ultraGridColumn59,
            ultraGridColumn60,
            ultraGridColumn61,
            ultraGridColumn62,
            ultraGridColumn63,
            ultraGridColumn64,
            ultraGridColumn65,
            ultraGridColumn66,
            ultraGridColumn67});
            this.responsabiliAssemblea.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
            this.responsabiliAssemblea.DisplayLayout.BandsSerializer.Add(ultraGridBand3);
            this.responsabiliAssemblea.DisplayLayout.BandsSerializer.Add(ultraGridBand4);
            this.responsabiliAssemblea.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
            this.responsabiliAssemblea.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.TemplateOnBottom;
            this.responsabiliAssemblea.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.True;
            this.responsabiliAssemblea.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.False;
            this.responsabiliAssemblea.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.True;
            this.responsabiliAssemblea.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
            this.responsabiliAssemblea.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
            this.responsabiliAssemblea.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
            this.responsabiliAssemblea.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
            this.responsabiliAssemblea.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
            this.responsabiliAssemblea.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
            this.responsabiliAssemblea.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
            this.responsabiliAssemblea.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
            this.responsabiliAssemblea.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
            this.responsabiliAssemblea.DisplayLayout.ViewStyle = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
            this.responsabiliAssemblea.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.responsabiliAssemblea.Location = new System.Drawing.Point(124, 100);
            this.responsabiliAssemblea.Name = "responsabiliAssemblea";
            this.responsabiliAssemblea.Size = new System.Drawing.Size(488, 80);
            this.responsabiliAssemblea.TabIndex = 254;
            this.responsabiliAssemblea.AfterRowsDeleted += new System.EventHandler(this.responsabiliAssembleaAfterRowsDeleted);
            this.responsabiliAssemblea.AfterRowUpdate += new Infragistics.Win.UltraWinGrid.RowEventHandler(this.responsabiliAssembleaAfterRowUpdate);
            this.responsabiliAssemblea.ClickCellButton += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.responsabiliAssembleaClickCellButton);
            // 
            // referenteDTOBindingSource
            // 
            this.referenteDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.ReferenteDTO);
            // 
            // archiviazioneOtticaContratti
            // 
            this.archiviazioneOtticaContratti.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.archiviazioneOtticaContratti.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.condominioBindingSource, "IsAbilitataArchiviazioneOtticaContratti", true));
            this.archiviazioneOtticaContratti.Location = new System.Drawing.Point(490, 73);
            this.archiviazioneOtticaContratti.Name = "archiviazioneOtticaContratti";
            this.archiviazioneOtticaContratti.Size = new System.Drawing.Size(122, 22);
            this.archiviazioneOtticaContratti.TabIndex = 253;
            this.archiviazioneOtticaContratti.Text = "Arch.Ottica Contr.";
            // 
            // datiGeneraliGroupBox
            // 
            this.datiGeneraliGroupBox.Controls.Add(this.descrizione);
            this.datiGeneraliGroupBox.Controls.Add(this.civico);
            this.datiGeneraliGroupBox.Controls.Add(this.indirizzo);
            this.datiGeneraliGroupBox.Controls.Add(this.lblLocalita);
            this.datiGeneraliGroupBox.Controls.Add(this.lblCodice);
            this.datiGeneraliGroupBox.Controls.Add(this.localita);
            this.datiGeneraliGroupBox.Controls.Add(this.lblCivico);
            this.datiGeneraliGroupBox.Controls.Add(this.lblComune);
            this.datiGeneraliGroupBox.Controls.Add(this.codiceCondominio);
            this.datiGeneraliGroupBox.Controls.Add(this.lblCap);
            this.datiGeneraliGroupBox.Controls.Add(this.cap);
            this.datiGeneraliGroupBox.Controls.Add(this.lblIndirizzo);
            this.datiGeneraliGroupBox.Controls.Add(this.lblDescrizione);
            this.datiGeneraliGroupBox.Controls.Add(this.sceltaComuneCombo1);
            this.datiGeneraliGroupBox.Location = new System.Drawing.Point(8, 3);
            this.datiGeneraliGroupBox.Name = "datiGeneraliGroupBox";
            this.datiGeneraliGroupBox.Size = new System.Drawing.Size(1121, 139);
            this.datiGeneraliGroupBox.TabIndex = 24;
            this.datiGeneraliGroupBox.Text = "Dati generali";
            // 
            // descrizione
            // 
            this.descrizione.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.condominioBindingSource, "Descrizione", true));
            this.descrizione.Location = new System.Drawing.Point(249, 17);
            this.descrizione.MaxLength = 256;
            this.descrizione.Name = "descrizione";
            this.descrizione.Size = new System.Drawing.Size(866, 21);
            this.descrizione.TabIndex = 240;
            // 
            // civico
            // 
            editorButton1.Key = "fullText";
            editorButton1.Text = "...";
            this.civico.ButtonsRight.Add(editorButton1);
            this.civico.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.indirizzoCondominioBindingSource, "Civico", true));
            this.civico.Location = new System.Drawing.Point(1023, 44);
            this.civico.MaxLength = 10;
            this.civico.Name = "civico";
            this.civico.ShowOverflowIndicator = true;
            this.civico.Size = new System.Drawing.Size(92, 21);
            this.civico.TabIndex = 243;
            this.civico.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.civicoEditorButtonClick);
            // 
            // indirizzoCondominioBindingSource
            // 
            this.indirizzoCondominioBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.AddressDTO);
            // 
            // indirizzo
            // 
            this.indirizzo.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.indirizzoCondominioBindingSource, "Indirizzo", true));
            this.indirizzo.Location = new System.Drawing.Point(249, 44);
            this.indirizzo.MaxLength = 256;
            this.indirizzo.Name = "indirizzo";
            this.indirizzo.Size = new System.Drawing.Size(735, 21);
            this.indirizzo.TabIndex = 242;
            // 
            // lblLocalita
            // 
            this.lblLocalita.Location = new System.Drawing.Point(167, 77);
            this.lblLocalita.Name = "lblLocalita";
            this.lblLocalita.Size = new System.Drawing.Size(76, 23);
            this.lblLocalita.TabIndex = 236;
            this.lblLocalita.Text = "Località";
            // 
            // lblCodice
            // 
            this.lblCodice.Location = new System.Drawing.Point(6, 19);
            this.lblCodice.Name = "lblCodice";
            this.lblCodice.Size = new System.Drawing.Size(57, 23);
            this.lblCodice.TabIndex = 232;
            this.lblCodice.Text = "Codice";
            // 
            // localita
            // 
            this.localita.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.indirizzoCondominioBindingSource, "Localita", true));
            this.localita.Location = new System.Drawing.Point(249, 77);
            this.localita.MaxLength = 256;
            this.localita.Name = "localita";
            this.localita.Size = new System.Drawing.Size(866, 21);
            this.localita.TabIndex = 244;
            // 
            // lblCivico
            // 
            this.lblCivico.Location = new System.Drawing.Point(990, 48);
            this.lblCivico.Name = "lblCivico";
            this.lblCivico.Size = new System.Drawing.Size(27, 17);
            this.lblCivico.TabIndex = 239;
            this.lblCivico.Text = "Civ.";
            // 
            // lblComune
            // 
            this.lblComune.Location = new System.Drawing.Point(167, 106);
            this.lblComune.Name = "lblComune";
            this.lblComune.Size = new System.Drawing.Size(76, 26);
            this.lblComune.TabIndex = 234;
            this.lblComune.Text = "Comune";
            // 
            // codiceCondominio
            // 
            this.codiceCondominio.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.condominioBindingSource, "Codice", true));
            this.codiceCondominio.Location = new System.Drawing.Point(69, 19);
            this.codiceCondominio.MaxLength = 10;
            this.codiceCondominio.Name = "codiceCondominio";
            this.codiceCondominio.Size = new System.Drawing.Size(92, 21);
            this.codiceCondominio.TabIndex = 238;
            // 
            // lblCap
            // 
            this.lblCap.Location = new System.Drawing.Point(990, 110);
            this.lblCap.Name = "lblCap";
            this.lblCap.Size = new System.Drawing.Size(27, 23);
            this.lblCap.TabIndex = 235;
            this.lblCap.Text = "Cap";
            // 
            // cap
            // 
            this.cap.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.indirizzoCondominioBindingSource, "Cap", true));
            this.cap.Location = new System.Drawing.Point(1023, 106);
            this.cap.MaxLength = 5;
            this.cap.Name = "cap";
            this.cap.Size = new System.Drawing.Size(92, 21);
            this.cap.TabIndex = 246;
            // 
            // lblIndirizzo
            // 
            this.lblIndirizzo.Location = new System.Drawing.Point(167, 48);
            this.lblIndirizzo.Name = "lblIndirizzo";
            this.lblIndirizzo.Size = new System.Drawing.Size(76, 23);
            this.lblIndirizzo.TabIndex = 237;
            this.lblIndirizzo.Text = "Indirizzo";
            // 
            // lblDescrizione
            // 
            this.lblDescrizione.Location = new System.Drawing.Point(167, 19);
            this.lblDescrizione.Name = "lblDescrizione";
            this.lblDescrizione.Size = new System.Drawing.Size(76, 23);
            this.lblDescrizione.TabIndex = 233;
            this.lblDescrizione.Text = "Descrizione";
            // 
            // sceltaComuneCombo1
            // 
            this.sceltaComuneCombo1.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.indirizzoCondominioBindingSource, "CodiceComune", true));
            this.sceltaComuneCombo1.Location = new System.Drawing.Point(249, 106);
            this.sceltaComuneCombo1.MinimumSize = new System.Drawing.Size(0, 25);
            this.sceltaComuneCombo1.Name = "sceltaComuneCombo1";
            this.sceltaComuneCombo1.Size = new System.Drawing.Size(735, 26);
            this.sceltaComuneCombo1.TabIndex = 245;
            this.sceltaComuneCombo1.Value = null;
            // 
            // noteTab
            // 
            this.noteTab.Controls.Add(this.groupUnitaImmobiliare);
            this.noteTab.Controls.Add(this.movimentiPrimaApertura);
            this.noteTab.Controls.Add(this.note2);
            this.noteTab.Controls.Add(this.movimentiDopoChiusura);
            this.noteTab.Controls.Add(this.calcoloAcquaGroup);
            this.noteTab.Controls.Add(this.lblAltreNote);
            this.noteTab.Controls.Add(this.groupModello770);
            this.noteTab.Controls.Add(this.groupFormatoDescrizioneRegistrazioni);
            this.noteTab.Location = new System.Drawing.Point(1, 23);
            this.noteTab.Name = "noteTab";
            this.noteTab.Size = new System.Drawing.Size(1136, 846);
            // 
            // groupUnitaImmobiliare
            // 
            this.groupUnitaImmobiliare.Controls.Add(this.descrizioneUnitaImmobiliare);
            this.groupUnitaImmobiliare.Controls.Add(this.lblModelloDescrizioneUnitaImmobiliare);
            this.groupUnitaImmobiliare.Location = new System.Drawing.Point(5, 151);
            this.groupUnitaImmobiliare.Name = "groupUnitaImmobiliare";
            this.groupUnitaImmobiliare.Size = new System.Drawing.Size(884, 58);
            this.groupUnitaImmobiliare.TabIndex = 283;
            this.groupUnitaImmobiliare.Text = "Unità Immobiliari";
            // 
            // descrizioneUnitaImmobiliare
            // 
            this.descrizioneUnitaImmobiliare.Location = new System.Drawing.Point(149, 19);
            this.descrizioneUnitaImmobiliare.MaxLength = 200;
            this.descrizioneUnitaImmobiliare.Name = "descrizioneUnitaImmobiliare";
            this.descrizioneUnitaImmobiliare.Size = new System.Drawing.Size(729, 21);
            this.descrizioneUnitaImmobiliare.TabIndex = 249;
            this.descrizioneUnitaImmobiliare.ValueChanged += new System.EventHandler(this.descrizioneUnitaImmobiliare_ValueChanged);
            // 
            // lblModelloDescrizioneUnitaImmobiliare
            // 
            this.lblModelloDescrizioneUnitaImmobiliare.Location = new System.Drawing.Point(6, 23);
            this.lblModelloDescrizioneUnitaImmobiliare.Name = "lblModelloDescrizioneUnitaImmobiliare";
            this.lblModelloDescrizioneUnitaImmobiliare.Size = new System.Drawing.Size(137, 21);
            this.lblModelloDescrizioneUnitaImmobiliare.TabIndex = 248;
            this.lblModelloDescrizioneUnitaImmobiliare.Text = "Modello descrizione unità";
            // 
            // movimentiPrimaApertura
            // 
            this.movimentiPrimaApertura.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
            valueListItem28.DataValue = "G";
            valueListItem28.DisplayText = "Giroconti per versamenti precedenti l\'apertura";
            valueListItem29.DataValue = "R";
            valueListItem29.DisplayText = "Riconosciuti nell\'esercizio precedente";
            this.movimentiPrimaApertura.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem28,
            valueListItem29});
            this.movimentiPrimaApertura.ItemSpacingVertical = 5;
            this.movimentiPrimaApertura.Location = new System.Drawing.Point(296, 151);
            this.movimentiPrimaApertura.Name = "movimentiPrimaApertura";
            this.movimentiPrimaApertura.Size = new System.Drawing.Size(284, 40);
            this.movimentiPrimaApertura.TabIndex = 282;
            this.movimentiPrimaApertura.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
            // 
            // note2
            // 
            this.note2.Location = new System.Drawing.Point(5, 293);
            this.note2.Multiline = true;
            this.note2.Name = "note2";
            this.note2.Size = new System.Drawing.Size(1119, 538);
            this.note2.TabIndex = 277;
            // 
            // movimentiDopoChiusura
            // 
            this.movimentiDopoChiusura.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
            valueListItem1.DataValue = "G";
            valueListItem1.DisplayText = "Giroconti per versamenti successivi alla chiusura";
            valueListItem2.DataValue = "R";
            valueListItem2.DisplayText = "Riconosciuti nell\'esercizio successivo";
            this.movimentiDopoChiusura.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem1,
            valueListItem2});
            this.movimentiDopoChiusura.ItemSpacingVertical = 5;
            this.movimentiDopoChiusura.Location = new System.Drawing.Point(8, 219);
            this.movimentiDopoChiusura.Name = "movimentiDopoChiusura";
            this.movimentiDopoChiusura.Size = new System.Drawing.Size(285, 40);
            this.movimentiDopoChiusura.TabIndex = 276;
            this.movimentiDopoChiusura.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
            this.movimentiDopoChiusura.ValueChanged += new System.EventHandler(this.movimentiDopoChiusuraValueChanged);
            // 
            // calcoloAcquaGroup
            // 
            this.calcoloAcquaGroup.Controls.Add(this.tipoCalcoloAcqua);
            this.calcoloAcquaGroup.Controls.Add(this.lblCalcoloAcqua);
            this.calcoloAcquaGroup.Location = new System.Drawing.Point(640, 87);
            this.calcoloAcquaGroup.Name = "calcoloAcquaGroup";
            this.calcoloAcquaGroup.Size = new System.Drawing.Size(249, 63);
            this.calcoloAcquaGroup.TabIndex = 275;
            this.calcoloAcquaGroup.Text = "Riparto Acqua";
            // 
            // tipoCalcoloAcqua
            // 
            this.tipoCalcoloAcqua.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.condominioBindingSource, "CodiceCalcoloTariffaAcqua", true));
            this.tipoCalcoloAcqua.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            valueListItem30.DataValue = "ato5";
            valueListItem30.DisplayText = "Ato5";
            valueListItem31.DataValue = "scaglioni";
            valueListItem31.DisplayText = "Scaglioni";
            valueListItem3.DataValue = "unica";
            valueListItem3.DisplayText = "Tariffa Unica";
            this.tipoCalcoloAcqua.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem30,
            valueListItem31,
            valueListItem3});
            this.tipoCalcoloAcqua.Location = new System.Drawing.Point(99, 23);
            this.tipoCalcoloAcqua.Name = "tipoCalcoloAcqua";
            this.tipoCalcoloAcqua.Size = new System.Drawing.Size(144, 21);
            this.tipoCalcoloAcqua.TabIndex = 246;
            // 
            // lblCalcoloAcqua
            // 
            this.lblCalcoloAcqua.Location = new System.Drawing.Point(9, 26);
            this.lblCalcoloAcqua.Name = "lblCalcoloAcqua";
            this.lblCalcoloAcqua.Size = new System.Drawing.Size(77, 23);
            this.lblCalcoloAcqua.TabIndex = 245;
            this.lblCalcoloAcqua.Text = "Tipo calcolo";
            // 
            // lblAltreNote
            // 
            this.lblAltreNote.Location = new System.Drawing.Point(5, 267);
            this.lblAltreNote.Name = "lblAltreNote";
            this.lblAltreNote.Size = new System.Drawing.Size(42, 20);
            this.lblAltreNote.TabIndex = 274;
            this.lblAltreNote.Text = "Note";
            // 
            // groupModello770
            // 
            this.groupModello770.Controls.Add(this.sceltaFornitoreCombo1);
            this.groupModello770.Controls.Add(this.lblFornitore770);
            this.groupModello770.Location = new System.Drawing.Point(5, 87);
            this.groupModello770.Name = "groupModello770";
            this.groupModello770.Size = new System.Drawing.Size(629, 58);
            this.groupModello770.TabIndex = 273;
            this.groupModello770.Text = "Modello 770";
            // 
            // sceltaFornitoreCombo1
            // 
            this.sceltaFornitoreCombo1.AllowInsert = true;
            this.sceltaFornitoreCombo1.CurrentEditRow = null;
            this.sceltaFornitoreCombo1.IdFornitore = 0;
            this.sceltaFornitoreCombo1.Location = new System.Drawing.Point(149, 23);
            this.sceltaFornitoreCombo1.Margin = new System.Windows.Forms.Padding(0);
            this.sceltaFornitoreCombo1.Name = "sceltaFornitoreCombo1";
            this.sceltaFornitoreCombo1.Size = new System.Drawing.Size(468, 21);
            this.sceltaFornitoreCombo1.TabIndex = 249;
            ultraToolTipInfo1.ToolTipImage = Infragistics.Win.ToolTipImage.Info;
            ultraToolTipInfo1.ToolTipText = "Soggetto che presenta la parte della dichiarazione relativa ai contributi del dip" +
    "endente.";
            this.ultraToolTipManager1.SetUltraToolTip(this.sceltaFornitoreCombo1, ultraToolTipInfo1);
            // 
            // lblFornitore770
            // 
            this.lblFornitore770.Location = new System.Drawing.Point(6, 23);
            this.lblFornitore770.Name = "lblFornitore770";
            this.lblFornitore770.Size = new System.Drawing.Size(109, 21);
            this.lblFornitore770.TabIndex = 248;
            this.lblFornitore770.Text = "Contr. dipendente";
            // 
            // groupFormatoDescrizioneRegistrazioni
            // 
            this.groupFormatoDescrizioneRegistrazioni.Controls.Add(this.lblFormatoDescrizioneSpesa);
            this.groupFormatoDescrizioneRegistrazioni.Controls.Add(this.lblFormatoDescrizioneMovimento);
            this.groupFormatoDescrizioneRegistrazioni.Controls.Add(this.btnFormatoStd);
            this.groupFormatoDescrizioneRegistrazioni.Controls.Add(this.formatoDescrizioneMovimento);
            this.groupFormatoDescrizioneRegistrazioni.Controls.Add(this.formatoDescrizioneSpesa);
            this.groupFormatoDescrizioneRegistrazioni.Controls.Add(this.descrizioneAutomatica);
            this.groupFormatoDescrizioneRegistrazioni.Location = new System.Drawing.Point(5, 3);
            this.groupFormatoDescrizioneRegistrazioni.Name = "groupFormatoDescrizioneRegistrazioni";
            this.groupFormatoDescrizioneRegistrazioni.Size = new System.Drawing.Size(1083, 78);
            this.groupFormatoDescrizioneRegistrazioni.TabIndex = 272;
            this.groupFormatoDescrizioneRegistrazioni.Text = "Formato descrizione registrazioni";
            // 
            // lblFormatoDescrizioneSpesa
            // 
            this.lblFormatoDescrizioneSpesa.Location = new System.Drawing.Point(6, 24);
            this.lblFormatoDescrizioneSpesa.Name = "lblFormatoDescrizioneSpesa";
            this.lblFormatoDescrizioneSpesa.Size = new System.Drawing.Size(137, 20);
            this.lblFormatoDescrizioneSpesa.TabIndex = 265;
            this.lblFormatoDescrizioneSpesa.Text = "Descrizione spesa";
            // 
            // lblFormatoDescrizioneMovimento
            // 
            this.lblFormatoDescrizioneMovimento.Location = new System.Drawing.Point(6, 51);
            this.lblFormatoDescrizioneMovimento.Name = "lblFormatoDescrizioneMovimento";
            this.lblFormatoDescrizioneMovimento.Size = new System.Drawing.Size(137, 20);
            this.lblFormatoDescrizioneMovimento.TabIndex = 270;
            this.lblFormatoDescrizioneMovimento.Text = "Descrizione movimento";
            // 
            // btnFormatoStd
            // 
            appearance19.Image = global::Gipasoft.Stabili.UI.Condomini.CondominioResources.refresh;
            this.btnFormatoStd.Appearance = appearance19;
            this.btnFormatoStd.Location = new System.Drawing.Point(841, 17);
            this.btnFormatoStd.Name = "btnFormatoStd";
            this.btnFormatoStd.Size = new System.Drawing.Size(25, 27);
            this.btnFormatoStd.TabIndex = 267;
            this.btnFormatoStd.Click += new System.EventHandler(this.btnFormatoStdClick);
            // 
            // formatoDescrizioneMovimento
            // 
            this.formatoDescrizioneMovimento.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.condominioBindingSource, "FormatoDescrizioneMovimento", true));
            this.formatoDescrizioneMovimento.Location = new System.Drawing.Point(149, 47);
            this.formatoDescrizioneMovimento.MaxLength = 100;
            this.formatoDescrizioneMovimento.Name = "formatoDescrizioneMovimento";
            this.formatoDescrizioneMovimento.Size = new System.Drawing.Size(686, 21);
            this.formatoDescrizioneMovimento.TabIndex = 271;
            // 
            // formatoDescrizioneSpesa
            // 
            this.formatoDescrizioneSpesa.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.condominioBindingSource, "FormatoDescrizioneSpesa", true));
            this.formatoDescrizioneSpesa.Location = new System.Drawing.Point(149, 20);
            this.formatoDescrizioneSpesa.MaxLength = 100;
            this.formatoDescrizioneSpesa.Name = "formatoDescrizioneSpesa";
            this.formatoDescrizioneSpesa.Size = new System.Drawing.Size(686, 21);
            this.formatoDescrizioneSpesa.TabIndex = 266;
            // 
            // descrizioneAutomatica
            // 
            this.descrizioneAutomatica.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.condominioBindingSource, "DescrizioneSpeseAutomatica", true));
            this.descrizioneAutomatica.Location = new System.Drawing.Point(872, 20);
            this.descrizioneAutomatica.Name = "descrizioneAutomatica";
            this.descrizioneAutomatica.Size = new System.Drawing.Size(205, 20);
            this.descrizioneAutomatica.TabIndex = 269;
            this.descrizioneAutomatica.Text = "Descrizione Movimento Automatica";
            // 
            // mainTabContainer
            // 
            this.mainTabContainer.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.mainTabContainer.Controls.Add(this.datiCondominioTab);
            this.mainTabContainer.Controls.Add(this.ultraTabSharedControlsPage1);
            this.mainTabContainer.Controls.Add(this.noteTab);
            this.mainTabContainer.Location = new System.Drawing.Point(0, 0);
            this.mainTabContainer.Name = "mainTabContainer";
            this.mainTabContainer.SharedControlsPage = this.ultraTabSharedControlsPage1;
            this.mainTabContainer.Size = new System.Drawing.Size(1140, 872);
            this.mainTabContainer.TabIndex = 17;
            ultraTab3.Key = "datiCondominio";
            ultraTab3.TabPage = this.datiCondominioTab;
            ultraTab3.Text = "Dati condominio";
            ultraTab4.Key = "note";
            ultraTab4.TabPage = this.noteTab;
            ultraTab4.Text = "Altri dati/Note";
            this.mainTabContainer.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
            ultraTab3,
            ultraTab4});
            this.mainTabContainer.SelectedTabChanging += new Infragistics.Win.UltraWinTabControl.SelectedTabChangingEventHandler(this.mainTabContainerSelectedTabChanging);
            // 
            // ultraTabSharedControlsPage1
            // 
            this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
            this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(1136, 846);
            // 
            // datiBancariValidator
            // 
            this.datiBancariValidator.ControlToValidate = this.listaBanche;
            this.datiBancariValidator.ErrorMessage = "Dati Bancari Errati";
            this.datiBancariValidator.Icon = ((System.Drawing.Icon)(resources.GetObject("datiBancariValidator.Icon")));
            this.datiBancariValidator.Validating += new Gipasoft.Windows.Forms.CustomValidation.CustomValidator.ValidatingEventHandler(this.datiBancariValidatorValidating);
            // 
            // reqMeseChiusuraEsercizio
            // 
            this.reqMeseChiusuraEsercizio.ErrorMessage = "Inserire il mese di chiusura dell\'esercizio";
            this.reqMeseChiusuraEsercizio.Icon = ((System.Drawing.Icon)(resources.GetObject("reqMeseChiusuraEsercizio.Icon")));
            // 
            // reqAnnoInizio
            // 
            this.reqAnnoInizio.ErrorMessage = "Inserire l\'anno di inizio gestione";
            this.reqAnnoInizio.Icon = ((System.Drawing.Icon)(resources.GetObject("reqAnnoInizio.Icon")));
            this.reqAnnoInizio.InitialValue = "0";
            // 
            // backgroundWorkerDatiPlugins
            // 
            this.backgroundWorkerDatiPlugins.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorkerDatiPluginsDoWork);
            // 
            // chiusuraEsercizioValidator
            // 
            this.chiusuraEsercizioValidator.ControlToValidate = this.giornoChiusuraEsercizio;
            this.chiusuraEsercizioValidator.ErrorMessage = "Il giorno non è coerente col mese selezionato";
            this.chiusuraEsercizioValidator.Icon = ((System.Drawing.Icon)(resources.GetObject("chiusuraEsercizioValidator.Icon")));
            this.chiusuraEsercizioValidator.Validating += new Gipasoft.Windows.Forms.CustomValidation.CustomValidator.ValidatingEventHandler(this.chiusuraEsercizioValidatorValidating);
            // 
            // annoInizioRangeValidator
            // 
            this.annoInizioRangeValidator.ErrorMessage = "L\'anno inizio deve essere compreso tra 1900 e 2100";
            this.annoInizioRangeValidator.Icon = ((System.Drawing.Icon)(resources.GetObject("annoInizioRangeValidator.Icon")));
            this.annoInizioRangeValidator.MaximumValue = "2100";
            this.annoInizioRangeValidator.MinimumValue = "1900";
            this.annoInizioRangeValidator.Type = Gipasoft.Windows.Forms.CustomValidation.ValidationDataType.Integer;
            // 
            // reqGiornoChiusuraEsercizio
            // 
            this.reqGiornoChiusuraEsercizio.ErrorMessage = "Inserire il giorno di chiusura dell\'esercizio";
            this.reqGiornoChiusuraEsercizio.Icon = ((System.Drawing.Icon)(resources.GetObject("reqGiornoChiusuraEsercizio.Icon")));
            // 
            // sferaHelpProvider
            // 
            this.sferaHelpProvider.HelpNamespace = "sfera.chm";
            // 
            // civicoPopUpContainer
            // 
            this.civicoPopUpContainer.PopupControl = this.civicoFullText;
            this.civicoPopUpContainer.Opening += new System.ComponentModel.CancelEventHandler(this.civicoPopUpContainerOpening);
            this.civicoPopUpContainer.Closed += new System.EventHandler(this.civicoPopUpContainerClosed);
            // 
            // civicoFullText
            // 
            this.civicoFullText.Location = new System.Drawing.Point(468, 84);
            this.civicoFullText.MaxLength = 200;
            this.civicoFullText.Multiline = true;
            this.civicoFullText.Name = "civicoFullText";
            this.civicoFullText.Size = new System.Drawing.Size(252, 74);
            this.civicoFullText.TabIndex = 6;
            this.civicoFullText.Visible = false;
            // 
            // ultraToolTipManager1
            // 
            this.ultraToolTipManager1.ContainingControl = this;
            // 
            // rangeAnnoInizio
            // 
            this.rangeAnnoInizio.ControlToValidate = this.annoInizio;
            this.rangeAnnoInizio.ErrorMessage = "L\'anno inserito non è corretto";
            this.rangeAnnoInizio.Icon = ((System.Drawing.Icon)(resources.GetObject("rangeAnnoInizio.Icon")));
            this.rangeAnnoInizio.MaximumValue = "2090";
            this.rangeAnnoInizio.MinimumValue = "1990";
            // 
            // reqCodice
            // 
            this.reqCodice.ControlToValidate = this.codiceCondominio;
            this.reqCodice.ErrorMessage = "Inserire il codice del condominio";
            this.reqCodice.Icon = ((System.Drawing.Icon)(resources.GetObject("reqCodice.Icon")));
            // 
            // DettaglioCondominioUI
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1588, 1062);
            this.Controls.Add(this.civicoFullText);
            this.HelpButton = true;
            this.sferaHelpProvider.SetHelpKeyword(this, "30");
            this.sferaHelpProvider.SetHelpNavigator(this, System.Windows.Forms.HelpNavigator.TopicId);
            this.sferaHelpProvider.SetHelpString(this, "");
            this.Name = "DettaglioCondominioUI";
            this.sferaHelpProvider.SetShowHelp(this, true);
            this.Text = "Condominio";
            this.Load += new System.EventHandler(this.dettaglioCondominioUILoad);
            this.Controls.SetChildIndex(this.standardFormStatus, 0);
            this.Controls.SetChildIndex(this.civicoFullText, 0);
            this.Controls.SetChildIndex(this.MainStandardForm_Fill_Panel, 0);
            ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManagerStandard)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.standardFormStatus)).EndInit();
            this.MainStandardForm_Fill_Panel.ResumeLayout(false);
            this.datiCondominioTab.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.datiBancariGroup)).EndInit();
            this.datiBancariGroup.ResumeLayout(false);
            this.datiBancariGroup.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.codiceCuc)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.condominioBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.codiceSia)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.listaBanche)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.datiBancariDTOBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.noteGroupBox)).EndInit();
            this.noteGroupBox.ResumeLayout(false);
            this.noteGroupBox.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.note)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupDatiAssemblea)).EndInit();
            this.groupDatiAssemblea.ResumeLayout(false);
            this.groupDatiAssemblea.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.luogoAssemblea)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.giornoAssemblea)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.meseAssemblea)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupDatiCatastali)).EndInit();
            this.groupDatiCatastali.ResumeLayout(false);
            this.groupDatiCatastali.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.mappaleCatastale)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.foglioCatastale)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.datiGestionaliGroupBox)).EndInit();
            this.datiGestionaliGroupBox.ResumeLayout(false);
            this.datiGestionaliGroupBox.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.giornoChiusuraEsercizio)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.meseChiusuraEsercizio)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.codiceFiscale)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.referenti)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.responsabileCondominioBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.annoInizio)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.responsabileContabilita)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.supercondominio)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.unitaImmobiliari)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.archiviazioneOttica)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.responsabiliAssemblea)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.referenteDTOBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.archiviazioneOtticaContratti)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.datiGeneraliGroupBox)).EndInit();
            this.datiGeneraliGroupBox.ResumeLayout(false);
            this.datiGeneraliGroupBox.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.descrizione)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.civico)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.indirizzoCondominioBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.indirizzo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.localita)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.codiceCondominio)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cap)).EndInit();
            this.noteTab.ResumeLayout(false);
            this.noteTab.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.groupUnitaImmobiliare)).EndInit();
            this.groupUnitaImmobiliare.ResumeLayout(false);
            this.groupUnitaImmobiliare.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.descrizioneUnitaImmobiliare)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.movimentiPrimaApertura)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.note2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.movimentiDopoChiusura)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.calcoloAcquaGroup)).EndInit();
            this.calcoloAcquaGroup.ResumeLayout(false);
            this.calcoloAcquaGroup.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tipoCalcoloAcqua)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupModello770)).EndInit();
            this.groupModello770.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.groupFormatoDescrizioneRegistrazioni)).EndInit();
            this.groupFormatoDescrizioneRegistrazioni.ResumeLayout(false);
            this.groupFormatoDescrizioneRegistrazioni.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.formatoDescrizioneMovimento)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.formatoDescrizioneSpesa)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.descrizioneAutomatica)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.mainTabContainer)).EndInit();
            this.mainTabContainer.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.civicoFullText)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
예제 #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo2 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Exit selecting the displayed application", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo1 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Exit without selecting an application", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     this.bnOK                     = new System.Windows.Forms.Button();
     this.bnCancel                 = new System.Windows.Forms.Button();
     this.ultraToolTipManager1     = new Infragistics.Win.UltraWinToolTip.UltraToolTipManager(this.components);
     this.ultraFormattedLinkLabel1 = new Infragistics.Win.FormattedLinkLabel.UltraFormattedLinkLabel();
     this.clbComputers             = new System.Windows.Forms.CheckedListBox();
     ((System.ComponentModel.ISupportInitialize)(this.footerPictureBox)).BeginInit();
     this.SuspendLayout();
     //
     // footerPictureBox
     //
     this.footerPictureBox.Image    = global::Layton.AuditWizard.Common.Properties.Resources.select_computers_corner;
     this.footerPictureBox.Location = new System.Drawing.Point(59, 454);
     //
     // bnOK
     //
     this.bnOK.Anchor              = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.bnOK.DialogResult        = System.Windows.Forms.DialogResult.OK;
     this.bnOK.Location            = new System.Drawing.Point(245, 415);
     this.bnOK.Name                = "bnOK";
     this.bnOK.Size                = new System.Drawing.Size(87, 23);
     this.bnOK.TabIndex            = 1;
     this.bnOK.Text                = "&OK";
     ultraToolTipInfo2.ToolTipText = "Exit selecting the displayed application";
     this.ultraToolTipManager1.SetUltraToolTip(this.bnOK, ultraToolTipInfo2);
     this.bnOK.UseVisualStyleBackColor = true;
     //
     // bnCancel
     //
     this.bnCancel.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.bnCancel.DialogResult    = System.Windows.Forms.DialogResult.Cancel;
     this.bnCancel.Location        = new System.Drawing.Point(341, 415);
     this.bnCancel.Name            = "bnCancel";
     this.bnCancel.Size            = new System.Drawing.Size(87, 23);
     this.bnCancel.TabIndex        = 2;
     this.bnCancel.Text            = "&Cancel";
     ultraToolTipInfo1.ToolTipText = "Exit without selecting an application";
     this.ultraToolTipManager1.SetUltraToolTip(this.bnCancel, ultraToolTipInfo1);
     this.bnCancel.UseVisualStyleBackColor = true;
     //
     // ultraToolTipManager1
     //
     this.ultraToolTipManager1.ContainingControl = this;
     //
     // ultraFormattedLinkLabel1
     //
     appearance1.BackColor = System.Drawing.Color.Transparent;
     this.ultraFormattedLinkLabel1.Appearance = appearance1;
     this.ultraFormattedLinkLabel1.Location   = new System.Drawing.Point(14, 12);
     this.ultraFormattedLinkLabel1.Name       = "ultraFormattedLinkLabel1";
     this.ultraFormattedLinkLabel1.Size       = new System.Drawing.Size(414, 24);
     this.ultraFormattedLinkLabel1.TabIndex   = 18;
     this.ultraFormattedLinkLabel1.TabStop    = true;
     this.ultraFormattedLinkLabel1.Value      = "Please check the computers that are to be associated with this Action.";
     //
     // clbComputers
     //
     this.clbComputers.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.clbComputers.FormattingEnabled = true;
     this.clbComputers.Location          = new System.Drawing.Point(14, 42);
     this.clbComputers.Name     = "clbComputers";
     this.clbComputers.Size     = new System.Drawing.Size(413, 364);
     this.clbComputers.TabIndex = 19;
     //
     // FormSelectComputers
     //
     this.AcceptButton        = this.bnOK;
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.CancelButton        = this.bnCancel;
     this.ClientSize          = new System.Drawing.Size(442, 572);
     this.Controls.Add(this.clbComputers);
     this.Controls.Add(this.ultraFormattedLinkLabel1);
     this.Controls.Add(this.bnCancel);
     this.Controls.Add(this.bnOK);
     this.Font = new System.Drawing.Font("Verdana", 8.25F);
     this.Name = "FormSelectComputers";
     this.Text = "Select Asset(s)";
     this.Controls.SetChildIndex(this.bnOK, 0);
     this.Controls.SetChildIndex(this.bnCancel, 0);
     this.Controls.SetChildIndex(this.footerPictureBox, 0);
     this.Controls.SetChildIndex(this.ultraFormattedLinkLabel1, 0);
     this.Controls.SetChildIndex(this.clbComputers, 0);
     ((System.ComponentModel.ISupportInitialize)(this.footerPictureBox)).EndInit();
     this.ResumeLayout(false);
 }
예제 #5
0
        /// <summary>
        /// Metodo necessario per il supporto della finestra di progettazione. Non modificare
        /// il contenuto del metodo con l'editor di codice.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo1 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Immettere il testo da inserirre sopra l\'immagine.\r\nUsare il segnaposto {data} per" +
                    " indicare la data del giorno", Infragistics.Win.ToolTipImage.Info, null, Infragistics.Win.DefaultableBoolean.Default);
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo2 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Scegliere l\'immagine contenente la firma.\r\nL\'immagine verrà ridemensionata", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Settings));
            this.parametriGroup = new Infragistics.Win.Misc.UltraGroupBox();
            this.signaturePreview = new Infragistics.Win.UltraWinEditors.UltraPictureBox();
            this.signatureHeader = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.btnSelectSignature = new Infragistics.Win.Misc.UltraButton();
            this.signature = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblSignatureHeader = new Infragistics.Win.Misc.UltraLabel();
            this.lblFirma = new Infragistics.Win.Misc.UltraLabel();
            this.signatureSelect = new System.Windows.Forms.OpenFileDialog();
            this.settingsToolTip = new Infragistics.Win.UltraWinToolTip.UltraToolTipManager(this.components);
            this.btnSave = new Infragistics.Win.Misc.UltraButton();
            this.btnAnnulla = new Infragistics.Win.Misc.UltraButton();
            this.reqSignature = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.reqSignatureHeader = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.settingsValidationSummary = new Gipasoft.Windows.Forms.CustomValidation.ValidationSummary(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.parametriGroup)).BeginInit();
            this.parametriGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.signatureHeader)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.signature)).BeginInit();
            this.SuspendLayout();
            // 
            // parametriGroup
            // 
            this.parametriGroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.parametriGroup.Controls.Add(this.signaturePreview);
            this.parametriGroup.Controls.Add(this.signatureHeader);
            this.parametriGroup.Controls.Add(this.btnSelectSignature);
            this.parametriGroup.Controls.Add(this.signature);
            this.parametriGroup.Controls.Add(this.lblSignatureHeader);
            this.parametriGroup.Controls.Add(this.lblFirma);
            this.parametriGroup.Location = new System.Drawing.Point(12, 12);
            this.parametriGroup.Name = "parametriGroup";
            this.parametriGroup.Size = new System.Drawing.Size(559, 110);
            this.parametriGroup.TabIndex = 0;
            this.parametriGroup.Text = "Parametri dell\'applicazione";
            // 
            // signaturePreview
            // 
            this.signaturePreview.BackColor = System.Drawing.Color.Transparent;
            this.signaturePreview.BorderShadowColor = System.Drawing.Color.Empty;
            this.signaturePreview.Location = new System.Drawing.Point(453, 28);
            this.signaturePreview.Name = "signaturePreview";
            this.signaturePreview.Size = new System.Drawing.Size(100, 50);
            this.signaturePreview.TabIndex = 5;
            // 
            // signatureHeader
            // 
            this.signatureHeader.Location = new System.Drawing.Point(70, 64);
            this.signatureHeader.Name = "signatureHeader";
            this.signatureHeader.Size = new System.Drawing.Size(195, 21);
            this.signatureHeader.TabIndex = 4;
            this.signatureHeader.Text = global::GpPDF.gppdfSettings.Default.HeaderSignature;
            ultraToolTipInfo1.ToolTipImage = Infragistics.Win.ToolTipImage.Info;
            ultraToolTipInfo1.ToolTipText = "Immettere il testo da inserirre sopra l\'immagine.\r\nUsare il segnaposto {data} per" +
                " indicare la data del giorno";
            this.settingsToolTip.SetUltraToolTip(this.signatureHeader, ultraToolTipInfo1);
            // 
            // btnSelectSignature
            // 
            appearance1.Image = global::GpPDF.Properties.Resources.fileopen_small;
            this.btnSelectSignature.Appearance = appearance1;
            this.btnSelectSignature.Location = new System.Drawing.Point(405, 28);
            this.btnSelectSignature.Name = "btnSelectSignature";
            this.btnSelectSignature.Size = new System.Drawing.Size(27, 23);
            this.btnSelectSignature.TabIndex = 3;
            this.btnSelectSignature.Click += new System.EventHandler(this.btnSelectSignature_Click);
            // 
            // signature
            // 
            this.signature.Location = new System.Drawing.Point(70, 28);
            this.signature.Name = "signature";
            this.signature.Size = new System.Drawing.Size(329, 21);
            this.signature.TabIndex = 2;
            this.signature.Text = global::GpPDF.gppdfSettings.Default.SignaturePath;
            ultraToolTipInfo2.ToolTipText = "Scegliere l\'immagine contenente la firma.\r\nL\'immagine verrà ridemensionata";
            this.settingsToolTip.SetUltraToolTip(this.signature, ultraToolTipInfo2);
            // 
            // lblSignatureHeader
            // 
            appearance2.BackColor = System.Drawing.Color.Transparent;
            this.lblSignatureHeader.Appearance = appearance2;
            this.lblSignatureHeader.Location = new System.Drawing.Point(7, 67);
            this.lblSignatureHeader.Name = "lblSignatureHeader";
            this.lblSignatureHeader.Size = new System.Drawing.Size(56, 23);
            this.lblSignatureHeader.TabIndex = 1;
            this.lblSignatureHeader.Text = "Testo";
            // 
            // lblFirma
            // 
            appearance3.BackColor = System.Drawing.Color.Transparent;
            this.lblFirma.Appearance = appearance3;
            this.lblFirma.Location = new System.Drawing.Point(7, 28);
            this.lblFirma.Name = "lblFirma";
            this.lblFirma.Size = new System.Drawing.Size(56, 23);
            this.lblFirma.TabIndex = 0;
            this.lblFirma.Text = "Firma";
            // 
            // settingsToolTip
            // 
            this.settingsToolTip.ContainingControl = this;
            // 
            // btnSave
            // 
            this.btnSave.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.btnSave.Location = new System.Drawing.Point(12, 142);
            this.btnSave.Name = "btnSave";
            this.btnSave.Size = new System.Drawing.Size(75, 23);
            this.btnSave.TabIndex = 1;
            this.btnSave.Text = "Salva";
            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
            // 
            // btnAnnulla
            // 
            this.btnAnnulla.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btnAnnulla.Location = new System.Drawing.Point(106, 142);
            this.btnAnnulla.Name = "btnAnnulla";
            this.btnAnnulla.Size = new System.Drawing.Size(75, 23);
            this.btnAnnulla.TabIndex = 2;
            this.btnAnnulla.Text = "Annulla";
            // 
            // reqSignature
            // 
            this.reqSignature.ControlToValidate = this.signature;
            this.reqSignature.Icon = ((System.Drawing.Icon)(resources.GetObject("reqSignature.Icon")));
            // 
            // reqSignatureHeader
            // 
            this.reqSignatureHeader.ControlToValidate = this.signatureHeader;
            this.reqSignatureHeader.Icon = ((System.Drawing.Icon)(resources.GetObject("reqSignatureHeader.Icon")));
            // 
            // Settings
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.White;
            this.ClientSize = new System.Drawing.Size(583, 177);
            this.Controls.Add(this.btnAnnulla);
            this.Controls.Add(this.btnSave);
            this.Controls.Add(this.parametriGroup);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "Settings";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Parametri";
            ((System.ComponentModel.ISupportInitialize)(this.parametriGroup)).EndInit();
            this.parametriGroup.ResumeLayout(false);
            this.parametriGroup.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.signatureHeader)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.signature)).EndInit();
            this.ResumeLayout(false);

        }
예제 #6
0
        /// <summary> 
        /// Metodo necessario per il supporto della finestra di progettazione. Non modificare 
        /// il contenuto del metodo con l'editor di codice.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("RitenutaAccontoDTO", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ExtensionData");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AbiCondominio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Archiviazione");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CabCondominio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CodiceTributo");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Condominio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DataDocumento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DataPagamento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DataVersamentoRitenuta");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Descrizione");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Detrazione");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Fornitore");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdCondominio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdConto");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdPagamento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdSottoconto");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ImportoInteressi");
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ImportoPagamento");
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ImportoRitenuta");
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ImportoSanzione");
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NumeroDocumento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PeriodoRiferimento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Selezionabile");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Stato");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Tipo");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TipoDocumento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Valuta");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SelectColumn", 0);
            Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
            Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem7 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem8 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem9 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem10 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem11 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem12 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem28 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem29 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem30 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem16 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem17 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem18 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem19 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem20 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem21 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem22 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem23 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem24 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem25 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem26 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem27 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo1 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("", Infragistics.Win.ToolTipImage.Default, "Modalità creazione file CBI", Infragistics.Win.DefaultableBoolean.Default);
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RitenuteAccontoUI));
            Infragistics.Win.ValueListItem valueListItem13 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem14 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.btnReportMovimentiRitenute = new Infragistics.Win.Misc.UltraButton();
            this.listaRitenute = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.ritenutaAccontoDtoBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.parametriGroup = new Infragistics.Win.Misc.UltraGroupBox();
            this.lblDataPagamento = new Infragistics.Win.Misc.UltraLabel();
            this.dataPagamento = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.btnCerca = new Infragistics.Win.Misc.UltraButton();
            this.annoRiferimento = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.lblAnnoRiferimento = new Infragistics.Win.Misc.UltraLabel();
            this.lblDetraibile = new Infragistics.Win.Misc.UltraLabel();
            this.sceltaDetraibile = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
            this.meseRiferimento = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.lblMeseRiferimento = new Infragistics.Win.Misc.UltraLabel();
            this.btnFine = new Infragistics.Win.Misc.UltraButton();
            this.btnIndietro = new Infragistics.Win.Misc.UltraButton();
            this.btnAvanti = new Infragistics.Win.Misc.UltraButton();
            this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.btnPdf = new Infragistics.Win.Misc.UltraButton();
            this.creazioneFileGroup = new Infragistics.Win.Misc.UltraGroupBox();
            this.testataPerCondominio = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.lblMittente = new Infragistics.Win.Misc.UltraLabel();
            this.mittente = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
            this.lblDescrizioneAddebitoSanzioni = new Infragistics.Win.Misc.UltraLabel();
            this.descrizioneAddebitoSanzioni = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.descrizioneAddebitoInteressi = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblDescrizioneAddebitoInteressi = new Infragistics.Win.Misc.UltraLabel();
            this.lblDescrizioneDisposizione = new Infragistics.Win.Misc.UltraLabel();
            this.descrizioneDisposizione = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.btnSceltaFileCbi = new Infragistics.Win.Misc.UltraButton();
            this.lblPromptFileCbi = new Infragistics.Win.Misc.UltraLabel();
            this.nomeFile = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.wizardPagamentoRitenute = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
            this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
            this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
            this.validationSummary1 = new Gipasoft.Windows.Forms.CustomValidation.ValidationSummary(this.components);
            this.reqDescrizione = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.reqNomeFile = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.customRitenuteValidator = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            this.customRitenuteServerValidator = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            this.reqDataPagamento = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.reqDescrizioneInteressi = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.reqDescrizioneSanzioni = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.reqCondominio = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.apriSpesaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.apriDocumentoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.apriLetteraBonificoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.versamentoRitenutaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.versamentoRitenutaEccessoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.annullaPagamentoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.ultraToolTipManager1 = new Infragistics.Win.UltraWinToolTip.UltraToolTipManager(this.components);
            this.customValidatorDataPagamento = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            this.customValidatorFileName = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            this.ultraTabPageControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.listaRitenute)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ritenutaAccontoDtoBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.parametriGroup)).BeginInit();
            this.parametriGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataPagamento)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.annoRiferimento)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sceltaDetraibile)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.meseRiferimento)).BeginInit();
            this.ultraTabPageControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.creazioneFileGroup)).BeginInit();
            this.creazioneFileGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.testataPerCondominio)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.mittente)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.descrizioneAddebitoSanzioni)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.descrizioneAddebitoInteressi)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.descrizioneDisposizione)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nomeFile)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.wizardPagamentoRitenute)).BeginInit();
            this.wizardPagamentoRitenute.SuspendLayout();
            this.ultraTabSharedControlsPage1.SuspendLayout();
            this.contextMenuStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // ultraTabPageControl1
            // 
            this.ultraTabPageControl1.Controls.Add(this.btnReportMovimentiRitenute);
            this.ultraTabPageControl1.Controls.Add(this.listaRitenute);
            this.ultraTabPageControl1.Controls.Add(this.parametriGroup);
            this.ultraTabPageControl1.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl1.Name = "ultraTabPageControl1";
            this.ultraTabPageControl1.Size = new System.Drawing.Size(831, 481);
            // 
            // btnReportMovimentiRitenute
            // 
            this.btnReportMovimentiRitenute.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnReportMovimentiRitenute.Location = new System.Drawing.Point(672, 455);
            this.btnReportMovimentiRitenute.Name = "btnReportMovimentiRitenute";
            this.btnReportMovimentiRitenute.Size = new System.Drawing.Size(75, 23);
            this.btnReportMovimentiRitenute.TabIndex = 9;
            this.btnReportMovimentiRitenute.Text = "Distinta";
            this.btnReportMovimentiRitenute.Click += new System.EventHandler(this.btnReportMovimentiRitenuteClick);
            // 
            // listaRitenute
            // 
            this.listaRitenute.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.listaRitenute.DataSource = this.ritenutaAccontoDtoBindingSource;
            ultraGridColumn1.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn1.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn1.Header.VisiblePosition = 26;
            ultraGridColumn1.Hidden = true;
            ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn2.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn2.ColumnChooserCaption = "Abi Condominio";
            ultraGridColumn2.Header.Caption = "Abi";
            ultraGridColumn2.Header.VisiblePosition = 5;
            ultraGridColumn2.Width = 80;
            ultraGridColumn28.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn28.Header.VisiblePosition = 2;
            ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn3.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn3.ColumnChooserCaption = "Cab Condominio";
            ultraGridColumn3.Header.Caption = "Cab";
            ultraGridColumn3.Header.VisiblePosition = 6;
            ultraGridColumn3.Width = 80;
            ultraGridColumn4.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn4.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn4.ColumnChooserCaption = "Codice Tributo";
            ultraGridColumn4.Header.Caption = "Tributo";
            ultraGridColumn4.Header.VisiblePosition = 8;
            ultraGridColumn4.Width = 51;
            ultraGridColumn5.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn5.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn5.Header.VisiblePosition = 4;
            ultraGridColumn6.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn6.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.FormattedText;
            ultraGridColumn6.ColumnChooserCaption = "Data Documento";
            ultraGridColumn6.Format = "d";
            ultraGridColumn6.GroupByMode = Infragistics.Win.UltraWinGrid.GroupByMode.Month;
            ultraGridColumn6.Header.Caption = "Dt.Doc.";
            ultraGridColumn6.Header.VisiblePosition = 22;
            ultraGridColumn7.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn7.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.FormattedText;
            ultraGridColumn7.ColumnChooserCaption = "DataPagamento";
            ultraGridColumn7.Format = "d";
            ultraGridColumn7.GroupByMode = Infragistics.Win.UltraWinGrid.GroupByMode.Month;
            ultraGridColumn7.Header.Caption = "Dt.Pag.";
            ultraGridColumn7.Header.VisiblePosition = 7;
            ultraGridColumn7.Width = 82;
            ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn8.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.FormattedText;
            ultraGridColumn8.ColumnChooserCaption = "Data Versamento Ritenuta";
            ultraGridColumn8.Header.Caption = "Vers.Ritenuta";
            ultraGridColumn8.Header.VisiblePosition = 9;
            ultraGridColumn8.Hidden = true;
            ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn9.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn9.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn9.Header.VisiblePosition = 10;
            ultraGridColumn9.Hidden = true;
            ultraGridColumn10.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn10.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn10.Header.VisiblePosition = 14;
            ultraGridColumn10.Width = 40;
            ultraGridColumn11.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn11.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn11.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn11.Header.VisiblePosition = 11;
            ultraGridColumn11.Width = 132;
            ultraGridColumn12.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn12.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn12.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn12.ColumnChooserCaption = "Identificativo Condominio";
            ultraGridColumn12.Header.Caption = "Id Cond.";
            ultraGridColumn12.Header.VisiblePosition = 1;
            ultraGridColumn12.Hidden = true;
            ultraGridColumn13.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn13.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn13.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn13.Header.VisiblePosition = 15;
            ultraGridColumn13.Hidden = true;
            ultraGridColumn14.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn14.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn14.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn14.ColumnChooserCaption = "Identificativo Pagamento";
            ultraGridColumn14.Header.Caption = "Id Pag.";
            ultraGridColumn14.Header.VisiblePosition = 17;
            ultraGridColumn14.Hidden = true;
            ultraGridColumn15.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn15.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn15.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn15.Header.VisiblePosition = 18;
            ultraGridColumn15.Hidden = true;
            ultraGridColumn16.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn16.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            appearance1.TextHAlignAsString = "Right";
            ultraGridColumn16.CellAppearance = appearance1;
            ultraGridColumn16.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.FormattedText;
            ultraGridColumn16.Format = "c";
            ultraGridColumn16.Header.Caption = "Interessi";
            ultraGridColumn16.Header.VisiblePosition = 16;
            ultraGridColumn17.AllowRowSummaries = Infragistics.Win.UltraWinGrid.AllowRowSummaries.True;
            ultraGridColumn17.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn17.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            appearance2.TextHAlignAsString = "Right";
            ultraGridColumn17.CellAppearance = appearance2;
            ultraGridColumn17.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.FormattedText;
            ultraGridColumn17.ColumnChooserCaption = "Importo Pagamento";
            ultraGridColumn17.Format = "c";
            ultraGridColumn17.Header.Caption = "Pagam.";
            ultraGridColumn17.Header.VisiblePosition = 12;
            ultraGridColumn17.Width = 73;
            ultraGridColumn18.AllowRowSummaries = Infragistics.Win.UltraWinGrid.AllowRowSummaries.True;
            ultraGridColumn18.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn18.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            appearance3.TextHAlignAsString = "Right";
            ultraGridColumn18.CellAppearance = appearance3;
            ultraGridColumn18.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.FormattedText;
            ultraGridColumn18.ColumnChooserCaption = "Importo Ritenuta";
            ultraGridColumn18.Format = "c";
            ultraGridColumn18.Header.Caption = "RDA";
            ultraGridColumn18.Header.VisiblePosition = 13;
            ultraGridColumn19.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn19.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            appearance4.TextHAlignAsString = "Right";
            ultraGridColumn19.CellAppearance = appearance4;
            ultraGridColumn19.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.FormattedText;
            ultraGridColumn19.Format = "c";
            ultraGridColumn19.Header.Caption = "Sanzione";
            ultraGridColumn19.Header.VisiblePosition = 20;
            ultraGridColumn20.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn20.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn20.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn20.ColumnChooserCaption = "Numero Documento";
            ultraGridColumn20.Header.Caption = "Num.Doc.";
            ultraGridColumn20.Header.VisiblePosition = 21;
            ultraGridColumn20.Width = 62;
            ultraGridColumn21.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn21.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn21.Header.Caption = "Periodo";
            ultraGridColumn21.Header.VisiblePosition = 3;
            ultraGridColumn21.Width = 50;
            ultraGridColumn22.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn22.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn22.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn22.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn22.Header.VisiblePosition = 19;
            ultraGridColumn22.Hidden = true;
            ultraGridColumn23.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn23.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn23.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn23.Header.VisiblePosition = 24;
            ultraGridColumn24.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn24.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn24.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn24.Header.VisiblePosition = 27;
            ultraGridColumn24.Hidden = true;
            ultraGridColumn25.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn25.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn25.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn25.ColumnChooserCaption = "Tipo Documento";
            ultraGridColumn25.Header.Caption = "Tipo doc.";
            ultraGridColumn25.Header.VisiblePosition = 23;
            ultraGridColumn25.Width = 53;
            ultraGridColumn26.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn26.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn26.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn26.Header.VisiblePosition = 25;
            ultraGridColumn26.Hidden = true;
            ultraGridColumn27.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.False;
            ultraGridColumn27.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn27.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.Edit;
            ultraGridColumn27.DataType = typeof(bool);
            ultraGridColumn27.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn27.Header.Caption = "S";
            ultraGridColumn27.Header.VisiblePosition = 0;
            ultraGridColumn27.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
            ultraGridColumn27.Width = 34;
            ultraGridBand1.Columns.AddRange(new object[] {
            ultraGridColumn1,
            ultraGridColumn2,
            ultraGridColumn28,
            ultraGridColumn3,
            ultraGridColumn4,
            ultraGridColumn5,
            ultraGridColumn6,
            ultraGridColumn7,
            ultraGridColumn8,
            ultraGridColumn9,
            ultraGridColumn10,
            ultraGridColumn11,
            ultraGridColumn12,
            ultraGridColumn13,
            ultraGridColumn14,
            ultraGridColumn15,
            ultraGridColumn16,
            ultraGridColumn17,
            ultraGridColumn18,
            ultraGridColumn19,
            ultraGridColumn20,
            ultraGridColumn21,
            ultraGridColumn22,
            ultraGridColumn23,
            ultraGridColumn24,
            ultraGridColumn25,
            ultraGridColumn26,
            ultraGridColumn27});
            this.listaRitenute.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
            appearance5.FontData.BoldAsString = "True";
            appearance5.TextHAlignAsString = "Left";
            this.listaRitenute.DisplayLayout.CaptionAppearance = appearance5;
            this.listaRitenute.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
            this.listaRitenute.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
            this.listaRitenute.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
            this.listaRitenute.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.True;
            this.listaRitenute.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
            this.listaRitenute.DisplayLayout.Override.HeaderCheckBoxVisibility = Infragistics.Win.UltraWinGrid.HeaderCheckBoxVisibility.WhenUsingCheckEditor;
            this.listaRitenute.DisplayLayout.Override.RowSelectorHeaderStyle = Infragistics.Win.UltraWinGrid.RowSelectorHeaderStyle.ColumnChooserButton;
            this.listaRitenute.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
            this.listaRitenute.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
            this.listaRitenute.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.listaRitenute.Location = new System.Drawing.Point(3, 96);
            this.listaRitenute.Name = "listaRitenute";
            this.listaRitenute.Size = new System.Drawing.Size(825, 353);
            this.listaRitenute.TabIndex = 1;
            this.listaRitenute.Text = "Ritenute Acconto";
            this.listaRitenute.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.listaRitenuteDoubleClickRow);
            this.listaRitenute.MouseUp += new System.Windows.Forms.MouseEventHandler(this.listaMouseUp);
            // 
            // ritenutaAccontoDtoBindingSource
            // 
            this.ritenutaAccontoDtoBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.RitenutaAccontoDTO);
            // 
            // parametriGroup
            // 
            this.parametriGroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.parametriGroup.Controls.Add(this.lblDataPagamento);
            this.parametriGroup.Controls.Add(this.dataPagamento);
            this.parametriGroup.Controls.Add(this.btnCerca);
            this.parametriGroup.Controls.Add(this.annoRiferimento);
            this.parametriGroup.Controls.Add(this.lblAnnoRiferimento);
            this.parametriGroup.Controls.Add(this.lblDetraibile);
            this.parametriGroup.Controls.Add(this.sceltaDetraibile);
            this.parametriGroup.Controls.Add(this.meseRiferimento);
            this.parametriGroup.Controls.Add(this.lblMeseRiferimento);
            this.parametriGroup.Location = new System.Drawing.Point(3, 3);
            this.parametriGroup.Name = "parametriGroup";
            this.parametriGroup.Size = new System.Drawing.Size(825, 87);
            this.parametriGroup.TabIndex = 0;
            this.parametriGroup.Text = "Parametri";
            // 
            // lblDataPagamento
            // 
            this.lblDataPagamento.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.lblDataPagamento.Location = new System.Drawing.Point(628, 62);
            this.lblDataPagamento.Name = "lblDataPagamento";
            this.lblDataPagamento.Size = new System.Drawing.Size(97, 23);
            this.lblDataPagamento.TabIndex = 228;
            this.lblDataPagamento.Text = "Data Pagamento";
            // 
            // dataPagamento
            // 
            this.dataPagamento.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.dataPagamento.Location = new System.Drawing.Point(731, 58);
            this.dataPagamento.Name = "dataPagamento";
            this.dataPagamento.Size = new System.Drawing.Size(88, 21);
            this.dataPagamento.TabIndex = 227;
            this.dataPagamento.ValueChanged += new System.EventHandler(this.dataPagamentoValueChanged);
            // 
            // btnCerca
            // 
            this.btnCerca.Location = new System.Drawing.Point(51, 58);
            this.btnCerca.Name = "btnCerca";
            this.btnCerca.Size = new System.Drawing.Size(75, 23);
            this.btnCerca.TabIndex = 226;
            this.btnCerca.Text = "Cerca";
            this.btnCerca.Click += new System.EventHandler(this.btnCercaClick);
            // 
            // annoRiferimento
            // 
            this.annoRiferimento.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            valueListItem1.DataValue = 1;
            valueListItem1.DisplayText = "Gennaio";
            valueListItem2.DataValue = 2;
            valueListItem2.DisplayText = "Febbraio";
            valueListItem3.DataValue = 3;
            valueListItem3.DisplayText = "Marzo";
            valueListItem4.DataValue = 4;
            valueListItem4.DisplayText = "Aprile";
            valueListItem5.DataValue = 5;
            valueListItem5.DisplayText = "Maggio";
            valueListItem6.DataValue = 6;
            valueListItem6.DisplayText = "Giugno";
            valueListItem7.DataValue = 7;
            valueListItem7.DisplayText = "Luglio";
            valueListItem8.DataValue = 8;
            valueListItem8.DisplayText = "Agosto";
            valueListItem9.DataValue = 9;
            valueListItem9.DisplayText = "Settembre";
            valueListItem10.DataValue = 10;
            valueListItem10.DisplayText = "Ottobre";
            valueListItem11.DataValue = 11;
            valueListItem11.DisplayText = "Novembre";
            valueListItem12.DataValue = 12;
            valueListItem12.DisplayText = "Dicembre";
            this.annoRiferimento.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem1,
            valueListItem2,
            valueListItem3,
            valueListItem4,
            valueListItem5,
            valueListItem6,
            valueListItem7,
            valueListItem8,
            valueListItem9,
            valueListItem10,
            valueListItem11,
            valueListItem12});
            this.annoRiferimento.Location = new System.Drawing.Point(225, 18);
            this.annoRiferimento.Name = "annoRiferimento";
            this.annoRiferimento.Size = new System.Drawing.Size(67, 21);
            this.annoRiferimento.TabIndex = 225;
            this.annoRiferimento.ValueChanged += new System.EventHandler(this.annoRiferimentoValueChanged);
            // 
            // lblAnnoRiferimento
            // 
            this.lblAnnoRiferimento.Location = new System.Drawing.Point(180, 19);
            this.lblAnnoRiferimento.Name = "lblAnnoRiferimento";
            this.lblAnnoRiferimento.Size = new System.Drawing.Size(39, 23);
            this.lblAnnoRiferimento.TabIndex = 224;
            this.lblAnnoRiferimento.Text = "Anno";
            // 
            // lblDetraibile
            // 
            this.lblDetraibile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.lblDetraibile.Location = new System.Drawing.Point(508, 19);
            this.lblDetraibile.Name = "lblDetraibile";
            this.lblDetraibile.Size = new System.Drawing.Size(65, 23);
            this.lblDetraibile.TabIndex = 223;
            this.lblDetraibile.Text = "Detraibilità";
            // 
            // sceltaDetraibile
            // 
            this.sceltaDetraibile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.sceltaDetraibile.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
            this.sceltaDetraibile.CheckedIndex = 0;
            valueListItem28.DataValue = "tutti";
            valueListItem28.DisplayText = "Tutti";
            valueListItem29.DataValue = "detraibile";
            valueListItem29.DisplayText = "Solo detraibile";
            valueListItem30.DataValue = "nondetraibile";
            valueListItem30.DisplayText = "NO detraibile";
            this.sceltaDetraibile.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem28,
            valueListItem29,
            valueListItem30});
            this.sceltaDetraibile.ItemSpacingHorizontal = 2;
            this.sceltaDetraibile.Location = new System.Drawing.Point(579, 18);
            this.sceltaDetraibile.Name = "sceltaDetraibile";
            this.sceltaDetraibile.Size = new System.Drawing.Size(240, 22);
            this.sceltaDetraibile.TabIndex = 222;
            this.sceltaDetraibile.Text = "Tutti";
            this.sceltaDetraibile.ValueChanged += new System.EventHandler(this.sceltaDetraibileValueChanged);
            // 
            // meseRiferimento
            // 
            this.meseRiferimento.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            valueListItem16.DataValue = 1;
            valueListItem16.DisplayText = "Gennaio";
            valueListItem17.DataValue = 2;
            valueListItem17.DisplayText = "Febbraio";
            valueListItem18.DataValue = 3;
            valueListItem18.DisplayText = "Marzo";
            valueListItem19.DataValue = 4;
            valueListItem19.DisplayText = "Aprile";
            valueListItem20.DataValue = 5;
            valueListItem20.DisplayText = "Maggio";
            valueListItem21.DataValue = 6;
            valueListItem21.DisplayText = "Giugno";
            valueListItem22.DataValue = 7;
            valueListItem22.DisplayText = "Luglio";
            valueListItem23.DataValue = 8;
            valueListItem23.DisplayText = "Agosto";
            valueListItem24.DataValue = 9;
            valueListItem24.DisplayText = "Settembre";
            valueListItem25.DataValue = 10;
            valueListItem25.DisplayText = "Ottobre";
            valueListItem26.DataValue = 11;
            valueListItem26.DisplayText = "Novembre";
            valueListItem27.DataValue = 12;
            valueListItem27.DisplayText = "Dicembre";
            this.meseRiferimento.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem16,
            valueListItem17,
            valueListItem18,
            valueListItem19,
            valueListItem20,
            valueListItem21,
            valueListItem22,
            valueListItem23,
            valueListItem24,
            valueListItem25,
            valueListItem26,
            valueListItem27});
            this.meseRiferimento.Location = new System.Drawing.Point(51, 18);
            this.meseRiferimento.Name = "meseRiferimento";
            this.meseRiferimento.Size = new System.Drawing.Size(105, 21);
            this.meseRiferimento.TabIndex = 221;
            this.meseRiferimento.ValueChanged += new System.EventHandler(this.meseRiferimentoValueChanged);
            // 
            // lblMeseRiferimento
            // 
            this.lblMeseRiferimento.Location = new System.Drawing.Point(6, 19);
            this.lblMeseRiferimento.Name = "lblMeseRiferimento";
            this.lblMeseRiferimento.Size = new System.Drawing.Size(39, 23);
            this.lblMeseRiferimento.TabIndex = 0;
            this.lblMeseRiferimento.Text = "Mese";
            // 
            // btnFine
            // 
            this.btnFine.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnFine.Location = new System.Drawing.Point(753, 455);
            this.btnFine.Name = "btnFine";
            this.btnFine.Size = new System.Drawing.Size(75, 23);
            this.btnFine.TabIndex = 8;
            this.btnFine.Text = "File CBI";
            this.btnFine.Visible = false;
            this.btnFine.Click += new System.EventHandler(this.btnFineClick);
            // 
            // btnIndietro
            // 
            this.btnIndietro.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnIndietro.Enabled = false;
            this.btnIndietro.Location = new System.Drawing.Point(3, 455);
            this.btnIndietro.Name = "btnIndietro";
            this.btnIndietro.Size = new System.Drawing.Size(75, 23);
            this.btnIndietro.TabIndex = 7;
            this.btnIndietro.Text = "<< Indietro";
            this.btnIndietro.Click += new System.EventHandler(this.btnIndietroClick);
            // 
            // btnAvanti
            // 
            this.btnAvanti.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnAvanti.Enabled = false;
            this.btnAvanti.Location = new System.Drawing.Point(84, 455);
            this.btnAvanti.Name = "btnAvanti";
            this.btnAvanti.Size = new System.Drawing.Size(75, 23);
            this.btnAvanti.TabIndex = 6;
            this.btnAvanti.Text = "Avanti >>";
            this.btnAvanti.Click += new System.EventHandler(this.btnAvantiClick);
            // 
            // ultraTabPageControl2
            // 
            this.ultraTabPageControl2.Controls.Add(this.btnPdf);
            this.ultraTabPageControl2.Controls.Add(this.creazioneFileGroup);
            this.ultraTabPageControl2.Controls.Add(this.btnFine);
            this.ultraTabPageControl2.Controls.Add(this.btnIndietro);
            this.ultraTabPageControl2.Controls.Add(this.btnAvanti);
            this.ultraTabPageControl2.Enabled = false;
            this.ultraTabPageControl2.Location = new System.Drawing.Point(1, 23);
            this.ultraTabPageControl2.Name = "ultraTabPageControl2";
            this.ultraTabPageControl2.Size = new System.Drawing.Size(831, 481);
            // 
            // btnPdf
            // 
            this.btnPdf.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnPdf.Location = new System.Drawing.Point(663, 455);
            this.btnPdf.Name = "btnPdf";
            this.btnPdf.Size = new System.Drawing.Size(84, 23);
            this.btnPdf.TabIndex = 11;
            this.btnPdf.Text = "Modulo PDF";
            this.btnPdf.Visible = false;
            this.btnPdf.Click += new System.EventHandler(this.btnPdfClick);
            // 
            // creazioneFileGroup
            // 
            this.creazioneFileGroup.Controls.Add(this.testataPerCondominio);
            this.creazioneFileGroup.Controls.Add(this.lblMittente);
            this.creazioneFileGroup.Controls.Add(this.mittente);
            this.creazioneFileGroup.Controls.Add(this.lblDescrizioneAddebitoSanzioni);
            this.creazioneFileGroup.Controls.Add(this.descrizioneAddebitoSanzioni);
            this.creazioneFileGroup.Controls.Add(this.descrizioneAddebitoInteressi);
            this.creazioneFileGroup.Controls.Add(this.lblDescrizioneAddebitoInteressi);
            this.creazioneFileGroup.Controls.Add(this.lblDescrizioneDisposizione);
            this.creazioneFileGroup.Controls.Add(this.descrizioneDisposizione);
            this.creazioneFileGroup.Controls.Add(this.btnSceltaFileCbi);
            this.creazioneFileGroup.Controls.Add(this.lblPromptFileCbi);
            this.creazioneFileGroup.Controls.Add(this.nomeFile);
            this.creazioneFileGroup.Location = new System.Drawing.Point(3, 3);
            this.creazioneFileGroup.Name = "creazioneFileGroup";
            this.creazioneFileGroup.Size = new System.Drawing.Size(825, 163);
            this.creazioneFileGroup.TabIndex = 9;
            this.creazioneFileGroup.Text = "File";
            // 
            // testataPerCondominio
            // 
            this.testataPerCondominio.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.testataPerCondominio.Checked = true;
            this.testataPerCondominio.CheckState = System.Windows.Forms.CheckState.Checked;
            this.testataPerCondominio.Location = new System.Drawing.Point(280, 100);
            this.testataPerCondominio.Name = "testataPerCondominio";
            this.testataPerCondominio.Size = new System.Drawing.Size(120, 20);
            this.testataPerCondominio.TabIndex = 251;
            this.testataPerCondominio.Text = "Divisione in blocchi";
            ultraToolTipInfo1.ToolTipTextFormatted = resources.GetString("ultraToolTipInfo1.ToolTipTextFormatted");
            ultraToolTipInfo1.ToolTipTitle = "Modalità creazione file CBI";
            this.ultraToolTipManager1.SetUltraToolTip(this.testataPerCondominio, ultraToolTipInfo1);
            this.testataPerCondominio.CheckedChanged += new System.EventHandler(this.testataPerCondominio_CheckedChanged);
            // 
            // lblMittente
            // 
            this.lblMittente.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.lblMittente.Location = new System.Drawing.Point(56, 104);
            this.lblMittente.Name = "lblMittente";
            this.lblMittente.Size = new System.Drawing.Size(50, 23);
            this.lblMittente.TabIndex = 250;
            this.lblMittente.Text = "Mittente";
            // 
            // mittente
            // 
            this.mittente.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.mittente.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
            this.mittente.CheckedIndex = 1;
            valueListItem13.CheckState = System.Windows.Forms.CheckState.Checked;
            valueListItem13.DataValue = "S";
            valueListItem13.DisplayText = "Studio";
            valueListItem14.DataValue = "C";
            valueListItem14.DisplayText = "Condominio";
            this.mittente.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem13,
            valueListItem14});
            this.mittente.ItemSpacingHorizontal = 2;
            this.mittente.Location = new System.Drawing.Point(112, 103);
            this.mittente.Name = "mittente";
            this.mittente.Size = new System.Drawing.Size(136, 22);
            this.mittente.TabIndex = 249;
            this.mittente.Text = "Condominio";
            // 
            // lblDescrizioneAddebitoSanzioni
            // 
            this.lblDescrizioneAddebitoSanzioni.Location = new System.Drawing.Point(417, 80);
            this.lblDescrizioneAddebitoSanzioni.Name = "lblDescrizioneAddebitoSanzioni";
            this.lblDescrizioneAddebitoSanzioni.Size = new System.Drawing.Size(96, 23);
            this.lblDescrizioneAddebitoSanzioni.TabIndex = 248;
            this.lblDescrizioneAddebitoSanzioni.Text = "Addebito Sanzioni";
            // 
            // descrizioneAddebitoSanzioni
            // 
            this.descrizioneAddebitoSanzioni.Location = new System.Drawing.Point(519, 76);
            this.descrizioneAddebitoSanzioni.Name = "descrizioneAddebitoSanzioni";
            this.descrizioneAddebitoSanzioni.Size = new System.Drawing.Size(300, 21);
            this.descrizioneAddebitoSanzioni.TabIndex = 247;
            // 
            // descrizioneAddebitoInteressi
            // 
            this.descrizioneAddebitoInteressi.Location = new System.Drawing.Point(112, 76);
            this.descrizioneAddebitoInteressi.Name = "descrizioneAddebitoInteressi";
            this.descrizioneAddebitoInteressi.Size = new System.Drawing.Size(288, 21);
            this.descrizioneAddebitoInteressi.TabIndex = 246;
            // 
            // lblDescrizioneAddebitoInteressi
            // 
            this.lblDescrizioneAddebitoInteressi.Location = new System.Drawing.Point(6, 80);
            this.lblDescrizioneAddebitoInteressi.Name = "lblDescrizioneAddebitoInteressi";
            this.lblDescrizioneAddebitoInteressi.Size = new System.Drawing.Size(96, 23);
            this.lblDescrizioneAddebitoInteressi.TabIndex = 245;
            this.lblDescrizioneAddebitoInteressi.Text = "Addebito Interessi";
            // 
            // lblDescrizioneDisposizione
            // 
            this.lblDescrizioneDisposizione.Location = new System.Drawing.Point(6, 26);
            this.lblDescrizioneDisposizione.Name = "lblDescrizioneDisposizione";
            this.lblDescrizioneDisposizione.Size = new System.Drawing.Size(100, 23);
            this.lblDescrizioneDisposizione.TabIndex = 6;
            this.lblDescrizioneDisposizione.Text = "Descrizione";
            // 
            // descrizioneDisposizione
            // 
            this.descrizioneDisposizione.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.descrizioneDisposizione.Location = new System.Drawing.Point(112, 22);
            this.descrizioneDisposizione.Name = "descrizioneDisposizione";
            this.descrizioneDisposizione.Size = new System.Drawing.Size(707, 21);
            this.descrizioneDisposizione.TabIndex = 5;
            // 
            // btnSceltaFileCbi
            // 
            this.btnSceltaFileCbi.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnSceltaFileCbi.Location = new System.Drawing.Point(770, 48);
            this.btnSceltaFileCbi.Name = "btnSceltaFileCbi";
            this.btnSceltaFileCbi.Size = new System.Drawing.Size(49, 23);
            this.btnSceltaFileCbi.TabIndex = 4;
            this.btnSceltaFileCbi.Text = "Scelta";
            this.btnSceltaFileCbi.Click += new System.EventHandler(this.btnSceltaFileCbiClick);
            // 
            // lblPromptFileCbi
            // 
            this.lblPromptFileCbi.Location = new System.Drawing.Point(6, 53);
            this.lblPromptFileCbi.Name = "lblPromptFileCbi";
            this.lblPromptFileCbi.Size = new System.Drawing.Size(100, 23);
            this.lblPromptFileCbi.TabIndex = 3;
            this.lblPromptFileCbi.Text = "Percorso File";
            // 
            // nomeFile
            // 
            this.nomeFile.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.nomeFile.Location = new System.Drawing.Point(112, 49);
            this.nomeFile.Name = "nomeFile";
            this.nomeFile.Size = new System.Drawing.Size(650, 21);
            this.nomeFile.TabIndex = 2;
            // 
            // wizardPagamentoRitenute
            // 
            this.wizardPagamentoRitenute.Controls.Add(this.ultraTabSharedControlsPage1);
            this.wizardPagamentoRitenute.Controls.Add(this.ultraTabPageControl1);
            this.wizardPagamentoRitenute.Controls.Add(this.ultraTabPageControl2);
            this.wizardPagamentoRitenute.Dock = System.Windows.Forms.DockStyle.Fill;
            this.wizardPagamentoRitenute.Location = new System.Drawing.Point(0, 0);
            this.wizardPagamentoRitenute.Name = "wizardPagamentoRitenute";
            this.wizardPagamentoRitenute.SharedControls.AddRange(new System.Windows.Forms.Control[] {
            this.btnFine,
            this.btnIndietro,
            this.btnAvanti});
            this.wizardPagamentoRitenute.SharedControlsPage = this.ultraTabSharedControlsPage1;
            this.wizardPagamentoRitenute.Size = new System.Drawing.Size(835, 507);
            this.wizardPagamentoRitenute.TabIndex = 0;
            ultraTab1.Key = "ritenute";
            ultraTab1.TabPage = this.ultraTabPageControl1;
            ultraTab1.Text = "Ritenute";
            ultraTab2.Key = "creazioneFile";
            ultraTab2.TabPage = this.ultraTabPageControl2;
            ultraTab2.Text = "Creazione file";
            this.wizardPagamentoRitenute.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
            ultraTab1,
            ultraTab2});
            // 
            // ultraTabSharedControlsPage1
            // 
            this.ultraTabSharedControlsPage1.Controls.Add(this.btnFine);
            this.ultraTabSharedControlsPage1.Controls.Add(this.btnIndietro);
            this.ultraTabSharedControlsPage1.Controls.Add(this.btnAvanti);
            this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
            this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(831, 481);
            // 
            // saveFileDialog1
            // 
            this.saveFileDialog1.DefaultExt = "cbi";
            this.saveFileDialog1.Filter = "File CBI|*.txt|Tutti i file|*.*";
            // 
            // reqDescrizione
            // 
            this.reqDescrizione.ControlToValidate = this.descrizioneDisposizione;
            this.reqDescrizione.ErrorMessage = "Inserire una descrizione.";
            this.reqDescrizione.Icon = ((System.Drawing.Icon)(resources.GetObject("reqDescrizione.Icon")));
            // 
            // reqNomeFile
            // 
            this.reqNomeFile.ControlToValidate = this.nomeFile;
            this.reqNomeFile.ErrorMessage = "Scegliere un nome di file";
            this.reqNomeFile.Icon = ((System.Drawing.Icon)(resources.GetObject("reqNomeFile.Icon")));
            // 
            // customRitenuteValidator
            // 
            this.customRitenuteValidator.ControlToValidate = this.listaRitenute;
            this.customRitenuteValidator.ErrorMessage = "Scegliere almeno una riga";
            this.customRitenuteValidator.Icon = ((System.Drawing.Icon)(resources.GetObject("customRitenuteValidator.Icon")));
            this.customRitenuteValidator.Validating += new Gipasoft.Windows.Forms.CustomValidation.CustomValidator.ValidatingEventHandler(this.customRitenuteValidatorValidating);
            // 
            // customRitenuteServerValidator
            // 
            this.customRitenuteServerValidator.ControlToValidate = this.listaRitenute;
            this.customRitenuteServerValidator.ErrorMessage = "Scegliere almeno una riga";
            this.customRitenuteServerValidator.Icon = ((System.Drawing.Icon)(resources.GetObject("customRitenuteServerValidator.Icon")));
            this.customRitenuteServerValidator.Validating += new Gipasoft.Windows.Forms.CustomValidation.CustomValidator.ValidatingEventHandler(this.customRitenuteServerValidatorValidating);
            // 
            // reqDataPagamento
            // 
            this.reqDataPagamento.ControlToValidate = this.dataPagamento;
            this.reqDataPagamento.ErrorMessage = "Inserire la data di pagamento";
            this.reqDataPagamento.Icon = ((System.Drawing.Icon)(resources.GetObject("reqDataPagamento.Icon")));
            // 
            // reqDescrizioneInteressi
            // 
            this.reqDescrizioneInteressi.ControlToValidate = this.descrizioneAddebitoInteressi;
            this.reqDescrizioneInteressi.ErrorMessage = "Inserire la descrizione per l\'addebito di eventuali interessi";
            this.reqDescrizioneInteressi.Icon = ((System.Drawing.Icon)(resources.GetObject("reqDescrizioneInteressi.Icon")));
            // 
            // reqDescrizioneSanzioni
            // 
            this.reqDescrizioneSanzioni.ControlToValidate = this.descrizioneAddebitoSanzioni;
            this.reqDescrizioneSanzioni.ErrorMessage = "Inserire la descrizione per l\'addebito di eventuali sanzioni";
            this.reqDescrizioneSanzioni.Icon = ((System.Drawing.Icon)(resources.GetObject("reqDescrizioneSanzioni.Icon")));
            // 
            // reqCondominio
            // 
            this.reqCondominio.ControlToValidate = this.descrizioneAddebitoSanzioni;
            this.reqCondominio.ErrorMessage = "Scegliere un condominio";
            this.reqCondominio.Icon = ((System.Drawing.Icon)(resources.GetObject("reqCondominio.Icon")));
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.apriSpesaToolStripMenuItem,
            this.apriDocumentoToolStripMenuItem,
            this.apriLetteraBonificoToolStripMenuItem,
            this.toolStripSeparator1,
            this.versamentoRitenutaToolStripMenuItem,
            this.versamentoRitenutaEccessoToolStripMenuItem,
            this.toolStripSeparator2,
            this.annullaPagamentoToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(229, 148);
            this.contextMenuStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.contextMenuStrip1ItemClicked);
            // 
            // apriSpesaToolStripMenuItem
            // 
            this.apriSpesaToolStripMenuItem.Name = "apriSpesaToolStripMenuItem";
            this.apriSpesaToolStripMenuItem.Size = new System.Drawing.Size(228, 22);
            this.apriSpesaToolStripMenuItem.Text = "Apri Spesa";
            // 
            // apriDocumentoToolStripMenuItem
            // 
            this.apriDocumentoToolStripMenuItem.Name = "apriDocumentoToolStripMenuItem";
            this.apriDocumentoToolStripMenuItem.Size = new System.Drawing.Size(228, 22);
            this.apriDocumentoToolStripMenuItem.Text = "Apri Documento";
            // 
            // apriLetteraBonificoToolStripMenuItem
            // 
            this.apriLetteraBonificoToolStripMenuItem.Name = "apriLetteraBonificoToolStripMenuItem";
            this.apriLetteraBonificoToolStripMenuItem.Size = new System.Drawing.Size(228, 22);
            this.apriLetteraBonificoToolStripMenuItem.Text = "Apri Lettera Bonifico";
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(225, 6);
            // 
            // versamentoRitenutaToolStripMenuItem
            // 
            this.versamentoRitenutaToolStripMenuItem.Name = "versamentoRitenutaToolStripMenuItem";
            this.versamentoRitenutaToolStripMenuItem.Size = new System.Drawing.Size(228, 22);
            this.versamentoRitenutaToolStripMenuItem.Text = "Versamento Ritenuta";
            // 
            // versamentoRitenutaEccessoToolStripMenuItem
            // 
            this.versamentoRitenutaEccessoToolStripMenuItem.Name = "versamentoRitenutaEccessoToolStripMenuItem";
            this.versamentoRitenutaEccessoToolStripMenuItem.Size = new System.Drawing.Size(228, 22);
            this.versamentoRitenutaEccessoToolStripMenuItem.Text = "Versamento Ritenuta Eccesso";
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(225, 6);
            // 
            // annullaPagamentoToolStripMenuItem
            // 
            this.annullaPagamentoToolStripMenuItem.Name = "annullaPagamentoToolStripMenuItem";
            this.annullaPagamentoToolStripMenuItem.Size = new System.Drawing.Size(228, 22);
            this.annullaPagamentoToolStripMenuItem.Text = "Annulla Pagamento";
            // 
            // ultraToolTipManager1
            // 
            this.ultraToolTipManager1.ContainingControl = this;
            // 
            // customValidatorDataPagamento
            // 
            this.customValidatorDataPagamento.ControlToValidate = this.dataPagamento;
            this.customValidatorDataPagamento.ErrorMessage = "La data di pagamento inserita non è amessa";
            this.customValidatorDataPagamento.Icon = ((System.Drawing.Icon)(resources.GetObject("customValidatorDataPagamento.Icon")));
            this.customValidatorDataPagamento.Validating += new Gipasoft.Windows.Forms.CustomValidation.CustomValidator.ValidatingEventHandler(this.customValidatorDataPagamentoValidating);
            // 
            // customValidatorFileName
            // 
            this.customValidatorFileName.ControlToValidate = this.nomeFile;
            this.customValidatorFileName.ErrorMessage = "Il nome del file non è corretto";
            this.customValidatorFileName.Icon = ((System.Drawing.Icon)(resources.GetObject("customValidatorFileName.Icon")));
            this.customValidatorFileName.Validating += new Gipasoft.Windows.Forms.CustomValidation.CustomValidator.ValidatingEventHandler(this.customValidatorFileName_Validating);
            // 
            // RitenuteAccontoUI
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.wizardPagamentoRitenute);
            this.Name = "RitenuteAccontoUI";
            this.Size = new System.Drawing.Size(835, 507);
            this.Load += new System.EventHandler(this.ritenuteAccontoUILoad);
            this.ultraTabPageControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.listaRitenute)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ritenutaAccontoDtoBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.parametriGroup)).EndInit();
            this.parametriGroup.ResumeLayout(false);
            this.parametriGroup.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataPagamento)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.annoRiferimento)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sceltaDetraibile)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.meseRiferimento)).EndInit();
            this.ultraTabPageControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.creazioneFileGroup)).EndInit();
            this.creazioneFileGroup.ResumeLayout(false);
            this.creazioneFileGroup.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.testataPerCondominio)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.mittente)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.descrizioneAddebitoSanzioni)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.descrizioneAddebitoInteressi)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.descrizioneDisposizione)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nomeFile)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.wizardPagamentoRitenute)).EndInit();
            this.wizardPagamentoRitenute.ResumeLayout(false);
            this.ultraTabSharedControlsPage1.ResumeLayout(false);
            this.contextMenuStrip1.ResumeLayout(false);
            this.ResumeLayout(false);

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo            ultraToolTipInfo5           = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Click to browse for the audit data folder", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo            ultraToolTipInfo3           = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("This is the folder containing the audit files to be uploaded", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinListView.UltraListViewSubItemColumn ultraListViewSubItemColumn1 = new Infragistics.Win.UltraWinListView.UltraListViewSubItemColumn("SubItemColumn 0");
     Infragistics.Win.UltraWinListView.UltraListViewSubItemColumn ultraListViewSubItemColumn2 = new Infragistics.Win.UltraWinListView.UltraListViewSubItemColumn("status");
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo            ultraToolTipInfo2           = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Upload the selected audit files", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo            ultraToolTipInfo1           = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Upload all audit files displayed", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo            ultraToolTipInfo4           = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Exit without uploading", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
     this.bnBrowseSingle         = new System.Windows.Forms.Button();
     this.tbAuditFolder          = new System.Windows.Forms.TextBox();
     this.lblTitle               = new System.Windows.Forms.Label();
     this.lvAudits               = new Infragistics.Win.UltraWinListView.UltraListView();
     this.lblAutoRefresh         = new System.Windows.Forms.Label();
     this.bnUpload               = new System.Windows.Forms.Button();
     this.bnUploadAll            = new System.Windows.Forms.Button();
     this.bnClose                = new System.Windows.Forms.Button();
     this.folderBrowserDialog1   = new System.Windows.Forms.FolderBrowserDialog();
     this.backgroundWorkerUpload = new System.ComponentModel.BackgroundWorker();
     this.bnCancel               = new System.Windows.Forms.Button();
     this.lblProgress            = new System.Windows.Forms.Label();
     this.ultraToolTipManager1   = new Infragistics.Win.UltraWinToolTip.UltraToolTipManager(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.footerPictureBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lvAudits)).BeginInit();
     this.SuspendLayout();
     //
     // footerPictureBox
     //
     this.footerPictureBox.Image    = global::Layton.AuditWizard.Network.Properties.Resources.upload_audits_corner;
     this.footerPictureBox.Location = new System.Drawing.Point(102, 453);
     //
     // bnBrowseSingle
     //
     this.bnBrowseSingle.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.bnBrowseSingle.Location  = new System.Drawing.Point(497, 50);
     this.bnBrowseSingle.Name      = "bnBrowseSingle";
     this.bnBrowseSingle.Size      = new System.Drawing.Size(42, 23);
     this.bnBrowseSingle.TabIndex  = 12;
     this.bnBrowseSingle.Text      = "...";
     ultraToolTipInfo5.ToolTipText = "Click to browse for the audit data folder";
     this.ultraToolTipManager1.SetUltraToolTip(this.bnBrowseSingle, ultraToolTipInfo5);
     this.bnBrowseSingle.UseVisualStyleBackColor = true;
     this.bnBrowseSingle.Click += new System.EventHandler(this.bnBrowseSingle_Click);
     //
     // tbAuditFolder
     //
     this.tbAuditFolder.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.tbAuditFolder.Location   = new System.Drawing.Point(12, 50);
     this.tbAuditFolder.Name       = "tbAuditFolder";
     this.tbAuditFolder.Size       = new System.Drawing.Size(479, 21);
     this.tbAuditFolder.TabIndex   = 11;
     ultraToolTipInfo3.ToolTipText = "This is the folder containing the audit files to be uploaded";
     this.ultraToolTipManager1.SetUltraToolTip(this.tbAuditFolder, ultraToolTipInfo3);
     this.tbAuditFolder.TextChanged += new System.EventHandler(this.tbAuditFolder_TextChanged);
     this.tbAuditFolder.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.tbAuditFolder_KeyDown);
     this.tbAuditFolder.Leave       += new System.EventHandler(this.tbAuditFolder_Leave);
     //
     // lblTitle
     //
     this.lblTitle.AutoSize  = true;
     this.lblTitle.BackColor = System.Drawing.Color.Transparent;
     this.lblTitle.Location  = new System.Drawing.Point(9, 24);
     this.lblTitle.Name      = "lblTitle";
     this.lblTitle.Size      = new System.Drawing.Size(340, 13);
     this.lblTitle.TabIndex  = 10;
     this.lblTitle.Text      = "Please select the folder containing the audit files to upload";
     //
     // lvAudits
     //
     this.lvAudits.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.lvAudits.ItemSettings.DefaultImage = global::Layton.AuditWizard.Network.Properties.Resources.audit_upload_16;
     this.lvAudits.Location            = new System.Drawing.Point(12, 109);
     this.lvAudits.MainColumn.Text     = "Audit File Name";
     this.lvAudits.MainColumn.Width    = 195;
     this.lvAudits.Name                = "lvAudits";
     this.lvAudits.Size                = new System.Drawing.Size(527, 189);
     ultraListViewSubItemColumn1.Key   = "SubItemColumn 0";
     ultraListViewSubItemColumn1.Text  = "Asset Name";
     ultraListViewSubItemColumn1.Width = 170;
     ultraListViewSubItemColumn2.Key   = "status";
     ultraListViewSubItemColumn2.Text  = "Date of Audit";
     ultraListViewSubItemColumn2.Width = 160;
     this.lvAudits.SubItemColumns.AddRange(new Infragistics.Win.UltraWinListView.UltraListViewSubItemColumn[] {
         ultraListViewSubItemColumn1,
         ultraListViewSubItemColumn2
     });
     this.lvAudits.TabIndex              = 13;
     this.lvAudits.Text                  = "lvAudits";
     this.lvAudits.View                  = Infragistics.Win.UltraWinListView.UltraListViewStyle.Details;
     this.lvAudits.DoubleClick          += new System.EventHandler(this.Form_DoubleClick);
     this.lvAudits.ItemSelectionChanged += new Infragistics.Win.UltraWinListView.ItemSelectionChangedEventHandler(this.lvAudits_ItemSelectionChanged);
     //
     // lblAutoRefresh
     //
     this.lblAutoRefresh.AutoSize  = true;
     this.lblAutoRefresh.BackColor = System.Drawing.Color.Transparent;
     this.lblAutoRefresh.Location  = new System.Drawing.Point(9, 88);
     this.lblAutoRefresh.Name      = "lblAutoRefresh";
     this.lblAutoRefresh.Size      = new System.Drawing.Size(354, 13);
     this.lblAutoRefresh.TabIndex  = 14;
     this.lblAutoRefresh.Text      = "N.B. This list will auto-refresh when new audits are detected.";
     //
     // bnUpload
     //
     this.bnUpload.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.bnUpload.Enabled         = false;
     this.bnUpload.Location        = new System.Drawing.Point(228, 423);
     this.bnUpload.Name            = "bnUpload";
     this.bnUpload.Size            = new System.Drawing.Size(99, 24);
     this.bnUpload.TabIndex        = 15;
     this.bnUpload.Text            = "&Upload";
     ultraToolTipInfo2.ToolTipText = "Upload the selected audit files";
     this.ultraToolTipManager1.SetUltraToolTip(this.bnUpload, ultraToolTipInfo2);
     this.bnUpload.UseVisualStyleBackColor = true;
     this.bnUpload.Click += new System.EventHandler(this.bnUpload_Click);
     //
     // bnUploadAll
     //
     this.bnUploadAll.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.bnUploadAll.Location     = new System.Drawing.Point(334, 423);
     this.bnUploadAll.Name         = "bnUploadAll";
     this.bnUploadAll.Size         = new System.Drawing.Size(99, 24);
     this.bnUploadAll.TabIndex     = 16;
     this.bnUploadAll.Text         = "Upload &All";
     ultraToolTipInfo1.ToolTipText = "Upload all audit files displayed";
     this.ultraToolTipManager1.SetUltraToolTip(this.bnUploadAll, ultraToolTipInfo1);
     this.bnUploadAll.UseVisualStyleBackColor = true;
     this.bnUploadAll.Click += new System.EventHandler(this.bnUploadAll_Click);
     //
     // bnClose
     //
     this.bnClose.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.bnClose.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.bnClose.Location                = new System.Drawing.Point(440, 423);
     this.bnClose.Name                    = "bnClose";
     this.bnClose.Size                    = new System.Drawing.Size(99, 24);
     this.bnClose.TabIndex                = 17;
     this.bnClose.Tag                     = "0";
     this.bnClose.Text                    = "&Close";
     this.bnClose.UseVisualStyleBackColor = true;
     //
     // folderBrowserDialog1
     //
     this.folderBrowserDialog1.Description         = "Select the Upload Folder";
     this.folderBrowserDialog1.RootFolder          = System.Environment.SpecialFolder.DesktopDirectory;
     this.folderBrowserDialog1.ShowNewFolderButton = false;
     //
     // backgroundWorkerUpload
     //
     this.backgroundWorkerUpload.WorkerReportsProgress      = true;
     this.backgroundWorkerUpload.WorkerSupportsCancellation = true;
     this.backgroundWorkerUpload.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorkerUpload_DoWork);
     this.backgroundWorkerUpload.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorkerUpload_RunWorkerCompleted);
     this.backgroundWorkerUpload.ProgressChanged    += new System.ComponentModel.ProgressChangedEventHandler(this.backgroundWorkerUpload_ProgressChanged);
     //
     // bnCancel
     //
     this.bnCancel.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.bnCancel.DialogResult    = System.Windows.Forms.DialogResult.Cancel;
     this.bnCancel.Location        = new System.Drawing.Point(440, 423);
     this.bnCancel.Name            = "bnCancel";
     this.bnCancel.Size            = new System.Drawing.Size(99, 24);
     this.bnCancel.TabIndex        = 19;
     this.bnCancel.Tag             = "0";
     this.bnCancel.Text            = "&Cancel";
     ultraToolTipInfo4.ToolTipText = "Exit without uploading";
     this.ultraToolTipManager1.SetUltraToolTip(this.bnCancel, ultraToolTipInfo4);
     this.bnCancel.UseVisualStyleBackColor = true;
     this.bnCancel.Visible = false;
     this.bnCancel.Click  += new System.EventHandler(this.bnCancel_Click);
     //
     // lblProgress
     //
     this.lblProgress.BackColor = System.Drawing.Color.Transparent;
     this.lblProgress.Location  = new System.Drawing.Point(9, 311);
     this.lblProgress.Name      = "lblProgress";
     this.lblProgress.Size      = new System.Drawing.Size(530, 40);
     this.lblProgress.TabIndex  = 20;
     this.lblProgress.Text      = "Status: Ready";
     //
     // ultraToolTipManager1
     //
     this.ultraToolTipManager1.ContainingControl = this;
     //
     // FormUploadAudits
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(551, 574);
     this.Controls.Add(this.lblProgress);
     this.Controls.Add(this.bnClose);
     this.Controls.Add(this.bnUploadAll);
     this.Controls.Add(this.bnUpload);
     this.Controls.Add(this.lblAutoRefresh);
     this.Controls.Add(this.lvAudits);
     this.Controls.Add(this.bnBrowseSingle);
     this.Controls.Add(this.tbAuditFolder);
     this.Controls.Add(this.lblTitle);
     this.Controls.Add(this.bnCancel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name            = "FormUploadAudits";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Upload Audit Data";
     this.Load           += new System.EventHandler(this.FormUploadAudits_Load);
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.FormUploadAudits_FormClosing);
     this.Controls.SetChildIndex(this.bnCancel, 0);
     this.Controls.SetChildIndex(this.footerPictureBox, 0);
     this.Controls.SetChildIndex(this.lblTitle, 0);
     this.Controls.SetChildIndex(this.tbAuditFolder, 0);
     this.Controls.SetChildIndex(this.bnBrowseSingle, 0);
     this.Controls.SetChildIndex(this.lvAudits, 0);
     this.Controls.SetChildIndex(this.lblAutoRefresh, 0);
     this.Controls.SetChildIndex(this.bnUpload, 0);
     this.Controls.SetChildIndex(this.bnUploadAll, 0);
     this.Controls.SetChildIndex(this.bnClose, 0);
     this.Controls.SetChildIndex(this.lblProgress, 0);
     ((System.ComponentModel.ISupportInitialize)(this.footerPictureBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lvAudits)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary> 
        /// Metodo necessario per il supporto della finestra di progettazione. Non modificare 
        /// il contenuto del metodo con l'editor di codice.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton("clear");
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinEditors.EditorButton editorButton2 = new Infragistics.Win.UltraWinEditors.EditorButton("clear");
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo2 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("", Infragistics.Win.ToolTipImage.Default, "Opzioni di stampa", Infragistics.Win.DefaultableBoolean.Default);
            Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo3 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("", Infragistics.Win.ToolTipImage.Default, "Opzioni di stampa", Infragistics.Win.DefaultableBoolean.Default);
            Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.UltraWinEditors.EditorButton editorButton3 = new Infragistics.Win.UltraWinEditors.EditorButton("clear");
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo1 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("", Infragistics.Win.ToolTipImage.Default, "Tipo Accorpamento", Infragistics.Win.DefaultableBoolean.Default);
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StampaRipartoBilancioUC));
            this.selezioniGroupBox = new Infragistics.Win.Misc.UltraGroupBox();
            this.addebitiDirettiStabileScala = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.addebitiCondominio = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.lblGruppi = new Infragistics.Win.Misc.UltraLabel();
            this.gruppi = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.gruppiBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.blbStabili = new Infragistics.Win.Misc.UltraLabel();
            this.stabili = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.stabiliBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.esercizi = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.eserciziDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.lblEsercizio = new Infragistics.Win.Misc.UltraLabel();
            this.lblCondominio = new Infragistics.Win.Misc.UltraLabel();
            this.sceltaCondominioCombo1 = new Gipasoft.Stabili.UI.Library.SceltaCondominioCombo();
            this.opzioniGroup = new Infragistics.Win.Misc.UltraGroupBox();
            this.totalePerPersona = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.accorpamentoUnita = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.stampaSaldi = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.numeroInterno = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.parzialeStabile = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.parzialeGruppo = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.stampaMillesimi = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.griglia = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.suddivisioneProprietari = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.lblNote = new Infragistics.Win.Misc.UltraLabel();
            this.btnConferma = new Infragistics.Win.Misc.UltraButton();
            this.preventivoConsuntivo = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
            this.tipoGroup = new Infragistics.Win.Misc.UltraGroupBox();
            this.salvaRiparto = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.notePredefinite = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.notaPredefinitaDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.validationOptionalSummary = new Gipasoft.Windows.Forms.CustomValidation.ValidationSummary(this.components);
            this.ripartoBolletteCustomValidator = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            this.reqEsercizio = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.validationSummary1 = new Gipasoft.Windows.Forms.CustomValidation.ValidationSummary(this.components);
            this.reqCondominio = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.panelBilancio = new System.Windows.Forms.Panel();
            this.btnOpzioni = new Infragistics.Win.Misc.UltraButton();
            this.btnRiparto = new Infragistics.Win.Misc.UltraButton();
            this.tipoAccorpamentoGroup = new Infragistics.Win.Misc.UltraGroupBox();
            this.sceltaTipoAccorpamento = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
            this.note = new Gipasoft.Stabili.UI.Library.RichControlEditorUC();
            this.ultraToolTipManager1 = new Infragistics.Win.UltraWinToolTip.UltraToolTipManager(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.selezioniGroupBox)).BeginInit();
            this.selezioniGroupBox.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.addebitiDirettiStabileScala)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.addebitiCondominio)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gruppi)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gruppiBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.stabili)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.stabiliBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.esercizi)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.eserciziDTOBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.opzioniGroup)).BeginInit();
            this.opzioniGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.totalePerPersona)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.accorpamentoUnita)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.stampaSaldi)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numeroInterno)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.parzialeStabile)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.parzialeGruppo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.stampaMillesimi)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.griglia)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.suddivisioneProprietari)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.preventivoConsuntivo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoGroup)).BeginInit();
            this.tipoGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.salvaRiparto)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.notePredefinite)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.notaPredefinitaDTOBindingSource)).BeginInit();
            this.panelBilancio.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tipoAccorpamentoGroup)).BeginInit();
            this.tipoAccorpamentoGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.sceltaTipoAccorpamento)).BeginInit();
            this.SuspendLayout();
            // 
            // selezioniGroupBox
            // 
            this.selezioniGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.selezioniGroupBox.Controls.Add(this.addebitiDirettiStabileScala);
            this.selezioniGroupBox.Controls.Add(this.addebitiCondominio);
            this.selezioniGroupBox.Controls.Add(this.lblGruppi);
            this.selezioniGroupBox.Controls.Add(this.gruppi);
            this.selezioniGroupBox.Controls.Add(this.blbStabili);
            this.selezioniGroupBox.Controls.Add(this.stabili);
            this.selezioniGroupBox.Controls.Add(this.esercizi);
            this.selezioniGroupBox.Controls.Add(this.lblEsercizio);
            this.selezioniGroupBox.Controls.Add(this.lblCondominio);
            this.selezioniGroupBox.Controls.Add(this.sceltaCondominioCombo1);
            this.selezioniGroupBox.Location = new System.Drawing.Point(3, 3);
            this.selezioniGroupBox.Name = "selezioniGroupBox";
            this.selezioniGroupBox.Size = new System.Drawing.Size(710, 109);
            this.selezioniGroupBox.TabIndex = 0;
            this.selezioniGroupBox.Text = "Selezioni";
            // 
            // addebitiDirettiStabileScala
            // 
            this.addebitiDirettiStabileScala.Location = new System.Drawing.Point(78, 87);
            this.addebitiDirettiStabileScala.Name = "addebitiDirettiStabileScala";
            this.addebitiDirettiStabileScala.Size = new System.Drawing.Size(243, 20);
            this.addebitiDirettiStabileScala.TabIndex = 19;
            this.addebitiDirettiStabileScala.Text = "Solo spese relative a singolo stabile o scala";
            // 
            // addebitiCondominio
            // 
            this.addebitiCondominio.Location = new System.Drawing.Point(358, 87);
            this.addebitiCondominio.Name = "addebitiCondominio";
            this.addebitiCondominio.Size = new System.Drawing.Size(344, 20);
            this.addebitiCondominio.TabIndex = 18;
            this.addebitiCondominio.Text = "Escludere le spese relative ad un singolo stabile o singola scala";
            // 
            // lblGruppi
            // 
            this.lblGruppi.Location = new System.Drawing.Point(420, 60);
            this.lblGruppi.Name = "lblGruppi";
            this.lblGruppi.Size = new System.Drawing.Size(53, 23);
            this.lblGruppi.TabIndex = 12;
            this.lblGruppi.Text = "Scale";
            // 
            // gruppi
            // 
            appearance1.Image = global::Gipasoft.Stabili.UI.Bilanci.BilancioConsuntivoResources.clear;
            appearance1.ImageHAlign = Infragistics.Win.HAlign.Center;
            appearance1.ImageVAlign = Infragistics.Win.VAlign.Middle;
            editorButton1.Appearance = appearance1;
            editorButton1.Key = "clear";
            this.gruppi.ButtonsRight.Add(editorButton1);
            this.gruppi.DataSource = this.gruppiBindingSource;
            this.gruppi.DisplayMember = "Descrizione";
            this.gruppi.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.gruppi.Location = new System.Drawing.Point(479, 62);
            this.gruppi.Name = "gruppi";
            this.gruppi.Size = new System.Drawing.Size(223, 21);
            this.gruppi.TabIndex = 11;
            this.gruppi.ValueMember = "ID";
            this.gruppi.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.gruppiEditorButtonClick);
            // 
            // gruppiBindingSource
            // 
            this.gruppiBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.GruppoStabileDTO);
            // 
            // blbStabili
            // 
            this.blbStabili.Location = new System.Drawing.Point(6, 60);
            this.blbStabili.Name = "blbStabili";
            this.blbStabili.Size = new System.Drawing.Size(66, 23);
            this.blbStabili.TabIndex = 10;
            this.blbStabili.Text = "Stabili";
            // 
            // stabili
            // 
            appearance2.Image = global::Gipasoft.Stabili.UI.Bilanci.BilancioConsuntivoResources.clear;
            appearance2.ImageHAlign = Infragistics.Win.HAlign.Center;
            appearance2.ImageVAlign = Infragistics.Win.VAlign.Middle;
            editorButton2.Appearance = appearance2;
            editorButton2.Key = "clear";
            this.stabili.ButtonsRight.Add(editorButton2);
            this.stabili.DataSource = this.stabiliBindingSource;
            this.stabili.DisplayMember = "DisplayName";
            this.stabili.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.stabili.Location = new System.Drawing.Point(78, 60);
            this.stabili.Name = "stabili";
            this.stabili.Size = new System.Drawing.Size(313, 21);
            this.stabili.TabIndex = 9;
            this.stabili.ValueMember = "ID";
            this.stabili.SelectionChanged += new System.EventHandler(this.stabiliSelectionChanged);
            this.stabili.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.stabiliEditorButtonClick);
            // 
            // stabiliBindingSource
            // 
            this.stabiliBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.StabileDTO);
            // 
            // esercizi
            // 
            this.esercizi.DataSource = this.eserciziDTOBindingSource;
            this.esercizi.DisplayMember = "DisplayName";
            this.esercizi.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.esercizi.Location = new System.Drawing.Point(479, 33);
            this.esercizi.Name = "esercizi";
            this.esercizi.Size = new System.Drawing.Size(223, 21);
            this.esercizi.TabIndex = 8;
            this.esercizi.ValueMember = "ID";
            this.esercizi.ValueChanged += new System.EventHandler(this.eserciziValueChanged);
            // 
            // eserciziDTOBindingSource
            // 
            this.eserciziDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.EsercizioDTO);
            // 
            // lblEsercizio
            // 
            this.lblEsercizio.Location = new System.Drawing.Point(420, 33);
            this.lblEsercizio.Name = "lblEsercizio";
            this.lblEsercizio.Size = new System.Drawing.Size(53, 23);
            this.lblEsercizio.TabIndex = 2;
            this.lblEsercizio.Text = "Esercizio";
            // 
            // lblCondominio
            // 
            this.lblCondominio.Location = new System.Drawing.Point(6, 31);
            this.lblCondominio.Name = "lblCondominio";
            this.lblCondominio.Size = new System.Drawing.Size(66, 23);
            this.lblCondominio.TabIndex = 1;
            this.lblCondominio.Text = "Condominio";
            // 
            // sceltaCondominioCombo1
            // 
            this.sceltaCondominioCombo1.IdCondominioSelected = 0;
            this.sceltaCondominioCombo1.Location = new System.Drawing.Point(78, 33);
            this.sceltaCondominioCombo1.Name = "sceltaCondominioCombo1";
            this.sceltaCondominioCombo1.Size = new System.Drawing.Size(313, 21);
            this.sceltaCondominioCombo1.TabIndex = 0;
            // 
            // opzioniGroup
            // 
            this.opzioniGroup.Controls.Add(this.totalePerPersona);
            this.opzioniGroup.Controls.Add(this.accorpamentoUnita);
            this.opzioniGroup.Controls.Add(this.stampaSaldi);
            this.opzioniGroup.Controls.Add(this.numeroInterno);
            this.opzioniGroup.Controls.Add(this.parzialeStabile);
            this.opzioniGroup.Controls.Add(this.parzialeGruppo);
            this.opzioniGroup.Controls.Add(this.stampaMillesimi);
            this.opzioniGroup.Controls.Add(this.griglia);
            this.opzioniGroup.Controls.Add(this.suddivisioneProprietari);
            this.opzioniGroup.Location = new System.Drawing.Point(3, 3);
            this.opzioniGroup.Name = "opzioniGroup";
            this.opzioniGroup.Size = new System.Drawing.Size(361, 111);
            this.opzioniGroup.TabIndex = 1;
            this.opzioniGroup.Text = "Opzioni di stampa";
            // 
            // totalePerPersona
            // 
            this.totalePerPersona.Location = new System.Drawing.Point(212, 83);
            this.totalePerPersona.Name = "totalePerPersona";
            this.totalePerPersona.Size = new System.Drawing.Size(136, 20);
            this.totalePerPersona.TabIndex = 100;
            this.totalePerPersona.Text = "Totale per persona";
            ultraToolTipInfo2.ToolTipTextFormatted = "<p style=\"width:500px; text-align:Justify;\">Se questo flag è selezionato la stamp" +
    "a sarà ordinata per nominativo del condomino e sarà presente un totale per ogni " +
    "anagrafica.</p>";
            ultraToolTipInfo2.ToolTipTitle = "Opzioni di stampa";
            this.ultraToolTipManager1.SetUltraToolTip(this.totalePerPersona, ultraToolTipInfo2);
            // 
            // accorpamentoUnita
            // 
            this.accorpamentoUnita.Location = new System.Drawing.Point(212, 29);
            this.accorpamentoUnita.Name = "accorpamentoUnita";
            this.accorpamentoUnita.Size = new System.Drawing.Size(140, 20);
            this.accorpamentoUnita.TabIndex = 11;
            this.accorpamentoUnita.Text = "Singola riga per unità";
            ultraToolTipInfo3.ToolTipTextFormatted = resources.GetString("ultraToolTipInfo3.ToolTipTextFormatted");
            ultraToolTipInfo3.ToolTipTitle = "Opzioni di stampa";
            this.ultraToolTipManager1.SetUltraToolTip(this.accorpamentoUnita, ultraToolTipInfo3);
            // 
            // stampaSaldi
            // 
            this.stampaSaldi.Checked = true;
            this.stampaSaldi.CheckState = System.Windows.Forms.CheckState.Checked;
            this.stampaSaldi.Enabled = false;
            this.stampaSaldi.Location = new System.Drawing.Point(288, 57);
            this.stampaSaldi.Name = "stampaSaldi";
            this.stampaSaldi.Size = new System.Drawing.Size(64, 20);
            this.stampaSaldi.TabIndex = 10;
            this.stampaSaldi.Text = "Saldi";
            // 
            // numeroInterno
            // 
            this.numeroInterno.Location = new System.Drawing.Point(212, 55);
            this.numeroInterno.Name = "numeroInterno";
            this.numeroInterno.Size = new System.Drawing.Size(64, 20);
            this.numeroInterno.TabIndex = 9;
            this.numeroInterno.Text = "Interno";
            // 
            // parzialeStabile
            // 
            this.parzialeStabile.Location = new System.Drawing.Point(82, 55);
            this.parzialeStabile.Name = "parzialeStabile";
            this.parzialeStabile.Size = new System.Drawing.Size(71, 20);
            this.parzialeStabile.TabIndex = 7;
            this.parzialeStabile.Text = "Stabile";
            // 
            // parzialeGruppo
            // 
            this.parzialeGruppo.Location = new System.Drawing.Point(6, 55);
            this.parzialeGruppo.Name = "parzialeGruppo";
            this.parzialeGruppo.Size = new System.Drawing.Size(66, 20);
            this.parzialeGruppo.TabIndex = 6;
            this.parzialeGruppo.Text = "Scala";
            // 
            // stampaMillesimi
            // 
            this.stampaMillesimi.Location = new System.Drawing.Point(6, 81);
            this.stampaMillesimi.Name = "stampaMillesimi";
            this.stampaMillesimi.Size = new System.Drawing.Size(70, 20);
            this.stampaMillesimi.TabIndex = 3;
            this.stampaMillesimi.Text = "Millesimi";
            // 
            // griglia
            // 
            this.griglia.Checked = true;
            this.griglia.CheckState = System.Windows.Forms.CheckState.Checked;
            this.griglia.Location = new System.Drawing.Point(82, 81);
            this.griglia.Name = "griglia";
            this.griglia.Size = new System.Drawing.Size(61, 20);
            this.griglia.TabIndex = 2;
            this.griglia.Text = "Griglia";
            // 
            // suddivisioneProprietari
            // 
            this.suddivisioneProprietari.Location = new System.Drawing.Point(6, 29);
            this.suddivisioneProprietari.Name = "suddivisioneProprietari";
            this.suddivisioneProprietari.Size = new System.Drawing.Size(190, 20);
            this.suddivisioneProprietari.TabIndex = 1;
            this.suddivisioneProprietari.Text = "Suddivisione Proprietari / Inquilini";
            // 
            // lblNote
            // 
            this.lblNote.Location = new System.Drawing.Point(9, 123);
            this.lblNote.Name = "lblNote";
            this.lblNote.Size = new System.Drawing.Size(39, 23);
            this.lblNote.TabIndex = 3;
            this.lblNote.Text = "Note";
            // 
            // btnConferma
            // 
            this.btnConferma.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnConferma.Location = new System.Drawing.Point(8, 404);
            this.btnConferma.Name = "btnConferma";
            this.btnConferma.Size = new System.Drawing.Size(131, 23);
            this.btnConferma.TabIndex = 4;
            this.btnConferma.Text = "Stampa Semplificata";
            this.btnConferma.Click += new System.EventHandler(this.btnConfermaClick);
            // 
            // preventivoConsuntivo
            // 
            this.preventivoConsuntivo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.preventivoConsuntivo.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
            this.preventivoConsuntivo.CheckedIndex = 0;
            valueListItem1.DataValue = "C";
            valueListItem1.DisplayText = "Consuntivo";
            valueListItem2.DataValue = "P";
            valueListItem2.DisplayText = "Preventivo";
            this.preventivoConsuntivo.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem1,
            valueListItem2});
            this.preventivoConsuntivo.ItemSpacingHorizontal = 10;
            this.preventivoConsuntivo.ItemSpacingVertical = 6;
            this.preventivoConsuntivo.Location = new System.Drawing.Point(12, 18);
            this.preventivoConsuntivo.Name = "preventivoConsuntivo";
            this.preventivoConsuntivo.Size = new System.Drawing.Size(91, 46);
            this.preventivoConsuntivo.TabIndex = 5;
            this.preventivoConsuntivo.Text = "Consuntivo";
            this.preventivoConsuntivo.ValueChanged += new System.EventHandler(this.preventivoConsuntivoValueChanged);
            // 
            // tipoGroup
            // 
            this.tipoGroup.Controls.Add(this.preventivoConsuntivo);
            this.tipoGroup.Location = new System.Drawing.Point(501, 4);
            this.tipoGroup.Name = "tipoGroup";
            this.tipoGroup.Size = new System.Drawing.Size(109, 110);
            this.tipoGroup.TabIndex = 6;
            this.tipoGroup.Text = "Tipo rendiconto";
            // 
            // salvaRiparto
            // 
            this.salvaRiparto.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.salvaRiparto.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.salvaRiparto.Location = new System.Drawing.Point(607, 407);
            this.salvaRiparto.Name = "salvaRiparto";
            this.salvaRiparto.Size = new System.Drawing.Size(97, 20);
            this.salvaRiparto.TabIndex = 7;
            this.salvaRiparto.Text = "Salva Riparto";
            // 
            // notePredefinite
            // 
            appearance4.Image = global::Gipasoft.Stabili.UI.Bilanci.BilancioConsuntivoResources.clear;
            editorButton3.Appearance = appearance4;
            editorButton3.Key = "clear";
            this.notePredefinite.ButtonsRight.Add(editorButton3);
            this.notePredefinite.DataSource = this.notaPredefinitaDTOBindingSource;
            this.notePredefinite.DisplayMember = "Descrizione";
            this.notePredefinite.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.notePredefinite.Location = new System.Drawing.Point(54, 123);
            this.notePredefinite.Name = "notePredefinite";
            this.notePredefinite.Size = new System.Drawing.Size(328, 21);
            this.notePredefinite.TabIndex = 10;
            this.notePredefinite.ValueMember = "ID";
            this.notePredefinite.ValueChanged += new System.EventHandler(this.notePredefiniteValueChanged);
            this.notePredefinite.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.notePredefiniteEditorButtonClick);
            // 
            // notaPredefinitaDTOBindingSource
            // 
            this.notaPredefinitaDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.NotaPredefinitaDTO);
            // 
            // validationOptionalSummary
            // 
            this.validationOptionalSummary.IsOptional = true;
            // 
            // ripartoBolletteCustomValidator
            // 
            this.ripartoBolletteCustomValidator.Icon = ((System.Drawing.Icon)(resources.GetObject("ripartoBolletteCustomValidator.Icon")));
            // 
            // reqEsercizio
            // 
            this.reqEsercizio.ControlToValidate = this.esercizi;
            this.reqEsercizio.ErrorMessage = "Scegliere un esercizio";
            this.reqEsercizio.Icon = ((System.Drawing.Icon)(resources.GetObject("reqEsercizio.Icon")));
            // 
            // reqCondominio
            // 
            this.reqCondominio.ControlToValidate = this.sceltaCondominioCombo1;
            this.reqCondominio.ErrorMessage = "Scegliere un condominio";
            this.reqCondominio.Icon = ((System.Drawing.Icon)(resources.GetObject("reqCondominio.Icon")));
            // 
            // panelBilancio
            // 
            this.panelBilancio.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.panelBilancio.Controls.Add(this.btnOpzioni);
            this.panelBilancio.Controls.Add(this.btnRiparto);
            this.panelBilancio.Controls.Add(this.tipoAccorpamentoGroup);
            this.panelBilancio.Controls.Add(this.note);
            this.panelBilancio.Controls.Add(this.opzioniGroup);
            this.panelBilancio.Controls.Add(this.lblNote);
            this.panelBilancio.Controls.Add(this.notePredefinite);
            this.panelBilancio.Controls.Add(this.btnConferma);
            this.panelBilancio.Controls.Add(this.salvaRiparto);
            this.panelBilancio.Controls.Add(this.tipoGroup);
            this.panelBilancio.Location = new System.Drawing.Point(3, 116);
            this.panelBilancio.Name = "panelBilancio";
            this.panelBilancio.Size = new System.Drawing.Size(709, 434);
            this.panelBilancio.TabIndex = 13;
            // 
            // btnOpzioni
            // 
            this.btnOpzioni.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            appearance3.Image = global::Gipasoft.Stabili.UI.Bilanci.BilancioConsuntivoResources.gear;
            this.btnOpzioni.Appearance = appearance3;
            this.btnOpzioni.Location = new System.Drawing.Point(526, 404);
            this.btnOpzioni.Name = "btnOpzioni";
            this.btnOpzioni.Size = new System.Drawing.Size(75, 23);
            this.btnOpzioni.TabIndex = 23;
            this.btnOpzioni.Text = "Opzioni";
            this.btnOpzioni.Click += new System.EventHandler(this.btnOpzioni_Click);
            // 
            // btnRiparto
            // 
            this.btnRiparto.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnRiparto.Location = new System.Drawing.Point(148, 404);
            this.btnRiparto.Name = "btnRiparto";
            this.btnRiparto.Size = new System.Drawing.Size(131, 23);
            this.btnRiparto.TabIndex = 22;
            this.btnRiparto.Text = "Stampa Avanzata";
            this.btnRiparto.Click += new System.EventHandler(this.btnRipartoClick);
            // 
            // tipoAccorpamentoGroup
            // 
            this.tipoAccorpamentoGroup.Controls.Add(this.sceltaTipoAccorpamento);
            this.tipoAccorpamentoGroup.Location = new System.Drawing.Point(370, 3);
            this.tipoAccorpamentoGroup.Name = "tipoAccorpamentoGroup";
            this.tipoAccorpamentoGroup.Size = new System.Drawing.Size(125, 111);
            this.tipoAccorpamentoGroup.TabIndex = 21;
            this.tipoAccorpamentoGroup.Text = "Tipo accorpamento";
            // 
            // sceltaTipoAccorpamento
            // 
            this.sceltaTipoAccorpamento.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
            this.sceltaTipoAccorpamento.CheckedIndex = 0;
            valueListItem3.DataValue = "N";
            valueListItem3.DisplayText = "Nessuno";
            valueListItem5.DataValue = "X";
            valueListItem5.DisplayText = "Personalizzato";
            valueListItem4.DataValue = "P";
            valueListItem4.DisplayText = "Persona";
            this.sceltaTipoAccorpamento.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem3,
            valueListItem5,
            valueListItem4});
            this.sceltaTipoAccorpamento.ItemSpacingVertical = 6;
            this.sceltaTipoAccorpamento.Location = new System.Drawing.Point(15, 19);
            this.sceltaTipoAccorpamento.Name = "sceltaTipoAccorpamento";
            this.sceltaTipoAccorpamento.Size = new System.Drawing.Size(84, 65);
            this.sceltaTipoAccorpamento.TabIndex = 9;
            this.sceltaTipoAccorpamento.Text = "Nessuno";
            ultraToolTipInfo1.ToolTipTextFormatted = resources.GetString("ultraToolTipInfo1.ToolTipTextFormatted");
            ultraToolTipInfo1.ToolTipTitle = "Tipo Accorpamento";
            this.ultraToolTipManager1.SetUltraToolTip(this.sceltaTipoAccorpamento, ultraToolTipInfo1);
            this.sceltaTipoAccorpamento.ValueChanged += new System.EventHandler(this.sceltaTipoAccorpamentoValueChanged);
            // 
            // note
            // 
            this.note.Allegati = null;
            this.note.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.note.IdCondominio = null;
            this.note.Location = new System.Drawing.Point(3, 150);
            this.note.Name = "note";
            this.note.ReadOnly = false;
            this.note.Size = new System.Drawing.Size(699, 248);
            this.note.TabIndex = 20;
            // 
            // ultraToolTipManager1
            // 
            this.ultraToolTipManager1.ContainingControl = this;
            // 
            // StampaRipartoBilancioUC
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.panelBilancio);
            this.Controls.Add(this.selezioniGroupBox);
            this.Name = "StampaRipartoBilancioUC";
            this.Size = new System.Drawing.Size(716, 553);
            this.Load += new System.EventHandler(this.stampaRipartoBilancioUCLoad);
            ((System.ComponentModel.ISupportInitialize)(this.selezioniGroupBox)).EndInit();
            this.selezioniGroupBox.ResumeLayout(false);
            this.selezioniGroupBox.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.addebitiDirettiStabileScala)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.addebitiCondominio)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gruppi)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gruppiBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.stabili)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.stabiliBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.esercizi)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.eserciziDTOBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.opzioniGroup)).EndInit();
            this.opzioniGroup.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.totalePerPersona)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.accorpamentoUnita)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.stampaSaldi)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numeroInterno)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.parzialeStabile)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.parzialeGruppo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.stampaMillesimi)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.griglia)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.suddivisioneProprietari)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.preventivoConsuntivo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoGroup)).EndInit();
            this.tipoGroup.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.salvaRiparto)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.notePredefinite)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.notaPredefinitaDTOBindingSource)).EndInit();
            this.panelBilancio.ResumeLayout(false);
            this.panelBilancio.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tipoAccorpamentoGroup)).EndInit();
            this.tipoAccorpamentoGroup.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.sceltaTipoAccorpamento)).EndInit();
            this.ResumeLayout(false);

        }
예제 #9
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Infragistics.Win.UltraWinListView.UltraListViewSubItemColumn ultraListViewSubItemColumn1 = new Infragistics.Win.UltraWinListView.UltraListViewSubItemColumn("titleColumn");
            Infragistics.Win.UltraWinListView.UltraListViewSubItemColumn ultraListViewSubItemColumn2 = new Infragistics.Win.UltraWinListView.UltraListViewSubItemColumn("artistColumn");
            Infragistics.Win.UltraWinListView.UltraListViewSubItemColumn ultraListViewSubItemColumn3 = new Infragistics.Win.UltraWinListView.UltraListViewSubItemColumn("albumColumn");
            Infragistics.Win.UltraWinListView.UltraListViewSubItemColumn ultraListViewSubItemColumn4 = new Infragistics.Win.UltraWinListView.UltraListViewSubItemColumn("lengthColumn");
            Infragistics.Win.UltraWinListView.UltraListViewSubItemColumn ultraListViewSubItemColumn5 = new Infragistics.Win.UltraWinListView.UltraListViewSubItemColumn("countColumn");
            Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo5 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Click left mouse button on item to increment play counts by one.\\nClick right but" +
                    "ton do decrement.\\nClick scroller to set count to one.", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
            Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo4 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Some directories may appear as if not having subfolders - click on them to refres" +
                    "h its substructure", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
            Infragistics.Win.UltraWinListView.UltraListViewSubItemColumn ultraListViewSubItemColumn6 = new Infragistics.Win.UltraWinListView.UltraListViewSubItemColumn("codecColumn");
            Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo3 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("You may select multiple tracks by using Ctrl or Shift", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo2 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Duration of previous action in ms", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
            Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo1 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Does not change tag of a real file!", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            this.trackList = new Infragistics.Win.UltraWinListView.UltraListView();
            this.folderTree = new Infragistics.Win.UltraWinTree.UltraTree();
            this.fileList = new Infragistics.Win.UltraWinListView.UltraListView();
            this.ultraToolTipManager1 = new Infragistics.Win.UltraWinToolTip.UltraToolTipManager(this.components);
            this.timeLabel = new Infragistics.Win.Misc.UltraLabel();
            this.applyEdit = new Infragistics.Win.Misc.UltraButton();
            this.optionsButton = new Infragistics.Win.Misc.UltraButton();
            this.errorPopup = new Infragistics.Win.Misc.UltraPopupControlContainer(this.components);
            this.optionsPopup = new Infragistics.Win.Misc.UltraPopupControlContainer(this.components);
            this.scrobbleDropdown = new Infragistics.Win.Misc.UltraDropDownButton();
            this.scrobbleDropdownPopup = new Infragistics.Win.Misc.UltraPopupControlContainer(this.components);
            this.removeDropdown = new Infragistics.Win.Misc.UltraDropDownButton();
            this.RefreshButton = new Infragistics.Win.Misc.UltraButton();
            this.infoLabel = new Infragistics.Win.Misc.UltraLabel();
            this.removePopup = new Infragistics.Win.Misc.UltraPopupControlContainer(this.components);
            this.progressBar = new System.Windows.Forms.ProgressBar();
            this.addDropButton = new Infragistics.Win.Misc.UltraDropDownButton();
            this.selectionDropdown = new Infragistics.Win.Misc.UltraDropDownButton();
            this.openCue = new Infragistics.Win.Misc.UltraButton();
            this.quitButton = new Infragistics.Win.Misc.UltraButton();
            this.addDropdownPopup = new Infragistics.Win.Misc.UltraPopupControlContainer(this.components);
            this.selectionDropdownPopup = new Infragistics.Win.Misc.UltraPopupControlContainer(this.components);
            this.labelStats = new Infragistics.Win.Misc.UltraLabel();
            this.treeFullButton = new Infragistics.Win.Misc.UltraButton();
            this.tracksFullButton = new Infragistics.Win.Misc.UltraButton();
            this.editFields = new Infragistics.Win.Misc.UltraButton();
            this.editPanel = new Infragistics.Win.Misc.UltraPanel();
            this.checkAlbum = new System.Windows.Forms.CheckBox();
            this.checkArtist = new System.Windows.Forms.CheckBox();
            this.checkTrack = new System.Windows.Forms.CheckBox();
            this.trackLabel = new System.Windows.Forms.Label();
            this.albumLabel = new System.Windows.Forms.Label();
            this.artistLabel = new System.Windows.Forms.Label();
            this.trackNew = new System.Windows.Forms.TextBox();
            this.albumNew = new System.Windows.Forms.TextBox();
            this.artistNew = new System.Windows.Forms.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this.trackList)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.folderTree)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fileList)).BeginInit();
            this.editPanel.ClientArea.SuspendLayout();
            this.editPanel.SuspendLayout();
            this.SuspendLayout();
            // 
            // trackList
            // 
            this.trackList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.trackList.ItemSettings.AllowEdit = Infragistics.Win.DefaultableBoolean.False;
            this.trackList.ItemSettings.HotTracking = true;
            this.trackList.Location = new System.Drawing.Point(278, 42);
            this.trackList.MainColumn.Text = "Path to track";
            this.trackList.Name = "trackList";
            this.trackList.Size = new System.Drawing.Size(604, 179);
            ultraListViewSubItemColumn1.Key = "titleColumn";
            ultraListViewSubItemColumn1.Text = "Title";
            ultraListViewSubItemColumn2.Key = "artistColumn";
            ultraListViewSubItemColumn2.Text = "Artist";
            ultraListViewSubItemColumn3.Key = "albumColumn";
            ultraListViewSubItemColumn3.Text = "Album";
            ultraListViewSubItemColumn4.Key = "lengthColumn";
            ultraListViewSubItemColumn4.Text = "Length";
            ultraListViewSubItemColumn4.Width = 50;
            ultraListViewSubItemColumn5.DataType = typeof(int);
            ultraListViewSubItemColumn5.Key = "countColumn";
            ultraListViewSubItemColumn5.NullText = "1";
            ultraListViewSubItemColumn5.Text = "Count";
            ultraListViewSubItemColumn5.Width = 52;
            this.trackList.SubItemColumns.AddRange(new Infragistics.Win.UltraWinListView.UltraListViewSubItemColumn[] {
            ultraListViewSubItemColumn1,
            ultraListViewSubItemColumn2,
            ultraListViewSubItemColumn3,
            ultraListViewSubItemColumn4,
            ultraListViewSubItemColumn5});
            this.trackList.TabIndex = 0;
            this.trackList.Text = "trackList";
            ultraToolTipInfo5.ToolTipText = "Click left mouse button on item to increment play counts by one.\\nClick right but" +
                "ton do decrement.\\nClick scroller to set count to one.";
            ultraToolTipInfo5.ToolTipTextStyle = Infragistics.Win.ToolTipTextStyle.Formatted;
            this.ultraToolTipManager1.SetUltraToolTip(this.trackList, ultraToolTipInfo5);
            this.trackList.UseFlatMode = Infragistics.Win.DefaultableBoolean.False;
            this.trackList.UseOsThemes = Infragistics.Win.DefaultableBoolean.True;
            this.trackList.View = Infragistics.Win.UltraWinListView.UltraListViewStyle.Details;
            this.trackList.ViewSettingsDetails.FullRowSelect = true;
            this.trackList.ItemDoubleClick += new Infragistics.Win.UltraWinListView.ItemDoubleClickEventHandler(this.trackList_ItemDoubleClick);
            this.trackList.MouseClick += new System.Windows.Forms.MouseEventHandler(this.trackList_MouseClick);
            this.trackList.MouseEnter += new System.EventHandler(this.trackList_MouseEnter);
            // 
            // folderTree
            // 
            this.folderTree.Location = new System.Drawing.Point(13, 72);
            this.folderTree.Name = "folderTree";
            this.folderTree.NodeConnectorStyle = Infragistics.Win.UltraWinTree.NodeConnectorStyle.Inset;
            this.folderTree.Size = new System.Drawing.Size(257, 408);
            this.folderTree.TabIndex = 1;
            ultraToolTipInfo4.ToolTipText = "Some directories may appear as if not having subfolders - click on them to refres" +
                "h its substructure";
            this.ultraToolTipManager1.SetUltraToolTip(this.folderTree, ultraToolTipInfo4);
            this.folderTree.ViewStyle = Infragistics.Win.UltraWinTree.ViewStyle.Grid;
            this.folderTree.AfterActivate += new Infragistics.Win.UltraWinTree.AfterNodeChangedEventHandler(this.folderTree_AfterActivate);
            this.folderTree.MouseEnter += new System.EventHandler(this.folderTree_MouseEnter);
            // 
            // fileList
            // 
            this.fileList.ItemSettings.HotTracking = true;
            this.fileList.Location = new System.Drawing.Point(276, 276);
            this.fileList.MainColumn.Text = "Name";
            this.fileList.MainColumn.Width = 500;
            this.fileList.Name = "fileList";
            this.fileList.Size = new System.Drawing.Size(603, 176);
            ultraListViewSubItemColumn6.Key = "codecColumn";
            ultraListViewSubItemColumn6.Text = "Codec";
            this.fileList.SubItemColumns.AddRange(new Infragistics.Win.UltraWinListView.UltraListViewSubItemColumn[] {
            ultraListViewSubItemColumn6});
            this.fileList.TabIndex = 2;
            this.fileList.Text = "ultraListView1";
            ultraToolTipInfo3.ToolTipText = "You may select multiple tracks by using Ctrl or Shift";
            this.ultraToolTipManager1.SetUltraToolTip(this.fileList, ultraToolTipInfo3);
            this.fileList.View = Infragistics.Win.UltraWinListView.UltraListViewStyle.Details;
            this.fileList.ViewSettingsDetails.ColumnHeaderImageSize = new System.Drawing.Size(-1, -1);
            this.fileList.ViewSettingsDetails.FullRowSelect = true;
            this.fileList.ItemActivated += new Infragistics.Win.UltraWinListView.ItemActivatedEventHandler(this.fileList_ItemActivated);
            this.fileList.ItemDoubleClick += new Infragistics.Win.UltraWinListView.ItemDoubleClickEventHandler(this.fileList_ItemDoubleClick);
            this.fileList.MouseEnter += new System.EventHandler(this.fileList_MouseEnter);
            // 
            // ultraToolTipManager1
            // 
            this.ultraToolTipManager1.ContainingControl = this;
            this.ultraToolTipManager1.DisplayStyle = Infragistics.Win.ToolTipDisplayStyle.WindowsVista;
            // 
            // timeLabel
            // 
            appearance1.BackColor = System.Drawing.Color.Gray;
            appearance1.BorderColor = System.Drawing.Color.White;
            appearance1.ForeColor = System.Drawing.Color.White;
            appearance1.TextHAlignAsString = "Center";
            appearance1.TextVAlignAsString = "Middle";
            this.timeLabel.Appearance = appearance1;
            this.timeLabel.BorderStyleOuter = Infragistics.Win.UIElementBorderStyle.Etched;
            this.timeLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.timeLabel.Location = new System.Drawing.Point(780, 14);
            this.timeLabel.Name = "timeLabel";
            this.timeLabel.Size = new System.Drawing.Size(100, 23);
            this.timeLabel.TabIndex = 14;
            this.timeLabel.Text = "0:0";
            ultraToolTipInfo2.ToolTipText = "Duration of previous action in ms";
            this.ultraToolTipManager1.SetUltraToolTip(this.timeLabel, ultraToolTipInfo2);
            this.timeLabel.UseAppStyling = false;
            // 
            // applyEdit
            // 
            this.applyEdit.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
            this.applyEdit.Location = new System.Drawing.Point(2, 138);
            this.applyEdit.Name = "applyEdit";
            this.applyEdit.Size = new System.Drawing.Size(597, 23);
            this.applyEdit.TabIndex = 2;
            this.applyEdit.Text = "Apply";
            ultraToolTipInfo1.ToolTipText = "Does not change tag of a real file!";
            this.ultraToolTipManager1.SetUltraToolTip(this.applyEdit, ultraToolTipInfo1);
            this.applyEdit.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
            this.applyEdit.Click += new System.EventHandler(this.applyEdit_Click);
            // 
            // optionsButton
            // 
            this.optionsButton.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
            this.optionsButton.Location = new System.Drawing.Point(784, 247);
            this.optionsButton.Name = "optionsButton";
            this.optionsButton.Size = new System.Drawing.Size(96, 23);
            this.optionsButton.TabIndex = 15;
            this.optionsButton.Text = "Options";
            this.optionsButton.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
            this.optionsButton.Click += new System.EventHandler(this.ultraButton1_Click);
            this.optionsButton.MouseClick += new System.Windows.Forms.MouseEventHandler(this.optionsButton_MouseClick);
            this.optionsButton.MouseDown += new System.Windows.Forms.MouseEventHandler(this.optionsButton_MouseDown);
            // 
            // errorPopup
            // 
            this.errorPopup.Opening += new System.ComponentModel.CancelEventHandler(this.ultraPopupControlContainer1_Opening);
            // 
            // optionsPopup
            // 
            this.optionsPopup.Opening += new System.ComponentModel.CancelEventHandler(this.ultraPopupControlContainer2_Opening);
            // 
            // scrobbleDropdown
            // 
            this.scrobbleDropdown.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
            this.scrobbleDropdown.Location = new System.Drawing.Point(594, 247);
            this.scrobbleDropdown.Name = "scrobbleDropdown";
            this.scrobbleDropdown.Size = new System.Drawing.Size(184, 23);
            this.scrobbleDropdown.TabIndex = 16;
            this.scrobbleDropdown.Text = "Scrobble!";
            this.scrobbleDropdown.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
            this.scrobbleDropdown.Click += new System.EventHandler(this.ultraDropDownButton1_Click);
            this.scrobbleDropdown.MouseEnter += new System.EventHandler(this.scrobbleDropdown_MouseEnter);
            // 
            // scrobbleDropdownPopup
            // 
            this.scrobbleDropdownPopup.Opening += new System.ComponentModel.CancelEventHandler(this.ultraPopupControlContainer3_Opening);
            // 
            // removeDropdown
            // 
            this.removeDropdown.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
            this.removeDropdown.Location = new System.Drawing.Point(278, 247);
            this.removeDropdown.Name = "removeDropdown";
            this.removeDropdown.Size = new System.Drawing.Size(199, 23);
            this.removeDropdown.TabIndex = 17;
            this.removeDropdown.Text = "Remove Selected Tracks";
            this.removeDropdown.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
            this.removeDropdown.Click += new System.EventHandler(this.removeDropdown_Click);
            // 
            // RefreshButton
            // 
            this.RefreshButton.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
            this.RefreshButton.Location = new System.Drawing.Point(13, 42);
            this.RefreshButton.Name = "RefreshButton";
            this.RefreshButton.Size = new System.Drawing.Size(257, 23);
            this.RefreshButton.TabIndex = 18;
            this.RefreshButton.Text = "Refresh Directories Tree";
            this.RefreshButton.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
            this.RefreshButton.Click += new System.EventHandler(this.RefreshButton_Click_1);
            // 
            // infoLabel
            // 
            appearance2.BackColor = System.Drawing.Color.Gray;
            appearance2.ForeColor = System.Drawing.Color.White;
            appearance2.TextHAlignAsString = "Center";
            appearance2.TextVAlignAsString = "Middle";
            this.infoLabel.Appearance = appearance2;
            this.infoLabel.BorderStyleInner = Infragistics.Win.UIElementBorderStyle.Etched;
            this.infoLabel.Font = new System.Drawing.Font("Cambria", 11.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.infoLabel.Location = new System.Drawing.Point(13, 14);
            this.infoLabel.Name = "infoLabel";
            this.infoLabel.Size = new System.Drawing.Size(765, 23);
            this.infoLabel.TabIndex = 19;
            this.infoLabel.Text = "Welcome to crafty scrobbler!";
            this.infoLabel.UseAppStyling = false;
            // 
            // removePopup
            // 
            this.removePopup.Opening += new System.ComponentModel.CancelEventHandler(this.removePopup_Opening);
            // 
            // progressBar
            // 
            this.progressBar.Location = new System.Drawing.Point(13, 18);
            this.progressBar.Name = "progressBar";
            this.progressBar.Size = new System.Drawing.Size(765, 15);
            this.progressBar.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
            this.progressBar.TabIndex = 20;
            this.progressBar.UseWaitCursor = true;
            this.progressBar.Visible = false;
            // 
            // addDropButton
            // 
            this.addDropButton.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
            this.addDropButton.Location = new System.Drawing.Point(276, 457);
            this.addDropButton.Name = "addDropButton";
            this.addDropButton.Size = new System.Drawing.Size(147, 23);
            this.addDropButton.TabIndex = 21;
            this.addDropButton.Text = "Add Selected Files";
            this.addDropButton.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
            this.addDropButton.Click += new System.EventHandler(this.addDropButton_Click);
            // 
            // selectionDropdown
            // 
            this.selectionDropdown.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
            this.selectionDropdown.Location = new System.Drawing.Point(429, 457);
            this.selectionDropdown.Name = "selectionDropdown";
            this.selectionDropdown.Size = new System.Drawing.Size(159, 23);
            this.selectionDropdown.TabIndex = 22;
            this.selectionDropdown.Text = "Clear Selection";
            this.selectionDropdown.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
            this.selectionDropdown.Click += new System.EventHandler(this.selectionDropdown_Click);
            // 
            // openCue
            // 
            this.openCue.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
            this.openCue.Location = new System.Drawing.Point(594, 457);
            this.openCue.Name = "openCue";
            this.openCue.Size = new System.Drawing.Size(184, 23);
            this.openCue.TabIndex = 23;
            this.openCue.Text = "Add Tracks from .CUE";
            this.openCue.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
            this.openCue.Click += new System.EventHandler(this.openCue_Click);
            // 
            // quitButton
            // 
            this.quitButton.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
            this.quitButton.Location = new System.Drawing.Point(784, 457);
            this.quitButton.Name = "quitButton";
            this.quitButton.Size = new System.Drawing.Size(96, 23);
            this.quitButton.TabIndex = 24;
            this.quitButton.Text = "Quit";
            this.quitButton.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
            this.quitButton.Click += new System.EventHandler(this.quitButton_Click);
            // 
            // addDropdownPopup
            // 
            this.addDropdownPopup.Opening += new System.ComponentModel.CancelEventHandler(this.addDropdownPopup_Opening);
            // 
            // selectionDropdownPopup
            // 
            this.selectionDropdownPopup.Opening += new System.ComponentModel.CancelEventHandler(this.selectionDropdownPopup_Opening);
            // 
            // labelStats
            // 
            appearance3.TextHAlignAsString = "Center";
            appearance3.TextVAlignAsString = "Middle";
            this.labelStats.Appearance = appearance3;
            this.labelStats.BorderStyleInner = Infragistics.Win.UIElementBorderStyle.None;
            this.labelStats.BorderStyleOuter = Infragistics.Win.UIElementBorderStyle.None;
            this.labelStats.Location = new System.Drawing.Point(278, 227);
            this.labelStats.Name = "labelStats";
            this.labelStats.Size = new System.Drawing.Size(604, 14);
            this.labelStats.TabIndex = 25;
            this.labelStats.Text = "Total items: 0   Scrobbles count: 0    Total time: 0   Scrobble Time: 0";
            this.labelStats.UseAppStyling = false;
            // 
            // treeFullButton
            // 
            this.treeFullButton.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
            this.treeFullButton.Location = new System.Drawing.Point(266, 72);
            this.treeFullButton.Name = "treeFullButton";
            this.treeFullButton.Size = new System.Drawing.Size(6, 408);
            this.treeFullButton.TabIndex = 26;
            this.treeFullButton.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
            this.treeFullButton.Click += new System.EventHandler(this.treeFullButton_Click);
            // 
            // tracksFullButton
            // 
            this.tracksFullButton.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
            this.tracksFullButton.Location = new System.Drawing.Point(278, 215);
            this.tracksFullButton.Name = "tracksFullButton";
            this.tracksFullButton.Size = new System.Drawing.Size(604, 6);
            this.tracksFullButton.TabIndex = 27;
            this.tracksFullButton.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
            this.tracksFullButton.Click += new System.EventHandler(this.tracksFullButton_Click);
            // 
            // editFields
            // 
            this.editFields.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
            this.editFields.Location = new System.Drawing.Point(483, 246);
            this.editFields.Name = "editFields";
            this.editFields.Size = new System.Drawing.Size(105, 24);
            this.editFields.TabIndex = 28;
            this.editFields.Text = "Edit";
            this.editFields.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
            this.editFields.Click += new System.EventHandler(this.editFields_Click);
            // 
            // editPanel
            // 
            // 
            // editPanel.ClientArea
            // 
            this.editPanel.ClientArea.Controls.Add(this.checkAlbum);
            this.editPanel.ClientArea.Controls.Add(this.checkArtist);
            this.editPanel.ClientArea.Controls.Add(this.checkTrack);
            this.editPanel.ClientArea.Controls.Add(this.applyEdit);
            this.editPanel.ClientArea.Controls.Add(this.trackLabel);
            this.editPanel.ClientArea.Controls.Add(this.albumLabel);
            this.editPanel.ClientArea.Controls.Add(this.artistLabel);
            this.editPanel.ClientArea.Controls.Add(this.trackNew);
            this.editPanel.ClientArea.Controls.Add(this.albumNew);
            this.editPanel.ClientArea.Controls.Add(this.artistNew);
            this.editPanel.Location = new System.Drawing.Point(276, 276);
            this.editPanel.Name = "editPanel";
            this.editPanel.Size = new System.Drawing.Size(603, 175);
            this.editPanel.TabIndex = 29;
            this.editPanel.Visible = false;
            // 
            // checkAlbum
            // 
            this.checkAlbum.AutoSize = true;
            this.checkAlbum.Location = new System.Drawing.Point(504, 46);
            this.checkAlbum.Name = "checkAlbum";
            this.checkAlbum.Size = new System.Drawing.Size(92, 17);
            this.checkAlbum.TabIndex = 3;
            this.checkAlbum.Text = "Update album";
            this.checkAlbum.UseVisualStyleBackColor = true;
            // 
            // checkArtist
            // 
            this.checkArtist.AutoSize = true;
            this.checkArtist.Location = new System.Drawing.Point(504, 3);
            this.checkArtist.Name = "checkArtist";
            this.checkArtist.Size = new System.Drawing.Size(86, 17);
            this.checkArtist.TabIndex = 3;
            this.checkArtist.Text = "Update artist";
            this.checkArtist.UseVisualStyleBackColor = true;
            // 
            // checkTrack
            // 
            this.checkTrack.AutoSize = true;
            this.checkTrack.Location = new System.Drawing.Point(504, 92);
            this.checkTrack.Name = "checkTrack";
            this.checkTrack.Size = new System.Drawing.Size(80, 17);
            this.checkTrack.TabIndex = 3;
            this.checkTrack.Text = "Update title";
            this.checkTrack.UseVisualStyleBackColor = true;
            // 
            // trackLabel
            // 
            this.trackLabel.AutoSize = true;
            this.trackLabel.Location = new System.Drawing.Point(3, 89);
            this.trackLabel.Name = "trackLabel";
            this.trackLabel.Size = new System.Drawing.Size(35, 13);
            this.trackLabel.TabIndex = 1;
            this.trackLabel.Text = "Track";
            // 
            // albumLabel
            // 
            this.albumLabel.AutoSize = true;
            this.albumLabel.Location = new System.Drawing.Point(3, 50);
            this.albumLabel.Name = "albumLabel";
            this.albumLabel.Size = new System.Drawing.Size(36, 13);
            this.albumLabel.TabIndex = 1;
            this.albumLabel.Text = "Album";
            // 
            // artistLabel
            // 
            this.artistLabel.AutoSize = true;
            this.artistLabel.Location = new System.Drawing.Point(2, 7);
            this.artistLabel.Name = "artistLabel";
            this.artistLabel.Size = new System.Drawing.Size(30, 13);
            this.artistLabel.TabIndex = 1;
            this.artistLabel.Text = "Artist";
            // 
            // trackNew
            // 
            this.trackNew.Location = new System.Drawing.Point(2, 112);
            this.trackNew.Name = "trackNew";
            this.trackNew.Size = new System.Drawing.Size(597, 20);
            this.trackNew.TabIndex = 0;
            // 
            // albumNew
            // 
            this.albumNew.Location = new System.Drawing.Point(2, 66);
            this.albumNew.Name = "albumNew";
            this.albumNew.Size = new System.Drawing.Size(597, 20);
            this.albumNew.TabIndex = 0;
            // 
            // artistNew
            // 
            this.artistNew.Location = new System.Drawing.Point(2, 23);
            this.artistNew.Name = "artistNew";
            this.artistNew.Size = new System.Drawing.Size(597, 20);
            this.artistNew.TabIndex = 0;
            // 
            // CraftyScrobbler
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(892, 489);
            this.Controls.Add(this.editPanel);
            this.Controls.Add(this.editFields);
            this.Controls.Add(this.tracksFullButton);
            this.Controls.Add(this.treeFullButton);
            this.Controls.Add(this.labelStats);
            this.Controls.Add(this.quitButton);
            this.Controls.Add(this.openCue);
            this.Controls.Add(this.selectionDropdown);
            this.Controls.Add(this.addDropButton);
            this.Controls.Add(this.progressBar);
            this.Controls.Add(this.infoLabel);
            this.Controls.Add(this.RefreshButton);
            this.Controls.Add(this.removeDropdown);
            this.Controls.Add(this.scrobbleDropdown);
            this.Controls.Add(this.optionsButton);
            this.Controls.Add(this.timeLabel);
            this.Controls.Add(this.fileList);
            this.Controls.Add(this.folderTree);
            this.Controls.Add(this.trackList);
            this.Name = "CraftyScrobbler";
            this.Text = "CraftyScrobbler";
            this.Load += new System.EventHandler(this.Form1_Load);
            this.SizeChanged += new System.EventHandler(this.Size_Changed);
            ((System.ComponentModel.ISupportInitialize)(this.trackList)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.folderTree)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fileList)).EndInit();
            this.editPanel.ClientArea.ResumeLayout(false);
            this.editPanel.ClientArea.PerformLayout();
            this.editPanel.ResumeLayout(false);
            this.ResumeLayout(false);

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo3 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Name of the computer on which this instance has been installed", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo4 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Click to change the publisher of this application", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo5 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Audited and decoded CD Key for the application", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo6 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Audited serial number / Product ID of the application", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo7 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Audited version of the application ", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo8 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("This is the publisher of the application", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo9 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Audited name of the application", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo1 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Exit saving changes", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo2 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Exit discarding any changes made", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab();
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinTabControl.UltraTab ultraTab3 = new Infragistics.Win.UltraWinTabControl.UltraTab();
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
     this.ultraGroupBox1       = new Infragistics.Win.Misc.UltraGroupBox();
     this.tbInstalledOn        = new System.Windows.Forms.TextBox();
     this.bnSetPublisher       = new System.Windows.Forms.Button();
     this.label8               = new System.Windows.Forms.Label();
     this.tbCdKey              = new System.Windows.Forms.TextBox();
     this.label7               = new System.Windows.Forms.Label();
     this.tbSerialNumber       = new System.Windows.Forms.TextBox();
     this.label6               = new System.Windows.Forms.Label();
     this.tbVersion            = new System.Windows.Forms.TextBox();
     this.label5               = new System.Windows.Forms.Label();
     this.label1               = new System.Windows.Forms.Label();
     this.tbPublisher          = new System.Windows.Forms.TextBox();
     this.tbName               = new System.Windows.Forms.TextBox();
     this.label2               = new System.Windows.Forms.Label();
     this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
     this.ultraTabPageControl3 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
     this.openFileDialog1      = new System.Windows.Forms.OpenFileDialog();
     this.bnOK                        = new System.Windows.Forms.Button();
     this.bnCancel                    = new System.Windows.Forms.Button();
     this.ultraToolTipManager1        = new Infragistics.Win.UltraWinToolTip.UltraToolTipManager(this.components);
     this.dataTabControl              = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
     this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
     this.notesControl                = new Layton.AuditWizard.Common.NotesControl();
     this.documentsControl            = new Layton.AuditWizard.Common.DocumentsControl();
     ((System.ComponentModel.ISupportInitialize)(this.footerPictureBox)).BeginInit();
     this.ultraTabPageControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     this.ultraTabPageControl2.SuspendLayout();
     this.ultraTabPageControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataTabControl)).BeginInit();
     this.dataTabControl.SuspendLayout();
     this.SuspendLayout();
     //
     // footerPictureBox
     //
     this.footerPictureBox.Image    = global::Layton.AuditWizard.Network.Properties.Resources.application_instance_properties_corner;
     this.footerPictureBox.Location = new System.Drawing.Point(339, 447);
     //
     // ultraTabPageControl1
     //
     this.ultraTabPageControl1.Controls.Add(this.ultraGroupBox1);
     this.ultraTabPageControl1.Location = new System.Drawing.Point(1, 23);
     this.ultraTabPageControl1.Name     = "ultraTabPageControl1";
     this.ultraTabPageControl1.Size     = new System.Drawing.Size(753, 352);
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                         | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     appearance1.BackColor          = System.Drawing.Color.Transparent;
     this.ultraGroupBox1.Appearance = appearance1;
     this.ultraGroupBox1.Controls.Add(this.tbInstalledOn);
     this.ultraGroupBox1.Controls.Add(this.bnSetPublisher);
     this.ultraGroupBox1.Controls.Add(this.label8);
     this.ultraGroupBox1.Controls.Add(this.tbCdKey);
     this.ultraGroupBox1.Controls.Add(this.label7);
     this.ultraGroupBox1.Controls.Add(this.tbSerialNumber);
     this.ultraGroupBox1.Controls.Add(this.label6);
     this.ultraGroupBox1.Controls.Add(this.tbVersion);
     this.ultraGroupBox1.Controls.Add(this.label5);
     this.ultraGroupBox1.Controls.Add(this.label1);
     this.ultraGroupBox1.Controls.Add(this.tbPublisher);
     this.ultraGroupBox1.Controls.Add(this.tbName);
     this.ultraGroupBox1.Controls.Add(this.label2);
     this.ultraGroupBox1.Location = new System.Drawing.Point(12, 20);
     this.ultraGroupBox1.Name     = "ultraGroupBox1";
     this.ultraGroupBox1.Size     = new System.Drawing.Size(715, 310);
     this.ultraGroupBox1.TabIndex = 21;
     this.ultraGroupBox1.Text     = "Basic Information";
     //
     // tbInstalledOn
     //
     this.tbInstalledOn.BackColor  = System.Drawing.SystemColors.Window;
     this.tbInstalledOn.Location   = new System.Drawing.Point(463, 82);
     this.tbInstalledOn.Name       = "tbInstalledOn";
     this.tbInstalledOn.ReadOnly   = true;
     this.tbInstalledOn.Size       = new System.Drawing.Size(210, 21);
     this.tbInstalledOn.TabIndex   = 25;
     ultraToolTipInfo3.ToolTipText = "Name of the computer on which this instance has been installed";
     this.ultraToolTipManager1.SetUltraToolTip(this.tbInstalledOn, ultraToolTipInfo3);
     //
     // bnSetPublisher
     //
     this.bnSetPublisher.Location  = new System.Drawing.Point(332, 30);
     this.bnSetPublisher.Name      = "bnSetPublisher";
     this.bnSetPublisher.Size      = new System.Drawing.Size(38, 24);
     this.bnSetPublisher.TabIndex  = 19;
     this.bnSetPublisher.Text      = "...";
     ultraToolTipInfo4.ToolTipText = "Click to change the publisher of this application";
     this.ultraToolTipManager1.SetUltraToolTip(this.bnSetPublisher, ultraToolTipInfo4);
     this.bnSetPublisher.UseVisualStyleBackColor = true;
     this.bnSetPublisher.Click += new System.EventHandler(this.bnSetPublisher_Click);
     //
     // label8
     //
     this.label8.AutoSize  = true;
     this.label8.BackColor = System.Drawing.Color.Transparent;
     this.label8.Location  = new System.Drawing.Point(362, 85);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(81, 13);
     this.label8.TabIndex  = 24;
     this.label8.Text      = "Installed On:";
     //
     // tbCdKey
     //
     this.tbCdKey.Location         = new System.Drawing.Point(463, 108);
     this.tbCdKey.Name             = "tbCdKey";
     this.tbCdKey.Size             = new System.Drawing.Size(210, 21);
     this.tbCdKey.TabIndex         = 29;
     ultraToolTipInfo5.ToolTipText = "Audited and decoded CD Key for the application";
     this.ultraToolTipManager1.SetUltraToolTip(this.tbCdKey, ultraToolTipInfo5);
     //
     // label7
     //
     this.label7.AutoSize  = true;
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.label7.Location  = new System.Drawing.Point(362, 111);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(56, 13);
     this.label7.TabIndex  = 28;
     this.label7.Text      = "CD Key:";
     //
     // tbSerialNumber
     //
     this.tbSerialNumber.Location  = new System.Drawing.Point(118, 108);
     this.tbSerialNumber.Name      = "tbSerialNumber";
     this.tbSerialNumber.Size      = new System.Drawing.Size(207, 21);
     this.tbSerialNumber.TabIndex  = 27;
     ultraToolTipInfo6.ToolTipText = "Audited serial number / Product ID of the application";
     this.ultraToolTipManager1.SetUltraToolTip(this.tbSerialNumber, ultraToolTipInfo6);
     //
     // label6
     //
     this.label6.AutoSize  = true;
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Location  = new System.Drawing.Point(22, 111);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(94, 13);
     this.label6.TabIndex  = 26;
     this.label6.Text      = "Serial Number:";
     //
     // tbVersion
     //
     this.tbVersion.BackColor      = System.Drawing.SystemColors.Window;
     this.tbVersion.Location       = new System.Drawing.Point(118, 56);
     this.tbVersion.Name           = "tbVersion";
     this.tbVersion.ReadOnly       = true;
     this.tbVersion.Size           = new System.Drawing.Size(207, 21);
     this.tbVersion.TabIndex       = 21;
     ultraToolTipInfo7.ToolTipText = "Audited version of the application ";
     this.ultraToolTipManager1.SetUltraToolTip(this.tbVersion, ultraToolTipInfo7);
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Location  = new System.Drawing.Point(23, 59);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(55, 13);
     this.label5.TabIndex  = 20;
     this.label5.Text      = "Version:";
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(22, 33);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(64, 13);
     this.label1.TabIndex  = 17;
     this.label1.Text      = "Publisher:";
     //
     // tbPublisher
     //
     this.tbPublisher.BackColor    = System.Drawing.SystemColors.Window;
     this.tbPublisher.Location     = new System.Drawing.Point(118, 30);
     this.tbPublisher.Name         = "tbPublisher";
     this.tbPublisher.ReadOnly     = true;
     this.tbPublisher.Size         = new System.Drawing.Size(207, 21);
     this.tbPublisher.TabIndex     = 18;
     ultraToolTipInfo8.ToolTipText = "This is the publisher of the application";
     this.ultraToolTipManager1.SetUltraToolTip(this.tbPublisher, ultraToolTipInfo8);
     //
     // tbName
     //
     this.tbName.BackColor         = System.Drawing.SystemColors.Window;
     this.tbName.Location          = new System.Drawing.Point(118, 82);
     this.tbName.Name              = "tbName";
     this.tbName.ReadOnly          = true;
     this.tbName.Size              = new System.Drawing.Size(207, 21);
     this.tbName.TabIndex          = 23;
     ultraToolTipInfo9.ToolTipText = "Audited name of the application";
     this.ultraToolTipManager1.SetUltraToolTip(this.tbName, ultraToolTipInfo9);
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(22, 85);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(45, 13);
     this.label2.TabIndex  = 22;
     this.label2.Text      = "Name:";
     //
     // ultraTabPageControl2
     //
     this.ultraTabPageControl2.Controls.Add(this.notesControl);
     this.ultraTabPageControl2.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraTabPageControl2.Name     = "ultraTabPageControl2";
     this.ultraTabPageControl2.Size     = new System.Drawing.Size(753, 352);
     //
     // ultraTabPageControl3
     //
     this.ultraTabPageControl3.Controls.Add(this.documentsControl);
     this.ultraTabPageControl3.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraTabPageControl3.Name     = "ultraTabPageControl3";
     this.ultraTabPageControl3.Size     = new System.Drawing.Size(753, 352);
     //
     // openFileDialog1
     //
     this.openFileDialog1.Filter = "All files|*.*";
     this.openFileDialog1.Title  = "Select Document";
     //
     // bnOK
     //
     this.bnOK.Anchor              = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.bnOK.DialogResult        = System.Windows.Forms.DialogResult.OK;
     this.bnOK.Location            = new System.Drawing.Point(580, 415);
     this.bnOK.Name                = "bnOK";
     this.bnOK.Size                = new System.Drawing.Size(92, 24);
     this.bnOK.TabIndex            = 21;
     this.bnOK.Text                = "&OK";
     ultraToolTipInfo1.ToolTipText = "Exit saving changes";
     this.ultraToolTipManager1.SetUltraToolTip(this.bnOK, ultraToolTipInfo1);
     this.bnOK.UseVisualStyleBackColor = true;
     this.bnOK.Click += new System.EventHandler(this.bnOK_Click);
     //
     // bnCancel
     //
     this.bnCancel.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.bnCancel.DialogResult    = System.Windows.Forms.DialogResult.Cancel;
     this.bnCancel.Location        = new System.Drawing.Point(679, 415);
     this.bnCancel.Name            = "bnCancel";
     this.bnCancel.Size            = new System.Drawing.Size(92, 24);
     this.bnCancel.TabIndex        = 22;
     this.bnCancel.Text            = "&Cancel";
     ultraToolTipInfo2.ToolTipText = "Exit discarding any changes made";
     this.ultraToolTipManager1.SetUltraToolTip(this.bnCancel, ultraToolTipInfo2);
     this.bnCancel.UseVisualStyleBackColor = true;
     //
     // ultraToolTipManager1
     //
     this.ultraToolTipManager1.ContainingControl = this;
     //
     // dataTabControl
     //
     this.dataTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                         | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     appearance2.BackColor          = System.Drawing.Color.Transparent;
     this.dataTabControl.Appearance = appearance2;
     this.dataTabControl.Controls.Add(this.ultraTabSharedControlsPage1);
     this.dataTabControl.Controls.Add(this.ultraTabPageControl1);
     this.dataTabControl.Controls.Add(this.ultraTabPageControl2);
     this.dataTabControl.Controls.Add(this.ultraTabPageControl3);
     this.dataTabControl.Location           = new System.Drawing.Point(12, 20);
     this.dataTabControl.Name               = "dataTabControl";
     this.dataTabControl.SharedControlsPage = this.ultraTabSharedControlsPage1;
     this.dataTabControl.Size               = new System.Drawing.Size(757, 378);
     this.dataTabControl.TabIndex           = 25;
     appearance3.Image     = global::Layton.AuditWizard.Network.Properties.Resources.application_16;
     ultraTab1.Appearance  = appearance3;
     ultraTab1.TabPage     = this.ultraTabPageControl1;
     ultraTab1.Text        = "Basic Information";
     ultraTab1.ToolTipText = "Display basic information about this instance of the application";
     appearance4.Image     = global::Layton.AuditWizard.Network.Properties.Resources.notes_16;
     ultraTab2.Appearance  = appearance4;
     ultraTab2.TabPage     = this.ultraTabPageControl2;
     ultraTab2.Text        = "Notes";
     ultraTab2.ToolTipText = "Allow a date stamped list of notes to be maintained for this instance of the appl" +
                             "ication.";
     appearance5.Image     = global::Layton.AuditWizard.Network.Properties.Resources.Documents_16;
     ultraTab3.Appearance  = appearance5;
     ultraTab3.TabPage     = this.ultraTabPageControl3;
     ultraTab3.Text        = "Documents";
     ultraTab3.ToolTipText = "Allows one or more documents to be associated with this instance of the applicati" +
                             "on";
     this.dataTabControl.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
         ultraTab1,
         ultraTab2,
         ultraTab3
     });
     //
     // ultraTabSharedControlsPage1
     //
     this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraTabSharedControlsPage1.Name     = "ultraTabSharedControlsPage1";
     this.ultraTabSharedControlsPage1.Size     = new System.Drawing.Size(753, 352);
     //
     // notesControl
     //
     this.notesControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.notesControl.BackColor = System.Drawing.Color.Transparent;
     this.notesControl.Font      = new System.Drawing.Font("Verdana", 8.25F);
     this.notesControl.Location  = new System.Drawing.Point(12, 11);
     this.notesControl.Name      = "notesControl";
     this.notesControl.Size      = new System.Drawing.Size(727, 338);
     this.notesControl.TabIndex  = 0;
     //
     // documentsControl
     //
     this.documentsControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                           | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.documentsControl.BackColor = System.Drawing.Color.Transparent;
     this.documentsControl.Font      = new System.Drawing.Font("Verdana", 8.25F);
     this.documentsControl.Location  = new System.Drawing.Point(12, 20);
     this.documentsControl.Name      = "documentsControl";
     this.documentsControl.Size      = new System.Drawing.Size(727, 292);
     this.documentsControl.TabIndex  = 0;
     //
     // FormApplicationInstanceProperties
     //
     this.AcceptButton        = this.bnOK;
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.CancelButton        = this.bnCancel;
     this.ClientSize          = new System.Drawing.Size(785, 566);
     this.Controls.Add(this.dataTabControl);
     this.Controls.Add(this.bnOK);
     this.Controls.Add(this.bnCancel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name            = "FormApplicationInstanceProperties";
     this.Text            = "Application Instance Properties";
     this.Controls.SetChildIndex(this.bnCancel, 0);
     this.Controls.SetChildIndex(this.bnOK, 0);
     this.Controls.SetChildIndex(this.footerPictureBox, 0);
     this.Controls.SetChildIndex(this.dataTabControl, 0);
     ((System.ComponentModel.ISupportInitialize)(this.footerPictureBox)).EndInit();
     this.ultraTabPageControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     this.ultraGroupBox1.PerformLayout();
     this.ultraTabPageControl2.ResumeLayout(false);
     this.ultraTabPageControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataTabControl)).EndInit();
     this.dataTabControl.ResumeLayout(false);
     this.ResumeLayout(false);
 }
예제 #11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo4 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Exit saving changes", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo3 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Exit discarding changes", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo2 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo1 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Name that will be associated with this type of license", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
     System.ComponentModel.ComponentResourceManager    resources         = new System.ComponentModel.ComponentResourceManager(typeof(FormLicenseType));
     this.bnOK                 = new System.Windows.Forms.Button();
     this.bnCancel             = new System.Windows.Forms.Button();
     this.cbPerPC              = new System.Windows.Forms.CheckBox();
     this.label1               = new System.Windows.Forms.Label();
     this.tbName               = new System.Windows.Forms.TextBox();
     this.label2               = new System.Windows.Forms.Label();
     this.ultraToolTipManager1 = new Infragistics.Win.UltraWinToolTip.UltraToolTipManager(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.footerPictureBox)).BeginInit();
     this.SuspendLayout();
     //
     // footerPictureBox
     //
     this.footerPictureBox.Image    = global::Layton.AuditWizard.Administration.Properties.Resources.manage_license_types_corner;
     this.footerPictureBox.Location = new System.Drawing.Point(3, 180);
     this.footerPictureBox.Size     = new System.Drawing.Size(450, 124);
     //
     // bnOK
     //
     this.bnOK.Anchor              = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.bnOK.DialogResult        = System.Windows.Forms.DialogResult.OK;
     this.bnOK.Location            = new System.Drawing.Point(253, 144);
     this.bnOK.Name                = "bnOK";
     this.bnOK.Size                = new System.Drawing.Size(92, 24);
     this.bnOK.TabIndex            = 13;
     this.bnOK.Text                = "&OK";
     ultraToolTipInfo4.ToolTipText = "Exit saving changes";
     this.ultraToolTipManager1.SetUltraToolTip(this.bnOK, ultraToolTipInfo4);
     this.bnOK.UseVisualStyleBackColor = true;
     this.bnOK.Click += new System.EventHandler(this.bnOK_Click);
     //
     // bnCancel
     //
     this.bnCancel.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.bnCancel.DialogResult    = System.Windows.Forms.DialogResult.Cancel;
     this.bnCancel.Location        = new System.Drawing.Point(349, 144);
     this.bnCancel.Name            = "bnCancel";
     this.bnCancel.Size            = new System.Drawing.Size(92, 24);
     this.bnCancel.TabIndex        = 12;
     this.bnCancel.Text            = "&Cancel";
     ultraToolTipInfo3.ToolTipText = "Exit discarding changes";
     this.ultraToolTipManager1.SetUltraToolTip(this.bnCancel, ultraToolTipInfo3);
     this.bnCancel.UseVisualStyleBackColor = true;
     //
     // cbPerPC
     //
     this.cbPerPC.AutoSize = true;
     this.cbPerPC.Location = new System.Drawing.Point(17, 121);
     this.cbPerPC.Name     = "cbPerPC";
     this.cbPerPC.Size     = new System.Drawing.Size(160, 17);
     this.cbPerPC.TabIndex = 15;
     this.cbPerPC.Text     = "This License is Counted";
     ultraToolTipInfo2.ToolTipTextFormatted = "If checked, this license requires a count of the number of instances which are li" +
                                              "censed";
     this.ultraToolTipManager1.SetUltraToolTip(this.cbPerPC, ultraToolTipInfo2);
     this.cbPerPC.UseVisualStyleBackColor = true;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(14, 24);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(123, 13);
     this.label1.TabIndex  = 16;
     this.label1.Text      = "License Type Name:";
     //
     // tbName
     //
     this.tbName.Location          = new System.Drawing.Point(159, 21);
     this.tbName.Name              = "tbName";
     this.tbName.Size              = new System.Drawing.Size(282, 21);
     this.tbName.TabIndex          = 17;
     ultraToolTipInfo1.ToolTipText = "Name that will be associated with this type of license";
     this.ultraToolTipManager1.SetUltraToolTip(this.tbName, ultraToolTipInfo1);
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(14, 57);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(427, 56);
     this.label2.TabIndex  = 18;
     this.label2.Text      = resources.GetString("label2.Text");
     //
     // ultraToolTipManager1
     //
     this.ultraToolTipManager1.ContainingControl = this;
     //
     // FormLicenseType
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(455, 304);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.tbName);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.cbPerPC);
     this.Controls.Add(this.bnOK);
     this.Controls.Add(this.bnCancel);
     this.Font            = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name            = "FormLicenseType";
     this.Text            = "Add / Edit License Type";
     this.Controls.SetChildIndex(this.bnCancel, 0);
     this.Controls.SetChildIndex(this.bnOK, 0);
     this.Controls.SetChildIndex(this.cbPerPC, 0);
     this.Controls.SetChildIndex(this.label1, 0);
     this.Controls.SetChildIndex(this.tbName, 0);
     this.Controls.SetChildIndex(this.footerPictureBox, 0);
     this.Controls.SetChildIndex(this.label2, 0);
     ((System.ComponentModel.ISupportInitialize)(this.footerPictureBox)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo2 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Thanh toán", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo3 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Trả món", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo4 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Hủy Order", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo1 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Thành tiền", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo5 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Mã Order", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo6 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Số người tham dự", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.Appearance appearance1  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance3  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance4  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance5  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance6  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance8  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
     this.ttmManager_UserControl = new Infragistics.Win.UltraWinToolTip.UltraToolTipManager(this.components);
     this.btnPayment             = new Infragistics.Win.Misc.UltraButton();
     this.btnReturnFood          = new Infragistics.Win.Misc.UltraButton();
     this.btnCancel         = new Infragistics.Win.Misc.UltraButton();
     this.lblTotalAmount    = new Infragistics.Win.Misc.UltraLabel();
     this.lblOrderNo        = new Infragistics.Win.Misc.UltraLabel();
     this.lblNumberOfPeople = new Infragistics.Win.Misc.UltraLabel();
     this.pnlBody           = new Infragistics.Win.Misc.UltraPanel();
     this.pnlContent        = new Infragistics.Win.Misc.UltraPanel();
     this.pnlDetail         = new Infragistics.Win.Misc.UltraPanel();
     this.pnlSpace          = new Infragistics.Win.Misc.UltraPanel();
     this.pnlArea           = new Infragistics.Win.Misc.UltraPanel();
     this.lblTable          = new Infragistics.Win.FormattedLinkLabel.UltraFormattedLinkLabel();
     this.lblArea           = new Infragistics.Win.Misc.UltraLabel();
     this.pnlBottom         = new Infragistics.Win.Misc.UltraPanel();
     this.ultraPanel1       = new Infragistics.Win.Misc.UltraPanel();
     this.pnlTop            = new Infragistics.Win.Misc.UltraPanel();
     this.pnlBody.ClientArea.SuspendLayout();
     this.pnlBody.SuspendLayout();
     this.pnlContent.ClientArea.SuspendLayout();
     this.pnlContent.SuspendLayout();
     this.pnlDetail.ClientArea.SuspendLayout();
     this.pnlDetail.SuspendLayout();
     this.pnlSpace.SuspendLayout();
     this.pnlArea.ClientArea.SuspendLayout();
     this.pnlArea.SuspendLayout();
     this.pnlBottom.ClientArea.SuspendLayout();
     this.pnlBottom.SuspendLayout();
     this.ultraPanel1.SuspendLayout();
     this.pnlTop.ClientArea.SuspendLayout();
     this.pnlTop.SuspendLayout();
     this.SuspendLayout();
     //
     // ttmManager_UserControl
     //
     this.ttmManager_UserControl.ContainingControl = this;
     //
     // btnPayment
     //
     appearance7.BackColor         = System.Drawing.SystemColors.ControlLight;
     appearance7.Image             = global::ClientApp.Properties.Resources.btnPay;
     this.btnPayment.Appearance    = appearance7;
     this.btnPayment.AutoSize      = true;
     this.btnPayment.ButtonStyle   = Infragistics.Win.UIElementButtonStyle.FlatBorderless;
     this.btnPayment.Dock          = System.Windows.Forms.DockStyle.Left;
     this.btnPayment.Location      = new System.Drawing.Point(40, 0);
     this.btnPayment.Name          = "btnPayment";
     this.btnPayment.Padding       = new System.Drawing.Size(7, 0);
     this.btnPayment.Size          = new System.Drawing.Size(38, 27);
     this.btnPayment.TabIndex      = 1;
     this.btnPayment.TabStop       = false;
     ultraToolTipInfo2.ToolTipText = "Thanh toán";
     this.ttmManager_UserControl.SetUltraToolTip(this.btnPayment, ultraToolTipInfo2);
     this.btnPayment.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
     this.btnPayment.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
     this.btnPayment.Click      += new System.EventHandler(this.btnPayment_Click);
     //
     // btnReturnFood
     //
     appearance9.BackColor          = System.Drawing.SystemColors.ControlLight;
     appearance9.Image              = global::ClientApp.Properties.Resources.btnReturnFood;
     this.btnReturnFood.Appearance  = appearance9;
     this.btnReturnFood.AutoSize    = true;
     this.btnReturnFood.ButtonStyle = Infragistics.Win.UIElementButtonStyle.FlatBorderless;
     this.btnReturnFood.Dock        = System.Windows.Forms.DockStyle.Left;
     this.btnReturnFood.Location    = new System.Drawing.Point(0, 0);
     this.btnReturnFood.Name        = "btnReturnFood";
     this.btnReturnFood.Padding     = new System.Drawing.Size(7, 0);
     this.btnReturnFood.Size        = new System.Drawing.Size(38, 27);
     this.btnReturnFood.TabIndex    = 0;
     this.btnReturnFood.TabStop     = false;
     ultraToolTipInfo3.ToolTipText  = "Trả món";
     this.ttmManager_UserControl.SetUltraToolTip(this.btnReturnFood, ultraToolTipInfo3);
     this.btnReturnFood.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
     this.btnReturnFood.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
     this.btnReturnFood.Click      += new System.EventHandler(this.btnReturnFood_Click);
     //
     // btnCancel
     //
     appearance10.BackColor        = System.Drawing.SystemColors.ControlLight;
     appearance10.Image            = global::ClientApp.Properties.Resources.btnCancel;
     this.btnCancel.Appearance     = appearance10;
     this.btnCancel.AutoSize       = true;
     this.btnCancel.ButtonStyle    = Infragistics.Win.UIElementButtonStyle.FlatBorderless;
     this.btnCancel.Dock           = System.Windows.Forms.DockStyle.Right;
     this.btnCancel.Location       = new System.Drawing.Point(166, 0);
     this.btnCancel.Name           = "btnCancel";
     this.btnCancel.Padding        = new System.Drawing.Size(7, 0);
     this.btnCancel.Size           = new System.Drawing.Size(38, 27);
     this.btnCancel.TabIndex       = 2;
     this.btnCancel.TabStop        = false;
     ultraToolTipInfo4.ToolTipText = "Hủy Order";
     this.ttmManager_UserControl.SetUltraToolTip(this.btnCancel, ultraToolTipInfo4);
     this.btnCancel.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
     this.btnCancel.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
     this.btnCancel.Click      += new System.EventHandler(this.btnCancel_Click);
     //
     // lblTotalAmount
     //
     appearance2.TextHAlignAsString = "Center";
     appearance2.TextVAlignAsString = "Middle";
     this.lblTotalAmount.Appearance = appearance2;
     this.lblTotalAmount.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.lblTotalAmount.Font       = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTotalAmount.Location   = new System.Drawing.Point(0, 0);
     this.lblTotalAmount.Name       = "lblTotalAmount";
     this.lblTotalAmount.Size       = new System.Drawing.Size(126, 54);
     this.lblTotalAmount.TabIndex   = 0;
     this.lblTotalAmount.Text       = "100.000.000";
     ultraToolTipInfo1.ToolTipText  = "Thành tiền";
     this.ttmManager_UserControl.SetUltraToolTip(this.lblTotalAmount, ultraToolTipInfo1);
     this.lblTotalAmount.Click       += new System.EventHandler(this.Label_Click);
     this.lblTotalAmount.DoubleClick += new System.EventHandler(this.Label_DoubleClick);
     //
     // lblOrderNo
     //
     appearance12.ForeColor          = System.Drawing.Color.White;
     appearance12.TextHAlignAsString = "Left";
     appearance12.TextVAlignAsString = "Middle";
     this.lblOrderNo.Appearance      = appearance12;
     this.lblOrderNo.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.lblOrderNo.Location        = new System.Drawing.Point(0, 0);
     this.lblOrderNo.Name            = "lblOrderNo";
     this.lblOrderNo.Padding         = new System.Drawing.Size(5, 0);
     this.lblOrderNo.Size            = new System.Drawing.Size(155, 27);
     this.lblOrderNo.TabIndex        = 0;
     this.lblOrderNo.Text            = "1.120";
     ultraToolTipInfo5.ToolTipText   = "Mã Order";
     this.ttmManager_UserControl.SetUltraToolTip(this.lblOrderNo, ultraToolTipInfo5);
     this.lblOrderNo.Click       += new System.EventHandler(this.Label_Click);
     this.lblOrderNo.DoubleClick += new System.EventHandler(this.Label_DoubleClick);
     //
     // lblNumberOfPeople
     //
     appearance13.ForeColor            = System.Drawing.Color.White;
     appearance13.Image                = global::ClientApp.Properties.Resources.Customers___White___36x36;
     appearance13.TextHAlignAsString   = "Right";
     appearance13.TextVAlignAsString   = "Middle";
     this.lblNumberOfPeople.Appearance = appearance13;
     this.lblNumberOfPeople.AutoSize   = true;
     this.lblNumberOfPeople.Dock       = System.Windows.Forms.DockStyle.Right;
     this.lblNumberOfPeople.Location   = new System.Drawing.Point(155, 0);
     this.lblNumberOfPeople.Name       = "lblNumberOfPeople";
     this.lblNumberOfPeople.Padding    = new System.Drawing.Size(5, 0);
     this.lblNumberOfPeople.Size       = new System.Drawing.Size(49, 27);
     this.lblNumberOfPeople.TabIndex   = 1;
     this.lblNumberOfPeople.Text       = "999";
     ultraToolTipInfo6.ToolTipText     = "Số người tham dự";
     this.ttmManager_UserControl.SetUltraToolTip(this.lblNumberOfPeople, ultraToolTipInfo6);
     this.lblNumberOfPeople.Click       += new System.EventHandler(this.Label_Click);
     this.lblNumberOfPeople.DoubleClick += new System.EventHandler(this.Label_DoubleClick);
     //
     // pnlBody
     //
     appearance1.BorderColor  = System.Drawing.Color.Black;
     this.pnlBody.Appearance  = appearance1;
     this.pnlBody.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
     //
     // pnlBody.ClientArea
     //
     this.pnlBody.ClientArea.Controls.Add(this.pnlContent);
     this.pnlBody.ClientArea.Controls.Add(this.pnlBottom);
     this.pnlBody.ClientArea.Controls.Add(this.pnlTop);
     this.pnlBody.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlBody.Location = new System.Drawing.Point(7, 5);
     this.pnlBody.Name     = "pnlBody";
     this.pnlBody.Size     = new System.Drawing.Size(206, 110);
     this.pnlBody.TabIndex = 3;
     //
     // pnlContent
     //
     //
     // pnlContent.ClientArea
     //
     this.pnlContent.ClientArea.Controls.Add(this.pnlDetail);
     this.pnlContent.ClientArea.Controls.Add(this.pnlSpace);
     this.pnlContent.ClientArea.Controls.Add(this.pnlArea);
     this.pnlContent.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlContent.Location = new System.Drawing.Point(0, 27);
     this.pnlContent.Name     = "pnlContent";
     this.pnlContent.Size     = new System.Drawing.Size(204, 54);
     this.pnlContent.TabIndex = 3;
     //
     // pnlDetail
     //
     //
     // pnlDetail.ClientArea
     //
     this.pnlDetail.ClientArea.Controls.Add(this.lblTotalAmount);
     this.pnlDetail.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlDetail.Location = new System.Drawing.Point(78, 0);
     this.pnlDetail.Name     = "pnlDetail";
     this.pnlDetail.Size     = new System.Drawing.Size(126, 54);
     this.pnlDetail.TabIndex = 2;
     //
     // pnlSpace
     //
     appearance3.BackColor    = System.Drawing.Color.DarkGray;
     this.pnlSpace.Appearance = appearance3;
     this.pnlSpace.Dock       = System.Windows.Forms.DockStyle.Left;
     this.pnlSpace.Location   = new System.Drawing.Point(77, 0);
     this.pnlSpace.Name       = "pnlSpace";
     this.pnlSpace.Size       = new System.Drawing.Size(1, 54);
     this.pnlSpace.TabIndex   = 1;
     //
     // pnlArea
     //
     //
     // pnlArea.ClientArea
     //
     this.pnlArea.ClientArea.Controls.Add(this.lblTable);
     this.pnlArea.ClientArea.Controls.Add(this.lblArea);
     this.pnlArea.Dock     = System.Windows.Forms.DockStyle.Left;
     this.pnlArea.Location = new System.Drawing.Point(0, 0);
     this.pnlArea.Name     = "pnlArea";
     this.pnlArea.Size     = new System.Drawing.Size(77, 54);
     this.pnlArea.TabIndex = 0;
     //
     // lblTable
     //
     appearance4.TextHAlignAsString = "Center";
     appearance4.TextVAlignAsString = "Top";
     this.lblTable.Appearance       = appearance4;
     this.lblTable.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.lblTable.Location         = new System.Drawing.Point(0, 28);
     this.lblTable.Name             = "lblTable";
     this.lblTable.Size             = new System.Drawing.Size(77, 26);
     this.lblTable.TabIndex         = 1;
     this.lblTable.TabStop          = true;
     this.lblTable.Value            = "Bàn 15";
     this.lblTable.Click           += new System.EventHandler(this.Label_Click);
     this.lblTable.DoubleClick     += new System.EventHandler(this.Label_DoubleClick);
     //
     // lblArea
     //
     appearance5.TextHAlignAsString = "Center";
     appearance5.TextVAlignAsString = "Bottom";
     this.lblArea.Appearance        = appearance5;
     this.lblArea.Dock         = System.Windows.Forms.DockStyle.Top;
     this.lblArea.Location     = new System.Drawing.Point(0, 0);
     this.lblArea.Name         = "lblArea";
     this.lblArea.Size         = new System.Drawing.Size(77, 28);
     this.lblArea.TabIndex     = 5;
     this.lblArea.Text         = "Tầng 1";
     this.lblArea.Click       += new System.EventHandler(this.Label_Click);
     this.lblArea.DoubleClick += new System.EventHandler(this.Label_DoubleClick);
     //
     // pnlBottom
     //
     appearance6.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
     this.pnlBottom.Appearance = appearance6;
     //
     // pnlBottom.ClientArea
     //
     this.pnlBottom.ClientArea.Controls.Add(this.btnPayment);
     this.pnlBottom.ClientArea.Controls.Add(this.ultraPanel1);
     this.pnlBottom.ClientArea.Controls.Add(this.btnReturnFood);
     this.pnlBottom.ClientArea.Controls.Add(this.btnCancel);
     this.pnlBottom.Dock         = System.Windows.Forms.DockStyle.Bottom;
     this.pnlBottom.Location     = new System.Drawing.Point(0, 81);
     this.pnlBottom.Name         = "pnlBottom";
     this.pnlBottom.Size         = new System.Drawing.Size(204, 27);
     this.pnlBottom.TabIndex     = 2;
     this.pnlBottom.Click       += new System.EventHandler(this.Label_Click);
     this.pnlBottom.DoubleClick += new System.EventHandler(this.Label_DoubleClick);
     //
     // ultraPanel1
     //
     appearance8.BackColor       = System.Drawing.Color.DarkGray;
     this.ultraPanel1.Appearance = appearance8;
     this.ultraPanel1.Dock       = System.Windows.Forms.DockStyle.Left;
     this.ultraPanel1.Location   = new System.Drawing.Point(38, 0);
     this.ultraPanel1.Name       = "ultraPanel1";
     this.ultraPanel1.Size       = new System.Drawing.Size(2, 27);
     this.ultraPanel1.TabIndex   = 3;
     //
     // pnlTop
     //
     appearance11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
     this.pnlTop.Appearance = appearance11;
     //
     // pnlTop.ClientArea
     //
     this.pnlTop.ClientArea.Controls.Add(this.lblOrderNo);
     this.pnlTop.ClientArea.Controls.Add(this.lblNumberOfPeople);
     this.pnlTop.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnlTop.Location = new System.Drawing.Point(0, 0);
     this.pnlTop.Name     = "pnlTop";
     this.pnlTop.Size     = new System.Drawing.Size(204, 27);
     this.pnlTop.TabIndex = 1;
     //
     // UctOrder
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.pnlBody);
     this.Name    = "UctOrder";
     this.Padding = new System.Windows.Forms.Padding(7, 5, 7, 5);
     this.Size    = new System.Drawing.Size(220, 120);
     this.Load   += new System.EventHandler(this.UctOrder_Load);
     this.pnlBody.ClientArea.ResumeLayout(false);
     this.pnlBody.ResumeLayout(false);
     this.pnlContent.ClientArea.ResumeLayout(false);
     this.pnlContent.ResumeLayout(false);
     this.pnlDetail.ClientArea.ResumeLayout(false);
     this.pnlDetail.ResumeLayout(false);
     this.pnlSpace.ResumeLayout(false);
     this.pnlArea.ClientArea.ResumeLayout(false);
     this.pnlArea.ResumeLayout(false);
     this.pnlBottom.ClientArea.ResumeLayout(false);
     this.pnlBottom.ClientArea.PerformLayout();
     this.pnlBottom.ResumeLayout(false);
     this.ultraPanel1.ResumeLayout(false);
     this.pnlTop.ClientArea.ResumeLayout(false);
     this.pnlTop.ClientArea.PerformLayout();
     this.pnlTop.ResumeLayout(false);
     this.ResumeLayout(false);
 }
        /// <summary> 
        /// Metodo necessario per il supporto della finestra di progettazione. Non modificare 
        /// il contenuto del metodo con l'editor di codice.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("RataSoggettoDTO", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Alert");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DataEmissione");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DataScadenza");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DataUltimoVersamento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneEsercizio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneSoggettoCondominio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneSoggettoEmissione");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneUnitaImmobiliare");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdDettaglioEmissione");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdEsercizio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdPersona");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdPianoDettaglioRatealeRiferimento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdSoggettoCondominio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdSoggettoEmissione");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdTestataEmissione");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdUnitaImmobiliare");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Importo");
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ImportoPagato");
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NumeroSolleciti");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OrdineUnitaImmobiliare");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Progressivo");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("StatoRata");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Subalterno");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TipoSoggettoCondominio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("VersamentiDopoChiusura");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ExtensionData");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DisplayName");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FrequentlyAccessed");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsDeleteAllow");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Stato");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Version");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DeleteColumn", 0);
            Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo2 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Premi per aggiungere una rata", Infragistics.Win.ToolTipImage.Default, "Nuova Rata", Infragistics.Win.DefaultableBoolean.Default);
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo1 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Premi per copiare delle rate da un altro esercizio", Infragistics.Win.ToolTipImage.Default, "Copia Rate", Infragistics.Win.DefaultableBoolean.Default);
            this.listaRateSoggetti = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.rateSoggettiBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.sceltaTipoLista = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
            this.btnStampa = new Infragistics.Win.Misc.UltraButton();
            this.btnConferma = new Infragistics.Win.Misc.UltraButton();
            this.lblNuovaData = new Infragistics.Win.Misc.UltraLabel();
            this.nuovaData = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.btnAggiungi = new Infragistics.Win.Misc.UltraButton();
            this.nuovaDataPanel = new Infragistics.Win.Misc.UltraPanel();
            this.btnCopiaRate = new Infragistics.Win.Misc.UltraButton();
            this.lblConto = new Infragistics.Win.Misc.UltraLabel();
            this.contiOrigine = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.contoOrigineBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.importoRata = new Infragistics.Win.UltraWinEditors.UltraCurrencyEditor();
            this.lblImporto = new Infragistics.Win.Misc.UltraLabel();
            this.btnDelete = new Infragistics.Win.Misc.UltraButton();
            this.ultraToolTipManager1 = new Infragistics.Win.UltraWinToolTip.UltraToolTipManager(this.components);
            this.chkDataEmissione = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.notaPredefinitaDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.listaRateSoggetti)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rateSoggettiBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sceltaTipoLista)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nuovaData)).BeginInit();
            this.nuovaDataPanel.ClientArea.SuspendLayout();
            this.nuovaDataPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.contiOrigine)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.contoOrigineBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.importoRata)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chkDataEmissione)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.notaPredefinitaDTOBindingSource)).BeginInit();
            this.SuspendLayout();
            // 
            // listaRateSoggetti
            // 
            this.listaRateSoggetti.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.listaRateSoggetti.DataSource = this.rateSoggettiBindingSource;
            ultraGridColumn1.Header.VisiblePosition = 0;
            ultraGridColumn2.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn2.Header.Caption = "Dt.Emissione";
            ultraGridColumn2.Header.VisiblePosition = 21;
            ultraGridColumn2.Width = 74;
            ultraGridColumn3.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn3.ColumnChooserCaption = "Data Scadenza";
            ultraGridColumn3.Header.Caption = "Data";
            ultraGridColumn3.Header.VisiblePosition = 19;
            ultraGridColumn3.Width = 47;
            ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn4.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn4.ColumnChooserCaption = "Data Ultima Versamento";
            ultraGridColumn4.Header.Caption = "Dt. Ultimo Versamento";
            ultraGridColumn4.Header.VisiblePosition = 22;
            ultraGridColumn4.Hidden = true;
            ultraGridColumn5.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn5.Header.VisiblePosition = 3;
            ultraGridColumn5.Hidden = true;
            ultraGridColumn6.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn6.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn6.Header.VisiblePosition = 11;
            ultraGridColumn6.Hidden = true;
            ultraGridColumn6.Width = 144;
            ultraGridColumn7.Header.Caption = "Soggetto Emissione";
            ultraGridColumn7.Header.VisiblePosition = 13;
            ultraGridColumn7.Hidden = true;
            ultraGridColumn7.Width = 121;
            ultraGridColumn8.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn8.ColumnChooserCaption = "Unità Immobiliare";
            ultraGridColumn8.Header.Caption = "Unità Immobiliare";
            ultraGridColumn8.Header.VisiblePosition = 16;
            ultraGridColumn8.Width = 206;
            ultraGridColumn9.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn9.ColumnChooserCaption = "Identificativo Dettaglio Emissione";
            ultraGridColumn9.Header.Caption = "Id Dettaglio Emiss.";
            ultraGridColumn9.Header.VisiblePosition = 5;
            ultraGridColumn9.Hidden = true;
            ultraGridColumn9.Width = 88;
            ultraGridColumn10.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn10.ColumnChooserCaption = "Identificativo Esercizio";
            ultraGridColumn10.Header.Caption = "Id.Es.";
            ultraGridColumn10.Header.VisiblePosition = 4;
            ultraGridColumn10.Hidden = true;
            ultraGridColumn11.Header.Caption = "Id Persona";
            ultraGridColumn11.Header.VisiblePosition = 9;
            ultraGridColumn11.Hidden = true;
            ultraGridColumn12.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn12.ColumnChooserCaption = "Identificativo Dettaglio Piano";
            ultraGridColumn12.Header.Caption = "Id.Dett.";
            ultraGridColumn12.Header.VisiblePosition = 2;
            ultraGridColumn12.Hidden = true;
            ultraGridColumn13.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn13.ButtonDisplayStyle = Infragistics.Win.UltraWinGrid.ButtonDisplayStyle.Always;
            ultraGridColumn13.ColumnChooserCaption = "Nominativo";
            ultraGridColumn13.Header.Caption = "Nominativo";
            ultraGridColumn13.Header.VisiblePosition = 10;
            ultraGridColumn13.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DropDownList;
            ultraGridColumn13.Width = 195;
            ultraGridColumn14.ColumnChooserCaption = "Identificativo Soggetto Emissione";
            ultraGridColumn14.Header.Caption = "Id Sogg.Emissione";
            ultraGridColumn14.Header.VisiblePosition = 12;
            ultraGridColumn14.Hidden = true;
            ultraGridColumn14.Width = 90;
            ultraGridColumn15.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn15.ColumnChooserCaption = "Identificativo Testata Emissione";
            ultraGridColumn15.Header.Caption = "Id.Test.Emissione";
            ultraGridColumn15.Header.VisiblePosition = 14;
            ultraGridColumn15.Hidden = true;
            ultraGridColumn15.Width = 93;
            ultraGridColumn16.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn16.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn16.Header.VisiblePosition = 8;
            ultraGridColumn16.Hidden = true;
            ultraGridColumn16.Width = 98;
            ultraGridColumn17.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            appearance1.TextHAlignAsString = "Right";
            ultraGridColumn17.CellAppearance = appearance1;
            ultraGridColumn17.Format = "c";
            ultraGridColumn17.Header.VisiblePosition = 20;
            ultraGridColumn17.Nullable = Infragistics.Win.UltraWinGrid.Nullable.Nothing;
            ultraGridColumn17.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Currency;
            ultraGridColumn17.Width = 96;
            ultraGridColumn18.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            appearance2.TextHAlignAsString = "Right";
            ultraGridColumn18.CellAppearance = appearance2;
            ultraGridColumn18.ColumnChooserCaption = "Importo Versamento";
            ultraGridColumn18.Format = "c";
            ultraGridColumn18.Header.Caption = "Versato";
            ultraGridColumn18.Header.VisiblePosition = 17;
            ultraGridColumn18.Hidden = true;
            ultraGridColumn18.Width = 81;
            ultraGridColumn19.Header.Caption = "Solleciti";
            ultraGridColumn19.Header.VisiblePosition = 18;
            ultraGridColumn19.Hidden = true;
            ultraGridColumn20.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn20.ColumnChooserCaption = "Progressivo Unità Immobiliare";
            ultraGridColumn20.Header.Caption = "Prg.Unità";
            ultraGridColumn20.Header.VisiblePosition = 6;
            ultraGridColumn20.Width = 45;
            ultraGridColumn21.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn21.ColumnChooserCaption = "Progressivo";
            ultraGridColumn21.Header.Caption = "Prog.";
            ultraGridColumn21.Header.VisiblePosition = 7;
            ultraGridColumn21.Hidden = true;
            ultraGridColumn21.Width = 35;
            ultraGridColumn22.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn22.ColumnChooserCaption = "Stato";
            ultraGridColumn22.Header.Caption = "Stato";
            ultraGridColumn22.Header.VisiblePosition = 25;
            ultraGridColumn22.Hidden = true;
            ultraGridColumn22.Width = 62;
            ultraGridColumn33.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn33.Header.VisiblePosition = 23;
            ultraGridColumn33.Hidden = true;
            ultraGridColumn23.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn23.ColumnChooserCaption = "Proprietario o Conduttore";
            ultraGridColumn23.Header.Caption = "Prop/Cond";
            ultraGridColumn23.Header.VisiblePosition = 24;
            ultraGridColumn23.Width = 105;
            ultraGridColumn24.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn24.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn24.ColumnChooserCaption = "Versamenti Dopo Chiusura";
            ultraGridColumn24.Header.Caption = "Dopo Chiusura";
            ultraGridColumn24.Header.VisiblePosition = 26;
            ultraGridColumn24.Hidden = true;
            ultraGridColumn25.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn25.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn25.Header.VisiblePosition = 27;
            ultraGridColumn25.Hidden = true;
            ultraGridColumn26.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn26.ColumnChooserCaption = "Descrizione Rata";
            ultraGridColumn26.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.False;
            ultraGridColumn26.Header.Caption = "Descr.Rata";
            ultraGridColumn26.Header.VisiblePosition = 15;
            ultraGridColumn26.Hidden = true;
            ultraGridColumn26.Width = 259;
            ultraGridColumn27.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn27.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn27.Header.VisiblePosition = 28;
            ultraGridColumn27.Hidden = true;
            ultraGridColumn28.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn28.ColumnChooserCaption = "Identificativo";
            ultraGridColumn28.Header.Caption = "Id";
            ultraGridColumn28.Header.VisiblePosition = 1;
            ultraGridColumn28.Hidden = true;
            ultraGridColumn29.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn29.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn29.Header.VisiblePosition = 29;
            ultraGridColumn29.Hidden = true;
            ultraGridColumn30.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn30.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn30.Header.VisiblePosition = 30;
            ultraGridColumn30.Hidden = true;
            ultraGridColumn31.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn31.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn31.Header.VisiblePosition = 31;
            ultraGridColumn31.Hidden = true;
            ultraGridColumn32.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.False;
            ultraGridColumn32.DataType = typeof(bool);
            ultraGridColumn32.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn32.Header.Caption = "C";
            ultraGridColumn32.Header.VisiblePosition = 32;
            ultraGridColumn32.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
            ultraGridColumn32.Width = 33;
            ultraGridBand1.Columns.AddRange(new object[] {
            ultraGridColumn1,
            ultraGridColumn2,
            ultraGridColumn3,
            ultraGridColumn4,
            ultraGridColumn5,
            ultraGridColumn6,
            ultraGridColumn7,
            ultraGridColumn8,
            ultraGridColumn9,
            ultraGridColumn10,
            ultraGridColumn11,
            ultraGridColumn12,
            ultraGridColumn13,
            ultraGridColumn14,
            ultraGridColumn15,
            ultraGridColumn16,
            ultraGridColumn17,
            ultraGridColumn18,
            ultraGridColumn19,
            ultraGridColumn20,
            ultraGridColumn21,
            ultraGridColumn22,
            ultraGridColumn33,
            ultraGridColumn23,
            ultraGridColumn24,
            ultraGridColumn25,
            ultraGridColumn26,
            ultraGridColumn27,
            ultraGridColumn28,
            ultraGridColumn29,
            ultraGridColumn30,
            ultraGridColumn31,
            ultraGridColumn32});
            this.listaRateSoggetti.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
            this.listaRateSoggetti.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
            this.listaRateSoggetti.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
            this.listaRateSoggetti.DisplayLayout.Override.RowSelectorHeaderStyle = Infragistics.Win.UltraWinGrid.RowSelectorHeaderStyle.ColumnChooserButton;
            this.listaRateSoggetti.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
            this.listaRateSoggetti.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
            this.listaRateSoggetti.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.listaRateSoggetti.Location = new System.Drawing.Point(0, 32);
            this.listaRateSoggetti.Name = "listaRateSoggetti";
            this.listaRateSoggetti.Size = new System.Drawing.Size(822, 438);
            this.listaRateSoggetti.TabIndex = 0;
            this.listaRateSoggetti.AfterCellUpdate += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.listaRateSoggettiAfterCellUpdate);
            this.listaRateSoggetti.InitializeRow += new Infragistics.Win.UltraWinGrid.InitializeRowEventHandler(this.listaRateSoggettiInitializeRow1);
            this.listaRateSoggetti.BeforeCellUpdate += new Infragistics.Win.UltraWinGrid.BeforeCellUpdateEventHandler(this.listaRateSoggettiBeforeCellUpdate);
            // 
            // rateSoggettiBindingSource
            // 
            this.rateSoggettiBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.RataSoggettoDTO);
            // 
            // sceltaTipoLista
            // 
            this.sceltaTipoLista.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.sceltaTipoLista.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
            this.sceltaTipoLista.CheckedIndex = 0;
            valueListItem1.DataValue = "pivot";
            valueListItem1.DisplayText = "Tabella";
            valueListItem2.DataValue = "editabile";
            valueListItem2.DisplayText = "Lista";
            this.sceltaTipoLista.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem1,
            valueListItem2});
            this.sceltaTipoLista.ItemSpacingHorizontal = 15;
            this.sceltaTipoLista.ItemSpacingVertical = 5;
            this.sceltaTipoLista.Location = new System.Drawing.Point(685, 5);
            this.sceltaTipoLista.Name = "sceltaTipoLista";
            this.sceltaTipoLista.Size = new System.Drawing.Size(134, 21);
            this.sceltaTipoLista.TabIndex = 7;
            this.sceltaTipoLista.TabStop = false;
            this.sceltaTipoLista.Text = "Tabella";
            this.sceltaTipoLista.TextIndentation = 2;
            this.sceltaTipoLista.Visible = false;
            this.sceltaTipoLista.ValueChanged += new System.EventHandler(this.sceltaTipoListaValueChanged);
            // 
            // btnStampa
            // 
            this.btnStampa.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnStampa.Location = new System.Drawing.Point(87, 476);
            this.btnStampa.Name = "btnStampa";
            this.btnStampa.Size = new System.Drawing.Size(75, 23);
            this.btnStampa.TabIndex = 2;
            this.btnStampa.Text = "Stampa";
            this.btnStampa.Visible = false;
            this.btnStampa.Click += new System.EventHandler(this.btnStampaClick);
            // 
            // btnConferma
            // 
            this.btnConferma.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnConferma.Location = new System.Drawing.Point(6, 476);
            this.btnConferma.Name = "btnConferma";
            this.btnConferma.Size = new System.Drawing.Size(75, 23);
            this.btnConferma.TabIndex = 1;
            this.btnConferma.Text = "Conferma";
            this.btnConferma.Visible = false;
            this.btnConferma.Click += new System.EventHandler(this.btnConfermaClick);
            // 
            // lblNuovaData
            // 
            this.lblNuovaData.Location = new System.Drawing.Point(3, 4);
            this.lblNuovaData.Name = "lblNuovaData";
            this.lblNuovaData.Size = new System.Drawing.Size(66, 23);
            this.lblNuovaData.TabIndex = 4;
            this.lblNuovaData.Text = "Nuova Data";
            // 
            // nuovaData
            // 
            this.nuovaData.Location = new System.Drawing.Point(75, 2);
            this.nuovaData.Name = "nuovaData";
            this.nuovaData.Size = new System.Drawing.Size(84, 21);
            this.nuovaData.TabIndex = 10;
            this.nuovaData.Value = null;
            // 
            // btnAggiungi
            // 
            appearance3.Image = global::Gipasoft.Stabili.UI.Rate.Properties.Resources.add2;
            appearance3.ImageHAlign = Infragistics.Win.HAlign.Center;
            appearance3.ImageVAlign = Infragistics.Win.VAlign.Middle;
            this.btnAggiungi.Appearance = appearance3;
            this.btnAggiungi.Location = new System.Drawing.Point(569, 0);
            this.btnAggiungi.Name = "btnAggiungi";
            this.btnAggiungi.Size = new System.Drawing.Size(25, 25);
            this.btnAggiungi.TabIndex = 40;
            ultraToolTipInfo2.ToolTipText = "Premi per aggiungere una rata";
            ultraToolTipInfo2.ToolTipTitle = "Nuova Rata";
            this.ultraToolTipManager1.SetUltraToolTip(this.btnAggiungi, ultraToolTipInfo2);
            this.btnAggiungi.Click += new System.EventHandler(this.btnAggiungiClick);
            // 
            // nuovaDataPanel
            // 
            // 
            // nuovaDataPanel.ClientArea
            // 
            this.nuovaDataPanel.ClientArea.Controls.Add(this.btnCopiaRate);
            this.nuovaDataPanel.ClientArea.Controls.Add(this.lblConto);
            this.nuovaDataPanel.ClientArea.Controls.Add(this.contiOrigine);
            this.nuovaDataPanel.ClientArea.Controls.Add(this.importoRata);
            this.nuovaDataPanel.ClientArea.Controls.Add(this.lblImporto);
            this.nuovaDataPanel.ClientArea.Controls.Add(this.lblNuovaData);
            this.nuovaDataPanel.ClientArea.Controls.Add(this.btnAggiungi);
            this.nuovaDataPanel.ClientArea.Controls.Add(this.nuovaData);
            this.nuovaDataPanel.Location = new System.Drawing.Point(3, 3);
            this.nuovaDataPanel.Name = "nuovaDataPanel";
            this.nuovaDataPanel.Size = new System.Drawing.Size(656, 27);
            this.nuovaDataPanel.TabIndex = 7;
            this.nuovaDataPanel.Visible = false;
            // 
            // btnCopiaRate
            // 
            appearance4.Image = global::Gipasoft.Stabili.UI.Rate.Properties.Resources.copy;
            appearance4.ImageHAlign = Infragistics.Win.HAlign.Center;
            appearance4.ImageVAlign = Infragistics.Win.VAlign.Middle;
            this.btnCopiaRate.Appearance = appearance4;
            this.btnCopiaRate.Location = new System.Drawing.Point(600, 0);
            this.btnCopiaRate.Name = "btnCopiaRate";
            this.btnCopiaRate.Size = new System.Drawing.Size(25, 25);
            this.btnCopiaRate.TabIndex = 50;
            ultraToolTipInfo1.ToolTipText = "Premi per copiare delle rate da un altro esercizio";
            ultraToolTipInfo1.ToolTipTitle = "Copia Rate";
            this.ultraToolTipManager1.SetUltraToolTip(this.btnCopiaRate, ultraToolTipInfo1);
            this.btnCopiaRate.Click += new System.EventHandler(this.btnCopiaRateClick);
            // 
            // lblConto
            // 
            this.lblConto.Location = new System.Drawing.Point(323, 4);
            this.lblConto.Name = "lblConto";
            this.lblConto.Size = new System.Drawing.Size(38, 23);
            this.lblConto.TabIndex = 11;
            this.lblConto.Text = "Conto";
            // 
            // contiOrigine
            // 
            this.contiOrigine.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            this.contiOrigine.DataSource = this.contoOrigineBindingSource;
            this.contiOrigine.DisplayMember = "DescrizioneCompleta";
            this.contiOrigine.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.contiOrigine.Location = new System.Drawing.Point(367, 2);
            this.contiOrigine.Name = "contiOrigine";
            this.contiOrigine.Size = new System.Drawing.Size(196, 21);
            this.contiOrigine.TabIndex = 30;
            this.contiOrigine.ValueMember = "ID";
            // 
            // contoOrigineBindingSource
            // 
            this.contoOrigineBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.ContoDTO);
            // 
            // importoRata
            // 
            this.importoRata.Location = new System.Drawing.Point(229, 2);
            this.importoRata.MaskInput = "{currency:6.2:c}";
            this.importoRata.Name = "importoRata";
            this.importoRata.Size = new System.Drawing.Size(77, 21);
            this.importoRata.TabIndex = 20;
            // 
            // lblImporto
            // 
            this.lblImporto.Location = new System.Drawing.Point(175, 4);
            this.lblImporto.Name = "lblImporto";
            this.lblImporto.Size = new System.Drawing.Size(48, 23);
            this.lblImporto.TabIndex = 7;
            this.lblImporto.Text = "Importo";
            // 
            // btnDelete
            // 
            this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnDelete.Location = new System.Drawing.Point(744, 476);
            this.btnDelete.Name = "btnDelete";
            this.btnDelete.Size = new System.Drawing.Size(75, 23);
            this.btnDelete.TabIndex = 99;
            this.btnDelete.TabStop = false;
            this.btnDelete.Text = "Cancella";
            this.btnDelete.Visible = false;
            this.btnDelete.Click += new System.EventHandler(this.btnDeleteClick);
            // 
            // ultraToolTipManager1
            // 
            this.ultraToolTipManager1.ContainingControl = this;
            this.ultraToolTipManager1.DisplayStyle = Infragistics.Win.ToolTipDisplayStyle.BalloonTip;
            this.ultraToolTipManager1.InitialDelay = 250;
            // 
            // chkDataEmissione
            // 
            this.chkDataEmissione.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.chkDataEmissione.Location = new System.Drawing.Point(653, 42);
            this.chkDataEmissione.Name = "chkDataEmissione";
            this.chkDataEmissione.Size = new System.Drawing.Size(166, 20);
            this.chkDataEmissione.TabIndex = 100;
            this.chkDataEmissione.Text = "Visualizza Data Emissione";
            this.chkDataEmissione.Visible = false;
            this.chkDataEmissione.CheckedChanged += new System.EventHandler(this.chkDataEmissioneCheckedChanged);
            // 
            // notaPredefinitaDTOBindingSource
            // 
            this.notaPredefinitaDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.NotaPredefinitaDTO);
            // 
            // PianoRatealeSoggettiUC
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.chkDataEmissione);
            this.Controls.Add(this.btnDelete);
            this.Controls.Add(this.nuovaDataPanel);
            this.Controls.Add(this.btnConferma);
            this.Controls.Add(this.listaRateSoggetti);
            this.Controls.Add(this.btnStampa);
            this.Controls.Add(this.sceltaTipoLista);
            this.Name = "PianoRatealeSoggettiUC";
            this.Size = new System.Drawing.Size(822, 504);
            this.Load += new System.EventHandler(this.pianoRatealeSoggettiUCLoad);
            ((System.ComponentModel.ISupportInitialize)(this.listaRateSoggetti)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rateSoggettiBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sceltaTipoLista)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nuovaData)).EndInit();
            this.nuovaDataPanel.ClientArea.ResumeLayout(false);
            this.nuovaDataPanel.ClientArea.PerformLayout();
            this.nuovaDataPanel.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.contiOrigine)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.contoOrigineBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.importoRata)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chkDataEmissione)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.notaPredefinitaDTOBindingSource)).EndInit();
            this.ResumeLayout(false);

        }
예제 #14
0
        private void inizializza()
        {
            validationSummary1.Validators.Add(reqFileName);

            _elaborazioneCbiService = ResolveComponent<IElaborazioneFileCBIService>();

            var anomalieToolTipInfo = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo
            {
                ToolTipTextFormatted = @"Anomalie verificatesi durante l'importazione che<br /><b>devono essere oggetto di ulteriore indagine da parte dell'operatore</b>"
            };
            anomalieToolTip.SetUltraToolTip(anomalie, anomalieToolTipInfo);

            var warningToolTipInfo = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo
            {
                ToolTipTextFormatted = @"Messaggi di avvertimento relativi all'importazione del file.<br />Se si è in fase di passaggio software tali messaggi sono normali"
            };
            warningToolTip.SetUltraToolTip(warning, warningToolTipInfo);
        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo2 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Exit selecting the displayed application", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo1 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Exit without selecting an application", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     this.bnOK                 = new System.Windows.Forms.Button();
     this.bnCancel             = new System.Windows.Forms.Button();
     this.ultraToolTipManager1 = new Infragistics.Win.UltraWinToolTip.UltraToolTipManager(this.components);
     this.ultraLabel1          = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel2          = new Infragistics.Win.Misc.UltraLabel();
     this.startIPAddress       = new IPAddressControlLib.IPAddressControl();
     this.endIPAddress         = new IPAddressControlLib.IPAddressControl();
     ((System.ComponentModel.ISupportInitialize)(this.footerPictureBox)).BeginInit();
     this.SuspendLayout();
     //
     // footerPictureBox
     //
     this.footerPictureBox.Image    = null;
     this.footerPictureBox.Location = new System.Drawing.Point(14, 132);
     this.footerPictureBox.Size     = new System.Drawing.Size(364, 10);
     //
     // bnOK
     //
     this.bnOK.Anchor              = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.bnOK.DialogResult        = System.Windows.Forms.DialogResult.OK;
     this.bnOK.Location            = new System.Drawing.Point(170, 103);
     this.bnOK.Name                = "bnOK";
     this.bnOK.Size                = new System.Drawing.Size(87, 23);
     this.bnOK.TabIndex            = 4;
     this.bnOK.Text                = "&OK";
     ultraToolTipInfo2.ToolTipText = "Exit selecting the displayed application";
     this.ultraToolTipManager1.SetUltraToolTip(this.bnOK, ultraToolTipInfo2);
     this.bnOK.UseVisualStyleBackColor = true;
     this.bnOK.Click += new System.EventHandler(this.bnOK_Click);
     //
     // bnCancel
     //
     this.bnCancel.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.bnCancel.DialogResult    = System.Windows.Forms.DialogResult.Cancel;
     this.bnCancel.Location        = new System.Drawing.Point(266, 103);
     this.bnCancel.Name            = "bnCancel";
     this.bnCancel.Size            = new System.Drawing.Size(87, 23);
     this.bnCancel.TabIndex        = 5;
     this.bnCancel.Text            = "&Cancel";
     ultraToolTipInfo1.ToolTipText = "Exit without selecting an application";
     this.ultraToolTipManager1.SetUltraToolTip(this.bnCancel, ultraToolTipInfo1);
     this.bnCancel.UseVisualStyleBackColor = true;
     //
     // ultraToolTipManager1
     //
     this.ultraToolTipManager1.ContainingControl = this;
     //
     // ultraLabel1
     //
     appearance1.BackColor       = System.Drawing.Color.Transparent;
     this.ultraLabel1.Appearance = appearance1;
     this.ultraLabel1.Location   = new System.Drawing.Point(14, 33);
     this.ultraLabel1.Name       = "ultraLabel1";
     this.ultraLabel1.Size       = new System.Drawing.Size(117, 23);
     this.ultraLabel1.TabIndex   = 0;
     this.ultraLabel1.Text       = "Start IP Address:";
     //
     // ultraLabel2
     //
     appearance2.BackColor       = System.Drawing.Color.Transparent;
     this.ultraLabel2.Appearance = appearance2;
     this.ultraLabel2.Location   = new System.Drawing.Point(14, 59);
     this.ultraLabel2.Name       = "ultraLabel2";
     this.ultraLabel2.Size       = new System.Drawing.Size(117, 23);
     this.ultraLabel2.TabIndex   = 2;
     this.ultraLabel2.Text       = "End IP Address:";
     //
     // startIPAddress
     //
     this.startIPAddress.AutoHeight  = true;
     this.startIPAddress.BackColor   = System.Drawing.SystemColors.Window;
     this.startIPAddress.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.startIPAddress.Location    = new System.Drawing.Point(157, 30);
     this.startIPAddress.MinimumSize = new System.Drawing.Size(102, 21);
     this.startIPAddress.Name        = "startIPAddress";
     this.startIPAddress.ReadOnly    = false;
     this.startIPAddress.Size        = new System.Drawing.Size(196, 21);
     this.startIPAddress.TabIndex    = 1;
     this.startIPAddress.Text        = "...";
     //
     // endIPAddress
     //
     this.endIPAddress.AutoHeight  = true;
     this.endIPAddress.BackColor   = System.Drawing.SystemColors.Window;
     this.endIPAddress.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.endIPAddress.Location    = new System.Drawing.Point(157, 56);
     this.endIPAddress.MinimumSize = new System.Drawing.Size(102, 21);
     this.endIPAddress.Name        = "endIPAddress";
     this.endIPAddress.ReadOnly    = false;
     this.endIPAddress.Size        = new System.Drawing.Size(196, 21);
     this.endIPAddress.TabIndex    = 3;
     this.endIPAddress.Text        = "...";
     //
     // FormIPAddressRange
     //
     this.AcceptButton        = this.bnOK;
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.CancelButton        = this.bnCancel;
     this.ClientSize          = new System.Drawing.Size(367, 260);
     this.Controls.Add(this.endIPAddress);
     this.Controls.Add(this.startIPAddress);
     this.Controls.Add(this.ultraLabel2);
     this.Controls.Add(this.bnCancel);
     this.Controls.Add(this.ultraLabel1);
     this.Controls.Add(this.bnOK);
     this.Font = new System.Drawing.Font("Verdana", 8.25F);
     this.Name = "FormIPAddressRange";
     this.Text = "Add/Edit TCP/IP Address Range";
     this.Controls.SetChildIndex(this.bnOK, 0);
     this.Controls.SetChildIndex(this.ultraLabel1, 0);
     this.Controls.SetChildIndex(this.bnCancel, 0);
     this.Controls.SetChildIndex(this.footerPictureBox, 0);
     this.Controls.SetChildIndex(this.ultraLabel2, 0);
     this.Controls.SetChildIndex(this.startIPAddress, 0);
     this.Controls.SetChildIndex(this.endIPAddress, 0);
     ((System.ComponentModel.ISupportInitialize)(this.footerPictureBox)).EndInit();
     this.ResumeLayout(false);
 }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("UnitaImmobiliareDettaglioDTO", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdTipoUnita");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdUnitaImmobiliare");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Numero");
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Subalterno");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TipoUnita");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ExtensionData");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DisplayName");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FrequentlyAccessed");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsDeleteAllow");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Stato");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Version");
            Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo1 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("", Infragistics.Win.ToolTipImage.Default, "Dettaglio Unità immobiliare", Infragistics.Win.DefaultableBoolean.Default);
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UnitaImmobiliareDettaglioUC));
            this.listaSingoleUnita = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.unitaImmobiliareDettaglioDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.ultraToolTipManager1 = new Infragistics.Win.UltraWinToolTip.UltraToolTipManager(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.listaSingoleUnita)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.unitaImmobiliareDettaglioDTOBindingSource)).BeginInit();
            this.SuspendLayout();
            // 
            // listaSingoleUnita
            // 
            this.listaSingoleUnita.DataSource = this.unitaImmobiliareDettaglioDTOBindingSource;
            this.listaSingoleUnita.DisplayLayout.AutoFitStyle = Infragistics.Win.UltraWinGrid.AutoFitStyle.ResizeAllColumns;
            ultraGridColumn12.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn12.Header.Caption = "Tipo unità immobiliare";
            ultraGridColumn12.Header.VisiblePosition = 0;
            ultraGridColumn12.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DropDownList;
            ultraGridColumn12.Width = 273;
            ultraGridColumn13.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn13.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn13.Header.VisiblePosition = 1;
            ultraGridColumn13.Hidden = true;
            appearance1.TextHAlignAsString = "Right";
            ultraGridColumn14.CellAppearance = appearance1;
            ultraGridColumn14.Header.VisiblePosition = 3;
            ultraGridColumn14.Width = 54;
            ultraGridColumn1.Header.VisiblePosition = 4;
            ultraGridColumn1.Width = 55;
            ultraGridColumn15.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn15.Header.VisiblePosition = 2;
            ultraGridColumn15.Hidden = true;
            ultraGridColumn15.Width = 50;
            ultraGridColumn16.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn16.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn16.Header.VisiblePosition = 5;
            ultraGridColumn16.Hidden = true;
            ultraGridColumn17.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn17.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn17.Header.VisiblePosition = 6;
            ultraGridColumn17.Hidden = true;
            ultraGridColumn18.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn18.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn18.Header.VisiblePosition = 7;
            ultraGridColumn18.Hidden = true;
            ultraGridColumn19.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn19.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn19.Header.VisiblePosition = 8;
            ultraGridColumn19.Hidden = true;
            ultraGridColumn20.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn20.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn20.Header.VisiblePosition = 9;
            ultraGridColumn20.Hidden = true;
            ultraGridColumn21.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn21.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn21.Header.VisiblePosition = 10;
            ultraGridColumn21.Hidden = true;
            ultraGridColumn22.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn22.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn22.Header.VisiblePosition = 11;
            ultraGridColumn22.Hidden = true;
            ultraGridBand1.Columns.AddRange(new object[] {
            ultraGridColumn12,
            ultraGridColumn13,
            ultraGridColumn14,
            ultraGridColumn1,
            ultraGridColumn15,
            ultraGridColumn16,
            ultraGridColumn17,
            ultraGridColumn18,
            ultraGridColumn19,
            ultraGridColumn20,
            ultraGridColumn21,
            ultraGridColumn22});
            this.listaSingoleUnita.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
            this.listaSingoleUnita.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
            this.listaSingoleUnita.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.TemplateOnBottom;
            this.listaSingoleUnita.DisplayLayout.ViewStyle = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
            this.listaSingoleUnita.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listaSingoleUnita.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.listaSingoleUnita.Location = new System.Drawing.Point(0, 0);
            this.listaSingoleUnita.Name = "listaSingoleUnita";
            this.listaSingoleUnita.Size = new System.Drawing.Size(403, 269);
            this.listaSingoleUnita.TabIndex = 0;
            this.listaSingoleUnita.Text = "ultraGrid1";
            ultraToolTipInfo1.ToolTipTextFormatted = resources.GetString("ultraToolTipInfo1.ToolTipTextFormatted");
            ultraToolTipInfo1.ToolTipTitle = "Dettaglio Unità immobiliare";
            this.ultraToolTipManager1.SetUltraToolTip(this.listaSingoleUnita, ultraToolTipInfo1);
            // 
            // unitaImmobiliareDettaglioDTOBindingSource
            // 
            this.unitaImmobiliareDettaglioDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.UnitaImmobiliareDettaglioDTO);
            // 
            // ultraToolTipManager1
            // 
            this.ultraToolTipManager1.ContainingControl = this;
            // 
            // UnitaImmobiliareDettaglioUC
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.listaSingoleUnita);
            this.Name = "UnitaImmobiliareDettaglioUC";
            this.Size = new System.Drawing.Size(403, 269);
            ((System.ComponentModel.ISupportInitialize)(this.listaSingoleUnita)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.unitaImmobiliareDettaglioDTOBindingSource)).EndInit();
            this.ResumeLayout(false);

        }
예제 #17
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo1 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Tests connection using supplied informtion.", Infragistics.Win.ToolTipImage.Default, "Test Connection", Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo2 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Whether queries changing database records should be commited automatically. Unche" +
                                                                                                                                 "cking this option will allow you to manually commit or rollback your transaction" +
                                                                                                                                 ".", Infragistics.Win.ToolTipImage.Default, "Auto Commit", Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo3 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Whether queries changing database records should be commited automatically. Unche" +
                                                                                                                                 "cking this option will allow you to manually commit or rollback your transaction" +
                                                                                                                                 ".", Infragistics.Win.ToolTipImage.Default, "Auto Commit", Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo4 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Maximum number of records to return for SELECT queries. Please keep this to a rea" +
                                                                                                                                 "sonable number to avoid performance penalties.", Infragistics.Win.ToolTipImage.Default, "Maximum Results", Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo5 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Maximum number of records to return for SELECT queries. Please keep this to a rea" +
                                                                                                                                 "sonable number to avoid performance penalties.", Infragistics.Win.ToolTipImage.Default, "Maximum Results", Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo6 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("", Infragistics.Win.ToolTipImage.Default, "Connection Name", Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo7 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Types of database whihc you are connecting to (i.e. ORACLE, DB2, etc.)", Infragistics.Win.ToolTipImage.Default, "Database Type", Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinTabControl.UltraTab      ultraTab1         = new Infragistics.Win.UltraWinTabControl.UltraTab();
     Infragistics.Win.UltraWinTabControl.UltraTab      ultraTab2         = new Infragistics.Win.UltraWinTabControl.UltraTab();
     System.ComponentModel.ComponentResourceManager    resources         = new System.ComponentModel.ComponentResourceManager(typeof(FrmConnectionDetails));
     this.ultraTabPageControl1         = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
     this._pgConnectionSimple          = new System.Windows.Forms.PropertyGrid();
     this.ultraTabPageControl2         = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
     this._pgConnectionAdvanced        = new System.Windows.Forms.PropertyGrid();
     this.FrmConnectionEdit_Fill_Panel = new Infragistics.Win.Misc.UltraPanel();
     this.tableLayoutPanel1            = new System.Windows.Forms.TableLayoutPanel();
     this._ubCancel                   = new Infragistics.Win.Misc.UltraButton();
     this._ubOk                       = new Infragistics.Win.Misc.UltraButton();
     this._ubTestConnection           = new Infragistics.Win.Misc.UltraButton();
     this._ugbDatabaseType            = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraLabel4                 = new Infragistics.Win.Misc.UltraLabel();
     this._uceAutoCommit              = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this._uneMaxiumumResults         = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.ultraLabel3                 = new Infragistics.Win.Misc.UltraLabel();
     this._uteConnectionName          = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel2                 = new Infragistics.Win.Misc.UltraLabel();
     this._uceDatabaseType            = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.ultraLabel1                 = new Infragistics.Win.Misc.UltraLabel();
     this.ultraGroupBox2              = new Infragistics.Win.Misc.UltraGroupBox();
     this._utcTabs                    = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
     this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
     this._utt = new Infragistics.Win.UltraWinToolTip.UltraToolTipManager(this.components);
     this.ultraTabPageControl1.SuspendLayout();
     this.ultraTabPageControl2.SuspendLayout();
     this.FrmConnectionEdit_Fill_Panel.ClientArea.SuspendLayout();
     this.FrmConnectionEdit_Fill_Panel.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._ugbDatabaseType)).BeginInit();
     this._ugbDatabaseType.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._uceAutoCommit)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this._uneMaxiumumResults)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this._uteConnectionName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this._uceDatabaseType)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
     this.ultraGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._utcTabs)).BeginInit();
     this._utcTabs.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraTabPageControl1
     //
     this.ultraTabPageControl1.Controls.Add(this._pgConnectionSimple);
     this.ultraTabPageControl1.Location = new System.Drawing.Point(1, 22);
     this.ultraTabPageControl1.Name     = "ultraTabPageControl1";
     this.ultraTabPageControl1.Size     = new System.Drawing.Size(422, 288);
     //
     // _pgConnectionSimple
     //
     this._pgConnectionSimple.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this._pgConnectionSimple.Location              = new System.Drawing.Point(0, 0);
     this._pgConnectionSimple.Name                  = "_pgConnectionSimple";
     this._pgConnectionSimple.Size                  = new System.Drawing.Size(422, 288);
     this._pgConnectionSimple.TabIndex              = 2;
     this._pgConnectionSimple.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.PgConnectionPropertyValueChanged);
     //
     // ultraTabPageControl2
     //
     this.ultraTabPageControl2.Controls.Add(this._pgConnectionAdvanced);
     this.ultraTabPageControl2.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraTabPageControl2.Name     = "ultraTabPageControl2";
     this.ultraTabPageControl2.Size     = new System.Drawing.Size(422, 288);
     //
     // _pgConnectionAdvanced
     //
     this._pgConnectionAdvanced.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this._pgConnectionAdvanced.Location              = new System.Drawing.Point(0, 0);
     this._pgConnectionAdvanced.Name                  = "_pgConnectionAdvanced";
     this._pgConnectionAdvanced.Size                  = new System.Drawing.Size(422, 288);
     this._pgConnectionAdvanced.TabIndex              = 1;
     this._pgConnectionAdvanced.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.PgConnectionPropertyValueChanged);
     //
     // FrmConnectionEdit_Fill_Panel
     //
     //
     // FrmConnectionEdit_Fill_Panel.ClientArea
     //
     this.FrmConnectionEdit_Fill_Panel.ClientArea.Controls.Add(this.tableLayoutPanel1);
     this.FrmConnectionEdit_Fill_Panel.Cursor   = System.Windows.Forms.Cursors.Default;
     this.FrmConnectionEdit_Fill_Panel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.FrmConnectionEdit_Fill_Panel.Location = new System.Drawing.Point(0, 0);
     this.FrmConnectionEdit_Fill_Panel.Name     = "FrmConnectionEdit_Fill_Panel";
     this.FrmConnectionEdit_Fill_Panel.Size     = new System.Drawing.Size(436, 518);
     this.FrmConnectionEdit_Fill_Panel.TabIndex = 0;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.BackColor   = System.Drawing.Color.Transparent;
     this.tableLayoutPanel1.ColumnCount = 3;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.Controls.Add(this._ubCancel, 2, 2);
     this.tableLayoutPanel1.Controls.Add(this._ubOk, 1, 2);
     this.tableLayoutPanel1.Controls.Add(this._ubTestConnection, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this._ugbDatabaseType, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox2, 0, 1);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 3;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 143F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 39F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(436, 518);
     this.tableLayoutPanel1.TabIndex = 1;
     //
     // _ubCancel
     //
     this._ubCancel.Anchor       = System.Windows.Forms.AnchorStyles.Left;
     this._ubCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this._ubCancel.Location     = new System.Drawing.Point(281, 487);
     this._ubCancel.Name         = "_ubCancel";
     this._ubCancel.Size         = new System.Drawing.Size(107, 23);
     this._ubCancel.TabIndex     = 3;
     this._ubCancel.Text         = "Cancel";
     this._ubCancel.Click       += new System.EventHandler(this.UbCancelClick);
     //
     // _ubOk
     //
     this._ubOk.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this._ubOk.Location = new System.Drawing.Point(164, 487);
     this._ubOk.Name     = "_ubOk";
     this._ubOk.Size     = new System.Drawing.Size(107, 23);
     this._ubOk.TabIndex = 2;
     this._ubOk.Text     = "OK";
     this._ubOk.Click   += new System.EventHandler(this.UbOkClick);
     //
     // _ubTestConnection
     //
     this._ubTestConnection.Anchor   = System.Windows.Forms.AnchorStyles.Right;
     this._ubTestConnection.Location = new System.Drawing.Point(48, 487);
     this._ubTestConnection.Name     = "_ubTestConnection";
     this._ubTestConnection.Size     = new System.Drawing.Size(107, 23);
     this._ubTestConnection.TabIndex = 1;
     this._ubTestConnection.Text     = "Test Connection";
     ultraToolTipInfo1.ToolTipText   = "Tests connection using supplied informtion.";
     ultraToolTipInfo1.ToolTipTitle  = "Test Connection";
     this._utt.SetUltraToolTip(this._ubTestConnection, ultraToolTipInfo1);
     this._ubTestConnection.Click += new System.EventHandler(this.UbTestConnectionClick);
     //
     // _ugbDatabaseType
     //
     this.tableLayoutPanel1.SetColumnSpan(this._ugbDatabaseType, 3);
     this._ugbDatabaseType.Controls.Add(this.ultraLabel4);
     this._ugbDatabaseType.Controls.Add(this._uceAutoCommit);
     this._ugbDatabaseType.Controls.Add(this._uneMaxiumumResults);
     this._ugbDatabaseType.Controls.Add(this.ultraLabel3);
     this._ugbDatabaseType.Controls.Add(this._uteConnectionName);
     this._ugbDatabaseType.Controls.Add(this.ultraLabel2);
     this._ugbDatabaseType.Controls.Add(this._uceDatabaseType);
     this._ugbDatabaseType.Controls.Add(this.ultraLabel1);
     this._ugbDatabaseType.Dock      = System.Windows.Forms.DockStyle.Fill;
     this._ugbDatabaseType.Location  = new System.Drawing.Point(3, 3);
     this._ugbDatabaseType.Name      = "_ugbDatabaseType";
     this._ugbDatabaseType.Size      = new System.Drawing.Size(430, 137);
     this._ugbDatabaseType.TabIndex  = 4;
     this._ugbDatabaseType.Text      = "Connection Details";
     this._ugbDatabaseType.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // ultraLabel4
     //
     appearance1.BackColor         = System.Drawing.Color.Transparent;
     this.ultraLabel4.Appearance   = appearance1;
     this.ultraLabel4.AutoSize     = true;
     this.ultraLabel4.Location     = new System.Drawing.Point(6, 108);
     this.ultraLabel4.Name         = "ultraLabel4";
     this.ultraLabel4.Size         = new System.Drawing.Size(70, 14);
     this.ultraLabel4.TabIndex     = 7;
     this.ultraLabel4.Text         = "Auto Commit";
     ultraToolTipInfo2.ToolTipText = "Whether queries changing database records should be commited automatically. Unche" +
                                     "cking this option will allow you to manually commit or rollback your transaction" +
                                     ".";
     ultraToolTipInfo2.ToolTipTitle = "Auto Commit";
     this._utt.SetUltraToolTip(this.ultraLabel4, ultraToolTipInfo2);
     //
     // _uceAutoCommit
     //
     this._uceAutoCommit.Location  = new System.Drawing.Point(112, 108);
     this._uceAutoCommit.Name      = "_uceAutoCommit";
     this._uceAutoCommit.Size      = new System.Drawing.Size(120, 20);
     this._uceAutoCommit.TabIndex  = 6;
     ultraToolTipInfo3.ToolTipText = "Whether queries changing database records should be commited automatically. Unche" +
                                     "cking this option will allow you to manually commit or rollback your transaction" +
                                     ".";
     ultraToolTipInfo3.ToolTipTitle = "Auto Commit";
     this._utt.SetUltraToolTip(this._uceAutoCommit, ultraToolTipInfo3);
     //
     // _uneMaxiumumResults
     //
     this._uneMaxiumumResults.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                             | System.Windows.Forms.AnchorStyles.Right)));
     this._uneMaxiumumResults.Location   = new System.Drawing.Point(112, 81);
     this._uneMaxiumumResults.MinValue   = 1;
     this._uneMaxiumumResults.Name       = "_uneMaxiumumResults";
     this._uneMaxiumumResults.PromptChar = ' ';
     this._uneMaxiumumResults.Size       = new System.Drawing.Size(306, 21);
     this._uneMaxiumumResults.TabIndex   = 5;
     ultraToolTipInfo4.ToolTipText       = "Maximum number of records to return for SELECT queries. Please keep this to a rea" +
                                           "sonable number to avoid performance penalties.";
     ultraToolTipInfo4.ToolTipTitle = "Maximum Results";
     this._utt.SetUltraToolTip(this._uneMaxiumumResults, ultraToolTipInfo4);
     //
     // ultraLabel3
     //
     this.ultraLabel3.AutoSize     = true;
     this.ultraLabel3.Location     = new System.Drawing.Point(6, 85);
     this.ultraLabel3.Name         = "ultraLabel3";
     this.ultraLabel3.Size         = new System.Drawing.Size(94, 14);
     this.ultraLabel3.TabIndex     = 4;
     this.ultraLabel3.Text         = "Maximum Results";
     ultraToolTipInfo5.ToolTipText = "Maximum number of records to return for SELECT queries. Please keep this to a rea" +
                                     "sonable number to avoid performance penalties.";
     ultraToolTipInfo5.ToolTipTitle = "Maximum Results";
     this._utt.SetUltraToolTip(this.ultraLabel3, ultraToolTipInfo5);
     //
     // _uteConnectionName
     //
     this._uteConnectionName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this._uteConnectionName.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
     this._uteConnectionName.Location     = new System.Drawing.Point(112, 27);
     this._uteConnectionName.Name         = "_uteConnectionName";
     this._uteConnectionName.Size         = new System.Drawing.Size(306, 21);
     this._uteConnectionName.TabIndex     = 3;
     //
     // ultraLabel2
     //
     this.ultraLabel2.AutoSize      = true;
     this.ultraLabel2.Location      = new System.Drawing.Point(6, 31);
     this.ultraLabel2.Name          = "ultraLabel2";
     this.ultraLabel2.Size          = new System.Drawing.Size(95, 14);
     this.ultraLabel2.TabIndex      = 2;
     this.ultraLabel2.Text          = "Connection Name";
     ultraToolTipInfo6.ToolTipTitle = "Connection Name";
     this._utt.SetUltraToolTip(this.ultraLabel2, ultraToolTipInfo6);
     //
     // _uceDatabaseType
     //
     this._uceDatabaseType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this._uceDatabaseType.DisplayStyle  = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
     this._uceDatabaseType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
     this._uceDatabaseType.Location      = new System.Drawing.Point(112, 54);
     this._uceDatabaseType.Name          = "_uceDatabaseType";
     this._uceDatabaseType.Size          = new System.Drawing.Size(306, 21);
     this._uceDatabaseType.TabIndex      = 1;
     ultraToolTipInfo7.ToolTipText       = "Types of database whihc you are connecting to (i.e. ORACLE, DB2, etc.)";
     ultraToolTipInfo7.ToolTipTitle      = "Database Type";
     this._utt.SetUltraToolTip(this._uceDatabaseType, ultraToolTipInfo7);
     this._uceDatabaseType.SelectionChangeCommitted += new System.EventHandler(this.UceDatabaseTypeSelectionChangeCommitted);
     //
     // ultraLabel1
     //
     this.ultraLabel1.AutoSize = true;
     this.ultraLabel1.Location = new System.Drawing.Point(6, 58);
     this.ultraLabel1.Name     = "ultraLabel1";
     this.ultraLabel1.Size     = new System.Drawing.Size(81, 14);
     this.ultraLabel1.TabIndex = 0;
     this.ultraLabel1.Text     = "Database Type";
     //
     // ultraGroupBox2
     //
     this.tableLayoutPanel1.SetColumnSpan(this.ultraGroupBox2, 3);
     this.ultraGroupBox2.Controls.Add(this._utcTabs);
     this.ultraGroupBox2.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox2.Location  = new System.Drawing.Point(3, 146);
     this.ultraGroupBox2.Name      = "ultraGroupBox2";
     this.ultraGroupBox2.Size      = new System.Drawing.Size(430, 330);
     this.ultraGroupBox2.TabIndex  = 5;
     this.ultraGroupBox2.Text      = "Connection String Details";
     this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // _utcTabs
     //
     this._utcTabs.CloseButtonLocation = Infragistics.Win.UltraWinTabs.TabCloseButtonLocation.None;
     this._utcTabs.Controls.Add(this.ultraTabSharedControlsPage1);
     this._utcTabs.Controls.Add(this.ultraTabPageControl1);
     this._utcTabs.Controls.Add(this.ultraTabPageControl2);
     this._utcTabs.Dock               = System.Windows.Forms.DockStyle.Fill;
     this._utcTabs.Location           = new System.Drawing.Point(3, 16);
     this._utcTabs.Name               = "_utcTabs";
     this._utcTabs.SharedControlsPage = this.ultraTabSharedControlsPage1;
     this._utcTabs.Size               = new System.Drawing.Size(424, 311);
     this._utcTabs.TabIndex           = 6;
     ultraTab1.Key     = "Simple";
     ultraTab1.TabPage = this.ultraTabPageControl1;
     ultraTab1.Text    = "Simple";
     ultraTab2.Key     = "Advanced";
     ultraTab2.TabPage = this.ultraTabPageControl2;
     ultraTab2.Text    = "Advanced";
     this._utcTabs.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
         ultraTab1,
         ultraTab2
     });
     this._utcTabs.ViewStyle = Infragistics.Win.UltraWinTabControl.ViewStyle.Office2007;
     //
     // ultraTabSharedControlsPage1
     //
     this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraTabSharedControlsPage1.Name     = "ultraTabSharedControlsPage1";
     this.ultraTabSharedControlsPage1.Size     = new System.Drawing.Size(422, 288);
     //
     // _utt
     //
     this._utt.AutoPopDelay      = 4000;
     this._utt.ContainingControl = this;
     //
     // FrmConnectionDetails
     //
     this.AcceptButton        = this._ubOk;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this._ubCancel;
     this.ClientSize          = new System.Drawing.Size(436, 518);
     this.Controls.Add(this.FrmConnectionEdit_Fill_Panel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "FrmConnectionDetails";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Connection Details";
     this.ultraTabPageControl1.ResumeLayout(false);
     this.ultraTabPageControl2.ResumeLayout(false);
     this.FrmConnectionEdit_Fill_Panel.ClientArea.ResumeLayout(false);
     this.FrmConnectionEdit_Fill_Panel.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this._ugbDatabaseType)).EndInit();
     this._ugbDatabaseType.ResumeLayout(false);
     this._ugbDatabaseType.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this._uceAutoCommit)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this._uneMaxiumumResults)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this._uteConnectionName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this._uceDatabaseType)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
     this.ultraGroupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this._utcTabs)).EndInit();
     this._utcTabs.ResumeLayout(false);
     this.ResumeLayout(false);
 }
예제 #18
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinListView.UltraListViewSubItemColumn ultraListViewSubItemColumn1 = new Infragistics.Win.UltraWinListView.UltraListViewSubItemColumn("titleColumn");
     Infragistics.Win.UltraWinListView.UltraListViewSubItemColumn ultraListViewSubItemColumn2 = new Infragistics.Win.UltraWinListView.UltraListViewSubItemColumn("artistColumn");
     Infragistics.Win.UltraWinListView.UltraListViewSubItemColumn ultraListViewSubItemColumn3 = new Infragistics.Win.UltraWinListView.UltraListViewSubItemColumn("albumColumn");
     Infragistics.Win.UltraWinListView.UltraListViewSubItemColumn ultraListViewSubItemColumn4 = new Infragistics.Win.UltraWinListView.UltraListViewSubItemColumn("lengthColumn");
     Infragistics.Win.UltraWinListView.UltraListViewSubItemColumn ultraListViewSubItemColumn5 = new Infragistics.Win.UltraWinListView.UltraListViewSubItemColumn("countColumn");
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo            ultraToolTipInfo5           = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Click left mouse button on item to increment play counts by one.\\nClick right but" +
                                                                                                                                                      "ton do decrement.\\nClick scroller to set count to one.", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo4 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Some directories may appear as if not having subfolders - click on them to refres" +
                                                                                                                                 "h its substructure", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinListView.UltraListViewSubItemColumn ultraListViewSubItemColumn6 = new Infragistics.Win.UltraWinListView.UltraListViewSubItemColumn("codecColumn");
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo            ultraToolTipInfo3           = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("You may select multiple tracks by using Ctrl or Shift", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo2 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Duration of previous action in ms", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo1 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Does not change tag of a real file!", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     this.trackList             = new Infragistics.Win.UltraWinListView.UltraListView();
     this.folderTree            = new Infragistics.Win.UltraWinTree.UltraTree();
     this.fileList              = new Infragistics.Win.UltraWinListView.UltraListView();
     this.ultraToolTipManager1  = new Infragistics.Win.UltraWinToolTip.UltraToolTipManager(this.components);
     this.timeLabel             = new Infragistics.Win.Misc.UltraLabel();
     this.applyEdit             = new Infragistics.Win.Misc.UltraButton();
     this.optionsButton         = new Infragistics.Win.Misc.UltraButton();
     this.errorPopup            = new Infragistics.Win.Misc.UltraPopupControlContainer(this.components);
     this.optionsPopup          = new Infragistics.Win.Misc.UltraPopupControlContainer(this.components);
     this.scrobbleDropdown      = new Infragistics.Win.Misc.UltraDropDownButton();
     this.scrobbleDropdownPopup = new Infragistics.Win.Misc.UltraPopupControlContainer(this.components);
     this.removeDropdown        = new Infragistics.Win.Misc.UltraDropDownButton();
     this.RefreshButton         = new Infragistics.Win.Misc.UltraButton();
     this.infoLabel             = new Infragistics.Win.Misc.UltraLabel();
     this.removePopup           = new Infragistics.Win.Misc.UltraPopupControlContainer(this.components);
     this.progressBar           = new System.Windows.Forms.ProgressBar();
     this.addDropButton         = new Infragistics.Win.Misc.UltraDropDownButton();
     this.selectionDropdown     = new Infragistics.Win.Misc.UltraDropDownButton();
     this.openCue                = new Infragistics.Win.Misc.UltraButton();
     this.quitButton             = new Infragistics.Win.Misc.UltraButton();
     this.addDropdownPopup       = new Infragistics.Win.Misc.UltraPopupControlContainer(this.components);
     this.selectionDropdownPopup = new Infragistics.Win.Misc.UltraPopupControlContainer(this.components);
     this.labelStats             = new Infragistics.Win.Misc.UltraLabel();
     this.treeFullButton         = new Infragistics.Win.Misc.UltraButton();
     this.tracksFullButton       = new Infragistics.Win.Misc.UltraButton();
     this.editFields             = new Infragistics.Win.Misc.UltraButton();
     this.editPanel              = new Infragistics.Win.Misc.UltraPanel();
     this.checkAlbum             = new System.Windows.Forms.CheckBox();
     this.checkArtist            = new System.Windows.Forms.CheckBox();
     this.checkTrack             = new System.Windows.Forms.CheckBox();
     this.trackLabel             = new System.Windows.Forms.Label();
     this.albumLabel             = new System.Windows.Forms.Label();
     this.artistLabel            = new System.Windows.Forms.Label();
     this.trackNew               = new System.Windows.Forms.TextBox();
     this.albumNew               = new System.Windows.Forms.TextBox();
     this.artistNew              = new System.Windows.Forms.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this.trackList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.folderTree)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.fileList)).BeginInit();
     this.editPanel.ClientArea.SuspendLayout();
     this.editPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // trackList
     //
     this.trackList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.trackList.ItemSettings.AllowEdit   = Infragistics.Win.DefaultableBoolean.False;
     this.trackList.ItemSettings.HotTracking = true;
     this.trackList.Location              = new System.Drawing.Point(278, 42);
     this.trackList.MainColumn.Text       = "Path to track";
     this.trackList.Name                  = "trackList";
     this.trackList.Size                  = new System.Drawing.Size(604, 179);
     ultraListViewSubItemColumn1.Key      = "titleColumn";
     ultraListViewSubItemColumn1.Text     = "Title";
     ultraListViewSubItemColumn2.Key      = "artistColumn";
     ultraListViewSubItemColumn2.Text     = "Artist";
     ultraListViewSubItemColumn3.Key      = "albumColumn";
     ultraListViewSubItemColumn3.Text     = "Album";
     ultraListViewSubItemColumn4.Key      = "lengthColumn";
     ultraListViewSubItemColumn4.Text     = "Length";
     ultraListViewSubItemColumn4.Width    = 50;
     ultraListViewSubItemColumn5.DataType = typeof(int);
     ultraListViewSubItemColumn5.Key      = "countColumn";
     ultraListViewSubItemColumn5.NullText = "1";
     ultraListViewSubItemColumn5.Text     = "Count";
     ultraListViewSubItemColumn5.Width    = 52;
     this.trackList.SubItemColumns.AddRange(new Infragistics.Win.UltraWinListView.UltraListViewSubItemColumn[] {
         ultraListViewSubItemColumn1,
         ultraListViewSubItemColumn2,
         ultraListViewSubItemColumn3,
         ultraListViewSubItemColumn4,
         ultraListViewSubItemColumn5
     });
     this.trackList.TabIndex       = 0;
     this.trackList.Text           = "trackList";
     ultraToolTipInfo5.ToolTipText = "Click left mouse button on item to increment play counts by one.\\nClick right but" +
                                     "ton do decrement.\\nClick scroller to set count to one.";
     ultraToolTipInfo5.ToolTipTextStyle = Infragistics.Win.ToolTipTextStyle.Formatted;
     this.ultraToolTipManager1.SetUltraToolTip(this.trackList, ultraToolTipInfo5);
     this.trackList.UseFlatMode = Infragistics.Win.DefaultableBoolean.False;
     this.trackList.UseOsThemes = Infragistics.Win.DefaultableBoolean.True;
     this.trackList.View        = Infragistics.Win.UltraWinListView.UltraListViewStyle.Details;
     this.trackList.ViewSettingsDetails.FullRowSelect = true;
     this.trackList.ItemDoubleClick += new Infragistics.Win.UltraWinListView.ItemDoubleClickEventHandler(this.trackList_ItemDoubleClick);
     this.trackList.MouseClick      += new System.Windows.Forms.MouseEventHandler(this.trackList_MouseClick);
     this.trackList.MouseEnter      += new System.EventHandler(this.trackList_MouseEnter);
     //
     // folderTree
     //
     this.folderTree.Location           = new System.Drawing.Point(13, 72);
     this.folderTree.Name               = "folderTree";
     this.folderTree.NodeConnectorStyle = Infragistics.Win.UltraWinTree.NodeConnectorStyle.Inset;
     this.folderTree.Size               = new System.Drawing.Size(257, 408);
     this.folderTree.TabIndex           = 1;
     ultraToolTipInfo4.ToolTipText      = "Some directories may appear as if not having subfolders - click on them to refres" +
                                          "h its substructure";
     this.ultraToolTipManager1.SetUltraToolTip(this.folderTree, ultraToolTipInfo4);
     this.folderTree.ViewStyle      = Infragistics.Win.UltraWinTree.ViewStyle.Grid;
     this.folderTree.AfterActivate += new Infragistics.Win.UltraWinTree.AfterNodeChangedEventHandler(this.folderTree_AfterActivate);
     this.folderTree.MouseEnter    += new System.EventHandler(this.folderTree_MouseEnter);
     //
     // fileList
     //
     this.fileList.ItemSettings.HotTracking = true;
     this.fileList.Location           = new System.Drawing.Point(276, 276);
     this.fileList.MainColumn.Text    = "Name";
     this.fileList.MainColumn.Width   = 500;
     this.fileList.Name               = "fileList";
     this.fileList.Size               = new System.Drawing.Size(603, 176);
     ultraListViewSubItemColumn6.Key  = "codecColumn";
     ultraListViewSubItemColumn6.Text = "Codec";
     this.fileList.SubItemColumns.AddRange(new Infragistics.Win.UltraWinListView.UltraListViewSubItemColumn[] {
         ultraListViewSubItemColumn6
     });
     this.fileList.TabIndex        = 2;
     this.fileList.Text            = "ultraListView1";
     ultraToolTipInfo3.ToolTipText = "You may select multiple tracks by using Ctrl or Shift";
     this.ultraToolTipManager1.SetUltraToolTip(this.fileList, ultraToolTipInfo3);
     this.fileList.View = Infragistics.Win.UltraWinListView.UltraListViewStyle.Details;
     this.fileList.ViewSettingsDetails.ColumnHeaderImageSize = new System.Drawing.Size(-1, -1);
     this.fileList.ViewSettingsDetails.FullRowSelect         = true;
     this.fileList.ItemActivated   += new Infragistics.Win.UltraWinListView.ItemActivatedEventHandler(this.fileList_ItemActivated);
     this.fileList.ItemDoubleClick += new Infragistics.Win.UltraWinListView.ItemDoubleClickEventHandler(this.fileList_ItemDoubleClick);
     this.fileList.MouseEnter      += new System.EventHandler(this.fileList_MouseEnter);
     //
     // ultraToolTipManager1
     //
     this.ultraToolTipManager1.ContainingControl = this;
     this.ultraToolTipManager1.DisplayStyle      = Infragistics.Win.ToolTipDisplayStyle.WindowsVista;
     //
     // timeLabel
     //
     appearance1.BackColor           = System.Drawing.Color.Gray;
     appearance1.BorderColor         = System.Drawing.Color.White;
     appearance1.ForeColor           = System.Drawing.Color.White;
     appearance1.TextHAlignAsString  = "Center";
     appearance1.TextVAlignAsString  = "Middle";
     this.timeLabel.Appearance       = appearance1;
     this.timeLabel.BorderStyleOuter = Infragistics.Win.UIElementBorderStyle.Etched;
     this.timeLabel.Font             = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     this.timeLabel.Location         = new System.Drawing.Point(780, 14);
     this.timeLabel.Name             = "timeLabel";
     this.timeLabel.Size             = new System.Drawing.Size(100, 23);
     this.timeLabel.TabIndex         = 14;
     this.timeLabel.Text             = "0:0";
     ultraToolTipInfo2.ToolTipText   = "Duration of previous action in ms";
     this.ultraToolTipManager1.SetUltraToolTip(this.timeLabel, ultraToolTipInfo2);
     this.timeLabel.UseAppStyling = false;
     //
     // applyEdit
     //
     this.applyEdit.ButtonStyle    = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
     this.applyEdit.Location       = new System.Drawing.Point(2, 138);
     this.applyEdit.Name           = "applyEdit";
     this.applyEdit.Size           = new System.Drawing.Size(597, 23);
     this.applyEdit.TabIndex       = 2;
     this.applyEdit.Text           = "Apply";
     ultraToolTipInfo1.ToolTipText = "Does not change tag of a real file!";
     this.ultraToolTipManager1.SetUltraToolTip(this.applyEdit, ultraToolTipInfo1);
     this.applyEdit.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
     this.applyEdit.Click      += new System.EventHandler(this.applyEdit_Click);
     //
     // optionsButton
     //
     this.optionsButton.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
     this.optionsButton.Location    = new System.Drawing.Point(784, 247);
     this.optionsButton.Name        = "optionsButton";
     this.optionsButton.Size        = new System.Drawing.Size(96, 23);
     this.optionsButton.TabIndex    = 15;
     this.optionsButton.Text        = "Options";
     this.optionsButton.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
     this.optionsButton.Click      += new System.EventHandler(this.ultraButton1_Click);
     this.optionsButton.MouseClick += new System.Windows.Forms.MouseEventHandler(this.optionsButton_MouseClick);
     this.optionsButton.MouseDown  += new System.Windows.Forms.MouseEventHandler(this.optionsButton_MouseDown);
     //
     // errorPopup
     //
     this.errorPopup.Opening += new System.ComponentModel.CancelEventHandler(this.ultraPopupControlContainer1_Opening);
     //
     // optionsPopup
     //
     this.optionsPopup.Opening += new System.ComponentModel.CancelEventHandler(this.ultraPopupControlContainer2_Opening);
     //
     // scrobbleDropdown
     //
     this.scrobbleDropdown.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
     this.scrobbleDropdown.Location    = new System.Drawing.Point(594, 247);
     this.scrobbleDropdown.Name        = "scrobbleDropdown";
     this.scrobbleDropdown.Size        = new System.Drawing.Size(184, 23);
     this.scrobbleDropdown.TabIndex    = 16;
     this.scrobbleDropdown.Text        = "Scrobble!";
     this.scrobbleDropdown.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
     this.scrobbleDropdown.Click      += new System.EventHandler(this.ultraDropDownButton1_Click);
     this.scrobbleDropdown.MouseEnter += new System.EventHandler(this.scrobbleDropdown_MouseEnter);
     //
     // scrobbleDropdownPopup
     //
     this.scrobbleDropdownPopup.Opening += new System.ComponentModel.CancelEventHandler(this.ultraPopupControlContainer3_Opening);
     //
     // removeDropdown
     //
     this.removeDropdown.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
     this.removeDropdown.Location    = new System.Drawing.Point(278, 247);
     this.removeDropdown.Name        = "removeDropdown";
     this.removeDropdown.Size        = new System.Drawing.Size(199, 23);
     this.removeDropdown.TabIndex    = 17;
     this.removeDropdown.Text        = "Remove Selected Tracks";
     this.removeDropdown.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
     this.removeDropdown.Click      += new System.EventHandler(this.removeDropdown_Click);
     //
     // RefreshButton
     //
     this.RefreshButton.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
     this.RefreshButton.Location    = new System.Drawing.Point(13, 42);
     this.RefreshButton.Name        = "RefreshButton";
     this.RefreshButton.Size        = new System.Drawing.Size(257, 23);
     this.RefreshButton.TabIndex    = 18;
     this.RefreshButton.Text        = "Refresh Directories Tree";
     this.RefreshButton.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
     this.RefreshButton.Click      += new System.EventHandler(this.RefreshButton_Click_1);
     //
     // infoLabel
     //
     appearance2.BackColor           = System.Drawing.Color.Gray;
     appearance2.ForeColor           = System.Drawing.Color.White;
     appearance2.TextHAlignAsString  = "Center";
     appearance2.TextVAlignAsString  = "Middle";
     this.infoLabel.Appearance       = appearance2;
     this.infoLabel.BorderStyleInner = Infragistics.Win.UIElementBorderStyle.Etched;
     this.infoLabel.Font             = new System.Drawing.Font("Cambria", 11.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.infoLabel.Location         = new System.Drawing.Point(13, 14);
     this.infoLabel.Name             = "infoLabel";
     this.infoLabel.Size             = new System.Drawing.Size(765, 23);
     this.infoLabel.TabIndex         = 19;
     this.infoLabel.Text             = "Welcome to crafty scrobbler!";
     this.infoLabel.UseAppStyling    = false;
     //
     // removePopup
     //
     this.removePopup.Opening += new System.ComponentModel.CancelEventHandler(this.removePopup_Opening);
     //
     // progressBar
     //
     this.progressBar.Location      = new System.Drawing.Point(13, 18);
     this.progressBar.Name          = "progressBar";
     this.progressBar.Size          = new System.Drawing.Size(765, 15);
     this.progressBar.Style         = System.Windows.Forms.ProgressBarStyle.Marquee;
     this.progressBar.TabIndex      = 20;
     this.progressBar.UseWaitCursor = true;
     this.progressBar.Visible       = false;
     //
     // addDropButton
     //
     this.addDropButton.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
     this.addDropButton.Location    = new System.Drawing.Point(276, 457);
     this.addDropButton.Name        = "addDropButton";
     this.addDropButton.Size        = new System.Drawing.Size(147, 23);
     this.addDropButton.TabIndex    = 21;
     this.addDropButton.Text        = "Add Selected Files";
     this.addDropButton.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
     this.addDropButton.Click      += new System.EventHandler(this.addDropButton_Click);
     //
     // selectionDropdown
     //
     this.selectionDropdown.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
     this.selectionDropdown.Location    = new System.Drawing.Point(429, 457);
     this.selectionDropdown.Name        = "selectionDropdown";
     this.selectionDropdown.Size        = new System.Drawing.Size(159, 23);
     this.selectionDropdown.TabIndex    = 22;
     this.selectionDropdown.Text        = "Clear Selection";
     this.selectionDropdown.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
     this.selectionDropdown.Click      += new System.EventHandler(this.selectionDropdown_Click);
     //
     // openCue
     //
     this.openCue.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
     this.openCue.Location    = new System.Drawing.Point(594, 457);
     this.openCue.Name        = "openCue";
     this.openCue.Size        = new System.Drawing.Size(184, 23);
     this.openCue.TabIndex    = 23;
     this.openCue.Text        = "Add Tracks from .CUE";
     this.openCue.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
     this.openCue.Click      += new System.EventHandler(this.openCue_Click);
     //
     // quitButton
     //
     this.quitButton.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
     this.quitButton.Location    = new System.Drawing.Point(784, 457);
     this.quitButton.Name        = "quitButton";
     this.quitButton.Size        = new System.Drawing.Size(96, 23);
     this.quitButton.TabIndex    = 24;
     this.quitButton.Text        = "Quit";
     this.quitButton.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
     this.quitButton.Click      += new System.EventHandler(this.quitButton_Click);
     //
     // addDropdownPopup
     //
     this.addDropdownPopup.Opening += new System.ComponentModel.CancelEventHandler(this.addDropdownPopup_Opening);
     //
     // selectionDropdownPopup
     //
     this.selectionDropdownPopup.Opening += new System.ComponentModel.CancelEventHandler(this.selectionDropdownPopup_Opening);
     //
     // labelStats
     //
     appearance3.TextHAlignAsString   = "Center";
     appearance3.TextVAlignAsString   = "Middle";
     this.labelStats.Appearance       = appearance3;
     this.labelStats.BorderStyleInner = Infragistics.Win.UIElementBorderStyle.None;
     this.labelStats.BorderStyleOuter = Infragistics.Win.UIElementBorderStyle.None;
     this.labelStats.Location         = new System.Drawing.Point(278, 227);
     this.labelStats.Name             = "labelStats";
     this.labelStats.Size             = new System.Drawing.Size(604, 14);
     this.labelStats.TabIndex         = 25;
     this.labelStats.Text             = "Total items: 0   Scrobbles count: 0    Total time: 0   Scrobble Time: 0";
     this.labelStats.UseAppStyling    = false;
     //
     // treeFullButton
     //
     this.treeFullButton.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
     this.treeFullButton.Location    = new System.Drawing.Point(266, 72);
     this.treeFullButton.Name        = "treeFullButton";
     this.treeFullButton.Size        = new System.Drawing.Size(6, 408);
     this.treeFullButton.TabIndex    = 26;
     this.treeFullButton.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
     this.treeFullButton.Click      += new System.EventHandler(this.treeFullButton_Click);
     //
     // tracksFullButton
     //
     this.tracksFullButton.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
     this.tracksFullButton.Location    = new System.Drawing.Point(278, 215);
     this.tracksFullButton.Name        = "tracksFullButton";
     this.tracksFullButton.Size        = new System.Drawing.Size(604, 6);
     this.tracksFullButton.TabIndex    = 27;
     this.tracksFullButton.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
     this.tracksFullButton.Click      += new System.EventHandler(this.tracksFullButton_Click);
     //
     // editFields
     //
     this.editFields.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
     this.editFields.Location    = new System.Drawing.Point(483, 246);
     this.editFields.Name        = "editFields";
     this.editFields.Size        = new System.Drawing.Size(105, 24);
     this.editFields.TabIndex    = 28;
     this.editFields.Text        = "Edit";
     this.editFields.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
     this.editFields.Click      += new System.EventHandler(this.editFields_Click);
     //
     // editPanel
     //
     //
     // editPanel.ClientArea
     //
     this.editPanel.ClientArea.Controls.Add(this.checkAlbum);
     this.editPanel.ClientArea.Controls.Add(this.checkArtist);
     this.editPanel.ClientArea.Controls.Add(this.checkTrack);
     this.editPanel.ClientArea.Controls.Add(this.applyEdit);
     this.editPanel.ClientArea.Controls.Add(this.trackLabel);
     this.editPanel.ClientArea.Controls.Add(this.albumLabel);
     this.editPanel.ClientArea.Controls.Add(this.artistLabel);
     this.editPanel.ClientArea.Controls.Add(this.trackNew);
     this.editPanel.ClientArea.Controls.Add(this.albumNew);
     this.editPanel.ClientArea.Controls.Add(this.artistNew);
     this.editPanel.Location = new System.Drawing.Point(276, 276);
     this.editPanel.Name     = "editPanel";
     this.editPanel.Size     = new System.Drawing.Size(603, 175);
     this.editPanel.TabIndex = 29;
     this.editPanel.Visible  = false;
     //
     // checkAlbum
     //
     this.checkAlbum.AutoSize = true;
     this.checkAlbum.Location = new System.Drawing.Point(504, 46);
     this.checkAlbum.Name     = "checkAlbum";
     this.checkAlbum.Size     = new System.Drawing.Size(92, 17);
     this.checkAlbum.TabIndex = 3;
     this.checkAlbum.Text     = "Update album";
     this.checkAlbum.UseVisualStyleBackColor = true;
     //
     // checkArtist
     //
     this.checkArtist.AutoSize = true;
     this.checkArtist.Location = new System.Drawing.Point(504, 3);
     this.checkArtist.Name     = "checkArtist";
     this.checkArtist.Size     = new System.Drawing.Size(86, 17);
     this.checkArtist.TabIndex = 3;
     this.checkArtist.Text     = "Update artist";
     this.checkArtist.UseVisualStyleBackColor = true;
     //
     // checkTrack
     //
     this.checkTrack.AutoSize = true;
     this.checkTrack.Location = new System.Drawing.Point(504, 92);
     this.checkTrack.Name     = "checkTrack";
     this.checkTrack.Size     = new System.Drawing.Size(80, 17);
     this.checkTrack.TabIndex = 3;
     this.checkTrack.Text     = "Update title";
     this.checkTrack.UseVisualStyleBackColor = true;
     //
     // trackLabel
     //
     this.trackLabel.AutoSize = true;
     this.trackLabel.Location = new System.Drawing.Point(3, 89);
     this.trackLabel.Name     = "trackLabel";
     this.trackLabel.Size     = new System.Drawing.Size(35, 13);
     this.trackLabel.TabIndex = 1;
     this.trackLabel.Text     = "Track";
     //
     // albumLabel
     //
     this.albumLabel.AutoSize = true;
     this.albumLabel.Location = new System.Drawing.Point(3, 50);
     this.albumLabel.Name     = "albumLabel";
     this.albumLabel.Size     = new System.Drawing.Size(36, 13);
     this.albumLabel.TabIndex = 1;
     this.albumLabel.Text     = "Album";
     //
     // artistLabel
     //
     this.artistLabel.AutoSize = true;
     this.artistLabel.Location = new System.Drawing.Point(2, 7);
     this.artistLabel.Name     = "artistLabel";
     this.artistLabel.Size     = new System.Drawing.Size(30, 13);
     this.artistLabel.TabIndex = 1;
     this.artistLabel.Text     = "Artist";
     //
     // trackNew
     //
     this.trackNew.Location = new System.Drawing.Point(2, 112);
     this.trackNew.Name     = "trackNew";
     this.trackNew.Size     = new System.Drawing.Size(597, 20);
     this.trackNew.TabIndex = 0;
     //
     // albumNew
     //
     this.albumNew.Location = new System.Drawing.Point(2, 66);
     this.albumNew.Name     = "albumNew";
     this.albumNew.Size     = new System.Drawing.Size(597, 20);
     this.albumNew.TabIndex = 0;
     //
     // artistNew
     //
     this.artistNew.Location = new System.Drawing.Point(2, 23);
     this.artistNew.Name     = "artistNew";
     this.artistNew.Size     = new System.Drawing.Size(597, 20);
     this.artistNew.TabIndex = 0;
     //
     // CraftyScrobbler
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(892, 489);
     this.Controls.Add(this.editPanel);
     this.Controls.Add(this.editFields);
     this.Controls.Add(this.tracksFullButton);
     this.Controls.Add(this.treeFullButton);
     this.Controls.Add(this.labelStats);
     this.Controls.Add(this.quitButton);
     this.Controls.Add(this.openCue);
     this.Controls.Add(this.selectionDropdown);
     this.Controls.Add(this.addDropButton);
     this.Controls.Add(this.progressBar);
     this.Controls.Add(this.infoLabel);
     this.Controls.Add(this.RefreshButton);
     this.Controls.Add(this.removeDropdown);
     this.Controls.Add(this.scrobbleDropdown);
     this.Controls.Add(this.optionsButton);
     this.Controls.Add(this.timeLabel);
     this.Controls.Add(this.fileList);
     this.Controls.Add(this.folderTree);
     this.Controls.Add(this.trackList);
     this.Name         = "CraftyScrobbler";
     this.Text         = "CraftyScrobbler";
     this.Load        += new System.EventHandler(this.Form1_Load);
     this.SizeChanged += new System.EventHandler(this.Size_Changed);
     ((System.ComponentModel.ISupportInitialize)(this.trackList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.folderTree)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.fileList)).EndInit();
     this.editPanel.ClientArea.ResumeLayout(false);
     this.editPanel.ClientArea.PerformLayout();
     this.editPanel.ResumeLayout(false);
     this.ResumeLayout(false);
 }
예제 #19
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo3 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Select an application from the list", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo1 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Exit selecting the displayed application", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo2 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Exit without selecting an application", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
     this.cbApplications       = new System.Windows.Forms.ComboBox();
     this.bnOK                 = new System.Windows.Forms.Button();
     this.bnCancel             = new System.Windows.Forms.Button();
     this.label1               = new System.Windows.Forms.Label();
     this.ultraToolTipManager1 = new Infragistics.Win.UltraWinToolTip.UltraToolTipManager(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.footerPictureBox)).BeginInit();
     this.SuspendLayout();
     //
     // footerPictureBox
     //
     this.footerPictureBox.Image    = global::Layton.AuditWizard.Administration.Properties.Resources.select_application_corner;
     this.footerPictureBox.Location = new System.Drawing.Point(58, 98);
     this.footerPictureBox.Size     = new System.Drawing.Size(384, 120);
     //
     // cbApplications
     //
     this.cbApplications.FormattingEnabled = true;
     this.cbApplications.Location          = new System.Drawing.Point(129, 20);
     this.cbApplications.Name      = "cbApplications";
     this.cbApplications.Size      = new System.Drawing.Size(298, 21);
     this.cbApplications.TabIndex  = 0;
     ultraToolTipInfo3.ToolTipText = "Select an application from the list";
     this.ultraToolTipManager1.SetUltraToolTip(this.cbApplications, ultraToolTipInfo3);
     //
     // bnOK
     //
     this.bnOK.DialogResult        = System.Windows.Forms.DialogResult.OK;
     this.bnOK.Location            = new System.Drawing.Point(245, 58);
     this.bnOK.Name                = "bnOK";
     this.bnOK.Size                = new System.Drawing.Size(87, 23);
     this.bnOK.TabIndex            = 1;
     this.bnOK.Text                = "&OK";
     ultraToolTipInfo1.ToolTipText = "Exit selecting the displayed application";
     this.ultraToolTipManager1.SetUltraToolTip(this.bnOK, ultraToolTipInfo1);
     this.bnOK.UseVisualStyleBackColor = true;
     //
     // bnCancel
     //
     this.bnCancel.DialogResult    = System.Windows.Forms.DialogResult.Cancel;
     this.bnCancel.Location        = new System.Drawing.Point(341, 58);
     this.bnCancel.Name            = "bnCancel";
     this.bnCancel.Size            = new System.Drawing.Size(87, 23);
     this.bnCancel.TabIndex        = 2;
     this.bnCancel.Text            = "&Cancel";
     ultraToolTipInfo2.ToolTipText = "Exit without selecting an application";
     this.ultraToolTipManager1.SetUltraToolTip(this.bnCancel, ultraToolTipInfo2);
     this.bnCancel.UseVisualStyleBackColor = true;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(14, 23);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(111, 13);
     this.label1.TabIndex  = 3;
     this.label1.Text      = "Application Name:";
     //
     // ultraToolTipManager1
     //
     this.ultraToolTipManager1.ContainingControl = this;
     //
     // FormSelectApplication
     //
     this.AcceptButton        = this.bnOK;
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.CancelButton        = this.bnCancel;
     this.ClientSize          = new System.Drawing.Size(442, 216);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.bnCancel);
     this.Controls.Add(this.bnOK);
     this.Controls.Add(this.cbApplications);
     this.Font            = new System.Drawing.Font("Verdana", 8.25F);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name            = "FormSelectApplication";
     this.Text            = "Select Application";
     this.Load           += new System.EventHandler(this.FormSelectApplication_Load);
     this.Controls.SetChildIndex(this.cbApplications, 0);
     this.Controls.SetChildIndex(this.bnOK, 0);
     this.Controls.SetChildIndex(this.bnCancel, 0);
     this.Controls.SetChildIndex(this.footerPictureBox, 0);
     this.Controls.SetChildIndex(this.label1, 0);
     ((System.ComponentModel.ISupportInitialize)(this.footerPictureBox)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #20
0
        /// <summary>
        /// Metodo necessario per il supporto della finestra di progettazione. Non modificare
        /// il contenuto del metodo con l'editor di codice.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo1 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DettaglioUtenzaUI));
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton("clear");
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("DatiBancariDTO", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Abi");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Cab");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Cin");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ContoCorrente");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DataValidita");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Descrizione");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneAbi");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneCab");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Iban");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdCondominio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Note");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Principale");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ExtensionData");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DisplayName");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FrequentlyAccessed");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsDeleteAllow");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Stato");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Version");
            this.datiGeneraliGroup = new Infragistics.Win.Misc.UltraGroupBox();
            this.numeroPod = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.utenzaDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.lblNumeroPod = new Infragistics.Win.Misc.UltraLabel();
            this.ripartoLetture = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.lblDataValidita = new Infragistics.Win.Misc.UltraLabel();
            this.dataFineValidita = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.lblFornitore = new Infragistics.Win.Misc.UltraLabel();
            this.sceltaFornitoreCombo1 = new Gipasoft.Stabili.UI.Library.SceltaFornitoreCombo();
            this.numeroUtenza = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblNumero = new Infragistics.Win.Misc.UltraLabel();
            this.descrizione = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblDescrizione = new Infragistics.Win.Misc.UltraLabel();
            this.sceltaCondominioCombo1 = new Gipasoft.Stabili.UI.Library.SceltaCondominioCombo();
            this.tipiUtenza = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.tipoUtenzaDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.lblCondominio = new Infragistics.Win.Misc.UltraLabel();
            this.lblTipo = new Infragistics.Win.Misc.UltraLabel();
            this.datiContabiliGroup = new Infragistics.Win.Misc.UltraGroupBox();
            this.chkObbligatoriaCompetenzaBollette = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.ridAutomatica = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.banche = new Infragistics.Win.UltraWinGrid.UltraCombo();
            this.datiBancariDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.lblBanca = new Infragistics.Win.Misc.UltraLabel();
            this.llbModello = new Infragistics.Win.Misc.UltraLabel();
            this.sceltaModelloCombo1 = new Gipasoft.Stabili.UI.Library.SceltaModelloCombo();
            this.reqNumeroUtenza = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.reqTipo = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.reqDescrizione = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.reqCondominio = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.reqFornitore = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.numeroUtenzaValidator = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            this.reqModello = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.dataValiditaCompareValidator = new Gipasoft.Windows.Forms.CustomValidation.CompareValidator();
            this.customBancaValidator = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            this.bancheValidator = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            this.numeroPodValidator = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            this.ultraToolTipManager1 = new Infragistics.Win.UltraWinToolTip.UltraToolTipManager(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManagerStandard)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.standardFormStatus)).BeginInit();
            this.MainStandardForm_Fill_Panel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.datiGeneraliGroup)).BeginInit();
            this.datiGeneraliGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numeroPod)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.utenzaDTOBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ripartoLetture)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataFineValidita)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numeroUtenza)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.descrizione)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipiUtenza)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoUtenzaDTOBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.datiContabiliGroup)).BeginInit();
            this.datiContabiliGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chkObbligatoriaCompetenzaBollette)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ridAutomatica)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.banche)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.datiBancariDTOBindingSource)).BeginInit();
            this.SuspendLayout();
            // 
            // ultraToolbarsManagerStandard
            // 
            this.ultraToolbarsManagerStandard.MenuSettings.ForceSerialization = true;
            this.ultraToolbarsManagerStandard.Ribbon.ApplicationMenuButtonImage = global::Gipasoft.Stabili.UI.Utenza.UtenzeResources.sferanew2_trasparente;
            this.ultraToolbarsManagerStandard.Ribbon.Visible = true;
            this.ultraToolbarsManagerStandard.ToolbarSettings.ForceSerialization = true;
            // 
            // standardFormStatus
            // 
            this.standardFormStatus.Location = new System.Drawing.Point(0, 1039);
            this.standardFormStatus.Size = new System.Drawing.Size(848, 23);
            // 
            // MainStandardForm_Fill_Panel
            // 
            this.MainStandardForm_Fill_Panel.Controls.Add(this.datiContabiliGroup);
            this.MainStandardForm_Fill_Panel.Controls.Add(this.datiGeneraliGroup);
            this.MainStandardForm_Fill_Panel.Size = new System.Drawing.Size(832, 875);
            // 
            // datiGeneraliGroup
            // 
            this.datiGeneraliGroup.Controls.Add(this.numeroPod);
            this.datiGeneraliGroup.Controls.Add(this.lblNumeroPod);
            this.datiGeneraliGroup.Controls.Add(this.ripartoLetture);
            this.datiGeneraliGroup.Controls.Add(this.lblDataValidita);
            this.datiGeneraliGroup.Controls.Add(this.dataFineValidita);
            this.datiGeneraliGroup.Controls.Add(this.lblFornitore);
            this.datiGeneraliGroup.Controls.Add(this.sceltaFornitoreCombo1);
            this.datiGeneraliGroup.Controls.Add(this.numeroUtenza);
            this.datiGeneraliGroup.Controls.Add(this.lblNumero);
            this.datiGeneraliGroup.Controls.Add(this.descrizione);
            this.datiGeneraliGroup.Controls.Add(this.lblDescrizione);
            this.datiGeneraliGroup.Controls.Add(this.sceltaCondominioCombo1);
            this.datiGeneraliGroup.Controls.Add(this.tipiUtenza);
            this.datiGeneraliGroup.Controls.Add(this.lblCondominio);
            this.datiGeneraliGroup.Controls.Add(this.lblTipo);
            this.datiGeneraliGroup.Location = new System.Drawing.Point(3, 6);
            this.datiGeneraliGroup.Name = "datiGeneraliGroup";
            this.datiGeneraliGroup.Size = new System.Drawing.Size(711, 155);
            this.datiGeneraliGroup.TabIndex = 0;
            this.datiGeneraliGroup.Text = "Dati Generali";
            // 
            // numeroPod
            // 
            this.numeroPod.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.utenzaDTOBindingSource, "NumeroPod", true));
            this.numeroPod.Location = new System.Drawing.Point(260, 42);
            this.numeroPod.MaxLength = 50;
            this.numeroPod.Name = "numeroPod";
            this.numeroPod.Size = new System.Drawing.Size(106, 21);
            this.numeroPod.TabIndex = 1075;
            // 
            // utenzaDTOBindingSource
            // 
            this.utenzaDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.UtenzaDTO);
            // 
            // lblNumeroPod
            // 
            this.lblNumeroPod.Location = new System.Drawing.Point(190, 46);
            this.lblNumeroPod.Name = "lblNumeroPod";
            this.lblNumeroPod.Size = new System.Drawing.Size(66, 23);
            this.lblNumeroPod.TabIndex = 1076;
            this.lblNumeroPod.Text = "Pod";
            // 
            // ripartoLetture
            // 
            this.ripartoLetture.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.ripartoLetture.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.utenzaDTOBindingSource, "RipartoLetture", true));
            this.ripartoLetture.Location = new System.Drawing.Point(571, 129);
            this.ripartoLetture.Name = "ripartoLetture";
            this.ripartoLetture.Size = new System.Drawing.Size(134, 20);
            this.ripartoLetture.TabIndex = 1074;
            this.ripartoLetture.Text = "Riparto tramite letture";
            ultraToolTipInfo1.ToolTipTextFormatted = resources.GetString("ultraToolTipInfo1.ToolTipTextFormatted");
            this.ultraToolTipManager1.SetUltraToolTip(this.ripartoLetture, ultraToolTipInfo1);
            // 
            // lblDataValidita
            // 
            this.lblDataValidita.Location = new System.Drawing.Point(6, 130);
            this.lblDataValidita.Name = "lblDataValidita";
            this.lblDataValidita.Size = new System.Drawing.Size(67, 19);
            this.lblDataValidita.TabIndex = 1071;
            this.lblDataValidita.Text = "Valida al";
            // 
            // dataFineValidita
            // 
            this.dataFineValidita.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.utenzaDTOBindingSource, "DataFineValidita", true));
            this.dataFineValidita.Location = new System.Drawing.Point(76, 126);
            this.dataFineValidita.Name = "dataFineValidita";
            this.dataFineValidita.Size = new System.Drawing.Size(85, 21);
            this.dataFineValidita.TabIndex = 1070;
            // 
            // lblFornitore
            // 
            this.lblFornitore.Location = new System.Drawing.Point(6, 97);
            this.lblFornitore.Name = "lblFornitore";
            this.lblFornitore.Size = new System.Drawing.Size(67, 23);
            this.lblFornitore.TabIndex = 1069;
            this.lblFornitore.Text = "Fornitore";
            // 
            // sceltaFornitoreCombo1
            // 
            this.sceltaFornitoreCombo1.AllowInsert = true;
            this.sceltaFornitoreCombo1.CurrentEditRow = null;
            this.sceltaFornitoreCombo1.IdFornitore = 0;
            this.sceltaFornitoreCombo1.Location = new System.Drawing.Point(76, 97);
            this.sceltaFornitoreCombo1.Margin = new System.Windows.Forms.Padding(0);
            this.sceltaFornitoreCombo1.Name = "sceltaFornitoreCombo1";
            this.sceltaFornitoreCombo1.Size = new System.Drawing.Size(632, 21);
            this.sceltaFornitoreCombo1.TabIndex = 50;
            // 
            // numeroUtenza
            // 
            this.numeroUtenza.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.utenzaDTOBindingSource, "Numero", true));
            this.numeroUtenza.Location = new System.Drawing.Point(76, 42);
            this.numeroUtenza.MaxLength = 50;
            this.numeroUtenza.Name = "numeroUtenza";
            this.numeroUtenza.Size = new System.Drawing.Size(106, 21);
            this.numeroUtenza.TabIndex = 30;
            // 
            // lblNumero
            // 
            this.lblNumero.Location = new System.Drawing.Point(6, 46);
            this.lblNumero.Name = "lblNumero";
            this.lblNumero.Size = new System.Drawing.Size(66, 23);
            this.lblNumero.TabIndex = 1066;
            this.lblNumero.Text = "Numero";
            // 
            // descrizione
            // 
            this.descrizione.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.utenzaDTOBindingSource, "Descrizione", true));
            this.descrizione.Location = new System.Drawing.Point(260, 15);
            this.descrizione.MaxLength = 256;
            this.descrizione.Name = "descrizione";
            this.descrizione.Size = new System.Drawing.Size(448, 21);
            this.descrizione.TabIndex = 20;
            // 
            // lblDescrizione
            // 
            this.lblDescrizione.Location = new System.Drawing.Point(188, 19);
            this.lblDescrizione.Name = "lblDescrizione";
            this.lblDescrizione.Size = new System.Drawing.Size(66, 23);
            this.lblDescrizione.TabIndex = 2;
            this.lblDescrizione.Text = "Descrizione";
            // 
            // sceltaCondominioCombo1
            // 
            this.sceltaCondominioCombo1.IdCondominioSelected = 0;
            this.sceltaCondominioCombo1.Location = new System.Drawing.Point(76, 69);
            this.sceltaCondominioCombo1.Name = "sceltaCondominioCombo1";
            this.sceltaCondominioCombo1.Size = new System.Drawing.Size(632, 21);
            this.sceltaCondominioCombo1.TabIndex = 40;
            // 
            // tipiUtenza
            // 
            this.tipiUtenza.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            this.tipiUtenza.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.utenzaDTOBindingSource, "IdTipoUtenza", true));
            this.tipiUtenza.DataSource = this.tipoUtenzaDTOBindingSource;
            this.tipiUtenza.DisplayMember = "DisplayName";
            this.tipiUtenza.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.tipiUtenza.Location = new System.Drawing.Point(76, 15);
            this.tipiUtenza.Name = "tipiUtenza";
            this.tipiUtenza.Size = new System.Drawing.Size(106, 21);
            this.tipiUtenza.TabIndex = 10;
            this.tipiUtenza.ValueMember = "ID";
            // 
            // tipoUtenzaDTOBindingSource
            // 
            this.tipoUtenzaDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.TipoUtenzaDTO);
            // 
            // lblCondominio
            // 
            this.lblCondominio.Location = new System.Drawing.Point(6, 69);
            this.lblCondominio.Name = "lblCondominio";
            this.lblCondominio.Size = new System.Drawing.Size(67, 23);
            this.lblCondominio.TabIndex = 1061;
            this.lblCondominio.Text = "Condominio";
            // 
            // lblTipo
            // 
            this.lblTipo.Location = new System.Drawing.Point(6, 19);
            this.lblTipo.Name = "lblTipo";
            this.lblTipo.Size = new System.Drawing.Size(52, 23);
            this.lblTipo.TabIndex = 1060;
            this.lblTipo.Text = "Tipo";
            // 
            // datiContabiliGroup
            // 
            this.datiContabiliGroup.Controls.Add(this.chkObbligatoriaCompetenzaBollette);
            this.datiContabiliGroup.Controls.Add(this.ridAutomatica);
            this.datiContabiliGroup.Controls.Add(this.banche);
            this.datiContabiliGroup.Controls.Add(this.lblBanca);
            this.datiContabiliGroup.Controls.Add(this.llbModello);
            this.datiContabiliGroup.Controls.Add(this.sceltaModelloCombo1);
            this.datiContabiliGroup.Location = new System.Drawing.Point(3, 167);
            this.datiContabiliGroup.Name = "datiContabiliGroup";
            this.datiContabiliGroup.Size = new System.Drawing.Size(711, 105);
            this.datiContabiliGroup.TabIndex = 1;
            this.datiContabiliGroup.Text = "Dati Contabili";
            // 
            // chkObbligatoriaCompetenzaBollette
            // 
            appearance1.TextHAlignAsString = "Right";
            this.chkObbligatoriaCompetenzaBollette.Appearance = appearance1;
            this.chkObbligatoriaCompetenzaBollette.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.chkObbligatoriaCompetenzaBollette.Checked = true;
            this.chkObbligatoriaCompetenzaBollette.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkObbligatoriaCompetenzaBollette.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.utenzaDTOBindingSource, "ObbligatoriaCompetenzaBollette", true));
            this.chkObbligatoriaCompetenzaBollette.Location = new System.Drawing.Point(378, 79);
            this.chkObbligatoriaCompetenzaBollette.Name = "chkObbligatoriaCompetenzaBollette";
            this.chkObbligatoriaCompetenzaBollette.Size = new System.Drawing.Size(209, 20);
            this.chkObbligatoriaCompetenzaBollette.TabIndex = 1074;
            this.chkObbligatoriaCompetenzaBollette.Text = "Competenza bollette obbligatoria";
            // 
            // ridAutomatica
            // 
            this.ridAutomatica.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.ridAutomatica.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.utenzaDTOBindingSource, "RidAutomatica", true));
            this.ridAutomatica.Location = new System.Drawing.Point(605, 78);
            this.ridAutomatica.Name = "ridAutomatica";
            this.ridAutomatica.Size = new System.Drawing.Size(100, 20);
            this.ridAutomatica.TabIndex = 1073;
            this.ridAutomatica.Text = "Rid Automatica";
            this.ridAutomatica.CheckedChanged += new System.EventHandler(this.ridAutomatica_CheckedChanged);
            // 
            // banche
            // 
            this.banche.AllowNull = Infragistics.Win.DefaultableBoolean.True;
            this.banche.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.SuggestAppend;
            appearance2.Image = global::Gipasoft.Stabili.UI.Utenza.UtenzeResources.clear;
            editorButton1.Appearance = appearance2;
            editorButton1.Key = "clear";
            this.banche.ButtonsRight.Add(editorButton1);
            this.banche.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.utenzaDTOBindingSource, "CodiceDatiBancari", true));
            this.banche.DataSource = this.datiBancariDTOBindingSource;
            ultraGridColumn1.Header.VisiblePosition = 0;
            ultraGridColumn1.Hidden = true;
            ultraGridColumn2.Header.VisiblePosition = 1;
            ultraGridColumn2.Hidden = true;
            ultraGridColumn3.Header.VisiblePosition = 3;
            ultraGridColumn3.Width = 39;
            ultraGridColumn4.Header.Caption = "Conto Corrente";
            ultraGridColumn4.Header.VisiblePosition = 5;
            ultraGridColumn5.Header.VisiblePosition = 6;
            ultraGridColumn5.Hidden = true;
            ultraGridColumn6.Header.VisiblePosition = 7;
            ultraGridColumn6.Width = 119;
            ultraGridColumn7.Header.Caption = "Abi";
            ultraGridColumn7.Header.VisiblePosition = 2;
            ultraGridColumn8.Header.Caption = "Cab";
            ultraGridColumn8.Header.VisiblePosition = 4;
            ultraGridColumn9.Header.VisiblePosition = 8;
            ultraGridColumn9.Width = 128;
            ultraGridColumn10.Header.VisiblePosition = 9;
            ultraGridColumn10.Hidden = true;
            ultraGridColumn11.Header.VisiblePosition = 10;
            ultraGridColumn11.Hidden = true;
            ultraGridColumn12.Header.Caption = "Pr.";
            ultraGridColumn12.Header.VisiblePosition = 11;
            ultraGridColumn13.Header.VisiblePosition = 12;
            ultraGridColumn13.Hidden = true;
            ultraGridColumn14.Header.VisiblePosition = 13;
            ultraGridColumn14.Hidden = true;
            ultraGridColumn15.Header.VisiblePosition = 14;
            ultraGridColumn15.Hidden = true;
            ultraGridColumn16.Header.VisiblePosition = 15;
            ultraGridColumn16.Hidden = true;
            ultraGridColumn17.Header.VisiblePosition = 16;
            ultraGridColumn17.Hidden = true;
            ultraGridColumn18.Header.VisiblePosition = 17;
            ultraGridColumn18.Hidden = true;
            ultraGridColumn19.Header.VisiblePosition = 18;
            ultraGridColumn19.Hidden = true;
            ultraGridBand1.Columns.AddRange(new object[] {
            ultraGridColumn1,
            ultraGridColumn2,
            ultraGridColumn3,
            ultraGridColumn4,
            ultraGridColumn5,
            ultraGridColumn6,
            ultraGridColumn7,
            ultraGridColumn8,
            ultraGridColumn9,
            ultraGridColumn10,
            ultraGridColumn11,
            ultraGridColumn12,
            ultraGridColumn13,
            ultraGridColumn14,
            ultraGridColumn15,
            ultraGridColumn16,
            ultraGridColumn17,
            ultraGridColumn18,
            ultraGridColumn19});
            this.banche.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
            this.banche.DisplayMember = "DisplayName";
            this.banche.DropDownStyle = Infragistics.Win.UltraWinGrid.UltraComboStyle.DropDownList;
            this.banche.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.banche.LimitToList = true;
            this.banche.Location = new System.Drawing.Point(76, 50);
            this.banche.Name = "banche";
            this.banche.Size = new System.Drawing.Size(632, 22);
            this.banche.TabIndex = 1072;
            this.banche.ValueMember = "ID";
            this.banche.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.banche_EditorButtonClick);
            // 
            // datiBancariDTOBindingSource
            // 
            this.datiBancariDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.DatiBancariDTO);
            // 
            // lblBanca
            // 
            this.lblBanca.Location = new System.Drawing.Point(6, 54);
            this.lblBanca.Name = "lblBanca";
            this.lblBanca.Size = new System.Drawing.Size(67, 23);
            this.lblBanca.TabIndex = 1071;
            this.lblBanca.Text = "Banca";
            // 
            // llbModello
            // 
            this.llbModello.Location = new System.Drawing.Point(6, 21);
            this.llbModello.Name = "llbModello";
            this.llbModello.Size = new System.Drawing.Size(67, 23);
            this.llbModello.TabIndex = 1070;
            this.llbModello.Text = "Modello";
            // 
            // sceltaModelloCombo1
            // 
            this.sceltaModelloCombo1.AllowInsert = true;
            this.sceltaModelloCombo1.Location = new System.Drawing.Point(76, 21);
            this.sceltaModelloCombo1.Margin = new System.Windows.Forms.Padding(0);
            this.sceltaModelloCombo1.Name = "sceltaModelloCombo1";
            this.sceltaModelloCombo1.Size = new System.Drawing.Size(632, 21);
            this.sceltaModelloCombo1.TabIndex = 60;
            // 
            // reqNumeroUtenza
            // 
            this.reqNumeroUtenza.ControlToValidate = this.numeroUtenza;
            this.reqNumeroUtenza.ErrorMessage = "Inserire il numero utenza";
            this.reqNumeroUtenza.Icon = ((System.Drawing.Icon)(resources.GetObject("reqNumeroUtenza.Icon")));
            // 
            // reqTipo
            // 
            this.reqTipo.ControlToValidate = this.tipiUtenza;
            this.reqTipo.ErrorMessage = "Scegliere un tipo utenza";
            this.reqTipo.Icon = ((System.Drawing.Icon)(resources.GetObject("reqTipo.Icon")));
            // 
            // reqDescrizione
            // 
            this.reqDescrizione.ControlToValidate = this.descrizione;
            this.reqDescrizione.ErrorMessage = "Inserire la descrizione";
            this.reqDescrizione.Icon = ((System.Drawing.Icon)(resources.GetObject("reqDescrizione.Icon")));
            // 
            // reqCondominio
            // 
            this.reqCondominio.ControlToValidate = this.sceltaCondominioCombo1;
            this.reqCondominio.ErrorMessage = "Scegliere un condominio";
            this.reqCondominio.Icon = ((System.Drawing.Icon)(resources.GetObject("reqCondominio.Icon")));
            // 
            // reqFornitore
            // 
            this.reqFornitore.ControlToValidate = this.sceltaFornitoreCombo1;
            this.reqFornitore.ErrorMessage = "Scegliere un fornitore";
            this.reqFornitore.Icon = ((System.Drawing.Icon)(resources.GetObject("reqFornitore.Icon")));
            // 
            // numeroUtenzaValidator
            // 
            this.numeroUtenzaValidator.ControlToValidate = this.numeroUtenza;
            this.numeroUtenzaValidator.Icon = ((System.Drawing.Icon)(resources.GetObject("numeroUtenzaValidator.Icon")));
            this.numeroUtenzaValidator.Validating += new Gipasoft.Windows.Forms.CustomValidation.CustomValidator.ValidatingEventHandler(this.numeroUtenzaValidatorValidating);
            // 
            // reqModello
            // 
            this.reqModello.ControlToValidate = this.sceltaModelloCombo1;
            this.reqModello.ErrorMessage = "Non è presente nessun modello";
            this.reqModello.Icon = ((System.Drawing.Icon)(resources.GetObject("reqModello.Icon")));
            // 
            // dataValiditaCompareValidator
            // 
            this.dataValiditaCompareValidator.ControlToValidate = this.dataFineValidita;
            this.dataValiditaCompareValidator.ErrorMessage = "La data inserita non è valida";
            this.dataValiditaCompareValidator.Icon = ((System.Drawing.Icon)(resources.GetObject("dataValiditaCompareValidator.Icon")));
            this.dataValiditaCompareValidator.Operator = Gipasoft.Windows.Forms.CustomValidation.ValidationCompareOperator.DataTypeCheck;
            this.dataValiditaCompareValidator.Type = Gipasoft.Windows.Forms.CustomValidation.ValidationDataType.Date;
            // 
            // customBancaValidator
            // 
            this.customBancaValidator.ControlToValidate = this.banche;
            this.customBancaValidator.ErrorMessage = "Selezionare un conto corrente bancario";
            this.customBancaValidator.Icon = ((System.Drawing.Icon)(resources.GetObject("customBancaValidator.Icon")));
            this.customBancaValidator.Validating += new Gipasoft.Windows.Forms.CustomValidation.CustomValidator.ValidatingEventHandler(this.customBancaValidatorValidating);
            // 
            // bancheValidator
            // 
            this.bancheValidator.ControlToValidate = this.banche;
            this.bancheValidator.ErrorMessage = "Se è stata scelta la rid automatica occorre scegliere anche una banca";
            this.bancheValidator.Icon = ((System.Drawing.Icon)(resources.GetObject("bancheValidator.Icon")));
            this.bancheValidator.Validating += new Gipasoft.Windows.Forms.CustomValidation.CustomValidator.ValidatingEventHandler(this.bancheValidator_Validating);
            // 
            // numeroPodValidator
            // 
            this.numeroPodValidator.ControlToValidate = this.numeroPod;
            this.numeroPodValidator.Icon = ((System.Drawing.Icon)(resources.GetObject("numeroPodValidator.Icon")));
            this.numeroPodValidator.Validating += new Gipasoft.Windows.Forms.CustomValidation.CustomValidator.ValidatingEventHandler(this.numeroPodValidator_Validating);
            // 
            // ultraToolTipManager1
            // 
            this.ultraToolTipManager1.ContainingControl = this;
            // 
            // DettaglioUtenzaUI
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.ClientSize = new System.Drawing.Size(848, 1062);
            this.Name = "DettaglioUtenzaUI";
            this.Text = "Dettaglio Utenza";
            this.Load += new System.EventHandler(this.dettaglioUtenzaUILoad);
            ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManagerStandard)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.standardFormStatus)).EndInit();
            this.MainStandardForm_Fill_Panel.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.datiGeneraliGroup)).EndInit();
            this.datiGeneraliGroup.ResumeLayout(false);
            this.datiGeneraliGroup.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numeroPod)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.utenzaDTOBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ripartoLetture)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataFineValidita)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numeroUtenza)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.descrizione)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipiUtenza)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoUtenzaDTOBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.datiContabiliGroup)).EndInit();
            this.datiContabiliGroup.ResumeLayout(false);
            this.datiContabiliGroup.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chkObbligatoriaCompetenzaBollette)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ridAutomatica)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.banche)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.datiBancariDTOBindingSource)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
예제 #21
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo            ultraToolTipInfo4           = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Exit saving changes", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo            ultraToolTipInfo3           = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Exit discarding changes", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo            ultraToolTipInfo2           = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Name that will be associated with this type of license", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo            ultraToolTipInfo1           = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Name that will be associated with this type of license", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinListView.UltraListViewSubItemColumn ultraListViewSubItemColumn1 = new Infragistics.Win.UltraWinListView.UltraListViewSubItemColumn("SubItemColumn 0");
     this.bnOK                 = new System.Windows.Forms.Button();
     this.bnCancel             = new System.Windows.Forms.Button();
     this.label1               = new System.Windows.Forms.Label();
     this.tbParent             = new System.Windows.Forms.TextBox();
     this.ultraToolTipManager1 = new Infragistics.Win.UltraWinToolTip.UltraToolTipManager(this.components);
     this.tbChild              = new System.Windows.Forms.TextBox();
     this.label2               = new System.Windows.Forms.Label();
     this.ultraGroupBox1       = new Infragistics.Win.Misc.UltraGroupBox();
     this.bnEdit               = new Infragistics.Win.Misc.UltraButton();
     this.bnRemove             = new Infragistics.Win.Misc.UltraButton();
     this.bnAdd                = new Infragistics.Win.Misc.UltraButton();
     this.ulvTcpRanges         = new Infragistics.Win.UltraWinListView.UltraListView();
     ((System.ComponentModel.ISupportInitialize)(this.footerPictureBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ulvTcpRanges)).BeginInit();
     this.SuspendLayout();
     //
     // footerPictureBox
     //
     this.footerPictureBox.Image    = global::Layton.AuditWizard.Administration.Properties.Resources.userlocations_corner;
     this.footerPictureBox.Location = new System.Drawing.Point(159, 370);
     this.footerPictureBox.Size     = new System.Drawing.Size(390, 124);
     //
     // bnOK
     //
     this.bnOK.Anchor              = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.bnOK.DialogResult        = System.Windows.Forms.DialogResult.OK;
     this.bnOK.Location            = new System.Drawing.Point(349, 334);
     this.bnOK.Name                = "bnOK";
     this.bnOK.Size                = new System.Drawing.Size(92, 24);
     this.bnOK.TabIndex            = 5;
     this.bnOK.Text                = "&OK";
     ultraToolTipInfo4.ToolTipText = "Exit saving changes";
     this.ultraToolTipManager1.SetUltraToolTip(this.bnOK, ultraToolTipInfo4);
     this.bnOK.UseVisualStyleBackColor = true;
     this.bnOK.Click += new System.EventHandler(this.bnOK_Click);
     //
     // bnCancel
     //
     this.bnCancel.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.bnCancel.DialogResult    = System.Windows.Forms.DialogResult.Cancel;
     this.bnCancel.Location        = new System.Drawing.Point(444, 334);
     this.bnCancel.Name            = "bnCancel";
     this.bnCancel.Size            = new System.Drawing.Size(92, 24);
     this.bnCancel.TabIndex        = 6;
     this.bnCancel.Text            = "&Cancel";
     ultraToolTipInfo3.ToolTipText = "Exit discarding changes";
     this.ultraToolTipManager1.SetUltraToolTip(this.bnCancel, ultraToolTipInfo3);
     this.bnCancel.UseVisualStyleBackColor = true;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(14, 24);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(100, 13);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "Parent Location:";
     //
     // tbParent
     //
     this.tbParent.Location        = new System.Drawing.Point(159, 21);
     this.tbParent.Name            = "tbParent";
     this.tbParent.ReadOnly        = true;
     this.tbParent.Size            = new System.Drawing.Size(377, 21);
     this.tbParent.TabIndex        = 3;
     ultraToolTipInfo2.ToolTipText = "Name that will be associated with this type of license";
     this.ultraToolTipManager1.SetUltraToolTip(this.tbParent, ultraToolTipInfo2);
     //
     // ultraToolTipManager1
     //
     this.ultraToolTipManager1.ContainingControl = this;
     //
     // tbChild
     //
     this.tbChild.Location         = new System.Drawing.Point(159, 57);
     this.tbChild.Name             = "tbChild";
     this.tbChild.Size             = new System.Drawing.Size(377, 21);
     this.tbChild.TabIndex         = 1;
     ultraToolTipInfo1.ToolTipText = "Name that will be associated with this type of license";
     this.ultraToolTipManager1.SetUltraToolTip(this.tbChild, ultraToolTipInfo1);
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(14, 60);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(96, 13);
     this.label2.TabIndex  = 0;
     this.label2.Text      = "Location Name:";
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Controls.Add(this.bnEdit);
     this.ultraGroupBox1.Controls.Add(this.bnRemove);
     this.ultraGroupBox1.Controls.Add(this.bnAdd);
     this.ultraGroupBox1.Controls.Add(this.ulvTcpRanges);
     this.ultraGroupBox1.Location = new System.Drawing.Point(17, 101);
     this.ultraGroupBox1.Name     = "ultraGroupBox1";
     this.ultraGroupBox1.Size     = new System.Drawing.Size(519, 213);
     this.ultraGroupBox1.TabIndex = 4;
     this.ultraGroupBox1.Text     = "TCP/IP Address Ranges for this Location";
     //
     // bnEdit
     //
     this.bnEdit.Enabled  = false;
     this.bnEdit.Location = new System.Drawing.Point(420, 61);
     this.bnEdit.Name     = "bnEdit";
     this.bnEdit.Size     = new System.Drawing.Size(92, 24);
     this.bnEdit.TabIndex = 1;
     this.bnEdit.Text     = "&Edit";
     this.bnEdit.Click   += new System.EventHandler(this.bnEdit_Click);
     //
     // bnRemove
     //
     this.bnRemove.Enabled  = false;
     this.bnRemove.Location = new System.Drawing.Point(420, 91);
     this.bnRemove.Name     = "bnRemove";
     this.bnRemove.Size     = new System.Drawing.Size(92, 24);
     this.bnRemove.TabIndex = 2;
     this.bnRemove.Text     = "&Remove";
     this.bnRemove.Click   += new System.EventHandler(this.bnRemove_Click);
     //
     // bnAdd
     //
     this.bnAdd.Location = new System.Drawing.Point(420, 31);
     this.bnAdd.Name     = "bnAdd";
     this.bnAdd.Size     = new System.Drawing.Size(92, 24);
     this.bnAdd.TabIndex = 0;
     this.bnAdd.Text     = "&Add";
     this.bnAdd.Click   += new System.EventHandler(this.bnAdd_Click);
     //
     // ulvTcpRanges
     //
     this.ulvTcpRanges.ItemSettings.DefaultImage = global::Layton.AuditWizard.Administration.Properties.Resources.ipaddress_16;
     this.ulvTcpRanges.Location         = new System.Drawing.Point(17, 31);
     this.ulvTcpRanges.MainColumn.Text  = "Starting IP Address";
     this.ulvTcpRanges.MainColumn.Width = 150;
     this.ulvTcpRanges.Name             = "ulvTcpRanges";
     this.ulvTcpRanges.Size             = new System.Drawing.Size(395, 163);
     ultraListViewSubItemColumn1.Key    = "SubItemColumn 0";
     ultraListViewSubItemColumn1.Text   = "Ending IP Address";
     ultraListViewSubItemColumn1.Width  = 150;
     this.ulvTcpRanges.SubItemColumns.AddRange(new Infragistics.Win.UltraWinListView.UltraListViewSubItemColumn[] {
         ultraListViewSubItemColumn1
     });
     this.ulvTcpRanges.TabIndex = 0;
     this.ulvTcpRanges.View     = Infragistics.Win.UltraWinListView.UltraListViewStyle.Details;
     this.ulvTcpRanges.ViewSettingsDetails.ColumnAutoSizeMode = Infragistics.Win.UltraWinListView.ColumnAutoSizeMode.AllItems;
     this.ulvTcpRanges.ItemSelectionChanged += new Infragistics.Win.UltraWinListView.ItemSelectionChangedEventHandler(this.ulvTcpRanges_ItemSelectionChanged);
     //
     // FormUserLocation
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(551, 494);
     this.Controls.Add(this.ultraGroupBox1);
     this.Controls.Add(this.tbChild);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.tbParent);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.bnOK);
     this.Controls.Add(this.bnCancel);
     this.Font            = new System.Drawing.Font("Verdana", 8.25F);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name            = "FormUserLocation";
     this.Text            = "Location Properties";
     this.Controls.SetChildIndex(this.bnCancel, 0);
     this.Controls.SetChildIndex(this.bnOK, 0);
     this.Controls.SetChildIndex(this.label1, 0);
     this.Controls.SetChildIndex(this.tbParent, 0);
     this.Controls.SetChildIndex(this.footerPictureBox, 0);
     this.Controls.SetChildIndex(this.label2, 0);
     this.Controls.SetChildIndex(this.tbChild, 0);
     this.Controls.SetChildIndex(this.ultraGroupBox1, 0);
     ((System.ComponentModel.ISupportInitialize)(this.footerPictureBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ulvTcpRanges)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo1 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Include details of changes (other that changes picked up from an audit) made to a" +
                                                                                                                                 "ssets within the database.", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo2 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Include details of any Users created, deleted or modified.", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo3 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Show ALL Audit Trail Entries", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo4 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Include details of any Suppliers created, deleted or modified.", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo5 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Include details of any application licenses created, deleted or modified.", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo6 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Include details of any changes in the application properties (Product ID, Support" +
                                                                                                                                 " Contracts etc)", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
     this.label5 = new System.Windows.Forms.Label();
     this.ultraToolTipManager1 = new Infragistics.Win.UltraWinToolTip.UltraToolTipManager(this.components);
     this.rbAssetChanges       = new System.Windows.Forms.RadioButton();
     this.rbUsers           = new System.Windows.Forms.RadioButton();
     this.rbAll             = new System.Windows.Forms.RadioButton();
     this.rbSuppliers       = new System.Windows.Forms.RadioButton();
     this.rdLicenseChanges  = new System.Windows.Forms.RadioButton();
     this.rdPropertyChanges = new System.Windows.Forms.RadioButton();
     this.label2            = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // label5
     //
     this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Location  = new System.Drawing.Point(7, 95);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(244, 61);
     this.label5.TabIndex  = 14;
     this.label5.Text      = "Select which Audit Trail Entries should be displayed by clicking the buttons belo" +
                             "w.";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ultraToolTipManager1
     //
     this.ultraToolTipManager1.ContainingControl = this;
     //
     // rbAssetChanges
     //
     this.rbAssetChanges.BackColor         = System.Drawing.Color.Transparent;
     this.rbAssetChanges.Image             = global::Layton.AuditWizard.AuditTrail.Properties.Resources.computer32;
     this.rbAssetChanges.ImageAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.rbAssetChanges.Location          = new System.Drawing.Point(10, 328);
     this.rbAssetChanges.Name              = "rbAssetChanges";
     this.rbAssetChanges.Size              = new System.Drawing.Size(247, 39);
     this.rbAssetChanges.TabIndex          = 22;
     this.rbAssetChanges.Text              = "Asset Changes";
     this.rbAssetChanges.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     ultraToolTipInfo1.ToolTipText         = "Include details of changes (other that changes picked up from an audit) made to a" +
                                             "ssets within the database.";
     this.ultraToolTipManager1.SetUltraToolTip(this.rbAssetChanges, ultraToolTipInfo1);
     this.rbAssetChanges.UseVisualStyleBackColor = false;
     this.rbAssetChanges.CheckedChanged         += new System.EventHandler(this.rdAssets_CheckedChanged);
     //
     // rbUsers
     //
     this.rbUsers.BackColor         = System.Drawing.Color.Transparent;
     this.rbUsers.Image             = global::Layton.AuditWizard.AuditTrail.Properties.Resources.userdetails_32;
     this.rbUsers.ImageAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.rbUsers.Location          = new System.Drawing.Point(10, 283);
     this.rbUsers.Name              = "rbUsers";
     this.rbUsers.Size              = new System.Drawing.Size(247, 39);
     this.rbUsers.TabIndex          = 21;
     this.rbUsers.Text              = "User Changes";
     this.rbUsers.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     ultraToolTipInfo2.ToolTipText  = "Include details of any Users created, deleted or modified.";
     this.ultraToolTipManager1.SetUltraToolTip(this.rbUsers, ultraToolTipInfo2);
     this.rbUsers.UseVisualStyleBackColor = false;
     this.rbUsers.CheckedChanged         += new System.EventHandler(this.rbUsers_CheckedChanged);
     //
     // rbAll
     //
     this.rbAll.BackColor          = System.Drawing.Color.Transparent;
     this.rbAll.Checked            = true;
     this.rbAll.Image              = global::Layton.AuditWizard.AuditTrail.Properties.Resources.AuditTrail;
     this.rbAll.ImageAlign         = System.Drawing.ContentAlignment.MiddleLeft;
     this.rbAll.Location           = new System.Drawing.Point(10, 373);
     this.rbAll.Name               = "rbAll";
     this.rbAll.Size               = new System.Drawing.Size(247, 39);
     this.rbAll.TabIndex           = 20;
     this.rbAll.TabStop            = true;
     this.rbAll.Text               = "All Audit Trail Entries";
     this.rbAll.TextImageRelation  = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     ultraToolTipInfo3.ToolTipText = "Show ALL Audit Trail Entries";
     this.ultraToolTipManager1.SetUltraToolTip(this.rbAll, ultraToolTipInfo3);
     this.rbAll.UseVisualStyleBackColor = false;
     this.rbAll.CheckedChanged         += new System.EventHandler(this.rbAll_CheckedChanged);
     //
     // rbSuppliers
     //
     this.rbSuppliers.BackColor         = System.Drawing.Color.Transparent;
     this.rbSuppliers.Image             = global::Layton.AuditWizard.AuditTrail.Properties.Resources.supplier_32;
     this.rbSuppliers.ImageAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.rbSuppliers.Location          = new System.Drawing.Point(10, 238);
     this.rbSuppliers.Name              = "rbSuppliers";
     this.rbSuppliers.Size              = new System.Drawing.Size(247, 39);
     this.rbSuppliers.TabIndex          = 19;
     this.rbSuppliers.Text              = "Supplier Changes";
     this.rbSuppliers.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     ultraToolTipInfo4.ToolTipText      = "Include details of any Suppliers created, deleted or modified.";
     this.ultraToolTipManager1.SetUltraToolTip(this.rbSuppliers, ultraToolTipInfo4);
     this.rbSuppliers.UseVisualStyleBackColor = false;
     this.rbSuppliers.CheckedChanged         += new System.EventHandler(this.rbSuppliers_CheckedChanged);
     //
     // rdLicenseChanges
     //
     this.rdLicenseChanges.BackColor         = System.Drawing.Color.Transparent;
     this.rdLicenseChanges.Image             = global::Layton.AuditWizard.AuditTrail.Properties.Resources.application_license_32;
     this.rdLicenseChanges.ImageAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.rdLicenseChanges.Location          = new System.Drawing.Point(10, 193);
     this.rdLicenseChanges.Name              = "rdLicenseChanges";
     this.rdLicenseChanges.Size              = new System.Drawing.Size(247, 39);
     this.rdLicenseChanges.TabIndex          = 17;
     this.rdLicenseChanges.Text              = "Application License Changes";
     this.rdLicenseChanges.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     ultraToolTipInfo5.ToolTipText           = "Include details of any application licenses created, deleted or modified.";
     this.ultraToolTipManager1.SetUltraToolTip(this.rdLicenseChanges, ultraToolTipInfo5);
     this.rdLicenseChanges.UseVisualStyleBackColor = false;
     this.rdLicenseChanges.CheckedChanged         += new System.EventHandler(this.rdLicenseChanges_CheckedChanged);
     //
     // rdPropertyChanges
     //
     this.rdPropertyChanges.BackColor         = System.Drawing.Color.Transparent;
     this.rdPropertyChanges.Image             = global::Layton.AuditWizard.AuditTrail.Properties.Resources.application_properties_32;
     this.rdPropertyChanges.ImageAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.rdPropertyChanges.Location          = new System.Drawing.Point(10, 149);
     this.rdPropertyChanges.Name              = "rdPropertyChanges";
     this.rdPropertyChanges.Size              = new System.Drawing.Size(247, 39);
     this.rdPropertyChanges.TabIndex          = 16;
     this.rdPropertyChanges.Text              = "Application Property Changes";
     this.rdPropertyChanges.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     ultraToolTipInfo6.ToolTipText            = "Include details of any changes in the application properties (Product ID, Support" +
                                                " Contracts etc)";
     this.ultraToolTipManager1.SetUltraToolTip(this.rdPropertyChanges, ultraToolTipInfo6);
     this.rdPropertyChanges.UseVisualStyleBackColor = false;
     this.rdPropertyChanges.CheckedChanged         += new System.EventHandler(this.rdPropertyChanges_CheckedChanged);
     //
     // label2
     //
     this.label2.BackColor  = System.Drawing.Color.Transparent;
     this.label2.Font       = new System.Drawing.Font("Verdana", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Image      = global::Layton.AuditWizard.AuditTrail.Properties.Resources.AuditTrail_96;
     this.label2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.label2.Location   = new System.Drawing.Point(-5, 0);
     this.label2.Name       = "label2";
     this.label2.Size       = new System.Drawing.Size(206, 102);
     this.label2.TabIndex   = 7;
     this.label2.Text       = "Audit \r\nTrail";
     this.label2.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // AuditTrailExplorerView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.Controls.Add(this.rbAssetChanges);
     this.Controls.Add(this.rbUsers);
     this.Controls.Add(this.rbAll);
     this.Controls.Add(this.rbSuppliers);
     this.Controls.Add(this.rdLicenseChanges);
     this.Controls.Add(this.rdPropertyChanges);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label2);
     this.Font = new System.Drawing.Font("Verdana", 8.25F);
     this.Name = "AuditTrailExplorerView";
     this.Size = new System.Drawing.Size(258, 471);
     this.ResumeLayout(false);
 }
예제 #23
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Infragistics.Win.ValueListItem valueListItem9 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem10 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem7 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem8 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton("open");
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinEditors.EditorButton editorButton2 = new Infragistics.Win.UltraWinEditors.EditorButton("clear");
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo1 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("", Infragistics.Win.ToolTipImage.Info, "Oggetto del messaggio", Infragistics.Win.DefaultableBoolean.Default);
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TestoMessaggioUC));
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinEditors.EditorButton editorButton3 = new Infragistics.Win.UltraWinEditors.EditorButton("clear");
            Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
            this.headerPanel = new Infragistics.Win.Misc.UltraPanel();
            this.panelParametriManuale = new System.Windows.Forms.Panel();
            this.formatoDocumento = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.lblFormato = new Infragistics.Win.Misc.UltraLabel();
            this.aggregazioneDocumenti = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
            this.numeraPagine = new System.Windows.Forms.CheckBox();
            this.apriFile = new System.Windows.Forms.CheckBox();
            this.accodaMessaggio = new System.Windows.Forms.CheckBox();
            this.panelParametriLettera = new System.Windows.Forms.Panel();
            this.primaPagina = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.tipoLettera = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
            this.colore = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.fronteRetro = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.sottoTipoMessaggio = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
            this.tipoMessaggio = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
            this.lblMittente = new Infragistics.Win.Misc.UltraLabel();
            this.mittente = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.modelliLettera = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.modelloLetteraDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.btnConferma = new Infragistics.Win.Misc.UltraButton();
            this.lblRapportino = new Infragistics.Win.Misc.UltraLabel();
            this.emailRapportino = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.footerPanel = new Infragistics.Win.Misc.UltraPanel();
            this.lblLettera = new Infragistics.Win.Misc.UltraLabel();
            this.invioVeloce = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.oggettoPanel = new Infragistics.Win.Misc.UltraPanel();
            this.oggetto = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblOggetto = new Infragistics.Win.Misc.UltraLabel();
            this.panelTesto = new System.Windows.Forms.Panel();
            this.panelInfoSms = new System.Windows.Forms.Panel();
            this.numeroSms = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblCaratteriRimanenti = new Infragistics.Win.Misc.UltraLabel();
            this.lblNumeroSms = new Infragistics.Win.Misc.UltraLabel();
            this.caratteriRimasti = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.testoSemplice = new Gipasoft.Stabili.UI.Library.GestioneTestoUC();
            this.testoRich = new Gipasoft.Stabili.UI.Library.RichControlEditorUC();
            this.panelModello = new System.Windows.Forms.Panel();
            this.lblModello = new Infragistics.Win.Misc.UltraLabel();
            this.modelli = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.modelloLetteraTestoDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.reqTipoMessaggio = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.validationSummary1 = new Gipasoft.Windows.Forms.CustomValidation.ValidationSummary(this.components);
            this.validationSummaryLettera = new Gipasoft.Windows.Forms.CustomValidation.ValidationSummary(this.components);
            this.customSottoTipoMessaggioValidator = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            this.customRapportinoValidator = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            this.reqMittente = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.mittenteValidator = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            this.oggettoValidator = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            this.modelloValidator = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            this.reqModelliLettera = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.messageToolTip = new Infragistics.Win.UltraWinToolTip.UltraToolTipManager(this.components);
            this.headerPanel.ClientArea.SuspendLayout();
            this.headerPanel.SuspendLayout();
            this.panelParametriManuale.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.formatoDocumento)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.aggregazioneDocumenti)).BeginInit();
            this.panelParametriLettera.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.primaPagina)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoLettera)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.colore)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fronteRetro)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sottoTipoMessaggio)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoMessaggio)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.mittente)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.modelliLettera)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.modelloLetteraDTOBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emailRapportino)).BeginInit();
            this.tableLayoutPanel1.SuspendLayout();
            this.footerPanel.ClientArea.SuspendLayout();
            this.footerPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.invioVeloce)).BeginInit();
            this.oggettoPanel.ClientArea.SuspendLayout();
            this.oggettoPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.oggetto)).BeginInit();
            this.panelTesto.SuspendLayout();
            this.panelInfoSms.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numeroSms)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.caratteriRimasti)).BeginInit();
            this.panelModello.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.modelli)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.modelloLetteraTestoDTOBindingSource)).BeginInit();
            this.SuspendLayout();
            // 
            // headerPanel
            // 
            // 
            // headerPanel.ClientArea
            // 
            this.headerPanel.ClientArea.Controls.Add(this.panelParametriManuale);
            this.headerPanel.ClientArea.Controls.Add(this.panelParametriLettera);
            this.headerPanel.ClientArea.Controls.Add(this.sottoTipoMessaggio);
            this.headerPanel.ClientArea.Controls.Add(this.tipoMessaggio);
            this.headerPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.headerPanel.Location = new System.Drawing.Point(3, 3);
            this.headerPanel.Name = "headerPanel";
            this.headerPanel.Size = new System.Drawing.Size(614, 54);
            this.headerPanel.TabIndex = 1;
            // 
            // panelParametriManuale
            // 
            this.panelParametriManuale.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.panelParametriManuale.Controls.Add(this.formatoDocumento);
            this.panelParametriManuale.Controls.Add(this.lblFormato);
            this.panelParametriManuale.Controls.Add(this.aggregazioneDocumenti);
            this.panelParametriManuale.Controls.Add(this.numeraPagine);
            this.panelParametriManuale.Controls.Add(this.apriFile);
            this.panelParametriManuale.Controls.Add(this.accodaMessaggio);
            this.panelParametriManuale.Location = new System.Drawing.Point(199, 3);
            this.panelParametriManuale.Name = "panelParametriManuale";
            this.panelParametriManuale.Size = new System.Drawing.Size(412, 51);
            this.panelParametriManuale.TabIndex = 3;
            // 
            // formatoDocumento
            // 
            this.formatoDocumento.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            valueListItem9.DataValue = "pdf";
            valueListItem9.DisplayText = "Pdf";
            valueListItem10.DataValue = "doc";
            valueListItem10.DisplayText = "Doc";
            this.formatoDocumento.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem9,
            valueListItem10});
            this.formatoDocumento.Location = new System.Drawing.Point(58, 3);
            this.formatoDocumento.Name = "formatoDocumento";
            this.formatoDocumento.Size = new System.Drawing.Size(63, 21);
            this.formatoDocumento.TabIndex = 6;
            // 
            // lblFormato
            // 
            this.lblFormato.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.lblFormato.Location = new System.Drawing.Point(3, 4);
            this.lblFormato.Name = "lblFormato";
            this.lblFormato.Size = new System.Drawing.Size(49, 23);
            this.lblFormato.TabIndex = 5;
            this.lblFormato.Text = "Formato";
            // 
            // aggregazioneDocumenti
            // 
            this.aggregazioneDocumenti.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.aggregazioneDocumenti.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
            this.aggregazioneDocumenti.CheckedIndex = 0;
            valueListItem3.CheckState = System.Windows.Forms.CheckState.Checked;
            valueListItem3.DataValue = "SP";
            valueListItem3.DisplayText = "Singolo per persona";
            valueListItem4.DataValue = "ST";
            valueListItem4.DisplayText = "Singolo";
            valueListItem6.DataValue = "SE";
            valueListItem6.DisplayText = "Separati";
            this.aggregazioneDocumenti.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem3,
            valueListItem4,
            valueListItem6});
            this.aggregazioneDocumenti.ItemSpacingHorizontal = 10;
            this.aggregazioneDocumenti.Location = new System.Drawing.Point(129, 26);
            this.aggregazioneDocumenti.Name = "aggregazioneDocumenti";
            this.aggregazioneDocumenti.Size = new System.Drawing.Size(281, 20);
            this.aggregazioneDocumenti.TabIndex = 4;
            this.aggregazioneDocumenti.Text = "Singolo per persona";
            this.aggregazioneDocumenti.ValueChanged += new System.EventHandler(this.aggregazioneDocumenti_ValueChanged);
            // 
            // numeraPagine
            // 
            this.numeraPagine.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.numeraPagine.AutoSize = true;
            this.numeraPagine.Location = new System.Drawing.Point(323, 5);
            this.numeraPagine.Name = "numeraPagine";
            this.numeraPagine.Size = new System.Drawing.Size(87, 17);
            this.numeraPagine.TabIndex = 2;
            this.numeraPagine.Text = "Num. Pagina";
            this.numeraPagine.UseVisualStyleBackColor = true;
            // 
            // apriFile
            // 
            this.apriFile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.apriFile.AutoSize = true;
            this.apriFile.Checked = true;
            this.apriFile.CheckState = System.Windows.Forms.CheckState.Checked;
            this.apriFile.Location = new System.Drawing.Point(254, 5);
            this.apriFile.Name = "apriFile";
            this.apriFile.Size = new System.Drawing.Size(63, 17);
            this.apriFile.TabIndex = 1;
            this.apriFile.Text = "Apri File";
            this.apriFile.UseVisualStyleBackColor = true;
            // 
            // accodaMessaggio
            // 
            this.accodaMessaggio.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.accodaMessaggio.AutoSize = true;
            this.accodaMessaggio.Location = new System.Drawing.Point(129, 4);
            this.accodaMessaggio.Name = "accodaMessaggio";
            this.accodaMessaggio.Size = new System.Drawing.Size(117, 17);
            this.accodaMessaggio.TabIndex = 0;
            this.accodaMessaggio.Text = "Accoda Messaggio";
            this.accodaMessaggio.UseVisualStyleBackColor = true;
            // 
            // panelParametriLettera
            // 
            this.panelParametriLettera.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.panelParametriLettera.Controls.Add(this.primaPagina);
            this.panelParametriLettera.Controls.Add(this.tipoLettera);
            this.panelParametriLettera.Controls.Add(this.colore);
            this.panelParametriLettera.Controls.Add(this.fronteRetro);
            this.panelParametriLettera.Location = new System.Drawing.Point(323, 3);
            this.panelParametriLettera.Name = "panelParametriLettera";
            this.panelParametriLettera.Size = new System.Drawing.Size(288, 49);
            this.panelParametriLettera.TabIndex = 2;
            this.panelParametriLettera.Visible = false;
            // 
            // primaPagina
            // 
            this.primaPagina.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.primaPagina.Location = new System.Drawing.Point(104, 26);
            this.primaPagina.Name = "primaPagina";
            this.primaPagina.Size = new System.Drawing.Size(181, 20);
            this.primaPagina.TabIndex = 3;
            this.primaPagina.Text = "Prima pagina con solo mittente";
            // 
            // tipoLettera
            // 
            this.tipoLettera.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
            this.tipoLettera.CheckedIndex = 1;
            valueListItem7.DataValue = "RACCOMANDATA";
            valueListItem7.DisplayText = "Racc.";
            valueListItem8.DataValue = "RACCOMANDATAAR";
            valueListItem8.DisplayText = "Racc. AR";
            valueListItem5.DataValue = "PRIORITARIA";
            valueListItem5.DisplayText = "Prior.";
            this.tipoLettera.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem7,
            valueListItem8,
            valueListItem5});
            this.tipoLettera.Location = new System.Drawing.Point(3, 6);
            this.tipoLettera.Name = "tipoLettera";
            this.tipoLettera.Size = new System.Drawing.Size(170, 18);
            this.tipoLettera.TabIndex = 2;
            this.tipoLettera.Text = "Racc. AR";
            // 
            // colore
            // 
            this.colore.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.colore.Location = new System.Drawing.Point(228, 3);
            this.colore.Name = "colore";
            this.colore.Size = new System.Drawing.Size(57, 20);
            this.colore.TabIndex = 1;
            this.colore.Text = "Colore";
            // 
            // fronteRetro
            // 
            this.fronteRetro.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.fronteRetro.Checked = true;
            this.fronteRetro.CheckState = System.Windows.Forms.CheckState.Checked;
            this.fronteRetro.Location = new System.Drawing.Point(178, 3);
            this.fronteRetro.Name = "fronteRetro";
            this.fronteRetro.Size = new System.Drawing.Size(44, 20);
            this.fronteRetro.TabIndex = 0;
            this.fronteRetro.Text = "F/R";
            // 
            // sottoTipoMessaggio
            // 
            this.sottoTipoMessaggio.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
            valueListItem1.DataValue = "Default Item";
            valueListItem1.DisplayText = "Default Item";
            this.sottoTipoMessaggio.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem1});
            this.sottoTipoMessaggio.ItemSpacingHorizontal = 5;
            this.sottoTipoMessaggio.ItemSpacingVertical = 10;
            this.sottoTipoMessaggio.Location = new System.Drawing.Point(302, 3);
            this.sottoTipoMessaggio.Name = "sottoTipoMessaggio";
            this.sottoTipoMessaggio.Size = new System.Drawing.Size(229, 32);
            this.sottoTipoMessaggio.TabIndex = 1;
            this.sottoTipoMessaggio.Visible = false;
            this.sottoTipoMessaggio.ValueChanged += new System.EventHandler(this.sottoTipoMessaggioValueChanged);
            // 
            // tipoMessaggio
            // 
            this.tipoMessaggio.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
            valueListItem2.DataValue = "Default Item";
            valueListItem2.DisplayText = "Default Item";
            this.tipoMessaggio.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem2});
            this.tipoMessaggio.ItemSpacingHorizontal = 5;
            this.tipoMessaggio.ItemSpacingVertical = 10;
            this.tipoMessaggio.Location = new System.Drawing.Point(2, 3);
            this.tipoMessaggio.Name = "tipoMessaggio";
            this.tipoMessaggio.Size = new System.Drawing.Size(294, 32);
            this.tipoMessaggio.TabIndex = 0;
            this.tipoMessaggio.ValueChanged += new System.EventHandler(this.tipoMessaggioValueChanged);
            // 
            // lblMittente
            // 
            this.lblMittente.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.lblMittente.Location = new System.Drawing.Point(82, 7);
            this.lblMittente.Name = "lblMittente";
            this.lblMittente.Size = new System.Drawing.Size(63, 18);
            this.lblMittente.TabIndex = 130;
            this.lblMittente.Text = "Mittente";
            // 
            // mittente
            // 
            this.mittente.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.mittente.Location = new System.Drawing.Point(151, 3);
            this.mittente.Name = "mittente";
            this.mittente.Size = new System.Drawing.Size(145, 21);
            this.mittente.TabIndex = 129;
            // 
            // modelliLettera
            // 
            this.modelliLettera.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.modelliLettera.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            appearance1.Image = global::Gipasoft.Stabili.UI.Messaggistica.MessaggisticaResources.folder;
            editorButton1.Appearance = appearance1;
            editorButton1.Key = "open";
            appearance2.Image = global::Gipasoft.Stabili.UI.Messaggistica.MessaggisticaResources.clear;
            editorButton2.Appearance = appearance2;
            editorButton2.Key = "clear";
            this.modelliLettera.ButtonsRight.Add(editorButton1);
            this.modelliLettera.ButtonsRight.Add(editorButton2);
            this.modelliLettera.DataSource = this.modelloLetteraDTOBindingSource;
            this.modelliLettera.DisplayMember = "Descrizione";
            this.modelliLettera.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.modelliLettera.Location = new System.Drawing.Point(401, 31);
            this.modelliLettera.Name = "modelliLettera";
            this.modelliLettera.Size = new System.Drawing.Size(192, 21);
            this.modelliLettera.TabIndex = 127;
            this.modelliLettera.ValueMember = "Id";
            this.modelliLettera.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.modelliLetteraEditorButtonClick);
            // 
            // modelloLetteraDTOBindingSource
            // 
            this.modelloLetteraDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.ModelloLetteraDTO);
            // 
            // btnConferma
            // 
            this.btnConferma.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnConferma.Location = new System.Drawing.Point(2, 30);
            this.btnConferma.Name = "btnConferma";
            this.btnConferma.Size = new System.Drawing.Size(75, 23);
            this.btnConferma.TabIndex = 0;
            this.btnConferma.Text = "Conferma";
            this.btnConferma.Click += new System.EventHandler(this.btnConfermaClick);
            // 
            // lblRapportino
            // 
            this.lblRapportino.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.lblRapportino.Location = new System.Drawing.Point(82, 34);
            this.lblRapportino.Name = "lblRapportino";
            this.lblRapportino.Size = new System.Drawing.Size(63, 18);
            this.lblRapportino.TabIndex = 2;
            this.lblRapportino.Text = "Rapportino";
            // 
            // emailRapportino
            // 
            this.emailRapportino.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.emailRapportino.Location = new System.Drawing.Point(151, 30);
            this.emailRapportino.Name = "emailRapportino";
            this.emailRapportino.Size = new System.Drawing.Size(145, 21);
            this.emailRapportino.TabIndex = 1;
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.ColumnCount = 1;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.Controls.Add(this.headerPanel, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.footerPanel, 0, 4);
            this.tableLayoutPanel1.Controls.Add(this.oggettoPanel, 0, 1);
            this.tableLayoutPanel1.Controls.Add(this.panelTesto, 0, 3);
            this.tableLayoutPanel1.Controls.Add(this.panelModello, 0, 2);
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 5;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 65F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(620, 532);
            this.tableLayoutPanel1.TabIndex = 8;
            // 
            // footerPanel
            // 
            // 
            // footerPanel.ClientArea
            // 
            this.footerPanel.ClientArea.Controls.Add(this.lblLettera);
            this.footerPanel.ClientArea.Controls.Add(this.invioVeloce);
            this.footerPanel.ClientArea.Controls.Add(this.lblMittente);
            this.footerPanel.ClientArea.Controls.Add(this.mittente);
            this.footerPanel.ClientArea.Controls.Add(this.emailRapportino);
            this.footerPanel.ClientArea.Controls.Add(this.modelliLettera);
            this.footerPanel.ClientArea.Controls.Add(this.lblRapportino);
            this.footerPanel.ClientArea.Controls.Add(this.btnConferma);
            this.footerPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.footerPanel.Location = new System.Drawing.Point(3, 470);
            this.footerPanel.Name = "footerPanel";
            this.footerPanel.Size = new System.Drawing.Size(614, 59);
            this.footerPanel.TabIndex = 92;
            // 
            // lblLettera
            // 
            this.lblLettera.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.lblLettera.Location = new System.Drawing.Point(351, 35);
            this.lblLettera.Name = "lblLettera";
            this.lblLettera.Size = new System.Drawing.Size(44, 18);
            this.lblLettera.TabIndex = 132;
            this.lblLettera.Text = "Lettera";
            // 
            // invioVeloce
            // 
            this.invioVeloce.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.invioVeloce.Location = new System.Drawing.Point(508, 4);
            this.invioVeloce.Name = "invioVeloce";
            this.invioVeloce.Size = new System.Drawing.Size(85, 20);
            this.invioVeloce.TabIndex = 131;
            this.invioVeloce.Text = "Invio Veloce";
            // 
            // oggettoPanel
            // 
            // 
            // oggettoPanel.ClientArea
            // 
            this.oggettoPanel.ClientArea.Controls.Add(this.oggetto);
            this.oggettoPanel.ClientArea.Controls.Add(this.lblOggetto);
            this.oggettoPanel.Location = new System.Drawing.Point(3, 63);
            this.oggettoPanel.Name = "oggettoPanel";
            this.oggettoPanel.Size = new System.Drawing.Size(593, 29);
            this.oggettoPanel.TabIndex = 93;
            // 
            // oggetto
            // 
            this.oggetto.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.oggetto.Location = new System.Drawing.Point(59, 3);
            this.oggetto.Name = "oggetto";
            this.oggetto.Size = new System.Drawing.Size(529, 21);
            this.oggetto.TabIndex = 132;
            ultraToolTipInfo1.ToolTipImage = Infragistics.Win.ToolTipImage.Info;
            ultraToolTipInfo1.ToolTipTextFormatted = resources.GetString("ultraToolTipInfo1.ToolTipTextFormatted");
            ultraToolTipInfo1.ToolTipTitle = "Oggetto del messaggio";
            this.messageToolTip.SetUltraToolTip(this.oggetto, ultraToolTipInfo1);
            // 
            // lblOggetto
            // 
            this.lblOggetto.Location = new System.Drawing.Point(3, 8);
            this.lblOggetto.Name = "lblOggetto";
            this.lblOggetto.Size = new System.Drawing.Size(50, 18);
            this.lblOggetto.TabIndex = 131;
            this.lblOggetto.Text = "Oggetto";
            // 
            // panelTesto
            // 
            this.panelTesto.Controls.Add(this.panelInfoSms);
            this.panelTesto.Controls.Add(this.testoSemplice);
            this.panelTesto.Controls.Add(this.testoRich);
            this.panelTesto.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelTesto.Location = new System.Drawing.Point(3, 134);
            this.panelTesto.Name = "panelTesto";
            this.panelTesto.Size = new System.Drawing.Size(614, 330);
            this.panelTesto.TabIndex = 94;
            // 
            // panelInfoSms
            // 
            this.panelInfoSms.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.panelInfoSms.Controls.Add(this.numeroSms);
            this.panelInfoSms.Controls.Add(this.lblCaratteriRimanenti);
            this.panelInfoSms.Controls.Add(this.lblNumeroSms);
            this.panelInfoSms.Controls.Add(this.caratteriRimasti);
            this.panelInfoSms.Location = new System.Drawing.Point(341, 3);
            this.panelInfoSms.Name = "panelInfoSms";
            this.panelInfoSms.Size = new System.Drawing.Size(270, 25);
            this.panelInfoSms.TabIndex = 100;
            // 
            // numeroSms
            // 
            appearance3.TextHAlignAsString = "Center";
            this.numeroSms.Appearance = appearance3;
            this.numeroSms.Location = new System.Drawing.Point(238, 1);
            this.numeroSms.Name = "numeroSms";
            this.numeroSms.ReadOnly = true;
            this.numeroSms.Size = new System.Drawing.Size(25, 21);
            this.numeroSms.TabIndex = 99;
            this.numeroSms.Text = "1";
            // 
            // lblCaratteriRimanenti
            // 
            this.lblCaratteriRimanenti.Location = new System.Drawing.Point(56, 5);
            this.lblCaratteriRimanenti.Name = "lblCaratteriRimanenti";
            this.lblCaratteriRimanenti.Size = new System.Drawing.Size(90, 16);
            this.lblCaratteriRimanenti.TabIndex = 96;
            this.lblCaratteriRimanenti.Text = "Caretteri rimasti";
            // 
            // lblNumeroSms
            // 
            this.lblNumeroSms.Location = new System.Drawing.Point(205, 5);
            this.lblNumeroSms.Name = "lblNumeroSms";
            this.lblNumeroSms.Size = new System.Drawing.Size(27, 16);
            this.lblNumeroSms.TabIndex = 98;
            this.lblNumeroSms.Text = "Sms";
            // 
            // caratteriRimasti
            // 
            appearance4.TextHAlignAsString = "Center";
            this.caratteriRimasti.Appearance = appearance4;
            this.caratteriRimasti.Location = new System.Drawing.Point(152, 1);
            this.caratteriRimasti.Name = "caratteriRimasti";
            this.caratteriRimasti.ReadOnly = true;
            this.caratteriRimasti.Size = new System.Drawing.Size(45, 21);
            this.caratteriRimasti.TabIndex = 97;
            this.caratteriRimasti.Text = "160";
            // 
            // testoSemplice
            // 
            this.testoSemplice.Dock = System.Windows.Forms.DockStyle.Fill;
            this.testoSemplice.Location = new System.Drawing.Point(0, 0);
            this.testoSemplice.Name = "testoSemplice";
            this.testoSemplice.Size = new System.Drawing.Size(614, 330);
            this.testoSemplice.TabIndex = 95;
            this.testoSemplice.Visible = false;
            // 
            // testoRich
            // 
            this.testoRich.Allegati = null;
            this.testoRich.Dock = System.Windows.Forms.DockStyle.Fill;
            this.testoRich.IdCondominio = null;
            this.testoRich.Location = new System.Drawing.Point(0, 0);
            this.testoRich.Name = "testoRich";
            this.testoRich.ReadOnly = false;
            this.testoRich.Size = new System.Drawing.Size(614, 330);
            this.testoRich.TabIndex = 94;
            // 
            // panelModello
            // 
            this.panelModello.Controls.Add(this.lblModello);
            this.panelModello.Controls.Add(this.modelli);
            this.panelModello.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelModello.Location = new System.Drawing.Point(3, 98);
            this.panelModello.Name = "panelModello";
            this.panelModello.Size = new System.Drawing.Size(614, 30);
            this.panelModello.TabIndex = 95;
            // 
            // lblModello
            // 
            this.lblModello.Location = new System.Drawing.Point(3, 5);
            this.lblModello.Name = "lblModello";
            this.lblModello.Size = new System.Drawing.Size(50, 18);
            this.lblModello.TabIndex = 132;
            this.lblModello.Text = "Modello";
            // 
            // modelli
            // 
            appearance5.Image = global::Gipasoft.Stabili.UI.Messaggistica.MessaggisticaResources.clear;
            editorButton3.Appearance = appearance5;
            editorButton3.Key = "clear";
            this.modelli.ButtonsRight.Add(editorButton3);
            this.modelli.DataSource = this.modelloLetteraTestoDTOBindingSource;
            this.modelli.DisplayMember = "Descrizione";
            this.modelli.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.modelli.Location = new System.Drawing.Point(59, 2);
            this.modelli.Name = "modelli";
            this.modelli.Size = new System.Drawing.Size(529, 21);
            this.modelli.TabIndex = 8;
            this.modelli.ValueMember = "Id";
            this.modelli.ValueChanged += new System.EventHandler(this.modelliValueChanged);
            this.modelli.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.modelliEditorButtonClick);
            // 
            // modelloLetteraTestoDTOBindingSource
            // 
            this.modelloLetteraTestoDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.ModelloLetteraTestoDTO);
            // 
            // reqTipoMessaggio
            // 
            this.reqTipoMessaggio.ControlToValidate = this.tipoMessaggio;
            this.reqTipoMessaggio.ErrorMessage = "Scegliere un tipo di messaggio";
            this.reqTipoMessaggio.Icon = ((System.Drawing.Icon)(resources.GetObject("reqTipoMessaggio.Icon")));
            // 
            // customSottoTipoMessaggioValidator
            // 
            this.customSottoTipoMessaggioValidator.ControlToValidate = this.sottoTipoMessaggio;
            this.customSottoTipoMessaggioValidator.ErrorMessage = "Scegliere una opzione";
            this.customSottoTipoMessaggioValidator.Icon = ((System.Drawing.Icon)(resources.GetObject("customSottoTipoMessaggioValidator.Icon")));
            this.customSottoTipoMessaggioValidator.Validating += new Gipasoft.Windows.Forms.CustomValidation.CustomValidator.ValidatingEventHandler(this.customSottoTipoMessaggioValidatorValidating);
            // 
            // customRapportinoValidator
            // 
            this.customRapportinoValidator.ControlToValidate = this.emailRapportino;
            this.customRapportinoValidator.ErrorMessage = "Inserire un indirizzo email valido";
            this.customRapportinoValidator.Icon = ((System.Drawing.Icon)(resources.GetObject("customRapportinoValidator.Icon")));
            this.customRapportinoValidator.Validating += new Gipasoft.Windows.Forms.CustomValidation.CustomValidator.ValidatingEventHandler(this.customRapportinoValidatorValidating);
            // 
            // reqMittente
            // 
            this.reqMittente.ControlToValidate = this.mittente;
            this.reqMittente.ErrorMessage = "Inserire il mittente";
            this.reqMittente.Icon = ((System.Drawing.Icon)(resources.GetObject("reqMittente.Icon")));
            // 
            // mittenteValidator
            // 
            this.mittenteValidator.ControlToValidate = this.mittente;
            this.mittenteValidator.ErrorMessage = "Inserire un indirizzo email valido per il mittente";
            this.mittenteValidator.Icon = ((System.Drawing.Icon)(resources.GetObject("mittenteValidator.Icon")));
            this.mittenteValidator.Validating += new Gipasoft.Windows.Forms.CustomValidation.CustomValidator.ValidatingEventHandler(this.mittenteValidatorValidating);
            // 
            // oggettoValidator
            // 
            this.oggettoValidator.ControlToValidate = this.oggetto;
            this.oggettoValidator.ErrorMessage = "Inserire l\'oggetto";
            this.oggettoValidator.Icon = ((System.Drawing.Icon)(resources.GetObject("oggettoValidator.Icon")));
            this.oggettoValidator.Validating += new Gipasoft.Windows.Forms.CustomValidation.CustomValidator.ValidatingEventHandler(this.oggettoValidatorValidating);
            // 
            // modelloValidator
            // 
            this.modelloValidator.ControlToValidate = this.modelliLettera;
            this.modelloValidator.ErrorMessage = "Scegliere un modello di lettera";
            this.modelloValidator.Icon = ((System.Drawing.Icon)(resources.GetObject("modelloValidator.Icon")));
            this.modelloValidator.Validating += new Gipasoft.Windows.Forms.CustomValidation.CustomValidator.ValidatingEventHandler(this.modelloValidatorValidating);
            // 
            // reqModelliLettera
            // 
            this.reqModelliLettera.ControlToValidate = this.modelliLettera;
            this.reqModelliLettera.ErrorMessage = "Scegliere un modello di lettera";
            this.reqModelliLettera.Icon = ((System.Drawing.Icon)(resources.GetObject("reqModelliLettera.Icon")));
            // 
            // messageToolTip
            // 
            this.messageToolTip.ContainingControl = this;
            // 
            // TestoMessaggioUC
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.tableLayoutPanel1);
            this.Name = "TestoMessaggioUC";
            this.Size = new System.Drawing.Size(620, 532);
            this.headerPanel.ClientArea.ResumeLayout(false);
            this.headerPanel.ResumeLayout(false);
            this.panelParametriManuale.ResumeLayout(false);
            this.panelParametriManuale.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.formatoDocumento)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.aggregazioneDocumenti)).EndInit();
            this.panelParametriLettera.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.primaPagina)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoLettera)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.colore)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fronteRetro)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sottoTipoMessaggio)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoMessaggio)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.mittente)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.modelliLettera)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.modelloLetteraDTOBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emailRapportino)).EndInit();
            this.tableLayoutPanel1.ResumeLayout(false);
            this.footerPanel.ClientArea.ResumeLayout(false);
            this.footerPanel.ClientArea.PerformLayout();
            this.footerPanel.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.invioVeloce)).EndInit();
            this.oggettoPanel.ClientArea.ResumeLayout(false);
            this.oggettoPanel.ClientArea.PerformLayout();
            this.oggettoPanel.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.oggetto)).EndInit();
            this.panelTesto.ResumeLayout(false);
            this.panelInfoSms.ResumeLayout(false);
            this.panelInfoSms.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numeroSms)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.caratteriRimasti)).EndInit();
            this.panelModello.ResumeLayout(false);
            this.panelModello.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.modelli)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.modelloLetteraTestoDTOBindingSource)).EndInit();
            this.ResumeLayout(false);

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo1 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Cua gạch nướng than xào mật ong chấm nước mắm", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
     this.pnlBackground     = new Infragistics.Win.Misc.UltraPanel();
     this.lblUnitPrice      = new Infragistics.Win.Misc.UltraLabel();
     this.pnlBottom         = new Infragistics.Win.Misc.UltraPanel();
     this.lblInventoryName  = new Infragistics.Win.Misc.UltraLabel();
     this.ttpManager        = new Infragistics.Win.UltraWinToolTip.UltraToolTipManager(this.components);
     this.lblFillBackground = new Infragistics.Win.Misc.UltraLabel();
     this.pnlBackground.ClientArea.SuspendLayout();
     this.pnlBackground.SuspendLayout();
     this.pnlBottom.ClientArea.SuspendLayout();
     this.pnlBottom.SuspendLayout();
     this.SuspendLayout();
     //
     // pnlBackground
     //
     appearance1.BackColor          = System.Drawing.Color.Transparent;
     appearance1.BackColor2         = System.Drawing.Color.Transparent;
     appearance1.ImageBackground    = global::ClientApp.Properties.Resources._00a59e71_1b27_4bd4_a838_0a375ccd1fdb;
     this.pnlBackground.Appearance  = appearance1;
     this.pnlBackground.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
     //
     // pnlBackground.ClientArea
     //
     this.pnlBackground.ClientArea.Controls.Add(this.lblUnitPrice);
     this.pnlBackground.ClientArea.Controls.Add(this.lblFillBackground);
     this.pnlBackground.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlBackground.Location = new System.Drawing.Point(7, 5);
     this.pnlBackground.Name     = "pnlBackground";
     this.pnlBackground.Size     = new System.Drawing.Size(116, 89);
     this.pnlBackground.TabIndex = 1;
     //
     // lblUnitPrice
     //
     appearance2.BackColor          = System.Drawing.SystemColors.ActiveCaption;
     appearance2.BackColor2         = System.Drawing.SystemColors.ActiveCaption;
     appearance2.ForeColor          = System.Drawing.Color.White;
     appearance2.TextHAlignAsString = "Center";
     appearance2.TextVAlignAsString = "Middle";
     this.lblUnitPrice.Appearance   = appearance2;
     this.lblUnitPrice.AutoSize     = true;
     this.lblUnitPrice.Location     = new System.Drawing.Point(0, 0);
     this.lblUnitPrice.Name         = "lblUnitPrice";
     this.lblUnitPrice.Padding      = new System.Drawing.Size(3, 3);
     this.lblUnitPrice.Size         = new System.Drawing.Size(60, 20);
     this.lblUnitPrice.TabIndex     = 0;
     this.lblUnitPrice.Text         = "600.000 đ";
     this.lblUnitPrice.UseFlatMode  = Infragistics.Win.DefaultableBoolean.True;
     this.lblUnitPrice.UseOsThemes  = Infragistics.Win.DefaultableBoolean.False;
     this.lblUnitPrice.Click       += new System.EventHandler(this.lblUnitPrice_Click);
     //
     // pnlBottom
     //
     appearance4.BackColor      = System.Drawing.Color.Transparent;
     appearance4.BackColor2     = System.Drawing.Color.Transparent;
     this.pnlBottom.Appearance  = appearance4;
     this.pnlBottom.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
     //
     // pnlBottom.ClientArea
     //
     this.pnlBottom.ClientArea.Controls.Add(this.lblInventoryName);
     this.pnlBottom.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.pnlBottom.Location = new System.Drawing.Point(7, 94);
     this.pnlBottom.Name     = "pnlBottom";
     this.pnlBottom.Size     = new System.Drawing.Size(116, 31);
     this.pnlBottom.TabIndex = 2;
     //
     // lblInventoryName
     //
     appearance5.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     appearance5.BackColor2            = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     appearance5.TextHAlignAsString    = "Center";
     appearance5.TextVAlignAsString    = "Middle";
     this.lblInventoryName.Appearance  = appearance5;
     this.lblInventoryName.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.lblInventoryName.Location    = new System.Drawing.Point(0, 0);
     this.lblInventoryName.Name        = "lblInventoryName";
     this.lblInventoryName.Size        = new System.Drawing.Size(116, 31);
     this.lblInventoryName.TabIndex    = 0;
     this.lblInventoryName.Text        = "Cua gạch nướng than xào mật ong chấm nước mắm";
     this.lblInventoryName.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
     this.lblInventoryName.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
     this.lblInventoryName.Click      += new System.EventHandler(this.lblInventoryName_Click);
     //
     // ttpManager
     //
     this.ttpManager.ContainingControl = this;
     //
     // lblFillBackground
     //
     appearance3.BackColor             = System.Drawing.Color.Transparent;
     appearance3.BackColor2            = System.Drawing.Color.Transparent;
     appearance3.BackColorAlpha        = Infragistics.Win.Alpha.Transparent;
     appearance3.ImageAlpha            = Infragistics.Win.Alpha.Transparent;
     appearance3.ImageBackgroundAlpha  = Infragistics.Win.Alpha.Transparent;
     this.lblFillBackground.Appearance = appearance3;
     this.lblFillBackground.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.lblFillBackground.Location   = new System.Drawing.Point(0, 0);
     this.lblFillBackground.Name       = "lblFillBackground";
     this.lblFillBackground.Size       = new System.Drawing.Size(116, 89);
     this.lblFillBackground.TabIndex   = 1;
     this.lblFillBackground.Click     += new System.EventHandler(this.lblFillBackground_Click);
     //
     // UctFood
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.Transparent;
     this.Controls.Add(this.pnlBackground);
     this.Controls.Add(this.pnlBottom);
     this.Name    = "UctFood";
     this.Padding = new System.Windows.Forms.Padding(7, 5, 7, 5);
     this.Size    = new System.Drawing.Size(130, 130);
     ultraToolTipInfo1.ToolTipText = "Cua gạch nướng than xào mật ong chấm nước mắm";
     this.ttpManager.SetUltraToolTip(this, ultraToolTipInfo1);
     this.Load += new System.EventHandler(this.UctFood_Load);
     this.pnlBackground.ClientArea.ResumeLayout(false);
     this.pnlBackground.ClientArea.PerformLayout();
     this.pnlBackground.ResumeLayout(false);
     this.pnlBottom.ClientArea.ResumeLayout(false);
     this.pnlBottom.ResumeLayout(false);
     this.ResumeLayout(false);
 }
예제 #25
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager    resources         = new System.ComponentModel.ComponentResourceManager(typeof(FormApplicationProperties));
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo1 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Click here to change the publisher of this application.", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo2 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Current application publisher - click \'...\' to select a different publisher.", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo3 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Click here to change the publisher of this application.", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab();
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinTabControl.UltraTab ultraTab3 = new Infragistics.Win.UltraWinTabControl.UltraTab();
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
     this.ultraGroupBox1       = new Infragistics.Win.Misc.UltraGroupBox();
     this.tbVersion            = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.lblAliasDescription  = new System.Windows.Forms.Label();
     this.bnBrowseAlias        = new System.Windows.Forms.Button();
     this.lblAliasedTo         = new System.Windows.Forms.Label();
     this.tbAliasedApplication = new System.Windows.Forms.TextBox();
     this.bnSetPublisher       = new System.Windows.Forms.Button();
     this.label1                      = new System.Windows.Forms.Label();
     this.tbPublisher                 = new System.Windows.Forms.TextBox();
     this.tbName                      = new System.Windows.Forms.TextBox();
     this.label2                      = new System.Windows.Forms.Label();
     this.ultraTabPageControl2        = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
     this.notesControl                = new Layton.AuditWizard.Common.NotesControl();
     this.ultraTabPageControl3        = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
     this.documentsControl            = new Layton.AuditWizard.Common.DocumentsControl();
     this.openFileDialog1             = new System.Windows.Forms.OpenFileDialog();
     this.bnCancel                    = new System.Windows.Forms.Button();
     this.ultraToolTipManager1        = new Infragistics.Win.UltraWinToolTip.UltraToolTipManager(this.components);
     this.dataTabControl              = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
     this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
     this.bnOK = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.footerPictureBox)).BeginInit();
     this.ultraTabPageControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     this.ultraTabPageControl2.SuspendLayout();
     this.ultraTabPageControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataTabControl)).BeginInit();
     this.dataTabControl.SuspendLayout();
     this.SuspendLayout();
     //
     // footerPictureBox
     //
     this.footerPictureBox.Image    = global::Layton.AuditWizard.Applications.Properties.Resources.application_global_properties_corner;
     this.footerPictureBox.Location = new System.Drawing.Point(326, 427);
     //
     // ultraTabPageControl1
     //
     this.ultraTabPageControl1.Controls.Add(this.ultraGroupBox1);
     this.ultraTabPageControl1.Location = new System.Drawing.Point(1, 23);
     this.ultraTabPageControl1.Name     = "ultraTabPageControl1";
     this.ultraTabPageControl1.Size     = new System.Drawing.Size(753, 334);
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                         | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     appearance1.BackColor          = System.Drawing.Color.Transparent;
     this.ultraGroupBox1.Appearance = appearance1;
     this.ultraGroupBox1.Controls.Add(this.tbVersion);
     this.ultraGroupBox1.Controls.Add(this.label3);
     this.ultraGroupBox1.Controls.Add(this.lblAliasDescription);
     this.ultraGroupBox1.Controls.Add(this.bnBrowseAlias);
     this.ultraGroupBox1.Controls.Add(this.lblAliasedTo);
     this.ultraGroupBox1.Controls.Add(this.tbAliasedApplication);
     this.ultraGroupBox1.Controls.Add(this.bnSetPublisher);
     this.ultraGroupBox1.Controls.Add(this.label1);
     this.ultraGroupBox1.Controls.Add(this.tbPublisher);
     this.ultraGroupBox1.Controls.Add(this.tbName);
     this.ultraGroupBox1.Controls.Add(this.label2);
     this.ultraGroupBox1.Location = new System.Drawing.Point(12, 14);
     this.ultraGroupBox1.Name     = "ultraGroupBox1";
     this.ultraGroupBox1.Size     = new System.Drawing.Size(724, 292);
     this.ultraGroupBox1.TabIndex = 21;
     this.ultraGroupBox1.Text     = "Basic Information";
     //
     // tbVersion
     //
     this.tbVersion.BackColor = System.Drawing.SystemColors.Window;
     this.tbVersion.Location  = new System.Drawing.Point(118, 86);
     this.tbVersion.Name      = "tbVersion";
     this.tbVersion.ReadOnly  = true;
     this.tbVersion.Size      = new System.Drawing.Size(259, 21);
     this.tbVersion.TabIndex  = 33;
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(22, 88);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(55, 13);
     this.label3.TabIndex  = 32;
     this.label3.Text      = "Version:";
     //
     // lblAliasDescription
     //
     this.lblAliasDescription.BackColor = System.Drawing.Color.Transparent;
     this.lblAliasDescription.Location  = new System.Drawing.Point(7, 143);
     this.lblAliasDescription.Name      = "lblAliasDescription";
     this.lblAliasDescription.Size      = new System.Drawing.Size(711, 61);
     this.lblAliasDescription.TabIndex  = 31;
     this.lblAliasDescription.Text      = resources.GetString("lblAliasDescription.Text");
     //
     // bnBrowseAlias
     //
     this.bnBrowseAlias.Location   = new System.Drawing.Point(385, 207);
     this.bnBrowseAlias.Name       = "bnBrowseAlias";
     this.bnBrowseAlias.Size       = new System.Drawing.Size(38, 24);
     this.bnBrowseAlias.TabIndex   = 30;
     this.bnBrowseAlias.Text       = "...";
     ultraToolTipInfo1.ToolTipText = "Click here to change the publisher of this application.";
     this.ultraToolTipManager1.SetUltraToolTip(this.bnBrowseAlias, ultraToolTipInfo1);
     this.bnBrowseAlias.UseVisualStyleBackColor = true;
     this.bnBrowseAlias.Click += new System.EventHandler(this.bnBrowseAlias_Click);
     //
     // lblAliasedTo
     //
     this.lblAliasedTo.AutoSize  = true;
     this.lblAliasedTo.BackColor = System.Drawing.Color.Transparent;
     this.lblAliasedTo.Location  = new System.Drawing.Point(22, 213);
     this.lblAliasedTo.Name      = "lblAliasedTo";
     this.lblAliasedTo.Size      = new System.Drawing.Size(71, 13);
     this.lblAliasedTo.TabIndex  = 28;
     this.lblAliasedTo.Text      = "Aliased To:";
     //
     // tbAliasedApplication
     //
     this.tbAliasedApplication.BackColor = System.Drawing.SystemColors.Window;
     this.tbAliasedApplication.Location  = new System.Drawing.Point(118, 210);
     this.tbAliasedApplication.Name      = "tbAliasedApplication";
     this.tbAliasedApplication.ReadOnly  = true;
     this.tbAliasedApplication.Size      = new System.Drawing.Size(259, 21);
     this.tbAliasedApplication.TabIndex  = 29;
     ultraToolTipInfo2.ToolTipText       = "Current application publisher - click \'...\' to select a different publisher.";
     this.ultraToolTipManager1.SetUltraToolTip(this.tbAliasedApplication, ultraToolTipInfo2);
     //
     // bnSetPublisher
     //
     this.bnSetPublisher.Location  = new System.Drawing.Point(385, 29);
     this.bnSetPublisher.Name      = "bnSetPublisher";
     this.bnSetPublisher.Size      = new System.Drawing.Size(38, 24);
     this.bnSetPublisher.TabIndex  = 27;
     this.bnSetPublisher.Text      = "...";
     ultraToolTipInfo3.ToolTipText = "Click here to change the publisher of this application.";
     this.ultraToolTipManager1.SetUltraToolTip(this.bnSetPublisher, ultraToolTipInfo3);
     this.bnSetPublisher.UseVisualStyleBackColor = true;
     this.bnSetPublisher.Click += new System.EventHandler(this.bnSetPublisher_Click);
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(22, 35);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(64, 13);
     this.label1.TabIndex  = 23;
     this.label1.Text      = "Publisher:";
     //
     // tbPublisher
     //
     this.tbPublisher.BackColor = System.Drawing.SystemColors.Window;
     this.tbPublisher.Location  = new System.Drawing.Point(118, 32);
     this.tbPublisher.Name      = "tbPublisher";
     this.tbPublisher.ReadOnly  = true;
     this.tbPublisher.Size      = new System.Drawing.Size(259, 21);
     this.tbPublisher.TabIndex  = 24;
     //
     // tbName
     //
     this.tbName.BackColor = System.Drawing.SystemColors.Window;
     this.tbName.Location  = new System.Drawing.Point(118, 59);
     this.tbName.Name      = "tbName";
     this.tbName.ReadOnly  = true;
     this.tbName.Size      = new System.Drawing.Size(259, 21);
     this.tbName.TabIndex  = 26;
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(22, 61);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(74, 13);
     this.label2.TabIndex  = 25;
     this.label2.Text      = "Application:";
     //
     // ultraTabPageControl2
     //
     this.ultraTabPageControl2.Controls.Add(this.notesControl);
     this.ultraTabPageControl2.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraTabPageControl2.Name     = "ultraTabPageControl2";
     this.ultraTabPageControl2.Size     = new System.Drawing.Size(753, 334);
     //
     // notesControl
     //
     this.notesControl.BackColor = System.Drawing.Color.Transparent;
     this.notesControl.Font      = new System.Drawing.Font("Verdana", 8.25F);
     this.notesControl.Location  = new System.Drawing.Point(3, 5);
     this.notesControl.Name      = "notesControl";
     this.notesControl.Size      = new System.Drawing.Size(747, 327);
     this.notesControl.TabIndex  = 0;
     //
     // ultraTabPageControl3
     //
     this.ultraTabPageControl3.Controls.Add(this.documentsControl);
     this.ultraTabPageControl3.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraTabPageControl3.Name     = "ultraTabPageControl3";
     this.ultraTabPageControl3.Size     = new System.Drawing.Size(753, 334);
     //
     // documentsControl
     //
     this.documentsControl.BackColor = System.Drawing.Color.Transparent;
     this.documentsControl.Font      = new System.Drawing.Font("Verdana", 8.25F);
     this.documentsControl.Location  = new System.Drawing.Point(12, 14);
     this.documentsControl.Name      = "documentsControl";
     this.documentsControl.Size      = new System.Drawing.Size(726, 275);
     this.documentsControl.TabIndex  = 0;
     //
     // openFileDialog1
     //
     this.openFileDialog1.Filter = "All files|*.*";
     this.openFileDialog1.Title  = "Select Document";
     //
     // bnCancel
     //
     this.bnCancel.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.bnCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.bnCancel.Location                = new System.Drawing.Point(679, 397);
     this.bnCancel.Name                    = "bnCancel";
     this.bnCancel.Size                    = new System.Drawing.Size(92, 24);
     this.bnCancel.TabIndex                = 22;
     this.bnCancel.Text                    = "&Cancel";
     this.bnCancel.UseVisualStyleBackColor = true;
     //
     // ultraToolTipManager1
     //
     this.ultraToolTipManager1.ContainingControl = this;
     //
     // dataTabControl
     //
     this.dataTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                         | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     appearance2.BackColor          = System.Drawing.Color.Transparent;
     this.dataTabControl.Appearance = appearance2;
     this.dataTabControl.Controls.Add(this.ultraTabSharedControlsPage1);
     this.dataTabControl.Controls.Add(this.ultraTabPageControl1);
     this.dataTabControl.Controls.Add(this.ultraTabPageControl2);
     this.dataTabControl.Controls.Add(this.ultraTabPageControl3);
     this.dataTabControl.Location           = new System.Drawing.Point(12, 20);
     this.dataTabControl.Name               = "dataTabControl";
     this.dataTabControl.SharedControlsPage = this.ultraTabSharedControlsPage1;
     this.dataTabControl.Size               = new System.Drawing.Size(757, 360);
     this.dataTabControl.TabIndex           = 25;
     appearance3.Image     = global::Layton.AuditWizard.Applications.Properties.Resources.application_16;
     ultraTab1.Appearance  = appearance3;
     ultraTab1.TabPage     = this.ultraTabPageControl1;
     ultraTab1.Text        = "Basic Information";
     ultraTab1.ToolTipText = "Display basic information about this instance of the application";
     appearance4.Image     = global::Layton.AuditWizard.Applications.Properties.Resources.notes_16;
     ultraTab2.Appearance  = appearance4;
     ultraTab2.TabPage     = this.ultraTabPageControl2;
     ultraTab2.Text        = "Notes";
     ultraTab2.ToolTipText = "Allow a date stamped list of notes to be maintained for this instance of the appl" +
                             "ication.";
     appearance5.Image     = global::Layton.AuditWizard.Applications.Properties.Resources.Documents_16;
     ultraTab3.Appearance  = appearance5;
     ultraTab3.TabPage     = this.ultraTabPageControl3;
     ultraTab3.Text        = "Documents";
     ultraTab3.ToolTipText = "Allows one or more documents to be associated with this instance of the applicati" +
                             "on";
     this.dataTabControl.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
         ultraTab1,
         ultraTab2,
         ultraTab3
     });
     //
     // ultraTabSharedControlsPage1
     //
     this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraTabSharedControlsPage1.Name     = "ultraTabSharedControlsPage1";
     this.ultraTabSharedControlsPage1.Size     = new System.Drawing.Size(753, 334);
     //
     // bnOK
     //
     this.bnOK.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.bnOK.Location                = new System.Drawing.Point(587, 398);
     this.bnOK.Name                    = "bnOK";
     this.bnOK.Size                    = new System.Drawing.Size(86, 23);
     this.bnOK.TabIndex                = 26;
     this.bnOK.Text                    = "&OK";
     this.bnOK.UseVisualStyleBackColor = true;
     this.bnOK.Click                  += new System.EventHandler(this.bnOK_Click);
     //
     // FormApplicationProperties
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.CancelButton        = this.bnCancel;
     this.ClientSize          = new System.Drawing.Size(785, 548);
     this.Controls.Add(this.bnOK);
     this.Controls.Add(this.dataTabControl);
     this.Controls.Add(this.bnCancel);
     this.Name = "FormApplicationProperties";
     this.Text = "Application Properties";
     this.Controls.SetChildIndex(this.bnCancel, 0);
     this.Controls.SetChildIndex(this.footerPictureBox, 0);
     this.Controls.SetChildIndex(this.dataTabControl, 0);
     this.Controls.SetChildIndex(this.bnOK, 0);
     ((System.ComponentModel.ISupportInitialize)(this.footerPictureBox)).EndInit();
     this.ultraTabPageControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     this.ultraGroupBox1.PerformLayout();
     this.ultraTabPageControl2.ResumeLayout(false);
     this.ultraTabPageControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataTabControl)).EndInit();
     this.dataTabControl.ResumeLayout(false);
     this.ResumeLayout(false);
 }
예제 #26
0
        private void InitializeComponent()
        {
            components = new System.ComponentModel.Container();
            var Appearance1       = new Infragistics.Win.Appearance();
            var Appearance2       = new Infragistics.Win.Appearance();
            var Appearance3       = new Infragistics.Win.Appearance();
            var UltraToolTipInfo1 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Enter host DNS name, IPv4 or IPv6 address", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
            var Appearance12      = new Infragistics.Win.Appearance();
            var Appearance5       = new Infragistics.Win.Appearance();
            var Appearance6       = new Infragistics.Win.Appearance();
            var Appearance7       = new Infragistics.Win.Appearance();
            var Appearance8       = new Infragistics.Win.Appearance();
            var Appearance9       = new Infragistics.Win.Appearance();
            var Appearance10      = new Infragistics.Win.Appearance();
            var Appearance11      = new Infragistics.Win.Appearance();
            var resources         = new System.ComponentModel.ComponentResourceManager(typeof(AlternateCommandChannel));
            var Appearance4       = new Infragistics.Win.Appearance();
            var UltraTab1         = new Infragistics.Win.UltraWinTabControl.UltraTab();
            var UltraTab2         = new Infragistics.Win.UltraWinTabControl.UltraTab();
            var UltraTab3         = new Infragistics.Win.UltraWinTabControl.UltraTab();

            TabPageControl1                 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            LabelTcpNetworkInterface        = new Infragistics.Win.Misc.UltraLabel();
            LabelTcpNetworkInterface.Click += new EventHandler(LabelTcpNetworkInterface_Click);
            LabelTcpHostIP             = new Infragistics.Win.Misc.UltraLabel();
            TextBoxTcpHostIP           = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
            TextBoxTcpHostIP.GotFocus += new EventHandler(TextBox_GotFocus);
            LabelTcpPort                       = new Infragistics.Win.Misc.UltraLabel();
            TextBoxTcpPort                     = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
            TextBoxTcpPort.GotFocus           += new EventHandler(TextBox_GotFocus);
            TextBoxTcpPort.MouseClick         += new MouseEventHandler(TextBox_MouseClick);
            TabPageControl2                    = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            CheckBoxSerialRTS                  = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            CheckBoxSerialDTR                  = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            TextBoxSerialDataBits              = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
            TextBoxSerialDataBits.GotFocus    += new EventHandler(TextBox_GotFocus);
            TextBoxSerialDataBits.MouseClick  += new MouseEventHandler(TextBox_MouseClick);
            ComboBoxSerialStopBits             = new ComboBox();
            ComboBoxSerialParities             = new ComboBox();
            LabelSerialParity                  = new Infragistics.Win.Misc.UltraLabel();
            ComboBoxSerialBaudRates            = new ComboBox();
            LabelSerialBaudRate                = new Infragistics.Win.Misc.UltraLabel();
            ComboBoxSerialPorts                = new ComboBox();
            LabelSerialPort                    = new Infragistics.Win.Misc.UltraLabel();
            LabelSerialStopBits                = new Infragistics.Win.Misc.UltraLabel();
            LabelSerialDataBits                = new Infragistics.Win.Misc.UltraLabel();
            TabPageControl3                    = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            ButtonBrowse                       = new Button();
            ButtonBrowse.Click                += new EventHandler(ButtonBrowse_Click);
            TextBoxFileCaptureName             = new TextBox();
            TextBoxFileCaptureName.GotFocus   += new EventHandler(TextBox_GotFocus);
            TextBoxFileCaptureName.MouseClick += new MouseEventHandler(TextBox_MouseClick);
            LabelCaptureFile                   = new Infragistics.Win.Misc.UltraLabel();
            LabelReplayCapturedFile            = new Infragistics.Win.Misc.UltraLabel();
            ButtonSave                          = new Button();
            ButtonCancel                        = new Button();
            PictureBoxIcon                      = new PictureBox();
            TabControlCommunications            = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
            TabSharedControlsPageCommunications = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
            CheckBoxUndefined                   = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            CheckBoxUndefined.CheckedChanged   += new EventHandler(CheckBoxUndefined_CheckedChanged);
            ToolTipManager                      = new Infragistics.Win.UltraWinToolTip.UltraToolTipManager(components);
            TabPageControl1.SuspendLayout();
            TabPageControl2.SuspendLayout();
            TabPageControl3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)PictureBoxIcon).BeginInit();
            ((System.ComponentModel.ISupportInitialize)TabControlCommunications).BeginInit();
            TabControlCommunications.SuspendLayout();
            SuspendLayout();
            //
            // TabPageControl1
            //
            TabPageControl1.Controls.Add(LabelTcpNetworkInterface);
            TabPageControl1.Controls.Add(LabelTcpHostIP);
            TabPageControl1.Controls.Add(TextBoxTcpHostIP);
            TabPageControl1.Controls.Add(LabelTcpPort);
            TabPageControl1.Controls.Add(TextBoxTcpPort);
            TabPageControl1.Location = new Point(1, 20);
            TabPageControl1.Name     = "TabPageControl1";
            TabPageControl1.Size     = new Size(304, 96);
            //
            // LabelTcpNetworkInterface
            //
            LabelTcpNetworkInterface.Anchor             = AnchorStyles.Top | AnchorStyles.Right;
            Appearance1.ForeColor                       = SystemColors.HotTrack;
            Appearance1.TextHAlignAsString              = "Center";
            Appearance1.TextVAlignAsString              = "Middle";
            LabelTcpNetworkInterface.Appearance         = Appearance1;
            LabelTcpNetworkInterface.Cursor             = Cursors.Hand;
            LabelTcpNetworkInterface.Font               = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
            Appearance2.FontData.UnderlineAsString      = "True";
            LabelTcpNetworkInterface.HotTrackAppearance = Appearance2;
            LabelTcpNetworkInterface.Location           = new Point(63, 72);
            LabelTcpNetworkInterface.Name               = "LabelTcpNetworkInterface";
            LabelTcpNetworkInterface.Size               = new Size(94, 21);
            LabelTcpNetworkInterface.TabIndex           = 20;
            LabelTcpNetworkInterface.Text               = "Network Interface";
            LabelTcpNetworkInterface.UseHotTracking     = Infragistics.Win.DefaultableBoolean.True;
            //
            // LabelTcpHostIP
            //
            Appearance3.TextHAlignAsString = "Right";
            LabelTcpHostIP.Appearance      = Appearance3;
            LabelTcpHostIP.Location        = new Point(15, 25);
            LabelTcpHostIP.Name            = "LabelTcpHostIP";
            LabelTcpHostIP.Size            = new Size(45, 23);
            LabelTcpHostIP.TabIndex        = 0;
            LabelTcpHostIP.Text            = "Host &IP:";
            UltraToolTipInfo1.ToolTipText  = "Enter host DNS name, IPv4 or IPv6 address";
            ToolTipManager.SetUltraToolTip(LabelTcpHostIP, UltraToolTipInfo1);
            //
            // TextBoxTcpHostIP
            //
            TextBoxTcpHostIP.AutoSize   = false;
            TextBoxTcpHostIP.EditAs     = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
            TextBoxTcpHostIP.InputMask  = @"nnn\.nnn\.nnn\.nnn";
            TextBoxTcpHostIP.Location   = new Point(66, 22);
            TextBoxTcpHostIP.Name       = "TextBoxTcpHostIP";
            TextBoxTcpHostIP.PromptChar = ' ';
            TextBoxTcpHostIP.Size       = new Size(92, 20);
            TextBoxTcpHostIP.TabIndex   = 1;
            TextBoxTcpHostIP.Text       = "127.0.0.1";
            //
            // LabelTcpPort
            //
            Appearance12.TextHAlignAsString = "Right";
            LabelTcpPort.Appearance         = Appearance12;
            LabelTcpPort.Location           = new Point(15, 51);
            LabelTcpPort.Name     = "LabelTcpPort";
            LabelTcpPort.Size     = new Size(45, 23);
            LabelTcpPort.TabIndex = 2;
            LabelTcpPort.Text     = "P&ort:";
            //
            // TextBoxTcpPort
            //
            TextBoxTcpPort.AutoSize   = false;
            TextBoxTcpPort.EditAs     = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
            TextBoxTcpPort.InputMask  = "-nnnnn";
            TextBoxTcpPort.Location   = new Point(66, 48);
            TextBoxTcpPort.Name       = "TextBoxTcpPort";
            TextBoxTcpPort.PromptChar = ' ';
            TextBoxTcpPort.Size       = new Size(45, 20);
            TextBoxTcpPort.TabIndex   = 3;
            TextBoxTcpPort.Text       = "4712";
            //
            // TabPageControl2
            //
            TabPageControl2.Controls.Add(CheckBoxSerialRTS);
            TabPageControl2.Controls.Add(CheckBoxSerialDTR);
            TabPageControl2.Controls.Add(TextBoxSerialDataBits);
            TabPageControl2.Controls.Add(ComboBoxSerialStopBits);
            TabPageControl2.Controls.Add(ComboBoxSerialParities);
            TabPageControl2.Controls.Add(LabelSerialParity);
            TabPageControl2.Controls.Add(ComboBoxSerialBaudRates);
            TabPageControl2.Controls.Add(LabelSerialBaudRate);
            TabPageControl2.Controls.Add(ComboBoxSerialPorts);
            TabPageControl2.Controls.Add(LabelSerialPort);
            TabPageControl2.Controls.Add(LabelSerialStopBits);
            TabPageControl2.Controls.Add(LabelSerialDataBits);
            TabPageControl2.Location = new Point(-10000, -10000);
            TabPageControl2.Name     = "TabPageControl2";
            TabPageControl2.Size     = new Size(304, 96);
            //
            // CheckBoxSerialRTS
            //
            CheckBoxSerialRTS.Location = new Point(225, 62);
            CheckBoxSerialRTS.Name     = "CheckBoxSerialRTS";
            CheckBoxSerialRTS.Size     = new Size(50, 26);
            CheckBoxSerialRTS.TabIndex = 11;
            CheckBoxSerialRTS.Text     = "RTS";
            //
            // CheckBoxSerialDTR
            //
            CheckBoxSerialDTR.Location = new Point(169, 62);
            CheckBoxSerialDTR.Name     = "CheckBoxSerialDTR";
            CheckBoxSerialDTR.Size     = new Size(50, 26);
            CheckBoxSerialDTR.TabIndex = 10;
            CheckBoxSerialDTR.Text     = "DTR";
            //
            // TextBoxSerialDataBits
            //
            TextBoxSerialDataBits.AutoSize   = false;
            TextBoxSerialDataBits.EditAs     = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
            TextBoxSerialDataBits.InputMask  = "nnn";
            TextBoxSerialDataBits.Location   = new Point(211, 37);
            TextBoxSerialDataBits.Name       = "TextBoxSerialDataBits";
            TextBoxSerialDataBits.PromptChar = ' ';
            TextBoxSerialDataBits.Size       = new Size(27, 20);
            TextBoxSerialDataBits.TabIndex   = 9;
            TextBoxSerialDataBits.Text       = "8";
            //
            // ComboBoxSerialStopBits
            //
            ComboBoxSerialStopBits.AutoCompleteMode   = AutoCompleteMode.SuggestAppend;
            ComboBoxSerialStopBits.AutoCompleteSource = AutoCompleteSource.ListItems;
            ComboBoxSerialStopBits.DropDownStyle      = ComboBoxStyle.DropDownList;
            ComboBoxSerialStopBits.Location           = new Point(211, 10);
            ComboBoxSerialStopBits.Name     = "ComboBoxSerialStopBits";
            ComboBoxSerialStopBits.Size     = new Size(85, 21);
            ComboBoxSerialStopBits.TabIndex = 7;
            //
            // ComboBoxSerialParities
            //
            ComboBoxSerialParities.AutoCompleteMode   = AutoCompleteMode.SuggestAppend;
            ComboBoxSerialParities.AutoCompleteSource = AutoCompleteSource.ListItems;
            ComboBoxSerialParities.DropDownStyle      = ComboBoxStyle.DropDownList;
            ComboBoxSerialParities.Location           = new Point(66, 65);
            ComboBoxSerialParities.Name     = "ComboBoxSerialParities";
            ComboBoxSerialParities.Size     = new Size(85, 21);
            ComboBoxSerialParities.TabIndex = 5;
            //
            // LabelSerialParity
            //
            Appearance5.TextHAlignAsString = "Right";
            LabelSerialParity.Appearance   = Appearance5;
            LabelSerialParity.Location     = new Point(-4, 68);
            LabelSerialParity.Name         = "LabelSerialParity";
            LabelSerialParity.Size         = new Size(64, 23);
            LabelSerialParity.TabIndex     = 4;
            LabelSerialParity.Text         = "Par&ity:";
            //
            // ComboBoxSerialBaudRates
            //
            ComboBoxSerialBaudRates.AutoCompleteMode   = AutoCompleteMode.SuggestAppend;
            ComboBoxSerialBaudRates.AutoCompleteSource = AutoCompleteSource.ListItems;
            ComboBoxSerialBaudRates.DropDownStyle      = ComboBoxStyle.DropDownList;
            ComboBoxSerialBaudRates.Items.AddRange(new object[] { "115200", "57600", "38400", "19200", "9600", "4800", "2400", "1200" });
            ComboBoxSerialBaudRates.Location = new Point(66, 37);
            ComboBoxSerialBaudRates.Name     = "ComboBoxSerialBaudRates";
            ComboBoxSerialBaudRates.Size     = new Size(85, 21);
            ComboBoxSerialBaudRates.TabIndex = 3;
            //
            // LabelSerialBaudRate
            //
            Appearance6.TextHAlignAsString = "Right";
            LabelSerialBaudRate.Appearance = Appearance6;
            LabelSerialBaudRate.Location   = new Point(-4, 40);
            LabelSerialBaudRate.Name       = "LabelSerialBaudRate";
            LabelSerialBaudRate.Size       = new Size(64, 23);
            LabelSerialBaudRate.TabIndex   = 2;
            LabelSerialBaudRate.Text       = "&Baud Rate:";
            //
            // ComboBoxSerialPorts
            //
            ComboBoxSerialPorts.AutoCompleteMode   = AutoCompleteMode.SuggestAppend;
            ComboBoxSerialPorts.AutoCompleteSource = AutoCompleteSource.ListItems;
            ComboBoxSerialPorts.DropDownStyle      = ComboBoxStyle.DropDownList;
            ComboBoxSerialPorts.Location           = new Point(66, 10);
            ComboBoxSerialPorts.Name     = "ComboBoxSerialPorts";
            ComboBoxSerialPorts.Size     = new Size(85, 21);
            ComboBoxSerialPorts.TabIndex = 1;
            //
            // LabelSerialPort
            //
            Appearance7.TextHAlignAsString = "Right";
            LabelSerialPort.Appearance     = Appearance7;
            LabelSerialPort.Location       = new Point(-4, 13);
            LabelSerialPort.Name           = "LabelSerialPort";
            LabelSerialPort.Size           = new Size(64, 23);
            LabelSerialPort.TabIndex       = 0;
            LabelSerialPort.Text           = "P&ort:";
            //
            // LabelSerialStopBits
            //
            Appearance8.TextHAlignAsString = "Right";
            LabelSerialStopBits.Appearance = Appearance8;
            LabelSerialStopBits.Location   = new Point(150, 13);
            LabelSerialStopBits.Name       = "LabelSerialStopBits";
            LabelSerialStopBits.Size       = new Size(57, 23);
            LabelSerialStopBits.TabIndex   = 6;
            LabelSerialStopBits.Text       = "Stop Bits:";
            //
            // LabelSerialDataBits
            //
            Appearance9.TextHAlignAsString = "Right";
            LabelSerialDataBits.Appearance = Appearance9;
            LabelSerialDataBits.Location   = new Point(148, 40);
            LabelSerialDataBits.Name       = "LabelSerialDataBits";
            LabelSerialDataBits.Size       = new Size(59, 23);
            LabelSerialDataBits.TabIndex   = 8;
            LabelSerialDataBits.Text       = "Data Bits:";
            //
            // TabPageControl3
            //
            TabPageControl3.Controls.Add(ButtonBrowse);
            TabPageControl3.Controls.Add(TextBoxFileCaptureName);
            TabPageControl3.Controls.Add(LabelCaptureFile);
            TabPageControl3.Controls.Add(LabelReplayCapturedFile);
            TabPageControl3.Location = new Point(-10000, -10000);
            TabPageControl3.Name     = "TabPageControl3";
            TabPageControl3.Size     = new Size(304, 96);
            //
            // ButtonBrowse
            //
            ButtonBrowse.Location = new Point(213, 37);
            ButtonBrowse.Name     = "ButtonBrowse";
            ButtonBrowse.Size     = new Size(75, 23);
            ButtonBrowse.TabIndex = 2;
            ButtonBrowse.Text     = "&Browse...";
            ButtonBrowse.UseVisualStyleBackColor = true;
            //
            // TextBoxFileCaptureName
            //
            TextBoxFileCaptureName.BackColor = Color.White;
            TextBoxFileCaptureName.Location  = new Point(71, 39);
            TextBoxFileCaptureName.Name      = "TextBoxFileCaptureName";
            TextBoxFileCaptureName.Size      = new Size(136, 20);
            TextBoxFileCaptureName.TabIndex  = 1;
            //
            // LabelCaptureFile
            //
            Appearance10.TextHAlignAsString = "Right";
            LabelCaptureFile.Appearance     = Appearance10;
            LabelCaptureFile.Location       = new Point(11, 42);
            LabelCaptureFile.Name           = "LabelCaptureFile";
            LabelCaptureFile.Size           = new Size(54, 23);
            LabelCaptureFile.TabIndex       = 0;
            LabelCaptureFile.Text           = "F&ilename:";
            //
            // LabelReplayCapturedFile
            //
            Appearance11.FontData.ItalicAsString = "True";
            LabelReplayCapturedFile.Appearance   = Appearance11;
            LabelReplayCapturedFile.Location     = new Point(191, 22);
            LabelReplayCapturedFile.Name         = "LabelReplayCapturedFile";
            LabelReplayCapturedFile.Size         = new Size(120, 17);
            LabelReplayCapturedFile.TabIndex     = 6;
            LabelReplayCapturedFile.Text         = "Replay captured file...";
            //
            // ButtonSave
            //
            ButtonSave.DialogResult            = DialogResult.OK;
            ButtonSave.Location                = new Point(324, 12);
            ButtonSave.Name                    = "ButtonSave";
            ButtonSave.Size                    = new Size(75, 23);
            ButtonSave.TabIndex                = 0;
            ButtonSave.Text                    = "S&ave";
            ButtonSave.UseVisualStyleBackColor = true;
            //
            // ButtonCancel
            //
            ButtonCancel.DialogResult            = DialogResult.Cancel;
            ButtonCancel.Location                = new Point(324, 41);
            ButtonCancel.Name                    = "ButtonCancel";
            ButtonCancel.Size                    = new Size(75, 23);
            ButtonCancel.TabIndex                = 1;
            ButtonCancel.Text                    = "&Cancel";
            ButtonCancel.UseVisualStyleBackColor = true;
            //
            // PictureBoxIcon
            //
            PictureBoxIcon.Image    = (Image)resources.GetObject("PictureBoxIcon.Image");
            PictureBoxIcon.Location = new Point(339, 89);
            PictureBoxIcon.Name     = "PictureBoxIcon";
            PictureBoxIcon.Size     = new Size(48, 48);
            PictureBoxIcon.SizeMode = PictureBoxSizeMode.AutoSize;
            PictureBoxIcon.TabIndex = 2;
            PictureBoxIcon.TabStop  = false;
            //
            // TabControlCommunications
            //
            Appearance4.ForeColor = Color.Black;
            TabControlCommunications.Appearance = Appearance4;
            TabControlCommunications.Controls.Add(TabSharedControlsPageCommunications);
            TabControlCommunications.Controls.Add(TabPageControl1);
            TabControlCommunications.Controls.Add(TabPageControl2);
            TabControlCommunications.Controls.Add(TabPageControl3);
            TabControlCommunications.Enabled            = false;
            TabControlCommunications.Location           = new Point(12, 12);
            TabControlCommunications.Name               = "TabControlCommunications";
            TabControlCommunications.SharedControlsPage = TabSharedControlsPageCommunications;
            TabControlCommunications.Size               = new Size(306, 117);
            TabControlCommunications.Style              = Infragistics.Win.UltraWinTabControl.UltraTabControlStyle.VisualStudio2005;
            TabControlCommunications.TabIndex           = 3;
            TabControlCommunications.TabLayoutStyle     = Infragistics.Win.UltraWinTabs.TabLayoutStyle.SingleRowFixed;
            TabControlCommunications.TabOrientation     = Infragistics.Win.UltraWinTabs.TabOrientation.TopLeft;
            UltraTab1.TabPage = TabPageControl1;
            UltraTab1.Text    = "&Tcp";
            UltraTab2.TabPage = TabPageControl2;
            UltraTab2.Text    = "&Serial";
            UltraTab3.TabPage = TabPageControl3;
            UltraTab3.Text    = "Fi&le";
            TabControlCommunications.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] { UltraTab1, UltraTab2, UltraTab3 });
            //
            // TabSharedControlsPageCommunications
            //
            TabSharedControlsPageCommunications.Location = new Point(-10000, -10000);
            TabSharedControlsPageCommunications.Name     = "TabSharedControlsPageCommunications";
            TabSharedControlsPageCommunications.Size     = new Size(304, 96);
            //
            // CheckBoxUndefined
            //
            CheckBoxUndefined.Checked    = true;
            CheckBoxUndefined.CheckState = CheckState.Checked;
            CheckBoxUndefined.Location   = new Point(324, 64);
            CheckBoxUndefined.Name       = "CheckBoxUndefined";
            CheckBoxUndefined.Size       = new Size(82, 26);
            CheckBoxUndefined.TabIndex   = 11;
            CheckBoxUndefined.Text       = "Not defined";
            //
            // ToolTipManager
            //
            ToolTipManager.ContainingControl = this;
            ToolTipManager.InitialDelay      = 150;
            //
            // AlternateCommandChannel
            //
            AcceptButton        = ButtonSave;
            AutoScaleDimensions = new SizeF(6.0f, 13.0f);
            AutoScaleMode       = AutoScaleMode.Font;
            CancelButton        = ButtonCancel;
            ClientSize          = new Size(406, 142);
            ControlBox          = false;
            Controls.Add(PictureBoxIcon);
            Controls.Add(CheckBoxUndefined);
            Controls.Add(TabControlCommunications);
            Controls.Add(ButtonCancel);
            Controls.Add(ButtonSave);
            FormBorderStyle = FormBorderStyle.FixedDialog;
            MaximizeBox     = false;
            MinimizeBox     = false;
            Name            = "AlternateCommandChannel";
            ShowIcon        = false;
            ShowInTaskbar   = false;
            SizeGripStyle   = SizeGripStyle.Hide;
            StartPosition   = FormStartPosition.CenterParent;
            Text            = "Alternate Command Channel Configuration";
            TabPageControl1.ResumeLayout(false);
            TabPageControl2.ResumeLayout(false);
            TabPageControl3.ResumeLayout(false);
            TabPageControl3.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)PictureBoxIcon).EndInit();
            ((System.ComponentModel.ISupportInitialize)TabControlCommunications).EndInit();
            TabControlCommunications.ResumeLayout(false);
            ResumeLayout(false);
            PerformLayout();
        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo1 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("", Infragistics.Win.ToolTipImage.Default, "Scelta esercizio straordinario", Infragistics.Win.DefaultableBoolean.Default);
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SceltaEsercizioSaldiUI));
            this.groupNuovoEsercizioStraordinario = new Infragistics.Win.Misc.UltraGroupBox();
            this.dataChiusuraEsercizio = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.lblDataChiusura = new Infragistics.Win.Misc.UltraLabel();
            this.lblDescrizione = new Infragistics.Win.Misc.UltraLabel();
            this.descrizione = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblDataApertura = new Infragistics.Win.Misc.UltraLabel();
            this.dataAperturaEsercizio = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.esercizioSaldi = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.esercizioSaldiBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.lblEsercizioSaldi = new Infragistics.Win.Misc.UltraLabel();
            this.ultraToolTipManager1 = new Infragistics.Win.UltraWinToolTip.UltraToolTipManager(this.components);
            this.btnConferma = new Infragistics.Win.Misc.UltraButton();
            this.btnAnnulla = new Infragistics.Win.Misc.UltraButton();
            this.reqDataChiusura = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.validationSummary1 = new Gipasoft.Windows.Forms.CustomValidation.ValidationSummary(this.components);
            this.reqDataApertura = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.reqDescrizione = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.persistWindowComponent1 = new Gipasoft.Windows.Forms.Library.PersistWindowComponent(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.groupNuovoEsercizioStraordinario)).BeginInit();
            this.groupNuovoEsercizioStraordinario.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataChiusuraEsercizio)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.descrizione)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataAperturaEsercizio)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.esercizioSaldi)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.esercizioSaldiBindingSource)).BeginInit();
            this.SuspendLayout();
            // 
            // groupNuovoEsercizioStraordinario
            // 
            this.groupNuovoEsercizioStraordinario.Controls.Add(this.dataChiusuraEsercizio);
            this.groupNuovoEsercizioStraordinario.Controls.Add(this.lblDataChiusura);
            this.groupNuovoEsercizioStraordinario.Controls.Add(this.lblDescrizione);
            this.groupNuovoEsercizioStraordinario.Controls.Add(this.descrizione);
            this.groupNuovoEsercizioStraordinario.Controls.Add(this.lblDataApertura);
            this.groupNuovoEsercizioStraordinario.Controls.Add(this.dataAperturaEsercizio);
            this.groupNuovoEsercizioStraordinario.Location = new System.Drawing.Point(12, 41);
            this.groupNuovoEsercizioStraordinario.Name = "groupNuovoEsercizioStraordinario";
            this.groupNuovoEsercizioStraordinario.Size = new System.Drawing.Size(507, 95);
            this.groupNuovoEsercizioStraordinario.TabIndex = 0;
            this.groupNuovoEsercizioStraordinario.Text = "Nuovo Esercizio Straordinario";
            // 
            // dataChiusuraEsercizio
            // 
            this.dataChiusuraEsercizio.Location = new System.Drawing.Point(313, 24);
            this.dataChiusuraEsercizio.Name = "dataChiusuraEsercizio";
            this.dataChiusuraEsercizio.Size = new System.Drawing.Size(87, 21);
            this.dataChiusuraEsercizio.TabIndex = 32;
            // 
            // lblDataChiusura
            // 
            this.lblDataChiusura.Location = new System.Drawing.Point(230, 28);
            this.lblDataChiusura.Name = "lblDataChiusura";
            this.lblDataChiusura.Size = new System.Drawing.Size(77, 27);
            this.lblDataChiusura.TabIndex = 31;
            this.lblDataChiusura.Text = "Data chiusura";
            // 
            // lblDescrizione
            // 
            this.lblDescrizione.Location = new System.Drawing.Point(6, 61);
            this.lblDescrizione.Name = "lblDescrizione";
            this.lblDescrizione.Size = new System.Drawing.Size(117, 27);
            this.lblDescrizione.TabIndex = 30;
            this.lblDescrizione.Text = "Descrizione";
            // 
            // descrizione
            // 
            this.descrizione.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.descrizione.Location = new System.Drawing.Point(129, 61);
            this.descrizione.Name = "descrizione";
            this.descrizione.Size = new System.Drawing.Size(372, 21);
            this.descrizione.TabIndex = 29;
            // 
            // lblDataApertura
            // 
            this.lblDataApertura.Location = new System.Drawing.Point(6, 28);
            this.lblDataApertura.Name = "lblDataApertura";
            this.lblDataApertura.Size = new System.Drawing.Size(117, 27);
            this.lblDataApertura.TabIndex = 28;
            this.lblDataApertura.Text = "Data apertura";
            // 
            // dataAperturaEsercizio
            // 
            this.dataAperturaEsercizio.Location = new System.Drawing.Point(129, 24);
            this.dataAperturaEsercizio.Name = "dataAperturaEsercizio";
            this.dataAperturaEsercizio.Size = new System.Drawing.Size(87, 21);
            this.dataAperturaEsercizio.TabIndex = 27;
            // 
            // esercizioSaldi
            // 
            this.esercizioSaldi.DataSource = this.esercizioSaldiBindingSource;
            this.esercizioSaldi.DisplayMember = "DisplayName";
            this.esercizioSaldi.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.esercizioSaldi.Location = new System.Drawing.Point(103, 12);
            this.esercizioSaldi.Name = "esercizioSaldi";
            this.esercizioSaldi.Size = new System.Drawing.Size(416, 21);
            this.esercizioSaldi.TabIndex = 12;
            ultraToolTipInfo1.ToolTipTextFormatted = resources.GetString("ultraToolTipInfo1.ToolTipTextFormatted");
            ultraToolTipInfo1.ToolTipTitle = "Scelta esercizio straordinario";
            this.ultraToolTipManager1.SetUltraToolTip(this.esercizioSaldi, ultraToolTipInfo1);
            this.esercizioSaldi.ValueMember = "ID";
            // 
            // esercizioSaldiBindingSource
            // 
            this.esercizioSaldiBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.EsercizioDTO);
            // 
            // lblEsercizioSaldi
            // 
            this.lblEsercizioSaldi.Location = new System.Drawing.Point(12, 16);
            this.lblEsercizioSaldi.Name = "lblEsercizioSaldi";
            this.lblEsercizioSaldi.Size = new System.Drawing.Size(85, 23);
            this.lblEsercizioSaldi.TabIndex = 11;
            this.lblEsercizioSaldi.Text = "Esercizio Saldi";
            // 
            // ultraToolTipManager1
            // 
            this.ultraToolTipManager1.ContainingControl = this;
            // 
            // btnConferma
            // 
            this.btnConferma.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.btnConferma.Location = new System.Drawing.Point(12, 142);
            this.btnConferma.Name = "btnConferma";
            this.btnConferma.Size = new System.Drawing.Size(75, 23);
            this.btnConferma.TabIndex = 13;
            this.btnConferma.Text = "Conferma";
            this.btnConferma.Click += new System.EventHandler(this.btnConfermaClick);
            // 
            // btnAnnulla
            // 
            this.btnAnnulla.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btnAnnulla.Location = new System.Drawing.Point(93, 142);
            this.btnAnnulla.Name = "btnAnnulla";
            this.btnAnnulla.Size = new System.Drawing.Size(75, 23);
            this.btnAnnulla.TabIndex = 14;
            this.btnAnnulla.Text = "Annulla";
            // 
            // reqDataChiusura
            // 
            this.reqDataChiusura.ControlToValidate = this.dataChiusuraEsercizio;
            this.reqDataChiusura.ErrorMessage = "Inserire la data di chiusura";
            this.reqDataChiusura.Icon = ((System.Drawing.Icon)(resources.GetObject("reqDataChiusura.Icon")));
            // 
            // reqDataApertura
            // 
            this.reqDataApertura.ControlToValidate = this.dataAperturaEsercizio;
            this.reqDataApertura.ErrorMessage = "Inserire la data di apertura";
            this.reqDataApertura.Icon = ((System.Drawing.Icon)(resources.GetObject("reqDataApertura.Icon")));
            // 
            // reqDescrizione
            // 
            this.reqDescrizione.ControlToValidate = this.descrizione;
            this.reqDescrizione.ErrorMessage = "Inserire una descrizione";
            this.reqDescrizione.Icon = ((System.Drawing.Icon)(resources.GetObject("reqDescrizione.Icon")));
            // 
            // persistWindowComponent1
            // 
            this.persistWindowComponent1.Form = this;
            // 
            // SceltaEsercizioSaldiUI
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(531, 172);
            this.Controls.Add(this.btnAnnulla);
            this.Controls.Add(this.btnConferma);
            this.Controls.Add(this.esercizioSaldi);
            this.Controls.Add(this.lblEsercizioSaldi);
            this.Controls.Add(this.groupNuovoEsercizioStraordinario);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "SceltaEsercizioSaldiUI";
            this.ShowIcon = false;
            this.Text = "Esercizio Saldi";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.sceltaEsercizioSaldiUIFormClosing);
            this.Load += new System.EventHandler(this.sceltaEsercizioSaldiUILoad);
            ((System.ComponentModel.ISupportInitialize)(this.groupNuovoEsercizioStraordinario)).EndInit();
            this.groupNuovoEsercizioStraordinario.ResumeLayout(false);
            this.groupNuovoEsercizioStraordinario.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataChiusuraEsercizio)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.descrizione)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataAperturaEsercizio)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.esercizioSaldi)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.esercizioSaldiBindingSource)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
        /// <summary>
        /// Metodo necessario per il supporto della finestra di progettazione. Non modificare
        /// il contenuto del metodo con l'editor di codice.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo1 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("", Infragistics.Win.ToolTipImage.Default, "Dettaglio Unità immobiliare", Infragistics.Win.DefaultableBoolean.Default);
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DettaglioUnitaImmobiliareUI));
            Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo2 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Piano in cui si trova l\'unità immobiliare", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
            Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo3 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Se il campo è selezionato per questa unità immobiliare non sarà addebitata la quo" +
        "ta fissa nel calcolo del riparto delle spese acqua", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
            Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo4 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
            Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo5 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Numero d\'interno dell\'unità immobiliare", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
            Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo6 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Il numero ordine indica come devono essere ordinate, nelle varie stampe, le unità" +
        " immobiliari", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
            Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo7 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Completa il numero d\'interno dell\'unità immobiliare aggiungendo caratteri alfanum" +
        "erici", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
            Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo8 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Numero di residenti, viene usato per la ripartizione dei costi Acqua mediante ATO" +
        "5", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
            Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo9 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Numero di subalterno dell\'unità immobiliare, identifica univocamente l\'unità immo" +
        "biliare", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
            Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo10 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Numero di mappale (particella) in cui si trova l\'unità immobiliare", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
            Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo11 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Numero di foglio catastale in cui è presente l\'unità immobiliare", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
            Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo12 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Tipologia dell\'unità immobiliare (es. Abitazione, Posto auto, Cantina ecc...)", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab3 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab4 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.unitaImmobiliariGroup = new Infragistics.Win.Misc.UltraGroupBox();
            this.unitaImmobiliareDettaglioUC1 = new Gipasoft.Stabili.UI.UnitaImmobiliari.UnitaImmobiliareDettaglioUC();
            this.sicurezzaImpiantoUC1 = new Gipasoft.Stabili.UI.UnitaImmobiliari.SicurezzaImpiantoUC();
            this.datiContrattoGroup = new Infragistics.Win.Misc.UltraGroupBox();
            this.piano = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.unitaImmobiliareBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.lblPiano = new Infragistics.Win.Misc.UltraLabel();
            this.esclusioneAddebitoQuotaFissa = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.descrizione = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblOrdinamento = new Infragistics.Win.Misc.UltraLabel();
            this.lblDescrizione = new Infragistics.Win.Misc.UltraLabel();
            this.lblNumeroResidenti = new Infragistics.Win.Misc.UltraLabel();
            this.interno = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.ordinamento = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.lblInterno = new Infragistics.Win.Misc.UltraLabel();
            this.estensioneInterno = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.numeroResidenti = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.sublaternoCatastale = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblSubalterno = new Infragistics.Win.Misc.UltraLabel();
            this.mappaleCatastale = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.lblMappale = new Infragistics.Win.Misc.UltraLabel();
            this.foglioCatastale = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.tipoUnita = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.tipoUnitaImmobiliareDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.lblTipoContratto = new Infragistics.Win.Misc.UltraLabel();
            this.lblFoglio = new Infragistics.Win.Misc.UltraLabel();
            this.stabileGroup = new Infragistics.Win.Misc.UltraGroupBox();
            this.lblGruppo = new Infragistics.Win.Misc.UltraLabel();
            this.gruppi = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.gruppiBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.lblStabile = new Infragistics.Win.Misc.UltraLabel();
            this.stabili = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.stabiliBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.ultraTabPageControl3 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ultraTabPageControl4 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.note = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
            this.mainTabControl = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
            this.reqGruppoStabile = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.ultraToolTipManager1 = new Infragistics.Win.UltraWinToolTip.UltraToolTipManager(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManagerStandard)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.standardFormStatus)).BeginInit();
            this.MainStandardForm_Fill_Panel.SuspendLayout();
            this.ultraTabPageControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.unitaImmobiliariGroup)).BeginInit();
            this.unitaImmobiliariGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.datiContrattoGroup)).BeginInit();
            this.datiContrattoGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.piano)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.unitaImmobiliareBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.esclusioneAddebitoQuotaFissa)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.descrizione)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.interno)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ordinamento)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.estensioneInterno)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numeroResidenti)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sublaternoCatastale)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.mappaleCatastale)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.foglioCatastale)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoUnita)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoUnitaImmobiliareDTOBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.stabileGroup)).BeginInit();
            this.stabileGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gruppi)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gruppiBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.stabili)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.stabiliBindingSource)).BeginInit();
            this.ultraTabPageControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.note)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.mainTabControl)).BeginInit();
            this.mainTabControl.SuspendLayout();
            this.SuspendLayout();
            // 
            // ultraToolbarsManagerStandard
            // 
            this.ultraToolbarsManagerStandard.MenuSettings.ForceSerialization = true;
            this.ultraToolbarsManagerStandard.Ribbon.ApplicationMenuButtonImage = global::Gipasoft.Stabili.UI.UnitaImmobiliari.UnitaImmobiliareResource.sferanew_trasparente;
            this.ultraToolbarsManagerStandard.Ribbon.Visible = true;
            this.ultraToolbarsManagerStandard.ToolbarSettings.ForceSerialization = true;
            // 
            // standardFormStatus
            // 
            this.standardFormStatus.Location = new System.Drawing.Point(0, 698);
            this.standardFormStatus.Size = new System.Drawing.Size(971, 27);
            // 
            // MainStandardForm_Fill_Panel
            // 
            this.MainStandardForm_Fill_Panel.Controls.Add(this.mainTabControl);
            this.MainStandardForm_Fill_Panel.Size = new System.Drawing.Size(955, 534);
            // 
            // ultraTabPageControl1
            // 
            this.ultraTabPageControl1.Controls.Add(this.unitaImmobiliariGroup);
            this.ultraTabPageControl1.Controls.Add(this.sicurezzaImpiantoUC1);
            this.ultraTabPageControl1.Controls.Add(this.datiContrattoGroup);
            this.ultraTabPageControl1.Controls.Add(this.stabileGroup);
            this.ultraTabPageControl1.Location = new System.Drawing.Point(1, 23);
            this.ultraTabPageControl1.Name = "ultraTabPageControl1";
            this.ultraTabPageControl1.Size = new System.Drawing.Size(951, 508);
            // 
            // unitaImmobiliariGroup
            // 
            this.unitaImmobiliariGroup.Controls.Add(this.unitaImmobiliareDettaglioUC1);
            this.unitaImmobiliariGroup.Location = new System.Drawing.Point(5, 255);
            this.unitaImmobiliariGroup.Name = "unitaImmobiliariGroup";
            this.unitaImmobiliariGroup.Size = new System.Drawing.Size(463, 185);
            this.unitaImmobiliariGroup.TabIndex = 1056;
            this.unitaImmobiliariGroup.Text = "Unità Immobiliari";
            ultraToolTipInfo1.ToolTipTextFormatted = resources.GetString("ultraToolTipInfo1.ToolTipTextFormatted");
            ultraToolTipInfo1.ToolTipTitle = "Dettaglio Unità immobiliare";
            this.ultraToolTipManager1.SetUltraToolTip(this.unitaImmobiliariGroup, ultraToolTipInfo1);
            // 
            // unitaImmobiliareDettaglioUC1
            // 
            this.unitaImmobiliareDettaglioUC1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.unitaImmobiliareDettaglioUC1.Location = new System.Drawing.Point(3, 17);
            this.unitaImmobiliareDettaglioUC1.Name = "unitaImmobiliareDettaglioUC1";
            this.unitaImmobiliareDettaglioUC1.Size = new System.Drawing.Size(457, 165);
            this.unitaImmobiliareDettaglioUC1.TabIndex = 1055;
            // 
            // sicurezzaImpiantoUC1
            // 
            this.sicurezzaImpiantoUC1.Location = new System.Drawing.Point(474, 12);
            this.sicurezzaImpiantoUC1.Name = "sicurezzaImpiantoUC1";
            this.sicurezzaImpiantoUC1.Size = new System.Drawing.Size(465, 428);
            this.sicurezzaImpiantoUC1.TabIndex = 1054;
            // 
            // datiContrattoGroup
            // 
            this.datiContrattoGroup.Controls.Add(this.piano);
            this.datiContrattoGroup.Controls.Add(this.lblPiano);
            this.datiContrattoGroup.Controls.Add(this.esclusioneAddebitoQuotaFissa);
            this.datiContrattoGroup.Controls.Add(this.descrizione);
            this.datiContrattoGroup.Controls.Add(this.lblOrdinamento);
            this.datiContrattoGroup.Controls.Add(this.lblDescrizione);
            this.datiContrattoGroup.Controls.Add(this.lblNumeroResidenti);
            this.datiContrattoGroup.Controls.Add(this.interno);
            this.datiContrattoGroup.Controls.Add(this.ordinamento);
            this.datiContrattoGroup.Controls.Add(this.lblInterno);
            this.datiContrattoGroup.Controls.Add(this.estensioneInterno);
            this.datiContrattoGroup.Controls.Add(this.numeroResidenti);
            this.datiContrattoGroup.Controls.Add(this.sublaternoCatastale);
            this.datiContrattoGroup.Controls.Add(this.lblSubalterno);
            this.datiContrattoGroup.Controls.Add(this.mappaleCatastale);
            this.datiContrattoGroup.Controls.Add(this.lblMappale);
            this.datiContrattoGroup.Controls.Add(this.foglioCatastale);
            this.datiContrattoGroup.Controls.Add(this.tipoUnita);
            this.datiContrattoGroup.Controls.Add(this.lblTipoContratto);
            this.datiContrattoGroup.Controls.Add(this.lblFoglio);
            this.datiContrattoGroup.Location = new System.Drawing.Point(5, 77);
            this.datiContrattoGroup.Name = "datiContrattoGroup";
            this.datiContrattoGroup.Size = new System.Drawing.Size(463, 172);
            this.datiContrattoGroup.TabIndex = 1;
            this.datiContrattoGroup.Text = "Dati generali";
            // 
            // piano
            // 
            this.piano.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.unitaImmobiliareBindingSource, "Piano", true));
            this.piano.Location = new System.Drawing.Point(276, 20);
            this.piano.MaxLength = 5;
            this.piano.Name = "piano";
            this.piano.Size = new System.Drawing.Size(32, 22);
            this.piano.TabIndex = 15;
            ultraToolTipInfo2.ToolTipText = "Piano in cui si trova l\'unità immobiliare";
            this.ultraToolTipManager1.SetUltraToolTip(this.piano, ultraToolTipInfo2);
            // 
            // unitaImmobiliareBindingSource
            // 
            this.unitaImmobiliareBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.UnitaImmobiliareDTO);
            // 
            // lblPiano
            // 
            this.lblPiano.Location = new System.Drawing.Point(231, 24);
            this.lblPiano.Name = "lblPiano";
            this.lblPiano.Size = new System.Drawing.Size(39, 23);
            this.lblPiano.TabIndex = 71;
            this.lblPiano.Text = "Piano";
            // 
            // esclusioneAddebitoQuotaFissa
            // 
            this.esclusioneAddebitoQuotaFissa.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.unitaImmobiliareBindingSource, "EsclusaAddebitoQuotaFissa", true));
            this.esclusioneAddebitoQuotaFissa.Location = new System.Drawing.Point(91, 148);
            this.esclusioneAddebitoQuotaFissa.Name = "esclusioneAddebitoQuotaFissa";
            this.esclusioneAddebitoQuotaFissa.Size = new System.Drawing.Size(307, 20);
            this.esclusioneAddebitoQuotaFissa.TabIndex = 1053;
            this.esclusioneAddebitoQuotaFissa.Text = "Escludere quota fissa nel calcolo bollette Acqua";
            ultraToolTipInfo3.ToolTipText = "Se il campo è selezionato per questa unità immobiliare non sarà addebitata la quo" +
    "ta fissa nel calcolo del riparto delle spese acqua";
            this.ultraToolTipManager1.SetUltraToolTip(this.esclusioneAddebitoQuotaFissa, ultraToolTipInfo3);
            // 
            // descrizione
            // 
            this.descrizione.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.unitaImmobiliareBindingSource, "Descrizione", true));
            this.descrizione.Location = new System.Drawing.Point(91, 52);
            this.descrizione.MaxLength = 200;
            this.descrizione.Name = "descrizione";
            this.descrizione.Size = new System.Drawing.Size(361, 22);
            this.descrizione.TabIndex = 40;
            ultraToolTipInfo4.ToolTipTextFormatted = resources.GetString("ultraToolTipInfo4.ToolTipTextFormatted");
            this.ultraToolTipManager1.SetUltraToolTip(this.descrizione, ultraToolTipInfo4);
            // 
            // lblOrdinamento
            // 
            this.lblOrdinamento.Location = new System.Drawing.Point(185, 115);
            this.lblOrdinamento.Name = "lblOrdinamento";
            this.lblOrdinamento.Size = new System.Drawing.Size(56, 23);
            this.lblOrdinamento.TabIndex = 101;
            this.lblOrdinamento.Text = "Ordine";
            // 
            // lblDescrizione
            // 
            this.lblDescrizione.Location = new System.Drawing.Point(6, 52);
            this.lblDescrizione.Name = "lblDescrizione";
            this.lblDescrizione.Size = new System.Drawing.Size(79, 23);
            this.lblDescrizione.TabIndex = 41;
            this.lblDescrizione.Text = "Descrizione";
            // 
            // lblNumeroResidenti
            // 
            this.lblNumeroResidenti.Location = new System.Drawing.Point(6, 115);
            this.lblNumeroResidenti.Name = "lblNumeroResidenti";
            this.lblNumeroResidenti.Size = new System.Drawing.Size(67, 23);
            this.lblNumeroResidenti.TabIndex = 1051;
            this.lblNumeroResidenti.Text = "Residenti";
            // 
            // interno
            // 
            this.interno.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.unitaImmobiliareBindingSource, "Interno", true));
            this.interno.Location = new System.Drawing.Point(372, 20);
            this.interno.MaskInput = "nnnn";
            this.interno.MaxValue = 9999;
            this.interno.MinValue = 1;
            this.interno.Name = "interno";
            this.interno.Nullable = true;
            this.interno.Size = new System.Drawing.Size(42, 22);
            this.interno.TabIndex = 20;
            ultraToolTipInfo5.ToolTipText = "Numero d\'interno dell\'unità immobiliare";
            this.ultraToolTipManager1.SetUltraToolTip(this.interno, ultraToolTipInfo5);
            // 
            // ordinamento
            // 
            this.ordinamento.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.unitaImmobiliareBindingSource, "Ordine", true));
            this.ordinamento.Location = new System.Drawing.Point(247, 115);
            this.ordinamento.MaskInput = "nnnnnnn";
            this.ordinamento.MaxValue = 9999999;
            this.ordinamento.MinValue = 0;
            this.ordinamento.Name = "ordinamento";
            this.ordinamento.Size = new System.Drawing.Size(88, 22);
            this.ordinamento.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.OnMouseEnter;
            this.ordinamento.TabIndex = 120;
            ultraToolTipInfo6.ToolTipText = "Il numero ordine indica come devono essere ordinate, nelle varie stampe, le unità" +
    " immobiliari";
            this.ultraToolTipManager1.SetUltraToolTip(this.ordinamento, ultraToolTipInfo6);
            // 
            // lblInterno
            // 
            this.lblInterno.Location = new System.Drawing.Point(314, 24);
            this.lblInterno.Name = "lblInterno";
            this.lblInterno.Size = new System.Drawing.Size(52, 23);
            this.lblInterno.TabIndex = 39;
            this.lblInterno.Text = "Interno";
            // 
            // estensioneInterno
            // 
            this.estensioneInterno.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.unitaImmobiliareBindingSource, "EstensioneInterno", true));
            this.estensioneInterno.Location = new System.Drawing.Point(420, 20);
            this.estensioneInterno.MaxLength = 5;
            this.estensioneInterno.Name = "estensioneInterno";
            this.estensioneInterno.Size = new System.Drawing.Size(32, 22);
            this.estensioneInterno.TabIndex = 30;
            ultraToolTipInfo7.ToolTipText = "Completa il numero d\'interno dell\'unità immobiliare aggiungendo caratteri alfanum" +
    "erici";
            this.ultraToolTipManager1.SetUltraToolTip(this.estensioneInterno, ultraToolTipInfo7);
            // 
            // numeroResidenti
            // 
            this.numeroResidenti.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.unitaImmobiliareBindingSource, "NumeroResidenti", true));
            this.numeroResidenti.Location = new System.Drawing.Point(91, 115);
            this.numeroResidenti.MaskInput = "nnnn";
            this.numeroResidenti.Name = "numeroResidenti";
            this.numeroResidenti.Nullable = true;
            this.numeroResidenti.Size = new System.Drawing.Size(58, 22);
            this.numeroResidenti.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.OnMouseEnter;
            this.numeroResidenti.TabIndex = 1052;
            ultraToolTipInfo8.ToolTipText = "Numero di residenti, viene usato per la ripartizione dei costi Acqua mediante ATO" +
    "5";
            this.ultraToolTipManager1.SetUltraToolTip(this.numeroResidenti, ultraToolTipInfo8);
            // 
            // sublaternoCatastale
            // 
            this.sublaternoCatastale.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.unitaImmobiliareBindingSource, "Subalterno", true));
            this.sublaternoCatastale.Location = new System.Drawing.Point(372, 82);
            this.sublaternoCatastale.MaxLength = 10;
            this.sublaternoCatastale.Name = "sublaternoCatastale";
            this.sublaternoCatastale.Size = new System.Drawing.Size(80, 22);
            this.sublaternoCatastale.TabIndex = 70;
            ultraToolTipInfo9.ToolTipText = "Numero di subalterno dell\'unità immobiliare, identifica univocamente l\'unità immo" +
    "biliare";
            this.ultraToolTipManager1.SetUltraToolTip(this.sublaternoCatastale, ultraToolTipInfo9);
            // 
            // lblSubalterno
            // 
            this.lblSubalterno.Location = new System.Drawing.Point(298, 83);
            this.lblSubalterno.Name = "lblSubalterno";
            this.lblSubalterno.Size = new System.Drawing.Size(70, 23);
            this.lblSubalterno.TabIndex = 36;
            this.lblSubalterno.Text = "Subalterno";
            // 
            // mappaleCatastale
            // 
            this.mappaleCatastale.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.unitaImmobiliareBindingSource, "Mappale", true));
            this.mappaleCatastale.Location = new System.Drawing.Point(247, 82);
            this.mappaleCatastale.MaskInput = "nnnn";
            this.mappaleCatastale.MaxValue = 9999;
            this.mappaleCatastale.MinValue = 1;
            this.mappaleCatastale.Name = "mappaleCatastale";
            this.mappaleCatastale.Nullable = true;
            this.mappaleCatastale.Size = new System.Drawing.Size(45, 22);
            this.mappaleCatastale.TabIndex = 60;
            ultraToolTipInfo10.ToolTipText = "Numero di mappale (particella) in cui si trova l\'unità immobiliare";
            this.ultraToolTipManager1.SetUltraToolTip(this.mappaleCatastale, ultraToolTipInfo10);
            // 
            // lblMappale
            // 
            this.lblMappale.Location = new System.Drawing.Point(185, 83);
            this.lblMappale.Name = "lblMappale";
            this.lblMappale.Size = new System.Drawing.Size(56, 23);
            this.lblMappale.TabIndex = 34;
            this.lblMappale.Text = "Mappale";
            // 
            // foglioCatastale
            // 
            this.foglioCatastale.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.unitaImmobiliareBindingSource, "FoglioCatastale", true));
            this.foglioCatastale.Location = new System.Drawing.Point(91, 82);
            this.foglioCatastale.MaskInput = "nnnnn";
            this.foglioCatastale.MaxValue = 99999;
            this.foglioCatastale.MinValue = 1;
            this.foglioCatastale.Name = "foglioCatastale";
            this.foglioCatastale.Nullable = true;
            this.foglioCatastale.Size = new System.Drawing.Size(58, 22);
            this.foglioCatastale.TabIndex = 50;
            ultraToolTipInfo11.ToolTipText = "Numero di foglio catastale in cui è presente l\'unità immobiliare";
            this.ultraToolTipManager1.SetUltraToolTip(this.foglioCatastale, ultraToolTipInfo11);
            // 
            // tipoUnita
            // 
            this.tipoUnita.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.unitaImmobiliareBindingSource, "CodiceTipo", true));
            this.tipoUnita.DataSource = this.tipoUnitaImmobiliareDTOBindingSource;
            this.tipoUnita.DisplayMember = "Descrizione";
            this.tipoUnita.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.tipoUnita.Location = new System.Drawing.Point(91, 20);
            this.tipoUnita.Name = "tipoUnita";
            this.tipoUnita.Size = new System.Drawing.Size(130, 22);
            this.tipoUnita.TabIndex = 10;
            ultraToolTipInfo12.ToolTipText = "Tipologia dell\'unità immobiliare (es. Abitazione, Posto auto, Cantina ecc...)";
            this.ultraToolTipManager1.SetUltraToolTip(this.tipoUnita, ultraToolTipInfo12);
            this.tipoUnita.ValueMember = "ID";
            // 
            // tipoUnitaImmobiliareDTOBindingSource
            // 
            this.tipoUnitaImmobiliareDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.TipoUnitaImmobiliareDTO);
            // 
            // lblTipoContratto
            // 
            this.lblTipoContratto.Location = new System.Drawing.Point(6, 27);
            this.lblTipoContratto.Name = "lblTipoContratto";
            this.lblTipoContratto.Size = new System.Drawing.Size(79, 23);
            this.lblTipoContratto.TabIndex = 31;
            this.lblTipoContratto.Text = "Tipo";
            // 
            // lblFoglio
            // 
            this.lblFoglio.Location = new System.Drawing.Point(6, 83);
            this.lblFoglio.Name = "lblFoglio";
            this.lblFoglio.Size = new System.Drawing.Size(79, 23);
            this.lblFoglio.TabIndex = 2;
            this.lblFoglio.Text = "Foglio";
            // 
            // stabileGroup
            // 
            this.stabileGroup.Controls.Add(this.lblGruppo);
            this.stabileGroup.Controls.Add(this.gruppi);
            this.stabileGroup.Controls.Add(this.lblStabile);
            this.stabileGroup.Controls.Add(this.stabili);
            this.stabileGroup.Location = new System.Drawing.Point(5, 12);
            this.stabileGroup.Name = "stabileGroup";
            this.stabileGroup.Size = new System.Drawing.Size(463, 59);
            this.stabileGroup.TabIndex = 40;
            this.stabileGroup.Text = "Stabile/Scala";
            // 
            // lblGruppo
            // 
            this.lblGruppo.Location = new System.Drawing.Point(276, 24);
            this.lblGruppo.Name = "lblGruppo";
            this.lblGruppo.Size = new System.Drawing.Size(45, 23);
            this.lblGruppo.TabIndex = 104;
            this.lblGruppo.Text = "Scala";
            // 
            // gruppi
            // 
            this.gruppi.DataSource = this.gruppiBindingSource;
            this.gruppi.DisplayMember = "Descrizione";
            this.gruppi.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.gruppi.Location = new System.Drawing.Point(327, 25);
            this.gruppi.Name = "gruppi";
            this.gruppi.Size = new System.Drawing.Size(130, 22);
            this.gruppi.TabIndex = 103;
            this.gruppi.ValueMember = "ID";
            // 
            // gruppiBindingSource
            // 
            this.gruppiBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.GruppoStabileDTO);
            // 
            // lblStabile
            // 
            this.lblStabile.Location = new System.Drawing.Point(6, 24);
            this.lblStabile.Name = "lblStabile";
            this.lblStabile.Size = new System.Drawing.Size(66, 23);
            this.lblStabile.TabIndex = 102;
            this.lblStabile.Text = "Stabile";
            // 
            // stabili
            // 
            this.stabili.DataSource = this.stabiliBindingSource;
            this.stabili.DisplayMember = "DisplayName";
            this.stabili.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.stabili.Location = new System.Drawing.Point(91, 24);
            this.stabili.Name = "stabili";
            this.stabili.Size = new System.Drawing.Size(179, 22);
            this.stabili.TabIndex = 101;
            this.stabili.ValueMember = "ID";
            this.stabili.ValueChanged += new System.EventHandler(this.stabiliValueChanged);
            // 
            // stabiliBindingSource
            // 
            this.stabiliBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.StabileDTO);
            // 
            // ultraTabPageControl3
            // 
            this.ultraTabPageControl3.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl3.Name = "ultraTabPageControl3";
            this.ultraTabPageControl3.Size = new System.Drawing.Size(652, 509);
            // 
            // ultraTabPageControl4
            // 
            this.ultraTabPageControl4.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl4.Name = "ultraTabPageControl4";
            this.ultraTabPageControl4.Size = new System.Drawing.Size(652, 509);
            // 
            // ultraTabPageControl2
            // 
            this.ultraTabPageControl2.Controls.Add(this.note);
            this.ultraTabPageControl2.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl2.Name = "ultraTabPageControl2";
            this.ultraTabPageControl2.Size = new System.Drawing.Size(652, 509);
            // 
            // note
            // 
            this.note.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.unitaImmobiliareBindingSource, "Note", true));
            this.note.Dock = System.Windows.Forms.DockStyle.Fill;
            this.note.Location = new System.Drawing.Point(0, 0);
            this.note.Multiline = true;
            this.note.Name = "note";
            this.note.Size = new System.Drawing.Size(652, 509);
            this.note.TabIndex = 1;
            // 
            // ultraTabSharedControlsPage1
            // 
            this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
            this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(951, 508);
            // 
            // mainTabControl
            // 
            this.mainTabControl.Controls.Add(this.ultraTabSharedControlsPage1);
            this.mainTabControl.Controls.Add(this.ultraTabPageControl1);
            this.mainTabControl.Controls.Add(this.ultraTabPageControl2);
            this.mainTabControl.Controls.Add(this.ultraTabPageControl3);
            this.mainTabControl.Controls.Add(this.ultraTabPageControl4);
            this.mainTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.mainTabControl.Location = new System.Drawing.Point(0, 0);
            this.mainTabControl.Name = "mainTabControl";
            this.mainTabControl.SharedControlsPage = this.ultraTabSharedControlsPage1;
            this.mainTabControl.Size = new System.Drawing.Size(955, 534);
            this.mainTabControl.TabIndex = 100;
            ultraTab1.Key = "datiGenerali";
            ultraTab1.TabPage = this.ultraTabPageControl1;
            ultraTab1.Text = "Dati unità";
            ultraTab3.Key = "proprietari";
            ultraTab3.TabPage = this.ultraTabPageControl3;
            ultraTab3.Text = "Proprietari";
            ultraTab4.Key = "conduttori";
            ultraTab4.TabPage = this.ultraTabPageControl4;
            ultraTab4.Text = "Conduttori";
            ultraTab2.Key = "note";
            ultraTab2.TabPage = this.ultraTabPageControl2;
            ultraTab2.Text = "Note";
            this.mainTabControl.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
            ultraTab1,
            ultraTab3,
            ultraTab4,
            ultraTab2});
            this.mainTabControl.SelectedTabChanging += new Infragistics.Win.UltraWinTabControl.SelectedTabChangingEventHandler(this.mainTabControlSelectedTabChanging);
            // 
            // reqGruppoStabile
            // 
            this.reqGruppoStabile.ControlToValidate = this.gruppi;
            this.reqGruppoStabile.ErrorMessage = "Scegliere almeno una scala";
            this.reqGruppoStabile.Icon = ((System.Drawing.Icon)(resources.GetObject("reqGruppoStabile.Icon")));
            // 
            // ultraToolTipManager1
            // 
            this.ultraToolTipManager1.ContainingControl = this;
            // 
            // DettaglioUnitaImmobiliareUI
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
            this.ClientSize = new System.Drawing.Size(971, 725);
            this.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Name = "DettaglioUnitaImmobiliareUI";
            this.Text = "Unità";
            this.Load += new System.EventHandler(this.dettaglioUnitaImmobiliareUILoad);
            ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManagerStandard)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.standardFormStatus)).EndInit();
            this.MainStandardForm_Fill_Panel.ResumeLayout(false);
            this.ultraTabPageControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.unitaImmobiliariGroup)).EndInit();
            this.unitaImmobiliariGroup.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.datiContrattoGroup)).EndInit();
            this.datiContrattoGroup.ResumeLayout(false);
            this.datiContrattoGroup.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.piano)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.unitaImmobiliareBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.esclusioneAddebitoQuotaFissa)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.descrizione)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.interno)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ordinamento)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.estensioneInterno)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numeroResidenti)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sublaternoCatastale)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.mappaleCatastale)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.foglioCatastale)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoUnita)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoUnitaImmobiliareDTOBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.stabileGroup)).EndInit();
            this.stabileGroup.ResumeLayout(false);
            this.stabileGroup.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gruppi)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gruppiBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.stabili)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.stabiliBindingSource)).EndInit();
            this.ultraTabPageControl2.ResumeLayout(false);
            this.ultraTabPageControl2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.note)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.mainTabControl)).EndInit();
            this.mainTabControl.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }