/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton("Add");
     this.suceEntities = new Samsara.Base.Controls.Controls.SamsaraUltraComboEditor();
     ((System.ComponentModel.ISupportInitialize)(this.suceEntities)).BeginInit();
     this.SuspendLayout();
     //
     // suceEntities
     //
     editorButton1.Key  = "Add";
     editorButton1.Text = "+";
     this.suceEntities.ButtonsLeft.Add(editorButton1);
     this.suceEntities.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.suceEntities.Location        = new System.Drawing.Point(0, 0);
     this.suceEntities.Name            = "suceEntities";
     this.suceEntities.Size            = new System.Drawing.Size(226, 21);
     this.suceEntities.TabIndex        = 0;
     this.suceEntities.BeforeDropDown += new System.ComponentModel.CancelEventHandler(this.suceEntities_BeforeDropDown);
     this.suceEntities.AfterCloseUp   += new System.EventHandler(this.suceEntities_AfterCloseUp);
     //
     // SamsaraEntityChooserControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.suceEntities);
     this.Name = "SamsaraEntityChooserControl";
     this.Size = new System.Drawing.Size(226, 22);
     ((System.ComponentModel.ISupportInitialize)(this.suceEntities)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
     this.button1       = new System.Windows.Forms.Button();
     this.label1        = new System.Windows.Forms.Label();
     this.txtPathBackup = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     ((System.ComponentModel.ISupportInitialize)(this.txtPathBackup)).BeginInit();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(433, 39);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(87, 27);
     this.button1.TabIndex = 6;
     this.button1.Text     = "Phục hồi";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(21, 45);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(71, 15);
     this.label1.TabIndex = 7;
     this.label1.Text     = "Vị trí lưu file";
     //
     // txtPathBackup
     //
     editorButton1.Text = "...";
     this.txtPathBackup.ButtonsRight.Add(editorButton1);
     this.txtPathBackup.Location           = new System.Drawing.Point(98, 40);
     this.txtPathBackup.Name               = "txtPathBackup";
     this.txtPathBackup.ReadOnly           = true;
     this.txtPathBackup.Size               = new System.Drawing.Size(304, 24);
     this.txtPathBackup.TabIndex           = 5;
     this.txtPathBackup.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.txtPathBackup_EditorButtonClick);
     //
     // FrmPhucHoiDuLieu
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(541, 105);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.txtPathBackup);
     this.Font            = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FrmPhucHoiDuLieu";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Phục hồi dữ liệu";
     ((System.ComponentModel.ISupportInitialize)(this.txtPathBackup)).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()
        {
            Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton("apri");
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinEditors.EditorButton editorButton2 = new Infragistics.Win.UltraWinEditors.EditorButton("scelta");
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            this.nomeFile = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
            ((System.ComponentModel.ISupportInitialize)(this.nomeFile)).BeginInit();
            this.SuspendLayout();
            // 
            // nomeFile
            // 
            appearance2.Image = global::Gipasoft.Stabili.UI.Messaggistica.MessaggisticaResources.folder;
            editorButton1.Appearance = appearance2;
            editorButton1.Key = "apri";
            appearance1.Image = global::Gipasoft.Stabili.UI.Messaggistica.MessaggisticaResources.disk_blue;
            editorButton2.Appearance = appearance1;
            editorButton2.Key = "scelta";
            editorButton2.Text = "";
            this.nomeFile.ButtonsRight.Add(editorButton1);
            this.nomeFile.ButtonsRight.Add(editorButton2);
            this.nomeFile.Dock = System.Windows.Forms.DockStyle.Fill;
            this.nomeFile.Location = new System.Drawing.Point(0, 0);
            this.nomeFile.Name = "nomeFile";
            this.nomeFile.Size = new System.Drawing.Size(199, 21);
            this.nomeFile.TabIndex = 1;
            this.nomeFile.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.nomeFileEditorButtonClick);
            // 
            // openFileDialog1
            // 
            this.openFileDialog1.DefaultExt = "rtf";
            this.openFileDialog1.Filter = "File Rtf|*.rtf|Tutti i file|*.*";
            // 
            // SceltaDocumentoUC
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.nomeFile);
            this.Name = "SceltaDocumentoUC";
            this.Size = new System.Drawing.Size(199, 21);
            ((System.ComponentModel.ISupportInitialize)(this.nomeFile)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Esempio n. 4
0
        /// <summary> 
        /// Método necesario para admitir el Diseñador. No se puede modificar 
        /// el contenido del método con el editor de código.
        /// </summary>
        private void InitializeComponent()
        {
            Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton("Search");
            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();
            this.txtSearch = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            ((System.ComponentModel.ISupportInitialize)(this.txtSearch)).BeginInit();
            this.SuspendLayout();
            // 
            // txtSearch
            // 
            appearance1.Image = global::Soft.Controls.Properties.Resources.search;
            appearance1.ImageHAlign = Infragistics.Win.HAlign.Center;
            appearance1.ImageVAlign = Infragistics.Win.VAlign.Middle;
            editorButton1.Appearance = appearance1;
            editorButton1.Key = "Search";
            editorButton1.Text = "";
            appearance2.Image = global::Soft.Controls.Properties.Resources.delete;
            appearance2.ImageHAlign = Infragistics.Win.HAlign.Center;
            appearance2.ImageVAlign = Infragistics.Win.VAlign.Middle;
            editorButton2.Appearance = appearance2;
            editorButton2.Key = "Clear";
            this.txtSearch.ButtonsRight.Add(editorButton1);
            this.txtSearch.ButtonsRight.Add(editorButton2);
            this.txtSearch.Dock = System.Windows.Forms.DockStyle.Fill;
            this.txtSearch.Location = new System.Drawing.Point(0, 0);
            this.txtSearch.Name = "txtSearch";
            this.txtSearch.Size = new System.Drawing.Size(100, 21);
            this.txtSearch.TabIndex = 0;
            this.txtSearch.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.txtSearch_EditorButtonClick);
            this.txtSearch.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtSearch_KeyDown);
            // 
            // SoftSearch
            // 
            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.txtSearch);
            this.Name = "SoftSearch";
            this.Size = new System.Drawing.Size(100, 21);
            ((System.ComponentModel.ISupportInitialize)(this.txtSearch)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Esempio n. 5
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton("Search");
     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();
     this.txtSearch = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     ((System.ComponentModel.ISupportInitialize)(this.txtSearch)).BeginInit();
     this.SuspendLayout();
     //
     // txtSearch
     //
     appearance1.Image        = global::Soft.Controls.Properties.Resources.search;
     appearance1.ImageHAlign  = Infragistics.Win.HAlign.Center;
     appearance1.ImageVAlign  = Infragistics.Win.VAlign.Middle;
     editorButton1.Appearance = appearance1;
     editorButton1.Key        = "Search";
     editorButton1.Text       = "";
     appearance2.Image        = global::Soft.Controls.Properties.Resources.delete;
     appearance2.ImageHAlign  = Infragistics.Win.HAlign.Center;
     appearance2.ImageVAlign  = Infragistics.Win.VAlign.Middle;
     editorButton2.Appearance = appearance2;
     editorButton2.Key        = "Clear";
     this.txtSearch.ButtonsRight.Add(editorButton1);
     this.txtSearch.ButtonsRight.Add(editorButton2);
     this.txtSearch.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.txtSearch.Location           = new System.Drawing.Point(0, 0);
     this.txtSearch.Name               = "txtSearch";
     this.txtSearch.Size               = new System.Drawing.Size(100, 21);
     this.txtSearch.TabIndex           = 0;
     this.txtSearch.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.txtSearch_EditorButtonClick);
     this.txtSearch.KeyDown           += new System.Windows.Forms.KeyEventHandler(this.txtSearch_KeyDown);
     //
     // SoftSearch
     //
     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.txtSearch);
     this.Name = "SoftSearch";
     this.Size = new System.Drawing.Size(100, 21);
     ((System.ComponentModel.ISupportInitialize)(this.txtSearch)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 6
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton("Choose");
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     this.ultraTextEditor1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).BeginInit();
     this.SuspendLayout();
     //
     // ultraTextEditor1
     //
     appearance1.BackColor            = System.Drawing.Color.White;
     appearance1.BorderColor          = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(100)))), ((int)(((byte)(100)))));
     this.ultraTextEditor1.Appearance = appearance1;
     this.ultraTextEditor1.AutoSize   = false;
     this.ultraTextEditor1.BackColor  = System.Drawing.Color.White;
     appearance2.ForeColor            = System.Drawing.Color.Black;
     editorButton1.Appearance         = appearance2;
     editorButton1.ButtonStyle        = Infragistics.Win.UIElementButtonStyle.Office2007RibbonButton;
     editorButton1.Key  = "Choose";
     editorButton1.Text = "选择";
     this.ultraTextEditor1.ButtonsRight.Add(editorButton1);
     this.ultraTextEditor1.DisplayStyle       = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
     this.ultraTextEditor1.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.ultraTextEditor1.Location           = new System.Drawing.Point(0, 0);
     this.ultraTextEditor1.Name               = "ultraTextEditor1";
     this.ultraTextEditor1.ReadOnly           = true;
     this.ultraTextEditor1.Size               = new System.Drawing.Size(224, 23);
     this.ultraTextEditor1.TabIndex           = 0;
     this.ultraTextEditor1.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.ultraTextEditor1_EditorButtonClick);
     //
     // BipImageList
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.Transparent;
     this.Controls.Add(this.ultraTextEditor1);
     this.Name = "BipImageList";
     this.Size = new System.Drawing.Size(224, 23);
     ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 7
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();
            Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton("clear");
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainContabilita));
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.btnIntestazione = new Infragistics.Win.Misc.UltraButton();
            this.splitContainer2 = new System.Windows.Forms.SplitContainer();
            this.selezioniGroupBox = new Infragistics.Win.Misc.UltraGroupBox();
            this.btnConferma = new Infragistics.Win.Misc.UltraButton();
            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.reqCondominio = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.reqEsercizio = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.validationSummary1 = new Gipasoft.Windows.Forms.CustomValidation.ValidationSummary(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManagerStandard)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.standardFormStatus)).BeginInit();
            this.MainStandardForm_Fill_Panel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
            this.splitContainer2.Panel1.SuspendLayout();
            this.splitContainer2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.selezioniGroupBox)).BeginInit();
            this.selezioniGroupBox.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.esercizi)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.eserciziDTOBindingSource)).BeginInit();
            this.SuspendLayout();
            // 
            // ultraToolbarsManagerStandard
            // 
            this.ultraToolbarsManagerStandard.MenuSettings.ForceSerialization = true;
            this.ultraToolbarsManagerStandard.Ribbon.ApplicationMenuButtonImage = global::Gipasoft.Stabili.UI.Library.Properties.Resources.sferanew_trasparente;
            this.ultraToolbarsManagerStandard.Ribbon.Visible = true;
            this.ultraToolbarsManagerStandard.ToolbarSettings.ForceSerialization = true;
            // 
            // standardFormStatus
            // 
            this.standardFormStatus.Location = new System.Drawing.Point(0, 639);
            this.standardFormStatus.Size = new System.Drawing.Size(821, 23);
            // 
            // MainStandardForm_Fill_Panel
            // 
            this.MainStandardForm_Fill_Panel.Controls.Add(this.splitContainer1);
            this.MainStandardForm_Fill_Panel.Location = new System.Drawing.Point(8, 55);
            this.MainStandardForm_Fill_Panel.Size = new System.Drawing.Size(805, 584);
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
            this.splitContainer1.Location = new System.Drawing.Point(0, 0);
            this.splitContainer1.Name = "splitContainer1";
            this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.btnIntestazione);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
            this.splitContainer1.Size = new System.Drawing.Size(805, 584);
            this.splitContainer1.SplitterDistance = 37;
            this.splitContainer1.TabIndex = 0;
            this.splitContainer1.TabStop = false;
            // 
            // btnIntestazione
            // 
            appearance1.FontData.BoldAsString = "True";
            appearance1.FontData.SizeInPoints = 12F;
            this.btnIntestazione.Appearance = appearance1;
            this.btnIntestazione.ButtonStyle = Infragistics.Win.UIElementButtonStyle.FlatBorderless;
            this.btnIntestazione.Dock = System.Windows.Forms.DockStyle.Fill;
            this.btnIntestazione.Location = new System.Drawing.Point(0, 0);
            this.btnIntestazione.Name = "btnIntestazione";
            this.btnIntestazione.Size = new System.Drawing.Size(805, 37);
            this.btnIntestazione.TabIndex = 0;
            this.btnIntestazione.TabStop = false;
            this.btnIntestazione.Text = "ultraButton1";
            this.btnIntestazione.Click += new System.EventHandler(this.btnIntestazioneClick);
            // 
            // splitContainer2
            // 
            this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
            this.splitContainer2.Location = new System.Drawing.Point(0, 0);
            this.splitContainer2.Name = "splitContainer2";
            this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer2.Panel1
            // 
            this.splitContainer2.Panel1.Controls.Add(this.selezioniGroupBox);
            this.splitContainer2.Size = new System.Drawing.Size(805, 543);
            this.splitContainer2.SplitterDistance = 39;
            this.splitContainer2.TabIndex = 0;
            this.splitContainer2.TabStop = false;
            // 
            // selezioniGroupBox
            // 
            this.selezioniGroupBox.Controls.Add(this.btnConferma);
            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.Dock = System.Windows.Forms.DockStyle.Fill;
            this.selezioniGroupBox.Location = new System.Drawing.Point(0, 0);
            this.selezioniGroupBox.Name = "selezioniGroupBox";
            this.selezioniGroupBox.Size = new System.Drawing.Size(805, 39);
            this.selezioniGroupBox.TabIndex = 2;
            // 
            // btnConferma
            // 
            this.btnConferma.Location = new System.Drawing.Point(724, 8);
            this.btnConferma.Name = "btnConferma";
            this.btnConferma.Size = new System.Drawing.Size(75, 23);
            this.btnConferma.TabIndex = 9;
            this.btnConferma.Text = "Cerca";
            this.btnConferma.Click += new System.EventHandler(this.btnConfermaClick);
            // 
            // esercizi
            // 
            appearance2.Image = global::Gipasoft.Stabili.UI.Library.Properties.Resources.clear;
            editorButton1.Appearance = appearance2;
            editorButton1.Key = "clear";
            this.esercizi.ButtonsRight.Add(editorButton1);
            this.esercizi.DataSource = this.eserciziDTOBindingSource;
            this.esercizi.DisplayMember = "DisplayName";
            this.esercizi.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.esercizi.Location = new System.Drawing.Point(465, 9);
            this.esercizi.Name = "esercizi";
            this.esercizi.Size = new System.Drawing.Size(223, 21);
            this.esercizi.TabIndex = 8;
            this.esercizi.TabStop = false;
            this.esercizi.ValueMember = "ID";
            this.esercizi.ValueChanged += new System.EventHandler(this.eserciziValueChanged);
            this.esercizi.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.eserciziEditorButtonClick);
            // 
            // eserciziDTOBindingSource
            // 
            this.eserciziDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.EsercizioDTO);
            // 
            // lblEsercizio
            // 
            this.lblEsercizio.Appearance = appearance3;
            this.lblEsercizio.Location = new System.Drawing.Point(406, 9);
            this.lblEsercizio.Name = "lblEsercizio";
            this.lblEsercizio.Size = new System.Drawing.Size(53, 23);
            this.lblEsercizio.TabIndex = 2;
            this.lblEsercizio.Text = "Esercizio";
            // 
            // lblCondominio
            // 
            this.lblCondominio.Appearance = appearance4;
            this.lblCondominio.Location = new System.Drawing.Point(6, 7);
            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, 9);
            this.sceltaCondominioCombo1.Name = "sceltaCondominioCombo1";
            this.sceltaCondominioCombo1.Size = new System.Drawing.Size(313, 21);
            this.sceltaCondominioCombo1.TabIndex = 0;
            this.sceltaCondominioCombo1.TabStop = false;
            // 
            // reqCondominio
            // 
            this.reqCondominio.ControlToValidate = this.sceltaCondominioCombo1;
            this.reqCondominio.ErrorMessage = "Scegliere un condominio";
            this.reqCondominio.Icon = ((System.Drawing.Icon)(resources.GetObject("reqCondominio.Icon")));
            // 
            // reqEsercizio
            // 
            this.reqEsercizio.ControlToValidate = this.esercizi;
            this.reqEsercizio.ErrorMessage = "Scegliere un esercizio";
            this.reqEsercizio.Icon = ((System.Drawing.Icon)(resources.GetObject("reqEsercizio.Icon")));
            // 
            // MainContabilita
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(821, 662);
            this.Name = "MainContabilita";
            this.Text = "MainContabilita";
            this.Load += new System.EventHandler(this.mainContabilitaLoad);
            ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManagerStandard)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.standardFormStatus)).EndInit();
            this.MainStandardForm_Fill_Panel.ResumeLayout(false);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            this.splitContainer2.Panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
            this.splitContainer2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.selezioniGroupBox)).EndInit();
            this.selezioniGroupBox.ResumeLayout(false);
            this.selezioniGroupBox.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.esercizi)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.eserciziDTOBindingSource)).EndInit();
            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.UltraWinDataSource.UltraDataBand ultraDataBand1 = new Infragistics.Win.UltraWinDataSource.UltraDataBand("Scadenze_Pagamenti");
            Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn1 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Id");
            Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn2 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Data");
            Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn3 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Valuta");
            Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn4 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Importo");
            Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn5 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Stato");
            Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn6 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("CodiceScadenza");
            Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn7 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Id");
            Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn8 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("DataScadenza");
            Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn9 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Importo");
            Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn10 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("ImportoRitenuta");
            Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn11 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Fornitore");
            Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn12 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("TipoDocumento");
            Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn13 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("DataDocumento");
            Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn14 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("NumeroDocumento");
            Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn15 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Detraibile");
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton("clear");
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("MovimentoContabileDTO", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Causale");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Descrizione");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DettaglioRipartizione");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdCondomino");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdConto");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdDettaglio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdFornitore");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdNumeroRigaMovimentoMultiIvaPrincipale");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdSottoConto");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdTestata");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Importo");
            Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsRipartoPersonalizzato");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn43 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NominativoSpesaPersonale");
            Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Note");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NumeroAssegno");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NumeroRegistrazione");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NumeroRiga");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NumeroRigaDettaglio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PercentualeProprieta");
            Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn44 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Scale");
            Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Segno");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn45 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Stabili");
            Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ExtensionData");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DisplayName");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FrequentlyAccessed");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsDeleteAllow");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Stato");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Version");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PercentualeRipartoMovimento", 0);
            Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DeleteColumn", 1);
            Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("DettaglioRipartizione", 0);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DataRegistrazione");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneUnitaRiferimento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdMovimentoRiferimento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn41 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdSoggetto");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdUnitaRiferimento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Importo");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn42 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NominativoSoggetto");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ExtensionData");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DisplayName");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FrequentlyAccessed");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsDeleteAllow");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Stato");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Version");
            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.Appearance appearance18 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MovimentoContabileEconomicoUC));
            this.btnRiparto = new Infragistics.Win.Misc.UltraButton();
            this.scadenzeDataSource = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components);
            this.descrizioneDettaglio = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.tableLayoutPanelMovimento = new System.Windows.Forms.TableLayoutPanel();
            this.sceltaEsercizioGroupBox = 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.groupDettaglioMovimento = new Infragistics.Win.Misc.UltraGroupBox();
            this.lblFornitore = new Infragistics.Win.Misc.UltraLabel();
            this.sceltaFornitoreCombo1 = new Gipasoft.Stabili.UI.Library.SceltaFornitoreCombo();
            this.sottoContoPatrimoniale = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.sottoContoDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.lblSottoConto = new Infragistics.Win.Misc.UltraLabel();
            this.lblDataRegistrazione = new Infragistics.Win.Misc.UltraLabel();
            this.dataRegistrazione = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.lblNumeroProtocollo = new Infragistics.Win.Misc.UltraLabel();
            this.numeroProtocollo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.btnIncasso = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.btnSpesa = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.contoPatrimoniale = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.contoBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.causale = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.causaleContabileDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.lblCausale = new Infragistics.Win.Misc.UltraLabel();
            this.modelloRipartizione = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.modelliContabiliBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.lblContoPatrimoniale = new Infragistics.Win.Misc.UltraLabel();
            this.lblDescrizione = new Infragistics.Win.Misc.UltraLabel();
            this.lblModello = new Infragistics.Win.Misc.UltraLabel();
            this.noteDettaglio = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblImporto = new Infragistics.Win.Misc.UltraLabel();
            this.lblNote = new Infragistics.Win.Misc.UltraLabel();
            this.importoMovimento = new Infragistics.Win.UltraWinEditors.UltraCurrencyEditor();
            this.sceltaFornitoreSottocontoCombo = new Gipasoft.Stabili.UI.Library.SceltaFornitoreCombo();
            this.groupRipartizione = new Infragistics.Win.Misc.UltraGroupBox();
            this.ripartizioneDettaglio = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.movimentoContabileBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.panelButtons = new System.Windows.Forms.Panel();
            this.dataFineCompetenza = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.lblDataFineCompetenza = new Infragistics.Win.Misc.UltraLabel();
            this.dataInizioCompetenza = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.lblDataInizioCompetenza = new Infragistics.Win.Misc.UltraLabel();
            this.archiviazioneOttica = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.btnRicevuta = new Infragistics.Win.Misc.UltraButton();
            this.btnConferma = new Infragistics.Win.Misc.UltraButton();
            this.salvaModello = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.importoDettaglioResiduo = new Infragistics.Win.Misc.UltraButton();
            this.lblImportoResiduo = new Infragistics.Win.Misc.UltraLabel();
            this.popUpSoggetti = new Infragistics.Win.Misc.UltraPopupControlContainer(this.components);
            this.dettaglioSpesaBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.movimentoValidationSummary = new Gipasoft.Windows.Forms.CustomValidation.ValidationSummary(this.components);
            this.reqProtocollo = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.reqTipoDocumento = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.reqDescrizione = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.customRipartoConti = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            this.customScadenze = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            this.customScadenzeReq = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            this.reqCondominio = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.reqEsercizio = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.reqCausale = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.reqContoPatrimoniale = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.reqImporto = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.importoCompareValidator = new Gipasoft.Windows.Forms.CustomValidation.CompareValidator();
            this.customImportoMovimentiValidator = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            this.customFornitoreValidator = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            this.dataRegistrazioneValidator1 = new Gipasoft.Stabili.UI.Library.Validators.DataRegistrazioneValidator();
            this.dataCompetenzaCompareValidator = new Gipasoft.Windows.Forms.CustomValidation.CompareValidator();
            this.backgroundWorkerLoadDati = new System.ComponentModel.BackgroundWorker();
            this.customRipartoUnita = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            this.reqDataRegistrazione = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            ((System.ComponentModel.ISupportInitialize)(this.scadenzeDataSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.descrizioneDettaglio)).BeginInit();
            this.tableLayoutPanelMovimento.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.sceltaEsercizioGroupBox)).BeginInit();
            this.sceltaEsercizioGroupBox.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.esercizi)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.eserciziDTOBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupDettaglioMovimento)).BeginInit();
            this.groupDettaglioMovimento.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.sottoContoPatrimoniale)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sottoContoDTOBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataRegistrazione)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numeroProtocollo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnIncasso)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnSpesa)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.contoPatrimoniale)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.contoBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.causale)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.causaleContabileDTOBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.modelloRipartizione)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.modelliContabiliBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.noteDettaglio)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.importoMovimento)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupRipartizione)).BeginInit();
            this.groupRipartizione.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ripartizioneDettaglio)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.movimentoContabileBindingSource)).BeginInit();
            this.panelButtons.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataFineCompetenza)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataInizioCompetenza)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.archiviazioneOttica)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.salvaModello)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dettaglioSpesaBindingSource)).BeginInit();
            this.SuspendLayout();
            // 
            // btnRiparto
            // 
            this.btnRiparto.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnRiparto.Location = new System.Drawing.Point(620, 34);
            this.btnRiparto.Name = "btnRiparto";
            this.btnRiparto.Size = new System.Drawing.Size(74, 23);
            this.btnRiparto.TabIndex = 200;
            this.btnRiparto.Text = "Riparto";
            this.btnRiparto.Click += new System.EventHandler(this.btnRipartoClick);
            // 
            // scadenzeDataSource
            // 
            this.scadenzeDataSource.Band.AllowAdd = Infragistics.Win.DefaultableBoolean.True;
            ultraDataBand1.AllowAdd = Infragistics.Win.DefaultableBoolean.False;
            ultraDataColumn1.DataType = typeof(System.DateTime);
            ultraDataColumn2.DataType = typeof(System.DateTime);
            ultraDataColumn3.DataType = typeof(System.DateTime);
            ultraDataColumn4.DataType = typeof(decimal);
            ultraDataColumn6.DataType = typeof(int);
            ultraDataBand1.Columns.AddRange(new object[] {
            ultraDataColumn1,
            ultraDataColumn2,
            ultraDataColumn3,
            ultraDataColumn4,
            ultraDataColumn5,
            ultraDataColumn6});
            this.scadenzeDataSource.Band.ChildBands.AddRange(new object[] {
            ultraDataBand1});
            ultraDataColumn7.DataType = typeof(int);
            ultraDataColumn8.DataType = typeof(System.DateTime);
            ultraDataColumn9.DataType = typeof(decimal);
            ultraDataColumn10.DataType = typeof(decimal);
            ultraDataColumn13.DataType = typeof(System.DateTime);
            ultraDataColumn15.DataType = typeof(bool);
            this.scadenzeDataSource.Band.Columns.AddRange(new object[] {
            ultraDataColumn7,
            ultraDataColumn8,
            ultraDataColumn9,
            ultraDataColumn10,
            ultraDataColumn11,
            ultraDataColumn12,
            ultraDataColumn13,
            ultraDataColumn14,
            ultraDataColumn15});
            this.scadenzeDataSource.Band.Key = "Scadenze";
            // 
            // descrizioneDettaglio
            // 
            this.descrizioneDettaglio.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.descrizioneDettaglio.Location = new System.Drawing.Point(78, 127);
            this.descrizioneDettaglio.MaxLength = 500;
            this.descrizioneDettaglio.Name = "descrizioneDettaglio";
            this.descrizioneDettaglio.Size = new System.Drawing.Size(608, 21);
            this.descrizioneDettaglio.TabIndex = 110;
            this.descrizioneDettaglio.AfterExitEditMode += new System.EventHandler(this.descrizioneDettaglioAfterExitEditMode);
            // 
            // tableLayoutPanelMovimento
            // 
            this.tableLayoutPanelMovimento.ColumnCount = 1;
            this.tableLayoutPanelMovimento.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanelMovimento.Controls.Add(this.sceltaEsercizioGroupBox, 0, 0);
            this.tableLayoutPanelMovimento.Controls.Add(this.groupDettaglioMovimento, 0, 1);
            this.tableLayoutPanelMovimento.Controls.Add(this.groupRipartizione, 0, 2);
            this.tableLayoutPanelMovimento.Controls.Add(this.panelButtons, 0, 4);
            this.tableLayoutPanelMovimento.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanelMovimento.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanelMovimento.Name = "tableLayoutPanelMovimento";
            this.tableLayoutPanelMovimento.RowCount = 5;
            this.tableLayoutPanelMovimento.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanelMovimento.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanelMovimento.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanelMovimento.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanelMovimento.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 65F));
            this.tableLayoutPanelMovimento.Size = new System.Drawing.Size(703, 674);
            this.tableLayoutPanelMovimento.TabIndex = 0;
            // 
            // sceltaEsercizioGroupBox
            // 
            this.sceltaEsercizioGroupBox.Controls.Add(this.esercizi);
            this.sceltaEsercizioGroupBox.Controls.Add(this.lblEsercizio);
            this.sceltaEsercizioGroupBox.Controls.Add(this.lblCondominio);
            this.sceltaEsercizioGroupBox.Controls.Add(this.sceltaCondominioCombo1);
            this.sceltaEsercizioGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.sceltaEsercizioGroupBox.Location = new System.Drawing.Point(3, 3);
            this.sceltaEsercizioGroupBox.Name = "sceltaEsercizioGroupBox";
            this.sceltaEsercizioGroupBox.Size = new System.Drawing.Size(697, 81);
            this.sceltaEsercizioGroupBox.TabIndex = 173;
            this.sceltaEsercizioGroupBox.Text = "Esercizio";
            // 
            // esercizi
            // 
            this.esercizi.DataSource = this.eserciziDTOBindingSource;
            this.esercizi.DisplayMember = "DisplayName";
            this.esercizi.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.esercizi.Location = new System.Drawing.Point(75, 49);
            this.esercizi.Name = "esercizi";
            this.esercizi.Size = new System.Drawing.Size(489, 21);
            this.esercizi.TabIndex = 10;
            this.esercizi.TabStop = false;
            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(9, 49);
            this.lblEsercizio.Name = "lblEsercizio";
            this.lblEsercizio.Size = new System.Drawing.Size(60, 23);
            this.lblEsercizio.TabIndex = 9;
            this.lblEsercizio.Text = "Esercizio";
            // 
            // lblCondominio
            // 
            this.lblCondominio.Location = new System.Drawing.Point(9, 22);
            this.lblCondominio.Name = "lblCondominio";
            this.lblCondominio.Size = new System.Drawing.Size(66, 23);
            this.lblCondominio.TabIndex = 3;
            this.lblCondominio.Text = "Condominio";
            // 
            // sceltaCondominioCombo1
            // 
            this.sceltaCondominioCombo1.IdCondominioSelected = 0;
            this.sceltaCondominioCombo1.Location = new System.Drawing.Point(75, 22);
            this.sceltaCondominioCombo1.Name = "sceltaCondominioCombo1";
            this.sceltaCondominioCombo1.Size = new System.Drawing.Size(489, 21);
            this.sceltaCondominioCombo1.TabIndex = 2;
            this.sceltaCondominioCombo1.TabStop = false;
            // 
            // groupDettaglioMovimento
            // 
            this.groupDettaglioMovimento.Controls.Add(this.lblFornitore);
            this.groupDettaglioMovimento.Controls.Add(this.sceltaFornitoreCombo1);
            this.groupDettaglioMovimento.Controls.Add(this.sottoContoPatrimoniale);
            this.groupDettaglioMovimento.Controls.Add(this.lblSottoConto);
            this.groupDettaglioMovimento.Controls.Add(this.lblDataRegistrazione);
            this.groupDettaglioMovimento.Controls.Add(this.dataRegistrazione);
            this.groupDettaglioMovimento.Controls.Add(this.lblNumeroProtocollo);
            this.groupDettaglioMovimento.Controls.Add(this.numeroProtocollo);
            this.groupDettaglioMovimento.Controls.Add(this.btnIncasso);
            this.groupDettaglioMovimento.Controls.Add(this.btnSpesa);
            this.groupDettaglioMovimento.Controls.Add(this.contoPatrimoniale);
            this.groupDettaglioMovimento.Controls.Add(this.causale);
            this.groupDettaglioMovimento.Controls.Add(this.lblCausale);
            this.groupDettaglioMovimento.Controls.Add(this.modelloRipartizione);
            this.groupDettaglioMovimento.Controls.Add(this.lblContoPatrimoniale);
            this.groupDettaglioMovimento.Controls.Add(this.lblDescrizione);
            this.groupDettaglioMovimento.Controls.Add(this.lblModello);
            this.groupDettaglioMovimento.Controls.Add(this.noteDettaglio);
            this.groupDettaglioMovimento.Controls.Add(this.lblImporto);
            this.groupDettaglioMovimento.Controls.Add(this.lblNote);
            this.groupDettaglioMovimento.Controls.Add(this.descrizioneDettaglio);
            this.groupDettaglioMovimento.Controls.Add(this.importoMovimento);
            this.groupDettaglioMovimento.Controls.Add(this.sceltaFornitoreSottocontoCombo);
            this.groupDettaglioMovimento.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupDettaglioMovimento.Location = new System.Drawing.Point(3, 90);
            this.groupDettaglioMovimento.Name = "groupDettaglioMovimento";
            this.groupDettaglioMovimento.Size = new System.Drawing.Size(697, 190);
            this.groupDettaglioMovimento.TabIndex = 141;
            this.groupDettaglioMovimento.Text = "Dettaglio Movimento";
            // 
            // lblFornitore
            // 
            this.lblFornitore.Location = new System.Drawing.Point(332, 77);
            this.lblFornitore.Name = "lblFornitore";
            this.lblFornitore.Size = new System.Drawing.Size(60, 17);
            this.lblFornitore.TabIndex = 815;
            this.lblFornitore.Text = "Fornitore";
            this.lblFornitore.Visible = false;
            // 
            // sceltaFornitoreCombo1
            // 
            this.sceltaFornitoreCombo1.AllowInsert = true;
            this.sceltaFornitoreCombo1.CurrentEditRow = null;
            this.sceltaFornitoreCombo1.IdFornitore = 0;
            this.sceltaFornitoreCombo1.Location = new System.Drawing.Point(398, 73);
            this.sceltaFornitoreCombo1.Margin = new System.Windows.Forms.Padding(0);
            this.sceltaFornitoreCombo1.Name = "sceltaFornitoreCombo1";
            this.sceltaFornitoreCombo1.Size = new System.Drawing.Size(288, 21);
            this.sceltaFornitoreCombo1.TabIndex = 814;
            this.sceltaFornitoreCombo1.Visible = false;
            this.sceltaFornitoreCombo1.VisibleChanged += new System.EventHandler(this.sceltaFornitoreCombo1VisibleChanged);
            // 
            // sottoContoPatrimoniale
            // 
            this.sottoContoPatrimoniale.DataSource = this.sottoContoDTOBindingSource;
            this.sottoContoPatrimoniale.DisplayMember = "DescrizioneCompleta";
            this.sottoContoPatrimoniale.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.sottoContoPatrimoniale.Location = new System.Drawing.Point(398, 46);
            this.sottoContoPatrimoniale.Name = "sottoContoPatrimoniale";
            this.sottoContoPatrimoniale.Size = new System.Drawing.Size(288, 21);
            this.sottoContoPatrimoniale.TabIndex = 50;
            this.sottoContoPatrimoniale.ValueMember = "ID";
            // 
            // sottoContoDTOBindingSource
            // 
            this.sottoContoDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.SottoContoDTO);
            // 
            // lblSottoConto
            // 
            this.lblSottoConto.Location = new System.Drawing.Point(332, 50);
            this.lblSottoConto.Name = "lblSottoConto";
            this.lblSottoConto.Size = new System.Drawing.Size(60, 17);
            this.lblSottoConto.TabIndex = 813;
            this.lblSottoConto.Text = "Sottoconto";
            // 
            // lblDataRegistrazione
            // 
            this.lblDataRegistrazione.Location = new System.Drawing.Point(332, 21);
            this.lblDataRegistrazione.Name = "lblDataRegistrazione";
            this.lblDataRegistrazione.Size = new System.Drawing.Size(60, 17);
            this.lblDataRegistrazione.TabIndex = 812;
            this.lblDataRegistrazione.Text = "Data Reg.";
            // 
            // dataRegistrazione
            // 
            this.dataRegistrazione.DateTime = new System.DateTime(2010, 3, 5, 0, 0, 0, 0);
            this.dataRegistrazione.Location = new System.Drawing.Point(398, 17);
            this.dataRegistrazione.Name = "dataRegistrazione";
            this.dataRegistrazione.Size = new System.Drawing.Size(82, 21);
            this.dataRegistrazione.TabIndex = 20;
            this.dataRegistrazione.Value = new System.DateTime(2010, 3, 5, 0, 0, 0, 0);
            // 
            // lblNumeroProtocollo
            // 
            this.lblNumeroProtocollo.Location = new System.Drawing.Point(486, 21);
            this.lblNumeroProtocollo.Name = "lblNumeroProtocollo";
            this.lblNumeroProtocollo.Size = new System.Drawing.Size(60, 17);
            this.lblNumeroProtocollo.TabIndex = 810;
            this.lblNumeroProtocollo.Text = "Protocollo";
            // 
            // numeroProtocollo
            // 
            appearance1.ForeColorDisabled = System.Drawing.Color.Black;
            appearance1.TextHAlignAsString = "Right";
            this.numeroProtocollo.Appearance = appearance1;
            this.numeroProtocollo.Enabled = false;
            this.numeroProtocollo.Location = new System.Drawing.Point(552, 17);
            this.numeroProtocollo.Name = "numeroProtocollo";
            this.numeroProtocollo.Size = new System.Drawing.Size(134, 21);
            this.numeroProtocollo.TabIndex = 30;
            this.numeroProtocollo.TabStop = false;
            // 
            // btnIncasso
            // 
            appearance2.TextHAlignAsString = "Center";
            appearance2.TextVAlignAsString = "Middle";
            this.btnIncasso.Appearance = appearance2;
            this.btnIncasso.Location = new System.Drawing.Point(162, 73);
            this.btnIncasso.Name = "btnIncasso";
            this.btnIncasso.Size = new System.Drawing.Size(63, 23);
            this.btnIncasso.TabIndex = 70;
            this.btnIncasso.TabStop = false;
            this.btnIncasso.Text = "Incasso";
            this.btnIncasso.CheckedChanged += new System.EventHandler(this.btnIncassoCheckedChanged);
            // 
            // btnSpesa
            // 
            appearance3.ForeColor = System.Drawing.Color.Red;
            appearance3.TextHAlignAsString = "Center";
            appearance3.TextVAlignAsString = "Middle";
            this.btnSpesa.Appearance = appearance3;
            this.btnSpesa.Checked = true;
            this.btnSpesa.CheckState = System.Windows.Forms.CheckState.Checked;
            this.btnSpesa.Location = new System.Drawing.Point(229, 73);
            this.btnSpesa.Name = "btnSpesa";
            this.btnSpesa.Size = new System.Drawing.Size(53, 23);
            this.btnSpesa.TabIndex = 80;
            this.btnSpesa.TabStop = false;
            this.btnSpesa.Text = "Spesa";
            this.btnSpesa.CheckedChanged += new System.EventHandler(this.btnSpesaCheckedChanged);
            // 
            // contoPatrimoniale
            // 
            this.contoPatrimoniale.DataSource = this.contoBindingSource;
            this.contoPatrimoniale.DisplayMember = "DescrizioneCompleta";
            this.contoPatrimoniale.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.contoPatrimoniale.Location = new System.Drawing.Point(78, 46);
            this.contoPatrimoniale.Name = "contoPatrimoniale";
            this.contoPatrimoniale.Size = new System.Drawing.Size(248, 21);
            this.contoPatrimoniale.TabIndex = 40;
            this.contoPatrimoniale.ValueMember = "ID";
            this.contoPatrimoniale.ValueChanged += new System.EventHandler(this.contoPatrimonialeValueChanged);
            // 
            // contoBindingSource
            // 
            this.contoBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.ContoDTO);
            this.contoBindingSource.DataSourceChanged += new System.EventHandler(this.contoBindingSourceDataSourceChanged);
            // 
            // causale
            // 
            this.causale.DataSource = this.causaleContabileDTOBindingSource;
            this.causale.DisplayMember = "DescrizioneCompleta";
            this.causale.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.causale.Location = new System.Drawing.Point(78, 19);
            this.causale.Name = "causale";
            this.causale.Size = new System.Drawing.Size(248, 21);
            this.causale.TabIndex = 10;
            this.causale.ValueMember = "ID";
            this.causale.ValueChanged += new System.EventHandler(this.causaleValueChanged);
            // 
            // causaleContabileDTOBindingSource
            // 
            this.causaleContabileDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.CausaleContabileDTO);
            // 
            // lblCausale
            // 
            this.lblCausale.Location = new System.Drawing.Point(12, 21);
            this.lblCausale.Name = "lblCausale";
            this.lblCausale.Size = new System.Drawing.Size(60, 23);
            this.lblCausale.TabIndex = 160;
            this.lblCausale.Text = "Causale";
            // 
            // modelloRipartizione
            // 
            appearance4.Image = global::Gipasoft.Stabili.UI.MovimentiContabili.MovimentiContabiliResources.clear;
            editorButton1.Appearance = appearance4;
            editorButton1.Key = "clear";
            this.modelloRipartizione.ButtonsRight.Add(editorButton1);
            this.modelloRipartizione.DataSource = this.modelliContabiliBindingSource;
            this.modelloRipartizione.DisplayMember = "Descrizione";
            this.modelloRipartizione.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.modelloRipartizione.Location = new System.Drawing.Point(78, 100);
            this.modelloRipartizione.Name = "modelloRipartizione";
            this.modelloRipartizione.Size = new System.Drawing.Size(608, 21);
            this.modelloRipartizione.TabIndex = 100;
            this.modelloRipartizione.TabStop = false;
            this.modelloRipartizione.ValueMember = "ID";
            this.modelloRipartizione.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.modelloRipartizione_EditorButtonClick);
            // 
            // modelliContabiliBindingSource
            // 
            this.modelliContabiliBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.ModelloRegistrazioneContabileDTO);
            // 
            // lblContoPatrimoniale
            // 
            this.lblContoPatrimoniale.Location = new System.Drawing.Point(12, 48);
            this.lblContoPatrimoniale.Name = "lblContoPatrimoniale";
            this.lblContoPatrimoniale.Size = new System.Drawing.Size(60, 23);
            this.lblContoPatrimoniale.TabIndex = 162;
            this.lblContoPatrimoniale.Text = "Conto";
            // 
            // lblDescrizione
            // 
            this.lblDescrizione.Location = new System.Drawing.Point(12, 131);
            this.lblDescrizione.Name = "lblDescrizione";
            this.lblDescrizione.Size = new System.Drawing.Size(63, 23);
            this.lblDescrizione.TabIndex = 155;
            this.lblDescrizione.Text = "Descrizione";
            // 
            // lblModello
            // 
            this.lblModello.Location = new System.Drawing.Point(12, 102);
            this.lblModello.Name = "lblModello";
            this.lblModello.Size = new System.Drawing.Size(52, 23);
            this.lblModello.TabIndex = 158;
            this.lblModello.Text = "Modello";
            // 
            // noteDettaglio
            // 
            this.noteDettaglio.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.noteDettaglio.Location = new System.Drawing.Point(78, 154);
            this.noteDettaglio.MaxLength = 2000;
            this.noteDettaglio.Name = "noteDettaglio";
            this.noteDettaglio.Size = new System.Drawing.Size(608, 21);
            this.noteDettaglio.TabIndex = 120;
            this.noteDettaglio.TabStop = false;
            // 
            // lblImporto
            // 
            this.lblImporto.Location = new System.Drawing.Point(12, 77);
            this.lblImporto.Name = "lblImporto";
            this.lblImporto.Size = new System.Drawing.Size(60, 23);
            this.lblImporto.TabIndex = 159;
            this.lblImporto.Text = "Importo";
            // 
            // lblNote
            // 
            this.lblNote.Location = new System.Drawing.Point(12, 154);
            this.lblNote.Name = "lblNote";
            this.lblNote.Size = new System.Drawing.Size(40, 23);
            this.lblNote.TabIndex = 156;
            this.lblNote.Text = "Note";
            // 
            // importoMovimento
            // 
            this.importoMovimento.Location = new System.Drawing.Point(78, 73);
            this.importoMovimento.MaskInput = "{currency:6.2:c}";
            this.importoMovimento.MaxValue = new decimal(new int[] {
            1410065407,
            2,
            0,
            0});
            this.importoMovimento.MinValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.importoMovimento.Name = "importoMovimento";
            this.importoMovimento.Size = new System.Drawing.Size(78, 21);
            this.importoMovimento.TabIndex = 60;
            this.importoMovimento.AfterEnterEditMode += new System.EventHandler(this.importoMovimentoAfterEnterEditMode);
            this.importoMovimento.Leave += new System.EventHandler(this.importoMovimentoLeave);
            // 
            // sceltaFornitoreSottocontoCombo
            // 
            this.sceltaFornitoreSottocontoCombo.AllowInsert = true;
            this.sceltaFornitoreSottocontoCombo.CurrentEditRow = null;
            this.sceltaFornitoreSottocontoCombo.IdFornitore = 0;
            this.sceltaFornitoreSottocontoCombo.Location = new System.Drawing.Point(398, 46);
            this.sceltaFornitoreSottocontoCombo.Margin = new System.Windows.Forms.Padding(0);
            this.sceltaFornitoreSottocontoCombo.Name = "sceltaFornitoreSottocontoCombo";
            this.sceltaFornitoreSottocontoCombo.Size = new System.Drawing.Size(288, 21);
            this.sceltaFornitoreSottocontoCombo.TabIndex = 90;
            this.sceltaFornitoreSottocontoCombo.Visible = false;
            // 
            // groupRipartizione
            // 
            this.groupRipartizione.Controls.Add(this.ripartizioneDettaglio);
            this.groupRipartizione.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupRipartizione.Location = new System.Drawing.Point(3, 286);
            this.groupRipartizione.Name = "groupRipartizione";
            this.groupRipartizione.Size = new System.Drawing.Size(697, 320);
            this.groupRipartizione.TabIndex = 130;
            this.groupRipartizione.Text = "Movimenti";
            // 
            // ripartizioneDettaglio
            // 
            this.ripartizioneDettaglio.DataSource = this.movimentoContabileBindingSource;
            appearance5.BackColor = System.Drawing.SystemColors.Window;
            appearance5.BorderColor = System.Drawing.SystemColors.InactiveCaption;
            this.ripartizioneDettaglio.DisplayLayout.Appearance = appearance5;
            ultraGridColumn1.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn1.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn1.Header.VisiblePosition = 3;
            ultraGridColumn1.Hidden = true;
            ultraGridColumn2.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn2.Header.VisiblePosition = 11;
            ultraGridColumn2.MaxLength = 500;
            ultraGridColumn2.Nullable = Infragistics.Win.UltraWinGrid.Nullable.EmptyString;
            ultraGridColumn2.Width = 155;
            ultraGridColumn3.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn3.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn3.Header.VisiblePosition = 30;
            ultraGridColumn3.Hidden = true;
            ultraGridColumn4.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn4.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn4.Header.VisiblePosition = 4;
            ultraGridColumn4.Hidden = true;
            ultraGridColumn4.Width = 41;
            ultraGridColumn5.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn5.Header.Caption = "Conto";
            ultraGridColumn5.Header.VisiblePosition = 5;
            ultraGridColumn5.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DropDownList;
            ultraGridColumn5.Width = 140;
            ultraGridColumn6.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn6.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn6.Header.VisiblePosition = 6;
            ultraGridColumn6.Hidden = true;
            ultraGridColumn6.Width = 40;
            ultraGridColumn7.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn7.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn7.Header.VisiblePosition = 7;
            ultraGridColumn7.Hidden = true;
            ultraGridColumn7.Width = 45;
            ultraGridColumn8.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn8.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn8.Header.VisiblePosition = 8;
            ultraGridColumn8.Hidden = true;
            ultraGridColumn8.Width = 146;
            ultraGridColumn9.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn9.Header.Caption = "Sotto Conto";
            ultraGridColumn9.Header.VisiblePosition = 9;
            ultraGridColumn9.Nullable = Infragistics.Win.UltraWinGrid.Nullable.Nothing;
            ultraGridColumn9.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DropDownList;
            ultraGridColumn9.Width = 167;
            ultraGridColumn10.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn10.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn10.Header.VisiblePosition = 10;
            ultraGridColumn10.Hidden = true;
            ultraGridColumn10.Width = 62;
            ultraGridColumn11.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            appearance6.TextHAlignAsString = "Right";
            ultraGridColumn11.CellAppearance = appearance6;
            ultraGridColumn11.Format = "";
            ultraGridColumn11.Header.VisiblePosition = 12;
            ultraGridColumn11.MaskInput = "{currency:-5.2:c}";
            ultraGridColumn11.Nullable = Infragistics.Win.UltraWinGrid.Nullable.Nothing;
            ultraGridColumn11.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Currency;
            ultraGridColumn11.Width = 117;
            ultraGridColumn12.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn12.ColumnChooserCaption = "Riparto Personalizzato";
            ultraGridColumn12.Header.Caption = "Rip.";
            ultraGridColumn12.Header.VisiblePosition = 17;
            ultraGridColumn43.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            appearance7.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacterWithLineLimit;
            ultraGridColumn43.CellAppearance = appearance7;
            ultraGridColumn43.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.FormattedText;
            ultraGridColumn43.Header.Caption = "Condomino";
            ultraGridColumn43.Header.VisiblePosition = 22;
            ultraGridColumn43.Hidden = true;
            ultraGridColumn43.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.FormattedText;
            ultraGridColumn13.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn13.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn13.Header.VisiblePosition = 16;
            ultraGridColumn13.Hidden = true;
            ultraGridColumn14.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn14.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn14.ColumnChooserCaption = "Numero Assegno";
            ultraGridColumn14.Header.Caption = "Assegno";
            ultraGridColumn14.Header.VisiblePosition = 13;
            ultraGridColumn14.Hidden = true;
            ultraGridColumn14.Width = 90;
            ultraGridColumn15.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn15.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn15.ColumnChooserCaption = "Numero registrazione contabile";
            ultraGridColumn15.Header.Caption = "Num.Reg.";
            ultraGridColumn15.Header.VisiblePosition = 14;
            ultraGridColumn15.Hidden = true;
            ultraGridColumn15.Width = 81;
            ultraGridColumn16.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn16.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn16.ColumnChooserCaption = "Numero Riga";
            ultraGridColumn16.Header.Caption = "N.";
            ultraGridColumn16.Header.VisiblePosition = 1;
            ultraGridColumn16.Hidden = true;
            ultraGridColumn17.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn17.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn17.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn17.Header.VisiblePosition = 15;
            ultraGridColumn17.Hidden = true;
            ultraGridColumn17.Width = 75;
            ultraGridColumn18.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            appearance8.TextHAlignAsString = "Right";
            ultraGridColumn18.CellAppearance = appearance8;
            ultraGridColumn18.ColumnChooserCaption = "Percentuale Proprietà";
            ultraGridColumn18.Header.Caption = "% Prop.";
            ultraGridColumn18.Header.VisiblePosition = 19;
            ultraGridColumn18.MaskInput = "nnn\\%";
            ultraGridColumn18.Width = 60;
            ultraGridColumn44.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            appearance9.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacterWithLineLimit;
            ultraGridColumn44.CellAppearance = appearance9;
            ultraGridColumn44.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.FormattedText;
            ultraGridColumn44.Header.VisiblePosition = 21;
            ultraGridColumn44.Hidden = true;
            ultraGridColumn44.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.FormattedText;
            ultraGridColumn19.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn19.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn19.Header.VisiblePosition = 2;
            ultraGridColumn19.Hidden = true;
            ultraGridColumn45.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            appearance10.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacterWithLineLimit;
            ultraGridColumn45.CellAppearance = appearance10;
            ultraGridColumn45.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.FormattedText;
            ultraGridColumn45.Header.VisiblePosition = 20;
            ultraGridColumn45.Hidden = true;
            ultraGridColumn45.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.FormattedText;
            ultraGridColumn20.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn20.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn20.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn20.Header.VisiblePosition = 23;
            ultraGridColumn20.Hidden = true;
            ultraGridColumn21.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn21.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn21.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn21.Header.VisiblePosition = 24;
            ultraGridColumn21.Hidden = true;
            ultraGridColumn21.Width = 61;
            ultraGridColumn22.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn22.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn22.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn22.Header.VisiblePosition = 25;
            ultraGridColumn22.Hidden = true;
            ultraGridColumn22.Width = 79;
            ultraGridColumn23.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn23.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn23.Header.VisiblePosition = 0;
            ultraGridColumn23.Hidden = true;
            ultraGridColumn24.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn24.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn24.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn24.Header.VisiblePosition = 27;
            ultraGridColumn24.Hidden = true;
            ultraGridColumn24.Width = 74;
            ultraGridColumn25.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn25.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn25.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn25.Header.VisiblePosition = 26;
            ultraGridColumn25.Hidden = true;
            ultraGridColumn26.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn26.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn26.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn26.Header.VisiblePosition = 28;
            ultraGridColumn26.Hidden = true;
            ultraGridColumn26.Width = 53;
            appearance11.TextHAlignAsString = "Right";
            ultraGridColumn27.CellAppearance = appearance11;
            ultraGridColumn27.DataType = typeof(decimal);
            ultraGridColumn27.Header.Caption = "% Rip.";
            ultraGridColumn27.Header.VisiblePosition = 18;
            ultraGridColumn27.MaskInput = "nnn.nn\\%";
            ultraGridColumn27.Width = 60;
            ultraGridColumn28.ButtonDisplayStyle = Infragistics.Win.UltraWinGrid.ButtonDisplayStyle.Always;
            ultraGridColumn28.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            appearance12.Image = global::Gipasoft.Stabili.UI.MovimentiContabili.MovimentiContabiliResources.delete;
            appearance12.ImageHAlign = Infragistics.Win.HAlign.Center;
            appearance12.ImageVAlign = Infragistics.Win.VAlign.Middle;
            ultraGridColumn28.CellButtonAppearance = appearance12;
            ultraGridColumn28.DataType = typeof(System.Drawing.Bitmap);
            ultraGridColumn28.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn28.Header.Caption = "C";
            ultraGridColumn28.Header.VisiblePosition = 29;
            ultraGridColumn28.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Button;
            ultraGridColumn28.Width = 30;
            ultraGridBand1.Columns.AddRange(new object[] {
            ultraGridColumn1,
            ultraGridColumn2,
            ultraGridColumn3,
            ultraGridColumn4,
            ultraGridColumn5,
            ultraGridColumn6,
            ultraGridColumn7,
            ultraGridColumn8,
            ultraGridColumn9,
            ultraGridColumn10,
            ultraGridColumn11,
            ultraGridColumn12,
            ultraGridColumn43,
            ultraGridColumn13,
            ultraGridColumn14,
            ultraGridColumn15,
            ultraGridColumn16,
            ultraGridColumn17,
            ultraGridColumn18,
            ultraGridColumn44,
            ultraGridColumn19,
            ultraGridColumn45,
            ultraGridColumn20,
            ultraGridColumn21,
            ultraGridColumn22,
            ultraGridColumn23,
            ultraGridColumn24,
            ultraGridColumn25,
            ultraGridColumn26,
            ultraGridColumn27,
            ultraGridColumn28});
            ultraGridBand1.Header.Caption = "Movimenti";
            ultraGridColumn29.Header.VisiblePosition = 0;
            ultraGridColumn30.Header.VisiblePosition = 1;
            ultraGridColumn31.Header.VisiblePosition = 2;
            ultraGridColumn41.Header.VisiblePosition = 3;
            ultraGridColumn32.Header.VisiblePosition = 4;
            ultraGridColumn33.Header.VisiblePosition = 5;
            ultraGridColumn42.Header.VisiblePosition = 7;
            ultraGridColumn34.Header.VisiblePosition = 6;
            ultraGridColumn34.Width = 60;
            ultraGridColumn35.Header.VisiblePosition = 8;
            ultraGridColumn35.Width = 60;
            ultraGridColumn36.Header.VisiblePosition = 9;
            ultraGridColumn37.Header.VisiblePosition = 10;
            ultraGridColumn38.Header.VisiblePosition = 11;
            ultraGridColumn39.Header.VisiblePosition = 12;
            ultraGridColumn40.Header.VisiblePosition = 13;
            ultraGridBand2.Columns.AddRange(new object[] {
            ultraGridColumn29,
            ultraGridColumn30,
            ultraGridColumn31,
            ultraGridColumn41,
            ultraGridColumn32,
            ultraGridColumn33,
            ultraGridColumn42,
            ultraGridColumn34,
            ultraGridColumn35,
            ultraGridColumn36,
            ultraGridColumn37,
            ultraGridColumn38,
            ultraGridColumn39,
            ultraGridColumn40});
            ultraGridBand2.Hidden = true;
            this.ripartizioneDettaglio.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
            this.ripartizioneDettaglio.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
            this.ripartizioneDettaglio.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            this.ripartizioneDettaglio.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
            appearance13.BackColor = System.Drawing.SystemColors.ActiveBorder;
            appearance13.BackColor2 = System.Drawing.SystemColors.ControlDark;
            appearance13.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance13.BorderColor = System.Drawing.SystemColors.Window;
            this.ripartizioneDettaglio.DisplayLayout.GroupByBox.Appearance = appearance13;
            appearance14.ForeColor = System.Drawing.SystemColors.GrayText;
            this.ripartizioneDettaglio.DisplayLayout.GroupByBox.BandLabelAppearance = appearance14;
            this.ripartizioneDettaglio.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            this.ripartizioneDettaglio.DisplayLayout.GroupByBox.Hidden = true;
            appearance15.BackColor = System.Drawing.SystemColors.ControlLightLight;
            appearance15.BackColor2 = System.Drawing.SystemColors.Control;
            appearance15.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
            appearance15.ForeColor = System.Drawing.SystemColors.GrayText;
            this.ripartizioneDettaglio.DisplayLayout.GroupByBox.PromptAppearance = appearance15;
            this.ripartizioneDettaglio.DisplayLayout.MaxColScrollRegions = 1;
            this.ripartizioneDettaglio.DisplayLayout.MaxRowScrollRegions = 1;
            appearance16.BackColor = System.Drawing.SystemColors.Window;
            appearance16.ForeColor = System.Drawing.SystemColors.ControlText;
            this.ripartizioneDettaglio.DisplayLayout.Override.ActiveCellAppearance = appearance16;
            this.ripartizioneDettaglio.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.TemplateOnBottom;
            this.ripartizioneDettaglio.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.True;
            this.ripartizioneDettaglio.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.True;
            this.ripartizioneDettaglio.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
            this.ripartizioneDettaglio.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
            appearance17.BackColor = System.Drawing.SystemColors.Window;
            this.ripartizioneDettaglio.DisplayLayout.Override.CardAreaAppearance = appearance17;
            appearance18.BorderColor = System.Drawing.Color.Silver;
            appearance18.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
            this.ripartizioneDettaglio.DisplayLayout.Override.CellAppearance = appearance18;
            this.ripartizioneDettaglio.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
            this.ripartizioneDettaglio.DisplayLayout.Override.CellPadding = 0;
            appearance19.BackColor = System.Drawing.Color.Lime;
            appearance19.ForeColor = System.Drawing.Color.Red;
            this.ripartizioneDettaglio.DisplayLayout.Override.DataErrorCellAppearance = appearance19;
            appearance20.BackColor = System.Drawing.Color.Lime;
            this.ripartizioneDettaglio.DisplayLayout.Override.DataErrorRowAppearance = appearance20;
            appearance21.BackColor = System.Drawing.SystemColors.Control;
            appearance21.BackColor2 = System.Drawing.SystemColors.ControlDark;
            appearance21.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
            appearance21.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
            appearance21.BorderColor = System.Drawing.SystemColors.Window;
            this.ripartizioneDettaglio.DisplayLayout.Override.GroupByRowAppearance = appearance21;
            appearance22.TextHAlignAsString = "Left";
            this.ripartizioneDettaglio.DisplayLayout.Override.HeaderAppearance = appearance22;
            this.ripartizioneDettaglio.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
            this.ripartizioneDettaglio.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
            appearance23.BackColor = System.Drawing.SystemColors.Window;
            appearance23.BorderColor = System.Drawing.Color.Silver;
            this.ripartizioneDettaglio.DisplayLayout.Override.RowAppearance = appearance23;
            this.ripartizioneDettaglio.DisplayLayout.Override.RowSelectorHeaderStyle = Infragistics.Win.UltraWinGrid.RowSelectorHeaderStyle.ColumnChooserButton;
            this.ripartizioneDettaglio.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
            this.ripartizioneDettaglio.DisplayLayout.Override.RowSizing = Infragistics.Win.UltraWinGrid.RowSizing.Free;
            this.ripartizioneDettaglio.DisplayLayout.Override.RowSizingArea = Infragistics.Win.UltraWinGrid.RowSizingArea.EntireRow;
            this.ripartizioneDettaglio.DisplayLayout.Override.SupportDataErrorInfo = Infragistics.Win.UltraWinGrid.SupportDataErrorInfo.RowsAndCells;
            appearance24.BackColor = System.Drawing.SystemColors.ControlLight;
            this.ripartizioneDettaglio.DisplayLayout.Override.TemplateAddRowAppearance = appearance24;
            this.ripartizioneDettaglio.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
            this.ripartizioneDettaglio.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
            this.ripartizioneDettaglio.DisplayLayout.ViewStyle = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
            this.ripartizioneDettaglio.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ripartizioneDettaglio.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ripartizioneDettaglio.Location = new System.Drawing.Point(3, 16);
            this.ripartizioneDettaglio.Name = "ripartizioneDettaglio";
            this.ripartizioneDettaglio.Size = new System.Drawing.Size(691, 301);
            this.ripartizioneDettaglio.TabIndex = 140;
            this.ripartizioneDettaglio.AfterCellUpdate += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ripartizioneDettaglioAfterCellUpdate);
            this.ripartizioneDettaglio.InitializeRow += new Infragistics.Win.UltraWinGrid.InitializeRowEventHandler(this.ripartizioneDettaglioInitializeRow);
            this.ripartizioneDettaglio.AfterRowActivate += new System.EventHandler(this.ripartizioneDettaglioAfterRowActivate);
            this.ripartizioneDettaglio.AfterRowUpdate += new Infragistics.Win.UltraWinGrid.RowEventHandler(this.ripartizioneDettaglioAfterRowUpdate);
            this.ripartizioneDettaglio.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ripartizioneDettaglioCellChange);
            this.ripartizioneDettaglio.ClickCellButton += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ripartizioneDettaglioClickCellButton);
            this.ripartizioneDettaglio.Enter += new System.EventHandler(this.ripartizioneDettaglioEnter);
            // 
            // movimentoContabileBindingSource
            // 
            this.movimentoContabileBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.MovimentoContabileDTO);
            // 
            // panelButtons
            // 
            this.panelButtons.Controls.Add(this.dataFineCompetenza);
            this.panelButtons.Controls.Add(this.lblDataFineCompetenza);
            this.panelButtons.Controls.Add(this.dataInizioCompetenza);
            this.panelButtons.Controls.Add(this.lblDataInizioCompetenza);
            this.panelButtons.Controls.Add(this.archiviazioneOttica);
            this.panelButtons.Controls.Add(this.btnRicevuta);
            this.panelButtons.Controls.Add(this.btnConferma);
            this.panelButtons.Controls.Add(this.salvaModello);
            this.panelButtons.Controls.Add(this.btnRiparto);
            this.panelButtons.Controls.Add(this.importoDettaglioResiduo);
            this.panelButtons.Controls.Add(this.lblImportoResiduo);
            this.panelButtons.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelButtons.Location = new System.Drawing.Point(3, 612);
            this.panelButtons.Name = "panelButtons";
            this.panelButtons.Size = new System.Drawing.Size(697, 59);
            this.panelButtons.TabIndex = 175;
            // 
            // dataFineCompetenza
            // 
            this.dataFineCompetenza.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.dataFineCompetenza.Location = new System.Drawing.Point(235, 3);
            this.dataFineCompetenza.Name = "dataFineCompetenza";
            this.dataFineCompetenza.Size = new System.Drawing.Size(91, 21);
            this.dataFineCompetenza.TabIndex = 160;
            this.dataFineCompetenza.Value = null;
            // 
            // lblDataFineCompetenza
            // 
            this.lblDataFineCompetenza.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.lblDataFineCompetenza.Location = new System.Drawing.Point(210, 7);
            this.lblDataFineCompetenza.Name = "lblDataFineCompetenza";
            this.lblDataFineCompetenza.Size = new System.Drawing.Size(19, 23);
            this.lblDataFineCompetenza.TabIndex = 918;
            this.lblDataFineCompetenza.Text = "al";
            // 
            // dataInizioCompetenza
            // 
            this.dataInizioCompetenza.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.dataInizioCompetenza.Location = new System.Drawing.Point(107, 3);
            this.dataInizioCompetenza.Name = "dataInizioCompetenza";
            this.dataInizioCompetenza.Size = new System.Drawing.Size(91, 21);
            this.dataInizioCompetenza.TabIndex = 150;
            this.dataInizioCompetenza.Value = null;
            // 
            // lblDataInizioCompetenza
            // 
            this.lblDataInizioCompetenza.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.lblDataInizioCompetenza.Location = new System.Drawing.Point(3, 7);
            this.lblDataInizioCompetenza.Name = "lblDataInizioCompetenza";
            this.lblDataInizioCompetenza.Size = new System.Drawing.Size(98, 23);
            this.lblDataInizioCompetenza.TabIndex = 917;
            this.lblDataInizioCompetenza.Text = "Competenza dal";
            // 
            // archiviazioneOttica
            // 
            this.archiviazioneOttica.Location = new System.Drawing.Point(406, 34);
            this.archiviazioneOttica.Name = "archiviazioneOttica";
            this.archiviazioneOttica.Size = new System.Drawing.Size(129, 23);
            this.archiviazioneOttica.TabIndex = 190;
            this.archiviazioneOttica.Text = "Archiviazione Ottica";
            // 
            // btnRicevuta
            // 
            this.btnRicevuta.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnRicevuta.Location = new System.Drawing.Point(84, 33);
            this.btnRicevuta.Name = "btnRicevuta";
            this.btnRicevuta.Size = new System.Drawing.Size(75, 23);
            this.btnRicevuta.TabIndex = 220;
            this.btnRicevuta.Text = "Ricevuta";
            this.btnRicevuta.Visible = false;
            this.btnRicevuta.Click += new System.EventHandler(this.btnRicevutaClick);
            // 
            // 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(3, 33);
            this.btnConferma.Name = "btnConferma";
            this.btnConferma.Size = new System.Drawing.Size(75, 23);
            this.btnConferma.TabIndex = 210;
            this.btnConferma.Text = "Conferma";
            this.btnConferma.Visible = false;
            this.btnConferma.Click += new System.EventHandler(this.btnConfermaClick);
            // 
            // salvaModello
            // 
            this.salvaModello.Location = new System.Drawing.Point(286, 34);
            this.salvaModello.Name = "salvaModello";
            this.salvaModello.Size = new System.Drawing.Size(114, 23);
            this.salvaModello.TabIndex = 180;
            this.salvaModello.TabStop = false;
            this.salvaModello.Text = "Salva Modello";
            // 
            // importoDettaglioResiduo
            // 
            this.importoDettaglioResiduo.Location = new System.Drawing.Point(541, 3);
            this.importoDettaglioResiduo.Name = "importoDettaglioResiduo";
            this.importoDettaglioResiduo.Size = new System.Drawing.Size(75, 23);
            this.importoDettaglioResiduo.TabIndex = 170;
            this.importoDettaglioResiduo.TabStop = false;
            this.importoDettaglioResiduo.Visible = false;
            this.importoDettaglioResiduo.Click += new System.EventHandler(this.importoDettaglioResiduoClick);
            // 
            // lblImportoResiduo
            // 
            appearance25.TextHAlignAsString = "Right";
            appearance25.TextVAlignAsString = "Middle";
            this.lblImportoResiduo.Appearance = appearance25;
            this.lblImportoResiduo.Location = new System.Drawing.Point(484, 3);
            this.lblImportoResiduo.Name = "lblImportoResiduo";
            this.lblImportoResiduo.Size = new System.Drawing.Size(51, 23);
            this.lblImportoResiduo.TabIndex = 914;
            this.lblImportoResiduo.Text = "Residuo";
            this.lblImportoResiduo.Visible = false;
            // 
            // reqProtocollo
            // 
            this.reqProtocollo.ErrorMessage = "Inserire il protocollo";
            this.reqProtocollo.Icon = ((System.Drawing.Icon)(resources.GetObject("reqProtocollo.Icon")));
            // 
            // reqTipoDocumento
            // 
            this.reqTipoDocumento.ErrorMessage = "Scegliere un tipo documento";
            this.reqTipoDocumento.Icon = ((System.Drawing.Icon)(resources.GetObject("reqTipoDocumento.Icon")));
            // 
            // reqDescrizione
            // 
            this.reqDescrizione.ControlToValidate = this.descrizioneDettaglio;
            this.reqDescrizione.ErrorMessage = "Inserire una descrizione corretta";
            this.reqDescrizione.Icon = ((System.Drawing.Icon)(resources.GetObject("reqDescrizione.Icon")));
            this.reqDescrizione.InitialValue = "";
            // 
            // customRipartoConti
            // 
            this.customRipartoConti.ErrorMessage = "Scegliere almeno un conto";
            this.customRipartoConti.Icon = ((System.Drawing.Icon)(resources.GetObject("customRipartoConti.Icon")));
            // 
            // customScadenze
            // 
            this.customScadenze.ErrorMessage = "Le scadenze inserite non sono corrette";
            this.customScadenze.Icon = ((System.Drawing.Icon)(resources.GetObject("customScadenze.Icon")));
            // 
            // customScadenzeReq
            // 
            this.customScadenzeReq.ErrorMessage = "Inserire almeno una scadenza";
            this.customScadenzeReq.Icon = ((System.Drawing.Icon)(resources.GetObject("customScadenzeReq.Icon")));
            // 
            // reqCondominio
            // 
            this.reqCondominio.ControlToValidate = this.sceltaCondominioCombo1;
            this.reqCondominio.ErrorMessage = "Scegliere un condominio";
            this.reqCondominio.Icon = ((System.Drawing.Icon)(resources.GetObject("reqCondominio.Icon")));
            // 
            // reqEsercizio
            // 
            this.reqEsercizio.ControlToValidate = this.esercizi;
            this.reqEsercizio.ErrorMessage = "Scegliere un esercizio";
            this.reqEsercizio.Icon = ((System.Drawing.Icon)(resources.GetObject("reqEsercizio.Icon")));
            // 
            // reqCausale
            // 
            this.reqCausale.ControlToValidate = this.causale;
            this.reqCausale.ErrorMessage = "Scegliere una causale";
            this.reqCausale.Icon = ((System.Drawing.Icon)(resources.GetObject("reqCausale.Icon")));
            // 
            // reqContoPatrimoniale
            // 
            this.reqContoPatrimoniale.ControlToValidate = this.contoPatrimoniale;
            this.reqContoPatrimoniale.ErrorMessage = "Scegliere un conto patrimoniale";
            this.reqContoPatrimoniale.Icon = ((System.Drawing.Icon)(resources.GetObject("reqContoPatrimoniale.Icon")));
            // 
            // reqImporto
            // 
            this.reqImporto.ControlToValidate = this.importoMovimento;
            this.reqImporto.ErrorMessage = "Inserire un importo";
            this.reqImporto.Icon = ((System.Drawing.Icon)(resources.GetObject("reqImporto.Icon")));
            // 
            // importoCompareValidator
            // 
            this.importoCompareValidator.ControlToValidate = this.importoMovimento;
            this.importoCompareValidator.ErrorMessage = "L\'importo non è valido";
            this.importoCompareValidator.Icon = ((System.Drawing.Icon)(resources.GetObject("importoCompareValidator.Icon")));
            this.importoCompareValidator.Operator = Gipasoft.Windows.Forms.CustomValidation.ValidationCompareOperator.LessThanEqual;
            this.importoCompareValidator.Type = Gipasoft.Windows.Forms.CustomValidation.ValidationDataType.Currency;
            // 
            // customImportoMovimentiValidator
            // 
            this.customImportoMovimentiValidator.ControlToValidate = this.ripartizioneDettaglio;
            this.customImportoMovimentiValidator.ErrorMessage = "L\'importo dei movimenti deve corrispondere con l\'importo totale";
            this.customImportoMovimentiValidator.Icon = ((System.Drawing.Icon)(resources.GetObject("customImportoMovimentiValidator.Icon")));
            this.customImportoMovimentiValidator.Validating += new Gipasoft.Windows.Forms.CustomValidation.CustomValidator.ValidatingEventHandler(this.customImportoMovimentiValidatorValidating);
            // 
            // customFornitoreValidator
            // 
            this.customFornitoreValidator.ControlToValidate = this.sceltaFornitoreSottocontoCombo;
            this.customFornitoreValidator.ErrorMessage = "Scegliere un fornitore";
            this.customFornitoreValidator.Icon = ((System.Drawing.Icon)(resources.GetObject("customFornitoreValidator.Icon")));
            this.customFornitoreValidator.Validating += new Gipasoft.Windows.Forms.CustomValidation.CustomValidator.ValidatingEventHandler(this.customFornitoreValidatorValidating);
            // 
            // dataRegistrazioneValidator1
            // 
            this.dataRegistrazioneValidator1.ControlToCompare = this.esercizi;
            this.dataRegistrazioneValidator1.ControlToValidate = this.dataRegistrazione;
            this.dataRegistrazioneValidator1.Icon = ((System.Drawing.Icon)(resources.GetObject("dataRegistrazioneValidator1.Icon")));
            // 
            // dataCompetenzaCompareValidator
            // 
            this.dataCompetenzaCompareValidator.ControlToCompare = this.dataInizioCompetenza;
            this.dataCompetenzaCompareValidator.ControlToValidate = this.dataFineCompetenza;
            this.dataCompetenzaCompareValidator.ErrorMessage = "La data inizio competenza non può essere superiore alla data di inizio competenza" +
    "";
            this.dataCompetenzaCompareValidator.Icon = ((System.Drawing.Icon)(resources.GetObject("dataCompetenzaCompareValidator.Icon")));
            this.dataCompetenzaCompareValidator.Operator = Gipasoft.Windows.Forms.CustomValidation.ValidationCompareOperator.GreaterThanEqual;
            // 
            // backgroundWorkerLoadDati
            // 
            this.backgroundWorkerLoadDati.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorkerLoadDatiDoWork);
            this.backgroundWorkerLoadDati.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorkerLoadDatiRunWorkerCompleted);
            // 
            // customRipartoUnita
            // 
            this.customRipartoUnita.ControlToValidate = this.importoMovimento;
            this.customRipartoUnita.ErrorMessage = "L\'importo non corrisponde con l\'importo della ripartizione";
            this.customRipartoUnita.Icon = ((System.Drawing.Icon)(resources.GetObject("customRipartoUnita.Icon")));
            this.customRipartoUnita.Validating += new Gipasoft.Windows.Forms.CustomValidation.CustomValidator.ValidatingEventHandler(this.customRipartoUnitaValidating);
            // 
            // reqDataRegistrazione
            // 
            this.reqDataRegistrazione.ControlToValidate = this.dataRegistrazione;
            this.reqDataRegistrazione.ErrorMessage = "Inserire la data di registrazione";
            this.reqDataRegistrazione.Icon = ((System.Drawing.Icon)(resources.GetObject("reqDataRegistrazione.Icon")));
            this.reqDataRegistrazione.InitialValue = "";
            // 
            // MovimentoContabileEconomicoUC
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoScroll = true;
            this.Controls.Add(this.tableLayoutPanelMovimento);
            this.Name = "MovimentoContabileEconomicoUC";
            this.Size = new System.Drawing.Size(703, 674);
            this.Load += new System.EventHandler(this.movimentoContabileUIControlLoad);
            ((System.ComponentModel.ISupportInitialize)(this.scadenzeDataSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.descrizioneDettaglio)).EndInit();
            this.tableLayoutPanelMovimento.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.sceltaEsercizioGroupBox)).EndInit();
            this.sceltaEsercizioGroupBox.ResumeLayout(false);
            this.sceltaEsercizioGroupBox.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.esercizi)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.eserciziDTOBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupDettaglioMovimento)).EndInit();
            this.groupDettaglioMovimento.ResumeLayout(false);
            this.groupDettaglioMovimento.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.sottoContoPatrimoniale)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sottoContoDTOBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataRegistrazione)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numeroProtocollo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnIncasso)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnSpesa)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.contoPatrimoniale)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.contoBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.causale)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.causaleContabileDTOBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.modelloRipartizione)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.modelliContabiliBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.noteDettaglio)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.importoMovimento)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupRipartizione)).EndInit();
            this.groupRipartizione.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ripartizioneDettaglio)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.movimentoContabileBindingSource)).EndInit();
            this.panelButtons.ResumeLayout(false);
            this.panelButtons.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataFineCompetenza)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataInizioCompetenza)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.archiviazioneOttica)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.salvaModello)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dettaglioSpesaBindingSource)).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()
        {
            Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
            this.button1 = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.txtPathBackup = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            ((System.ComponentModel.ISupportInitialize)(this.txtPathBackup)).BeginInit();
            this.SuspendLayout();
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(433, 39);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(87, 27);
            this.button1.TabIndex = 6;
            this.button1.Text = "Phục hồi";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(21, 45);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(71, 15);
            this.label1.TabIndex = 7;
            this.label1.Text = "Vị trí lưu file";
            // 
            // txtPathBackup
            // 
            editorButton1.Text = "...";
            this.txtPathBackup.ButtonsRight.Add(editorButton1);
            this.txtPathBackup.Location = new System.Drawing.Point(98, 40);
            this.txtPathBackup.Name = "txtPathBackup";
            this.txtPathBackup.ReadOnly = true;
            this.txtPathBackup.Size = new System.Drawing.Size(304, 24);
            this.txtPathBackup.TabIndex = 5;
            this.txtPathBackup.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.txtPathBackup_EditorButtonClick);
            // 
            // FrmPhucHoiDuLieu
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(541, 105);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.txtPathBackup);
            this.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "FrmPhucHoiDuLieu";
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Phục hồi dữ liệu";
            ((System.ComponentModel.ISupportInitialize)(this.txtPathBackup)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Esempio n. 10
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources =
         new System.ComponentModel.ComponentResourceManager(typeof(MF));
     Infragistics.Win.UltraWinEditors.EditorButton editorButton1 =
         new Infragistics.Win.UltraWinEditors.EditorButton("leftB");
     Infragistics.Win.UltraWinEditors.EditorButton editorButton2 =
         new Infragistics.Win.UltraWinEditors.EditorButton("rightB");
     Infragistics.Win.UltraWinEditors.EditorButton editorButton3 =
         new Infragistics.Win.UltraWinEditors.EditorButton();
     Infragistics.Win.Appearance appearance1  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance2  = 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 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();
     this.mainMenu        = new System.Windows.Forms.ToolStrip();
     this.Ustawienia      = new System.Windows.Forms.ToolStripButton();
     this.tCB             = new System.Windows.Forms.ToolStripComboBox();
     this.uListView       = new Infragistics.Win.UltraWinListView.UltraListView();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.uBtnShowTxt     = new Infragistics.Win.Misc.UltraButton();
     this.WBrowser        = new System.Windows.Forms.WebBrowser();
     this.uTxt            = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.uBtnMove        = new Infragistics.Win.Misc.UltraButton();
     this.uDTEditor       = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.btnRefresh      = new Infragistics.Win.Misc.UltraButton();
     this.uComboPath      = new Infragistics.Win.UltraWinGrid.UltraCombo();
     this.mainMenu.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uListView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uTxt)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uDTEditor)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uComboPath)).BeginInit();
     this.SuspendLayout();
     //
     // mainMenu
     //
     this.mainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[]
     {
         this.Ustawienia,
         this.tCB
     });
     this.mainMenu.Location = new System.Drawing.Point(0, 0);
     this.mainMenu.Name     = "mainMenu";
     this.mainMenu.Size     = new System.Drawing.Size(1106, 25);
     this.mainMenu.TabIndex = 0;
     this.mainMenu.Text     = "toolStrip1";
     //
     // Ustawienia
     //
     this.Ustawienia.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.Ustawienia.Image                 = ((System.Drawing.Image)(resources.GetObject("Ustawienia.Image")));
     this.Ustawienia.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.Ustawienia.Name   = "Ustawienia";
     this.Ustawienia.Size   = new System.Drawing.Size(68, 22);
     this.Ustawienia.Text   = "Ustawienia";
     this.Ustawienia.Click += new System.EventHandler(this.Ustawienia_Click);
     //
     // tCB
     //
     this.tCB.Name         = "tCB";
     this.tCB.Size         = new System.Drawing.Size(140, 25);
     this.tCB.TextChanged += new System.EventHandler(this.TCB_TextChanged);
     //
     // uListView
     //
     this.uListView.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.uListView.Location = new System.Drawing.Point(0, 0);
     this.uListView.Name     = "uListView";
     this.uListView.Size     = new System.Drawing.Size(684, 403);
     this.uListView.TabIndex = 2;
     this.uListView.Text     = "ultraListView1";
     this.uListView.View     = Infragistics.Win.UltraWinListView.UltraListViewStyle.Details;
     this.uListView.ViewSettingsDetails.CheckBoxStyle = Infragistics.Win.UltraWinListView.CheckBoxStyle.CheckBox;
     this.uListView.ItemActivated +=
         new Infragistics.Win.UltraWinListView.ItemActivatedEventHandler(this.UListView_ItemActivated);
     this.uListView.ItemDoubleClick +=
         new Infragistics.Win.UltraWinListView.ItemDoubleClickEventHandler(this.UListView_ItemDoubleClick);
     //
     // splitContainer1
     //
     this.splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 25);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.uListView);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.uBtnShowTxt);
     this.splitContainer1.Panel2.Controls.Add(this.WBrowser);
     this.splitContainer1.Size             = new System.Drawing.Size(1106, 403);
     this.splitContainer1.SplitterDistance = 684;
     this.splitContainer1.SplitterWidth    = 5;
     this.splitContainer1.TabIndex         = 3;
     //
     // uBtnShowTxt
     //
     this.uBtnShowTxt.Anchor =
         ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom |
                                                System.Windows.Forms.AnchorStyles.Left) |
                                               System.Windows.Forms.AnchorStyles.Right)));
     this.uBtnShowTxt.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Office2013Button;
     this.uBtnShowTxt.Location    = new System.Drawing.Point(0, 373);
     this.uBtnShowTxt.Name        = "uBtnShowTxt";
     this.uBtnShowTxt.Size        = new System.Drawing.Size(414, 27);
     this.uBtnShowTxt.TabIndex    = 2;
     this.uBtnShowTxt.Text        = "Zobacz Tekst";
     this.uBtnShowTxt.Click      += new System.EventHandler(this.UBtnShowTxt_Click);
     //
     // WBrowser
     //
     this.WBrowser.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.WBrowser.Location           = new System.Drawing.Point(0, 0);
     this.WBrowser.MinimumSize        = new System.Drawing.Size(23, 23);
     this.WBrowser.Name               = "WBrowser";
     this.WBrowser.Size               = new System.Drawing.Size(417, 373);
     this.WBrowser.TabIndex           = 1;
     this.WBrowser.DocumentCompleted +=
         new System.Windows.Forms.WebBrowserDocumentCompletedEventHandler(this.WBrowser_DocumentCompleted);
     //
     // uTxt
     //
     this.uTxt.Anchor =
         ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top |
                                               System.Windows.Forms.AnchorStyles.Right)));
     editorButton1.Key = "leftB";
     this.uTxt.ButtonsLeft.Add(editorButton1);
     editorButton2.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Button;
     editorButton2.Key         = "rightB";
     this.uTxt.ButtonsRight.Add(editorButton2);
     this.uTxt.DisplayStyle       = Infragistics.Win.EmbeddableElementDisplayStyle.Office2010;
     this.uTxt.Location           = new System.Drawing.Point(852, 0);
     this.uTxt.Name               = "uTxt";
     this.uTxt.NullText           = "Mail do";
     this.uTxt.Size               = new System.Drawing.Size(240, 25);
     this.uTxt.TabIndex           = 5;
     this.uTxt.EditorButtonClick +=
         new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.UTxt_EditorButtonClick);
     //
     // uBtnMove
     //
     this.uBtnMove.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Office2013Button;
     this.uBtnMove.Location    = new System.Drawing.Point(358, 2);
     this.uBtnMove.Name        = "uBtnMove";
     this.uBtnMove.Size        = new System.Drawing.Size(100, 27);
     this.uBtnMove.TabIndex    = 6;
     this.uBtnMove.Text        = "Przenieś Pliki";
     this.uBtnMove.Click      += new System.EventHandler(this.UBtnMove_Click);
     //
     // uDTEditor
     //
     this.uDTEditor.ButtonsLeft.Add(editorButton3);
     this.uDTEditor.DisplayStyle       = Infragistics.Win.EmbeddableElementDisplayStyle.Office2013;
     this.uDTEditor.FormatProvider     = new System.Globalization.CultureInfo("pl-PL");
     this.uDTEditor.Location           = new System.Drawing.Point(465, 2);
     this.uDTEditor.Name               = "uDTEditor";
     this.uDTEditor.Size               = new System.Drawing.Size(168, 25);
     this.uDTEditor.TabIndex           = 7;
     this.uDTEditor.EditorButtonClick +=
         new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.UDTEditor_EditorButtonClick);
     //
     // btnRefresh
     //
     this.btnRefresh.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Office2013Button;
     this.btnRefresh.Location    = new System.Drawing.Point(251, 2);
     this.btnRefresh.Name        = "btnRefresh";
     this.btnRefresh.Size        = new System.Drawing.Size(100, 27);
     this.btnRefresh.TabIndex    = 8;
     this.btnRefresh.Text        = "Odśwież";
     this.btnRefresh.Click      += new System.EventHandler(this.BtnRefresh_Click);
     //
     // uComboPath
     //
     appearance1.BackColor   = System.Drawing.SystemColors.Window;
     appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
     this.uComboPath.DisplayLayout.Appearance     = appearance1;
     this.uComboPath.DisplayLayout.AutoFitStyle   = Infragistics.Win.UltraWinGrid.AutoFitStyle.ResizeAllColumns;
     this.uComboPath.DisplayLayout.BorderStyle    = Infragistics.Win.UIElementBorderStyle.Solid;
     this.uComboPath.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
     appearance2.BackColor         = System.Drawing.SystemColors.ActiveBorder;
     appearance2.BackColor2        = System.Drawing.SystemColors.ControlDark;
     appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance2.BorderColor       = System.Drawing.SystemColors.Window;
     this.uComboPath.DisplayLayout.GroupByBox.Appearance = appearance2;
     appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
     this.uComboPath.DisplayLayout.GroupByBox.BandLabelAppearance = appearance3;
     this.uComboPath.DisplayLayout.GroupByBox.BorderStyle         = Infragistics.Win.UIElementBorderStyle.Solid;
     appearance4.BackColor         = System.Drawing.SystemColors.ControlLightLight;
     appearance4.BackColor2        = System.Drawing.SystemColors.Control;
     appearance4.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
     appearance4.ForeColor         = System.Drawing.SystemColors.GrayText;
     this.uComboPath.DisplayLayout.GroupByBox.PromptAppearance = appearance4;
     this.uComboPath.DisplayLayout.MaxColScrollRegions         = 1;
     this.uComboPath.DisplayLayout.MaxRowScrollRegions         = 1;
     appearance5.BackColor = System.Drawing.SystemColors.Window;
     appearance5.ForeColor = System.Drawing.SystemColors.ControlText;
     this.uComboPath.DisplayLayout.Override.ActiveCellAppearance = appearance5;
     appearance6.BackColor = System.Drawing.SystemColors.Highlight;
     appearance6.ForeColor = System.Drawing.SystemColors.HighlightText;
     this.uComboPath.DisplayLayout.Override.ActiveRowAppearance = appearance6;
     this.uComboPath.DisplayLayout.Override.BorderStyleCell     = Infragistics.Win.UIElementBorderStyle.Dotted;
     this.uComboPath.DisplayLayout.Override.BorderStyleRow      = Infragistics.Win.UIElementBorderStyle.Dotted;
     appearance7.BackColor = System.Drawing.SystemColors.Window;
     this.uComboPath.DisplayLayout.Override.CardAreaAppearance = appearance7;
     appearance8.BorderColor  = System.Drawing.Color.Silver;
     appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
     this.uComboPath.DisplayLayout.Override.CellAppearance  = appearance8;
     this.uComboPath.DisplayLayout.Override.CellClickAction =
         Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.uComboPath.DisplayLayout.Override.CellPadding = 0;
     appearance9.BackColor             = System.Drawing.SystemColors.Control;
     appearance9.BackColor2            = System.Drawing.SystemColors.ControlDark;
     appearance9.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
     appearance9.BackGradientStyle     = Infragistics.Win.GradientStyle.Horizontal;
     appearance9.BorderColor           = System.Drawing.SystemColors.Window;
     this.uComboPath.DisplayLayout.Override.GroupByRowAppearance = appearance9;
     appearance10.TextHAlignAsString = "Left";
     this.uComboPath.DisplayLayout.Override.HeaderAppearance  = appearance10;
     this.uComboPath.DisplayLayout.Override.HeaderClickAction =
         Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.uComboPath.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
     appearance11.BackColor   = System.Drawing.SystemColors.Window;
     appearance11.BorderColor = System.Drawing.Color.Silver;
     this.uComboPath.DisplayLayout.Override.RowAppearance = appearance11;
     this.uComboPath.DisplayLayout.Override.RowSelectors  = Infragistics.Win.DefaultableBoolean.False;
     appearance12.BackColor = System.Drawing.SystemColors.ControlLight;
     this.uComboPath.DisplayLayout.Override.TemplateAddRowAppearance = appearance12;
     this.uComboPath.DisplayLayout.ScrollBounds  = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.uComboPath.DisplayLayout.ScrollStyle   = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.uComboPath.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
     this.uComboPath.Location      = new System.Drawing.Point(642, 0);
     this.uComboPath.Name          = "uComboPath";
     this.uComboPath.Size          = new System.Drawing.Size(203, 26);
     this.uComboPath.TabIndex      = 9;
     this.uComboPath.ValueChanged += new System.EventHandler(this.UComboPath_ValueChanged);
     //
     // MF
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1106, 428);
     this.Controls.Add(this.uComboPath);
     this.Controls.Add(this.btnRefresh);
     this.Controls.Add(this.uDTEditor);
     this.Controls.Add(this.uBtnMove);
     this.Controls.Add(this.uTxt);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.mainMenu);
     this.Icon         = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name         = "MF";
     this.Text         = "Manager Faktur";
     this.WindowState  = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MF_FormClosing);
     this.Load        += new System.EventHandler(this.MF_Load);
     this.mainMenu.ResumeLayout(false);
     this.mainMenu.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uListView)).EndInit();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uTxt)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uDTEditor)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uComboPath)).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 appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DettaglioTipoContrattoUI));
            Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton("clear");
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            this.descrizione = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.tipoContrattoDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.lblDescrizione = new Infragistics.Win.Misc.UltraLabel();
            this.lblTipoAlertContratto = new Infragistics.Win.Misc.UltraLabel();
            this.lblTipo = new Infragistics.Win.Misc.UltraLabel();
            this.tipoAlert = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.tipoAlertDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.tipoAlertPremio = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.btnConferma = new Infragistics.Win.Misc.UltraButton();
            this.btnAnnulla = new Infragistics.Win.Misc.UltraButton();
            this.reqDescrizione = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.validationSummary1 = new Gipasoft.Windows.Forms.CustomValidation.ValidationSummary(this.components);
            this.alertGroup = new Infragistics.Win.Misc.UltraGroupBox();
            this.modelliLettera = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.modelloLetteraDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.lblModelloLettera = new Infragistics.Win.Misc.UltraLabel();
            this.appaltoGroup = new Infragistics.Win.Misc.UltraGroupBox();
            this.lblOggettoAppalto = new Infragistics.Win.Misc.UltraLabel();
            this.oggettoAppalto = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            ((System.ComponentModel.ISupportInitialize)(this.descrizione)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoContrattoDTOBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoAlert)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoAlertDTOBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoAlertPremio)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.alertGroup)).BeginInit();
            this.alertGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.modelliLettera)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.modelloLetteraDTOBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.appaltoGroup)).BeginInit();
            this.appaltoGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.oggettoAppalto)).BeginInit();
            this.SuspendLayout();
            // 
            // descrizione
            // 
            this.descrizione.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.tipoContrattoDTOBindingSource, "Descrizione", true));
            this.descrizione.Location = new System.Drawing.Point(89, 12);
            this.descrizione.Name = "descrizione";
            this.descrizione.Size = new System.Drawing.Size(388, 21);
            this.descrizione.TabIndex = 0;
            // 
            // tipoContrattoDTOBindingSource
            // 
            this.tipoContrattoDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.TipoContrattoDTO);
            // 
            // lblDescrizione
            // 
            this.lblDescrizione.Appearance = appearance4;
            this.lblDescrizione.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblDescrizione.Location = new System.Drawing.Point(12, 16);
            this.lblDescrizione.Name = "lblDescrizione";
            this.lblDescrizione.Size = new System.Drawing.Size(71, 23);
            this.lblDescrizione.TabIndex = 1;
            this.lblDescrizione.Text = "Descrizione";
            // 
            // lblTipoAlertContratto
            // 
            this.lblTipoAlertContratto.Appearance = appearance6;
            this.lblTipoAlertContratto.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblTipoAlertContratto.Location = new System.Drawing.Point(9, 23);
            this.lblTipoAlertContratto.Name = "lblTipoAlertContratto";
            this.lblTipoAlertContratto.Size = new System.Drawing.Size(71, 23);
            this.lblTipoAlertContratto.TabIndex = 2;
            this.lblTipoAlertContratto.Text = "Tipo Alert";
            // 
            // lblTipo
            // 
            this.lblTipo.Appearance = appearance7;
            this.lblTipo.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblTipo.Location = new System.Drawing.Point(9, 52);
            this.lblTipo.Name = "lblTipo";
            this.lblTipo.Size = new System.Drawing.Size(94, 23);
            this.lblTipo.TabIndex = 3;
            this.lblTipo.Text = "Tipo Alert Premio";
            // 
            // tipoAlert
            // 
            this.tipoAlert.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.tipoContrattoDTOBindingSource, "CodiceTipoAlertRiferimento", true));
            this.tipoAlert.DataSource = this.tipoAlertDTOBindingSource;
            this.tipoAlert.DisplayMember = "Descrizione";
            this.tipoAlert.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.tipoAlert.Location = new System.Drawing.Point(134, 19);
            this.tipoAlert.Name = "tipoAlert";
            this.tipoAlert.Size = new System.Drawing.Size(325, 21);
            this.tipoAlert.TabIndex = 4;
            this.tipoAlert.ValueMember = "ID";
            // 
            // tipoAlertDTOBindingSource
            // 
            this.tipoAlertDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.TipoAlertDTO);
            // 
            // tipoAlertPremio
            // 
            this.tipoAlertPremio.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.tipoContrattoDTOBindingSource, "CodiceTipoAlertPremioRiferimento", true));
            this.tipoAlertPremio.DataSource = this.tipoAlertDTOBindingSource;
            this.tipoAlertPremio.DisplayMember = "Descrizione";
            this.tipoAlertPremio.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.tipoAlertPremio.Location = new System.Drawing.Point(134, 48);
            this.tipoAlertPremio.Name = "tipoAlertPremio";
            this.tipoAlertPremio.Size = new System.Drawing.Size(325, 21);
            this.tipoAlertPremio.TabIndex = 5;
            this.tipoAlertPremio.ValueMember = "ID";
            // 
            // btnConferma
            // 
            this.btnConferma.Location = new System.Drawing.Point(8, 257);
            this.btnConferma.Name = "btnConferma";
            this.btnConferma.Size = new System.Drawing.Size(75, 23);
            this.btnConferma.TabIndex = 6;
            this.btnConferma.Text = "Conferma";
            this.btnConferma.Click += new System.EventHandler(this.btnConfermaClick);
            // 
            // btnAnnulla
            // 
            this.btnAnnulla.Location = new System.Drawing.Point(89, 257);
            this.btnAnnulla.Name = "btnAnnulla";
            this.btnAnnulla.Size = new System.Drawing.Size(75, 23);
            this.btnAnnulla.TabIndex = 7;
            this.btnAnnulla.Text = "Annulla";
            this.btnAnnulla.Click += new System.EventHandler(this.btnAnnullaClick);
            // 
            // reqDescrizione
            // 
            this.reqDescrizione.ControlToValidate = this.descrizione;
            this.reqDescrizione.ErrorMessage = "Inserire una descizione";
            this.reqDescrizione.Icon = ((System.Drawing.Icon)(resources.GetObject("reqDescrizione.Icon")));
            // 
            // alertGroup
            // 
            this.alertGroup.Controls.Add(this.tipoAlert);
            this.alertGroup.Controls.Add(this.lblTipoAlertContratto);
            this.alertGroup.Controls.Add(this.lblTipo);
            this.alertGroup.Controls.Add(this.tipoAlertPremio);
            this.alertGroup.Location = new System.Drawing.Point(12, 162);
            this.alertGroup.Name = "alertGroup";
            this.alertGroup.Size = new System.Drawing.Size(465, 79);
            this.alertGroup.TabIndex = 8;
            this.alertGroup.Text = "Alert";
            // 
            // modelliLettera
            // 
            this.modelliLettera.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            appearance2.Image = global::Gipasoft.Stabili.UI.Tabelle.TabelleResources.clear;
            editorButton1.Appearance = appearance2;
            editorButton1.Key = "clear";
            this.modelliLettera.ButtonsRight.Add(editorButton1);
            this.modelliLettera.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.tipoContrattoDTOBindingSource, "CodiceModelloLettera", true));
            this.modelliLettera.DataSource = this.modelloLetteraDTOBindingSource;
            this.modelliLettera.DisplayMember = "Descrizione";
            this.modelliLettera.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.modelliLettera.Location = new System.Drawing.Point(77, 19);
            this.modelliLettera.Name = "modelliLettera";
            this.modelliLettera.Size = new System.Drawing.Size(382, 21);
            this.modelliLettera.TabIndex = 130;
            this.modelliLettera.ValueMember = "Id";
            // 
            // modelloLetteraDTOBindingSource
            // 
            this.modelloLetteraDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.ModelloLetteraDTO);
            // 
            // lblModelloLettera
            // 
            this.lblModelloLettera.Appearance = appearance8;
            this.lblModelloLettera.Location = new System.Drawing.Point(9, 21);
            this.lblModelloLettera.Name = "lblModelloLettera";
            this.lblModelloLettera.Size = new System.Drawing.Size(50, 19);
            this.lblModelloLettera.TabIndex = 129;
            this.lblModelloLettera.Text = "Modello";
            // 
            // appaltoGroup
            // 
            this.appaltoGroup.Controls.Add(this.oggettoAppalto);
            this.appaltoGroup.Controls.Add(this.lblOggettoAppalto);
            this.appaltoGroup.Controls.Add(this.modelliLettera);
            this.appaltoGroup.Controls.Add(this.lblModelloLettera);
            this.appaltoGroup.Location = new System.Drawing.Point(12, 45);
            this.appaltoGroup.Name = "appaltoGroup";
            this.appaltoGroup.Size = new System.Drawing.Size(465, 111);
            this.appaltoGroup.TabIndex = 131;
            this.appaltoGroup.Text = "Appalto";
            // 
            // lblOggettoAppalto
            // 
            this.lblOggettoAppalto.Appearance = appearance1;
            this.lblOggettoAppalto.Location = new System.Drawing.Point(9, 46);
            this.lblOggettoAppalto.Name = "lblOggettoAppalto";
            this.lblOggettoAppalto.Size = new System.Drawing.Size(50, 19);
            this.lblOggettoAppalto.TabIndex = 131;
            this.lblOggettoAppalto.Text = "Oggetto";
            // 
            // oggettoAppalto
            // 
            this.oggettoAppalto.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.tipoContrattoDTOBindingSource, "OggettoAppalto", true));
            this.oggettoAppalto.Location = new System.Drawing.Point(77, 46);
            this.oggettoAppalto.Multiline = true;
            this.oggettoAppalto.Name = "oggettoAppalto";
            this.oggettoAppalto.Size = new System.Drawing.Size(382, 59);
            this.oggettoAppalto.TabIndex = 132;
            // 
            // DettaglioTipoContrattoUI
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(489, 285);
            this.Controls.Add(this.appaltoGroup);
            this.Controls.Add(this.alertGroup);
            this.Controls.Add(this.btnAnnulla);
            this.Controls.Add(this.btnConferma);
            this.Controls.Add(this.lblDescrizione);
            this.Controls.Add(this.descrizione);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.Name = "DettaglioTipoContrattoUI";
            this.Text = "Tipo Contratto";
            this.Load += new System.EventHandler(this.dettaglioTipoContrattoUILoad);
            ((System.ComponentModel.ISupportInitialize)(this.descrizione)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoContrattoDTOBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoAlert)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoAlertDTOBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoAlertPremio)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.alertGroup)).EndInit();
            this.alertGroup.ResumeLayout(false);
            this.alertGroup.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.modelliLettera)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.modelloLetteraDTOBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.appaltoGroup)).EndInit();
            this.appaltoGroup.ResumeLayout(false);
            this.appaltoGroup.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.oggettoAppalto)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Esempio n. 12
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton("LAST");
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinEditors.EditorButton editorButton2 = new Infragistics.Win.UltraWinEditors.EditorButton("LAST");
     Infragistics.Win.UltraWinEditors.EditorButton editorButton3 = new Infragistics.Win.UltraWinEditors.EditorButton("INIT");
     Infragistics.Win.UltraWinEditors.EditorButton editorButton4 = new Infragistics.Win.UltraWinEditors.EditorButton("LAST");
     this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
     this.cbx_BatchNo    = new System.Windows.Forms.CheckBox();
     this.label2         = new System.Windows.Forms.Label();
     this.Edt_Length     = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.label1         = new System.Windows.Forms.Label();
     this.Edt_Spec       = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.label3         = new System.Windows.Forms.Label();
     this.Edt_BatchNo    = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.Edt_OrderNo    = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.btnCancel      = new System.Windows.Forms.Button();
     this.btnOK          = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_Length)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_Spec)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_BatchNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_OrderNo)).BeginInit();
     this.SuspendLayout();
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.BorderStyle = Infragistics.Win.Misc.GroupBoxBorderStyle.Parallel3D;
     this.ultraGroupBox1.Controls.Add(this.cbx_BatchNo);
     this.ultraGroupBox1.Controls.Add(this.label2);
     this.ultraGroupBox1.Controls.Add(this.Edt_Length);
     this.ultraGroupBox1.Controls.Add(this.label1);
     this.ultraGroupBox1.Controls.Add(this.Edt_Spec);
     this.ultraGroupBox1.Controls.Add(this.label3);
     this.ultraGroupBox1.Controls.Add(this.Edt_BatchNo);
     this.ultraGroupBox1.Controls.Add(this.Edt_OrderNo);
     this.ultraGroupBox1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
     this.ultraGroupBox1.Name     = "ultraGroupBox1";
     this.ultraGroupBox1.Size     = new System.Drawing.Size(438, 85);
     this.ultraGroupBox1.TabIndex = 0;
     //
     // cbx_BatchNo
     //
     this.cbx_BatchNo.AutoSize = true;
     this.cbx_BatchNo.Location = new System.Drawing.Point(13, 21);
     this.cbx_BatchNo.Name     = "cbx_BatchNo";
     this.cbx_BatchNo.Size     = new System.Drawing.Size(96, 16);
     this.cbx_BatchNo.TabIndex = 0;
     this.cbx_BatchNo.Text     = "指定轧制编号";
     this.cbx_BatchNo.UseVisualStyleBackColor = true;
     this.cbx_BatchNo.CheckedChanged         += new System.EventHandler(this.cbx_BatchNo_CheckedChanged);
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(41, 53);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(65, 12);
     this.label2.TabIndex  = 0;
     this.label2.Text      = "生产订单号";
     //
     // Edt_Length
     //
     appearance1.TextVAlignAsString = "Middle";
     this.Edt_Length.Appearance     = appearance1;
     editorButton1.Key = "LAST";
     this.Edt_Length.ButtonsRight.Add(editorButton1);
     this.Edt_Length.Location           = new System.Drawing.Point(332, 49);
     this.Edt_Length.MaxLength          = 8;
     this.Edt_Length.Name               = "Edt_Length";
     this.Edt_Length.Size               = new System.Drawing.Size(80, 21);
     this.Edt_Length.TabIndex           = 4;
     this.Edt_Length.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.Edt_Length_EditorButtonClick);
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(276, 53);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(53, 12);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "定尺长度";
     //
     // Edt_Spec
     //
     appearance2.TextVAlignAsString = "Middle";
     this.Edt_Spec.Appearance       = appearance2;
     editorButton2.Key = "LAST";
     this.Edt_Spec.ButtonsRight.Add(editorButton2);
     this.Edt_Spec.Location           = new System.Drawing.Point(332, 19);
     this.Edt_Spec.MaxLength          = 10;
     this.Edt_Spec.Name               = "Edt_Spec";
     this.Edt_Spec.Size               = new System.Drawing.Size(80, 21);
     this.Edt_Spec.TabIndex           = 3;
     this.Edt_Spec.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.Edt_Spec_EditorButtonClick);
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(276, 23);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(53, 12);
     this.label3.TabIndex  = 0;
     this.label3.Text      = "轧制规格";
     //
     // Edt_BatchNo
     //
     editorButton3.Key = "INIT";
     this.Edt_BatchNo.ButtonsRight.Add(editorButton3);
     this.Edt_BatchNo.Enabled            = false;
     this.Edt_BatchNo.Location           = new System.Drawing.Point(112, 19);
     this.Edt_BatchNo.MaxLength          = 8;
     this.Edt_BatchNo.Name               = "Edt_BatchNo";
     this.Edt_BatchNo.Size               = new System.Drawing.Size(136, 21);
     this.Edt_BatchNo.TabIndex           = 1;
     this.Edt_BatchNo.Text               = "自动";
     this.Edt_BatchNo.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.Edt_BatchNo_EditorButtonClick);
     //
     // Edt_OrderNo
     //
     editorButton4.Key = "LAST";
     this.Edt_OrderNo.ButtonsRight.Add(editorButton4);
     this.Edt_OrderNo.Location           = new System.Drawing.Point(112, 49);
     this.Edt_OrderNo.MaxLength          = 12;
     this.Edt_OrderNo.Name               = "Edt_OrderNo";
     this.Edt_OrderNo.Size               = new System.Drawing.Size(136, 21);
     this.Edt_OrderNo.TabIndex           = 2;
     this.Edt_OrderNo.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.Edt_OrderNo_EditorButtonClick);
     //
     // btnCancel
     //
     this.btnCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location                = new System.Drawing.Point(337, 100);
     this.btnCancel.Name                    = "btnCancel";
     this.btnCancel.Size                    = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex                = 2;
     this.btnCancel.Text                    = "取消(&C)";
     this.btnCancel.UseVisualStyleBackColor = true;
     //
     // btnOK
     //
     this.btnOK.Location = new System.Drawing.Point(251, 100);
     this.btnOK.Name     = "btnOK";
     this.btnOK.Size     = new System.Drawing.Size(75, 23);
     this.btnOK.TabIndex = 1;
     this.btnOK.Text     = "确认(&O)";
     this.btnOK.UseVisualStyleBackColor = true;
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // frmSetSpec
     //
     this.AcceptButton        = this.btnOK;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.Control;
     this.CancelButton        = this.btnCancel;
     this.ClientSize          = new System.Drawing.Size(438, 135);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.ultraGroupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmSetSpec";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.Manual;
     this.Text            = "轧制信息";
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     this.ultraGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_Length)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_Spec)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_BatchNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_OrderNo)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 13
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.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.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
            this.groupModello = new Infragistics.Win.Misc.UltraGroupBox();
            this.chkApplyModel = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.lblLettera = new Infragistics.Win.Misc.UltraLabel();
            this.modelliLettera = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.modelloLetteraDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.optConvocazione = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
            this.btnOk = new System.Windows.Forms.Button();
            this.btnCancel = new System.Windows.Forms.Button();
            this.groupConvocazione = new Infragistics.Win.Misc.UltraGroupBox();
            this.txtPassword = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblPassword = new Infragistics.Win.Misc.UltraLabel();
            ((System.ComponentModel.ISupportInitialize)(this.groupModello)).BeginInit();
            this.groupModello.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chkApplyModel)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.modelliLettera)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.modelloLetteraDTOBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.optConvocazione)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupConvocazione)).BeginInit();
            this.groupConvocazione.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtPassword)).BeginInit();
            this.SuspendLayout();
            // 
            // groupModello
            // 
            this.groupModello.Controls.Add(this.chkApplyModel);
            this.groupModello.Controls.Add(this.lblLettera);
            this.groupModello.Controls.Add(this.modelliLettera);
            this.groupModello.Location = new System.Drawing.Point(12, 12);
            this.groupModello.Name = "groupModello";
            this.groupModello.Size = new System.Drawing.Size(279, 80);
            this.groupModello.TabIndex = 97;
            this.groupModello.Text = "Modello:";
            // 
            // chkApplyModel
            // 
            this.chkApplyModel.Location = new System.Drawing.Point(13, 21);
            this.chkApplyModel.Name = "chkApplyModel";
            this.chkApplyModel.Size = new System.Drawing.Size(243, 15);
            this.chkApplyModel.TabIndex = 135;
            this.chkApplyModel.Text = "Applica il seguente modello al verbale";
            this.chkApplyModel.CheckedChanged += new System.EventHandler(this.chkApplyModel_CheckedChanged);
            // 
            // lblLettera
            // 
            this.lblLettera.Enabled = false;
            this.lblLettera.Location = new System.Drawing.Point(13, 46);
            this.lblLettera.Name = "lblLettera";
            this.lblLettera.Size = new System.Drawing.Size(44, 18);
            this.lblLettera.TabIndex = 134;
            this.lblLettera.Text = "Lettera:";
            // 
            // modelliLettera
            // 
            this.modelliLettera.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            appearance1.Image = global::Gipasoft.Stabili.UI.Assemblea.AssembleeResources.folder;
            editorButton1.Appearance = appearance1;
            editorButton1.Key = "open";
            editorButton1.Visible = false;
            appearance2.Image = global::Gipasoft.Stabili.UI.Assemblea.AssembleeResources.clear;
            editorButton2.Appearance = appearance2;
            editorButton2.Key = "clear";
            editorButton2.Visible = false;
            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.Enabled = false;
            this.modelliLettera.Location = new System.Drawing.Point(64, 42);
            this.modelliLettera.Name = "modelliLettera";
            this.modelliLettera.Size = new System.Drawing.Size(192, 21);
            this.modelliLettera.TabIndex = 133;
            this.modelliLettera.ValueMember = "Id";
            // 
            // modelloLetteraDTOBindingSource
            // 
            this.modelloLetteraDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.ModelloLetteraDTO);
            // 
            // optConvocazione
            // 
            this.optConvocazione.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
            this.optConvocazione.CheckedIndex = 1;
            valueListItem1.DataValue = 0;
            valueListItem1.DisplayText = "Prima convocazione";
            valueListItem2.CheckState = System.Windows.Forms.CheckState.Checked;
            valueListItem2.DataValue = 1;
            valueListItem2.DisplayText = "Seconda convocazione";
            this.optConvocazione.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem1,
            valueListItem2});
            this.optConvocazione.Location = new System.Drawing.Point(14, 22);
            this.optConvocazione.Name = "optConvocazione";
            this.optConvocazione.Size = new System.Drawing.Size(243, 47);
            this.optConvocazione.TabIndex = 98;
            this.optConvocazione.Text = "Seconda convocazione";
            // 
            // btnOk
            // 
            this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.btnOk.Location = new System.Drawing.Point(135, 229);
            this.btnOk.Name = "btnOk";
            this.btnOk.Size = new System.Drawing.Size(75, 23);
            this.btnOk.TabIndex = 99;
            this.btnOk.Text = "Ok";
            this.btnOk.UseVisualStyleBackColor = true;
            // 
            // btnCancel
            // 
            this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btnCancel.Location = new System.Drawing.Point(216, 229);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(75, 23);
            this.btnCancel.TabIndex = 100;
            this.btnCancel.Text = "Annulla";
            this.btnCancel.UseVisualStyleBackColor = true;
            // 
            // groupConvocazione
            // 
            this.groupConvocazione.Controls.Add(this.optConvocazione);
            this.groupConvocazione.Location = new System.Drawing.Point(12, 98);
            this.groupConvocazione.Name = "groupConvocazione";
            this.groupConvocazione.Size = new System.Drawing.Size(279, 80);
            this.groupConvocazione.TabIndex = 136;
            this.groupConvocazione.Text = "Convocazione:";
            // 
            // txtPassword
            // 
            this.txtPassword.Location = new System.Drawing.Point(76, 186);
            this.txtPassword.Name = "txtPassword";
            this.txtPassword.PasswordChar = '*';
            this.txtPassword.Size = new System.Drawing.Size(124, 21);
            this.txtPassword.TabIndex = 137;
            // 
            // lblPassword
            // 
            this.lblPassword.Location = new System.Drawing.Point(12, 190);
            this.lblPassword.Name = "lblPassword";
            this.lblPassword.Size = new System.Drawing.Size(57, 21);
            this.lblPassword.TabIndex = 138;
            this.lblPassword.Text = "Password:"******"PreparaLocale";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Assemblea Offline:";
            ((System.ComponentModel.ISupportInitialize)(this.groupModello)).EndInit();
            this.groupModello.ResumeLayout(false);
            this.groupModello.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chkApplyModel)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.modelliLettera)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.modelloLetteraDTOBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.optConvocazione)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupConvocazione)).EndInit();
            this.groupConvocazione.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.txtPassword)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Esempio n. 14
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinEditors.EditorButton editorButton2 = new Infragistics.Win.UltraWinEditors.EditorButton();
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinEditors.EditorButton editorButton3 = new Infragistics.Win.UltraWinEditors.EditorButton();
            Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinEditors.EditorButton editorButton4 = new Infragistics.Win.UltraWinEditors.EditorButton();
            Infragistics.Win.UltraWinEditors.EditorButton editorButton5 = new Infragistics.Win.UltraWinEditors.EditorButton();
            Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinEditors.EditorButton editorButton6 = new Infragistics.Win.UltraWinEditors.EditorButton();
            Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WmsLogin));
            Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
            this.uPanelMain = new Infragistics.Win.Misc.UltraPanel();
            this.utxtAccount = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.udDate = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.utxtPassword = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.utxtUser = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.utxtServer = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblLogin = new System.Windows.Forms.Label();
            this.lblExit = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.ultraFormattedLinkLabel1 = new Infragistics.Win.FormattedLinkLabel.UltraFormattedLinkLabel();
            this.uPanelMain.ClientArea.SuspendLayout();
            this.uPanelMain.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.utxtAccount)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDate)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.utxtPassword)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.utxtUser)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.utxtServer)).BeginInit();
            this.SuspendLayout();
            // 
            // uPanelMain
            // 
            appearance1.BackColor = System.Drawing.Color.White;
            appearance1.BorderColor = System.Drawing.Color.Silver;
            this.uPanelMain.Appearance = appearance1;
            this.uPanelMain.BorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded4;
            // 
            // uPanelMain.ClientArea
            // 
            this.uPanelMain.ClientArea.Controls.Add(this.utxtAccount);
            this.uPanelMain.ClientArea.Controls.Add(this.udDate);
            this.uPanelMain.ClientArea.Controls.Add(this.utxtPassword);
            this.uPanelMain.ClientArea.Controls.Add(this.utxtUser);
            this.uPanelMain.ClientArea.Controls.Add(this.utxtServer);
            this.uPanelMain.Location = new System.Drawing.Point(75, 128);
            this.uPanelMain.Name = "uPanelMain";
            this.uPanelMain.Size = new System.Drawing.Size(350, 196);
            this.uPanelMain.TabIndex = 1;
            // 
            // utxtAccount
            // 
            appearance2.BackColor = System.Drawing.Color.White;
            this.utxtAccount.Appearance = appearance2;
            this.utxtAccount.AutoSize = false;
            this.utxtAccount.BackColor = System.Drawing.Color.White;
            appearance3.Image = global::JWMSH.Properties.Resources.LoginForm_defalt;
            editorButton1.Appearance = appearance3;
            this.utxtAccount.ButtonsLeft.Add(editorButton1);
            this.utxtAccount.Location = new System.Drawing.Point(16, 116);
            this.utxtAccount.Name = "utxtAccount";
            this.utxtAccount.Size = new System.Drawing.Size(315, 29);
            this.utxtAccount.TabIndex = 6;
            this.utxtAccount.Text = "华翔";
            // 
            // udDate
            // 
            this.udDate.AutoSize = false;
            appearance4.Image = global::JWMSH.Properties.Resources.LoginForm_time;
            editorButton2.Appearance = appearance4;
            this.udDate.ButtonsLeft.Add(editorButton2);
            this.udDate.Location = new System.Drawing.Point(16, 150);
            this.udDate.Name = "udDate";
            this.udDate.Size = new System.Drawing.Size(315, 29);
            this.udDate.TabIndex = 5;
            // 
            // utxtPassword
            // 
            this.utxtPassword.AutoSize = false;
            appearance5.Image = global::JWMSH.Properties.Resources.LoginForm_password;
            editorButton3.Appearance = appearance5;
            this.utxtPassword.ButtonsLeft.Add(editorButton3);
            editorButton4.Text = "修改密码";
            editorButton4.Width = 70;
            this.utxtPassword.ButtonsRight.Add(editorButton4);
            this.utxtPassword.Location = new System.Drawing.Point(16, 82);
            this.utxtPassword.Name = "utxtPassword";
            this.utxtPassword.PasswordChar = '*';
            this.utxtPassword.Size = new System.Drawing.Size(315, 29);
            this.utxtPassword.TabIndex = 0;
            this.utxtPassword.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.utxtPassword_EditorButtonClick);
            this.utxtPassword.KeyDown += new System.Windows.Forms.KeyEventHandler(this.utxtPassword_KeyDown);
            // 
            // utxtUser
            // 
            this.utxtUser.AutoSize = false;
            appearance6.Image = global::JWMSH.Properties.Resources.LoginForm_user;
            editorButton5.Appearance = appearance6;
            this.utxtUser.ButtonsLeft.Add(editorButton5);
            this.utxtUser.Location = new System.Drawing.Point(16, 48);
            this.utxtUser.Name = "utxtUser";
            this.utxtUser.Size = new System.Drawing.Size(315, 29);
            this.utxtUser.TabIndex = 1;
            // 
            // utxtServer
            // 
            appearance7.BackColor = System.Drawing.Color.White;
            this.utxtServer.Appearance = appearance7;
            this.utxtServer.AutoSize = false;
            this.utxtServer.BackColor = System.Drawing.Color.White;
            appearance8.Image = global::JWMSH.Properties.Resources.LoginForm_server;
            editorButton6.Appearance = appearance8;
            this.utxtServer.ButtonsLeft.Add(editorButton6);
            this.utxtServer.Location = new System.Drawing.Point(16, 14);
            this.utxtServer.Name = "utxtServer";
            this.utxtServer.Size = new System.Drawing.Size(315, 29);
            this.utxtServer.TabIndex = 2;
            this.utxtServer.Text = "Huxiang MES WMS ";
            // 
            // lblLogin
            // 
            this.lblLogin.BackColor = System.Drawing.Color.Transparent;
            this.lblLogin.Cursor = System.Windows.Forms.Cursors.Hand;
            this.lblLogin.Image = global::JWMSH.Properties.Resources.LoginForm_login_btn;
            this.lblLogin.Location = new System.Drawing.Point(152, 347);
            this.lblLogin.Name = "lblLogin";
            this.lblLogin.Size = new System.Drawing.Size(196, 45);
            this.lblLogin.TabIndex = 7;
            this.lblLogin.Text = " 登陆";
            this.lblLogin.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.lblLogin.Click += new System.EventHandler(this.lblLogin_Click);
            this.lblLogin.MouseLeave += new System.EventHandler(this.lblLogin_MouseLeave);
            this.lblLogin.MouseHover += new System.EventHandler(this.lblLogin_MouseHover);
            // 
            // lblExit
            // 
            this.lblExit.BackColor = System.Drawing.Color.Transparent;
            this.lblExit.Cursor = System.Windows.Forms.Cursors.Hand;
            this.lblExit.Image = ((System.Drawing.Image)(resources.GetObject("lblExit.Image")));
            this.lblExit.Location = new System.Drawing.Point(450, 9);
            this.lblExit.Name = "lblExit";
            this.lblExit.Size = new System.Drawing.Size(26, 13);
            this.lblExit.TabIndex = 8;
            this.lblExit.Click += new System.EventHandler(this.lblExit_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.label1.Font = new System.Drawing.Font("微软雅黑", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.ForeColor = System.Drawing.Color.Green;
            this.label1.Location = new System.Drawing.Point(94, 52);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(313, 39);
            this.label1.TabIndex = 9;
            this.label1.Text = "华翔条码追溯MES系统";
            // 
            // ultraFormattedLinkLabel1
            // 
            appearance9.BackColor = System.Drawing.Color.Transparent;
            appearance9.FontData.BoldAsString = "False";
            appearance9.FontData.ItalicAsString = "False";
            appearance9.FontData.Name = "Tahoma";
            appearance9.FontData.SizeInPoints = 9F;
            appearance9.FontData.StrikeoutAsString = "False";
            appearance9.FontData.UnderlineAsString = "False";
            this.ultraFormattedLinkLabel1.Appearance = appearance9;
            this.ultraFormattedLinkLabel1.Location = new System.Drawing.Point(12, 439);
            this.ultraFormattedLinkLabel1.Name = "ultraFormattedLinkLabel1";
            this.ultraFormattedLinkLabel1.Size = new System.Drawing.Size(476, 19);
            this.ultraFormattedLinkLabel1.TabIndex = 10;
            this.ultraFormattedLinkLabel1.TabStop = true;
            this.ultraFormattedLinkLabel1.Value = "<p style=\"text-align:Center;\">Copyright @ 2014 powered by <a title=\"www.jaransoft" +
    ".com\" href=\"www.jaransoft.com\">JARAN</a> 保留所有权利.</p>";
            // 
            // WmsLogin
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackgroundImage = global::JWMSH.Properties.Resources.BackgroundImageStore;
            this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.ClientSize = new System.Drawing.Size(500, 475);
            this.Controls.Add(this.ultraFormattedLinkLabel1);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.lblExit);
            this.Controls.Add(this.lblLogin);
            this.Controls.Add(this.uPanelMain);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Icon = global::JWMSH.Properties.Resources.scanicon;
            this.Name = "WmsLogin";
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "WMS登录";
            this.Load += new System.EventHandler(this.WmsLogin_Load);
            this.uPanelMain.ClientArea.ResumeLayout(false);
            this.uPanelMain.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.utxtAccount)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.utxtPassword)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.utxtUser)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.utxtServer)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Esempio n. 15
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();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WmsLogin));
            Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinEditors.EditorButton editorButton2 = new Infragistics.Win.UltraWinEditors.EditorButton();
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinEditors.EditorButton editorButton3 = new Infragistics.Win.UltraWinEditors.EditorButton();
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinEditors.EditorButton editorButton4 = new Infragistics.Win.UltraWinEditors.EditorButton();
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinEditors.EditorButton editorButton5 = new Infragistics.Win.UltraWinEditors.EditorButton();
            Infragistics.Win.UltraWinEditors.EditorButton editorButton6 = new Infragistics.Win.UltraWinEditors.EditorButton();
            Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinEditors.EditorButton editorButton7 = new Infragistics.Win.UltraWinEditors.EditorButton();
            Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinEditors.EditorButton editorButton8 = new Infragistics.Win.UltraWinEditors.EditorButton("btnConSet");
            Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinEditors.EditorButton editorButton9 = new Infragistics.Win.UltraWinEditors.EditorButton();
            Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
            this.lblExit = new System.Windows.Forms.Label();
            this.Tooltip = new DevExpress.Utils.ToolTipController(this.components);
            this.udDate = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.ultraTextEditor5 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.utxtPassword = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.utxtUser = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.utxtServer = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.uPanelMain = new Infragistics.Win.Misc.UltraPanel();
            this.utxtAccount = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.lblLogin = new System.Windows.Forms.Label();
            this.ultraFormattedLinkLabel1 = new Infragistics.Win.FormattedLinkLabel.UltraFormattedLinkLabel();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.udDate)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.utxtPassword)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.utxtUser)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.utxtServer)).BeginInit();
            this.uPanelMain.ClientArea.SuspendLayout();
            this.uPanelMain.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.utxtAccount)).BeginInit();
            this.SuspendLayout();
            // 
            // lblExit
            // 
            this.lblExit.BackColor = System.Drawing.Color.Transparent;
            this.lblExit.Cursor = System.Windows.Forms.Cursors.Hand;
            this.lblExit.Image = ((System.Drawing.Image)(resources.GetObject("lblExit.Image")));
            this.lblExit.Location = new System.Drawing.Point(462, 9);
            this.lblExit.Name = "lblExit";
            this.lblExit.Size = new System.Drawing.Size(26, 13);
            this.lblExit.TabIndex = 3;
            this.Tooltip.SetToolTip(this.lblExit, "退出?");
            this.lblExit.Click += new System.EventHandler(this.lblExit_Click);
            // 
            // udDate
            // 
            this.udDate.AutoSize = false;
            appearance1.Image = global::BCGM.Properties.Resources.LoginForm_time;
            editorButton1.Appearance = appearance1;
            this.udDate.ButtonsLeft.Add(editorButton1);
            this.udDate.Location = new System.Drawing.Point(16, 174);
            this.udDate.Name = "udDate";
            this.udDate.Size = new System.Drawing.Size(315, 29);
            this.udDate.TabIndex = 5;
            this.Tooltip.SetTitle(this.udDate, "日期");
            this.Tooltip.SetToolTip(this.udDate, "选择您的登陆日期");
            // 
            // ultraTextEditor5
            // 
            this.ultraTextEditor5.AutoSize = false;
            appearance2.Image = global::BCGM.Properties.Resources.LoginForm_cn;
            editorButton2.Appearance = appearance2;
            this.ultraTextEditor5.ButtonsLeft.Add(editorButton2);
            appearance3.Image = global::BCGM.Properties.Resources.LoginForm_dropdown;
            editorButton3.Appearance = appearance3;
            editorButton3.Width = 18;
            this.ultraTextEditor5.ButtonsRight.Add(editorButton3);
            this.ultraTextEditor5.Location = new System.Drawing.Point(16, 141);
            this.ultraTextEditor5.Name = "ultraTextEditor5";
            this.ultraTextEditor5.Size = new System.Drawing.Size(315, 29);
            this.ultraTextEditor5.TabIndex = 4;
            this.ultraTextEditor5.Text = "CN";
            this.Tooltip.SetTitle(this.ultraTextEditor5, "语言");
            this.Tooltip.SetToolTip(this.ultraTextEditor5, "选择您的语言");
            // 
            // utxtPassword
            // 
            this.utxtPassword.AutoSize = false;
            appearance4.Image = global::BCGM.Properties.Resources.LoginForm_password;
            editorButton4.Appearance = appearance4;
            this.utxtPassword.ButtonsLeft.Add(editorButton4);
            editorButton5.Text = "修改密码";
            editorButton5.Width = 70;
            this.utxtPassword.ButtonsRight.Add(editorButton5);
            this.utxtPassword.Location = new System.Drawing.Point(16, 75);
            this.utxtPassword.Name = "utxtPassword";
            this.utxtPassword.PasswordChar = '*';
            this.utxtPassword.Size = new System.Drawing.Size(315, 29);
            this.utxtPassword.TabIndex = 0;
            this.Tooltip.SetTitle(this.utxtPassword, "密码");
            this.Tooltip.SetToolTip(this.utxtPassword, "请输入您的密码");
            this.utxtPassword.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.utxtPassword_EditorButtonClick);
            this.utxtPassword.KeyDown += new System.Windows.Forms.KeyEventHandler(this.utxtPassword_KeyDown);
            // 
            // utxtUser
            // 
            this.utxtUser.AutoSize = false;
            appearance5.Image = global::BCGM.Properties.Resources.LoginForm_user;
            editorButton6.Appearance = appearance5;
            this.utxtUser.ButtonsLeft.Add(editorButton6);
            this.utxtUser.Location = new System.Drawing.Point(16, 42);
            this.utxtUser.Name = "utxtUser";
            this.utxtUser.Size = new System.Drawing.Size(315, 29);
            this.utxtUser.TabIndex = 1;
            this.Tooltip.SetTitle(this.utxtUser, "用户名");
            this.Tooltip.SetToolTip(this.utxtUser, "请输入您的用户名");
            // 
            // utxtServer
            // 
            appearance6.BackColor = System.Drawing.Color.White;
            this.utxtServer.Appearance = appearance6;
            this.utxtServer.AutoSize = false;
            this.utxtServer.BackColor = System.Drawing.Color.White;
            appearance7.Image = global::BCGM.Properties.Resources.LoginForm_server;
            editorButton7.Appearance = appearance7;
            this.utxtServer.ButtonsLeft.Add(editorButton7);
            appearance8.Image = global::BCGM.Properties.Resources.LoginForm_dropdown;
            editorButton8.Appearance = appearance8;
            editorButton8.Key = "btnConSet";
            editorButton8.Width = 18;
            this.utxtServer.ButtonsRight.Add(editorButton8);
            this.utxtServer.Location = new System.Drawing.Point(16, 9);
            this.utxtServer.Name = "utxtServer";
            this.utxtServer.Size = new System.Drawing.Size(315, 29);
            this.utxtServer.TabIndex = 2;
            this.Tooltip.SetTitle(this.utxtServer, "服务器");
            this.Tooltip.SetToolTip(this.utxtServer, "请选择你业务系统的服务器");
            // 
            // uPanelMain
            // 
            appearance9.BackColor = System.Drawing.Color.White;
            appearance9.BorderColor = System.Drawing.Color.Silver;
            this.uPanelMain.Appearance = appearance9;
            this.uPanelMain.BorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded4;
            // 
            // uPanelMain.ClientArea
            // 
            this.uPanelMain.ClientArea.Controls.Add(this.utxtAccount);
            this.uPanelMain.ClientArea.Controls.Add(this.udDate);
            this.uPanelMain.ClientArea.Controls.Add(this.ultraTextEditor5);
            this.uPanelMain.ClientArea.Controls.Add(this.utxtPassword);
            this.uPanelMain.ClientArea.Controls.Add(this.utxtUser);
            this.uPanelMain.ClientArea.Controls.Add(this.utxtServer);
            this.uPanelMain.Location = new System.Drawing.Point(75, 127);
            this.uPanelMain.Name = "uPanelMain";
            this.uPanelMain.Size = new System.Drawing.Size(350, 216);
            this.uPanelMain.TabIndex = 0;
            // 
            // utxtAccount
            // 
            this.utxtAccount.AutoSize = false;
            appearance10.Image = global::BCGM.Properties.Resources.LoginForm_defalt;
            editorButton9.Appearance = appearance10;
            this.utxtAccount.ButtonsLeft.Add(editorButton9);
            this.utxtAccount.Location = new System.Drawing.Point(16, 107);
            this.utxtAccount.Name = "utxtAccount";
            this.utxtAccount.Size = new System.Drawing.Size(315, 29);
            this.utxtAccount.TabIndex = 3;
            this.utxtAccount.Text = "BCGM_2014";
            // 
            // lblLogin
            // 
            this.lblLogin.BackColor = System.Drawing.Color.Transparent;
            this.lblLogin.Cursor = System.Windows.Forms.Cursors.Hand;
            this.lblLogin.Image = global::BCGM.Properties.Resources.LoginForm_login_btn;
            this.lblLogin.Location = new System.Drawing.Point(152, 369);
            this.lblLogin.Name = "lblLogin";
            this.lblLogin.Size = new System.Drawing.Size(196, 45);
            this.lblLogin.TabIndex = 1;
            this.lblLogin.Text = " 登陆";
            this.lblLogin.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.lblLogin.Click += new System.EventHandler(this.lblLogin_Click);
            this.lblLogin.MouseLeave += new System.EventHandler(this.lblLogin_MouseLeave);
            this.lblLogin.MouseHover += new System.EventHandler(this.lblLogin_MouseEnter);
            // 
            // ultraFormattedLinkLabel1
            // 
            appearance11.BackColor = System.Drawing.Color.Transparent;
            appearance11.FontData.BoldAsString = "False";
            appearance11.FontData.ItalicAsString = "False";
            appearance11.FontData.Name = "Tahoma";
            appearance11.FontData.SizeInPoints = 9F;
            appearance11.FontData.StrikeoutAsString = "False";
            appearance11.FontData.UnderlineAsString = "False";
            appearance11.TextHAlignAsString = "Center";
            this.ultraFormattedLinkLabel1.Appearance = appearance11;
            this.ultraFormattedLinkLabel1.Location = new System.Drawing.Point(99, 433);
            this.ultraFormattedLinkLabel1.Name = "ultraFormattedLinkLabel1";
            this.ultraFormattedLinkLabel1.Size = new System.Drawing.Size(303, 19);
            this.ultraFormattedLinkLabel1.TabIndex = 7;
            this.ultraFormattedLinkLabel1.TabStop = true;
            this.ultraFormattedLinkLabel1.Value = "Copyright @ 2015 Powered By <a title=\"ZhangLing\" href=\"https://www.baidu.com/\">ZE" +
    "RO</a> 保留所有权利.";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.label1.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label1.ForeColor = System.Drawing.Color.Green;
            this.label1.Location = new System.Drawing.Point(77, 39);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(347, 27);
            this.label1.TabIndex = 8;
            this.label1.Text = "条码+移动采集的产品信息化管理系统";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.BackColor = System.Drawing.Color.Transparent;
            this.label2.ForeColor = System.Drawing.Color.Green;
            this.label2.Location = new System.Drawing.Point(163, 89);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(183, 14);
            this.label2.TabIndex = 9;
            this.label2.Text = "基于条码技术+移动信息采集技术";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.BackColor = System.Drawing.Color.Transparent;
            this.label3.ForeColor = System.Drawing.Color.Green;
            this.label3.Location = new System.Drawing.Point(371, 83);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(33, 14);
            this.label3.TabIndex = 10;
            this.label3.Text = "V1.0";
            // 
            // WmsLogin
            // 
            this.Appearance.BackColor = System.Drawing.SystemColors.Control;
            this.Appearance.Options.UseBackColor = true;
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackgroundImageLayoutStore = System.Windows.Forms.ImageLayout.Stretch;
            this.BackgroundImageStore = global::BCGM.Properties.Resources.BackgroundImageStore;
            this.ClientSize = new System.Drawing.Size(500, 475);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.ultraFormattedLinkLabel1);
            this.Controls.Add(this.lblLogin);
            this.Controls.Add(this.uPanelMain);
            this.Controls.Add(this.lblExit);
            this.DoubleBuffered = true;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Icon = global::BCGM.Properties.Resources.scanicon;
            this.LookAndFeel.SkinName = "Office 2007 Blue";
            this.Name = "WmsLogin";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "BMS登陆";
            this.Load += new System.EventHandler(this.BMSLogin_Load);
            ((System.ComponentModel.ISupportInitialize)(this.udDate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.utxtPassword)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.utxtUser)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.utxtServer)).EndInit();
            this.uPanelMain.ClientArea.ResumeLayout(false);
            this.uPanelMain.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.utxtAccount)).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.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("controlloRapportino");
            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.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
            Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
            Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("ReferenteDTO", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn51 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Cellulare");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn52 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CodiceComuneNascita");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn53 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CodiceFiscale");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn54 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Cognome");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn55 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ComuneNascita");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn56 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CondominiAssemblea");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn57 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Contatti");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn58 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DataNascita");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn59 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Dinamico");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DisplayNameCompleto");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn60 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Email");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn61 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdAzienda");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn62 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Nome");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn63 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NominativoPersona");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn64 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NumeroCondominiAssemblea");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn65 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NumeroUnitaImmobiliariAssemblea");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn66 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PartitaIva");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn67 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PersonaId");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn68 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Sesso");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn69 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Sigla");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn70 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Sostitutivo");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn71 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Telefono");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn72 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ExtensionData");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn73 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DisplayName");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn74 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FrequentlyAccessed");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn75 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn76 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsDeleteAllow");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn77 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Stato");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn78 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Version");
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("CondominiAssemblea", 0);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn79 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Value");
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand3 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Contatti", 0);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn80 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CodiceRiferimento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn81 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Descrizione");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn82 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Predefinito");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn83 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SelectColumn");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn84 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TipoContatto");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn85 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Valore");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn86 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ExtensionData");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn87 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DisplayName");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn88 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FrequentlyAccessed");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn89 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn90 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsDeleteAllow");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn91 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Stato");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn92 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Version");
            Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton("clear");
            Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand4 = new Infragistics.Win.UltraWinGrid.UltraGridBand("RichiedentePraticaDTO", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn93 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ExtensionData");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn94 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DisplayNominativo");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn95 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Id");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn96 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdCondominio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn97 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdPersona");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn98 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SiglaRichiedente");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn99 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Tipo");
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand5 = new Infragistics.Win.UltraWinGrid.UltraGridBand("MessaggiInviati", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ExtensionData");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn108 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CodiceAttivita");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn109 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CodicePratica");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn110 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DataInvio");
            Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn112 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Destinatario");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn113 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn114 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdMessaggio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn115 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Indirizzi");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn116 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NumDocumenti");
            Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn117 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Testo");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn118 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Tipo");
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab3 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DettaglioAttivitaUI));
            this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.datiContrattoGroup = new Infragistics.Win.Misc.UltraGroupBox();
            this.panelDatiGenerali = new System.Windows.Forms.Panel();
            this.btnAlert = new Infragistics.Win.Misc.UltraButton();
            this.ulPratica = new Infragistics.Win.Misc.UltraLabel();
            this.priorita = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.lblResponsabile = new Infragistics.Win.Misc.UltraLabel();
            this.lblPratica = new Infragistics.Win.Misc.UltraLabel();
            this.lblPriorita = new Infragistics.Win.Misc.UltraLabel();
            this.txtImportoCompetenze = new Infragistics.Win.UltraWinEditors.UltraCurrencyEditor();
            this.attivitaSource = new System.Windows.Forms.BindingSource(this.components);
            this.ulCondominio = new Infragistics.Win.Misc.UltraLabel();
            this.lblFornitore = new Infragistics.Win.Misc.UltraLabel();
            this.chkFatturata = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.lblCondominio = new Infragistics.Win.Misc.UltraLabel();
            this.sceltaFornitoreCombo1 = new Gipasoft.Stabili.UI.Library.SceltaFornitoreCombo();
            this.lblImportoCompetenze = new Infragistics.Win.Misc.UltraLabel();
            this.oraFinePrevista = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.lblTipoAttivita = new Infragistics.Win.Misc.UltraLabel();
            this.cmbTipoAttivita = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.tipiAttivitaBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.lblSoggettoAttivo = new Infragistics.Win.Misc.UltraLabel();
            this.cmbResponsabile = new Infragistics.Win.UltraWinGrid.UltraCombo();
            this.referenteDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.cmbDataFinePrevista = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.chkAddebitoCompetenze = new System.Windows.Forms.RadioButton();
            this.cmbIncaricato = new Infragistics.Win.UltraWinGrid.UltraCombo();
            this.richiedenteDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.lblDataFinePrevista = new Infragistics.Win.Misc.UltraLabel();
            this.chkContrattuale = new System.Windows.Forms.RadioButton();
            this.alertAbilitato = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.txtNote = new Gipasoft.Stabili.UI.Library.RichControlEditorUC();
            this.ultraTabPageControl4 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ultraTabPageControl3 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.listaMessaggi = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.attivitaDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.modelliLettera = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.modelloLetteraDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.btnInvia = new Infragistics.Win.Misc.UltraButton();
            this.btnLettera = new Infragistics.Win.Misc.UltraButton();
            this.btnTermina = new Infragistics.Win.Misc.UltraButton();
            this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.mainTabControl = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
            this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
            this.reqResponsabile = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.reqTipoAttivita = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.validationSummaryLettera = new Gipasoft.Windows.Forms.CustomValidation.ValidationSummary(this.components);
            this.reqModelliLettera = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.customValidatorSoggettoAttivo = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            this.controlContainer = new Infragistics.Win.Misc.UltraPopupControlContainer(this.components);
            this.panelButtons = new Infragistics.Win.Misc.UltraPanel();
            this.lblPersonaDaContattare = new Infragistics.Win.Misc.UltraLabel();
            this.personaContattare = new Gipasoft.Stabili.UI.Library.SceltaPersonaCombo();
            this.tipoMessaggio = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.validationSummaryInvioMessaggio = new Gipasoft.Windows.Forms.CustomValidation.ValidationSummary(this.components);
            this.reqPriorita = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.backgroundWorkerLoadDocumenti = new System.ComponentModel.BackgroundWorker();
            this.reqTipoMessaggio = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.fornitoreSource = new System.Windows.Forms.BindingSource(this.components);
            this.dataFineValidator = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManagerStandard)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.standardFormStatus)).BeginInit();
            this.MainStandardForm_Fill_Panel.SuspendLayout();
            this.ultraTabPageControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.datiContrattoGroup)).BeginInit();
            this.datiContrattoGroup.SuspendLayout();
            this.panelDatiGenerali.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.priorita)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtImportoCompetenze)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.attivitaSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chkFatturata)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.oraFinePrevista)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbTipoAttivita)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipiAttivitaBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbResponsabile)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.referenteDTOBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbDataFinePrevista)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbIncaricato)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.richiedenteDTOBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.alertAbilitato)).BeginInit();
            this.ultraTabPageControl3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.listaMessaggi)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.attivitaDTOBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.modelliLettera)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.modelloLetteraDTOBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.mainTabControl)).BeginInit();
            this.mainTabControl.SuspendLayout();
            this.panelButtons.ClientArea.SuspendLayout();
            this.panelButtons.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tipoMessaggio)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fornitoreSource)).BeginInit();
            this.SuspendLayout();
            // 
            // ultraToolbarsManagerStandard
            // 
            this.ultraToolbarsManagerStandard.MenuSettings.ForceSerialization = true;
            this.ultraToolbarsManagerStandard.Ribbon.ApplicationMenuButtonImage = global::Gipasoft.Stabili.UI.Pratiche.Resource1.sferanew_trasparente;
            this.ultraToolbarsManagerStandard.Ribbon.Visible = true;
            this.ultraToolbarsManagerStandard.ToolbarSettings.ForceSerialization = true;
            appearance1.Image = global::Gipasoft.Stabili.UI.Pratiche.Resource1.fax;
            buttonTool1.SharedPropsInternal.AppearancesLarge.Appearance = appearance1;
            appearance2.Image = global::Gipasoft.Stabili.UI.Pratiche.Resource1.fax1;
            buttonTool1.SharedPropsInternal.AppearancesSmall.Appearance = appearance2;
            buttonTool1.SharedPropsInternal.Caption = "Rapportino";
            buttonTool1.SharedPropsInternal.Category = "messaggi";
            this.ultraToolbarsManagerStandard.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool1});
            this.ultraToolbarsManagerStandard.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManagerStandardToolClick1);
            // 
            // standardFormStatus
            // 
            this.standardFormStatus.Location = new System.Drawing.Point(0, 781);
            this.standardFormStatus.Size = new System.Drawing.Size(833, 17);
            // 
            // MainStandardForm_Fill_Panel
            // 
            this.MainStandardForm_Fill_Panel.Controls.Add(this.panelButtons);
            this.MainStandardForm_Fill_Panel.Controls.Add(this.mainTabControl);
            this.MainStandardForm_Fill_Panel.Size = new System.Drawing.Size(817, 617);
            // 
            // ultraTabPageControl1
            // 
            this.ultraTabPageControl1.Controls.Add(this.datiContrattoGroup);
            this.ultraTabPageControl1.Location = new System.Drawing.Point(1, 23);
            this.ultraTabPageControl1.Name = "ultraTabPageControl1";
            this.ultraTabPageControl1.Size = new System.Drawing.Size(813, 515);
            // 
            // datiContrattoGroup
            // 
            this.datiContrattoGroup.Controls.Add(this.panelDatiGenerali);
            this.datiContrattoGroup.Controls.Add(this.txtNote);
            this.datiContrattoGroup.Dock = System.Windows.Forms.DockStyle.Fill;
            this.datiContrattoGroup.Location = new System.Drawing.Point(0, 0);
            this.datiContrattoGroup.Name = "datiContrattoGroup";
            this.datiContrattoGroup.Size = new System.Drawing.Size(813, 515);
            this.datiContrattoGroup.TabIndex = 1;
            this.datiContrattoGroup.Text = "Dati generali";
            // 
            // panelDatiGenerali
            // 
            this.panelDatiGenerali.Controls.Add(this.btnAlert);
            this.panelDatiGenerali.Controls.Add(this.ulPratica);
            this.panelDatiGenerali.Controls.Add(this.priorita);
            this.panelDatiGenerali.Controls.Add(this.lblResponsabile);
            this.panelDatiGenerali.Controls.Add(this.lblPratica);
            this.panelDatiGenerali.Controls.Add(this.lblPriorita);
            this.panelDatiGenerali.Controls.Add(this.txtImportoCompetenze);
            this.panelDatiGenerali.Controls.Add(this.ulCondominio);
            this.panelDatiGenerali.Controls.Add(this.lblFornitore);
            this.panelDatiGenerali.Controls.Add(this.chkFatturata);
            this.panelDatiGenerali.Controls.Add(this.lblCondominio);
            this.panelDatiGenerali.Controls.Add(this.sceltaFornitoreCombo1);
            this.panelDatiGenerali.Controls.Add(this.lblImportoCompetenze);
            this.panelDatiGenerali.Controls.Add(this.oraFinePrevista);
            this.panelDatiGenerali.Controls.Add(this.lblTipoAttivita);
            this.panelDatiGenerali.Controls.Add(this.cmbTipoAttivita);
            this.panelDatiGenerali.Controls.Add(this.lblSoggettoAttivo);
            this.panelDatiGenerali.Controls.Add(this.cmbResponsabile);
            this.panelDatiGenerali.Controls.Add(this.cmbDataFinePrevista);
            this.panelDatiGenerali.Controls.Add(this.chkAddebitoCompetenze);
            this.panelDatiGenerali.Controls.Add(this.cmbIncaricato);
            this.panelDatiGenerali.Controls.Add(this.lblDataFinePrevista);
            this.panelDatiGenerali.Controls.Add(this.chkContrattuale);
            this.panelDatiGenerali.Controls.Add(this.alertAbilitato);
            this.panelDatiGenerali.Location = new System.Drawing.Point(5, 19);
            this.panelDatiGenerali.Name = "panelDatiGenerali";
            this.panelDatiGenerali.Size = new System.Drawing.Size(802, 144);
            this.panelDatiGenerali.TabIndex = 3;
            // 
            // btnAlert
            // 
            appearance4.Image = global::Gipasoft.Stabili.UI.Pratiche.Resource1.alarmclock;
            this.btnAlert.Appearance = appearance4;
            this.btnAlert.Location = new System.Drawing.Point(731, 61);
            this.btnAlert.Name = "btnAlert";
            this.btnAlert.Size = new System.Drawing.Size(61, 24);
            this.btnAlert.TabIndex = 1052;
            this.btnAlert.Text = "Alert";
            this.btnAlert.Click += new System.EventHandler(this.btnAlertClick);
            // 
            // ulPratica
            // 
            this.ulPratica.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            appearance5.FontData.BoldAsString = "True";
            this.ulPratica.Appearance = appearance5;
            this.ulPratica.Location = new System.Drawing.Point(84, 32);
            this.ulPratica.Name = "ulPratica";
            this.ulPratica.Size = new System.Drawing.Size(716, 21);
            this.ulPratica.TabIndex = 1043;
            this.ulPratica.Text = "descrizione";
            // 
            // priorita
            // 
            this.priorita.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            this.priorita.DisplayMember = "DisplayName";
            this.priorita.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            appearance6.BackColor = System.Drawing.Color.Green;
            valueListItem1.Appearance = appearance6;
            valueListItem1.DataValue = 1;
            valueListItem1.DisplayText = "Bassa";
            appearance7.BackColor = System.Drawing.Color.Yellow;
            valueListItem2.Appearance = appearance7;
            valueListItem2.DataValue = 2;
            valueListItem2.DisplayText = "Normale";
            appearance8.BackColor = System.Drawing.Color.Red;
            valueListItem3.Appearance = appearance8;
            valueListItem3.DataValue = 3;
            valueListItem3.DisplayText = "Alta";
            this.priorita.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem1,
            valueListItem2,
            valueListItem3});
            this.priorita.Location = new System.Drawing.Point(586, 64);
            this.priorita.Name = "priorita";
            this.priorita.Size = new System.Drawing.Size(120, 21);
            this.priorita.TabIndex = 1051;
            this.priorita.ValueMember = "ID";
            // 
            // lblResponsabile
            // 
            this.lblResponsabile.Location = new System.Drawing.Point(3, 60);
            this.lblResponsabile.Name = "lblResponsabile";
            this.lblResponsabile.Size = new System.Drawing.Size(76, 23);
            this.lblResponsabile.TabIndex = 1040;
            this.lblResponsabile.Text = "Responsabile";
            // 
            // lblPratica
            // 
            this.lblPratica.Location = new System.Drawing.Point(5, 32);
            this.lblPratica.Name = "lblPratica";
            this.lblPratica.Size = new System.Drawing.Size(47, 23);
            this.lblPratica.TabIndex = 1044;
            this.lblPratica.Text = "Pratica";
            // 
            // lblPriorita
            // 
            this.lblPriorita.Location = new System.Drawing.Point(537, 66);
            this.lblPriorita.Name = "lblPriorita";
            this.lblPriorita.Size = new System.Drawing.Size(43, 17);
            this.lblPriorita.TabIndex = 1050;
            this.lblPriorita.Text = "Priorità";
            // 
            // txtImportoCompetenze
            // 
            this.txtImportoCompetenze.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.attivitaSource, "ImportoCompetenze", true));
            this.txtImportoCompetenze.Location = new System.Drawing.Point(354, 115);
            this.txtImportoCompetenze.MaskInput = "{currency:6.2:c}";
            this.txtImportoCompetenze.Name = "txtImportoCompetenze";
            this.txtImportoCompetenze.Size = new System.Drawing.Size(84, 21);
            this.txtImportoCompetenze.TabIndex = 60;
            this.txtImportoCompetenze.AfterEnterEditMode += new System.EventHandler(this.txtImportoCompetenzeAfterEnterEditMode);
            // 
            // attivitaSource
            // 
            this.attivitaSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.AttivitaDTO);
            // 
            // ulCondominio
            // 
            this.ulCondominio.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            appearance9.FontData.BoldAsString = "True";
            this.ulCondominio.Appearance = appearance9;
            this.ulCondominio.Location = new System.Drawing.Point(84, 3);
            this.ulCondominio.Name = "ulCondominio";
            this.ulCondominio.Size = new System.Drawing.Size(502, 23);
            this.ulCondominio.TabIndex = 1042;
            this.ulCondominio.Text = "descrizione";
            // 
            // lblFornitore
            // 
            this.lblFornitore.Location = new System.Drawing.Point(277, 91);
            this.lblFornitore.Name = "lblFornitore";
            this.lblFornitore.Size = new System.Drawing.Size(53, 23);
            this.lblFornitore.TabIndex = 1049;
            this.lblFornitore.Text = "Fornitore";
            // 
            // chkFatturata
            // 
            this.chkFatturata.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.chkFatturata.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.attivitaSource, "Fatturata", true));
            this.chkFatturata.Location = new System.Drawing.Point(685, 118);
            this.chkFatturata.Name = "chkFatturata";
            this.chkFatturata.Size = new System.Drawing.Size(72, 20);
            this.chkFatturata.TabIndex = 85;
            this.chkFatturata.Text = "Fatturata";
            // 
            // lblCondominio
            // 
            this.lblCondominio.Location = new System.Drawing.Point(5, 3);
            this.lblCondominio.Name = "lblCondominio";
            this.lblCondominio.Size = new System.Drawing.Size(74, 23);
            this.lblCondominio.TabIndex = 1041;
            this.lblCondominio.Text = "Condominio";
            // 
            // sceltaFornitoreCombo1
            // 
            this.sceltaFornitoreCombo1.AllowInsert = true;
            this.sceltaFornitoreCombo1.CurrentEditRow = null;
            this.sceltaFornitoreCombo1.IdFornitore = 0;
            this.sceltaFornitoreCombo1.Location = new System.Drawing.Point(354, 91);
            this.sceltaFornitoreCombo1.Margin = new System.Windows.Forms.Padding(0);
            this.sceltaFornitoreCombo1.Name = "sceltaFornitoreCombo1";
            this.sceltaFornitoreCombo1.Size = new System.Drawing.Size(352, 21);
            this.sceltaFornitoreCombo1.TabIndex = 1048;
            // 
            // lblImportoCompetenze
            // 
            this.lblImportoCompetenze.Location = new System.Drawing.Point(277, 119);
            this.lblImportoCompetenze.Name = "lblImportoCompetenze";
            this.lblImportoCompetenze.Size = new System.Drawing.Size(69, 22);
            this.lblImportoCompetenze.TabIndex = 1033;
            this.lblImportoCompetenze.Text = "Competenze";
            // 
            // oraFinePrevista
            // 
            this.oraFinePrevista.DataBindings.Add(new System.Windows.Forms.Binding("DateTime", this.attivitaSource, "DataFinePrevista", true));
            this.oraFinePrevista.DateTime = new System.DateTime(2009, 10, 29, 0, 0, 0, 0);
            this.oraFinePrevista.DropDownButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Never;
            this.oraFinePrevista.Location = new System.Drawing.Point(455, 62);
            this.oraFinePrevista.MaskInput = "{LOC}hh:mm ";
            this.oraFinePrevista.Name = "oraFinePrevista";
            this.oraFinePrevista.Size = new System.Drawing.Size(64, 21);
            this.oraFinePrevista.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.oraFinePrevista.SpinWrap = true;
            this.oraFinePrevista.TabIndex = 30;
            this.oraFinePrevista.Value = new System.DateTime(2009, 10, 29, 0, 0, 0, 0);
            this.oraFinePrevista.AfterEnterEditMode += new System.EventHandler(this.oraFinePrevistaAfterEnterEditMode);
            // 
            // lblTipoAttivita
            // 
            this.lblTipoAttivita.Location = new System.Drawing.Point(5, 118);
            this.lblTipoAttivita.Name = "lblTipoAttivita";
            this.lblTipoAttivita.Size = new System.Drawing.Size(74, 20);
            this.lblTipoAttivita.TabIndex = 17;
            this.lblTipoAttivita.Text = "Tipo attività";
            // 
            // cmbTipoAttivita
            // 
            this.cmbTipoAttivita.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            this.cmbTipoAttivita.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.attivitaSource, "TipoAttivitaRiferimento", true));
            this.cmbTipoAttivita.DataSource = this.tipiAttivitaBindingSource;
            this.cmbTipoAttivita.DisplayMember = "Descrizione";
            this.cmbTipoAttivita.Location = new System.Drawing.Point(84, 114);
            this.cmbTipoAttivita.MaxLength = 255;
            this.cmbTipoAttivita.Name = "cmbTipoAttivita";
            this.cmbTipoAttivita.Size = new System.Drawing.Size(187, 21);
            this.cmbTipoAttivita.TabIndex = 40;
            this.cmbTipoAttivita.ValueMember = "ID";
            // 
            // tipiAttivitaBindingSource
            // 
            this.tipiAttivitaBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.TipoAttivitaDTO);
            // 
            // lblSoggettoAttivo
            // 
            this.lblSoggettoAttivo.Location = new System.Drawing.Point(5, 89);
            this.lblSoggettoAttivo.Name = "lblSoggettoAttivo";
            this.lblSoggettoAttivo.Size = new System.Drawing.Size(74, 23);
            this.lblSoggettoAttivo.TabIndex = 1038;
            this.lblSoggettoAttivo.Text = "Incaricato";
            // 
            // cmbResponsabile
            // 
            this.cmbResponsabile.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.attivitaSource, "IdResponsabileRiferimento", true));
            this.cmbResponsabile.DataSource = this.referenteDTOBindingSource;
            this.cmbResponsabile.DisplayLayout.AutoFitStyle = Infragistics.Win.UltraWinGrid.AutoFitStyle.ExtendLastColumn;
            ultraGridColumn51.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn51.Header.VisiblePosition = 4;
            ultraGridColumn51.Hidden = true;
            ultraGridColumn52.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn52.Header.VisiblePosition = 0;
            ultraGridColumn52.Hidden = true;
            ultraGridColumn53.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn53.Header.VisiblePosition = 2;
            ultraGridColumn53.Hidden = true;
            ultraGridColumn54.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn54.Header.VisiblePosition = 5;
            ultraGridColumn54.Hidden = true;
            ultraGridColumn55.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn55.Header.VisiblePosition = 3;
            ultraGridColumn55.Hidden = true;
            ultraGridColumn56.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn56.Header.VisiblePosition = 27;
            ultraGridColumn57.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn57.Header.VisiblePosition = 28;
            ultraGridColumn58.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn58.Header.VisiblePosition = 6;
            ultraGridColumn58.Hidden = true;
            ultraGridColumn59.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn59.Header.VisiblePosition = 8;
            ultraGridColumn59.Hidden = true;
            ultraGridColumn2.Header.Caption = "Nominativo";
            ultraGridColumn2.Header.VisiblePosition = 9;
            ultraGridColumn60.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn60.Header.VisiblePosition = 10;
            ultraGridColumn60.Hidden = true;
            ultraGridColumn61.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn61.Header.VisiblePosition = 11;
            ultraGridColumn61.Hidden = true;
            ultraGridColumn62.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn62.Header.VisiblePosition = 12;
            ultraGridColumn62.Hidden = true;
            ultraGridColumn63.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn63.Header.VisiblePosition = 13;
            ultraGridColumn63.Hidden = true;
            ultraGridColumn64.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn64.Header.VisiblePosition = 14;
            ultraGridColumn64.Hidden = true;
            ultraGridColumn65.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn65.Header.VisiblePosition = 15;
            ultraGridColumn65.Hidden = true;
            ultraGridColumn66.Header.VisiblePosition = 16;
            ultraGridColumn67.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn67.Header.VisiblePosition = 18;
            ultraGridColumn67.Hidden = true;
            ultraGridColumn68.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn68.Header.VisiblePosition = 19;
            ultraGridColumn68.Hidden = true;
            ultraGridColumn69.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn69.Header.VisiblePosition = 20;
            ultraGridColumn70.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn70.Header.VisiblePosition = 22;
            ultraGridColumn70.Hidden = true;
            ultraGridColumn71.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn71.Header.VisiblePosition = 17;
            ultraGridColumn71.Hidden = true;
            ultraGridColumn72.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn72.Header.VisiblePosition = 1;
            ultraGridColumn72.Hidden = true;
            ultraGridColumn73.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn73.Header.VisiblePosition = 7;
            ultraGridColumn73.Hidden = true;
            ultraGridColumn74.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn74.Header.VisiblePosition = 23;
            ultraGridColumn74.Hidden = true;
            ultraGridColumn75.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn75.Header.VisiblePosition = 21;
            ultraGridColumn75.Hidden = true;
            ultraGridColumn76.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn76.Header.VisiblePosition = 24;
            ultraGridColumn76.Hidden = true;
            ultraGridColumn77.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn77.Header.VisiblePosition = 25;
            ultraGridColumn77.Hidden = true;
            ultraGridColumn78.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn78.Header.VisiblePosition = 26;
            ultraGridColumn78.Hidden = true;
            ultraGridBand1.Columns.AddRange(new object[] {
            ultraGridColumn51,
            ultraGridColumn52,
            ultraGridColumn53,
            ultraGridColumn54,
            ultraGridColumn55,
            ultraGridColumn56,
            ultraGridColumn57,
            ultraGridColumn58,
            ultraGridColumn59,
            ultraGridColumn2,
            ultraGridColumn60,
            ultraGridColumn61,
            ultraGridColumn62,
            ultraGridColumn63,
            ultraGridColumn64,
            ultraGridColumn65,
            ultraGridColumn66,
            ultraGridColumn67,
            ultraGridColumn68,
            ultraGridColumn69,
            ultraGridColumn70,
            ultraGridColumn71,
            ultraGridColumn72,
            ultraGridColumn73,
            ultraGridColumn74,
            ultraGridColumn75,
            ultraGridColumn76,
            ultraGridColumn77,
            ultraGridColumn78});
            ultraGridColumn79.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn79.Header.VisiblePosition = 0;
            ultraGridBand2.Columns.AddRange(new object[] {
            ultraGridColumn79});
            ultraGridColumn80.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn80.Header.VisiblePosition = 0;
            ultraGridColumn81.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn81.Header.VisiblePosition = 1;
            ultraGridColumn82.Header.VisiblePosition = 2;
            ultraGridColumn83.Header.VisiblePosition = 4;
            ultraGridColumn84.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn84.Header.VisiblePosition = 3;
            ultraGridColumn85.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn85.Header.VisiblePosition = 5;
            ultraGridColumn86.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn86.Header.VisiblePosition = 6;
            ultraGridColumn87.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn87.Header.VisiblePosition = 7;
            ultraGridColumn88.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn88.Header.VisiblePosition = 8;
            ultraGridColumn89.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn89.Header.VisiblePosition = 9;
            ultraGridColumn90.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn90.Header.VisiblePosition = 10;
            ultraGridColumn91.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn91.Header.VisiblePosition = 11;
            ultraGridColumn92.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn92.Header.VisiblePosition = 12;
            ultraGridBand3.Columns.AddRange(new object[] {
            ultraGridColumn80,
            ultraGridColumn81,
            ultraGridColumn82,
            ultraGridColumn83,
            ultraGridColumn84,
            ultraGridColumn85,
            ultraGridColumn86,
            ultraGridColumn87,
            ultraGridColumn88,
            ultraGridColumn89,
            ultraGridColumn90,
            ultraGridColumn91,
            ultraGridColumn92});
            this.cmbResponsabile.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
            this.cmbResponsabile.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
            this.cmbResponsabile.DisplayLayout.BandsSerializer.Add(ultraGridBand3);
            this.cmbResponsabile.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
            this.cmbResponsabile.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
            this.cmbResponsabile.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
            this.cmbResponsabile.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
            this.cmbResponsabile.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
            this.cmbResponsabile.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
            this.cmbResponsabile.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
            this.cmbResponsabile.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
            this.cmbResponsabile.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
            this.cmbResponsabile.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
            this.cmbResponsabile.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
            this.cmbResponsabile.DisplayLayout.ViewStyle = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
            this.cmbResponsabile.DisplayMember = "DisplayNameCompleto";
            this.cmbResponsabile.DropDownStyle = Infragistics.Win.UltraWinGrid.UltraComboStyle.DropDownList;
            this.cmbResponsabile.Location = new System.Drawing.Point(84, 60);
            this.cmbResponsabile.Name = "cmbResponsabile";
            this.cmbResponsabile.Size = new System.Drawing.Size(187, 22);
            this.cmbResponsabile.TabIndex = 10;
            this.cmbResponsabile.ValueMember = "ID";
            // 
            // referenteDTOBindingSource
            // 
            this.referenteDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.ReferenteDTO);
            // 
            // cmbDataFinePrevista
            // 
            this.cmbDataFinePrevista.DataBindings.Add(new System.Windows.Forms.Binding("DateTime", this.attivitaSource, "DataFinePrevista", true));
            this.cmbDataFinePrevista.DateTime = new System.DateTime(1753, 1, 1, 0, 0, 0, 0);
            this.cmbDataFinePrevista.Location = new System.Drawing.Point(354, 62);
            this.cmbDataFinePrevista.Name = "cmbDataFinePrevista";
            this.cmbDataFinePrevista.Size = new System.Drawing.Size(95, 21);
            this.cmbDataFinePrevista.TabIndex = 20;
            this.cmbDataFinePrevista.Value = null;
            // 
            // chkAddebitoCompetenze
            // 
            this.chkAddebitoCompetenze.AutoSize = true;
            this.chkAddebitoCompetenze.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.attivitaSource, "AddebitoCompetenze", true));
            this.chkAddebitoCompetenze.Location = new System.Drawing.Point(550, 118);
            this.chkAddebitoCompetenze.Name = "chkAddebitoCompetenze";
            this.chkAddebitoCompetenze.Size = new System.Drawing.Size(129, 17);
            this.chkAddebitoCompetenze.TabIndex = 80;
            this.chkAddebitoCompetenze.TabStop = true;
            this.chkAddebitoCompetenze.Tag = "1";
            this.chkAddebitoCompetenze.Text = "Addebito Competenze";
            this.chkAddebitoCompetenze.UseVisualStyleBackColor = true;
            this.chkAddebitoCompetenze.CheckedChanged += new System.EventHandler(this.chkAddebitoCompetenzeCheckedChanged);
            // 
            // cmbIncaricato
            // 
            appearance10.Image = global::Gipasoft.Stabili.UI.Pratiche.Resource1.clear;
            editorButton1.Appearance = appearance10;
            editorButton1.Key = "clear";
            this.cmbIncaricato.ButtonsRight.Add(editorButton1);
            this.cmbIncaricato.DataSource = this.richiedenteDTOBindingSource;
            this.cmbIncaricato.DisplayLayout.AutoFitStyle = Infragistics.Win.UltraWinGrid.AutoFitStyle.ExtendLastColumn;
            ultraGridColumn93.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn93.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn93.Header.VisiblePosition = 0;
            ultraGridColumn93.Hidden = true;
            ultraGridColumn94.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn94.Header.Caption = "Nominativo";
            ultraGridColumn94.Header.VisiblePosition = 4;
            ultraGridColumn94.Width = 120;
            ultraGridColumn95.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn95.Header.VisiblePosition = 5;
            ultraGridColumn95.Hidden = true;
            ultraGridColumn96.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn96.Header.VisiblePosition = 1;
            ultraGridColumn96.Hidden = true;
            ultraGridColumn97.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn97.Header.VisiblePosition = 2;
            ultraGridColumn97.Hidden = true;
            ultraGridColumn98.Header.VisiblePosition = 6;
            ultraGridColumn98.Hidden = true;
            ultraGridColumn99.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn99.Header.VisiblePosition = 3;
            ultraGridColumn99.Width = 60;
            ultraGridBand4.Columns.AddRange(new object[] {
            ultraGridColumn93,
            ultraGridColumn94,
            ultraGridColumn95,
            ultraGridColumn96,
            ultraGridColumn97,
            ultraGridColumn98,
            ultraGridColumn99});
            this.cmbIncaricato.DisplayLayout.BandsSerializer.Add(ultraGridBand4);
            this.cmbIncaricato.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
            this.cmbIncaricato.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
            this.cmbIncaricato.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
            this.cmbIncaricato.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
            this.cmbIncaricato.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
            this.cmbIncaricato.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
            this.cmbIncaricato.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
            this.cmbIncaricato.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
            this.cmbIncaricato.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
            this.cmbIncaricato.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
            this.cmbIncaricato.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
            this.cmbIncaricato.DisplayLayout.ViewStyle = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
            this.cmbIncaricato.DisplayMember = "DisplayNominativo";
            this.cmbIncaricato.DropDownStyle = Infragistics.Win.UltraWinGrid.UltraComboStyle.DropDownList;
            this.cmbIncaricato.Location = new System.Drawing.Point(84, 88);
            this.cmbIncaricato.Name = "cmbIncaricato";
            this.cmbIncaricato.Size = new System.Drawing.Size(187, 22);
            this.cmbIncaricato.TabIndex = 50;
            this.cmbIncaricato.ValueMember = "Id";
            this.cmbIncaricato.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.cmbIncaricatoEditorButtonClick);
            // 
            // richiedenteDTOBindingSource
            // 
            this.richiedenteDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.RichiedentePraticaDTO);
            // 
            // lblDataFinePrevista
            // 
            this.lblDataFinePrevista.Location = new System.Drawing.Point(277, 62);
            this.lblDataFinePrevista.Name = "lblDataFinePrevista";
            this.lblDataFinePrevista.Size = new System.Drawing.Size(74, 23);
            this.lblDataFinePrevista.TabIndex = 1047;
            this.lblDataFinePrevista.Text = "Fine prevista";
            // 
            // chkContrattuale
            // 
            this.chkContrattuale.AutoSize = true;
            this.chkContrattuale.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.attivitaSource, "Contrattuale", true));
            this.chkContrattuale.Location = new System.Drawing.Point(462, 118);
            this.chkContrattuale.Name = "chkContrattuale";
            this.chkContrattuale.Size = new System.Drawing.Size(82, 17);
            this.chkContrattuale.TabIndex = 70;
            this.chkContrattuale.TabStop = true;
            this.chkContrattuale.Tag = "0";
            this.chkContrattuale.Text = "Contrattuale";
            this.chkContrattuale.UseVisualStyleBackColor = true;
            this.chkContrattuale.CheckedChanged += new System.EventHandler(this.chkContrattualeCheckedChanged);
            // 
            // alertAbilitato
            // 
            this.alertAbilitato.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.attivitaSource, "AlertScadenzaAbilitato", true));
            this.alertAbilitato.Location = new System.Drawing.Point(715, 63);
            this.alertAbilitato.Name = "alertAbilitato";
            this.alertAbilitato.Size = new System.Drawing.Size(84, 20);
            this.alertAbilitato.TabIndex = 1053;
            // 
            // txtNote
            // 
            this.txtNote.Allegati = null;
            this.txtNote.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.txtNote.IdCondominio = null;
            this.txtNote.Location = new System.Drawing.Point(5, 169);
            this.txtNote.Name = "txtNote";
            this.txtNote.ReadOnly = true;
            this.txtNote.Size = new System.Drawing.Size(801, 340);
            this.txtNote.TabIndex = 0;
            // 
            // ultraTabPageControl4
            // 
            this.ultraTabPageControl4.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl4.Name = "ultraTabPageControl4";
            this.ultraTabPageControl4.Size = new System.Drawing.Size(813, 515);
            // 
            // ultraTabPageControl3
            // 
            this.ultraTabPageControl3.Controls.Add(this.listaMessaggi);
            this.ultraTabPageControl3.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl3.Name = "ultraTabPageControl3";
            this.ultraTabPageControl3.Size = new System.Drawing.Size(813, 515);
            // 
            // listaMessaggi
            // 
            this.listaMessaggi.DataMember = "MessaggiInviati";
            this.listaMessaggi.DataSource = this.attivitaDTOBindingSource;
            ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn1.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn1.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn1.Header.VisiblePosition = 6;
            ultraGridColumn1.Hidden = true;
            ultraGridColumn108.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn108.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn108.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn108.Header.VisiblePosition = 2;
            ultraGridColumn108.Hidden = true;
            ultraGridColumn109.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn109.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn109.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn109.Header.VisiblePosition = 1;
            ultraGridColumn109.Hidden = true;
            ultraGridColumn110.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            appearance11.TextHAlignAsString = "Right";
            ultraGridColumn110.CellAppearance = appearance11;
            ultraGridColumn110.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.FormattedText;
            ultraGridColumn110.Header.Caption = "Data";
            ultraGridColumn110.Header.VisiblePosition = 4;
            ultraGridColumn110.Width = 70;
            ultraGridColumn112.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn112.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn112.Header.VisiblePosition = 7;
            ultraGridColumn112.Width = 200;
            ultraGridColumn113.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn113.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn113.ColumnChooserCaption = "Identificativo";
            ultraGridColumn113.Header.Caption = "Id";
            ultraGridColumn113.Header.VisiblePosition = 0;
            ultraGridColumn113.Hidden = true;
            ultraGridColumn114.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn114.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn114.Header.VisiblePosition = 5;
            ultraGridColumn114.Hidden = true;
            ultraGridColumn115.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn115.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn115.Header.VisiblePosition = 8;
            ultraGridColumn115.Width = 250;
            ultraGridColumn116.ButtonDisplayStyle = Infragistics.Win.UltraWinGrid.ButtonDisplayStyle.Always;
            appearance12.TextHAlignAsString = "Right";
            ultraGridColumn116.CellAppearance = appearance12;
            appearance13.FontData.BoldAsString = "True";
            appearance13.TextHAlignAsString = "Left";
            ultraGridColumn116.CellButtonAppearance = appearance13;
            ultraGridColumn116.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.FormattedText;
            ultraGridColumn116.Format = "Doc: 0";
            ultraGridColumn116.Header.Caption = "Doc";
            ultraGridColumn116.Header.VisiblePosition = 9;
            ultraGridColumn116.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Button;
            ultraGridColumn116.Width = 40;
            ultraGridColumn117.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn117.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn117.Header.VisiblePosition = 10;
            ultraGridColumn117.Hidden = true;
            ultraGridColumn118.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn118.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn118.Header.VisiblePosition = 3;
            ultraGridColumn118.Width = 150;
            ultraGridBand5.Columns.AddRange(new object[] {
            ultraGridColumn1,
            ultraGridColumn108,
            ultraGridColumn109,
            ultraGridColumn110,
            ultraGridColumn112,
            ultraGridColumn113,
            ultraGridColumn114,
            ultraGridColumn115,
            ultraGridColumn116,
            ultraGridColumn117,
            ultraGridColumn118});
            ultraGridBand5.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
            this.listaMessaggi.DisplayLayout.BandsSerializer.Add(ultraGridBand5);
            this.listaMessaggi.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
            this.listaMessaggi.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
            this.listaMessaggi.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
            this.listaMessaggi.DisplayLayout.Override.RowSelectorHeaderStyle = Infragistics.Win.UltraWinGrid.RowSelectorHeaderStyle.ColumnChooserButton;
            this.listaMessaggi.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
            this.listaMessaggi.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listaMessaggi.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.listaMessaggi.Location = new System.Drawing.Point(0, 0);
            this.listaMessaggi.Name = "listaMessaggi";
            this.listaMessaggi.Size = new System.Drawing.Size(813, 515);
            this.listaMessaggi.TabIndex = 1;
            this.listaMessaggi.Text = "ultraGrid1";
            this.listaMessaggi.ClickCellButton += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.listaMessaggiClickCellButton);
            this.listaMessaggi.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.listaMessaggiDoubleClickRow);
            // 
            // attivitaDTOBindingSource
            // 
            this.attivitaDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.AttivitaDTO);
            // 
            // modelliLettera
            // 
            this.modelliLettera.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.modelliLettera.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            this.modelliLettera.DataSource = this.modelloLetteraDTOBindingSource;
            this.modelliLettera.DisplayMember = "Descrizione";
            this.modelliLettera.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.modelliLettera.Location = new System.Drawing.Point(504, 39);
            this.modelliLettera.Name = "modelliLettera";
            this.modelliLettera.Size = new System.Drawing.Size(303, 21);
            this.modelliLettera.TabIndex = 126;
            this.modelliLettera.ValueMember = "Id";
            // 
            // modelloLetteraDTOBindingSource
            // 
            this.modelloLetteraDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.ModelloLetteraDTO);
            // 
            // btnInvia
            // 
            this.btnInvia.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnInvia.Location = new System.Drawing.Point(140, 38);
            this.btnInvia.Name = "btnInvia";
            this.btnInvia.Size = new System.Drawing.Size(99, 23);
            this.btnInvia.TabIndex = 125;
            this.btnInvia.Text = "Invia Messaggio";
            this.btnInvia.Click += new System.EventHandler(this.btnInviaClick);
            // 
            // btnLettera
            // 
            this.btnLettera.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnLettera.Location = new System.Drawing.Point(423, 38);
            this.btnLettera.Name = "btnLettera";
            this.btnLettera.Size = new System.Drawing.Size(75, 23);
            this.btnLettera.TabIndex = 124;
            this.btnLettera.Text = "Lettera";
            this.btnLettera.Click += new System.EventHandler(this.btnLetteraClick);
            // 
            // btnTermina
            // 
            this.btnTermina.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            appearance3.Image = global::Gipasoft.Stabili.UI.Pratiche.Resource1.stop_small;
            appearance3.ImageHAlign = Infragistics.Win.HAlign.Right;
            appearance3.ImageVAlign = Infragistics.Win.VAlign.Middle;
            this.btnTermina.Appearance = appearance3;
            this.btnTermina.Location = new System.Drawing.Point(3, 38);
            this.btnTermina.Name = "btnTermina";
            this.btnTermina.Size = new System.Drawing.Size(131, 23);
            this.btnTermina.TabIndex = 120;
            this.btnTermina.Text = "Termina attività";
            this.btnTermina.Click += new System.EventHandler(this.btnTerminaClick);
            // 
            // ultraTabPageControl2
            // 
            this.ultraTabPageControl2.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl2.Name = "ultraTabPageControl2";
            this.ultraTabPageControl2.Size = new System.Drawing.Size(751, 271);
            // 
            // mainTabControl
            // 
            this.mainTabControl.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.mainTabControl.Controls.Add(this.ultraTabSharedControlsPage1);
            this.mainTabControl.Controls.Add(this.ultraTabPageControl1);
            this.mainTabControl.Controls.Add(this.ultraTabPageControl3);
            this.mainTabControl.Controls.Add(this.ultraTabPageControl4);
            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(817, 541);
            this.mainTabControl.TabIndex = 1;
            ultraTab1.Key = "datiGenerali";
            ultraTab1.TabPage = this.ultraTabPageControl1;
            ultraTab1.Text = "Dati attività";
            ultraTab2.Key = "documenti";
            ultraTab2.TabPage = this.ultraTabPageControl4;
            ultraTab2.Text = "Documenti";
            ultraTab3.Key = "messaggi";
            ultraTab3.TabPage = this.ultraTabPageControl3;
            ultraTab3.Text = "Messaggi";
            this.mainTabControl.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(813, 515);
            // 
            // reqResponsabile
            // 
            this.reqResponsabile.ControlToValidate = this.cmbResponsabile;
            this.reqResponsabile.ErrorMessage = "Scegliere un responsabile";
            this.reqResponsabile.Icon = ((System.Drawing.Icon)(resources.GetObject("reqResponsabile.Icon")));
            // 
            // reqTipoAttivita
            // 
            this.reqTipoAttivita.ControlToValidate = this.cmbTipoAttivita;
            this.reqTipoAttivita.ErrorMessage = "Inserire un tipo di attivita";
            this.reqTipoAttivita.Icon = ((System.Drawing.Icon)(resources.GetObject("reqTipoAttivita.Icon")));
            // 
            // reqModelliLettera
            // 
            this.reqModelliLettera.ControlToValidate = this.modelliLettera;
            this.reqModelliLettera.ErrorMessage = "Scegliere un modello di lettera";
            this.reqModelliLettera.Icon = ((System.Drawing.Icon)(resources.GetObject("reqModelliLettera.Icon")));
            // 
            // customValidatorSoggettoAttivo
            // 
            this.customValidatorSoggettoAttivo.ControlToValidate = this.cmbIncaricato;
            this.customValidatorSoggettoAttivo.Icon = ((System.Drawing.Icon)(resources.GetObject("customValidatorSoggettoAttivo.Icon")));
            this.customValidatorSoggettoAttivo.Validating += new Gipasoft.Windows.Forms.CustomValidation.CustomValidator.ValidatingEventHandler(this.customValidatorIncaricatoValidating);
            // 
            // panelButtons
            // 
            this.panelButtons.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            // 
            // panelButtons.ClientArea
            // 
            this.panelButtons.ClientArea.Controls.Add(this.lblPersonaDaContattare);
            this.panelButtons.ClientArea.Controls.Add(this.personaContattare);
            this.panelButtons.ClientArea.Controls.Add(this.tipoMessaggio);
            this.panelButtons.ClientArea.Controls.Add(this.btnTermina);
            this.panelButtons.ClientArea.Controls.Add(this.modelliLettera);
            this.panelButtons.ClientArea.Controls.Add(this.btnLettera);
            this.panelButtons.ClientArea.Controls.Add(this.btnInvia);
            this.panelButtons.Location = new System.Drawing.Point(3, 547);
            this.panelButtons.Name = "panelButtons";
            this.panelButtons.Size = new System.Drawing.Size(810, 64);
            this.panelButtons.TabIndex = 2;
            // 
            // lblPersonaDaContattare
            // 
            this.lblPersonaDaContattare.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.lblPersonaDaContattare.Location = new System.Drawing.Point(383, 13);
            this.lblPersonaDaContattare.Name = "lblPersonaDaContattare";
            this.lblPersonaDaContattare.Size = new System.Drawing.Size(118, 19);
            this.lblPersonaDaContattare.TabIndex = 1049;
            this.lblPersonaDaContattare.Text = "Persona da contattare";
            // 
            // personaContattare
            // 
            this.personaContattare.AllowInsert = true;
            this.personaContattare.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.personaContattare.CurrentEditRow = null;
            this.personaContattare.IdPersona = 0;
            this.personaContattare.Location = new System.Drawing.Point(504, 11);
            this.personaContattare.Margin = new System.Windows.Forms.Padding(0);
            this.personaContattare.Name = "personaContattare";
            this.personaContattare.SelectedPersona = null;
            this.personaContattare.Size = new System.Drawing.Size(303, 21);
            this.personaContattare.TabIndex = 1048;
            // 
            // tipoMessaggio
            // 
            this.tipoMessaggio.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.tipoMessaggio.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.tipoMessaggio.Location = new System.Drawing.Point(245, 40);
            this.tipoMessaggio.Name = "tipoMessaggio";
            this.tipoMessaggio.Size = new System.Drawing.Size(104, 21);
            this.tipoMessaggio.TabIndex = 127;
            // 
            // reqPriorita
            // 
            this.reqPriorita.ControlToValidate = this.priorita;
            this.reqPriorita.ErrorMessage = "Scegliere una priorità";
            this.reqPriorita.Icon = ((System.Drawing.Icon)(resources.GetObject("reqPriorita.Icon")));
            // 
            // backgroundWorkerLoadDocumenti
            // 
            this.backgroundWorkerLoadDocumenti.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorkerLoadDocumentiDoWork);
            this.backgroundWorkerLoadDocumenti.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorkerLoadDocumentiRunWorkerCompleted);
            // 
            // reqTipoMessaggio
            // 
            this.reqTipoMessaggio.ControlToValidate = this.tipoMessaggio;
            this.reqTipoMessaggio.ErrorMessage = "Scegliere un tipo di messaggio";
            this.reqTipoMessaggio.Icon = ((System.Drawing.Icon)(resources.GetObject("reqTipoMessaggio.Icon")));
            // 
            // fornitoreSource
            // 
            this.fornitoreSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.FornitoreListaDTO);
            // 
            // dataFineValidator
            // 
            this.dataFineValidator.ControlToValidate = this.cmbDataFinePrevista;
            this.dataFineValidator.Icon = ((System.Drawing.Icon)(resources.GetObject("dataFineValidator.Icon")));
            this.dataFineValidator.Validating += new Gipasoft.Windows.Forms.CustomValidation.CustomValidator.ValidatingEventHandler(this.dataFineValidator_Validating);
            // 
            // DettaglioAttivitaUI
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.ClientSize = new System.Drawing.Size(833, 798);
            this.Name = "DettaglioAttivitaUI";
            this.Text = "Dettaglio Attività";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.dettaglioAttivitaUIFormClosing);
            this.Load += new System.EventHandler(this.dettaglioAttivitaUILoad);
            ((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.datiContrattoGroup)).EndInit();
            this.datiContrattoGroup.ResumeLayout(false);
            this.panelDatiGenerali.ResumeLayout(false);
            this.panelDatiGenerali.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.priorita)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtImportoCompetenze)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.attivitaSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chkFatturata)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.oraFinePrevista)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbTipoAttivita)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipiAttivitaBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbResponsabile)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.referenteDTOBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbDataFinePrevista)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbIncaricato)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.richiedenteDTOBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.alertAbilitato)).EndInit();
            this.ultraTabPageControl3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.listaMessaggi)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.attivitaDTOBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.modelliLettera)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.modelloLetteraDTOBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.mainTabControl)).EndInit();
            this.mainTabControl.ResumeLayout(false);
            this.panelButtons.ClientArea.ResumeLayout(false);
            this.panelButtons.ClientArea.PerformLayout();
            this.panelButtons.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.tipoMessaggio)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fornitoreSource)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Esempio n. 17
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     this.ultraGroupBox1       = new Infragistics.Win.Misc.UltraGroupBox();
     this.listView1            = new System.Windows.Forms.ListView();
     this.ultraButton3         = new Infragistics.Win.Misc.UltraButton();
     this.ultraButton1         = new Infragistics.Win.Misc.UltraButton();
     this.ultraTextEditor2     = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel2          = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel1          = new Infragistics.Win.Misc.UltraLabel();
     this.ultraGroupBox2       = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraButton2         = new Infragistics.Win.Misc.UltraButton();
     this.ultraTextEditor3     = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraTextEditor4     = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel3          = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel4          = new Infragistics.Win.Misc.UltraLabel();
     this.openFileDialog1      = new System.Windows.Forms.OpenFileDialog();
     this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
     this.ultraGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor4)).BeginInit();
     this.SuspendLayout();
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Controls.Add(this.listView1);
     this.ultraGroupBox1.Controls.Add(this.ultraButton3);
     this.ultraGroupBox1.Controls.Add(this.ultraButton1);
     this.ultraGroupBox1.Controls.Add(this.ultraTextEditor2);
     this.ultraGroupBox1.Controls.Add(this.ultraLabel2);
     this.ultraGroupBox1.Controls.Add(this.ultraLabel1);
     this.ultraGroupBox1.Location = new System.Drawing.Point(26, 19);
     this.ultraGroupBox1.Name     = "ultraGroupBox1";
     this.ultraGroupBox1.Size     = new System.Drawing.Size(299, 337);
     this.ultraGroupBox1.TabIndex = 0;
     this.ultraGroupBox1.Text     = "上传";
     //
     // listView1
     //
     this.listView1.Location = new System.Drawing.Point(100, 63);
     this.listView1.Name     = "listView1";
     this.listView1.Size     = new System.Drawing.Size(179, 165);
     this.listView1.TabIndex = 7;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.List;
     //
     // ultraButton3
     //
     this.ultraButton3.Location = new System.Drawing.Point(65, 63);
     this.ultraButton3.Name     = "ultraButton3";
     this.ultraButton3.Size     = new System.Drawing.Size(20, 23);
     this.ultraButton3.TabIndex = 5;
     this.ultraButton3.Text     = "+";
     this.ultraButton3.Click   += new System.EventHandler(this.ultraButton3_Click);
     //
     // ultraButton1
     //
     this.ultraButton1.Location = new System.Drawing.Point(100, 297);
     this.ultraButton1.Name     = "ultraButton1";
     this.ultraButton1.Size     = new System.Drawing.Size(75, 23);
     this.ultraButton1.TabIndex = 4;
     this.ultraButton1.Text     = "上传";
     this.ultraButton1.Click   += new System.EventHandler(this.ultraButton1_Click);
     //
     // ultraTextEditor2
     //
     this.ultraTextEditor2.Location = new System.Drawing.Point(100, 26);
     this.ultraTextEditor2.Name     = "ultraTextEditor2";
     this.ultraTextEditor2.Size     = new System.Drawing.Size(179, 21);
     this.ultraTextEditor2.TabIndex = 3;
     //
     // ultraLabel2
     //
     appearance6.TextHAlignAsString = "Center";
     appearance6.TextVAlignAsString = "Middle";
     this.ultraLabel2.Appearance    = appearance6;
     this.ultraLabel2.Location      = new System.Drawing.Point(6, 25);
     this.ultraLabel2.Name          = "ultraLabel2";
     this.ultraLabel2.Size          = new System.Drawing.Size(88, 23);
     this.ultraLabel2.TabIndex      = 2;
     this.ultraLabel2.Text          = "远程存储目录";
     //
     // ultraLabel1
     //
     appearance7.TextHAlignAsString = "Center";
     appearance7.TextVAlignAsString = "Middle";
     this.ultraLabel1.Appearance    = appearance7;
     this.ultraLabel1.Location      = new System.Drawing.Point(0, 63);
     this.ultraLabel1.Name          = "ultraLabel1";
     this.ultraLabel1.Size          = new System.Drawing.Size(77, 23);
     this.ultraLabel1.TabIndex      = 1;
     this.ultraLabel1.Text          = "选择文件";
     //
     // ultraGroupBox2
     //
     this.ultraGroupBox2.Controls.Add(this.ultraButton2);
     this.ultraGroupBox2.Controls.Add(this.ultraTextEditor3);
     this.ultraGroupBox2.Controls.Add(this.ultraTextEditor4);
     this.ultraGroupBox2.Controls.Add(this.ultraLabel3);
     this.ultraGroupBox2.Controls.Add(this.ultraLabel4);
     this.ultraGroupBox2.Location = new System.Drawing.Point(331, 19);
     this.ultraGroupBox2.Name     = "ultraGroupBox2";
     this.ultraGroupBox2.Size     = new System.Drawing.Size(302, 337);
     this.ultraGroupBox2.TabIndex = 1;
     this.ultraGroupBox2.Text     = "下载";
     //
     // ultraButton2
     //
     this.ultraButton2.Location = new System.Drawing.Point(126, 297);
     this.ultraButton2.Name     = "ultraButton2";
     this.ultraButton2.Size     = new System.Drawing.Size(75, 23);
     this.ultraButton2.TabIndex = 9;
     this.ultraButton2.Text     = "下载";
     this.ultraButton2.Click   += new System.EventHandler(this.ultraButton2_Click);
     //
     // ultraTextEditor3
     //
     this.ultraTextEditor3.Location = new System.Drawing.Point(100, 27);
     this.ultraTextEditor3.Name     = "ultraTextEditor3";
     this.ultraTextEditor3.Size     = new System.Drawing.Size(169, 21);
     this.ultraTextEditor3.TabIndex = 8;
     //
     // ultraTextEditor4
     //
     editorButton1.Text = "...";
     this.ultraTextEditor4.ButtonsRight.Add(editorButton1);
     this.ultraTextEditor4.Location           = new System.Drawing.Point(100, 61);
     this.ultraTextEditor4.Name               = "ultraTextEditor4";
     this.ultraTextEditor4.Size               = new System.Drawing.Size(169, 21);
     this.ultraTextEditor4.TabIndex           = 5;
     this.ultraTextEditor4.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.ultraTextEditor4_EditorButtonClick);
     //
     // ultraLabel3
     //
     appearance1.TextHAlignAsString = "Center";
     appearance1.TextVAlignAsString = "Middle";
     this.ultraLabel3.Appearance    = appearance1;
     this.ultraLabel3.Location      = new System.Drawing.Point(17, 63);
     this.ultraLabel3.Name          = "ultraLabel3";
     this.ultraLabel3.Size          = new System.Drawing.Size(77, 23);
     this.ultraLabel3.TabIndex      = 7;
     this.ultraLabel3.Text          = "存储目录";
     //
     // ultraLabel4
     //
     appearance2.TextHAlignAsString = "Center";
     appearance2.TextVAlignAsString = "Middle";
     this.ultraLabel4.Appearance    = appearance2;
     this.ultraLabel4.Location      = new System.Drawing.Point(17, 25);
     this.ultraLabel4.Name          = "ultraLabel4";
     this.ultraLabel4.Size          = new System.Drawing.Size(77, 23);
     this.ultraLabel4.TabIndex      = 6;
     this.ultraLabel4.Text          = "远程文件";
     //
     // openFileDialog1
     //
     this.openFileDialog1.FileName    = "openFileDialog1";
     this.openFileDialog1.Multiselect = true;
     //
     // FormFile
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(666, 392);
     this.Controls.Add(this.ultraGroupBox2);
     this.Controls.Add(this.ultraGroupBox1);
     this.Name  = "FormFile";
     this.Text  = "FormFile";
     this.Load += new System.EventHandler(this.FormFile_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     this.ultraGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
     this.ultraGroupBox2.ResumeLayout(false);
     this.ultraGroupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor4)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 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();
     System.ComponentModel.ComponentResourceManager resources     = new System.ComponentModel.ComponentResourceManager(typeof(WorkProBoxWeigh));
     Infragistics.Win.UltraWinEditors.EditorButton  editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
     Infragistics.Win.UltraWinEditors.EditorButton  editorButton2 = new Infragistics.Win.UltraWinEditors.EditorButton();
     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("Band 0", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AutoID");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("cBoxNumber");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("iQuantity");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("cCusCode");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("cCusName");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("cMemo");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("cOperator");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("dAddTime");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("cCode");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("iPrintCount");
     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();
     this.ribbon          = new DevExpress.XtraBars.Ribbon.RibbonControl();
     this.ImgCollection16 = new DevExpress.Utils.ImageCollection(this.components);
     this.biSave          = new DevExpress.XtraBars.BarButtonItem();
     this.biAddNew        = new DevExpress.XtraBars.BarButtonItem();
     this.biExit          = new DevExpress.XtraBars.BarButtonItem();
     this.ImgCollection32 = new DevExpress.Utils.ImageCollection(this.components);
     this.ribbonPage      = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.rpgSystem       = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.rpgNew          = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.panelTop        = new System.Windows.Forms.Panel();
     this.label8          = new System.Windows.Forms.Label();
     this.txtcMemo        = new System.Windows.Forms.TextBox();
     this.label7          = new System.Windows.Forms.Label();
     this.txtcCusName     = new System.Windows.Forms.TextBox();
     this.label2          = new System.Windows.Forms.Label();
     this.txtcCusCode     = new System.Windows.Forms.TextBox();
     this.dtpdDate        = new System.Windows.Forms.DateTimePicker();
     this.label6          = new System.Windows.Forms.Label();
     this.uteiWeight      = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.utecBoxNumber   = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.label3          = new System.Windows.Forms.Label();
     this.label1          = new System.Windows.Forms.Label();
     this.uGridOutBox     = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.spMain          = new System.IO.Ports.SerialPort(this.components);
     this.lblTitleMain    = new JWMSY.UpjdControl.lblTitle();
     ((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ImgCollection16)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ImgCollection32)).BeginInit();
     this.panelTop.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uteiWeight)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.utecBoxNumber)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uGridOutBox)).BeginInit();
     this.SuspendLayout();
     //
     // ribbon
     //
     this.ribbon.ExpandCollapseItem.Id   = 0;
     this.ribbon.ExpandCollapseItem.Name = "";
     this.ribbon.Images = this.ImgCollection16;
     this.ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.ribbon.ExpandCollapseItem,
         this.biSave,
         this.biAddNew,
         this.biExit
     });
     this.ribbon.LargeImages = this.ImgCollection32;
     this.ribbon.Location    = new System.Drawing.Point(0, 0);
     this.ribbon.MaxItemId   = 69;
     this.ribbon.Name        = "ribbon";
     this.ribbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
         this.ribbonPage
     });
     this.ribbon.RibbonStyle           = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2010;
     this.ribbon.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False;
     this.ribbon.ShowCategoryInCaption = false;
     this.ribbon.ShowPageHeadersMode   = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide;
     this.ribbon.Size            = new System.Drawing.Size(984, 98);
     this.ribbon.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden;
     //
     // ImgCollection16
     //
     this.ImgCollection16.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("ImgCollection16.ImageStream")));
     //
     // biSave
     //
     this.biSave.Caption         = "保存";
     this.biSave.Enabled         = false;
     this.biSave.Id              = 46;
     this.biSave.LargeImageIndex = 2;
     this.biSave.Name            = "biSave";
     this.biSave.RibbonStyle     = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
     this.biSave.ItemClick      += new DevExpress.XtraBars.ItemClickEventHandler(this.biSave_ItemClick);
     //
     // biAddNew
     //
     this.biAddNew.Caption         = "新增";
     this.biAddNew.Id              = 58;
     this.biAddNew.LargeImageIndex = 1;
     this.biAddNew.Name            = "biAddNew";
     this.biAddNew.RibbonStyle     = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
     this.biAddNew.ItemClick      += new DevExpress.XtraBars.ItemClickEventHandler(this.biAddNew_ItemClick);
     //
     // biExit
     //
     this.biExit.Caption         = "退出";
     this.biExit.Id              = 62;
     this.biExit.LargeImageIndex = 0;
     this.biExit.Name            = "biExit";
     this.biExit.ItemClick      += new DevExpress.XtraBars.ItemClickEventHandler(this.biExit_ItemClick);
     //
     // ImgCollection32
     //
     this.ImgCollection32.ImageSize   = new System.Drawing.Size(32, 32);
     this.ImgCollection32.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("ImgCollection32.ImageStream")));
     this.ImgCollection32.InsertImage(global::JWMSY.Properties.Resources.exit, "exit", typeof(global::JWMSY.Properties.Resources), 0);
     this.ImgCollection32.Images.SetKeyName(0, "exit");
     this.ImgCollection32.InsertImage(global::JWMSY.Properties.Resources.edit, "edit", typeof(global::JWMSY.Properties.Resources), 1);
     this.ImgCollection32.Images.SetKeyName(1, "edit");
     this.ImgCollection32.InsertImage(global::JWMSY.Properties.Resources.save, "save", typeof(global::JWMSY.Properties.Resources), 2);
     this.ImgCollection32.Images.SetKeyName(2, "save");
     //
     // ribbonPage
     //
     this.ribbonPage.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.rpgSystem,
         this.rpgNew
     });
     this.ribbonPage.Name = "ribbonPage";
     this.ribbonPage.Text = "菜单选项";
     //
     // rpgSystem
     //
     this.rpgSystem.ItemLinks.Add(this.biExit);
     this.rpgSystem.Name = "rpgSystem";
     this.rpgSystem.ShowCaptionButton = false;
     this.rpgSystem.Text = "系统";
     //
     // rpgNew
     //
     this.rpgNew.ItemLinks.Add(this.biAddNew);
     this.rpgNew.ItemLinks.Add(this.biSave);
     this.rpgNew.Name = "rpgNew";
     this.rpgNew.ShowCaptionButton = false;
     this.rpgNew.Text = "操作";
     //
     // panelTop
     //
     this.panelTop.Controls.Add(this.label8);
     this.panelTop.Controls.Add(this.txtcMemo);
     this.panelTop.Controls.Add(this.label7);
     this.panelTop.Controls.Add(this.txtcCusName);
     this.panelTop.Controls.Add(this.label2);
     this.panelTop.Controls.Add(this.txtcCusCode);
     this.panelTop.Controls.Add(this.dtpdDate);
     this.panelTop.Controls.Add(this.label6);
     this.panelTop.Controls.Add(this.uteiWeight);
     this.panelTop.Controls.Add(this.utecBoxNumber);
     this.panelTop.Controls.Add(this.label3);
     this.panelTop.Controls.Add(this.label1);
     this.panelTop.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelTop.Location = new System.Drawing.Point(0, 133);
     this.panelTop.Name     = "panelTop";
     this.panelTop.Size     = new System.Drawing.Size(984, 121);
     this.panelTop.TabIndex = 2;
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(664, 71);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(41, 12);
     this.label8.TabIndex = 70;
     this.label8.Text     = "备注:";
     //
     // txtcMemo
     //
     this.txtcMemo.Location = new System.Drawing.Point(708, 67);
     this.txtcMemo.Name     = "txtcMemo";
     this.txtcMemo.Size     = new System.Drawing.Size(194, 21);
     this.txtcMemo.TabIndex = 69;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(369, 71);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(65, 12);
     this.label7.TabIndex = 68;
     this.label7.Text     = "客户名称:";
     //
     // txtcCusName
     //
     this.txtcCusName.Location = new System.Drawing.Point(437, 67);
     this.txtcCusName.Name     = "txtcCusName";
     this.txtcCusName.ReadOnly = true;
     this.txtcCusName.Size     = new System.Drawing.Size(194, 21);
     this.txtcCusName.TabIndex = 67;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(85, 71);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(65, 12);
     this.label2.TabIndex = 66;
     this.label2.Text     = "销售单号:";
     //
     // txtcCusCode
     //
     this.txtcCusCode.Location = new System.Drawing.Point(151, 67);
     this.txtcCusCode.Name     = "txtcCusCode";
     this.txtcCusCode.ReadOnly = true;
     this.txtcCusCode.Size     = new System.Drawing.Size(194, 21);
     this.txtcCusCode.TabIndex = 65;
     //
     // dtpdDate
     //
     this.dtpdDate.Enabled  = false;
     this.dtpdDate.Location = new System.Drawing.Point(437, 33);
     this.dtpdDate.Name     = "dtpdDate";
     this.dtpdDate.Size     = new System.Drawing.Size(194, 21);
     this.dtpdDate.TabIndex = 64;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(369, 37);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(65, 12);
     this.label6.TabIndex = 63;
     this.label6.Text     = "称重日期:";
     //
     // uteiWeight
     //
     editorButton1.Text = "获取重量";
     this.uteiWeight.ButtonsRight.Add(editorButton1);
     this.uteiWeight.Location           = new System.Drawing.Point(708, 33);
     this.uteiWeight.MaskInput          = "nnnnnn.nn";
     this.uteiWeight.MaxValue           = 10000;
     this.uteiWeight.MinValue           = 0;
     this.uteiWeight.Name               = "uteiWeight";
     this.uteiWeight.Nullable           = true;
     this.uteiWeight.NumericType        = Infragistics.Win.UltraWinEditors.NumericType.Decimal;
     this.uteiWeight.Size               = new System.Drawing.Size(194, 21);
     this.uteiWeight.TabIndex           = 62;
     this.uteiWeight.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.uteiWeight_EditorButtonClick);
     //
     // utecBoxNumber
     //
     appearance1.Image        = global::JWMSY.Properties.Resources.search_tool;
     editorButton2.Appearance = appearance1;
     this.utecBoxNumber.ButtonsRight.Add(editorButton2);
     this.utecBoxNumber.Enabled  = false;
     this.utecBoxNumber.Location = new System.Drawing.Point(151, 33);
     this.utecBoxNumber.Name     = "utecBoxNumber";
     this.utecBoxNumber.Size     = new System.Drawing.Size(194, 21);
     this.utecBoxNumber.TabIndex = 61;
     this.utecBoxNumber.KeyDown += new System.Windows.Forms.KeyEventHandler(this.utecBoxNumber_KeyDown);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(664, 37);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(41, 12);
     this.label3.TabIndex = 60;
     this.label3.Text     = "重量:";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(83, 37);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(65, 12);
     this.label1.TabIndex = 59;
     this.label1.Text     = "箱    号:";
     //
     // uGridOutBox
     //
     appearance2.BackColor = System.Drawing.Color.White;
     this.uGridOutBox.DisplayLayout.Appearance   = appearance2;
     this.uGridOutBox.DisplayLayout.AutoFitStyle = Infragistics.Win.UltraWinGrid.AutoFitStyle.ExtendLastColumn;
     ultraGridColumn1.Header.VisiblePosition     = 0;
     ultraGridColumn1.Hidden                 = true;
     ultraGridColumn2.Header.Caption         = "箱编号";
     ultraGridColumn2.Header.VisiblePosition = 1;
     ultraGridColumn2.Width                   = 139;
     ultraGridColumn3.Header.Caption          = "数量";
     ultraGridColumn3.Header.VisiblePosition  = 4;
     ultraGridColumn4.Header.Caption          = "销售单号";
     ultraGridColumn4.Header.VisiblePosition  = 3;
     ultraGridColumn5.Header.Caption          = "客户名称";
     ultraGridColumn5.Header.VisiblePosition  = 2;
     ultraGridColumn6.Header.Caption          = "备注";
     ultraGridColumn6.Header.VisiblePosition  = 7;
     ultraGridColumn7.Header.Caption          = "操作人";
     ultraGridColumn7.Header.VisiblePosition  = 5;
     ultraGridColumn8.Header.Caption          = "添加时间";
     ultraGridColumn8.Header.VisiblePosition  = 6;
     ultraGridColumn9.Header.Caption          = "出库单号";
     ultraGridColumn9.Header.VisiblePosition  = 8;
     ultraGridColumn10.Header.Caption         = "打印次数";
     ultraGridColumn10.Header.VisiblePosition = 9;
     ultraGridBand1.Columns.AddRange(new object[] {
         ultraGridColumn1,
         ultraGridColumn2,
         ultraGridColumn3,
         ultraGridColumn4,
         ultraGridColumn5,
         ultraGridColumn6,
         ultraGridColumn7,
         ultraGridColumn8,
         ultraGridColumn9,
         ultraGridColumn10
     });
     this.uGridOutBox.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.uGridOutBox.DisplayLayout.GroupByBox.Prompt   = "如需按照某个列进行分类汇总请把列名拖动到此处";
     this.uGridOutBox.DisplayLayout.MaxColScrollRegions = 1;
     this.uGridOutBox.DisplayLayout.MaxRowScrollRegions = 1;
     appearance3.BackColor = System.Drawing.Color.Transparent;
     this.uGridOutBox.DisplayLayout.Override.CardAreaAppearance = appearance3;
     this.uGridOutBox.DisplayLayout.Override.CellClickAction    = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.uGridOutBox.DisplayLayout.Override.CellPadding        = 3;
     appearance4.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(249)))));
     appearance4.BackColor2         = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(167)))), ((int)(((byte)(191)))));
     appearance4.BackGradientStyle  = Infragistics.Win.GradientStyle.Vertical;
     appearance4.TextHAlignAsString = "Center";
     appearance4.TextVAlignAsString = "Middle";
     appearance4.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.uGridOutBox.DisplayLayout.Override.HeaderAppearance  = appearance4;
     this.uGridOutBox.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.Select;
     appearance5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.uGridOutBox.DisplayLayout.Override.RowAlternateAppearance = appearance5;
     appearance6.BorderColor        = System.Drawing.Color.Black;
     appearance6.TextHAlignAsString = "Right";
     appearance6.TextVAlignAsString = "Middle";
     this.uGridOutBox.DisplayLayout.Override.RowAppearance = appearance6;
     appearance7.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(167)))), ((int)(((byte)(191)))));
     appearance7.BackColor2        = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(249)))));
     appearance7.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     this.uGridOutBox.DisplayLayout.Override.RowSelectorAppearance = appearance7;
     appearance8.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(167)))), ((int)(((byte)(191)))));
     appearance8.BackColor2        = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(249)))));
     appearance8.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     this.uGridOutBox.DisplayLayout.Override.RowSelectorHeaderAppearance = appearance8;
     this.uGridOutBox.DisplayLayout.Override.RowSelectorHeaderStyle      = Infragistics.Win.UltraWinGrid.RowSelectorHeaderStyle.ColumnChooserButton;
     this.uGridOutBox.DisplayLayout.Override.RowSelectorNumberStyle      = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
     this.uGridOutBox.DisplayLayout.Override.RowSelectors     = Infragistics.Win.DefaultableBoolean.True;
     this.uGridOutBox.DisplayLayout.Override.RowSelectorWidth = 40;
     appearance9.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(167)))), ((int)(((byte)(191)))));
     appearance9.BackColor2        = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(249)))));
     appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance9.BorderColor       = System.Drawing.Color.Black;
     appearance9.ForeColor         = System.Drawing.Color.Black;
     this.uGridOutBox.DisplayLayout.Override.SelectedRowAppearance = appearance9;
     this.uGridOutBox.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.None;
     this.uGridOutBox.DisplayLayout.ScrollBounds      = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.uGridOutBox.DisplayLayout.ScrollStyle       = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.uGridOutBox.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.uGridOutBox.Font       = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.uGridOutBox.Location   = new System.Drawing.Point(0, 254);
     this.uGridOutBox.Name       = "uGridOutBox";
     this.uGridOutBox.Size       = new System.Drawing.Size(984, 308);
     this.uGridOutBox.TabIndex   = 27;
     this.uGridOutBox.UpdateMode = Infragistics.Win.UltraWinGrid.UpdateMode.OnCellChangeOrLostFocus;
     //
     // spMain
     //
     this.spMain.DataReceived += new System.IO.Ports.SerialDataReceivedEventHandler(this.spMain_DataReceived);
     //
     // lblTitleMain
     //
     this.lblTitleMain.AutoSize              = true;
     this.lblTitleMain.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("lblTitleMain.BackgroundImage")));
     this.lblTitleMain.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.lblTitleMain.CTitle   = "物流箱称重";
     this.lblTitleMain.Dock     = System.Windows.Forms.DockStyle.Top;
     this.lblTitleMain.Location = new System.Drawing.Point(0, 98);
     this.lblTitleMain.Name     = "lblTitleMain";
     this.lblTitleMain.Size     = new System.Drawing.Size(984, 35);
     this.lblTitleMain.TabIndex = 29;
     //
     // WorkProBoxWeigh
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(984, 562);
     this.Controls.Add(this.uGridOutBox);
     this.Controls.Add(this.panelTop);
     this.Controls.Add(this.lblTitleMain);
     this.Controls.Add(this.ribbon);
     this.Icon         = global::JWMSY.Properties.Resources.scanicon;
     this.Name         = "WorkProBoxWeigh";
     this.Text         = "物流箱称重";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.WorkProBoxWeigh_FormClosing);
     this.Load        += new System.EventHandler(this.WorkProBoxWeigh_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ImgCollection16)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ImgCollection32)).EndInit();
     this.panelTop.ResumeLayout(false);
     this.panelTop.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uteiWeight)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.utecBoxNumber)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uGridOutBox)).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.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("PersonaComunicazioneDTO", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ExtensionData");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Cap");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CodiceCondominio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CodiceFiscale");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Comune");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ComuneNascita");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Consigliere");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DataNascita");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneCondominio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneScala");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneSoggetto");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneStabile");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneUnitaImmobiliare");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DirittoReale");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("EmailCertificata");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Gruppi");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdCondominio");
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ImportoRaccomandata");
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Indirizzo");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("InternoCompletoUnitaImmobiliare");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsResidente");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Localita");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ModalitaConvocazione");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Nominativo");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Note");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Numero");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NumeroRaccomandata");
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OrdineUnitaImmobiliare");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Password");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Presso");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Principale");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Sesso");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SoggettoAccorpamento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Tipo");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TipoPersona");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Titolo");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Username");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ViaCivico");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SelectColumn", 0);
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton("modifica");
            Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinEditors.EditorButton editorButton2 = new Infragistics.Win.UltraWinEditors.EditorButton("clear");
            Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
            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.Appearance appearance8 = new Infragistics.Win.Appearance();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LettereCondominiUC));
            this.ultraControlContainerEditor1 = new Infragistics.Win.UltraWinEditors.UltraControlContainerEditor(this.components);
            this.sceltaRecapitoResidenza1 = new Gipasoft.Stabili.UI.Library.SceltaRecapitoResidenza();
            this.indirizzoComunicazioneDisplayUC1 = new Gipasoft.Stabili.UI.Library.IndirizzoComunicazioneDisplayUC();
            this.listaPersone = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.personaComunicazioneDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.groupSelezioniStampa = new Infragistics.Win.Misc.UltraGroupBox();
            this.numeroInterno = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.recapitoResidenza = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
            this.stampaVerticale = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.lblImportoLettera = new Infragistics.Win.Misc.UltraLabel();
            this.importoLettera = new Infragistics.Win.UltraWinEditors.UltraCurrencyEditor();
            this.lblIntestazioneDistinta = new Infragistics.Win.Misc.UltraLabel();
            this.intestazioneDistinta = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.tipoDistinta = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.lblTipo = new Infragistics.Win.Misc.UltraLabel();
            this.stampaNumeroRaccomandata = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.numeroRaccomandata = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
            this.dataIntestazione = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.lblData = new Infragistics.Win.Misc.UltraLabel();
            this.lblNumeroRaccomandata = new Infragistics.Win.Misc.UltraLabel();
            this.firma = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.notePredefinite = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.notaPredefinitaDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.lblNote = new Infragistics.Win.Misc.UltraLabel();
            this.btnConferma = new Infragistics.Win.Misc.UltraButton();
            this.btnCerca = new Infragistics.Win.Misc.UltraButton();
            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.lblCondominio = new Infragistics.Win.Misc.UltraLabel();
            this.btnAnnulla = new Infragistics.Win.Misc.UltraButton();
            this.btnEtichette = new Infragistics.Win.Misc.UltraButton();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.panel1 = new System.Windows.Forms.Panel();
            this.btnAddebitoSpese = new Infragistics.Win.Misc.UltraButton();
            this.selezioniGroupBox = new Infragistics.Win.Misc.UltraExpandableGroupBox();
            this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
            this.lblTipoConvocazione = new Infragistics.Win.Misc.UltraLabel();
            this.tipoConvocazione = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.lblEsercizio = new Infragistics.Win.Misc.UltraLabel();
            this.esercizi = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.eserciziDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.residenteSearch = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.clearCondominio = new Infragistics.Win.Misc.UltraButton();
            this.consiglieri = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.sceltaCondominioCombo1 = new Gipasoft.Stabili.UI.Library.SceltaCondominioCombo();
            this.validationSummary1 = new Gipasoft.Windows.Forms.CustomValidation.ValidationSummary(this.components);
            this.reqData = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.reqTipoDistinta = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.reqIntestazione = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.reqCondominio = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.validationSummaryCerca = new Gipasoft.Windows.Forms.CustomValidation.ValidationSummary(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.ultraControlContainerEditor1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.listaPersone)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.personaComunicazioneDTOBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupSelezioniStampa)).BeginInit();
            this.groupSelezioniStampa.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numeroInterno)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.recapitoResidenza)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.stampaVerticale)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.importoLettera)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.intestazioneDistinta)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoDistinta)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.stampaNumeroRaccomandata)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataIntestazione)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.firma)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.notePredefinite)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.notaPredefinitaDTOBindingSource)).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();
            this.tableLayoutPanel1.SuspendLayout();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.selezioniGroupBox)).BeginInit();
            this.selezioniGroupBox.SuspendLayout();
            this.ultraExpandableGroupBoxPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tipoConvocazione)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.esercizi)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.eserciziDTOBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.residenteSearch)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.consiglieri)).BeginInit();
            this.SuspendLayout();
            // 
            // ultraControlContainerEditor1
            // 
            this.ultraControlContainerEditor1.ContainingControl = this;
            this.ultraControlContainerEditor1.EditingControl = this.sceltaRecapitoResidenza1;
            this.ultraControlContainerEditor1.EditingControlPropertyName = "Indirizzo";
            this.ultraControlContainerEditor1.EnterEditModeMouseBehavior = Infragistics.Win.UltraWinEditors.EnterEditModeMouseBehavior.EnterEditModeAndClick;
            this.ultraControlContainerEditor1.Name = "ultraControlContainerEditor1";
            this.ultraControlContainerEditor1.RenderingControl = this.indirizzoComunicazioneDisplayUC1;
            this.ultraControlContainerEditor1.RenderingControlPropertyName = "Indirizzo";
            // 
            // sceltaRecapitoResidenza1
            // 
            this.sceltaRecapitoResidenza1.Indirizzo = null;
            this.sceltaRecapitoResidenza1.Location = new System.Drawing.Point(716, 25);
            this.sceltaRecapitoResidenza1.Name = "sceltaRecapitoResidenza1";
            this.sceltaRecapitoResidenza1.Size = new System.Drawing.Size(86, 17);
            this.sceltaRecapitoResidenza1.TabIndex = 110;
            // 
            // indirizzoComunicazioneDisplayUC1
            // 
            this.indirizzoComunicazioneDisplayUC1.Indirizzo = null;
            this.indirizzoComunicazioneDisplayUC1.Location = new System.Drawing.Point(706, 48);
            this.indirizzoComunicazioneDisplayUC1.Name = "indirizzoComunicazioneDisplayUC1";
            this.indirizzoComunicazioneDisplayUC1.Size = new System.Drawing.Size(109, 21);
            this.indirizzoComunicazioneDisplayUC1.TabIndex = 111;
            // 
            // listaPersone
            // 
            this.listaPersone.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.listaPersone.DataSource = this.personaComunicazioneDTOBindingSource;
            ultraGridColumn1.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn1.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn1.Header.VisiblePosition = 35;
            ultraGridColumn1.Hidden = true;
            ultraGridColumn1.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeBoth;
            ultraGridColumn1.Width = 47;
            ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn2.Header.VisiblePosition = 12;
            ultraGridColumn2.Hidden = true;
            ultraGridColumn3.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn3.ColumnChooserCaption = "Identificativo Condominio";
            ultraGridColumn3.Header.Caption = "Id Cond.";
            ultraGridColumn3.Header.VisiblePosition = 2;
            ultraGridColumn3.Hidden = true;
            ultraGridColumn3.Width = 73;
            ultraGridColumn4.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn4.ColumnChooserCaption = "Codice Fiscale";
            ultraGridColumn4.Header.Caption = "Cd.Fisc.";
            ultraGridColumn4.Header.VisiblePosition = 18;
            ultraGridColumn4.Width = 82;
            ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn5.Header.VisiblePosition = 13;
            ultraGridColumn5.Hidden = true;
            ultraGridColumn6.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn6.ColumnChooserCaption = "Comune di Nascita";
            ultraGridColumn6.Header.Caption = "Comune Nascita";
            ultraGridColumn6.Header.VisiblePosition = 25;
            ultraGridColumn6.Hidden = true;
            ultraGridColumn6.Width = 69;
            ultraGridColumn7.ColumnChooserCaption = "Consigliere";
            ultraGridColumn7.Header.Caption = "Cons.";
            ultraGridColumn7.Header.CheckBoxVisibility = Infragistics.Win.UltraWinGrid.HeaderCheckBoxVisibility.Never;
            ultraGridColumn7.Header.VisiblePosition = 27;
            ultraGridColumn8.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn8.ColumnChooserCaption = "Data di Nascita";
            ultraGridColumn8.Header.Caption = "Dt. Nascita";
            ultraGridColumn8.Header.VisiblePosition = 24;
            ultraGridColumn8.Hidden = true;
            ultraGridColumn8.Width = 57;
            ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn9.Header.Caption = "Condominio";
            ultraGridColumn9.Header.VisiblePosition = 3;
            ultraGridColumn9.Hidden = true;
            ultraGridColumn10.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn10.Header.Caption = "Scala";
            ultraGridColumn10.Header.VisiblePosition = 20;
            ultraGridColumn10.Hidden = true;
            ultraGridColumn10.Width = 79;
            ultraGridColumn40.ColumnChooserCaption = "Descrizione Soggetto";
            ultraGridColumn40.Header.Caption = "Altro";
            ultraGridColumn40.Header.VisiblePosition = 9;
            ultraGridColumn11.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn11.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn11.Header.Caption = "Stabile";
            ultraGridColumn11.Header.VisiblePosition = 21;
            ultraGridColumn11.Hidden = true;
            ultraGridColumn11.Width = 86;
            ultraGridColumn12.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn12.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn12.Header.Caption = "Unità Immobiliare";
            ultraGridColumn12.Header.VisiblePosition = 8;
            ultraGridColumn12.Width = 106;
            ultraGridColumn37.Header.VisiblePosition = 14;
            ultraGridColumn13.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn13.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn13.ColumnChooserCaption = "Email Certificata";
            ultraGridColumn13.Header.Caption = "Email Certif.";
            ultraGridColumn13.Header.VisiblePosition = 23;
            ultraGridColumn13.Hidden = true;
            ultraGridColumn13.Width = 79;
            ultraGridColumn35.Header.VisiblePosition = 15;
            ultraGridColumn14.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn14.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn14.ColumnChooserCaption = "Identificativo";
            ultraGridColumn14.Header.Caption = "Id";
            ultraGridColumn14.Header.VisiblePosition = 1;
            ultraGridColumn14.Hidden = true;
            ultraGridColumn14.Width = 51;
            ultraGridColumn15.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            appearance1.TextHAlignAsString = "Right";
            ultraGridColumn15.CellAppearance = appearance1;
            ultraGridColumn15.ColumnChooserCaption = "Identificativo Condominio";
            ultraGridColumn15.Header.Caption = "Id Cond.";
            ultraGridColumn15.Header.VisiblePosition = 19;
            ultraGridColumn15.Hidden = true;
            ultraGridColumn15.Width = 40;
            ultraGridColumn16.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            appearance2.TextHAlignAsString = "Right";
            ultraGridColumn16.CellAppearance = appearance2;
            ultraGridColumn16.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
            ultraGridColumn16.ColumnChooserCaption = "Importo Raccomandata";
            ultraGridColumn16.Header.Caption = "Importo";
            ultraGridColumn16.Header.VisiblePosition = 32;
            ultraGridColumn16.MaskInput = "{currency:2.2:c}";
            ultraGridColumn16.Nullable = Infragistics.Win.UltraWinGrid.Nullable.Nothing;
            ultraGridColumn16.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CurrencyNonNegative;
            ultraGridColumn16.Width = 62;
            ultraGridColumn17.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.False;
            ultraGridColumn17.EditorComponent = this.ultraControlContainerEditor1;
            ultraGridColumn17.FilterOperatorDropDownItems = Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.None;
            ultraGridColumn17.FilterOperatorLocation = Infragistics.Win.UltraWinGrid.FilterOperatorLocation.Hidden;
            ultraGridColumn17.Header.VisiblePosition = 10;
            ultraGridColumn17.Width = 150;
            ultraGridColumn18.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn18.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
            ultraGridColumn18.Header.Caption = "Interno";
            ultraGridColumn18.Header.VisiblePosition = 5;
            ultraGridColumn18.Hidden = true;
            ultraGridColumn18.Width = 54;
            ultraGridColumn19.ColumnChooserCaption = "Residente";
            ultraGridColumn19.Header.Caption = "Res.";
            ultraGridColumn19.Header.CheckBoxVisibility = Infragistics.Win.UltraWinGrid.HeaderCheckBoxVisibility.Never;
            ultraGridColumn19.Header.VisiblePosition = 28;
            ultraGridColumn20.Header.VisiblePosition = 11;
            ultraGridColumn20.Hidden = true;
            ultraGridColumn29.Header.Caption = "Tipo Convocazione";
            ultraGridColumn29.Header.VisiblePosition = 22;
            ultraGridColumn21.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn21.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn21.Header.VisiblePosition = 6;
            ultraGridColumn21.Width = 93;
            ultraGridColumn22.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn22.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn22.Header.VisiblePosition = 29;
            ultraGridColumn22.Width = 73;
            ultraGridColumn23.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn23.Header.VisiblePosition = 26;
            ultraGridColumn23.Hidden = true;
            ultraGridColumn24.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            appearance3.TextHAlignAsString = "Right";
            ultraGridColumn24.CellAppearance = appearance3;
            ultraGridColumn24.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.Edit;
            ultraGridColumn24.ColumnChooserCaption = "Numero Raccomandata";
            ultraGridColumn24.Header.Caption = "N.Racc.";
            ultraGridColumn24.Header.VisiblePosition = 30;
            ultraGridColumn24.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeBoth;
            ultraGridColumn24.MaskInput = "###########-#";
            ultraGridColumn24.Nullable = Infragistics.Win.UltraWinGrid.Nullable.Nothing;
            ultraGridColumn24.Width = 94;
            ultraGridColumn25.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn25.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn25.ColumnChooserCaption = "Ordine Unità Immobiliare";
            ultraGridColumn25.FilterOperandStyle = Infragistics.Win.UltraWinGrid.FilterOperandStyle.Edit;
            ultraGridColumn25.FilterOperatorDropDownItems = Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.None;
            ultraGridColumn25.Header.Caption = "Prg.";
            ultraGridColumn25.Header.VisiblePosition = 4;
            ultraGridColumn25.Width = 38;
            ultraGridColumn26.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn26.Header.VisiblePosition = 37;
            ultraGridColumn26.Hidden = true;
            ultraGridColumn36.Header.VisiblePosition = 31;
            ultraGridColumn27.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn27.ColumnChooserCaption = "Soggetto Principale";
            ultraGridColumn27.Header.Caption = "Princ.";
            ultraGridColumn27.Header.VisiblePosition = 17;
            ultraGridColumn27.Hidden = true;
            ultraGridColumn27.Width = 83;
            ultraGridColumn28.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn28.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn28.Header.VisiblePosition = 33;
            ultraGridColumn28.Hidden = true;
            ultraGridColumn28.Width = 44;
            ultraGridColumn38.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn38.Header.Caption = "Accorpamento";
            ultraGridColumn38.Header.VisiblePosition = 34;
            ultraGridColumn30.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn30.ColumnChooserCaption = "Tipo Soggetto (Proprietario/Conduttore)";
            ultraGridColumn30.Header.Caption = "Tipo Sogg.";
            ultraGridColumn30.Header.VisiblePosition = 16;
            ultraGridColumn30.Hidden = true;
            ultraGridColumn30.Width = 45;
            ultraGridColumn31.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn31.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn31.ColumnChooserCaption = "Tipo Persona";
            ultraGridColumn31.Header.Caption = "Tipo";
            ultraGridColumn31.Header.VisiblePosition = 7;
            ultraGridColumn31.Hidden = true;
            ultraGridColumn31.Width = 77;
            ultraGridColumn39.Header.VisiblePosition = 38;
            ultraGridColumn32.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn32.Header.VisiblePosition = 36;
            ultraGridColumn32.Hidden = true;
            ultraGridColumn33.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn33.Header.Caption = "Indirizzo";
            ultraGridColumn33.Header.VisiblePosition = 39;
            ultraGridColumn33.Hidden = true;
            ultraGridColumn34.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.False;
            ultraGridColumn34.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn34.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.Edit;
            ultraGridColumn34.DataType = typeof(bool);
            ultraGridColumn34.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn34.FilterOperandStyle = Infragistics.Win.UltraWinGrid.FilterOperandStyle.None;
            ultraGridColumn34.Header.Caption = "S";
            ultraGridColumn34.Header.VisiblePosition = 0;
            ultraGridColumn34.Width = 32;
            ultraGridBand1.Columns.AddRange(new object[] {
            ultraGridColumn1,
            ultraGridColumn2,
            ultraGridColumn3,
            ultraGridColumn4,
            ultraGridColumn5,
            ultraGridColumn6,
            ultraGridColumn7,
            ultraGridColumn8,
            ultraGridColumn9,
            ultraGridColumn10,
            ultraGridColumn40,
            ultraGridColumn11,
            ultraGridColumn12,
            ultraGridColumn37,
            ultraGridColumn13,
            ultraGridColumn35,
            ultraGridColumn14,
            ultraGridColumn15,
            ultraGridColumn16,
            ultraGridColumn17,
            ultraGridColumn18,
            ultraGridColumn19,
            ultraGridColumn20,
            ultraGridColumn29,
            ultraGridColumn21,
            ultraGridColumn22,
            ultraGridColumn23,
            ultraGridColumn24,
            ultraGridColumn25,
            ultraGridColumn26,
            ultraGridColumn36,
            ultraGridColumn27,
            ultraGridColumn28,
            ultraGridColumn38,
            ultraGridColumn30,
            ultraGridColumn31,
            ultraGridColumn39,
            ultraGridColumn32,
            ultraGridColumn33,
            ultraGridColumn34});
            ultraGridBand1.Header.Caption = "Persone";
            this.listaPersone.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
            appearance4.FontData.BoldAsString = "True";
            appearance4.TextHAlignAsString = "Left";
            this.listaPersone.DisplayLayout.CaptionAppearance = appearance4;
            this.listaPersone.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
            this.listaPersone.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
            this.listaPersone.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
            this.listaPersone.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
            this.listaPersone.DisplayLayout.Override.HeaderCheckBoxVisibility = Infragistics.Win.UltraWinGrid.HeaderCheckBoxVisibility.WhenUsingCheckEditor;
            this.listaPersone.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
            this.listaPersone.DisplayLayout.Override.RowSelectorHeaderStyle = Infragistics.Win.UltraWinGrid.RowSelectorHeaderStyle.ColumnChooserButton;
            this.listaPersone.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
            this.listaPersone.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.listaPersone.Location = new System.Drawing.Point(3, 3);
            this.listaPersone.Name = "listaPersone";
            this.listaPersone.Size = new System.Drawing.Size(849, 294);
            this.listaPersone.TabIndex = 0;
            this.listaPersone.Text = "Condomini";
            this.listaPersone.Visible = false;
            this.listaPersone.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.listaPersoneCellChange);
            this.listaPersone.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.listaPersoneDoubleClickRow);
            this.listaPersone.AfterSortChange += new Infragistics.Win.UltraWinGrid.BandEventHandler(this.listaPersoneAfterSortChange);
            this.listaPersone.AfterRowFilterChanged += new Infragistics.Win.UltraWinGrid.AfterRowFilterChangedEventHandler(this.listaPersoneAfterRowFilterChanged);
            this.listaPersone.BeforeHeaderCheckStateChanged += new Infragistics.Win.UltraWinGrid.BeforeHeaderCheckStateChangedEventHandler(this.listaPersoneBeforeHeaderCheckStateChanged);
            // 
            // personaComunicazioneDTOBindingSource
            // 
            this.personaComunicazioneDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.PersonaComunicazioneDTO);
            // 
            // groupSelezioniStampa
            // 
            this.groupSelezioniStampa.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.groupSelezioniStampa.Controls.Add(this.numeroInterno);
            this.groupSelezioniStampa.Controls.Add(this.recapitoResidenza);
            this.groupSelezioniStampa.Controls.Add(this.indirizzoComunicazioneDisplayUC1);
            this.groupSelezioniStampa.Controls.Add(this.sceltaRecapitoResidenza1);
            this.groupSelezioniStampa.Controls.Add(this.stampaVerticale);
            this.groupSelezioniStampa.Controls.Add(this.lblImportoLettera);
            this.groupSelezioniStampa.Controls.Add(this.importoLettera);
            this.groupSelezioniStampa.Controls.Add(this.lblIntestazioneDistinta);
            this.groupSelezioniStampa.Controls.Add(this.intestazioneDistinta);
            this.groupSelezioniStampa.Controls.Add(this.tipoDistinta);
            this.groupSelezioniStampa.Controls.Add(this.lblTipo);
            this.groupSelezioniStampa.Controls.Add(this.stampaNumeroRaccomandata);
            this.groupSelezioniStampa.Controls.Add(this.numeroRaccomandata);
            this.groupSelezioniStampa.Controls.Add(this.dataIntestazione);
            this.groupSelezioniStampa.Controls.Add(this.lblData);
            this.groupSelezioniStampa.Controls.Add(this.lblNumeroRaccomandata);
            this.groupSelezioniStampa.Controls.Add(this.firma);
            this.groupSelezioniStampa.Controls.Add(this.notePredefinite);
            this.groupSelezioniStampa.Controls.Add(this.lblNote);
            this.groupSelezioniStampa.Location = new System.Drawing.Point(6, 300);
            this.groupSelezioniStampa.Name = "groupSelezioniStampa";
            this.groupSelezioniStampa.Size = new System.Drawing.Size(846, 128);
            this.groupSelezioniStampa.TabIndex = 1;
            this.groupSelezioniStampa.Text = "Parametri";
            this.groupSelezioniStampa.Visible = false;
            // 
            // numeroInterno
            // 
            this.numeroInterno.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.numeroInterno.Location = new System.Drawing.Point(560, 99);
            this.numeroInterno.Name = "numeroInterno";
            this.numeroInterno.Size = new System.Drawing.Size(64, 20);
            this.numeroInterno.TabIndex = 113;
            this.numeroInterno.Text = "Interno";
            // 
            // recapitoResidenza
            // 
            this.recapitoResidenza.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.recapitoResidenza.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
            this.recapitoResidenza.CheckedIndex = 1;
            valueListItem1.DataValue = "Residenza";
            valueListItem1.DisplayText = "Residenza";
            valueListItem2.DataValue = "Recapito";
            valueListItem2.DisplayText = "Recapito";
            this.recapitoResidenza.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem1,
            valueListItem2});
            this.recapitoResidenza.ItemSpacingHorizontal = 10;
            this.recapitoResidenza.Location = new System.Drawing.Point(683, 99);
            this.recapitoResidenza.Name = "recapitoResidenza";
            this.recapitoResidenza.Size = new System.Drawing.Size(157, 20);
            this.recapitoResidenza.TabIndex = 112;
            this.recapitoResidenza.Text = "Recapito";
            this.recapitoResidenza.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
            this.recapitoResidenza.Visible = false;
            this.recapitoResidenza.ValueChanged += new System.EventHandler(this.recapitoResidenzaValueChanged);
            // 
            // stampaVerticale
            // 
            this.stampaVerticale.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.stampaVerticale.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.stampaVerticale.Location = new System.Drawing.Point(554, 73);
            this.stampaVerticale.Name = "stampaVerticale";
            this.stampaVerticale.Size = new System.Drawing.Size(70, 20);
            this.stampaVerticale.TabIndex = 109;
            this.stampaVerticale.Text = "Verticale";
            // 
            // lblImportoLettera
            // 
            this.lblImportoLettera.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.lblImportoLettera.Location = new System.Drawing.Point(314, 103);
            this.lblImportoLettera.Name = "lblImportoLettera";
            this.lblImportoLettera.Size = new System.Drawing.Size(80, 23);
            this.lblImportoLettera.TabIndex = 108;
            this.lblImportoLettera.Text = "Importo lettera";
            // 
            // importoLettera
            // 
            this.importoLettera.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.importoLettera.Location = new System.Drawing.Point(400, 99);
            this.importoLettera.MaskInput = "{currency:3.2:c}";
            this.importoLettera.Name = "importoLettera";
            this.importoLettera.Size = new System.Drawing.Size(61, 21);
            this.importoLettera.TabIndex = 107;
            this.importoLettera.AfterExitEditMode += new System.EventHandler(this.importoLetteraAfterExitEditMode);
            // 
            // lblIntestazioneDistinta
            // 
            this.lblIntestazioneDistinta.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.lblIntestazioneDistinta.Location = new System.Drawing.Point(9, 46);
            this.lblIntestazioneDistinta.Name = "lblIntestazioneDistinta";
            this.lblIntestazioneDistinta.Size = new System.Drawing.Size(66, 17);
            this.lblIntestazioneDistinta.TabIndex = 104;
            this.lblIntestazioneDistinta.Text = "Intestazione";
            // 
            // intestazioneDistinta
            // 
            this.intestazioneDistinta.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.intestazioneDistinta.Location = new System.Drawing.Point(78, 42);
            this.intestazioneDistinta.Name = "intestazioneDistinta";
            this.intestazioneDistinta.Size = new System.Drawing.Size(546, 21);
            this.intestazioneDistinta.TabIndex = 103;
            // 
            // tipoDistinta
            // 
            this.tipoDistinta.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.tipoDistinta.Location = new System.Drawing.Point(78, 15);
            this.tipoDistinta.Name = "tipoDistinta";
            this.tipoDistinta.Size = new System.Drawing.Size(410, 21);
            this.tipoDistinta.TabIndex = 102;
            this.tipoDistinta.ValueChanged += new System.EventHandler(this.intestazioneValueChanged);
            // 
            // lblTipo
            // 
            this.lblTipo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.lblTipo.Location = new System.Drawing.Point(9, 19);
            this.lblTipo.Name = "lblTipo";
            this.lblTipo.Size = new System.Drawing.Size(66, 17);
            this.lblTipo.TabIndex = 101;
            this.lblTipo.Text = "Tipo";
            // 
            // stampaNumeroRaccomandata
            // 
            this.stampaNumeroRaccomandata.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.stampaNumeroRaccomandata.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.stampaNumeroRaccomandata.Location = new System.Drawing.Point(184, 99);
            this.stampaNumeroRaccomandata.Name = "stampaNumeroRaccomandata";
            this.stampaNumeroRaccomandata.Size = new System.Drawing.Size(109, 20);
            this.stampaNumeroRaccomandata.TabIndex = 80;
            this.stampaNumeroRaccomandata.Text = "Stampa N.Racc.";
            this.stampaNumeroRaccomandata.CheckedChanged += new System.EventHandler(this.stampaNumeroRaccomandataCheckedChanged);
            // 
            // numeroRaccomandata
            // 
            this.numeroRaccomandata.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            appearance5.TextHAlignAsString = "Right";
            this.numeroRaccomandata.Appearance = appearance5;
            this.numeroRaccomandata.EditAs = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
            this.numeroRaccomandata.InputMask = "###########";
            this.numeroRaccomandata.Location = new System.Drawing.Point(78, 100);
            this.numeroRaccomandata.Name = "numeroRaccomandata";
            this.numeroRaccomandata.NonAutoSizeHeight = 20;
            this.numeroRaccomandata.Size = new System.Drawing.Size(100, 20);
            this.numeroRaccomandata.TabIndex = 70;
            this.numeroRaccomandata.Enter += new System.EventHandler(this.numeroRaccomandataEnter);
            this.numeroRaccomandata.Leave += new System.EventHandler(this.numeroRaccomandataLeave);
            // 
            // dataIntestazione
            // 
            this.dataIntestazione.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.dataIntestazione.Location = new System.Drawing.Point(533, 15);
            this.dataIntestazione.Name = "dataIntestazione";
            this.dataIntestazione.Size = new System.Drawing.Size(91, 21);
            this.dataIntestazione.TabIndex = 100;
            this.dataIntestazione.ValueChanged += new System.EventHandler(this.dataIntestazioneValueChanged);
            // 
            // lblData
            // 
            this.lblData.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.lblData.Location = new System.Drawing.Point(494, 19);
            this.lblData.Name = "lblData";
            this.lblData.Size = new System.Drawing.Size(33, 23);
            this.lblData.TabIndex = 15;
            this.lblData.Text = "Data";
            // 
            // lblNumeroRaccomandata
            // 
            this.lblNumeroRaccomandata.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.lblNumeroRaccomandata.Location = new System.Drawing.Point(9, 103);
            this.lblNumeroRaccomandata.Name = "lblNumeroRaccomandata";
            this.lblNumeroRaccomandata.Size = new System.Drawing.Size(63, 23);
            this.lblNumeroRaccomandata.TabIndex = 14;
            this.lblNumeroRaccomandata.Text = "Nr.Racc.";
            // 
            // firma
            // 
            this.firma.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.firma.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.firma.Location = new System.Drawing.Point(474, 73);
            this.firma.Name = "firma";
            this.firma.Size = new System.Drawing.Size(53, 20);
            this.firma.TabIndex = 60;
            this.firma.Text = "Firma";
            this.firma.CheckedChanged += new System.EventHandler(this.firmaCheckedChanged);
            // 
            // notePredefinite
            // 
            this.notePredefinite.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            appearance6.FontData.BoldAsString = "True";
            appearance6.TextHAlignAsString = "Center";
            appearance6.TextVAlignAsString = "Middle";
            editorButton1.Appearance = appearance6;
            editorButton1.Key = "modifica";
            editorButton1.Text = "...";
            appearance7.Image = global::Gipasoft.Stabili.UI.LettereCondomini.LettereCondominiResources.clear;
            appearance7.ImageHAlign = Infragistics.Win.HAlign.Center;
            appearance7.ImageVAlign = Infragistics.Win.VAlign.Middle;
            editorButton2.Appearance = appearance7;
            editorButton2.Key = "clear";
            this.notePredefinite.ButtonsRight.Add(editorButton1);
            this.notePredefinite.ButtonsRight.Add(editorButton2);
            this.notePredefinite.DataSource = this.notaPredefinitaDTOBindingSource;
            this.notePredefinite.DisplayMember = "Descrizione";
            this.notePredefinite.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.notePredefinite.Location = new System.Drawing.Point(78, 72);
            this.notePredefinite.Name = "notePredefinite";
            this.notePredefinite.Size = new System.Drawing.Size(383, 21);
            this.notePredefinite.TabIndex = 50;
            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);
            // 
            // lblNote
            // 
            this.lblNote.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.lblNote.Location = new System.Drawing.Point(9, 76);
            this.lblNote.Name = "lblNote";
            this.lblNote.Size = new System.Drawing.Size(63, 23);
            this.lblNote.TabIndex = 4;
            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(6, 434);
            this.btnConferma.Name = "btnConferma";
            this.btnConferma.Size = new System.Drawing.Size(75, 23);
            this.btnConferma.TabIndex = 110;
            this.btnConferma.Text = "Distinta";
            this.btnConferma.Visible = false;
            this.btnConferma.Click += new System.EventHandler(this.btnConfermaClick);
            // 
            // btnCerca
            // 
            this.btnCerca.Location = new System.Drawing.Point(72, 85);
            this.btnCerca.Name = "btnCerca";
            this.btnCerca.Size = new System.Drawing.Size(75, 23);
            this.btnCerca.TabIndex = 40;
            this.btnCerca.Text = "Cerca";
            this.btnCerca.Click += new System.EventHandler(this.btnCercaClick);
            // 
            // lblGruppi
            // 
            this.lblGruppi.Location = new System.Drawing.Point(479, 31);
            this.lblGruppi.Name = "lblGruppi";
            this.lblGruppi.Size = new System.Drawing.Size(39, 23);
            this.lblGruppi.TabIndex = 12;
            this.lblGruppi.Text = "Scale";
            // 
            // gruppi
            // 
            this.gruppi.DataSource = this.gruppiBindingSource;
            this.gruppi.DisplayMember = "Descrizione";
            this.gruppi.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.gruppi.Location = new System.Drawing.Point(557, 27);
            this.gruppi.Name = "gruppi";
            this.gruppi.Size = new System.Drawing.Size(283, 21);
            this.gruppi.TabIndex = 30;
            this.gruppi.ValueMember = "ID";
            // 
            // gruppiBindingSource
            // 
            this.gruppiBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.GruppoStabileDTO);
            // 
            // blbStabili
            // 
            this.blbStabili.Location = new System.Drawing.Point(0, 31);
            this.blbStabili.Name = "blbStabili";
            this.blbStabili.Size = new System.Drawing.Size(66, 23);
            this.blbStabili.TabIndex = 10;
            this.blbStabili.Text = "Stabili";
            // 
            // stabili
            // 
            this.stabili.DataSource = this.stabiliBindingSource;
            this.stabili.DisplayMember = "DisplayName";
            this.stabili.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.stabili.Location = new System.Drawing.Point(72, 27);
            this.stabili.Name = "stabili";
            this.stabili.Size = new System.Drawing.Size(332, 21);
            this.stabili.TabIndex = 20;
            this.stabili.ValueMember = "ID";
            this.stabili.SelectionChanged += new System.EventHandler(this.stabiliSelectionChanged);
            // 
            // stabiliBindingSource
            // 
            this.stabiliBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.StabileDTO);
            // 
            // lblCondominio
            // 
            this.lblCondominio.Location = new System.Drawing.Point(0, 4);
            this.lblCondominio.Name = "lblCondominio";
            this.lblCondominio.Size = new System.Drawing.Size(66, 23);
            this.lblCondominio.TabIndex = 1;
            this.lblCondominio.Text = "Condominio";
            // 
            // 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(168, 434);
            this.btnAnnulla.Name = "btnAnnulla";
            this.btnAnnulla.Size = new System.Drawing.Size(75, 23);
            this.btnAnnulla.TabIndex = 120;
            this.btnAnnulla.Text = "Annulla";
            this.btnAnnulla.Visible = false;
            this.btnAnnulla.Click += new System.EventHandler(this.btnAnnullaClick);
            // 
            // btnEtichette
            // 
            this.btnEtichette.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnEtichette.Location = new System.Drawing.Point(87, 434);
            this.btnEtichette.Name = "btnEtichette";
            this.btnEtichette.Size = new System.Drawing.Size(75, 23);
            this.btnEtichette.TabIndex = 121;
            this.btnEtichette.Text = "Etichette";
            this.btnEtichette.Visible = false;
            this.btnEtichette.Click += new System.EventHandler(this.btnEtichetteClick);
            // 
            // 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.panel1, 0, 1);
            this.tableLayoutPanel1.Controls.Add(this.selezioniGroupBox, 0, 0);
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 2;
            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.Size = new System.Drawing.Size(858, 610);
            this.tableLayoutPanel1.TabIndex = 122;
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.btnAddebitoSpese);
            this.panel1.Controls.Add(this.listaPersone);
            this.panel1.Controls.Add(this.btnEtichette);
            this.panel1.Controls.Add(this.groupSelezioniStampa);
            this.panel1.Controls.Add(this.btnAnnulla);
            this.panel1.Controls.Add(this.btnConferma);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(3, 144);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(852, 463);
            this.panel1.TabIndex = 4;
            // 
            // btnAddebitoSpese
            // 
            this.btnAddebitoSpese.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnAddebitoSpese.Enabled = false;
            this.btnAddebitoSpese.Location = new System.Drawing.Point(745, 434);
            this.btnAddebitoSpese.Name = "btnAddebitoSpese";
            this.btnAddebitoSpese.Size = new System.Drawing.Size(101, 23);
            this.btnAddebitoSpese.TabIndex = 122;
            this.btnAddebitoSpese.Text = "Addebito Spese";
            this.btnAddebitoSpese.Visible = false;
            this.btnAddebitoSpese.Click += new System.EventHandler(this.btnAddebitoSpeseClick);
            // 
            // selezioniGroupBox
            // 
            this.selezioniGroupBox.Controls.Add(this.ultraExpandableGroupBoxPanel1);
            this.selezioniGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.selezioniGroupBox.ExpandedSize = new System.Drawing.Size(852, 135);
            this.selezioniGroupBox.Location = new System.Drawing.Point(3, 3);
            this.selezioniGroupBox.Name = "selezioniGroupBox";
            this.selezioniGroupBox.Size = new System.Drawing.Size(852, 135);
            this.selezioniGroupBox.TabIndex = 5;
            this.selezioniGroupBox.Text = "Selezioni";
            // 
            // ultraExpandableGroupBoxPanel1
            // 
            this.ultraExpandableGroupBoxPanel1.Controls.Add(this.lblTipoConvocazione);
            this.ultraExpandableGroupBoxPanel1.Controls.Add(this.tipoConvocazione);
            this.ultraExpandableGroupBoxPanel1.Controls.Add(this.lblEsercizio);
            this.ultraExpandableGroupBoxPanel1.Controls.Add(this.esercizi);
            this.ultraExpandableGroupBoxPanel1.Controls.Add(this.residenteSearch);
            this.ultraExpandableGroupBoxPanel1.Controls.Add(this.clearCondominio);
            this.ultraExpandableGroupBoxPanel1.Controls.Add(this.consiglieri);
            this.ultraExpandableGroupBoxPanel1.Controls.Add(this.btnCerca);
            this.ultraExpandableGroupBoxPanel1.Controls.Add(this.sceltaCondominioCombo1);
            this.ultraExpandableGroupBoxPanel1.Controls.Add(this.stabili);
            this.ultraExpandableGroupBoxPanel1.Controls.Add(this.lblGruppi);
            this.ultraExpandableGroupBoxPanel1.Controls.Add(this.blbStabili);
            this.ultraExpandableGroupBoxPanel1.Controls.Add(this.lblCondominio);
            this.ultraExpandableGroupBoxPanel1.Controls.Add(this.gruppi);
            this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 19);
            this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
            this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(846, 113);
            this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
            // 
            // lblTipoConvocazione
            // 
            this.lblTipoConvocazione.Location = new System.Drawing.Point(3, 58);
            this.lblTipoConvocazione.Name = "lblTipoConvocazione";
            this.lblTipoConvocazione.Size = new System.Drawing.Size(66, 23);
            this.lblTipoConvocazione.TabIndex = 47;
            this.lblTipoConvocazione.Text = "Tipo conv.";
            // 
            // tipoConvocazione
            // 
            this.tipoConvocazione.CheckedListSettings.CheckBoxStyle = Infragistics.Win.CheckStyle.CheckBox;
            this.tipoConvocazione.CheckedListSettings.EditorValueSource = Infragistics.Win.EditorWithComboValueSource.CheckedItems;
            this.tipoConvocazione.CheckedListSettings.ItemCheckArea = Infragistics.Win.ItemCheckArea.Item;
            this.tipoConvocazione.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            valueListItem3.DataValue = "Raccomandata";
            valueListItem3.DisplayText = "Raccomandata";
            valueListItem4.DataValue = "RaccomandataAMano";
            valueListItem4.DisplayText = "Raccomandata a mano";
            valueListItem5.DataValue = "Mail";
            valueListItem5.DisplayText = "Mail";
            valueListItem6.DataValue = "Pec";
            valueListItem6.DisplayText = "Pec";
            valueListItem7.DataValue = "Prioritaria";
            valueListItem7.DisplayText = "Prioritaria";
            valueListItem8.DataValue = "Fax";
            valueListItem8.DisplayText = "Fax";
            valueListItem9.DataValue = "NonConvocare";
            valueListItem9.DisplayText = "Non inviare corrispondenza";
            this.tipoConvocazione.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem3,
            valueListItem4,
            valueListItem5,
            valueListItem6,
            valueListItem7,
            valueListItem8,
            valueListItem9});
            this.tipoConvocazione.Location = new System.Drawing.Point(72, 54);
            this.tipoConvocazione.Name = "tipoConvocazione";
            this.tipoConvocazione.Size = new System.Drawing.Size(332, 21);
            this.tipoConvocazione.TabIndex = 46;
            this.tipoConvocazione.ValueChanged += new System.EventHandler(this.tipoConvocazioneValueChanged);
            // 
            // lblEsercizio
            // 
            this.lblEsercizio.Location = new System.Drawing.Point(479, 3);
            this.lblEsercizio.Name = "lblEsercizio";
            this.lblEsercizio.Size = new System.Drawing.Size(72, 19);
            this.lblEsercizio.TabIndex = 45;
            this.lblEsercizio.Text = "Esercizio";
            // 
            // esercizi
            // 
            this.esercizi.DataSource = this.eserciziDTOBindingSource;
            this.esercizi.DisplayMember = "DisplayName";
            this.esercizi.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.esercizi.Location = new System.Drawing.Point(557, 0);
            this.esercizi.Name = "esercizi";
            this.esercizi.Size = new System.Drawing.Size(283, 21);
            this.esercizi.TabIndex = 44;
            this.esercizi.ValueMember = "ID";
            this.esercizi.ValueChanged += new System.EventHandler(this.eserciziValueChanged);
            // 
            // eserciziDTOBindingSource
            // 
            this.eserciziDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.EsercizioDTO);
            // 
            // residenteSearch
            // 
            this.residenteSearch.Checked = true;
            this.residenteSearch.CheckState = System.Windows.Forms.CheckState.Indeterminate;
            this.residenteSearch.Location = new System.Drawing.Point(673, 59);
            this.residenteSearch.Name = "residenteSearch";
            this.residenteSearch.Size = new System.Drawing.Size(85, 20);
            this.residenteSearch.TabIndex = 43;
            this.residenteSearch.Text = "Residente";
            this.residenteSearch.ThreeState = true;
            // 
            // clearCondominio
            // 
            appearance8.Image = global::Gipasoft.Stabili.UI.LettereCondomini.LettereCondominiResources.clear;
            this.clearCondominio.Appearance = appearance8;
            this.clearCondominio.Location = new System.Drawing.Point(425, 0);
            this.clearCondominio.Name = "clearCondominio";
            this.clearCondominio.Size = new System.Drawing.Size(28, 23);
            this.clearCondominio.TabIndex = 42;
            this.clearCondominio.Click += new System.EventHandler(this.clearCondominioClick);
            // 
            // consiglieri
            // 
            this.consiglieri.Checked = true;
            this.consiglieri.CheckState = System.Windows.Forms.CheckState.Indeterminate;
            this.consiglieri.Location = new System.Drawing.Point(764, 59);
            this.consiglieri.Name = "consiglieri";
            this.consiglieri.Size = new System.Drawing.Size(79, 20);
            this.consiglieri.TabIndex = 41;
            this.consiglieri.Text = "Consiglieri";
            this.consiglieri.ThreeState = true;
            // 
            // sceltaCondominioCombo1
            // 
            this.sceltaCondominioCombo1.IdCondominioSelected = 0;
            this.sceltaCondominioCombo1.Location = new System.Drawing.Point(72, 0);
            this.sceltaCondominioCombo1.Name = "sceltaCondominioCombo1";
            this.sceltaCondominioCombo1.Size = new System.Drawing.Size(347, 21);
            this.sceltaCondominioCombo1.TabIndex = 10;
            // 
            // reqData
            // 
            this.reqData.ControlToValidate = this.dataIntestazione;
            this.reqData.ErrorMessage = "Inserire una data";
            this.reqData.Icon = ((System.Drawing.Icon)(resources.GetObject("reqData.Icon")));
            // 
            // reqTipoDistinta
            // 
            this.reqTipoDistinta.ControlToValidate = this.tipoDistinta;
            this.reqTipoDistinta.ErrorMessage = "Scegliere un tipo distinta";
            this.reqTipoDistinta.Icon = ((System.Drawing.Icon)(resources.GetObject("reqTipoDistinta.Icon")));
            // 
            // reqIntestazione
            // 
            this.reqIntestazione.ControlToValidate = this.intestazioneDistinta;
            this.reqIntestazione.ErrorMessage = "Inserire la intestazione";
            this.reqIntestazione.Icon = ((System.Drawing.Icon)(resources.GetObject("reqIntestazione.Icon")));
            // 
            // reqCondominio
            // 
            this.reqCondominio.ControlToValidate = this.sceltaCondominioCombo1;
            this.reqCondominio.ErrorMessage = "Scegliere un condominio";
            this.reqCondominio.Icon = ((System.Drawing.Icon)(resources.GetObject("reqCondominio.Icon")));
            // 
            // LettereCondominiUC
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.tableLayoutPanel1);
            this.Name = "LettereCondominiUC";
            this.Size = new System.Drawing.Size(858, 610);
            this.Load += new System.EventHandler(this.lettereCondominiUCLoad);
            ((System.ComponentModel.ISupportInitialize)(this.ultraControlContainerEditor1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.listaPersone)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.personaComunicazioneDTOBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupSelezioniStampa)).EndInit();
            this.groupSelezioniStampa.ResumeLayout(false);
            this.groupSelezioniStampa.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numeroInterno)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.recapitoResidenza)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.stampaVerticale)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.importoLettera)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.intestazioneDistinta)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoDistinta)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.stampaNumeroRaccomandata)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataIntestazione)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.firma)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.notePredefinite)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.notaPredefinitaDTOBindingSource)).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();
            this.tableLayoutPanel1.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.selezioniGroupBox)).EndInit();
            this.selezioniGroupBox.ResumeLayout(false);
            this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
            this.ultraExpandableGroupBoxPanel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tipoConvocazione)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.esercizi)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.eserciziDTOBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.residenteSearch)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.consiglieri)).EndInit();
            this.ResumeLayout(false);

        }
Esempio n. 20
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinEditors.EditorButton editorButton2 = new Infragistics.Win.UltraWinEditors.EditorButton();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     this.utxtPassword = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.utxtUser     = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.label2       = new System.Windows.Forms.Label();
     this.lblLogin     = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.utxtPassword)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.utxtUser)).BeginInit();
     this.SuspendLayout();
     //
     // utxtPassword
     //
     this.utxtPassword.AutoSize = false;
     appearance1.Image          = global::BCPDA.Properties.Resources.LoginForm_password;
     editorButton1.Appearance   = appearance1;
     this.utxtPassword.ButtonsLeft.Add(editorButton1);
     this.utxtPassword.Location     = new System.Drawing.Point(43, 187);
     this.utxtPassword.Name         = "utxtPassword";
     this.utxtPassword.PasswordChar = '*';
     this.utxtPassword.Size         = new System.Drawing.Size(199, 29);
     this.utxtPassword.TabIndex     = 10;
     this.utxtPassword.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.utxtPassword_KeyDown);
     //
     // utxtUser
     //
     this.utxtUser.AutoSize   = false;
     appearance2.Image        = global::BCPDA.Properties.Resources.LoginForm_user;
     editorButton2.Appearance = appearance2;
     this.utxtUser.ButtonsLeft.Add(editorButton2);
     this.utxtUser.Location = new System.Drawing.Point(43, 140);
     this.utxtUser.Name     = "utxtUser";
     this.utxtUser.Size     = new System.Drawing.Size(199, 29);
     this.utxtUser.TabIndex = 11;
     this.utxtUser.Text     = "Demo";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font      = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.ForeColor = System.Drawing.Color.Green;
     this.label2.Location  = new System.Drawing.Point(20, 73);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(244, 21);
     this.label2.TabIndex  = 13;
     this.label2.Text      = "产品生产管理系统PDA端";
     //
     // lblLogin
     //
     this.lblLogin.BackColor   = System.Drawing.Color.Transparent;
     this.lblLogin.Cursor      = System.Windows.Forms.Cursors.Hand;
     this.lblLogin.Image       = global::BCPDA.Properties.Resources.LoginForm_login_btn;
     this.lblLogin.Location    = new System.Drawing.Point(44, 249);
     this.lblLogin.Name        = "lblLogin";
     this.lblLogin.Size        = new System.Drawing.Size(196, 45);
     this.lblLogin.TabIndex    = 12;
     this.lblLogin.Text        = " 登陆";
     this.lblLogin.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     this.lblLogin.Click      += new System.EventHandler(this.lblLogin_Click);
     this.lblLogin.MouseLeave += new System.EventHandler(this.lblLogin_MouseLeave);
     this.lblLogin.MouseHover += new System.EventHandler(this.lblLogin_MouseEnter);
     //
     // PDALogin
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.ClientSize          = new System.Drawing.Size(284, 362);
     this.Controls.Add(this.utxtPassword);
     this.Controls.Add(this.utxtUser);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.lblLogin);
     this.Name  = "PDALogin";
     this.Load += new System.EventHandler(this.PDALogin_Load);
     this.Controls.SetChildIndex(this.lblLogin, 0);
     this.Controls.SetChildIndex(this.label2, 0);
     this.Controls.SetChildIndex(this.utxtUser, 0);
     this.Controls.SetChildIndex(this.utxtPassword, 0);
     ((System.ComponentModel.ISupportInitialize)(this.utxtPassword)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.utxtUser)).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("dettaglioNota");
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinEditors.EditorButton editorButton2 = new Infragistics.Win.UltraWinEditors.EditorButton("dettaglioNota");
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StampaCertificazioniUC));
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("DatiCertificazioneDTO", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ExtensionData");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CapFornitore");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Cellulare");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn41 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CodiceCondominio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn42 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CodiceFiscaleCondominio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn43 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CodiceFiscaleFornitore");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ComuneFornitore");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn44 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneCondominio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn45 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneFornitore");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn46 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Dettaglio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn47 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Email");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn48 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("EmailCertificata");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("EsenteRegimeMinimo");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn49 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Fax");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn50 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdCondominio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn51 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdFornitore");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn52 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdPersona");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn53 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IndirizzoCondominio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn54 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IndirizzoFornitore");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn55 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PartitaIvaFornitore");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn56 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SecondaRigaIndirizzoCondominio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn57 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SecondaRigaIndirizzoFornitore");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn58 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SelectColumn", 0);
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Dettaglio", 0);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn59 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ExtensionData");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn60 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AltreSpeseNonSoggette");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn61 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CodiceTributo");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn62 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CompensiNonSoggetti");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn63 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CompensiSoggetti");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn64 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DataFattura");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn65 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DataPagamentoFattura");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn66 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DataPagamentoRitenuta");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn67 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdCondominio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn68 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdFattura");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn69 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdFornitore");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn70 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ImportoImponibile");
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn71 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ImportoIva");
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn72 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ImportoPagato");
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn73 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ImportoRitenuta");
            Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn74 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ImportoTotale");
            Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn75 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NumeroFattura");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn76 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PercentualeRitenuta");
            Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
            this.dataLettera = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.lblDataLettera = new Infragistics.Win.Misc.UltraLabel();
            this.lblModelloLettera = new Infragistics.Win.Misc.UltraLabel();
            this.modelliLettera = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.modelliBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.lblCondominio = new Infragistics.Win.Misc.UltraLabel();
            this.lblFornitore = new Infragistics.Win.Misc.UltraLabel();
            this.btnConferma = new Infragistics.Win.Misc.UltraButton();
            this.btnCerca = new Infragistics.Win.Misc.UltraButton();
            this.anno = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.lblAnno = new Infragistics.Win.Misc.UltraLabel();
            this.btnGestioneModelli = new Infragistics.Win.Misc.UltraButton();
            this.modelliNote = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.notaPredefinitaDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.lblNote = new Infragistics.Win.Misc.UltraLabel();
            this.sceltaFornitoreCombo1 = new Gipasoft.Stabili.UI.Library.SceltaFornitoreCombo();
            this.sceltaCondominioCombo1 = new Gipasoft.Stabili.UI.Library.SceltaCondominioCombo();
            this.validationSummaryCerca = new Gipasoft.Windows.Forms.CustomValidation.ValidationSummary(this.components);
            this.reqModelloValidator = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.reqDataLettera = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.reqAnno = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.reqNote = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.validatorAnno = new Gipasoft.Windows.Forms.CustomValidation.CompareValidator();
            this.parametriGroupBox = new Infragistics.Win.Misc.UltraGroupBox();
            this.btnAnnulla = new Infragistics.Win.Misc.UltraButton();
            this.lista = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.datiCertificazioneDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.validationSummaryConferma = new Gipasoft.Windows.Forms.CustomValidation.ValidationSummary(this.components);
            this.customValidatorSelezione = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            this.panelCertificazioni = new System.Windows.Forms.Panel();
            this.sottoContoDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.dataLettera)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.modelliLettera)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.modelliBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.anno)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.modelliNote)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.notaPredefinitaDTOBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.parametriGroupBox)).BeginInit();
            this.parametriGroupBox.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.lista)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.datiCertificazioneDTOBindingSource)).BeginInit();
            this.panelCertificazioni.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.sottoContoDTOBindingSource)).BeginInit();
            this.SuspendLayout();
            // 
            // dataLettera
            // 
            this.dataLettera.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.dataLettera.Location = new System.Drawing.Point(165, 275);
            this.dataLettera.Name = "dataLettera";
            this.dataLettera.Size = new System.Drawing.Size(88, 21);
            this.dataLettera.TabIndex = 0;
            this.dataLettera.Value = null;
            // 
            // lblDataLettera
            // 
            this.lblDataLettera.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.lblDataLettera.Location = new System.Drawing.Point(90, 279);
            this.lblDataLettera.Name = "lblDataLettera";
            this.lblDataLettera.Size = new System.Drawing.Size(69, 23);
            this.lblDataLettera.TabIndex = 1;
            this.lblDataLettera.Text = "Data Lettera";
            // 
            // lblModelloLettera
            // 
            this.lblModelloLettera.Location = new System.Drawing.Point(10, 50);
            this.lblModelloLettera.Name = "lblModelloLettera";
            this.lblModelloLettera.Size = new System.Drawing.Size(79, 23);
            this.lblModelloLettera.TabIndex = 6;
            this.lblModelloLettera.Text = "Lettera";
            // 
            // modelliLettera
            // 
            editorButton1.Key = "dettaglioNota";
            editorButton1.Text = "...";
            this.modelliLettera.ButtonsRight.Add(editorButton1);
            this.modelliLettera.DataSource = this.modelliBindingSource;
            this.modelliLettera.DisplayMember = "Descrizione";
            this.modelliLettera.Location = new System.Drawing.Point(97, 46);
            this.modelliLettera.Name = "modelliLettera";
            this.modelliLettera.Size = new System.Drawing.Size(312, 21);
            this.modelliLettera.TabIndex = 7;
            this.modelliLettera.ValueMember = "Id";
            this.modelliLettera.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.modelliLetteraEditorButtonClick);
            // 
            // modelliBindingSource
            // 
            this.modelliBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.CodiceDescrizioneDTO);
            // 
            // lblCondominio
            // 
            this.lblCondominio.Location = new System.Drawing.Point(10, 21);
            this.lblCondominio.Name = "lblCondominio";
            this.lblCondominio.Size = new System.Drawing.Size(85, 23);
            this.lblCondominio.TabIndex = 10;
            this.lblCondominio.Text = "Condominio";
            // 
            // lblFornitore
            // 
            this.lblFornitore.Location = new System.Drawing.Point(427, 21);
            this.lblFornitore.Name = "lblFornitore";
            this.lblFornitore.Size = new System.Drawing.Size(55, 23);
            this.lblFornitore.TabIndex = 11;
            this.lblFornitore.Text = "Fornitore";
            // 
            // 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(3, 278);
            this.btnConferma.Name = "btnConferma";
            this.btnConferma.Size = new System.Drawing.Size(75, 23);
            this.btnConferma.TabIndex = 12;
            this.btnConferma.Text = "Conferma";
            this.btnConferma.Click += new System.EventHandler(this.btnConfermaClick);
            // 
            // btnCerca
            // 
            this.btnCerca.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnCerca.Location = new System.Drawing.Point(97, 104);
            this.btnCerca.Name = "btnCerca";
            this.btnCerca.Size = new System.Drawing.Size(75, 23);
            this.btnCerca.TabIndex = 13;
            this.btnCerca.Text = "Cerca";
            this.btnCerca.Click += new System.EventHandler(this.btnCercaClick);
            // 
            // anno
            // 
            this.anno.Location = new System.Drawing.Point(97, 75);
            this.anno.MaskInput = "nnnn";
            this.anno.MaxValue = 9999;
            this.anno.MinValue = 0;
            this.anno.Name = "anno";
            this.anno.Nullable = true;
            this.anno.Size = new System.Drawing.Size(40, 21);
            this.anno.TabIndex = 15;
            // 
            // lblAnno
            // 
            this.lblAnno.Location = new System.Drawing.Point(10, 79);
            this.lblAnno.Name = "lblAnno";
            this.lblAnno.Size = new System.Drawing.Size(85, 23);
            this.lblAnno.TabIndex = 14;
            this.lblAnno.Text = "Anno";
            // 
            // btnGestioneModelli
            // 
            this.btnGestioneModelli.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            appearance1.Image = global::Gipasoft.Stabili.UI.DisposizioniPagamento.DisposizionePagamentoResources.gear1;
            this.btnGestioneModelli.Appearance = appearance1;
            this.btnGestioneModelli.Location = new System.Drawing.Point(731, 278);
            this.btnGestioneModelli.Name = "btnGestioneModelli";
            this.btnGestioneModelli.Size = new System.Drawing.Size(75, 23);
            this.btnGestioneModelli.TabIndex = 178;
            this.btnGestioneModelli.TabStop = false;
            this.btnGestioneModelli.Text = "Modelli";
            this.btnGestioneModelli.Click += new System.EventHandler(this.btnGestioneModelliClick);
            // 
            // modelliNote
            // 
            editorButton2.Key = "dettaglioNota";
            editorButton2.Text = "...";
            this.modelliNote.ButtonsRight.Add(editorButton2);
            this.modelliNote.DataSource = this.notaPredefinitaDTOBindingSource;
            this.modelliNote.DisplayMember = "Descrizione";
            this.modelliNote.Location = new System.Drawing.Point(485, 45);
            this.modelliNote.Name = "modelliNote";
            this.modelliNote.Size = new System.Drawing.Size(312, 21);
            this.modelliNote.TabIndex = 179;
            this.modelliNote.ValueMember = "ID";
            this.modelliNote.ValueChanged += new System.EventHandler(this.modelliNoteValueChanged);
            this.modelliNote.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.modelliNoteEditorButtonClick);
            // 
            // notaPredefinitaDTOBindingSource
            // 
            this.notaPredefinitaDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.NotaPredefinitaDTO);
            // 
            // lblNote
            // 
            this.lblNote.Location = new System.Drawing.Point(427, 50);
            this.lblNote.Name = "lblNote";
            this.lblNote.Size = new System.Drawing.Size(55, 23);
            this.lblNote.TabIndex = 180;
            this.lblNote.Text = "Note";
            // 
            // sceltaFornitoreCombo1
            // 
            this.sceltaFornitoreCombo1.AllowInsert = true;
            this.sceltaFornitoreCombo1.CurrentEditRow = null;
            this.sceltaFornitoreCombo1.IdFornitore = 0;
            this.sceltaFornitoreCombo1.Location = new System.Drawing.Point(485, 19);
            this.sceltaFornitoreCombo1.Margin = new System.Windows.Forms.Padding(0);
            this.sceltaFornitoreCombo1.Name = "sceltaFornitoreCombo1";
            this.sceltaFornitoreCombo1.Size = new System.Drawing.Size(312, 21);
            this.sceltaFornitoreCombo1.TabIndex = 9;
            // 
            // sceltaCondominioCombo1
            // 
            this.sceltaCondominioCombo1.IdCondominioSelected = 0;
            this.sceltaCondominioCombo1.Location = new System.Drawing.Point(97, 19);
            this.sceltaCondominioCombo1.Name = "sceltaCondominioCombo1";
            this.sceltaCondominioCombo1.Size = new System.Drawing.Size(312, 21);
            this.sceltaCondominioCombo1.TabIndex = 8;
            // 
            // reqModelloValidator
            // 
            this.reqModelloValidator.ControlToValidate = this.modelliLettera;
            this.reqModelloValidator.ErrorMessage = "Scegliere un modello di lettera";
            this.reqModelloValidator.Icon = ((System.Drawing.Icon)(resources.GetObject("reqModelloValidator.Icon")));
            // 
            // reqDataLettera
            // 
            this.reqDataLettera.ControlToValidate = this.dataLettera;
            this.reqDataLettera.ErrorMessage = "Inserire la data della lettera";
            this.reqDataLettera.Icon = ((System.Drawing.Icon)(resources.GetObject("reqDataLettera.Icon")));
            // 
            // reqAnno
            // 
            this.reqAnno.ControlToValidate = this.anno;
            this.reqAnno.ErrorMessage = "Inserire un anno";
            this.reqAnno.Icon = ((System.Drawing.Icon)(resources.GetObject("reqAnno.Icon")));
            // 
            // reqNote
            // 
            this.reqNote.ControlToValidate = this.modelliNote;
            this.reqNote.ErrorMessage = "Scegliere una nota";
            this.reqNote.Icon = ((System.Drawing.Icon)(resources.GetObject("reqNote.Icon")));
            // 
            // validatorAnno
            // 
            this.validatorAnno.ControlToValidate = this.anno;
            this.validatorAnno.ErrorMessage = "Inserire un anno valido";
            this.validatorAnno.Icon = ((System.Drawing.Icon)(resources.GetObject("validatorAnno.Icon")));
            this.validatorAnno.Operator = Gipasoft.Windows.Forms.CustomValidation.ValidationCompareOperator.GreaterThan;
            this.validatorAnno.ValueToCompare = "2000";
            // 
            // parametriGroupBox
            // 
            this.parametriGroupBox.Controls.Add(this.btnAnnulla);
            this.parametriGroupBox.Controls.Add(this.sceltaCondominioCombo1);
            this.parametriGroupBox.Controls.Add(this.btnCerca);
            this.parametriGroupBox.Controls.Add(this.lblNote);
            this.parametriGroupBox.Controls.Add(this.lblModelloLettera);
            this.parametriGroupBox.Controls.Add(this.modelliNote);
            this.parametriGroupBox.Controls.Add(this.modelliLettera);
            this.parametriGroupBox.Controls.Add(this.sceltaFornitoreCombo1);
            this.parametriGroupBox.Controls.Add(this.anno);
            this.parametriGroupBox.Controls.Add(this.lblCondominio);
            this.parametriGroupBox.Controls.Add(this.lblAnno);
            this.parametriGroupBox.Controls.Add(this.lblFornitore);
            this.parametriGroupBox.Location = new System.Drawing.Point(3, 3);
            this.parametriGroupBox.Name = "parametriGroupBox";
            this.parametriGroupBox.Size = new System.Drawing.Size(805, 133);
            this.parametriGroupBox.TabIndex = 182;
            this.parametriGroupBox.Text = "Parametri";
            // 
            // 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(178, 104);
            this.btnAnnulla.Name = "btnAnnulla";
            this.btnAnnulla.Size = new System.Drawing.Size(75, 23);
            this.btnAnnulla.TabIndex = 182;
            this.btnAnnulla.Text = "Annulla";
            this.btnAnnulla.Click += new System.EventHandler(this.btnAnnullaClick);
            // 
            // lista
            // 
            this.lista.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.lista.DataSource = this.datiCertificazioneDTOBindingSource;
            ultraGridColumn39.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn39.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn39.Header.VisiblePosition = 21;
            ultraGridColumn39.Hidden = true;
            ultraGridColumn39.Width = 20;
            ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn1.Header.Caption = "Cap";
            ultraGridColumn1.Header.VisiblePosition = 1;
            ultraGridColumn1.Hidden = true;
            ultraGridColumn40.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn40.Header.VisiblePosition = 14;
            ultraGridColumn41.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn41.Header.Caption = "Cd. Condominio";
            ultraGridColumn41.Header.VisiblePosition = 3;
            ultraGridColumn41.Hidden = true;
            ultraGridColumn42.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn42.Header.Caption = "Codice Fiscale Condominio";
            ultraGridColumn42.Header.VisiblePosition = 7;
            ultraGridColumn42.Hidden = true;
            ultraGridColumn43.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn43.Header.Caption = "Codice Fiscale Fornitore";
            ultraGridColumn43.Header.VisiblePosition = 19;
            ultraGridColumn43.Hidden = true;
            ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn2.Header.Caption = "Comune";
            ultraGridColumn2.Header.VisiblePosition = 8;
            ultraGridColumn2.Hidden = true;
            ultraGridColumn44.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn44.Header.Caption = "Condominio";
            ultraGridColumn44.Header.VisiblePosition = 4;
            ultraGridColumn44.Width = 200;
            ultraGridColumn45.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn45.Header.Caption = "Fornitore";
            ultraGridColumn45.Header.VisiblePosition = 10;
            ultraGridColumn45.Width = 200;
            ultraGridColumn46.Header.VisiblePosition = 22;
            ultraGridColumn47.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn47.Header.VisiblePosition = 13;
            ultraGridColumn48.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn48.ColumnChooserCaption = "Email Certificata";
            ultraGridColumn48.Header.Caption = "Certificata";
            ultraGridColumn48.Header.VisiblePosition = 12;
            ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn3.ColumnChooserCaption = "Esente Regime Minimo";
            ultraGridColumn3.Header.Caption = "Reg.Minimo";
            ultraGridColumn3.Header.CheckBoxVisibility = Infragistics.Win.UltraWinGrid.HeaderCheckBoxVisibility.Never;
            ultraGridColumn3.Header.VisiblePosition = 15;
            ultraGridColumn3.Hidden = true;
            ultraGridColumn49.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn49.Header.VisiblePosition = 17;
            ultraGridColumn50.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn50.Header.Caption = "Id Condominio";
            ultraGridColumn50.Header.VisiblePosition = 2;
            ultraGridColumn50.Hidden = true;
            ultraGridColumn51.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn51.Header.Caption = "Id Fornitore";
            ultraGridColumn51.Header.VisiblePosition = 9;
            ultraGridColumn51.Hidden = true;
            ultraGridColumn52.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn52.Header.Caption = "Id Persona";
            ultraGridColumn52.Header.VisiblePosition = 16;
            ultraGridColumn52.Hidden = true;
            ultraGridColumn53.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn53.Header.Caption = "Indirizzo Condominio";
            ultraGridColumn53.Header.VisiblePosition = 5;
            ultraGridColumn53.Width = 150;
            ultraGridColumn54.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn54.Header.Caption = "Indirizzo Fornitore";
            ultraGridColumn54.Header.VisiblePosition = 11;
            ultraGridColumn54.Width = 150;
            ultraGridColumn55.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn55.Header.Caption = "Partita Iva Fornitore";
            ultraGridColumn55.Header.VisiblePosition = 20;
            ultraGridColumn55.Hidden = true;
            ultraGridColumn56.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn56.Header.Caption = "Seconda Riga Indirizzo Condominio";
            ultraGridColumn56.Header.VisiblePosition = 6;
            ultraGridColumn56.Hidden = true;
            ultraGridColumn57.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn57.Header.Caption = "Seconda Riga Indirizzo Fornitore";
            ultraGridColumn57.Header.VisiblePosition = 18;
            ultraGridColumn57.Hidden = true;
            ultraGridColumn58.DataType = typeof(bool);
            ultraGridColumn58.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn58.Header.Caption = "S";
            ultraGridColumn58.Header.VisiblePosition = 0;
            ultraGridColumn58.Width = 30;
            ultraGridBand1.Columns.AddRange(new object[] {
            ultraGridColumn39,
            ultraGridColumn1,
            ultraGridColumn40,
            ultraGridColumn41,
            ultraGridColumn42,
            ultraGridColumn43,
            ultraGridColumn2,
            ultraGridColumn44,
            ultraGridColumn45,
            ultraGridColumn46,
            ultraGridColumn47,
            ultraGridColumn48,
            ultraGridColumn3,
            ultraGridColumn49,
            ultraGridColumn50,
            ultraGridColumn51,
            ultraGridColumn52,
            ultraGridColumn53,
            ultraGridColumn54,
            ultraGridColumn55,
            ultraGridColumn56,
            ultraGridColumn57,
            ultraGridColumn58});
            ultraGridColumn59.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn59.Header.VisiblePosition = 17;
            ultraGridColumn59.Hidden = true;
            ultraGridColumn59.Width = 181;
            ultraGridColumn60.Header.Caption = "Altre Spese Non Soggette";
            ultraGridColumn60.Header.VisiblePosition = 0;
            ultraGridColumn60.Hidden = true;
            ultraGridColumn60.Width = 8;
            ultraGridColumn61.Header.Caption = "Cd.Tributo";
            ultraGridColumn61.Header.VisiblePosition = 1;
            ultraGridColumn61.Width = 50;
            ultraGridColumn62.Header.Caption = "Compensi Non Soggetti";
            ultraGridColumn62.Header.VisiblePosition = 9;
            ultraGridColumn62.Hidden = true;
            ultraGridColumn62.Width = 150;
            ultraGridColumn63.Header.Caption = "Compensi Soggetti";
            ultraGridColumn63.Header.VisiblePosition = 10;
            ultraGridColumn63.Hidden = true;
            ultraGridColumn64.Header.Caption = "Data Fattura";
            ultraGridColumn64.Header.VisiblePosition = 3;
            ultraGridColumn64.Width = 80;
            ultraGridColumn65.Header.Caption = "Dt.Pag.Fatt.";
            ultraGridColumn65.Header.VisiblePosition = 11;
            ultraGridColumn65.Width = 80;
            ultraGridColumn66.Header.Caption = "Dt.Vers.Rit.";
            ultraGridColumn66.Header.VisiblePosition = 12;
            ultraGridColumn66.Width = 80;
            ultraGridColumn67.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn67.Header.VisiblePosition = 14;
            ultraGridColumn67.Hidden = true;
            ultraGridColumn68.Header.Caption = "Id Fattura";
            ultraGridColumn68.Header.VisiblePosition = 15;
            ultraGridColumn68.Hidden = true;
            ultraGridColumn69.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn69.Header.VisiblePosition = 16;
            ultraGridColumn69.Hidden = true;
            appearance2.TextHAlignAsString = "Right";
            ultraGridColumn70.CellAppearance = appearance2;
            ultraGridColumn70.Format = "c";
            ultraGridColumn70.Header.Caption = "Imponibile";
            ultraGridColumn70.Header.VisiblePosition = 4;
            ultraGridColumn70.Width = 70;
            appearance3.TextHAlignAsString = "Right";
            ultraGridColumn71.CellAppearance = appearance3;
            ultraGridColumn71.Format = "c";
            ultraGridColumn71.Header.Caption = "Iva";
            ultraGridColumn71.Header.VisiblePosition = 5;
            ultraGridColumn71.Width = 70;
            appearance4.TextHAlignAsString = "Right";
            ultraGridColumn72.CellAppearance = appearance4;
            ultraGridColumn72.Format = "c";
            ultraGridColumn72.Header.Caption = "Importo Pagato";
            ultraGridColumn72.Header.VisiblePosition = 13;
            ultraGridColumn72.Width = 70;
            appearance5.TextHAlignAsString = "Right";
            ultraGridColumn73.CellAppearance = appearance5;
            ultraGridColumn73.Format = "c";
            ultraGridColumn73.Header.Caption = "Ritenuta";
            ultraGridColumn73.Header.VisiblePosition = 6;
            ultraGridColumn73.Width = 70;
            appearance6.TextHAlignAsString = "Right";
            ultraGridColumn74.CellAppearance = appearance6;
            ultraGridColumn74.Format = "c";
            ultraGridColumn74.Header.Caption = "Totale";
            ultraGridColumn74.Header.VisiblePosition = 7;
            ultraGridColumn74.Width = 70;
            ultraGridColumn75.Header.Caption = "Numero Fattura";
            ultraGridColumn75.Header.VisiblePosition = 2;
            ultraGridColumn75.Width = 70;
            appearance7.TextHAlignAsString = "Right";
            ultraGridColumn76.CellAppearance = appearance7;
            ultraGridColumn76.Header.Caption = "Aliq.Rit.";
            ultraGridColumn76.Header.VisiblePosition = 8;
            ultraGridColumn76.Width = 40;
            ultraGridBand2.Columns.AddRange(new object[] {
            ultraGridColumn59,
            ultraGridColumn60,
            ultraGridColumn61,
            ultraGridColumn62,
            ultraGridColumn63,
            ultraGridColumn64,
            ultraGridColumn65,
            ultraGridColumn66,
            ultraGridColumn67,
            ultraGridColumn68,
            ultraGridColumn69,
            ultraGridColumn70,
            ultraGridColumn71,
            ultraGridColumn72,
            ultraGridColumn73,
            ultraGridColumn74,
            ultraGridColumn75,
            ultraGridColumn76});
            this.lista.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
            this.lista.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
            appearance8.FontData.BoldAsString = "True";
            appearance8.TextHAlignAsString = "Left";
            this.lista.DisplayLayout.CaptionAppearance = appearance8;
            this.lista.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
            this.lista.DisplayLayout.Override.AllowColSizing = Infragistics.Win.UltraWinGrid.AllowColSizing.Free;
            this.lista.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
            this.lista.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
            this.lista.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
            this.lista.DisplayLayout.Override.HeaderCheckBoxVisibility = Infragistics.Win.UltraWinGrid.HeaderCheckBoxVisibility.WhenUsingCheckEditor;
            this.lista.DisplayLayout.Override.RowSelectorHeaderStyle = Infragistics.Win.UltraWinGrid.RowSelectorHeaderStyle.ColumnChooserButton;
            this.lista.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
            this.lista.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lista.Location = new System.Drawing.Point(0, 3);
            this.lista.Name = "lista";
            this.lista.Size = new System.Drawing.Size(806, 270);
            this.lista.TabIndex = 183;
            this.lista.Text = "Certificazioni";
            // 
            // datiCertificazioneDTOBindingSource
            // 
            this.datiCertificazioneDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.DatiCertificazioneDTO);
            // 
            // customValidatorSelezione
            // 
            this.customValidatorSelezione.ControlToValidate = this.lista;
            this.customValidatorSelezione.ErrorMessage = "Selezionare almeno una riga";
            this.customValidatorSelezione.Icon = ((System.Drawing.Icon)(resources.GetObject("customValidatorSelezione.Icon")));
            this.customValidatorSelezione.Validating += new Gipasoft.Windows.Forms.CustomValidation.CustomValidator.ValidatingEventHandler(this.customValidatorSelezioneValidating);
            // 
            // panelCertificazioni
            // 
            this.panelCertificazioni.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.panelCertificazioni.Controls.Add(this.lista);
            this.panelCertificazioni.Controls.Add(this.btnConferma);
            this.panelCertificazioni.Controls.Add(this.dataLettera);
            this.panelCertificazioni.Controls.Add(this.lblDataLettera);
            this.panelCertificazioni.Controls.Add(this.btnGestioneModelli);
            this.panelCertificazioni.Location = new System.Drawing.Point(3, 136);
            this.panelCertificazioni.Name = "panelCertificazioni";
            this.panelCertificazioni.Size = new System.Drawing.Size(809, 304);
            this.panelCertificazioni.TabIndex = 184;
            // 
            // sottoContoDTOBindingSource
            // 
            this.sottoContoDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.SottoContoDTO);
            // 
            // StampaCertificazioniUC
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.panelCertificazioni);
            this.Controls.Add(this.parametriGroupBox);
            this.Name = "StampaCertificazioniUC";
            this.Size = new System.Drawing.Size(814, 443);
            this.Load += new System.EventHandler(this.stampaCertificazioniUCLoad);
            ((System.ComponentModel.ISupportInitialize)(this.dataLettera)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.modelliLettera)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.modelliBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.anno)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.modelliNote)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.notaPredefinitaDTOBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.parametriGroupBox)).EndInit();
            this.parametriGroupBox.ResumeLayout(false);
            this.parametriGroupBox.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.lista)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.datiCertificazioneDTOBindingSource)).EndInit();
            this.panelCertificazioni.ResumeLayout(false);
            this.panelCertificazioni.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.sottoContoDTOBindingSource)).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.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton("font");
            Infragistics.Win.UltraWinEditors.EditorButton editorButton2 = new Infragistics.Win.UltraWinEditors.EditorButton("font");
            Infragistics.Win.UltraWinEditors.EditorButton editorButton3 = new Infragistics.Win.UltraWinEditors.EditorButton("font");
            this.fontGroup = new Infragistics.Win.Misc.UltraGroupBox();
            this.lblTabella = new Infragistics.Win.Misc.UltraLabel();
            this.tabellaFont = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblHeader = new Infragistics.Win.Misc.UltraLabel();
            this.headerFont = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblCaption = new Infragistics.Win.Misc.UltraLabel();
            this.captionFont = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.captionBackColor = new Infragistics.Win.UltraWinEditors.UltraColorPicker();
            this.impostazioneReportDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.lblCaptionBackColor = new Infragistics.Win.Misc.UltraLabel();
            this.captionFontDialog = new System.Windows.Forms.FontDialog();
            this.btnConferma = new Infragistics.Win.Misc.UltraButton();
            this.btnAnnulla = new Infragistics.Win.Misc.UltraButton();
            this.headerFontDialog = new System.Windows.Forms.FontDialog();
            this.tabellaFontDialog = new System.Windows.Forms.FontDialog();
            this.widthGroup = new Infragistics.Win.Misc.UltraGroupBox();
            this.lblTipo = new Infragistics.Win.Misc.UltraLabel();
            this.lblDescrizione = new Infragistics.Win.Misc.UltraLabel();
            this.lblCodice = new Infragistics.Win.Misc.UltraLabel();
            this.lblnterno = new Infragistics.Win.Misc.UltraLabel();
            this.lblSubalterno = new Infragistics.Win.Misc.UltraLabel();
            this.codiceWidth = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.internoWidth = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.tipoWidth = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.descrizioneWidth = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.subalternoWidth = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            ((System.ComponentModel.ISupportInitialize)(this.fontGroup)).BeginInit();
            this.fontGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tabellaFont)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.headerFont)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.captionFont)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.captionBackColor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.impostazioneReportDTOBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.widthGroup)).BeginInit();
            this.widthGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.codiceWidth)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.internoWidth)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoWidth)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.descrizioneWidth)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.subalternoWidth)).BeginInit();
            this.SuspendLayout();
            // 
            // fontGroup
            // 
            this.fontGroup.Controls.Add(this.lblTabella);
            this.fontGroup.Controls.Add(this.tabellaFont);
            this.fontGroup.Controls.Add(this.lblHeader);
            this.fontGroup.Controls.Add(this.headerFont);
            this.fontGroup.Controls.Add(this.lblCaption);
            this.fontGroup.Controls.Add(this.captionFont);
            this.fontGroup.Location = new System.Drawing.Point(12, 12);
            this.fontGroup.Name = "fontGroup";
            this.fontGroup.Size = new System.Drawing.Size(366, 113);
            this.fontGroup.TabIndex = 0;
            this.fontGroup.Text = "Font";
            // 
            // lblTabella
            // 
            this.lblTabella.Location = new System.Drawing.Point(6, 78);
            this.lblTabella.Name = "lblTabella";
            this.lblTabella.Size = new System.Drawing.Size(53, 17);
            this.lblTabella.TabIndex = 247;
            this.lblTabella.Text = "Tabella";
            // 
            // tabellaFont
            // 
            editorButton1.Key = "font";
            editorButton1.Text = "...";
            this.tabellaFont.ButtonsRight.Add(editorButton1);
            this.tabellaFont.Location = new System.Drawing.Point(95, 78);
            this.tabellaFont.Name = "tabellaFont";
            this.tabellaFont.Size = new System.Drawing.Size(263, 21);
            this.tabellaFont.TabIndex = 246;
            this.tabellaFont.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.tabellaFont_EditorButtonClick);
            // 
            // lblHeader
            // 
            this.lblHeader.Location = new System.Drawing.Point(6, 51);
            this.lblHeader.Name = "lblHeader";
            this.lblHeader.Size = new System.Drawing.Size(83, 17);
            this.lblHeader.TabIndex = 245;
            this.lblHeader.Text = "Intestazione";
            // 
            // headerFont
            // 
            editorButton2.Key = "font";
            editorButton2.Text = "...";
            this.headerFont.ButtonsRight.Add(editorButton2);
            this.headerFont.Location = new System.Drawing.Point(95, 51);
            this.headerFont.Name = "headerFont";
            this.headerFont.Size = new System.Drawing.Size(263, 21);
            this.headerFont.TabIndex = 244;
            this.headerFont.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.headerFont_EditorButtonClick);
            // 
            // lblCaption
            // 
            this.lblCaption.Location = new System.Drawing.Point(6, 24);
            this.lblCaption.Name = "lblCaption";
            this.lblCaption.Size = new System.Drawing.Size(53, 17);
            this.lblCaption.TabIndex = 243;
            this.lblCaption.Text = "Titolo";
            // 
            // captionFont
            // 
            editorButton3.Key = "font";
            editorButton3.Text = "...";
            this.captionFont.ButtonsRight.Add(editorButton3);
            this.captionFont.Location = new System.Drawing.Point(95, 24);
            this.captionFont.Name = "captionFont";
            this.captionFont.Size = new System.Drawing.Size(263, 21);
            this.captionFont.TabIndex = 242;
            this.captionFont.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.captionFont_EditorButtonClick);
            // 
            // captionBackColor
            // 
            this.captionBackColor.DataBindings.Add(new System.Windows.Forms.Binding("ColorHtml", this.impostazioneReportDTOBindingSource, "LegendaUnitaCaptionBackColor", true));
            this.captionBackColor.DefaultColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(233)))), ((int)(((byte)(243)))));
            this.captionBackColor.Location = new System.Drawing.Point(107, 258);
            this.captionBackColor.Name = "captionBackColor";
            this.captionBackColor.Size = new System.Drawing.Size(144, 21);
            this.captionBackColor.TabIndex = 253;
            this.captionBackColor.Text = "218; 233; 243";
            // 
            // impostazioneReportDTOBindingSource
            // 
            this.impostazioneReportDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.ImpostazioneReportDTO);
            // 
            // lblCaptionBackColor
            // 
            this.lblCaptionBackColor.Location = new System.Drawing.Point(18, 262);
            this.lblCaptionBackColor.Name = "lblCaptionBackColor";
            this.lblCaptionBackColor.Size = new System.Drawing.Size(83, 17);
            this.lblCaptionBackColor.TabIndex = 252;
            this.lblCaptionBackColor.Text = "Sfondo Titolo";
            // 
            // captionFontDialog
            // 
            this.captionFontDialog.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.captionFontDialog.MaxSize = 20;
            this.captionFontDialog.MinSize = 8;
            // 
            // btnConferma
            // 
            this.btnConferma.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.btnConferma.Location = new System.Drawing.Point(12, 309);
            this.btnConferma.Name = "btnConferma";
            this.btnConferma.Size = new System.Drawing.Size(75, 23);
            this.btnConferma.TabIndex = 254;
            this.btnConferma.Text = "Conferma";
            // 
            // btnAnnulla
            // 
            this.btnAnnulla.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btnAnnulla.Location = new System.Drawing.Point(93, 309);
            this.btnAnnulla.Name = "btnAnnulla";
            this.btnAnnulla.Size = new System.Drawing.Size(75, 23);
            this.btnAnnulla.TabIndex = 255;
            this.btnAnnulla.Text = "Annulla";
            // 
            // headerFontDialog
            // 
            this.headerFontDialog.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.headerFontDialog.MaxSize = 20;
            this.headerFontDialog.MinSize = 8;
            // 
            // tabellaFontDialog
            // 
            this.tabellaFontDialog.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.tabellaFontDialog.MaxSize = 20;
            this.tabellaFontDialog.MinSize = 8;
            // 
            // widthGroup
            // 
            this.widthGroup.Controls.Add(this.subalternoWidth);
            this.widthGroup.Controls.Add(this.descrizioneWidth);
            this.widthGroup.Controls.Add(this.tipoWidth);
            this.widthGroup.Controls.Add(this.internoWidth);
            this.widthGroup.Controls.Add(this.codiceWidth);
            this.widthGroup.Controls.Add(this.lblSubalterno);
            this.widthGroup.Controls.Add(this.lblnterno);
            this.widthGroup.Controls.Add(this.lblTipo);
            this.widthGroup.Controls.Add(this.lblDescrizione);
            this.widthGroup.Controls.Add(this.lblCodice);
            this.widthGroup.Location = new System.Drawing.Point(12, 131);
            this.widthGroup.Name = "widthGroup";
            this.widthGroup.Size = new System.Drawing.Size(366, 111);
            this.widthGroup.TabIndex = 256;
            this.widthGroup.Text = "Larghezza Colonne";
            // 
            // lblTipo
            // 
            this.lblTipo.Location = new System.Drawing.Point(6, 55);
            this.lblTipo.Name = "lblTipo";
            this.lblTipo.Size = new System.Drawing.Size(53, 17);
            this.lblTipo.TabIndex = 247;
            this.lblTipo.Text = "Tipo";
            // 
            // lblDescrizione
            // 
            this.lblDescrizione.Location = new System.Drawing.Point(196, 28);
            this.lblDescrizione.Name = "lblDescrizione";
            this.lblDescrizione.Size = new System.Drawing.Size(83, 17);
            this.lblDescrizione.TabIndex = 245;
            this.lblDescrizione.Text = "Descrizione";
            // 
            // lblCodice
            // 
            this.lblCodice.Location = new System.Drawing.Point(6, 24);
            this.lblCodice.Name = "lblCodice";
            this.lblCodice.Size = new System.Drawing.Size(53, 17);
            this.lblCodice.TabIndex = 243;
            this.lblCodice.Text = "Codice";
            // 
            // lblnterno
            // 
            this.lblnterno.Location = new System.Drawing.Point(196, 55);
            this.lblnterno.Name = "lblnterno";
            this.lblnterno.Size = new System.Drawing.Size(83, 17);
            this.lblnterno.TabIndex = 248;
            this.lblnterno.Text = "Interno";
            // 
            // lblSubalterno
            // 
            this.lblSubalterno.Location = new System.Drawing.Point(6, 82);
            this.lblSubalterno.Name = "lblSubalterno";
            this.lblSubalterno.Size = new System.Drawing.Size(69, 17);
            this.lblSubalterno.TabIndex = 249;
            this.lblSubalterno.Text = "Subalterno";
            // 
            // codiceWidth
            // 
            this.codiceWidth.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.impostazioneReportDTOBindingSource, "LegendaUnitaCodiceWidth", true));
            this.codiceWidth.Location = new System.Drawing.Point(95, 24);
            this.codiceWidth.MaskInput = "{double:5.3:c}";
            this.codiceWidth.Name = "codiceWidth";
            this.codiceWidth.Nullable = true;
            this.codiceWidth.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Decimal;
            this.codiceWidth.Size = new System.Drawing.Size(73, 21);
            this.codiceWidth.TabIndex = 250;
            // 
            // internoWidth
            // 
            this.internoWidth.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.impostazioneReportDTOBindingSource, "LegendaUnitaInternoWidth", true));
            this.internoWidth.Location = new System.Drawing.Point(285, 51);
            this.internoWidth.MaskInput = "{double:5.3:c}";
            this.internoWidth.Name = "internoWidth";
            this.internoWidth.Nullable = true;
            this.internoWidth.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Decimal;
            this.internoWidth.Size = new System.Drawing.Size(73, 21);
            this.internoWidth.TabIndex = 251;
            // 
            // tipoWidth
            // 
            this.tipoWidth.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.impostazioneReportDTOBindingSource, "LegendaUnitaTipoWidth", true));
            this.tipoWidth.Location = new System.Drawing.Point(95, 51);
            this.tipoWidth.MaskInput = "{double:5.3:c}";
            this.tipoWidth.Name = "tipoWidth";
            this.tipoWidth.Nullable = true;
            this.tipoWidth.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Decimal;
            this.tipoWidth.Size = new System.Drawing.Size(73, 21);
            this.tipoWidth.TabIndex = 252;
            // 
            // descrizioneWidth
            // 
            this.descrizioneWidth.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.impostazioneReportDTOBindingSource, "LegendaUnitaDescrizioneWidth", true));
            this.descrizioneWidth.Location = new System.Drawing.Point(285, 24);
            this.descrizioneWidth.MaskInput = "{double:5.3:c}";
            this.descrizioneWidth.Name = "descrizioneWidth";
            this.descrizioneWidth.Nullable = true;
            this.descrizioneWidth.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Decimal;
            this.descrizioneWidth.Size = new System.Drawing.Size(73, 21);
            this.descrizioneWidth.TabIndex = 253;
            // 
            // subalternoWidth
            // 
            this.subalternoWidth.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.impostazioneReportDTOBindingSource, "LegendaUnitaSubalternoWidth", true));
            this.subalternoWidth.Location = new System.Drawing.Point(95, 78);
            this.subalternoWidth.MaskInput = "{double:5.3:c}";
            this.subalternoWidth.Name = "subalternoWidth";
            this.subalternoWidth.Nullable = true;
            this.subalternoWidth.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Decimal;
            this.subalternoWidth.Size = new System.Drawing.Size(73, 21);
            this.subalternoWidth.TabIndex = 254;
            // 
            // LegendaUnitaImmobiliareUI
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(385, 339);
            this.Controls.Add(this.widthGroup);
            this.Controls.Add(this.btnAnnulla);
            this.Controls.Add(this.btnConferma);
            this.Controls.Add(this.captionBackColor);
            this.Controls.Add(this.lblCaptionBackColor);
            this.Controls.Add(this.fontGroup);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "LegendaUnitaImmobiliareUI";
            this.Text = "Legenda Unità Immobiliari";
            ((System.ComponentModel.ISupportInitialize)(this.fontGroup)).EndInit();
            this.fontGroup.ResumeLayout(false);
            this.fontGroup.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tabellaFont)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.headerFont)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.captionFont)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.captionBackColor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.impostazioneReportDTOBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.widthGroup)).EndInit();
            this.widthGroup.ResumeLayout(false);
            this.widthGroup.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.codiceWidth)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.internoWidth)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoWidth)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.descrizioneWidth)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.subalternoWidth)).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()
 {
     Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
     this.button1       = new System.Windows.Forms.Button();
     this.label2        = new System.Windows.Forms.Label();
     this.label1        = new System.Windows.Forms.Label();
     this.txtNameFile   = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.txtPathBackup = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     ((System.ComponentModel.ISupportInitialize)(this.txtNameFile)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPathBackup)).BeginInit();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(125, 98);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 7;
     this.button1.Text     = "Sao lưu";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(42, 66);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(42, 13);
     this.label2.TabIndex = 10;
     this.label2.Text     = "Tên file";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(42, 29);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(62, 13);
     this.label1.TabIndex = 9;
     this.label1.Text     = "Vị trí lưu file";
     //
     // txtNameFile
     //
     this.txtNameFile.Location = new System.Drawing.Point(125, 62);
     this.txtNameFile.Name     = "txtNameFile";
     this.txtNameFile.Size     = new System.Drawing.Size(293, 21);
     this.txtNameFile.TabIndex = 8;
     //
     // txtPathBackup
     //
     editorButton1.Text = "...";
     this.txtPathBackup.ButtonsRight.Add(editorButton1);
     this.txtPathBackup.Location           = new System.Drawing.Point(125, 25);
     this.txtPathBackup.Name               = "txtPathBackup";
     this.txtPathBackup.ReadOnly           = true;
     this.txtPathBackup.Size               = new System.Drawing.Size(293, 21);
     this.txtPathBackup.TabIndex           = 6;
     this.txtPathBackup.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.txtPathBackup_EditorButtonClick);
     //
     // FrmSaoLuuDuLieu
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(461, 149);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.txtNameFile);
     this.Controls.Add(this.txtPathBackup);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FrmSaoLuuDuLieu";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Sao lưu dữ liệu";
     ((System.ComponentModel.ISupportInitialize)(this.txtNameFile)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPathBackup)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 24
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("RataVersamentoDTO", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ExtensionData");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DataScadenza");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Descrizione");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdRata");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ImportoRata");
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ImportoVersamento");
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("StatoRata");
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("VersamentoSoggettoDTO", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Causale");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Condominio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DataPagamento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneEsercizio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneRata");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneSoggetto");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneSoggettoEffettivo");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneUnitaImmobiliare");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdCondominio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdConto");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdEsercizio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdEvasioneBancaria");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdFileCbi");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdMovimentoContabile");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdPersona");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn101 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdRataPrincipale");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn102 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdSoggetto");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn103 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdSoggettoEffettivo");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn104 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdSottoConto");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn105 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdTestataMovimentoContabile");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn106 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdUnitaImmobiliare");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn107 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Importo");
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn108 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Interno");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn109 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsAllowUpdate");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn110 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Nota");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn111 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NumeroAssegno");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn112 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NumeroDocumenti");
            Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn113 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NumeroProtocollo");
            Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn114 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OrdineUnitaImmobiliare");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn120 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Rate");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn121 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Scala");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn122 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Tipo");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn123 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TipoUnitaImmobiliare");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn124 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TipoVersamentoDopoChiusura");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn125 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TipoVersamentoPrimaApertura");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn126 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ExtensionData");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn127 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DisplayName");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn128 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FrequentlyAccessed");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn129 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn130 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsDeleteAllow");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn131 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Stato");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn132 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Version");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn133 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DeleteColumn", 0);
            Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand3 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Rate", 0);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn134 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ExtensionData");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn135 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DataScadenza");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn136 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Descrizione");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn137 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdRata");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn138 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ImportoRata");
            Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn139 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ImportoVersamento");
            Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn140 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("StatoRata");
            Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton("clear");
            Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand4 = new Infragistics.Win.UltraWinGrid.UltraGridBand("PersonaCondominioDTO", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn141 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Cellulare");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn142 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Cognome");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn143 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Descrizione");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn144 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Domicilio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn145 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Email");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn146 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("EmailCertificata");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn147 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Fax");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn148 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdEsercizio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn149 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdReferente");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn150 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Indirizzo");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn151 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("InternoUnitaImmobiliare");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn152 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Nome");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn153 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Note");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn154 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OrdineUnitaImmobiliare");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn155 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Password");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn156 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Recapito");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn157 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Telefono");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn158 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Tipo");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn159 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Username");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn160 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ExtensionData");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn161 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DisplayName");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn162 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FrequentlyAccessed");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn163 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn164 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsDeleteAllow");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn165 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Stato");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn166 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Version");
            Infragistics.Win.UltraWinEditors.EditorButton editorButton2 = new Infragistics.Win.UltraWinEditors.EditorButton("clear");
            Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(VersamentiUI));
            this.ultraGridRowEditTemplate1 = new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate();
            this.notaEditor = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblNota = new Infragistics.Win.Misc.UltraLabel();
            this.ugcpCausale = new Infragistics.Win.UltraWinGrid.UltraGridCellProxy();
            this.lblCausale = new Infragistics.Win.Misc.UltraLabel();
            this.ugcpSottoConto = new Infragistics.Win.UltraWinGrid.UltraGridCellProxy();
            this.lblSottoConto = new Infragistics.Win.Misc.UltraLabel();
            this.lblConto = new Infragistics.Win.Misc.UltraLabel();
            this.ugcpIdConto = new Infragistics.Win.UltraWinGrid.UltraGridCellProxy();
            this.ugcpNumeroAssegno = new Infragistics.Win.UltraWinGrid.UltraGridCellProxy();
            this.lblAssegno = new Infragistics.Win.Misc.UltraLabel();
            this.ugcpImporto = new Infragistics.Win.UltraWinGrid.UltraGridCellProxy();
            this.lblImporto = new Infragistics.Win.Misc.UltraLabel();
            this.ugcpDescrizioneRata = new Infragistics.Win.UltraWinGrid.UltraGridCellProxy();
            this.lblDescrizioneRata = new Infragistics.Win.Misc.UltraLabel();
            this.ugcpDataPagamento = new Infragistics.Win.UltraWinGrid.UltraGridCellProxy();
            this.lblDataPagamento = new Infragistics.Win.Misc.UltraLabel();
            this.btnTemplateOk = new Infragistics.Win.Misc.UltraButton();
            this.btnTemplateCancel = new Infragistics.Win.Misc.UltraButton();
            this.listaRateVersate = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.listaVersamenti = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.filtroGroup = new Infragistics.Win.Misc.UltraExpandableGroupBox();
            this.filtroGroupExpandable = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
            this.lblCondomino = new Infragistics.Win.Misc.UltraLabel();
            this.condomini = new Infragistics.Win.UltraWinGrid.UltraCombo();
            this.lblRata = new Infragistics.Win.Misc.UltraLabel();
            this.rate = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.lblEsercizio = new Infragistics.Win.Misc.UltraLabel();
            this.esercizi = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.btnRicerca = new Infragistics.Win.Misc.UltraButton();
            this.sceltaCondominioCombo1 = new Gipasoft.Stabili.UI.Library.SceltaCondominioCombo();
            this.lblCondominio = new Infragistics.Win.Misc.UltraLabel();
            this.btnConferma = new Infragistics.Win.Misc.UltraButton();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.ricevutaVersamentoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.movimentoContabileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.movimentoBancarioToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.fileCBIToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.btnStampa = new Infragistics.Win.Misc.UltraButton();
            this.validationSummary1 = new Gipasoft.Windows.Forms.CustomValidation.ValidationSummary(this.components);
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.panelVersamenti = new System.Windows.Forms.Panel();
            this.panelButtons = new System.Windows.Forms.Panel();
            this.personaListaDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.pianoRatealeDettaglioDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.eserciziDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.versamentoDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.rataVersamentoDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.reqEsercizio = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.customValidatorFilter = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            this.reqCondominio = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGridRowEditTemplate1)).BeginInit();
            this.ultraGridRowEditTemplate1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.notaEditor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.listaRateVersate)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.listaVersamenti)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.filtroGroup)).BeginInit();
            this.filtroGroup.SuspendLayout();
            this.filtroGroupExpandable.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.condomini)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rate)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.esercizi)).BeginInit();
            this.contextMenuStrip1.SuspendLayout();
            this.tableLayoutPanel1.SuspendLayout();
            this.panelVersamenti.SuspendLayout();
            this.panelButtons.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.personaListaDTOBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pianoRatealeDettaglioDTOBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.eserciziDTOBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.versamentoDTOBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rataVersamentoDTOBindingSource)).BeginInit();
            this.SuspendLayout();
            // 
            // ultraGridRowEditTemplate1
            // 
            this.ultraGridRowEditTemplate1.AutoScroll = true;
            this.ultraGridRowEditTemplate1.BandHierarchyLevel = 0;
            this.ultraGridRowEditTemplate1.BandKey = "VersamentoSoggettoDTO";
            this.ultraGridRowEditTemplate1.ColumnData.Add(new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate.ColumnDescriptorData("Causale", typeof(string), "VersamentoSoggettoDTO", 0));
            this.ultraGridRowEditTemplate1.ColumnData.Add(new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate.ColumnDescriptorData("Condominio", typeof(string), "VersamentoSoggettoDTO", 0));
            this.ultraGridRowEditTemplate1.ColumnData.Add(new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate.ColumnDescriptorData("DataPagamento", typeof(System.Nullable<System.DateTime>), "VersamentoSoggettoDTO", 0));
            this.ultraGridRowEditTemplate1.ColumnData.Add(new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate.ColumnDescriptorData("DescrizioneEsercizio", typeof(string), "VersamentoSoggettoDTO", 0));
            this.ultraGridRowEditTemplate1.ColumnData.Add(new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate.ColumnDescriptorData("DescrizioneRata", typeof(string), "VersamentoSoggettoDTO", 0));
            this.ultraGridRowEditTemplate1.ColumnData.Add(new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate.ColumnDescriptorData("DescrizioneSoggetto", typeof(string), "VersamentoSoggettoDTO", 0));
            this.ultraGridRowEditTemplate1.ColumnData.Add(new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate.ColumnDescriptorData("DescrizioneSoggettoEffettivo", typeof(string), "VersamentoSoggettoDTO", 0));
            this.ultraGridRowEditTemplate1.ColumnData.Add(new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate.ColumnDescriptorData("DescrizioneUnitaImmobiliare", typeof(string), "VersamentoSoggettoDTO", 0));
            this.ultraGridRowEditTemplate1.ColumnData.Add(new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate.ColumnDescriptorData("IdCondominio", typeof(int), "VersamentoSoggettoDTO", 0));
            this.ultraGridRowEditTemplate1.ColumnData.Add(new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate.ColumnDescriptorData("IdConto", typeof(int), "VersamentoSoggettoDTO", 0));
            this.ultraGridRowEditTemplate1.ColumnData.Add(new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate.ColumnDescriptorData("IdEsercizio", typeof(int), "VersamentoSoggettoDTO", 0));
            this.ultraGridRowEditTemplate1.ColumnData.Add(new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate.ColumnDescriptorData("IdEvasioneBancaria", typeof(System.Nullable<int>), "VersamentoSoggettoDTO", 0));
            this.ultraGridRowEditTemplate1.ColumnData.Add(new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate.ColumnDescriptorData("IdFileCbi", typeof(System.Nullable<int>), "VersamentoSoggettoDTO", 0));
            this.ultraGridRowEditTemplate1.ColumnData.Add(new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate.ColumnDescriptorData("IdMovimentoContabile", typeof(System.Nullable<int>), "VersamentoSoggettoDTO", 0));
            this.ultraGridRowEditTemplate1.ColumnData.Add(new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate.ColumnDescriptorData("IdPersona", typeof(int), "VersamentoSoggettoDTO", 0));
            this.ultraGridRowEditTemplate1.ColumnData.Add(new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate.ColumnDescriptorData("IdRataPrincipale", typeof(int), "VersamentoSoggettoDTO", 0));
            this.ultraGridRowEditTemplate1.ColumnData.Add(new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate.ColumnDescriptorData("IdSoggetto", typeof(int), "VersamentoSoggettoDTO", 0));
            this.ultraGridRowEditTemplate1.ColumnData.Add(new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate.ColumnDescriptorData("IdSoggettoEffettivo", typeof(int), "VersamentoSoggettoDTO", 0));
            this.ultraGridRowEditTemplate1.ColumnData.Add(new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate.ColumnDescriptorData("IdSottoConto", typeof(int), "VersamentoSoggettoDTO", 0));
            this.ultraGridRowEditTemplate1.ColumnData.Add(new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate.ColumnDescriptorData("IdTestataMovimentoContabile", typeof(System.Nullable<int>), "VersamentoSoggettoDTO", 0));
            this.ultraGridRowEditTemplate1.ColumnData.Add(new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate.ColumnDescriptorData("IdUnitaImmobiliare", typeof(int), "VersamentoSoggettoDTO", 0));
            this.ultraGridRowEditTemplate1.ColumnData.Add(new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate.ColumnDescriptorData("Importo", typeof(decimal), "VersamentoSoggettoDTO", 0));
            this.ultraGridRowEditTemplate1.ColumnData.Add(new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate.ColumnDescriptorData("Interno", typeof(string), "VersamentoSoggettoDTO", 0));
            this.ultraGridRowEditTemplate1.ColumnData.Add(new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate.ColumnDescriptorData("Nota", typeof(string), "VersamentoSoggettoDTO", 0));
            this.ultraGridRowEditTemplate1.ColumnData.Add(new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate.ColumnDescriptorData("NumeroAssegno", typeof(string), "VersamentoSoggettoDTO", 0));
            this.ultraGridRowEditTemplate1.ColumnData.Add(new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate.ColumnDescriptorData("NumeroDocumenti", typeof(int), "VersamentoSoggettoDTO", 0));
            this.ultraGridRowEditTemplate1.ColumnData.Add(new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate.ColumnDescriptorData("NumeroProtocollo", typeof(int), "VersamentoSoggettoDTO", 0));
            this.ultraGridRowEditTemplate1.ColumnData.Add(new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate.ColumnDescriptorData("OrdineUnitaImmobiliare", typeof(int), "VersamentoSoggettoDTO", 0));
            this.ultraGridRowEditTemplate1.ColumnData.Add(new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate.ColumnDescriptorData("Scala", typeof(string), "VersamentoSoggettoDTO", 0));
            this.ultraGridRowEditTemplate1.ColumnData.Add(new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate.ColumnDescriptorData("Tipo", typeof(string), "VersamentoSoggettoDTO", 0));
            this.ultraGridRowEditTemplate1.ColumnData.Add(new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate.ColumnDescriptorData("TipoUnitaImmobiliare", typeof(string), "VersamentoSoggettoDTO", 0));
            this.ultraGridRowEditTemplate1.ColumnData.Add(new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate.ColumnDescriptorData("TipoVersamentoDopoChiusura", typeof(System.Nullable<Gipasoft.Sfera.Enums.TipoVersamentoDopoChiusuraEnum>), "VersamentoSoggettoDTO", 0));
            this.ultraGridRowEditTemplate1.ColumnData.Add(new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate.ColumnDescriptorData("ExtensionData", typeof(System.Runtime.Serialization.ExtensionDataObject), "VersamentoSoggettoDTO", 0));
            this.ultraGridRowEditTemplate1.ColumnData.Add(new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate.ColumnDescriptorData("DisplayName", typeof(string), "VersamentoSoggettoDTO", 0));
            this.ultraGridRowEditTemplate1.ColumnData.Add(new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate.ColumnDescriptorData("FrequentlyAccessed", typeof(bool), "VersamentoSoggettoDTO", 0));
            this.ultraGridRowEditTemplate1.ColumnData.Add(new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate.ColumnDescriptorData("ID", typeof(int), "VersamentoSoggettoDTO", 0));
            this.ultraGridRowEditTemplate1.ColumnData.Add(new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate.ColumnDescriptorData("IsDeleteAllow", typeof(bool), "VersamentoSoggettoDTO", 0));
            this.ultraGridRowEditTemplate1.ColumnData.Add(new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate.ColumnDescriptorData("Stato", typeof(string), "VersamentoSoggettoDTO", 0));
            this.ultraGridRowEditTemplate1.ColumnData.Add(new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate.ColumnDescriptorData("Version", typeof(int), "VersamentoSoggettoDTO", 0));
            this.ultraGridRowEditTemplate1.ColumnData.Add(new Infragistics.Win.UltraWinGrid.UltraGridRowEditTemplate.ColumnDescriptorData("DeleteColumn", typeof(System.Drawing.Bitmap), "VersamentoSoggettoDTO", 0));
            this.ultraGridRowEditTemplate1.Controls.Add(this.notaEditor);
            this.ultraGridRowEditTemplate1.Controls.Add(this.lblNota);
            this.ultraGridRowEditTemplate1.Controls.Add(this.ugcpCausale);
            this.ultraGridRowEditTemplate1.Controls.Add(this.lblCausale);
            this.ultraGridRowEditTemplate1.Controls.Add(this.ugcpSottoConto);
            this.ultraGridRowEditTemplate1.Controls.Add(this.lblSottoConto);
            this.ultraGridRowEditTemplate1.Controls.Add(this.lblConto);
            this.ultraGridRowEditTemplate1.Controls.Add(this.ugcpIdConto);
            this.ultraGridRowEditTemplate1.Controls.Add(this.ugcpNumeroAssegno);
            this.ultraGridRowEditTemplate1.Controls.Add(this.lblAssegno);
            this.ultraGridRowEditTemplate1.Controls.Add(this.ugcpImporto);
            this.ultraGridRowEditTemplate1.Controls.Add(this.lblImporto);
            this.ultraGridRowEditTemplate1.Controls.Add(this.ugcpDescrizioneRata);
            this.ultraGridRowEditTemplate1.Controls.Add(this.lblDescrizioneRata);
            this.ultraGridRowEditTemplate1.Controls.Add(this.ugcpDataPagamento);
            this.ultraGridRowEditTemplate1.Controls.Add(this.lblDataPagamento);
            this.ultraGridRowEditTemplate1.Controls.Add(this.btnTemplateOk);
            this.ultraGridRowEditTemplate1.Controls.Add(this.btnTemplateCancel);
            this.ultraGridRowEditTemplate1.Controls.Add(this.listaRateVersate);
            this.ultraGridRowEditTemplate1.DialogSettings.AcceptButton = this.btnTemplateOk;
            this.ultraGridRowEditTemplate1.DialogSettings.CancelButton = this.btnTemplateCancel;
            this.ultraGridRowEditTemplate1.DialogSettings.Caption = "Versamento";
            this.ultraGridRowEditTemplate1.DialogSettings.ControlBox = true;
            this.ultraGridRowEditTemplate1.Location = new System.Drawing.Point(193, 14);
            this.ultraGridRowEditTemplate1.Name = "ultraGridRowEditTemplate1";
            this.ultraGridRowEditTemplate1.Size = new System.Drawing.Size(552, 290);
            this.ultraGridRowEditTemplate1.TabIndex = 2;
            this.ultraGridRowEditTemplate1.Visible = false;
            this.ultraGridRowEditTemplate1.Enter += new System.EventHandler(this.ultraGridRowEditTemplate1Enter);
            // 
            // notaEditor
            // 
            this.notaEditor.Location = new System.Drawing.Point(89, 109);
            this.notaEditor.Multiline = true;
            this.notaEditor.Name = "notaEditor";
            this.notaEditor.Size = new System.Drawing.Size(454, 39);
            this.notaEditor.TabIndex = 19;
            // 
            // lblNota
            // 
            this.lblNota.Location = new System.Drawing.Point(5, 109);
            this.lblNota.Name = "lblNota";
            this.lblNota.Size = new System.Drawing.Size(78, 20);
            this.lblNota.TabIndex = 18;
            this.lblNota.Tag = "Conto";
            this.lblNota.Text = "Nota";
            // 
            // ugcpCausale
            // 
            this.ugcpCausale.ColumnKey = "Causale";
            this.ugcpCausale.Location = new System.Drawing.Point(89, 83);
            this.ugcpCausale.Name = "ugcpCausale";
            this.ugcpCausale.Size = new System.Drawing.Size(455, 20);
            this.ugcpCausale.TabIndex = 16;
            this.ugcpCausale.Text = "Causale";
            // 
            // lblCausale
            // 
            this.lblCausale.Location = new System.Drawing.Point(5, 83);
            this.lblCausale.Name = "lblCausale";
            this.lblCausale.Size = new System.Drawing.Size(78, 20);
            this.lblCausale.TabIndex = 15;
            this.lblCausale.Tag = "Conto";
            this.lblCausale.Text = "Causale";
            // 
            // ugcpSottoConto
            // 
            this.ugcpSottoConto.ColumnKey = "IdSottoConto";
            this.ugcpSottoConto.Location = new System.Drawing.Point(360, 57);
            this.ugcpSottoConto.Name = "ugcpSottoConto";
            this.ugcpSottoConto.Size = new System.Drawing.Size(184, 20);
            this.ugcpSottoConto.TabIndex = 14;
            this.ugcpSottoConto.Text = "IdSottoConto";
            // 
            // lblSottoConto
            // 
            this.lblSottoConto.Location = new System.Drawing.Point(285, 57);
            this.lblSottoConto.Name = "lblSottoConto";
            this.lblSottoConto.Size = new System.Drawing.Size(69, 20);
            this.lblSottoConto.TabIndex = 13;
            this.lblSottoConto.Tag = "SottoConto";
            this.lblSottoConto.Text = "Sotto Conto:";
            // 
            // lblConto
            // 
            this.lblConto.Location = new System.Drawing.Point(5, 57);
            this.lblConto.Name = "lblConto";
            this.lblConto.Size = new System.Drawing.Size(78, 20);
            this.lblConto.TabIndex = 12;
            this.lblConto.Tag = "Conto";
            this.lblConto.Text = "Conto";
            // 
            // ugcpIdConto
            // 
            this.ugcpIdConto.ColumnKey = "IdConto";
            this.ugcpIdConto.Location = new System.Drawing.Point(89, 57);
            this.ugcpIdConto.Name = "ugcpIdConto";
            this.ugcpIdConto.Size = new System.Drawing.Size(190, 20);
            this.ugcpIdConto.TabIndex = 11;
            this.ugcpIdConto.Text = "IdConto";
            // 
            // ugcpNumeroAssegno
            // 
            this.ugcpNumeroAssegno.ColumnKey = "NumeroAssegno";
            this.ugcpNumeroAssegno.Location = new System.Drawing.Point(360, 31);
            this.ugcpNumeroAssegno.Name = "ugcpNumeroAssegno";
            this.ugcpNumeroAssegno.Size = new System.Drawing.Size(184, 20);
            this.ugcpNumeroAssegno.TabIndex = 10;
            this.ugcpNumeroAssegno.Text = "NumeroAssegno";
            // 
            // lblAssegno
            // 
            this.lblAssegno.Location = new System.Drawing.Point(285, 31);
            this.lblAssegno.Name = "lblAssegno";
            this.lblAssegno.Size = new System.Drawing.Size(69, 20);
            this.lblAssegno.TabIndex = 9;
            this.lblAssegno.Tag = "NumeroAssegno";
            this.lblAssegno.Text = "Assegno:";
            // 
            // ugcpImporto
            // 
            this.ugcpImporto.ColumnKey = "Importo";
            this.ugcpImporto.Location = new System.Drawing.Point(89, 31);
            this.ugcpImporto.Name = "ugcpImporto";
            this.ugcpImporto.Size = new System.Drawing.Size(190, 20);
            this.ugcpImporto.TabIndex = 5;
            this.ugcpImporto.Text = "Importo";
            // 
            // lblImporto
            // 
            this.lblImporto.Location = new System.Drawing.Point(5, 31);
            this.lblImporto.Name = "lblImporto";
            this.lblImporto.Size = new System.Drawing.Size(78, 20);
            this.lblImporto.TabIndex = 4;
            this.lblImporto.Tag = "Importo";
            this.lblImporto.Text = "Importo";
            // 
            // ugcpDescrizioneRata
            // 
            this.ugcpDescrizioneRata.ColumnKey = "DescrizioneRata";
            this.ugcpDescrizioneRata.Location = new System.Drawing.Point(360, 5);
            this.ugcpDescrizioneRata.Name = "ugcpDescrizioneRata";
            this.ugcpDescrizioneRata.Size = new System.Drawing.Size(184, 20);
            this.ugcpDescrizioneRata.TabIndex = 3;
            this.ugcpDescrizioneRata.Text = "DescrizioneRata";
            // 
            // lblDescrizioneRata
            // 
            this.lblDescrizioneRata.Location = new System.Drawing.Point(285, 5);
            this.lblDescrizioneRata.Name = "lblDescrizioneRata";
            this.lblDescrizioneRata.Size = new System.Drawing.Size(69, 20);
            this.lblDescrizioneRata.TabIndex = 2;
            this.lblDescrizioneRata.Tag = "DescrizioneRata";
            this.lblDescrizioneRata.Text = "Descrizione:";
            // 
            // ugcpDataPagamento
            // 
            this.ugcpDataPagamento.ColumnKey = "DataPagamento";
            this.ugcpDataPagamento.Location = new System.Drawing.Point(89, 5);
            this.ugcpDataPagamento.Name = "ugcpDataPagamento";
            this.ugcpDataPagamento.Size = new System.Drawing.Size(190, 20);
            this.ugcpDataPagamento.TabIndex = 1;
            this.ugcpDataPagamento.Text = "DataPagamento";
            // 
            // lblDataPagamento
            // 
            this.lblDataPagamento.Location = new System.Drawing.Point(5, 5);
            this.lblDataPagamento.Name = "lblDataPagamento";
            this.lblDataPagamento.Size = new System.Drawing.Size(78, 20);
            this.lblDataPagamento.TabIndex = 0;
            this.lblDataPagamento.Tag = "DataPagamento";
            this.lblDataPagamento.Text = "Dt.Pagamento:";
            // 
            // btnTemplateOk
            // 
            this.btnTemplateOk.Location = new System.Drawing.Point(4, 259);
            this.btnTemplateOk.Name = "btnTemplateOk";
            this.btnTemplateOk.Size = new System.Drawing.Size(75, 23);
            this.btnTemplateOk.TabIndex = 6;
            this.btnTemplateOk.Text = "&OK";
            this.btnTemplateOk.Click += new System.EventHandler(this.btnTemplateOkClick);
            // 
            // btnTemplateCancel
            // 
            this.btnTemplateCancel.Location = new System.Drawing.Point(84, 259);
            this.btnTemplateCancel.Name = "btnTemplateCancel";
            this.btnTemplateCancel.Size = new System.Drawing.Size(75, 23);
            this.btnTemplateCancel.TabIndex = 7;
            this.btnTemplateCancel.Text = "&Annulla";
            this.btnTemplateCancel.Click += new System.EventHandler(this.btnTemplateCancelClick);
            // 
            // listaRateVersate
            // 
            this.listaRateVersate.DataSource = this.rataVersamentoDTOBindingSource;
            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.Header.Caption = "Scadenza";
            ultraGridColumn7.Header.VisiblePosition = 1;
            ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn8.Header.VisiblePosition = 2;
            ultraGridColumn8.Width = 200;
            ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn9.Header.VisiblePosition = 0;
            ultraGridColumn9.Hidden = true;
            ultraGridColumn16.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            appearance1.TextHAlignAsString = "Right";
            ultraGridColumn16.CellAppearance = appearance1;
            ultraGridColumn16.Format = "c";
            ultraGridColumn16.Header.Caption = "Importo Rata";
            ultraGridColumn16.Header.VisiblePosition = 3;
            ultraGridColumn16.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Currency;
            ultraGridColumn17.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            appearance2.TextHAlignAsString = "Right";
            ultraGridColumn17.CellAppearance = appearance2;
            ultraGridColumn17.Format = "c";
            ultraGridColumn17.Header.Caption = "Importo Versamento";
            ultraGridColumn17.Header.VisiblePosition = 4;
            ultraGridColumn17.Width = 82;
            ultraGridColumn25.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn25.Header.Caption = "Stato";
            ultraGridColumn25.Header.VisiblePosition = 5;
            ultraGridBand1.Columns.AddRange(new object[] {
            ultraGridColumn6,
            ultraGridColumn7,
            ultraGridColumn8,
            ultraGridColumn9,
            ultraGridColumn16,
            ultraGridColumn17,
            ultraGridColumn25});
            this.listaRateVersate.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
            appearance3.FontData.BoldAsString = "True";
            appearance3.TextHAlignAsString = "Left";
            this.listaRateVersate.DisplayLayout.CaptionAppearance = appearance3;
            this.listaRateVersate.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
            this.listaRateVersate.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
            this.listaRateVersate.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
            this.listaRateVersate.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.listaRateVersate.Location = new System.Drawing.Point(3, 154);
            this.listaRateVersate.Name = "listaRateVersate";
            this.listaRateVersate.Size = new System.Drawing.Size(540, 98);
            this.listaRateVersate.TabIndex = 8;
            this.listaRateVersate.Text = "Rate";
            // 
            // listaVersamenti
            // 
            this.listaVersamenti.DataSource = this.versamentoDTOBindingSource;
            ultraGridColumn26.ButtonDisplayStyle = Infragistics.Win.UltraWinGrid.ButtonDisplayStyle.Always;
            ultraGridColumn26.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn26.Header.VisiblePosition = 28;
            ultraGridColumn26.Width = 71;
            ultraGridColumn27.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn27.Header.VisiblePosition = 1;
            ultraGridColumn27.Hidden = true;
            ultraGridColumn28.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn28.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.Edit;
            ultraGridColumn28.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.FormattedText;
            ultraGridColumn28.ColumnChooserCaption = "Data Versamento";
            ultraGridColumn28.Format = "d";
            ultraGridColumn28.Header.Caption = "Data Vers.";
            ultraGridColumn28.Header.VisiblePosition = 26;
            ultraGridColumn28.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Date;
            ultraGridColumn28.Width = 88;
            ultraGridColumn29.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn29.Header.Caption = "Esercizio";
            ultraGridColumn29.Header.VisiblePosition = 3;
            ultraGridColumn29.Hidden = true;
            ultraGridColumn30.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn30.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn30.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn30.ColumnChooserCaption = "Rata Principale";
            ultraGridColumn30.Header.Caption = "Rata";
            ultraGridColumn30.Header.VisiblePosition = 27;
            ultraGridColumn30.Width = 148;
            ultraGridColumn31.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn31.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn31.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn31.ColumnChooserCaption = "Soggetto";
            ultraGridColumn31.Header.Caption = "Soggetto";
            ultraGridColumn31.Header.VisiblePosition = 13;
            ultraGridColumn31.Width = 149;
            ultraGridColumn32.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn32.Header.Caption = "Soggetto Effettivo";
            ultraGridColumn32.Header.VisiblePosition = 16;
            ultraGridColumn32.Hidden = true;
            ultraGridColumn32.Width = 124;
            ultraGridColumn33.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn33.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn33.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn33.ColumnChooserCaption = "Unità Immobiliare";
            ultraGridColumn33.Header.Caption = "Unità";
            ultraGridColumn33.Header.VisiblePosition = 18;
            ultraGridColumn33.Width = 136;
            ultraGridColumn34.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn34.ColumnChooserCaption = "Identificativo Condominio";
            ultraGridColumn34.Header.Caption = "Id Cond.";
            ultraGridColumn34.Header.VisiblePosition = 8;
            ultraGridColumn34.Hidden = true;
            ultraGridColumn35.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn35.ColumnChooserCaption = "Conto Patrimoniale";
            ultraGridColumn35.Header.Caption = "Conto";
            ultraGridColumn35.Header.VisiblePosition = 5;
            ultraGridColumn35.Hidden = true;
            ultraGridColumn35.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DropDownList;
            ultraGridColumn35.Width = 54;
            ultraGridColumn36.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn36.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn36.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn36.ColumnChooserCaption = "Identificativo Esercizio";
            ultraGridColumn36.Header.Caption = "Id Es.";
            ultraGridColumn36.Header.VisiblePosition = 2;
            ultraGridColumn36.Hidden = true;
            ultraGridColumn37.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn37.ColumnChooserCaption = "Identificativo Evasione Bancaria";
            ultraGridColumn37.Header.Caption = "Id Evasione";
            ultraGridColumn37.Header.VisiblePosition = 11;
            ultraGridColumn37.Hidden = true;
            ultraGridColumn37.Width = 112;
            ultraGridColumn38.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn38.ColumnChooserCaption = "Identificativo File CBI";
            ultraGridColumn38.Header.Caption = "Id File Cbi";
            ultraGridColumn38.Header.VisiblePosition = 9;
            ultraGridColumn38.Hidden = true;
            ultraGridColumn38.Width = 51;
            ultraGridColumn39.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn39.ColumnChooserCaption = "Identificativo Movimento Contabile";
            ultraGridColumn39.Header.Caption = "Id Mov.";
            ultraGridColumn39.Header.VisiblePosition = 22;
            ultraGridColumn39.Hidden = true;
            ultraGridColumn39.Width = 98;
            ultraGridColumn40.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn40.Header.Caption = "Id Pers.";
            ultraGridColumn40.Header.VisiblePosition = 14;
            ultraGridColumn40.Hidden = true;
            ultraGridColumn101.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn101.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn101.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn101.ColumnChooserCaption = "Identificativo Rata Principale";
            ultraGridColumn101.Header.Caption = "Id Rata";
            ultraGridColumn101.Header.VisiblePosition = 6;
            ultraGridColumn101.Hidden = true;
            ultraGridColumn102.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn102.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn102.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn102.ColumnChooserCaption = "Identificativo Soggetto";
            ultraGridColumn102.Header.Caption = "Id Sogg.";
            ultraGridColumn102.Header.VisiblePosition = 12;
            ultraGridColumn102.Hidden = true;
            ultraGridColumn103.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn103.ColumnChooserCaption = "Identificativo Soggetto Effettivo";
            ultraGridColumn103.Header.Caption = "Id Sogg.Effettivo";
            ultraGridColumn103.Header.VisiblePosition = 15;
            ultraGridColumn103.Hidden = true;
            ultraGridColumn103.Width = 91;
            ultraGridColumn104.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn104.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn104.ColumnChooserCaption = "Sotto Conto Patrimoniale / C.Corrente";
            ultraGridColumn104.Header.Caption = "Sotto Conto";
            ultraGridColumn104.Header.VisiblePosition = 23;
            ultraGridColumn104.Hidden = true;
            ultraGridColumn104.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DropDownList;
            ultraGridColumn104.Width = 84;
            ultraGridColumn105.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn105.Header.Caption = "Id Test.Mov.";
            ultraGridColumn105.Header.VisiblePosition = 20;
            ultraGridColumn105.Hidden = true;
            ultraGridColumn106.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn106.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn106.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn106.ColumnChooserCaption = "Identificativo Unità Immobiliare";
            ultraGridColumn106.Header.Caption = "Id Unità";
            ultraGridColumn106.Header.VisiblePosition = 4;
            ultraGridColumn106.Hidden = true;
            ultraGridColumn107.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn107.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            appearance4.TextHAlignAsString = "Right";
            ultraGridColumn107.CellAppearance = appearance4;
            ultraGridColumn107.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn107.ColumnChooserCaption = "Importo Versamento";
            ultraGridColumn107.Format = "c";
            ultraGridColumn107.Header.Caption = "Imp. Vers.";
            ultraGridColumn107.Header.VisiblePosition = 25;
            ultraGridColumn107.Width = 73;
            ultraGridColumn108.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn108.Header.VisiblePosition = 19;
            ultraGridColumn109.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn109.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn109.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn109.Header.Caption = "Aggiornabile";
            ultraGridColumn109.Header.VisiblePosition = 24;
            ultraGridColumn109.Hidden = true;
            ultraGridColumn110.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn110.Header.VisiblePosition = 29;
            ultraGridColumn110.MaxValue = "512";
            ultraGridColumn111.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn111.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn111.ColumnChooserCaption = "Numero Assegno";
            ultraGridColumn111.Header.Caption = "Assegno";
            ultraGridColumn111.Header.VisiblePosition = 30;
            ultraGridColumn111.MaxLength = 12;
            ultraGridColumn111.Width = 75;
            ultraGridColumn112.ButtonDisplayStyle = Infragistics.Win.UltraWinGrid.ButtonDisplayStyle.Always;
            appearance5.ImageHAlign = Infragistics.Win.HAlign.Left;
            appearance5.TextHAlignAsString = "Right";
            ultraGridColumn112.CellAppearance = appearance5;
            appearance6.FontData.BoldAsString = "True";
            appearance6.TextHAlignAsString = "Left";
            ultraGridColumn112.CellButtonAppearance = appearance6;
            ultraGridColumn112.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.FormattedText;
            ultraGridColumn112.ColumnChooserCaption = "Documenti";
            ultraGridColumn112.FilterClearButtonVisible = Infragistics.Win.DefaultableBoolean.False;
            ultraGridColumn112.FilterOperandStyle = Infragistics.Win.UltraWinGrid.FilterOperandStyle.None;
            ultraGridColumn112.FilterOperatorDropDownItems = Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.None;
            ultraGridColumn112.FilterOperatorLocation = Infragistics.Win.UltraWinGrid.FilterOperatorLocation.Hidden;
            ultraGridColumn112.Header.Caption = "Doc.";
            ultraGridColumn112.Header.VisiblePosition = 40;
            ultraGridColumn112.NullText = "Doc: 0";
            ultraGridColumn112.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Button;
            ultraGridColumn112.Width = 40;
            ultraGridColumn113.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            appearance7.TextHAlignAsString = "Right";
            ultraGridColumn113.CellAppearance = appearance7;
            ultraGridColumn113.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn113.ColumnChooserCaption = "NumeroRegistrazione";
            ultraGridColumn113.Header.Caption = "Num.Reg.";
            ultraGridColumn113.Header.VisiblePosition = 7;
            ultraGridColumn113.Width = 50;
            ultraGridColumn114.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn114.ColumnChooserCaption = "Progressivo Unità Immmobiliare";
            ultraGridColumn114.Header.Caption = "Prg.";
            ultraGridColumn114.Header.VisiblePosition = 10;
            ultraGridColumn114.Width = 50;
            ultraGridColumn120.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn120.Header.VisiblePosition = 42;
            ultraGridColumn121.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn121.Header.VisiblePosition = 21;
            ultraGridColumn122.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn122.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn122.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn122.Header.VisiblePosition = 31;
            ultraGridColumn122.Width = 49;
            ultraGridColumn123.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn123.ColumnChooserCaption = "Tipop unità immobiliare";
            ultraGridColumn123.Header.Caption = "Tipo unità";
            ultraGridColumn123.Header.VisiblePosition = 17;
            ultraGridColumn124.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn124.ColumnChooserCaption = "Tipo versamento dopo chiusura";
            ultraGridColumn124.Header.Caption = "Dopo Chiusura";
            ultraGridColumn124.Header.VisiblePosition = 32;
            ultraGridColumn124.Hidden = true;
            ultraGridColumn125.ColumnChooserCaption = "Tipo versamento prima dell\'apertura";
            ultraGridColumn125.Header.Caption = "Prima dell\'apertura";
            ultraGridColumn125.Header.VisiblePosition = 34;
            ultraGridColumn125.Hidden = true;
            ultraGridColumn126.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn126.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn126.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn126.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn126.Header.VisiblePosition = 35;
            ultraGridColumn126.Hidden = true;
            ultraGridColumn127.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn127.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn127.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn127.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn127.Header.VisiblePosition = 36;
            ultraGridColumn127.Hidden = true;
            ultraGridColumn128.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn128.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn128.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn128.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn128.Header.VisiblePosition = 37;
            ultraGridColumn128.Hidden = true;
            ultraGridColumn129.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn129.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn129.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn129.ColumnChooserCaption = "Identificativo";
            ultraGridColumn129.Header.Caption = "Id";
            ultraGridColumn129.Header.VisiblePosition = 0;
            ultraGridColumn129.Hidden = true;
            ultraGridColumn130.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn130.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn130.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn130.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn130.Header.VisiblePosition = 38;
            ultraGridColumn130.Hidden = true;
            ultraGridColumn131.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn131.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn131.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn131.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn131.Header.VisiblePosition = 33;
            ultraGridColumn131.Hidden = true;
            ultraGridColumn132.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn132.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn132.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn132.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn132.Header.VisiblePosition = 39;
            ultraGridColumn132.Hidden = true;
            ultraGridColumn133.AllowGroupBy = Infragistics.Win.DefaultableBoolean.False;
            ultraGridColumn133.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.False;
            ultraGridColumn133.AllowRowSummaries = Infragistics.Win.UltraWinGrid.AllowRowSummaries.False;
            ultraGridColumn133.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn133.ButtonDisplayStyle = Infragistics.Win.UltraWinGrid.ButtonDisplayStyle.Always;
            appearance8.FontData.BoldAsString = "True";
            appearance8.TextHAlignAsString = "Center";
            appearance8.TextVAlignAsString = "Middle";
            ultraGridColumn133.CellButtonAppearance = appearance8;
            ultraGridColumn133.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn133.FilterClearButtonVisible = Infragistics.Win.DefaultableBoolean.False;
            ultraGridColumn133.FilterOperandStyle = Infragistics.Win.UltraWinGrid.FilterOperandStyle.None;
            ultraGridColumn133.FilterOperatorDropDownItems = Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.None;
            ultraGridColumn133.FilterOperatorLocation = Infragistics.Win.UltraWinGrid.FilterOperatorLocation.Hidden;
            ultraGridColumn133.Header.Caption = "D";
            ultraGridColumn133.Header.VisiblePosition = 41;
            ultraGridColumn133.NullText = "X";
            ultraGridColumn133.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Button;
            ultraGridColumn133.Width = 23;
            ultraGridBand2.Columns.AddRange(new object[] {
            ultraGridColumn26,
            ultraGridColumn27,
            ultraGridColumn28,
            ultraGridColumn29,
            ultraGridColumn30,
            ultraGridColumn31,
            ultraGridColumn32,
            ultraGridColumn33,
            ultraGridColumn34,
            ultraGridColumn35,
            ultraGridColumn36,
            ultraGridColumn37,
            ultraGridColumn38,
            ultraGridColumn39,
            ultraGridColumn40,
            ultraGridColumn101,
            ultraGridColumn102,
            ultraGridColumn103,
            ultraGridColumn104,
            ultraGridColumn105,
            ultraGridColumn106,
            ultraGridColumn107,
            ultraGridColumn108,
            ultraGridColumn109,
            ultraGridColumn110,
            ultraGridColumn111,
            ultraGridColumn112,
            ultraGridColumn113,
            ultraGridColumn114,
            ultraGridColumn120,
            ultraGridColumn121,
            ultraGridColumn122,
            ultraGridColumn123,
            ultraGridColumn124,
            ultraGridColumn125,
            ultraGridColumn126,
            ultraGridColumn127,
            ultraGridColumn128,
            ultraGridColumn129,
            ultraGridColumn130,
            ultraGridColumn131,
            ultraGridColumn132,
            ultraGridColumn133});
            ultraGridBand2.Header.Caption = "Pagamento";
            ultraGridBand2.Override.RowEditTemplateUIType = ((Infragistics.Win.UltraWinGrid.RowEditTemplateUIType)((Infragistics.Win.UltraWinGrid.RowEditTemplateUIType.OnEnterEditMode | Infragistics.Win.UltraWinGrid.RowEditTemplateUIType.RowSelectorImage)));
            ultraGridBand2.RowEditTemplate = this.ultraGridRowEditTemplate1;
            ultraGridColumn134.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn134.Header.VisiblePosition = 1;
            ultraGridColumn134.Hidden = true;
            ultraGridColumn135.Header.Caption = "Scadenza";
            ultraGridColumn135.Header.VisiblePosition = 2;
            ultraGridColumn136.Header.VisiblePosition = 3;
            ultraGridColumn137.Header.Caption = "Id";
            ultraGridColumn137.Header.VisiblePosition = 0;
            ultraGridColumn137.Hidden = true;
            appearance9.TextHAlignAsString = "Right";
            ultraGridColumn138.CellAppearance = appearance9;
            ultraGridColumn138.Format = "c";
            ultraGridColumn138.Header.Caption = "Importo Rata";
            ultraGridColumn138.Header.VisiblePosition = 4;
            appearance10.TextHAlignAsString = "Right";
            ultraGridColumn139.CellAppearance = appearance10;
            ultraGridColumn139.Format = "c";
            ultraGridColumn139.Header.Caption = "Importo Versamento";
            ultraGridColumn139.Header.VisiblePosition = 5;
            ultraGridColumn140.Header.Caption = "Stato";
            ultraGridColumn140.Header.VisiblePosition = 6;
            ultraGridBand3.Columns.AddRange(new object[] {
            ultraGridColumn134,
            ultraGridColumn135,
            ultraGridColumn136,
            ultraGridColumn137,
            ultraGridColumn138,
            ultraGridColumn139,
            ultraGridColumn140});
            this.listaVersamenti.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
            this.listaVersamenti.DisplayLayout.BandsSerializer.Add(ultraGridBand3);
            appearance11.FontData.BoldAsString = "True";
            appearance11.TextHAlignAsString = "Left";
            this.listaVersamenti.DisplayLayout.CaptionAppearance = appearance11;
            this.listaVersamenti.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
            this.listaVersamenti.DisplayLayout.Override.AllowColSizing = Infragistics.Win.UltraWinGrid.AllowColSizing.Free;
            this.listaVersamenti.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
            this.listaVersamenti.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
            this.listaVersamenti.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.True;
            this.listaVersamenti.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
            this.listaVersamenti.DisplayLayout.Override.RowEditTemplateUIType = Infragistics.Win.UltraWinGrid.RowEditTemplateUIType.RowSelectorImage;
            this.listaVersamenti.DisplayLayout.Override.RowSelectorHeaderStyle = Infragistics.Win.UltraWinGrid.RowSelectorHeaderStyle.ColumnChooserButton;
            this.listaVersamenti.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
            this.listaVersamenti.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listaVersamenti.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.listaVersamenti.Location = new System.Drawing.Point(0, 0);
            this.listaVersamenti.Name = "listaVersamenti";
            this.listaVersamenti.Size = new System.Drawing.Size(840, 319);
            this.listaVersamenti.TabIndex = 60;
            this.listaVersamenti.Text = "Versamenti";
            this.listaVersamenti.InitializeRow += new Infragistics.Win.UltraWinGrid.InitializeRowEventHandler(this.listaVersamentiInitializeRow);
            this.listaVersamenti.AfterRowUpdate += new Infragistics.Win.UltraWinGrid.RowEventHandler(this.listaVersamentiAfterRowUpdate);
            this.listaVersamenti.BeforeRowUpdate += new Infragistics.Win.UltraWinGrid.CancelableRowEventHandler(this.listaVersamenti_BeforeRowUpdate);
            this.listaVersamenti.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.listaVersamentiCellChange);
            this.listaVersamenti.ClickCellButton += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.listaVersamentiClickCellButton);
            this.listaVersamenti.MouseUp += new System.Windows.Forms.MouseEventHandler(this.listaVersamentiMouseUp);
            // 
            // filtroGroup
            // 
            this.filtroGroup.Controls.Add(this.filtroGroupExpandable);
            this.filtroGroup.Dock = System.Windows.Forms.DockStyle.Fill;
            this.filtroGroup.ExpandedSize = new System.Drawing.Size(840, 112);
            this.filtroGroup.Location = new System.Drawing.Point(3, 3);
            this.filtroGroup.Name = "filtroGroup";
            this.filtroGroup.Size = new System.Drawing.Size(840, 112);
            this.filtroGroup.TabIndex = 1;
            this.filtroGroup.Text = "Selezioni";
            // 
            // filtroGroupExpandable
            // 
            this.filtroGroupExpandable.Controls.Add(this.lblCondomino);
            this.filtroGroupExpandable.Controls.Add(this.condomini);
            this.filtroGroupExpandable.Controls.Add(this.lblRata);
            this.filtroGroupExpandable.Controls.Add(this.rate);
            this.filtroGroupExpandable.Controls.Add(this.lblEsercizio);
            this.filtroGroupExpandable.Controls.Add(this.esercizi);
            this.filtroGroupExpandable.Controls.Add(this.btnRicerca);
            this.filtroGroupExpandable.Controls.Add(this.sceltaCondominioCombo1);
            this.filtroGroupExpandable.Controls.Add(this.lblCondominio);
            this.filtroGroupExpandable.Dock = System.Windows.Forms.DockStyle.Fill;
            this.filtroGroupExpandable.Location = new System.Drawing.Point(3, 19);
            this.filtroGroupExpandable.Name = "filtroGroupExpandable";
            this.filtroGroupExpandable.Size = new System.Drawing.Size(834, 90);
            this.filtroGroupExpandable.TabIndex = 0;
            // 
            // lblCondomino
            // 
            this.lblCondomino.Location = new System.Drawing.Point(449, 34);
            this.lblCondomino.Name = "lblCondomino";
            this.lblCondomino.Size = new System.Drawing.Size(66, 23);
            this.lblCondomino.TabIndex = 20;
            this.lblCondomino.Text = "Condomino";
            // 
            // condomini
            // 
            this.condomini.AllowNull = Infragistics.Win.DefaultableBoolean.True;
            this.condomini.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.SuggestAppend;
            appearance12.Image = global::Gipasoft.Stabili.UI.VersamentiCondomini.VersamentiResources.clear;
            editorButton1.Appearance = appearance12;
            editorButton1.Key = "clear";
            this.condomini.ButtonsRight.Add(editorButton1);
            this.condomini.DataSource = this.personaListaDTOBindingSource;
            ultraGridColumn141.Header.VisiblePosition = 0;
            ultraGridColumn141.Hidden = true;
            ultraGridColumn142.Header.VisiblePosition = 1;
            ultraGridColumn143.Header.VisiblePosition = 3;
            ultraGridColumn144.Header.VisiblePosition = 6;
            ultraGridColumn144.Hidden = true;
            ultraGridColumn145.Header.VisiblePosition = 8;
            ultraGridColumn145.Hidden = true;
            ultraGridColumn146.Header.VisiblePosition = 10;
            ultraGridColumn146.Hidden = true;
            ultraGridColumn147.Header.VisiblePosition = 12;
            ultraGridColumn147.Hidden = true;
            ultraGridColumn148.Header.VisiblePosition = 14;
            ultraGridColumn148.Hidden = true;
            ultraGridColumn149.Header.VisiblePosition = 15;
            ultraGridColumn149.Hidden = true;
            ultraGridColumn150.Header.VisiblePosition = 5;
            ultraGridColumn151.Header.Caption = "Interno";
            ultraGridColumn151.Header.VisiblePosition = 13;
            ultraGridColumn152.Header.VisiblePosition = 7;
            ultraGridColumn153.Header.VisiblePosition = 16;
            ultraGridColumn153.Hidden = true;
            ultraGridColumn154.Header.Caption = "Ordine";
            ultraGridColumn154.Header.VisiblePosition = 4;
            ultraGridColumn155.Header.VisiblePosition = 17;
            ultraGridColumn155.Hidden = true;
            ultraGridColumn156.Header.VisiblePosition = 11;
            ultraGridColumn156.Hidden = true;
            ultraGridColumn157.Header.VisiblePosition = 18;
            ultraGridColumn157.Hidden = true;
            ultraGridColumn158.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn158.Header.VisiblePosition = 19;
            ultraGridColumn158.Hidden = true;
            ultraGridColumn159.Header.VisiblePosition = 21;
            ultraGridColumn159.Hidden = true;
            ultraGridColumn160.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn160.Header.VisiblePosition = 20;
            ultraGridColumn160.Hidden = true;
            ultraGridColumn161.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn161.Header.VisiblePosition = 9;
            ultraGridColumn161.Hidden = true;
            ultraGridColumn162.Header.VisiblePosition = 22;
            ultraGridColumn162.Hidden = true;
            ultraGridColumn163.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn163.Header.VisiblePosition = 2;
            ultraGridColumn163.Hidden = true;
            ultraGridColumn164.Header.VisiblePosition = 23;
            ultraGridColumn164.Hidden = true;
            ultraGridColumn165.Header.VisiblePosition = 24;
            ultraGridColumn165.Hidden = true;
            ultraGridColumn166.Header.VisiblePosition = 25;
            ultraGridColumn166.Hidden = true;
            ultraGridBand4.Columns.AddRange(new object[] {
            ultraGridColumn141,
            ultraGridColumn142,
            ultraGridColumn143,
            ultraGridColumn144,
            ultraGridColumn145,
            ultraGridColumn146,
            ultraGridColumn147,
            ultraGridColumn148,
            ultraGridColumn149,
            ultraGridColumn150,
            ultraGridColumn151,
            ultraGridColumn152,
            ultraGridColumn153,
            ultraGridColumn154,
            ultraGridColumn155,
            ultraGridColumn156,
            ultraGridColumn157,
            ultraGridColumn158,
            ultraGridColumn159,
            ultraGridColumn160,
            ultraGridColumn161,
            ultraGridColumn162,
            ultraGridColumn163,
            ultraGridColumn164,
            ultraGridColumn165,
            ultraGridColumn166});
            this.condomini.DisplayLayout.BandsSerializer.Add(ultraGridBand4);
            this.condomini.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
            this.condomini.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
            this.condomini.DisplayMember = "DisplayName";
            this.condomini.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.condomini.LimitToList = true;
            this.condomini.Location = new System.Drawing.Point(527, 31);
            this.condomini.Name = "condomini";
            this.condomini.Size = new System.Drawing.Size(283, 22);
            this.condomini.TabIndex = 40;
            this.condomini.ValueMember = "ID";
            this.condomini.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.condominiEditorButtonClick);
            // 
            // lblRata
            // 
            this.lblRata.Location = new System.Drawing.Point(3, 34);
            this.lblRata.Name = "lblRata";
            this.lblRata.Size = new System.Drawing.Size(58, 19);
            this.lblRata.TabIndex = 18;
            this.lblRata.Text = "Rata";
            // 
            // rate
            // 
            appearance13.Image = global::Gipasoft.Stabili.UI.VersamentiCondomini.VersamentiResources.clear;
            editorButton2.Appearance = appearance13;
            editorButton2.Key = "clear";
            this.rate.ButtonsRight.Add(editorButton2);
            this.rate.DataSource = this.pianoRatealeDettaglioDTOBindingSource;
            this.rate.DisplayMember = "Descrizione";
            this.rate.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.rate.Location = new System.Drawing.Point(70, 32);
            this.rate.Name = "rate";
            this.rate.Size = new System.Drawing.Size(283, 21);
            this.rate.TabIndex = 30;
            this.rate.ValueMember = "ID";
            this.rate.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.rateEditorButtonClick);
            // 
            // lblEsercizio
            // 
            this.lblEsercizio.Location = new System.Drawing.Point(449, 8);
            this.lblEsercizio.Name = "lblEsercizio";
            this.lblEsercizio.Size = new System.Drawing.Size(72, 19);
            this.lblEsercizio.TabIndex = 16;
            this.lblEsercizio.Text = "Esercizio";
            // 
            // esercizi
            // 
            this.esercizi.DataSource = this.eserciziDTOBindingSource;
            this.esercizi.DisplayMember = "DisplayName";
            this.esercizi.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.esercizi.Location = new System.Drawing.Point(527, 5);
            this.esercizi.Name = "esercizi";
            this.esercizi.Size = new System.Drawing.Size(283, 21);
            this.esercizi.TabIndex = 20;
            this.esercizi.ValueMember = "ID";
            this.esercizi.ValueChanged += new System.EventHandler(this.eserciziValueChanged);
            // 
            // btnRicerca
            // 
            this.btnRicerca.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnRicerca.Location = new System.Drawing.Point(70, 64);
            this.btnRicerca.Name = "btnRicerca";
            this.btnRicerca.Size = new System.Drawing.Size(75, 23);
            this.btnRicerca.TabIndex = 50;
            this.btnRicerca.Text = "Cerca";
            this.btnRicerca.Click += new System.EventHandler(this.btnRicercaClick);
            // 
            // sceltaCondominioCombo1
            // 
            this.sceltaCondominioCombo1.IdCondominioSelected = 0;
            this.sceltaCondominioCombo1.Location = new System.Drawing.Point(70, 5);
            this.sceltaCondominioCombo1.Name = "sceltaCondominioCombo1";
            this.sceltaCondominioCombo1.Size = new System.Drawing.Size(327, 21);
            this.sceltaCondominioCombo1.TabIndex = 10;
            // 
            // lblCondominio
            // 
            this.lblCondominio.Location = new System.Drawing.Point(3, 7);
            this.lblCondominio.Name = "lblCondominio";
            this.lblCondominio.Size = new System.Drawing.Size(68, 23);
            this.lblCondominio.TabIndex = 0;
            this.lblCondominio.Text = "Condominio";
            // 
            // 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(3, 1);
            this.btnConferma.Name = "btnConferma";
            this.btnConferma.Size = new System.Drawing.Size(75, 23);
            this.btnConferma.TabIndex = 70;
            this.btnConferma.Text = "Conferma";
            this.btnConferma.Click += new System.EventHandler(this.btnConfermaClick);
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.ricevutaVersamentoToolStripMenuItem,
            this.toolStripSeparator1,
            this.movimentoContabileToolStripMenuItem,
            this.movimentoBancarioToolStripMenuItem1,
            this.fileCBIToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(191, 98);
            this.contextMenuStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.contextMenuStrip1ItemClicked);
            // 
            // ricevutaVersamentoToolStripMenuItem
            // 
            this.ricevutaVersamentoToolStripMenuItem.Name = "ricevutaVersamentoToolStripMenuItem";
            this.ricevutaVersamentoToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
            this.ricevutaVersamentoToolStripMenuItem.Text = "Ricevuta Versamento";
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(187, 6);
            // 
            // movimentoContabileToolStripMenuItem
            // 
            this.movimentoContabileToolStripMenuItem.Name = "movimentoContabileToolStripMenuItem";
            this.movimentoContabileToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
            this.movimentoContabileToolStripMenuItem.Text = "Movimento Contabile";
            // 
            // movimentoBancarioToolStripMenuItem1
            // 
            this.movimentoBancarioToolStripMenuItem1.Name = "movimentoBancarioToolStripMenuItem1";
            this.movimentoBancarioToolStripMenuItem1.Size = new System.Drawing.Size(190, 22);
            this.movimentoBancarioToolStripMenuItem1.Text = "Movimento Bancario";
            // 
            // fileCBIToolStripMenuItem
            // 
            this.fileCBIToolStripMenuItem.Name = "fileCBIToolStripMenuItem";
            this.fileCBIToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
            this.fileCBIToolStripMenuItem.Text = "File CBI";
            // 
            // btnStampa
            // 
            this.btnStampa.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            appearance14.Image = ((object)(resources.GetObject("appearance14.Image")));
            this.btnStampa.Appearance = appearance14;
            this.btnStampa.Location = new System.Drawing.Point(84, 1);
            this.btnStampa.Name = "btnStampa";
            this.btnStampa.Size = new System.Drawing.Size(75, 23);
            this.btnStampa.TabIndex = 80;
            this.btnStampa.Text = "Stampa";
            this.btnStampa.Click += new System.EventHandler(this.btnStampaClick);
            // 
            // 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.filtroGroup, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.panelVersamenti, 0, 1);
            this.tableLayoutPanel1.Controls.Add(this.panelButtons, 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 = 3;
            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, 30F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(846, 473);
            this.tableLayoutPanel1.TabIndex = 81;
            // 
            // panelVersamenti
            // 
            this.panelVersamenti.Controls.Add(this.listaVersamenti);
            this.panelVersamenti.Controls.Add(this.ultraGridRowEditTemplate1);
            this.panelVersamenti.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelVersamenti.Location = new System.Drawing.Point(3, 121);
            this.panelVersamenti.Name = "panelVersamenti";
            this.panelVersamenti.Size = new System.Drawing.Size(840, 319);
            this.panelVersamenti.TabIndex = 2;
            // 
            // panelButtons
            // 
            this.panelButtons.Controls.Add(this.btnConferma);
            this.panelButtons.Controls.Add(this.btnStampa);
            this.panelButtons.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelButtons.Location = new System.Drawing.Point(3, 446);
            this.panelButtons.Name = "panelButtons";
            this.panelButtons.Size = new System.Drawing.Size(840, 24);
            this.panelButtons.TabIndex = 3;
            // 
            // personaListaDTOBindingSource
            // 
            this.personaListaDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.PersonaCondominioDTO);
            // 
            // pianoRatealeDettaglioDTOBindingSource
            // 
            this.pianoRatealeDettaglioDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.PianoRatealeDettaglioDTO);
            // 
            // eserciziDTOBindingSource
            // 
            this.eserciziDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.EsercizioDTO);
            // 
            // versamentoDTOBindingSource
            // 
            this.versamentoDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.VersamentoSoggettoDTO);
            // 
            // rataVersamentoDTOBindingSource
            // 
            this.rataVersamentoDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.RataVersamentoDTO);
            // 
            // reqEsercizio
            // 
            this.reqEsercizio.ControlToValidate = this.esercizi;
            this.reqEsercizio.ErrorMessage = "Scegliere un esercizio";
            this.reqEsercizio.Icon = ((System.Drawing.Icon)(resources.GetObject("reqEsercizio.Icon")));
            // 
            // customValidatorFilter
            // 
            this.customValidatorFilter.ControlToValidate = this.sceltaCondominioCombo1;
            this.customValidatorFilter.ErrorMessage = "Scegliere almeno un parametro di filtro";
            this.customValidatorFilter.Icon = ((System.Drawing.Icon)(resources.GetObject("customValidatorFilter.Icon")));
            this.customValidatorFilter.Validating += new Gipasoft.Windows.Forms.CustomValidation.CustomValidator.ValidatingEventHandler(this.customValidatorFilterValidating);
            // 
            // reqCondominio
            // 
            this.reqCondominio.ControlToValidate = this.sceltaCondominioCombo1;
            this.reqCondominio.ErrorMessage = "Scegliere un condominio";
            this.reqCondominio.Icon = ((System.Drawing.Icon)(resources.GetObject("reqCondominio.Icon")));
            // 
            // VersamentiUI
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.tableLayoutPanel1);
            this.Name = "VersamentiUI";
            this.Size = new System.Drawing.Size(846, 473);
            this.Load += new System.EventHandler(this.versamentiUILoad);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGridRowEditTemplate1)).EndInit();
            this.ultraGridRowEditTemplate1.ResumeLayout(false);
            this.ultraGridRowEditTemplate1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.notaEditor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.listaRateVersate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.listaVersamenti)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.filtroGroup)).EndInit();
            this.filtroGroup.ResumeLayout(false);
            this.filtroGroupExpandable.ResumeLayout(false);
            this.filtroGroupExpandable.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.condomini)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.esercizi)).EndInit();
            this.contextMenuStrip1.ResumeLayout(false);
            this.tableLayoutPanel1.ResumeLayout(false);
            this.panelVersamenti.ResumeLayout(false);
            this.panelButtons.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.personaListaDTOBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pianoRatealeDettaglioDTOBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.eserciziDTOBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.versamentoDTOBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rataVersamentoDTOBindingSource)).EndInit();
            this.ResumeLayout(false);

        }
Esempio n. 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.UltraWinEditors.EditorButton  editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
     System.ComponentModel.ComponentResourceManager resources     = new System.ComponentModel.ComponentResourceManager(typeof(F9035));
     this.MainPanel            = new System.Windows.Forms.Panel();
     this.panel4               = new System.Windows.Forms.Panel();
     this.FormatTextBox        = new TerraScan.UI.Controls.TerraScanTextBox();
     this.label3               = new System.Windows.Forms.Label();
     this.panel3               = new System.Windows.Forms.Panel();
     this.FormulaTextBox       = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.label2               = new System.Windows.Forms.Label();
     this.panel1               = new System.Windows.Forms.Panel();
     this.StatementIDLable     = new System.Windows.Forms.Label();
     this.FieldNameTextBox     = new TerraScan.UI.Controls.TerraScanTextBox();
     this.panel2               = new System.Windows.Forms.Panel();
     this.TypeCombo            = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.label1               = new System.Windows.Forms.Label();
     this.panel5               = new System.Windows.Forms.Panel();
     this.RightRadioButton     = new System.Windows.Forms.RadioButton();
     this.CenterRadioButton    = new System.Windows.Forms.RadioButton();
     this.LeftRadioButton      = new System.Windows.Forms.RadioButton();
     this.label4               = new System.Windows.Forms.Label();
     this.FormIDLabel          = new System.Windows.Forms.Label();
     this.HelpLink             = new System.Windows.Forms.LinkLabel();
     this.FormLinePanel        = new System.Windows.Forms.Panel();
     this.F9035OKButton        = new TerraScan.UI.Controls.TerraScanButton();
     this.F9035CancelButton    = new TerraScan.UI.Controls.TerraScanButton();
     this.AddNewFieldMenuStrip = new System.Windows.Forms.MenuStrip();
     this.HelpStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.NewColCalcManager    = new Infragistics.Win.UltraWinCalcManager.UltraCalcManager(this.components);
     this.MainPanel.SuspendLayout();
     this.panel4.SuspendLayout();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.FormulaTextBox)).BeginInit();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TypeCombo)).BeginInit();
     this.panel5.SuspendLayout();
     this.AddNewFieldMenuStrip.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.NewColCalcManager)).BeginInit();
     this.SuspendLayout();
     //
     // MainPanel
     //
     this.MainPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.MainPanel.Controls.Add(this.panel4);
     this.MainPanel.Controls.Add(this.panel3);
     this.MainPanel.Controls.Add(this.panel1);
     this.MainPanel.Controls.Add(this.panel2);
     this.MainPanel.Location = new System.Drawing.Point(12, 12);
     this.MainPanel.Name     = "MainPanel";
     this.MainPanel.Size     = new System.Drawing.Size(283, 194);
     this.MainPanel.TabIndex = 0;
     //
     // panel4
     //
     this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel4.Controls.Add(this.FormatTextBox);
     this.panel4.Controls.Add(this.label3);
     this.panel4.Location = new System.Drawing.Point(-5, 114);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(288, 39);
     this.panel4.TabIndex = 41;
     //
     // FormatTextBox
     //
     this.FormatTextBox.AllowClick             = true;
     this.FormatTextBox.AllowNegativeSign      = false;
     this.FormatTextBox.ApplyCFGFormat         = false;
     this.FormatTextBox.ApplyCurrencyFormat    = false;
     this.FormatTextBox.ApplyFocusColor        = true;
     this.FormatTextBox.ApplyNegativeForeColor = System.Drawing.Color.Empty;
     this.FormatTextBox.ApplyNegativeStandard  = true;
     this.FormatTextBox.ApplyParentFocusColor  = true;
     this.FormatTextBox.ApplyTimeFormat        = false;
     this.FormatTextBox.BackColor           = System.Drawing.Color.White;
     this.FormatTextBox.BorderStyle         = System.Windows.Forms.BorderStyle.None;
     this.FormatTextBox.CFromatWihoutSymbol = false;
     this.FormatTextBox.CheckForEmpty       = false;
     this.FormatTextBox.DecimalTextBoxValue = new decimal(new int[] {
         0,
         0,
         0,
         0
     });
     this.FormatTextBox.Digits            = -1;
     this.FormatTextBox.EmptyDecimalValue = false;
     this.FormatTextBox.Font                = new System.Drawing.Font("Arial", 8.59F, System.Drawing.FontStyle.Bold);
     this.FormatTextBox.ForeColor           = System.Drawing.SystemColors.WindowText;
     this.FormatTextBox.IsEditable          = false;
     this.FormatTextBox.IsQueryableFileld   = true;
     this.FormatTextBox.Location            = new System.Drawing.Point(38, 16);
     this.FormatTextBox.LockKeyPress        = true;
     this.FormatTextBox.MaxLength           = 25;
     this.FormatTextBox.Name                = "FormatTextBox";
     this.FormatTextBox.PersistDefaultColor = false;
     this.FormatTextBox.Precision           = 2;
     this.FormatTextBox.QueryingFileldName  = "";
     this.FormatTextBox.ReadOnly            = true;
     this.FormatTextBox.SetColorFlag        = false;
     this.FormatTextBox.SetFocusColor       = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(121)))));
     this.FormatTextBox.Size                = new System.Drawing.Size(227, 14);
     this.FormatTextBox.SpecialCharacter    = "%";
     this.FormatTextBox.TabIndex            = 38;
     this.FormatTextBox.TabStop             = false;
     this.FormatTextBox.TextCustomFormat    = "$#,##0.00";
     this.FormatTextBox.ValidateType        = TerraScan.UI.Controls.TerraScanTextBox.ControlvalidationType.Text;
     this.FormatTextBox.WholeInteger        = false;
     this.FormatTextBox.TextChanged        += new System.EventHandler(this.FormatTextBox_TextChanged);
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(153)))));
     this.label3.Location  = new System.Drawing.Point(4, 0);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(73, 14);
     this.label3.TabIndex  = 1;
     this.label3.Text      = "Format :";
     //
     // panel3
     //
     this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel3.Controls.Add(this.FormulaTextBox);
     this.panel3.Controls.Add(this.label2);
     this.panel3.Location = new System.Drawing.Point(-1, 75);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(288, 40);
     this.panel3.TabIndex = 40;
     //
     // FormulaTextBox
     //
     this.FormulaTextBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
     editorButton1.Text = "...";
     this.FormulaTextBox.ButtonsRight.Add(editorButton1);
     this.FormulaTextBox.Font               = new System.Drawing.Font("Arial", 8.59F, System.Drawing.FontStyle.Bold);
     this.FormulaTextBox.Location           = new System.Drawing.Point(35, 14);
     this.FormulaTextBox.MaxLength          = 75;
     this.FormulaTextBox.Name               = "FormulaTextBox";
     this.FormulaTextBox.Size               = new System.Drawing.Size(227, 18);
     this.FormulaTextBox.TabIndex           = 2;
     this.FormulaTextBox.TextChanged       += new System.EventHandler(this.FormulaTextBox_TextChanged);
     this.FormulaTextBox.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.FormulaTextBox_EditorButtonClick);
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(153)))));
     this.label2.Location  = new System.Drawing.Point(0, 0);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(73, 14);
     this.label2.TabIndex  = 1;
     this.label2.Text      = "Formula:";
     //
     // panel1
     //
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.StatementIDLable);
     this.panel1.Controls.Add(this.FieldNameTextBox);
     this.panel1.Location = new System.Drawing.Point(-5, -1);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(288, 40);
     this.panel1.TabIndex = 38;
     //
     // StatementIDLable
     //
     this.StatementIDLable.BackColor = System.Drawing.Color.Transparent;
     this.StatementIDLable.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.StatementIDLable.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(153)))));
     this.StatementIDLable.Location  = new System.Drawing.Point(3, -1);
     this.StatementIDLable.Name      = "StatementIDLable";
     this.StatementIDLable.Size      = new System.Drawing.Size(73, 14);
     this.StatementIDLable.TabIndex  = 1;
     this.StatementIDLable.Text      = "Field Name:";
     //
     // FieldNameTextBox
     //
     this.FieldNameTextBox.AllowClick             = true;
     this.FieldNameTextBox.AllowNegativeSign      = false;
     this.FieldNameTextBox.ApplyCFGFormat         = false;
     this.FieldNameTextBox.ApplyCurrencyFormat    = false;
     this.FieldNameTextBox.ApplyFocusColor        = true;
     this.FieldNameTextBox.ApplyNegativeForeColor = System.Drawing.Color.Empty;
     this.FieldNameTextBox.ApplyNegativeStandard  = true;
     this.FieldNameTextBox.ApplyParentFocusColor  = true;
     this.FieldNameTextBox.ApplyTimeFormat        = false;
     this.FieldNameTextBox.BorderStyle            = System.Windows.Forms.BorderStyle.None;
     this.FieldNameTextBox.CFromatWihoutSymbol    = false;
     this.FieldNameTextBox.CheckForEmpty          = false;
     this.FieldNameTextBox.DecimalTextBoxValue    = new decimal(new int[] {
         0,
         0,
         0,
         0
     });
     this.FieldNameTextBox.Digits            = -1;
     this.FieldNameTextBox.EmptyDecimalValue = false;
     this.FieldNameTextBox.Font                = new System.Drawing.Font("Arial", 8.59F, System.Drawing.FontStyle.Bold);
     this.FieldNameTextBox.IsEditable          = true;
     this.FieldNameTextBox.IsQueryableFileld   = true;
     this.FieldNameTextBox.Location            = new System.Drawing.Point(39, 15);
     this.FieldNameTextBox.LockKeyPress        = false;
     this.FieldNameTextBox.MaxLength           = 75;
     this.FieldNameTextBox.Name                = "FieldNameTextBox";
     this.FieldNameTextBox.PersistDefaultColor = false;
     this.FieldNameTextBox.Precision           = 2;
     this.FieldNameTextBox.QueryingFileldName  = "";
     this.FieldNameTextBox.SetColorFlag        = false;
     this.FieldNameTextBox.SetFocusColor       = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(121)))));
     this.FieldNameTextBox.Size                = new System.Drawing.Size(227, 14);
     this.FieldNameTextBox.SpecialCharacter    = "%";
     this.FieldNameTextBox.TabIndex            = 37;
     this.FieldNameTextBox.TextCustomFormat    = "$#,##0.00";
     this.FieldNameTextBox.ValidateType        = TerraScan.UI.Controls.TerraScanTextBox.ControlvalidationType.Text;
     this.FieldNameTextBox.WholeInteger        = false;
     this.FieldNameTextBox.TextChanged        += new System.EventHandler(this.FieldNameTextBox_TextChanged);
     this.FieldNameTextBox.Leave              += new System.EventHandler(this.FieldNameTextBox_Leave);
     //
     // panel2
     //
     this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel2.Controls.Add(this.TypeCombo);
     this.panel2.Controls.Add(this.label1);
     this.panel2.Location = new System.Drawing.Point(-2, 38);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(288, 40);
     this.panel2.TabIndex = 39;
     //
     // TypeCombo
     //
     this.TypeCombo.DropDownListWidth = 250;
     this.TypeCombo.DropDownStyle     = Infragistics.Win.DropDownStyle.DropDownList;
     this.TypeCombo.Font     = new System.Drawing.Font("Arial", 8.59F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TypeCombo.Location = new System.Drawing.Point(36, 8);
     this.TypeCombo.Name     = "TypeCombo";
     this.TypeCombo.Size     = new System.Drawing.Size(227, 22);
     this.TypeCombo.TabIndex = 2;
     this.TypeCombo.SelectionChangeCommitted += new System.EventHandler(this.TypeCombo_SelectionChangeCommitted);
     this.TypeCombo.Leave += new System.EventHandler(this.TypeCombo_Leave);
     this.TypeCombo.Enter += new System.EventHandler(this.TypeCombo_Enter);
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(153)))));
     this.label1.Location  = new System.Drawing.Point(0, -1);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(51, 12);
     this.label1.TabIndex  = 1;
     this.label1.Text      = "Type:";
     //
     // panel5
     //
     this.panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel5.Controls.Add(this.RightRadioButton);
     this.panel5.Controls.Add(this.CenterRadioButton);
     this.panel5.Controls.Add(this.LeftRadioButton);
     this.panel5.Controls.Add(this.label4);
     this.panel5.Location = new System.Drawing.Point(12, 165);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(283, 41);
     this.panel5.TabIndex = 42;
     //
     // RightRadioButton
     //
     this.RightRadioButton.AutoSize = true;
     this.RightRadioButton.Font     = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.RightRadioButton.Location = new System.Drawing.Point(208, 15);
     this.RightRadioButton.Name     = "RightRadioButton";
     this.RightRadioButton.Size     = new System.Drawing.Size(54, 19);
     this.RightRadioButton.TabIndex = 4;
     this.RightRadioButton.TabStop  = true;
     this.RightRadioButton.Text     = "Right";
     this.RightRadioButton.UseVisualStyleBackColor = true;
     this.RightRadioButton.CheckedChanged         += new System.EventHandler(this.RadioButton_CheckedChanged);
     //
     // CenterRadioButton
     //
     this.CenterRadioButton.AutoSize = true;
     this.CenterRadioButton.Font     = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CenterRadioButton.Location = new System.Drawing.Point(119, 15);
     this.CenterRadioButton.Name     = "CenterRadioButton";
     this.CenterRadioButton.Size     = new System.Drawing.Size(63, 19);
     this.CenterRadioButton.TabIndex = 3;
     this.CenterRadioButton.TabStop  = true;
     this.CenterRadioButton.Text     = "Center";
     this.CenterRadioButton.UseVisualStyleBackColor = true;
     this.CenterRadioButton.CheckedChanged         += new System.EventHandler(this.RadioButton_CheckedChanged);
     //
     // LeftRadioButton
     //
     this.LeftRadioButton.AutoSize = true;
     this.LeftRadioButton.Font     = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.LeftRadioButton.Location = new System.Drawing.Point(18, 15);
     this.LeftRadioButton.Name     = "LeftRadioButton";
     this.LeftRadioButton.Size     = new System.Drawing.Size(95, 19);
     this.LeftRadioButton.TabIndex = 2;
     this.LeftRadioButton.TabStop  = true;
     this.LeftRadioButton.Text     = "Left(Default)";
     this.LeftRadioButton.UseVisualStyleBackColor = true;
     this.LeftRadioButton.CheckedChanged         += new System.EventHandler(this.RadioButton_CheckedChanged);
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(153)))));
     this.label4.Location  = new System.Drawing.Point(-1, 0);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(73, 14);
     this.label4.TabIndex  = 1;
     this.label4.Text      = "Alignment:";
     //
     // FormIDLabel
     //
     this.FormIDLabel.AccessibleDescription = "0";
     this.FormIDLabel.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.FormIDLabel.AutoSize  = true;
     this.FormIDLabel.Font      = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormIDLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(145)))), ((int)(((byte)(145)))), ((int)(((byte)(145)))));
     this.FormIDLabel.Location  = new System.Drawing.Point(10, 262);
     this.FormIDLabel.Name      = "FormIDLabel";
     this.FormIDLabel.Size      = new System.Drawing.Size(35, 15);
     this.FormIDLabel.TabIndex  = 208;
     this.FormIDLabel.Text      = "9035";
     //
     // HelpLink
     //
     this.HelpLink.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.HelpLink.Font         = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.HelpLink.Location     = new System.Drawing.Point(189, 261);
     this.HelpLink.Name         = "HelpLink";
     this.HelpLink.Size         = new System.Drawing.Size(106, 15);
     this.HelpLink.TabIndex     = 207;
     this.HelpLink.TabStop      = true;
     this.HelpLink.Text         = "Help";
     this.HelpLink.TextAlign    = System.Drawing.ContentAlignment.TopRight;
     this.HelpLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.HelpLink_LinkClicked);
     //
     // FormLinePanel
     //
     this.FormLinePanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(68)))), ((int)(((byte)(108)))));
     this.FormLinePanel.Location  = new System.Drawing.Point(12, 256);
     this.FormLinePanel.Name      = "FormLinePanel";
     this.FormLinePanel.Size      = new System.Drawing.Size(283, 2);
     this.FormLinePanel.TabIndex  = 206;
     //
     // F9035OKButton
     //
     this.F9035OKButton.ActualPermission      = false;
     this.F9035OKButton.ApplyDisableBehaviour = false;
     this.F9035OKButton.AutoSize                   = true;
     this.F9035OKButton.BackColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(81)))), ((int)(((byte)(128)))));
     this.F9035OKButton.BorderColor                = System.Drawing.Color.Wheat;
     this.F9035OKButton.CommentPriority            = false;
     this.F9035OKButton.DialogResult               = System.Windows.Forms.DialogResult.OK;
     this.F9035OKButton.EnableAutoPrint            = false;
     this.F9035OKButton.FilterStatus               = false;
     this.F9035OKButton.FlatAppearance.BorderColor = System.Drawing.Color.Black;
     this.F9035OKButton.FlatStyle                  = System.Windows.Forms.FlatStyle.Flat;
     this.F9035OKButton.FocusRectangleEnabled      = true;
     this.F9035OKButton.Font                    = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.F9035OKButton.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.F9035OKButton.ImageSelected           = false;
     this.F9035OKButton.Location                = new System.Drawing.Point(11, 216);
     this.F9035OKButton.Name                    = "F9035OKButton";
     this.F9035OKButton.NewPadding              = 5;
     this.F9035OKButton.SetActionType           = TerraScan.UI.Controls.TerraScanButton.ActionType.New;
     this.F9035OKButton.SetButtonType           = TerraScan.UI.Controls.TerraScanButton.ButtonType.CommandButton;
     this.F9035OKButton.Size                    = new System.Drawing.Size(110, 30);
     this.F9035OKButton.StatusIndicator         = false;
     this.F9035OKButton.StatusOffColor          = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.F9035OKButton.StatusOffText           = null;
     this.F9035OKButton.StatusOnColor           = System.Drawing.Color.FromArgb(((int)(((byte)(71)))), ((int)(((byte)(133)))), ((int)(((byte)(85)))));
     this.F9035OKButton.StatusOnText            = null;
     this.F9035OKButton.TabIndex                = 209;
     this.F9035OKButton.TabStop                 = false;
     this.F9035OKButton.Text                    = "OK";
     this.F9035OKButton.UseVisualStyleBackColor = false;
     this.F9035OKButton.Click                  += new System.EventHandler(this.F9035OKButton_Click);
     //
     // F9035CancelButton
     //
     this.F9035CancelButton.ActualPermission      = false;
     this.F9035CancelButton.ApplyDisableBehaviour = false;
     this.F9035CancelButton.AutoSize                   = true;
     this.F9035CancelButton.BackColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(81)))), ((int)(((byte)(128)))));
     this.F9035CancelButton.BorderColor                = System.Drawing.Color.Wheat;
     this.F9035CancelButton.CommentPriority            = false;
     this.F9035CancelButton.DialogResult               = System.Windows.Forms.DialogResult.Cancel;
     this.F9035CancelButton.EnableAutoPrint            = false;
     this.F9035CancelButton.FilterStatus               = false;
     this.F9035CancelButton.FlatAppearance.BorderColor = System.Drawing.Color.Black;
     this.F9035CancelButton.FlatStyle                  = System.Windows.Forms.FlatStyle.Flat;
     this.F9035CancelButton.FocusRectangleEnabled      = true;
     this.F9035CancelButton.Font                    = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.F9035CancelButton.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.F9035CancelButton.ImageSelected           = false;
     this.F9035CancelButton.Location                = new System.Drawing.Point(185, 216);
     this.F9035CancelButton.Name                    = "F9035CancelButton";
     this.F9035CancelButton.NewPadding              = 5;
     this.F9035CancelButton.SetActionType           = TerraScan.UI.Controls.TerraScanButton.ActionType.New;
     this.F9035CancelButton.SetButtonType           = TerraScan.UI.Controls.TerraScanButton.ButtonType.CommandButton;
     this.F9035CancelButton.Size                    = new System.Drawing.Size(110, 30);
     this.F9035CancelButton.StatusIndicator         = false;
     this.F9035CancelButton.StatusOffColor          = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.F9035CancelButton.StatusOffText           = null;
     this.F9035CancelButton.StatusOnColor           = System.Drawing.Color.FromArgb(((int)(((byte)(71)))), ((int)(((byte)(133)))), ((int)(((byte)(85)))));
     this.F9035CancelButton.StatusOnText            = null;
     this.F9035CancelButton.TabIndex                = 210;
     this.F9035CancelButton.TabStop                 = false;
     this.F9035CancelButton.Text                    = "Cancel";
     this.F9035CancelButton.UseVisualStyleBackColor = false;
     this.F9035CancelButton.Click                  += new System.EventHandler(this.F9035CancelButton_Click);
     //
     // AddNewFieldMenuStrip
     //
     this.AddNewFieldMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.HelpStripMenuItem
     });
     this.AddNewFieldMenuStrip.Location = new System.Drawing.Point(0, 0);
     this.AddNewFieldMenuStrip.Name     = "AddNewFieldMenuStrip";
     this.AddNewFieldMenuStrip.Size     = new System.Drawing.Size(309, 24);
     this.AddNewFieldMenuStrip.TabIndex = 211;
     this.AddNewFieldMenuStrip.Text     = "AddNewFieldMenuStrip";
     this.AddNewFieldMenuStrip.Visible  = false;
     //
     // HelpStripMenuItem
     //
     this.HelpStripMenuItem.Name         = "HelpStripMenuItem";
     this.HelpStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F1;
     this.HelpStripMenuItem.Size         = new System.Drawing.Size(110, 20);
     this.HelpStripMenuItem.Text         = "HelpStripMenuItem";
     this.HelpStripMenuItem.Click       += new System.EventHandler(this.HelpStripMenuItem_Click);
     //
     // NewColCalcManager
     //
     this.NewColCalcManager.ContainingControl   = this;
     this.NewColCalcManager.FormulaSyntaxError += new Infragistics.Win.UltraWinCalcManager.FormulaSyntaxErrorEventHandler(this.NewColCalcManager_FormulaSyntaxError);
     //
     // F9035
     //
     this.AcceptButton        = this.F9035OKButton;
     this.AccessibleName      = "Add New Field";
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.CancelButton        = this.F9035CancelButton;
     this.ClientSize          = new System.Drawing.Size(309, 290);
     this.Controls.Add(this.AddNewFieldMenuStrip);
     this.Controls.Add(this.F9035CancelButton);
     this.Controls.Add(this.F9035OKButton);
     this.Controls.Add(this.panel5);
     this.Controls.Add(this.FormIDLabel);
     this.Controls.Add(this.HelpLink);
     this.Controls.Add(this.FormLinePanel);
     this.Controls.Add(this.MainPanel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MaximumSize     = new System.Drawing.Size(315, 322);
     this.MinimizeBox     = false;
     this.MinimumSize     = new System.Drawing.Size(315, 322);
     this.Name            = "F9035";
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Tag             = "9035";
     this.Text            = "Add New Field";
     this.Load           += new System.EventHandler(this.F9035_Load);
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.F9035_FormClosing);
     this.MainPanel.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.panel4.PerformLayout();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.FormulaTextBox)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TypeCombo)).EndInit();
     this.panel5.ResumeLayout(false);
     this.panel5.PerformLayout();
     this.AddNewFieldMenuStrip.ResumeLayout(false);
     this.AddNewFieldMenuStrip.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.NewColCalcManager)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 26
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinEditors.EditorButton editorButton2 = new Infragistics.Win.UltraWinEditors.EditorButton();
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinEditors.EditorButton editorButton3 = new Infragistics.Win.UltraWinEditors.EditorButton();
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinEditors.EditorButton editorButton4 = new Infragistics.Win.UltraWinEditors.EditorButton();
     Infragistics.Win.UltraWinEditors.EditorButton editorButton5 = new Infragistics.Win.UltraWinEditors.EditorButton();
     Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinEditors.EditorButton editorButton6 = new Infragistics.Win.UltraWinEditors.EditorButton();
     Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
     this.uPanelMain               = new Infragistics.Win.Misc.UltraPanel();
     this.utxtAccount              = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.udDate                   = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.utxtPassword             = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.utxtUser                 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.utxtServer               = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.lblLogin                 = new System.Windows.Forms.Label();
     this.ultraFormattedLinkLabel1 = new Infragistics.Win.FormattedLinkLabel.UltraFormattedLinkLabel();
     this.uPanelMain.ClientArea.SuspendLayout();
     this.uPanelMain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.utxtAccount)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.udDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.utxtPassword)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.utxtUser)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.utxtServer)).BeginInit();
     this.SuspendLayout();
     //
     // uPanelMain
     //
     appearance1.BackColor       = System.Drawing.Color.White;
     appearance1.BorderColor     = System.Drawing.Color.Silver;
     this.uPanelMain.Appearance  = appearance1;
     this.uPanelMain.BorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded4;
     //
     // uPanelMain.ClientArea
     //
     this.uPanelMain.ClientArea.Controls.Add(this.utxtAccount);
     this.uPanelMain.ClientArea.Controls.Add(this.udDate);
     this.uPanelMain.ClientArea.Controls.Add(this.utxtPassword);
     this.uPanelMain.ClientArea.Controls.Add(this.utxtUser);
     this.uPanelMain.ClientArea.Controls.Add(this.utxtServer);
     this.uPanelMain.Location = new System.Drawing.Point(47, 49);
     this.uPanelMain.Name     = "uPanelMain";
     this.uPanelMain.Size     = new System.Drawing.Size(350, 196);
     this.uPanelMain.TabIndex = 2;
     //
     // utxtAccount
     //
     appearance2.BackColor       = System.Drawing.Color.White;
     this.utxtAccount.Appearance = appearance2;
     this.utxtAccount.AutoSize   = false;
     this.utxtAccount.BackColor  = System.Drawing.Color.White;
     appearance3.Image           = global::WMSM.Properties.Resources.LoginForm_defalt;
     editorButton1.Appearance    = appearance3;
     this.utxtAccount.ButtonsLeft.Add(editorButton1);
     this.utxtAccount.Location = new System.Drawing.Point(16, 116);
     this.utxtAccount.Name     = "utxtAccount";
     this.utxtAccount.Size     = new System.Drawing.Size(315, 29);
     this.utxtAccount.TabIndex = 6;
     this.utxtAccount.Text     = "三生中国";
     //
     // udDate
     //
     this.udDate.AutoSize     = false;
     appearance4.Image        = global::WMSM.Properties.Resources.LoginForm_time;
     editorButton2.Appearance = appearance4;
     this.udDate.ButtonsLeft.Add(editorButton2);
     this.udDate.Location = new System.Drawing.Point(16, 150);
     this.udDate.Name     = "udDate";
     this.udDate.Size     = new System.Drawing.Size(315, 29);
     this.udDate.TabIndex = 5;
     //
     // utxtPassword
     //
     this.utxtPassword.AutoSize = false;
     appearance5.Image          = global::WMSM.Properties.Resources.LoginForm_password;
     editorButton3.Appearance   = appearance5;
     this.utxtPassword.ButtonsLeft.Add(editorButton3);
     editorButton4.Text  = "修改密码";
     editorButton4.Width = 70;
     this.utxtPassword.ButtonsRight.Add(editorButton4);
     this.utxtPassword.Location     = new System.Drawing.Point(16, 82);
     this.utxtPassword.Name         = "utxtPassword";
     this.utxtPassword.PasswordChar = '*';
     this.utxtPassword.Size         = new System.Drawing.Size(315, 29);
     this.utxtPassword.TabIndex     = 0;
     //
     // utxtUser
     //
     this.utxtUser.AutoSize   = false;
     appearance6.Image        = global::WMSM.Properties.Resources.LoginForm_user;
     editorButton5.Appearance = appearance6;
     this.utxtUser.ButtonsLeft.Add(editorButton5);
     this.utxtUser.Location = new System.Drawing.Point(16, 48);
     this.utxtUser.Name     = "utxtUser";
     this.utxtUser.ReadOnly = true;
     this.utxtUser.Size     = new System.Drawing.Size(315, 29);
     this.utxtUser.TabIndex = 1;
     this.utxtUser.Text     = "admin";
     //
     // utxtServer
     //
     appearance7.BackColor      = System.Drawing.Color.White;
     this.utxtServer.Appearance = appearance7;
     this.utxtServer.AutoSize   = false;
     this.utxtServer.BackColor  = System.Drawing.Color.White;
     appearance8.Image          = global::WMSM.Properties.Resources.LoginForm_server;
     editorButton6.Appearance   = appearance8;
     this.utxtServer.ButtonsLeft.Add(editorButton6);
     this.utxtServer.Location = new System.Drawing.Point(16, 14);
     this.utxtServer.Name     = "utxtServer";
     this.utxtServer.Size     = new System.Drawing.Size(315, 29);
     this.utxtServer.TabIndex = 2;
     //
     // lblLogin
     //
     this.lblLogin.BackColor = System.Drawing.Color.Transparent;
     this.lblLogin.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.lblLogin.Image     = global::WMSM.Properties.Resources.LoginForm_login_btn;
     this.lblLogin.Location  = new System.Drawing.Point(109, 265);
     this.lblLogin.Name      = "lblLogin";
     this.lblLogin.Size      = new System.Drawing.Size(196, 45);
     this.lblLogin.TabIndex  = 8;
     this.lblLogin.Text      = " 登陆";
     this.lblLogin.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.lblLogin.Click    += new System.EventHandler(this.lblLogin_Click);
     //
     // ultraFormattedLinkLabel1
     //
     appearance9.BackColor                    = System.Drawing.Color.Transparent;
     appearance9.FontData.BoldAsString        = "False";
     appearance9.FontData.ItalicAsString      = "False";
     appearance9.FontData.Name                = "Tahoma";
     appearance9.FontData.SizeInPoints        = 9F;
     appearance9.FontData.StrikeoutAsString   = "False";
     appearance9.FontData.UnderlineAsString   = "False";
     this.ultraFormattedLinkLabel1.Appearance = appearance9;
     this.ultraFormattedLinkLabel1.Location   = new System.Drawing.Point(2, 337);
     this.ultraFormattedLinkLabel1.Name       = "ultraFormattedLinkLabel1";
     this.ultraFormattedLinkLabel1.Size       = new System.Drawing.Size(443, 19);
     this.ultraFormattedLinkLabel1.TabIndex   = 11;
     this.ultraFormattedLinkLabel1.TabStop    = true;
     this.ultraFormattedLinkLabel1.Value      = "<p style=\"text-align:Center;\">Copyright @ 2014 powered by <a title=\"金蝶软件 - 金蝶国际软件" +
                                                "集团有限公司\" href=\"www.kingdee.com\">Kingdee</a> 保留所有权利.</p>";
     //
     // MaLogin
     //
     this.AutoScaleDimensions   = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor             = System.Drawing.Color.White;
     this.BackgroundImage       = global::WMSM.Properties.Resources.BackgroundImageStore;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize            = new System.Drawing.Size(445, 368);
     this.Controls.Add(this.ultraFormattedLinkLabel1);
     this.Controls.Add(this.lblLogin);
     this.Controls.Add(this.uPanelMain);
     this.Icon          = global::WMSM.Properties.Resources.Mine;
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "MaLogin";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "系统管理——登录验证";
     this.Load         += new System.EventHandler(this.MaLogin_Load);
     this.uPanelMain.ClientArea.ResumeLayout(false);
     this.uPanelMain.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.utxtAccount)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.udDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.utxtPassword)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.utxtUser)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.utxtServer)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 27
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.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.Appearance appearance37 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("ModelloFraseDTO", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Area");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdAzienda");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Testo");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ExtensionData");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DisplayName");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FrequentlyAccessed");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsDeleteAllow");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Stato");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Version");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TestoSemplice", 0);
            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 appearance38 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance39 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance41 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("OrdineGiornoAssembleaDTO", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Descrizione");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneContoMillesimiRiferimento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneTipoOrdineDelGiorno");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdAssemblea");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdContoMillesimiRiferimento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdTipoOrdineDelGiorno");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PrimaConvocazioneTipoOrdineDelGiorno");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Progressivo");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SecondaConvocazioneTipoOrdineDelGiorno");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ExtensionData");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DisplayName");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FrequentlyAccessed");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsDeleteAllow");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Stato");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Version");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneSemplice", 0);
            Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance44 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance45 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance46 = 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();
            this.ultraGroupBox4 = new Infragistics.Win.Misc.UltraGroupBox();
            this.btnApplicaModello = new Infragistics.Win.Misc.UltraButton();
            this.lblLettera = new Infragistics.Win.Misc.UltraLabel();
            this.modelliLettera = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.modelloLetteraDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.ultraGroupBox3 = new Infragistics.Win.Misc.UltraGroupBox();
            this.btnFraseDelete = new Infragistics.Win.Misc.UltraButton();
            this.btnCreaFraseDaAppunti = new Infragistics.Win.Misc.UltraButton();
            this.btnCreaFraseDaSelezione = new Infragistics.Win.Misc.UltraButton();
            this.btnInserisciFrase = new Infragistics.Win.Misc.UltraButton();
            this.verbalefrasistandard = new Infragistics.Win.UltraWinGrid.UltraCombo();
            this.frasiDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
            this.btnInserisciData = new Infragistics.Win.Misc.UltraButton();
            this.btnInserisciOrario = new Infragistics.Win.Misc.UltraButton();
            this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
            this.btnConvocazioneInserisciODG = new Infragistics.Win.Misc.UltraButton();
            this.btnConvocazioneInserisciPuntoODG = new Infragistics.Win.Misc.UltraButton();
            this.btnInserisciVotazione = new Infragistics.Win.Misc.UltraButton();
            this.verbaleordinegiorno = new Infragistics.Win.UltraWinGrid.UltraCombo();
            this.ordineGiornoAssembleaDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.btnVotazioni = new Infragistics.Win.Misc.UltraButton();
            this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
            this.btnInserisciAppello = new Infragistics.Win.Misc.UltraButton();
            this.btnAppello = new Infragistics.Win.Misc.UltraButton();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.ultraGroupBox5 = new Infragistics.Win.Misc.UltraGroupBox();
            this.txtVerbale = new Gipasoft.Stabili.UI.Library.RichControlEditorUC();
            this.cmdInvia = new Infragistics.Win.Misc.UltraButton();
            this.mnuAppello = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.mnuAppelloItem0 = new System.Windows.Forms.ToolStripMenuItem();
            this.mnuAppelloItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.mnuAppelloItem2 = new System.Windows.Forms.ToolStripMenuItem();
            this.itemToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.mnuAppelloItem3 = new System.Windows.Forms.ToolStripMenuItem();
            this.itemToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
            this.mnuAppelloPresidenteESegretario = new System.Windows.Forms.ToolStripMenuItem();
            this.mnuAppelloPresidente = new System.Windows.Forms.ToolStripMenuItem();
            this.mnuAppelloSegretario = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
            this.mnuAppelloAssembleaDeserta1 = new System.Windows.Forms.ToolStripMenuItem();
            this.mnuAppelloAssembleaDeserta2 = new System.Windows.Forms.ToolStripMenuItem();
            this.mnuVotazione = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.mnuVotazione0 = new System.Windows.Forms.ToolStripMenuItem();
            this.mnuVotazione2 = new System.Windows.Forms.ToolStripMenuItem();
            this.mnuVotazione1 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator();
            this.mnuVotazione5 = new System.Windows.Forms.ToolStripMenuItem();
            this.mnuOrario = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.mnuOrario1 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
            this.mnuOrario2 = new System.Windows.Forms.ToolStripMenuItem();
            this.mnuOrario3 = new System.Windows.Forms.ToolStripMenuItem();
            this.mnuData = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.mnuData1 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.mnuData2 = new System.Windows.Forms.ToolStripMenuItem();
            this.mnuData3 = new System.Windows.Forms.ToolStripMenuItem();
            this.panelButtons = new System.Windows.Forms.Panel();
            this.btnConferma = new System.Windows.Forms.Button();
            this.mnuOrdineGiorno = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.mnuOrdineGiorno0 = new System.Windows.Forms.ToolStripMenuItem();
            this.mnuOrdineGiorno1 = new System.Windows.Forms.ToolStripMenuItem();
            this.activeView = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).BeginInit();
            this.ultraGroupBox4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.modelliLettera)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.modelloLetteraDTOBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
            this.ultraGroupBox3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.verbalefrasistandard)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.frasiDTOBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
            this.ultraGroupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.verbaleordinegiorno)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ordineGiornoAssembleaDTOBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
            this.ultraGroupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).BeginInit();
            this.ultraGroupBox5.SuspendLayout();
            this.mnuAppello.SuspendLayout();
            this.mnuVotazione.SuspendLayout();
            this.mnuOrario.SuspendLayout();
            this.mnuData.SuspendLayout();
            this.panelButtons.SuspendLayout();
            this.mnuOrdineGiorno.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.activeView)).BeginInit();
            this.SuspendLayout();
            // 
            // ultraGroupBox4
            // 
            this.ultraGroupBox4.Controls.Add(this.activeView);
            this.ultraGroupBox4.Controls.Add(this.btnApplicaModello);
            this.ultraGroupBox4.Controls.Add(this.lblLettera);
            this.ultraGroupBox4.Controls.Add(this.modelliLettera);
            this.ultraGroupBox4.Location = new System.Drawing.Point(3, 3);
            this.ultraGroupBox4.Name = "ultraGroupBox4";
            this.ultraGroupBox4.Size = new System.Drawing.Size(279, 88);
            this.ultraGroupBox4.TabIndex = 96;
            this.ultraGroupBox4.Text = "Modello:";
            // 
            // btnApplicaModello
            // 
            this.btnApplicaModello.Location = new System.Drawing.Point(13, 50);
            this.btnApplicaModello.Name = "btnApplicaModello";
            this.btnApplicaModello.Size = new System.Drawing.Size(100, 25);
            this.btnApplicaModello.TabIndex = 135;
            this.btnApplicaModello.Text = "Applica modello";
            this.btnApplicaModello.Click += new System.EventHandler(this.btnApplicaModello_Click);
            // 
            // lblLettera
            // 
            this.lblLettera.Location = new System.Drawing.Point(13, 24);
            this.lblLettera.Name = "lblLettera";
            this.lblLettera.Size = new System.Drawing.Size(44, 18);
            this.lblLettera.TabIndex = 134;
            this.lblLettera.Text = "Lettera:";
            // 
            // modelliLettera
            // 
            this.modelliLettera.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            appearance1.Image = global::Gipasoft.Stabili.UI.Assemblea.AssembleeResources.folder;
            editorButton1.Appearance = appearance1;
            editorButton1.Key = "open";
            editorButton1.Visible = false;
            appearance2.Image = global::Gipasoft.Stabili.UI.Assemblea.AssembleeResources.clear;
            editorButton2.Appearance = appearance2;
            editorButton2.Key = "clear";
            editorButton2.Visible = false;
            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(64, 20);
            this.modelliLettera.Name = "modelliLettera";
            this.modelliLettera.Size = new System.Drawing.Size(192, 21);
            this.modelliLettera.TabIndex = 133;
            this.modelliLettera.ValueMember = "Id";
            // 
            // modelloLetteraDTOBindingSource
            // 
            this.modelloLetteraDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.ModelloLetteraDTO);
            // 
            // ultraGroupBox3
            // 
            this.ultraGroupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.ultraGroupBox3.Controls.Add(this.btnFraseDelete);
            this.ultraGroupBox3.Controls.Add(this.btnCreaFraseDaAppunti);
            this.ultraGroupBox3.Controls.Add(this.btnCreaFraseDaSelezione);
            this.ultraGroupBox3.Controls.Add(this.btnInserisciFrase);
            this.ultraGroupBox3.Controls.Add(this.verbalefrasistandard);
            this.ultraGroupBox3.Controls.Add(this.ultraLabel2);
            this.ultraGroupBox3.Location = new System.Drawing.Point(3, 97);
            this.ultraGroupBox3.Name = "ultraGroupBox3";
            this.ultraGroupBox3.Size = new System.Drawing.Size(998, 86);
            this.ultraGroupBox3.TabIndex = 95;
            this.ultraGroupBox3.Text = "Frasi standard";
            // 
            // btnFraseDelete
            // 
            this.btnFraseDelete.Location = new System.Drawing.Point(311, 49);
            this.btnFraseDelete.Name = "btnFraseDelete";
            this.btnFraseDelete.Size = new System.Drawing.Size(100, 25);
            this.btnFraseDelete.TabIndex = 94;
            this.btnFraseDelete.Text = "Elimina frase";
            this.btnFraseDelete.Click += new System.EventHandler(this.btnFraseDelete_Click);
            // 
            // btnCreaFraseDaAppunti
            // 
            this.btnCreaFraseDaAppunti.Location = new System.Drawing.Point(162, 49);
            this.btnCreaFraseDaAppunti.Name = "btnCreaFraseDaAppunti";
            this.btnCreaFraseDaAppunti.Size = new System.Drawing.Size(143, 25);
            this.btnCreaFraseDaAppunti.TabIndex = 93;
            this.btnCreaFraseDaAppunti.Text = "Crea frase da appunti";
            this.btnCreaFraseDaAppunti.Click += new System.EventHandler(this.btnCreaFraseDaAppunti_Click);
            // 
            // btnCreaFraseDaSelezione
            // 
            this.btnCreaFraseDaSelezione.Location = new System.Drawing.Point(13, 49);
            this.btnCreaFraseDaSelezione.Name = "btnCreaFraseDaSelezione";
            this.btnCreaFraseDaSelezione.Size = new System.Drawing.Size(143, 25);
            this.btnCreaFraseDaSelezione.TabIndex = 92;
            this.btnCreaFraseDaSelezione.Text = "Crea frase da selezione";
            this.btnCreaFraseDaSelezione.Click += new System.EventHandler(this.btnCreaFraseDaSelezione_Click);
            // 
            // btnInserisciFrase
            // 
            this.btnInserisciFrase.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            appearance37.Image = global::Gipasoft.Stabili.UI.Assemblea.AssembleeResources.add21;
            this.btnInserisciFrase.Appearance = appearance37;
            this.btnInserisciFrase.Location = new System.Drawing.Point(845, 49);
            this.btnInserisciFrase.Name = "btnInserisciFrase";
            this.btnInserisciFrase.Size = new System.Drawing.Size(131, 25);
            this.btnInserisciFrase.TabIndex = 89;
            this.btnInserisciFrase.Text = "Inserisci frase";
            this.btnInserisciFrase.Click += new System.EventHandler(this.btnInserisciFrase_Click);
            // 
            // verbalefrasistandard
            // 
            this.verbalefrasistandard.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.verbalefrasistandard.AutoSize = false;
            this.verbalefrasistandard.DataSource = this.frasiDTOBindingSource;
            appearance4.BackColor = System.Drawing.SystemColors.Window;
            appearance4.BorderColor = System.Drawing.SystemColors.InactiveCaption;
            this.verbalefrasistandard.DisplayLayout.Appearance = appearance4;
            ultraGridBand1.ColHeadersVisible = false;
            ultraGridColumn1.Header.VisiblePosition = 1;
            ultraGridColumn1.Hidden = true;
            ultraGridColumn2.Header.VisiblePosition = 2;
            ultraGridColumn3.Header.VisiblePosition = 4;
            ultraGridColumn3.Hidden = true;
            ultraGridColumn3.MinWidth = 480;
            ultraGridColumn3.Width = 800;
            ultraGridColumn4.Header.VisiblePosition = 0;
            ultraGridColumn4.Hidden = true;
            ultraGridColumn5.Header.VisiblePosition = 5;
            ultraGridColumn5.Hidden = true;
            ultraGridColumn6.Header.VisiblePosition = 6;
            ultraGridColumn6.Hidden = true;
            ultraGridColumn7.Header.VisiblePosition = 3;
            ultraGridColumn7.Hidden = true;
            ultraGridColumn8.Header.VisiblePosition = 8;
            ultraGridColumn8.Hidden = true;
            ultraGridColumn9.Header.VisiblePosition = 9;
            ultraGridColumn9.Hidden = true;
            ultraGridColumn10.Header.VisiblePosition = 10;
            ultraGridColumn10.Hidden = true;
            ultraGridColumn11.Header.Caption = "Testo";
            ultraGridColumn11.Header.VisiblePosition = 7;
            ultraGridColumn11.MinWidth = 640;
            ultraGridBand1.Columns.AddRange(new object[] {
            ultraGridColumn1,
            ultraGridColumn2,
            ultraGridColumn3,
            ultraGridColumn4,
            ultraGridColumn5,
            ultraGridColumn6,
            ultraGridColumn7,
            ultraGridColumn8,
            ultraGridColumn9,
            ultraGridColumn10,
            ultraGridColumn11});
            this.verbalefrasistandard.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
            this.verbalefrasistandard.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            this.verbalefrasistandard.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.verbalefrasistandard.DisplayLayout.GroupByBox.Appearance = appearance5;
            appearance6.ForeColor = System.Drawing.SystemColors.GrayText;
            this.verbalefrasistandard.DisplayLayout.GroupByBox.BandLabelAppearance = appearance6;
            this.verbalefrasistandard.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            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.verbalefrasistandard.DisplayLayout.GroupByBox.PromptAppearance = appearance7;
            this.verbalefrasistandard.DisplayLayout.MaxColScrollRegions = 1;
            this.verbalefrasistandard.DisplayLayout.MaxRowScrollRegions = 1;
            appearance8.BackColor = System.Drawing.SystemColors.Window;
            appearance8.ForeColor = System.Drawing.SystemColors.ControlText;
            this.verbalefrasistandard.DisplayLayout.Override.ActiveCellAppearance = appearance8;
            appearance9.BackColor = System.Drawing.SystemColors.Highlight;
            appearance9.ForeColor = System.Drawing.SystemColors.HighlightText;
            this.verbalefrasistandard.DisplayLayout.Override.ActiveRowAppearance = appearance9;
            this.verbalefrasistandard.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
            this.verbalefrasistandard.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
            appearance10.BackColor = System.Drawing.SystemColors.Window;
            this.verbalefrasistandard.DisplayLayout.Override.CardAreaAppearance = appearance10;
            appearance11.BorderColor = System.Drawing.Color.Silver;
            appearance11.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
            this.verbalefrasistandard.DisplayLayout.Override.CellAppearance = appearance11;
            this.verbalefrasistandard.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
            this.verbalefrasistandard.DisplayLayout.Override.CellMultiLine = Infragistics.Win.DefaultableBoolean.True;
            this.verbalefrasistandard.DisplayLayout.Override.CellPadding = 0;
            appearance12.BackColor = System.Drawing.SystemColors.Control;
            appearance12.BackColor2 = System.Drawing.SystemColors.ControlDark;
            appearance12.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
            appearance12.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
            appearance12.BorderColor = System.Drawing.SystemColors.Window;
            this.verbalefrasistandard.DisplayLayout.Override.GroupByRowAppearance = appearance12;
            appearance13.TextHAlignAsString = "Left";
            this.verbalefrasistandard.DisplayLayout.Override.HeaderAppearance = appearance13;
            this.verbalefrasistandard.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
            this.verbalefrasistandard.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
            appearance14.BackColor = System.Drawing.SystemColors.Window;
            appearance14.BorderColor = System.Drawing.Color.Silver;
            this.verbalefrasistandard.DisplayLayout.Override.RowAppearance = appearance14;
            this.verbalefrasistandard.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
            appearance15.BackColor = System.Drawing.SystemColors.ControlLight;
            this.verbalefrasistandard.DisplayLayout.Override.TemplateAddRowAppearance = appearance15;
            this.verbalefrasistandard.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
            this.verbalefrasistandard.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
            this.verbalefrasistandard.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
            this.verbalefrasistandard.DisplayMember = "TestoSemplice";
            this.verbalefrasistandard.DropDownStyle = Infragistics.Win.UltraWinGrid.UltraComboStyle.DropDownList;
            this.verbalefrasistandard.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.verbalefrasistandard.Location = new System.Drawing.Point(64, 19);
            this.verbalefrasistandard.Name = "verbalefrasistandard";
            this.verbalefrasistandard.Size = new System.Drawing.Size(912, 24);
            this.verbalefrasistandard.TabIndex = 6;
            this.verbalefrasistandard.ValueMember = "Id";
            this.verbalefrasistandard.InitializeRow += new Infragistics.Win.UltraWinGrid.InitializeRowEventHandler(this.verbalefrasistandard_InitializeRow);
            this.verbalefrasistandard.ValueChanged += new System.EventHandler(this.verbalefrasistandard_ValueChanged);
            // 
            // frasiDTOBindingSource
            // 
            this.frasiDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.ModelloFraseDTO);
            // 
            // ultraLabel2
            // 
            this.ultraLabel2.Location = new System.Drawing.Point(13, 24);
            this.ultraLabel2.Name = "ultraLabel2";
            this.ultraLabel2.Size = new System.Drawing.Size(44, 19);
            this.ultraLabel2.TabIndex = 7;
            this.ultraLabel2.Text = "Frase:";
            // 
            // btnInserisciData
            // 
            appearance38.Image = global::Gipasoft.Stabili.UI.Assemblea.AssembleeResources.add21;
            this.btnInserisciData.Appearance = appearance38;
            this.btnInserisciData.Location = new System.Drawing.Point(15, 49);
            this.btnInserisciData.Name = "btnInserisciData";
            this.btnInserisciData.Size = new System.Drawing.Size(79, 25);
            this.btnInserisciData.TabIndex = 91;
            this.btnInserisciData.Text = "Data";
            this.btnInserisciData.Click += new System.EventHandler(this.btnInserisciData_Click);
            // 
            // btnInserisciOrario
            // 
            appearance39.Image = global::Gipasoft.Stabili.UI.Assemblea.AssembleeResources.add21;
            this.btnInserisciOrario.Appearance = appearance39;
            this.btnInserisciOrario.Location = new System.Drawing.Point(15, 19);
            this.btnInserisciOrario.Name = "btnInserisciOrario";
            this.btnInserisciOrario.Size = new System.Drawing.Size(79, 25);
            this.btnInserisciOrario.TabIndex = 90;
            this.btnInserisciOrario.Text = "Orario";
            this.btnInserisciOrario.Click += new System.EventHandler(this.btnInserisciOrario_Click);
            // 
            // ultraGroupBox2
            // 
            this.ultraGroupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.ultraGroupBox2.Controls.Add(this.btnConvocazioneInserisciODG);
            this.ultraGroupBox2.Controls.Add(this.btnConvocazioneInserisciPuntoODG);
            this.ultraGroupBox2.Controls.Add(this.btnInserisciVotazione);
            this.ultraGroupBox2.Controls.Add(this.verbaleordinegiorno);
            this.ultraGroupBox2.Controls.Add(this.btnVotazioni);
            this.ultraGroupBox2.Controls.Add(this.ultraLabel1);
            this.ultraGroupBox2.Location = new System.Drawing.Point(459, 3);
            this.ultraGroupBox2.Name = "ultraGroupBox2";
            this.ultraGroupBox2.Size = new System.Drawing.Size(666, 88);
            this.ultraGroupBox2.TabIndex = 93;
            this.ultraGroupBox2.Text = "Ordine del giorno";
            // 
            // btnConvocazioneInserisciODG
            // 
            appearance40.Image = global::Gipasoft.Stabili.UI.Assemblea.AssembleeResources.add21;
            this.btnConvocazioneInserisciODG.Appearance = appearance40;
            this.btnConvocazioneInserisciODG.Location = new System.Drawing.Point(146, 50);
            this.btnConvocazioneInserisciODG.Name = "btnConvocazioneInserisciODG";
            this.btnConvocazioneInserisciODG.Size = new System.Drawing.Size(127, 25);
            this.btnConvocazioneInserisciODG.TabIndex = 91;
            this.btnConvocazioneInserisciODG.Text = "Inserisci tutti";
            this.btnConvocazioneInserisciODG.Click += new System.EventHandler(this.btnConvocazioneInserisciODG_Click);
            // 
            // btnConvocazioneInserisciPuntoODG
            // 
            appearance41.Image = global::Gipasoft.Stabili.UI.Assemblea.AssembleeResources.add21;
            this.btnConvocazioneInserisciPuntoODG.Appearance = appearance41;
            this.btnConvocazioneInserisciPuntoODG.Location = new System.Drawing.Point(13, 50);
            this.btnConvocazioneInserisciPuntoODG.Name = "btnConvocazioneInserisciPuntoODG";
            this.btnConvocazioneInserisciPuntoODG.Size = new System.Drawing.Size(127, 25);
            this.btnConvocazioneInserisciPuntoODG.TabIndex = 90;
            this.btnConvocazioneInserisciPuntoODG.Text = "Inserisci punto";
            this.btnConvocazioneInserisciPuntoODG.Click += new System.EventHandler(this.btnConvocazioneInserisciPuntoODG_Click);
            // 
            // btnInserisciVotazione
            // 
            appearance42.Image = global::Gipasoft.Stabili.UI.Assemblea.AssembleeResources.add21;
            this.btnInserisciVotazione.Appearance = appearance42;
            this.btnInserisciVotazione.Location = new System.Drawing.Point(385, 50);
            this.btnInserisciVotazione.Name = "btnInserisciVotazione";
            this.btnInserisciVotazione.Size = new System.Drawing.Size(137, 25);
            this.btnInserisciVotazione.TabIndex = 88;
            this.btnInserisciVotazione.Text = "Inserisci votazione";
            this.btnInserisciVotazione.Click += new System.EventHandler(this.btnInserisciVotazione_Click);
            // 
            // verbaleordinegiorno
            // 
            this.verbaleordinegiorno.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.verbaleordinegiorno.AutoSize = false;
            this.verbaleordinegiorno.DataSource = this.ordineGiornoAssembleaDTOBindingSource;
            appearance21.BackColor = System.Drawing.SystemColors.Window;
            appearance21.BorderColor = System.Drawing.SystemColors.InactiveCaption;
            this.verbaleordinegiorno.DisplayLayout.Appearance = appearance21;
            ultraGridBand2.ColHeadersVisible = false;
            ultraGridColumn12.CellMultiLine = Infragistics.Win.DefaultableBoolean.True;
            ultraGridColumn12.Header.VisiblePosition = 2;
            ultraGridColumn12.Hidden = true;
            ultraGridColumn12.MinWidth = 400;
            ultraGridColumn12.Width = 400;
            ultraGridColumn13.Header.Caption = "Conto";
            ultraGridColumn13.Header.VisiblePosition = 4;
            ultraGridColumn13.Hidden = true;
            ultraGridColumn14.Header.Caption = "Tipo";
            ultraGridColumn14.Header.VisiblePosition = 1;
            ultraGridColumn14.Hidden = true;
            ultraGridColumn15.Header.VisiblePosition = 5;
            ultraGridColumn15.Hidden = true;
            ultraGridColumn16.Header.VisiblePosition = 6;
            ultraGridColumn16.Hidden = true;
            ultraGridColumn17.Header.VisiblePosition = 7;
            ultraGridColumn17.Hidden = true;
            ultraGridColumn18.Header.VisiblePosition = 8;
            ultraGridColumn18.Hidden = true;
            ultraGridColumn19.Header.VisiblePosition = 0;
            ultraGridColumn19.Width = 60;
            ultraGridColumn20.Header.VisiblePosition = 9;
            ultraGridColumn20.Hidden = true;
            ultraGridColumn21.Header.VisiblePosition = 10;
            ultraGridColumn21.Hidden = true;
            ultraGridColumn22.Header.VisiblePosition = 11;
            ultraGridColumn22.Hidden = true;
            ultraGridColumn23.Header.VisiblePosition = 12;
            ultraGridColumn23.Hidden = true;
            ultraGridColumn24.Header.VisiblePosition = 13;
            ultraGridColumn24.Hidden = true;
            ultraGridColumn25.Header.VisiblePosition = 14;
            ultraGridColumn25.Hidden = true;
            ultraGridColumn26.Header.VisiblePosition = 15;
            ultraGridColumn26.Hidden = true;
            ultraGridColumn27.Header.VisiblePosition = 16;
            ultraGridColumn27.Hidden = true;
            ultraGridColumn28.Header.Caption = "Descrizione";
            ultraGridColumn28.Header.VisiblePosition = 3;
            ultraGridColumn28.MinWidth = 320;
            ultraGridBand2.Columns.AddRange(new object[] {
            ultraGridColumn12,
            ultraGridColumn13,
            ultraGridColumn14,
            ultraGridColumn15,
            ultraGridColumn16,
            ultraGridColumn17,
            ultraGridColumn18,
            ultraGridColumn19,
            ultraGridColumn20,
            ultraGridColumn21,
            ultraGridColumn22,
            ultraGridColumn23,
            ultraGridColumn24,
            ultraGridColumn25,
            ultraGridColumn26,
            ultraGridColumn27,
            ultraGridColumn28});
            this.verbaleordinegiorno.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
            this.verbaleordinegiorno.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            this.verbaleordinegiorno.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
            appearance22.BackColor = System.Drawing.SystemColors.ActiveBorder;
            appearance22.BackColor2 = System.Drawing.SystemColors.ControlDark;
            appearance22.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance22.BorderColor = System.Drawing.SystemColors.Window;
            this.verbaleordinegiorno.DisplayLayout.GroupByBox.Appearance = appearance22;
            appearance23.ForeColor = System.Drawing.SystemColors.GrayText;
            this.verbaleordinegiorno.DisplayLayout.GroupByBox.BandLabelAppearance = appearance23;
            this.verbaleordinegiorno.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            appearance24.BackColor = System.Drawing.SystemColors.ControlLightLight;
            appearance24.BackColor2 = System.Drawing.SystemColors.Control;
            appearance24.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
            appearance24.ForeColor = System.Drawing.SystemColors.GrayText;
            this.verbaleordinegiorno.DisplayLayout.GroupByBox.PromptAppearance = appearance24;
            this.verbaleordinegiorno.DisplayLayout.MaxColScrollRegions = 1;
            this.verbaleordinegiorno.DisplayLayout.MaxRowScrollRegions = 1;
            appearance25.BackColor = System.Drawing.SystemColors.Window;
            appearance25.ForeColor = System.Drawing.SystemColors.ControlText;
            this.verbaleordinegiorno.DisplayLayout.Override.ActiveCellAppearance = appearance25;
            appearance26.BackColor = System.Drawing.SystemColors.Highlight;
            appearance26.ForeColor = System.Drawing.SystemColors.HighlightText;
            this.verbaleordinegiorno.DisplayLayout.Override.ActiveRowAppearance = appearance26;
            this.verbaleordinegiorno.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
            this.verbaleordinegiorno.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
            appearance27.BackColor = System.Drawing.SystemColors.Window;
            this.verbaleordinegiorno.DisplayLayout.Override.CardAreaAppearance = appearance27;
            appearance28.BorderColor = System.Drawing.Color.Silver;
            appearance28.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
            this.verbaleordinegiorno.DisplayLayout.Override.CellAppearance = appearance28;
            this.verbaleordinegiorno.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
            this.verbaleordinegiorno.DisplayLayout.Override.CellPadding = 0;
            appearance29.BackColor = System.Drawing.SystemColors.Control;
            appearance29.BackColor2 = System.Drawing.SystemColors.ControlDark;
            appearance29.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
            appearance29.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
            appearance29.BorderColor = System.Drawing.SystemColors.Window;
            this.verbaleordinegiorno.DisplayLayout.Override.GroupByRowAppearance = appearance29;
            appearance30.TextHAlignAsString = "Left";
            this.verbaleordinegiorno.DisplayLayout.Override.HeaderAppearance = appearance30;
            this.verbaleordinegiorno.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
            this.verbaleordinegiorno.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
            appearance31.BackColor = System.Drawing.SystemColors.Window;
            appearance31.BorderColor = System.Drawing.Color.Silver;
            this.verbaleordinegiorno.DisplayLayout.Override.RowAppearance = appearance31;
            this.verbaleordinegiorno.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
            appearance32.BackColor = System.Drawing.SystemColors.ControlLight;
            this.verbaleordinegiorno.DisplayLayout.Override.TemplateAddRowAppearance = appearance32;
            this.verbaleordinegiorno.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
            this.verbaleordinegiorno.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
            this.verbaleordinegiorno.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
            this.verbaleordinegiorno.DisplayMember = "DescrizioneSemplice";
            this.verbaleordinegiorno.DropDownStyle = Infragistics.Win.UltraWinGrid.UltraComboStyle.DropDownList;
            this.verbaleordinegiorno.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.verbaleordinegiorno.Location = new System.Drawing.Point(72, 19);
            this.verbaleordinegiorno.Name = "verbaleordinegiorno";
            this.verbaleordinegiorno.Size = new System.Drawing.Size(572, 25);
            this.verbaleordinegiorno.TabIndex = 4;
            this.verbaleordinegiorno.InitializeRow += new Infragistics.Win.UltraWinGrid.InitializeRowEventHandler(this.verbaleordinegiorno_InitializeRow);
            // 
            // ordineGiornoAssembleaDTOBindingSource
            // 
            this.ordineGiornoAssembleaDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.OrdineGiornoAssembleaDTO);
            // 
            // btnVotazioni
            // 
            appearance43.Image = global::Gipasoft.Stabili.UI.Assemblea.AssembleeResources.cookies_small;
            this.btnVotazioni.Appearance = appearance43;
            this.btnVotazioni.Location = new System.Drawing.Point(279, 50);
            this.btnVotazioni.Name = "btnVotazioni";
            this.btnVotazioni.Size = new System.Drawing.Size(100, 25);
            this.btnVotazioni.TabIndex = 87;
            this.btnVotazioni.Text = "Votazione";
            this.btnVotazioni.Click += new System.EventHandler(this.btnVotazioni_Click);
            // 
            // ultraLabel1
            // 
            this.ultraLabel1.Location = new System.Drawing.Point(13, 24);
            this.ultraLabel1.Name = "ultraLabel1";
            this.ultraLabel1.Size = new System.Drawing.Size(53, 20);
            this.ultraLabel1.TabIndex = 5;
            this.ultraLabel1.Text = "Punto:";
            // 
            // ultraGroupBox1
            // 
            this.ultraGroupBox1.Controls.Add(this.btnInserisciAppello);
            this.ultraGroupBox1.Controls.Add(this.btnAppello);
            this.ultraGroupBox1.Location = new System.Drawing.Point(288, 3);
            this.ultraGroupBox1.Name = "ultraGroupBox1";
            this.ultraGroupBox1.Size = new System.Drawing.Size(165, 88);
            this.ultraGroupBox1.TabIndex = 92;
            this.ultraGroupBox1.Text = "Appello";
            // 
            // btnInserisciAppello
            // 
            appearance44.Image = global::Gipasoft.Stabili.UI.Assemblea.AssembleeResources.add21;
            this.btnInserisciAppello.Appearance = appearance44;
            this.btnInserisciAppello.Location = new System.Drawing.Point(12, 50);
            this.btnInserisciAppello.Name = "btnInserisciAppello";
            this.btnInserisciAppello.Size = new System.Drawing.Size(140, 25);
            this.btnInserisciAppello.TabIndex = 89;
            this.btnInserisciAppello.Text = "Inserisci appello";
            this.btnInserisciAppello.Click += new System.EventHandler(this.btnInserisciAppello_Click);
            // 
            // btnAppello
            // 
            appearance45.Image = global::Gipasoft.Stabili.UI.Assemblea.AssembleeResources.idcardpreferences_small;
            this.btnAppello.Appearance = appearance45;
            this.btnAppello.Location = new System.Drawing.Point(12, 19);
            this.btnAppello.Name = "btnAppello";
            this.btnAppello.Size = new System.Drawing.Size(100, 25);
            this.btnAppello.TabIndex = 3;
            this.btnAppello.Text = "Appello";
            this.btnAppello.Click += new System.EventHandler(this.btnAppello_Click);
            // 
            // splitContainer1
            // 
            this.splitContainer1.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.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
            this.splitContainer1.IsSplitterFixed = true;
            this.splitContainer1.Location = new System.Drawing.Point(0, 0);
            this.splitContainer1.Name = "splitContainer1";
            this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.ultraGroupBox5);
            this.splitContainer1.Panel1.Controls.Add(this.ultraGroupBox1);
            this.splitContainer1.Panel1.Controls.Add(this.ultraGroupBox3);
            this.splitContainer1.Panel1.Controls.Add(this.ultraGroupBox4);
            this.splitContainer1.Panel1.Controls.Add(this.ultraGroupBox2);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.txtVerbale);
            this.splitContainer1.Size = new System.Drawing.Size(1132, 608);
            this.splitContainer1.SplitterDistance = 187;
            this.splitContainer1.TabIndex = 97;
            // 
            // ultraGroupBox5
            // 
            this.ultraGroupBox5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.ultraGroupBox5.Controls.Add(this.btnInserisciData);
            this.ultraGroupBox5.Controls.Add(this.btnInserisciOrario);
            this.ultraGroupBox5.Location = new System.Drawing.Point(1007, 97);
            this.ultraGroupBox5.Name = "ultraGroupBox5";
            this.ultraGroupBox5.Size = new System.Drawing.Size(118, 88);
            this.ultraGroupBox5.TabIndex = 97;
            this.ultraGroupBox5.Text = "Altri strumenti";
            // 
            // txtVerbale
            // 
            this.txtVerbale.Allegati = null;
            this.txtVerbale.Dock = System.Windows.Forms.DockStyle.Fill;
            this.txtVerbale.IdCondominio = null;
            this.txtVerbale.Location = new System.Drawing.Point(0, 0);
            this.txtVerbale.Margin = new System.Windows.Forms.Padding(6);
            this.txtVerbale.Name = "txtVerbale";
            this.txtVerbale.ReadOnly = false;
            this.txtVerbale.Size = new System.Drawing.Size(1132, 417);
            this.txtVerbale.TabIndex = 94;
            // 
            // cmdInvia
            // 
            this.cmdInvia.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            appearance46.Image = global::Gipasoft.Stabili.UI.Assemblea.AssembleeResources.mail_32_h;
            this.cmdInvia.Appearance = appearance46;
            this.cmdInvia.ImageSize = new System.Drawing.Size(32, 32);
            this.cmdInvia.Location = new System.Drawing.Point(1138, 3);
            this.cmdInvia.Name = "cmdInvia";
            this.cmdInvia.Size = new System.Drawing.Size(100, 75);
            this.cmdInvia.TabIndex = 98;
            this.cmdInvia.Text = "Invia";
            this.cmdInvia.Click += new System.EventHandler(this.cmdInvia_Click);
            // 
            // mnuAppello
            // 
            this.mnuAppello.ImageScalingSize = new System.Drawing.Size(32, 32);
            this.mnuAppello.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mnuAppelloItem0,
            this.mnuAppelloItem1,
            this.mnuAppelloItem2,
            this.mnuAppelloItem3,
            this.toolStripMenuItem2,
            this.mnuAppelloPresidenteESegretario,
            this.mnuAppelloPresidente,
            this.mnuAppelloSegretario,
            this.toolStripMenuItem1,
            this.mnuAppelloAssembleaDeserta1,
            this.mnuAppelloAssembleaDeserta2});
            this.mnuAppello.Name = "mnuAppello";
            this.mnuAppello.Size = new System.Drawing.Size(266, 214);
            this.mnuAppello.Opening += new System.ComponentModel.CancelEventHandler(this.mnuAppello_Opening);
            // 
            // mnuAppelloItem0
            // 
            this.mnuAppelloItem0.Name = "mnuAppelloItem0";
            this.mnuAppelloItem0.Size = new System.Drawing.Size(265, 22);
            this.mnuAppelloItem0.Text = "Elenco compatto dei presenti";
            this.mnuAppelloItem0.Click += new System.EventHandler(this.mnuAppelloItem0_Click);
            // 
            // mnuAppelloItem1
            // 
            this.mnuAppelloItem1.Name = "mnuAppelloItem1";
            this.mnuAppelloItem1.Size = new System.Drawing.Size(265, 22);
            this.mnuAppelloItem1.Text = "Elenco completo";
            this.mnuAppelloItem1.Click += new System.EventHandler(this.mnuAppelloItem1_Click);
            // 
            // mnuAppelloItem2
            // 
            this.mnuAppelloItem2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.itemToolStripMenuItem1});
            this.mnuAppelloItem2.Name = "mnuAppelloItem2";
            this.mnuAppelloItem2.Size = new System.Drawing.Size(265, 22);
            this.mnuAppelloItem2.Text = "Elenco dei soli entrati alle";
            this.mnuAppelloItem2.DropDownOpening += new System.EventHandler(this.mnuAppelloItem2_DropDownOpening);
            // 
            // itemToolStripMenuItem1
            // 
            this.itemToolStripMenuItem1.Name = "itemToolStripMenuItem1";
            this.itemToolStripMenuItem1.Size = new System.Drawing.Size(98, 22);
            this.itemToolStripMenuItem1.Text = "item";
            // 
            // mnuAppelloItem3
            // 
            this.mnuAppelloItem3.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.itemToolStripMenuItem});
            this.mnuAppelloItem3.Name = "mnuAppelloItem3";
            this.mnuAppelloItem3.Size = new System.Drawing.Size(265, 22);
            this.mnuAppelloItem3.Text = "Elenco dei soli usciti alle";
            this.mnuAppelloItem3.DropDownOpening += new System.EventHandler(this.mnuAppelloItem3_DropDownOpening);
            // 
            // itemToolStripMenuItem
            // 
            this.itemToolStripMenuItem.Name = "itemToolStripMenuItem";
            this.itemToolStripMenuItem.Size = new System.Drawing.Size(98, 22);
            this.itemToolStripMenuItem.Text = "item";
            // 
            // toolStripMenuItem2
            // 
            this.toolStripMenuItem2.Name = "toolStripMenuItem2";
            this.toolStripMenuItem2.Size = new System.Drawing.Size(262, 6);
            // 
            // mnuAppelloPresidenteESegretario
            // 
            this.mnuAppelloPresidenteESegretario.Name = "mnuAppelloPresidenteESegretario";
            this.mnuAppelloPresidenteESegretario.Size = new System.Drawing.Size(265, 22);
            this.mnuAppelloPresidenteESegretario.Text = "Presidente e segretario";
            this.mnuAppelloPresidenteESegretario.Click += new System.EventHandler(this.mnuAppelloPresidenteESegretario_Click);
            // 
            // mnuAppelloPresidente
            // 
            this.mnuAppelloPresidente.Name = "mnuAppelloPresidente";
            this.mnuAppelloPresidente.Size = new System.Drawing.Size(265, 22);
            this.mnuAppelloPresidente.Text = "Presidente";
            this.mnuAppelloPresidente.Click += new System.EventHandler(this.mnuAppelloPresidente_Click);
            // 
            // mnuAppelloSegretario
            // 
            this.mnuAppelloSegretario.Name = "mnuAppelloSegretario";
            this.mnuAppelloSegretario.Size = new System.Drawing.Size(265, 22);
            this.mnuAppelloSegretario.Text = "Segretario";
            this.mnuAppelloSegretario.Click += new System.EventHandler(this.mnuAppelloSegretario_Click);
            // 
            // toolStripMenuItem1
            // 
            this.toolStripMenuItem1.Name = "toolStripMenuItem1";
            this.toolStripMenuItem1.Size = new System.Drawing.Size(262, 6);
            // 
            // mnuAppelloAssembleaDeserta1
            // 
            this.mnuAppelloAssembleaDeserta1.Name = "mnuAppelloAssembleaDeserta1";
            this.mnuAppelloAssembleaDeserta1.Size = new System.Drawing.Size(265, 22);
            this.mnuAppelloAssembleaDeserta1.Text = "Assemblea deserta (I convocazione)";
            this.mnuAppelloAssembleaDeserta1.Visible = false;
            this.mnuAppelloAssembleaDeserta1.Click += new System.EventHandler(this.mnuAppelloAssembleaDeserta1_Click);
            // 
            // mnuAppelloAssembleaDeserta2
            // 
            this.mnuAppelloAssembleaDeserta2.Name = "mnuAppelloAssembleaDeserta2";
            this.mnuAppelloAssembleaDeserta2.Size = new System.Drawing.Size(265, 22);
            this.mnuAppelloAssembleaDeserta2.Text = "Assemblea deserta (II convocazione)";
            this.mnuAppelloAssembleaDeserta2.Click += new System.EventHandler(this.mnuAppelloAssembleaDeserta2_Click);
            // 
            // mnuVotazione
            // 
            this.mnuVotazione.ImageScalingSize = new System.Drawing.Size(32, 32);
            this.mnuVotazione.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mnuVotazione0,
            this.mnuVotazione2,
            this.mnuVotazione1,
            this.toolStripMenuItem4,
            this.mnuVotazione5});
            this.mnuVotazione.Name = "mnuAppello";
            this.mnuVotazione.Size = new System.Drawing.Size(341, 98);
            // 
            // mnuVotazione0
            // 
            this.mnuVotazione0.Name = "mnuVotazione0";
            this.mnuVotazione0.Size = new System.Drawing.Size(340, 22);
            this.mnuVotazione0.Text = "Esito votazione compatto";
            this.mnuVotazione0.Click += new System.EventHandler(this.mnuVotazione0_Click);
            // 
            // mnuVotazione2
            // 
            this.mnuVotazione2.Name = "mnuVotazione2";
            this.mnuVotazione2.Size = new System.Drawing.Size(340, 22);
            this.mnuVotazione2.Text = "Esito votazione compatto con dettaglio minoranza";
            this.mnuVotazione2.Click += new System.EventHandler(this.mnuVotazione2_Click);
            // 
            // mnuVotazione1
            // 
            this.mnuVotazione1.Name = "mnuVotazione1";
            this.mnuVotazione1.Size = new System.Drawing.Size(340, 22);
            this.mnuVotazione1.Text = "Esito votazione completo";
            this.mnuVotazione1.Click += new System.EventHandler(this.mnuVotazione1_Click);
            // 
            // toolStripMenuItem4
            // 
            this.toolStripMenuItem4.Name = "toolStripMenuItem4";
            this.toolStripMenuItem4.Size = new System.Drawing.Size(337, 6);
            // 
            // mnuVotazione5
            // 
            this.mnuVotazione5.Name = "mnuVotazione5";
            this.mnuVotazione5.Size = new System.Drawing.Size(340, 22);
            this.mnuVotazione5.Text = "Esito votazione in formato testuale";
            this.mnuVotazione5.Click += new System.EventHandler(this.mnuVotazione5_Click);
            // 
            // mnuOrario
            // 
            this.mnuOrario.ImageScalingSize = new System.Drawing.Size(32, 32);
            this.mnuOrario.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mnuOrario1,
            this.toolStripMenuItem3,
            this.mnuOrario2,
            this.mnuOrario3});
            this.mnuOrario.Name = "mnuOrario";
            this.mnuOrario.Size = new System.Drawing.Size(196, 76);
            // 
            // mnuOrario1
            // 
            this.mnuOrario1.Name = "mnuOrario1";
            this.mnuOrario1.Size = new System.Drawing.Size(195, 22);
            this.mnuOrario1.Text = "Ora attuale";
            this.mnuOrario1.Click += new System.EventHandler(this.mnuOrario1_Click);
            // 
            // toolStripMenuItem3
            // 
            this.toolStripMenuItem3.Name = "toolStripMenuItem3";
            this.toolStripMenuItem3.Size = new System.Drawing.Size(192, 6);
            // 
            // mnuOrario2
            // 
            this.mnuOrario2.Name = "mnuOrario2";
            this.mnuOrario2.Size = new System.Drawing.Size(195, 22);
            this.mnuOrario2.Text = "Ora di inizio assemblea";
            this.mnuOrario2.Click += new System.EventHandler(this.mnuOrario2_Click);
            // 
            // mnuOrario3
            // 
            this.mnuOrario3.Name = "mnuOrario3";
            this.mnuOrario3.Size = new System.Drawing.Size(195, 22);
            this.mnuOrario3.Text = "Ora di fine assemblea";
            this.mnuOrario3.Click += new System.EventHandler(this.mnuOrario3_Click);
            // 
            // mnuData
            // 
            this.mnuData.ImageScalingSize = new System.Drawing.Size(32, 32);
            this.mnuData.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mnuData1,
            this.toolStripSeparator1,
            this.mnuData2,
            this.mnuData3});
            this.mnuData.Name = "mnuOrario";
            this.mnuData.Size = new System.Drawing.Size(201, 76);
            // 
            // mnuData1
            // 
            this.mnuData1.Name = "mnuData1";
            this.mnuData1.Size = new System.Drawing.Size(200, 22);
            this.mnuData1.Text = "Data attuale";
            this.mnuData1.Click += new System.EventHandler(this.mnuData1_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(197, 6);
            // 
            // mnuData2
            // 
            this.mnuData2.Name = "mnuData2";
            this.mnuData2.Size = new System.Drawing.Size(200, 22);
            this.mnuData2.Text = "Data di inizio assemblea";
            this.mnuData2.Click += new System.EventHandler(this.mnuData2_Click);
            // 
            // mnuData3
            // 
            this.mnuData3.Name = "mnuData3";
            this.mnuData3.Size = new System.Drawing.Size(200, 22);
            this.mnuData3.Text = "Data di fine assemblea";
            this.mnuData3.Click += new System.EventHandler(this.mnuData3_Click);
            // 
            // panelButtons
            // 
            this.panelButtons.Controls.Add(this.btnConferma);
            this.panelButtons.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelButtons.Location = new System.Drawing.Point(0, 608);
            this.panelButtons.Name = "panelButtons";
            this.panelButtons.Size = new System.Drawing.Size(1242, 32);
            this.panelButtons.TabIndex = 101;
            // 
            // 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(3, 6);
            this.btnConferma.Name = "btnConferma";
            this.btnConferma.Size = new System.Drawing.Size(75, 23);
            this.btnConferma.TabIndex = 0;
            this.btnConferma.Text = "Conferma";
            this.btnConferma.UseVisualStyleBackColor = true;
            this.btnConferma.Click += new System.EventHandler(this.btnConferma_Click);
            // 
            // mnuOrdineGiorno
            // 
            this.mnuOrdineGiorno.ImageScalingSize = new System.Drawing.Size(32, 32);
            this.mnuOrdineGiorno.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mnuOrdineGiorno0,
            this.mnuOrdineGiorno1});
            this.mnuOrdineGiorno.Name = "mnuAppello";
            this.mnuOrdineGiorno.Size = new System.Drawing.Size(165, 48);
            // 
            // mnuOrdineGiorno0
            // 
            this.mnuOrdineGiorno0.Name = "mnuOrdineGiorno0";
            this.mnuOrdineGiorno0.Size = new System.Drawing.Size(164, 22);
            this.mnuOrdineGiorno0.Text = "Elenco puntato";
            this.mnuOrdineGiorno0.Click += new System.EventHandler(this.mnuOrdineGiorno0_Click);
            // 
            // mnuOrdineGiorno1
            // 
            this.mnuOrdineGiorno1.Name = "mnuOrdineGiorno1";
            this.mnuOrdineGiorno1.Size = new System.Drawing.Size(164, 22);
            this.mnuOrdineGiorno1.Text = "Elenco numerato";
            this.mnuOrdineGiorno1.Click += new System.EventHandler(this.mnuOrdineGiorno1_Click);
            // 
            // activeView
            // 
            valueListItem1.DataValue = "Draft";
            valueListItem1.DisplayText = "Bozza";
            valueListItem2.DataValue = "Simple";
            valueListItem2.DisplayText = "Semplice";
            valueListItem3.DataValue = "PrintLayout";
            valueListItem3.DisplayText = "Anteprima";
            this.activeView.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem1,
            valueListItem2,
            valueListItem3});
            this.activeView.Location = new System.Drawing.Point(119, 51);
            this.activeView.Name = "activeView";
            this.activeView.Size = new System.Drawing.Size(137, 21);
            this.activeView.TabIndex = 137;
            this.activeView.ValueChanged += new System.EventHandler(this.activeView_ValueChanged);
            // 
            // VerbaleUC
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
            this.Controls.Add(this.panelButtons);
            this.Controls.Add(this.cmdInvia);
            this.Controls.Add(this.splitContainer1);
            this.Name = "VerbaleUC";
            this.Size = new System.Drawing.Size(1242, 640);
            this.Load += new System.EventHandler(this.VerbaleUC_Load);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).EndInit();
            this.ultraGroupBox4.ResumeLayout(false);
            this.ultraGroupBox4.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.modelliLettera)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.modelloLetteraDTOBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).EndInit();
            this.ultraGroupBox3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.verbalefrasistandard)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.frasiDTOBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
            this.ultraGroupBox2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.verbaleordinegiorno)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ordineGiornoAssembleaDTOBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
            this.ultraGroupBox1.ResumeLayout(false);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).EndInit();
            this.ultraGroupBox5.ResumeLayout(false);
            this.mnuAppello.ResumeLayout(false);
            this.mnuVotazione.ResumeLayout(false);
            this.mnuOrario.ResumeLayout(false);
            this.mnuData.ResumeLayout(false);
            this.panelButtons.ResumeLayout(false);
            this.mnuOrdineGiorno.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.activeView)).EndInit();
            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.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton("gestione");
            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.UltraWinEditors.EditorButton editorButton3 = new Infragistics.Win.UltraWinEditors.EditorButton("clear");
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinEditors.EditorButton editorButton4 = new Infragistics.Win.UltraWinEditors.EditorButton("clear");
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinEditors.EditorButton editorButton5 = new Infragistics.Win.UltraWinEditors.EditorButton("clear");
            Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Letture", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdUnitaImmobiliare");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneUnitaImmobiliare");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OrdineUnitaImmobiliare");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Lotto");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Stabile");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Scala");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("InternoUnitaImmobiliare");
            Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("LetturaContatoreDTO", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Data");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneContatore");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneUnitaImmobiliare");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdContatore");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdUnitaImmobiliare");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("InternoUnitaImmobiliare");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Lotto");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OrdineUnitaImmobiliare");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Scala");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Stabile");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TipoUnitaImmobiliare");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Valore");
            Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ExtensionData");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DisplayName");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FrequentlyAccessed");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsDeleteAllow");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Stato");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Version");
            Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LettureContatoriUC));
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.selezioniGroup = new Infragistics.Win.Misc.UltraExpandableGroupBox();
            this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
            this.lblContatori = new Infragistics.Win.Misc.UltraLabel();
            this.contatori = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.contatoreDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.lblLotti = new Infragistics.Win.Misc.UltraLabel();
            this.lotti = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.lottoDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.btnSeleziona = new Infragistics.Win.Misc.UltraButton();
            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.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.panelLetture = new System.Windows.Forms.Panel();
            this.listaLetture = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.listaLettureCondominiale = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.letturaContatoreDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.nuovaLetturaPanel = new Infragistics.Win.Misc.UltraPanel();
            this.lblNuovaLettura = new Infragistics.Win.Misc.UltraLabel();
            this.btnAggiungiLettura = new Infragistics.Win.Misc.UltraButton();
            this.nuovaDataLettura = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.btnConferma = new Infragistics.Win.Misc.UltraButton();
            this.reqContatore = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.validationSummary1 = new Gipasoft.Windows.Forms.CustomValidation.ValidationSummary(this.components);
            this.tableLayoutPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.selezioniGroup)).BeginInit();
            this.selezioniGroup.SuspendLayout();
            this.ultraExpandableGroupBoxPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.contatori)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.contatoreDTOBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lotti)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lottoDTOBindingSource)).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.splitContainer1)).BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.panelLetture.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.listaLetture)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.listaLettureCondominiale)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.letturaContatoreDTOBindingSource)).BeginInit();
            this.nuovaLetturaPanel.ClientArea.SuspendLayout();
            this.nuovaLetturaPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nuovaDataLettura)).BeginInit();
            this.SuspendLayout();
            // 
            // 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.selezioniGroup, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.splitContainer1, 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 = 2;
            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.Size = new System.Drawing.Size(702, 422);
            this.tableLayoutPanel1.TabIndex = 0;
            // 
            // selezioniGroup
            // 
            this.selezioniGroup.Controls.Add(this.ultraExpandableGroupBoxPanel1);
            this.selezioniGroup.Dock = System.Windows.Forms.DockStyle.Fill;
            this.selezioniGroup.ExpandedSize = new System.Drawing.Size(696, 103);
            this.selezioniGroup.Location = new System.Drawing.Point(3, 3);
            this.selezioniGroup.Name = "selezioniGroup";
            this.selezioniGroup.Size = new System.Drawing.Size(696, 103);
            this.selezioniGroup.TabIndex = 0;
            this.selezioniGroup.Text = "Selezioni";
            // 
            // ultraExpandableGroupBoxPanel1
            // 
            this.ultraExpandableGroupBoxPanel1.Controls.Add(this.lblContatori);
            this.ultraExpandableGroupBoxPanel1.Controls.Add(this.contatori);
            this.ultraExpandableGroupBoxPanel1.Controls.Add(this.lblLotti);
            this.ultraExpandableGroupBoxPanel1.Controls.Add(this.lotti);
            this.ultraExpandableGroupBoxPanel1.Controls.Add(this.btnSeleziona);
            this.ultraExpandableGroupBoxPanel1.Controls.Add(this.lblGruppi);
            this.ultraExpandableGroupBoxPanel1.Controls.Add(this.gruppi);
            this.ultraExpandableGroupBoxPanel1.Controls.Add(this.blbStabili);
            this.ultraExpandableGroupBoxPanel1.Controls.Add(this.stabili);
            this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 19);
            this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
            this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(690, 81);
            this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
            // 
            // lblContatori
            // 
            this.lblContatori.Location = new System.Drawing.Point(4, 3);
            this.lblContatori.Name = "lblContatori";
            this.lblContatori.Size = new System.Drawing.Size(60, 23);
            this.lblContatori.TabIndex = 20;
            this.lblContatori.Text = "Contatori";
            // 
            // contatori
            // 
            appearance1.Image = global::Gipasoft.Stabili.UI.Utenza.UtenzeResources.folder;
            appearance1.ImageHAlign = Infragistics.Win.HAlign.Center;
            appearance1.ImageVAlign = Infragistics.Win.VAlign.Middle;
            editorButton1.Appearance = appearance1;
            editorButton1.Key = "gestione";
            appearance2.Image = global::Gipasoft.Stabili.UI.Utenza.UtenzeResources.clear;
            appearance2.ImageHAlign = Infragistics.Win.HAlign.Center;
            appearance2.ImageVAlign = Infragistics.Win.VAlign.Middle;
            editorButton2.Appearance = appearance2;
            editorButton2.Key = "clear";
            this.contatori.ButtonsRight.Add(editorButton1);
            this.contatori.ButtonsRight.Add(editorButton2);
            this.contatori.DataSource = this.contatoreDTOBindingSource;
            this.contatori.DisplayMember = "DisplayName";
            this.contatori.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.contatori.Location = new System.Drawing.Point(70, 0);
            this.contatori.Name = "contatori";
            this.contatori.Size = new System.Drawing.Size(313, 21);
            this.contatori.TabIndex = 19;
            this.contatori.ValueMember = "ID";
            this.contatori.ValueChanged += new System.EventHandler(this.contatoriValueChanged);
            this.contatori.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.contatoriEditorButtonClick);
            // 
            // contatoreDTOBindingSource
            // 
            this.contatoreDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.ContatoreDTO);
            // 
            // lblLotti
            // 
            this.lblLotti.Location = new System.Drawing.Point(405, 3);
            this.lblLotti.Name = "lblLotti";
            this.lblLotti.Size = new System.Drawing.Size(37, 23);
            this.lblLotti.TabIndex = 17;
            this.lblLotti.Text = "Lotti";
            // 
            // lotti
            // 
            appearance3.Image = global::Gipasoft.Stabili.UI.Utenza.UtenzeResources.clear;
            appearance3.ImageHAlign = Infragistics.Win.HAlign.Center;
            appearance3.ImageVAlign = Infragistics.Win.VAlign.Top;
            editorButton3.Appearance = appearance3;
            editorButton3.Key = "clear";
            this.lotti.ButtonsRight.Add(editorButton3);
            this.lotti.DataSource = this.lottoDTOBindingSource;
            this.lotti.DisplayMember = "Descrizione";
            this.lotti.Location = new System.Drawing.Point(448, 3);
            this.lotti.Name = "lotti";
            this.lotti.Size = new System.Drawing.Size(223, 21);
            this.lotti.TabIndex = 0;
            this.lotti.ValueMember = "ID";
            this.lotti.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.lottiEditorButtonClick);
            // 
            // lottoDTOBindingSource
            // 
            this.lottoDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.LottoDTO);
            // 
            // btnSeleziona
            // 
            this.btnSeleziona.Location = new System.Drawing.Point(70, 54);
            this.btnSeleziona.Name = "btnSeleziona";
            this.btnSeleziona.Size = new System.Drawing.Size(75, 23);
            this.btnSeleziona.TabIndex = 18;
            this.btnSeleziona.Text = "Seleziona";
            this.btnSeleziona.Click += new System.EventHandler(this.btnSelezionaClick);
            // 
            // lblGruppi
            // 
            this.lblGruppi.Location = new System.Drawing.Point(405, 28);
            this.lblGruppi.Name = "lblGruppi";
            this.lblGruppi.Size = new System.Drawing.Size(37, 23);
            this.lblGruppi.TabIndex = 16;
            this.lblGruppi.Text = "Scale";
            // 
            // gruppi
            // 
            appearance4.Image = global::Gipasoft.Stabili.UI.Utenza.UtenzeResources.clear;
            appearance4.ImageHAlign = Infragistics.Win.HAlign.Center;
            appearance4.ImageVAlign = Infragistics.Win.VAlign.Middle;
            editorButton4.Appearance = appearance4;
            editorButton4.Key = "clear";
            this.gruppi.ButtonsRight.Add(editorButton4);
            this.gruppi.DataSource = this.gruppiBindingSource;
            this.gruppi.DisplayMember = "Descrizione";
            this.gruppi.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.gruppi.Location = new System.Drawing.Point(448, 30);
            this.gruppi.Name = "gruppi";
            this.gruppi.Size = new System.Drawing.Size(223, 21);
            this.gruppi.TabIndex = 15;
            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(4, 30);
            this.blbStabili.Name = "blbStabili";
            this.blbStabili.Size = new System.Drawing.Size(60, 23);
            this.blbStabili.TabIndex = 14;
            this.blbStabili.Text = "Stabili";
            // 
            // stabili
            // 
            appearance5.Image = global::Gipasoft.Stabili.UI.Utenza.UtenzeResources.clear;
            appearance5.ImageHAlign = Infragistics.Win.HAlign.Center;
            appearance5.ImageVAlign = Infragistics.Win.VAlign.Middle;
            editorButton5.Appearance = appearance5;
            editorButton5.Key = "clear";
            this.stabili.ButtonsRight.Add(editorButton5);
            this.stabili.DataSource = this.stabiliBindingSource;
            this.stabili.DisplayMember = "DisplayName";
            this.stabili.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.stabili.Location = new System.Drawing.Point(70, 27);
            this.stabili.Name = "stabili";
            this.stabili.Size = new System.Drawing.Size(313, 21);
            this.stabili.TabIndex = 13;
            this.stabili.ValueMember = "ID";
            this.stabili.ValueChanged += new System.EventHandler(this.stabiliValueChanged);
            this.stabili.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.stabiliEditorButtonClick);
            // 
            // stabiliBindingSource
            // 
            this.stabiliBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.StabileDTO);
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
            this.splitContainer1.IsSplitterFixed = true;
            this.splitContainer1.Location = new System.Drawing.Point(3, 112);
            this.splitContainer1.Name = "splitContainer1";
            this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.panelLetture);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.nuovaLetturaPanel);
            this.splitContainer1.Panel2.Controls.Add(this.btnConferma);
            this.splitContainer1.Size = new System.Drawing.Size(696, 307);
            this.splitContainer1.SplitterDistance = 260;
            this.splitContainer1.TabIndex = 1;
            // 
            // panelLetture
            // 
            this.panelLetture.Controls.Add(this.listaLetture);
            this.panelLetture.Controls.Add(this.listaLettureCondominiale);
            this.panelLetture.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelLetture.Location = new System.Drawing.Point(0, 0);
            this.panelLetture.Name = "panelLetture";
            this.panelLetture.Size = new System.Drawing.Size(696, 270);
            this.panelLetture.TabIndex = 0;
            // 
            // listaLetture
            // 
            ultraGridColumn18.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn18.ColumnChooserCaption = "Identificativo Unità Immobiliare";
            ultraGridColumn18.Header.Caption = "Id Un.Imm.";
            ultraGridColumn18.Header.VisiblePosition = 4;
            ultraGridColumn18.Hidden = true;
            ultraGridColumn19.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn19.Header.Caption = "Unità Immobiliare";
            ultraGridColumn19.Header.VisiblePosition = 6;
            ultraGridColumn19.Width = 233;
            ultraGridColumn20.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn20.ColumnChooserCaption = "Progressivo Unità Immobiliare";
            ultraGridColumn20.Header.Caption = "Prg.";
            ultraGridColumn20.Header.VisiblePosition = 5;
            ultraGridColumn21.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn21.Header.VisiblePosition = 0;
            ultraGridColumn21.Hidden = true;
            ultraGridColumn22.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn22.Header.VisiblePosition = 2;
            ultraGridColumn23.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn23.Header.VisiblePosition = 3;
            ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn3.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn3.ColumnChooserCaption = "Interno";
            ultraGridColumn3.Header.Caption = "Interno";
            ultraGridColumn3.Header.VisiblePosition = 1;
            ultraGridColumn3.Width = 60;
            ultraGridBand1.Columns.AddRange(new object[] {
            ultraGridColumn18,
            ultraGridColumn19,
            ultraGridColumn20,
            ultraGridColumn21,
            ultraGridColumn22,
            ultraGridColumn23,
            ultraGridColumn3});
            this.listaLetture.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
            appearance6.FontData.BoldAsString = "True";
            appearance6.TextHAlignAsString = "Left";
            this.listaLetture.DisplayLayout.CaptionAppearance = appearance6;
            this.listaLetture.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
            this.listaLetture.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
            this.listaLetture.DisplayLayout.Override.RowSelectorHeaderStyle = Infragistics.Win.UltraWinGrid.RowSelectorHeaderStyle.ColumnChooserButton;
            this.listaLetture.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
            this.listaLetture.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listaLetture.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.listaLetture.Location = new System.Drawing.Point(0, 0);
            this.listaLetture.Name = "listaLetture";
            this.listaLetture.Size = new System.Drawing.Size(696, 270);
            this.listaLetture.TabIndex = 0;
            this.listaLetture.Text = "Letture";
            this.listaLetture.AfterCellUpdate += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.listaLettureAfterCellUpdate);
            // 
            // listaLettureCondominiale
            // 
            this.listaLettureCondominiale.DataSource = this.letturaContatoreDTOBindingSource;
            ultraGridColumn24.Header.VisiblePosition = 0;
            ultraGridColumn24.Width = 100;
            ultraGridColumn25.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn25.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn25.Header.VisiblePosition = 2;
            ultraGridColumn25.Hidden = true;
            ultraGridColumn26.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn26.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn26.Header.Caption = "Unità Immobiliare";
            ultraGridColumn26.Header.VisiblePosition = 9;
            ultraGridColumn26.Hidden = true;
            ultraGridColumn26.Width = 233;
            ultraGridColumn27.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn27.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn27.Header.VisiblePosition = 5;
            ultraGridColumn27.Hidden = true;
            ultraGridColumn28.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn28.ColumnChooserCaption = "Identificativo Unità Immobiliare";
            ultraGridColumn28.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn28.Header.Caption = "Id Un.Imm.";
            ultraGridColumn28.Header.VisiblePosition = 7;
            ultraGridColumn28.Hidden = true;
            ultraGridColumn1.Header.VisiblePosition = 6;
            ultraGridColumn29.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn29.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn29.Header.VisiblePosition = 1;
            ultraGridColumn29.Hidden = true;
            ultraGridColumn30.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn30.ColumnChooserCaption = "Progressivo Unità Immobiliare";
            ultraGridColumn30.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn30.Header.Caption = "Prg.";
            ultraGridColumn30.Header.VisiblePosition = 8;
            ultraGridColumn30.Hidden = true;
            ultraGridColumn31.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn31.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn31.Header.VisiblePosition = 4;
            ultraGridColumn31.Hidden = true;
            ultraGridColumn32.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn32.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn32.Header.VisiblePosition = 3;
            ultraGridColumn32.Hidden = true;
            ultraGridColumn2.Header.VisiblePosition = 11;
            appearance7.TextHAlignAsString = "Right";
            ultraGridColumn33.CellAppearance = appearance7;
            ultraGridColumn33.Header.VisiblePosition = 10;
            ultraGridColumn33.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CurrencyNonNegative;
            ultraGridColumn33.Width = 100;
            ultraGridColumn34.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn34.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn34.Header.VisiblePosition = 12;
            ultraGridColumn34.Hidden = true;
            ultraGridColumn35.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn35.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn35.Header.VisiblePosition = 13;
            ultraGridColumn35.Hidden = true;
            ultraGridColumn36.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn36.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn36.Header.VisiblePosition = 14;
            ultraGridColumn36.Hidden = true;
            ultraGridColumn37.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn37.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn37.Header.Caption = "Id.";
            ultraGridColumn37.Header.VisiblePosition = 15;
            ultraGridColumn37.Hidden = true;
            ultraGridColumn38.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn38.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn38.Header.VisiblePosition = 16;
            ultraGridColumn38.Hidden = true;
            ultraGridColumn39.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn39.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn39.Header.VisiblePosition = 17;
            ultraGridColumn39.Hidden = true;
            ultraGridColumn40.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn40.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn40.Header.VisiblePosition = 18;
            ultraGridColumn40.Hidden = true;
            ultraGridBand2.Columns.AddRange(new object[] {
            ultraGridColumn24,
            ultraGridColumn25,
            ultraGridColumn26,
            ultraGridColumn27,
            ultraGridColumn28,
            ultraGridColumn1,
            ultraGridColumn29,
            ultraGridColumn30,
            ultraGridColumn31,
            ultraGridColumn32,
            ultraGridColumn2,
            ultraGridColumn33,
            ultraGridColumn34,
            ultraGridColumn35,
            ultraGridColumn36,
            ultraGridColumn37,
            ultraGridColumn38,
            ultraGridColumn39,
            ultraGridColumn40});
            this.listaLettureCondominiale.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
            appearance8.FontData.BoldAsString = "True";
            appearance8.TextHAlignAsString = "Left";
            this.listaLettureCondominiale.DisplayLayout.CaptionAppearance = appearance8;
            this.listaLettureCondominiale.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.TemplateOnBottom;
            this.listaLettureCondominiale.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.True;
            this.listaLettureCondominiale.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
            this.listaLettureCondominiale.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.True;
            this.listaLettureCondominiale.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
            this.listaLettureCondominiale.DisplayLayout.Override.RowSelectorHeaderStyle = Infragistics.Win.UltraWinGrid.RowSelectorHeaderStyle.ColumnChooserButton;
            this.listaLettureCondominiale.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
            this.listaLettureCondominiale.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listaLettureCondominiale.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.listaLettureCondominiale.Location = new System.Drawing.Point(0, 0);
            this.listaLettureCondominiale.Name = "listaLettureCondominiale";
            this.listaLettureCondominiale.Size = new System.Drawing.Size(696, 270);
            this.listaLettureCondominiale.TabIndex = 1;
            this.listaLettureCondominiale.Text = "Letture";
            this.listaLettureCondominiale.Visible = false;
            this.listaLettureCondominiale.AfterCellUpdate += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.listaLettureCondominialeAfterCellUpdate);
            // 
            // letturaContatoreDTOBindingSource
            // 
            this.letturaContatoreDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.LetturaContatoreDTO);
            // 
            // nuovaLetturaPanel
            // 
            this.nuovaLetturaPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            // 
            // nuovaLetturaPanel.ClientArea
            // 
            this.nuovaLetturaPanel.ClientArea.Controls.Add(this.lblNuovaLettura);
            this.nuovaLetturaPanel.ClientArea.Controls.Add(this.btnAggiungiLettura);
            this.nuovaLetturaPanel.ClientArea.Controls.Add(this.nuovaDataLettura);
            this.nuovaLetturaPanel.Location = new System.Drawing.Point(442, 3);
            this.nuovaLetturaPanel.Name = "nuovaLetturaPanel";
            this.nuovaLetturaPanel.Size = new System.Drawing.Size(251, 27);
            this.nuovaLetturaPanel.TabIndex = 20;
            // 
            // lblNuovaLettura
            // 
            this.lblNuovaLettura.Location = new System.Drawing.Point(3, 5);
            this.lblNuovaLettura.Name = "lblNuovaLettura";
            this.lblNuovaLettura.Size = new System.Drawing.Size(77, 23);
            this.lblNuovaLettura.TabIndex = 4;
            this.lblNuovaLettura.Text = "Nuova Lettura";
            // 
            // btnAggiungiLettura
            // 
            this.btnAggiungiLettura.Location = new System.Drawing.Point(176, 1);
            this.btnAggiungiLettura.Name = "btnAggiungiLettura";
            this.btnAggiungiLettura.Size = new System.Drawing.Size(75, 23);
            this.btnAggiungiLettura.TabIndex = 6;
            this.btnAggiungiLettura.Text = "Aggiungi";
            this.btnAggiungiLettura.Click += new System.EventHandler(this.btnAggiungiLetturaClick);
            // 
            // nuovaDataLettura
            // 
            this.nuovaDataLettura.DateTime = new System.DateTime(1753, 1, 1, 0, 0, 0, 0);
            this.nuovaDataLettura.Location = new System.Drawing.Point(86, 3);
            this.nuovaDataLettura.Name = "nuovaDataLettura";
            this.nuovaDataLettura.Size = new System.Drawing.Size(84, 21);
            this.nuovaDataLettura.TabIndex = 5;
            this.nuovaDataLettura.Value = null;
            // 
            // 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(3, 4);
            this.btnConferma.Name = "btnConferma";
            this.btnConferma.Size = new System.Drawing.Size(75, 23);
            this.btnConferma.TabIndex = 19;
            this.btnConferma.Text = "Conferma";
            this.btnConferma.Click += new System.EventHandler(this.btnConfermaClick);
            // 
            // reqContatore
            // 
            this.reqContatore.ControlToValidate = this.contatori;
            this.reqContatore.ErrorMessage = "Scegliere un contatore";
            this.reqContatore.Icon = ((System.Drawing.Icon)(resources.GetObject("reqContatore.Icon")));
            // 
            // LettureContatoriUC
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.tableLayoutPanel1);
            this.Name = "LettureContatoriUC";
            this.Size = new System.Drawing.Size(702, 422);
            this.Load += new System.EventHandler(this.lettureContatoriUCLoad);
            this.tableLayoutPanel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.selezioniGroup)).EndInit();
            this.selezioniGroup.ResumeLayout(false);
            this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
            this.ultraExpandableGroupBoxPanel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.contatori)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.contatoreDTOBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lotti)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lottoDTOBindingSource)).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();
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            this.panelLetture.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.listaLetture)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.listaLettureCondominiale)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.letturaContatoreDTOBindingSource)).EndInit();
            this.nuovaLetturaPanel.ClientArea.ResumeLayout(false);
            this.nuovaLetturaPanel.ClientArea.PerformLayout();
            this.nuovaLetturaPanel.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.nuovaDataLettura)).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.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources     = new System.ComponentModel.ComponentResourceManager(typeof(FRM_ImportFromExcel));
     Infragistics.Win.UltraWinEditors.EditorButton  editorButton2 = new Infragistics.Win.UltraWinEditors.EditorButton();
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinEditors.EditorButton editorButton3 = new Infragistics.Win.UltraWinEditors.EditorButton();
     Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinEditors.EditorButton editorButton4 = new Infragistics.Win.UltraWinEditors.EditorButton();
     Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinEditors.EditorButton editorButton5 = new Infragistics.Win.UltraWinEditors.EditorButton();
     Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel1 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel2 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel3 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     this.Timer_MSgCleaner                  = new System.Windows.Forms.Timer(this.components);
     this.ultraToolbarsDockArea1            = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraToolbarsDockArea2            = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraToolbarsDockArea4            = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.office2010BlackTheme1             = new Telerik.WinControls.Themes.Office2010BlackTheme();
     this._panel2_Toolbars_Dock_Area_Right  = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._panel2_Toolbars_Dock_Area_Left   = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._panel2_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._panel2_Toolbars_Dock_Area_Top    = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.helpProvider1        = new System.Windows.Forms.HelpProvider();
     this.ERO_Error            = new System.Windows.Forms.ErrorProvider(this.components);
     this.radGroupBox1         = new Telerik.WinControls.UI.RadGroupBox();
     this.TXT_Gender           = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.label13              = new System.Windows.Forms.Label();
     this.TXT_BirthDate        = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.label12              = new System.Windows.Forms.Label();
     this.label11              = new System.Windows.Forms.Label();
     this.TXT_MobileNumber     = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.TXT_Name             = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.TXT_Address          = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.label9               = new System.Windows.Forms.Label();
     this.label8               = new System.Windows.Forms.Label();
     this.TXT_FirstColumn      = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.label7               = new System.Windows.Forms.Label();
     this.TXT_FirstRow         = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.label5               = new System.Windows.Forms.Label();
     this.TXT_WorkSheet        = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.label3               = new System.Windows.Forms.Label();
     this.TXT_FileName         = new Telerik.WinControls.UI.RadTextBox();
     this.radButton1           = new Telerik.WinControls.UI.RadButton();
     this.LBL_FileName         = new System.Windows.Forms.Label();
     this.ultraSpreadsheet1    = new Infragistics.Win.UltraWinSpreadsheet.UltraSpreadsheet();
     this.ultraToolTipManager1 = new Infragistics.Win.UltraWinToolTip.UltraToolTipManager(this.components);
     this.STS_Main             = new Infragistics.Win.UltraWinStatusBar.UltraStatusBar();
     ((System.ComponentModel.ISupportInitialize)(this.ERO_Error)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).BeginInit();
     this.radGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TXT_Gender)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TXT_BirthDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TXT_MobileNumber)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TXT_Name)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TXT_Address)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TXT_FirstColumn)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TXT_FirstRow)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TXT_WorkSheet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TXT_FileName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraSpreadsheet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.STS_Main)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // Timer_MSgCleaner
     //
     this.Timer_MSgCleaner.Interval = 5000;
     //
     // ultraToolbarsDockArea1
     //
     this.ultraToolbarsDockArea1.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.ultraToolbarsDockArea1.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(146)))), ((int)(((byte)(146)))));
     this.ultraToolbarsDockArea1.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this.ultraToolbarsDockArea1.ForeColor      = System.Drawing.SystemColors.ControlText;
     this.ultraToolbarsDockArea1.Location       = new System.Drawing.Point(0, 0);
     this.ultraToolbarsDockArea1.Name           = "ultraToolbarsDockArea1";
     this.ultraToolbarsDockArea1.Size           = new System.Drawing.Size(856, 0);
     //
     // ultraToolbarsDockArea2
     //
     this.ultraToolbarsDockArea2.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.ultraToolbarsDockArea2.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.ultraToolbarsDockArea2.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this.ultraToolbarsDockArea2.ForeColor      = System.Drawing.Color.Black;
     this.ultraToolbarsDockArea2.Location       = new System.Drawing.Point(0, 498);
     this.ultraToolbarsDockArea2.Name           = "ultraToolbarsDockArea2";
     this.ultraToolbarsDockArea2.Size           = new System.Drawing.Size(856, 0);
     //
     // ultraToolbarsDockArea4
     //
     this.ultraToolbarsDockArea4.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.ultraToolbarsDockArea4.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.ultraToolbarsDockArea4.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this.ultraToolbarsDockArea4.ForeColor      = System.Drawing.Color.Black;
     this.ultraToolbarsDockArea4.Location       = new System.Drawing.Point(856, 0);
     this.ultraToolbarsDockArea4.Name           = "ultraToolbarsDockArea4";
     this.ultraToolbarsDockArea4.Size           = new System.Drawing.Size(0, 498);
     //
     // _panel2_Toolbars_Dock_Area_Right
     //
     this._panel2_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel2_Toolbars_Dock_Area_Right.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(146)))), ((int)(((byte)(146)))));
     this._panel2_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._panel2_Toolbars_Dock_Area_Right.ForeColor      = System.Drawing.SystemColors.ControlText;
     this._panel2_Toolbars_Dock_Area_Right.Location       = new System.Drawing.Point(856, 0);
     this._panel2_Toolbars_Dock_Area_Right.Name           = "_panel2_Toolbars_Dock_Area_Right";
     this._panel2_Toolbars_Dock_Area_Right.Size           = new System.Drawing.Size(0, 498);
     //
     // _panel2_Toolbars_Dock_Area_Left
     //
     this._panel2_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel2_Toolbars_Dock_Area_Left.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(146)))), ((int)(((byte)(146)))));
     this._panel2_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._panel2_Toolbars_Dock_Area_Left.ForeColor      = System.Drawing.SystemColors.ControlText;
     this._panel2_Toolbars_Dock_Area_Left.Location       = new System.Drawing.Point(0, 0);
     this._panel2_Toolbars_Dock_Area_Left.Name           = "_panel2_Toolbars_Dock_Area_Left";
     this._panel2_Toolbars_Dock_Area_Left.Size           = new System.Drawing.Size(0, 498);
     //
     // _panel2_Toolbars_Dock_Area_Bottom
     //
     this._panel2_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel2_Toolbars_Dock_Area_Bottom.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(146)))), ((int)(((byte)(146)))));
     this._panel2_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._panel2_Toolbars_Dock_Area_Bottom.ForeColor      = System.Drawing.SystemColors.ControlText;
     this._panel2_Toolbars_Dock_Area_Bottom.Location       = new System.Drawing.Point(0, 498);
     this._panel2_Toolbars_Dock_Area_Bottom.Name           = "_panel2_Toolbars_Dock_Area_Bottom";
     this._panel2_Toolbars_Dock_Area_Bottom.Size           = new System.Drawing.Size(856, 0);
     //
     // _panel2_Toolbars_Dock_Area_Top
     //
     this._panel2_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel2_Toolbars_Dock_Area_Top.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(146)))), ((int)(((byte)(146)))));
     this._panel2_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._panel2_Toolbars_Dock_Area_Top.ForeColor      = System.Drawing.SystemColors.ControlText;
     this._panel2_Toolbars_Dock_Area_Top.Location       = new System.Drawing.Point(0, 0);
     this._panel2_Toolbars_Dock_Area_Top.Name           = "_panel2_Toolbars_Dock_Area_Top";
     this._panel2_Toolbars_Dock_Area_Top.Size           = new System.Drawing.Size(856, 0);
     //
     // ERO_Error
     //
     this.ERO_Error.ContainerControl = this;
     //
     // radGroupBox1
     //
     this.radGroupBox1.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox1.Controls.Add(this.TXT_Gender);
     this.radGroupBox1.Controls.Add(this.label13);
     this.radGroupBox1.Controls.Add(this.TXT_BirthDate);
     this.radGroupBox1.Controls.Add(this.label12);
     this.radGroupBox1.Controls.Add(this.label11);
     this.radGroupBox1.Controls.Add(this.TXT_MobileNumber);
     this.radGroupBox1.Controls.Add(this.TXT_Name);
     this.radGroupBox1.Controls.Add(this.TXT_Address);
     this.radGroupBox1.Controls.Add(this.label9);
     this.radGroupBox1.Controls.Add(this.label8);
     this.radGroupBox1.Controls.Add(this.TXT_FirstColumn);
     this.radGroupBox1.Controls.Add(this.label7);
     this.radGroupBox1.Controls.Add(this.TXT_FirstRow);
     this.radGroupBox1.Controls.Add(this.label5);
     this.radGroupBox1.Controls.Add(this.TXT_WorkSheet);
     this.radGroupBox1.Controls.Add(this.label3);
     this.radGroupBox1.Controls.Add(this.TXT_FileName);
     this.radGroupBox1.Controls.Add(this.radButton1);
     this.radGroupBox1.Controls.Add(this.LBL_FileName);
     this.radGroupBox1.Dock                 = System.Windows.Forms.DockStyle.Top;
     this.radGroupBox1.Font                 = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radGroupBox1.FooterImageIndex     = -1;
     this.radGroupBox1.FooterImageKey       = "";
     this.radGroupBox1.GroupBoxStyle        = Telerik.WinControls.UI.RadGroupBoxStyle.Office;
     this.radGroupBox1.HeaderAlignment      = Telerik.WinControls.UI.HeaderAlignment.Far;
     this.radGroupBox1.HeaderImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
     this.radGroupBox1.HeaderImageIndex     = -1;
     this.radGroupBox1.HeaderImageKey       = "";
     this.radGroupBox1.HeaderMargin         = new System.Windows.Forms.Padding(0);
     this.radGroupBox1.HeaderText           = "بيانات ملف الاكسيل";
     this.radGroupBox1.Location             = new System.Drawing.Point(0, 0);
     this.radGroupBox1.Name                 = "radGroupBox1";
     this.radGroupBox1.Padding              = new System.Windows.Forms.Padding(2, 18, 2, 2);
     //
     //
     //
     this.radGroupBox1.RootElement.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
     this.radGroupBox1.Size     = new System.Drawing.Size(856, 210);
     this.radGroupBox1.TabIndex = 79;
     this.radGroupBox1.Text     = "بيانات ملف الاكسيل";
     //
     // TXT_Gender
     //
     this.TXT_Gender.AutoSize = false;
     appearance4.Image        = ((object)(resources.GetObject("appearance4.Image")));
     editorButton1.Appearance = appearance4;
     this.TXT_Gender.ButtonsRight.Add(editorButton1);
     this.TXT_Gender.Font         = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TXT_Gender.FormatString = "";
     this.TXT_Gender.Location     = new System.Drawing.Point(464, 153);
     this.TXT_Gender.Margin       = new System.Windows.Forms.Padding(0);
     this.TXT_Gender.Name         = "TXT_Gender";
     this.TXT_Gender.PromptChar   = ' ';
     this.TXT_Gender.Size         = new System.Drawing.Size(100, 27);
     this.TXT_Gender.TabIndex     = 113;
     this.TXT_Gender.Enter       += new System.EventHandler(this.TXT_Name_Enter);
     this.TXT_Gender.MouseHover  += new System.EventHandler(this.TXT_Gender_MouseHover);
     //
     // label13
     //
     this.label13.Font      = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.Location  = new System.Drawing.Point(574, 153);
     this.label13.Name      = "label13";
     this.label13.Size      = new System.Drawing.Size(55, 27);
     this.label13.TabIndex  = 112;
     this.label13.Text      = "النوع";
     this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // TXT_BirthDate
     //
     this.TXT_BirthDate.AutoSize = false;
     appearance5.Image           = ((object)(resources.GetObject("appearance5.Image")));
     editorButton2.Appearance    = appearance5;
     this.TXT_BirthDate.ButtonsRight.Add(editorButton2);
     this.TXT_BirthDate.Font         = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TXT_BirthDate.FormatString = "";
     this.TXT_BirthDate.Location     = new System.Drawing.Point(652, 153);
     this.TXT_BirthDate.Margin       = new System.Windows.Forms.Padding(0);
     this.TXT_BirthDate.Name         = "TXT_BirthDate";
     this.TXT_BirthDate.PromptChar   = ' ';
     this.TXT_BirthDate.Size         = new System.Drawing.Size(100, 27);
     this.TXT_BirthDate.TabIndex     = 111;
     this.TXT_BirthDate.Enter       += new System.EventHandler(this.TXT_Name_Enter);
     this.TXT_BirthDate.MouseHover  += new System.EventHandler(this.TXT_BirthDate_MouseHover);
     //
     // label12
     //
     this.label12.Font      = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label12.Location  = new System.Drawing.Point(762, 151);
     this.label12.Name      = "label12";
     this.label12.Size      = new System.Drawing.Size(77, 27);
     this.label12.TabIndex  = 110;
     this.label12.Text      = "تاريخ الميلاد";
     this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label11
     //
     this.label11.Font     = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.Location = new System.Drawing.Point(572, 113);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(56, 27);
     this.label11.TabIndex = 99;
     this.label11.Text     = "الموبايل";
     //
     // TXT_MobileNumber
     //
     this.TXT_MobileNumber.AutoSize = false;
     appearance6.Image        = ((object)(resources.GetObject("appearance6.Image")));
     editorButton3.Appearance = appearance6;
     this.TXT_MobileNumber.ButtonsRight.Add(editorButton3);
     this.TXT_MobileNumber.Font         = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TXT_MobileNumber.FormatString = "";
     this.TXT_MobileNumber.Location     = new System.Drawing.Point(462, 113);
     this.TXT_MobileNumber.Name         = "TXT_MobileNumber";
     this.TXT_MobileNumber.PromptChar   = ' ';
     this.TXT_MobileNumber.Size         = new System.Drawing.Size(100, 27);
     this.TXT_MobileNumber.TabIndex     = 98;
     this.TXT_MobileNumber.Enter       += new System.EventHandler(this.TXT_Name_Enter);
     this.TXT_MobileNumber.MouseHover  += new System.EventHandler(this.TXT_MobileNumber_MouseHover);
     //
     // TXT_Name
     //
     this.TXT_Name.AutoSize   = false;
     appearance7.Image        = ((object)(resources.GetObject("appearance7.Image")));
     editorButton4.Appearance = appearance7;
     this.TXT_Name.ButtonsRight.Add(editorButton4);
     this.TXT_Name.Font               = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TXT_Name.FormatString       = "";
     this.TXT_Name.Location           = new System.Drawing.Point(651, 113);
     this.TXT_Name.Margin             = new System.Windows.Forms.Padding(0);
     this.TXT_Name.Name               = "TXT_Name";
     this.TXT_Name.PromptChar         = ' ';
     this.TXT_Name.Size               = new System.Drawing.Size(100, 27);
     this.TXT_Name.TabIndex           = 97;
     this.TXT_Name.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.TXT_Name_EditorButtonClick);
     this.TXT_Name.Enter             += new System.EventHandler(this.TXT_Name_Enter);
     this.TXT_Name.MouseHover        += new System.EventHandler(this.TXT_Name_MouseHover);
     //
     // TXT_Address
     //
     this.TXT_Address.AutoSize = false;
     appearance8.Image         = ((object)(resources.GetObject("appearance8.Image")));
     editorButton5.Appearance  = appearance8;
     this.TXT_Address.ButtonsRight.Add(editorButton5);
     this.TXT_Address.Font         = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TXT_Address.FormatString = "";
     this.TXT_Address.Location     = new System.Drawing.Point(293, 113);
     this.TXT_Address.Name         = "TXT_Address";
     this.TXT_Address.PromptChar   = ' ';
     this.TXT_Address.Size         = new System.Drawing.Size(100, 27);
     this.TXT_Address.TabIndex     = 96;
     this.TXT_Address.Enter       += new System.EventHandler(this.TXT_Name_Enter);
     this.TXT_Address.MouseHover  += new System.EventHandler(this.TXT_Address_MouseHover);
     //
     // label9
     //
     this.label9.Font     = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.Location = new System.Drawing.Point(393, 113);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(57, 27);
     this.label9.TabIndex = 95;
     this.label9.Text     = "العنوان";
     //
     // label8
     //
     this.label8.Font      = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location  = new System.Drawing.Point(764, 113);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(87, 27);
     this.label8.TabIndex  = 93;
     this.label8.Text      = "اسم المخدوم";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // TXT_FirstColumn
     //
     this.TXT_FirstColumn.AutoSize   = false;
     this.TXT_FirstColumn.Font       = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TXT_FirstColumn.Location   = new System.Drawing.Point(292, 73);
     this.TXT_FirstColumn.MaskInput  = "nnn";
     this.TXT_FirstColumn.Name       = "TXT_FirstColumn";
     this.TXT_FirstColumn.PromptChar = ' ';
     this.TXT_FirstColumn.Size       = new System.Drawing.Size(100, 27);
     this.TXT_FirstColumn.TabIndex   = 92;
     //
     // label7
     //
     this.label7.Font     = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location = new System.Drawing.Point(392, 79);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(57, 17);
     this.label7.TabIndex = 91;
     this.label7.Text     = "اول عمود";
     //
     // TXT_FirstRow
     //
     this.TXT_FirstRow.AutoSize   = false;
     this.TXT_FirstRow.Font       = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TXT_FirstRow.Location   = new System.Drawing.Point(461, 74);
     this.TXT_FirstRow.MaskInput  = "nnn";
     this.TXT_FirstRow.Name       = "TXT_FirstRow";
     this.TXT_FirstRow.PromptChar = ' ';
     this.TXT_FirstRow.Size       = new System.Drawing.Size(100, 27);
     this.TXT_FirstRow.TabIndex   = 90;
     //
     // label5
     //
     this.label5.Font     = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(580, 78);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(55, 17);
     this.label5.TabIndex = 89;
     this.label5.Text     = "اول صف";
     //
     // TXT_WorkSheet
     //
     this.TXT_WorkSheet.AutoSize   = false;
     this.TXT_WorkSheet.Font       = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TXT_WorkSheet.Location   = new System.Drawing.Point(652, 73);
     this.TXT_WorkSheet.MaskInput  = "nnn";
     this.TXT_WorkSheet.Name       = "TXT_WorkSheet";
     this.TXT_WorkSheet.PromptChar = ' ';
     this.TXT_WorkSheet.Size       = new System.Drawing.Size(100, 27);
     this.TXT_WorkSheet.TabIndex   = 88;
     //
     // label3
     //
     this.label3.Font     = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(752, 79);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(87, 17);
     this.label3.TabIndex = 87;
     this.label3.Text     = "رقم ورقة العمل";
     //
     // TXT_FileName
     //
     this.TXT_FileName.Font     = new System.Drawing.Font("Times New Roman", 10F);
     this.TXT_FileName.Location = new System.Drawing.Point(291, 40);
     this.TXT_FileName.Name     = "TXT_FileName";
     this.TXT_FileName.ReadOnly = true;
     this.TXT_FileName.Size     = new System.Drawing.Size(460, 21);
     this.TXT_FileName.TabIndex = 85;
     this.TXT_FileName.TabStop  = false;
     //
     // radButton1
     //
     this.radButton1.Location = new System.Drawing.Point(13, 40);
     this.radButton1.Name     = "radButton1";
     this.radButton1.Size     = new System.Drawing.Size(130, 24);
     this.radButton1.TabIndex = 84;
     this.radButton1.Text     = "اختار ملف";
     this.radButton1.Click   += new System.EventHandler(this.radButton1_Click);
     //
     // LBL_FileName
     //
     this.LBL_FileName.Font     = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.LBL_FileName.Location = new System.Drawing.Point(753, 40);
     this.LBL_FileName.Name     = "LBL_FileName";
     this.LBL_FileName.Size     = new System.Drawing.Size(87, 17);
     this.LBL_FileName.TabIndex = 83;
     this.LBL_FileName.Text     = "ملف الاكسيل";
     //
     // ultraSpreadsheet1
     //
     this.ultraSpreadsheet1.AllowAddWorksheet    = false;
     this.ultraSpreadsheet1.AllowDeleteWorksheet = false;
     this.ultraSpreadsheet1.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.ultraSpreadsheet1.Location          = new System.Drawing.Point(0, 210);
     this.ultraSpreadsheet1.Name              = "ultraSpreadsheet1";
     this.ultraSpreadsheet1.Size              = new System.Drawing.Size(856, 261);
     this.ultraSpreadsheet1.TabIndex          = 110;
     this.ultraSpreadsheet1.Text              = "ultraSpreadsheet1";
     this.ultraSpreadsheet1.TextRenderingMode = Infragistics.Win.TextRenderingMode.GDI;
     this.ultraSpreadsheet1.SelectionChanged += new System.EventHandler <Infragistics.Win.UltraWinSpreadsheet.SpreadsheetSelectionChangedEventArgs>(this.ultraSpreadsheet1_SelectionChanged);
     //
     // ultraToolTipManager1
     //
     this.ultraToolTipManager1.ContainingControl = this;
     this.ultraToolTipManager1.InitialDelay      = 200;
     //
     // STS_Main
     //
     this.STS_Main.Location            = new System.Drawing.Point(0, 471);
     this.STS_Main.Name                = "STS_Main";
     appearance1.FontData.BoldAsString = "True";
     appearance1.FontData.Name         = "Segoe UI";
     appearance1.FontData.SizeInPoints = 10F;
     appearance1.Image                 = global::GoodShepherd.Properties.Resources._1468181962_shutdown;
     ultraStatusPanel1.Appearance      = appearance1;
     ultraStatusPanel1.Key             = "BTN_Cancel";
     ultraStatusPanel1.Style           = Infragistics.Win.UltraWinStatusBar.PanelStyle.Button;
     ultraStatusPanel1.Text            = "الغاء";
     appearance2.FontData.BoldAsString = "True";
     appearance2.FontData.Name         = "Segoe UI";
     appearance2.FontData.SizeInPoints = 10F;
     appearance2.Image                 = global::GoodShepherd.Properties.Resources.if_ok_46824;
     ultraStatusPanel2.Appearance      = appearance2;
     ultraStatusPanel2.Key             = "BTN_OK";
     ultraStatusPanel2.Style           = Infragistics.Win.UltraWinStatusBar.PanelStyle.Button;
     ultraStatusPanel2.Text            = "موافق";
     appearance3.FontData.BoldAsString = "True";
     appearance3.FontData.Name         = "Segoe UI";
     appearance3.FontData.SizeInPoints = 9F;
     appearance3.ForeColor             = System.Drawing.Color.Red;
     ultraStatusPanel3.Appearance      = appearance3;
     ultraStatusPanel3.Key             = "MSG";
     ultraStatusPanel3.MinWidth        = 60;
     ultraStatusPanel3.SizingMode      = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Spring;
     this.STS_Main.Panels.AddRange(new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel[] {
         ultraStatusPanel1,
         ultraStatusPanel2,
         ultraStatusPanel3
     });
     this.STS_Main.Size         = new System.Drawing.Size(856, 27);
     this.STS_Main.TabIndex     = 110;
     this.STS_Main.Text         = "ultraStatusBar1";
     this.STS_Main.ButtonClick += new Infragistics.Win.UltraWinStatusBar.PanelEventHandler(this.STS_Main_ButtonClick);
     //
     // FRM_ImportFromExcel
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(856, 498);
     this.Controls.Add(this.ultraSpreadsheet1);
     this.Controls.Add(this.STS_Main);
     this.Controls.Add(this.radGroupBox1);
     this.Controls.Add(this.ultraToolbarsDockArea4);
     this.Controls.Add(this._panel2_Toolbars_Dock_Area_Left);
     this.Controls.Add(this._panel2_Toolbars_Dock_Area_Right);
     this.Controls.Add(this.ultraToolbarsDockArea2);
     this.Controls.Add(this._panel2_Toolbars_Dock_Area_Bottom);
     this.Controls.Add(this.ultraToolbarsDockArea1);
     this.Controls.Add(this._panel2_Toolbars_Dock_Area_Top);
     this.Font        = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name        = "FRM_ImportFromExcel";
     this.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "استيراد بيانات من اكسل";
     this.ThemeName     = "Office2010Black";
     ((System.ComponentModel.ISupportInitialize)(this.ERO_Error)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).EndInit();
     this.radGroupBox1.ResumeLayout(false);
     this.radGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TXT_Gender)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TXT_BirthDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TXT_MobileNumber)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TXT_Name)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TXT_Address)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TXT_FirstColumn)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TXT_FirstRow)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TXT_WorkSheet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TXT_FileName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraSpreadsheet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.STS_Main)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 30
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.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.ValueListItem valueListItem8 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem9 = 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 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();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StampaBilancioUC));
            Infragistics.Win.UltraWinEditors.EditorButton editorButton3 = new Infragistics.Win.UltraWinEditors.EditorButton("clear");
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            this.selezioniGroupBox = new Infragistics.Win.Misc.UltraGroupBox();
            this.addebitiDirettiStabileScala = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.lblDataRegistrazione = new Infragistics.Win.Misc.UltraLabel();
            this.dataRegistrazioneFinale = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.dataRegistrazioneIniziale = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.addebitiCondominio = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.lblGruppi = new Infragistics.Win.Misc.UltraLabel();
            this.gruppi = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.lblStabili = new Infragistics.Win.Misc.UltraLabel();
            this.stabili = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.esercizi = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            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.lblLimitePagamenti = new Infragistics.Win.Misc.UltraLabel();
            this.limitePagamenti = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.tipoDettaglio = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.lblDettaglio = new Infragistics.Win.Misc.UltraLabel();
            this.numeroRegistrazioneDatiFattura = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
            this.parzialeStabile = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.parzialeGruppo = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.preventivoConsuntivo = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
            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.reqEsercizio = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.validationSummary1 = new Gipasoft.Windows.Forms.CustomValidation.ValidationSummary(this.components);
            this.notePredefinite = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.salvaBilancio = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.panelBilancio = new System.Windows.Forms.Panel();
            this.btnOpzioni = new Infragistics.Win.Misc.UltraButton();
            this.btnBilancio = new Infragistics.Win.Misc.UltraButton();
            this.note = new Gipasoft.Stabili.UI.Library.RichControlEditorUC();
            this.tipoDettaglioValidator = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            this.ultraToolTipManager1 = new Infragistics.Win.UltraWinToolTip.UltraToolTipManager(this.components);
            this.reqCondominio = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.impostazioneReportDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.notaPredefinitaDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.gruppiBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.stabiliBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.eserciziDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.selezioniGroupBox)).BeginInit();
            this.selezioniGroupBox.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.addebitiDirettiStabileScala)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataRegistrazioneFinale)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataRegistrazioneIniziale)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.addebitiCondominio)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gruppi)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.stabili)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.esercizi)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.opzioniGroup)).BeginInit();
            this.opzioniGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.limitePagamenti)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoDettaglio)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numeroRegistrazioneDatiFattura)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.parzialeStabile)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.parzialeGruppo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.preventivoConsuntivo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.griglia)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.suddivisioneProprietari)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.notePredefinite)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.salvaBilancio)).BeginInit();
            this.panelBilancio.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.impostazioneReportDTOBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.notaPredefinitaDTOBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gruppiBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.stabiliBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.eserciziDTOBindingSource)).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.lblDataRegistrazione);
            this.selezioniGroupBox.Controls.Add(this.dataRegistrazioneFinale);
            this.selezioniGroupBox.Controls.Add(this.dataRegistrazioneIniziale);
            this.selezioniGroupBox.Controls.Add(this.addebitiCondominio);
            this.selezioniGroupBox.Controls.Add(this.lblGruppi);
            this.selezioniGroupBox.Controls.Add(this.gruppi);
            this.selezioniGroupBox.Controls.Add(this.lblStabili);
            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(750, 145);
            this.selezioniGroupBox.TabIndex = 0;
            this.selezioniGroupBox.Text = "Selezioni";
            // 
            // addebitiDirettiStabileScala
            // 
            this.addebitiDirettiStabileScala.Location = new System.Drawing.Point(78, 116);
            this.addebitiDirettiStabileScala.Name = "addebitiDirettiStabileScala";
            this.addebitiDirettiStabileScala.Size = new System.Drawing.Size(243, 20);
            this.addebitiDirettiStabileScala.TabIndex = 21;
            this.addebitiDirettiStabileScala.Text = "Solo spese relative a singolo stabile o scala";
            // 
            // lblDataRegistrazione
            // 
            this.lblDataRegistrazione.Location = new System.Drawing.Point(6, 60);
            this.lblDataRegistrazione.Name = "lblDataRegistrazione";
            this.lblDataRegistrazione.Size = new System.Drawing.Size(66, 23);
            this.lblDataRegistrazione.TabIndex = 20;
            this.lblDataRegistrazione.Text = "Dt.Registrazione";
            // 
            // dataRegistrazioneFinale
            // 
            this.dataRegistrazioneFinale.Location = new System.Drawing.Point(179, 60);
            this.dataRegistrazioneFinale.Name = "dataRegistrazioneFinale";
            this.dataRegistrazioneFinale.Size = new System.Drawing.Size(95, 21);
            this.dataRegistrazioneFinale.TabIndex = 19;
            // 
            // dataRegistrazioneIniziale
            // 
            this.dataRegistrazioneIniziale.Location = new System.Drawing.Point(78, 60);
            this.dataRegistrazioneIniziale.Name = "dataRegistrazioneIniziale";
            this.dataRegistrazioneIniziale.Size = new System.Drawing.Size(95, 21);
            this.dataRegistrazioneIniziale.TabIndex = 18;
            // 
            // addebitiCondominio
            // 
            this.addebitiCondominio.Location = new System.Drawing.Point(373, 116);
            this.addebitiCondominio.Name = "addebitiCondominio";
            this.addebitiCondominio.Size = new System.Drawing.Size(369, 20);
            this.addebitiCondominio.TabIndex = 17;
            this.addebitiCondominio.Text = "Escludere le spese relative ad un singolo stabile o singola scala";
            // 
            // lblGruppi
            // 
            this.lblGruppi.Location = new System.Drawing.Point(457, 89);
            this.lblGruppi.Name = "lblGruppi";
            this.lblGruppi.Size = new System.Drawing.Size(53, 23);
            this.lblGruppi.TabIndex = 16;
            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(516, 91);
            this.gruppi.Name = "gruppi";
            this.gruppi.Size = new System.Drawing.Size(223, 21);
            this.gruppi.TabIndex = 15;
            this.gruppi.ValueMember = "ID";
            this.gruppi.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.gruppiEditorButtonClick);
            // 
            // lblStabili
            // 
            this.lblStabili.Location = new System.Drawing.Point(6, 89);
            this.lblStabili.Name = "lblStabili";
            this.lblStabili.Size = new System.Drawing.Size(66, 23);
            this.lblStabili.TabIndex = 14;
            this.lblStabili.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, 89);
            this.stabili.Name = "stabili";
            this.stabili.Size = new System.Drawing.Size(313, 21);
            this.stabili.TabIndex = 13;
            this.stabili.ValueMember = "ID";
            this.stabili.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.stabiliEditorButtonClick);
            // 
            // esercizi
            // 
            this.esercizi.DataSource = this.eserciziDTOBindingSource;
            this.esercizi.DisplayMember = "DisplayName";
            this.esercizi.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.esercizi.Location = new System.Drawing.Point(516, 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);
            // 
            // lblEsercizio
            // 
            this.lblEsercizio.Location = new System.Drawing.Point(457, 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;
            this.sceltaCondominioCombo1.SelectItem += new Gipasoft.Stabili.UI.Library.SceltaCondominioCombo.SelectCondominioEventHandler(this.sceltaCondominioCombo1SelectItem);
            // 
            // opzioniGroup
            // 
            this.opzioniGroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.opzioniGroup.Controls.Add(this.lblLimitePagamenti);
            this.opzioniGroup.Controls.Add(this.limitePagamenti);
            this.opzioniGroup.Controls.Add(this.tipoDettaglio);
            this.opzioniGroup.Controls.Add(this.lblDettaglio);
            this.opzioniGroup.Controls.Add(this.numeroRegistrazioneDatiFattura);
            this.opzioniGroup.Controls.Add(this.parzialeStabile);
            this.opzioniGroup.Controls.Add(this.parzialeGruppo);
            this.opzioniGroup.Controls.Add(this.preventivoConsuntivo);
            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(750, 126);
            this.opzioniGroup.TabIndex = 1;
            this.opzioniGroup.Text = "Opzioni";
            // 
            // lblLimitePagamenti
            // 
            this.lblLimitePagamenti.Location = new System.Drawing.Point(6, 84);
            this.lblLimitePagamenti.Name = "lblLimitePagamenti";
            this.lblLimitePagamenti.Size = new System.Drawing.Size(63, 23);
            this.lblLimitePagamenti.TabIndex = 11;
            this.lblLimitePagamenti.Text = "Pagamenti";
            // 
            // limitePagamenti
            // 
            this.limitePagamenti.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.impostazioneReportDTOBindingSource, "LimitePagamenti", true));
            this.limitePagamenti.DisplayMember = "DisplayName";
            this.limitePagamenti.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            valueListItem8.DataValue = "DataChiusura";
            valueListItem8.DisplayText = "Data Chiusura";
            valueListItem9.DataValue = "DataStampa";
            valueListItem9.DisplayText = "Data Stampa";
            this.limitePagamenti.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem8,
            valueListItem9});
            this.limitePagamenti.Location = new System.Drawing.Point(71, 80);
            this.limitePagamenti.Name = "limitePagamenti";
            this.limitePagamenti.Size = new System.Drawing.Size(163, 21);
            this.limitePagamenti.TabIndex = 10;
            this.limitePagamenti.ValueMember = "ID";
            // 
            // tipoDettaglio
            // 
            this.tipoDettaglio.DisplayMember = "DisplayName";
            this.tipoDettaglio.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            valueListItem5.DataValue = "S";
            valueListItem5.DisplayText = "Sotto conto";
            valueListItem6.DataValue = "M";
            valueListItem6.DisplayText = "Movimenti";
            valueListItem7.DataValue = "P";
            valueListItem7.DisplayText = "Personalizzato";
            this.tipoDettaglio.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem5,
            valueListItem6,
            valueListItem7});
            this.tipoDettaglio.Location = new System.Drawing.Point(71, 23);
            this.tipoDettaglio.Name = "tipoDettaglio";
            this.tipoDettaglio.Size = new System.Drawing.Size(163, 21);
            this.tipoDettaglio.TabIndex = 9;
            this.tipoDettaglio.ValueMember = "ID";
            this.tipoDettaglio.ValueChanged += new System.EventHandler(this.tipoDettaglioValueChanged);
            // 
            // lblDettaglio
            // 
            this.lblDettaglio.Location = new System.Drawing.Point(6, 27);
            this.lblDettaglio.Name = "lblDettaglio";
            this.lblDettaglio.Size = new System.Drawing.Size(63, 23);
            this.lblDettaglio.TabIndex = 9;
            this.lblDettaglio.Text = "Dettaglio";
            // 
            // numeroRegistrazioneDatiFattura
            // 
            this.numeroRegistrazioneDatiFattura.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
            this.numeroRegistrazioneDatiFattura.CheckedIndex = 0;
            this.numeroRegistrazioneDatiFattura.Enabled = false;
            valueListItem1.DataValue = "R";
            valueListItem1.DisplayText = "Numero Registrazione";
            valueListItem2.DataValue = "F";
            valueListItem2.DisplayText = "Dati Fattura";
            this.numeroRegistrazioneDatiFattura.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem1,
            valueListItem2});
            this.numeroRegistrazioneDatiFattura.ItemSpacingHorizontal = 10;
            this.numeroRegistrazioneDatiFattura.Location = new System.Drawing.Point(6, 54);
            this.numeroRegistrazioneDatiFattura.Name = "numeroRegistrazioneDatiFattura";
            this.numeroRegistrazioneDatiFattura.Size = new System.Drawing.Size(228, 20);
            this.numeroRegistrazioneDatiFattura.TabIndex = 6;
            this.numeroRegistrazioneDatiFattura.Text = "Numero Registrazione";
            // 
            // parzialeStabile
            // 
            this.parzialeStabile.Location = new System.Drawing.Point(575, 51);
            this.parzialeStabile.Name = "parzialeStabile";
            this.parzialeStabile.Size = new System.Drawing.Size(127, 20);
            this.parzialeStabile.TabIndex = 5;
            this.parzialeStabile.Text = "Parziale Stabile";
            this.parzialeStabile.Visible = false;
            // 
            // parzialeGruppo
            // 
            this.parzialeGruppo.Checked = true;
            this.parzialeGruppo.CheckState = System.Windows.Forms.CheckState.Checked;
            this.parzialeGruppo.Location = new System.Drawing.Point(442, 51);
            this.parzialeGruppo.Name = "parzialeGruppo";
            this.parzialeGruppo.Size = new System.Drawing.Size(127, 20);
            this.parzialeGruppo.TabIndex = 4;
            this.parzialeGruppo.Text = "Parziale Scala";
            this.parzialeGruppo.Visible = false;
            // 
            // preventivoConsuntivo
            // 
            this.preventivoConsuntivo.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
            this.preventivoConsuntivo.CheckedIndex = 0;
            valueListItem3.DataValue = "C";
            valueListItem3.DisplayText = "Consuntivo";
            valueListItem4.DataValue = "P";
            valueListItem4.DisplayText = "Preventivo";
            this.preventivoConsuntivo.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem3,
            valueListItem4});
            this.preventivoConsuntivo.ItemSpacingHorizontal = 10;
            this.preventivoConsuntivo.Location = new System.Drawing.Point(541, 29);
            this.preventivoConsuntivo.Name = "preventivoConsuntivo";
            this.preventivoConsuntivo.Size = new System.Drawing.Size(161, 20);
            this.preventivoConsuntivo.TabIndex = 3;
            this.preventivoConsuntivo.Text = "Consuntivo";
            this.preventivoConsuntivo.ValueChanged += new System.EventHandler(this.preventivoConsuntivoValueChanged);
            // 
            // griglia
            // 
            this.griglia.Checked = true;
            this.griglia.CheckState = System.Windows.Forms.CheckState.Checked;
            this.griglia.Location = new System.Drawing.Point(265, 51);
            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(265, 24);
            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(7, 135);
            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(3, 385);
            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);
            // 
            // reqEsercizio
            // 
            this.reqEsercizio.ControlToValidate = this.esercizi;
            this.reqEsercizio.ErrorMessage = "Scegliere un esercizio";
            this.reqEsercizio.Icon = ((System.Drawing.Icon)(resources.GetObject("reqEsercizio.Icon")));
            // 
            // notePredefinite
            // 
            appearance3.Image = global::Gipasoft.Stabili.UI.Bilanci.BilancioConsuntivoResources.clear;
            editorButton3.Appearance = appearance3;
            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(52, 135);
            this.notePredefinite.Name = "notePredefinite";
            this.notePredefinite.Size = new System.Drawing.Size(328, 21);
            this.notePredefinite.TabIndex = 9;
            this.notePredefinite.ValueMember = "ID";
            this.notePredefinite.ValueChanged += new System.EventHandler(this.notePredefiniteValueChanged);
            this.notePredefinite.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.notePredefiniteEditorButtonClick);
            // 
            // salvaBilancio
            // 
            this.salvaBilancio.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.salvaBilancio.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.salvaBilancio.Location = new System.Drawing.Point(634, 388);
            this.salvaBilancio.Name = "salvaBilancio";
            this.salvaBilancio.Size = new System.Drawing.Size(116, 20);
            this.salvaBilancio.TabIndex = 13;
            this.salvaBilancio.Text = "Salva Rendiconto";
            // 
            // 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.btnBilancio);
            this.panelBilancio.Controls.Add(this.note);
            this.panelBilancio.Controls.Add(this.opzioniGroup);
            this.panelBilancio.Controls.Add(this.lblNote);
            this.panelBilancio.Controls.Add(this.salvaBilancio);
            this.panelBilancio.Controls.Add(this.btnConferma);
            this.panelBilancio.Controls.Add(this.notePredefinite);
            this.panelBilancio.Location = new System.Drawing.Point(3, 151);
            this.panelBilancio.Name = "panelBilancio";
            this.panelBilancio.Size = new System.Drawing.Size(758, 424);
            this.panelBilancio.TabIndex = 15;
            // 
            // btnOpzioni
            // 
            this.btnOpzioni.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            appearance4.Image = global::Gipasoft.Stabili.UI.Bilanci.BilancioConsuntivoResources.gear;
            this.btnOpzioni.Appearance = appearance4;
            this.btnOpzioni.Location = new System.Drawing.Point(553, 385);
            this.btnOpzioni.Name = "btnOpzioni";
            this.btnOpzioni.Size = new System.Drawing.Size(75, 23);
            this.btnOpzioni.TabIndex = 24;
            this.btnOpzioni.Text = "Opzioni";
            this.btnOpzioni.Click += new System.EventHandler(this.btnOpzioni_Click);
            // 
            // btnBilancio
            // 
            this.btnBilancio.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnBilancio.Location = new System.Drawing.Point(140, 385);
            this.btnBilancio.Name = "btnBilancio";
            this.btnBilancio.Size = new System.Drawing.Size(131, 23);
            this.btnBilancio.TabIndex = 15;
            this.btnBilancio.Text = "Stampa Avanzata";
            this.btnBilancio.Click += new System.EventHandler(this.btnBilancio_Click);
            // 
            // 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, 162);
            this.note.Name = "note";
            this.note.ReadOnly = false;
            this.note.Size = new System.Drawing.Size(750, 217);
            this.note.TabIndex = 14;
            // 
            // tipoDettaglioValidator
            // 
            this.tipoDettaglioValidator.ControlToValidate = this.tipoDettaglio;
            this.tipoDettaglioValidator.ErrorMessage = "Scegliere il tipo dettaglio";
            this.tipoDettaglioValidator.Icon = ((System.Drawing.Icon)(resources.GetObject("tipoDettaglioValidator.Icon")));
            this.tipoDettaglioValidator.Validating += new Gipasoft.Windows.Forms.CustomValidation.CustomValidator.ValidatingEventHandler(this.tipoDettaglioValidatorValidating);
            // 
            // ultraToolTipManager1
            // 
            this.ultraToolTipManager1.ContainingControl = this;
            // 
            // reqCondominio
            // 
            this.reqCondominio.ControlToValidate = this.sceltaCondominioCombo1;
            this.reqCondominio.ErrorMessage = "Scegliere un condominio";
            this.reqCondominio.Icon = ((System.Drawing.Icon)(resources.GetObject("reqCondominio.Icon")));
            // 
            // impostazioneReportDTOBindingSource
            // 
            this.impostazioneReportDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.ImpostazioneReportDTO);
            // 
            // notaPredefinitaDTOBindingSource
            // 
            this.notaPredefinitaDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.NotaPredefinitaDTO);
            // 
            // gruppiBindingSource
            // 
            this.gruppiBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.GruppoStabileDTO);
            // 
            // stabiliBindingSource
            // 
            this.stabiliBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.StabileDTO);
            // 
            // eserciziDTOBindingSource
            // 
            this.eserciziDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.EsercizioDTO);
            // 
            // StampaBilancioUC
            // 
            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 = "StampaBilancioUC";
            this.Size = new System.Drawing.Size(763, 575);
            this.Load += new System.EventHandler(this.stampaBilancioUCLoad);
            ((System.ComponentModel.ISupportInitialize)(this.selezioniGroupBox)).EndInit();
            this.selezioniGroupBox.ResumeLayout(false);
            this.selezioniGroupBox.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.addebitiDirettiStabileScala)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataRegistrazioneFinale)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataRegistrazioneIniziale)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.addebitiCondominio)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gruppi)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.stabili)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.esercizi)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.opzioniGroup)).EndInit();
            this.opzioniGroup.ResumeLayout(false);
            this.opzioniGroup.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.limitePagamenti)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoDettaglio)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numeroRegistrazioneDatiFattura)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.parzialeStabile)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.parzialeGruppo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.preventivoConsuntivo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.griglia)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.suddivisioneProprietari)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.notePredefinite)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.salvaBilancio)).EndInit();
            this.panelBilancio.ResumeLayout(false);
            this.panelBilancio.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.impostazioneReportDTOBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.notaPredefinitaDTOBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gruppiBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.stabiliBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.eserciziDTOBindingSource)).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 appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
     Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
     this.ultraFormManager1       = new Infragistics.Win.UltraWinForm.UltraFormManager(this.components);
     this.frmAddRecipe_Fill_Panel = new Infragistics.Win.Misc.UltraPanel();
     this.gbReceta            = new Infragistics.Win.Misc.UltraGroupBox();
     this.txtNuevoPrecio      = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.txtDctoEPS          = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel10        = new Infragistics.Win.Misc.UltraLabel();
     this.txtPPS              = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel9         = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel8         = new Infragistics.Win.Misc.UltraLabel();
     this.txtPrecio           = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel7         = new Infragistics.Win.Misc.UltraLabel();
     this.txtUnidadProductiva = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel6         = new Infragistics.Win.Misc.UltraLabel();
     this.txtMedicamento      = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.btnSalir            = new System.Windows.Forms.Button();
     this.dtpFechaFin         = new System.Windows.Forms.DateTimePicker();
     this.txtDuracion         = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.txtPosologia        = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.txtCantidad         = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel5         = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel4         = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel3         = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel2         = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel1         = new Infragistics.Win.Misc.UltraLabel();
     this._frmAddRecipe_UltraFormManager_Dock_Area_Left   = new Infragistics.Win.UltraWinForm.UltraFormDockArea();
     this._frmAddRecipe_UltraFormManager_Dock_Area_Right  = new Infragistics.Win.UltraWinForm.UltraFormDockArea();
     this._frmAddRecipe_UltraFormManager_Dock_Area_Top    = new Infragistics.Win.UltraWinForm.UltraFormDockArea();
     this._frmAddRecipe_UltraFormManager_Dock_Area_Bottom = new Infragistics.Win.UltraWinForm.UltraFormDockArea();
     this.uvDatos      = new Infragistics.Win.Misc.UltraValidator(this.components);
     this.ultraLabel11 = new Infragistics.Win.Misc.UltraLabel();
     this.btnGuardar   = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.ultraFormManager1)).BeginInit();
     this.frmAddRecipe_Fill_Panel.ClientArea.SuspendLayout();
     this.frmAddRecipe_Fill_Panel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gbReceta)).BeginInit();
     this.gbReceta.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtNuevoPrecio)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDctoEPS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPPS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPrecio)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtUnidadProductiva)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMedicamento)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDuracion)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPosologia)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCantidad)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uvDatos)).BeginInit();
     this.SuspendLayout();
     //
     // ultraFormManager1
     //
     this.ultraFormManager1.Form = this;
     //
     // frmAddRecipe_Fill_Panel
     //
     //
     // frmAddRecipe_Fill_Panel.ClientArea
     //
     this.frmAddRecipe_Fill_Panel.ClientArea.Controls.Add(this.gbReceta);
     this.frmAddRecipe_Fill_Panel.Cursor   = System.Windows.Forms.Cursors.Default;
     this.frmAddRecipe_Fill_Panel.Location = new System.Drawing.Point(4, 28);
     this.frmAddRecipe_Fill_Panel.Name     = "frmAddRecipe_Fill_Panel";
     this.frmAddRecipe_Fill_Panel.Size     = new System.Drawing.Size(423, 257);
     this.frmAddRecipe_Fill_Panel.TabIndex = 0;
     //
     // gbReceta
     //
     this.gbReceta.Controls.Add(this.txtNuevoPrecio);
     this.gbReceta.Controls.Add(this.txtDctoEPS);
     this.gbReceta.Controls.Add(this.ultraLabel10);
     this.gbReceta.Controls.Add(this.txtPPS);
     this.gbReceta.Controls.Add(this.ultraLabel11);
     this.gbReceta.Controls.Add(this.ultraLabel9);
     this.gbReceta.Controls.Add(this.ultraLabel8);
     this.gbReceta.Controls.Add(this.txtPrecio);
     this.gbReceta.Controls.Add(this.ultraLabel7);
     this.gbReceta.Controls.Add(this.txtUnidadProductiva);
     this.gbReceta.Controls.Add(this.ultraLabel6);
     this.gbReceta.Controls.Add(this.txtMedicamento);
     this.gbReceta.Controls.Add(this.btnSalir);
     this.gbReceta.Controls.Add(this.btnGuardar);
     this.gbReceta.Controls.Add(this.dtpFechaFin);
     this.gbReceta.Controls.Add(this.txtDuracion);
     this.gbReceta.Controls.Add(this.txtPosologia);
     this.gbReceta.Controls.Add(this.txtCantidad);
     this.gbReceta.Controls.Add(this.ultraLabel5);
     this.gbReceta.Controls.Add(this.ultraLabel4);
     this.gbReceta.Controls.Add(this.ultraLabel3);
     this.gbReceta.Controls.Add(this.ultraLabel2);
     this.gbReceta.Controls.Add(this.ultraLabel1);
     this.gbReceta.Location = new System.Drawing.Point(10, 6);
     this.gbReceta.Name     = "gbReceta";
     this.gbReceta.Size     = new System.Drawing.Size(407, 244);
     this.gbReceta.TabIndex = 0;
     this.gbReceta.Text     = "Receta";
     //
     // txtNuevoPrecio
     //
     appearance1.TextHAlignAsString    = "Right";
     this.txtNuevoPrecio.Appearance    = appearance1;
     this.txtNuevoPrecio.Enabled       = false;
     this.txtNuevoPrecio.Location      = new System.Drawing.Point(103, 214);
     this.txtNuevoPrecio.Name          = "txtNuevoPrecio";
     this.txtNuevoPrecio.Size          = new System.Drawing.Size(52, 21);
     this.txtNuevoPrecio.TabIndex      = 10;
     this.txtNuevoPrecio.ValueChanged += new System.EventHandler(this.txtPrecio_ValueChanged);
     //
     // txtDctoEPS
     //
     appearance2.TextHAlignAsString = "Right";
     this.txtDctoEPS.Appearance     = appearance2;
     this.txtDctoEPS.Enabled        = false;
     this.txtDctoEPS.Location       = new System.Drawing.Point(103, 191);
     this.txtDctoEPS.Name           = "txtDctoEPS";
     this.txtDctoEPS.Size           = new System.Drawing.Size(52, 21);
     this.txtDctoEPS.TabIndex       = 10;
     this.txtDctoEPS.ValueChanged  += new System.EventHandler(this.txtPrecio_ValueChanged);
     //
     // ultraLabel10
     //
     this.ultraLabel10.AutoSize = true;
     this.ultraLabel10.Location = new System.Drawing.Point(28, 218);
     this.ultraLabel10.Name     = "ultraLabel10";
     this.ultraLabel10.Size     = new System.Drawing.Size(72, 14);
     this.ultraLabel10.TabIndex = 11;
     this.ultraLabel10.Text     = "Nuevo Precio";
     this.ultraLabel10.Click   += new System.EventHandler(this.ultraLabel7_Click);
     //
     // txtPPS
     //
     appearance3.TextHAlignAsString = "Right";
     this.txtPPS.Appearance         = appearance3;
     this.txtPPS.Enabled            = false;
     this.txtPPS.Location           = new System.Drawing.Point(103, 168);
     this.txtPPS.Name          = "txtPPS";
     this.txtPPS.Size          = new System.Drawing.Size(52, 21);
     this.txtPPS.TabIndex      = 10;
     this.txtPPS.ValueChanged += new System.EventHandler(this.txtPrecio_ValueChanged);
     //
     // ultraLabel9
     //
     this.ultraLabel9.AutoSize = true;
     this.ultraLabel9.Location = new System.Drawing.Point(44, 195);
     this.ultraLabel9.Name     = "ultraLabel9";
     this.ultraLabel9.Size     = new System.Drawing.Size(53, 14);
     this.ultraLabel9.TabIndex = 11;
     this.ultraLabel9.Text     = "Dcto EPS";
     this.ultraLabel9.Click   += new System.EventHandler(this.ultraLabel7_Click);
     //
     // ultraLabel8
     //
     this.ultraLabel8.AutoSize = true;
     this.ultraLabel8.Location = new System.Drawing.Point(8, 172);
     this.ultraLabel8.Name     = "ultraLabel8";
     this.ultraLabel8.Size     = new System.Drawing.Size(89, 14);
     this.ultraLabel8.TabIndex = 11;
     this.ultraLabel8.Text     = "Precio Púb. Sug.";
     this.ultraLabel8.Click   += new System.EventHandler(this.ultraLabel7_Click);
     //
     // txtPrecio
     //
     appearance4.TextHAlignAsString = "Right";
     this.txtPrecio.Appearance      = appearance4;
     this.txtPrecio.Enabled         = false;
     this.txtPrecio.Location        = new System.Drawing.Point(343, 52);
     this.txtPrecio.Name            = "txtPrecio";
     this.txtPrecio.Size            = new System.Drawing.Size(52, 21);
     this.txtPrecio.TabIndex        = 10;
     this.uvDatos.GetValidationSettings(this.txtPrecio).EmptyValueCriteria = Infragistics.Win.Misc.EmptyValueCriteria.NullOrEmptyString;
     this.uvDatos.GetValidationSettings(this.txtPrecio).IsRequired         = true;
     this.txtPrecio.ValueChanged += new System.EventHandler(this.txtPrecio_ValueChanged);
     //
     // ultraLabel7
     //
     this.ultraLabel7.AutoSize = true;
     this.ultraLabel7.Location = new System.Drawing.Point(258, 56);
     this.ultraLabel7.Name     = "ultraLabel7";
     this.ultraLabel7.Size     = new System.Drawing.Size(85, 14);
     this.ultraLabel7.TabIndex = 11;
     this.ultraLabel7.Text     = "Precio de Venta";
     this.ultraLabel7.Click   += new System.EventHandler(this.ultraLabel7_Click);
     //
     // txtUnidadProductiva
     //
     appearance5.TextHAlignAsString      = "Right";
     this.txtUnidadProductiva.Appearance = appearance5;
     this.txtUnidadProductiva.Location   = new System.Drawing.Point(285, 141);
     this.txtUnidadProductiva.Name       = "txtUnidadProductiva";
     this.txtUnidadProductiva.Size       = new System.Drawing.Size(110, 21);
     this.txtUnidadProductiva.TabIndex   = 9;
     this.uvDatos.GetValidationSettings(this.txtUnidadProductiva).EmptyValueCriteria = Infragistics.Win.Misc.EmptyValueCriteria.NullOrEmptyString;
     this.uvDatos.GetValidationSettings(this.txtUnidadProductiva).IsRequired         = true;
     this.txtUnidadProductiva.Visible = false;
     //
     // ultraLabel6
     //
     this.ultraLabel6.AutoSize = true;
     this.ultraLabel6.Location = new System.Drawing.Point(216, 144);
     this.ultraLabel6.Name     = "ultraLabel6";
     this.ultraLabel6.Size     = new System.Drawing.Size(66, 14);
     this.ultraLabel6.TabIndex = 8;
     this.ultraLabel6.Text     = "Uni. Produc.";
     this.ultraLabel6.Visible  = false;
     //
     // txtMedicamento
     //
     this.txtMedicamento.ButtonsRight.Add(editorButton1);
     this.txtMedicamento.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtMedicamento.Location        = new System.Drawing.Point(103, 25);
     this.txtMedicamento.Name            = "txtMedicamento";
     this.txtMedicamento.ReadOnly        = true;
     this.txtMedicamento.Size            = new System.Drawing.Size(292, 21);
     this.txtMedicamento.TabIndex        = 0;
     this.uvDatos.GetValidationSettings(this.txtMedicamento).EmptyValueCriteria = Infragistics.Win.Misc.EmptyValueCriteria.NullOrEmptyString;
     this.uvDatos.GetValidationSettings(this.txtMedicamento).IsRequired         = true;
     this.txtMedicamento.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.txtMedicamento_EditorButtonClick);
     //
     // btnSalir
     //
     this.btnSalir.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSalir.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.btnSalir.Image                   = global::Sigesoft.Node.Contasol.Integration.Properties.Resources.system_close;
     this.btnSalir.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnSalir.Location                = new System.Drawing.Point(254, 212);
     this.btnSalir.Name                    = "btnSalir";
     this.btnSalir.Size                    = new System.Drawing.Size(75, 28);
     this.btnSalir.TabIndex                = 6;
     this.btnSalir.Text                    = "Salir";
     this.btnSalir.TextAlign               = System.Drawing.ContentAlignment.MiddleRight;
     this.btnSalir.UseVisualStyleBackColor = true;
     //
     // dtpFechaFin
     //
     this.dtpFechaFin.Format   = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtpFechaFin.Location = new System.Drawing.Point(103, 142);
     this.dtpFechaFin.Name     = "dtpFechaFin";
     this.dtpFechaFin.Size     = new System.Drawing.Size(110, 20);
     this.dtpFechaFin.TabIndex = 4;
     //
     // txtDuracion
     //
     this.txtDuracion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtDuracion.Location = new System.Drawing.Point(103, 112);
     this.txtDuracion.Name     = "txtDuracion";
     this.txtDuracion.Size     = new System.Drawing.Size(292, 21);
     this.txtDuracion.TabIndex = 3;
     this.uvDatos.GetValidationSettings(this.txtDuracion).EmptyValueCriteria = Infragistics.Win.Misc.EmptyValueCriteria.NullOrEmptyString;
     this.uvDatos.GetValidationSettings(this.txtDuracion).IsRequired         = true;
     //
     // txtPosologia
     //
     this.txtPosologia.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.txtPosologia.Location = new System.Drawing.Point(103, 82);
     this.txtPosologia.Name     = "txtPosologia";
     this.txtPosologia.Size     = new System.Drawing.Size(292, 21);
     this.txtPosologia.TabIndex = 2;
     this.uvDatos.GetValidationSettings(this.txtPosologia).EmptyValueCriteria = Infragistics.Win.Misc.EmptyValueCriteria.NullOrEmptyString;
     this.uvDatos.GetValidationSettings(this.txtPosologia).IsRequired         = true;
     //
     // txtCantidad
     //
     appearance6.TextHAlignAsString = "Right";
     this.txtCantidad.Appearance    = appearance6;
     this.txtCantidad.Location      = new System.Drawing.Point(103, 52);
     this.txtCantidad.Name          = "txtCantidad";
     this.txtCantidad.Size          = new System.Drawing.Size(110, 21);
     this.txtCantidad.TabIndex      = 1;
     this.uvDatos.GetValidationSettings(this.txtCantidad).EmptyValueCriteria = Infragistics.Win.Misc.EmptyValueCriteria.NullOrEmptyString;
     this.uvDatos.GetValidationSettings(this.txtCantidad).IsRequired         = true;
     this.txtCantidad.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txtCantidad_KeyPress);
     this.txtCantidad.Validating += new System.ComponentModel.CancelEventHandler(this.txtCantidad_Validating);
     //
     // ultraLabel5
     //
     this.ultraLabel5.AutoSize = true;
     this.ultraLabel5.Location = new System.Drawing.Point(22, 146);
     this.ultraLabel5.Name     = "ultraLabel5";
     this.ultraLabel5.Size     = new System.Drawing.Size(58, 14);
     this.ultraLabel5.TabIndex = 5;
     this.ultraLabel5.Text     = "Fecha Fin:";
     //
     // ultraLabel4
     //
     this.ultraLabel4.AutoSize = true;
     this.ultraLabel4.Location = new System.Drawing.Point(22, 116);
     this.ultraLabel4.Name     = "ultraLabel4";
     this.ultraLabel4.Size     = new System.Drawing.Size(53, 14);
     this.ultraLabel4.TabIndex = 4;
     this.ultraLabel4.Text     = "Duración:";
     //
     // ultraLabel3
     //
     this.ultraLabel3.AutoSize = true;
     this.ultraLabel3.Location = new System.Drawing.Point(22, 86);
     this.ultraLabel3.Name     = "ultraLabel3";
     this.ultraLabel3.Size     = new System.Drawing.Size(57, 14);
     this.ultraLabel3.TabIndex = 3;
     this.ultraLabel3.Text     = "Posología:";
     //
     // ultraLabel2
     //
     this.ultraLabel2.AutoSize = true;
     this.ultraLabel2.Location = new System.Drawing.Point(22, 56);
     this.ultraLabel2.Name     = "ultraLabel2";
     this.ultraLabel2.Size     = new System.Drawing.Size(53, 14);
     this.ultraLabel2.TabIndex = 2;
     this.ultraLabel2.Text     = "Cantidad:";
     //
     // ultraLabel1
     //
     this.ultraLabel1.AutoSize = true;
     this.ultraLabel1.Location = new System.Drawing.Point(22, 29);
     this.ultraLabel1.Name     = "ultraLabel1";
     this.ultraLabel1.Size     = new System.Drawing.Size(75, 14);
     this.ultraLabel1.TabIndex = 0;
     this.ultraLabel1.Text     = "Medicamento:";
     //
     // _frmAddRecipe_UltraFormManager_Dock_Area_Left
     //
     this._frmAddRecipe_UltraFormManager_Dock_Area_Left.AccessibleRole          = System.Windows.Forms.AccessibleRole.Grouping;
     this._frmAddRecipe_UltraFormManager_Dock_Area_Left.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this._frmAddRecipe_UltraFormManager_Dock_Area_Left.DockedPosition          = Infragistics.Win.UltraWinForm.DockedPosition.Left;
     this._frmAddRecipe_UltraFormManager_Dock_Area_Left.ForeColor               = System.Drawing.SystemColors.ControlText;
     this._frmAddRecipe_UltraFormManager_Dock_Area_Left.FormManager             = this.ultraFormManager1;
     this._frmAddRecipe_UltraFormManager_Dock_Area_Left.InitialResizeAreaExtent = 4;
     this._frmAddRecipe_UltraFormManager_Dock_Area_Left.Location = new System.Drawing.Point(0, 28);
     this._frmAddRecipe_UltraFormManager_Dock_Area_Left.Name     = "_frmAddRecipe_UltraFormManager_Dock_Area_Left";
     this._frmAddRecipe_UltraFormManager_Dock_Area_Left.Size     = new System.Drawing.Size(4, 260);
     //
     // _frmAddRecipe_UltraFormManager_Dock_Area_Right
     //
     this._frmAddRecipe_UltraFormManager_Dock_Area_Right.AccessibleRole          = System.Windows.Forms.AccessibleRole.Grouping;
     this._frmAddRecipe_UltraFormManager_Dock_Area_Right.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this._frmAddRecipe_UltraFormManager_Dock_Area_Right.DockedPosition          = Infragistics.Win.UltraWinForm.DockedPosition.Right;
     this._frmAddRecipe_UltraFormManager_Dock_Area_Right.ForeColor               = System.Drawing.SystemColors.ControlText;
     this._frmAddRecipe_UltraFormManager_Dock_Area_Right.FormManager             = this.ultraFormManager1;
     this._frmAddRecipe_UltraFormManager_Dock_Area_Right.InitialResizeAreaExtent = 4;
     this._frmAddRecipe_UltraFormManager_Dock_Area_Right.Location = new System.Drawing.Point(427, 28);
     this._frmAddRecipe_UltraFormManager_Dock_Area_Right.Name     = "_frmAddRecipe_UltraFormManager_Dock_Area_Right";
     this._frmAddRecipe_UltraFormManager_Dock_Area_Right.Size     = new System.Drawing.Size(4, 260);
     //
     // _frmAddRecipe_UltraFormManager_Dock_Area_Top
     //
     this._frmAddRecipe_UltraFormManager_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._frmAddRecipe_UltraFormManager_Dock_Area_Top.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this._frmAddRecipe_UltraFormManager_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinForm.DockedPosition.Top;
     this._frmAddRecipe_UltraFormManager_Dock_Area_Top.ForeColor      = System.Drawing.SystemColors.ControlText;
     this._frmAddRecipe_UltraFormManager_Dock_Area_Top.FormManager    = this.ultraFormManager1;
     this._frmAddRecipe_UltraFormManager_Dock_Area_Top.Location       = new System.Drawing.Point(0, 0);
     this._frmAddRecipe_UltraFormManager_Dock_Area_Top.Name           = "_frmAddRecipe_UltraFormManager_Dock_Area_Top";
     this._frmAddRecipe_UltraFormManager_Dock_Area_Top.Size           = new System.Drawing.Size(431, 28);
     //
     // _frmAddRecipe_UltraFormManager_Dock_Area_Bottom
     //
     this._frmAddRecipe_UltraFormManager_Dock_Area_Bottom.AccessibleRole          = System.Windows.Forms.AccessibleRole.Grouping;
     this._frmAddRecipe_UltraFormManager_Dock_Area_Bottom.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this._frmAddRecipe_UltraFormManager_Dock_Area_Bottom.DockedPosition          = Infragistics.Win.UltraWinForm.DockedPosition.Bottom;
     this._frmAddRecipe_UltraFormManager_Dock_Area_Bottom.ForeColor               = System.Drawing.SystemColors.ControlText;
     this._frmAddRecipe_UltraFormManager_Dock_Area_Bottom.FormManager             = this.ultraFormManager1;
     this._frmAddRecipe_UltraFormManager_Dock_Area_Bottom.InitialResizeAreaExtent = 4;
     this._frmAddRecipe_UltraFormManager_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 288);
     this._frmAddRecipe_UltraFormManager_Dock_Area_Bottom.Name     = "_frmAddRecipe_UltraFormManager_Dock_Area_Bottom";
     this._frmAddRecipe_UltraFormManager_Dock_Area_Bottom.Size     = new System.Drawing.Size(431, 4);
     //
     // ultraLabel11
     //
     this.ultraLabel11.AutoSize = true;
     this.ultraLabel11.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ultraLabel11.Location = new System.Drawing.Point(158, 195);
     this.ultraLabel11.Name     = "ultraLabel11";
     this.ultraLabel11.Size     = new System.Drawing.Size(14, 14);
     this.ultraLabel11.TabIndex = 11;
     this.ultraLabel11.Text     = "%";
     this.ultraLabel11.Click   += new System.EventHandler(this.ultraLabel7_Click);
     //
     // btnGuardar
     //
     this.btnGuardar.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnGuardar.Image      = global::Sigesoft.Node.Contasol.Integration.Properties.Resources.system_save;
     this.btnGuardar.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnGuardar.Location   = new System.Drawing.Point(329, 212);
     this.btnGuardar.Name       = "btnGuardar";
     this.btnGuardar.Size       = new System.Drawing.Size(75, 28);
     this.btnGuardar.TabIndex   = 5;
     this.btnGuardar.Text       = "Guardar";
     this.btnGuardar.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnGuardar.UseVisualStyleBackColor = true;
     this.btnGuardar.Click += new System.EventHandler(this.btnGuardar_Click);
     //
     // frmAddRecipe
     //
     this.AcceptButton        = this.btnGuardar;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.btnSalir;
     this.ClientSize          = new System.Drawing.Size(431, 292);
     this.Controls.Add(this.frmAddRecipe_Fill_Panel);
     this.Controls.Add(this._frmAddRecipe_UltraFormManager_Dock_Area_Left);
     this.Controls.Add(this._frmAddRecipe_UltraFormManager_Dock_Area_Right);
     this.Controls.Add(this._frmAddRecipe_UltraFormManager_Dock_Area_Top);
     this.Controls.Add(this._frmAddRecipe_UltraFormManager_Dock_Area_Bottom);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmAddRecipe";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "frmAddRecipe";
     this.Load           += new System.EventHandler(this.frmAddRecipe_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ultraFormManager1)).EndInit();
     this.frmAddRecipe_Fill_Panel.ClientArea.ResumeLayout(false);
     this.frmAddRecipe_Fill_Panel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gbReceta)).EndInit();
     this.gbReceta.ResumeLayout(false);
     this.gbReceta.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtNuevoPrecio)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDctoEPS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPPS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPrecio)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtUnidadProductiva)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMedicamento)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDuracion)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPosologia)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCantidad)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uvDatos)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 32
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);

        }
Esempio n. 33
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.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton("clear");
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinEditors.EditorButton editorButton2 = new Infragistics.Win.UltraWinEditors.EditorButton("clear");
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MovimentiUC));
            this.filtroGroup = new Infragistics.Win.Misc.UltraExpandableGroupBox();
            this.filtroGroupExpandable = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
            this.lblAnnoGestionale = new Infragistics.Win.Misc.UltraLabel();
            this.annoGestionale = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.annoGestionaleDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.btnAnnulla = new Infragistics.Win.Misc.UltraButton();
            this.lblImportoFinale = new Infragistics.Win.Misc.UltraLabel();
            this.importoFinale = new Infragistics.Win.UltraWinEditors.UltraCurrencyEditor();
            this.importoIniziale = new Infragistics.Win.UltraWinEditors.UltraCurrencyEditor();
            this.lblImportoIniziale = new Infragistics.Win.Misc.UltraLabel();
            this.lblSottoConto = new Infragistics.Win.Misc.UltraLabel();
            this.sottoconti = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.sottoContoDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.lblConto = new Infragistics.Win.Misc.UltraLabel();
            this.conti = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.contoDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.lblEsercizio = new Infragistics.Win.Misc.UltraLabel();
            this.esercizi = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.eserciziDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.btnRicerca = new Infragistics.Win.Misc.UltraButton();
            this.sceltaCondominioCombo1 = new Gipasoft.Stabili.UI.Library.SceltaCondominioCombo();
            this.lblCondominio = new Infragistics.Win.Misc.UltraLabel();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.listaMovimentiUC1 = new Gipasoft.Stabili.UI.MovimentiContabili.ListaMovimentiUC();
            this.validatorEsercizioAnno = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            this.validationSummary1 = new Gipasoft.Windows.Forms.CustomValidation.ValidationSummary(this.components);
            this.reqCondominio = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            ((System.ComponentModel.ISupportInitialize)(this.filtroGroup)).BeginInit();
            this.filtroGroup.SuspendLayout();
            this.filtroGroupExpandable.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.annoGestionale)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.annoGestionaleDTOBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.importoFinale)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.importoIniziale)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sottoconti)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sottoContoDTOBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.conti)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.contoDTOBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.esercizi)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.eserciziDTOBindingSource)).BeginInit();
            this.tableLayoutPanel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // filtroGroup
            // 
            this.filtroGroup.Controls.Add(this.filtroGroupExpandable);
            this.filtroGroup.Dock = System.Windows.Forms.DockStyle.Fill;
            this.filtroGroup.ExpandedSize = new System.Drawing.Size(842, 135);
            this.filtroGroup.Location = new System.Drawing.Point(3, 3);
            this.filtroGroup.Name = "filtroGroup";
            this.filtroGroup.Size = new System.Drawing.Size(842, 135);
            this.filtroGroup.TabIndex = 2;
            this.filtroGroup.Text = "Selezioni";
            // 
            // filtroGroupExpandable
            // 
            this.filtroGroupExpandable.Controls.Add(this.lblAnnoGestionale);
            this.filtroGroupExpandable.Controls.Add(this.annoGestionale);
            this.filtroGroupExpandable.Controls.Add(this.btnAnnulla);
            this.filtroGroupExpandable.Controls.Add(this.lblImportoFinale);
            this.filtroGroupExpandable.Controls.Add(this.importoFinale);
            this.filtroGroupExpandable.Controls.Add(this.importoIniziale);
            this.filtroGroupExpandable.Controls.Add(this.lblImportoIniziale);
            this.filtroGroupExpandable.Controls.Add(this.lblSottoConto);
            this.filtroGroupExpandable.Controls.Add(this.sottoconti);
            this.filtroGroupExpandable.Controls.Add(this.lblConto);
            this.filtroGroupExpandable.Controls.Add(this.conti);
            this.filtroGroupExpandable.Controls.Add(this.lblEsercizio);
            this.filtroGroupExpandable.Controls.Add(this.esercizi);
            this.filtroGroupExpandable.Controls.Add(this.btnRicerca);
            this.filtroGroupExpandable.Controls.Add(this.sceltaCondominioCombo1);
            this.filtroGroupExpandable.Controls.Add(this.lblCondominio);
            this.filtroGroupExpandable.Dock = System.Windows.Forms.DockStyle.Fill;
            this.filtroGroupExpandable.Location = new System.Drawing.Point(3, 19);
            this.filtroGroupExpandable.Name = "filtroGroupExpandable";
            this.filtroGroupExpandable.Size = new System.Drawing.Size(836, 113);
            this.filtroGroupExpandable.TabIndex = 0;
            // 
            // lblAnnoGestionale
            // 
            this.lblAnnoGestionale.Location = new System.Drawing.Point(449, 35);
            this.lblAnnoGestionale.Name = "lblAnnoGestionale";
            this.lblAnnoGestionale.Size = new System.Drawing.Size(72, 19);
            this.lblAnnoGestionale.TabIndex = 27;
            this.lblAnnoGestionale.Text = "Anno Gest.";
            // 
            // annoGestionale
            // 
            appearance1.Image = global::Gipasoft.Stabili.UI.MovimentiContabili.MovimentiContabiliResources.clear;
            appearance1.ImageHAlign = Infragistics.Win.HAlign.Center;
            appearance1.ImageVAlign = Infragistics.Win.VAlign.Middle;
            editorButton1.Appearance = appearance1;
            editorButton1.Key = "clear";
            this.annoGestionale.ButtonsRight.Add(editorButton1);
            this.annoGestionale.DataSource = this.annoGestionaleDTOBindingSource;
            this.annoGestionale.DisplayMember = "DisplayName";
            this.annoGestionale.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.annoGestionale.Location = new System.Drawing.Point(527, 32);
            this.annoGestionale.Name = "annoGestionale";
            this.annoGestionale.Size = new System.Drawing.Size(283, 21);
            this.annoGestionale.TabIndex = 26;
            this.annoGestionale.ValueMember = "ID";
            this.annoGestionale.ValueChanged += new System.EventHandler(this.annoGestionaleValueChanged);
            // 
            // annoGestionaleDTOBindingSource
            // 
            this.annoGestionaleDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.AnnoGestionaleDTO);
            // 
            // 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(151, 87);
            this.btnAnnulla.Name = "btnAnnulla";
            this.btnAnnulla.Size = new System.Drawing.Size(75, 23);
            this.btnAnnulla.TabIndex = 25;
            this.btnAnnulla.Text = "Annulla";
            this.btnAnnulla.Click += new System.EventHandler(this.btnAnnullaClick);
            // 
            // lblImportoFinale
            // 
            appearance2.TextHAlignAsString = "Right";
            this.lblImportoFinale.Appearance = appearance2;
            this.lblImportoFinale.Location = new System.Drawing.Point(682, 63);
            this.lblImportoFinale.Name = "lblImportoFinale";
            this.lblImportoFinale.Size = new System.Drawing.Size(22, 23);
            this.lblImportoFinale.TabIndex = 24;
            this.lblImportoFinale.Text = "a";
            // 
            // importoFinale
            // 
            this.importoFinale.Location = new System.Drawing.Point(710, 59);
            this.importoFinale.MaskInput = "{currency:9.2:c}";
            this.importoFinale.MinValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.importoFinale.Name = "importoFinale";
            this.importoFinale.Size = new System.Drawing.Size(100, 21);
            this.importoFinale.TabIndex = 23;
            // 
            // importoIniziale
            // 
            this.importoIniziale.Location = new System.Drawing.Point(575, 59);
            this.importoIniziale.MaskInput = "{currency:9.2:c}";
            this.importoIniziale.MinValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.importoIniziale.Name = "importoIniziale";
            this.importoIniziale.Size = new System.Drawing.Size(100, 21);
            this.importoIniziale.TabIndex = 22;
            // 
            // lblImportoIniziale
            // 
            this.lblImportoIniziale.Location = new System.Drawing.Point(508, 63);
            this.lblImportoIniziale.Name = "lblImportoIniziale";
            this.lblImportoIniziale.Size = new System.Drawing.Size(65, 23);
            this.lblImportoIniziale.TabIndex = 21;
            this.lblImportoIniziale.Text = "Importo da";
            // 
            // lblSottoConto
            // 
            this.lblSottoConto.Location = new System.Drawing.Point(3, 59);
            this.lblSottoConto.Name = "lblSottoConto";
            this.lblSottoConto.Size = new System.Drawing.Size(68, 19);
            this.lblSottoConto.TabIndex = 20;
            this.lblSottoConto.Text = "Sotto Conto";
            // 
            // sottoconti
            // 
            this.sottoconti.DataSource = this.sottoContoDTOBindingSource;
            this.sottoconti.DisplayMember = "DescrizioneCompleta";
            this.sottoconti.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.sottoconti.Location = new System.Drawing.Point(73, 59);
            this.sottoconti.Name = "sottoconti";
            this.sottoconti.Size = new System.Drawing.Size(283, 21);
            this.sottoconti.TabIndex = 19;
            this.sottoconti.ValueMember = "ID";
            // 
            // sottoContoDTOBindingSource
            // 
            this.sottoContoDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.SottoContoDTO);
            // 
            // lblConto
            // 
            this.lblConto.Location = new System.Drawing.Point(3, 34);
            this.lblConto.Name = "lblConto";
            this.lblConto.Size = new System.Drawing.Size(58, 19);
            this.lblConto.TabIndex = 18;
            this.lblConto.Text = "Conto";
            // 
            // conti
            // 
            this.conti.DataSource = this.contoDTOBindingSource;
            this.conti.DisplayMember = "DescrizioneCompleta";
            this.conti.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.conti.Location = new System.Drawing.Point(73, 32);
            this.conti.Name = "conti";
            this.conti.Size = new System.Drawing.Size(283, 21);
            this.conti.TabIndex = 17;
            this.conti.ValueMember = "ID";
            this.conti.ValueChanged += new System.EventHandler(this.contiValueChanged);
            // 
            // contoDTOBindingSource
            // 
            this.contoDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.ContoDTO);
            // 
            // lblEsercizio
            // 
            this.lblEsercizio.Location = new System.Drawing.Point(449, 8);
            this.lblEsercizio.Name = "lblEsercizio";
            this.lblEsercizio.Size = new System.Drawing.Size(72, 19);
            this.lblEsercizio.TabIndex = 16;
            this.lblEsercizio.Text = "Esercizio";
            // 
            // esercizi
            // 
            appearance3.Image = global::Gipasoft.Stabili.UI.MovimentiContabili.MovimentiContabiliResources.clear;
            appearance3.ImageHAlign = Infragistics.Win.HAlign.Center;
            appearance3.ImageVAlign = Infragistics.Win.VAlign.Middle;
            editorButton2.Appearance = appearance3;
            editorButton2.Key = "clear";
            this.esercizi.ButtonsRight.Add(editorButton2);
            this.esercizi.DataSource = this.eserciziDTOBindingSource;
            this.esercizi.DisplayMember = "DisplayName";
            this.esercizi.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.esercizi.Location = new System.Drawing.Point(527, 5);
            this.esercizi.Name = "esercizi";
            this.esercizi.Size = new System.Drawing.Size(283, 21);
            this.esercizi.TabIndex = 15;
            this.esercizi.ValueMember = "ID";
            this.esercizi.ValueChanged += new System.EventHandler(this.eserciziValueChanged);
            this.esercizi.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.eserciziEditorButtonClick);
            // 
            // eserciziDTOBindingSource
            // 
            this.eserciziDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.EsercizioDTO);
            // 
            // btnRicerca
            // 
            this.btnRicerca.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnRicerca.Location = new System.Drawing.Point(70, 87);
            this.btnRicerca.Name = "btnRicerca";
            this.btnRicerca.Size = new System.Drawing.Size(75, 23);
            this.btnRicerca.TabIndex = 14;
            this.btnRicerca.Text = "Cerca";
            this.btnRicerca.Click += new System.EventHandler(this.btnRicercaClick);
            // 
            // sceltaCondominioCombo1
            // 
            this.sceltaCondominioCombo1.IdCondominioSelected = 0;
            this.sceltaCondominioCombo1.Location = new System.Drawing.Point(73, 5);
            this.sceltaCondominioCombo1.Name = "sceltaCondominioCombo1";
            this.sceltaCondominioCombo1.Size = new System.Drawing.Size(327, 21);
            this.sceltaCondominioCombo1.TabIndex = 3;
            // 
            // lblCondominio
            // 
            this.lblCondominio.Location = new System.Drawing.Point(3, 7);
            this.lblCondominio.Name = "lblCondominio";
            this.lblCondominio.Size = new System.Drawing.Size(68, 23);
            this.lblCondominio.TabIndex = 0;
            this.lblCondominio.Text = "Condominio";
            // 
            // 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.filtroGroup, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.listaMovimentiUC1, 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 = 2;
            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.Size = new System.Drawing.Size(848, 539);
            this.tableLayoutPanel1.TabIndex = 3;
            // 
            // listaMovimentiUC1
            // 
            this.listaMovimentiUC1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listaMovimentiUC1.Location = new System.Drawing.Point(3, 144);
            this.listaMovimentiUC1.Name = "listaMovimentiUC1";
            this.listaMovimentiUC1.Size = new System.Drawing.Size(842, 392);
            this.listaMovimentiUC1.TabIndex = 0;
            this.listaMovimentiUC1.Visible = false;
            // 
            // validatorEsercizioAnno
            // 
            this.validatorEsercizioAnno.ControlToValidate = this.annoGestionale;
            this.validatorEsercizioAnno.ErrorMessage = "Non è possibile selezionare contemporaneamente l\'esercizio e l\'anno gestionale";
            this.validatorEsercizioAnno.Icon = ((System.Drawing.Icon)(resources.GetObject("validatorEsercizioAnno.Icon")));
            this.validatorEsercizioAnno.Validating += new Gipasoft.Windows.Forms.CustomValidation.CustomValidator.ValidatingEventHandler(this.validatorEsercizioAnnoValidating);
            // 
            // reqCondominio
            // 
            this.reqCondominio.ControlToValidate = this.sceltaCondominioCombo1;
            this.reqCondominio.ErrorMessage = "Scegliere un condominio";
            this.reqCondominio.Icon = ((System.Drawing.Icon)(resources.GetObject("reqCondominio.Icon")));
            // 
            // MovimentiUC
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.tableLayoutPanel1);
            this.Name = "MovimentiUC";
            this.Size = new System.Drawing.Size(848, 539);
            this.Load += new System.EventHandler(this.movimentiUCLoad);
            ((System.ComponentModel.ISupportInitialize)(this.filtroGroup)).EndInit();
            this.filtroGroup.ResumeLayout(false);
            this.filtroGroupExpandable.ResumeLayout(false);
            this.filtroGroupExpandable.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.annoGestionale)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.annoGestionaleDTOBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.importoFinale)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.importoIniziale)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sottoconti)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sottoContoDTOBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.conti)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.contoDTOBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.esercizi)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.eserciziDTOBindingSource)).EndInit();
            this.tableLayoutPanel1.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Esempio n. 34
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
     this.label2            = new System.Windows.Forms.Label();
     this.label1            = new System.Windows.Forms.Label();
     this.txtiNum           = new System.Windows.Forms.TextBox();
     this.btnSubmit         = new System.Windows.Forms.Button();
     this.lblcInvCode       = new System.Windows.Forms.Label();
     this.label4            = new System.Windows.Forms.Label();
     this.lblcInvName       = new System.Windows.Forms.Label();
     this.label6            = new System.Windows.Forms.Label();
     this.label3            = new System.Windows.Forms.Label();
     this.uteiWeight        = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.spMain            = new System.IO.Ports.SerialPort(this.components);
     this.lblRquantity      = new System.Windows.Forms.Label();
     this.lblRemainQuantity = new System.Windows.Forms.Label();
     this.lblTheoryWeight   = new System.Windows.Forms.Label();
     this.label7            = new System.Windows.Forms.Label();
     this.lblcBoxFormat     = new System.Windows.Forms.Label();
     this.label8            = new System.Windows.Forms.Label();
     this.lblBoxNum         = new System.Windows.Forms.Label();
     this.lblcLotNo         = new System.Windows.Forms.TextBox();
     this.lblLotMgr         = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.uteiWeight)).BeginInit();
     this.SuspendLayout();
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.Location = new System.Drawing.Point(91, 149);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(87, 35);
     this.label2.TabIndex = 5;
     this.label2.Text     = "批号";
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.White;
     this.label1.Font      = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.ForeColor = System.Drawing.Color.Black;
     this.label1.Location  = new System.Drawing.Point(91, 251);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(87, 35);
     this.label1.TabIndex  = 6;
     this.label1.Text      = "数量";
     //
     // txtiNum
     //
     this.txtiNum.Font     = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtiNum.Location = new System.Drawing.Point(199, 245);
     this.txtiNum.Name     = "txtiNum";
     this.txtiNum.Size     = new System.Drawing.Size(341, 47);
     this.txtiNum.TabIndex = 0;
     this.txtiNum.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtiNum_KeyDown);
     //
     // btnSubmit
     //
     this.btnSubmit.AutoSize  = true;
     this.btnSubmit.BackColor = System.Drawing.Color.White;
     this.btnSubmit.Font      = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnSubmit.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnSubmit.Location  = new System.Drawing.Point(546, 297);
     this.btnSubmit.Name      = "btnSubmit";
     this.btnSubmit.Size      = new System.Drawing.Size(95, 45);
     this.btnSubmit.TabIndex  = 3;
     this.btnSubmit.Text      = "确定";
     this.btnSubmit.UseVisualStyleBackColor = false;
     this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click);
     //
     // lblcInvCode
     //
     this.lblcInvCode.AutoSize = true;
     this.lblcInvCode.Font     = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblcInvCode.Location = new System.Drawing.Point(199, 47);
     this.lblcInvCode.Name     = "lblcInvCode";
     this.lblcInvCode.Size     = new System.Drawing.Size(0, 35);
     this.lblcInvCode.TabIndex = 2;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label4.Location = new System.Drawing.Point(91, 47);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(87, 35);
     this.label4.TabIndex = 3;
     this.label4.Text     = "编码";
     //
     // lblcInvName
     //
     this.lblcInvName.AutoSize = true;
     this.lblcInvName.Font     = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblcInvName.Location = new System.Drawing.Point(199, 98);
     this.lblcInvName.Name     = "lblcInvName";
     this.lblcInvName.Size     = new System.Drawing.Size(0, 35);
     this.lblcInvName.TabIndex = 0;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font     = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label6.Location = new System.Drawing.Point(91, 98);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(87, 35);
     this.label6.TabIndex = 1;
     this.label6.Text     = "名称";
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.BackColor = System.Drawing.Color.White;
     this.label3.Font      = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label3.ForeColor = System.Drawing.Color.Black;
     this.label3.Location  = new System.Drawing.Point(91, 302);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(87, 35);
     this.label3.TabIndex  = 8;
     this.label3.Text      = "重量";
     //
     // uteiWeight
     //
     editorButton1.Text  = "手动录入";
     editorButton1.Width = 160;
     this.uteiWeight.ButtonsRight.Add(editorButton1);
     this.uteiWeight.Font        = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.uteiWeight.Location    = new System.Drawing.Point(199, 296);
     this.uteiWeight.MaskInput   = "nnnnnn.nn";
     this.uteiWeight.MaxValue    = 10000;
     this.uteiWeight.MinValue    = 0;
     this.uteiWeight.Name        = "uteiWeight";
     this.uteiWeight.Nullable    = true;
     this.uteiWeight.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Decimal;
     this.uteiWeight.Size        = new System.Drawing.Size(341, 43);
     this.uteiWeight.TabIndex    = 63;
     //
     // spMain
     //
     this.spMain.DataReceived += new System.IO.Ports.SerialDataReceivedEventHandler(this.spMain_DataReceived);
     //
     // lblRquantity
     //
     this.lblRquantity.AutoSize = true;
     this.lblRquantity.Font     = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblRquantity.Location = new System.Drawing.Point(199, 200);
     this.lblRquantity.Name     = "lblRquantity";
     this.lblRquantity.Size     = new System.Drawing.Size(0, 35);
     this.lblRquantity.TabIndex = 64;
     //
     // lblRemainQuantity
     //
     this.lblRemainQuantity.AutoSize = true;
     this.lblRemainQuantity.Font     = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblRemainQuantity.Location = new System.Drawing.Point(56, 200);
     this.lblRemainQuantity.Name     = "lblRemainQuantity";
     this.lblRemainQuantity.Size     = new System.Drawing.Size(123, 35);
     this.lblRemainQuantity.TabIndex = 65;
     this.lblRemainQuantity.Text     = "未拣量";
     //
     // lblTheoryWeight
     //
     this.lblTheoryWeight.AutoSize = true;
     this.lblTheoryWeight.Font     = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblTheoryWeight.Location = new System.Drawing.Point(560, 200);
     this.lblTheoryWeight.Name     = "lblTheoryWeight";
     this.lblTheoryWeight.Size     = new System.Drawing.Size(0, 35);
     this.lblTheoryWeight.TabIndex = 66;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font     = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label7.Location = new System.Drawing.Point(381, 200);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(159, 35);
     this.label7.TabIndex = 67;
     this.label7.Text     = "理论重量";
     //
     // lblcBoxFormat
     //
     this.lblcBoxFormat.AutoSize = true;
     this.lblcBoxFormat.Font     = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblcBoxFormat.Location = new System.Drawing.Point(560, 149);
     this.lblcBoxFormat.Name     = "lblcBoxFormat";
     this.lblcBoxFormat.Size     = new System.Drawing.Size(0, 35);
     this.lblcBoxFormat.TabIndex = 68;
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font     = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label8.Location = new System.Drawing.Point(453, 149);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(87, 35);
     this.label8.TabIndex = 69;
     this.label8.Text     = "箱规";
     //
     // lblBoxNum
     //
     this.lblBoxNum.AutoSize = true;
     this.lblBoxNum.Font     = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblBoxNum.Location = new System.Drawing.Point(560, 251);
     this.lblBoxNum.Name     = "lblBoxNum";
     this.lblBoxNum.Size     = new System.Drawing.Size(0, 35);
     this.lblBoxNum.TabIndex = 70;
     //
     // lblcLotNo
     //
     this.lblcLotNo.Font     = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Bold);
     this.lblcLotNo.Location = new System.Drawing.Point(184, 143);
     this.lblcLotNo.Name     = "lblcLotNo";
     this.lblcLotNo.Size     = new System.Drawing.Size(263, 47);
     this.lblcLotNo.TabIndex = 71;
     this.lblcLotNo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.lblcLotNo_KeyDown);
     //
     // lblLotMgr
     //
     this.lblLotMgr.AutoSize  = true;
     this.lblLotMgr.Font      = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Bold);
     this.lblLotMgr.ForeColor = System.Drawing.Color.Red;
     this.lblLotMgr.Location  = new System.Drawing.Point(569, 9);
     this.lblLotMgr.Name      = "lblLotMgr";
     this.lblLotMgr.Size      = new System.Drawing.Size(0, 35);
     this.lblLotMgr.TabIndex  = 72;
     //
     // PdaGetIntQuantity
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.AutoScroll          = true;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(804, 389);
     this.Controls.Add(this.lblLotMgr);
     this.Controls.Add(this.lblcLotNo);
     this.Controls.Add(this.lblBoxNum);
     this.Controls.Add(this.lblcBoxFormat);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.lblTheoryWeight);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.lblRquantity);
     this.Controls.Add(this.lblRemainQuantity);
     this.Controls.Add(this.uteiWeight);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.lblcInvName);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.lblcInvCode);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.txtiNum);
     this.Controls.Add(this.btnSubmit);
     this.Icon          = global::JWMSY.Properties.Resources.scanicon;
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "PdaGetIntQuantity";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
     this.Text          = "请输入数量";
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.PdaGetIntQuantity_FormClosing);
     this.Load         += new System.EventHandler(this.PdaGetQuantity_Load);
     ((System.ComponentModel.ISupportInitialize)(this.uteiWeight)).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();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WorkTrackProductLabelPrint));
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("ProductLabel", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AutoID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("cSerialNumber");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("cBarCode");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("iQuantity");
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("cDefine1");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("cDefine2");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("cDefine3");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("cDefine4");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn52 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("cMemo");
            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.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("ShiftDetail", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn68 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AutoID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn69 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("cSerialNumber");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn70 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("cInvCode");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn71 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("cInvName");
            Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn72 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("cInvStd");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn73 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("cFullName");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn74 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("iQuantity");
            Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn75 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FBatchNo");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn76 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FStockID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn77 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FStockNumber");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn78 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FStockName");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn79 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FStockPlaceNumber");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn80 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FStockPlaceName");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn81 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("cMemo");
            Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn82 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("dAddTime");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn83 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("cFitemID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn84 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FStockPlaceID");
            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.Appearance appearance18 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand3 = new Infragistics.Win.UltraWinGrid.UltraGridBand("BomDetail", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn56 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AutoID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn57 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BomID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn58 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("cInvCode");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn59 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("cInvName");
            Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn60 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("iQuantity");
            Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn61 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("cUnitID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn62 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("cUnitName");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn63 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("cInvStd");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn64 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("cFullName");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn65 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("cMemo");
            Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn66 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("dAddTime");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn67 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("cFitemID");
            Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand4 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FNumber");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FName");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FAddress");
            Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance37 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance38 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance39 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance41 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance44 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
            Infragistics.Win.Appearance appearance45 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance46 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand5 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("cFitemID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("cInvCode");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("cInvName");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn43 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("cInvStd");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn44 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("cFullName");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn45 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("cMemo");
            Infragistics.Win.Appearance appearance47 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance48 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance49 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance50 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance51 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance52 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance53 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance54 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance55 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance56 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance57 = new Infragistics.Win.Appearance();
            this.imageCollection1 = new DevExpress.Utils.ImageCollection(this.components);
            this.imageCollection2 = new DevExpress.Utils.ImageCollection(this.components);
            this.tabMain = new System.Windows.Forms.TabControl();
            this.tpLabel = new System.Windows.Forms.TabPage();
            this.uGridLabel = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.productLabelBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.dataInventory = new JWMSH.DLL.DataInventory();
            this.tsgfMain = new UpjdControlBox.ToolStripGridFunction();
            this.tabMaterial = new System.Windows.Forms.TabPage();
            this.uGridShiftDetail = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.shiftDetailBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.tabBomDetail = new System.Windows.Forms.TabPage();
            this.uGridRawMaterial = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.bomDetailBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.ugbxMain = new Infragistics.Win.Misc.UltraGroupBox();
            this.txtFBatchNo = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.txtcDept = new Infragistics.Win.UltraWinGrid.UltraCombo();
            this.label7 = new System.Windows.Forms.Label();
            this.dtpdDate = new System.Windows.Forms.DateTimePicker();
            this.label6 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.txtcOrderNumber = new System.Windows.Forms.TextBox();
            this.uneiQuantity = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.lblcOrderNumber = new System.Windows.Forms.Label();
            this.txtcMemo = new System.Windows.Forms.TextBox();
            this.备注 = new System.Windows.Forms.Label();
            this.txtcFullName = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.utecInvName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.txtcInvStd = new System.Windows.Forms.TextBox();
            this.label9 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.txtcInvCode = new Infragistics.Win.UltraWinGrid.UltraCombo();
            this.lblTitleMain = new JWMSH.UpjdControl.lblTitle();
            this.ribbon = new DevExpress.XtraBars.Ribbon.RibbonControl();
            this.bsiPrint = new DevExpress.XtraBars.BarSubItem();
            this.biPrint = new DevExpress.XtraBars.BarButtonItem();
            this.biPreview = new DevExpress.XtraBars.BarButtonItem();
            this.biDesign = new DevExpress.XtraBars.BarButtonItem();
            this.biExport = new DevExpress.XtraBars.BarButtonItem();
            this.biAddNew = new DevExpress.XtraBars.BarButtonItem();
            this.biExit = new DevExpress.XtraBars.BarButtonItem();
            this.biSave = new DevExpress.XtraBars.BarButtonItem();
            this.biEditTemplet = new DevExpress.XtraBars.BarButtonItem();
            this.bsiTemplet = new DevExpress.XtraBars.BarStaticItem();
            this.bsiPrinter = new DevExpress.XtraBars.BarStaticItem();
            this.biEditPrinter = new DevExpress.XtraBars.BarButtonItem();
            this.beiCopies = new DevExpress.XtraBars.BarEditItem();
            this.ribbonPage = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.rpgSystem = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.rpgExport = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.rpgNew = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.rpgTemplet = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.rpgPrinter = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.shiftDetailTableAdapter = new JWMSH.DLL.DataInventoryTableAdapters.ShiftDetailTableAdapter();
            this.bomDetailTableAdapter = new JWMSH.DLL.DataInventoryTableAdapters.BomDetailTableAdapter();
            this.productLabelTableAdapter = new JWMSH.DLL.DataInventoryTableAdapters.ProductLabelTableAdapter();
            ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.imageCollection2)).BeginInit();
            this.tabMain.SuspendLayout();
            this.tpLabel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.uGridLabel)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.productLabelBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataInventory)).BeginInit();
            this.tabMaterial.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.uGridShiftDetail)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.shiftDetailBindingSource)).BeginInit();
            this.tabBomDetail.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.uGridRawMaterial)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bomDetailBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ugbxMain)).BeginInit();
            this.ugbxMain.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtcDept)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneiQuantity)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.utecInvName)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtcInvCode)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit();
            this.SuspendLayout();
            // 
            // imageCollection1
            // 
            this.imageCollection1.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection1.ImageStream")));
            this.imageCollection1.InsertImage(global::JWMSH.Properties.Resources.design, "design", typeof(global::JWMSH.Properties.Resources), 0);
            this.imageCollection1.Images.SetKeyName(0, "design");
            this.imageCollection1.InsertImage(global::JWMSH.Properties.Resources.preview, "preview", typeof(global::JWMSH.Properties.Resources), 1);
            this.imageCollection1.Images.SetKeyName(1, "preview");
            this.imageCollection1.InsertImage(global::JWMSH.Properties.Resources.print, "print", typeof(global::JWMSH.Properties.Resources), 2);
            this.imageCollection1.Images.SetKeyName(2, "print");
            // 
            // imageCollection2
            // 
            this.imageCollection2.ImageSize = new System.Drawing.Size(32, 32);
            this.imageCollection2.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection2.ImageStream")));
            this.imageCollection2.InsertImage(global::JWMSH.Properties.Resources.abandon, "abandon", typeof(global::JWMSH.Properties.Resources), 0);
            this.imageCollection2.Images.SetKeyName(0, "abandon");
            this.imageCollection2.InsertImage(global::JWMSH.Properties.Resources.add, "add", typeof(global::JWMSH.Properties.Resources), 1);
            this.imageCollection2.Images.SetKeyName(1, "add");
            this.imageCollection2.InsertImage(global::JWMSH.Properties.Resources.edit, "edit", typeof(global::JWMSH.Properties.Resources), 2);
            this.imageCollection2.Images.SetKeyName(2, "edit");
            this.imageCollection2.InsertImage(global::JWMSH.Properties.Resources.examin, "examin", typeof(global::JWMSH.Properties.Resources), 3);
            this.imageCollection2.Images.SetKeyName(3, "examin");
            this.imageCollection2.InsertImage(global::JWMSH.Properties.Resources.exit, "exit", typeof(global::JWMSH.Properties.Resources), 4);
            this.imageCollection2.Images.SetKeyName(4, "exit");
            this.imageCollection2.InsertImage(global::JWMSH.Properties.Resources.ExportDialog, "ExportDialog", typeof(global::JWMSH.Properties.Resources), 5);
            this.imageCollection2.Images.SetKeyName(5, "ExportDialog");
            this.imageCollection2.InsertImage(global::JWMSH.Properties.Resources.giveup, "giveup", typeof(global::JWMSH.Properties.Resources), 6);
            this.imageCollection2.Images.SetKeyName(6, "giveup");
            this.imageCollection2.InsertImage(global::JWMSH.Properties.Resources.printDialog, "printDialog", typeof(global::JWMSH.Properties.Resources), 7);
            this.imageCollection2.Images.SetKeyName(7, "printDialog");
            this.imageCollection2.InsertImage(global::JWMSH.Properties.Resources.save, "save", typeof(global::JWMSH.Properties.Resources), 8);
            this.imageCollection2.Images.SetKeyName(8, "save");
            this.imageCollection2.InsertImage(global::JWMSH.Properties.Resources.delete1, "delete1", typeof(global::JWMSH.Properties.Resources), 9);
            this.imageCollection2.Images.SetKeyName(9, "delete1");
            // 
            // tabMain
            // 
            this.tabMain.Controls.Add(this.tpLabel);
            this.tabMain.Controls.Add(this.tabMaterial);
            this.tabMain.Controls.Add(this.tabBomDetail);
            this.tabMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabMain.Location = new System.Drawing.Point(0, 295);
            this.tabMain.Name = "tabMain";
            this.tabMain.SelectedIndex = 0;
            this.tabMain.Size = new System.Drawing.Size(984, 267);
            this.tabMain.TabIndex = 65;
            // 
            // tpLabel
            // 
            this.tpLabel.Controls.Add(this.uGridLabel);
            this.tpLabel.Controls.Add(this.tsgfMain);
            this.tpLabel.Location = new System.Drawing.Point(4, 22);
            this.tpLabel.Name = "tpLabel";
            this.tpLabel.Padding = new System.Windows.Forms.Padding(3);
            this.tpLabel.Size = new System.Drawing.Size(976, 241);
            this.tpLabel.TabIndex = 2;
            this.tpLabel.Text = "关联标签记录表";
            this.tpLabel.UseVisualStyleBackColor = true;
            // 
            // uGridLabel
            // 
            this.uGridLabel.DataSource = this.productLabelBindingSource;
            appearance1.BackColor = System.Drawing.Color.White;
            this.uGridLabel.DisplayLayout.Appearance = appearance1;
            ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn2.Header.VisiblePosition = 0;
            ultraGridColumn2.Hidden = true;
            ultraGridColumn12.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn12.Header.VisiblePosition = 1;
            ultraGridColumn12.Hidden = true;
            ultraGridColumn1.Header.Caption = "条码号";
            ultraGridColumn1.Header.VisiblePosition = 2;
            ultraGridColumn1.Width = 173;
            appearance2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            ultraGridColumn21.CellAppearance = appearance2;
            ultraGridColumn21.Header.Caption = "包装数量";
            ultraGridColumn21.Header.VisiblePosition = 3;
            ultraGridColumn21.MaskInput = "nnnnn";
            ultraGridColumn21.Width = 210;
            ultraGridColumn3.Header.VisiblePosition = 5;
            ultraGridColumn3.Hidden = true;
            ultraGridColumn6.Header.VisiblePosition = 6;
            ultraGridColumn6.Hidden = true;
            ultraGridColumn7.Header.VisiblePosition = 7;
            ultraGridColumn7.Hidden = true;
            ultraGridColumn8.Header.VisiblePosition = 8;
            ultraGridColumn8.Hidden = true;
            ultraGridColumn52.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            appearance3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            ultraGridColumn52.CellAppearance = appearance3;
            ultraGridColumn52.Header.Caption = "备注";
            ultraGridColumn52.Header.VisiblePosition = 4;
            ultraGridColumn52.Width = 208;
            ultraGridBand1.Columns.AddRange(new object[] {
            ultraGridColumn2,
            ultraGridColumn12,
            ultraGridColumn1,
            ultraGridColumn21,
            ultraGridColumn3,
            ultraGridColumn6,
            ultraGridColumn7,
            ultraGridColumn8,
            ultraGridColumn52});
            this.uGridLabel.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
            this.uGridLabel.DisplayLayout.GroupByBox.Prompt = "如需按照某个列进行分类汇总请把列名拖动到此处";
            this.uGridLabel.DisplayLayout.MaxColScrollRegions = 1;
            this.uGridLabel.DisplayLayout.MaxRowScrollRegions = 1;
            appearance4.BackColor = System.Drawing.Color.Transparent;
            this.uGridLabel.DisplayLayout.Override.CardAreaAppearance = appearance4;
            this.uGridLabel.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
            this.uGridLabel.DisplayLayout.Override.CellPadding = 3;
            appearance5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(249)))));
            appearance5.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(167)))), ((int)(((byte)(191)))));
            appearance5.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance5.TextHAlignAsString = "Center";
            appearance5.TextVAlignAsString = "Middle";
            appearance5.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
            this.uGridLabel.DisplayLayout.Override.HeaderAppearance = appearance5;
            this.uGridLabel.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.Select;
            appearance6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.uGridLabel.DisplayLayout.Override.RowAlternateAppearance = appearance6;
            appearance7.BorderColor = System.Drawing.Color.Black;
            appearance7.TextHAlignAsString = "Right";
            appearance7.TextVAlignAsString = "Middle";
            this.uGridLabel.DisplayLayout.Override.RowAppearance = appearance7;
            appearance8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(167)))), ((int)(((byte)(191)))));
            appearance8.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(249)))));
            appearance8.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            this.uGridLabel.DisplayLayout.Override.RowSelectorAppearance = appearance8;
            appearance9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(167)))), ((int)(((byte)(191)))));
            appearance9.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(249)))));
            appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            this.uGridLabel.DisplayLayout.Override.RowSelectorHeaderAppearance = appearance9;
            this.uGridLabel.DisplayLayout.Override.RowSelectorHeaderStyle = Infragistics.Win.UltraWinGrid.RowSelectorHeaderStyle.ColumnChooserButton;
            this.uGridLabel.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
            this.uGridLabel.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
            this.uGridLabel.DisplayLayout.Override.RowSelectorWidth = 40;
            appearance10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(167)))), ((int)(((byte)(191)))));
            appearance10.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(249)))));
            appearance10.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance10.BorderColor = System.Drawing.Color.Black;
            appearance10.ForeColor = System.Drawing.Color.Black;
            this.uGridLabel.DisplayLayout.Override.SelectedRowAppearance = appearance10;
            this.uGridLabel.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.None;
            this.uGridLabel.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
            this.uGridLabel.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
            this.uGridLabel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uGridLabel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.uGridLabel.Location = new System.Drawing.Point(3, 28);
            this.uGridLabel.Name = "uGridLabel";
            this.uGridLabel.Size = new System.Drawing.Size(970, 210);
            this.uGridLabel.TabIndex = 36;
            this.uGridLabel.UpdateMode = Infragistics.Win.UltraWinGrid.UpdateMode.OnCellChangeOrLostFocus;
            // 
            // productLabelBindingSource
            // 
            this.productLabelBindingSource.DataMember = "ProductLabel";
            this.productLabelBindingSource.DataSource = this.dataInventory;
            // 
            // dataInventory
            // 
            this.dataInventory.DataSetName = "DataInventory";
            this.dataInventory.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // tsgfMain
            // 
            this.tsgfMain.Constr = null;
            this.tsgfMain.Dock = System.Windows.Forms.DockStyle.Top;
            this.tsgfMain.FormId = null;
            this.tsgfMain.FormName = null;
            this.tsgfMain.Location = new System.Drawing.Point(3, 3);
            this.tsgfMain.Name = "tsgfMain";
            this.tsgfMain.Size = new System.Drawing.Size(970, 25);
            this.tsgfMain.TabIndex = 37;
            this.tsgfMain.UGrid = null;
            // 
            // tabMaterial
            // 
            this.tabMaterial.Controls.Add(this.uGridShiftDetail);
            this.tabMaterial.Location = new System.Drawing.Point(4, 22);
            this.tabMaterial.Name = "tabMaterial";
            this.tabMaterial.Padding = new System.Windows.Forms.Padding(3);
            this.tabMaterial.Size = new System.Drawing.Size(976, 241);
            this.tabMaterial.TabIndex = 0;
            this.tabMaterial.Text = "实际用料表";
            this.tabMaterial.UseVisualStyleBackColor = true;
            // 
            // uGridShiftDetail
            // 
            this.uGridShiftDetail.DataSource = this.shiftDetailBindingSource;
            appearance11.BackColor = System.Drawing.Color.White;
            this.uGridShiftDetail.DisplayLayout.Appearance = appearance11;
            ultraGridColumn68.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn68.Header.VisiblePosition = 0;
            ultraGridColumn68.Hidden = true;
            ultraGridColumn69.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn69.Header.VisiblePosition = 1;
            ultraGridColumn69.Hidden = true;
            ultraGridColumn70.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn70.Header.Caption = "子件编码";
            ultraGridColumn70.Header.VisiblePosition = 2;
            ultraGridColumn70.Width = 77;
            ultraGridColumn71.ButtonDisplayStyle = Infragistics.Win.UltraWinGrid.ButtonDisplayStyle.Always;
            ultraGridColumn71.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            appearance12.Image = global::JWMSH.Properties.Resources.keepbusinessrecords;
            ultraGridColumn71.CellButtonAppearance = appearance12;
            ultraGridColumn71.Header.Caption = "子件名称";
            ultraGridColumn71.Header.VisiblePosition = 3;
            ultraGridColumn71.Width = 132;
            ultraGridColumn72.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn72.Header.Caption = "子件规格";
            ultraGridColumn72.Header.VisiblePosition = 12;
            ultraGridColumn72.Width = 104;
            ultraGridColumn73.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn73.Header.Caption = "子件全称";
            ultraGridColumn73.Header.VisiblePosition = 13;
            ultraGridColumn73.Width = 223;
            ultraGridColumn74.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            appearance13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            ultraGridColumn74.CellAppearance = appearance13;
            ultraGridColumn74.Header.Caption = "数量";
            ultraGridColumn74.Header.VisiblePosition = 4;
            ultraGridColumn74.MaskInput = "nnnnn.nnnn";
            ultraGridColumn75.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn75.Header.Caption = "批次";
            ultraGridColumn75.Header.VisiblePosition = 5;
            ultraGridColumn76.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn76.Header.Caption = "仓库ID";
            ultraGridColumn76.Header.VisiblePosition = 6;
            ultraGridColumn76.Hidden = true;
            ultraGridColumn77.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn77.Header.Caption = "仓库编码";
            ultraGridColumn77.Header.VisiblePosition = 7;
            ultraGridColumn77.Width = 122;
            ultraGridColumn78.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn78.Header.Caption = "仓库名称";
            ultraGridColumn78.Header.VisiblePosition = 8;
            ultraGridColumn79.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn79.Header.Caption = "仓位编码";
            ultraGridColumn79.Header.VisiblePosition = 9;
            ultraGridColumn80.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn80.Header.Caption = "仓位名称";
            ultraGridColumn80.Header.VisiblePosition = 10;
            ultraGridColumn81.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            appearance14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            ultraGridColumn81.CellAppearance = appearance14;
            ultraGridColumn81.Header.Caption = "备注";
            ultraGridColumn81.Header.VisiblePosition = 11;
            ultraGridColumn81.Width = 163;
            ultraGridColumn82.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn82.Header.Caption = "添加时间";
            ultraGridColumn82.Header.VisiblePosition = 14;
            ultraGridColumn83.Header.VisiblePosition = 15;
            ultraGridColumn84.Header.VisiblePosition = 16;
            ultraGridBand2.Columns.AddRange(new object[] {
            ultraGridColumn68,
            ultraGridColumn69,
            ultraGridColumn70,
            ultraGridColumn71,
            ultraGridColumn72,
            ultraGridColumn73,
            ultraGridColumn74,
            ultraGridColumn75,
            ultraGridColumn76,
            ultraGridColumn77,
            ultraGridColumn78,
            ultraGridColumn79,
            ultraGridColumn80,
            ultraGridColumn81,
            ultraGridColumn82,
            ultraGridColumn83,
            ultraGridColumn84});
            this.uGridShiftDetail.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
            this.uGridShiftDetail.DisplayLayout.GroupByBox.Prompt = "如需按照某个列进行分类汇总请把列名拖动到此处";
            this.uGridShiftDetail.DisplayLayout.MaxColScrollRegions = 1;
            this.uGridShiftDetail.DisplayLayout.MaxRowScrollRegions = 1;
            appearance15.BackColor = System.Drawing.Color.Transparent;
            this.uGridShiftDetail.DisplayLayout.Override.CardAreaAppearance = appearance15;
            this.uGridShiftDetail.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
            this.uGridShiftDetail.DisplayLayout.Override.CellPadding = 3;
            appearance16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(249)))));
            appearance16.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(167)))), ((int)(((byte)(191)))));
            appearance16.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance16.TextHAlignAsString = "Center";
            appearance16.TextVAlignAsString = "Middle";
            appearance16.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
            this.uGridShiftDetail.DisplayLayout.Override.HeaderAppearance = appearance16;
            this.uGridShiftDetail.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.Select;
            appearance17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.uGridShiftDetail.DisplayLayout.Override.RowAlternateAppearance = appearance17;
            appearance18.BorderColor = System.Drawing.Color.Black;
            appearance18.TextHAlignAsString = "Right";
            appearance18.TextVAlignAsString = "Middle";
            this.uGridShiftDetail.DisplayLayout.Override.RowAppearance = appearance18;
            appearance19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(167)))), ((int)(((byte)(191)))));
            appearance19.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(249)))));
            appearance19.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            this.uGridShiftDetail.DisplayLayout.Override.RowSelectorAppearance = appearance19;
            appearance20.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(167)))), ((int)(((byte)(191)))));
            appearance20.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(249)))));
            appearance20.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            this.uGridShiftDetail.DisplayLayout.Override.RowSelectorHeaderAppearance = appearance20;
            this.uGridShiftDetail.DisplayLayout.Override.RowSelectorHeaderStyle = Infragistics.Win.UltraWinGrid.RowSelectorHeaderStyle.ColumnChooserButton;
            this.uGridShiftDetail.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
            this.uGridShiftDetail.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
            this.uGridShiftDetail.DisplayLayout.Override.RowSelectorWidth = 40;
            appearance21.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(167)))), ((int)(((byte)(191)))));
            appearance21.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(249)))));
            appearance21.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance21.BorderColor = System.Drawing.Color.Black;
            appearance21.ForeColor = System.Drawing.Color.Black;
            this.uGridShiftDetail.DisplayLayout.Override.SelectedRowAppearance = appearance21;
            this.uGridShiftDetail.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.None;
            this.uGridShiftDetail.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
            this.uGridShiftDetail.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
            this.uGridShiftDetail.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uGridShiftDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.uGridShiftDetail.Location = new System.Drawing.Point(3, 3);
            this.uGridShiftDetail.Name = "uGridShiftDetail";
            this.uGridShiftDetail.Size = new System.Drawing.Size(970, 235);
            this.uGridShiftDetail.TabIndex = 35;
            this.uGridShiftDetail.UpdateMode = Infragistics.Win.UltraWinGrid.UpdateMode.OnCellChangeOrLostFocus;
            // 
            // shiftDetailBindingSource
            // 
            this.shiftDetailBindingSource.DataMember = "ShiftDetail";
            this.shiftDetailBindingSource.DataSource = this.dataInventory;
            // 
            // tabBomDetail
            // 
            this.tabBomDetail.Controls.Add(this.uGridRawMaterial);
            this.tabBomDetail.Location = new System.Drawing.Point(4, 22);
            this.tabBomDetail.Name = "tabBomDetail";
            this.tabBomDetail.Padding = new System.Windows.Forms.Padding(3);
            this.tabBomDetail.Size = new System.Drawing.Size(976, 241);
            this.tabBomDetail.TabIndex = 1;
            this.tabBomDetail.Text = "Bom明细表";
            this.tabBomDetail.UseVisualStyleBackColor = true;
            // 
            // uGridRawMaterial
            // 
            this.uGridRawMaterial.DataSource = this.bomDetailBindingSource;
            appearance22.BackColor = System.Drawing.Color.White;
            this.uGridRawMaterial.DisplayLayout.Appearance = appearance22;
            ultraGridColumn56.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn56.Header.VisiblePosition = 0;
            ultraGridColumn56.Hidden = true;
            ultraGridColumn57.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn57.Header.VisiblePosition = 1;
            ultraGridColumn57.Hidden = true;
            ultraGridColumn58.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn58.Header.Caption = "子件编码";
            ultraGridColumn58.Header.VisiblePosition = 2;
            ultraGridColumn58.Width = 77;
            ultraGridColumn59.ButtonDisplayStyle = Infragistics.Win.UltraWinGrid.ButtonDisplayStyle.Always;
            ultraGridColumn59.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            appearance23.Image = global::JWMSH.Properties.Resources.keepbusinessrecords;
            ultraGridColumn59.CellButtonAppearance = appearance23;
            ultraGridColumn59.Header.Caption = "子件名称";
            ultraGridColumn59.Header.VisiblePosition = 3;
            ultraGridColumn59.Width = 132;
            appearance24.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            ultraGridColumn60.CellAppearance = appearance24;
            ultraGridColumn60.Header.Caption = "数量";
            ultraGridColumn60.Header.VisiblePosition = 4;
            ultraGridColumn60.MaskInput = "nnnnn.nnnn";
            ultraGridColumn61.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn61.Header.Caption = "计量单位编码";
            ultraGridColumn61.Header.VisiblePosition = 7;
            ultraGridColumn61.Width = 98;
            ultraGridColumn62.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn62.Header.Caption = "计量单位名称";
            ultraGridColumn62.Header.VisiblePosition = 9;
            ultraGridColumn62.Width = 106;
            ultraGridColumn63.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn63.Header.Caption = "子件规格";
            ultraGridColumn63.Header.VisiblePosition = 8;
            ultraGridColumn63.Width = 104;
            ultraGridColumn64.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn64.Header.Caption = "子件全称";
            ultraGridColumn64.Header.VisiblePosition = 6;
            ultraGridColumn64.Width = 223;
            appearance25.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            ultraGridColumn65.CellAppearance = appearance25;
            ultraGridColumn65.Header.Caption = "备注";
            ultraGridColumn65.Header.VisiblePosition = 5;
            ultraGridColumn65.Width = 163;
            ultraGridColumn66.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn66.Header.Caption = "添加时间";
            ultraGridColumn66.Header.VisiblePosition = 10;
            ultraGridColumn67.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn67.Header.VisiblePosition = 11;
            ultraGridColumn67.Hidden = true;
            ultraGridBand3.Columns.AddRange(new object[] {
            ultraGridColumn56,
            ultraGridColumn57,
            ultraGridColumn58,
            ultraGridColumn59,
            ultraGridColumn60,
            ultraGridColumn61,
            ultraGridColumn62,
            ultraGridColumn63,
            ultraGridColumn64,
            ultraGridColumn65,
            ultraGridColumn66,
            ultraGridColumn67});
            this.uGridRawMaterial.DisplayLayout.BandsSerializer.Add(ultraGridBand3);
            this.uGridRawMaterial.DisplayLayout.GroupByBox.Prompt = "如需按照某个列进行分类汇总请把列名拖动到此处";
            this.uGridRawMaterial.DisplayLayout.MaxColScrollRegions = 1;
            this.uGridRawMaterial.DisplayLayout.MaxRowScrollRegions = 1;
            appearance26.BackColor = System.Drawing.Color.Transparent;
            this.uGridRawMaterial.DisplayLayout.Override.CardAreaAppearance = appearance26;
            this.uGridRawMaterial.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
            this.uGridRawMaterial.DisplayLayout.Override.CellPadding = 3;
            appearance27.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(249)))));
            appearance27.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(167)))), ((int)(((byte)(191)))));
            appearance27.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance27.TextHAlignAsString = "Center";
            appearance27.TextVAlignAsString = "Middle";
            appearance27.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
            this.uGridRawMaterial.DisplayLayout.Override.HeaderAppearance = appearance27;
            this.uGridRawMaterial.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.Select;
            appearance28.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.uGridRawMaterial.DisplayLayout.Override.RowAlternateAppearance = appearance28;
            appearance29.BorderColor = System.Drawing.Color.Black;
            appearance29.TextHAlignAsString = "Right";
            appearance29.TextVAlignAsString = "Middle";
            this.uGridRawMaterial.DisplayLayout.Override.RowAppearance = appearance29;
            appearance30.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(167)))), ((int)(((byte)(191)))));
            appearance30.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(249)))));
            appearance30.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            this.uGridRawMaterial.DisplayLayout.Override.RowSelectorAppearance = appearance30;
            appearance31.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(167)))), ((int)(((byte)(191)))));
            appearance31.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(249)))));
            appearance31.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            this.uGridRawMaterial.DisplayLayout.Override.RowSelectorHeaderAppearance = appearance31;
            this.uGridRawMaterial.DisplayLayout.Override.RowSelectorHeaderStyle = Infragistics.Win.UltraWinGrid.RowSelectorHeaderStyle.ColumnChooserButton;
            this.uGridRawMaterial.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
            this.uGridRawMaterial.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
            this.uGridRawMaterial.DisplayLayout.Override.RowSelectorWidth = 40;
            appearance32.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(167)))), ((int)(((byte)(191)))));
            appearance32.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(249)))));
            appearance32.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance32.BorderColor = System.Drawing.Color.Black;
            appearance32.ForeColor = System.Drawing.Color.Black;
            this.uGridRawMaterial.DisplayLayout.Override.SelectedRowAppearance = appearance32;
            this.uGridRawMaterial.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.None;
            this.uGridRawMaterial.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
            this.uGridRawMaterial.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
            this.uGridRawMaterial.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uGridRawMaterial.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.uGridRawMaterial.Location = new System.Drawing.Point(3, 3);
            this.uGridRawMaterial.Name = "uGridRawMaterial";
            this.uGridRawMaterial.Size = new System.Drawing.Size(970, 235);
            this.uGridRawMaterial.TabIndex = 34;
            this.uGridRawMaterial.UpdateMode = Infragistics.Win.UltraWinGrid.UpdateMode.OnCellChangeOrLostFocus;
            // 
            // bomDetailBindingSource
            // 
            this.bomDetailBindingSource.DataMember = "BomDetail";
            this.bomDetailBindingSource.DataSource = this.dataInventory;
            // 
            // ugbxMain
            // 
            this.ugbxMain.Controls.Add(this.txtFBatchNo);
            this.ugbxMain.Controls.Add(this.label4);
            this.ugbxMain.Controls.Add(this.txtcDept);
            this.ugbxMain.Controls.Add(this.label7);
            this.ugbxMain.Controls.Add(this.dtpdDate);
            this.ugbxMain.Controls.Add(this.label6);
            this.ugbxMain.Controls.Add(this.label3);
            this.ugbxMain.Controls.Add(this.txtcOrderNumber);
            this.ugbxMain.Controls.Add(this.uneiQuantity);
            this.ugbxMain.Controls.Add(this.lblcOrderNumber);
            this.ugbxMain.Controls.Add(this.txtcMemo);
            this.ugbxMain.Controls.Add(this.备注);
            this.ugbxMain.Controls.Add(this.txtcFullName);
            this.ugbxMain.Controls.Add(this.label5);
            this.ugbxMain.Controls.Add(this.utecInvName);
            this.ugbxMain.Controls.Add(this.txtcInvStd);
            this.ugbxMain.Controls.Add(this.label9);
            this.ugbxMain.Controls.Add(this.label2);
            this.ugbxMain.Controls.Add(this.label1);
            this.ugbxMain.Controls.Add(this.txtcInvCode);
            this.ugbxMain.Dock = System.Windows.Forms.DockStyle.Top;
            this.ugbxMain.Location = new System.Drawing.Point(0, 133);
            this.ugbxMain.Name = "ugbxMain";
            this.ugbxMain.Size = new System.Drawing.Size(984, 162);
            this.ugbxMain.TabIndex = 64;
            // 
            // txtFBatchNo
            // 
            this.txtFBatchNo.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.txtFBatchNo.Enabled = false;
            this.txtFBatchNo.Location = new System.Drawing.Point(447, 74);
            this.txtFBatchNo.Name = "txtFBatchNo";
            this.txtFBatchNo.Size = new System.Drawing.Size(191, 21);
            this.txtFBatchNo.TabIndex = 81;
            // 
            // label4
            // 
            this.label4.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(390, 78);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(53, 12);
            this.label4.TabIndex = 80;
            this.label4.Text = "生产批号";
            // 
            // txtcDept
            // 
            this.txtcDept.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.txtcDept.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Suggest;
            this.txtcDept.AutoSuggestFilterMode = Infragistics.Win.AutoSuggestFilterMode.Contains;
            appearance33.BackColor = System.Drawing.SystemColors.Window;
            appearance33.BorderColor = System.Drawing.SystemColors.InactiveCaption;
            this.txtcDept.DisplayLayout.Appearance = appearance33;
            ultraGridColumn4.Header.Caption = "编码";
            ultraGridColumn4.Header.VisiblePosition = 0;
            ultraGridColumn5.Header.Caption = "名称";
            ultraGridColumn5.Header.VisiblePosition = 1;
            ultraGridColumn15.Header.Caption = "地址";
            ultraGridColumn15.Header.VisiblePosition = 2;
            ultraGridBand4.Columns.AddRange(new object[] {
            ultraGridColumn4,
            ultraGridColumn5,
            ultraGridColumn15});
            this.txtcDept.DisplayLayout.BandsSerializer.Add(ultraGridBand4);
            this.txtcDept.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            this.txtcDept.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
            appearance34.BackColor = System.Drawing.SystemColors.ActiveBorder;
            appearance34.BackColor2 = System.Drawing.SystemColors.ControlDark;
            appearance34.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance34.BorderColor = System.Drawing.SystemColors.Window;
            this.txtcDept.DisplayLayout.GroupByBox.Appearance = appearance34;
            appearance35.ForeColor = System.Drawing.SystemColors.GrayText;
            this.txtcDept.DisplayLayout.GroupByBox.BandLabelAppearance = appearance35;
            this.txtcDept.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            appearance36.BackColor = System.Drawing.SystemColors.ControlLightLight;
            appearance36.BackColor2 = System.Drawing.SystemColors.Control;
            appearance36.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
            appearance36.ForeColor = System.Drawing.SystemColors.GrayText;
            this.txtcDept.DisplayLayout.GroupByBox.PromptAppearance = appearance36;
            this.txtcDept.DisplayLayout.MaxColScrollRegions = 1;
            this.txtcDept.DisplayLayout.MaxRowScrollRegions = 1;
            appearance37.BackColor = System.Drawing.SystemColors.Window;
            appearance37.ForeColor = System.Drawing.SystemColors.ControlText;
            this.txtcDept.DisplayLayout.Override.ActiveCellAppearance = appearance37;
            appearance38.BackColor = System.Drawing.SystemColors.Highlight;
            appearance38.ForeColor = System.Drawing.SystemColors.HighlightText;
            this.txtcDept.DisplayLayout.Override.ActiveRowAppearance = appearance38;
            this.txtcDept.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
            this.txtcDept.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
            appearance39.BackColor = System.Drawing.SystemColors.Window;
            this.txtcDept.DisplayLayout.Override.CardAreaAppearance = appearance39;
            appearance40.BorderColor = System.Drawing.Color.Silver;
            appearance40.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
            this.txtcDept.DisplayLayout.Override.CellAppearance = appearance40;
            this.txtcDept.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
            this.txtcDept.DisplayLayout.Override.CellPadding = 0;
            appearance41.BackColor = System.Drawing.SystemColors.Control;
            appearance41.BackColor2 = System.Drawing.SystemColors.ControlDark;
            appearance41.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
            appearance41.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
            appearance41.BorderColor = System.Drawing.SystemColors.Window;
            this.txtcDept.DisplayLayout.Override.GroupByRowAppearance = appearance41;
            appearance42.TextHAlignAsString = "Left";
            this.txtcDept.DisplayLayout.Override.HeaderAppearance = appearance42;
            this.txtcDept.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
            this.txtcDept.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
            appearance43.BackColor = System.Drawing.SystemColors.Window;
            appearance43.BorderColor = System.Drawing.Color.Silver;
            this.txtcDept.DisplayLayout.Override.RowAppearance = appearance43;
            this.txtcDept.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
            appearance44.BackColor = System.Drawing.SystemColors.ControlLight;
            this.txtcDept.DisplayLayout.Override.TemplateAddRowAppearance = appearance44;
            this.txtcDept.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
            this.txtcDept.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
            this.txtcDept.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
            this.txtcDept.DisplayMember = "FName";
            this.txtcDept.Enabled = false;
            this.txtcDept.Location = new System.Drawing.Point(753, 43);
            this.txtcDept.Name = "txtcDept";
            this.txtcDept.Size = new System.Drawing.Size(149, 22);
            this.txtcDept.TabIndex = 77;
            this.txtcDept.ValueMember = "FName";
            // 
            // label7
            // 
            this.label7.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(721, 48);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(29, 12);
            this.label7.TabIndex = 76;
            this.label7.Text = "部门";
            // 
            // dtpdDate
            // 
            this.dtpdDate.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.dtpdDate.Checked = false;
            this.dtpdDate.Enabled = false;
            this.dtpdDate.Location = new System.Drawing.Point(447, 44);
            this.dtpdDate.Name = "dtpdDate";
            this.dtpdDate.ShowCheckBox = true;
            this.dtpdDate.Size = new System.Drawing.Size(194, 21);
            this.dtpdDate.TabIndex = 75;
            // 
            // label6
            // 
            this.label6.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(390, 48);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(53, 12);
            this.label6.TabIndex = 74;
            this.label6.Text = "生产日期";
            // 
            // label3
            // 
            this.label3.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(673, 18);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(77, 12);
            this.label3.TabIndex = 73;
            this.label3.Text = "班次计划数量";
            // 
            // txtcOrderNumber
            // 
            this.txtcOrderNumber.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.txtcOrderNumber.Enabled = false;
            this.txtcOrderNumber.Location = new System.Drawing.Point(447, 14);
            this.txtcOrderNumber.Name = "txtcOrderNumber";
            this.txtcOrderNumber.Size = new System.Drawing.Size(191, 21);
            this.txtcOrderNumber.TabIndex = 72;
            // 
            // uneiQuantity
            // 
            this.uneiQuantity.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.uneiQuantity.Enabled = false;
            this.uneiQuantity.Location = new System.Drawing.Point(753, 14);
            this.uneiQuantity.MaskInput = "nnnnnnnnn";
            this.uneiQuantity.MaxValue = 100000000D;
            this.uneiQuantity.MinValue = 0;
            this.uneiQuantity.Name = "uneiQuantity";
            this.uneiQuantity.Size = new System.Drawing.Size(149, 21);
            this.uneiQuantity.TabIndex = 71;
            // 
            // lblcOrderNumber
            // 
            this.lblcOrderNumber.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.lblcOrderNumber.AutoSize = true;
            this.lblcOrderNumber.Location = new System.Drawing.Point(378, 18);
            this.lblcOrderNumber.Name = "lblcOrderNumber";
            this.lblcOrderNumber.Size = new System.Drawing.Size(65, 12);
            this.lblcOrderNumber.TabIndex = 70;
            this.lblcOrderNumber.Text = "客户订单号";
            // 
            // txtcMemo
            // 
            this.txtcMemo.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.txtcMemo.Enabled = false;
            this.txtcMemo.Location = new System.Drawing.Point(151, 108);
            this.txtcMemo.Name = "txtcMemo";
            this.txtcMemo.Size = new System.Drawing.Size(751, 21);
            this.txtcMemo.TabIndex = 69;
            // 
            // 备注
            // 
            this.备注.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.备注.AutoSize = true;
            this.备注.Location = new System.Drawing.Point(118, 112);
            this.备注.Name = "备注";
            this.备注.Size = new System.Drawing.Size(29, 12);
            this.备注.TabIndex = 68;
            this.备注.Text = "备注";
            // 
            // txtcFullName
            // 
            this.txtcFullName.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.txtcFullName.Enabled = false;
            this.txtcFullName.Location = new System.Drawing.Point(711, 74);
            this.txtcFullName.Name = "txtcFullName";
            this.txtcFullName.ReadOnly = true;
            this.txtcFullName.Size = new System.Drawing.Size(191, 21);
            this.txtcFullName.TabIndex = 61;
            // 
            // label5
            // 
            this.label5.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(652, 78);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(53, 12);
            this.label5.TabIndex = 60;
            this.label5.Text = "产品全称";
            // 
            // utecInvName
            // 
            this.utecInvName.Anchor = System.Windows.Forms.AnchorStyles.Top;
            appearance45.Image = ((object)(resources.GetObject("appearance45.Image")));
            editorButton1.Appearance = appearance45;
            this.utecInvName.ButtonsRight.Add(editorButton1);
            this.utecInvName.Enabled = false;
            this.utecInvName.Location = new System.Drawing.Point(151, 44);
            this.utecInvName.Name = "utecInvName";
            this.utecInvName.ReadOnly = true;
            this.utecInvName.Size = new System.Drawing.Size(194, 21);
            this.utecInvName.TabIndex = 54;
            // 
            // txtcInvStd
            // 
            this.txtcInvStd.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.txtcInvStd.Enabled = false;
            this.txtcInvStd.Location = new System.Drawing.Point(151, 74);
            this.txtcInvStd.Name = "txtcInvStd";
            this.txtcInvStd.ReadOnly = true;
            this.txtcInvStd.Size = new System.Drawing.Size(194, 21);
            this.txtcInvStd.TabIndex = 49;
            // 
            // label9
            // 
            this.label9.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(94, 78);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(53, 12);
            this.label9.TabIndex = 48;
            this.label9.Text = "产品规格";
            // 
            // label2
            // 
            this.label2.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(94, 48);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(53, 12);
            this.label2.TabIndex = 29;
            this.label2.Text = "产品名称";
            // 
            // label1
            // 
            this.label1.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(94, 18);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(53, 12);
            this.label1.TabIndex = 28;
            this.label1.Text = "产品编码";
            // 
            // txtcInvCode
            // 
            this.txtcInvCode.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.txtcInvCode.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Suggest;
            this.txtcInvCode.AutoSuggestFilterMode = Infragistics.Win.AutoSuggestFilterMode.StartsWith;
            appearance46.BackColor = System.Drawing.SystemColors.Window;
            appearance46.BorderColor = System.Drawing.SystemColors.InactiveCaption;
            this.txtcInvCode.DisplayLayout.Appearance = appearance46;
            ultraGridColumn9.Header.Caption = "FItemID";
            ultraGridColumn9.Header.VisiblePosition = 0;
            ultraGridColumn10.Header.Caption = "产品编码";
            ultraGridColumn10.Header.VisiblePosition = 1;
            ultraGridColumn40.Header.Caption = "产品名称";
            ultraGridColumn40.Header.VisiblePosition = 2;
            ultraGridColumn43.Header.Caption = "规格型号";
            ultraGridColumn43.Header.VisiblePosition = 3;
            ultraGridColumn44.Header.Caption = "全名";
            ultraGridColumn44.Header.VisiblePosition = 4;
            ultraGridColumn45.Header.Caption = "备注";
            ultraGridColumn45.Header.VisiblePosition = 5;
            ultraGridBand5.Columns.AddRange(new object[] {
            ultraGridColumn9,
            ultraGridColumn10,
            ultraGridColumn40,
            ultraGridColumn43,
            ultraGridColumn44,
            ultraGridColumn45});
            this.txtcInvCode.DisplayLayout.BandsSerializer.Add(ultraGridBand5);
            this.txtcInvCode.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            this.txtcInvCode.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
            appearance47.BackColor = System.Drawing.SystemColors.ActiveBorder;
            appearance47.BackColor2 = System.Drawing.SystemColors.ControlDark;
            appearance47.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance47.BorderColor = System.Drawing.SystemColors.Window;
            this.txtcInvCode.DisplayLayout.GroupByBox.Appearance = appearance47;
            appearance48.ForeColor = System.Drawing.SystemColors.GrayText;
            this.txtcInvCode.DisplayLayout.GroupByBox.BandLabelAppearance = appearance48;
            this.txtcInvCode.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            appearance49.BackColor = System.Drawing.SystemColors.ControlLightLight;
            appearance49.BackColor2 = System.Drawing.SystemColors.Control;
            appearance49.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
            appearance49.ForeColor = System.Drawing.SystemColors.GrayText;
            this.txtcInvCode.DisplayLayout.GroupByBox.PromptAppearance = appearance49;
            this.txtcInvCode.DisplayLayout.MaxColScrollRegions = 1;
            this.txtcInvCode.DisplayLayout.MaxRowScrollRegions = 1;
            appearance50.BackColor = System.Drawing.SystemColors.Window;
            appearance50.ForeColor = System.Drawing.SystemColors.ControlText;
            this.txtcInvCode.DisplayLayout.Override.ActiveCellAppearance = appearance50;
            appearance51.BackColor = System.Drawing.SystemColors.Highlight;
            appearance51.ForeColor = System.Drawing.SystemColors.HighlightText;
            this.txtcInvCode.DisplayLayout.Override.ActiveRowAppearance = appearance51;
            this.txtcInvCode.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
            this.txtcInvCode.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
            appearance52.BackColor = System.Drawing.SystemColors.Window;
            this.txtcInvCode.DisplayLayout.Override.CardAreaAppearance = appearance52;
            appearance53.BorderColor = System.Drawing.Color.Silver;
            appearance53.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
            this.txtcInvCode.DisplayLayout.Override.CellAppearance = appearance53;
            this.txtcInvCode.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
            this.txtcInvCode.DisplayLayout.Override.CellPadding = 0;
            appearance54.BackColor = System.Drawing.SystemColors.Control;
            appearance54.BackColor2 = System.Drawing.SystemColors.ControlDark;
            appearance54.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
            appearance54.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
            appearance54.BorderColor = System.Drawing.SystemColors.Window;
            this.txtcInvCode.DisplayLayout.Override.GroupByRowAppearance = appearance54;
            appearance55.TextHAlignAsString = "Left";
            this.txtcInvCode.DisplayLayout.Override.HeaderAppearance = appearance55;
            this.txtcInvCode.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
            this.txtcInvCode.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
            appearance56.BackColor = System.Drawing.SystemColors.Window;
            appearance56.BorderColor = System.Drawing.Color.Silver;
            this.txtcInvCode.DisplayLayout.Override.RowAppearance = appearance56;
            this.txtcInvCode.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
            appearance57.BackColor = System.Drawing.SystemColors.ControlLight;
            this.txtcInvCode.DisplayLayout.Override.TemplateAddRowAppearance = appearance57;
            this.txtcInvCode.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
            this.txtcInvCode.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
            this.txtcInvCode.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
            this.txtcInvCode.DisplayMember = "cInvCode";
            this.txtcInvCode.Enabled = false;
            this.txtcInvCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtcInvCode.Location = new System.Drawing.Point(151, 13);
            this.txtcInvCode.Name = "txtcInvCode";
            this.txtcInvCode.Size = new System.Drawing.Size(194, 22);
            this.txtcInvCode.TabIndex = 53;
            this.txtcInvCode.ValueMember = "cInvCode";
            // 
            // lblTitleMain
            // 
            this.lblTitleMain.AutoSize = true;
            this.lblTitleMain.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lblTitleMain.BackgroundImage")));
            this.lblTitleMain.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.lblTitleMain.CTitle = "产成品标签打印";
            this.lblTitleMain.Dock = System.Windows.Forms.DockStyle.Top;
            this.lblTitleMain.Location = new System.Drawing.Point(0, 98);
            this.lblTitleMain.Name = "lblTitleMain";
            this.lblTitleMain.Size = new System.Drawing.Size(984, 35);
            this.lblTitleMain.TabIndex = 63;
            // 
            // ribbon
            // 
            this.ribbon.ExpandCollapseItem.Id = 0;
            this.ribbon.ExpandCollapseItem.Name = "";
            this.ribbon.Images = this.imageCollection1;
            this.ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.ribbon.ExpandCollapseItem,
            this.bsiPrint,
            this.biExport,
            this.biPrint,
            this.biAddNew,
            this.biExit,
            this.biSave,
            this.biEditTemplet,
            this.bsiTemplet,
            this.bsiPrinter,
            this.biEditPrinter,
            this.beiCopies,
            this.biPreview,
            this.biDesign});
            this.ribbon.LargeImages = this.imageCollection2;
            this.ribbon.Location = new System.Drawing.Point(0, 0);
            this.ribbon.MaxItemId = 81;
            this.ribbon.Name = "ribbon";
            this.ribbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.ribbonPage});
            this.ribbon.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2010;
            this.ribbon.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False;
            this.ribbon.ShowCategoryInCaption = false;
            this.ribbon.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide;
            this.ribbon.Size = new System.Drawing.Size(984, 98);
            this.ribbon.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden;
            // 
            // bsiPrint
            // 
            this.bsiPrint.Caption = "打印";
            this.bsiPrint.Id = 2;
            this.bsiPrint.LargeImageIndex = 7;
            this.bsiPrint.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.biPrint),
            new DevExpress.XtraBars.LinkPersistInfo(this.biPreview),
            new DevExpress.XtraBars.LinkPersistInfo(this.biDesign)});
            this.bsiPrint.Name = "bsiPrint";
            this.bsiPrint.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            // 
            // biPrint
            // 
            this.biPrint.Caption = "打印";
            this.biPrint.Id = 55;
            this.biPrint.ImageIndex = 2;
            this.biPrint.Name = "biPrint";
            this.biPrint.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.biPrint_ItemClick);
            // 
            // biPreview
            // 
            this.biPreview.Caption = "预览";
            this.biPreview.Id = 79;
            this.biPreview.ImageIndex = 1;
            this.biPreview.Name = "biPreview";
            this.biPreview.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.biPreview_ItemClick);
            // 
            // biDesign
            // 
            this.biDesign.Caption = "设计";
            this.biDesign.Id = 80;
            this.biDesign.ImageIndex = 0;
            this.biDesign.Name = "biDesign";
            this.biDesign.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.biDesign_ItemClick);
            // 
            // biExport
            // 
            this.biExport.Caption = "输出";
            this.biExport.Id = 3;
            this.biExport.LargeImageIndex = 5;
            this.biExport.Name = "biExport";
            this.biExport.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            // 
            // biAddNew
            // 
            this.biAddNew.Caption = "新增";
            this.biAddNew.Id = 58;
            this.biAddNew.LargeImageIndex = 1;
            this.biAddNew.Name = "biAddNew";
            this.biAddNew.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            this.biAddNew.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.biAddNew_ItemClick);
            // 
            // biExit
            // 
            this.biExit.Caption = "退出";
            this.biExit.Id = 62;
            this.biExit.LargeImageIndex = 4;
            this.biExit.Name = "biExit";
            this.biExit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.biExit_ItemClick);
            // 
            // biSave
            // 
            this.biSave.Caption = "保存";
            this.biSave.Id = 68;
            this.biSave.LargeImageIndex = 8;
            this.biSave.Name = "biSave";
            this.biSave.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.biSave_ItemClick);
            // 
            // biEditTemplet
            // 
            this.biEditTemplet.Caption = "原料标准模版";
            this.biEditTemplet.Id = 70;
            this.biEditTemplet.ItemAppearance.Disabled.ForeColor = System.Drawing.Color.Blue;
            this.biEditTemplet.ItemAppearance.Disabled.Options.UseForeColor = true;
            this.biEditTemplet.Name = "biEditTemplet";
            this.biEditTemplet.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.biEditTemplet_ItemClick);
            // 
            // bsiTemplet
            // 
            this.bsiTemplet.Caption = "当前模版如下";
            this.bsiTemplet.Id = 72;
            this.bsiTemplet.Name = "bsiTemplet";
            this.bsiTemplet.TextAlignment = System.Drawing.StringAlignment.Near;
            this.bsiTemplet.Width = 100;
            // 
            // bsiPrinter
            // 
            this.bsiPrinter.Caption = "当前打印机";
            this.bsiPrinter.Id = 74;
            this.bsiPrinter.Name = "bsiPrinter";
            this.bsiPrinter.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // biEditPrinter
            // 
            this.biEditPrinter.Caption = "ZM4001";
            this.biEditPrinter.Id = 75;
            this.biEditPrinter.Name = "biEditPrinter";
            // 
            // beiCopies
            // 
            this.beiCopies.Caption = "份数";
            this.beiCopies.Edit = null;
            this.beiCopies.Id = 76;
            this.beiCopies.Name = "beiCopies";
            this.beiCopies.Width = 100;
            // 
            // ribbonPage
            // 
            this.ribbonPage.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.rpgSystem,
            this.rpgExport,
            this.rpgNew,
            this.rpgTemplet,
            this.rpgPrinter});
            this.ribbonPage.Name = "ribbonPage";
            this.ribbonPage.Text = "菜单选项";
            // 
            // rpgSystem
            // 
            this.rpgSystem.ItemLinks.Add(this.biExit);
            this.rpgSystem.Name = "rpgSystem";
            this.rpgSystem.ShowCaptionButton = false;
            this.rpgSystem.Text = "系统";
            // 
            // rpgExport
            // 
            this.rpgExport.ItemLinks.Add(this.bsiPrint);
            this.rpgExport.ItemLinks.Add(this.biExport);
            this.rpgExport.Name = "rpgExport";
            this.rpgExport.ShowCaptionButton = false;
            this.rpgExport.Text = "处理";
            // 
            // rpgNew
            // 
            this.rpgNew.ItemLinks.Add(this.biAddNew);
            this.rpgNew.ItemLinks.Add(this.biSave);
            this.rpgNew.Name = "rpgNew";
            this.rpgNew.ShowCaptionButton = false;
            this.rpgNew.Text = "操作";
            // 
            // rpgTemplet
            // 
            this.rpgTemplet.ItemLinks.Add(this.bsiTemplet);
            this.rpgTemplet.ItemLinks.Add(this.biEditTemplet);
            this.rpgTemplet.Name = "rpgTemplet";
            this.rpgTemplet.Text = "打印模版";
            // 
            // rpgPrinter
            // 
            this.rpgPrinter.ItemLinks.Add(this.bsiPrinter);
            this.rpgPrinter.ItemLinks.Add(this.biEditPrinter);
            this.rpgPrinter.ItemLinks.Add(this.beiCopies);
            this.rpgPrinter.Name = "rpgPrinter";
            this.rpgPrinter.Text = "打印机属性";
            // 
            // shiftDetailTableAdapter
            // 
            this.shiftDetailTableAdapter.ClearBeforeFill = true;
            // 
            // bomDetailTableAdapter
            // 
            this.bomDetailTableAdapter.ClearBeforeFill = true;
            // 
            // productLabelTableAdapter
            // 
            this.productLabelTableAdapter.ClearBeforeFill = true;
            // 
            // WorkTrackProductLabelPrint
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(984, 562);
            this.Controls.Add(this.tabMain);
            this.Controls.Add(this.ugbxMain);
            this.Controls.Add(this.lblTitleMain);
            this.Controls.Add(this.ribbon);
            this.Icon = global::JWMSH.Properties.Resources.scanicon;
            this.Name = "WorkTrackProductLabelPrint";
            this.Text = "产成品标签打印";
            this.Load += new System.EventHandler(this.WorkTrackProductLabelPrint_Load);
            ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.imageCollection2)).EndInit();
            this.tabMain.ResumeLayout(false);
            this.tpLabel.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.uGridLabel)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.productLabelBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataInventory)).EndInit();
            this.tabMaterial.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.uGridShiftDetail)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.shiftDetailBindingSource)).EndInit();
            this.tabBomDetail.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.uGridRawMaterial)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bomDetailBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ugbxMain)).EndInit();
            this.ugbxMain.ResumeLayout(false);
            this.ugbxMain.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtcDept)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneiQuantity)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.utecInvName)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtcInvCode)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Esempio n. 36
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinEditors.EditorButton editorButton2 = new Infragistics.Win.UltraWinEditors.EditorButton();
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinEditors.EditorButton editorButton3 = new Infragistics.Win.UltraWinEditors.EditorButton();
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinEditors.EditorButton editorButton4 = new Infragistics.Win.UltraWinEditors.EditorButton();
     Infragistics.Win.UltraWinEditors.EditorButton editorButton5 = new Infragistics.Win.UltraWinEditors.EditorButton();
     Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinEditors.EditorButton editorButton6 = new Infragistics.Win.UltraWinEditors.EditorButton();
     Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WmsLogin));
     Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
     this.uPanelMain               = new Infragistics.Win.Misc.UltraPanel();
     this.utxtAccount              = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.udDate                   = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.utxtPassword             = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.utxtUser                 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.utxtServer               = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.lblLogin                 = new System.Windows.Forms.Label();
     this.lblExit                  = new System.Windows.Forms.Label();
     this.label1                   = new System.Windows.Forms.Label();
     this.ultraFormattedLinkLabel1 = new Infragistics.Win.FormattedLinkLabel.UltraFormattedLinkLabel();
     this.uPanelMain.ClientArea.SuspendLayout();
     this.uPanelMain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.utxtAccount)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.udDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.utxtPassword)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.utxtUser)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.utxtServer)).BeginInit();
     this.SuspendLayout();
     //
     // uPanelMain
     //
     appearance1.BackColor       = System.Drawing.Color.White;
     appearance1.BorderColor     = System.Drawing.Color.Silver;
     this.uPanelMain.Appearance  = appearance1;
     this.uPanelMain.BorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded4;
     //
     // uPanelMain.ClientArea
     //
     this.uPanelMain.ClientArea.Controls.Add(this.utxtAccount);
     this.uPanelMain.ClientArea.Controls.Add(this.udDate);
     this.uPanelMain.ClientArea.Controls.Add(this.utxtPassword);
     this.uPanelMain.ClientArea.Controls.Add(this.utxtUser);
     this.uPanelMain.ClientArea.Controls.Add(this.utxtServer);
     this.uPanelMain.Location = new System.Drawing.Point(75, 128);
     this.uPanelMain.Name     = "uPanelMain";
     this.uPanelMain.Size     = new System.Drawing.Size(350, 196);
     this.uPanelMain.TabIndex = 1;
     //
     // utxtAccount
     //
     appearance2.BackColor       = System.Drawing.Color.White;
     this.utxtAccount.Appearance = appearance2;
     this.utxtAccount.AutoSize   = false;
     this.utxtAccount.BackColor  = System.Drawing.Color.White;
     appearance3.Image           = global::JWMSY.Properties.Resources.LoginForm_defalt;
     editorButton1.Appearance    = appearance3;
     this.utxtAccount.ButtonsLeft.Add(editorButton1);
     this.utxtAccount.Location = new System.Drawing.Point(16, 116);
     this.utxtAccount.Name     = "utxtAccount";
     this.utxtAccount.Size     = new System.Drawing.Size(315, 29);
     this.utxtAccount.TabIndex = 6;
     this.utxtAccount.Text     = "三生中国";
     //
     // udDate
     //
     this.udDate.AutoSize     = false;
     appearance4.Image        = global::JWMSY.Properties.Resources.LoginForm_time;
     editorButton2.Appearance = appearance4;
     this.udDate.ButtonsLeft.Add(editorButton2);
     this.udDate.Location = new System.Drawing.Point(16, 150);
     this.udDate.Name     = "udDate";
     this.udDate.Size     = new System.Drawing.Size(315, 29);
     this.udDate.TabIndex = 5;
     //
     // utxtPassword
     //
     this.utxtPassword.AutoSize = false;
     appearance5.Image          = global::JWMSY.Properties.Resources.LoginForm_password;
     editorButton3.Appearance   = appearance5;
     this.utxtPassword.ButtonsLeft.Add(editorButton3);
     editorButton4.Text  = "修改密码";
     editorButton4.Width = 70;
     this.utxtPassword.ButtonsRight.Add(editorButton4);
     this.utxtPassword.Location           = new System.Drawing.Point(16, 82);
     this.utxtPassword.Name               = "utxtPassword";
     this.utxtPassword.PasswordChar       = '*';
     this.utxtPassword.Size               = new System.Drawing.Size(315, 29);
     this.utxtPassword.TabIndex           = 0;
     this.utxtPassword.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.utxtPassword_EditorButtonClick);
     this.utxtPassword.KeyDown           += new System.Windows.Forms.KeyEventHandler(this.utxtPassword_KeyDown);
     //
     // utxtUser
     //
     this.utxtUser.AutoSize   = false;
     appearance6.Image        = global::JWMSY.Properties.Resources.LoginForm_user;
     editorButton5.Appearance = appearance6;
     this.utxtUser.ButtonsLeft.Add(editorButton5);
     this.utxtUser.Location = new System.Drawing.Point(16, 48);
     this.utxtUser.Name     = "utxtUser";
     this.utxtUser.Size     = new System.Drawing.Size(315, 29);
     this.utxtUser.TabIndex = 1;
     //
     // utxtServer
     //
     appearance7.BackColor      = System.Drawing.Color.White;
     this.utxtServer.Appearance = appearance7;
     this.utxtServer.AutoSize   = false;
     this.utxtServer.BackColor  = System.Drawing.Color.White;
     appearance8.Image          = global::JWMSY.Properties.Resources.LoginForm_server;
     editorButton6.Appearance   = appearance8;
     this.utxtServer.ButtonsLeft.Add(editorButton6);
     this.utxtServer.Location = new System.Drawing.Point(16, 14);
     this.utxtServer.Name     = "utxtServer";
     this.utxtServer.Size     = new System.Drawing.Size(315, 29);
     this.utxtServer.TabIndex = 2;
     //
     // lblLogin
     //
     this.lblLogin.BackColor   = System.Drawing.Color.Transparent;
     this.lblLogin.Cursor      = System.Windows.Forms.Cursors.Hand;
     this.lblLogin.Image       = global::JWMSY.Properties.Resources.LoginForm_login_btn;
     this.lblLogin.Location    = new System.Drawing.Point(152, 347);
     this.lblLogin.Name        = "lblLogin";
     this.lblLogin.Size        = new System.Drawing.Size(196, 45);
     this.lblLogin.TabIndex    = 7;
     this.lblLogin.Text        = " 登陆";
     this.lblLogin.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     this.lblLogin.Click      += new System.EventHandler(this.lblLogin_Click);
     this.lblLogin.MouseLeave += new System.EventHandler(this.lblLogin_MouseLeave);
     this.lblLogin.MouseHover += new System.EventHandler(this.lblLogin_MouseHover);
     //
     // lblExit
     //
     this.lblExit.BackColor = System.Drawing.Color.Transparent;
     this.lblExit.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.lblExit.Image     = ((System.Drawing.Image)(resources.GetObject("lblExit.Image")));
     this.lblExit.Location  = new System.Drawing.Point(450, 9);
     this.lblExit.Name      = "lblExit";
     this.lblExit.Size      = new System.Drawing.Size(26, 13);
     this.lblExit.TabIndex  = 8;
     this.lblExit.Click    += new System.EventHandler(this.lblExit_Click);
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font      = new System.Drawing.Font("微软雅黑", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.Green;
     this.label1.Location  = new System.Drawing.Point(134, 52);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(233, 39);
     this.label1.TabIndex  = 9;
     this.label1.Text      = "WMS_YOFOTO";
     //
     // ultraFormattedLinkLabel1
     //
     appearance9.BackColor                    = System.Drawing.Color.Transparent;
     appearance9.FontData.BoldAsString        = "False";
     appearance9.FontData.ItalicAsString      = "False";
     appearance9.FontData.Name                = "Tahoma";
     appearance9.FontData.SizeInPoints        = 9F;
     appearance9.FontData.StrikeoutAsString   = "False";
     appearance9.FontData.UnderlineAsString   = "False";
     this.ultraFormattedLinkLabel1.Appearance = appearance9;
     this.ultraFormattedLinkLabel1.Location   = new System.Drawing.Point(12, 439);
     this.ultraFormattedLinkLabel1.Name       = "ultraFormattedLinkLabel1";
     this.ultraFormattedLinkLabel1.Size       = new System.Drawing.Size(476, 19);
     this.ultraFormattedLinkLabel1.TabIndex   = 10;
     this.ultraFormattedLinkLabel1.TabStop    = true;
     this.ultraFormattedLinkLabel1.Value      = "<p style=\"text-align:Center;\">Copyright @ 2014 powered by <a title=\"金蝶软件 - 金蝶国际软件" +
                                                "集团有限公司\" href=\"www.kingdee.com\">Kingdee</a> 保留所有权利.</p>";
     //
     // WmsLogin
     //
     this.AutoScaleDimensions   = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage       = global::JWMSY.Properties.Resources.BackgroundImageStore;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize            = new System.Drawing.Size(500, 475);
     this.Controls.Add(this.ultraFormattedLinkLabel1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.lblExit);
     this.Controls.Add(this.lblLogin);
     this.Controls.Add(this.uPanelMain);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = global::JWMSY.Properties.Resources.scanicon;
     this.Name            = "WmsLogin";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "WMS登录";
     this.Load           += new System.EventHandler(this.WmsLogin_Load);
     this.uPanelMain.ClientArea.ResumeLayout(false);
     this.uPanelMain.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.utxtAccount)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.udDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.utxtPassword)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.utxtUser)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.utxtServer)).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 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.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            this.lblModelloLettera = new Infragistics.Win.Misc.UltraLabel();
            this.modelliLettera = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.alertGroup = new Infragistics.Win.Misc.UltraGroupBox();
            this.lblTipoAlert = new Infragistics.Win.Misc.UltraLabel();
            this.lblTipoAlertPremio = new Infragistics.Win.Misc.UltraLabel();
            this.tipoAlert = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.tipoAlertPremio = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.tipoAlertDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.modelliLettera)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.alertGroup)).BeginInit();
            this.alertGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tipoAlert)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoAlertPremio)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoAlertDTOBindingSource)).BeginInit();
            this.SuspendLayout();
            // 
            // lblModelloLettera
            // 
            this.lblModelloLettera.Appearance = appearance1;
            this.lblModelloLettera.Location = new System.Drawing.Point(12, 12);
            this.lblModelloLettera.Name = "lblModelloLettera";
            this.lblModelloLettera.Size = new System.Drawing.Size(50, 19);
            this.lblModelloLettera.TabIndex = 75;
            this.lblModelloLettera.Text = "Modello";
            // 
            // 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;
            appearance2.Image = global::Gipasoft.Stabili.UI.ContrattiAppalto.ContrattiAppaltoResources.clear;
            editorButton1.Appearance = appearance2;
            editorButton1.Key = "clear";
            this.modelliLettera.ButtonsRight.Add(editorButton1);
            this.modelliLettera.DisplayMember = "Descrizione";
            this.modelliLettera.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.modelliLettera.Location = new System.Drawing.Point(68, 8);
            this.modelliLettera.Name = "modelliLettera";
            this.modelliLettera.Size = new System.Drawing.Size(259, 21);
            this.modelliLettera.TabIndex = 128;
            this.modelliLettera.ValueMember = "Id";
            // 
            // alertGroup
            // 
            this.alertGroup.Controls.Add(this.tipoAlertPremio);
            this.alertGroup.Controls.Add(this.tipoAlert);
            this.alertGroup.Controls.Add(this.lblTipoAlertPremio);
            this.alertGroup.Controls.Add(this.lblTipoAlert);
            this.alertGroup.Location = new System.Drawing.Point(12, 46);
            this.alertGroup.Name = "alertGroup";
            this.alertGroup.Size = new System.Drawing.Size(315, 75);
            this.alertGroup.TabIndex = 129;
            this.alertGroup.Text = "Alert";
            // 
            // lblTipoAlert
            // 
            this.lblTipoAlert.Appearance = appearance4;
            this.lblTipoAlert.Location = new System.Drawing.Point(8, 25);
            this.lblTipoAlert.Name = "lblTipoAlert";
            this.lblTipoAlert.Size = new System.Drawing.Size(93, 19);
            this.lblTipoAlert.TabIndex = 76;
            this.lblTipoAlert.Text = "Tipo Alert";
            // 
            // lblTipoAlertPremio
            // 
            this.lblTipoAlertPremio.Appearance = appearance3;
            this.lblTipoAlertPremio.Location = new System.Drawing.Point(8, 50);
            this.lblTipoAlertPremio.Name = "lblTipoAlertPremio";
            this.lblTipoAlertPremio.Size = new System.Drawing.Size(93, 19);
            this.lblTipoAlertPremio.TabIndex = 77;
            this.lblTipoAlertPremio.Text = "Tipo Alert Premio";
            // 
            // tipoAlert
            // 
            this.tipoAlert.DataSource = this.tipoAlertDTOBindingSource;
            this.tipoAlert.DisplayMember = "Descrizione";
            this.tipoAlert.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.tipoAlert.Location = new System.Drawing.Point(107, 19);
            this.tipoAlert.Name = "tipoAlert";
            this.tipoAlert.Size = new System.Drawing.Size(202, 21);
            this.tipoAlert.TabIndex = 78;
            this.tipoAlert.ValueMember = "ID";
            // 
            // tipoAlertPremio
            // 
            this.tipoAlertPremio.DataSource = this.tipoAlertDTOBindingSource;
            this.tipoAlertPremio.DisplayMember = "Descrizione";
            this.tipoAlertPremio.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.tipoAlertPremio.Location = new System.Drawing.Point(107, 46);
            this.tipoAlertPremio.Name = "tipoAlertPremio";
            this.tipoAlertPremio.Size = new System.Drawing.Size(202, 21);
            this.tipoAlertPremio.TabIndex = 79;
            this.tipoAlertPremio.ValueMember = "ID";
            // 
            // tipoAlertDTOBindingSource
            // 
            this.tipoAlertDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.TipoAlertDTO);
            // 
            // AltriDatiTipoContratto
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(333, 262);
            this.Controls.Add(this.alertGroup);
            this.Controls.Add(this.modelliLettera);
            this.Controls.Add(this.lblModelloLettera);
            this.Name = "AltriDatiTipoContratto";
            this.Text = "AltriDatiTipoContratto";
            ((System.ComponentModel.ISupportInitialize)(this.modelliLettera)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.alertGroup)).EndInit();
            this.alertGroup.ResumeLayout(false);
            this.alertGroup.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tipoAlert)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoAlertPremio)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoAlertDTOBindingSource)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Esempio n. 38
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 appearance70 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance72 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance339 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance198 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
            Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance194 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance195 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance196 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance197 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance336 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance200 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance201 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance202 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance203 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance204 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance205 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance206 = new Infragistics.Win.Appearance();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UserDetail));
            Infragistics.Win.UltraWinTree.Override _override1 = new Infragistics.Win.UltraWinTree.Override();
            Infragistics.Win.Appearance appearance191 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance156 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance86 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab5 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab6 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab7 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab8 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.Appearance appearance117 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance118 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance119 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance120 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance121 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance122 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance123 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance124 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance125 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance126 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance127 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance128 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance129 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance130 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance131 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance132 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance133 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance134 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance135 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance136 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance137 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance138 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance139 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance140 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance141 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance142 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance143 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance144 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance145 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance146 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance147 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance148 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance149 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance150 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance151 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance152 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance153 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance154 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance101 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Role Name");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Description");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("", 0);
            Infragistics.Win.Appearance appearance102 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance103 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance104 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance105 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance106 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance169 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance170 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance171 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance172 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance173 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance174 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance87 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance88 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance89 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Role Name");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Description");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UnboundColumn1", 0);
            Infragistics.Win.UltraWinGrid.ColScrollRegion colScrollRegion1 = new Infragistics.Win.UltraWinGrid.ColScrollRegion(0);
            Infragistics.Win.UltraWinGrid.ColScrollRegion colScrollRegion2 = new Infragistics.Win.UltraWinGrid.ColScrollRegion(0);
            Infragistics.Win.UltraWinGrid.ColScrollRegion colScrollRegion3 = new Infragistics.Win.UltraWinGrid.ColScrollRegion(385);
            Infragistics.Win.Appearance appearance90 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance91 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance92 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance93 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance94 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance95 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance96 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance97 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance98 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance99 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance100 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance69 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand3 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Role Name");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Description");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("", 0);
            Infragistics.Win.Appearance appearance207 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance208 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance209 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance210 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance211 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance212 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance213 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance214 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance215 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance216 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance217 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance280 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance281 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance268 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand4 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Role Name");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Description");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UnboundColumn1", 0);
            Infragistics.Win.UltraWinGrid.ColScrollRegion colScrollRegion4 = new Infragistics.Win.UltraWinGrid.ColScrollRegion(0);
            Infragistics.Win.UltraWinGrid.ColScrollRegion colScrollRegion5 = new Infragistics.Win.UltraWinGrid.ColScrollRegion(0);
            Infragistics.Win.UltraWinGrid.ColScrollRegion colScrollRegion6 = new Infragistics.Win.UltraWinGrid.ColScrollRegion(402);
            Infragistics.Win.Appearance appearance269 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance270 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance271 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance272 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance273 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance274 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance275 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance276 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance277 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance278 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance279 = new Infragistics.Win.Appearance();
            this.ultraTabPageControlGeneral = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ultraGroupBox12 = new Infragistics.Win.Misc.UltraGroupBox();
            this.ultraLabel32 = new Infragistics.Win.Misc.UltraLabel();
            this.txt_remarks = new HiiP.Framework.Common.Client.ExtendedUltraTextEditor();
            this.ultraLabel33 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraGroupBox14 = new Infragistics.Win.Misc.UltraGroupBox();
            this.cb_grade = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
            this.cb_subunit = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.cb_unit = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
            this.cb_branch = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.btn_ViewEP = new Infragistics.Win.Misc.UltraButton();
            this.txt_EPRIN = new HiiP.Framework.Common.Client.ExtendedUltraTextEditor();
            this.chb_ExternalUser = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.ultraLabel80 = new Infragistics.Win.Misc.UltraLabel();
            this.txt_ReportsTo = new HiiP.Framework.Common.Client.ExtendedUltraTextEditor();
            this.Txt_JobTitle = new HiiP.Framework.Common.Client.ExtendedUltraTextEditor();
            this.ultraLabel79 = new Infragistics.Win.Misc.UltraLabel();
            this.txt_initials = new HiiP.Framework.Common.Client.ExtendedUltraTextEditor();
            this.ultraLabel52 = new Infragistics.Win.Misc.UltraLabel();
            this.txt_alias = new HiiP.Framework.Common.Client.ExtendedUltraTextEditor();
            this.ultraLabel50 = new Infragistics.Win.Misc.UltraLabel();
            this.txt_display = new HiiP.Framework.Common.Client.ExtendedUltraTextEditor();
            this.ultraLabel51 = new Infragistics.Win.Misc.UltraLabel();
            this.txt_lastname = new HiiP.Framework.Common.Client.ExtendedUltraTextEditor();
            this.ultraLabel49 = new Infragistics.Win.Misc.UltraLabel();
            this.cb_gender = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.dt_dateofbirth = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.cb_title = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.txt_pagerno = new HiiP.Framework.Common.Client.ExtendedUltraTextEditor();
            this.ultraLabel36 = new Infragistics.Win.Misc.UltraLabel();
            this.txt_mobileno = new HiiP.Framework.Common.Client.ExtendedUltraTextEditor();
            this.ultraLabel37 = new Infragistics.Win.Misc.UltraLabel();
            this.txt_faxno = new HiiP.Framework.Common.Client.ExtendedUltraTextEditor();
            this.ultraLabel38 = new Infragistics.Win.Misc.UltraLabel();
            this.txt_telephoneno = new HiiP.Framework.Common.Client.ExtendedUltraTextEditor();
            this.ultraLabel39 = new Infragistics.Win.Misc.UltraLabel();
            this.txt_email = new HiiP.Framework.Common.Client.ExtendedUltraTextEditor();
            this.ultraLabel40 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraLabel41 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraLabel42 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraLabel43 = new Infragistics.Win.Misc.UltraLabel();
            this.txt_firstname = new HiiP.Framework.Common.Client.ExtendedUltraTextEditor();
            this.ultraLabel44 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraTabPageControl4 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.tableLayoutPanelOfficeMain = new System.Windows.Forms.TableLayoutPanel();
            this.ultraGroupBox16 = new Infragistics.Win.Misc.UltraGroupBox();
            this.SelectOfficeListView = new Infragistics.Win.UltraWinListView.UltraListView();
            this.ultraGroupBox15 = new Infragistics.Win.Misc.UltraGroupBox();
            this.OfficeTree = new Infragistics.Win.UltraWinTree.UltraTree();
            this.panel1 = new System.Windows.Forms.Panel();
            this.SelectButton = new Infragistics.Win.Misc.UltraButton();
            this.UnselectButton = new Infragistics.Win.Misc.UltraButton();
            this.DefaultButton = new Infragistics.Win.Misc.UltraButton();
            this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ultraTabPageControl3 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ultraTabPageControl9 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ultraTabPageControl10 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.eTTableBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.ultraButton7 = new Infragistics.Win.Misc.UltraButton();
            this.ultraButton6 = new Infragistics.Win.Misc.UltraButton();
            this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
            this.StatusTextEditor = new HiiP.Framework.Common.Client.ExtendedUltraTextEditor();
            this.statusLabel = new Infragistics.Win.Misc.UltraLabel();
            this.txt_username = new HiiP.Framework.Common.Client.ExtendedUltraTextEditor();
            this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraTabControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
            this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
            this.ultraButton13 = new Infragistics.Win.Misc.UltraButton();
            this.ultraButton14 = new Infragistics.Win.Misc.UltraButton();
            this.ultraGroupBox10 = new Infragistics.Win.Misc.UltraGroupBox();
            this.ultraGrid4 = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.ultraGrid5 = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.ultraGroupBox11 = new Infragistics.Win.Misc.UltraGroupBox();
            this.ultraGrid6 = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.ultraButton15 = new Infragistics.Win.Misc.UltraButton();
            this.ultraButton16 = new Infragistics.Win.Misc.UltraButton();
            this.ultraTextEditor20 = new HiiP.Framework.Common.Client.ExtendedUltraTextEditor();
            this.ultraLabel30 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraTextEditor21 = new HiiP.Framework.Common.Client.ExtendedUltraTextEditor();
            this.ultraLabel31 = new Infragistics.Win.Misc.UltraLabel();
            this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
            this.ultraToolTipManager = new Infragistics.Win.UltraWinToolTip.UltraToolTipManager(this.components);
            this.ActionButtonsPanel = new System.Windows.Forms.FlowLayoutPanel();
            this.btn_cancel = new Infragistics.Win.Misc.UltraButton();
            this.btn_copy = new Infragistics.Win.Misc.UltraButton();
            this.btn_disable = new Infragistics.Win.Misc.UltraButton();
            this.btn_ok = new Infragistics.Win.Misc.UltraButton();
            this.btn_viewDF = new Infragistics.Win.Misc.UltraButton();
            this.ultraGroupBox19 = new Infragistics.Win.Misc.UltraGroupBox();
            this.ultraTabSharedControlsPage2 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
            this.ultraButton26 = new Infragistics.Win.Misc.UltraButton();
            this.ultraButton27 = new Infragistics.Win.Misc.UltraButton();
            this.ultraGridAssignedGroups = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.ultraTextEditorDescription = new HiiP.Framework.Common.Client.ExtendedUltraTextEditor();
            this.ultraLabelDescription = new Infragistics.Win.Misc.UltraLabel();
            this.ultraTextEditorGroupName = new HiiP.Framework.Common.Client.ExtendedUltraTextEditor();
            this.ultraLabelGroupname = new Infragistics.Win.Misc.UltraLabel();
            this.ultraGridAllGroups = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.ultraGroupBox29 = new Infragistics.Win.Misc.UltraGroupBox();
            this.ultraGrid15 = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.ultraButton31 = new Infragistics.Win.Misc.UltraButton();
            this.ultraButton32 = new Infragistics.Win.Misc.UltraButton();
            this.ultraGroupBox30 = new Infragistics.Win.Misc.UltraGroupBox();
            this.ultraButton33 = new Infragistics.Win.Misc.UltraButton();
            this.ultraButton34 = new Infragistics.Win.Misc.UltraButton();
            this.ultraTextEditor39 = new HiiP.Framework.Common.Client.ExtendedUltraTextEditor();
            this.ultraLabel74 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraTextEditor40 = new HiiP.Framework.Common.Client.ExtendedUltraTextEditor();
            this.ultraLabel75 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraGrid16 = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.validationProvider = new Microsoft.Practices.EnterpriseLibrary.Validation.Integration.WinForms.ValidationProvider();
            this.ultraTabPageControlGeneral.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox12)).BeginInit();
            this.ultraGroupBox12.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txt_remarks)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox14)).BeginInit();
            this.ultraGroupBox14.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.cb_grade)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cb_subunit)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cb_unit)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cb_branch)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_EPRIN)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_ReportsTo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Txt_JobTitle)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_initials)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_alias)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_display)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_lastname)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cb_gender)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dt_dateofbirth)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cb_title)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_pagerno)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_mobileno)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_faxno)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_telephoneno)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_email)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_firstname)).BeginInit();
            this.ultraTabPageControl4.SuspendLayout();
            this.tableLayoutPanelOfficeMain.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox16)).BeginInit();
            this.ultraGroupBox16.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.SelectOfficeListView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox15)).BeginInit();
            this.ultraGroupBox15.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.OfficeTree)).BeginInit();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.eTTableBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
            this.ultraGroupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.StatusTextEditor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_username)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).BeginInit();
            this.ultraTabControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox10)).BeginInit();
            this.ultraGroupBox10.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGrid4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGrid5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox11)).BeginInit();
            this.ultraGroupBox11.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGrid6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor20)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor21)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
            this.ActionButtonsPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox19)).BeginInit();
            this.ultraGroupBox19.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGridAssignedGroups)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditorDescription)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditorGroupName)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGridAllGroups)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox29)).BeginInit();
            this.ultraGroupBox29.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGrid15)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox30)).BeginInit();
            this.ultraGroupBox30.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor39)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor40)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGrid16)).BeginInit();
            this.SuspendLayout();
            // 
            // ultraTabPageControlGeneral
            // 
            this.ultraTabPageControlGeneral.Controls.Add(this.ultraGroupBox12);
            this.ultraTabPageControlGeneral.Controls.Add(this.ultraGroupBox14);
            this.ultraTabPageControlGeneral.Location = new System.Drawing.Point(2, 21);
            this.ultraTabPageControlGeneral.Name = "ultraTabPageControlGeneral";
            this.ultraTabPageControlGeneral.Size = new System.Drawing.Size(974, 392);
            // 
            // ultraGroupBox12
            // 
            this.ultraGroupBox12.Controls.Add(this.ultraLabel32);
            this.ultraGroupBox12.Controls.Add(this.txt_remarks);
            this.ultraGroupBox12.Controls.Add(this.ultraLabel33);
            this.ultraGroupBox12.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraGroupBox12.Location = new System.Drawing.Point(0, 316);
            this.ultraGroupBox12.Name = "ultraGroupBox12";
            this.ultraGroupBox12.Size = new System.Drawing.Size(974, 76);
            this.ultraGroupBox12.TabIndex = 1;
            this.ultraGroupBox12.Text = "Others";
            this.ultraGroupBox12.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
            // 
            // ultraLabel32
            // 
            appearance70.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
            appearance70.TextHAlignAsString = "Right";
            this.ultraLabel32.Appearance = appearance70;
            this.ultraLabel32.Location = new System.Drawing.Point(7, 49);
            this.ultraLabel32.Name = "ultraLabel32";
            this.ultraLabel32.Size = new System.Drawing.Size(126, 15);
            this.ultraLabel32.TabIndex = 1;
            this.ultraLabel32.Text = "(max 250 chars)";
            // 
            // txt_remarks
            // 
            this.txt_remarks.AcceptsReturn = true;
            this.txt_remarks.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.txt_remarks.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
            this.txt_remarks.Location = new System.Drawing.Point(140, 20);
            this.txt_remarks.MaxLength = 250;
            this.txt_remarks.Multiline = true;
            this.txt_remarks.Name = "txt_remarks";
            this.validationProvider.SetPerformValidation(this.txt_remarks, true);
            this.txt_remarks.Scrollbars = System.Windows.Forms.ScrollBars.Vertical;
            this.txt_remarks.Size = new System.Drawing.Size(611, 51);
            this.validationProvider.SetSourcePropertyName(this.txt_remarks, "Remarks");
            this.txt_remarks.TabIndex = 2;
            // 
            // ultraLabel33
            // 
            appearance72.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
            appearance72.TextHAlignAsString = "Right";
            this.ultraLabel33.Appearance = appearance72;
            this.ultraLabel33.Location = new System.Drawing.Point(7, 26);
            this.ultraLabel33.Name = "ultraLabel33";
            this.ultraLabel33.Size = new System.Drawing.Size(126, 15);
            this.ultraLabel33.TabIndex = 0;
            this.ultraLabel33.Text = "Remarks";
            // 
            // ultraGroupBox14
            // 
            this.ultraGroupBox14.Controls.Add(this.cb_grade);
            this.ultraGroupBox14.Controls.Add(this.ultraLabel5);
            this.ultraGroupBox14.Controls.Add(this.ultraLabel4);
            this.ultraGroupBox14.Controls.Add(this.ultraLabel3);
            this.ultraGroupBox14.Controls.Add(this.cb_subunit);
            this.ultraGroupBox14.Controls.Add(this.cb_unit);
            this.ultraGroupBox14.Controls.Add(this.ultraLabel2);
            this.ultraGroupBox14.Controls.Add(this.cb_branch);
            this.ultraGroupBox14.Controls.Add(this.btn_ViewEP);
            this.ultraGroupBox14.Controls.Add(this.txt_EPRIN);
            this.ultraGroupBox14.Controls.Add(this.chb_ExternalUser);
            this.ultraGroupBox14.Controls.Add(this.ultraLabel80);
            this.ultraGroupBox14.Controls.Add(this.txt_ReportsTo);
            this.ultraGroupBox14.Controls.Add(this.Txt_JobTitle);
            this.ultraGroupBox14.Controls.Add(this.ultraLabel79);
            this.ultraGroupBox14.Controls.Add(this.txt_initials);
            this.ultraGroupBox14.Controls.Add(this.ultraLabel52);
            this.ultraGroupBox14.Controls.Add(this.txt_alias);
            this.ultraGroupBox14.Controls.Add(this.ultraLabel50);
            this.ultraGroupBox14.Controls.Add(this.txt_display);
            this.ultraGroupBox14.Controls.Add(this.ultraLabel51);
            this.ultraGroupBox14.Controls.Add(this.txt_lastname);
            this.ultraGroupBox14.Controls.Add(this.ultraLabel49);
            this.ultraGroupBox14.Controls.Add(this.cb_gender);
            this.ultraGroupBox14.Controls.Add(this.dt_dateofbirth);
            this.ultraGroupBox14.Controls.Add(this.cb_title);
            this.ultraGroupBox14.Controls.Add(this.txt_pagerno);
            this.ultraGroupBox14.Controls.Add(this.ultraLabel36);
            this.ultraGroupBox14.Controls.Add(this.txt_mobileno);
            this.ultraGroupBox14.Controls.Add(this.ultraLabel37);
            this.ultraGroupBox14.Controls.Add(this.txt_faxno);
            this.ultraGroupBox14.Controls.Add(this.ultraLabel38);
            this.ultraGroupBox14.Controls.Add(this.txt_telephoneno);
            this.ultraGroupBox14.Controls.Add(this.ultraLabel39);
            this.ultraGroupBox14.Controls.Add(this.txt_email);
            this.ultraGroupBox14.Controls.Add(this.ultraLabel40);
            this.ultraGroupBox14.Controls.Add(this.ultraLabel41);
            this.ultraGroupBox14.Controls.Add(this.ultraLabel42);
            this.ultraGroupBox14.Controls.Add(this.ultraLabel43);
            this.ultraGroupBox14.Controls.Add(this.txt_firstname);
            this.ultraGroupBox14.Controls.Add(this.ultraLabel44);
            this.ultraGroupBox14.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraGroupBox14.Location = new System.Drawing.Point(0, 0);
            this.ultraGroupBox14.Name = "ultraGroupBox14";
            this.ultraGroupBox14.Size = new System.Drawing.Size(974, 316);
            this.ultraGroupBox14.TabIndex = 0;
            this.ultraGroupBox14.Text = "Personal information";
            this.ultraGroupBox14.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
            // 
            // cb_grade
            // 
            this.cb_grade.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
            this.cb_grade.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.cb_grade.Location = new System.Drawing.Point(523, 229);
            this.cb_grade.Name = "cb_grade";
            this.cb_grade.Size = new System.Drawing.Size(225, 23);
            this.validationProvider.SetSourcePropertyName(this.cb_grade, "Title");
            this.cb_grade.SyncWithCurrencyManager = false;
            this.cb_grade.TabIndex = 33;
            // 
            // ultraLabel5
            // 
            appearance1.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
            appearance1.TextHAlignAsString = "Right";
            this.ultraLabel5.Appearance = appearance1;
            this.ultraLabel5.Location = new System.Drawing.Point(8, 291);
            this.ultraLabel5.Name = "ultraLabel5";
            this.ultraLabel5.Size = new System.Drawing.Size(126, 25);
            this.ultraLabel5.TabIndex = 39;
            this.ultraLabel5.Text = "Subunit";
            // 
            // ultraLabel4
            // 
            appearance339.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
            appearance339.TextHAlignAsString = "Right";
            this.ultraLabel4.Appearance = appearance339;
            this.ultraLabel4.Location = new System.Drawing.Point(18, 262);
            this.ultraLabel4.Name = "ultraLabel4";
            this.ultraLabel4.Size = new System.Drawing.Size(115, 25);
            this.ultraLabel4.TabIndex = 34;
            this.ultraLabel4.Text = "Unit";
            // 
            // ultraLabel3
            // 
            appearance5.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
            appearance5.TextHAlignAsString = "Right";
            this.ultraLabel3.Appearance = appearance5;
            this.ultraLabel3.Location = new System.Drawing.Point(7, 233);
            this.ultraLabel3.Name = "ultraLabel3";
            this.ultraLabel3.Size = new System.Drawing.Size(126, 25);
            this.ultraLabel3.TabIndex = 30;
            this.ultraLabel3.Text = "Branch";
            // 
            // cb_subunit
            // 
            this.cb_subunit.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
            this.cb_subunit.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.cb_subunit.Location = new System.Drawing.Point(138, 287);
            this.cb_subunit.Name = "cb_subunit";
            this.cb_subunit.Size = new System.Drawing.Size(225, 23);
            this.validationProvider.SetSourcePropertyName(this.cb_subunit, "Title");
            this.cb_subunit.SyncWithCurrencyManager = false;
            this.cb_subunit.TabIndex = 40;
            // 
            // cb_unit
            // 
            this.cb_unit.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
            this.cb_unit.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.cb_unit.Location = new System.Drawing.Point(138, 258);
            this.cb_unit.Name = "cb_unit";
            this.cb_unit.Size = new System.Drawing.Size(225, 23);
            this.validationProvider.SetSourcePropertyName(this.cb_unit, "Title");
            this.cb_unit.SyncWithCurrencyManager = false;
            this.cb_unit.TabIndex = 35;
            this.cb_unit.ValueChanged += new System.EventHandler(this.cb_unit_ValueChanged);
            // 
            // ultraLabel2
            // 
            appearance6.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
            appearance6.TextHAlignAsString = "Right";
            this.ultraLabel2.Appearance = appearance6;
            this.ultraLabel2.Location = new System.Drawing.Point(370, 233);
            this.ultraLabel2.Name = "ultraLabel2";
            this.ultraLabel2.Size = new System.Drawing.Size(147, 25);
            this.ultraLabel2.TabIndex = 32;
            this.ultraLabel2.Text = "Grade";
            // 
            // cb_branch
            // 
            this.cb_branch.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
            this.cb_branch.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.cb_branch.Location = new System.Drawing.Point(138, 229);
            this.cb_branch.Name = "cb_branch";
            this.cb_branch.Size = new System.Drawing.Size(225, 23);
            this.validationProvider.SetSourcePropertyName(this.cb_branch, "Title");
            this.cb_branch.SyncWithCurrencyManager = false;
            this.cb_branch.TabIndex = 31;
            this.cb_branch.ValueChanged += new System.EventHandler(this.cb_branch_ValueChanged);
            // 
            // btn_ViewEP
            // 
            this.btn_ViewEP.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
            this.btn_ViewEP.Enabled = false;
            this.btn_ViewEP.Location = new System.Drawing.Point(687, 258);
            this.btn_ViewEP.Name = "btn_ViewEP";
            this.btn_ViewEP.Size = new System.Drawing.Size(60, 25);
            this.btn_ViewEP.TabIndex = 38;
            this.btn_ViewEP.Text = "View EP";
            this.btn_ViewEP.Click += new System.EventHandler(this.btn_ViewEP_Click);
            // 
            // txt_EPRIN
            // 
            this.txt_EPRIN.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
            this.txt_EPRIN.Location = new System.Drawing.Point(523, 258);
            this.txt_EPRIN.MaxLength = 128;
            this.txt_EPRIN.Name = "txt_EPRIN";
            this.validationProvider.SetPerformValidation(this.txt_EPRIN, true);
            this.txt_EPRIN.ReadOnly = true;
            this.txt_EPRIN.Size = new System.Drawing.Size(158, 23);
            this.validationProvider.SetSourcePropertyName(this.txt_EPRIN, "EPRIN");
            this.txt_EPRIN.TabIndex = 37;
            // 
            // chb_ExternalUser
            // 
            this.chb_ExternalUser.BackColor = System.Drawing.Color.Transparent;
            this.chb_ExternalUser.BackColorInternal = System.Drawing.Color.Transparent;
            this.chb_ExternalUser.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.chb_ExternalUser.Location = new System.Drawing.Point(423, 262);
            this.chb_ExternalUser.Name = "chb_ExternalUser";
            this.chb_ExternalUser.Size = new System.Drawing.Size(94, 20);
            this.validationProvider.SetSourcePropertyName(this.chb_ExternalUser, "IsInternal");
            this.chb_ExternalUser.TabIndex = 36;
            this.chb_ExternalUser.Text = "External user";
            this.validationProvider.SetValidatedProperty(this.chb_ExternalUser, "Checked");
            this.chb_ExternalUser.CheckedChanged += new System.EventHandler(this.chb_ExternalUser_CheckedChanged);
            // 
            // ultraLabel80
            // 
            appearance198.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
            appearance198.TextHAlignAsString = "Right";
            this.ultraLabel80.Appearance = appearance198;
            this.ultraLabel80.Location = new System.Drawing.Point(370, 204);
            this.ultraLabel80.Name = "ultraLabel80";
            this.ultraLabel80.Size = new System.Drawing.Size(147, 25);
            this.ultraLabel80.TabIndex = 28;
            this.ultraLabel80.Text = "Reports to";
            // 
            // txt_ReportsTo
            // 
            appearance2.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
            appearance2.BackColor2 = System.Drawing.SystemColors.ActiveCaptionText;
            appearance2.BackColorDisabled = System.Drawing.SystemColors.ActiveCaptionText;
            appearance2.BackColorDisabled2 = System.Drawing.SystemColors.ActiveCaptionText;
            this.txt_ReportsTo.Appearance = appearance2;
            this.txt_ReportsTo.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
            editorButton1.Text = "...";
            editorButton1.Width = 20;
            this.txt_ReportsTo.ButtonsRight.Add(editorButton1);
            this.txt_ReportsTo.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
            this.txt_ReportsTo.Location = new System.Drawing.Point(523, 200);
            this.txt_ReportsTo.MaxLength = 256;
            this.txt_ReportsTo.Name = "txt_ReportsTo";
            this.txt_ReportsTo.ReadOnly = true;
            this.txt_ReportsTo.Size = new System.Drawing.Size(225, 23);
            this.txt_ReportsTo.TabIndex = 29;
            this.txt_ReportsTo.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.ultraTextEditorReportsTo_EditorButtonClick);
            // 
            // Txt_JobTitle
            // 
            this.Txt_JobTitle.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
            this.Txt_JobTitle.Location = new System.Drawing.Point(138, 200);
            this.Txt_JobTitle.MaxLength = 256;
            this.Txt_JobTitle.Name = "Txt_JobTitle";
            this.Txt_JobTitle.Size = new System.Drawing.Size(225, 23);
            this.Txt_JobTitle.TabIndex = 27;
            // 
            // ultraLabel79
            // 
            appearance7.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
            appearance7.TextHAlignAsString = "Right";
            this.ultraLabel79.Appearance = appearance7;
            this.ultraLabel79.Location = new System.Drawing.Point(7, 204);
            this.ultraLabel79.Name = "ultraLabel79";
            this.ultraLabel79.Size = new System.Drawing.Size(126, 25);
            this.ultraLabel79.TabIndex = 26;
            this.ultraLabel79.Text = "Job title";
            // 
            // txt_initials
            // 
            this.txt_initials.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
            this.txt_initials.Location = new System.Drawing.Point(321, 26);
            this.txt_initials.MaxLength = 64;
            this.txt_initials.Name = "txt_initials";
            this.txt_initials.Size = new System.Drawing.Size(42, 23);
            this.txt_initials.TabIndex = 3;
            // 
            // ultraLabel52
            // 
            appearance194.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
            appearance194.TextHAlignAsString = "Right";
            this.ultraLabel52.Appearance = appearance194;
            this.ultraLabel52.Location = new System.Drawing.Point(260, 30);
            this.ultraLabel52.Name = "ultraLabel52";
            this.ultraLabel52.Size = new System.Drawing.Size(56, 18);
            this.ultraLabel52.TabIndex = 2;
            this.ultraLabel52.Text = "Initials";
            // 
            // txt_alias
            // 
            this.txt_alias.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
            this.txt_alias.Location = new System.Drawing.Point(523, 55);
            this.txt_alias.MaxLength = 256;
            this.txt_alias.Name = "txt_alias";
            this.txt_alias.Size = new System.Drawing.Size(225, 23);
            this.txt_alias.TabIndex = 9;
            // 
            // ultraLabel50
            // 
            appearance195.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
            appearance195.TextHAlignAsString = "Right";
            this.ultraLabel50.Appearance = appearance195;
            this.ultraLabel50.Location = new System.Drawing.Point(370, 59);
            this.ultraLabel50.Name = "ultraLabel50";
            this.ultraLabel50.Size = new System.Drawing.Size(147, 25);
            this.ultraLabel50.TabIndex = 8;
            this.ultraLabel50.Text = "Alias";
            // 
            // txt_display
            // 
            this.txt_display.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
            this.txt_display.Location = new System.Drawing.Point(138, 55);
            this.txt_display.MaxLength = 256;
            this.txt_display.Name = "txt_display";
            this.validationProvider.SetPerformValidation(this.txt_display, true);
            this.txt_display.Size = new System.Drawing.Size(225, 23);
            this.validationProvider.SetSourcePropertyName(this.txt_display, "Display");
            this.txt_display.TabIndex = 7;
            // 
            // ultraLabel51
            // 
            appearance196.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
            appearance196.TextHAlignAsString = "Right";
            this.ultraLabel51.Appearance = appearance196;
            this.ultraLabel51.Location = new System.Drawing.Point(7, 59);
            this.ultraLabel51.Name = "ultraLabel51";
            this.ultraLabel51.Size = new System.Drawing.Size(126, 25);
            this.ultraLabel51.TabIndex = 6;
            this.ultraLabel51.Text = "* Display name";
            // 
            // txt_lastname
            // 
            this.txt_lastname.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
            this.txt_lastname.Location = new System.Drawing.Point(523, 26);
            this.txt_lastname.MaxLength = 128;
            this.txt_lastname.Name = "txt_lastname";
            this.validationProvider.SetPerformValidation(this.txt_lastname, true);
            this.txt_lastname.Size = new System.Drawing.Size(225, 23);
            this.validationProvider.SetSourcePropertyName(this.txt_lastname, "LastName");
            this.txt_lastname.TabIndex = 5;
            // 
            // ultraLabel49
            // 
            appearance197.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
            appearance197.TextHAlignAsString = "Right";
            this.ultraLabel49.Appearance = appearance197;
            this.ultraLabel49.Location = new System.Drawing.Point(370, 30);
            this.ultraLabel49.Name = "ultraLabel49";
            this.ultraLabel49.Size = new System.Drawing.Size(147, 25);
            this.ultraLabel49.TabIndex = 4;
            this.ultraLabel49.Text = "* Last name";
            // 
            // cb_gender
            // 
            this.cb_gender.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
            this.cb_gender.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.cb_gender.Location = new System.Drawing.Point(138, 84);
            this.cb_gender.Name = "cb_gender";
            this.cb_gender.Size = new System.Drawing.Size(225, 23);
            this.validationProvider.SetSourcePropertyName(this.cb_gender, "Gender");
            this.cb_gender.SyncWithCurrencyManager = false;
            this.cb_gender.TabIndex = 11;
            // 
            // dt_dateofbirth
            // 
            this.dt_dateofbirth.DateTime = new System.DateTime(1753, 1, 1, 0, 0, 0, 0);
            this.dt_dateofbirth.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
            this.dt_dateofbirth.Location = new System.Drawing.Point(138, 113);
            this.dt_dateofbirth.Name = "dt_dateofbirth";
            this.dt_dateofbirth.Size = new System.Drawing.Size(225, 23);
            this.dt_dateofbirth.TabIndex = 15;
            this.dt_dateofbirth.Value = null;
            // 
            // cb_title
            // 
            this.cb_title.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
            this.cb_title.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.cb_title.Location = new System.Drawing.Point(523, 84);
            this.cb_title.Name = "cb_title";
            this.cb_title.Size = new System.Drawing.Size(225, 23);
            this.validationProvider.SetSourcePropertyName(this.cb_title, "Title");
            this.cb_title.SyncWithCurrencyManager = false;
            this.cb_title.TabIndex = 13;
            // 
            // txt_pagerno
            // 
            this.txt_pagerno.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
            this.txt_pagerno.Location = new System.Drawing.Point(523, 171);
            this.txt_pagerno.MaxLength = 50;
            this.txt_pagerno.Name = "txt_pagerno";
            this.txt_pagerno.Size = new System.Drawing.Size(225, 23);
            this.txt_pagerno.TabIndex = 25;
            // 
            // ultraLabel36
            // 
            appearance4.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
            appearance4.TextHAlignAsString = "Right";
            this.ultraLabel36.Appearance = appearance4;
            this.ultraLabel36.Location = new System.Drawing.Point(370, 175);
            this.ultraLabel36.Name = "ultraLabel36";
            this.ultraLabel36.Size = new System.Drawing.Size(147, 25);
            this.ultraLabel36.TabIndex = 24;
            this.ultraLabel36.Text = "Pager No.";
            // 
            // txt_mobileno
            // 
            this.txt_mobileno.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
            this.txt_mobileno.Location = new System.Drawing.Point(138, 171);
            this.txt_mobileno.MaxLength = 50;
            this.txt_mobileno.Name = "txt_mobileno";
            this.txt_mobileno.Size = new System.Drawing.Size(225, 23);
            this.txt_mobileno.TabIndex = 23;
            // 
            // ultraLabel37
            // 
            appearance336.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
            appearance336.TextHAlignAsString = "Right";
            this.ultraLabel37.Appearance = appearance336;
            this.ultraLabel37.Location = new System.Drawing.Point(7, 175);
            this.ultraLabel37.Name = "ultraLabel37";
            this.ultraLabel37.Size = new System.Drawing.Size(126, 25);
            this.ultraLabel37.TabIndex = 22;
            this.ultraLabel37.Text = "Mobile No.";
            // 
            // txt_faxno
            // 
            this.txt_faxno.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
            this.txt_faxno.Location = new System.Drawing.Point(523, 142);
            this.txt_faxno.MaxLength = 50;
            this.txt_faxno.Name = "txt_faxno";
            this.txt_faxno.Size = new System.Drawing.Size(225, 23);
            this.txt_faxno.TabIndex = 21;
            // 
            // ultraLabel38
            // 
            appearance200.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
            appearance200.TextHAlignAsString = "Right";
            this.ultraLabel38.Appearance = appearance200;
            this.ultraLabel38.Location = new System.Drawing.Point(370, 146);
            this.ultraLabel38.Name = "ultraLabel38";
            this.ultraLabel38.Size = new System.Drawing.Size(147, 25);
            this.ultraLabel38.TabIndex = 20;
            this.ultraLabel38.Text = "Fax No.";
            // 
            // txt_telephoneno
            // 
            this.txt_telephoneno.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
            this.txt_telephoneno.Location = new System.Drawing.Point(138, 142);
            this.txt_telephoneno.MaxLength = 128;
            this.txt_telephoneno.Name = "txt_telephoneno";
            this.txt_telephoneno.Size = new System.Drawing.Size(225, 23);
            this.validationProvider.SetSourcePropertyName(this.txt_telephoneno, "TelephoneNo");
            this.txt_telephoneno.TabIndex = 19;
            // 
            // ultraLabel39
            // 
            appearance201.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
            appearance201.TextHAlignAsString = "Right";
            this.ultraLabel39.Appearance = appearance201;
            this.ultraLabel39.Location = new System.Drawing.Point(7, 146);
            this.ultraLabel39.Name = "ultraLabel39";
            this.ultraLabel39.Size = new System.Drawing.Size(126, 25);
            this.ultraLabel39.TabIndex = 18;
            this.ultraLabel39.Text = "Telephone No.";
            // 
            // txt_email
            // 
            this.txt_email.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
            this.txt_email.Location = new System.Drawing.Point(523, 113);
            this.txt_email.MaxLength = 128;
            this.txt_email.Name = "txt_email";
            this.txt_email.Size = new System.Drawing.Size(225, 23);
            this.validationProvider.SetSourcePropertyName(this.txt_email, "Email");
            this.txt_email.TabIndex = 17;
            // 
            // ultraLabel40
            // 
            appearance202.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
            appearance202.TextHAlignAsString = "Right";
            this.ultraLabel40.Appearance = appearance202;
            this.ultraLabel40.Location = new System.Drawing.Point(370, 117);
            this.ultraLabel40.Name = "ultraLabel40";
            this.ultraLabel40.Size = new System.Drawing.Size(147, 25);
            this.ultraLabel40.TabIndex = 16;
            this.ultraLabel40.Text = "Email";
            // 
            // ultraLabel41
            // 
            appearance203.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
            appearance203.TextHAlignAsString = "Right";
            this.ultraLabel41.Appearance = appearance203;
            this.ultraLabel41.Location = new System.Drawing.Point(7, 117);
            this.ultraLabel41.Name = "ultraLabel41";
            this.ultraLabel41.Size = new System.Drawing.Size(126, 25);
            this.ultraLabel41.TabIndex = 14;
            this.ultraLabel41.Text = "Date of birth";
            // 
            // ultraLabel42
            // 
            appearance204.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
            appearance204.TextHAlignAsString = "Right";
            this.ultraLabel42.Appearance = appearance204;
            this.ultraLabel42.Location = new System.Drawing.Point(370, 88);
            this.ultraLabel42.Name = "ultraLabel42";
            this.ultraLabel42.Size = new System.Drawing.Size(147, 25);
            this.ultraLabel42.TabIndex = 12;
            this.ultraLabel42.Text = "Title";
            // 
            // ultraLabel43
            // 
            appearance205.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
            appearance205.TextHAlignAsString = "Right";
            this.ultraLabel43.Appearance = appearance205;
            this.ultraLabel43.Location = new System.Drawing.Point(7, 88);
            this.ultraLabel43.Name = "ultraLabel43";
            this.ultraLabel43.Size = new System.Drawing.Size(126, 25);
            this.ultraLabel43.TabIndex = 10;
            this.ultraLabel43.Text = "Gender";
            // 
            // txt_firstname
            // 
            this.txt_firstname.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
            this.txt_firstname.Location = new System.Drawing.Point(138, 26);
            this.txt_firstname.MaxLength = 128;
            this.txt_firstname.Name = "txt_firstname";
            this.validationProvider.SetPerformValidation(this.txt_firstname, true);
            this.txt_firstname.Size = new System.Drawing.Size(110, 23);
            this.validationProvider.SetSourcePropertyName(this.txt_firstname, "FirstName");
            this.txt_firstname.TabIndex = 1;
            // 
            // ultraLabel44
            // 
            appearance206.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
            appearance206.TextHAlignAsString = "Right";
            this.ultraLabel44.Appearance = appearance206;
            this.ultraLabel44.Location = new System.Drawing.Point(7, 30);
            this.ultraLabel44.Name = "ultraLabel44";
            this.ultraLabel44.Size = new System.Drawing.Size(126, 25);
            this.ultraLabel44.TabIndex = 0;
            this.ultraLabel44.Text = "* First name";
            // 
            // ultraTabPageControl4
            // 
            this.ultraTabPageControl4.Controls.Add(this.tableLayoutPanelOfficeMain);
            this.ultraTabPageControl4.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl4.Name = "ultraTabPageControl4";
            this.ultraTabPageControl4.Size = new System.Drawing.Size(974, 392);
            // 
            // tableLayoutPanelOfficeMain
            // 
            this.tableLayoutPanelOfficeMain.ColumnCount = 3;
            this.tableLayoutPanelOfficeMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanelOfficeMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
            this.tableLayoutPanelOfficeMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanelOfficeMain.Controls.Add(this.ultraGroupBox16, 2, 0);
            this.tableLayoutPanelOfficeMain.Controls.Add(this.ultraGroupBox15, 0, 0);
            this.tableLayoutPanelOfficeMain.Controls.Add(this.panel1, 1, 0);
            this.tableLayoutPanelOfficeMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanelOfficeMain.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanelOfficeMain.Name = "tableLayoutPanelOfficeMain";
            this.tableLayoutPanelOfficeMain.RowCount = 1;
            this.tableLayoutPanelOfficeMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanelOfficeMain.Size = new System.Drawing.Size(974, 392);
            this.tableLayoutPanelOfficeMain.TabIndex = 0;
            // 
            // ultraGroupBox16
            // 
            this.ultraGroupBox16.Controls.Add(this.SelectOfficeListView);
            this.ultraGroupBox16.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraGroupBox16.Location = new System.Drawing.Point(540, 3);
            this.ultraGroupBox16.Name = "ultraGroupBox16";
            this.ultraGroupBox16.Size = new System.Drawing.Size(431, 386);
            this.ultraGroupBox16.TabIndex = 2;
            this.ultraGroupBox16.Text = "Selected office(s)";
            // 
            // SelectOfficeListView
            // 
            this.SelectOfficeListView.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.SelectOfficeListView.BorderStyle = Infragistics.Win.UIElementBorderStyle.WindowsVista;
            this.SelectOfficeListView.ItemSettings.DefaultImage = ((System.Drawing.Image)(resources.GetObject("SelectOfficeListView.ItemSettings.DefaultImage")));
            this.SelectOfficeListView.ItemSettings.HideSelection = false;
            this.SelectOfficeListView.ItemSettings.SelectionType = Infragistics.Win.UltraWinListView.SelectionType.Single;
            this.SelectOfficeListView.Location = new System.Drawing.Point(4, 26);
            this.SelectOfficeListView.Name = "SelectOfficeListView";
            this.SelectOfficeListView.ScrollBarLook.ViewStyle = Infragistics.Win.UltraWinScrollBar.ScrollBarViewStyle.WindowsVista;
            this.SelectOfficeListView.Size = new System.Drawing.Size(424, 357);
            this.SelectOfficeListView.TabIndex = 0;
            this.SelectOfficeListView.Text = "Selected office(s)";
            this.SelectOfficeListView.View = Infragistics.Win.UltraWinListView.UltraListViewStyle.List;
            this.SelectOfficeListView.ViewSettingsList.MultiColumn = false;
            this.SelectOfficeListView.ItemActivated += new Infragistics.Win.UltraWinListView.ItemActivatedEventHandler(this.SelectOfficeListView_ItemActivated);
            // 
            // ultraGroupBox15
            // 
            this.ultraGroupBox15.Controls.Add(this.OfficeTree);
            this.ultraGroupBox15.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraGroupBox15.Location = new System.Drawing.Point(3, 3);
            this.ultraGroupBox15.Name = "ultraGroupBox15";
            this.ultraGroupBox15.Size = new System.Drawing.Size(431, 386);
            this.ultraGroupBox15.TabIndex = 0;
            this.ultraGroupBox15.Text = "Office(s)";
            // 
            // OfficeTree
            // 
            this.OfficeTree.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.OfficeTree.BorderStyle = Infragistics.Win.UIElementBorderStyle.WindowsVista;
            this.OfficeTree.DisplayStyle = Infragistics.Win.UltraWinTree.UltraTreeDisplayStyle.Standard;
            this.OfficeTree.HideSelection = false;
            this.OfficeTree.ImageTransparentColor = System.Drawing.Color.Transparent;
            this.OfficeTree.Location = new System.Drawing.Point(3, 20);
            this.OfficeTree.Name = "OfficeTree";
            this.OfficeTree.NodeConnectorColor = System.Drawing.SystemColors.ControlDark;
            appearance191.BackColor = System.Drawing.Color.SkyBlue;
            appearance191.ForeColor = System.Drawing.Color.White;
            _override1.SelectedNodeAppearance = appearance191;
            this.OfficeTree.Override = _override1;
            this.OfficeTree.Size = new System.Drawing.Size(425, 362);
            this.OfficeTree.TabIndex = 0;
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.SelectButton);
            this.panel1.Controls.Add(this.UnselectButton);
            this.panel1.Controls.Add(this.DefaultButton);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(440, 3);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(94, 386);
            this.panel1.TabIndex = 1;
            // 
            // SelectButton
            // 
            this.SelectButton.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
            this.SelectButton.Location = new System.Drawing.Point(11, 157);
            this.SelectButton.Name = "SelectButton";
            this.SelectButton.Size = new System.Drawing.Size(75, 23);
            this.SelectButton.TabIndex = 0;
            this.SelectButton.Text = "Ass&ign";
            this.SelectButton.Click += new System.EventHandler(this.SelectButton_Click);
            // 
            // UnselectButton
            // 
            this.UnselectButton.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
            this.UnselectButton.Location = new System.Drawing.Point(11, 186);
            this.UnselectButton.Name = "UnselectButton";
            this.UnselectButton.Size = new System.Drawing.Size(75, 23);
            this.UnselectButton.TabIndex = 1;
            this.UnselectButton.Text = "&Unassign";
            this.UnselectButton.Click += new System.EventHandler(this.UnselectButton_Click);
            // 
            // DefaultButton
            // 
            this.DefaultButton.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
            this.DefaultButton.Location = new System.Drawing.Point(11, 215);
            this.DefaultButton.Name = "DefaultButton";
            this.DefaultButton.Size = new System.Drawing.Size(75, 23);
            this.DefaultButton.TabIndex = 2;
            this.DefaultButton.Text = "De&fault";
            this.DefaultButton.Click += new System.EventHandler(this.DefaultButton_Click);
            // 
            // ultraTabPageControl2
            // 
            this.ultraTabPageControl2.AutoScroll = true;
            this.ultraTabPageControl2.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl2.Name = "ultraTabPageControl2";
            this.ultraTabPageControl2.Size = new System.Drawing.Size(974, 392);
            // 
            // ultraTabPageControl3
            // 
            this.ultraTabPageControl3.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl3.Name = "ultraTabPageControl3";
            this.ultraTabPageControl3.Size = new System.Drawing.Size(974, 392);
            // 
            // ultraTabPageControl9
            // 
            this.ultraTabPageControl9.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl9.Name = "ultraTabPageControl9";
            this.ultraTabPageControl9.Size = new System.Drawing.Size(974, 392);
            // 
            // ultraTabPageControl10
            // 
            this.ultraTabPageControl10.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl10.Name = "ultraTabPageControl10";
            this.ultraTabPageControl10.Size = new System.Drawing.Size(974, 392);
            // 
            // eTTableBindingSource
            // 
            this.eTTableBindingSource.DataMember = "ETTable";
            this.eTTableBindingSource.DataSource = typeof(HiiP.Framework.Security.UserManagement.BusinessEntity.DataSetETRoles);
            // 
            // ultraButton7
            // 
            this.ultraButton7.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
            this.ultraButton7.Location = new System.Drawing.Point(311, 240);
            this.ultraButton7.Name = "ultraButton7";
            this.ultraButton7.Size = new System.Drawing.Size(60, 23);
            this.ultraButton7.TabIndex = 3;
            this.ultraButton7.Text = ">";
            // 
            // ultraButton6
            // 
            this.ultraButton6.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
            this.ultraButton6.Location = new System.Drawing.Point(311, 198);
            this.ultraButton6.Name = "ultraButton6";
            this.ultraButton6.Size = new System.Drawing.Size(60, 23);
            this.ultraButton6.TabIndex = 2;
            this.ultraButton6.Text = ">>";
            // 
            // ultraGroupBox1
            // 
            this.ultraGroupBox1.Controls.Add(this.StatusTextEditor);
            this.ultraGroupBox1.Controls.Add(this.statusLabel);
            this.ultraGroupBox1.Controls.Add(this.txt_username);
            this.ultraGroupBox1.Controls.Add(this.ultraLabel1);
            this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
            this.ultraGroupBox1.Name = "ultraGroupBox1";
            this.ultraGroupBox1.Size = new System.Drawing.Size(978, 56);
            this.ultraGroupBox1.TabIndex = 0;
            this.ultraGroupBox1.Text = "Account information";
            this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
            // 
            // StatusTextEditor
            // 
            this.StatusTextEditor.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
            this.StatusTextEditor.Enabled = false;
            this.StatusTextEditor.Location = new System.Drawing.Point(521, 23);
            this.StatusTextEditor.MaxLength = 128;
            this.StatusTextEditor.Name = "StatusTextEditor";
            this.StatusTextEditor.Size = new System.Drawing.Size(225, 23);
            this.validationProvider.SetSourcePropertyName(this.StatusTextEditor, "");
            this.StatusTextEditor.TabIndex = 3;
            // 
            // statusLabel
            // 
            appearance156.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
            appearance156.TextHAlignAsString = "Right";
            this.statusLabel.Appearance = appearance156;
            this.statusLabel.Location = new System.Drawing.Point(380, 27);
            this.statusLabel.Name = "statusLabel";
            this.statusLabel.Size = new System.Drawing.Size(135, 25);
            this.statusLabel.TabIndex = 2;
            this.statusLabel.Text = "Status";
            // 
            // txt_username
            // 
            this.txt_username.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
            this.txt_username.Location = new System.Drawing.Point(142, 22);
            this.txt_username.MaxLength = 24;
            this.txt_username.Name = "txt_username";
            this.validationProvider.SetPerformValidation(this.txt_username, true);
            this.txt_username.Size = new System.Drawing.Size(225, 23);
            this.validationProvider.SetSourcePropertyName(this.txt_username, "UserName");
            this.txt_username.TabIndex = 1;
            // 
            // ultraLabel1
            // 
            appearance3.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
            this.ultraLabel1.Appearance = appearance3;
            this.ultraLabel1.Location = new System.Drawing.Point(63, 26);
            this.ultraLabel1.Name = "ultraLabel1";
            this.ultraLabel1.Size = new System.Drawing.Size(68, 25);
            this.ultraLabel1.TabIndex = 0;
            this.ultraLabel1.Text = "* User ID";
            // 
            // ultraTabControl1
            // 
            appearance86.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
            appearance86.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            this.ultraTabControl1.ActiveTabAppearance = appearance86;
            this.ultraTabControl1.Controls.Add(this.ultraTabSharedControlsPage1);
            this.ultraTabControl1.Controls.Add(this.ultraTabPageControlGeneral);
            this.ultraTabControl1.Controls.Add(this.ultraTabPageControl2);
            this.ultraTabControl1.Controls.Add(this.ultraTabPageControl3);
            this.ultraTabControl1.Controls.Add(this.ultraTabPageControl4);
            this.ultraTabControl1.Controls.Add(this.ultraTabPageControl9);
            this.ultraTabControl1.Controls.Add(this.ultraTabPageControl10);
            this.ultraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraTabControl1.Location = new System.Drawing.Point(0, 56);
            this.ultraTabControl1.Name = "ultraTabControl1";
            this.ultraTabControl1.SharedControlsPage = this.ultraTabSharedControlsPage1;
            this.ultraTabControl1.Size = new System.Drawing.Size(978, 415);
            this.ultraTabControl1.Style = Infragistics.Win.UltraWinTabControl.UltraTabControlStyle.PropertyPage2003;
            this.ultraTabControl1.TabIndex = 1;
            ultraTab5.Key = "General";
            ultraTab5.TabPage = this.ultraTabPageControlGeneral;
            ultraTab5.Text = "General";
            ultraTab6.Key = "Offices";
            ultraTab6.TabPage = this.ultraTabPageControl4;
            ultraTab6.Text = "Offices";
            ultraTab7.Key = "FuncRoles";
            ultraTab7.TabPage = this.ultraTabPageControl2;
            ultraTab7.Text = "Functional roles";
            ultraTab8.Key = "WfGroups";
            ultraTab8.TabPage = this.ultraTabPageControl3;
            ultraTab8.Text = "Workflow";
            ultraTab1.Key = "DMSRoles";
            ultraTab1.TabPage = this.ultraTabPageControl9;
            ultraTab1.Text = "DMS roles";
            ultraTab2.Key = "GISRoles";
            ultraTab2.TabPage = this.ultraTabPageControl10;
            ultraTab2.Text = "GIS roles";
            this.ultraTabControl1.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
            ultraTab5,
            ultraTab6,
            ultraTab7,
            ultraTab8,
            ultraTab1,
            ultraTab2});
            this.ultraTabControl1.ViewStyle = Infragistics.Win.UltraWinTabControl.ViewStyle.Office2007;
            this.ultraTabControl1.SelectedTabChanged += new Infragistics.Win.UltraWinTabControl.SelectedTabChangedEventHandler(this.ultraTabControl1_SelectedTabChanged);
            // 
            // ultraTabSharedControlsPage1
            // 
            this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
            this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(974, 392);
            // 
            // ultraButton13
            // 
            this.ultraButton13.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
            this.ultraButton13.Location = new System.Drawing.Point(311, 240);
            this.ultraButton13.Name = "ultraButton13";
            this.ultraButton13.Size = new System.Drawing.Size(60, 23);
            this.ultraButton13.TabIndex = 3;
            this.ultraButton13.Text = ">";
            // 
            // ultraButton14
            // 
            this.ultraButton14.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
            this.ultraButton14.Location = new System.Drawing.Point(311, 198);
            this.ultraButton14.Name = "ultraButton14";
            this.ultraButton14.Size = new System.Drawing.Size(60, 23);
            this.ultraButton14.TabIndex = 2;
            this.ultraButton14.Text = ">>";
            // 
            // ultraGroupBox10
            // 
            this.ultraGroupBox10.Controls.Add(this.ultraGrid4);
            this.ultraGroupBox10.Controls.Add(this.ultraGrid5);
            this.ultraGroupBox10.Location = new System.Drawing.Point(379, 4);
            this.ultraGroupBox10.Name = "ultraGroupBox10";
            this.ultraGroupBox10.Size = new System.Drawing.Size(300, 493);
            this.ultraGroupBox10.TabIndex = 1;
            this.ultraGroupBox10.Text = "Assigned Roles";
            this.ultraGroupBox10.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
            // 
            // ultraGrid4
            // 
            appearance117.BackColor = System.Drawing.SystemColors.Window;
            appearance117.BorderColor = System.Drawing.SystemColors.InactiveCaption;
            this.ultraGrid4.DisplayLayout.Appearance = appearance117;
            this.ultraGrid4.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            this.ultraGrid4.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
            appearance118.BackColor = System.Drawing.SystemColors.ActiveBorder;
            appearance118.BackColor2 = System.Drawing.SystemColors.ControlDark;
            appearance118.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance118.BorderColor = System.Drawing.SystemColors.Window;
            this.ultraGrid4.DisplayLayout.GroupByBox.Appearance = appearance118;
            appearance119.ForeColor = System.Drawing.SystemColors.GrayText;
            this.ultraGrid4.DisplayLayout.GroupByBox.BandLabelAppearance = appearance119;
            this.ultraGrid4.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            appearance120.BackColor = System.Drawing.SystemColors.ControlLightLight;
            appearance120.BackColor2 = System.Drawing.SystemColors.Control;
            appearance120.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
            appearance120.ForeColor = System.Drawing.SystemColors.GrayText;
            this.ultraGrid4.DisplayLayout.GroupByBox.PromptAppearance = appearance120;
            this.ultraGrid4.DisplayLayout.MaxColScrollRegions = 1;
            this.ultraGrid4.DisplayLayout.MaxRowScrollRegions = 1;
            appearance121.BackColor = System.Drawing.SystemColors.Window;
            appearance121.ForeColor = System.Drawing.SystemColors.ControlText;
            this.ultraGrid4.DisplayLayout.Override.ActiveCellAppearance = appearance121;
            appearance122.BackColor = System.Drawing.SystemColors.Highlight;
            appearance122.ForeColor = System.Drawing.SystemColors.HighlightText;
            this.ultraGrid4.DisplayLayout.Override.ActiveRowAppearance = appearance122;
            this.ultraGrid4.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
            this.ultraGrid4.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
            appearance123.BackColor = System.Drawing.SystemColors.Window;
            this.ultraGrid4.DisplayLayout.Override.CardAreaAppearance = appearance123;
            appearance124.BorderColor = System.Drawing.Color.Silver;
            appearance124.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
            this.ultraGrid4.DisplayLayout.Override.CellAppearance = appearance124;
            this.ultraGrid4.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
            this.ultraGrid4.DisplayLayout.Override.CellPadding = 0;
            appearance125.BackColor = System.Drawing.SystemColors.Control;
            appearance125.BackColor2 = System.Drawing.SystemColors.ControlDark;
            appearance125.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
            appearance125.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
            appearance125.BorderColor = System.Drawing.SystemColors.Window;
            this.ultraGrid4.DisplayLayout.Override.GroupByRowAppearance = appearance125;
            appearance126.TextHAlignAsString = "Left";
            this.ultraGrid4.DisplayLayout.Override.HeaderAppearance = appearance126;
            this.ultraGrid4.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
            this.ultraGrid4.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
            appearance127.BackColor = System.Drawing.SystemColors.Window;
            appearance127.BorderColor = System.Drawing.Color.Silver;
            this.ultraGrid4.DisplayLayout.Override.RowAppearance = appearance127;
            this.ultraGrid4.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
            appearance128.BackColor = System.Drawing.SystemColors.ControlLight;
            this.ultraGrid4.DisplayLayout.Override.TemplateAddRowAppearance = appearance128;
            this.ultraGrid4.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
            this.ultraGrid4.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
            this.ultraGrid4.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
            this.ultraGrid4.Location = new System.Drawing.Point(19, 30);
            this.ultraGrid4.Name = "ultraGrid4";
            this.ultraGrid4.Size = new System.Drawing.Size(263, 453);
            this.ultraGrid4.TabIndex = 28;
            this.ultraGrid4.Text = "ultraGrid4";
            // 
            // ultraGrid5
            // 
            appearance129.BackColor = System.Drawing.SystemColors.Window;
            appearance129.BorderColor = System.Drawing.SystemColors.InactiveCaption;
            this.ultraGrid5.DisplayLayout.Appearance = appearance129;
            this.ultraGrid5.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            this.ultraGrid5.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
            appearance130.BackColor = System.Drawing.SystemColors.ActiveBorder;
            appearance130.BackColor2 = System.Drawing.SystemColors.ControlDark;
            appearance130.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance130.BorderColor = System.Drawing.SystemColors.Window;
            this.ultraGrid5.DisplayLayout.GroupByBox.Appearance = appearance130;
            appearance131.ForeColor = System.Drawing.SystemColors.GrayText;
            this.ultraGrid5.DisplayLayout.GroupByBox.BandLabelAppearance = appearance131;
            this.ultraGrid5.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            appearance132.BackColor = System.Drawing.SystemColors.ControlLightLight;
            appearance132.BackColor2 = System.Drawing.SystemColors.Control;
            appearance132.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
            appearance132.ForeColor = System.Drawing.SystemColors.GrayText;
            this.ultraGrid5.DisplayLayout.GroupByBox.PromptAppearance = appearance132;
            this.ultraGrid5.DisplayLayout.MaxColScrollRegions = 1;
            this.ultraGrid5.DisplayLayout.MaxRowScrollRegions = 1;
            appearance133.BackColor = System.Drawing.SystemColors.Window;
            appearance133.ForeColor = System.Drawing.SystemColors.ControlText;
            this.ultraGrid5.DisplayLayout.Override.ActiveCellAppearance = appearance133;
            appearance134.BackColor = System.Drawing.SystemColors.Highlight;
            appearance134.ForeColor = System.Drawing.SystemColors.HighlightText;
            this.ultraGrid5.DisplayLayout.Override.ActiveRowAppearance = appearance134;
            this.ultraGrid5.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
            this.ultraGrid5.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
            appearance135.BackColor = System.Drawing.SystemColors.Window;
            this.ultraGrid5.DisplayLayout.Override.CardAreaAppearance = appearance135;
            appearance136.BorderColor = System.Drawing.Color.Silver;
            appearance136.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
            this.ultraGrid5.DisplayLayout.Override.CellAppearance = appearance136;
            this.ultraGrid5.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
            this.ultraGrid5.DisplayLayout.Override.CellPadding = 0;
            appearance137.BackColor = System.Drawing.SystemColors.Control;
            appearance137.BackColor2 = System.Drawing.SystemColors.ControlDark;
            appearance137.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
            appearance137.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
            appearance137.BorderColor = System.Drawing.SystemColors.Window;
            this.ultraGrid5.DisplayLayout.Override.GroupByRowAppearance = appearance137;
            appearance138.TextHAlignAsString = "Left";
            this.ultraGrid5.DisplayLayout.Override.HeaderAppearance = appearance138;
            this.ultraGrid5.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
            this.ultraGrid5.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
            appearance139.BackColor = System.Drawing.SystemColors.Window;
            appearance139.BorderColor = System.Drawing.Color.Silver;
            this.ultraGrid5.DisplayLayout.Override.RowAppearance = appearance139;
            this.ultraGrid5.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
            appearance140.BackColor = System.Drawing.SystemColors.ControlLight;
            this.ultraGrid5.DisplayLayout.Override.TemplateAddRowAppearance = appearance140;
            this.ultraGrid5.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
            this.ultraGrid5.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
            this.ultraGrid5.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
            this.ultraGrid5.Location = new System.Drawing.Point(-365, 113);
            this.ultraGrid5.Name = "ultraGrid5";
            this.ultraGrid5.Size = new System.Drawing.Size(263, 80);
            this.ultraGrid5.TabIndex = 26;
            this.ultraGrid5.Text = "ultraGrid5";
            // 
            // ultraGroupBox11
            // 
            this.ultraGroupBox11.Controls.Add(this.ultraGrid6);
            this.ultraGroupBox11.Controls.Add(this.ultraButton15);
            this.ultraGroupBox11.Controls.Add(this.ultraButton16);
            this.ultraGroupBox11.Controls.Add(this.ultraTextEditor20);
            this.ultraGroupBox11.Controls.Add(this.ultraLabel30);
            this.ultraGroupBox11.Controls.Add(this.ultraTextEditor21);
            this.ultraGroupBox11.Controls.Add(this.ultraLabel31);
            this.ultraGroupBox11.Location = new System.Drawing.Point(3, 3);
            this.ultraGroupBox11.Name = "ultraGroupBox11";
            this.ultraGroupBox11.Size = new System.Drawing.Size(300, 493);
            this.ultraGroupBox11.TabIndex = 0;
            this.ultraGroupBox11.Text = "Available Roles";
            this.ultraGroupBox11.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
            // 
            // ultraGrid6
            // 
            appearance141.BackColor = System.Drawing.SystemColors.Window;
            appearance141.BorderColor = System.Drawing.SystemColors.InactiveCaption;
            this.ultraGrid6.DisplayLayout.Appearance = appearance141;
            this.ultraGrid6.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            this.ultraGrid6.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
            appearance142.BackColor = System.Drawing.SystemColors.ActiveBorder;
            appearance142.BackColor2 = System.Drawing.SystemColors.ControlDark;
            appearance142.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance142.BorderColor = System.Drawing.SystemColors.Window;
            this.ultraGrid6.DisplayLayout.GroupByBox.Appearance = appearance142;
            appearance143.ForeColor = System.Drawing.SystemColors.GrayText;
            this.ultraGrid6.DisplayLayout.GroupByBox.BandLabelAppearance = appearance143;
            this.ultraGrid6.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            appearance144.BackColor = System.Drawing.SystemColors.ControlLightLight;
            appearance144.BackColor2 = System.Drawing.SystemColors.Control;
            appearance144.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
            appearance144.ForeColor = System.Drawing.SystemColors.GrayText;
            this.ultraGrid6.DisplayLayout.GroupByBox.PromptAppearance = appearance144;
            this.ultraGrid6.DisplayLayout.MaxColScrollRegions = 1;
            this.ultraGrid6.DisplayLayout.MaxRowScrollRegions = 1;
            appearance145.BackColor = System.Drawing.SystemColors.Window;
            appearance145.ForeColor = System.Drawing.SystemColors.ControlText;
            this.ultraGrid6.DisplayLayout.Override.ActiveCellAppearance = appearance145;
            appearance146.BackColor = System.Drawing.SystemColors.Highlight;
            appearance146.ForeColor = System.Drawing.SystemColors.HighlightText;
            this.ultraGrid6.DisplayLayout.Override.ActiveRowAppearance = appearance146;
            this.ultraGrid6.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
            this.ultraGrid6.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
            appearance147.BackColor = System.Drawing.SystemColors.Window;
            this.ultraGrid6.DisplayLayout.Override.CardAreaAppearance = appearance147;
            appearance148.BorderColor = System.Drawing.Color.Silver;
            appearance148.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
            this.ultraGrid6.DisplayLayout.Override.CellAppearance = appearance148;
            this.ultraGrid6.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
            this.ultraGrid6.DisplayLayout.Override.CellPadding = 0;
            appearance149.BackColor = System.Drawing.SystemColors.Control;
            appearance149.BackColor2 = System.Drawing.SystemColors.ControlDark;
            appearance149.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
            appearance149.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
            appearance149.BorderColor = System.Drawing.SystemColors.Window;
            this.ultraGrid6.DisplayLayout.Override.GroupByRowAppearance = appearance149;
            appearance150.TextHAlignAsString = "Left";
            this.ultraGrid6.DisplayLayout.Override.HeaderAppearance = appearance150;
            this.ultraGrid6.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
            this.ultraGrid6.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
            appearance151.BackColor = System.Drawing.SystemColors.Window;
            appearance151.BorderColor = System.Drawing.Color.Silver;
            this.ultraGrid6.DisplayLayout.Override.RowAppearance = appearance151;
            this.ultraGrid6.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
            appearance152.BackColor = System.Drawing.SystemColors.ControlLight;
            this.ultraGrid6.DisplayLayout.Override.TemplateAddRowAppearance = appearance152;
            this.ultraGrid6.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
            this.ultraGrid6.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
            this.ultraGrid6.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
            this.ultraGrid6.Location = new System.Drawing.Point(16, 114);
            this.ultraGrid6.Name = "ultraGrid6";
            this.ultraGrid6.Size = new System.Drawing.Size(263, 368);
            this.ultraGrid6.TabIndex = 27;
            this.ultraGrid6.Text = "ultraGrid6";
            // 
            // ultraButton15
            // 
            this.ultraButton15.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
            this.ultraButton15.Location = new System.Drawing.Point(204, 85);
            this.ultraButton15.Name = "ultraButton15";
            this.ultraButton15.Size = new System.Drawing.Size(75, 23);
            this.ultraButton15.TabIndex = 25;
            this.ultraButton15.Text = "Reset";
            // 
            // ultraButton16
            // 
            this.ultraButton16.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
            this.ultraButton16.Location = new System.Drawing.Point(123, 85);
            this.ultraButton16.Name = "ultraButton16";
            this.ultraButton16.Size = new System.Drawing.Size(75, 23);
            this.ultraButton16.TabIndex = 24;
            this.ultraButton16.Text = "Search";
            // 
            // ultraTextEditor20
            // 
            this.ultraTextEditor20.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
            this.ultraTextEditor20.Location = new System.Drawing.Point(86, 58);
            this.ultraTextEditor20.Name = "ultraTextEditor20";
            this.ultraTextEditor20.Size = new System.Drawing.Size(193, 21);
            this.ultraTextEditor20.TabIndex = 23;
            // 
            // ultraLabel30
            // 
            appearance153.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
            this.ultraLabel30.Appearance = appearance153;
            this.ultraLabel30.Location = new System.Drawing.Point(16, 62);
            this.ultraLabel30.Name = "ultraLabel30";
            this.ultraLabel30.Size = new System.Drawing.Size(63, 23);
            this.ultraLabel30.TabIndex = 22;
            this.ultraLabel30.Text = "Description";
            // 
            // ultraTextEditor21
            // 
            this.ultraTextEditor21.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
            this.ultraTextEditor21.Location = new System.Drawing.Point(86, 31);
            this.ultraTextEditor21.Name = "ultraTextEditor21";
            this.ultraTextEditor21.Size = new System.Drawing.Size(193, 21);
            this.ultraTextEditor21.TabIndex = 21;
            // 
            // ultraLabel31
            // 
            appearance154.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
            this.ultraLabel31.Appearance = appearance154;
            this.ultraLabel31.Location = new System.Drawing.Point(16, 35);
            this.ultraLabel31.Name = "ultraLabel31";
            this.ultraLabel31.Size = new System.Drawing.Size(68, 23);
            this.ultraLabel31.TabIndex = 20;
            this.ultraLabel31.Text = "Role Name";
            // 
            // errorProvider
            // 
            this.errorProvider.ContainerControl = this;
            // 
            // ultraToolTipManager
            // 
            this.ultraToolTipManager.ContainingControl = this;
            this.ultraToolTipManager.DisplayStyle = Infragistics.Win.ToolTipDisplayStyle.WindowsVista;
            // 
            // ActionButtonsPanel
            // 
            this.ActionButtonsPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.ActionButtonsPanel.AutoSize = true;
            this.ActionButtonsPanel.BackColor = System.Drawing.Color.Transparent;
            this.ActionButtonsPanel.Controls.Add(this.btn_cancel);
            this.ActionButtonsPanel.Controls.Add(this.btn_copy);
            this.ActionButtonsPanel.Controls.Add(this.btn_disable);
            this.ActionButtonsPanel.Controls.Add(this.btn_ok);
            this.ActionButtonsPanel.Controls.Add(this.btn_viewDF);
            this.ActionButtonsPanel.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
            this.ActionButtonsPanel.Location = new System.Drawing.Point(507, 6);
            this.ActionButtonsPanel.Name = "ActionButtonsPanel";
            this.ActionButtonsPanel.Size = new System.Drawing.Size(465, 31);
            this.ActionButtonsPanel.TabIndex = 0;
            // 
            // btn_cancel
            // 
            this.btn_cancel.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
            this.btn_cancel.Location = new System.Drawing.Point(375, 3);
            this.btn_cancel.Name = "btn_cancel";
            this.btn_cancel.Size = new System.Drawing.Size(87, 25);
            this.btn_cancel.TabIndex = 4;
            this.btn_cancel.Text = "&Cancel";
            this.btn_cancel.Click += new System.EventHandler(this.btn_cancel_Click);
            // 
            // btn_copy
            // 
            this.btn_copy.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
            this.btn_copy.Location = new System.Drawing.Point(282, 3);
            this.btn_copy.Name = "btn_copy";
            this.btn_copy.Size = new System.Drawing.Size(87, 25);
            this.btn_copy.TabIndex = 3;
            this.btn_copy.Text = "C&opy";
            this.btn_copy.Click += new System.EventHandler(this.btn_copy_Click);
            // 
            // btn_disable
            // 
            this.btn_disable.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
            this.btn_disable.Location = new System.Drawing.Point(189, 3);
            this.btn_disable.Name = "btn_disable";
            this.btn_disable.Size = new System.Drawing.Size(87, 25);
            this.btn_disable.TabIndex = 2;
            this.btn_disable.Text = "&Disable";
            this.btn_disable.Click += new System.EventHandler(this.btn_disable_Click);
            // 
            // btn_ok
            // 
            this.btn_ok.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
            this.btn_ok.Location = new System.Drawing.Point(96, 3);
            this.btn_ok.Name = "btn_ok";
            this.btn_ok.Size = new System.Drawing.Size(87, 25);
            this.btn_ok.TabIndex = 1;
            this.btn_ok.Text = "&Save";
            this.btn_ok.Click += new System.EventHandler(this.btn_ok_Click);
            // 
            // btn_viewDF
            // 
            this.btn_viewDF.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
            this.btn_viewDF.Location = new System.Drawing.Point(3, 3);
            this.btn_viewDF.Name = "btn_viewDF";
            this.btn_viewDF.Size = new System.Drawing.Size(87, 25);
            this.btn_viewDF.TabIndex = 0;
            this.btn_viewDF.Text = "&View DF";
            this.btn_viewDF.Click += new System.EventHandler(this.btn_viewDF_Click);
            // 
            // ultraGroupBox19
            // 
            this.ultraGroupBox19.Controls.Add(this.ActionButtonsPanel);
            this.ultraGroupBox19.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.ultraGroupBox19.Location = new System.Drawing.Point(0, 471);
            this.ultraGroupBox19.Name = "ultraGroupBox19";
            this.ultraGroupBox19.Size = new System.Drawing.Size(978, 42);
            this.ultraGroupBox19.TabIndex = 2;
            this.ultraGroupBox19.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
            // 
            // ultraTabSharedControlsPage2
            // 
            this.ultraTabSharedControlsPage2.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabSharedControlsPage2.Name = "ultraTabSharedControlsPage2";
            this.ultraTabSharedControlsPage2.Size = new System.Drawing.Size(949, 519);
            // 
            // ultraButton26
            // 
            this.ultraButton26.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
            this.ultraButton26.Location = new System.Drawing.Point(238, 92);
            this.ultraButton26.Name = "ultraButton26";
            this.ultraButton26.Size = new System.Drawing.Size(87, 25);
            this.ultraButton26.TabIndex = 25;
            this.ultraButton26.Text = "Reset";
            // 
            // ultraButton27
            // 
            this.ultraButton27.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
            this.ultraButton27.Location = new System.Drawing.Point(143, 92);
            this.ultraButton27.Name = "ultraButton27";
            this.ultraButton27.Size = new System.Drawing.Size(87, 25);
            this.ultraButton27.TabIndex = 24;
            this.ultraButton27.Text = "Search";
            // 
            // ultraGridAssignedGroups
            // 
            appearance101.BackColor = System.Drawing.SystemColors.Window;
            appearance101.BorderColor = System.Drawing.SystemColors.InactiveCaption;
            this.ultraGridAssignedGroups.DisplayLayout.Appearance = appearance101;
            ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn1.Header.Caption = "Group name";
            ultraGridColumn1.Header.VisiblePosition = 1;
            ultraGridColumn1.Width = 106;
            ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn2.Header.VisiblePosition = 2;
            ultraGridColumn2.Width = 124;
            ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn3.DataType = typeof(bool);
            ultraGridColumn3.Header.VisiblePosition = 0;
            ultraGridColumn3.NullText = "DEL";
            ultraGridColumn3.Width = 29;
            ultraGridBand1.Columns.AddRange(new object[] {
            ultraGridColumn1,
            ultraGridColumn2,
            ultraGridColumn3});
            this.ultraGridAssignedGroups.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
            this.ultraGridAssignedGroups.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            this.ultraGridAssignedGroups.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
            appearance102.BackColor = System.Drawing.SystemColors.ActiveBorder;
            appearance102.BackColor2 = System.Drawing.SystemColors.ControlDark;
            appearance102.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance102.BorderColor = System.Drawing.SystemColors.Window;
            this.ultraGridAssignedGroups.DisplayLayout.GroupByBox.Appearance = appearance102;
            appearance103.ForeColor = System.Drawing.SystemColors.GrayText;
            this.ultraGridAssignedGroups.DisplayLayout.GroupByBox.BandLabelAppearance = appearance103;
            this.ultraGridAssignedGroups.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            this.ultraGridAssignedGroups.DisplayLayout.GroupByBox.Hidden = true;
            appearance104.BackColor = System.Drawing.SystemColors.ControlLightLight;
            appearance104.BackColor2 = System.Drawing.SystemColors.Control;
            appearance104.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
            appearance104.ForeColor = System.Drawing.SystemColors.GrayText;
            this.ultraGridAssignedGroups.DisplayLayout.GroupByBox.PromptAppearance = appearance104;
            this.ultraGridAssignedGroups.DisplayLayout.MaxColScrollRegions = 1;
            this.ultraGridAssignedGroups.DisplayLayout.MaxRowScrollRegions = 1;
            appearance105.BackColor = System.Drawing.SystemColors.Window;
            appearance105.ForeColor = System.Drawing.SystemColors.ControlText;
            this.ultraGridAssignedGroups.DisplayLayout.Override.ActiveCellAppearance = appearance105;
            appearance106.BackColor = System.Drawing.SystemColors.Highlight;
            appearance106.ForeColor = System.Drawing.SystemColors.HighlightText;
            this.ultraGridAssignedGroups.DisplayLayout.Override.ActiveRowAppearance = appearance106;
            this.ultraGridAssignedGroups.DisplayLayout.Override.AllowColMoving = Infragistics.Win.UltraWinGrid.AllowColMoving.NotAllowed;
            this.ultraGridAssignedGroups.DisplayLayout.Override.AllowColSizing = Infragistics.Win.UltraWinGrid.AllowColSizing.None;
            this.ultraGridAssignedGroups.DisplayLayout.Override.AllowColSwapping = Infragistics.Win.UltraWinGrid.AllowColSwapping.NotAllowed;
            this.ultraGridAssignedGroups.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
            this.ultraGridAssignedGroups.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
            appearance169.BackColor = System.Drawing.SystemColors.Window;
            this.ultraGridAssignedGroups.DisplayLayout.Override.CardAreaAppearance = appearance169;
            appearance170.BorderColor = System.Drawing.Color.Silver;
            appearance170.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
            this.ultraGridAssignedGroups.DisplayLayout.Override.CellAppearance = appearance170;
            this.ultraGridAssignedGroups.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
            this.ultraGridAssignedGroups.DisplayLayout.Override.CellPadding = 0;
            appearance171.BackColor = System.Drawing.SystemColors.Control;
            appearance171.BackColor2 = System.Drawing.SystemColors.ControlDark;
            appearance171.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
            appearance171.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
            appearance171.BorderColor = System.Drawing.SystemColors.Window;
            this.ultraGridAssignedGroups.DisplayLayout.Override.GroupByRowAppearance = appearance171;
            appearance172.TextHAlignAsString = "Left";
            this.ultraGridAssignedGroups.DisplayLayout.Override.HeaderAppearance = appearance172;
            this.ultraGridAssignedGroups.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
            this.ultraGridAssignedGroups.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
            appearance173.BackColor = System.Drawing.SystemColors.Window;
            appearance173.BorderColor = System.Drawing.Color.Silver;
            this.ultraGridAssignedGroups.DisplayLayout.Override.RowAppearance = appearance173;
            this.ultraGridAssignedGroups.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
            appearance174.BackColor = System.Drawing.SystemColors.ControlLight;
            this.ultraGridAssignedGroups.DisplayLayout.Override.TemplateAddRowAppearance = appearance174;
            this.ultraGridAssignedGroups.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
            this.ultraGridAssignedGroups.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
            this.ultraGridAssignedGroups.DisplayLayout.ViewStyle = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
            this.ultraGridAssignedGroups.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraGridAssignedGroups.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.ultraGridAssignedGroups.Location = new System.Drawing.Point(3, 18);
            this.ultraGridAssignedGroups.Name = "ultraGridAssignedGroups";
            this.ultraGridAssignedGroups.Size = new System.Drawing.Size(407, 616);
            this.ultraGridAssignedGroups.TabIndex = 28;
            this.ultraGridAssignedGroups.Text = "ultraGrid11";
            // 
            // ultraTextEditorDescription
            // 
            this.ultraTextEditorDescription.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
            this.ultraTextEditorDescription.Location = new System.Drawing.Point(100, 62);
            this.ultraTextEditorDescription.Name = "ultraTextEditorDescription";
            this.ultraTextEditorDescription.Size = new System.Drawing.Size(225, 21);
            this.ultraTextEditorDescription.TabIndex = 23;
            // 
            // ultraLabelDescription
            // 
            appearance87.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
            this.ultraLabelDescription.Appearance = appearance87;
            this.ultraLabelDescription.AutoSize = true;
            this.ultraLabelDescription.Location = new System.Drawing.Point(19, 67);
            this.ultraLabelDescription.Name = "ultraLabelDescription";
            this.ultraLabelDescription.Size = new System.Drawing.Size(61, 14);
            this.ultraLabelDescription.TabIndex = 22;
            this.ultraLabelDescription.Text = "Description";
            // 
            // ultraTextEditorGroupName
            // 
            this.ultraTextEditorGroupName.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
            this.ultraTextEditorGroupName.Location = new System.Drawing.Point(100, 33);
            this.ultraTextEditorGroupName.Name = "ultraTextEditorGroupName";
            this.ultraTextEditorGroupName.Size = new System.Drawing.Size(225, 21);
            this.ultraTextEditorGroupName.TabIndex = 21;
            // 
            // ultraLabelGroupname
            // 
            appearance88.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
            this.ultraLabelGroupname.Appearance = appearance88;
            this.ultraLabelGroupname.AutoSize = true;
            this.ultraLabelGroupname.Location = new System.Drawing.Point(19, 38);
            this.ultraLabelGroupname.Name = "ultraLabelGroupname";
            this.ultraLabelGroupname.Size = new System.Drawing.Size(67, 14);
            this.ultraLabelGroupname.TabIndex = 20;
            this.ultraLabelGroupname.Text = "Group name";
            // 
            // ultraGridAllGroups
            // 
            appearance89.BackColor = System.Drawing.SystemColors.Window;
            appearance89.BorderColor = System.Drawing.SystemColors.InactiveCaption;
            this.ultraGridAllGroups.DisplayLayout.Appearance = appearance89;
            ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn4.Header.Caption = "Group name";
            ultraGridColumn4.Header.VisiblePosition = 1;
            ultraGridColumn4.Width = 96;
            ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn5.Header.VisiblePosition = 2;
            ultraGridColumn5.Width = 136;
            ultraGridColumn6.DataType = typeof(bool);
            ultraGridColumn6.Header.Caption = "";
            ultraGridColumn6.Header.VisiblePosition = 0;
            ultraGridColumn6.Width = 27;
            ultraGridBand2.Columns.AddRange(new object[] {
            ultraGridColumn4,
            ultraGridColumn5,
            ultraGridColumn6});
            this.ultraGridAllGroups.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
            this.ultraGridAllGroups.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            this.ultraGridAllGroups.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
            this.ultraGridAllGroups.DisplayLayout.ColScrollRegions.Add(colScrollRegion1);
            this.ultraGridAllGroups.DisplayLayout.ColScrollRegions.Add(colScrollRegion2);
            this.ultraGridAllGroups.DisplayLayout.ColScrollRegions.Add(colScrollRegion3);
            appearance90.BackColor = System.Drawing.SystemColors.ActiveBorder;
            appearance90.BackColor2 = System.Drawing.SystemColors.ControlDark;
            appearance90.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance90.BorderColor = System.Drawing.SystemColors.Window;
            this.ultraGridAllGroups.DisplayLayout.GroupByBox.Appearance = appearance90;
            appearance91.ForeColor = System.Drawing.SystemColors.GrayText;
            this.ultraGridAllGroups.DisplayLayout.GroupByBox.BandLabelAppearance = appearance91;
            this.ultraGridAllGroups.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            this.ultraGridAllGroups.DisplayLayout.GroupByBox.Hidden = true;
            appearance92.BackColor = System.Drawing.SystemColors.ControlLightLight;
            appearance92.BackColor2 = System.Drawing.SystemColors.Control;
            appearance92.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
            appearance92.ForeColor = System.Drawing.SystemColors.GrayText;
            this.ultraGridAllGroups.DisplayLayout.GroupByBox.PromptAppearance = appearance92;
            this.ultraGridAllGroups.DisplayLayout.MaxColScrollRegions = 1;
            this.ultraGridAllGroups.DisplayLayout.MaxRowScrollRegions = 1;
            appearance93.BackColor = System.Drawing.SystemColors.Window;
            appearance93.ForeColor = System.Drawing.SystemColors.ControlText;
            this.ultraGridAllGroups.DisplayLayout.Override.ActiveCellAppearance = appearance93;
            appearance94.BackColor = System.Drawing.SystemColors.Highlight;
            appearance94.ForeColor = System.Drawing.SystemColors.HighlightText;
            this.ultraGridAllGroups.DisplayLayout.Override.ActiveRowAppearance = appearance94;
            this.ultraGridAllGroups.DisplayLayout.Override.AllowColMoving = Infragistics.Win.UltraWinGrid.AllowColMoving.NotAllowed;
            this.ultraGridAllGroups.DisplayLayout.Override.AllowColSizing = Infragistics.Win.UltraWinGrid.AllowColSizing.None;
            this.ultraGridAllGroups.DisplayLayout.Override.AllowColSwapping = Infragistics.Win.UltraWinGrid.AllowColSwapping.NotAllowed;
            this.ultraGridAllGroups.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
            this.ultraGridAllGroups.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
            appearance95.BackColor = System.Drawing.SystemColors.Window;
            this.ultraGridAllGroups.DisplayLayout.Override.CardAreaAppearance = appearance95;
            appearance96.BorderColor = System.Drawing.Color.Silver;
            appearance96.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
            this.ultraGridAllGroups.DisplayLayout.Override.CellAppearance = appearance96;
            this.ultraGridAllGroups.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
            this.ultraGridAllGroups.DisplayLayout.Override.CellPadding = 0;
            appearance97.BackColor = System.Drawing.SystemColors.Control;
            appearance97.BackColor2 = System.Drawing.SystemColors.ControlDark;
            appearance97.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
            appearance97.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
            appearance97.BorderColor = System.Drawing.SystemColors.Window;
            this.ultraGridAllGroups.DisplayLayout.Override.GroupByRowAppearance = appearance97;
            appearance98.TextHAlignAsString = "Left";
            this.ultraGridAllGroups.DisplayLayout.Override.HeaderAppearance = appearance98;
            this.ultraGridAllGroups.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
            this.ultraGridAllGroups.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
            appearance99.BackColor = System.Drawing.SystemColors.Window;
            appearance99.BorderColor = System.Drawing.Color.Silver;
            this.ultraGridAllGroups.DisplayLayout.Override.RowAppearance = appearance99;
            this.ultraGridAllGroups.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
            appearance100.BackColor = System.Drawing.SystemColors.ControlLight;
            this.ultraGridAllGroups.DisplayLayout.Override.TemplateAddRowAppearance = appearance100;
            this.ultraGridAllGroups.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
            this.ultraGridAllGroups.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
            this.ultraGridAllGroups.DisplayLayout.ViewStyle = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
            this.ultraGridAllGroups.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.ultraGridAllGroups.Location = new System.Drawing.Point(6, 125);
            this.ultraGridAllGroups.Name = "ultraGridAllGroups";
            this.ultraGridAllGroups.Size = new System.Drawing.Size(401, 515);
            this.ultraGridAllGroups.TabIndex = 27;
            this.ultraGridAllGroups.Text = "ultraGrid13";
            // 
            // ultraGroupBox29
            // 
            this.ultraGroupBox29.Controls.Add(this.ultraGrid15);
            this.ultraGroupBox29.Location = new System.Drawing.Point(535, 3);
            this.ultraGroupBox29.Name = "ultraGroupBox29";
            this.ultraGroupBox29.Size = new System.Drawing.Size(413, 516);
            this.ultraGroupBox29.TabIndex = 20;
            this.ultraGroupBox29.Text = "Assigned roles";
            this.ultraGroupBox29.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
            // 
            // ultraGrid15
            // 
            appearance69.BackColor = System.Drawing.SystemColors.Window;
            appearance69.BorderColor = System.Drawing.SystemColors.InactiveCaption;
            this.ultraGrid15.DisplayLayout.Appearance = appearance69;
            ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn7.Header.Caption = "Role name";
            ultraGridColumn7.Header.VisiblePosition = 1;
            ultraGridColumn7.Width = 106;
            ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn8.Header.VisiblePosition = 2;
            ultraGridColumn8.Width = 124;
            ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn9.DataType = typeof(bool);
            ultraGridColumn9.Header.VisiblePosition = 0;
            ultraGridColumn9.NullText = "DEL";
            ultraGridColumn9.Width = 29;
            ultraGridBand3.Columns.AddRange(new object[] {
            ultraGridColumn7,
            ultraGridColumn8,
            ultraGridColumn9});
            this.ultraGrid15.DisplayLayout.BandsSerializer.Add(ultraGridBand3);
            this.ultraGrid15.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            this.ultraGrid15.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
            appearance207.BackColor = System.Drawing.SystemColors.ActiveBorder;
            appearance207.BackColor2 = System.Drawing.SystemColors.ControlDark;
            appearance207.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance207.BorderColor = System.Drawing.SystemColors.Window;
            this.ultraGrid15.DisplayLayout.GroupByBox.Appearance = appearance207;
            appearance208.ForeColor = System.Drawing.SystemColors.GrayText;
            this.ultraGrid15.DisplayLayout.GroupByBox.BandLabelAppearance = appearance208;
            this.ultraGrid15.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            this.ultraGrid15.DisplayLayout.GroupByBox.Hidden = true;
            appearance209.BackColor = System.Drawing.SystemColors.ControlLightLight;
            appearance209.BackColor2 = System.Drawing.SystemColors.Control;
            appearance209.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
            appearance209.ForeColor = System.Drawing.SystemColors.GrayText;
            this.ultraGrid15.DisplayLayout.GroupByBox.PromptAppearance = appearance209;
            this.ultraGrid15.DisplayLayout.MaxColScrollRegions = 1;
            this.ultraGrid15.DisplayLayout.MaxRowScrollRegions = 1;
            appearance210.BackColor = System.Drawing.SystemColors.Window;
            appearance210.ForeColor = System.Drawing.SystemColors.ControlText;
            this.ultraGrid15.DisplayLayout.Override.ActiveCellAppearance = appearance210;
            appearance211.BackColor = System.Drawing.SystemColors.Highlight;
            appearance211.ForeColor = System.Drawing.SystemColors.HighlightText;
            this.ultraGrid15.DisplayLayout.Override.ActiveRowAppearance = appearance211;
            this.ultraGrid15.DisplayLayout.Override.AllowColMoving = Infragistics.Win.UltraWinGrid.AllowColMoving.NotAllowed;
            this.ultraGrid15.DisplayLayout.Override.AllowColSizing = Infragistics.Win.UltraWinGrid.AllowColSizing.None;
            this.ultraGrid15.DisplayLayout.Override.AllowColSwapping = Infragistics.Win.UltraWinGrid.AllowColSwapping.NotAllowed;
            this.ultraGrid15.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
            this.ultraGrid15.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
            appearance212.BackColor = System.Drawing.SystemColors.Window;
            this.ultraGrid15.DisplayLayout.Override.CardAreaAppearance = appearance212;
            appearance213.BorderColor = System.Drawing.Color.Silver;
            appearance213.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
            this.ultraGrid15.DisplayLayout.Override.CellAppearance = appearance213;
            this.ultraGrid15.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
            this.ultraGrid15.DisplayLayout.Override.CellPadding = 0;
            appearance214.BackColor = System.Drawing.SystemColors.Control;
            appearance214.BackColor2 = System.Drawing.SystemColors.ControlDark;
            appearance214.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
            appearance214.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
            appearance214.BorderColor = System.Drawing.SystemColors.Window;
            this.ultraGrid15.DisplayLayout.Override.GroupByRowAppearance = appearance214;
            appearance215.TextHAlignAsString = "Left";
            this.ultraGrid15.DisplayLayout.Override.HeaderAppearance = appearance215;
            this.ultraGrid15.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
            this.ultraGrid15.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
            appearance216.BackColor = System.Drawing.SystemColors.Window;
            appearance216.BorderColor = System.Drawing.Color.Silver;
            this.ultraGrid15.DisplayLayout.Override.RowAppearance = appearance216;
            this.ultraGrid15.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
            appearance217.BackColor = System.Drawing.SystemColors.ControlLight;
            this.ultraGrid15.DisplayLayout.Override.TemplateAddRowAppearance = appearance217;
            this.ultraGrid15.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
            this.ultraGrid15.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
            this.ultraGrid15.DisplayLayout.ViewStyle = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
            this.ultraGrid15.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraGrid15.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.ultraGrid15.Location = new System.Drawing.Point(3, 16);
            this.ultraGrid15.Name = "ultraGrid15";
            this.ultraGrid15.Size = new System.Drawing.Size(407, 497);
            this.ultraGrid15.TabIndex = 28;
            this.ultraGrid15.Text = "ultraGrid11";
            // 
            // ultraButton31
            // 
            this.ultraButton31.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
            this.ultraButton31.Location = new System.Drawing.Point(449, 211);
            this.ultraButton31.Name = "ultraButton31";
            this.ultraButton31.Size = new System.Drawing.Size(70, 25);
            this.ultraButton31.TabIndex = 19;
            this.ultraButton31.Text = "&Unassign";
            // 
            // ultraButton32
            // 
            this.ultraButton32.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
            this.ultraButton32.Location = new System.Drawing.Point(449, 153);
            this.ultraButton32.Name = "ultraButton32";
            this.ultraButton32.Size = new System.Drawing.Size(70, 25);
            this.ultraButton32.TabIndex = 18;
            this.ultraButton32.Text = "Ass&ign";
            // 
            // ultraGroupBox30
            // 
            this.ultraGroupBox30.Controls.Add(this.ultraButton33);
            this.ultraGroupBox30.Controls.Add(this.ultraButton34);
            this.ultraGroupBox30.Controls.Add(this.ultraTextEditor39);
            this.ultraGroupBox30.Controls.Add(this.ultraLabel74);
            this.ultraGroupBox30.Controls.Add(this.ultraTextEditor40);
            this.ultraGroupBox30.Controls.Add(this.ultraLabel75);
            this.ultraGroupBox30.Controls.Add(this.ultraGrid16);
            this.ultraGroupBox30.Dock = System.Windows.Forms.DockStyle.Left;
            this.ultraGroupBox30.Location = new System.Drawing.Point(0, 0);
            this.ultraGroupBox30.Name = "ultraGroupBox30";
            this.ultraGroupBox30.Size = new System.Drawing.Size(430, 519);
            this.ultraGroupBox30.TabIndex = 15;
            this.ultraGroupBox30.Text = "Available roles";
            this.ultraGroupBox30.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
            // 
            // ultraButton33
            // 
            this.ultraButton33.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
            this.ultraButton33.Location = new System.Drawing.Point(238, 92);
            this.ultraButton33.Name = "ultraButton33";
            this.ultraButton33.Size = new System.Drawing.Size(87, 25);
            this.ultraButton33.TabIndex = 25;
            this.ultraButton33.Text = "Reset";
            // 
            // ultraButton34
            // 
            this.ultraButton34.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
            this.ultraButton34.Location = new System.Drawing.Point(143, 92);
            this.ultraButton34.Name = "ultraButton34";
            this.ultraButton34.Size = new System.Drawing.Size(87, 25);
            this.ultraButton34.TabIndex = 24;
            this.ultraButton34.Text = "Search";
            // 
            // ultraTextEditor39
            // 
            this.ultraTextEditor39.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
            this.ultraTextEditor39.Location = new System.Drawing.Point(100, 62);
            this.ultraTextEditor39.Name = "ultraTextEditor39";
            this.ultraTextEditor39.Size = new System.Drawing.Size(225, 21);
            this.ultraTextEditor39.TabIndex = 23;
            // 
            // ultraLabel74
            // 
            appearance280.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
            this.ultraLabel74.Appearance = appearance280;
            this.ultraLabel74.AutoSize = true;
            this.ultraLabel74.Location = new System.Drawing.Point(19, 67);
            this.ultraLabel74.Name = "ultraLabel74";
            this.ultraLabel74.Size = new System.Drawing.Size(61, 14);
            this.ultraLabel74.TabIndex = 22;
            this.ultraLabel74.Text = "Description";
            // 
            // ultraTextEditor40
            // 
            this.ultraTextEditor40.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
            this.ultraTextEditor40.Location = new System.Drawing.Point(100, 33);
            this.ultraTextEditor40.Name = "ultraTextEditor40";
            this.ultraTextEditor40.Size = new System.Drawing.Size(225, 21);
            this.ultraTextEditor40.TabIndex = 21;
            // 
            // ultraLabel75
            // 
            appearance281.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
            this.ultraLabel75.Appearance = appearance281;
            this.ultraLabel75.AutoSize = true;
            this.ultraLabel75.Location = new System.Drawing.Point(19, 38);
            this.ultraLabel75.Name = "ultraLabel75";
            this.ultraLabel75.Size = new System.Drawing.Size(59, 14);
            this.ultraLabel75.TabIndex = 20;
            this.ultraLabel75.Text = "Role name";
            // 
            // ultraGrid16
            // 
            appearance268.BackColor = System.Drawing.SystemColors.Window;
            appearance268.BorderColor = System.Drawing.SystemColors.InactiveCaption;
            this.ultraGrid16.DisplayLayout.Appearance = appearance268;
            ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn10.Header.Caption = "Role name";
            ultraGridColumn10.Header.VisiblePosition = 1;
            ultraGridColumn10.Width = 96;
            ultraGridColumn11.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn11.Header.VisiblePosition = 2;
            ultraGridColumn11.Width = 136;
            ultraGridColumn12.DataType = typeof(bool);
            ultraGridColumn12.Header.Caption = "";
            ultraGridColumn12.Header.VisiblePosition = 0;
            ultraGridColumn12.Width = 27;
            ultraGridBand4.Columns.AddRange(new object[] {
            ultraGridColumn10,
            ultraGridColumn11,
            ultraGridColumn12});
            this.ultraGrid16.DisplayLayout.BandsSerializer.Add(ultraGridBand4);
            this.ultraGrid16.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            this.ultraGrid16.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
            this.ultraGrid16.DisplayLayout.ColScrollRegions.Add(colScrollRegion4);
            this.ultraGrid16.DisplayLayout.ColScrollRegions.Add(colScrollRegion5);
            this.ultraGrid16.DisplayLayout.ColScrollRegions.Add(colScrollRegion6);
            appearance269.BackColor = System.Drawing.SystemColors.ActiveBorder;
            appearance269.BackColor2 = System.Drawing.SystemColors.ControlDark;
            appearance269.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance269.BorderColor = System.Drawing.SystemColors.Window;
            this.ultraGrid16.DisplayLayout.GroupByBox.Appearance = appearance269;
            appearance270.ForeColor = System.Drawing.SystemColors.GrayText;
            this.ultraGrid16.DisplayLayout.GroupByBox.BandLabelAppearance = appearance270;
            this.ultraGrid16.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            this.ultraGrid16.DisplayLayout.GroupByBox.Hidden = true;
            appearance271.BackColor = System.Drawing.SystemColors.ControlLightLight;
            appearance271.BackColor2 = System.Drawing.SystemColors.Control;
            appearance271.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
            appearance271.ForeColor = System.Drawing.SystemColors.GrayText;
            this.ultraGrid16.DisplayLayout.GroupByBox.PromptAppearance = appearance271;
            this.ultraGrid16.DisplayLayout.MaxColScrollRegions = 1;
            this.ultraGrid16.DisplayLayout.MaxRowScrollRegions = 1;
            appearance272.BackColor = System.Drawing.SystemColors.Window;
            appearance272.ForeColor = System.Drawing.SystemColors.ControlText;
            this.ultraGrid16.DisplayLayout.Override.ActiveCellAppearance = appearance272;
            appearance273.BackColor = System.Drawing.SystemColors.Highlight;
            appearance273.ForeColor = System.Drawing.SystemColors.HighlightText;
            this.ultraGrid16.DisplayLayout.Override.ActiveRowAppearance = appearance273;
            this.ultraGrid16.DisplayLayout.Override.AllowColMoving = Infragistics.Win.UltraWinGrid.AllowColMoving.NotAllowed;
            this.ultraGrid16.DisplayLayout.Override.AllowColSizing = Infragistics.Win.UltraWinGrid.AllowColSizing.None;
            this.ultraGrid16.DisplayLayout.Override.AllowColSwapping = Infragistics.Win.UltraWinGrid.AllowColSwapping.NotAllowed;
            this.ultraGrid16.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
            this.ultraGrid16.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
            appearance274.BackColor = System.Drawing.SystemColors.Window;
            this.ultraGrid16.DisplayLayout.Override.CardAreaAppearance = appearance274;
            appearance275.BorderColor = System.Drawing.Color.Silver;
            appearance275.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
            this.ultraGrid16.DisplayLayout.Override.CellAppearance = appearance275;
            this.ultraGrid16.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
            this.ultraGrid16.DisplayLayout.Override.CellPadding = 0;
            appearance276.BackColor = System.Drawing.SystemColors.Control;
            appearance276.BackColor2 = System.Drawing.SystemColors.ControlDark;
            appearance276.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
            appearance276.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
            appearance276.BorderColor = System.Drawing.SystemColors.Window;
            this.ultraGrid16.DisplayLayout.Override.GroupByRowAppearance = appearance276;
            appearance277.TextHAlignAsString = "Left";
            this.ultraGrid16.DisplayLayout.Override.HeaderAppearance = appearance277;
            this.ultraGrid16.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
            this.ultraGrid16.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
            appearance278.BackColor = System.Drawing.SystemColors.Window;
            appearance278.BorderColor = System.Drawing.Color.Silver;
            this.ultraGrid16.DisplayLayout.Override.RowAppearance = appearance278;
            this.ultraGrid16.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
            appearance279.BackColor = System.Drawing.SystemColors.ControlLight;
            this.ultraGrid16.DisplayLayout.Override.TemplateAddRowAppearance = appearance279;
            this.ultraGrid16.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
            this.ultraGrid16.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
            this.ultraGrid16.DisplayLayout.ViewStyle = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
            this.ultraGrid16.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.ultraGrid16.Location = new System.Drawing.Point(6, 125);
            this.ultraGrid16.Name = "ultraGrid16";
            this.ultraGrid16.Size = new System.Drawing.Size(418, 388);
            this.ultraGrid16.TabIndex = 27;
            this.ultraGrid16.Text = "ultraGrid16";
            // 
            // validationProvider
            // 
            this.validationProvider.ErrorProvider = this.errorProvider;
            this.validationProvider.RulesetName = "User Info Operation Rule Set";
            this.validationProvider.SourceTypeName = "HiiP.Framework.Security.UserManagement.BusinessEntity.UserInfoEntity,HiiP.Framewo" +
                "rk.Security.UserManagement.BusinessEntity";
            this.validationProvider.ValueConvert += new System.EventHandler<Microsoft.Practices.EnterpriseLibrary.Validation.Integration.ValueConvertEventArgs>(this.validationProvider_ValueConvert);
            // 
            // UserDetail
            // 
            this.AcceptButton = this.btn_ok;
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoScroll = true;
            this.AutoScrollMinSize = new System.Drawing.Size(754, 345);
            this.CancelButton = this.btn_cancel;
            this.Controls.Add(this.ultraTabControl1);
            this.Controls.Add(this.ultraGroupBox19);
            this.Controls.Add(this.ultraGroupBox1);
            this.Key = "AddUser";
            this.Name = "UserDetail";
            this.Size = new System.Drawing.Size(978, 513);
            this.ultraTabPageControlGeneral.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox12)).EndInit();
            this.ultraGroupBox12.ResumeLayout(false);
            this.ultraGroupBox12.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txt_remarks)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox14)).EndInit();
            this.ultraGroupBox14.ResumeLayout(false);
            this.ultraGroupBox14.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.cb_grade)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cb_subunit)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cb_unit)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cb_branch)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_EPRIN)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_ReportsTo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Txt_JobTitle)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_initials)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_alias)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_display)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_lastname)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cb_gender)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dt_dateofbirth)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cb_title)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_pagerno)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_mobileno)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_faxno)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_telephoneno)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_email)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_firstname)).EndInit();
            this.ultraTabPageControl4.ResumeLayout(false);
            this.tableLayoutPanelOfficeMain.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox16)).EndInit();
            this.ultraGroupBox16.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.SelectOfficeListView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox15)).EndInit();
            this.ultraGroupBox15.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.OfficeTree)).EndInit();
            this.panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.eTTableBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
            this.ultraGroupBox1.ResumeLayout(false);
            this.ultraGroupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.StatusTextEditor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_username)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).EndInit();
            this.ultraTabControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox10)).EndInit();
            this.ultraGroupBox10.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGrid4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGrid5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox11)).EndInit();
            this.ultraGroupBox11.ResumeLayout(false);
            this.ultraGroupBox11.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGrid6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor20)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor21)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
            this.ActionButtonsPanel.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox19)).EndInit();
            this.ultraGroupBox19.ResumeLayout(false);
            this.ultraGroupBox19.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGridAssignedGroups)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditorDescription)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditorGroupName)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGridAllGroups)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox29)).EndInit();
            this.ultraGroupBox29.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGrid15)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox30)).EndInit();
            this.ultraGroupBox30.ResumeLayout(false);
            this.ultraGroupBox30.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor39)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor40)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGrid16)).EndInit();
            this.ResumeLayout(false);

        }
Esempio n. 39
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinEditors.EditorButton editorButton2 = new Infragistics.Win.UltraWinEditors.EditorButton();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinEditors.EditorButton editorButton3 = new Infragistics.Win.UltraWinEditors.EditorButton();
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     this.btnSubmit    = new System.Windows.Forms.Button();
     this.utxtPassword = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.utxtUser     = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.utxtPwd      = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.label1       = new System.Windows.Forms.Label();
     this.label2       = new System.Windows.Forms.Label();
     this.label3       = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.utxtPassword)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.utxtUser)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.utxtPwd)).BeginInit();
     this.SuspendLayout();
     //
     // btnSubmit
     //
     this.btnSubmit.Location = new System.Drawing.Point(123, 204);
     this.btnSubmit.Name     = "btnSubmit";
     this.btnSubmit.Size     = new System.Drawing.Size(125, 34);
     this.btnSubmit.TabIndex = 0;
     this.btnSubmit.Text     = "提交修改";
     this.btnSubmit.UseVisualStyleBackColor = true;
     this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click);
     //
     // utxtPassword
     //
     this.utxtPassword.AutoSize = false;
     appearance1.Image          = global::JWMSH.Properties.Resources.LoginForm_password;
     editorButton1.Appearance   = appearance1;
     this.utxtPassword.ButtonsLeft.Add(editorButton1);
     this.utxtPassword.Location     = new System.Drawing.Point(79, 99);
     this.utxtPassword.Name         = "utxtPassword";
     this.utxtPassword.PasswordChar = '*';
     this.utxtPassword.Size         = new System.Drawing.Size(256, 29);
     this.utxtPassword.TabIndex     = 5;
     //
     // utxtUser
     //
     this.utxtUser.AutoSize   = false;
     appearance2.Image        = global::JWMSH.Properties.Resources.LoginForm_user;
     editorButton2.Appearance = appearance2;
     this.utxtUser.ButtonsLeft.Add(editorButton2);
     this.utxtUser.Location = new System.Drawing.Point(79, 55);
     this.utxtUser.Name     = "utxtUser";
     this.utxtUser.Size     = new System.Drawing.Size(256, 29);
     this.utxtUser.TabIndex = 4;
     //
     // utxtPwd
     //
     this.utxtPwd.AutoSize    = false;
     appearance3.Image        = global::JWMSH.Properties.Resources.LoginForm_password;
     editorButton3.Appearance = appearance3;
     this.utxtPwd.ButtonsLeft.Add(editorButton3);
     this.utxtPwd.Location     = new System.Drawing.Point(79, 148);
     this.utxtPwd.Name         = "utxtPwd";
     this.utxtPwd.PasswordChar = '*';
     this.utxtPwd.Size         = new System.Drawing.Size(256, 29);
     this.utxtPwd.TabIndex     = 6;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(22, 63);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(53, 12);
     this.label1.TabIndex = 8;
     this.label1.Text     = "用户编号";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(35, 107);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(41, 12);
     this.label2.TabIndex = 9;
     this.label2.Text     = "原密码";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(35, 156);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(41, 12);
     this.label3.TabIndex = 10;
     this.label3.Text     = "新密码";
     //
     // BaseModifyPwd
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(371, 278);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.utxtPwd);
     this.Controls.Add(this.utxtPassword);
     this.Controls.Add(this.utxtUser);
     this.Controls.Add(this.btnSubmit);
     this.Icon          = global::JWMSH.Properties.Resources.Mine;
     this.Name          = "BaseModifyPwd";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "修改密码";
     ((System.ComponentModel.ISupportInitialize)(this.utxtPassword)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.utxtUser)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.utxtPwd)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 40
0
        /// <summary>
        /// Método necesario para admitir el Diseñador. No se puede modificar
        /// el contenido del método con el editor de código.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance22 = 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.UltraWinScrollBar.ScrollBarLook scrollBarLook1 = new Infragistics.Win.UltraWinScrollBar.ScrollBarLook();
            Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton("Limpiar");
            Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinEditors.EditorButton editorButton2 = new Infragistics.Win.UltraWinEditors.EditorButton("Buscar");
            Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainWindow));
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            this.ultraFormManager1 = new Infragistics.Win.UltraWinForm.UltraFormManager(this.components);
            this._MainWindow_UltraFormManager_Dock_Area_Left = new Infragistics.Win.UltraWinForm.UltraFormDockArea();
            this._MainWindow_UltraFormManager_Dock_Area_Right = new Infragistics.Win.UltraWinForm.UltraFormDockArea();
            this._MainWindow_UltraFormManager_Dock_Area_Top = new Infragistics.Win.UltraWinForm.UltraFormDockArea();
            this._MainWindow_UltraFormManager_Dock_Area_Bottom = new Infragistics.Win.UltraWinForm.UltraFormDockArea();
            this.menuLateralPanel = new Infragistics.Win.Misc.UltraPanel();
            this.menuLateralBar = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
            this.panel4 = new System.Windows.Forms.Panel();
            this.menuLateralFiltroTextBox = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.panel1 = new System.Windows.Forms.Panel();
            this.ultraPanel3 = new Infragistics.Win.Misc.UltraPanel();
            this.menuLateralDisableButton = new System.Windows.Forms.PictureBox();
            this.label1 = new System.Windows.Forms.Label();
            this.panel3 = new System.Windows.Forms.Panel();
            this.panel2 = new System.Windows.Forms.Panel();
            this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
            this.menuLateralEnableButton = new System.Windows.Forms.PictureBox();
            this.ultraTabbedMdiManager1 = new Infragistics.Win.UltraWinTabbedMdi.UltraTabbedMdiManager(this.components);
            this.menuLateralSplitter = new Infragistics.Win.Misc.UltraSplitter();
            this.panelError = new Infragistics.Win.Misc.UltraPanel();
            this.webBrowser1 = new System.Windows.Forms.WebBrowser();
            this.errorTituloPanel = new Infragistics.Win.Misc.UltraPanel();
            this.extrarMensajeButton = new System.Windows.Forms.PictureBox();
            this.pictureBox2 = new System.Windows.Forms.PictureBox();
            this.errorPanelCerrarPicture = new System.Windows.Forms.PictureBox();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.label2 = new System.Windows.Forms.Label();
            this.errorSplitter = new Infragistics.Win.Misc.UltraSplitter();
            this.notificacionRapidaAlerta1 = new DS.NotificacionRapidaAlerta();
            ((System.ComponentModel.ISupportInitialize)(this.ultraFormManager1)).BeginInit();
            this.menuLateralPanel.ClientArea.SuspendLayout();
            this.menuLateralPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.menuLateralBar)).BeginInit();
            this.panel4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.menuLateralFiltroTextBox)).BeginInit();
            this.ultraPanel3.ClientArea.SuspendLayout();
            this.ultraPanel3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.menuLateralDisableButton)).BeginInit();
            this.ultraPanel1.ClientArea.SuspendLayout();
            this.ultraPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.menuLateralEnableButton)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTabbedMdiManager1)).BeginInit();
            this.panelError.ClientArea.SuspendLayout();
            this.panelError.SuspendLayout();
            this.errorTituloPanel.ClientArea.SuspendLayout();
            this.errorTituloPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.extrarMensajeButton)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.errorPanelCerrarPicture)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.SuspendLayout();
            // 
            // ultraFormManager1
            // 
            this.ultraFormManager1.Form = this;
            appearance19.BackColor = System.Drawing.Color.White;
            appearance19.BackColor2 = System.Drawing.Color.White;
            appearance19.BorderColor = System.Drawing.Color.White;
            appearance19.BorderColor2 = System.Drawing.Color.White;
            appearance19.BorderColor3DBase = System.Drawing.Color.Navy;
            appearance19.FontData.SizeInPoints = 14F;
            appearance19.ForeColor = System.Drawing.Color.SteelBlue;
            this.ultraFormManager1.FormStyleSettings.CaptionAreaActiveAppearance = appearance19;
            appearance20.BackColor = System.Drawing.Color.White;
            appearance20.BackColor2 = System.Drawing.Color.White;
            appearance20.BorderColor = System.Drawing.Color.White;
            appearance20.BorderColor2 = System.Drawing.Color.White;
            appearance20.BorderColor3DBase = System.Drawing.Color.Navy;
            appearance20.FontData.BoldAsString = "True";
            appearance20.FontData.SizeInPoints = 14F;
            this.ultraFormManager1.FormStyleSettings.CaptionAreaAppearance = appearance20;
            appearance21.BackColor = System.Drawing.Color.White;
            appearance21.BackColor2 = System.Drawing.Color.White;
            appearance21.BorderColor = System.Drawing.Color.White;
            appearance21.BorderColor2 = System.Drawing.Color.White;
            appearance21.BorderColor3DBase = System.Drawing.Color.Navy;
            this.ultraFormManager1.FormStyleSettings.FormBorderAppearance = appearance21;
            appearance22.BackColor = System.Drawing.Color.White;
            appearance22.BackColor2 = System.Drawing.Color.White;
            appearance22.BorderColor = System.Drawing.Color.White;
            appearance22.BorderColor2 = System.Drawing.Color.White;
            this.ultraFormManager1.FormStyleSettings.MaximizedMdiChildFormCaptionAreaAppearance = appearance22;
            this.ultraFormManager1.FormStyleSettings.Style = Infragistics.Win.UltraWinForm.UltraFormStyle.Office2010;
            this.ultraFormManager1.UseAppStyling = false;
            // 
            // _MainWindow_UltraFormManager_Dock_Area_Left
            // 
            this._MainWindow_UltraFormManager_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this._MainWindow_UltraFormManager_Dock_Area_Left.BackColor = System.Drawing.Color.White;
            this._MainWindow_UltraFormManager_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinForm.DockedPosition.Left;
            this._MainWindow_UltraFormManager_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
            this._MainWindow_UltraFormManager_Dock_Area_Left.FormManager = this.ultraFormManager1;
            this._MainWindow_UltraFormManager_Dock_Area_Left.InitialResizeAreaExtent = 4;
            this._MainWindow_UltraFormManager_Dock_Area_Left.Location = new System.Drawing.Point(0, 31);
            this._MainWindow_UltraFormManager_Dock_Area_Left.Name = "_MainWindow_UltraFormManager_Dock_Area_Left";
            this._MainWindow_UltraFormManager_Dock_Area_Left.Size = new System.Drawing.Size(4, 513);
            this._MainWindow_UltraFormManager_Dock_Area_Left.UseAppStyling = false;
            // 
            // _MainWindow_UltraFormManager_Dock_Area_Right
            // 
            this._MainWindow_UltraFormManager_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this._MainWindow_UltraFormManager_Dock_Area_Right.BackColor = System.Drawing.Color.White;
            this._MainWindow_UltraFormManager_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinForm.DockedPosition.Right;
            this._MainWindow_UltraFormManager_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
            this._MainWindow_UltraFormManager_Dock_Area_Right.FormManager = this.ultraFormManager1;
            this._MainWindow_UltraFormManager_Dock_Area_Right.InitialResizeAreaExtent = 4;
            this._MainWindow_UltraFormManager_Dock_Area_Right.Location = new System.Drawing.Point(780, 31);
            this._MainWindow_UltraFormManager_Dock_Area_Right.Name = "_MainWindow_UltraFormManager_Dock_Area_Right";
            this._MainWindow_UltraFormManager_Dock_Area_Right.Size = new System.Drawing.Size(4, 513);
            this._MainWindow_UltraFormManager_Dock_Area_Right.UseAppStyling = false;
            // 
            // _MainWindow_UltraFormManager_Dock_Area_Top
            // 
            this._MainWindow_UltraFormManager_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this._MainWindow_UltraFormManager_Dock_Area_Top.BackColor = System.Drawing.Color.White;
            this._MainWindow_UltraFormManager_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinForm.DockedPosition.Top;
            this._MainWindow_UltraFormManager_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
            this._MainWindow_UltraFormManager_Dock_Area_Top.FormManager = this.ultraFormManager1;
            this._MainWindow_UltraFormManager_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
            this._MainWindow_UltraFormManager_Dock_Area_Top.Name = "_MainWindow_UltraFormManager_Dock_Area_Top";
            this._MainWindow_UltraFormManager_Dock_Area_Top.Size = new System.Drawing.Size(784, 31);
            this._MainWindow_UltraFormManager_Dock_Area_Top.UseAppStyling = false;
            // 
            // _MainWindow_UltraFormManager_Dock_Area_Bottom
            // 
            this._MainWindow_UltraFormManager_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this._MainWindow_UltraFormManager_Dock_Area_Bottom.BackColor = System.Drawing.Color.White;
            this._MainWindow_UltraFormManager_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinForm.DockedPosition.Bottom;
            this._MainWindow_UltraFormManager_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
            this._MainWindow_UltraFormManager_Dock_Area_Bottom.FormManager = this.ultraFormManager1;
            this._MainWindow_UltraFormManager_Dock_Area_Bottom.InitialResizeAreaExtent = 4;
            this._MainWindow_UltraFormManager_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 544);
            this._MainWindow_UltraFormManager_Dock_Area_Bottom.Name = "_MainWindow_UltraFormManager_Dock_Area_Bottom";
            this._MainWindow_UltraFormManager_Dock_Area_Bottom.Size = new System.Drawing.Size(784, 4);
            this._MainWindow_UltraFormManager_Dock_Area_Bottom.UseAppStyling = false;
            // 
            // menuLateralPanel
            // 
            appearance5.BackColor = System.Drawing.Color.White;
            appearance5.BackColor2 = System.Drawing.Color.White;
            appearance5.BackColorDisabled = System.Drawing.Color.White;
            appearance5.BackColorDisabled2 = System.Drawing.Color.White;
            appearance5.BorderColor = System.Drawing.Color.White;
            appearance5.BorderColor2 = System.Drawing.Color.White;
            appearance5.BorderColor3DBase = System.Drawing.Color.White;
            this.menuLateralPanel.Appearance = appearance5;
            // 
            // menuLateralPanel.ClientArea
            // 
            this.menuLateralPanel.ClientArea.Controls.Add(this.menuLateralBar);
            this.menuLateralPanel.ClientArea.Controls.Add(this.panel4);
            this.menuLateralPanel.ClientArea.Controls.Add(this.panel1);
            this.menuLateralPanel.ClientArea.Controls.Add(this.ultraPanel3);
            this.menuLateralPanel.Dock = System.Windows.Forms.DockStyle.Left;
            this.menuLateralPanel.Location = new System.Drawing.Point(4, 31);
            this.menuLateralPanel.Name = "menuLateralPanel";
            this.menuLateralPanel.Size = new System.Drawing.Size(260, 513);
            this.menuLateralPanel.TabIndex = 6;
            // 
            // menuLateralBar
            // 
            appearance6.BackColor = System.Drawing.Color.White;
            appearance6.BackColor2 = System.Drawing.Color.White;
            appearance6.BorderColor = System.Drawing.Color.White;
            appearance6.BorderColor2 = System.Drawing.Color.White;
            appearance6.BorderColor3DBase = System.Drawing.Color.White;
            this.menuLateralBar.Appearance = appearance6;
            this.menuLateralBar.Dock = System.Windows.Forms.DockStyle.Fill;
            this.menuLateralBar.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            appearance7.BackColor = System.Drawing.Color.LightSteelBlue;
            appearance7.BackColor2 = System.Drawing.Color.Silver;
            this.menuLateralBar.GroupSettings.AppearancesLarge.ActiveHeaderAppearance = appearance7;
            appearance8.BackColor = System.Drawing.Color.White;
            appearance8.BackColor2 = System.Drawing.Color.White;
            this.menuLateralBar.GroupSettings.AppearancesLarge.HeaderAppearance = appearance8;
            appearance9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            appearance9.BackColor2 = System.Drawing.Color.White;
            this.menuLateralBar.GroupSettings.AppearancesLarge.HeaderHotTrackAppearance = appearance9;
            appearance10.BackColor = System.Drawing.Color.DodgerBlue;
            appearance10.BackColor2 = System.Drawing.Color.Silver;
            this.menuLateralBar.GroupSettings.AppearancesSmall.ActiveHeaderAppearance = appearance10;
            appearance11.BackColor = System.Drawing.Color.White;
            appearance11.BackColor2 = System.Drawing.Color.White;
            appearance11.BorderColor = System.Drawing.Color.Gray;
            appearance11.BorderColor2 = System.Drawing.Color.DimGray;
            appearance11.FontData.SizeInPoints = 12F;
            this.menuLateralBar.GroupSettings.AppearancesSmall.HeaderAppearance = appearance11;
            this.menuLateralBar.GroupSettings.BorderStyleItemArea = Infragistics.Win.UIElementBorderStyle.None;
            this.menuLateralBar.GroupSettings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.LargeImagesWithText;
            this.menuLateralBar.ImageSizeLarge = new System.Drawing.Size(16, 16);
            appearance12.BackColor = System.Drawing.Color.LightGray;
            appearance12.BorderColor = System.Drawing.Color.White;
            this.menuLateralBar.ItemSettings.AppearancesLarge.ActiveAppearance = appearance12;
            appearance13.BackColor = System.Drawing.Color.White;
            appearance13.BackColor2 = System.Drawing.Color.White;
            appearance13.BorderColor = System.Drawing.Color.White;
            this.menuLateralBar.ItemSettings.AppearancesLarge.Appearance = appearance13;
            appearance14.BackColor = System.Drawing.Color.LightGray;
            appearance14.BackColor2 = System.Drawing.Color.LightGray;
            this.menuLateralBar.ItemSettings.AppearancesSmall.ActiveAppearance = appearance14;
            this.menuLateralBar.Location = new System.Drawing.Point(0, 80);
            this.menuLateralBar.Name = "menuLateralBar";
            scrollBarLook1.ViewStyle = Infragistics.Win.UltraWinScrollBar.ScrollBarViewStyle.ScenicRibbon;
            this.menuLateralBar.ScrollBarLook = scrollBarLook1;
            this.menuLateralBar.Size = new System.Drawing.Size(259, 433);
            this.menuLateralBar.Style = Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarStyle.VisualStudio2005Toolbox;
            this.menuLateralBar.TabIndex = 3;
            this.menuLateralBar.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
            this.menuLateralBar.ViewStyle = Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarViewStyle.XPExplorerBar;
            this.menuLateralBar.ActiveItemChanged += new Infragistics.Win.UltraWinExplorerBar.ActiveItemChangedEventHandler(this.menuLateralBar_ActiveItemChanged);
            this.menuLateralBar.GroupExpanded += new Infragistics.Win.UltraWinExplorerBar.GroupExpandedEventHandler(this.menuLateralBar_GroupExpanded);
            // 
            // panel4
            // 
            this.panel4.Controls.Add(this.menuLateralFiltroTextBox);
            this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel4.Location = new System.Drawing.Point(0, 40);
            this.panel4.Name = "panel4";
            this.panel4.Size = new System.Drawing.Size(259, 40);
            this.panel4.TabIndex = 2;
            // 
            // menuLateralFiltroTextBox
            // 
            this.menuLateralFiltroTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            appearance15.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            appearance15.BorderColor2 = System.Drawing.Color.Gray;
            appearance15.BorderColor3DBase = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
            this.menuLateralFiltroTextBox.Appearance = appearance15;
            this.menuLateralFiltroTextBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded3;
            appearance16.Image = ((object)(resources.GetObject("appearance16.Image")));
            editorButton1.Appearance = appearance16;
            editorButton1.ButtonStyle = Infragistics.Win.UIElementButtonStyle.ScenicRibbonButton;
            editorButton1.Key = "Limpiar";
            appearance17.Image = ((object)(resources.GetObject("appearance17.Image")));
            editorButton2.Appearance = appearance17;
            editorButton2.ButtonStyle = Infragistics.Win.UIElementButtonStyle.ScenicRibbonButton;
            editorButton2.Key = "Buscar";
            this.menuLateralFiltroTextBox.ButtonsRight.Add(editorButton1);
            this.menuLateralFiltroTextBox.ButtonsRight.Add(editorButton2);
            this.menuLateralFiltroTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.menuLateralFiltroTextBox.Location = new System.Drawing.Point(9, 9);
            this.menuLateralFiltroTextBox.Name = "menuLateralFiltroTextBox";
            this.menuLateralFiltroTextBox.NullText = "Filtrar opciones";
            appearance18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            appearance18.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            appearance18.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
            appearance18.BackGradientStyle = Infragistics.Win.GradientStyle.GlassTop50;
            appearance18.FontData.ItalicAsString = "True";
            appearance18.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            appearance18.TextHAlignAsString = "Center";
            appearance18.TextVAlignAsString = "Middle";
            this.menuLateralFiltroTextBox.NullTextAppearance = appearance18;
            this.menuLateralFiltroTextBox.Size = new System.Drawing.Size(241, 23);
            this.menuLateralFiltroTextBox.TabIndex = 0;
            this.menuLateralFiltroTextBox.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
            this.menuLateralFiltroTextBox.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.menuLateralFiltroTextBox_EditorButtonClick);
            // 
            // panel1
            // 
            this.panel1.BackColor = System.Drawing.Color.Gray;
            this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel1.Location = new System.Drawing.Point(259, 40);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(1, 473);
            this.panel1.TabIndex = 1;
            // 
            // ultraPanel3
            // 
            // 
            // ultraPanel3.ClientArea
            // 
            this.ultraPanel3.ClientArea.Controls.Add(this.menuLateralDisableButton);
            this.ultraPanel3.ClientArea.Controls.Add(this.label1);
            this.ultraPanel3.ClientArea.Controls.Add(this.panel3);
            this.ultraPanel3.ClientArea.Controls.Add(this.panel2);
            this.ultraPanel3.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraPanel3.Location = new System.Drawing.Point(0, 0);
            this.ultraPanel3.Name = "ultraPanel3";
            this.ultraPanel3.Size = new System.Drawing.Size(260, 40);
            this.ultraPanel3.TabIndex = 0;
            // 
            // menuLateralDisableButton
            // 
            this.menuLateralDisableButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.menuLateralDisableButton.Cursor = System.Windows.Forms.Cursors.Hand;
            this.menuLateralDisableButton.Image = ((System.Drawing.Image)(resources.GetObject("menuLateralDisableButton.Image")));
            this.menuLateralDisableButton.Location = new System.Drawing.Point(230, 12);
            this.menuLateralDisableButton.Name = "menuLateralDisableButton";
            this.menuLateralDisableButton.Size = new System.Drawing.Size(24, 24);
            this.menuLateralDisableButton.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.menuLateralDisableButton.TabIndex = 0;
            this.menuLateralDisableButton.TabStop = false;
            this.menuLateralDisableButton.Click += new System.EventHandler(this.menuLateralDisableButton_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.ForeColor = System.Drawing.Color.DodgerBlue;
            this.label1.Location = new System.Drawing.Point(6, 15);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(137, 20);
            this.label1.TabIndex = 3;
            this.label1.Text = "Menú  del sistema";
            // 
            // panel3
            // 
            this.panel3.BackColor = System.Drawing.Color.Gray;
            this.panel3.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel3.Location = new System.Drawing.Point(259, 10);
            this.panel3.Name = "panel3";
            this.panel3.Size = new System.Drawing.Size(1, 30);
            this.panel3.TabIndex = 2;
            // 
            // panel2
            // 
            this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel2.Location = new System.Drawing.Point(0, 0);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(260, 10);
            this.panel2.TabIndex = 1;
            // 
            // ultraPanel1
            // 
            appearance4.BackColor = System.Drawing.Color.White;
            appearance4.BackColor2 = System.Drawing.Color.White;
            appearance4.BackColorDisabled = System.Drawing.Color.White;
            appearance4.BackColorDisabled2 = System.Drawing.Color.White;
            appearance4.BorderColor = System.Drawing.Color.White;
            appearance4.BorderColor2 = System.Drawing.Color.White;
            appearance4.BorderColor3DBase = System.Drawing.Color.White;
            this.ultraPanel1.Appearance = appearance4;
            // 
            // ultraPanel1.ClientArea
            // 
            this.ultraPanel1.ClientArea.Controls.Add(this.menuLateralEnableButton);
            this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraPanel1.Location = new System.Drawing.Point(264, 31);
            this.ultraPanel1.Name = "ultraPanel1";
            this.ultraPanel1.Size = new System.Drawing.Size(516, 57);
            this.ultraPanel1.TabIndex = 7;
            // 
            // menuLateralEnableButton
            // 
            this.menuLateralEnableButton.Cursor = System.Windows.Forms.Cursors.Hand;
            this.menuLateralEnableButton.Image = ((System.Drawing.Image)(resources.GetObject("menuLateralEnableButton.Image")));
            this.menuLateralEnableButton.Location = new System.Drawing.Point(11, 12);
            this.menuLateralEnableButton.Name = "menuLateralEnableButton";
            this.menuLateralEnableButton.Size = new System.Drawing.Size(24, 24);
            this.menuLateralEnableButton.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.menuLateralEnableButton.TabIndex = 1;
            this.menuLateralEnableButton.TabStop = false;
            this.menuLateralEnableButton.Visible = false;
            this.menuLateralEnableButton.Click += new System.EventHandler(this.menuLateralEnableButton_Click);
            // 
            // ultraTabbedMdiManager1
            // 
            appearance23.BackColor = System.Drawing.Color.White;
            appearance23.BackColor2 = System.Drawing.Color.White;
            this.ultraTabbedMdiManager1.Appearance = appearance23;
            this.ultraTabbedMdiManager1.MaximizedTabGroupDisplayStyle = Infragistics.Win.UltraWinTabbedMdi.MaximizedMdiTabGroupDisplayStyle.ShowMaximizedGroupOnly;
            this.ultraTabbedMdiManager1.MdiParent = this;
            this.ultraTabbedMdiManager1.SplitterBorderStyle = Infragistics.Win.UIElementBorderStyle.None;
            this.ultraTabbedMdiManager1.TabGroupSettings.CloseButtonLocation = Infragistics.Win.UltraWinTabs.TabCloseButtonLocation.Tab;
            this.ultraTabbedMdiManager1.TabGroupSettings.TabOrientation = Infragistics.Win.UltraWinTabs.TabOrientation.BottomLeft;
            this.ultraTabbedMdiManager1.TabGroupSettings.TabStyle = Infragistics.Win.UltraWinTabs.TabStyle.Excel;
            this.ultraTabbedMdiManager1.TabSettings.TabCloseAction = Infragistics.Win.UltraWinTabbedMdi.MdiTabCloseAction.Close;
            // 
            // menuLateralSplitter
            // 
            appearance3.BackColor = System.Drawing.Color.White;
            appearance3.BackColor2 = System.Drawing.Color.White;
            this.menuLateralSplitter.Appearance = appearance3;
            this.menuLateralSplitter.BackColor = System.Drawing.Color.White;
            this.menuLateralSplitter.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
            this.menuLateralSplitter.CollapseUIType = Infragistics.Win.Misc.CollapseUIType.None;
            this.menuLateralSplitter.Location = new System.Drawing.Point(264, 88);
            this.menuLateralSplitter.MaximumSize = new System.Drawing.Size(230, 0);
            this.menuLateralSplitter.Name = "menuLateralSplitter";
            this.menuLateralSplitter.RestoreExtent = 0;
            this.menuLateralSplitter.Size = new System.Drawing.Size(4, 456);
            this.menuLateralSplitter.TabIndex = 8;
            // 
            // panelError
            // 
            // 
            // panelError.ClientArea
            // 
            this.panelError.ClientArea.Controls.Add(this.webBrowser1);
            this.panelError.ClientArea.Controls.Add(this.errorTituloPanel);
            this.panelError.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelError.Location = new System.Drawing.Point(268, 383);
            this.panelError.Name = "panelError";
            this.panelError.Size = new System.Drawing.Size(512, 161);
            this.panelError.TabIndex = 14;
            // 
            // webBrowser1
            // 
            this.webBrowser1.AllowNavigation = false;
            this.webBrowser1.AllowWebBrowserDrop = false;
            this.webBrowser1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.webBrowser1.IsWebBrowserContextMenuEnabled = false;
            this.webBrowser1.Location = new System.Drawing.Point(0, 29);
            this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20);
            this.webBrowser1.Name = "webBrowser1";
            this.webBrowser1.Size = new System.Drawing.Size(512, 132);
            this.webBrowser1.TabIndex = 1;
            // 
            // errorTituloPanel
            // 
            appearance2.BackColor = System.Drawing.Color.LightYellow;
            appearance2.BackColor2 = System.Drawing.Color.White;
            this.errorTituloPanel.Appearance = appearance2;
            // 
            // errorTituloPanel.ClientArea
            // 
            this.errorTituloPanel.ClientArea.Controls.Add(this.extrarMensajeButton);
            this.errorTituloPanel.ClientArea.Controls.Add(this.pictureBox2);
            this.errorTituloPanel.ClientArea.Controls.Add(this.errorPanelCerrarPicture);
            this.errorTituloPanel.ClientArea.Controls.Add(this.pictureBox1);
            this.errorTituloPanel.ClientArea.Controls.Add(this.label2);
            this.errorTituloPanel.Dock = System.Windows.Forms.DockStyle.Top;
            this.errorTituloPanel.Location = new System.Drawing.Point(0, 0);
            this.errorTituloPanel.Name = "errorTituloPanel";
            this.errorTituloPanel.Size = new System.Drawing.Size(512, 29);
            this.errorTituloPanel.TabIndex = 0;
            // 
            // extrarMensajeButton
            // 
            this.extrarMensajeButton.Cursor = System.Windows.Forms.Cursors.Hand;
            this.extrarMensajeButton.Dock = System.Windows.Forms.DockStyle.Left;
            this.extrarMensajeButton.Image = ((System.Drawing.Image)(resources.GetObject("extrarMensajeButton.Image")));
            this.extrarMensajeButton.Location = new System.Drawing.Point(58, 0);
            this.extrarMensajeButton.Name = "extrarMensajeButton";
            this.extrarMensajeButton.Size = new System.Drawing.Size(29, 29);
            this.extrarMensajeButton.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.extrarMensajeButton.TabIndex = 2;
            this.extrarMensajeButton.TabStop = false;
            this.extrarMensajeButton.Click += new System.EventHandler(this.extrarMensajeButton_Click);
            // 
            // pictureBox2
            // 
            this.pictureBox2.Cursor = System.Windows.Forms.Cursors.Hand;
            this.pictureBox2.Dock = System.Windows.Forms.DockStyle.Left;
            this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
            this.pictureBox2.Location = new System.Drawing.Point(29, 0);
            this.pictureBox2.Name = "pictureBox2";
            this.pictureBox2.Size = new System.Drawing.Size(29, 29);
            this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox2.TabIndex = 5;
            this.pictureBox2.TabStop = false;
            // 
            // errorPanelCerrarPicture
            // 
            this.errorPanelCerrarPicture.Cursor = System.Windows.Forms.Cursors.Hand;
            this.errorPanelCerrarPicture.Dock = System.Windows.Forms.DockStyle.Right;
            this.errorPanelCerrarPicture.Image = ((System.Drawing.Image)(resources.GetObject("errorPanelCerrarPicture.Image")));
            this.errorPanelCerrarPicture.Location = new System.Drawing.Point(483, 0);
            this.errorPanelCerrarPicture.Name = "errorPanelCerrarPicture";
            this.errorPanelCerrarPicture.Size = new System.Drawing.Size(29, 29);
            this.errorPanelCerrarPicture.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.errorPanelCerrarPicture.TabIndex = 3;
            this.errorPanelCerrarPicture.TabStop = false;
            this.errorPanelCerrarPicture.Click += new System.EventHandler(this.errorPanelCerrarPicture_Click);
            // 
            // pictureBox1
            // 
            this.pictureBox1.Cursor = System.Windows.Forms.Cursors.Hand;
            this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
            this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
            this.pictureBox1.Location = new System.Drawing.Point(0, 0);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(29, 29);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox1.TabIndex = 0;
            this.pictureBox1.TabStop = false;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label2.ForeColor = System.Drawing.Color.DodgerBlue;
            this.label2.Location = new System.Drawing.Point(96, 5);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(128, 16);
            this.label2.TabIndex = 4;
            this.label2.Text = "Bitácora de eventos";
            // 
            // errorSplitter
            // 
            appearance1.BackColor = System.Drawing.Color.White;
            appearance1.BackColor2 = System.Drawing.Color.DarkBlue;
            appearance1.BackGradientStyle = Infragistics.Win.GradientStyle.GlassTop20;
            appearance1.BorderColor = System.Drawing.Color.White;
            appearance1.BorderColor2 = System.Drawing.Color.White;
            appearance1.BorderColor3DBase = System.Drawing.Color.White;
            this.errorSplitter.Appearance = appearance1;
            this.errorSplitter.BackColor = System.Drawing.Color.White;
            this.errorSplitter.CollapseUIType = Infragistics.Win.Misc.CollapseUIType.None;
            this.errorSplitter.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.errorSplitter.Location = new System.Drawing.Point(268, 378);
            this.errorSplitter.Name = "errorSplitter";
            this.errorSplitter.RestoreExtent = 134;
            this.errorSplitter.Size = new System.Drawing.Size(512, 5);
            this.errorSplitter.TabIndex = 15;
            // 
            // notificacionRapidaAlerta1
            // 
            this.notificacionRapidaAlerta1.BackColor = System.Drawing.Color.DodgerBlue;
            this.notificacionRapidaAlerta1.Dock = System.Windows.Forms.DockStyle.Top;
            this.notificacionRapidaAlerta1.Location = new System.Drawing.Point(268, 88);
            this.notificacionRapidaAlerta1.Name = "notificacionRapidaAlerta1";
            this.notificacionRapidaAlerta1.Size = new System.Drawing.Size(512, 41);
            this.notificacionRapidaAlerta1.TabIndex = 21;
            this.notificacionRapidaAlerta1.Visible = false;
            // 
            // MainWindow
            // 
            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(784, 548);
            this.Controls.Add(this.notificacionRapidaAlerta1);
            this.Controls.Add(this.errorSplitter);
            this.Controls.Add(this.panelError);
            this.Controls.Add(this.menuLateralSplitter);
            this.Controls.Add(this.ultraPanel1);
            this.Controls.Add(this.menuLateralPanel);
            this.Controls.Add(this._MainWindow_UltraFormManager_Dock_Area_Left);
            this.Controls.Add(this._MainWindow_UltraFormManager_Dock_Area_Right);
            this.Controls.Add(this._MainWindow_UltraFormManager_Dock_Area_Top);
            this.Controls.Add(this._MainWindow_UltraFormManager_Dock_Area_Bottom);
            this.IsMdiContainer = true;
            this.Name = "MainWindow";
            this.ShowIcon = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Perfect - DS";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.MainWindow_Load);
            ((System.ComponentModel.ISupportInitialize)(this.ultraFormManager1)).EndInit();
            this.menuLateralPanel.ClientArea.ResumeLayout(false);
            this.menuLateralPanel.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.menuLateralBar)).EndInit();
            this.panel4.ResumeLayout(false);
            this.panel4.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.menuLateralFiltroTextBox)).EndInit();
            this.ultraPanel3.ClientArea.ResumeLayout(false);
            this.ultraPanel3.ClientArea.PerformLayout();
            this.ultraPanel3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.menuLateralDisableButton)).EndInit();
            this.ultraPanel1.ClientArea.ResumeLayout(false);
            this.ultraPanel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.menuLateralEnableButton)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTabbedMdiManager1)).EndInit();
            this.panelError.ClientArea.ResumeLayout(false);
            this.panelError.ResumeLayout(false);
            this.errorTituloPanel.ClientArea.ResumeLayout(false);
            this.errorTituloPanel.ClientArea.PerformLayout();
            this.errorTituloPanel.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.extrarMensajeButton)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.errorPanelCerrarPicture)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.ResumeLayout(false);

        }
Esempio n. 41
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.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("SpesaDTO", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AliquotaCassaProfessionisti");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AliquotaRitenuta");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AltreSpese");
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AltreSpeseEsenti");
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Autorizzata");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CassaProfessionisti");
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Contestata");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DataDocumento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DataFineCompetenza");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DataInizioCompetenza");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DataRegistrazione");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneBilancio");
            Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneCondominio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneEsercizio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneSottoconto");
            Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneSpesaRiferimento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Detrazione");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Dettagli");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Dettaglio");
            Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DisplayFornitore");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("EsclusaRendiconto");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn185 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("EsenteRegimeMinimo");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdAddebitoCompetenze");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdDocumenti");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdEsercizio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdFornitore");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdSpesaRiferimento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdTestata");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdentificativoArchiviazioneOttica");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Imponibile");
            Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ImportoIva");
            Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ImportoLordo");
            Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ImportoNettoAPagare");
            Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ImportoPagato");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ImportoRitenuta");
            Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsAbilitataArchiviazioneOttica");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsMultiIva");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsPrestazioneQualita");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsRipartoPersonalizzato");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsRitenutaCalcoloImponibile");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NominativoSpesaPersonale");
            Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn41 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Note");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn42 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NumeroDocumento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn43 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Scadenze");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn44 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ScaleAddebito");
            Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn45 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Sinistro");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn46 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SpeseEsentiRitenuta");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn47 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("StatoSpesa");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn48 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TipoDocumento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn49 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Utenza");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn50 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ExtensionData");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn51 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DisplayName");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn52 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FrequentlyAccessed");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn53 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
            Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn54 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsDeleteAllow");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn55 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Stato");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn56 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Version");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn57 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DeleteColumn", 0);
            Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn58 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SelectColumn", 1);
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Dettagli", 0);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn59 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AliquotaIva");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn60 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Descrizione");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn61 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneSpesaRiferimento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn62 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdModelloRipartizione");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn63 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdSpesaRiferimento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn64 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Imponibile");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn65 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ImportoIva");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn66 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ImportoLordo");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn67 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Movimenti");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn68 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Note");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn69 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NumeroRiga");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn70 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SoggettoRitenutaAcconto");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn71 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ExtensionData");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn72 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DisplayName");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn73 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FrequentlyAccessed");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn74 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn75 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsDeleteAllow");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn76 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Stato");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn77 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Version");
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand3 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Movimenti", 1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn78 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Causale");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn79 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Descrizione");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn80 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DettaglioRipartizione");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn81 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdCondomino");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn82 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdConto");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn83 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdDettaglio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn84 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdFornitore");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn85 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdNumeroRigaMovimentoMultiIvaPrincipale");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn86 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdSottoConto");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn87 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdTestata");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn88 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Importo");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn89 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsRipartoPersonalizzato");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn186 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NominativoSpesaPersonale");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn90 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Note");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn91 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NumeroAssegno");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn92 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NumeroRegistrazione");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn93 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NumeroRiga");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn94 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NumeroRigaDettaglio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn95 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PercentualeProprieta");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn187 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Scale");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn96 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Segno");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn188 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Stabili");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn97 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ExtensionData");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn98 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DisplayName");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn99 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FrequentlyAccessed");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn100 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn101 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsDeleteAllow");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn102 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Stato");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn103 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Version");
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand4 = new Infragistics.Win.UltraWinGrid.UltraGridBand("DettaglioRipartizione", 2);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn104 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DataRegistrazione");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn105 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneUnitaRiferimento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn106 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdMovimentoRiferimento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn107 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdSoggetto");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn108 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdUnitaRiferimento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn109 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Importo");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn110 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NominativoSoggetto");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn111 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ExtensionData");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn112 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DisplayName");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn113 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FrequentlyAccessed");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn114 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn115 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsDeleteAllow");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn116 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Stato");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn117 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Version");
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand5 = new Infragistics.Win.UltraWinGrid.UltraGridBand("IdDocumenti", 0);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn118 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Value");
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand6 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Scadenze", 0);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn119 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Condominio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn120 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DataPagamentoRitenuta");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn121 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DataPagamentoScadenza");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn122 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneSpesa");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn123 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DisplayDataDocumento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn124 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DisplayFornitore");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn125 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DisplayNumeroDocumento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn126 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DisplayTipoDocumento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn127 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Esercizio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn128 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdCondominio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn129 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdContoPagamentoScadenza");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn130 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdEsercizio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn131 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdSottoContoPagamentoScadenza");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn132 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdSpesa");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn133 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Importo");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn134 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ImportoPagato");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn135 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ImportoResiduoRitenuta");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn136 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ImportoRitenuta");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn137 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Pagamenti");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn138 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Scadenza");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn139 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("StatoScadenza");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn140 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ExtensionData");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn141 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DisplayName");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn142 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FrequentlyAccessed");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn143 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn144 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsDeleteAllow");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn145 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Stato");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn146 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Version");
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand7 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Pagamenti", 5);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn147 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CodiceConfermaBonifico");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn148 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CodiceEsercizioSpesa");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn149 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CodiceMovimentoPagamentoFattura");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn150 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CodiceMovimentoPagamentoRitenuta");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn151 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CodiceTestataMovimentoPagamentoFattura");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn152 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CodiceTestataMovimentoPagamentoRitenuta");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn153 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Conto");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn154 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Data");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn155 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DataDocumento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn156 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DataPagamentoRitenuta");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn157 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneCondominio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn158 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneDisposizioneRiferimento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn159 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneFornitore");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn160 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneScadenzaFattura");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn161 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Detrazione");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn162 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdDisposizioneRiferimento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn163 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdFattura");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn164 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdScadenzaFattura");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn165 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdentificativoArchiviazione");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn166 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Importo");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn167 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ImportoRitenuta");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn168 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ImportoRitenutaEccesso");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn169 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NumeroDocumento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn170 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SottoConto");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn171 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("StatoPagamento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn172 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("StatoRitenuta");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn173 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("StatoSpesa");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn174 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Tipo");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn175 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TipoCodiceConfermaBonifico");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn176 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TipoDocumentoSpesa");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn177 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Valuta");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn178 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ExtensionData");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn179 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DisplayName");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn180 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FrequentlyAccessed");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn181 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn182 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsDeleteAllow");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn183 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Stato");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn184 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Version");
            Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton("clear");
            Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
            this.lista = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.speseBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.filtroGroup = new Infragistics.Win.Misc.UltraExpandableGroupBox();
            this.filtroGroupExpandable = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
            this.dataDocumentoFinale = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.protocollo = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.lblDetrazione = new Infragistics.Win.Misc.UltraLabel();
            this.detrazione = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.tipoDocumento = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.lblTipo = new Infragistics.Win.Misc.UltraLabel();
            this.esercizi = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.esercizioDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.lblEsercizio = new Infragistics.Win.Misc.UltraLabel();
            this.btnAnnulla = new Infragistics.Win.Misc.UltraButton();
            this.btnRicerca = new Infragistics.Win.Misc.UltraButton();
            this.lblProtocollo = new Infragistics.Win.Misc.UltraLabel();
            this.importoA = new Infragistics.Win.UltraWinEditors.UltraCurrencyEditor();
            this.lblImportoA = new Infragistics.Win.Misc.UltraLabel();
            this.importoDa = new Infragistics.Win.UltraWinEditors.UltraCurrencyEditor();
            this.lblImportoDa = new Infragistics.Win.Misc.UltraLabel();
            this.dataDocumentoIniziale = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.lblDataDocumento = new Infragistics.Win.Misc.UltraLabel();
            this.numeroDocumento = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblNumeroDocumento = new Infragistics.Win.Misc.UltraLabel();
            this.sceltaCondominioCombo = new Gipasoft.Stabili.UI.Library.SceltaCondominioCombo();
            this.sceltaFornitoreCombo = new Gipasoft.Stabili.UI.Library.SceltaFornitoreCombo();
            this.lblFornitore = new Infragistics.Win.Misc.UltraLabel();
            this.lblCondominio = new Infragistics.Win.Misc.UltraLabel();
            this.tableLayoutPanelButtons = new System.Windows.Forms.TableLayoutPanel();
            this.btnCambiaEsercizio = new Infragistics.Win.Misc.UltraButton();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.pagamentiToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.movimentiContabiliToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.apriDettaglioToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.altriDatiToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.annullaPagamentoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.detrazioneToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.annullaDetrazioneToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.setDetrazione36ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.setDetrazione55ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.documentoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.ricevutaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.stampaEtichettaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.cambiaEsercizioValidator = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            this.cambiaEsercizioValidationSummary = new Gipasoft.Windows.Forms.CustomValidation.ValidationSummary(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.lista)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.speseBindingSource)).BeginInit();
            this.tableLayoutPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.filtroGroup)).BeginInit();
            this.filtroGroup.SuspendLayout();
            this.filtroGroupExpandable.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataDocumentoFinale)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.protocollo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.detrazione)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoDocumento)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.esercizi)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.esercizioDTOBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.importoA)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.importoDa)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataDocumentoIniziale)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numeroDocumento)).BeginInit();
            this.tableLayoutPanelButtons.SuspendLayout();
            this.contextMenuStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // lista
            // 
            this.lista.DataSource = this.speseBindingSource;
            appearance1.BackColor = System.Drawing.SystemColors.Window;
            appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
            this.lista.DisplayLayout.Appearance = appearance1;
            ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn1.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn1.ColumnChooserCaption = "Aliquota Cassa Professionisti";
            ultraGridColumn1.Header.Caption = "Al.Cassa";
            ultraGridColumn1.Header.VisiblePosition = 29;
            ultraGridColumn1.Hidden = true;
            ultraGridColumn2.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn2.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn2.ColumnChooserCaption = "Aliquota Ritenuta";
            ultraGridColumn2.Header.Caption = "Al.Rit.";
            ultraGridColumn2.Header.VisiblePosition = 31;
            ultraGridColumn2.Hidden = true;
            ultraGridColumn3.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            appearance2.TextHAlignAsString = "Right";
            ultraGridColumn3.CellAppearance = appearance2;
            ultraGridColumn3.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn3.ColumnChooserCaption = "Altre Spese";
            ultraGridColumn3.Format = "c";
            ultraGridColumn3.Header.Caption = "Spese";
            ultraGridColumn3.Header.VisiblePosition = 33;
            ultraGridColumn3.Hidden = true;
            ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            appearance3.TextHAlignAsString = "Right";
            ultraGridColumn4.CellAppearance = appearance3;
            ultraGridColumn4.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn4.Format = "c";
            ultraGridColumn4.Header.Caption = "Spese Esenti";
            ultraGridColumn4.Header.VisiblePosition = 35;
            ultraGridColumn4.Hidden = true;
            ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn5.Header.VisiblePosition = 4;
            ultraGridColumn5.Hidden = true;
            ultraGridColumn6.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            appearance4.TextHAlignAsString = "Right";
            ultraGridColumn6.CellAppearance = appearance4;
            ultraGridColumn6.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn6.ColumnChooserCaption = "Cassa Professionisti";
            ultraGridColumn6.Format = "c";
            ultraGridColumn6.Header.Caption = "Cassa Prof.";
            ultraGridColumn6.Header.VisiblePosition = 30;
            ultraGridColumn6.Hidden = true;
            ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn7.ColumnChooserCaption = "Contestata";
            ultraGridColumn7.Header.Caption = "Cont.";
            ultraGridColumn7.Header.VisiblePosition = 47;
            ultraGridColumn8.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn8.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.FormattedText;
            ultraGridColumn8.ColumnChooserCaption = "Data documento";
            ultraGridColumn8.Format = "";
            ultraGridColumn8.Header.Caption = "Dt.doc.";
            ultraGridColumn8.Header.VisiblePosition = 24;
            ultraGridColumn8.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Date;
            ultraGridColumn8.Width = 67;
            ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn9.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.FormattedText;
            ultraGridColumn9.ColumnChooserCaption = "Data Fine Competenza";
            ultraGridColumn9.Header.Caption = "Dt.Fine Comp.";
            ultraGridColumn9.Header.VisiblePosition = 26;
            ultraGridColumn9.Hidden = true;
            ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn10.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.FormattedText;
            ultraGridColumn10.ColumnChooserCaption = "Data Inizio Competenza";
            ultraGridColumn10.Header.Caption = "Dt.Inizio Comp.";
            ultraGridColumn10.Header.VisiblePosition = 25;
            ultraGridColumn10.Hidden = true;
            ultraGridColumn11.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn11.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.FormattedText;
            ultraGridColumn11.ColumnChooserCaption = "Data Registrazione Contabile";
            ultraGridColumn11.Header.Caption = "Dt.Registrazione";
            ultraGridColumn11.Header.VisiblePosition = 49;
            ultraGridColumn11.Hidden = true;
            ultraGridColumn12.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            appearance5.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacterWithLineLimit;
            ultraGridColumn12.CellAppearance = appearance5;
            ultraGridColumn12.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.FormattedText;
            ultraGridColumn12.Header.Caption = "Conto";
            ultraGridColumn12.Header.VisiblePosition = 15;
            ultraGridColumn12.Hidden = true;
            ultraGridColumn12.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.FormattedText;
            ultraGridColumn13.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn13.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn13.Header.Caption = "Condominio";
            ultraGridColumn13.Header.VisiblePosition = 5;
            ultraGridColumn13.Hidden = true;
            ultraGridColumn14.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn14.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn14.Header.Caption = "Esercizio";
            ultraGridColumn14.Header.VisiblePosition = 7;
            ultraGridColumn14.Hidden = true;
            ultraGridColumn15.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            appearance6.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacterWithLineLimit;
            ultraGridColumn15.CellAppearance = appearance6;
            ultraGridColumn15.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.FormattedText;
            ultraGridColumn15.Header.Caption = "Sottoconto";
            ultraGridColumn15.Header.VisiblePosition = 16;
            ultraGridColumn15.Hidden = true;
            ultraGridColumn15.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.FormattedText;
            ultraGridColumn16.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn16.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn16.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn16.ColumnChooserCaption = "Spesa Riferimento";
            ultraGridColumn16.Header.Caption = "Spesa Rif.";
            ultraGridColumn16.Header.VisiblePosition = 20;
            ultraGridColumn16.Hidden = true;
            ultraGridColumn17.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn17.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn17.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn17.Header.VisiblePosition = 38;
            ultraGridColumn17.Hidden = true;
            ultraGridColumn17.Width = 40;
            ultraGridColumn18.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn18.Header.VisiblePosition = 57;
            ultraGridColumn19.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            appearance7.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacterWithLineLimit;
            ultraGridColumn19.CellAppearance = appearance7;
            ultraGridColumn19.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.FormattedText;
            ultraGridColumn19.Header.VisiblePosition = 14;
            ultraGridColumn19.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.FormattedText;
            ultraGridColumn20.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn20.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn20.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn20.ColumnChooserCaption = "Fornitore";
            ultraGridColumn20.Header.Caption = "Fornitore";
            ultraGridColumn20.Header.VisiblePosition = 11;
            ultraGridColumn20.Width = 158;
            ultraGridColumn21.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn21.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn21.ColumnChooserCaption = "Esclusa dal rendiconto";
            ultraGridColumn21.Header.Caption = "Escl.Rend.";
            ultraGridColumn21.Header.VisiblePosition = 21;
            ultraGridColumn21.Hidden = true;
            ultraGridColumn185.ColumnChooserCaption = "Esente per Regime Minimo";
            ultraGridColumn185.Header.Caption = "Es.Minimo";
            ultraGridColumn185.Header.VisiblePosition = 22;
            ultraGridColumn185.Hidden = true;
            ultraGridColumn22.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn22.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn22.Header.Caption = "Id Competenze";
            ultraGridColumn22.Header.VisiblePosition = 3;
            ultraGridColumn22.Hidden = true;
            ultraGridColumn23.Header.VisiblePosition = 56;
            ultraGridColumn24.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn24.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn24.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn24.ColumnChooserCaption = "Identificativo Esercizio";
            ultraGridColumn24.Header.Caption = "Id Eser.";
            ultraGridColumn24.Header.VisiblePosition = 6;
            ultraGridColumn24.Hidden = true;
            ultraGridColumn25.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn25.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn25.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn25.ColumnChooserCaption = "Identificativo Fornitore";
            ultraGridColumn25.Header.Caption = "Id For.";
            ultraGridColumn25.Header.VisiblePosition = 10;
            ultraGridColumn25.Hidden = true;
            ultraGridColumn26.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn26.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn26.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn26.ColumnChooserCaption = "Identificativo Spesa Riferimento";
            ultraGridColumn26.Header.Caption = "Id Spesa Rif.";
            ultraGridColumn26.Header.VisiblePosition = 19;
            ultraGridColumn26.Hidden = true;
            ultraGridColumn27.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn27.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn27.ColumnChooserCaption = "Identificativo Testata";
            ultraGridColumn27.Header.Caption = "Id Testata";
            ultraGridColumn27.Header.VisiblePosition = 2;
            ultraGridColumn27.Hidden = true;
            ultraGridColumn28.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn28.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn28.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn28.ColumnChooserCaption = "Identificativo Arch. Ottica";
            ultraGridColumn28.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
            ultraGridColumn28.Header.Caption = "Prot.";
            ultraGridColumn28.Header.VisiblePosition = 9;
            ultraGridColumn28.Width = 115;
            ultraGridColumn29.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn29.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            appearance8.TextHAlignAsString = "Right";
            ultraGridColumn29.CellAppearance = appearance8;
            ultraGridColumn29.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn29.Format = "c";
            ultraGridColumn29.Header.VisiblePosition = 27;
            ultraGridColumn29.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Currency;
            ultraGridColumn29.Width = 71;
            ultraGridColumn30.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn30.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            appearance9.TextHAlignAsString = "Right";
            ultraGridColumn30.CellAppearance = appearance9;
            ultraGridColumn30.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn30.ColumnChooserCaption = "Importo IVA";
            ultraGridColumn30.Format = "c";
            ultraGridColumn30.Header.Caption = "Iva";
            ultraGridColumn30.Header.VisiblePosition = 28;
            ultraGridColumn30.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Currency;
            ultraGridColumn30.Width = 58;
            ultraGridColumn31.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn31.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            appearance10.TextHAlignAsString = "Right";
            ultraGridColumn31.CellAppearance = appearance10;
            ultraGridColumn31.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn31.ColumnChooserCaption = "Totale documento";
            ultraGridColumn31.Format = "c";
            ultraGridColumn31.Header.Caption = "Totale";
            ultraGridColumn31.Header.VisiblePosition = 42;
            ultraGridColumn31.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CurrencyPositive;
            ultraGridColumn31.Width = 69;
            ultraGridColumn32.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            appearance11.TextHAlignAsString = "Right";
            ultraGridColumn32.CellAppearance = appearance11;
            ultraGridColumn32.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn32.ColumnChooserCaption = "Importo da Pagare";
            ultraGridColumn32.Format = "c";
            ultraGridColumn32.Header.Caption = "Pagare";
            ultraGridColumn32.Header.VisiblePosition = 43;
            ultraGridColumn33.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn33.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn33.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn33.Header.Caption = "Importo Pagato";
            ultraGridColumn33.Header.VisiblePosition = 34;
            ultraGridColumn33.Hidden = true;
            ultraGridColumn34.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn34.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            appearance12.TextHAlignAsString = "Right";
            ultraGridColumn34.CellAppearance = appearance12;
            ultraGridColumn34.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn34.ColumnChooserCaption = "Importo Ritenuta";
            ultraGridColumn34.Format = "c";
            ultraGridColumn34.Header.Caption = "Ritenuta";
            ultraGridColumn34.Header.VisiblePosition = 32;
            ultraGridColumn34.Hidden = true;
            ultraGridColumn35.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn35.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn35.ColumnChooserCaption = "Archiviazione Ottica";
            ultraGridColumn35.Header.Caption = "Arch.Ott.";
            ultraGridColumn35.Header.VisiblePosition = 37;
            ultraGridColumn35.Hidden = true;
            ultraGridColumn35.Width = 35;
            ultraGridColumn36.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn36.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn36.ColumnChooserCaption = "Multi IVA";
            ultraGridColumn36.Header.Caption = "M.Iva";
            ultraGridColumn36.Header.VisiblePosition = 39;
            ultraGridColumn36.Hidden = true;
            ultraGridColumn37.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn37.ColumnChooserCaption = "Qualità Prestazione";
            ultraGridColumn37.Header.Caption = "Qual.";
            ultraGridColumn37.Header.VisiblePosition = 40;
            ultraGridColumn37.Hidden = true;
            ultraGridColumn38.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn38.Header.Caption = "Rip.";
            ultraGridColumn38.Header.VisiblePosition = 17;
            ultraGridColumn39.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn39.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn39.ColumnChooserCaption = "Ritenuta calcolata su Imponbile";
            ultraGridColumn39.Header.Caption = "Calc.Rit.";
            ultraGridColumn39.Header.VisiblePosition = 41;
            ultraGridColumn39.Hidden = true;
            ultraGridColumn39.Width = 30;
            ultraGridColumn40.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            appearance13.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacterWithLineLimit;
            ultraGridColumn40.CellAppearance = appearance13;
            ultraGridColumn40.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.FormattedText;
            ultraGridColumn40.Header.Caption = "Addebito Personale";
            ultraGridColumn40.Header.VisiblePosition = 18;
            ultraGridColumn40.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.FormattedText;
            ultraGridColumn41.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn41.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn41.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn41.Header.VisiblePosition = 46;
            ultraGridColumn41.Hidden = true;
            ultraGridColumn42.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn42.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn42.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn42.ColumnChooserCaption = "Numero documento";
            ultraGridColumn42.Header.Caption = "Num.doc.";
            ultraGridColumn42.Header.VisiblePosition = 23;
            ultraGridColumn42.Width = 55;
            ultraGridColumn43.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn43.Header.VisiblePosition = 58;
            ultraGridColumn44.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            appearance14.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacterWithLineLimit;
            ultraGridColumn44.CellAppearance = appearance14;
            ultraGridColumn44.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.FormattedText;
            ultraGridColumn44.Header.Caption = "Scale";
            ultraGridColumn44.Header.VisiblePosition = 44;
            ultraGridColumn44.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.FormattedText;
            ultraGridColumn45.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn45.ColumnChooserCaption = "Sinistro";
            ultraGridColumn45.Header.Caption = "Sin.";
            ultraGridColumn45.Header.VisiblePosition = 48;
            ultraGridColumn46.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn46.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn46.ColumnChooserCaption = "Spese Esenti Ritenuta";
            ultraGridColumn46.Header.Caption = "Esenti Rit.";
            ultraGridColumn46.Header.VisiblePosition = 36;
            ultraGridColumn46.Hidden = true;
            ultraGridColumn47.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn47.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn47.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn47.ColumnChooserCaption = "Stato";
            ultraGridColumn47.Header.Caption = "Stato";
            ultraGridColumn47.Header.VisiblePosition = 50;
            ultraGridColumn47.Width = 54;
            ultraGridColumn48.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn48.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn48.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn48.ColumnChooserCaption = "Tipo documento";
            ultraGridColumn48.Header.Caption = "Tipo";
            ultraGridColumn48.Header.VisiblePosition = 8;
            ultraGridColumn48.Width = 69;
            ultraGridColumn49.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn49.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn49.Header.VisiblePosition = 12;
            ultraGridColumn49.Hidden = true;
            ultraGridColumn50.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn50.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn50.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn50.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn50.Header.VisiblePosition = 51;
            ultraGridColumn50.Hidden = true;
            ultraGridColumn51.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn51.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn51.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn51.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.False;
            ultraGridColumn51.Header.Caption = "Descrizione";
            ultraGridColumn51.Header.VisiblePosition = 13;
            ultraGridColumn51.Width = 159;
            ultraGridColumn52.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn52.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn52.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn52.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn52.Header.VisiblePosition = 52;
            ultraGridColumn52.Hidden = true;
            ultraGridColumn53.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn53.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            appearance15.TextHAlignAsString = "Right";
            ultraGridColumn53.CellAppearance = appearance15;
            ultraGridColumn53.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn53.ColumnChooserCaption = "Identificativo";
            ultraGridColumn53.Header.Caption = "Id";
            ultraGridColumn53.Header.VisiblePosition = 1;
            ultraGridColumn53.Hidden = true;
            ultraGridColumn54.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn54.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn54.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn54.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn54.Header.VisiblePosition = 54;
            ultraGridColumn54.Hidden = true;
            ultraGridColumn55.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn55.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn55.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn55.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn55.Header.VisiblePosition = 45;
            ultraGridColumn55.Hidden = true;
            ultraGridColumn55.Width = 104;
            ultraGridColumn56.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn56.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn56.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn56.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn56.Header.VisiblePosition = 53;
            ultraGridColumn56.Hidden = true;
            ultraGridColumn57.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.False;
            ultraGridColumn57.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn57.ButtonDisplayStyle = Infragistics.Win.UltraWinGrid.ButtonDisplayStyle.Always;
            ultraGridColumn57.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            appearance16.FontData.BoldAsString = "True";
            appearance16.TextHAlignAsString = "Center";
            appearance16.TextVAlignAsString = "Middle";
            ultraGridColumn57.CellButtonAppearance = appearance16;
            ultraGridColumn57.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn57.FilterClearButtonVisible = Infragistics.Win.DefaultableBoolean.False;
            ultraGridColumn57.FilterOperandStyle = Infragistics.Win.UltraWinGrid.FilterOperandStyle.None;
            ultraGridColumn57.FilterOperatorDropDownItems = Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.None;
            ultraGridColumn57.FilterOperatorLocation = Infragistics.Win.UltraWinGrid.FilterOperatorLocation.Hidden;
            ultraGridColumn57.Header.Caption = "D";
            ultraGridColumn57.Header.VisiblePosition = 55;
            ultraGridColumn57.NullText = "X";
            ultraGridColumn57.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Button;
            ultraGridColumn57.Width = 30;
            ultraGridColumn58.AllowGroupBy = Infragistics.Win.DefaultableBoolean.False;
            ultraGridColumn58.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.False;
            ultraGridColumn58.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn58.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.Edit;
            ultraGridColumn58.DataType = typeof(bool);
            ultraGridColumn58.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn58.Header.Caption = "S";
            ultraGridColumn58.Header.VisiblePosition = 0;
            ultraGridColumn58.Width = 40;
            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,
            ultraGridColumn185,
            ultraGridColumn22,
            ultraGridColumn23,
            ultraGridColumn24,
            ultraGridColumn25,
            ultraGridColumn26,
            ultraGridColumn27,
            ultraGridColumn28,
            ultraGridColumn29,
            ultraGridColumn30,
            ultraGridColumn31,
            ultraGridColumn32,
            ultraGridColumn33,
            ultraGridColumn34,
            ultraGridColumn35,
            ultraGridColumn36,
            ultraGridColumn37,
            ultraGridColumn38,
            ultraGridColumn39,
            ultraGridColumn40,
            ultraGridColumn41,
            ultraGridColumn42,
            ultraGridColumn43,
            ultraGridColumn44,
            ultraGridColumn45,
            ultraGridColumn46,
            ultraGridColumn47,
            ultraGridColumn48,
            ultraGridColumn49,
            ultraGridColumn50,
            ultraGridColumn51,
            ultraGridColumn52,
            ultraGridColumn53,
            ultraGridColumn54,
            ultraGridColumn55,
            ultraGridColumn56,
            ultraGridColumn57,
            ultraGridColumn58});
            ultraGridBand1.Header.Caption = "Spesa";
            ultraGridColumn59.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn59.Header.VisiblePosition = 0;
            ultraGridColumn60.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn60.Header.VisiblePosition = 1;
            ultraGridColumn61.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn61.Header.VisiblePosition = 2;
            ultraGridColumn62.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn62.Header.VisiblePosition = 3;
            ultraGridColumn63.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn63.Header.VisiblePosition = 4;
            ultraGridColumn64.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn64.Header.VisiblePosition = 5;
            ultraGridColumn65.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn65.Header.VisiblePosition = 6;
            ultraGridColumn66.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn66.Header.VisiblePosition = 7;
            ultraGridColumn67.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn67.Header.VisiblePosition = 18;
            ultraGridColumn68.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn68.Header.VisiblePosition = 8;
            ultraGridColumn69.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn69.Header.VisiblePosition = 9;
            ultraGridColumn70.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn70.Header.VisiblePosition = 10;
            ultraGridColumn71.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn71.Header.VisiblePosition = 11;
            ultraGridColumn72.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn72.Header.VisiblePosition = 12;
            ultraGridColumn73.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn73.Header.VisiblePosition = 13;
            ultraGridColumn74.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn74.Header.VisiblePosition = 14;
            ultraGridColumn75.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn75.Header.VisiblePosition = 15;
            ultraGridColumn76.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn76.Header.VisiblePosition = 16;
            ultraGridColumn77.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn77.Header.VisiblePosition = 17;
            ultraGridBand2.Columns.AddRange(new object[] {
            ultraGridColumn59,
            ultraGridColumn60,
            ultraGridColumn61,
            ultraGridColumn62,
            ultraGridColumn63,
            ultraGridColumn64,
            ultraGridColumn65,
            ultraGridColumn66,
            ultraGridColumn67,
            ultraGridColumn68,
            ultraGridColumn69,
            ultraGridColumn70,
            ultraGridColumn71,
            ultraGridColumn72,
            ultraGridColumn73,
            ultraGridColumn74,
            ultraGridColumn75,
            ultraGridColumn76,
            ultraGridColumn77});
            ultraGridBand2.Hidden = true;
            ultraGridColumn78.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn78.Header.VisiblePosition = 0;
            ultraGridColumn79.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn79.Header.VisiblePosition = 1;
            ultraGridColumn80.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn80.Header.VisiblePosition = 28;
            ultraGridColumn81.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn81.Header.VisiblePosition = 2;
            ultraGridColumn82.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn82.Header.VisiblePosition = 3;
            ultraGridColumn83.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn83.Header.VisiblePosition = 4;
            ultraGridColumn84.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn84.Header.VisiblePosition = 5;
            ultraGridColumn85.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn85.Header.VisiblePosition = 6;
            ultraGridColumn86.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn86.Header.VisiblePosition = 7;
            ultraGridColumn87.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn87.Header.VisiblePosition = 8;
            ultraGridColumn88.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn88.Header.VisiblePosition = 9;
            ultraGridColumn89.Header.VisiblePosition = 11;
            ultraGridColumn186.Header.VisiblePosition = 12;
            ultraGridColumn90.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn90.Header.VisiblePosition = 10;
            ultraGridColumn91.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn91.Header.VisiblePosition = 13;
            ultraGridColumn92.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn92.Header.VisiblePosition = 14;
            ultraGridColumn93.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn93.Header.VisiblePosition = 15;
            ultraGridColumn94.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn94.Header.VisiblePosition = 16;
            ultraGridColumn95.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn95.Header.VisiblePosition = 17;
            ultraGridColumn187.Header.VisiblePosition = 20;
            ultraGridColumn96.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn96.Header.VisiblePosition = 18;
            ultraGridColumn188.Header.VisiblePosition = 23;
            ultraGridColumn97.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn97.Header.VisiblePosition = 19;
            ultraGridColumn98.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn98.Header.VisiblePosition = 21;
            ultraGridColumn99.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn99.Header.VisiblePosition = 22;
            ultraGridColumn100.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn100.Header.VisiblePosition = 24;
            ultraGridColumn101.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn101.Header.VisiblePosition = 25;
            ultraGridColumn102.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn102.Header.VisiblePosition = 26;
            ultraGridColumn103.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn103.Header.VisiblePosition = 27;
            ultraGridBand3.Columns.AddRange(new object[] {
            ultraGridColumn78,
            ultraGridColumn79,
            ultraGridColumn80,
            ultraGridColumn81,
            ultraGridColumn82,
            ultraGridColumn83,
            ultraGridColumn84,
            ultraGridColumn85,
            ultraGridColumn86,
            ultraGridColumn87,
            ultraGridColumn88,
            ultraGridColumn89,
            ultraGridColumn186,
            ultraGridColumn90,
            ultraGridColumn91,
            ultraGridColumn92,
            ultraGridColumn93,
            ultraGridColumn94,
            ultraGridColumn95,
            ultraGridColumn187,
            ultraGridColumn96,
            ultraGridColumn188,
            ultraGridColumn97,
            ultraGridColumn98,
            ultraGridColumn99,
            ultraGridColumn100,
            ultraGridColumn101,
            ultraGridColumn102,
            ultraGridColumn103});
            ultraGridBand3.Hidden = true;
            ultraGridColumn104.Header.VisiblePosition = 0;
            ultraGridColumn105.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn105.Header.VisiblePosition = 1;
            ultraGridColumn106.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn106.Header.VisiblePosition = 2;
            ultraGridColumn107.Header.VisiblePosition = 3;
            ultraGridColumn108.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn108.Header.VisiblePosition = 4;
            ultraGridColumn109.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn109.Header.VisiblePosition = 5;
            ultraGridColumn110.Header.VisiblePosition = 7;
            ultraGridColumn111.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn111.Header.VisiblePosition = 6;
            ultraGridColumn112.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn112.Header.VisiblePosition = 8;
            ultraGridColumn113.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn113.Header.VisiblePosition = 9;
            ultraGridColumn114.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn114.Header.VisiblePosition = 10;
            ultraGridColumn115.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn115.Header.VisiblePosition = 11;
            ultraGridColumn116.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn116.Header.VisiblePosition = 12;
            ultraGridColumn117.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn117.Header.VisiblePosition = 13;
            ultraGridBand4.Columns.AddRange(new object[] {
            ultraGridColumn104,
            ultraGridColumn105,
            ultraGridColumn106,
            ultraGridColumn107,
            ultraGridColumn108,
            ultraGridColumn109,
            ultraGridColumn110,
            ultraGridColumn111,
            ultraGridColumn112,
            ultraGridColumn113,
            ultraGridColumn114,
            ultraGridColumn115,
            ultraGridColumn116,
            ultraGridColumn117});
            ultraGridBand4.Hidden = true;
            ultraGridColumn118.Header.VisiblePosition = 0;
            ultraGridBand5.Columns.AddRange(new object[] {
            ultraGridColumn118});
            ultraGridBand5.Hidden = true;
            ultraGridColumn119.Header.VisiblePosition = 0;
            ultraGridColumn120.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn120.Header.VisiblePosition = 1;
            ultraGridColumn121.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn121.Header.VisiblePosition = 3;
            ultraGridColumn122.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn122.Header.VisiblePosition = 2;
            ultraGridColumn123.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn123.Header.VisiblePosition = 4;
            ultraGridColumn124.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn124.Header.VisiblePosition = 5;
            ultraGridColumn125.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn125.Header.VisiblePosition = 6;
            ultraGridColumn126.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn126.Header.VisiblePosition = 7;
            ultraGridColumn127.Header.VisiblePosition = 9;
            ultraGridColumn128.Header.VisiblePosition = 11;
            ultraGridColumn129.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn129.Header.VisiblePosition = 13;
            ultraGridColumn130.Header.VisiblePosition = 14;
            ultraGridColumn131.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn131.Header.VisiblePosition = 10;
            ultraGridColumn132.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn132.Header.VisiblePosition = 8;
            ultraGridColumn133.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn133.Header.VisiblePosition = 12;
            ultraGridColumn134.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn134.Header.VisiblePosition = 15;
            ultraGridColumn135.Header.VisiblePosition = 16;
            ultraGridColumn136.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn136.Header.VisiblePosition = 17;
            ultraGridColumn137.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn137.Header.VisiblePosition = 27;
            ultraGridColumn138.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn138.Header.VisiblePosition = 18;
            ultraGridColumn139.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn139.Header.VisiblePosition = 19;
            ultraGridColumn140.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn140.Header.VisiblePosition = 20;
            ultraGridColumn141.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn141.Header.VisiblePosition = 21;
            ultraGridColumn142.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn142.Header.VisiblePosition = 22;
            ultraGridColumn143.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn143.Header.VisiblePosition = 23;
            ultraGridColumn144.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn144.Header.VisiblePosition = 24;
            ultraGridColumn145.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn145.Header.VisiblePosition = 25;
            ultraGridColumn146.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn146.Header.VisiblePosition = 26;
            ultraGridBand6.Columns.AddRange(new object[] {
            ultraGridColumn119,
            ultraGridColumn120,
            ultraGridColumn121,
            ultraGridColumn122,
            ultraGridColumn123,
            ultraGridColumn124,
            ultraGridColumn125,
            ultraGridColumn126,
            ultraGridColumn127,
            ultraGridColumn128,
            ultraGridColumn129,
            ultraGridColumn130,
            ultraGridColumn131,
            ultraGridColumn132,
            ultraGridColumn133,
            ultraGridColumn134,
            ultraGridColumn135,
            ultraGridColumn136,
            ultraGridColumn137,
            ultraGridColumn138,
            ultraGridColumn139,
            ultraGridColumn140,
            ultraGridColumn141,
            ultraGridColumn142,
            ultraGridColumn143,
            ultraGridColumn144,
            ultraGridColumn145,
            ultraGridColumn146});
            ultraGridBand6.Hidden = true;
            ultraGridColumn147.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn147.Header.VisiblePosition = 0;
            ultraGridColumn148.Header.VisiblePosition = 1;
            ultraGridColumn149.Header.VisiblePosition = 2;
            ultraGridColumn150.Header.VisiblePosition = 4;
            ultraGridColumn151.Header.VisiblePosition = 6;
            ultraGridColumn152.Header.VisiblePosition = 8;
            ultraGridColumn153.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn153.Header.VisiblePosition = 3;
            ultraGridColumn154.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn154.Header.VisiblePosition = 5;
            ultraGridColumn155.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn155.Header.VisiblePosition = 7;
            ultraGridColumn156.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn156.Header.VisiblePosition = 9;
            ultraGridColumn157.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn157.Header.VisiblePosition = 11;
            ultraGridColumn158.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn158.Header.VisiblePosition = 10;
            ultraGridColumn159.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn159.Header.VisiblePosition = 13;
            ultraGridColumn160.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn160.Header.VisiblePosition = 12;
            ultraGridColumn161.Header.VisiblePosition = 14;
            ultraGridColumn162.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn162.Header.VisiblePosition = 15;
            ultraGridColumn163.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn163.Header.VisiblePosition = 17;
            ultraGridColumn164.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn164.Header.VisiblePosition = 16;
            ultraGridColumn165.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn165.Header.VisiblePosition = 18;
            ultraGridColumn166.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn166.Header.VisiblePosition = 19;
            ultraGridColumn167.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn167.Header.VisiblePosition = 20;
            ultraGridColumn168.Header.VisiblePosition = 22;
            ultraGridColumn169.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn169.Header.VisiblePosition = 26;
            ultraGridColumn170.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn170.Header.VisiblePosition = 24;
            ultraGridColumn171.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn171.Header.VisiblePosition = 21;
            ultraGridColumn172.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn172.Header.VisiblePosition = 23;
            ultraGridColumn173.Header.VisiblePosition = 28;
            ultraGridColumn174.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn174.Header.VisiblePosition = 29;
            ultraGridColumn175.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn175.Header.VisiblePosition = 31;
            ultraGridColumn176.Header.VisiblePosition = 32;
            ultraGridColumn177.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn177.Header.VisiblePosition = 25;
            ultraGridColumn178.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn178.Header.VisiblePosition = 27;
            ultraGridColumn179.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn179.Header.VisiblePosition = 30;
            ultraGridColumn180.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn180.Header.VisiblePosition = 33;
            ultraGridColumn181.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn181.Header.VisiblePosition = 34;
            ultraGridColumn182.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn182.Header.VisiblePosition = 35;
            ultraGridColumn183.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn183.Header.VisiblePosition = 36;
            ultraGridColumn184.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn184.Header.VisiblePosition = 37;
            ultraGridBand7.Columns.AddRange(new object[] {
            ultraGridColumn147,
            ultraGridColumn148,
            ultraGridColumn149,
            ultraGridColumn150,
            ultraGridColumn151,
            ultraGridColumn152,
            ultraGridColumn153,
            ultraGridColumn154,
            ultraGridColumn155,
            ultraGridColumn156,
            ultraGridColumn157,
            ultraGridColumn158,
            ultraGridColumn159,
            ultraGridColumn160,
            ultraGridColumn161,
            ultraGridColumn162,
            ultraGridColumn163,
            ultraGridColumn164,
            ultraGridColumn165,
            ultraGridColumn166,
            ultraGridColumn167,
            ultraGridColumn168,
            ultraGridColumn169,
            ultraGridColumn170,
            ultraGridColumn171,
            ultraGridColumn172,
            ultraGridColumn173,
            ultraGridColumn174,
            ultraGridColumn175,
            ultraGridColumn176,
            ultraGridColumn177,
            ultraGridColumn178,
            ultraGridColumn179,
            ultraGridColumn180,
            ultraGridColumn181,
            ultraGridColumn182,
            ultraGridColumn183,
            ultraGridColumn184});
            ultraGridBand7.Hidden = true;
            this.lista.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
            this.lista.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
            this.lista.DisplayLayout.BandsSerializer.Add(ultraGridBand3);
            this.lista.DisplayLayout.BandsSerializer.Add(ultraGridBand4);
            this.lista.DisplayLayout.BandsSerializer.Add(ultraGridBand5);
            this.lista.DisplayLayout.BandsSerializer.Add(ultraGridBand6);
            this.lista.DisplayLayout.BandsSerializer.Add(ultraGridBand7);
            this.lista.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            this.lista.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
            appearance17.BackColor = System.Drawing.SystemColors.ActiveBorder;
            appearance17.BackColor2 = System.Drawing.SystemColors.ControlDark;
            appearance17.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance17.BorderColor = System.Drawing.SystemColors.Window;
            this.lista.DisplayLayout.GroupByBox.Appearance = appearance17;
            appearance18.ForeColor = System.Drawing.SystemColors.GrayText;
            this.lista.DisplayLayout.GroupByBox.BandLabelAppearance = appearance18;
            this.lista.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            this.lista.DisplayLayout.GroupByBox.Prompt = "Spostare qui la colonna da raggruppare.";
            appearance19.BackColor = System.Drawing.SystemColors.ControlLightLight;
            appearance19.BackColor2 = System.Drawing.SystemColors.Control;
            appearance19.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
            appearance19.ForeColor = System.Drawing.SystemColors.GrayText;
            this.lista.DisplayLayout.GroupByBox.PromptAppearance = appearance19;
            this.lista.DisplayLayout.MaxColScrollRegions = 1;
            this.lista.DisplayLayout.MaxRowScrollRegions = 1;
            appearance20.BackColor = System.Drawing.SystemColors.Window;
            appearance20.ForeColor = System.Drawing.SystemColors.ControlText;
            this.lista.DisplayLayout.Override.ActiveCellAppearance = appearance20;
            this.lista.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
            this.lista.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
            this.lista.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
            this.lista.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.True;
            this.lista.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
            this.lista.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
            appearance21.BackColor = System.Drawing.SystemColors.Window;
            this.lista.DisplayLayout.Override.CardAreaAppearance = appearance21;
            appearance22.BorderColor = System.Drawing.Color.Silver;
            appearance22.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
            this.lista.DisplayLayout.Override.CellAppearance = appearance22;
            this.lista.DisplayLayout.Override.CellPadding = 0;
            this.lista.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
            appearance23.BackColor = System.Drawing.SystemColors.Control;
            appearance23.BackColor2 = System.Drawing.SystemColors.ControlDark;
            appearance23.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
            appearance23.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
            appearance23.BorderColor = System.Drawing.SystemColors.Window;
            this.lista.DisplayLayout.Override.GroupByRowAppearance = appearance23;
            appearance24.TextHAlignAsString = "Left";
            this.lista.DisplayLayout.Override.HeaderAppearance = appearance24;
            this.lista.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
            this.lista.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
            appearance25.BackColor = System.Drawing.SystemColors.Window;
            appearance25.BorderColor = System.Drawing.Color.Silver;
            this.lista.DisplayLayout.Override.RowAppearance = appearance25;
            this.lista.DisplayLayout.Override.RowSelectorHeaderStyle = Infragistics.Win.UltraWinGrid.RowSelectorHeaderStyle.ColumnChooserButton;
            this.lista.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
            appearance26.BackColor = System.Drawing.SystemColors.ControlLight;
            this.lista.DisplayLayout.Override.TemplateAddRowAppearance = appearance26;
            this.lista.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
            this.lista.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
            this.lista.DisplayLayout.ViewStyle = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
            this.lista.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
            this.lista.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lista.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lista.Location = new System.Drawing.Point(3, 149);
            this.lista.Name = "lista";
            this.lista.Size = new System.Drawing.Size(821, 459);
            this.lista.TabIndex = 140;
            this.lista.ClickCellButton += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.listaClickCellButton);
            this.lista.BeforeRowsDeleted += new Infragistics.Win.UltraWinGrid.BeforeRowsDeletedEventHandler(this.listaBeforeRowsDeleted);
            this.lista.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.listaDoubleClickRow);
            this.lista.MouseUp += new System.Windows.Forms.MouseEventHandler(this.listaMouseUp);
            // 
            // speseBindingSource
            // 
            this.speseBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.SpesaDTO);
            // 
            // 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.filtroGroup, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.lista, 0, 1);
            this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanelButtons, 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 = 3;
            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());
            this.tableLayoutPanel1.Size = new System.Drawing.Size(827, 647);
            this.tableLayoutPanel1.TabIndex = 1;
            // 
            // filtroGroup
            // 
            this.filtroGroup.Controls.Add(this.filtroGroupExpandable);
            this.filtroGroup.Dock = System.Windows.Forms.DockStyle.Fill;
            this.filtroGroup.ExpandedSize = new System.Drawing.Size(821, 140);
            this.filtroGroup.Location = new System.Drawing.Point(3, 3);
            this.filtroGroup.Name = "filtroGroup";
            this.filtroGroup.Size = new System.Drawing.Size(821, 140);
            this.filtroGroup.TabIndex = 2;
            this.filtroGroup.Text = "Selezioni";
            // 
            // filtroGroupExpandable
            // 
            this.filtroGroupExpandable.Controls.Add(this.dataDocumentoFinale);
            this.filtroGroupExpandable.Controls.Add(this.protocollo);
            this.filtroGroupExpandable.Controls.Add(this.lblDetrazione);
            this.filtroGroupExpandable.Controls.Add(this.detrazione);
            this.filtroGroupExpandable.Controls.Add(this.tipoDocumento);
            this.filtroGroupExpandable.Controls.Add(this.lblTipo);
            this.filtroGroupExpandable.Controls.Add(this.esercizi);
            this.filtroGroupExpandable.Controls.Add(this.lblEsercizio);
            this.filtroGroupExpandable.Controls.Add(this.btnAnnulla);
            this.filtroGroupExpandable.Controls.Add(this.btnRicerca);
            this.filtroGroupExpandable.Controls.Add(this.lblProtocollo);
            this.filtroGroupExpandable.Controls.Add(this.importoA);
            this.filtroGroupExpandable.Controls.Add(this.lblImportoA);
            this.filtroGroupExpandable.Controls.Add(this.importoDa);
            this.filtroGroupExpandable.Controls.Add(this.lblImportoDa);
            this.filtroGroupExpandable.Controls.Add(this.dataDocumentoIniziale);
            this.filtroGroupExpandable.Controls.Add(this.lblDataDocumento);
            this.filtroGroupExpandable.Controls.Add(this.numeroDocumento);
            this.filtroGroupExpandable.Controls.Add(this.lblNumeroDocumento);
            this.filtroGroupExpandable.Controls.Add(this.sceltaCondominioCombo);
            this.filtroGroupExpandable.Controls.Add(this.sceltaFornitoreCombo);
            this.filtroGroupExpandable.Controls.Add(this.lblFornitore);
            this.filtroGroupExpandable.Controls.Add(this.lblCondominio);
            this.filtroGroupExpandable.Dock = System.Windows.Forms.DockStyle.Fill;
            this.filtroGroupExpandable.Location = new System.Drawing.Point(3, 19);
            this.filtroGroupExpandable.Name = "filtroGroupExpandable";
            this.filtroGroupExpandable.Size = new System.Drawing.Size(815, 118);
            this.filtroGroupExpandable.TabIndex = 0;
            // 
            // dataDocumentoFinale
            // 
            this.dataDocumentoFinale.Location = new System.Drawing.Point(288, 60);
            this.dataDocumentoFinale.Name = "dataDocumentoFinale";
            this.dataDocumentoFinale.Size = new System.Drawing.Size(87, 21);
            this.dataDocumentoFinale.TabIndex = 90;
            this.dataDocumentoFinale.Value = null;
            // 
            // protocollo
            // 
            this.protocollo.Location = new System.Drawing.Point(451, 60);
            this.protocollo.MaskInput = "nnnnnnnnn";
            this.protocollo.Name = "protocollo";
            this.protocollo.Size = new System.Drawing.Size(66, 21);
            this.protocollo.TabIndex = 100;
            // 
            // lblDetrazione
            // 
            this.lblDetrazione.Location = new System.Drawing.Point(675, 37);
            this.lblDetrazione.Name = "lblDetrazione";
            this.lblDetrazione.Size = new System.Drawing.Size(35, 23);
            this.lblDetrazione.TabIndex = 54;
            this.lblDetrazione.Text = "Detr.";
            // 
            // detrazione
            // 
            this.detrazione.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.detrazione.Location = new System.Drawing.Point(716, 32);
            this.detrazione.Name = "detrazione";
            this.detrazione.Size = new System.Drawing.Size(96, 21);
            this.detrazione.SortStyle = Infragistics.Win.ValueListSortStyle.Ascending;
            this.detrazione.TabIndex = 60;
            this.detrazione.TabStop = false;
            // 
            // tipoDocumento
            // 
            this.tipoDocumento.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.tipoDocumento.Location = new System.Drawing.Point(684, 60);
            this.tipoDocumento.Name = "tipoDocumento";
            this.tipoDocumento.Size = new System.Drawing.Size(128, 21);
            this.tipoDocumento.SortStyle = Infragistics.Win.ValueListSortStyle.Ascending;
            this.tipoDocumento.TabIndex = 110;
            this.tipoDocumento.TabStop = false;
            this.tipoDocumento.ValueChanged += new System.EventHandler(this.tipoDocumentoValueChanged);
            // 
            // lblTipo
            // 
            this.lblTipo.Location = new System.Drawing.Point(629, 64);
            this.lblTipo.Name = "lblTipo";
            this.lblTipo.Size = new System.Drawing.Size(40, 23);
            this.lblTipo.TabIndex = 19;
            this.lblTipo.Text = "Tipo";
            // 
            // esercizi
            // 
            appearance27.Image = global::Gipasoft.Stabili.UI.RegistrazioneSpese.RegistrazioneSpeseResources.clear;
            appearance27.ImageHAlign = Infragistics.Win.HAlign.Center;
            appearance27.ImageVAlign = Infragistics.Win.VAlign.Middle;
            editorButton1.Appearance = appearance27;
            editorButton1.Key = "clear";
            this.esercizi.ButtonsRight.Add(editorButton1);
            this.esercizi.DataSource = this.esercizioDTOBindingSource;
            this.esercizi.DisplayMember = "DisplayName";
            this.esercizi.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.esercizi.Location = new System.Drawing.Point(452, 5);
            this.esercizi.Name = "esercizi";
            this.esercizi.Size = new System.Drawing.Size(360, 21);
            this.esercizi.TabIndex = 20;
            this.esercizi.ValueMember = "ID";
            this.esercizi.ValueChanged += new System.EventHandler(this.eserciziValueChanged);
            this.esercizi.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.eserciziEditorButtonClick);
            // 
            // esercizioDTOBindingSource
            // 
            this.esercizioDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.EsercizioDTO);
            // 
            // lblEsercizio
            // 
            this.lblEsercizio.Location = new System.Drawing.Point(394, 7);
            this.lblEsercizio.Name = "lblEsercizio";
            this.lblEsercizio.Size = new System.Drawing.Size(51, 23);
            this.lblEsercizio.TabIndex = 17;
            this.lblEsercizio.Text = "Esercizio";
            // 
            // 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(151, 93);
            this.btnAnnulla.Name = "btnAnnulla";
            this.btnAnnulla.Size = new System.Drawing.Size(75, 23);
            this.btnAnnulla.TabIndex = 130;
            this.btnAnnulla.Text = "Annulla";
            this.btnAnnulla.Click += new System.EventHandler(this.btnAnnullaClick);
            // 
            // btnRicerca
            // 
            this.btnRicerca.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnRicerca.Location = new System.Drawing.Point(70, 92);
            this.btnRicerca.Name = "btnRicerca";
            this.btnRicerca.Size = new System.Drawing.Size(75, 23);
            this.btnRicerca.TabIndex = 120;
            this.btnRicerca.Text = "Cerca";
            this.btnRicerca.Click += new System.EventHandler(this.btnRicercaClick);
            // 
            // lblProtocollo
            // 
            this.lblProtocollo.Location = new System.Drawing.Point(394, 64);
            this.lblProtocollo.Name = "lblProtocollo";
            this.lblProtocollo.Size = new System.Drawing.Size(28, 23);
            this.lblProtocollo.TabIndex = 12;
            this.lblProtocollo.Text = "Prot.";
            // 
            // importoA
            // 
            this.importoA.Location = new System.Drawing.Point(569, 33);
            this.importoA.MaskInput = "{currency:-6.2:c}";
            this.importoA.Name = "importoA";
            this.importoA.Size = new System.Drawing.Size(100, 21);
            this.importoA.TabIndex = 50;
            // 
            // lblImportoA
            // 
            this.lblImportoA.Location = new System.Drawing.Point(546, 37);
            this.lblImportoA.Name = "lblImportoA";
            this.lblImportoA.Size = new System.Drawing.Size(17, 23);
            this.lblImportoA.TabIndex = 10;
            this.lblImportoA.Text = "a";
            // 
            // importoDa
            // 
            this.importoDa.Location = new System.Drawing.Point(452, 33);
            this.importoDa.MaskInput = "{currency:-6.2:c}";
            this.importoDa.Name = "importoDa";
            this.importoDa.Size = new System.Drawing.Size(88, 21);
            this.importoDa.TabIndex = 40;
            // 
            // lblImportoDa
            // 
            this.lblImportoDa.Location = new System.Drawing.Point(394, 37);
            this.lblImportoDa.Name = "lblImportoDa";
            this.lblImportoDa.Size = new System.Drawing.Size(51, 23);
            this.lblImportoDa.TabIndex = 8;
            this.lblImportoDa.Text = "Importo";
            // 
            // dataDocumentoIniziale
            // 
            this.dataDocumentoIniziale.Location = new System.Drawing.Point(195, 60);
            this.dataDocumentoIniziale.Name = "dataDocumentoIniziale";
            this.dataDocumentoIniziale.Size = new System.Drawing.Size(87, 21);
            this.dataDocumentoIniziale.TabIndex = 80;
            this.dataDocumentoIniziale.Value = null;
            // 
            // lblDataDocumento
            // 
            this.lblDataDocumento.Location = new System.Drawing.Point(138, 64);
            this.lblDataDocumento.Name = "lblDataDocumento";
            this.lblDataDocumento.Size = new System.Drawing.Size(51, 23);
            this.lblDataDocumento.TabIndex = 6;
            this.lblDataDocumento.Text = "Dt.Doc.";
            // 
            // numeroDocumento
            // 
            this.numeroDocumento.Location = new System.Drawing.Point(70, 60);
            this.numeroDocumento.Name = "numeroDocumento";
            this.numeroDocumento.Size = new System.Drawing.Size(61, 21);
            this.numeroDocumento.TabIndex = 70;
            // 
            // lblNumeroDocumento
            // 
            this.lblNumeroDocumento.Location = new System.Drawing.Point(3, 64);
            this.lblNumeroDocumento.Name = "lblNumeroDocumento";
            this.lblNumeroDocumento.Size = new System.Drawing.Size(61, 23);
            this.lblNumeroDocumento.TabIndex = 4;
            this.lblNumeroDocumento.Text = "Num.Doc.";
            // 
            // sceltaCondominioCombo
            // 
            this.sceltaCondominioCombo.IdCondominioSelected = 0;
            this.sceltaCondominioCombo.Location = new System.Drawing.Point(70, 5);
            this.sceltaCondominioCombo.Name = "sceltaCondominioCombo";
            this.sceltaCondominioCombo.Size = new System.Drawing.Size(305, 21);
            this.sceltaCondominioCombo.TabIndex = 10;
            // 
            // sceltaFornitoreCombo
            // 
            this.sceltaFornitoreCombo.AllowInsert = true;
            this.sceltaFornitoreCombo.CurrentEditRow = null;
            this.sceltaFornitoreCombo.IdFornitore = 0;
            this.sceltaFornitoreCombo.Location = new System.Drawing.Point(70, 33);
            this.sceltaFornitoreCombo.Margin = new System.Windows.Forms.Padding(0);
            this.sceltaFornitoreCombo.Name = "sceltaFornitoreCombo";
            this.sceltaFornitoreCombo.Size = new System.Drawing.Size(305, 21);
            this.sceltaFornitoreCombo.TabIndex = 30;
            // 
            // lblFornitore
            // 
            this.lblFornitore.Location = new System.Drawing.Point(3, 37);
            this.lblFornitore.Name = "lblFornitore";
            this.lblFornitore.Size = new System.Drawing.Size(51, 23);
            this.lblFornitore.TabIndex = 1;
            this.lblFornitore.Text = "Fornitore";
            // 
            // lblCondominio
            // 
            this.lblCondominio.Location = new System.Drawing.Point(3, 7);
            this.lblCondominio.Name = "lblCondominio";
            this.lblCondominio.Size = new System.Drawing.Size(68, 23);
            this.lblCondominio.TabIndex = 0;
            this.lblCondominio.Text = "Condominio";
            // 
            // tableLayoutPanelButtons
            // 
            this.tableLayoutPanelButtons.ColumnCount = 1;
            this.tableLayoutPanelButtons.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanelButtons.Controls.Add(this.btnCambiaEsercizio, 0, 0);
            this.tableLayoutPanelButtons.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanelButtons.Location = new System.Drawing.Point(3, 614);
            this.tableLayoutPanelButtons.Name = "tableLayoutPanelButtons";
            this.tableLayoutPanelButtons.RowCount = 1;
            this.tableLayoutPanelButtons.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanelButtons.Size = new System.Drawing.Size(821, 30);
            this.tableLayoutPanelButtons.TabIndex = 1;
            // 
            // btnCambiaEsercizio
            // 
            this.btnCambiaEsercizio.Location = new System.Drawing.Point(3, 3);
            this.btnCambiaEsercizio.Name = "btnCambiaEsercizio";
            this.btnCambiaEsercizio.Size = new System.Drawing.Size(109, 23);
            this.btnCambiaEsercizio.TabIndex = 0;
            this.btnCambiaEsercizio.Text = "Cambia Esercizio";
            this.btnCambiaEsercizio.Click += new System.EventHandler(this.btnCambiaEsercizioClick);
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.pagamentiToolStripMenuItem,
            this.movimentiContabiliToolStripMenuItem,
            this.toolStripSeparator1,
            this.apriDettaglioToolStripMenuItem,
            this.altriDatiToolStripMenuItem,
            this.annullaPagamentoToolStripMenuItem,
            this.toolStripSeparator3,
            this.detrazioneToolStripMenuItem,
            this.toolStripSeparator2,
            this.documentoToolStripMenuItem,
            this.ricevutaToolStripMenuItem,
            this.stampaEtichettaToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(184, 220);
            this.contextMenuStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.contextMenuStrip1ItemClicked);
            // 
            // pagamentiToolStripMenuItem
            // 
            this.pagamentiToolStripMenuItem.Name = "pagamentiToolStripMenuItem";
            this.pagamentiToolStripMenuItem.Size = new System.Drawing.Size(183, 22);
            this.pagamentiToolStripMenuItem.Text = "Pagamenti";
            // 
            // movimentiContabiliToolStripMenuItem
            // 
            this.movimentiContabiliToolStripMenuItem.Name = "movimentiContabiliToolStripMenuItem";
            this.movimentiContabiliToolStripMenuItem.Size = new System.Drawing.Size(183, 22);
            this.movimentiContabiliToolStripMenuItem.Text = "Movimenti Contabili";
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(180, 6);
            // 
            // apriDettaglioToolStripMenuItem
            // 
            this.apriDettaglioToolStripMenuItem.Name = "apriDettaglioToolStripMenuItem";
            this.apriDettaglioToolStripMenuItem.Size = new System.Drawing.Size(183, 22);
            this.apriDettaglioToolStripMenuItem.Text = "Apri Dettaglio";
            // 
            // altriDatiToolStripMenuItem
            // 
            this.altriDatiToolStripMenuItem.Name = "altriDatiToolStripMenuItem";
            this.altriDatiToolStripMenuItem.Size = new System.Drawing.Size(183, 22);
            this.altriDatiToolStripMenuItem.Text = "Altri Dati";
            // 
            // annullaPagamentoToolStripMenuItem
            // 
            this.annullaPagamentoToolStripMenuItem.Name = "annullaPagamentoToolStripMenuItem";
            this.annullaPagamentoToolStripMenuItem.Size = new System.Drawing.Size(183, 22);
            this.annullaPagamentoToolStripMenuItem.Text = "Annulla Pagamento";
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(180, 6);
            // 
            // detrazioneToolStripMenuItem
            // 
            this.detrazioneToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.annullaDetrazioneToolStripMenuItem,
            this.setDetrazione36ToolStripMenuItem,
            this.setDetrazione55ToolStripMenuItem});
            this.detrazioneToolStripMenuItem.Name = "detrazioneToolStripMenuItem";
            this.detrazioneToolStripMenuItem.Size = new System.Drawing.Size(183, 22);
            this.detrazioneToolStripMenuItem.Text = "Imposta Detrazione";
            // 
            // annullaDetrazioneToolStripMenuItem
            // 
            this.annullaDetrazioneToolStripMenuItem.Image = global::Gipasoft.Stabili.UI.RegistrazioneSpese.RegistrazioneSpeseResources.clear;
            this.annullaDetrazioneToolStripMenuItem.Name = "annullaDetrazioneToolStripMenuItem";
            this.annullaDetrazioneToolStripMenuItem.Size = new System.Drawing.Size(109, 22);
            this.annullaDetrazioneToolStripMenuItem.Text = "Niente";
            this.annullaDetrazioneToolStripMenuItem.Click += new System.EventHandler(this.annullaDetrazioneToolStripMenuItemClick);
            // 
            // setDetrazione36ToolStripMenuItem
            // 
            this.setDetrazione36ToolStripMenuItem.Name = "setDetrazione36ToolStripMenuItem";
            this.setDetrazione36ToolStripMenuItem.Size = new System.Drawing.Size(109, 22);
            this.setDetrazione36ToolStripMenuItem.Text = "36%";
            this.setDetrazione36ToolStripMenuItem.Click += new System.EventHandler(this.setDetrazione36ToolStripMenuItemClick);
            // 
            // setDetrazione55ToolStripMenuItem
            // 
            this.setDetrazione55ToolStripMenuItem.Name = "setDetrazione55ToolStripMenuItem";
            this.setDetrazione55ToolStripMenuItem.Size = new System.Drawing.Size(109, 22);
            this.setDetrazione55ToolStripMenuItem.Text = "55%";
            this.setDetrazione55ToolStripMenuItem.Click += new System.EventHandler(this.setDetrazione55ToolStripMenuItemClick);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(180, 6);
            // 
            // documentoToolStripMenuItem
            // 
            this.documentoToolStripMenuItem.Name = "documentoToolStripMenuItem";
            this.documentoToolStripMenuItem.Size = new System.Drawing.Size(183, 22);
            this.documentoToolStripMenuItem.Text = "Documento";
            // 
            // ricevutaToolStripMenuItem
            // 
            this.ricevutaToolStripMenuItem.Name = "ricevutaToolStripMenuItem";
            this.ricevutaToolStripMenuItem.Size = new System.Drawing.Size(183, 22);
            this.ricevutaToolStripMenuItem.Text = "Ricevuta";
            // 
            // stampaEtichettaToolStripMenuItem
            // 
            this.stampaEtichettaToolStripMenuItem.Name = "stampaEtichettaToolStripMenuItem";
            this.stampaEtichettaToolStripMenuItem.Size = new System.Drawing.Size(183, 22);
            this.stampaEtichettaToolStripMenuItem.Text = "Stampa Etichetta";
            // 
            // cambiaEsercizioValidator
            // 
            this.cambiaEsercizioValidator.ControlToValidate = this.lista;
            this.cambiaEsercizioValidator.Icon = null;
            this.cambiaEsercizioValidator.Validating += new Gipasoft.Windows.Forms.CustomValidation.CustomValidator.ValidatingEventHandler(this.cambiaEsercizioValidatorValidating);
            // 
            // ListaSpeseUI
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.tableLayoutPanel1);
            this.Name = "ListaSpeseUI";
            this.Size = new System.Drawing.Size(827, 647);
            this.Load += new System.EventHandler(this.listaSpeseUILoad);
            ((System.ComponentModel.ISupportInitialize)(this.lista)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.speseBindingSource)).EndInit();
            this.tableLayoutPanel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.filtroGroup)).EndInit();
            this.filtroGroup.ResumeLayout(false);
            this.filtroGroupExpandable.ResumeLayout(false);
            this.filtroGroupExpandable.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataDocumentoFinale)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.protocollo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.detrazione)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoDocumento)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.esercizi)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.esercizioDTOBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.importoA)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.importoDa)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataDocumentoIniziale)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numeroDocumento)).EndInit();
            this.tableLayoutPanelButtons.ResumeLayout(false);
            this.contextMenuStrip1.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Esempio n. 42
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();
     System.ComponentModel.ComponentResourceManager resources     = new System.ComponentModel.ComponentResourceManager(typeof(WmsLogin));
     Infragistics.Win.UltraWinEditors.EditorButton  editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinEditors.EditorButton editorButton2 = new Infragistics.Win.UltraWinEditors.EditorButton();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinEditors.EditorButton editorButton3 = new Infragistics.Win.UltraWinEditors.EditorButton();
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinEditors.EditorButton editorButton4 = new Infragistics.Win.UltraWinEditors.EditorButton();
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinEditors.EditorButton editorButton5 = new Infragistics.Win.UltraWinEditors.EditorButton();
     Infragistics.Win.UltraWinEditors.EditorButton editorButton6 = new Infragistics.Win.UltraWinEditors.EditorButton();
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinEditors.EditorButton editorButton7 = new Infragistics.Win.UltraWinEditors.EditorButton();
     Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinEditors.EditorButton editorButton8 = new Infragistics.Win.UltraWinEditors.EditorButton("btnConSet");
     Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinEditors.EditorButton editorButton9 = new Infragistics.Win.UltraWinEditors.EditorButton();
     Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
     this.lblExit                  = new System.Windows.Forms.Label();
     this.Tooltip                  = new DevExpress.Utils.ToolTipController(this.components);
     this.udDate                   = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.ultraTextEditor5         = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.utxtPassword             = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.utxtUser                 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.utxtServer               = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.uPanelMain               = new Infragistics.Win.Misc.UltraPanel();
     this.utxtAccount              = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.lblLogin                 = new System.Windows.Forms.Label();
     this.ultraFormattedLinkLabel1 = new Infragistics.Win.FormattedLinkLabel.UltraFormattedLinkLabel();
     this.label1                   = new System.Windows.Forms.Label();
     this.label2                   = new System.Windows.Forms.Label();
     this.label3                   = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.udDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.utxtPassword)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.utxtUser)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.utxtServer)).BeginInit();
     this.uPanelMain.ClientArea.SuspendLayout();
     this.uPanelMain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.utxtAccount)).BeginInit();
     this.SuspendLayout();
     //
     // lblExit
     //
     this.lblExit.BackColor = System.Drawing.Color.Transparent;
     this.lblExit.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.lblExit.Image     = ((System.Drawing.Image)(resources.GetObject("lblExit.Image")));
     this.lblExit.Location  = new System.Drawing.Point(462, 9);
     this.lblExit.Name      = "lblExit";
     this.lblExit.Size      = new System.Drawing.Size(26, 13);
     this.lblExit.TabIndex  = 3;
     this.Tooltip.SetToolTip(this.lblExit, "退出?");
     this.lblExit.Click += new System.EventHandler(this.lblExit_Click);
     //
     // udDate
     //
     this.udDate.AutoSize     = false;
     appearance1.Image        = global::BCGM.Properties.Resources.LoginForm_time;
     editorButton1.Appearance = appearance1;
     this.udDate.ButtonsLeft.Add(editorButton1);
     this.udDate.Location = new System.Drawing.Point(16, 174);
     this.udDate.Name     = "udDate";
     this.udDate.Size     = new System.Drawing.Size(315, 29);
     this.udDate.TabIndex = 5;
     this.Tooltip.SetTitle(this.udDate, "日期");
     this.Tooltip.SetToolTip(this.udDate, "选择您的登陆日期");
     //
     // ultraTextEditor5
     //
     this.ultraTextEditor5.AutoSize = false;
     appearance2.Image        = global::BCGM.Properties.Resources.LoginForm_cn;
     editorButton2.Appearance = appearance2;
     this.ultraTextEditor5.ButtonsLeft.Add(editorButton2);
     appearance3.Image        = global::BCGM.Properties.Resources.LoginForm_dropdown;
     editorButton3.Appearance = appearance3;
     editorButton3.Width      = 18;
     this.ultraTextEditor5.ButtonsRight.Add(editorButton3);
     this.ultraTextEditor5.Location = new System.Drawing.Point(16, 141);
     this.ultraTextEditor5.Name     = "ultraTextEditor5";
     this.ultraTextEditor5.Size     = new System.Drawing.Size(315, 29);
     this.ultraTextEditor5.TabIndex = 4;
     this.ultraTextEditor5.Text     = "CN";
     this.Tooltip.SetTitle(this.ultraTextEditor5, "语言");
     this.Tooltip.SetToolTip(this.ultraTextEditor5, "选择您的语言");
     //
     // utxtPassword
     //
     this.utxtPassword.AutoSize = false;
     appearance4.Image          = global::BCGM.Properties.Resources.LoginForm_password;
     editorButton4.Appearance   = appearance4;
     this.utxtPassword.ButtonsLeft.Add(editorButton4);
     editorButton5.Text  = "修改密码";
     editorButton5.Width = 70;
     this.utxtPassword.ButtonsRight.Add(editorButton5);
     this.utxtPassword.Location     = new System.Drawing.Point(16, 75);
     this.utxtPassword.Name         = "utxtPassword";
     this.utxtPassword.PasswordChar = '*';
     this.utxtPassword.Size         = new System.Drawing.Size(315, 29);
     this.utxtPassword.TabIndex     = 0;
     this.Tooltip.SetTitle(this.utxtPassword, "密码");
     this.Tooltip.SetToolTip(this.utxtPassword, "请输入您的密码");
     this.utxtPassword.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.utxtPassword_EditorButtonClick);
     this.utxtPassword.KeyDown           += new System.Windows.Forms.KeyEventHandler(this.utxtPassword_KeyDown);
     //
     // utxtUser
     //
     this.utxtUser.AutoSize   = false;
     appearance5.Image        = global::BCGM.Properties.Resources.LoginForm_user;
     editorButton6.Appearance = appearance5;
     this.utxtUser.ButtonsLeft.Add(editorButton6);
     this.utxtUser.Location = new System.Drawing.Point(16, 42);
     this.utxtUser.Name     = "utxtUser";
     this.utxtUser.Size     = new System.Drawing.Size(315, 29);
     this.utxtUser.TabIndex = 1;
     this.Tooltip.SetTitle(this.utxtUser, "用户名");
     this.Tooltip.SetToolTip(this.utxtUser, "请输入您的用户名");
     //
     // utxtServer
     //
     appearance6.BackColor      = System.Drawing.Color.White;
     this.utxtServer.Appearance = appearance6;
     this.utxtServer.AutoSize   = false;
     this.utxtServer.BackColor  = System.Drawing.Color.White;
     appearance7.Image          = global::BCGM.Properties.Resources.LoginForm_server;
     editorButton7.Appearance   = appearance7;
     this.utxtServer.ButtonsLeft.Add(editorButton7);
     appearance8.Image        = global::BCGM.Properties.Resources.LoginForm_dropdown;
     editorButton8.Appearance = appearance8;
     editorButton8.Key        = "btnConSet";
     editorButton8.Width      = 18;
     this.utxtServer.ButtonsRight.Add(editorButton8);
     this.utxtServer.Location = new System.Drawing.Point(16, 9);
     this.utxtServer.Name     = "utxtServer";
     this.utxtServer.Size     = new System.Drawing.Size(315, 29);
     this.utxtServer.TabIndex = 2;
     this.Tooltip.SetTitle(this.utxtServer, "服务器");
     this.Tooltip.SetToolTip(this.utxtServer, "请选择你业务系统的服务器");
     //
     // uPanelMain
     //
     appearance9.BackColor       = System.Drawing.Color.White;
     appearance9.BorderColor     = System.Drawing.Color.Silver;
     this.uPanelMain.Appearance  = appearance9;
     this.uPanelMain.BorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded4;
     //
     // uPanelMain.ClientArea
     //
     this.uPanelMain.ClientArea.Controls.Add(this.utxtAccount);
     this.uPanelMain.ClientArea.Controls.Add(this.udDate);
     this.uPanelMain.ClientArea.Controls.Add(this.ultraTextEditor5);
     this.uPanelMain.ClientArea.Controls.Add(this.utxtPassword);
     this.uPanelMain.ClientArea.Controls.Add(this.utxtUser);
     this.uPanelMain.ClientArea.Controls.Add(this.utxtServer);
     this.uPanelMain.Location = new System.Drawing.Point(75, 127);
     this.uPanelMain.Name     = "uPanelMain";
     this.uPanelMain.Size     = new System.Drawing.Size(350, 216);
     this.uPanelMain.TabIndex = 0;
     //
     // utxtAccount
     //
     this.utxtAccount.AutoSize = false;
     appearance10.Image        = global::BCGM.Properties.Resources.LoginForm_defalt;
     editorButton9.Appearance  = appearance10;
     this.utxtAccount.ButtonsLeft.Add(editorButton9);
     this.utxtAccount.Location = new System.Drawing.Point(16, 107);
     this.utxtAccount.Name     = "utxtAccount";
     this.utxtAccount.Size     = new System.Drawing.Size(315, 29);
     this.utxtAccount.TabIndex = 3;
     this.utxtAccount.Text     = "BCGM_2014";
     //
     // lblLogin
     //
     this.lblLogin.BackColor   = System.Drawing.Color.Transparent;
     this.lblLogin.Cursor      = System.Windows.Forms.Cursors.Hand;
     this.lblLogin.Image       = global::BCGM.Properties.Resources.LoginForm_login_btn;
     this.lblLogin.Location    = new System.Drawing.Point(152, 369);
     this.lblLogin.Name        = "lblLogin";
     this.lblLogin.Size        = new System.Drawing.Size(196, 45);
     this.lblLogin.TabIndex    = 1;
     this.lblLogin.Text        = " 登陆";
     this.lblLogin.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     this.lblLogin.Click      += new System.EventHandler(this.lblLogin_Click);
     this.lblLogin.MouseLeave += new System.EventHandler(this.lblLogin_MouseLeave);
     this.lblLogin.MouseHover += new System.EventHandler(this.lblLogin_MouseEnter);
     //
     // ultraFormattedLinkLabel1
     //
     appearance11.BackColor                   = System.Drawing.Color.Transparent;
     appearance11.FontData.BoldAsString       = "False";
     appearance11.FontData.ItalicAsString     = "False";
     appearance11.FontData.Name               = "Tahoma";
     appearance11.FontData.SizeInPoints       = 9F;
     appearance11.FontData.StrikeoutAsString  = "False";
     appearance11.FontData.UnderlineAsString  = "False";
     appearance11.TextHAlignAsString          = "Center";
     this.ultraFormattedLinkLabel1.Appearance = appearance11;
     this.ultraFormattedLinkLabel1.Location   = new System.Drawing.Point(99, 433);
     this.ultraFormattedLinkLabel1.Name       = "ultraFormattedLinkLabel1";
     this.ultraFormattedLinkLabel1.Size       = new System.Drawing.Size(303, 19);
     this.ultraFormattedLinkLabel1.TabIndex   = 7;
     this.ultraFormattedLinkLabel1.TabStop    = true;
     this.ultraFormattedLinkLabel1.Value      = "Copyright @ 2015 Powered By <a title=\"ZhangLing\" href=\"https://www.baidu.com/\">ZE" +
                                                "RO</a> 保留所有权利.";
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font      = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.ForeColor = System.Drawing.Color.Green;
     this.label1.Location  = new System.Drawing.Point(77, 39);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(347, 27);
     this.label1.TabIndex  = 8;
     this.label1.Text      = "条码+移动采集的产品信息化管理系统";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.ForeColor = System.Drawing.Color.Green;
     this.label2.Location  = new System.Drawing.Point(163, 89);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(183, 14);
     this.label2.TabIndex  = 9;
     this.label2.Text      = "基于条码技术+移动信息采集技术";
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.ForeColor = System.Drawing.Color.Green;
     this.label3.Location  = new System.Drawing.Point(371, 83);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(33, 14);
     this.label3.TabIndex  = 10;
     this.label3.Text      = "V1.0";
     //
     // WmsLogin
     //
     this.Appearance.BackColor            = System.Drawing.SystemColors.Control;
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions             = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImageLayoutStore = System.Windows.Forms.ImageLayout.Stretch;
     this.BackgroundImageStore       = global::BCGM.Properties.Resources.BackgroundImageStore;
     this.ClientSize = new System.Drawing.Size(500, 475);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.ultraFormattedLinkLabel1);
     this.Controls.Add(this.lblLogin);
     this.Controls.Add(this.uPanelMain);
     this.Controls.Add(this.lblExit);
     this.DoubleBuffered       = true;
     this.FormBorderStyle      = System.Windows.Forms.FormBorderStyle.None;
     this.Icon                 = global::BCGM.Properties.Resources.scanicon;
     this.LookAndFeel.SkinName = "Office 2007 Blue";
     this.Name                 = "WmsLogin";
     this.StartPosition        = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text                 = "BMS登陆";
     this.Load                += new System.EventHandler(this.BMSLogin_Load);
     ((System.ComponentModel.ISupportInitialize)(this.udDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.utxtPassword)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.utxtUser)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.utxtServer)).EndInit();
     this.uPanelMain.ClientArea.ResumeLayout(false);
     this.uPanelMain.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.utxtAccount)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 43
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 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.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton("font");
            Infragistics.Win.ValueListItem valueListItem8 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem9 = new Infragistics.Win.ValueListItem();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StampaEtichetteUC));
            Infragistics.Win.ValueListItem valueListItem57 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem58 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem59 = new Infragistics.Win.ValueListItem();
            this.tipoEtichetteGroup = new Infragistics.Win.Misc.UltraGroupBox();
            this.tipoEtichette = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
            this.etichetteVuote = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.lblEtichetteVuote = new Infragistics.Win.Misc.UltraLabel();
            this.lblEtichettatrici = new Infragistics.Win.Misc.UltraLabel();
            this.etichettatrici = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.btnConferma = new Infragistics.Win.Misc.UltraButton();
            this.btnAnnulla = new Infragistics.Win.Misc.UltraButton();
            this.backgroundWorkerStampaDymo = new System.ComponentModel.BackgroundWorker();
            this.lblTipoEtichettaDymo = new Infragistics.Win.Misc.UltraLabel();
            this.tipoEtichettaDymo = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.lblFoglio = new Infragistics.Win.Misc.UltraLabel();
            this.etichetteFontDialog = new System.Windows.Forms.FontDialog();
            this.sceltaFont = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.sceltaFoglio = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
            this.marginiGroup = new Infragistics.Win.Misc.UltraGroupBox();
            this.defaultCheck = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.lblMargineBasso = new Infragistics.Win.Misc.UltraLabel();
            this.margineBasso = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.lblMargineAlto = new Infragistics.Win.Misc.UltraLabel();
            this.margineAlto = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.lblMargineDestro = new Infragistics.Win.Misc.UltraLabel();
            this.margineDestro = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.lblMargineSinistro = new Infragistics.Win.Misc.UltraLabel();
            this.margineSinistro = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.etichettatriceValidator = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            this.validationSummary1 = new Gipasoft.Windows.Forms.CustomValidation.ValidationSummary(this.components);
            this.tipoEtichettaDymoValidator = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            this.cmbTray = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            ((System.ComponentModel.ISupportInitialize)(this.tipoEtichetteGroup)).BeginInit();
            this.tipoEtichetteGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tipoEtichette)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.etichetteVuote)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.etichettatrici)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoEtichettaDymo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sceltaFont)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sceltaFoglio)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.marginiGroup)).BeginInit();
            this.marginiGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.defaultCheck)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.margineBasso)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.margineAlto)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.margineDestro)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.margineSinistro)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbTray)).BeginInit();
            this.SuspendLayout();
            // 
            // tipoEtichetteGroup
            // 
            this.tipoEtichetteGroup.Controls.Add(this.tipoEtichette);
            this.tipoEtichetteGroup.Location = new System.Drawing.Point(3, 3);
            this.tipoEtichetteGroup.Name = "tipoEtichetteGroup";
            this.tipoEtichetteGroup.Size = new System.Drawing.Size(136, 96);
            this.tipoEtichetteGroup.TabIndex = 0;
            this.tipoEtichetteGroup.Text = "Tipo Etichette";
            // 
            // tipoEtichette
            // 
            this.tipoEtichette.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
            this.tipoEtichette.CheckedIndex = 0;
            valueListItem1.DataValue = "STD";
            valueListItem1.DisplayText = "Tre colonne";
            valueListItem2.DataValue = "CSV";
            valueListItem2.DisplayText = "File CSV per poste";
            valueListItem3.DataValue = "DYM";
            valueListItem3.DisplayText = "Etichettatrice Dymo";
            this.tipoEtichette.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem1,
            valueListItem2,
            valueListItem3});
            this.tipoEtichette.ItemSpacingVertical = 5;
            this.tipoEtichette.Location = new System.Drawing.Point(6, 19);
            this.tipoEtichette.Name = "tipoEtichette";
            this.tipoEtichette.Size = new System.Drawing.Size(124, 62);
            this.tipoEtichette.TabIndex = 0;
            this.tipoEtichette.Text = "Tre colonne";
            this.tipoEtichette.TextIndentation = 5;
            this.tipoEtichette.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
            this.tipoEtichette.ValueChanged += new System.EventHandler(this.tipoEtichetteValueChanged);
            // 
            // etichetteVuote
            // 
            this.etichetteVuote.Location = new System.Drawing.Point(93, 132);
            this.etichetteVuote.MaskInput = "nn";
            this.etichetteVuote.MaxValue = 99;
            this.etichetteVuote.MinValue = 0;
            this.etichetteVuote.Name = "etichetteVuote";
            this.etichetteVuote.Size = new System.Drawing.Size(46, 21);
            this.etichetteVuote.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.etichetteVuote.SpinWrap = true;
            this.etichetteVuote.TabIndex = 108;
            // 
            // lblEtichetteVuote
            // 
            this.lblEtichetteVuote.Location = new System.Drawing.Point(4, 136);
            this.lblEtichetteVuote.Name = "lblEtichetteVuote";
            this.lblEtichetteVuote.Size = new System.Drawing.Size(80, 23);
            this.lblEtichetteVuote.TabIndex = 107;
            this.lblEtichetteVuote.Text = "Etichette vuote";
            // 
            // lblEtichettatrici
            // 
            this.lblEtichettatrici.Location = new System.Drawing.Point(4, 165);
            this.lblEtichettatrici.Name = "lblEtichettatrici";
            this.lblEtichettatrici.Size = new System.Drawing.Size(80, 23);
            this.lblEtichettatrici.TabIndex = 109;
            this.lblEtichettatrici.Text = "Etichettatrici";
            // 
            // etichettatrici
            // 
            this.etichettatrici.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.etichettatrici.Enabled = false;
            this.etichettatrici.Location = new System.Drawing.Point(93, 161);
            this.etichettatrici.Name = "etichettatrici";
            this.etichettatrici.Size = new System.Drawing.Size(237, 21);
            this.etichettatrici.TabIndex = 110;
            // 
            // btnConferma
            // 
            this.btnConferma.Location = new System.Drawing.Point(3, 223);
            this.btnConferma.Name = "btnConferma";
            this.btnConferma.Size = new System.Drawing.Size(75, 23);
            this.btnConferma.TabIndex = 111;
            this.btnConferma.Text = "Conferma";
            this.btnConferma.Click += new System.EventHandler(this.btnConfermaClick);
            // 
            // btnAnnulla
            // 
            this.btnAnnulla.Location = new System.Drawing.Point(84, 223);
            this.btnAnnulla.Name = "btnAnnulla";
            this.btnAnnulla.Size = new System.Drawing.Size(75, 23);
            this.btnAnnulla.TabIndex = 112;
            this.btnAnnulla.Text = "Annulla";
            this.btnAnnulla.Click += new System.EventHandler(this.btnAnnullaClick);
            // 
            // backgroundWorkerStampaDymo
            // 
            this.backgroundWorkerStampaDymo.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorkerStampaDymoDoWork);
            // 
            // lblTipoEtichettaDymo
            // 
            this.lblTipoEtichettaDymo.Location = new System.Drawing.Point(4, 194);
            this.lblTipoEtichettaDymo.Name = "lblTipoEtichettaDymo";
            this.lblTipoEtichettaDymo.Size = new System.Drawing.Size(89, 23);
            this.lblTipoEtichettaDymo.TabIndex = 113;
            this.lblTipoEtichettaDymo.Text = "Etichetta Dymo";
            // 
            // tipoEtichettaDymo
            // 
            this.tipoEtichettaDymo.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.tipoEtichettaDymo.Enabled = false;
            valueListItem4.DataValue = "Address";
            valueListItem4.DisplayText = "30252 Address";
            valueListItem5.DataValue = "LargeAddress";
            valueListItem5.DisplayText = "30321 Large Address";
            valueListItem6.DataValue = "ReturnAddressInt";
            valueListItem6.DisplayText = "11352 Return Address Int";
            this.tipoEtichettaDymo.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem4,
            valueListItem5,
            valueListItem6});
            this.tipoEtichettaDymo.Location = new System.Drawing.Point(93, 188);
            this.tipoEtichettaDymo.Name = "tipoEtichettaDymo";
            this.tipoEtichettaDymo.Size = new System.Drawing.Size(128, 21);
            this.tipoEtichettaDymo.TabIndex = 114;
            // 
            // lblFoglio
            // 
            this.lblFoglio.Location = new System.Drawing.Point(4, 109);
            this.lblFoglio.Name = "lblFoglio";
            this.lblFoglio.Size = new System.Drawing.Size(51, 23);
            this.lblFoglio.TabIndex = 116;
            this.lblFoglio.Text = "Foglio";
            // 
            // etichetteFontDialog
            // 
            this.etichetteFontDialog.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.etichetteFontDialog.MaxSize = 20;
            this.etichetteFontDialog.MinSize = 8;
            this.etichetteFontDialog.ShowEffects = false;
            // 
            // sceltaFont
            // 
            editorButton1.Key = "font";
            editorButton1.Text = "...";
            this.sceltaFont.ButtonsRight.Add(editorButton1);
            this.sceltaFont.Location = new System.Drawing.Point(202, 131);
            this.sceltaFont.Name = "sceltaFont";
            this.sceltaFont.Size = new System.Drawing.Size(128, 21);
            this.sceltaFont.TabIndex = 117;
            this.sceltaFont.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.sceltaFontEditorButtonClick);
            // 
            // sceltaFoglio
            // 
            this.sceltaFoglio.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            valueListItem8.DataValue = "21";
            valueListItem8.DisplayText = "63.5 x 38.1 - 21";
            valueListItem9.DataValue = "36";
            valueListItem9.DisplayText = "70 x 25 - 36";
            this.sceltaFoglio.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem8,
            valueListItem9});
            this.sceltaFoglio.Location = new System.Drawing.Point(93, 105);
            this.sceltaFoglio.Name = "sceltaFoglio";
            this.sceltaFoglio.Size = new System.Drawing.Size(128, 21);
            this.sceltaFoglio.TabIndex = 118;
            this.sceltaFoglio.ValueChanged += new System.EventHandler(this.sceltaFoglioValueChanged);
            // 
            // ultraLabel1
            // 
            this.ultraLabel1.Location = new System.Drawing.Point(162, 135);
            this.ultraLabel1.Name = "ultraLabel1";
            this.ultraLabel1.Size = new System.Drawing.Size(34, 23);
            this.ultraLabel1.TabIndex = 119;
            this.ultraLabel1.Text = "Font";
            // 
            // marginiGroup
            // 
            this.marginiGroup.Controls.Add(this.defaultCheck);
            this.marginiGroup.Controls.Add(this.lblMargineBasso);
            this.marginiGroup.Controls.Add(this.margineBasso);
            this.marginiGroup.Controls.Add(this.lblMargineAlto);
            this.marginiGroup.Controls.Add(this.margineAlto);
            this.marginiGroup.Controls.Add(this.lblMargineDestro);
            this.marginiGroup.Controls.Add(this.margineDestro);
            this.marginiGroup.Controls.Add(this.lblMargineSinistro);
            this.marginiGroup.Controls.Add(this.margineSinistro);
            this.marginiGroup.Location = new System.Drawing.Point(145, 3);
            this.marginiGroup.Name = "marginiGroup";
            this.marginiGroup.Size = new System.Drawing.Size(185, 96);
            this.marginiGroup.TabIndex = 120;
            this.marginiGroup.Text = "Margini";
            // 
            // defaultCheck
            // 
            this.defaultCheck.Location = new System.Drawing.Point(43, 72);
            this.defaultCheck.Name = "defaultCheck";
            this.defaultCheck.Size = new System.Drawing.Size(120, 18);
            this.defaultCheck.TabIndex = 8;
            this.defaultCheck.Text = "Default";
            this.defaultCheck.CheckedChanged += new System.EventHandler(this.defaultCheckCheckedChanged);
            // 
            // lblMargineBasso
            // 
            this.lblMargineBasso.Location = new System.Drawing.Point(92, 51);
            this.lblMargineBasso.Name = "lblMargineBasso";
            this.lblMargineBasso.Size = new System.Drawing.Size(42, 23);
            this.lblMargineBasso.TabIndex = 7;
            this.lblMargineBasso.Text = "Basso";
            // 
            // margineBasso
            // 
            this.margineBasso.Location = new System.Drawing.Point(140, 47);
            this.margineBasso.MaskInput = "nnn";
            this.margineBasso.MaxValue = 999;
            this.margineBasso.MinValue = 0;
            this.margineBasso.Name = "margineBasso";
            this.margineBasso.Nullable = true;
            this.margineBasso.Size = new System.Drawing.Size(33, 21);
            this.margineBasso.TabIndex = 6;
            // 
            // lblMargineAlto
            // 
            this.lblMargineAlto.Location = new System.Drawing.Point(6, 51);
            this.lblMargineAlto.Name = "lblMargineAlto";
            this.lblMargineAlto.Size = new System.Drawing.Size(31, 23);
            this.lblMargineAlto.TabIndex = 5;
            this.lblMargineAlto.Text = "Alto";
            // 
            // margineAlto
            // 
            this.margineAlto.Location = new System.Drawing.Point(43, 47);
            this.margineAlto.MaskInput = "nnn";
            this.margineAlto.MaxValue = 999;
            this.margineAlto.MinValue = 0;
            this.margineAlto.Name = "margineAlto";
            this.margineAlto.Nullable = true;
            this.margineAlto.Size = new System.Drawing.Size(33, 21);
            this.margineAlto.TabIndex = 4;
            // 
            // lblMargineDestro
            // 
            this.lblMargineDestro.Location = new System.Drawing.Point(92, 24);
            this.lblMargineDestro.Name = "lblMargineDestro";
            this.lblMargineDestro.Size = new System.Drawing.Size(42, 23);
            this.lblMargineDestro.TabIndex = 3;
            this.lblMargineDestro.Text = "Des.";
            // 
            // margineDestro
            // 
            this.margineDestro.Location = new System.Drawing.Point(140, 20);
            this.margineDestro.MaskInput = "nnn";
            this.margineDestro.MaxValue = 999;
            this.margineDestro.MinValue = 0;
            this.margineDestro.Name = "margineDestro";
            this.margineDestro.Nullable = true;
            this.margineDestro.Size = new System.Drawing.Size(33, 21);
            this.margineDestro.TabIndex = 2;
            // 
            // lblMargineSinistro
            // 
            this.lblMargineSinistro.Location = new System.Drawing.Point(6, 24);
            this.lblMargineSinistro.Name = "lblMargineSinistro";
            this.lblMargineSinistro.Size = new System.Drawing.Size(31, 23);
            this.lblMargineSinistro.TabIndex = 1;
            this.lblMargineSinistro.Text = "Sin.";
            // 
            // margineSinistro
            // 
            this.margineSinistro.Location = new System.Drawing.Point(43, 20);
            this.margineSinistro.MaskInput = "nnn";
            this.margineSinistro.MaxValue = 999;
            this.margineSinistro.MinValue = 0;
            this.margineSinistro.Name = "margineSinistro";
            this.margineSinistro.Nullable = true;
            this.margineSinistro.Size = new System.Drawing.Size(33, 21);
            this.margineSinistro.TabIndex = 0;
            // 
            // etichettatriceValidator
            // 
            this.etichettatriceValidator.ControlToValidate = this.etichettatrici;
            this.etichettatriceValidator.ErrorMessage = "Scegliere una etichettatrice";
            this.etichettatriceValidator.Icon = ((System.Drawing.Icon)(resources.GetObject("etichettatriceValidator.Icon")));
            this.etichettatriceValidator.Validating += new Gipasoft.Windows.Forms.CustomValidation.CustomValidator.ValidatingEventHandler(this.etichettatriceValidatorValidating);
            // 
            // tipoEtichettaDymoValidator
            // 
            this.tipoEtichettaDymoValidator.ControlToValidate = this.tipoEtichettaDymo;
            this.tipoEtichettaDymoValidator.ErrorMessage = "Scegliere un tipo di etichetta";
            this.tipoEtichettaDymoValidator.Icon = ((System.Drawing.Icon)(resources.GetObject("tipoEtichettaDymoValidator.Icon")));
            this.tipoEtichettaDymoValidator.Validating += new Gipasoft.Windows.Forms.CustomValidation.CustomValidator.ValidatingEventHandler(this.tipoEtichettaDymoValidatorValidating);
            // 
            // cmbTray
            // 
            this.cmbTray.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.cmbTray.Enabled = false;
            valueListItem57.DataValue = 0;
            valueListItem57.DisplayText = "Sinistra";
            valueListItem58.DataValue = 1;
            valueListItem58.DisplayText = "Destra";
            valueListItem59.DataValue = 2;
            valueListItem59.DisplayText = "Automatico";
            this.cmbTray.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem57,
            valueListItem58,
            valueListItem59});
            this.cmbTray.Location = new System.Drawing.Point(227, 188);
            this.cmbTray.MaxLength = 50;
            this.cmbTray.Name = "cmbTray";
            this.cmbTray.Size = new System.Drawing.Size(104, 21);
            this.cmbTray.TabIndex = 258;
            // 
            // StampaEtichetteUC
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.cmbTray);
            this.Controls.Add(this.marginiGroup);
            this.Controls.Add(this.ultraLabel1);
            this.Controls.Add(this.sceltaFoglio);
            this.Controls.Add(this.sceltaFont);
            this.Controls.Add(this.lblFoglio);
            this.Controls.Add(this.tipoEtichettaDymo);
            this.Controls.Add(this.lblTipoEtichettaDymo);
            this.Controls.Add(this.btnAnnulla);
            this.Controls.Add(this.btnConferma);
            this.Controls.Add(this.etichettatrici);
            this.Controls.Add(this.lblEtichettatrici);
            this.Controls.Add(this.etichetteVuote);
            this.Controls.Add(this.lblEtichetteVuote);
            this.Controls.Add(this.tipoEtichetteGroup);
            this.Name = "StampaEtichetteUC";
            this.Size = new System.Drawing.Size(339, 252);
            this.Load += new System.EventHandler(this.stampaEtichetteUCLoad);
            ((System.ComponentModel.ISupportInitialize)(this.tipoEtichetteGroup)).EndInit();
            this.tipoEtichetteGroup.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.tipoEtichette)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.etichetteVuote)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.etichettatrici)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoEtichettaDymo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sceltaFont)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sceltaFoglio)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.marginiGroup)).EndInit();
            this.marginiGroup.ResumeLayout(false);
            this.marginiGroup.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.defaultCheck)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.margineBasso)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.margineAlto)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.margineDestro)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.margineSinistro)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbTray)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Esempio n. 44
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
     Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinEditors.EditorButton editorButton2       = new Infragistics.Win.UltraWinEditors.EditorButton();
     Infragistics.Win.Appearance                appearance7            = 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.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                appearance3            = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance                appearance4            = 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();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     this.frmPrincipal_Fill_Panel = new Infragistics.Win.Misc.UltraPanel();
     this.ultraPanel2             = new Infragistics.Win.Misc.UltraPanel();
     this.btnConsulta             = new Infragistics.Win.Misc.UltraButton();
     this.btnRegistro             = new Infragistics.Win.Misc.UltraButton();
     this.pnlRegistro             = new Infragistics.Win.Misc.UltraGroupBox();
     this.btnGuardarEvento        = new System.Windows.Forms.Button();
     this.NumericEditorDuracionR  = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.cmbParticipantesR       = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.cmbOrganizadorR         = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.cmbEncargadoR           = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.cmbDuracion             = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.cmbTipoR             = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.cmbRamaEncargadaR    = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.lbParticipantes      = new Infragistics.Win.Misc.UltraLabel();
     this.btnBorrarCampos      = new System.Windows.Forms.Button();
     this.lbOrganizadorR       = new Infragistics.Win.Misc.UltraLabel();
     this.lbRamaEncargadaR     = new Infragistics.Win.Misc.UltraLabel();
     this.lbTipoR              = new Infragistics.Win.Misc.UltraLabel();
     this.lbFechaDeInicioR     = new Infragistics.Win.Misc.UltraLabel();
     this.lbDuracionR          = new Infragistics.Win.Misc.UltraLabel();
     this.lbEncargadoR         = new Infragistics.Win.Misc.UltraLabel();
     this.lbDescripcionR       = new Infragistics.Win.Misc.UltraLabel();
     this.lbNombreR            = new Infragistics.Win.Misc.UltraLabel();
     this.dateFechaDeInicioR   = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.txtDescripcionR      = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.txtNombreR           = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.pnlConsulta          = new Infragistics.Win.Misc.UltraGroupBox();
     this.gbBuscar             = new Infragistics.Win.Misc.UltraGroupBox();
     this.cmbTipoC             = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.btnBuscarPorTipoC    = new System.Windows.Forms.Button();
     this.cmbBuscarPor         = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.txtBuscar            = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.btnModificar         = new Infragistics.Win.Misc.UltraButton();
     this.dataGridView_Eventos = new System.Windows.Forms.DataGridView();
     this.frmPrincipal_Fill_Panel.ClientArea.SuspendLayout();
     this.frmPrincipal_Fill_Panel.SuspendLayout();
     this.ultraPanel2.ClientArea.SuspendLayout();
     this.ultraPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pnlRegistro)).BeginInit();
     this.pnlRegistro.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.NumericEditorDuracionR)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbParticipantesR)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbOrganizadorR)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbEncargadoR)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbDuracion)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbTipoR)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbRamaEncargadaR)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateFechaDeInicioR)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDescripcionR)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtNombreR)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlConsulta)).BeginInit();
     this.pnlConsulta.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gbBuscar)).BeginInit();
     this.gbBuscar.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbTipoC)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbBuscarPor)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtBuscar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Eventos)).BeginInit();
     this.SuspendLayout();
     //
     // frmPrincipal_Fill_Panel
     //
     appearance1.BackColor                   = System.Drawing.Color.Transparent;
     appearance1.ImageBackground             = global::SACME.Properties.Resources.fondonew;
     this.frmPrincipal_Fill_Panel.Appearance = appearance1;
     //
     // frmPrincipal_Fill_Panel.ClientArea
     //
     this.frmPrincipal_Fill_Panel.ClientArea.Controls.Add(this.ultraPanel2);
     this.frmPrincipal_Fill_Panel.ClientArea.Controls.Add(this.pnlConsulta);
     this.frmPrincipal_Fill_Panel.ClientArea.Controls.Add(this.pnlRegistro);
     this.frmPrincipal_Fill_Panel.Cursor   = System.Windows.Forms.Cursors.Default;
     this.frmPrincipal_Fill_Panel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.frmPrincipal_Fill_Panel.Location = new System.Drawing.Point(0, 0);
     this.frmPrincipal_Fill_Panel.Name     = "frmPrincipal_Fill_Panel";
     this.frmPrincipal_Fill_Panel.Size     = new System.Drawing.Size(931, 554);
     this.frmPrincipal_Fill_Panel.TabIndex = 0;
     //
     // ultraPanel2
     //
     appearance2.BackColor       = System.Drawing.Color.Transparent;
     this.ultraPanel2.Appearance = appearance2;
     //
     // ultraPanel2.ClientArea
     //
     this.ultraPanel2.ClientArea.Controls.Add(this.btnConsulta);
     this.ultraPanel2.ClientArea.Controls.Add(this.btnRegistro);
     this.ultraPanel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.ultraPanel2.Location = new System.Drawing.Point(0, 0);
     this.ultraPanel2.Name     = "ultraPanel2";
     this.ultraPanel2.Size     = new System.Drawing.Size(931, 29);
     this.ultraPanel2.TabIndex = 131;
     //
     // btnConsulta
     //
     this.btnConsulta.Location = new System.Drawing.Point(467, 4);
     this.btnConsulta.Name     = "btnConsulta";
     this.btnConsulta.Size     = new System.Drawing.Size(461, 29);
     this.btnConsulta.TabIndex = 1;
     this.btnConsulta.Text     = "Consulta";
     this.btnConsulta.Click   += new System.EventHandler(this.btnConsulta_Click);
     //
     // btnRegistro
     //
     this.btnRegistro.Location = new System.Drawing.Point(4, 4);
     this.btnRegistro.Name     = "btnRegistro";
     this.btnRegistro.Size     = new System.Drawing.Size(468, 29);
     this.btnRegistro.TabIndex = 0;
     this.btnRegistro.Text     = "Registro";
     this.btnRegistro.Click   += new System.EventHandler(this.btnRegistro_Click);
     //
     // pnlRegistro
     //
     this.pnlRegistro.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     appearance5.BackColor        = System.Drawing.Color.Gainsboro;
     this.pnlRegistro.Appearance  = appearance5;
     this.pnlRegistro.BorderStyle = Infragistics.Win.Misc.GroupBoxBorderStyle.Rounded;
     this.pnlRegistro.Controls.Add(this.btnGuardarEvento);
     this.pnlRegistro.Controls.Add(this.NumericEditorDuracionR);
     this.pnlRegistro.Controls.Add(this.cmbParticipantesR);
     this.pnlRegistro.Controls.Add(this.cmbOrganizadorR);
     this.pnlRegistro.Controls.Add(this.cmbEncargadoR);
     this.pnlRegistro.Controls.Add(this.cmbDuracion);
     this.pnlRegistro.Controls.Add(this.cmbTipoR);
     this.pnlRegistro.Controls.Add(this.cmbRamaEncargadaR);
     this.pnlRegistro.Controls.Add(this.lbParticipantes);
     this.pnlRegistro.Controls.Add(this.btnBorrarCampos);
     this.pnlRegistro.Controls.Add(this.lbOrganizadorR);
     this.pnlRegistro.Controls.Add(this.lbRamaEncargadaR);
     this.pnlRegistro.Controls.Add(this.lbTipoR);
     this.pnlRegistro.Controls.Add(this.lbFechaDeInicioR);
     this.pnlRegistro.Controls.Add(this.lbDuracionR);
     this.pnlRegistro.Controls.Add(this.lbEncargadoR);
     this.pnlRegistro.Controls.Add(this.lbDescripcionR);
     this.pnlRegistro.Controls.Add(this.lbNombreR);
     this.pnlRegistro.Controls.Add(this.dateFechaDeInicioR);
     this.pnlRegistro.Controls.Add(this.txtDescripcionR);
     this.pnlRegistro.Controls.Add(this.txtNombreR);
     this.pnlRegistro.Location = new System.Drawing.Point(12, 85);
     this.pnlRegistro.Name     = "pnlRegistro";
     this.pnlRegistro.Size     = new System.Drawing.Size(907, 450);
     this.pnlRegistro.TabIndex = 128;
     this.pnlRegistro.Text     = "Registro de Evento";
     //
     // btnGuardarEvento
     //
     this.btnGuardarEvento.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnGuardarEvento.Image    = global::SACME.Properties.Resources.Save;
     this.btnGuardarEvento.Location = new System.Drawing.Point(766, 237);
     this.btnGuardarEvento.Name     = "btnGuardarEvento";
     this.btnGuardarEvento.Size     = new System.Drawing.Size(60, 60);
     this.btnGuardarEvento.TabIndex = 131;
     this.btnGuardarEvento.UseVisualStyleBackColor = true;
     this.btnGuardarEvento.Click += new System.EventHandler(this.btnGuardarEvento_Click);
     //
     // NumericEditorDuracionR
     //
     this.NumericEditorDuracionR.Location               = new System.Drawing.Point(249, 237);
     this.NumericEditorDuracionR.MaskInput              = "nnnnnnnnn";
     this.NumericEditorDuracionR.MaxValue               = 100;
     this.NumericEditorDuracionR.MinValue               = 0;
     this.NumericEditorDuracionR.Name                   = "NumericEditorDuracionR";
     this.NumericEditorDuracionR.PromptChar             = ' ';
     this.NumericEditorDuracionR.Size                   = new System.Drawing.Size(70, 21);
     this.NumericEditorDuracionR.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
     this.NumericEditorDuracionR.TabIndex               = 152;
     //
     // cmbParticipantesR
     //
     this.cmbParticipantesR.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     appearance6.Image        = global::SACME.Properties.Resources.AddRemove;
     editorButton1.Appearance = appearance6;
     this.cmbParticipantesR.ButtonsLeft.Add(editorButton1);
     this.cmbParticipantesR.DropDownStyle      = Infragistics.Win.DropDownStyle.DropDownList;
     this.cmbParticipantesR.Location           = new System.Drawing.Point(249, 404);
     this.cmbParticipantesR.Name               = "cmbParticipantesR";
     this.cmbParticipantesR.NullText           = "Participante(s)";
     this.cmbParticipantesR.Size               = new System.Drawing.Size(489, 21);
     this.cmbParticipantesR.TabIndex           = 150;
     this.cmbParticipantesR.ValueChanged      += new System.EventHandler(this.cmbOrganizadorR_ValueChanged);
     this.cmbParticipantesR.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.cmbParticipantesR_EditorButtonClick);
     //
     // cmbOrganizadorR
     //
     this.cmbOrganizadorR.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     appearance7.Image        = global::SACME.Properties.Resources.AddRemove;
     editorButton2.Appearance = appearance7;
     this.cmbOrganizadorR.ButtonsLeft.Add(editorButton2);
     this.cmbOrganizadorR.DropDownStyle      = Infragistics.Win.DropDownStyle.DropDownList;
     this.cmbOrganizadorR.Location           = new System.Drawing.Point(249, 361);
     this.cmbOrganizadorR.Name               = "cmbOrganizadorR";
     this.cmbOrganizadorR.NullText           = "Organizador(es)";
     this.cmbOrganizadorR.Size               = new System.Drawing.Size(489, 21);
     this.cmbOrganizadorR.TabIndex           = 150;
     this.cmbOrganizadorR.ValueChanged      += new System.EventHandler(this.cmbOrganizadorR_ValueChanged);
     this.cmbOrganizadorR.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.cmbOrganizadorR_EditorButtonClick);
     //
     // cmbEncargadoR
     //
     this.cmbEncargadoR.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.cmbEncargadoR.DropDownStyle   = Infragistics.Win.DropDownStyle.DropDownList;
     this.cmbEncargadoR.Location        = new System.Drawing.Point(249, 197);
     this.cmbEncargadoR.Name            = "cmbEncargadoR";
     this.cmbEncargadoR.NullText        = "Seleccione el Encargado";
     this.cmbEncargadoR.Size            = new System.Drawing.Size(489, 21);
     this.cmbEncargadoR.TabIndex        = 150;
     this.cmbEncargadoR.BeforeDropDown += new System.ComponentModel.CancelEventHandler(this.cmbEncargadoR_BeforeDropDown);
     //
     // cmbDuracion
     //
     this.cmbDuracion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.cmbDuracion.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
     valueListItem4.DataValue       = "Minuto(s)";
     valueListItem5.DataValue       = "Hora(s)";
     valueListItem6.DataValue       = "Dia(s)";
     valueListItem7.DataValue       = "Mes(es)";
     valueListItem8.DataValue       = "Año(s)";
     this.cmbDuracion.Items.AddRange(new Infragistics.Win.ValueListItem[] {
         valueListItem4,
         valueListItem5,
         valueListItem6,
         valueListItem7,
         valueListItem8
     });
     this.cmbDuracion.Location = new System.Drawing.Point(325, 236);
     this.cmbDuracion.Name     = "cmbDuracion";
     this.cmbDuracion.NullText = "Seleccione Duracion";
     this.cmbDuracion.Size     = new System.Drawing.Size(245, 21);
     this.cmbDuracion.TabIndex = 149;
     //
     // cmbTipoR
     //
     this.cmbTipoR.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.cmbTipoR.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
     this.cmbTipoR.Location      = new System.Drawing.Point(249, 318);
     this.cmbTipoR.Name          = "cmbTipoR";
     this.cmbTipoR.NullText      = "Seleccione el Tipo de Evento";
     this.cmbTipoR.Size          = new System.Drawing.Size(489, 21);
     this.cmbTipoR.TabIndex      = 148;
     //
     // cmbRamaEncargadaR
     //
     this.cmbRamaEncargadaR.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.cmbRamaEncargadaR.DisplayMember = "";
     this.cmbRamaEncargadaR.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
     this.cmbRamaEncargadaR.Location      = new System.Drawing.Point(249, 155);
     this.cmbRamaEncargadaR.Name          = "cmbRamaEncargadaR";
     this.cmbRamaEncargadaR.NullText      = "Seleccione la Rama Encargada";
     this.cmbRamaEncargadaR.Size          = new System.Drawing.Size(489, 21);
     this.cmbRamaEncargadaR.TabIndex      = 147;
     //
     // lbParticipantes
     //
     appearance8.BackColor           = System.Drawing.Color.Transparent;
     this.lbParticipantes.Appearance = appearance8;
     this.lbParticipantes.AutoSize   = true;
     this.lbParticipantes.Font       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     this.lbParticipantes.Location   = new System.Drawing.Point(134, 408);
     this.lbParticipantes.Name       = "lbParticipantes";
     this.lbParticipantes.Size       = new System.Drawing.Size(73, 14);
     this.lbParticipantes.TabIndex   = 143;
     this.lbParticipantes.Text       = "Participantes";
     //
     // btnBorrarCampos
     //
     this.btnBorrarCampos.AccessibleDescription = "";
     this.btnBorrarCampos.AccessibleName        = "";
     this.btnBorrarCampos.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnBorrarCampos.Image                   = global::SACME.Properties.Resources.clean;
     this.btnBorrarCampos.Location                = new System.Drawing.Point(766, 155);
     this.btnBorrarCampos.Name                    = "btnBorrarCampos";
     this.btnBorrarCampos.Size                    = new System.Drawing.Size(60, 60);
     this.btnBorrarCampos.TabIndex                = 145;
     this.btnBorrarCampos.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.btnBorrarCampos.UseVisualStyleBackColor = true;
     this.btnBorrarCampos.Click                  += new System.EventHandler(this.btnBorrarCampos_Click);
     //
     // lbOrganizadorR
     //
     appearance9.BackColor          = System.Drawing.Color.Transparent;
     this.lbOrganizadorR.Appearance = appearance9;
     this.lbOrganizadorR.AutoSize   = true;
     this.lbOrganizadorR.Font       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     this.lbOrganizadorR.Location   = new System.Drawing.Point(134, 365);
     this.lbOrganizadorR.Name       = "lbOrganizadorR";
     this.lbOrganizadorR.Size       = new System.Drawing.Size(89, 14);
     this.lbOrganizadorR.TabIndex   = 143;
     this.lbOrganizadorR.Text       = "Organizador(es)";
     //
     // lbRamaEncargadaR
     //
     appearance10.BackColor           = System.Drawing.Color.Transparent;
     this.lbRamaEncargadaR.Appearance = appearance10;
     this.lbRamaEncargadaR.AutoSize   = true;
     this.lbRamaEncargadaR.Font       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     this.lbRamaEncargadaR.Location   = new System.Drawing.Point(134, 159);
     this.lbRamaEncargadaR.Name       = "lbRamaEncargadaR";
     this.lbRamaEncargadaR.Size       = new System.Drawing.Size(95, 14);
     this.lbRamaEncargadaR.TabIndex   = 142;
     this.lbRamaEncargadaR.Text       = "Rama Encargada";
     //
     // lbTipoR
     //
     appearance11.BackColor  = System.Drawing.Color.Transparent;
     this.lbTipoR.Appearance = appearance11;
     this.lbTipoR.AutoSize   = true;
     this.lbTipoR.Font       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     this.lbTipoR.Location   = new System.Drawing.Point(134, 322);
     this.lbTipoR.Name       = "lbTipoR";
     this.lbTipoR.Size       = new System.Drawing.Size(27, 14);
     this.lbTipoR.TabIndex   = 141;
     this.lbTipoR.Text       = "Tipo";
     //
     // lbFechaDeInicioR
     //
     appearance12.BackColor           = System.Drawing.Color.Transparent;
     this.lbFechaDeInicioR.Appearance = appearance12;
     this.lbFechaDeInicioR.AutoSize   = true;
     this.lbFechaDeInicioR.Font       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     this.lbFechaDeInicioR.Location   = new System.Drawing.Point(134, 278);
     this.lbFechaDeInicioR.Name       = "lbFechaDeInicioR";
     this.lbFechaDeInicioR.Size       = new System.Drawing.Size(86, 14);
     this.lbFechaDeInicioR.TabIndex   = 140;
     this.lbFechaDeInicioR.Text       = "Fecha De Inicio";
     //
     // lbDuracionR
     //
     appearance13.BackColor      = System.Drawing.Color.Transparent;
     this.lbDuracionR.Appearance = appearance13;
     this.lbDuracionR.AutoSize   = true;
     this.lbDuracionR.Font       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     this.lbDuracionR.Location   = new System.Drawing.Point(134, 241);
     this.lbDuracionR.Name       = "lbDuracionR";
     this.lbDuracionR.Size       = new System.Drawing.Size(51, 14);
     this.lbDuracionR.TabIndex   = 139;
     this.lbDuracionR.Text       = "Duracion";
     //
     // lbEncargadoR
     //
     appearance14.BackColor       = System.Drawing.Color.Transparent;
     this.lbEncargadoR.Appearance = appearance14;
     this.lbEncargadoR.AutoSize   = true;
     this.lbEncargadoR.Font       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     this.lbEncargadoR.Location   = new System.Drawing.Point(134, 201);
     this.lbEncargadoR.Name       = "lbEncargadoR";
     this.lbEncargadoR.Size       = new System.Drawing.Size(61, 14);
     this.lbEncargadoR.TabIndex   = 138;
     this.lbEncargadoR.Text       = "Encargado";
     //
     // lbDescripcionR
     //
     appearance15.BackColor         = System.Drawing.Color.Transparent;
     this.lbDescripcionR.Appearance = appearance15;
     this.lbDescripcionR.AutoSize   = true;
     this.lbDescripcionR.Font       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     this.lbDescripcionR.Location   = new System.Drawing.Point(134, 87);
     this.lbDescripcionR.Name       = "lbDescripcionR";
     this.lbDescripcionR.Size       = new System.Drawing.Size(66, 14);
     this.lbDescripcionR.TabIndex   = 137;
     this.lbDescripcionR.Text       = "Descripcion";
     //
     // lbNombreR
     //
     appearance16.BackColor    = System.Drawing.Color.Transparent;
     this.lbNombreR.Appearance = appearance16;
     this.lbNombreR.AutoSize   = true;
     this.lbNombreR.Font       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     this.lbNombreR.Location   = new System.Drawing.Point(134, 41);
     this.lbNombreR.Name       = "lbNombreR";
     this.lbNombreR.Size       = new System.Drawing.Size(46, 14);
     this.lbNombreR.TabIndex   = 136;
     this.lbNombreR.Text       = "Nombre";
     //
     // dateFechaDeInicioR
     //
     this.dateFechaDeInicioR.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.dateFechaDeInicioR.DateTime   = new System.DateTime(2013, 4, 11, 0, 0, 0, 0);
     this.dateFechaDeInicioR.Location   = new System.Drawing.Point(249, 274);
     this.dateFechaDeInicioR.Name       = "dateFechaDeInicioR";
     this.dateFechaDeInicioR.NullText   = "Selecione la Fecha de Inicio";
     this.dateFechaDeInicioR.PromptChar = ' ';
     this.dateFechaDeInicioR.Size       = new System.Drawing.Size(489, 21);
     this.dateFechaDeInicioR.TabIndex   = 132;
     this.dateFechaDeInicioR.Value      = new System.DateTime(2013, 4, 11, 0, 0, 0, 0);
     //
     // txtDescripcionR
     //
     this.txtDescripcionR.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.txtDescripcionR.Location   = new System.Drawing.Point(249, 78);
     this.txtDescripcionR.Multiline  = true;
     this.txtDescripcionR.Name       = "txtDescripcionR";
     this.txtDescripcionR.NullText   = "Ingrese la Descripcion del Evento";
     this.txtDescripcionR.Scrollbars = System.Windows.Forms.ScrollBars.Both;
     this.txtDescripcionR.Size       = new System.Drawing.Size(577, 57);
     this.txtDescripcionR.TabIndex   = 129;
     //
     // txtNombreR
     //
     this.txtNombreR.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.txtNombreR.Location = new System.Drawing.Point(249, 37);
     this.txtNombreR.Name     = "txtNombreR";
     this.txtNombreR.NullText = "Ingrese el Nombre del Evento";
     this.txtNombreR.Size     = new System.Drawing.Size(577, 21);
     this.txtNombreR.TabIndex = 128;
     //
     // pnlConsulta
     //
     this.pnlConsulta.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     appearance3.BackColor        = System.Drawing.Color.Gainsboro;
     this.pnlConsulta.Appearance  = appearance3;
     this.pnlConsulta.BorderStyle = Infragistics.Win.Misc.GroupBoxBorderStyle.Rounded;
     this.pnlConsulta.Controls.Add(this.gbBuscar);
     this.pnlConsulta.Controls.Add(this.btnModificar);
     this.pnlConsulta.Controls.Add(this.dataGridView_Eventos);
     this.pnlConsulta.Location = new System.Drawing.Point(12, 85);
     this.pnlConsulta.Name     = "pnlConsulta";
     this.pnlConsulta.Size     = new System.Drawing.Size(907, 450);
     this.pnlConsulta.TabIndex = 130;
     this.pnlConsulta.Text     = "Consulta de Evento";
     //
     // gbBuscar
     //
     this.gbBuscar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     appearance4.BackColor     = System.Drawing.Color.Transparent;
     this.gbBuscar.Appearance  = appearance4;
     this.gbBuscar.BorderStyle = Infragistics.Win.Misc.GroupBoxBorderStyle.Rectangular3D;
     this.gbBuscar.Controls.Add(this.cmbTipoC);
     this.gbBuscar.Controls.Add(this.btnBuscarPorTipoC);
     this.gbBuscar.Controls.Add(this.cmbBuscarPor);
     this.gbBuscar.Controls.Add(this.txtBuscar);
     this.gbBuscar.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbBuscar.Location = new System.Drawing.Point(113, 19);
     this.gbBuscar.Name     = "gbBuscar";
     this.gbBuscar.Size     = new System.Drawing.Size(709, 61);
     this.gbBuscar.TabIndex = 130;
     this.gbBuscar.Text     = "Buscar Por";
     //
     // cmbTipoC
     //
     this.cmbTipoC.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
     this.cmbTipoC.Location      = new System.Drawing.Point(122, 25);
     this.cmbTipoC.Name          = "cmbTipoC";
     this.cmbTipoC.Size          = new System.Drawing.Size(134, 21);
     this.cmbTipoC.TabIndex      = 132;
     this.cmbTipoC.Visible       = false;
     //
     // btnBuscarPorTipoC
     //
     this.btnBuscarPorTipoC.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.btnBuscarPorTipoC.Image    = global::SACME.Properties.Resources.MiniSearch;
     this.btnBuscarPorTipoC.Location = new System.Drawing.Point(670, 17);
     this.btnBuscarPorTipoC.Name     = "btnBuscarPorTipoC";
     this.btnBuscarPorTipoC.Size     = new System.Drawing.Size(31, 36);
     this.btnBuscarPorTipoC.TabIndex = 132;
     this.btnBuscarPorTipoC.UseVisualStyleBackColor = true;
     this.btnBuscarPorTipoC.Visible = false;
     this.btnBuscarPorTipoC.Click  += new System.EventHandler(this.btnBuscarPorTipoC_Click);
     //
     // cmbBuscarPor
     //
     this.cmbBuscarPor.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
     valueListItem1.DataValue        = "TODOS";
     valueListItem2.DataValue        = "NOMBRE";
     valueListItem3.DataValue        = "TIPO";
     this.cmbBuscarPor.Items.AddRange(new Infragistics.Win.ValueListItem[] {
         valueListItem1,
         valueListItem2,
         valueListItem3
     });
     this.cmbBuscarPor.Location      = new System.Drawing.Point(20, 25);
     this.cmbBuscarPor.Name          = "cmbBuscarPor";
     this.cmbBuscarPor.Size          = new System.Drawing.Size(96, 21);
     this.cmbBuscarPor.TabIndex      = 131;
     this.cmbBuscarPor.ValueChanged += new System.EventHandler(this.cmbBuscarPor_ValueChanged);
     //
     // txtBuscar
     //
     this.txtBuscar.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.txtBuscar.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtBuscar.Location  = new System.Drawing.Point(262, 27);
     this.txtBuscar.Multiline = true;
     this.txtBuscar.Name      = "txtBuscar";
     this.txtBuscar.Size      = new System.Drawing.Size(402, 20);
     this.txtBuscar.TabIndex  = 30;
     this.txtBuscar.Visible   = false;
     this.txtBuscar.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.txtBuscar_KeyDown);
     //
     // btnModificar
     //
     this.btnModificar.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnModificar.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Office2010Button;
     this.btnModificar.Location    = new System.Drawing.Point(747, 408);
     this.btnModificar.Name        = "btnModificar";
     this.btnModificar.Size        = new System.Drawing.Size(75, 23);
     this.btnModificar.TabIndex    = 91;
     this.btnModificar.Text        = "Modificar";
     this.btnModificar.Visible     = false;
     this.btnModificar.Click      += new System.EventHandler(this.btnModificar_Click);
     //
     // dataGridView_Eventos
     //
     this.dataGridView_Eventos.AllowUserToAddRows    = false;
     this.dataGridView_Eventos.AllowUserToDeleteRows = false;
     this.dataGridView_Eventos.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                              | System.Windows.Forms.AnchorStyles.Right)));
     this.dataGridView_Eventos.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
     this.dataGridView_Eventos.BorderStyle         = System.Windows.Forms.BorderStyle.None;
     dataGridViewCellStyle1.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor          = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor          = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode           = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridView_Eventos.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.dataGridView_Eventos.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView_Eventos.Location          = new System.Drawing.Point(17, 86);
     this.dataGridView_Eventos.Name              = "dataGridView_Eventos";
     this.dataGridView_Eventos.ReadOnly          = true;
     this.dataGridView_Eventos.RowHeadersVisible = false;
     this.dataGridView_Eventos.SelectionMode     = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataGridView_Eventos.Size              = new System.Drawing.Size(875, 312);
     this.dataGridView_Eventos.TabIndex          = 72;
     this.dataGridView_Eventos.CellDoubleClick  += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_Eventos_CellDoubleClick);
     //
     // Form_event
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize            = true;
     this.ClientSize          = new System.Drawing.Size(931, 554);
     this.Controls.Add(this.frmPrincipal_Fill_Panel);
     this.Name          = "Form_event";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "SACME";
     this.frmPrincipal_Fill_Panel.ClientArea.ResumeLayout(false);
     this.frmPrincipal_Fill_Panel.ResumeLayout(false);
     this.ultraPanel2.ClientArea.ResumeLayout(false);
     this.ultraPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pnlRegistro)).EndInit();
     this.pnlRegistro.ResumeLayout(false);
     this.pnlRegistro.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.NumericEditorDuracionR)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbParticipantesR)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbOrganizadorR)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbEncargadoR)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbDuracion)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbTipoR)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbRamaEncargadaR)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateFechaDeInicioR)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDescripcionR)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtNombreR)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlConsulta)).EndInit();
     this.pnlConsulta.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gbBuscar)).EndInit();
     this.gbBuscar.ResumeLayout(false);
     this.gbBuscar.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbTipoC)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbBuscarPor)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtBuscar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Eventos)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 45
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinEditors.EditorButton editorButton2 = new Infragistics.Win.UltraWinEditors.EditorButton();
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinEditors.EditorButton editorButton3 = new Infragistics.Win.UltraWinEditors.EditorButton();
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            this.btnSubmit = new System.Windows.Forms.Button();
            this.utxtPassword = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.utxtUser = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.utxtPwd = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.utxtPassword)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.utxtUser)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.utxtPwd)).BeginInit();
            this.SuspendLayout();
            // 
            // btnSubmit
            // 
            this.btnSubmit.Location = new System.Drawing.Point(123, 204);
            this.btnSubmit.Name = "btnSubmit";
            this.btnSubmit.Size = new System.Drawing.Size(125, 34);
            this.btnSubmit.TabIndex = 0;
            this.btnSubmit.Text = "提交修改";
            this.btnSubmit.UseVisualStyleBackColor = true;
            this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click);
            // 
            // utxtPassword
            // 
            this.utxtPassword.AutoSize = false;
            appearance1.Image = global::JWMSH.Properties.Resources.LoginForm_password;
            editorButton1.Appearance = appearance1;
            this.utxtPassword.ButtonsLeft.Add(editorButton1);
            this.utxtPassword.Location = new System.Drawing.Point(79, 99);
            this.utxtPassword.Name = "utxtPassword";
            this.utxtPassword.PasswordChar = '*';
            this.utxtPassword.Size = new System.Drawing.Size(256, 29);
            this.utxtPassword.TabIndex = 5;
            // 
            // utxtUser
            // 
            this.utxtUser.AutoSize = false;
            appearance2.Image = global::JWMSH.Properties.Resources.LoginForm_user;
            editorButton2.Appearance = appearance2;
            this.utxtUser.ButtonsLeft.Add(editorButton2);
            this.utxtUser.Location = new System.Drawing.Point(79, 55);
            this.utxtUser.Name = "utxtUser";
            this.utxtUser.Size = new System.Drawing.Size(256, 29);
            this.utxtUser.TabIndex = 4;
            // 
            // utxtPwd
            // 
            this.utxtPwd.AutoSize = false;
            appearance3.Image = global::JWMSH.Properties.Resources.LoginForm_password;
            editorButton3.Appearance = appearance3;
            this.utxtPwd.ButtonsLeft.Add(editorButton3);
            this.utxtPwd.Location = new System.Drawing.Point(79, 148);
            this.utxtPwd.Name = "utxtPwd";
            this.utxtPwd.PasswordChar = '*';
            this.utxtPwd.Size = new System.Drawing.Size(256, 29);
            this.utxtPwd.TabIndex = 6;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(22, 63);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(53, 12);
            this.label1.TabIndex = 8;
            this.label1.Text = "用户编号";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(35, 107);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(41, 12);
            this.label2.TabIndex = 9;
            this.label2.Text = "原密码";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(35, 156);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(41, 12);
            this.label3.TabIndex = 10;
            this.label3.Text = "新密码";
            // 
            // BaseModifyPwd
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.White;
            this.ClientSize = new System.Drawing.Size(371, 278);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.utxtPwd);
            this.Controls.Add(this.utxtPassword);
            this.Controls.Add(this.utxtUser);
            this.Controls.Add(this.btnSubmit);
            this.Icon = global::JWMSH.Properties.Resources.Mine;
            this.Name = "BaseModifyPwd";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "修改密码";
            ((System.ComponentModel.ISupportInitialize)(this.utxtPassword)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.utxtUser)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.utxtPwd)).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.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.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("ContoDTO", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Codice");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CustomField");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DataFineCompetenza");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DataInizioCompetenza");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Deleted");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Descrizione");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneBilancio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneCompleta");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DettaglioMovimentiContabili");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdCondominio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdContatore");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdEsercizio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn56 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsAccantonamentoFondi");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsArrotondamento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsLiquido");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsMillesimiProprieta");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsRipartoLetture");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsSpesePersonali");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsTransitorio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Note");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Ordine");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PercentualeProprieta");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PresenteBilancio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Ripartizione");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SottoConti");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Tipo");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TipoCompetenza");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TipoLiquidita");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UtilizzabilePagamentoFornitori");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UtilizzabileRegistrazioneSpese");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UtilizzabileVersamentoCondomini");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ExtensionData");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DisplayName");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FrequentlyAccessed");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsDeleteAllow");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Stato");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Version");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SelectColumn", 0);
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("SottoConti", 0);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AddebitoCompetenze");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Codice");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn41 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Descrizione");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn42 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneCompleta");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn43 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneContoRiferimento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn44 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DettaglioMovimentiContabili");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn45 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdContoRiferimento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn46 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsInteressiSanzioni");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn47 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsNotValid");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn48 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PercentualeProprieta");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn49 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ExtensionData");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn50 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DisplayName");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn51 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FrequentlyAccessed");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn52 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn53 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsDeleteAllow");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn54 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Stato");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn55 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Version");
            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(ElaborazioneStatoPatrimonialeUC));
            this.selezioniGroupBox = new Infragistics.Win.Misc.UltraGroupBox();
            this.lblEsercizio = new Infragistics.Win.Misc.UltraLabel();
            this.esercizi = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.eserciziDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.dataFinale = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.lblTipoStampa = new Infragistics.Win.Misc.UltraLabel();
            this.tipoStampa = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
            this.lblDataSituazioneContabile = new Infragistics.Win.Misc.UltraLabel();
            this.dataIniziale = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.lblCondominio = new Infragistics.Win.Misc.UltraLabel();
            this.sceltaCondominioCombo1 = new Gipasoft.Stabili.UI.Library.SceltaCondominioCombo();
            this.btnConferma = new Infragistics.Win.Misc.UltraButton();
            this.conti = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.contoDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.btnOpzioni = new Infragistics.Win.Misc.UltraButton();
            this.validationSummary1 = new Gipasoft.Windows.Forms.CustomValidation.ValidationSummary(this.components);
            this.reqEsercizio = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.splitContainer2 = new System.Windows.Forms.SplitContainer();
            this.dateCustomValidator = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            this.dateCompareValidator = new Gipasoft.Windows.Forms.CustomValidation.CompareValidator();
            this.contivalidator = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            this.reqCondominio = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.impostazioneReportDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.selezioniGroupBox)).BeginInit();
            this.selezioniGroupBox.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.esercizi)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.eserciziDTOBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataFinale)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoStampa)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataIniziale)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.conti)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.contoDTOBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
            this.splitContainer2.Panel1.SuspendLayout();
            this.splitContainer2.Panel2.SuspendLayout();
            this.splitContainer2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.impostazioneReportDTOBindingSource)).BeginInit();
            this.SuspendLayout();
            // 
            // selezioniGroupBox
            // 
            this.selezioniGroupBox.Controls.Add(this.lblEsercizio);
            this.selezioniGroupBox.Controls.Add(this.esercizi);
            this.selezioniGroupBox.Controls.Add(this.dataFinale);
            this.selezioniGroupBox.Controls.Add(this.lblTipoStampa);
            this.selezioniGroupBox.Controls.Add(this.tipoStampa);
            this.selezioniGroupBox.Controls.Add(this.lblDataSituazioneContabile);
            this.selezioniGroupBox.Controls.Add(this.dataIniziale);
            this.selezioniGroupBox.Controls.Add(this.lblCondominio);
            this.selezioniGroupBox.Controls.Add(this.sceltaCondominioCombo1);
            this.selezioniGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.selezioniGroupBox.Location = new System.Drawing.Point(0, 0);
            this.selezioniGroupBox.Name = "selezioniGroupBox";
            this.selezioniGroupBox.Size = new System.Drawing.Size(1022, 94);
            this.selezioniGroupBox.TabIndex = 1;
            this.selezioniGroupBox.Text = "Selezioni";
            // 
            // lblEsercizio
            // 
            this.lblEsercizio.Location = new System.Drawing.Point(730, 35);
            this.lblEsercizio.Name = "lblEsercizio";
            this.lblEsercizio.Size = new System.Drawing.Size(54, 19);
            this.lblEsercizio.TabIndex = 42;
            this.lblEsercizio.Text = "Esercizio";
            // 
            // esercizi
            // 
            appearance1.Image = global::Gipasoft.Stabili.UI.StatoPatrimoniale.StatoPatrimonialeResources.clear;
            editorButton1.Appearance = appearance1;
            editorButton1.Key = "clear";
            this.esercizi.ButtonsRight.Add(editorButton1);
            this.esercizi.DataSource = this.eserciziDTOBindingSource;
            this.esercizi.DisplayMember = "DisplayName";
            this.esercizi.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.esercizi.Location = new System.Drawing.Point(793, 31);
            this.esercizi.Name = "esercizi";
            this.esercizi.Size = new System.Drawing.Size(223, 21);
            this.esercizi.TabIndex = 43;
            this.esercizi.ValueMember = "ID";
            this.esercizi.ValueChanged += new System.EventHandler(this.eserciziValueChanged);
            this.esercizi.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.eserciziEditorButtonClick);
            // 
            // eserciziDTOBindingSource
            // 
            this.eserciziDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.EsercizioDTO);
            // 
            // dataFinale
            // 
            this.dataFinale.DateTime = new System.DateTime(1753, 1, 1, 0, 0, 0, 0);
            this.dataFinale.Location = new System.Drawing.Point(921, 60);
            this.dataFinale.Name = "dataFinale";
            this.dataFinale.Size = new System.Drawing.Size(95, 21);
            this.dataFinale.TabIndex = 41;
            this.dataFinale.Value = null;
            this.dataFinale.ValueChanged += new System.EventHandler(this.dataFinaleValueChanged);
            // 
            // lblTipoStampa
            // 
            this.lblTipoStampa.Location = new System.Drawing.Point(6, 65);
            this.lblTipoStampa.Name = "lblTipoStampa";
            this.lblTipoStampa.Size = new System.Drawing.Size(75, 20);
            this.lblTipoStampa.TabIndex = 12;
            this.lblTipoStampa.Text = "Tipo Stampa";
            // 
            // tipoStampa
            // 
            this.tipoStampa.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
            this.tipoStampa.CheckedIndex = 0;
            valueListItem1.CheckState = System.Windows.Forms.CheckState.Checked;
            valueListItem1.DataValue = "SP";
            valueListItem1.DisplayText = "Stato Patrimoniale";
            valueListItem2.DataValue = "BS";
            valueListItem2.DisplayText = "Bilancio Consuntivo/Saldi";
            valueListItem3.DataValue = "PT";
            valueListItem3.DisplayText = "Partitario";
            valueListItem4.DataValue = "RC";
            valueListItem4.DisplayText = "Registro Contabilità";
            valueListItem5.DataValue = "RE";
            valueListItem5.DisplayText = "Riepilogo Economico";
            this.tipoStampa.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem1,
            valueListItem2,
            valueListItem3,
            valueListItem4,
            valueListItem5});
            this.tipoStampa.ItemSpacingHorizontal = 5;
            this.tipoStampa.ItemSpacingVertical = 10;
            this.tipoStampa.Location = new System.Drawing.Point(87, 59);
            this.tipoStampa.Name = "tipoStampa";
            this.tipoStampa.Size = new System.Drawing.Size(606, 25);
            this.tipoStampa.TabIndex = 30;
            this.tipoStampa.Text = "Stato Patrimoniale";
            this.tipoStampa.ValueChanged += new System.EventHandler(this.tipoStampaValueChanged);
            // 
            // lblDataSituazioneContabile
            // 
            this.lblDataSituazioneContabile.Location = new System.Drawing.Point(755, 62);
            this.lblDataSituazioneContabile.Name = "lblDataSituazioneContabile";
            this.lblDataSituazioneContabile.Size = new System.Drawing.Size(29, 23);
            this.lblDataSituazioneContabile.TabIndex = 10;
            this.lblDataSituazioneContabile.Text = "Data";
            // 
            // dataIniziale
            // 
            this.dataIniziale.DateTime = new System.DateTime(1753, 1, 1, 0, 0, 0, 0);
            this.dataIniziale.Enabled = false;
            this.dataIniziale.Location = new System.Drawing.Point(793, 60);
            this.dataIniziale.Name = "dataIniziale";
            this.dataIniziale.Size = new System.Drawing.Size(95, 21);
            this.dataIniziale.TabIndex = 40;
            this.dataIniziale.Value = null;
            this.dataIniziale.ValueChanged += new System.EventHandler(this.dataInizialeValueChanged);
            // 
            // 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(82, 31);
            this.sceltaCondominioCombo1.Name = "sceltaCondominioCombo1";
            this.sceltaCondominioCombo1.Size = new System.Drawing.Size(475, 21);
            this.sceltaCondominioCombo1.TabIndex = 10;
            // 
            // 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(3, 13);
            this.btnConferma.Name = "btnConferma";
            this.btnConferma.Size = new System.Drawing.Size(75, 23);
            this.btnConferma.TabIndex = 5;
            this.btnConferma.Text = "Conferma";
            this.btnConferma.Click += new System.EventHandler(this.btnConfermaClick);
            // 
            // conti
            // 
            this.conti.DataSource = this.contoDTOBindingSource;
            this.conti.DisplayLayout.AutoFitStyle = Infragistics.Win.UltraWinGrid.AutoFitStyle.ResizeAllColumns;
            ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn1.Header.VisiblePosition = 1;
            ultraGridColumn1.Width = 84;
            ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn2.Header.VisiblePosition = 2;
            ultraGridColumn2.Hidden = true;
            ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn3.Header.VisiblePosition = 3;
            ultraGridColumn3.Hidden = true;
            ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn4.Header.VisiblePosition = 4;
            ultraGridColumn4.Hidden = true;
            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.NoEdit;
            ultraGridColumn6.Header.VisiblePosition = 6;
            ultraGridColumn6.Width = 627;
            ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn7.Header.VisiblePosition = 7;
            ultraGridColumn7.Hidden = true;
            ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn8.Header.VisiblePosition = 8;
            ultraGridColumn8.Hidden = true;
            ultraGridColumn9.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn9.Header.VisiblePosition = 9;
            ultraGridColumn9.Hidden = true;
            ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            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;
            ultraGridColumn12.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn12.Header.VisiblePosition = 12;
            ultraGridColumn12.Hidden = true;
            ultraGridColumn56.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn56.ColumnChooserCaption = "Accantonamento Fondi";
            ultraGridColumn56.Header.Caption = "Acc.Fondi";
            ultraGridColumn56.Header.VisiblePosition = 13;
            ultraGridColumn56.Hidden = true;
            ultraGridColumn56.Width = 145;
            ultraGridColumn13.Header.Caption = "Arrot.";
            ultraGridColumn13.Header.CheckBoxVisibility = Infragistics.Win.UltraWinGrid.HeaderCheckBoxVisibility.Never;
            ultraGridColumn13.Header.VisiblePosition = 14;
            ultraGridColumn13.Hidden = true;
            ultraGridColumn13.Width = 50;
            ultraGridColumn14.Header.Caption = "Liquid.";
            ultraGridColumn14.Header.CheckBoxVisibility = Infragistics.Win.UltraWinGrid.HeaderCheckBoxVisibility.Never;
            ultraGridColumn14.Header.VisiblePosition = 15;
            ultraGridColumn14.Hidden = true;
            ultraGridColumn14.Width = 50;
            ultraGridColumn15.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn15.Header.VisiblePosition = 16;
            ultraGridColumn15.Hidden = true;
            ultraGridColumn15.Width = 126;
            ultraGridColumn16.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn16.Header.VisiblePosition = 17;
            ultraGridColumn16.Hidden = true;
            ultraGridColumn17.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn17.Header.VisiblePosition = 18;
            ultraGridColumn17.Hidden = true;
            ultraGridColumn18.ColumnChooserCaption = "Transitorio";
            ultraGridColumn18.Header.Caption = "Trans.";
            ultraGridColumn18.Header.VisiblePosition = 19;
            ultraGridColumn18.Hidden = true;
            ultraGridColumn19.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn19.Header.VisiblePosition = 20;
            ultraGridColumn19.Hidden = true;
            ultraGridColumn20.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn20.Header.VisiblePosition = 21;
            ultraGridColumn20.Hidden = true;
            ultraGridColumn21.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn21.Header.VisiblePosition = 22;
            ultraGridColumn21.Hidden = true;
            ultraGridColumn22.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn22.Header.VisiblePosition = 23;
            ultraGridColumn22.Hidden = true;
            ultraGridColumn23.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn23.Header.VisiblePosition = 24;
            ultraGridColumn23.Hidden = true;
            ultraGridColumn24.Header.VisiblePosition = 38;
            ultraGridColumn25.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn25.Header.VisiblePosition = 25;
            ultraGridColumn25.Width = 235;
            ultraGridColumn26.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn26.Header.VisiblePosition = 26;
            ultraGridColumn26.Hidden = true;
            ultraGridColumn27.CustomFilterDialogCaption = "Tipi Liquidità";
            ultraGridColumn27.Header.VisiblePosition = 27;
            ultraGridColumn27.Hidden = true;
            ultraGridColumn27.Width = 90;
            ultraGridColumn28.ColumnChooserCaption = "Pagamento Fornitori";
            ultraGridColumn28.Header.Caption = "Pag.";
            ultraGridColumn28.Header.VisiblePosition = 28;
            ultraGridColumn28.Hidden = true;
            ultraGridColumn29.ColumnChooserCaption = "Registrazione Spese";
            ultraGridColumn29.Header.Caption = "Spese";
            ultraGridColumn29.Header.CheckBoxVisibility = Infragistics.Win.UltraWinGrid.HeaderCheckBoxVisibility.Never;
            ultraGridColumn29.Header.VisiblePosition = 29;
            ultraGridColumn29.Hidden = true;
            ultraGridColumn30.ColumnChooserCaption = "Versamento Condomini";
            ultraGridColumn30.Header.Caption = "Vers.";
            ultraGridColumn30.Header.CheckBoxVisibility = Infragistics.Win.UltraWinGrid.HeaderCheckBoxVisibility.Never;
            ultraGridColumn30.Header.VisiblePosition = 31;
            ultraGridColumn30.Hidden = true;
            ultraGridColumn31.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn31.Header.VisiblePosition = 30;
            ultraGridColumn31.Hidden = true;
            ultraGridColumn32.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn32.Header.VisiblePosition = 32;
            ultraGridColumn32.Hidden = true;
            ultraGridColumn33.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn33.Header.VisiblePosition = 33;
            ultraGridColumn33.Hidden = true;
            ultraGridColumn34.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn34.Header.VisiblePosition = 34;
            ultraGridColumn34.Hidden = true;
            ultraGridColumn35.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn35.Header.VisiblePosition = 35;
            ultraGridColumn35.Hidden = true;
            ultraGridColumn36.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn36.Header.VisiblePosition = 36;
            ultraGridColumn36.Hidden = true;
            ultraGridColumn37.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn37.Header.VisiblePosition = 37;
            ultraGridColumn37.Hidden = true;
            ultraGridColumn38.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.False;
            ultraGridColumn38.DataType = typeof(bool);
            ultraGridColumn38.Header.Caption = "S";
            ultraGridColumn38.Header.VisiblePosition = 0;
            ultraGridColumn38.Width = 36;
            ultraGridBand1.Columns.AddRange(new object[] {
            ultraGridColumn1,
            ultraGridColumn2,
            ultraGridColumn3,
            ultraGridColumn4,
            ultraGridColumn5,
            ultraGridColumn6,
            ultraGridColumn7,
            ultraGridColumn8,
            ultraGridColumn9,
            ultraGridColumn10,
            ultraGridColumn11,
            ultraGridColumn12,
            ultraGridColumn56,
            ultraGridColumn13,
            ultraGridColumn14,
            ultraGridColumn15,
            ultraGridColumn16,
            ultraGridColumn17,
            ultraGridColumn18,
            ultraGridColumn19,
            ultraGridColumn20,
            ultraGridColumn21,
            ultraGridColumn22,
            ultraGridColumn23,
            ultraGridColumn24,
            ultraGridColumn25,
            ultraGridColumn26,
            ultraGridColumn27,
            ultraGridColumn28,
            ultraGridColumn29,
            ultraGridColumn30,
            ultraGridColumn31,
            ultraGridColumn32,
            ultraGridColumn33,
            ultraGridColumn34,
            ultraGridColumn35,
            ultraGridColumn36,
            ultraGridColumn37,
            ultraGridColumn38});
            ultraGridColumn39.Header.Caption = "Addebito Competenze";
            ultraGridColumn39.Header.VisiblePosition = 2;
            ultraGridColumn39.Hidden = true;
            ultraGridColumn39.Width = 59;
            ultraGridColumn40.Header.VisiblePosition = 1;
            ultraGridColumn40.Width = 59;
            ultraGridColumn41.Header.VisiblePosition = 3;
            ultraGridColumn41.Width = 632;
            ultraGridColumn42.Header.VisiblePosition = 4;
            ultraGridColumn42.Width = 125;
            ultraGridColumn43.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn43.Header.VisiblePosition = 6;
            ultraGridColumn43.Hidden = true;
            ultraGridColumn43.Width = 21;
            ultraGridColumn44.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn44.Header.VisiblePosition = 7;
            ultraGridColumn44.Hidden = true;
            ultraGridColumn44.Width = 101;
            ultraGridColumn45.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn45.Header.VisiblePosition = 5;
            ultraGridColumn45.Hidden = true;
            ultraGridColumn45.Width = 73;
            ultraGridColumn46.Header.VisiblePosition = 8;
            ultraGridColumn46.Width = 147;
            ultraGridColumn47.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn47.Header.VisiblePosition = 10;
            ultraGridColumn47.Hidden = true;
            ultraGridColumn47.Width = 75;
            ultraGridColumn48.Header.Caption = "% Propr.";
            ultraGridColumn48.Header.VisiblePosition = 9;
            ultraGridColumn48.Hidden = true;
            ultraGridColumn48.Width = 86;
            ultraGridColumn49.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn49.Header.VisiblePosition = 11;
            ultraGridColumn49.Hidden = true;
            ultraGridColumn49.Width = 77;
            ultraGridColumn50.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn50.Header.VisiblePosition = 12;
            ultraGridColumn50.Hidden = true;
            ultraGridColumn50.Width = 94;
            ultraGridColumn51.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn51.Header.VisiblePosition = 13;
            ultraGridColumn51.Hidden = true;
            ultraGridColumn51.Width = 162;
            ultraGridColumn52.Header.Caption = "Id";
            ultraGridColumn52.Header.VisiblePosition = 0;
            ultraGridColumn52.Hidden = true;
            ultraGridColumn52.Width = 27;
            ultraGridColumn53.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn53.Header.VisiblePosition = 14;
            ultraGridColumn53.Hidden = true;
            ultraGridColumn53.Width = 160;
            ultraGridColumn54.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn54.Header.VisiblePosition = 15;
            ultraGridColumn54.Hidden = true;
            ultraGridColumn54.Width = 179;
            ultraGridColumn55.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn55.Header.VisiblePosition = 16;
            ultraGridColumn55.Hidden = true;
            ultraGridColumn55.Width = 130;
            ultraGridBand2.Columns.AddRange(new object[] {
            ultraGridColumn39,
            ultraGridColumn40,
            ultraGridColumn41,
            ultraGridColumn42,
            ultraGridColumn43,
            ultraGridColumn44,
            ultraGridColumn45,
            ultraGridColumn46,
            ultraGridColumn47,
            ultraGridColumn48,
            ultraGridColumn49,
            ultraGridColumn50,
            ultraGridColumn51,
            ultraGridColumn52,
            ultraGridColumn53,
            ultraGridColumn54,
            ultraGridColumn55});
            ultraGridBand2.Header.Caption = "Sotto Conti";
            this.conti.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
            this.conti.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
            appearance2.FontData.BoldAsString = "True";
            appearance2.TextHAlignAsString = "Left";
            this.conti.DisplayLayout.CaptionAppearance = appearance2;
            this.conti.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
            this.conti.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
            this.conti.DisplayLayout.Override.HeaderCheckBoxVisibility = Infragistics.Win.UltraWinGrid.HeaderCheckBoxVisibility.WhenUsingCheckEditor;
            this.conti.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
            this.conti.Dock = System.Windows.Forms.DockStyle.Fill;
            this.conti.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.conti.Location = new System.Drawing.Point(0, 0);
            this.conti.Name = "conti";
            this.conti.Size = new System.Drawing.Size(1022, 278);
            this.conti.TabIndex = 6;
            this.conti.Text = "Conti";
            this.conti.Visible = false;
            this.conti.AfterCellUpdate += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.contiAfterCellUpdate);
            this.conti.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.contiCellChange);
            // 
            // contoDTOBindingSource
            // 
            this.contoDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.ContoDTO);
            this.contoDTOBindingSource.DataSourceChanged += new System.EventHandler(this.contoDTOBindingSourceDataSourceChanged);
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
            this.splitContainer1.IsSplitterFixed = true;
            this.splitContainer1.Location = new System.Drawing.Point(0, 0);
            this.splitContainer1.Name = "splitContainer1";
            this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.conti);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.btnOpzioni);
            this.splitContainer1.Panel2.Controls.Add(this.btnConferma);
            this.splitContainer1.Size = new System.Drawing.Size(1022, 321);
            this.splitContainer1.SplitterDistance = 278;
            this.splitContainer1.TabIndex = 7;
            // 
            // btnOpzioni
            // 
            this.btnOpzioni.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            appearance3.Image = global::Gipasoft.Stabili.UI.StatoPatrimoniale.StatoPatrimonialeResources.gear;
            this.btnOpzioni.Appearance = appearance3;
            this.btnOpzioni.Location = new System.Drawing.Point(944, 13);
            this.btnOpzioni.Name = "btnOpzioni";
            this.btnOpzioni.Size = new System.Drawing.Size(75, 23);
            this.btnOpzioni.TabIndex = 25;
            this.btnOpzioni.Text = "Opzioni";
            this.btnOpzioni.Visible = false;
            this.btnOpzioni.Click += new System.EventHandler(this.btnOpzioni_Click);
            // 
            // reqEsercizio
            // 
            this.reqEsercizio.ControlToValidate = this.esercizi;
            this.reqEsercizio.ErrorMessage = "Scegliere un esercizio";
            this.reqEsercizio.Icon = ((System.Drawing.Icon)(resources.GetObject("reqEsercizio.Icon")));
            // 
            // splitContainer2
            // 
            this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
            this.splitContainer2.IsSplitterFixed = true;
            this.splitContainer2.Location = new System.Drawing.Point(0, 0);
            this.splitContainer2.Name = "splitContainer2";
            this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer2.Panel1
            // 
            this.splitContainer2.Panel1.Controls.Add(this.selezioniGroupBox);
            // 
            // splitContainer2.Panel2
            // 
            this.splitContainer2.Panel2.Controls.Add(this.splitContainer1);
            this.splitContainer2.Size = new System.Drawing.Size(1022, 419);
            this.splitContainer2.SplitterDistance = 94;
            this.splitContainer2.TabIndex = 8;
            // 
            // dateCustomValidator
            // 
            this.dateCustomValidator.ControlToValidate = this.esercizi;
            this.dateCustomValidator.ErrorMessage = "Scegliere un esercizio oppure un intervallo di date";
            this.dateCustomValidator.Icon = ((System.Drawing.Icon)(resources.GetObject("dateCustomValidator.Icon")));
            this.dateCustomValidator.Validating += new Gipasoft.Windows.Forms.CustomValidation.CustomValidator.ValidatingEventHandler(this.dateCustomValidatorValidating);
            // 
            // dateCompareValidator
            // 
            this.dateCompareValidator.ControlToCompare = this.dataIniziale;
            this.dateCompareValidator.ControlToValidate = this.dataFinale;
            this.dateCompareValidator.ErrorMessage = "La data finale non può essere antecedente a quella iniziale";
            this.dateCompareValidator.Icon = ((System.Drawing.Icon)(resources.GetObject("dateCompareValidator.Icon")));
            this.dateCompareValidator.Operator = Gipasoft.Windows.Forms.CustomValidation.ValidationCompareOperator.GreaterThanEqual;
            // 
            // contivalidator
            // 
            this.contivalidator.ControlToValidate = this.conti;
            this.contivalidator.ErrorMessage = "Scegliere almeno un conto";
            this.contivalidator.Icon = ((System.Drawing.Icon)(resources.GetObject("contivalidator.Icon")));
            this.contivalidator.Validating += new Gipasoft.Windows.Forms.CustomValidation.CustomValidator.ValidatingEventHandler(this.contivalidatorValidating);
            // 
            // reqCondominio
            // 
            this.reqCondominio.ControlToValidate = this.sceltaCondominioCombo1;
            this.reqCondominio.ErrorMessage = "Scegliere un condominio";
            this.reqCondominio.Icon = ((System.Drawing.Icon)(resources.GetObject("reqCondominio.Icon")));
            // 
            // impostazioneReportDTOBindingSource
            // 
            this.impostazioneReportDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.ImpostazioneReportDTO);
            // 
            // ElaborazioneStatoPatrimonialeUC
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.splitContainer2);
            this.Name = "ElaborazioneStatoPatrimonialeUC";
            this.Size = new System.Drawing.Size(1022, 419);
            this.Load += new System.EventHandler(this.elaborazioneStatoPatrimonialeUCLoad);
            ((System.ComponentModel.ISupportInitialize)(this.selezioniGroupBox)).EndInit();
            this.selezioniGroupBox.ResumeLayout(false);
            this.selezioniGroupBox.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.esercizi)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.eserciziDTOBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataFinale)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoStampa)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataIniziale)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.conti)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.contoDTOBindingSource)).EndInit();
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            this.splitContainer2.Panel1.ResumeLayout(false);
            this.splitContainer2.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
            this.splitContainer2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.impostazioneReportDTOBindingSource)).EndInit();
            this.ResumeLayout(false);

        }
Esempio n. 47
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     this.favoritesListBox = new Lyra2.LyraShell.SongListBox();
     this.favoritesSplitter = new System.Windows.Forms.SplitContainer();
     this.favoritesSongPreview = new Lyra2.LyraShell.SongPreview();
     this.favoritesFilterTB = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.label1 = new System.Windows.Forms.Label();
     this.favoritesSplitter.Panel1.SuspendLayout();
     this.favoritesSplitter.Panel2.SuspendLayout();
     this.favoritesSplitter.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.favoritesFilterTB)).BeginInit();
     this.SuspendLayout();
     //
     // favoritesListBox
     //
     this.favoritesListBox.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.favoritesListBox.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.favoritesListBox.ItemHeight = 15;
     this.favoritesListBox.Location = new System.Drawing.Point(0, 26);
     this.favoritesListBox.Name = "favoritesListBox";
     this.favoritesListBox.Size = new System.Drawing.Size(593, 394);
     this.favoritesListBox.TabIndex = 6;
     this.favoritesListBox.SelectedIndexChanged += new System.EventHandler(this.favoritesListBox_SelectedIndexChanged);
     this.favoritesListBox.DoubleClick += new System.EventHandler(this.listBox3_DoubleClick);
     this.favoritesListBox.SelectedValueChanged += new System.EventHandler(this.listBox3_SelectedValueChanged);
     //
     // favoritesSplitter
     //
     this.favoritesSplitter.Dock = System.Windows.Forms.DockStyle.Fill;
     this.favoritesSplitter.Location = new System.Drawing.Point(0, 0);
     this.favoritesSplitter.Name = "favoritesSplitter";
     this.favoritesSplitter.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // favoritesSplitter.Panel1
     //
     this.favoritesSplitter.Panel1.Controls.Add(this.label1);
     this.favoritesSplitter.Panel1.Controls.Add(this.favoritesFilterTB);
     this.favoritesSplitter.Panel1.Controls.Add(this.favoritesListBox);
     //
     // favoritesSplitter.Panel2
     //
     this.favoritesSplitter.Panel2.Controls.Add(this.favoritesSongPreview);
     this.favoritesSplitter.Size = new System.Drawing.Size(593, 673);
     this.favoritesSplitter.SplitterDistance = 424;
     this.favoritesSplitter.TabIndex = 7;
     //
     // favoritesSongPreview
     //
     this.favoritesSongPreview.AutoScroll = true;
     this.favoritesSongPreview.Dock = System.Windows.Forms.DockStyle.Fill;
     this.favoritesSongPreview.Location = new System.Drawing.Point(0, 0);
     this.favoritesSongPreview.Name = "favoritesSongPreview";
     this.favoritesSongPreview.Size = new System.Drawing.Size(593, 245);
     this.favoritesSongPreview.TabIndex = 1;
     //
     // favoritesFilterTB
     //
     this.favoritesFilterTB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     appearance4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(250)))), ((int)(((byte)(215)))));
     this.favoritesFilterTB.Appearance = appearance4;
     this.favoritesFilterTB.AutoSize = false;
     this.favoritesFilterTB.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(250)))), ((int)(((byte)(215)))));
     this.favoritesFilterTB.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
     appearance2.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
     appearance2.BorderAlpha = Infragistics.Win.Alpha.Transparent;
     appearance2.ForegroundAlpha = Infragistics.Win.Alpha.Transparent;
     appearance2.ImageAlpha = Infragistics.Win.Alpha.Transparent;
     appearance2.ImageBackground = global::Lyra2.LyraShell.Properties.Resources.clear_normal_16;
     appearance2.ImageBackgroundAlpha = Infragistics.Win.Alpha.Opaque;
     editorButton1.Appearance = appearance2;
     editorButton1.ButtonStyle = Infragistics.Win.UIElementButtonStyle.FlatBorderless;
     appearance3.ImageBackground = global::Lyra2.LyraShell.Properties.Resources.clear_pressed_16;
     editorButton1.PressedAppearance = appearance3;
     editorButton1.Text = "";
     editorButton1.Width = 16;
     this.favoritesFilterTB.ButtonsRight.Add(editorButton1);
     this.favoritesFilterTB.Location = new System.Drawing.Point(380, 4);
     this.favoritesFilterTB.Name = "favoritesFilterTB";
     this.favoritesFilterTB.NullText = "Favoriten Filter";
     appearance1.FontData.ItalicAsString = "True";
     appearance1.ForeColor = System.Drawing.Color.Gray;
     this.favoritesFilterTB.NullTextAppearance = appearance1;
     this.favoritesFilterTB.Size = new System.Drawing.Size(209, 19);
     this.favoritesFilterTB.TabIndex = 7;
     this.favoritesFilterTB.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
     //
     // label1
     //
     this.label1.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.SlateGray;
     this.label1.Location = new System.Drawing.Point(3, 5);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(160, 16);
     this.label1.TabIndex = 8;
     this.label1.Text = "Lyra Favoriten";
     //
     // Favorites
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(593, 673);
     this.Controls.Add(this.favoritesSplitter);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "Favorites";
     this.ShowInTaskbar = false;
     this.Text = "Favorites";
     this.favoritesSplitter.Panel1.ResumeLayout(false);
     this.favoritesSplitter.Panel2.ResumeLayout(false);
     this.favoritesSplitter.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.favoritesFilterTB)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 48
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();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WorkTrackBom));
            Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
            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("Band 0", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FItemID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FNumber");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FName");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FModel");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FFullName");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FDefaultLoc");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FSPID");
            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.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("BomDetail", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AutoID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BomID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("cInvCode");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("cInvName");
            Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("iQuantity");
            Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("cUnitID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("cUnitName");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("cInvStd");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("cFullName");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("cMemo");
            Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("dAddTime");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("cFitemID");
            Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
            this.ribbon = new DevExpress.XtraBars.Ribbon.RibbonControl();
            this.imageCollection1 = new DevExpress.Utils.ImageCollection(this.components);
            this.biExport = new DevExpress.XtraBars.BarButtonItem();
            this.biSave = new DevExpress.XtraBars.BarButtonItem();
            this.biAddNew = new DevExpress.XtraBars.BarButtonItem();
            this.biExit = new DevExpress.XtraBars.BarButtonItem();
            this.biEdit = new DevExpress.XtraBars.BarButtonItem();
            this.biDelete = new DevExpress.XtraBars.BarButtonItem();
            this.biGiveup = new DevExpress.XtraBars.BarButtonItem();
            this.imageCollection2 = new DevExpress.Utils.ImageCollection(this.components);
            this.ribbonPage = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.rpgSystem = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.rpgExport = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.rpgNew = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ugbxMain = new Infragistics.Win.Misc.UltraGroupBox();
            this.txtcMemo = new System.Windows.Forms.TextBox();
            this.备注 = new System.Windows.Forms.Label();
            this.txtcFullName = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.utecInvName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.txtcInvStd = new System.Windows.Forms.TextBox();
            this.label9 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.txtcInvCode = new Infragistics.Win.UltraWinGrid.UltraCombo();
            this.lblTitleMain = new JWMSH.UpjdControl.lblTitle();
            this.uGridRawMaterial = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.bomDetailBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.dataInventory = new JWMSH.DLL.DataInventory();
            this.bomDetailTableAdapter = new JWMSH.DLL.DataInventoryTableAdapters.BomDetailTableAdapter();
            this.biExcelLoad = new DevExpress.XtraBars.BarButtonItem();
            this.rpgExcelLoad = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ofdMain = new System.Windows.Forms.OpenFileDialog();
            ((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.imageCollection2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ugbxMain)).BeginInit();
            this.ugbxMain.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.utecInvName)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtcInvCode)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uGridRawMaterial)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bomDetailBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataInventory)).BeginInit();
            this.SuspendLayout();
            // 
            // ribbon
            // 
            this.ribbon.ExpandCollapseItem.Id = 0;
            this.ribbon.ExpandCollapseItem.Name = "";
            this.ribbon.Images = this.imageCollection1;
            this.ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.ribbon.ExpandCollapseItem,
            this.biExport,
            this.biSave,
            this.biAddNew,
            this.biExit,
            this.biEdit,
            this.biDelete,
            this.biGiveup,
            this.biExcelLoad});
            this.ribbon.LargeImages = this.imageCollection2;
            this.ribbon.Location = new System.Drawing.Point(0, 0);
            this.ribbon.MaxItemId = 82;
            this.ribbon.Name = "ribbon";
            this.ribbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.ribbonPage});
            this.ribbon.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2010;
            this.ribbon.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False;
            this.ribbon.ShowCategoryInCaption = false;
            this.ribbon.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide;
            this.ribbon.Size = new System.Drawing.Size(984, 98);
            this.ribbon.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden;
            // 
            // imageCollection1
            // 
            this.imageCollection1.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection1.ImageStream")));
            this.imageCollection1.InsertImage(global::JWMSH.Properties.Resources.design, "design", typeof(global::JWMSH.Properties.Resources), 0);
            this.imageCollection1.Images.SetKeyName(0, "design");
            this.imageCollection1.InsertImage(global::JWMSH.Properties.Resources.preview, "preview", typeof(global::JWMSH.Properties.Resources), 1);
            this.imageCollection1.Images.SetKeyName(1, "preview");
            this.imageCollection1.InsertImage(global::JWMSH.Properties.Resources.print, "print", typeof(global::JWMSH.Properties.Resources), 2);
            this.imageCollection1.Images.SetKeyName(2, "print");
            // 
            // biExport
            // 
            this.biExport.Caption = "输出";
            this.biExport.Id = 3;
            this.biExport.LargeImageIndex = 5;
            this.biExport.Name = "biExport";
            this.biExport.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            this.biExport.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.biExport_ItemClick);
            // 
            // biSave
            // 
            this.biSave.Caption = "保存";
            this.biSave.Enabled = false;
            this.biSave.Id = 46;
            this.biSave.LargeImageIndex = 8;
            this.biSave.Name = "biSave";
            this.biSave.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            this.biSave.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.biSave_ItemClick);
            // 
            // biAddNew
            // 
            this.biAddNew.Caption = "新增";
            this.biAddNew.Id = 58;
            this.biAddNew.LargeImageIndex = 1;
            this.biAddNew.Name = "biAddNew";
            this.biAddNew.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            this.biAddNew.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.biAddNew_ItemClick);
            // 
            // biExit
            // 
            this.biExit.Caption = "退出";
            this.biExit.Id = 62;
            this.biExit.LargeImageIndex = 4;
            this.biExit.Name = "biExit";
            this.biExit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.biExit_ItemClick);
            // 
            // biEdit
            // 
            this.biEdit.Caption = "修改";
            this.biEdit.Id = 67;
            this.biEdit.LargeImageIndex = 2;
            this.biEdit.Name = "biEdit";
            this.biEdit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.biEdit_ItemClick);
            // 
            // biDelete
            // 
            this.biDelete.Caption = "删除";
            this.biDelete.Id = 68;
            this.biDelete.LargeImageIndex = 9;
            this.biDelete.Name = "biDelete";
            this.biDelete.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.biDelete_ItemClick);
            // 
            // biGiveup
            // 
            this.biGiveup.Caption = "放弃";
            this.biGiveup.Enabled = false;
            this.biGiveup.Id = 73;
            this.biGiveup.LargeImageIndex = 6;
            this.biGiveup.Name = "biGiveup";
            this.biGiveup.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            this.biGiveup.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.biGiveup_ItemClick);
            // 
            // imageCollection2
            // 
            this.imageCollection2.ImageSize = new System.Drawing.Size(32, 32);
            this.imageCollection2.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection2.ImageStream")));
            this.imageCollection2.InsertImage(global::JWMSH.Properties.Resources.abandon, "abandon", typeof(global::JWMSH.Properties.Resources), 0);
            this.imageCollection2.Images.SetKeyName(0, "abandon");
            this.imageCollection2.InsertImage(global::JWMSH.Properties.Resources.add, "add", typeof(global::JWMSH.Properties.Resources), 1);
            this.imageCollection2.Images.SetKeyName(1, "add");
            this.imageCollection2.InsertImage(global::JWMSH.Properties.Resources.edit, "edit", typeof(global::JWMSH.Properties.Resources), 2);
            this.imageCollection2.Images.SetKeyName(2, "edit");
            this.imageCollection2.InsertImage(global::JWMSH.Properties.Resources.examin, "examin", typeof(global::JWMSH.Properties.Resources), 3);
            this.imageCollection2.Images.SetKeyName(3, "examin");
            this.imageCollection2.InsertImage(global::JWMSH.Properties.Resources.exit, "exit", typeof(global::JWMSH.Properties.Resources), 4);
            this.imageCollection2.Images.SetKeyName(4, "exit");
            this.imageCollection2.InsertImage(global::JWMSH.Properties.Resources.ExportDialog, "ExportDialog", typeof(global::JWMSH.Properties.Resources), 5);
            this.imageCollection2.Images.SetKeyName(5, "ExportDialog");
            this.imageCollection2.InsertImage(global::JWMSH.Properties.Resources.giveup, "giveup", typeof(global::JWMSH.Properties.Resources), 6);
            this.imageCollection2.Images.SetKeyName(6, "giveup");
            this.imageCollection2.InsertImage(global::JWMSH.Properties.Resources.printDialog, "printDialog", typeof(global::JWMSH.Properties.Resources), 7);
            this.imageCollection2.Images.SetKeyName(7, "printDialog");
            this.imageCollection2.InsertImage(global::JWMSH.Properties.Resources.save, "save", typeof(global::JWMSH.Properties.Resources), 8);
            this.imageCollection2.Images.SetKeyName(8, "save");
            this.imageCollection2.InsertImage(global::JWMSH.Properties.Resources.delete1, "delete1", typeof(global::JWMSH.Properties.Resources), 9);
            this.imageCollection2.Images.SetKeyName(9, "delete1");
            // 
            // ribbonPage
            // 
            this.ribbonPage.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.rpgSystem,
            this.rpgExport,
            this.rpgNew,
            this.rpgExcelLoad});
            this.ribbonPage.Name = "ribbonPage";
            this.ribbonPage.Text = "菜单选项";
            // 
            // rpgSystem
            // 
            this.rpgSystem.ItemLinks.Add(this.biExit);
            this.rpgSystem.Name = "rpgSystem";
            this.rpgSystem.ShowCaptionButton = false;
            this.rpgSystem.Text = "系统";
            // 
            // rpgExport
            // 
            this.rpgExport.ItemLinks.Add(this.biExport);
            this.rpgExport.Name = "rpgExport";
            this.rpgExport.ShowCaptionButton = false;
            this.rpgExport.Text = "处理";
            // 
            // rpgNew
            // 
            this.rpgNew.ItemLinks.Add(this.biAddNew);
            this.rpgNew.ItemLinks.Add(this.biEdit);
            this.rpgNew.ItemLinks.Add(this.biGiveup);
            this.rpgNew.ItemLinks.Add(this.biSave);
            this.rpgNew.ItemLinks.Add(this.biDelete);
            this.rpgNew.Name = "rpgNew";
            this.rpgNew.ShowCaptionButton = false;
            this.rpgNew.Text = "操作";
            // 
            // ugbxMain
            // 
            this.ugbxMain.Controls.Add(this.txtcMemo);
            this.ugbxMain.Controls.Add(this.备注);
            this.ugbxMain.Controls.Add(this.txtcFullName);
            this.ugbxMain.Controls.Add(this.label5);
            this.ugbxMain.Controls.Add(this.utecInvName);
            this.ugbxMain.Controls.Add(this.txtcInvStd);
            this.ugbxMain.Controls.Add(this.label9);
            this.ugbxMain.Controls.Add(this.label2);
            this.ugbxMain.Controls.Add(this.label1);
            this.ugbxMain.Controls.Add(this.txtcInvCode);
            this.ugbxMain.Dock = System.Windows.Forms.DockStyle.Top;
            this.ugbxMain.Location = new System.Drawing.Point(0, 133);
            this.ugbxMain.Name = "ugbxMain";
            this.ugbxMain.Size = new System.Drawing.Size(984, 122);
            this.ugbxMain.TabIndex = 32;
            // 
            // txtcMemo
            // 
            this.txtcMemo.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.txtcMemo.Enabled = false;
            this.txtcMemo.Location = new System.Drawing.Point(151, 78);
            this.txtcMemo.Name = "txtcMemo";
            this.txtcMemo.Size = new System.Drawing.Size(751, 21);
            this.txtcMemo.TabIndex = 69;
            // 
            // 备注
            // 
            this.备注.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.备注.AutoSize = true;
            this.备注.Location = new System.Drawing.Point(107, 82);
            this.备注.Name = "备注";
            this.备注.Size = new System.Drawing.Size(41, 12);
            this.备注.TabIndex = 68;
            this.备注.Text = "备注:";
            // 
            // txtcFullName
            // 
            this.txtcFullName.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.txtcFullName.Enabled = false;
            this.txtcFullName.Location = new System.Drawing.Point(548, 44);
            this.txtcFullName.Name = "txtcFullName";
            this.txtcFullName.ReadOnly = true;
            this.txtcFullName.Size = new System.Drawing.Size(352, 21);
            this.txtcFullName.TabIndex = 61;
            // 
            // label5
            // 
            this.label5.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(477, 48);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(65, 12);
            this.label5.TabIndex = 60;
            this.label5.Text = "产品全称:";
            // 
            // utecInvName
            // 
            this.utecInvName.Anchor = System.Windows.Forms.AnchorStyles.Top;
            appearance1.Image = ((object)(resources.GetObject("appearance1.Image")));
            editorButton1.Appearance = appearance1;
            this.utecInvName.ButtonsRight.Add(editorButton1);
            this.utecInvName.Enabled = false;
            this.utecInvName.Location = new System.Drawing.Point(151, 44);
            this.utecInvName.Name = "utecInvName";
            this.utecInvName.ReadOnly = true;
            this.utecInvName.Size = new System.Drawing.Size(194, 21);
            this.utecInvName.TabIndex = 54;
            this.utecInvName.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.utecInvName_EditorButtonClick);
            // 
            // txtcInvStd
            // 
            this.txtcInvStd.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.txtcInvStd.Enabled = false;
            this.txtcInvStd.Location = new System.Drawing.Point(545, 14);
            this.txtcInvStd.Name = "txtcInvStd";
            this.txtcInvStd.ReadOnly = true;
            this.txtcInvStd.Size = new System.Drawing.Size(355, 21);
            this.txtcInvStd.TabIndex = 49;
            // 
            // label9
            // 
            this.label9.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(477, 18);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(65, 12);
            this.label9.TabIndex = 48;
            this.label9.Text = "产品规格:";
            // 
            // label2
            // 
            this.label2.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(83, 48);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(65, 12);
            this.label2.TabIndex = 29;
            this.label2.Text = "产品名称:";
            // 
            // label1
            // 
            this.label1.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(83, 18);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(65, 12);
            this.label1.TabIndex = 28;
            this.label1.Text = "产品编码:";
            // 
            // txtcInvCode
            // 
            this.txtcInvCode.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.txtcInvCode.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Suggest;
            this.txtcInvCode.AutoSuggestFilterMode = Infragistics.Win.AutoSuggestFilterMode.StartsWith;
            appearance2.BackColor = System.Drawing.SystemColors.Window;
            appearance2.BorderColor = System.Drawing.SystemColors.InactiveCaption;
            this.txtcInvCode.DisplayLayout.Appearance = appearance2;
            ultraGridColumn16.Header.VisiblePosition = 0;
            ultraGridColumn16.Hidden = true;
            ultraGridColumn17.Header.Caption = "编码";
            ultraGridColumn17.Header.VisiblePosition = 1;
            ultraGridColumn18.Header.Caption = "名称";
            ultraGridColumn18.Header.VisiblePosition = 2;
            ultraGridColumn29.Header.Caption = "型号";
            ultraGridColumn29.Header.VisiblePosition = 3;
            ultraGridColumn30.Header.Caption = "全称";
            ultraGridColumn30.Header.VisiblePosition = 4;
            ultraGridColumn31.Header.Caption = "默认仓库";
            ultraGridColumn31.Header.VisiblePosition = 5;
            ultraGridColumn32.Header.Caption = "默认仓位";
            ultraGridColumn32.Header.VisiblePosition = 6;
            ultraGridBand1.Columns.AddRange(new object[] {
            ultraGridColumn16,
            ultraGridColumn17,
            ultraGridColumn18,
            ultraGridColumn29,
            ultraGridColumn30,
            ultraGridColumn31,
            ultraGridColumn32});
            this.txtcInvCode.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
            this.txtcInvCode.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            this.txtcInvCode.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
            appearance3.BackColor = System.Drawing.SystemColors.ActiveBorder;
            appearance3.BackColor2 = System.Drawing.SystemColors.ControlDark;
            appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance3.BorderColor = System.Drawing.SystemColors.Window;
            this.txtcInvCode.DisplayLayout.GroupByBox.Appearance = appearance3;
            appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
            this.txtcInvCode.DisplayLayout.GroupByBox.BandLabelAppearance = appearance4;
            this.txtcInvCode.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            appearance5.BackColor = System.Drawing.SystemColors.ControlLightLight;
            appearance5.BackColor2 = System.Drawing.SystemColors.Control;
            appearance5.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
            appearance5.ForeColor = System.Drawing.SystemColors.GrayText;
            this.txtcInvCode.DisplayLayout.GroupByBox.PromptAppearance = appearance5;
            this.txtcInvCode.DisplayLayout.MaxColScrollRegions = 1;
            this.txtcInvCode.DisplayLayout.MaxRowScrollRegions = 1;
            appearance6.BackColor = System.Drawing.SystemColors.Window;
            appearance6.ForeColor = System.Drawing.SystemColors.ControlText;
            this.txtcInvCode.DisplayLayout.Override.ActiveCellAppearance = appearance6;
            appearance7.BackColor = System.Drawing.SystemColors.Highlight;
            appearance7.ForeColor = System.Drawing.SystemColors.HighlightText;
            this.txtcInvCode.DisplayLayout.Override.ActiveRowAppearance = appearance7;
            this.txtcInvCode.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
            this.txtcInvCode.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
            appearance8.BackColor = System.Drawing.SystemColors.Window;
            this.txtcInvCode.DisplayLayout.Override.CardAreaAppearance = appearance8;
            appearance9.BorderColor = System.Drawing.Color.Silver;
            appearance9.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
            this.txtcInvCode.DisplayLayout.Override.CellAppearance = appearance9;
            this.txtcInvCode.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
            this.txtcInvCode.DisplayLayout.Override.CellPadding = 0;
            appearance10.BackColor = System.Drawing.SystemColors.Control;
            appearance10.BackColor2 = System.Drawing.SystemColors.ControlDark;
            appearance10.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
            appearance10.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
            appearance10.BorderColor = System.Drawing.SystemColors.Window;
            this.txtcInvCode.DisplayLayout.Override.GroupByRowAppearance = appearance10;
            appearance11.TextHAlignAsString = "Left";
            this.txtcInvCode.DisplayLayout.Override.HeaderAppearance = appearance11;
            this.txtcInvCode.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
            this.txtcInvCode.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
            appearance12.BackColor = System.Drawing.SystemColors.Window;
            appearance12.BorderColor = System.Drawing.Color.Silver;
            this.txtcInvCode.DisplayLayout.Override.RowAppearance = appearance12;
            this.txtcInvCode.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
            appearance13.BackColor = System.Drawing.SystemColors.ControlLight;
            this.txtcInvCode.DisplayLayout.Override.TemplateAddRowAppearance = appearance13;
            this.txtcInvCode.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
            this.txtcInvCode.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
            this.txtcInvCode.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
            this.txtcInvCode.DisplayMember = "FNumber";
            this.txtcInvCode.Enabled = false;
            this.txtcInvCode.Location = new System.Drawing.Point(151, 13);
            this.txtcInvCode.Name = "txtcInvCode";
            this.txtcInvCode.Size = new System.Drawing.Size(194, 22);
            this.txtcInvCode.TabIndex = 53;
            this.txtcInvCode.ValueMember = "FNumber";
            this.txtcInvCode.RowSelected += new Infragistics.Win.UltraWinGrid.RowSelectedEventHandler(this.txtcInvCode_RowSelected);
            // 
            // lblTitleMain
            // 
            this.lblTitleMain.AutoSize = true;
            this.lblTitleMain.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lblTitleMain.BackgroundImage")));
            this.lblTitleMain.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.lblTitleMain.CTitle = "产成品BOM管理";
            this.lblTitleMain.Dock = System.Windows.Forms.DockStyle.Top;
            this.lblTitleMain.Location = new System.Drawing.Point(0, 98);
            this.lblTitleMain.Name = "lblTitleMain";
            this.lblTitleMain.Size = new System.Drawing.Size(984, 35);
            this.lblTitleMain.TabIndex = 31;
            // 
            // uGridRawMaterial
            // 
            this.uGridRawMaterial.DataSource = this.bomDetailBindingSource;
            appearance14.BackColor = System.Drawing.Color.White;
            this.uGridRawMaterial.DisplayLayout.Appearance = appearance14;
            ultraGridColumn19.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn19.Header.VisiblePosition = 0;
            ultraGridColumn19.Hidden = true;
            ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn2.Header.VisiblePosition = 1;
            ultraGridColumn2.Hidden = true;
            ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn3.Header.Caption = "子件编码";
            ultraGridColumn3.Header.VisiblePosition = 2;
            ultraGridColumn3.Width = 77;
            ultraGridColumn6.ButtonDisplayStyle = Infragistics.Win.UltraWinGrid.ButtonDisplayStyle.Always;
            ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            appearance15.Image = global::JWMSH.Properties.Resources.keepbusinessrecords;
            ultraGridColumn6.CellButtonAppearance = appearance15;
            ultraGridColumn6.Header.Caption = "子件名称";
            ultraGridColumn6.Header.VisiblePosition = 3;
            ultraGridColumn6.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.EditButton;
            ultraGridColumn6.Width = 132;
            appearance16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            ultraGridColumn1.CellAppearance = appearance16;
            ultraGridColumn1.Header.Caption = "数量";
            ultraGridColumn1.Header.VisiblePosition = 4;
            ultraGridColumn1.MaskInput = "nnnnn.nnnn";
            ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn7.Header.Caption = "计量单位编码";
            ultraGridColumn7.Header.VisiblePosition = 7;
            ultraGridColumn7.Width = 98;
            ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn9.Header.Caption = "计量单位名称";
            ultraGridColumn9.Header.VisiblePosition = 9;
            ultraGridColumn9.Width = 106;
            ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn8.Header.Caption = "子件规格";
            ultraGridColumn8.Header.VisiblePosition = 8;
            ultraGridColumn8.Width = 104;
            ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn4.Header.Caption = "子件全称";
            ultraGridColumn4.Header.VisiblePosition = 6;
            ultraGridColumn4.Width = 223;
            appearance17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            ultraGridColumn28.CellAppearance = appearance17;
            ultraGridColumn28.Header.Caption = "备注";
            ultraGridColumn28.Header.VisiblePosition = 5;
            ultraGridColumn28.Width = 163;
            ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn5.Header.Caption = "添加时间";
            ultraGridColumn5.Header.VisiblePosition = 10;
            ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn10.Header.VisiblePosition = 11;
            ultraGridColumn10.Hidden = true;
            ultraGridBand2.Columns.AddRange(new object[] {
            ultraGridColumn19,
            ultraGridColumn2,
            ultraGridColumn3,
            ultraGridColumn6,
            ultraGridColumn1,
            ultraGridColumn7,
            ultraGridColumn9,
            ultraGridColumn8,
            ultraGridColumn4,
            ultraGridColumn28,
            ultraGridColumn5,
            ultraGridColumn10});
            this.uGridRawMaterial.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
            this.uGridRawMaterial.DisplayLayout.GroupByBox.Prompt = "如需按照某个列进行分类汇总请把列名拖动到此处";
            this.uGridRawMaterial.DisplayLayout.MaxColScrollRegions = 1;
            this.uGridRawMaterial.DisplayLayout.MaxRowScrollRegions = 1;
            appearance18.BackColor = System.Drawing.Color.Transparent;
            this.uGridRawMaterial.DisplayLayout.Override.CardAreaAppearance = appearance18;
            this.uGridRawMaterial.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
            this.uGridRawMaterial.DisplayLayout.Override.CellPadding = 3;
            appearance19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(249)))));
            appearance19.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(167)))), ((int)(((byte)(191)))));
            appearance19.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance19.TextHAlignAsString = "Center";
            appearance19.TextVAlignAsString = "Middle";
            appearance19.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
            this.uGridRawMaterial.DisplayLayout.Override.HeaderAppearance = appearance19;
            this.uGridRawMaterial.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.Select;
            appearance20.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.uGridRawMaterial.DisplayLayout.Override.RowAlternateAppearance = appearance20;
            appearance21.BorderColor = System.Drawing.Color.Black;
            appearance21.TextHAlignAsString = "Right";
            appearance21.TextVAlignAsString = "Middle";
            this.uGridRawMaterial.DisplayLayout.Override.RowAppearance = appearance21;
            appearance22.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(167)))), ((int)(((byte)(191)))));
            appearance22.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(249)))));
            appearance22.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            this.uGridRawMaterial.DisplayLayout.Override.RowSelectorAppearance = appearance22;
            appearance23.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(167)))), ((int)(((byte)(191)))));
            appearance23.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(249)))));
            appearance23.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            this.uGridRawMaterial.DisplayLayout.Override.RowSelectorHeaderAppearance = appearance23;
            this.uGridRawMaterial.DisplayLayout.Override.RowSelectorHeaderStyle = Infragistics.Win.UltraWinGrid.RowSelectorHeaderStyle.ColumnChooserButton;
            this.uGridRawMaterial.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
            this.uGridRawMaterial.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
            this.uGridRawMaterial.DisplayLayout.Override.RowSelectorWidth = 40;
            appearance24.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(167)))), ((int)(((byte)(191)))));
            appearance24.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(249)))));
            appearance24.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance24.BorderColor = System.Drawing.Color.Black;
            appearance24.ForeColor = System.Drawing.Color.Black;
            this.uGridRawMaterial.DisplayLayout.Override.SelectedRowAppearance = appearance24;
            this.uGridRawMaterial.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.None;
            this.uGridRawMaterial.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
            this.uGridRawMaterial.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
            this.uGridRawMaterial.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uGridRawMaterial.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.uGridRawMaterial.Location = new System.Drawing.Point(0, 255);
            this.uGridRawMaterial.Name = "uGridRawMaterial";
            this.uGridRawMaterial.Size = new System.Drawing.Size(984, 307);
            this.uGridRawMaterial.TabIndex = 33;
            this.uGridRawMaterial.UpdateMode = Infragistics.Win.UltraWinGrid.UpdateMode.OnCellChangeOrLostFocus;
            this.uGridRawMaterial.ClickCellButton += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.uGridRawMaterial_ClickCellButton);
            // 
            // bomDetailBindingSource
            // 
            this.bomDetailBindingSource.DataMember = "BomDetail";
            this.bomDetailBindingSource.DataSource = this.dataInventory;
            // 
            // dataInventory
            // 
            this.dataInventory.DataSetName = "DataInventory";
            this.dataInventory.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // bomDetailTableAdapter
            // 
            this.bomDetailTableAdapter.ClearBeforeFill = true;
            // 
            // biExcelLoad
            // 
            this.biExcelLoad.Caption = "Excel导入";
            this.biExcelLoad.Id = 81;
            this.biExcelLoad.LargeImageIndex = 1;
            this.biExcelLoad.Name = "biExcelLoad";
            this.biExcelLoad.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.biExcelLoad_ItemClick);
            // 
            // rpgExcelLoad
            // 
            this.rpgExcelLoad.ItemLinks.Add(this.biExcelLoad);
            this.rpgExcelLoad.Name = "rpgExcelLoad";
            this.rpgExcelLoad.Text = "批量导入";
            // 
            // ofdMain
            // 
            this.ofdMain.FileName = "openFileDialog1";
            this.ofdMain.Filter = " Excel文件|*.xls";
            // 
            // WorkTrackBom
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(984, 562);
            this.Controls.Add(this.uGridRawMaterial);
            this.Controls.Add(this.ugbxMain);
            this.Controls.Add(this.lblTitleMain);
            this.Controls.Add(this.ribbon);
            this.Icon = global::JWMSH.Properties.Resources.scanicon;
            this.Name = "WorkTrackBom";
            this.Text = "产成品BOM管理";
            this.Load += new System.EventHandler(this.WorkTrackBom_Load);
            ((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.imageCollection2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ugbxMain)).EndInit();
            this.ugbxMain.ResumeLayout(false);
            this.ugbxMain.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.utecInvName)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtcInvCode)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uGridRawMaterial)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bomDetailBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataInventory)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Esempio n. 49
0
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton("LAST");
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinEditors.EditorButton editorButton2 = new Infragistics.Win.UltraWinEditors.EditorButton("LAST");
            Infragistics.Win.UltraWinEditors.EditorButton editorButton3 = new Infragistics.Win.UltraWinEditors.EditorButton("INIT");
            Infragistics.Win.UltraWinEditors.EditorButton editorButton4 = new Infragistics.Win.UltraWinEditors.EditorButton("LAST");
            this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
            this.cbx_BatchNo = new System.Windows.Forms.CheckBox();
            this.label2 = new System.Windows.Forms.Label();
            this.Edt_Length = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.label1 = new System.Windows.Forms.Label();
            this.Edt_Spec = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.label3 = new System.Windows.Forms.Label();
            this.Edt_BatchNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.Edt_OrderNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.btnCancel = new System.Windows.Forms.Button();
            this.btnOK = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
            this.ultraGroupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.Edt_Length)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Edt_Spec)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Edt_BatchNo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Edt_OrderNo)).BeginInit();
            this.SuspendLayout();
            // 
            // ultraGroupBox1
            // 
            this.ultraGroupBox1.BorderStyle = Infragistics.Win.Misc.GroupBoxBorderStyle.Parallel3D;
            this.ultraGroupBox1.Controls.Add(this.cbx_BatchNo);
            this.ultraGroupBox1.Controls.Add(this.label2);
            this.ultraGroupBox1.Controls.Add(this.Edt_Length);
            this.ultraGroupBox1.Controls.Add(this.label1);
            this.ultraGroupBox1.Controls.Add(this.Edt_Spec);
            this.ultraGroupBox1.Controls.Add(this.label3);
            this.ultraGroupBox1.Controls.Add(this.Edt_BatchNo);
            this.ultraGroupBox1.Controls.Add(this.Edt_OrderNo);
            this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
            this.ultraGroupBox1.Name = "ultraGroupBox1";
            this.ultraGroupBox1.Size = new System.Drawing.Size(438, 85);
            this.ultraGroupBox1.TabIndex = 0;
            // 
            // cbx_BatchNo
            // 
            this.cbx_BatchNo.AutoSize = true;
            this.cbx_BatchNo.Location = new System.Drawing.Point(13, 21);
            this.cbx_BatchNo.Name = "cbx_BatchNo";
            this.cbx_BatchNo.Size = new System.Drawing.Size(97, 16);
            this.cbx_BatchNo.TabIndex = 0;
            this.cbx_BatchNo.Text = "指定轧制编号";
            this.cbx_BatchNo.UseVisualStyleBackColor = true;
            this.cbx_BatchNo.CheckedChanged += new System.EventHandler(this.cbx_BatchNo_CheckedChanged);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.BackColor = System.Drawing.Color.Transparent;
            this.label2.Location = new System.Drawing.Point(41, 53);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(65, 12);
            this.label2.TabIndex = 0;
            this.label2.Text = "生产订单号";
            this.label2.Visible = false;
            // 
            // Edt_Length
            // 
            appearance1.TextVAlignAsString = "Middle";
            this.Edt_Length.Appearance = appearance1;
            editorButton1.Key = "LAST";
            this.Edt_Length.ButtonsRight.Add(editorButton1);
            this.Edt_Length.Location = new System.Drawing.Point(332, 49);
            this.Edt_Length.MaxLength = 8;
            this.Edt_Length.Name = "Edt_Length";
            this.Edt_Length.Size = new System.Drawing.Size(80, 21);
            this.Edt_Length.TabIndex = 4;
            this.Edt_Length.Text = "11";
            this.Edt_Length.Visible = false;
            this.Edt_Length.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.Edt_Length_EditorButtonClick);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.label1.Location = new System.Drawing.Point(276, 53);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(53, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "定尺长度";
            this.label1.Visible = false;
            // 
            // Edt_Spec
            // 
            appearance2.TextVAlignAsString = "Middle";
            this.Edt_Spec.Appearance = appearance2;
            editorButton2.Key = "LAST";
            this.Edt_Spec.ButtonsRight.Add(editorButton2);
            this.Edt_Spec.Location = new System.Drawing.Point(332, 19);
            this.Edt_Spec.MaxLength = 10;
            this.Edt_Spec.Name = "Edt_Spec";
            this.Edt_Spec.Size = new System.Drawing.Size(80, 21);
            this.Edt_Spec.TabIndex = 3;
            this.Edt_Spec.Text = "11";
            this.Edt_Spec.Visible = false;
            this.Edt_Spec.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.Edt_Spec_EditorButtonClick);
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.BackColor = System.Drawing.Color.Transparent;
            this.label3.Location = new System.Drawing.Point(276, 23);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(53, 12);
            this.label3.TabIndex = 0;
            this.label3.Text = "轧制规格";
            this.label3.Visible = false;
            // 
            // Edt_BatchNo
            // 
            editorButton3.Key = "INIT";
            this.Edt_BatchNo.ButtonsRight.Add(editorButton3);
            this.Edt_BatchNo.Enabled = false;
            this.Edt_BatchNo.Location = new System.Drawing.Point(112, 19);
            this.Edt_BatchNo.MaxLength = 8;
            this.Edt_BatchNo.Name = "Edt_BatchNo";
            this.Edt_BatchNo.Size = new System.Drawing.Size(136, 21);
            this.Edt_BatchNo.TabIndex = 1;
            this.Edt_BatchNo.Text = "自动";
            this.Edt_BatchNo.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.Edt_BatchNo_EditorButtonClick);
            // 
            // Edt_OrderNo
            // 
            editorButton4.Key = "LAST";
            this.Edt_OrderNo.ButtonsRight.Add(editorButton4);
            this.Edt_OrderNo.Location = new System.Drawing.Point(112, 49);
            this.Edt_OrderNo.MaxLength = 12;
            this.Edt_OrderNo.Name = "Edt_OrderNo";
            this.Edt_OrderNo.Size = new System.Drawing.Size(136, 21);
            this.Edt_OrderNo.TabIndex = 2;
            this.Edt_OrderNo.Text = "11";
            this.Edt_OrderNo.Visible = false;
            this.Edt_OrderNo.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.Edt_OrderNo_EditorButtonClick);
            // 
            // btnCancel
            // 
            this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btnCancel.Location = new System.Drawing.Point(337, 100);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(75, 23);
            this.btnCancel.TabIndex = 2;
            this.btnCancel.Text = "取消(&C)";
            this.btnCancel.UseVisualStyleBackColor = true;
            // 
            // btnOK
            // 
            this.btnOK.Location = new System.Drawing.Point(251, 100);
            this.btnOK.Name = "btnOK";
            this.btnOK.Size = new System.Drawing.Size(75, 23);
            this.btnOK.TabIndex = 1;
            this.btnOK.Text = "确认(&O)";
            this.btnOK.UseVisualStyleBackColor = true;
            this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
            // 
            // frmSetSpec
            // 
            this.AcceptButton = this.btnOK;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.Control;
            this.CancelButton = this.btnCancel;
            this.ClientSize = new System.Drawing.Size(438, 135);
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.btnOK);
            this.Controls.Add(this.ultraGroupBox1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "frmSetSpec";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
            this.Text = "轧制信息";
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
            this.ultraGroupBox1.ResumeLayout(false);
            this.ultraGroupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.Edt_Length)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Edt_Spec)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Edt_BatchNo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Edt_OrderNo)).EndInit();
            this.ResumeLayout(false);

        }
Esempio n. 50
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();
     System.ComponentModel.ComponentResourceManager resources     = new System.ComponentModel.ComponentResourceManager(typeof(WorkTrackBom));
     Infragistics.Win.UltraWinEditors.EditorButton  editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
     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("Band 0", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FItemID");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FNumber");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FName");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FModel");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FFullName");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FDefaultLoc");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FSPID");
     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.UltraWinGrid.UltraGridBand   ultraGridBand2    = new Infragistics.Win.UltraWinGrid.UltraGridBand("BomDetail", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AutoID");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BomID");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("cInvCode");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("cInvName");
     Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("iQuantity");
     Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("cUnitID");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("cUnitName");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("cInvStd");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("cFullName");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("cMemo");
     Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("dAddTime");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("cFitemID");
     Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
     this.ribbon           = new DevExpress.XtraBars.Ribbon.RibbonControl();
     this.imageCollection1 = new DevExpress.Utils.ImageCollection(this.components);
     this.biExport         = new DevExpress.XtraBars.BarButtonItem();
     this.biSave           = new DevExpress.XtraBars.BarButtonItem();
     this.biAddNew         = new DevExpress.XtraBars.BarButtonItem();
     this.biExit           = new DevExpress.XtraBars.BarButtonItem();
     this.biEdit           = new DevExpress.XtraBars.BarButtonItem();
     this.biDelete         = new DevExpress.XtraBars.BarButtonItem();
     this.biGiveup         = new DevExpress.XtraBars.BarButtonItem();
     this.imageCollection2 = new DevExpress.Utils.ImageCollection(this.components);
     this.ribbonPage       = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.rpgSystem        = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.rpgExport        = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.rpgNew           = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ugbxMain         = new Infragistics.Win.Misc.UltraGroupBox();
     this.txtcMemo         = new System.Windows.Forms.TextBox();
     this.备注                     = new System.Windows.Forms.Label();
     this.txtcFullName           = new System.Windows.Forms.TextBox();
     this.label5                 = new System.Windows.Forms.Label();
     this.utecInvName            = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.txtcInvStd             = new System.Windows.Forms.TextBox();
     this.label9                 = new System.Windows.Forms.Label();
     this.label2                 = new System.Windows.Forms.Label();
     this.label1                 = new System.Windows.Forms.Label();
     this.txtcInvCode            = new Infragistics.Win.UltraWinGrid.UltraCombo();
     this.lblTitleMain           = new JWMSH.UpjdControl.lblTitle();
     this.uGridRawMaterial       = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.bomDetailBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.dataInventory          = new JWMSH.DLL.DataInventory();
     this.bomDetailTableAdapter  = new JWMSH.DLL.DataInventoryTableAdapters.BomDetailTableAdapter();
     this.biExcelLoad            = new DevExpress.XtraBars.BarButtonItem();
     this.rpgExcelLoad           = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ofdMain                = new System.Windows.Forms.OpenFileDialog();
     ((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageCollection2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ugbxMain)).BeginInit();
     this.ugbxMain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.utecInvName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtcInvCode)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uGridRawMaterial)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bomDetailBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataInventory)).BeginInit();
     this.SuspendLayout();
     //
     // ribbon
     //
     this.ribbon.ExpandCollapseItem.Id   = 0;
     this.ribbon.ExpandCollapseItem.Name = "";
     this.ribbon.Images = this.imageCollection1;
     this.ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.ribbon.ExpandCollapseItem,
         this.biExport,
         this.biSave,
         this.biAddNew,
         this.biExit,
         this.biEdit,
         this.biDelete,
         this.biGiveup,
         this.biExcelLoad
     });
     this.ribbon.LargeImages = this.imageCollection2;
     this.ribbon.Location    = new System.Drawing.Point(0, 0);
     this.ribbon.MaxItemId   = 82;
     this.ribbon.Name        = "ribbon";
     this.ribbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
         this.ribbonPage
     });
     this.ribbon.RibbonStyle           = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2010;
     this.ribbon.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False;
     this.ribbon.ShowCategoryInCaption = false;
     this.ribbon.ShowPageHeadersMode   = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide;
     this.ribbon.Size            = new System.Drawing.Size(984, 98);
     this.ribbon.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden;
     //
     // imageCollection1
     //
     this.imageCollection1.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection1.ImageStream")));
     this.imageCollection1.InsertImage(global::JWMSH.Properties.Resources.design, "design", typeof(global::JWMSH.Properties.Resources), 0);
     this.imageCollection1.Images.SetKeyName(0, "design");
     this.imageCollection1.InsertImage(global::JWMSH.Properties.Resources.preview, "preview", typeof(global::JWMSH.Properties.Resources), 1);
     this.imageCollection1.Images.SetKeyName(1, "preview");
     this.imageCollection1.InsertImage(global::JWMSH.Properties.Resources.print, "print", typeof(global::JWMSH.Properties.Resources), 2);
     this.imageCollection1.Images.SetKeyName(2, "print");
     //
     // biExport
     //
     this.biExport.Caption         = "输出";
     this.biExport.Id              = 3;
     this.biExport.LargeImageIndex = 5;
     this.biExport.Name            = "biExport";
     this.biExport.RibbonStyle     = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
     this.biExport.ItemClick      += new DevExpress.XtraBars.ItemClickEventHandler(this.biExport_ItemClick);
     //
     // biSave
     //
     this.biSave.Caption         = "保存";
     this.biSave.Enabled         = false;
     this.biSave.Id              = 46;
     this.biSave.LargeImageIndex = 8;
     this.biSave.Name            = "biSave";
     this.biSave.RibbonStyle     = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
     this.biSave.ItemClick      += new DevExpress.XtraBars.ItemClickEventHandler(this.biSave_ItemClick);
     //
     // biAddNew
     //
     this.biAddNew.Caption         = "新增";
     this.biAddNew.Id              = 58;
     this.biAddNew.LargeImageIndex = 1;
     this.biAddNew.Name            = "biAddNew";
     this.biAddNew.RibbonStyle     = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
     this.biAddNew.ItemClick      += new DevExpress.XtraBars.ItemClickEventHandler(this.biAddNew_ItemClick);
     //
     // biExit
     //
     this.biExit.Caption         = "退出";
     this.biExit.Id              = 62;
     this.biExit.LargeImageIndex = 4;
     this.biExit.Name            = "biExit";
     this.biExit.ItemClick      += new DevExpress.XtraBars.ItemClickEventHandler(this.biExit_ItemClick);
     //
     // biEdit
     //
     this.biEdit.Caption         = "修改";
     this.biEdit.Id              = 67;
     this.biEdit.LargeImageIndex = 2;
     this.biEdit.Name            = "biEdit";
     this.biEdit.ItemClick      += new DevExpress.XtraBars.ItemClickEventHandler(this.biEdit_ItemClick);
     //
     // biDelete
     //
     this.biDelete.Caption         = "删除";
     this.biDelete.Id              = 68;
     this.biDelete.LargeImageIndex = 9;
     this.biDelete.Name            = "biDelete";
     this.biDelete.ItemClick      += new DevExpress.XtraBars.ItemClickEventHandler(this.biDelete_ItemClick);
     //
     // biGiveup
     //
     this.biGiveup.Caption         = "放弃";
     this.biGiveup.Enabled         = false;
     this.biGiveup.Id              = 73;
     this.biGiveup.LargeImageIndex = 6;
     this.biGiveup.Name            = "biGiveup";
     this.biGiveup.RibbonStyle     = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
     this.biGiveup.ItemClick      += new DevExpress.XtraBars.ItemClickEventHandler(this.biGiveup_ItemClick);
     //
     // imageCollection2
     //
     this.imageCollection2.ImageSize   = new System.Drawing.Size(32, 32);
     this.imageCollection2.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection2.ImageStream")));
     this.imageCollection2.InsertImage(global::JWMSH.Properties.Resources.abandon, "abandon", typeof(global::JWMSH.Properties.Resources), 0);
     this.imageCollection2.Images.SetKeyName(0, "abandon");
     this.imageCollection2.InsertImage(global::JWMSH.Properties.Resources.add, "add", typeof(global::JWMSH.Properties.Resources), 1);
     this.imageCollection2.Images.SetKeyName(1, "add");
     this.imageCollection2.InsertImage(global::JWMSH.Properties.Resources.edit, "edit", typeof(global::JWMSH.Properties.Resources), 2);
     this.imageCollection2.Images.SetKeyName(2, "edit");
     this.imageCollection2.InsertImage(global::JWMSH.Properties.Resources.examin, "examin", typeof(global::JWMSH.Properties.Resources), 3);
     this.imageCollection2.Images.SetKeyName(3, "examin");
     this.imageCollection2.InsertImage(global::JWMSH.Properties.Resources.exit, "exit", typeof(global::JWMSH.Properties.Resources), 4);
     this.imageCollection2.Images.SetKeyName(4, "exit");
     this.imageCollection2.InsertImage(global::JWMSH.Properties.Resources.ExportDialog, "ExportDialog", typeof(global::JWMSH.Properties.Resources), 5);
     this.imageCollection2.Images.SetKeyName(5, "ExportDialog");
     this.imageCollection2.InsertImage(global::JWMSH.Properties.Resources.giveup, "giveup", typeof(global::JWMSH.Properties.Resources), 6);
     this.imageCollection2.Images.SetKeyName(6, "giveup");
     this.imageCollection2.InsertImage(global::JWMSH.Properties.Resources.printDialog, "printDialog", typeof(global::JWMSH.Properties.Resources), 7);
     this.imageCollection2.Images.SetKeyName(7, "printDialog");
     this.imageCollection2.InsertImage(global::JWMSH.Properties.Resources.save, "save", typeof(global::JWMSH.Properties.Resources), 8);
     this.imageCollection2.Images.SetKeyName(8, "save");
     this.imageCollection2.InsertImage(global::JWMSH.Properties.Resources.delete1, "delete1", typeof(global::JWMSH.Properties.Resources), 9);
     this.imageCollection2.Images.SetKeyName(9, "delete1");
     //
     // ribbonPage
     //
     this.ribbonPage.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.rpgSystem,
         this.rpgExport,
         this.rpgNew,
         this.rpgExcelLoad
     });
     this.ribbonPage.Name = "ribbonPage";
     this.ribbonPage.Text = "菜单选项";
     //
     // rpgSystem
     //
     this.rpgSystem.ItemLinks.Add(this.biExit);
     this.rpgSystem.Name = "rpgSystem";
     this.rpgSystem.ShowCaptionButton = false;
     this.rpgSystem.Text = "系统";
     //
     // rpgExport
     //
     this.rpgExport.ItemLinks.Add(this.biExport);
     this.rpgExport.Name = "rpgExport";
     this.rpgExport.ShowCaptionButton = false;
     this.rpgExport.Text = "处理";
     //
     // rpgNew
     //
     this.rpgNew.ItemLinks.Add(this.biAddNew);
     this.rpgNew.ItemLinks.Add(this.biEdit);
     this.rpgNew.ItemLinks.Add(this.biGiveup);
     this.rpgNew.ItemLinks.Add(this.biSave);
     this.rpgNew.ItemLinks.Add(this.biDelete);
     this.rpgNew.Name = "rpgNew";
     this.rpgNew.ShowCaptionButton = false;
     this.rpgNew.Text = "操作";
     //
     // ugbxMain
     //
     this.ugbxMain.Controls.Add(this.txtcMemo);
     this.ugbxMain.Controls.Add(this.备注);
     this.ugbxMain.Controls.Add(this.txtcFullName);
     this.ugbxMain.Controls.Add(this.label5);
     this.ugbxMain.Controls.Add(this.utecInvName);
     this.ugbxMain.Controls.Add(this.txtcInvStd);
     this.ugbxMain.Controls.Add(this.label9);
     this.ugbxMain.Controls.Add(this.label2);
     this.ugbxMain.Controls.Add(this.label1);
     this.ugbxMain.Controls.Add(this.txtcInvCode);
     this.ugbxMain.Dock     = System.Windows.Forms.DockStyle.Top;
     this.ugbxMain.Location = new System.Drawing.Point(0, 133);
     this.ugbxMain.Name     = "ugbxMain";
     this.ugbxMain.Size     = new System.Drawing.Size(984, 122);
     this.ugbxMain.TabIndex = 32;
     //
     // txtcMemo
     //
     this.txtcMemo.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.txtcMemo.Enabled  = false;
     this.txtcMemo.Location = new System.Drawing.Point(151, 78);
     this.txtcMemo.Name     = "txtcMemo";
     this.txtcMemo.Size     = new System.Drawing.Size(751, 21);
     this.txtcMemo.TabIndex = 69;
     //
     // 备注
     //
     this.备注.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.备注.AutoSize = true;
     this.备注.Location = new System.Drawing.Point(107, 82);
     this.备注.Name     = "备注";
     this.备注.Size     = new System.Drawing.Size(41, 12);
     this.备注.TabIndex = 68;
     this.备注.Text     = "备注:";
     //
     // txtcFullName
     //
     this.txtcFullName.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.txtcFullName.Enabled  = false;
     this.txtcFullName.Location = new System.Drawing.Point(548, 44);
     this.txtcFullName.Name     = "txtcFullName";
     this.txtcFullName.ReadOnly = true;
     this.txtcFullName.Size     = new System.Drawing.Size(352, 21);
     this.txtcFullName.TabIndex = 61;
     //
     // label5
     //
     this.label5.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(477, 48);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(65, 12);
     this.label5.TabIndex = 60;
     this.label5.Text     = "产品全称:";
     //
     // utecInvName
     //
     this.utecInvName.Anchor  = System.Windows.Forms.AnchorStyles.Top;
     appearance1.Image        = ((object)(resources.GetObject("appearance1.Image")));
     editorButton1.Appearance = appearance1;
     this.utecInvName.ButtonsRight.Add(editorButton1);
     this.utecInvName.Enabled            = false;
     this.utecInvName.Location           = new System.Drawing.Point(151, 44);
     this.utecInvName.Name               = "utecInvName";
     this.utecInvName.ReadOnly           = true;
     this.utecInvName.Size               = new System.Drawing.Size(194, 21);
     this.utecInvName.TabIndex           = 54;
     this.utecInvName.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.utecInvName_EditorButtonClick);
     //
     // txtcInvStd
     //
     this.txtcInvStd.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.txtcInvStd.Enabled  = false;
     this.txtcInvStd.Location = new System.Drawing.Point(545, 14);
     this.txtcInvStd.Name     = "txtcInvStd";
     this.txtcInvStd.ReadOnly = true;
     this.txtcInvStd.Size     = new System.Drawing.Size(355, 21);
     this.txtcInvStd.TabIndex = 49;
     //
     // label9
     //
     this.label9.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(477, 18);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(65, 12);
     this.label9.TabIndex = 48;
     this.label9.Text     = "产品规格:";
     //
     // label2
     //
     this.label2.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(83, 48);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(65, 12);
     this.label2.TabIndex = 29;
     this.label2.Text     = "产品名称:";
     //
     // label1
     //
     this.label1.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(83, 18);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(65, 12);
     this.label1.TabIndex = 28;
     this.label1.Text     = "产品编码:";
     //
     // txtcInvCode
     //
     this.txtcInvCode.Anchor                = System.Windows.Forms.AnchorStyles.Top;
     this.txtcInvCode.AutoCompleteMode      = Infragistics.Win.AutoCompleteMode.Suggest;
     this.txtcInvCode.AutoSuggestFilterMode = Infragistics.Win.AutoSuggestFilterMode.StartsWith;
     appearance2.BackColor   = System.Drawing.SystemColors.Window;
     appearance2.BorderColor = System.Drawing.SystemColors.InactiveCaption;
     this.txtcInvCode.DisplayLayout.Appearance = appearance2;
     ultraGridColumn16.Header.VisiblePosition  = 0;
     ultraGridColumn16.Hidden                 = true;
     ultraGridColumn17.Header.Caption         = "编码";
     ultraGridColumn17.Header.VisiblePosition = 1;
     ultraGridColumn18.Header.Caption         = "名称";
     ultraGridColumn18.Header.VisiblePosition = 2;
     ultraGridColumn29.Header.Caption         = "型号";
     ultraGridColumn29.Header.VisiblePosition = 3;
     ultraGridColumn30.Header.Caption         = "全称";
     ultraGridColumn30.Header.VisiblePosition = 4;
     ultraGridColumn31.Header.Caption         = "默认仓库";
     ultraGridColumn31.Header.VisiblePosition = 5;
     ultraGridColumn32.Header.Caption         = "默认仓位";
     ultraGridColumn32.Header.VisiblePosition = 6;
     ultraGridBand1.Columns.AddRange(new object[] {
         ultraGridColumn16,
         ultraGridColumn17,
         ultraGridColumn18,
         ultraGridColumn29,
         ultraGridColumn30,
         ultraGridColumn31,
         ultraGridColumn32
     });
     this.txtcInvCode.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.txtcInvCode.DisplayLayout.BorderStyle    = Infragistics.Win.UIElementBorderStyle.Solid;
     this.txtcInvCode.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
     appearance3.BackColor         = System.Drawing.SystemColors.ActiveBorder;
     appearance3.BackColor2        = System.Drawing.SystemColors.ControlDark;
     appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance3.BorderColor       = System.Drawing.SystemColors.Window;
     this.txtcInvCode.DisplayLayout.GroupByBox.Appearance = appearance3;
     appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
     this.txtcInvCode.DisplayLayout.GroupByBox.BandLabelAppearance = appearance4;
     this.txtcInvCode.DisplayLayout.GroupByBox.BorderStyle         = Infragistics.Win.UIElementBorderStyle.Solid;
     appearance5.BackColor         = System.Drawing.SystemColors.ControlLightLight;
     appearance5.BackColor2        = System.Drawing.SystemColors.Control;
     appearance5.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
     appearance5.ForeColor         = System.Drawing.SystemColors.GrayText;
     this.txtcInvCode.DisplayLayout.GroupByBox.PromptAppearance = appearance5;
     this.txtcInvCode.DisplayLayout.MaxColScrollRegions         = 1;
     this.txtcInvCode.DisplayLayout.MaxRowScrollRegions         = 1;
     appearance6.BackColor = System.Drawing.SystemColors.Window;
     appearance6.ForeColor = System.Drawing.SystemColors.ControlText;
     this.txtcInvCode.DisplayLayout.Override.ActiveCellAppearance = appearance6;
     appearance7.BackColor = System.Drawing.SystemColors.Highlight;
     appearance7.ForeColor = System.Drawing.SystemColors.HighlightText;
     this.txtcInvCode.DisplayLayout.Override.ActiveRowAppearance = appearance7;
     this.txtcInvCode.DisplayLayout.Override.BorderStyleCell     = Infragistics.Win.UIElementBorderStyle.Dotted;
     this.txtcInvCode.DisplayLayout.Override.BorderStyleRow      = Infragistics.Win.UIElementBorderStyle.Dotted;
     appearance8.BackColor = System.Drawing.SystemColors.Window;
     this.txtcInvCode.DisplayLayout.Override.CardAreaAppearance = appearance8;
     appearance9.BorderColor  = System.Drawing.Color.Silver;
     appearance9.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
     this.txtcInvCode.DisplayLayout.Override.CellAppearance  = appearance9;
     this.txtcInvCode.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.txtcInvCode.DisplayLayout.Override.CellPadding     = 0;
     appearance10.BackColor             = System.Drawing.SystemColors.Control;
     appearance10.BackColor2            = System.Drawing.SystemColors.ControlDark;
     appearance10.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
     appearance10.BackGradientStyle     = Infragistics.Win.GradientStyle.Horizontal;
     appearance10.BorderColor           = System.Drawing.SystemColors.Window;
     this.txtcInvCode.DisplayLayout.Override.GroupByRowAppearance = appearance10;
     appearance11.TextHAlignAsString = "Left";
     this.txtcInvCode.DisplayLayout.Override.HeaderAppearance  = appearance11;
     this.txtcInvCode.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.txtcInvCode.DisplayLayout.Override.HeaderStyle       = Infragistics.Win.HeaderStyle.WindowsXPCommand;
     appearance12.BackColor   = System.Drawing.SystemColors.Window;
     appearance12.BorderColor = System.Drawing.Color.Silver;
     this.txtcInvCode.DisplayLayout.Override.RowAppearance = appearance12;
     this.txtcInvCode.DisplayLayout.Override.RowSelectors  = Infragistics.Win.DefaultableBoolean.False;
     appearance13.BackColor = System.Drawing.SystemColors.ControlLight;
     this.txtcInvCode.DisplayLayout.Override.TemplateAddRowAppearance = appearance13;
     this.txtcInvCode.DisplayLayout.ScrollBounds  = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.txtcInvCode.DisplayLayout.ScrollStyle   = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.txtcInvCode.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
     this.txtcInvCode.DisplayMember = "FNumber";
     this.txtcInvCode.Enabled       = false;
     this.txtcInvCode.Location      = new System.Drawing.Point(151, 13);
     this.txtcInvCode.Name          = "txtcInvCode";
     this.txtcInvCode.Size          = new System.Drawing.Size(194, 22);
     this.txtcInvCode.TabIndex      = 53;
     this.txtcInvCode.ValueMember   = "FNumber";
     this.txtcInvCode.RowSelected  += new Infragistics.Win.UltraWinGrid.RowSelectedEventHandler(this.txtcInvCode_RowSelected);
     //
     // lblTitleMain
     //
     this.lblTitleMain.AutoSize              = true;
     this.lblTitleMain.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("lblTitleMain.BackgroundImage")));
     this.lblTitleMain.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.lblTitleMain.CTitle   = "产成品BOM管理";
     this.lblTitleMain.Dock     = System.Windows.Forms.DockStyle.Top;
     this.lblTitleMain.Location = new System.Drawing.Point(0, 98);
     this.lblTitleMain.Name     = "lblTitleMain";
     this.lblTitleMain.Size     = new System.Drawing.Size(984, 35);
     this.lblTitleMain.TabIndex = 31;
     //
     // uGridRawMaterial
     //
     this.uGridRawMaterial.DataSource = this.bomDetailBindingSource;
     appearance14.BackColor           = System.Drawing.Color.White;
     this.uGridRawMaterial.DisplayLayout.Appearance = appearance14;
     ultraGridColumn19.CellActivation         = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn19.Header.VisiblePosition = 0;
     ultraGridColumn19.Hidden                = true;
     ultraGridColumn2.CellActivation         = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn2.Header.VisiblePosition = 1;
     ultraGridColumn2.Hidden                 = true;
     ultraGridColumn3.CellActivation         = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn3.Header.Caption         = "子件编码";
     ultraGridColumn3.Header.VisiblePosition = 2;
     ultraGridColumn3.Width = 77;
     ultraGridColumn6.ButtonDisplayStyle = Infragistics.Win.UltraWinGrid.ButtonDisplayStyle.Always;
     ultraGridColumn6.CellActivation     = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     appearance15.Image = global::JWMSH.Properties.Resources.keepbusinessrecords;
     ultraGridColumn6.CellButtonAppearance   = appearance15;
     ultraGridColumn6.Header.Caption         = "子件名称";
     ultraGridColumn6.Header.VisiblePosition = 3;
     ultraGridColumn6.Style                   = Infragistics.Win.UltraWinGrid.ColumnStyle.EditButton;
     ultraGridColumn6.Width                   = 132;
     appearance16.BackColor                   = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     ultraGridColumn1.CellAppearance          = appearance16;
     ultraGridColumn1.Header.Caption          = "数量";
     ultraGridColumn1.Header.VisiblePosition  = 4;
     ultraGridColumn1.MaskInput               = "nnnnn.nnnn";
     ultraGridColumn7.CellActivation          = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn7.Header.Caption          = "计量单位编码";
     ultraGridColumn7.Header.VisiblePosition  = 7;
     ultraGridColumn7.Width                   = 98;
     ultraGridColumn9.CellActivation          = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn9.Header.Caption          = "计量单位名称";
     ultraGridColumn9.Header.VisiblePosition  = 9;
     ultraGridColumn9.Width                   = 106;
     ultraGridColumn8.CellActivation          = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn8.Header.Caption          = "子件规格";
     ultraGridColumn8.Header.VisiblePosition  = 8;
     ultraGridColumn8.Width                   = 104;
     ultraGridColumn4.CellActivation          = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn4.Header.Caption          = "子件全称";
     ultraGridColumn4.Header.VisiblePosition  = 6;
     ultraGridColumn4.Width                   = 223;
     appearance17.BackColor                   = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     ultraGridColumn28.CellAppearance         = appearance17;
     ultraGridColumn28.Header.Caption         = "备注";
     ultraGridColumn28.Header.VisiblePosition = 5;
     ultraGridColumn28.Width                  = 163;
     ultraGridColumn5.CellActivation          = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn5.Header.Caption          = "添加时间";
     ultraGridColumn5.Header.VisiblePosition  = 10;
     ultraGridColumn10.CellActivation         = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn10.Header.VisiblePosition = 11;
     ultraGridColumn10.Hidden                 = true;
     ultraGridBand2.Columns.AddRange(new object[] {
         ultraGridColumn19,
         ultraGridColumn2,
         ultraGridColumn3,
         ultraGridColumn6,
         ultraGridColumn1,
         ultraGridColumn7,
         ultraGridColumn9,
         ultraGridColumn8,
         ultraGridColumn4,
         ultraGridColumn28,
         ultraGridColumn5,
         ultraGridColumn10
     });
     this.uGridRawMaterial.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
     this.uGridRawMaterial.DisplayLayout.GroupByBox.Prompt   = "如需按照某个列进行分类汇总请把列名拖动到此处";
     this.uGridRawMaterial.DisplayLayout.MaxColScrollRegions = 1;
     this.uGridRawMaterial.DisplayLayout.MaxRowScrollRegions = 1;
     appearance18.BackColor = System.Drawing.Color.Transparent;
     this.uGridRawMaterial.DisplayLayout.Override.CardAreaAppearance = appearance18;
     this.uGridRawMaterial.DisplayLayout.Override.CellClickAction    = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.uGridRawMaterial.DisplayLayout.Override.CellPadding        = 3;
     appearance19.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(249)))));
     appearance19.BackColor2         = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(167)))), ((int)(((byte)(191)))));
     appearance19.BackGradientStyle  = Infragistics.Win.GradientStyle.Vertical;
     appearance19.TextHAlignAsString = "Center";
     appearance19.TextVAlignAsString = "Middle";
     appearance19.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.uGridRawMaterial.DisplayLayout.Override.HeaderAppearance  = appearance19;
     this.uGridRawMaterial.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.Select;
     appearance20.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.uGridRawMaterial.DisplayLayout.Override.RowAlternateAppearance = appearance20;
     appearance21.BorderColor        = System.Drawing.Color.Black;
     appearance21.TextHAlignAsString = "Right";
     appearance21.TextVAlignAsString = "Middle";
     this.uGridRawMaterial.DisplayLayout.Override.RowAppearance = appearance21;
     appearance22.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(167)))), ((int)(((byte)(191)))));
     appearance22.BackColor2        = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(249)))));
     appearance22.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     this.uGridRawMaterial.DisplayLayout.Override.RowSelectorAppearance = appearance22;
     appearance23.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(167)))), ((int)(((byte)(191)))));
     appearance23.BackColor2        = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(249)))));
     appearance23.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     this.uGridRawMaterial.DisplayLayout.Override.RowSelectorHeaderAppearance = appearance23;
     this.uGridRawMaterial.DisplayLayout.Override.RowSelectorHeaderStyle      = Infragistics.Win.UltraWinGrid.RowSelectorHeaderStyle.ColumnChooserButton;
     this.uGridRawMaterial.DisplayLayout.Override.RowSelectorNumberStyle      = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
     this.uGridRawMaterial.DisplayLayout.Override.RowSelectors     = Infragistics.Win.DefaultableBoolean.True;
     this.uGridRawMaterial.DisplayLayout.Override.RowSelectorWidth = 40;
     appearance24.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(167)))), ((int)(((byte)(191)))));
     appearance24.BackColor2        = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(249)))));
     appearance24.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance24.BorderColor       = System.Drawing.Color.Black;
     appearance24.ForeColor         = System.Drawing.Color.Black;
     this.uGridRawMaterial.DisplayLayout.Override.SelectedRowAppearance = appearance24;
     this.uGridRawMaterial.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.None;
     this.uGridRawMaterial.DisplayLayout.ScrollBounds      = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.uGridRawMaterial.DisplayLayout.ScrollStyle       = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.uGridRawMaterial.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.uGridRawMaterial.Font             = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.uGridRawMaterial.Location         = new System.Drawing.Point(0, 255);
     this.uGridRawMaterial.Name             = "uGridRawMaterial";
     this.uGridRawMaterial.Size             = new System.Drawing.Size(984, 307);
     this.uGridRawMaterial.TabIndex         = 33;
     this.uGridRawMaterial.UpdateMode       = Infragistics.Win.UltraWinGrid.UpdateMode.OnCellChangeOrLostFocus;
     this.uGridRawMaterial.ClickCellButton += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.uGridRawMaterial_ClickCellButton);
     //
     // bomDetailBindingSource
     //
     this.bomDetailBindingSource.DataMember = "BomDetail";
     this.bomDetailBindingSource.DataSource = this.dataInventory;
     //
     // dataInventory
     //
     this.dataInventory.DataSetName             = "DataInventory";
     this.dataInventory.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // bomDetailTableAdapter
     //
     this.bomDetailTableAdapter.ClearBeforeFill = true;
     //
     // biExcelLoad
     //
     this.biExcelLoad.Caption         = "Excel导入";
     this.biExcelLoad.Id              = 81;
     this.biExcelLoad.LargeImageIndex = 1;
     this.biExcelLoad.Name            = "biExcelLoad";
     this.biExcelLoad.ItemClick      += new DevExpress.XtraBars.ItemClickEventHandler(this.biExcelLoad_ItemClick);
     //
     // rpgExcelLoad
     //
     this.rpgExcelLoad.ItemLinks.Add(this.biExcelLoad);
     this.rpgExcelLoad.Name = "rpgExcelLoad";
     this.rpgExcelLoad.Text = "批量导入";
     //
     // ofdMain
     //
     this.ofdMain.FileName = "openFileDialog1";
     this.ofdMain.Filter   = " Excel文件|*.xls";
     //
     // WorkTrackBom
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(984, 562);
     this.Controls.Add(this.uGridRawMaterial);
     this.Controls.Add(this.ugbxMain);
     this.Controls.Add(this.lblTitleMain);
     this.Controls.Add(this.ribbon);
     this.Icon  = global::JWMSH.Properties.Resources.scanicon;
     this.Name  = "WorkTrackBom";
     this.Text  = "产成品BOM管理";
     this.Load += new System.EventHandler(this.WorkTrackBom_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageCollection2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ugbxMain)).EndInit();
     this.ugbxMain.ResumeLayout(false);
     this.ugbxMain.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.utecInvName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtcInvCode)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uGridRawMaterial)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bomDetailBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataInventory)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }