/// <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.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
            this.sceltaResidenzaRecapito = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
            ((System.ComponentModel.ISupportInitialize)(this.sceltaResidenzaRecapito)).BeginInit();
            this.SuspendLayout();
            // 
            // sceltaResidenzaRecapito
            // 
            this.sceltaResidenzaRecapito.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.sceltaResidenzaRecapito.Appearance = appearance1;
            this.sceltaResidenzaRecapito.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
            this.sceltaResidenzaRecapito.CheckedIndex = 0;
            valueListItem1.CheckState = System.Windows.Forms.CheckState.Checked;
            valueListItem1.DataValue = "Recapito";
            valueListItem1.DisplayText = "Rec.";
            valueListItem2.DataValue = "Residenza";
            valueListItem2.DisplayText = "Res.";
            this.sceltaResidenzaRecapito.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem1,
            valueListItem2});
            this.sceltaResidenzaRecapito.ItemSpacingVertical = 2;
            this.sceltaResidenzaRecapito.Location = new System.Drawing.Point(37, 0);
            this.sceltaResidenzaRecapito.Name = "sceltaResidenzaRecapito";
            this.sceltaResidenzaRecapito.Size = new System.Drawing.Size(86, 17);
            this.sceltaResidenzaRecapito.TabIndex = 111;
            this.sceltaResidenzaRecapito.Text = "Rec.";
            this.sceltaResidenzaRecapito.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
            this.sceltaResidenzaRecapito.ValueChanged += new System.EventHandler(this.sceltaResidenzaRecapitoValueChanged);
            // 
            // SceltaRecapitoResidenza
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.sceltaResidenzaRecapito);
            this.Name = "SceltaRecapitoResidenza";
            this.Size = new System.Drawing.Size(126, 17);
            ((System.ComponentModel.ISupportInitialize)(this.sceltaResidenzaRecapito)).EndInit();
            this.ResumeLayout(false);

        }
        private void Manual_CellNo_ListMake()
        {
            this.Manual_uCombo_03.Items.Clear();

            Infragistics.Win.ValueListItem CellNoComboList0 = new Infragistics.Win.ValueListItem();
            CellNoComboList0             = new Infragistics.Win.ValueListItem();
            CellNoComboList0.DataValue   = new decimal(new int[] { 0, 0, 0, 0 });
            CellNoComboList0.DisplayText = "NO 0";
            this.Manual_uCombo_03.Items.Add(CellNoComboList0);

            Infragistics.Win.ValueListItem[] CellNoComboList = new Infragistics.Win.ValueListItem[ModelCellCount];
            for (int i = 0; i < ModelCellCount; i++)
            {
                CellNoComboList[i]             = new Infragistics.Win.ValueListItem();
                CellNoComboList[i].DataValue   = new decimal(new int[] { i + 1, 0, 0, 0 });
                CellNoComboList[i].DisplayText = "NO " + (i + 1).ToString();
            }
            this.Manual_uCombo_03.Items.AddRange(CellNoComboList);
        }
Example #3
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.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem7 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem8 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem9 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem 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();
     this.button1         = new System.Windows.Forms.Button();
     this.button2         = new System.Windows.Forms.Button();
     this.label2          = new System.Windows.Forms.Label();
     this.label3          = new System.Windows.Forms.Label();
     this.label1          = new System.Windows.Forms.Label();
     this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
     this.label4          = new System.Windows.Forms.Label();
     this.cbShift         = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.cbTerm          = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.tbName          = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     ((System.ComponentModel.ISupportInitialize)(this.cbShift)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbTerm)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbName)).BeginInit();
     this.SuspendLayout();
     //
     // button1
     //
     this.coreBind.SetDatabasecommand(this.button1, null);
     this.button1.Location = new System.Drawing.Point(43, 126);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 0;
     this.button1.Text     = "确 定";
     this.button1.UseVisualStyleBackColor = true;
     this.coreBind.SetVerification(this.button1, null);
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.coreBind.SetDatabasecommand(this.button2, null);
     this.button2.Location = new System.Drawing.Point(158, 126);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 1;
     this.button2.Text     = "取 消";
     this.button2.UseVisualStyleBackColor = true;
     this.coreBind.SetVerification(this.button2, null);
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.label2, null);
     this.label2.Location = new System.Drawing.Point(45, 44);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(35, 12);
     this.label2.TabIndex = 6;
     this.label2.Text     = "班 次";
     this.coreBind.SetVerification(this.label2, null);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.label3, null);
     this.label3.Location = new System.Drawing.Point(45, 71);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(35, 12);
     this.label3.TabIndex = 7;
     this.label3.Text     = "班 别";
     this.coreBind.SetVerification(this.label3, null);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.label1, null);
     this.label1.Location = new System.Drawing.Point(45, 15);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(35, 12);
     this.label1.TabIndex = 8;
     this.label1.Text     = "姓 名";
     this.coreBind.SetVerification(this.label1, null);
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.CustomFormat = "yyyy-MM-dd";
     this.coreBind.SetDatabasecommand(this.dateTimePicker1, null);
     this.dateTimePicker1.Format      = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker1.Location    = new System.Drawing.Point(111, 95);
     this.dateTimePicker1.Name        = "dateTimePicker1";
     this.dateTimePicker1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.dateTimePicker1.Size        = new System.Drawing.Size(122, 21);
     this.dateTimePicker1.TabIndex    = 10;
     this.coreBind.SetVerification(this.dateTimePicker1, null);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.label4, null);
     this.label4.Location = new System.Drawing.Point(45, 99);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(35, 12);
     this.label4.TabIndex = 11;
     this.label4.Text     = "日 期";
     this.coreBind.SetVerification(this.label4, null);
     //
     // cbShift
     //
     this.coreBind.SetDatabasecommand(this.cbShift, null);
     this.cbShift.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
     valueListItem6.DataValue   = "0";
     valueListItem6.DisplayText = "常白班";
     valueListItem7.DataValue   = "1";
     valueListItem7.DisplayText = "早班";
     valueListItem8.DataValue   = "2";
     valueListItem8.DisplayText = "中班";
     valueListItem9.DataValue   = "3";
     valueListItem9.DisplayText = "晚班";
     this.cbShift.Items.AddRange(new Infragistics.Win.ValueListItem[] {
         valueListItem6,
         valueListItem7,
         valueListItem8,
         valueListItem9
     });
     this.cbShift.Location = new System.Drawing.Point(111, 40);
     this.cbShift.Name     = "cbShift";
     this.cbShift.Size     = new System.Drawing.Size(121, 21);
     this.cbShift.TabIndex = 12;
     this.coreBind.SetVerification(this.cbShift, null);
     //
     // cbTerm
     //
     this.coreBind.SetDatabasecommand(this.cbTerm, null);
     this.cbTerm.DropDownStyle  = Infragistics.Win.DropDownStyle.DropDownList;
     valueListItem1.DataValue   = "0";
     valueListItem1.DisplayText = "常白班";
     valueListItem2.DataValue   = "1";
     valueListItem2.DisplayText = "甲班";
     valueListItem3.DataValue   = "2";
     valueListItem3.DisplayText = "乙班";
     valueListItem4.DataValue   = "3";
     valueListItem4.DisplayText = "丙班";
     valueListItem5.DataValue   = "4";
     valueListItem5.DisplayText = "丁班";
     this.cbTerm.Items.AddRange(new Infragistics.Win.ValueListItem[] {
         valueListItem1,
         valueListItem2,
         valueListItem3,
         valueListItem4,
         valueListItem5
     });
     this.cbTerm.Location = new System.Drawing.Point(111, 67);
     this.cbTerm.Name     = "cbTerm";
     this.cbTerm.Size     = new System.Drawing.Size(121, 21);
     this.cbTerm.TabIndex = 13;
     this.coreBind.SetVerification(this.cbTerm, null);
     //
     // tbName
     //
     this.coreBind.SetDatabasecommand(this.tbName, null);
     this.tbName.Location = new System.Drawing.Point(111, 12);
     this.tbName.Name     = "tbName";
     this.tbName.Size     = new System.Drawing.Size(121, 21);
     this.tbName.TabIndex = 14;
     this.coreBind.SetVerification(this.tbName, null);
     //
     // ChangeShift
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(285, 167);
     this.Controls.Add(this.tbName);
     this.Controls.Add(this.cbTerm);
     this.Controls.Add(this.cbShift);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.dateTimePicker1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.coreBind.SetDatabasecommand(this, null);
     this.Name = "ChangeShift";
     this.Text = "换班";
     this.coreBind.SetVerification(this, null);
     this.Load += new System.EventHandler(this.ChangeShift_Load);
     ((System.ComponentModel.ISupportInitialize)(this.cbShift)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbTerm)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbName)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #4
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(uscPutniNalog));
     Infragistics.Win.ValueListItem valueListItem13           = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem9            = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem10           = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem11           = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem12           = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem 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();
     this.lblValidationMessages = new System.Windows.Forms.Label();
     this.toolStrip1            = new System.Windows.Forms.ToolStrip();
     this.btnSpremiNovi         = new System.Windows.Forms.ToolStripButton();
     this.btnSpremiZatvori      = new System.Windows.Forms.ToolStripButton();
     this.btnZatvori            = new System.Windows.Forms.ToolStripButton();
     this.lblLikvidator         = new System.Windows.Forms.Label();
     this.lblDatumNaloga        = new System.Windows.Forms.Label();
     this.lblImePrezime         = new System.Windows.Forms.Label();
     this.lblTroskoviVlVozila   = new System.Windows.Forms.Label();
     this.lblTroskoviAutoputa   = new System.Windows.Forms.Label();
     this.lblSifraNaloga        = new System.Windows.Forms.Label();
     this.lblNacinIsplate       = new System.Windows.Forms.Label();
     this.lblIznosZaIsplatu     = new System.Windows.Forms.Label();
     this.lblTroskoviDnevnice   = new System.Windows.Forms.Label();
     this.lblDrugiTroskovi      = new System.Windows.Forms.Label();
     this.ucbImePrezime         = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.ucbLikvidator         = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.ucbNacinIsplate       = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.txtSifraNaloga        = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.uneTroskoviAutoputa   = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.uneTroskoviVlVozila   = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.uneDrugiTroskovi      = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.uneTroskoviDnevnice   = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.uneIznosZaIsplatu     = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.udtDatumNaloga        = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.label1               = new System.Windows.Forms.Label();
     this.cbkDrugiTroskovi     = new System.Windows.Forms.CheckBox();
     this.label2               = new System.Windows.Forms.Label();
     this.uneTroskoviSjestaja  = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.cbkTroskoviSmjestaja = new System.Windows.Forms.CheckBox();
     this.uneAkontacija        = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.label3               = new System.Windows.Forms.Label();
     this.udtDatumObracuna     = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.label4               = new System.Windows.Forms.Label();
     this.cbkTroskoviAutoputa  = new System.Windows.Forms.CheckBox();
     this.label5               = new System.Windows.Forms.Label();
     this.cbkZaposlenici       = new System.Windows.Forms.CheckBox();
     this.cbkHonorari          = new System.Windows.Forms.CheckBox();
     this.toolStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ucbImePrezime)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ucbLikvidator)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ucbNacinIsplate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSifraNaloga)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uneTroskoviAutoputa)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uneTroskoviVlVozila)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uneDrugiTroskovi)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uneTroskoviDnevnice)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uneIznosZaIsplatu)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.udtDatumNaloga)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uneTroskoviSjestaja)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uneAkontacija)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.udtDatumObracuna)).BeginInit();
     this.SuspendLayout();
     //
     // lblValidationMessages
     //
     this.lblValidationMessages.AutoSize  = true;
     this.lblValidationMessages.ForeColor = System.Drawing.Color.Red;
     this.lblValidationMessages.Location  = new System.Drawing.Point(5, 21);
     this.lblValidationMessages.Name      = "lblValidationMessages";
     this.lblValidationMessages.Padding   = new System.Windows.Forms.Padding(0, 2, 0, 5);
     this.lblValidationMessages.Size      = new System.Drawing.Size(0, 20);
     this.lblValidationMessages.TabIndex  = 18;
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.btnSpremiNovi,
         this.btnSpremiZatvori,
         this.btnZatvori
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(816, 25);
     this.toolStrip1.TabIndex = 22;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // btnSpremiNovi
     //
     this.btnSpremiNovi.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.btnSpremiNovi.Image                 = ((System.Drawing.Image)(resources.GetObject("btnSpremiNovi.Image")));
     this.btnSpremiNovi.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnSpremiNovi.Name   = "btnSpremiNovi";
     this.btnSpremiNovi.Size   = new System.Drawing.Size(80, 22);
     this.btnSpremiNovi.Text   = "Spremi i novi";
     this.btnSpremiNovi.Click += new System.EventHandler(this.btnSpremiNovi_Click);
     //
     // btnSpremiZatvori
     //
     this.btnSpremiZatvori.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.btnSpremiZatvori.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnSpremiZatvori.Name   = "btnSpremiZatvori";
     this.btnSpremiZatvori.Size   = new System.Drawing.Size(92, 22);
     this.btnSpremiZatvori.Text   = "Spremi i zatvori";
     this.btnSpremiZatvori.Click += new System.EventHandler(this.btnSpremiZatvori_Click);
     //
     // btnZatvori
     //
     this.btnZatvori.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.btnZatvori.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnZatvori.Name   = "btnZatvori";
     this.btnZatvori.Size   = new System.Drawing.Size(103, 22);
     this.btnZatvori.Text   = "Odustani i zatvori";
     this.btnZatvori.Click += new System.EventHandler(this.btnZatvori_Click);
     //
     // lblLikvidator
     //
     this.lblLikvidator.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.lblLikvidator.AutoSize = true;
     this.lblLikvidator.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.lblLikvidator.Location = new System.Drawing.Point(51, 167);
     this.lblLikvidator.Name     = "lblLikvidator";
     this.lblLikvidator.Size     = new System.Drawing.Size(67, 13);
     this.lblLikvidator.TabIndex = 28;
     this.lblLikvidator.Text     = "Likvidator:";
     //
     // lblDatumNaloga
     //
     this.lblDatumNaloga.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.lblDatumNaloga.AutoSize = true;
     this.lblDatumNaloga.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.lblDatumNaloga.Location = new System.Drawing.Point(29, 131);
     this.lblDatumNaloga.Name     = "lblDatumNaloga";
     this.lblDatumNaloga.Size     = new System.Drawing.Size(89, 13);
     this.lblDatumNaloga.TabIndex = 27;
     this.lblDatumNaloga.Text     = "Datum naloga:";
     //
     // lblImePrezime
     //
     this.lblImePrezime.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.lblImePrezime.AutoSize = true;
     this.lblImePrezime.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.lblImePrezime.Location = new System.Drawing.Point(32, 96);
     this.lblImePrezime.Name     = "lblImePrezime";
     this.lblImePrezime.Size     = new System.Drawing.Size(86, 13);
     this.lblImePrezime.TabIndex = 26;
     this.lblImePrezime.Text     = "Ime i Prezime:";
     //
     // lblTroskoviVlVozila
     //
     this.lblTroskoviVlVozila.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.lblTroskoviVlVozila.AutoSize = true;
     this.lblTroskoviVlVozila.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.lblTroskoviVlVozila.Location = new System.Drawing.Point(353, 96);
     this.lblTroskoviVlVozila.Name     = "lblTroskoviVlVozila";
     this.lblTroskoviVlVozila.Size     = new System.Drawing.Size(115, 13);
     this.lblTroskoviVlVozila.TabIndex = 31;
     this.lblTroskoviVlVozila.Text     = "Troškovi vl. vozila:";
     //
     // lblTroskoviAutoputa
     //
     this.lblTroskoviAutoputa.Anchor    = System.Windows.Forms.AnchorStyles.Left;
     this.lblTroskoviAutoputa.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.lblTroskoviAutoputa.Location  = new System.Drawing.Point(341, 53);
     this.lblTroskoviAutoputa.Name      = "lblTroskoviAutoputa";
     this.lblTroskoviAutoputa.Size      = new System.Drawing.Size(127, 35);
     this.lblTroskoviAutoputa.TabIndex  = 30;
     this.lblTroskoviAutoputa.Text      = "Troškovi autoputa i službenog vozila:";
     this.lblTroskoviAutoputa.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // lblSifraNaloga
     //
     this.lblSifraNaloga.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.lblSifraNaloga.AutoSize = true;
     this.lblSifraNaloga.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.lblSifraNaloga.Location = new System.Drawing.Point(39, 202);
     this.lblSifraNaloga.Name     = "lblSifraNaloga";
     this.lblSifraNaloga.Size     = new System.Drawing.Size(79, 13);
     this.lblSifraNaloga.TabIndex = 29;
     this.lblSifraNaloga.Text     = "Šifra naloga:";
     //
     // lblNacinIsplate
     //
     this.lblNacinIsplate.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.lblNacinIsplate.AutoSize = true;
     this.lblNacinIsplate.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.lblNacinIsplate.Location = new System.Drawing.Point(33, 236);
     this.lblNacinIsplate.Name     = "lblNacinIsplate";
     this.lblNacinIsplate.Size     = new System.Drawing.Size(85, 13);
     this.lblNacinIsplate.TabIndex = 35;
     this.lblNacinIsplate.Text     = "Način isplate:";
     //
     // lblIznosZaIsplatu
     //
     this.lblIznosZaIsplatu.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.lblIznosZaIsplatu.AutoSize = true;
     this.lblIznosZaIsplatu.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.lblIznosZaIsplatu.Location = new System.Drawing.Point(369, 234);
     this.lblIznosZaIsplatu.Name     = "lblIznosZaIsplatu";
     this.lblIznosZaIsplatu.Size     = new System.Drawing.Size(99, 13);
     this.lblIznosZaIsplatu.TabIndex = 34;
     this.lblIznosZaIsplatu.Text     = "Iznos za isplatu:";
     //
     // lblTroskoviDnevnice
     //
     this.lblTroskoviDnevnice.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.lblTroskoviDnevnice.AutoSize = true;
     this.lblTroskoviDnevnice.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.lblTroskoviDnevnice.Location = new System.Drawing.Point(352, 200);
     this.lblTroskoviDnevnice.Name     = "lblTroskoviDnevnice";
     this.lblTroskoviDnevnice.Size     = new System.Drawing.Size(116, 13);
     this.lblTroskoviDnevnice.TabIndex = 33;
     this.lblTroskoviDnevnice.Text     = "Troškovi dnevnice:";
     //
     // lblDrugiTroskovi
     //
     this.lblDrugiTroskovi.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.lblDrugiTroskovi.AutoSize = true;
     this.lblDrugiTroskovi.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.lblDrugiTroskovi.Location = new System.Drawing.Point(378, 132);
     this.lblDrugiTroskovi.Name     = "lblDrugiTroskovi";
     this.lblDrugiTroskovi.Size     = new System.Drawing.Size(90, 13);
     this.lblDrugiTroskovi.TabIndex = 32;
     this.lblDrugiTroskovi.Text     = "Drugi troškovi:";
     //
     // ucbImePrezime
     //
     this.ucbImePrezime.DisplayMember = "Naziv";
     this.ucbImePrezime.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
     valueListItem13.DataValue        = "ValueListItem0";
     valueListItem13.DisplayText      = "Odaberite vrstu djelatnika";
     this.ucbImePrezime.Items.AddRange(new Infragistics.Win.ValueListItem[] {
         valueListItem13
     });
     this.ucbImePrezime.Location         = new System.Drawing.Point(124, 91);
     this.ucbImePrezime.MaxDropDownItems = 20;
     this.ucbImePrezime.Name             = "ucbImePrezime";
     this.ucbImePrezime.Size             = new System.Drawing.Size(213, 21);
     this.ucbImePrezime.TabIndex         = 104;
     this.ucbImePrezime.ValueMember      = "ID";
     //
     // ucbLikvidator
     //
     this.ucbLikvidator.DisplayMember = "Naziv";
     this.ucbLikvidator.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
     valueListItem9.DataValue         = "-";
     valueListItem9.DisplayText       = "- povlaka";
     valueListItem10.DataValue        = "/";
     valueListItem10.DisplayText      = "/ kosa crta";
     valueListItem11.DataValue        = "\\";
     valueListItem11.DisplayText      = "\\ kosa crta unatrag";
     valueListItem12.DataValue        = ".";
     valueListItem12.DisplayText      = ". tocka";
     this.ucbLikvidator.Items.AddRange(new Infragistics.Win.ValueListItem[] {
         valueListItem9,
         valueListItem10,
         valueListItem11,
         valueListItem12
     });
     this.ucbLikvidator.Location         = new System.Drawing.Point(124, 162);
     this.ucbLikvidator.MaxDropDownItems = 20;
     this.ucbLikvidator.Name             = "ucbLikvidator";
     this.ucbLikvidator.Size             = new System.Drawing.Size(213, 21);
     this.ucbLikvidator.TabIndex         = 105;
     this.ucbLikvidator.ValueMember      = "ID";
     //
     // ucbNacinIsplate
     //
     this.ucbNacinIsplate.DisplayMember = "Naziv";
     this.ucbNacinIsplate.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
     valueListItem1.DataValue           = "-";
     valueListItem1.DisplayText         = "- povlaka";
     valueListItem2.DataValue           = "/";
     valueListItem2.DisplayText         = "/ kosa crta";
     valueListItem3.DataValue           = "\\";
     valueListItem3.DisplayText         = "\\ kosa crta unatrag";
     valueListItem4.DataValue           = ".";
     valueListItem4.DisplayText         = ". tocka";
     this.ucbNacinIsplate.Items.AddRange(new Infragistics.Win.ValueListItem[] {
         valueListItem1,
         valueListItem2,
         valueListItem3,
         valueListItem4
     });
     this.ucbNacinIsplate.Location         = new System.Drawing.Point(124, 231);
     this.ucbNacinIsplate.MaxDropDownItems = 20;
     this.ucbNacinIsplate.Name             = "ucbNacinIsplate";
     this.ucbNacinIsplate.Size             = new System.Drawing.Size(213, 21);
     this.ucbNacinIsplate.TabIndex         = 106;
     this.ucbNacinIsplate.ValueMember      = "ID";
     //
     // txtSifraNaloga
     //
     this.txtSifraNaloga.Location  = new System.Drawing.Point(124, 197);
     this.txtSifraNaloga.MaxLength = 50;
     this.txtSifraNaloga.Name      = "txtSifraNaloga";
     this.txtSifraNaloga.Size      = new System.Drawing.Size(213, 21);
     this.txtSifraNaloga.TabIndex  = 107;
     //
     // uneTroskoviAutoputa
     //
     this.uneTroskoviAutoputa.Location    = new System.Drawing.Point(479, 56);
     this.uneTroskoviAutoputa.MaskInput   = "{LOC}-nnnnnnnnnn.nn";
     this.uneTroskoviAutoputa.MaximumSize = new System.Drawing.Size(9999, 0);
     this.uneTroskoviAutoputa.MaxValue    = 9999999999D;
     this.uneTroskoviAutoputa.MinValue    = 0D;
     this.uneTroskoviAutoputa.Name        = "uneTroskoviAutoputa";
     this.uneTroskoviAutoputa.Nullable    = true;
     this.uneTroskoviAutoputa.NullText    = " ";
     this.uneTroskoviAutoputa.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.uneTroskoviAutoputa.PromptChar  = ' ';
     this.uneTroskoviAutoputa.Size        = new System.Drawing.Size(213, 21);
     this.uneTroskoviAutoputa.TabIndex    = 108;
     //
     // uneTroskoviVlVozila
     //
     this.uneTroskoviVlVozila.Location      = new System.Drawing.Point(479, 91);
     this.uneTroskoviVlVozila.MaskInput     = "{LOC}-nnnnnnnnnn.nn";
     this.uneTroskoviVlVozila.MaximumSize   = new System.Drawing.Size(9999, 0);
     this.uneTroskoviVlVozila.MaxValue      = 9999999999D;
     this.uneTroskoviVlVozila.MinValue      = 0D;
     this.uneTroskoviVlVozila.Name          = "uneTroskoviVlVozila";
     this.uneTroskoviVlVozila.Nullable      = true;
     this.uneTroskoviVlVozila.NullText      = " ";
     this.uneTroskoviVlVozila.NumericType   = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.uneTroskoviVlVozila.PromptChar    = ' ';
     this.uneTroskoviVlVozila.Size          = new System.Drawing.Size(213, 21);
     this.uneTroskoviVlVozila.TabIndex      = 109;
     this.uneTroskoviVlVozila.ValueChanged += new System.EventHandler(this.uneTroskoviAutoputa_ValueChanged);
     //
     // uneDrugiTroskovi
     //
     this.uneDrugiTroskovi.Location      = new System.Drawing.Point(479, 127);
     this.uneDrugiTroskovi.MaskInput     = "{LOC}-nnnnnnnnnn.nn";
     this.uneDrugiTroskovi.MaximumSize   = new System.Drawing.Size(9999, 0);
     this.uneDrugiTroskovi.MaxValue      = 9999999999D;
     this.uneDrugiTroskovi.MinValue      = 0D;
     this.uneDrugiTroskovi.Name          = "uneDrugiTroskovi";
     this.uneDrugiTroskovi.Nullable      = true;
     this.uneDrugiTroskovi.NullText      = " ";
     this.uneDrugiTroskovi.NumericType   = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.uneDrugiTroskovi.PromptChar    = ' ';
     this.uneDrugiTroskovi.Size          = new System.Drawing.Size(213, 21);
     this.uneDrugiTroskovi.TabIndex      = 110;
     this.uneDrugiTroskovi.ValueChanged += new System.EventHandler(this.uneTroskoviAutoputa_ValueChanged);
     //
     // uneTroskoviDnevnice
     //
     this.uneTroskoviDnevnice.Location      = new System.Drawing.Point(479, 195);
     this.uneTroskoviDnevnice.MaskInput     = "{LOC}-nnnnnnnnnn.nn";
     this.uneTroskoviDnevnice.MaximumSize   = new System.Drawing.Size(9999, 0);
     this.uneTroskoviDnevnice.MaxValue      = 9999999999D;
     this.uneTroskoviDnevnice.MinValue      = 0D;
     this.uneTroskoviDnevnice.Name          = "uneTroskoviDnevnice";
     this.uneTroskoviDnevnice.Nullable      = true;
     this.uneTroskoviDnevnice.NullText      = " ";
     this.uneTroskoviDnevnice.NumericType   = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.uneTroskoviDnevnice.PromptChar    = ' ';
     this.uneTroskoviDnevnice.Size          = new System.Drawing.Size(213, 21);
     this.uneTroskoviDnevnice.TabIndex      = 111;
     this.uneTroskoviDnevnice.ValueChanged += new System.EventHandler(this.uneTroskoviAutoputa_ValueChanged);
     //
     // uneIznosZaIsplatu
     //
     this.uneIznosZaIsplatu.Enabled     = false;
     this.uneIznosZaIsplatu.Location    = new System.Drawing.Point(479, 229);
     this.uneIznosZaIsplatu.MaskInput   = "{LOC}-nnnnnnnnnn.nn";
     this.uneIznosZaIsplatu.MaximumSize = new System.Drawing.Size(9999, 0);
     this.uneIznosZaIsplatu.MaxValue    = 9999999999D;
     this.uneIznosZaIsplatu.MinValue    = -9999999999D;
     this.uneIznosZaIsplatu.Name        = "uneIznosZaIsplatu";
     this.uneIznosZaIsplatu.Nullable    = true;
     this.uneIznosZaIsplatu.NullText    = " ";
     this.uneIznosZaIsplatu.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.uneIznosZaIsplatu.PromptChar  = ' ';
     this.uneIznosZaIsplatu.Size        = new System.Drawing.Size(213, 21);
     this.uneIznosZaIsplatu.TabIndex    = 112;
     //
     // udtDatumNaloga
     //
     this.udtDatumNaloga.Location = new System.Drawing.Point(124, 126);
     this.udtDatumNaloga.Name     = "udtDatumNaloga";
     this.udtDatumNaloga.Size     = new System.Drawing.Size(213, 21);
     this.udtDatumNaloga.TabIndex = 113;
     //
     // label1
     //
     this.label1.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.label1.Location = new System.Drawing.Point(697, 40);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(108, 13);
     this.label1.TabIndex = 115;
     this.label1.Text     = "Platio poslodavac";
     //
     // cbkDrugiTroskovi
     //
     this.cbkDrugiTroskovi.AutoSize = true;
     this.cbkDrugiTroskovi.Location = new System.Drawing.Point(747, 134);
     this.cbkDrugiTroskovi.Name     = "cbkDrugiTroskovi";
     this.cbkDrugiTroskovi.Size     = new System.Drawing.Size(15, 14);
     this.cbkDrugiTroskovi.TabIndex = 116;
     this.cbkDrugiTroskovi.UseVisualStyleBackColor = true;
     this.cbkDrugiTroskovi.CheckedChanged         += new System.EventHandler(this.uneTroskoviAutoputa_ValueChanged);
     //
     // label2
     //
     this.label2.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.label2.Location = new System.Drawing.Point(352, 170);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(116, 13);
     this.label2.TabIndex = 117;
     this.label2.Text     = "Troškovi smještaja:";
     //
     // uneTroskoviSjestaja
     //
     this.uneTroskoviSjestaja.Location      = new System.Drawing.Point(479, 162);
     this.uneTroskoviSjestaja.MaskInput     = "{LOC}-nnnnnnnnnn.nn";
     this.uneTroskoviSjestaja.MaximumSize   = new System.Drawing.Size(9999, 0);
     this.uneTroskoviSjestaja.MaxValue      = 9999999999D;
     this.uneTroskoviSjestaja.MinValue      = 0D;
     this.uneTroskoviSjestaja.Name          = "uneTroskoviSjestaja";
     this.uneTroskoviSjestaja.Nullable      = true;
     this.uneTroskoviSjestaja.NullText      = " ";
     this.uneTroskoviSjestaja.NumericType   = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.uneTroskoviSjestaja.PromptChar    = ' ';
     this.uneTroskoviSjestaja.Size          = new System.Drawing.Size(213, 21);
     this.uneTroskoviSjestaja.TabIndex      = 118;
     this.uneTroskoviSjestaja.ValueChanged += new System.EventHandler(this.uneTroskoviAutoputa_ValueChanged);
     //
     // cbkTroskoviSmjestaja
     //
     this.cbkTroskoviSmjestaja.AutoSize = true;
     this.cbkTroskoviSmjestaja.Location = new System.Drawing.Point(747, 166);
     this.cbkTroskoviSmjestaja.Name     = "cbkTroskoviSmjestaja";
     this.cbkTroskoviSmjestaja.Size     = new System.Drawing.Size(15, 14);
     this.cbkTroskoviSmjestaja.TabIndex = 119;
     this.cbkTroskoviSmjestaja.UseVisualStyleBackColor = true;
     this.cbkTroskoviSmjestaja.CheckedChanged         += new System.EventHandler(this.uneTroskoviAutoputa_ValueChanged);
     //
     // uneAkontacija
     //
     this.uneAkontacija.Location      = new System.Drawing.Point(124, 265);
     this.uneAkontacija.MaskInput     = "{LOC}-nnnnnnnnnn.nn";
     this.uneAkontacija.MaximumSize   = new System.Drawing.Size(9999, 0);
     this.uneAkontacija.MaxValue      = 9999999999D;
     this.uneAkontacija.MinValue      = 0D;
     this.uneAkontacija.Name          = "uneAkontacija";
     this.uneAkontacija.Nullable      = true;
     this.uneAkontacija.NullText      = " ";
     this.uneAkontacija.NumericType   = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.uneAkontacija.PromptChar    = ' ';
     this.uneAkontacija.Size          = new System.Drawing.Size(213, 21);
     this.uneAkontacija.TabIndex      = 121;
     this.uneAkontacija.ValueChanged += new System.EventHandler(this.uneTroskoviAutoputa_ValueChanged);
     //
     // label3
     //
     this.label3.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.label3.Location = new System.Drawing.Point(47, 269);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(71, 13);
     this.label3.TabIndex = 120;
     this.label3.Text     = "Akontacija:";
     //
     // udtDatumObracuna
     //
     this.udtDatumObracuna.Location = new System.Drawing.Point(479, 265);
     this.udtDatumObracuna.Name     = "udtDatumObracuna";
     this.udtDatumObracuna.Size     = new System.Drawing.Size(213, 21);
     this.udtDatumObracuna.TabIndex = 123;
     this.udtDatumObracuna.Value    = null;
     //
     // label4
     //
     this.label4.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.label4.Location = new System.Drawing.Point(364, 269);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(104, 13);
     this.label4.TabIndex = 122;
     this.label4.Text     = "Datum obračuna:";
     //
     // cbkTroskoviAutoputa
     //
     this.cbkTroskoviAutoputa.AutoSize = true;
     this.cbkTroskoviAutoputa.Location = new System.Drawing.Point(747, 63);
     this.cbkTroskoviAutoputa.Name     = "cbkTroskoviAutoputa";
     this.cbkTroskoviAutoputa.Size     = new System.Drawing.Size(15, 14);
     this.cbkTroskoviAutoputa.TabIndex = 124;
     this.cbkTroskoviAutoputa.UseVisualStyleBackColor = true;
     this.cbkTroskoviAutoputa.CheckedChanged         += new System.EventHandler(this.uneTroskoviAutoputa_ValueChanged);
     //
     // label5
     //
     this.label5.Anchor    = System.Windows.Forms.AnchorStyles.Left;
     this.label5.Font      = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.label5.ForeColor = System.Drawing.Color.LimeGreen;
     this.label5.Location  = new System.Drawing.Point(697, 262);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(104, 56);
     this.label5.TabIndex  = 125;
     this.label5.Text      = "Troškove koje je platio poslodavac ne ulaze u obračun za JOPPD";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.label5.Visible   = false;
     //
     // cbkZaposlenici
     //
     this.cbkZaposlenici.AutoSize                = true;
     this.cbkZaposlenici.CheckAlign              = System.Drawing.ContentAlignment.MiddleRight;
     this.cbkZaposlenici.Location                = new System.Drawing.Point(124, 56);
     this.cbkZaposlenici.Name                    = "cbkZaposlenici";
     this.cbkZaposlenici.Size                    = new System.Drawing.Size(80, 17);
     this.cbkZaposlenici.TabIndex                = 126;
     this.cbkZaposlenici.Text                    = "Zaposlenici";
     this.cbkZaposlenici.TextImageRelation       = System.Windows.Forms.TextImageRelation.TextBeforeImage;
     this.cbkZaposlenici.UseVisualStyleBackColor = true;
     this.cbkZaposlenici.CheckedChanged         += new System.EventHandler(this.cbkZaposlenici_CheckedChanged);
     //
     // cbkHonorari
     //
     this.cbkHonorari.AutoSize                = true;
     this.cbkHonorari.CheckAlign              = System.Drawing.ContentAlignment.MiddleRight;
     this.cbkHonorari.Location                = new System.Drawing.Point(219, 56);
     this.cbkHonorari.Name                    = "cbkHonorari";
     this.cbkHonorari.Size                    = new System.Drawing.Size(118, 17);
     this.cbkHonorari.TabIndex                = 127;
     this.cbkHonorari.Text                    = "Honorarni Djelatnici";
     this.cbkHonorari.TextImageRelation       = System.Windows.Forms.TextImageRelation.TextBeforeImage;
     this.cbkHonorari.UseVisualStyleBackColor = true;
     this.cbkHonorari.CheckedChanged         += new System.EventHandler(this.cbkZaposlenici_CheckedChanged);
     //
     // uscPutniNalog
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.cbkHonorari);
     this.Controls.Add(this.cbkZaposlenici);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.cbkTroskoviAutoputa);
     this.Controls.Add(this.udtDatumObracuna);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.uneAkontacija);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.cbkTroskoviSmjestaja);
     this.Controls.Add(this.uneTroskoviSjestaja);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.cbkDrugiTroskovi);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.udtDatumNaloga);
     this.Controls.Add(this.uneIznosZaIsplatu);
     this.Controls.Add(this.uneTroskoviDnevnice);
     this.Controls.Add(this.uneDrugiTroskovi);
     this.Controls.Add(this.uneTroskoviVlVozila);
     this.Controls.Add(this.uneTroskoviAutoputa);
     this.Controls.Add(this.txtSifraNaloga);
     this.Controls.Add(this.ucbNacinIsplate);
     this.Controls.Add(this.ucbLikvidator);
     this.Controls.Add(this.ucbImePrezime);
     this.Controls.Add(this.lblNacinIsplate);
     this.Controls.Add(this.lblIznosZaIsplatu);
     this.Controls.Add(this.lblTroskoviDnevnice);
     this.Controls.Add(this.lblDrugiTroskovi);
     this.Controls.Add(this.lblTroskoviVlVozila);
     this.Controls.Add(this.lblTroskoviAutoputa);
     this.Controls.Add(this.lblSifraNaloga);
     this.Controls.Add(this.lblLikvidator);
     this.Controls.Add(this.lblDatumNaloga);
     this.Controls.Add(this.lblImePrezime);
     this.Controls.Add(this.lblValidationMessages);
     this.Controls.Add(this.toolStrip1);
     this.Name  = "uscPutniNalog";
     this.Size  = new System.Drawing.Size(816, 384);
     this.Load += new System.EventHandler(this.uscStjecateljPrimitka_Load);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ucbImePrezime)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ucbLikvidator)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ucbNacinIsplate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSifraNaloga)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uneTroskoviAutoputa)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uneTroskoviVlVozila)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uneDrugiTroskovi)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uneTroskoviDnevnice)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uneIznosZaIsplatu)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.udtDatumNaloga)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uneTroskoviSjestaja)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uneAkontacija)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.udtDatumObracuna)).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.Appearance    appearance1               = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance2               = new Infragistics.Win.Appearance();
     Infragistics.Win.ValueListItem valueListItem1            = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem2            = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem3            = new Infragistics.Win.ValueListItem();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FChangeCompany));
     this.groupBox1       = new System.Windows.Forms.GroupBox();
     this.cboCompany      = new UserControl.UCLabelCombox();
     this.groupBox2       = new System.Windows.Forms.GroupBox();
     this.txtRecordNum    = new UserControl.UCLabelEdit();
     this.gridInfo        = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.groupBox3       = new System.Windows.Forms.GroupBox();
     this.txtInput        = new UserControl.UCLabelEdit();
     this.opsetPackObject = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
     this.btnCancel       = new UserControl.UCButton();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridInfo)).BeginInit();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.opsetPackObject)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.cboCompany);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(792, 54);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     //
     // cboCompany
     //
     this.cboCompany.AllowEditOnlyChecked = true;
     this.cboCompany.Caption       = "目标公司";
     this.cboCompany.Checked       = false;
     this.cboCompany.Location      = new System.Drawing.Point(26, 20);
     this.cboCompany.Name          = "cboCompany";
     this.cboCompany.SelectedIndex = -1;
     this.cboCompany.ShowCheckBox  = false;
     this.cboCompany.Size          = new System.Drawing.Size(194, 20);
     this.cboCompany.TabIndex      = 0;
     this.cboCompany.WidthType     = UserControl.WidthTypes.Normal;
     this.cboCompany.XAlign        = 87;
     //
     // groupBox2
     //
     this.groupBox2.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.groupBox2.Controls.Add(this.txtRecordNum);
     this.groupBox2.Controls.Add(this.gridInfo);
     this.groupBox2.Location = new System.Drawing.Point(0, 54);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(792, 306);
     this.groupBox2.TabIndex = 1;
     this.groupBox2.TabStop  = false;
     //
     // txtRecordNum
     //
     this.txtRecordNum.AllowEditOnlyChecked = true;
     this.txtRecordNum.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.txtRecordNum.Caption      = "数量";
     this.txtRecordNum.Checked      = false;
     this.txtRecordNum.EditType     = UserControl.EditTypes.String;
     this.txtRecordNum.Location     = new System.Drawing.Point(699, 276);
     this.txtRecordNum.MaxLength    = 40;
     this.txtRecordNum.Multiline    = false;
     this.txtRecordNum.Name         = "txtRecordNum";
     this.txtRecordNum.PasswordChar = '\0';
     this.txtRecordNum.ReadOnly     = true;
     this.txtRecordNum.ShowCheckBox = false;
     this.txtRecordNum.Size         = new System.Drawing.Size(87, 24);
     this.txtRecordNum.TabIndex     = 4;
     this.txtRecordNum.TabNext      = true;
     this.txtRecordNum.Value        = "";
     this.txtRecordNum.WidthType    = UserControl.WidthTypes.Tiny;
     this.txtRecordNum.XAlign       = 736;
     //
     // gridInfo
     //
     this.gridInfo.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.gridInfo.Cursor            = System.Windows.Forms.Cursors.Default;
     this.gridInfo.Location          = new System.Drawing.Point(3, 17);
     this.gridInfo.Name              = "gridInfo";
     this.gridInfo.Size              = new System.Drawing.Size(786, 253);
     this.gridInfo.TabIndex          = 4;
     this.gridInfo.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.gridInfo_InitializeLayout);
     //
     // groupBox3
     //
     this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox3.Controls.Add(this.txtInput);
     this.groupBox3.Controls.Add(this.opsetPackObject);
     this.groupBox3.Location = new System.Drawing.Point(0, 366);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(792, 118);
     this.groupBox3.TabIndex = 2;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "序列号输入";
     //
     // txtInput
     //
     this.txtInput.AllowEditOnlyChecked = true;
     this.txtInput.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.txtInput.Caption         = "输入";
     this.txtInput.Checked         = false;
     this.txtInput.EditType        = UserControl.EditTypes.String;
     this.txtInput.Location        = new System.Drawing.Point(41, 78);
     this.txtInput.MaxLength       = 40;
     this.txtInput.Multiline       = false;
     this.txtInput.Name            = "txtInput";
     this.txtInput.PasswordChar    = '\0';
     this.txtInput.ReadOnly        = false;
     this.txtInput.ShowCheckBox    = false;
     this.txtInput.Size            = new System.Drawing.Size(170, 24);
     this.txtInput.TabIndex        = 2;
     this.txtInput.TabNext         = true;
     this.txtInput.Value           = "";
     this.txtInput.WidthType       = UserControl.WidthTypes.Normal;
     this.txtInput.XAlign          = 78;
     this.txtInput.TxtboxKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtInput_TxtboxKeyPress);
     //
     // opsetPackObject
     //
     this.opsetPackObject.Anchor         = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     appearance1.FontData.BoldAsString   = "False";
     this.opsetPackObject.Appearance     = appearance1;
     this.opsetPackObject.BorderStyle    = Infragistics.Win.UIElementBorderStyle.None;
     this.opsetPackObject.FlatMode       = true;
     this.opsetPackObject.ItemAppearance = appearance2;
     valueListItem1.DataValue            = "0";
     valueListItem1.DisplayText          = "垛位";
     valueListItem2.DataValue            = "1";
     valueListItem2.DisplayText          = "栈板";
     valueListItem3.DataValue            = "2";
     valueListItem3.DisplayText          = "序列号";
     this.opsetPackObject.Items.Add(valueListItem1);
     this.opsetPackObject.Items.Add(valueListItem2);
     this.opsetPackObject.Items.Add(valueListItem3);
     this.opsetPackObject.Location      = new System.Drawing.Point(41, 49);
     this.opsetPackObject.Name          = "opsetPackObject";
     this.opsetPackObject.Size          = new System.Drawing.Size(219, 16);
     this.opsetPackObject.TabIndex      = 1;
     this.opsetPackObject.ValueChanged += new System.EventHandler(this.opsetPackObject_ValueChanged);
     //
     // btnCancel
     //
     this.btnCancel.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnCancel.BackColor       = System.Drawing.SystemColors.Control;
     this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
     this.btnCancel.ButtonType      = UserControl.ButtonTypes.Cancle;
     this.btnCancel.Caption         = "取消";
     this.btnCancel.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.btnCancel.Location        = new System.Drawing.Point(364, 512);
     this.btnCancel.Name            = "btnCancel";
     this.btnCancel.Size            = new System.Drawing.Size(88, 22);
     this.btnCancel.TabIndex        = 3;
     this.btnCancel.Click          += new System.EventHandler(this.btnCancel_Click);
     //
     // FChangeCompany
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(792, 566);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Name  = "FChangeCompany";
     this.Text  = "变更产品归属公司";
     this.Load += new System.EventHandler(this.FChangeCompany_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridInfo)).EndInit();
     this.groupBox3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.opsetPackObject)).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.Appearance    appearance1     = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance3     = new Infragistics.Win.Appearance();
     Infragistics.Win.ValueListItem valueListItem3  = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem5  = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem6  = new Infragistics.Win.ValueListItem();
     Infragistics.Win.Appearance    appearance4     = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance5     = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance6     = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance7     = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance8     = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance9     = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance10    = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance11    = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance12    = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance13    = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance14    = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance15    = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance16    = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance17    = new Infragistics.Win.Appearance();
     Infragistics.Win.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.Appearance    appearance27    = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance2     = new Infragistics.Win.Appearance();
     Infragistics.Win.ValueListItem valueListItem10 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem11 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem12 = new Infragistics.Win.ValueListItem();
     this.btnClose       = new Infragistics.Win.Misc.UltraButton();
     this.ultraPanel1    = new Infragistics.Win.Misc.UltraPanel();
     this.btnPreview     = new Infragistics.Win.Misc.UltraButton();
     this.ultraPanel4    = new Infragistics.Win.Misc.UltraPanel();
     this.ultraPanel3    = new Infragistics.Win.Misc.UltraPanel();
     this.group1         = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
     this.tbldtFrom      = new Infragistics.Win.Misc.UltraLabel();
     this.dtDateFrom     = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.dtDateTo       = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.lbldtTo        = new Infragistics.Win.Misc.UltraLabel();
     this.ultraGroupBox8 = new Infragistics.Win.Misc.UltraGroupBox();
     this.optCriteria    = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
     this.ultraPanel5    = new Infragistics.Win.Misc.UltraPanel();
     this.ultraPanel10   = new Infragistics.Win.Misc.UltraPanel();
     this.ultraPanel2    = new Infragistics.Win.Misc.UltraPanel();
     this.gridClass      = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.ultraPanel12   = new Infragistics.Win.Misc.UltraPanel();
     this.gridSession    = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.ultraPanel11   = new Infragistics.Win.Misc.UltraPanel();
     this.optFormat      = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
     this.ultraPanel1.ClientArea.SuspendLayout();
     this.ultraPanel1.SuspendLayout();
     this.ultraPanel4.ClientArea.SuspendLayout();
     this.ultraPanel4.SuspendLayout();
     this.ultraPanel3.ClientArea.SuspendLayout();
     this.ultraPanel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.group1)).BeginInit();
     this.group1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
     this.ultraGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtDateFrom)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtDateTo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox8)).BeginInit();
     this.ultraGroupBox8.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.optCriteria)).BeginInit();
     this.ultraPanel5.SuspendLayout();
     this.ultraPanel10.ClientArea.SuspendLayout();
     this.ultraPanel10.SuspendLayout();
     this.ultraPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridClass)).BeginInit();
     this.ultraPanel12.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridSession)).BeginInit();
     this.ultraPanel11.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.optFormat)).BeginInit();
     this.SuspendLayout();
     //
     // btnClose
     //
     this.btnClose.Font     = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnClose.Location = new System.Drawing.Point(14, 7);
     this.btnClose.Name     = "btnClose";
     this.btnClose.Size     = new System.Drawing.Size(131, 40);
     this.btnClose.TabIndex = 0;
     this.btnClose.Text     = "C&lose";
     this.btnClose.Click   += new System.EventHandler(this.btnClose_Click);
     //
     // ultraPanel1
     //
     appearance1.BackColor       = System.Drawing.Color.SlateGray;
     this.ultraPanel1.Appearance = appearance1;
     //
     // ultraPanel1.ClientArea
     //
     this.ultraPanel1.ClientArea.Controls.Add(this.btnClose);
     this.ultraPanel1.ClientArea.Controls.Add(this.btnPreview);
     this.ultraPanel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.ultraPanel1.Location = new System.Drawing.Point(0, 426);
     this.ultraPanel1.Name     = "ultraPanel1";
     this.ultraPanel1.Size     = new System.Drawing.Size(1096, 60);
     this.ultraPanel1.TabIndex = 12;
     //
     // btnPreview
     //
     this.btnPreview.Font     = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnPreview.Location = new System.Drawing.Point(475, 7);
     this.btnPreview.Name     = "btnPreview";
     this.btnPreview.Size     = new System.Drawing.Size(131, 40);
     this.btnPreview.TabIndex = 0;
     this.btnPreview.Tag      = "0";
     this.btnPreview.Text     = "Preview";
     this.btnPreview.Click   += new System.EventHandler(this.btnPreview_Click);
     //
     // ultraPanel4
     //
     //
     // ultraPanel4.ClientArea
     //
     this.ultraPanel4.ClientArea.Controls.Add(this.optFormat);
     this.ultraPanel4.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.ultraPanel4.Location = new System.Drawing.Point(10, 405);
     this.ultraPanel4.Name     = "ultraPanel4";
     this.ultraPanel4.Size     = new System.Drawing.Size(1086, 21);
     this.ultraPanel4.TabIndex = 40;
     //
     // ultraPanel3
     //
     //
     // ultraPanel3.ClientArea
     //
     this.ultraPanel3.ClientArea.Controls.Add(this.group1);
     this.ultraPanel3.Dock     = System.Windows.Forms.DockStyle.Top;
     this.ultraPanel3.Location = new System.Drawing.Point(10, 10);
     this.ultraPanel3.Name     = "ultraPanel3";
     this.ultraPanel3.Size     = new System.Drawing.Size(1086, 63);
     this.ultraPanel3.TabIndex = 0;
     //
     // group1
     //
     this.group1.Controls.Add(this.ultraGroupBox2);
     this.group1.Controls.Add(this.ultraGroupBox8);
     this.group1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.group1.Font     = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.group1.Location = new System.Drawing.Point(0, 0);
     this.group1.Margin   = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.group1.Name     = "group1";
     this.group1.Size     = new System.Drawing.Size(1086, 58);
     this.group1.TabIndex = 2;
     //
     // ultraGroupBox2
     //
     this.ultraGroupBox2.Controls.Add(this.tbldtFrom);
     this.ultraGroupBox2.Controls.Add(this.dtDateFrom);
     this.ultraGroupBox2.Controls.Add(this.dtDateTo);
     this.ultraGroupBox2.Controls.Add(this.lbldtTo);
     this.ultraGroupBox2.Location = new System.Drawing.Point(506, 6);
     this.ultraGroupBox2.Name     = "ultraGroupBox2";
     this.ultraGroupBox2.Size     = new System.Drawing.Size(474, 45);
     this.ultraGroupBox2.TabIndex = 412;
     //
     // tbldtFrom
     //
     appearance3.TextHAlignAsString = "Right";
     this.tbldtFrom.Appearance      = appearance3;
     this.tbldtFrom.Location        = new System.Drawing.Point(6, 17);
     this.tbldtFrom.Name            = "tbldtFrom";
     this.tbldtFrom.Size            = new System.Drawing.Size(88, 16);
     this.tbldtFrom.TabIndex        = 1;
     this.tbldtFrom.Text            = "From Date :";
     //
     // dtDateFrom
     //
     this.dtDateFrom.Font         = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dtDateFrom.FormatString = "dd-MMM-yyyy";
     this.dtDateFrom.Location     = new System.Drawing.Point(100, 14);
     this.dtDateFrom.Margin       = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.dtDateFrom.Name         = "dtDateFrom";
     this.dtDateFrom.Size         = new System.Drawing.Size(138, 22);
     this.dtDateFrom.TabIndex     = 1;
     //
     // dtDateTo
     //
     this.dtDateTo.Font         = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dtDateTo.FormatString = "dd-MMM-yyyy";
     this.dtDateTo.Location     = new System.Drawing.Point(316, 14);
     this.dtDateTo.Margin       = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.dtDateTo.Name         = "dtDateTo";
     this.dtDateTo.Size         = new System.Drawing.Size(140, 22);
     this.dtDateTo.TabIndex     = 2;
     //
     // lbldtTo
     //
     this.lbldtTo.Location = new System.Drawing.Point(245, 17);
     this.lbldtTo.Name     = "lbldtTo";
     this.lbldtTo.Size     = new System.Drawing.Size(69, 16);
     this.lbldtTo.TabIndex = 1;
     this.lbldtTo.Text     = "To Date :";
     //
     // ultraGroupBox8
     //
     this.ultraGroupBox8.Controls.Add(this.optCriteria);
     this.ultraGroupBox8.Location = new System.Drawing.Point(14, 6);
     this.ultraGroupBox8.Name     = "ultraGroupBox8";
     this.ultraGroupBox8.Size     = new System.Drawing.Size(466, 45);
     this.ultraGroupBox8.TabIndex = 0;
     //
     // optCriteria
     //
     this.optCriteria.BorderStyle  = Infragistics.Win.UIElementBorderStyle.None;
     this.optCriteria.CheckedIndex = 0;
     this.optCriteria.ItemOrigin   = new System.Drawing.Point(0, 5);
     valueListItem3.CheckState     = System.Windows.Forms.CheckState.Checked;
     valueListItem3.DataValue      = "All";
     valueListItem3.DisplayText    = "All";
     valueListItem5.DataValue      = "Merit";
     valueListItem5.DisplayText    = "Merit";
     valueListItem6.DataValue      = "Wait";
     valueListItem6.DisplayText    = "Waiting";
     this.optCriteria.Items.AddRange(new Infragistics.Win.ValueListItem[] {
         valueListItem3,
         valueListItem5,
         valueListItem6
     });
     this.optCriteria.ItemSpacingHorizontal = 20;
     this.optCriteria.Location = new System.Drawing.Point(48, 9);
     this.optCriteria.Name     = "optCriteria";
     this.optCriteria.Size     = new System.Drawing.Size(310, 29);
     this.optCriteria.TabIndex = 118;
     this.optCriteria.Text     = "All";
     //
     // ultraPanel5
     //
     this.ultraPanel5.Dock     = System.Windows.Forms.DockStyle.Top;
     this.ultraPanel5.Location = new System.Drawing.Point(0, 0);
     this.ultraPanel5.Name     = "ultraPanel5";
     this.ultraPanel5.Size     = new System.Drawing.Size(1096, 10);
     this.ultraPanel5.TabIndex = 43;
     //
     // ultraPanel10
     //
     //
     // ultraPanel10.ClientArea
     //
     this.ultraPanel10.ClientArea.Controls.Add(this.ultraPanel2);
     this.ultraPanel10.Dock     = System.Windows.Forms.DockStyle.Left;
     this.ultraPanel10.Location = new System.Drawing.Point(627, 73);
     this.ultraPanel10.Name     = "ultraPanel10";
     this.ultraPanel10.Size     = new System.Drawing.Size(10, 332);
     this.ultraPanel10.TabIndex = 47;
     //
     // ultraPanel2
     //
     this.ultraPanel2.Dock     = System.Windows.Forms.DockStyle.Left;
     this.ultraPanel2.Location = new System.Drawing.Point(0, 0);
     this.ultraPanel2.Name     = "ultraPanel2";
     this.ultraPanel2.Size     = new System.Drawing.Size(10, 332);
     this.ultraPanel2.TabIndex = 3;
     //
     // gridClass
     //
     appearance4.BackColor   = System.Drawing.SystemColors.Window;
     appearance4.BorderColor = System.Drawing.SystemColors.InactiveCaption;
     this.gridClass.DisplayLayout.Appearance     = appearance4;
     this.gridClass.DisplayLayout.BorderStyle    = Infragistics.Win.UIElementBorderStyle.Solid;
     this.gridClass.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.gridClass.DisplayLayout.GroupByBox.Appearance = appearance5;
     appearance6.ForeColor = System.Drawing.SystemColors.GrayText;
     this.gridClass.DisplayLayout.GroupByBox.BandLabelAppearance = appearance6;
     this.gridClass.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.gridClass.DisplayLayout.GroupByBox.PromptAppearance = appearance7;
     this.gridClass.DisplayLayout.MaxColScrollRegions         = 1;
     this.gridClass.DisplayLayout.MaxRowScrollRegions         = 1;
     appearance8.BackColor = System.Drawing.SystemColors.Window;
     appearance8.ForeColor = System.Drawing.SystemColors.ControlText;
     this.gridClass.DisplayLayout.Override.ActiveCellAppearance = appearance8;
     appearance9.BackColor = System.Drawing.SystemColors.Highlight;
     appearance9.ForeColor = System.Drawing.SystemColors.HighlightText;
     this.gridClass.DisplayLayout.Override.ActiveRowAppearance = appearance9;
     this.gridClass.DisplayLayout.Override.BorderStyleCell     = Infragistics.Win.UIElementBorderStyle.Dotted;
     this.gridClass.DisplayLayout.Override.BorderStyleRow      = Infragistics.Win.UIElementBorderStyle.Dotted;
     appearance10.BackColor = System.Drawing.SystemColors.Window;
     this.gridClass.DisplayLayout.Override.CardAreaAppearance = appearance10;
     appearance11.BorderColor  = System.Drawing.Color.Silver;
     appearance11.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
     this.gridClass.DisplayLayout.Override.CellAppearance  = appearance11;
     this.gridClass.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.gridClass.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.gridClass.DisplayLayout.Override.GroupByRowAppearance = appearance12;
     appearance13.TextHAlignAsString = "Left";
     this.gridClass.DisplayLayout.Override.HeaderAppearance  = appearance13;
     this.gridClass.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.gridClass.DisplayLayout.Override.HeaderStyle       = Infragistics.Win.HeaderStyle.WindowsXPCommand;
     appearance14.BackColor   = System.Drawing.SystemColors.Window;
     appearance14.BorderColor = System.Drawing.Color.Silver;
     this.gridClass.DisplayLayout.Override.RowAppearance = appearance14;
     this.gridClass.DisplayLayout.Override.RowSelectors  = Infragistics.Win.DefaultableBoolean.False;
     appearance15.BackColor = System.Drawing.SystemColors.ControlLight;
     this.gridClass.DisplayLayout.Override.TemplateAddRowAppearance = appearance15;
     this.gridClass.DisplayLayout.ScrollBounds  = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.gridClass.DisplayLayout.ScrollStyle   = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.gridClass.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
     this.gridClass.Dock              = System.Windows.Forms.DockStyle.Left;
     this.gridClass.Font              = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridClass.Location          = new System.Drawing.Point(285, 73);
     this.gridClass.Name              = "gridClass";
     this.gridClass.Size              = new System.Drawing.Size(342, 332);
     this.gridClass.TabIndex          = 4;
     this.gridClass.Text              = "ultraGrid2";
     this.gridClass.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.gridClass_InitializeLayout);
     //
     // ultraPanel12
     //
     this.ultraPanel12.Dock     = System.Windows.Forms.DockStyle.Left;
     this.ultraPanel12.Location = new System.Drawing.Point(275, 73);
     this.ultraPanel12.Name     = "ultraPanel12";
     this.ultraPanel12.Size     = new System.Drawing.Size(10, 332);
     this.ultraPanel12.TabIndex = 2;
     //
     // gridSession
     //
     appearance16.BackColor   = System.Drawing.SystemColors.Window;
     appearance16.BorderColor = System.Drawing.SystemColors.InactiveCaption;
     this.gridSession.DisplayLayout.Appearance     = appearance16;
     this.gridSession.DisplayLayout.BorderStyle    = Infragistics.Win.UIElementBorderStyle.Solid;
     this.gridSession.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.gridSession.DisplayLayout.GroupByBox.Appearance = appearance17;
     appearance18.ForeColor = System.Drawing.SystemColors.GrayText;
     this.gridSession.DisplayLayout.GroupByBox.BandLabelAppearance = appearance18;
     this.gridSession.DisplayLayout.GroupByBox.BorderStyle         = Infragistics.Win.UIElementBorderStyle.Solid;
     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.gridSession.DisplayLayout.GroupByBox.PromptAppearance = appearance19;
     this.gridSession.DisplayLayout.MaxColScrollRegions         = 1;
     this.gridSession.DisplayLayout.MaxRowScrollRegions         = 1;
     appearance20.BackColor = System.Drawing.SystemColors.Window;
     appearance20.ForeColor = System.Drawing.SystemColors.ControlText;
     this.gridSession.DisplayLayout.Override.ActiveCellAppearance = appearance20;
     appearance21.BackColor = System.Drawing.SystemColors.Highlight;
     appearance21.ForeColor = System.Drawing.SystemColors.HighlightText;
     this.gridSession.DisplayLayout.Override.ActiveRowAppearance = appearance21;
     this.gridSession.DisplayLayout.Override.BorderStyleCell     = Infragistics.Win.UIElementBorderStyle.Dotted;
     this.gridSession.DisplayLayout.Override.BorderStyleRow      = Infragistics.Win.UIElementBorderStyle.Dotted;
     appearance22.BackColor = System.Drawing.SystemColors.Window;
     this.gridSession.DisplayLayout.Override.CardAreaAppearance = appearance22;
     appearance23.BorderColor  = System.Drawing.Color.Silver;
     appearance23.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
     this.gridSession.DisplayLayout.Override.CellAppearance  = appearance23;
     this.gridSession.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.gridSession.DisplayLayout.Override.CellPadding     = 0;
     appearance24.BackColor             = System.Drawing.SystemColors.Control;
     appearance24.BackColor2            = System.Drawing.SystemColors.ControlDark;
     appearance24.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
     appearance24.BackGradientStyle     = Infragistics.Win.GradientStyle.Horizontal;
     appearance24.BorderColor           = System.Drawing.SystemColors.Window;
     this.gridSession.DisplayLayout.Override.GroupByRowAppearance = appearance24;
     appearance25.TextHAlignAsString = "Left";
     this.gridSession.DisplayLayout.Override.HeaderAppearance  = appearance25;
     this.gridSession.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.gridSession.DisplayLayout.Override.HeaderStyle       = Infragistics.Win.HeaderStyle.WindowsXPCommand;
     appearance26.BackColor   = System.Drawing.SystemColors.Window;
     appearance26.BorderColor = System.Drawing.Color.Silver;
     this.gridSession.DisplayLayout.Override.RowAppearance = appearance26;
     this.gridSession.DisplayLayout.Override.RowSelectors  = Infragistics.Win.DefaultableBoolean.False;
     appearance27.BackColor = System.Drawing.SystemColors.ControlLight;
     this.gridSession.DisplayLayout.Override.TemplateAddRowAppearance = appearance27;
     this.gridSession.DisplayLayout.ScrollBounds  = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.gridSession.DisplayLayout.ScrollStyle   = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.gridSession.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
     this.gridSession.Dock              = System.Windows.Forms.DockStyle.Left;
     this.gridSession.Font              = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridSession.Location          = new System.Drawing.Point(10, 73);
     this.gridSession.Name              = "gridSession";
     this.gridSession.Size              = new System.Drawing.Size(265, 332);
     this.gridSession.TabIndex          = 3;
     this.gridSession.Text              = "ultraGrid1";
     this.gridSession.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.gridSession_InitializeLayout);
     //
     // ultraPanel11
     //
     this.ultraPanel11.Dock     = System.Windows.Forms.DockStyle.Left;
     this.ultraPanel11.Location = new System.Drawing.Point(0, 10);
     this.ultraPanel11.Name     = "ultraPanel11";
     this.ultraPanel11.Size     = new System.Drawing.Size(10, 416);
     this.ultraPanel11.TabIndex = 39;
     //
     // optFormat
     //
     appearance2.FontData.BoldAsString = "True";
     appearance2.FontData.Name         = "Verdana";
     appearance2.FontData.SizeInPoints = 10F;
     appearance2.ForeColor             = System.Drawing.Color.Black;
     appearance2.TextHAlignAsString    = "Center";
     appearance2.TextVAlignAsString    = "Middle";
     this.optFormat.Appearance         = appearance2;
     this.optFormat.BackColor          = System.Drawing.Color.Transparent;
     this.optFormat.BackColorInternal  = System.Drawing.Color.Transparent;
     this.optFormat.BorderStyle        = Infragistics.Win.UIElementBorderStyle.None;
     this.optFormat.CheckedIndex       = 0;
     valueListItem10.CheckState        = System.Windows.Forms.CheckState.Checked;
     valueListItem10.DataValue         = "pdf";
     valueListItem10.DisplayText       = "PDF";
     valueListItem11.DataValue         = "doc";
     valueListItem11.DisplayText       = "Word";
     valueListItem12.DataValue         = "xls";
     valueListItem12.DisplayText       = "Excel";
     this.optFormat.Items.AddRange(new Infragistics.Win.ValueListItem[] {
         valueListItem10,
         valueListItem11,
         valueListItem12
     });
     this.optFormat.ItemSpacingHorizontal = 8;
     this.optFormat.Location = new System.Drawing.Point(371, 2);
     this.optFormat.Margin   = new System.Windows.Forms.Padding(2);
     this.optFormat.Name     = "optFormat";
     this.optFormat.Size     = new System.Drawing.Size(195, 17);
     this.optFormat.TabIndex = 76;
     this.optFormat.Text     = "PDF";
     //
     // frmRptAdmResult
     //
     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(1096, 486);
     this.ControlBox          = false;
     this.Controls.Add(this.ultraPanel10);
     this.Controls.Add(this.gridClass);
     this.Controls.Add(this.ultraPanel12);
     this.Controls.Add(this.gridSession);
     this.Controls.Add(this.ultraPanel3);
     this.Controls.Add(this.ultraPanel4);
     this.Controls.Add(this.ultraPanel11);
     this.Controls.Add(this.ultraPanel1);
     this.Controls.Add(this.ultraPanel5);
     this.MaximizeBox  = false;
     this.MinimizeBox  = false;
     this.Name         = "frmRptAdmResult";
     this.Text         = "Report : Admission Result";
     this.WindowState  = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmRptAdmResult_FormClosing);
     this.Load        += new System.EventHandler(this.frmRptAdmResult_Load);
     this.ultraPanel1.ClientArea.ResumeLayout(false);
     this.ultraPanel1.ResumeLayout(false);
     this.ultraPanel4.ClientArea.ResumeLayout(false);
     this.ultraPanel4.ResumeLayout(false);
     this.ultraPanel3.ClientArea.ResumeLayout(false);
     this.ultraPanel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.group1)).EndInit();
     this.group1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
     this.ultraGroupBox2.ResumeLayout(false);
     this.ultraGroupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtDateFrom)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtDateTo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox8)).EndInit();
     this.ultraGroupBox8.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.optCriteria)).EndInit();
     this.ultraPanel5.ResumeLayout(false);
     this.ultraPanel10.ClientArea.ResumeLayout(false);
     this.ultraPanel10.ResumeLayout(false);
     this.ultraPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridClass)).EndInit();
     this.ultraPanel12.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridSession)).EndInit();
     this.ultraPanel11.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.optFormat)).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.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("SottoConti", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AddebitoCompetenze");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Codice");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Descrizione");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneCompleta");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneContoRiferimento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DettaglioMovimentiContabili");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdContoRiferimento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsInteressiSanzioni");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsNotValid");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PercentualeProprieta");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ExtensionData");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DisplayName");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FrequentlyAccessed");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = 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.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            this.percentageDataFilter = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
            this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.listaSottoconti = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.contoDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.anagraficaGroup = new Infragistics.Win.Misc.UltraGroupBox();
            this.sceltaContaCalorie = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.contatoreDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.lblContaColorie = new Infragistics.Win.Misc.UltraLabel();
            this.descrizioneBilancio = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblDescrizioneBilancio = 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.codice = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblCodice = new Infragistics.Win.Misc.UltraLabel();
            this.lblNotw = new Infragistics.Win.Misc.UltraLabel();
            this.note = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.descrizione = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblDescrizione = new Infragistics.Win.Misc.UltraLabel();
            this.gestioneGroup = new Infragistics.Win.Misc.UltraGroupBox();
            this.letture = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.transitorio = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.chkVersamentoCondomini = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.registrazioneSpese = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.spesePersonali = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.dataFineCompetenza = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.dataInizioCompetenza = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.ordine = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.lblOrdine = new Infragistics.Win.Misc.UltraLabel();
            this.competenza = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
            this.lblCompetenza = new Infragistics.Win.Misc.UltraLabel();
            this.ripartizione = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.custom = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.presenteBilancio = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.percentualeProprieta = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.tipoConto = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.lblPercentualeProprieta = new Infragistics.Win.Misc.UltraLabel();
            this.lblTipo = new Infragistics.Win.Misc.UltraLabel();
            this.tabDettaglioConto = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
            this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
            ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManagerStandard)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.standardFormStatus)).BeginInit();
            this.MainStandardForm_Fill_Panel.SuspendLayout();
            this.ultraTabPageControl1.SuspendLayout();
            this.tableLayoutPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.listaSottoconti)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.contoDTOBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.anagraficaGroup)).BeginInit();
            this.anagraficaGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.sceltaContaCalorie)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.contatoreDTOBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.descrizioneBilancio)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.esercizi)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.esercizioDTOBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.codice)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.note)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.descrizione)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gestioneGroup)).BeginInit();
            this.gestioneGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.letture)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.transitorio)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chkVersamentoCondomini)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.registrazioneSpese)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.spesePersonali)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataFineCompetenza)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataInizioCompetenza)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ordine)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.competenza)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ripartizione)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.custom)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.presenteBilancio)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.percentualeProprieta)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoConto)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tabDettaglioConto)).BeginInit();
            this.tabDettaglioConto.SuspendLayout();
            this.SuspendLayout();
            // 
            // ultraToolbarsManagerStandard
            // 
            this.ultraToolbarsManagerStandard.MenuSettings.ForceSerialization = true;
            this.ultraToolbarsManagerStandard.Ribbon.ApplicationMenuButtonImage = global::Gipasoft.Stabili.UI.PianoConti.PianoContiResources.sferanew_trasparente;
            this.ultraToolbarsManagerStandard.Ribbon.Visible = true;
            this.ultraToolbarsManagerStandard.ToolbarSettings.ForceSerialization = true;
            // 
            // standardFormStatus
            // 
            this.standardFormStatus.Location = new System.Drawing.Point(0, 692);
            this.standardFormStatus.Size = new System.Drawing.Size(771, 23);
            // 
            // MainStandardForm_Fill_Panel
            // 
            this.MainStandardForm_Fill_Panel.Controls.Add(this.tabDettaglioConto);
            this.MainStandardForm_Fill_Panel.Size = new System.Drawing.Size(755, 528);
            // 
            // percentageDataFilter
            // 
            appearance1.TextHAlignAsString = "Right";
            this.percentageDataFilter.Appearance = appearance1;
            this.percentageDataFilter.EditAs = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
            this.percentageDataFilter.InputMask = "nnn\\%";
            this.percentageDataFilter.Location = new System.Drawing.Point(6, 128);
            this.percentageDataFilter.Name = "percentageDataFilter";
            this.percentageDataFilter.NonAutoSizeHeight = 20;
            this.percentageDataFilter.Size = new System.Drawing.Size(100, 20);
            this.percentageDataFilter.TabIndex = 18;
            this.percentageDataFilter.Text = "%";
            this.percentageDataFilter.Visible = false;
            // 
            // ultraTabPageControl1
            // 
            this.ultraTabPageControl1.Controls.Add(this.tableLayoutPanel1);
            this.ultraTabPageControl1.Location = new System.Drawing.Point(1, 23);
            this.ultraTabPageControl1.Name = "ultraTabPageControl1";
            this.ultraTabPageControl1.Size = new System.Drawing.Size(751, 502);
            // 
            // 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.listaSottoconti, 0, 2);
            this.tableLayoutPanel1.Controls.Add(this.anagraficaGroup, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.gestioneGroup, 0, 1);
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 3;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 160F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 140F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(751, 502);
            this.tableLayoutPanel1.TabIndex = 12;
            // 
            // listaSottoconti
            // 
            this.listaSottoconti.DataMember = "SottoConti";
            this.listaSottoconti.DataSource = this.contoDTOBindingSource;
            ultraGridColumn1.Header.Caption = "Comp.";
            ultraGridColumn1.Header.VisiblePosition = 0;
            ultraGridColumn1.Hidden = true;
            ultraGridColumn2.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn2.Header.VisiblePosition = 1;
            ultraGridColumn2.MaxLength = 7;
            ultraGridColumn2.Width = 107;
            ultraGridColumn3.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn3.Header.VisiblePosition = 2;
            ultraGridColumn3.MaxLength = 250;
            ultraGridColumn3.Width = 556;
            ultraGridColumn15.Header.VisiblePosition = 3;
            ultraGridColumn4.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn4.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn4.Header.VisiblePosition = 4;
            ultraGridColumn4.Hidden = true;
            ultraGridColumn13.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn13.Header.VisiblePosition = 5;
            ultraGridColumn13.Hidden = true;
            ultraGridColumn5.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn5.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn5.Header.VisiblePosition = 6;
            ultraGridColumn5.Hidden = true;
            ultraGridColumn14.Header.Caption = "Inter. e Sanz.";
            ultraGridColumn14.Header.VisiblePosition = 7;
            ultraGridColumn14.Width = 70;
            ultraGridColumn6.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn6.Header.VisiblePosition = 9;
            ultraGridColumn6.Hidden = true;
            ultraGridColumn7.EditorComponent = this.percentageDataFilter;
            ultraGridColumn7.Header.Caption = "% Prop.";
            ultraGridColumn7.Header.VisiblePosition = 8;
            ultraGridColumn8.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn8.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn8.Header.VisiblePosition = 10;
            ultraGridColumn8.Hidden = true;
            ultraGridColumn9.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn9.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn9.Header.VisiblePosition = 11;
            ultraGridColumn9.Hidden = true;
            ultraGridColumn10.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn10.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn10.Header.VisiblePosition = 12;
            ultraGridColumn10.Hidden = true;
            ultraGridColumn11.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn11.ColumnChooserCaption = "Identificativo";
            ultraGridColumn11.Header.Caption = "Id";
            ultraGridColumn11.Header.VisiblePosition = 13;
            ultraGridColumn11.Hidden = true;
            ultraGridColumn12.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn12.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn12.Header.VisiblePosition = 14;
            ultraGridColumn12.Hidden = true;
            ultraGridColumn25.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn25.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn25.Header.VisiblePosition = 15;
            ultraGridColumn25.Hidden = true;
            ultraGridColumn26.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn26.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn26.Header.VisiblePosition = 16;
            ultraGridColumn26.Hidden = true;
            ultraGridBand1.Columns.AddRange(new object[] {
            ultraGridColumn1,
            ultraGridColumn2,
            ultraGridColumn3,
            ultraGridColumn15,
            ultraGridColumn4,
            ultraGridColumn13,
            ultraGridColumn5,
            ultraGridColumn14,
            ultraGridColumn6,
            ultraGridColumn7,
            ultraGridColumn8,
            ultraGridColumn9,
            ultraGridColumn10,
            ultraGridColumn11,
            ultraGridColumn12,
            ultraGridColumn25,
            ultraGridColumn26});
            this.listaSottoconti.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
            appearance2.FontData.BoldAsString = "True";
            appearance2.TextHAlignAsString = "Left";
            this.listaSottoconti.DisplayLayout.CaptionAppearance = appearance2;
            this.listaSottoconti.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.True;
            this.listaSottoconti.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.TemplateOnBottom;
            this.listaSottoconti.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.True;
            this.listaSottoconti.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.True;
            this.listaSottoconti.DisplayLayout.Override.RowSelectorHeaderStyle = Infragistics.Win.UltraWinGrid.RowSelectorHeaderStyle.ColumnChooserButton;
            this.listaSottoconti.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listaSottoconti.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.listaSottoconti.Location = new System.Drawing.Point(3, 303);
            this.listaSottoconti.Name = "listaSottoconti";
            this.listaSottoconti.Size = new System.Drawing.Size(745, 196);
            this.listaSottoconti.TabIndex = 11;
            this.listaSottoconti.Text = "Sotto Conti";
            // 
            // contoDTOBindingSource
            // 
            this.contoDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.ContoDTO);
            // 
            // anagraficaGroup
            // 
            this.anagraficaGroup.Controls.Add(this.sceltaContaCalorie);
            this.anagraficaGroup.Controls.Add(this.lblContaColorie);
            this.anagraficaGroup.Controls.Add(this.percentageDataFilter);
            this.anagraficaGroup.Controls.Add(this.descrizioneBilancio);
            this.anagraficaGroup.Controls.Add(this.lblDescrizioneBilancio);
            this.anagraficaGroup.Controls.Add(this.esercizi);
            this.anagraficaGroup.Controls.Add(this.lblEsercizio);
            this.anagraficaGroup.Controls.Add(this.codice);
            this.anagraficaGroup.Controls.Add(this.lblCodice);
            this.anagraficaGroup.Controls.Add(this.lblNotw);
            this.anagraficaGroup.Controls.Add(this.note);
            this.anagraficaGroup.Controls.Add(this.descrizione);
            this.anagraficaGroup.Controls.Add(this.lblDescrizione);
            this.anagraficaGroup.Dock = System.Windows.Forms.DockStyle.Fill;
            this.anagraficaGroup.Location = new System.Drawing.Point(3, 3);
            this.anagraficaGroup.Name = "anagraficaGroup";
            this.anagraficaGroup.Size = new System.Drawing.Size(745, 154);
            this.anagraficaGroup.TabIndex = 2;
            this.anagraficaGroup.Text = "Generale";
            // 
            // sceltaContaCalorie
            // 
            this.sceltaContaCalorie.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.contoDTOBindingSource, "IdContatore", true));
            this.sceltaContaCalorie.DataSource = this.contatoreDTOBindingSource;
            this.sceltaContaCalorie.DisplayMember = "Descrizione";
            this.sceltaContaCalorie.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.sceltaContaCalorie.Location = new System.Drawing.Point(106, 46);
            this.sceltaContaCalorie.Name = "sceltaContaCalorie";
            this.sceltaContaCalorie.Size = new System.Drawing.Size(234, 21);
            this.sceltaContaCalorie.TabIndex = 20;
            this.sceltaContaCalorie.ValueMember = "ID";
            // 
            // contatoreDTOBindingSource
            // 
            this.contatoreDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.ContatoreDTO);
            // 
            // lblContaColorie
            // 
            this.lblContaColorie.Location = new System.Drawing.Point(6, 48);
            this.lblContaColorie.Name = "lblContaColorie";
            this.lblContaColorie.Size = new System.Drawing.Size(94, 23);
            this.lblContaColorie.TabIndex = 19;
            this.lblContaColorie.Text = "Conta Calorie";
            // 
            // descrizioneBilancio
            // 
            this.descrizioneBilancio.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.contoDTOBindingSource, "DescrizioneBilancio", true));
            this.descrizioneBilancio.Location = new System.Drawing.Point(106, 73);
            this.descrizioneBilancio.MaxLength = 50;
            this.descrizioneBilancio.Name = "descrizioneBilancio";
            this.descrizioneBilancio.Size = new System.Drawing.Size(204, 21);
            this.descrizioneBilancio.TabIndex = 17;
            // 
            // lblDescrizioneBilancio
            // 
            this.lblDescrizioneBilancio.Location = new System.Drawing.Point(6, 79);
            this.lblDescrizioneBilancio.Name = "lblDescrizioneBilancio";
            this.lblDescrizioneBilancio.Size = new System.Drawing.Size(94, 23);
            this.lblDescrizioneBilancio.TabIndex = 16;
            this.lblDescrizioneBilancio.Text = "Descr. Bilancio";
            // 
            // esercizi
            // 
            this.esercizi.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.contoDTOBindingSource, "IdEsercizio", true));
            this.esercizi.DataSource = this.esercizioDTOBindingSource;
            this.esercizi.DisplayMember = "DisplayName";
            this.esercizi.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.esercizi.Location = new System.Drawing.Point(498, 73);
            this.esercizi.Name = "esercizi";
            this.esercizi.Size = new System.Drawing.Size(241, 21);
            this.esercizi.TabIndex = 15;
            this.esercizi.ValueMember = "ID";
            // 
            // esercizioDTOBindingSource
            // 
            this.esercizioDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.EsercizioDTO);
            // 
            // lblEsercizio
            // 
            this.lblEsercizio.Location = new System.Drawing.Point(438, 79);
            this.lblEsercizio.Name = "lblEsercizio";
            this.lblEsercizio.Size = new System.Drawing.Size(54, 23);
            this.lblEsercizio.TabIndex = 12;
            this.lblEsercizio.Text = "Esercizio";
            // 
            // codice
            // 
            this.codice.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.contoDTOBindingSource, "Codice", true));
            this.codice.Location = new System.Drawing.Point(371, 73);
            this.codice.MaxLength = 3;
            this.codice.Name = "codice";
            this.codice.Size = new System.Drawing.Size(61, 21);
            this.codice.TabIndex = 11;
            // 
            // lblCodice
            // 
            this.lblCodice.Location = new System.Drawing.Point(316, 79);
            this.lblCodice.Name = "lblCodice";
            this.lblCodice.Size = new System.Drawing.Size(49, 23);
            this.lblCodice.TabIndex = 10;
            this.lblCodice.Text = "Codice";
            // 
            // lblNotw
            // 
            this.lblNotw.Location = new System.Drawing.Point(6, 108);
            this.lblNotw.Name = "lblNotw";
            this.lblNotw.Size = new System.Drawing.Size(94, 23);
            this.lblNotw.TabIndex = 9;
            this.lblNotw.Text = "Note";
            // 
            // note
            // 
            this.note.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.note.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.contoDTOBindingSource, "Note", true));
            this.note.Location = new System.Drawing.Point(106, 100);
            this.note.MaxLength = 500;
            this.note.Multiline = true;
            this.note.Name = "note";
            this.note.Size = new System.Drawing.Size(633, 48);
            this.note.TabIndex = 8;
            // 
            // descrizione
            // 
            this.descrizione.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.descrizione.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.contoDTOBindingSource, "Descrizione", true));
            this.descrizione.Location = new System.Drawing.Point(106, 19);
            this.descrizione.MaxLength = 50;
            this.descrizione.Name = "descrizione";
            this.descrizione.Size = new System.Drawing.Size(633, 21);
            this.descrizione.TabIndex = 0;
            // 
            // lblDescrizione
            // 
            this.lblDescrizione.Location = new System.Drawing.Point(6, 19);
            this.lblDescrizione.Name = "lblDescrizione";
            this.lblDescrizione.Size = new System.Drawing.Size(94, 23);
            this.lblDescrizione.TabIndex = 1;
            this.lblDescrizione.Text = "Descrizione";
            // 
            // gestioneGroup
            // 
            this.gestioneGroup.Controls.Add(this.letture);
            this.gestioneGroup.Controls.Add(this.transitorio);
            this.gestioneGroup.Controls.Add(this.chkVersamentoCondomini);
            this.gestioneGroup.Controls.Add(this.registrazioneSpese);
            this.gestioneGroup.Controls.Add(this.spesePersonali);
            this.gestioneGroup.Controls.Add(this.dataFineCompetenza);
            this.gestioneGroup.Controls.Add(this.dataInizioCompetenza);
            this.gestioneGroup.Controls.Add(this.ordine);
            this.gestioneGroup.Controls.Add(this.lblOrdine);
            this.gestioneGroup.Controls.Add(this.competenza);
            this.gestioneGroup.Controls.Add(this.lblCompetenza);
            this.gestioneGroup.Controls.Add(this.ripartizione);
            this.gestioneGroup.Controls.Add(this.custom);
            this.gestioneGroup.Controls.Add(this.presenteBilancio);
            this.gestioneGroup.Controls.Add(this.percentualeProprieta);
            this.gestioneGroup.Controls.Add(this.tipoConto);
            this.gestioneGroup.Controls.Add(this.lblPercentualeProprieta);
            this.gestioneGroup.Controls.Add(this.lblTipo);
            this.gestioneGroup.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gestioneGroup.Location = new System.Drawing.Point(3, 163);
            this.gestioneGroup.Name = "gestioneGroup";
            this.gestioneGroup.Size = new System.Drawing.Size(745, 134);
            this.gestioneGroup.TabIndex = 10;
            this.gestioneGroup.Text = "Gestione";
            // 
            // letture
            // 
            this.letture.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.letture.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.contoDTOBindingSource, "IsRipartoLetture", true));
            this.letture.Location = new System.Drawing.Point(563, 67);
            this.letture.Name = "letture";
            this.letture.Size = new System.Drawing.Size(65, 20);
            this.letture.TabIndex = 19;
            this.letture.Text = "Letture";
            // 
            // transitorio
            // 
            this.transitorio.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.transitorio.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.contoDTOBindingSource, "IsTransitorio", true));
            this.transitorio.Location = new System.Drawing.Point(661, 67);
            this.transitorio.Name = "transitorio";
            this.transitorio.Size = new System.Drawing.Size(78, 20);
            this.transitorio.TabIndex = 18;
            this.transitorio.Text = "Transitorio";
            // 
            // chkVersamentoCondomini
            // 
            this.chkVersamentoCondomini.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.chkVersamentoCondomini.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.contoDTOBindingSource, "UtilizzabileVersamentoCondomini", true));
            this.chkVersamentoCondomini.Location = new System.Drawing.Point(329, 44);
            this.chkVersamentoCondomini.Name = "chkVersamentoCondomini";
            this.chkVersamentoCondomini.Size = new System.Drawing.Size(146, 20);
            this.chkVersamentoCondomini.TabIndex = 17;
            this.chkVersamentoCondomini.Text = "Versamento Condomini";
            // 
            // registrazioneSpese
            // 
            this.registrazioneSpese.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.registrazioneSpese.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.contoDTOBindingSource, "UtilizzabileRegistrazioneSpese", true));
            this.registrazioneSpese.Location = new System.Drawing.Point(493, 44);
            this.registrazioneSpese.Name = "registrazioneSpese";
            this.registrazioneSpese.Size = new System.Drawing.Size(135, 20);
            this.registrazioneSpese.TabIndex = 16;
            this.registrazioneSpese.Text = "Registrazione Spese";
            // 
            // spesePersonali
            // 
            this.spesePersonali.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.spesePersonali.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.contoDTOBindingSource, "IsSpesePersonali", true));
            this.spesePersonali.Location = new System.Drawing.Point(634, 44);
            this.spesePersonali.Name = "spesePersonali";
            this.spesePersonali.Size = new System.Drawing.Size(105, 20);
            this.spesePersonali.TabIndex = 15;
            this.spesePersonali.Text = "Spese Personali";
            // 
            // dataFineCompetenza
            // 
            this.dataFineCompetenza.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.contoDTOBindingSource, "DataFineCompetenza", true));
            this.dataFineCompetenza.Enabled = false;
            this.dataFineCompetenza.Location = new System.Drawing.Point(235, 107);
            this.dataFineCompetenza.Name = "dataFineCompetenza";
            this.dataFineCompetenza.Size = new System.Drawing.Size(89, 21);
            this.dataFineCompetenza.TabIndex = 14;
            // 
            // dataInizioCompetenza
            // 
            this.dataInizioCompetenza.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.contoDTOBindingSource, "DataInizioCompetenza", true));
            this.dataInizioCompetenza.Enabled = false;
            this.dataInizioCompetenza.Location = new System.Drawing.Point(140, 107);
            this.dataInizioCompetenza.Name = "dataInizioCompetenza";
            this.dataInizioCompetenza.Size = new System.Drawing.Size(89, 21);
            this.dataInizioCompetenza.TabIndex = 13;
            // 
            // ordine
            // 
            this.ordine.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.contoDTOBindingSource, "Ordine", true));
            this.ordine.Location = new System.Drawing.Point(689, 101);
            this.ordine.MaskInput = "nnnnn";
            this.ordine.MaxValue = 10000;
            this.ordine.MinValue = 0;
            this.ordine.Name = "ordine";
            this.ordine.Nullable = true;
            this.ordine.Size = new System.Drawing.Size(50, 21);
            this.ordine.SpinWrap = true;
            this.ordine.TabIndex = 7;
            // 
            // lblOrdine
            // 
            this.lblOrdine.Location = new System.Drawing.Point(634, 105);
            this.lblOrdine.Name = "lblOrdine";
            this.lblOrdine.Size = new System.Drawing.Size(49, 23);
            this.lblOrdine.TabIndex = 6;
            this.lblOrdine.Text = "Ordine";
            // 
            // competenza
            // 
            this.competenza.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
            this.competenza.CheckedIndex = 1;
            this.competenza.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.contoDTOBindingSource, "TipoCompetenza", true));
            valueListItem1.DataValue = "Riscaldamento";
            valueListItem1.DisplayText = "Riscaldamento";
            valueListItem2.DataValue = "Esercizio";
            valueListItem2.DisplayText = "Esercizio";
            valueListItem3.DataValue = "Data";
            valueListItem3.DisplayText = "Data";
            this.competenza.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem1,
            valueListItem2,
            valueListItem3});
            this.competenza.ItemSpacingVertical = 10;
            this.competenza.Location = new System.Drawing.Point(85, 50);
            this.competenza.Name = "competenza";
            this.competenza.Size = new System.Drawing.Size(144, 77);
            this.competenza.TabIndex = 11;
            this.competenza.Text = "Esercizio";
            this.competenza.ValueChanged += new System.EventHandler(this.competenzaValueChanged);
            // 
            // lblCompetenza
            // 
            this.lblCompetenza.Location = new System.Drawing.Point(6, 50);
            this.lblCompetenza.Name = "lblCompetenza";
            this.lblCompetenza.Size = new System.Drawing.Size(75, 37);
            this.lblCompetenza.TabIndex = 9;
            this.lblCompetenza.Text = "Competenza";
            // 
            // ripartizione
            // 
            this.ripartizione.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.ripartizione.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.contoDTOBindingSource, "Ripartizione", true));
            this.ripartizione.Location = new System.Drawing.Point(652, 18);
            this.ripartizione.Name = "ripartizione";
            this.ripartizione.Size = new System.Drawing.Size(87, 20);
            this.ripartizione.TabIndex = 8;
            this.ripartizione.Text = "Ripartizione";
            // 
            // custom
            // 
            this.custom.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.custom.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.contoDTOBindingSource, "CustomField", true));
            this.custom.Location = new System.Drawing.Point(580, 18);
            this.custom.Name = "custom";
            this.custom.Size = new System.Drawing.Size(56, 20);
            this.custom.TabIndex = 7;
            this.custom.Text = "Utente";
            // 
            // presenteBilancio
            // 
            this.presenteBilancio.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.presenteBilancio.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.contoDTOBindingSource, "PresenteBilancio", true));
            this.presenteBilancio.Location = new System.Drawing.Point(428, 18);
            this.presenteBilancio.Name = "presenteBilancio";
            this.presenteBilancio.Size = new System.Drawing.Size(135, 20);
            this.presenteBilancio.TabIndex = 6;
            this.presenteBilancio.Text = "Presente Bilancio";
            // 
            // percentualeProprieta
            // 
            this.percentualeProprieta.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.contoDTOBindingSource, "PercentualeProprieta", true));
            this.percentualeProprieta.Location = new System.Drawing.Point(328, 17);
            this.percentualeProprieta.MaskInput = "nnn\\%";
            this.percentualeProprieta.MaxValue = 100;
            this.percentualeProprieta.MinValue = 0;
            this.percentualeProprieta.Name = "percentualeProprieta";
            this.percentualeProprieta.Size = new System.Drawing.Size(53, 21);
            this.percentualeProprieta.TabIndex = 5;
            // 
            // tipoConto
            // 
            this.tipoConto.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.contoDTOBindingSource, "Tipo", true));
            this.tipoConto.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.tipoConto.Location = new System.Drawing.Point(85, 19);
            this.tipoConto.Name = "tipoConto";
            this.tipoConto.Size = new System.Drawing.Size(144, 21);
            this.tipoConto.TabIndex = 3;
            // 
            // lblPercentualeProprieta
            // 
            this.lblPercentualeProprieta.Location = new System.Drawing.Point(249, 21);
            this.lblPercentualeProprieta.Name = "lblPercentualeProprieta";
            this.lblPercentualeProprieta.Size = new System.Drawing.Size(73, 23);
            this.lblPercentualeProprieta.TabIndex = 4;
            this.lblPercentualeProprieta.Text = "% Proprietà";
            // 
            // lblTipo
            // 
            this.lblTipo.Location = new System.Drawing.Point(5, 21);
            this.lblTipo.Name = "lblTipo";
            this.lblTipo.Size = new System.Drawing.Size(53, 23);
            this.lblTipo.TabIndex = 2;
            this.lblTipo.Text = "Tipo";
            // 
            // tabDettaglioConto
            // 
            this.tabDettaglioConto.Controls.Add(this.ultraTabSharedControlsPage1);
            this.tabDettaglioConto.Controls.Add(this.ultraTabPageControl1);
            this.tabDettaglioConto.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabDettaglioConto.Location = new System.Drawing.Point(0, 0);
            this.tabDettaglioConto.Name = "tabDettaglioConto";
            this.tabDettaglioConto.SharedControlsPage = this.ultraTabSharedControlsPage1;
            this.tabDettaglioConto.Size = new System.Drawing.Size(755, 528);
            this.tabDettaglioConto.TabIndex = 0;
            ultraTab1.Key = "generale";
            ultraTab1.TabPage = this.ultraTabPageControl1;
            ultraTab1.Text = "Generale";
            this.tabDettaglioConto.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
            ultraTab1});
            // 
            // ultraTabSharedControlsPage1
            // 
            this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
            this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(751, 502);
            // 
            // DettaglioConto
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(771, 715);
            this.Name = "DettaglioConto";
            this.Text = "Conto";
            this.Load += new System.EventHandler(this.dettaglioContoLoad);
            ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManagerStandard)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.standardFormStatus)).EndInit();
            this.MainStandardForm_Fill_Panel.ResumeLayout(false);
            this.ultraTabPageControl1.ResumeLayout(false);
            this.tableLayoutPanel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.listaSottoconti)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.contoDTOBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.anagraficaGroup)).EndInit();
            this.anagraficaGroup.ResumeLayout(false);
            this.anagraficaGroup.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.sceltaContaCalorie)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.contatoreDTOBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.descrizioneBilancio)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.esercizi)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.esercizioDTOBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.codice)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.note)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.descrizione)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gestioneGroup)).EndInit();
            this.gestioneGroup.ResumeLayout(false);
            this.gestioneGroup.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.letture)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.transitorio)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chkVersamentoCondomini)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.registrazioneSpese)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.spesePersonali)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataFineCompetenza)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataInizioCompetenza)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ordine)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.competenza)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ripartizione)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.custom)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.presenteBilancio)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.percentualeProprieta)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoConto)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tabDettaglioConto)).EndInit();
            this.tabDettaglioConto.ResumeLayout(false);
            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 appearance3 = new Infragistics.Win.Appearance();
         Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
         Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
         Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
         Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
         Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
         Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
         Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
         Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
         Infragistics.Win.ValueListItem valueListItem7 = new Infragistics.Win.ValueListItem();
         Infragistics.Win.ValueListItem valueListItem8 = new Infragistics.Win.ValueListItem();
         Infragistics.Win.ValueListItem valueListItem9 = new Infragistics.Win.ValueListItem();
         Infragistics.Win.ValueListItem valueListItem10 = new Infragistics.Win.ValueListItem();
         Infragistics.Win.ValueListItem valueListItem11 = new Infragistics.Win.ValueListItem();
         Infragistics.Win.ValueListItem valueListItem12 = new Infragistics.Win.ValueListItem();
         Infragistics.Win.ValueListItem valueListItem13 = new Infragistics.Win.ValueListItem();
         Infragistics.Win.ValueListItem valueListItem14 = new Infragistics.Win.ValueListItem();
         Infragistics.Win.ValueListItem valueListItem15 = new Infragistics.Win.ValueListItem();
         Infragistics.Win.ValueListItem valueListItem16 = new Infragistics.Win.ValueListItem();
         Infragistics.Win.ValueListItem valueListItem17 = new Infragistics.Win.ValueListItem();
         Infragistics.Win.ValueListItem valueListItem18 = new Infragistics.Win.ValueListItem();
         Infragistics.Win.ValueListItem valueListItem19 = new Infragistics.Win.ValueListItem();
         Infragistics.Win.ValueListItem valueListItem20 = new Infragistics.Win.ValueListItem();
         Infragistics.Win.ValueListItem valueListItem21 = new Infragistics.Win.ValueListItem();
         Infragistics.Win.ValueListItem valueListItem22 = new Infragistics.Win.ValueListItem();
         Infragistics.Win.ValueListItem valueListItem23 = new Infragistics.Win.ValueListItem();
         Infragistics.Win.ValueListItem valueListItem24 = new Infragistics.Win.ValueListItem();
         Infragistics.Win.ValueListItem valueListItem25 = new Infragistics.Win.ValueListItem();
         Infragistics.Win.ValueListItem valueListItem26 = new Infragistics.Win.ValueListItem();
         Infragistics.Win.ValueListItem valueListItem27 = new Infragistics.Win.ValueListItem();
         Infragistics.Win.ValueListItem valueListItem28 = new Infragistics.Win.ValueListItem();
         Infragistics.Win.ValueListItem valueListItem29 = new Infragistics.Win.ValueListItem();
         Infragistics.Win.ValueListItem valueListItem30 = new Infragistics.Win.ValueListItem();
         Infragistics.Win.ValueListItem valueListItem31 = new Infragistics.Win.ValueListItem();
         Infragistics.Win.ValueListItem valueListItem32 = new Infragistics.Win.ValueListItem();
         Infragistics.Win.ValueListItem valueListItem33 = new Infragistics.Win.ValueListItem();
         Infragistics.Win.ValueListItem valueListItem34 = new Infragistics.Win.ValueListItem();
         Infragistics.Win.ValueListItem valueListItem35 = new Infragistics.Win.ValueListItem();
         Infragistics.Win.ValueListItem valueListItem36 = new Infragistics.Win.ValueListItem();
         Infragistics.Win.ValueListItem valueListItem37 = new Infragistics.Win.ValueListItem();
         Infragistics.Win.ValueListItem valueListItem38 = new Infragistics.Win.ValueListItem();
         Infragistics.Win.ValueListItem valueListItem39 = new Infragistics.Win.ValueListItem();
         Infragistics.Win.ValueListItem valueListItem40 = new Infragistics.Win.ValueListItem();
         Infragistics.Win.ValueListItem valueListItem41 = new Infragistics.Win.ValueListItem();
         Infragistics.Win.ValueListItem valueListItem42 = new Infragistics.Win.ValueListItem();
         Infragistics.Win.ValueListItem valueListItem43 = new Infragistics.Win.ValueListItem();
         Infragistics.Win.ValueListItem valueListItem44 = new Infragistics.Win.ValueListItem();
         Infragistics.Win.ValueListItem valueListItem45 = new Infragistics.Win.ValueListItem();
         Infragistics.Win.ValueListItem valueListItem46 = new Infragistics.Win.ValueListItem();
         Infragistics.Win.ValueListItem valueListItem47 = new Infragistics.Win.ValueListItem();
         Infragistics.Win.ValueListItem valueListItem48 = new Infragistics.Win.ValueListItem();
         Infragistics.Win.ValueListItem valueListItem49 = new Infragistics.Win.ValueListItem();
         Infragistics.Win.ValueListItem valueListItem50 = new Infragistics.Win.ValueListItem();
         Infragistics.Win.ValueListItem valueListItem51 = new Infragistics.Win.ValueListItem();
         Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
         this._label = new Infragistics.Win.Misc.UltraLabel();
         this._valueLabel = new Infragistics.Win.Misc.UltraLabel();
         this._requiredLabel = new Infragistics.Win.Misc.UltraLabel();
         this._comboValue = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
         this._errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
         this._internalEdit = new Infragistics.Win.Misc.UltraButton();
         ((System.ComponentModel.ISupportInitialize)(this._comboValue)).BeginInit();
         ((System.ComponentModel.ISupportInitialize)(this._errorProvider)).BeginInit();
         this.SuspendLayout();
         // 
         // _label
         // 
         appearance3.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
         appearance3.TextVAlignAsString = "Middle";
         this._label.Appearance = appearance3;
         this._label.Location = new System.Drawing.Point(4, 1);
         this._label.Name = "_label";
         this._label.Size = new System.Drawing.Size(100, 21);
         this._label.TabIndex = 6;
         this._label.Text = "Label";
         this._label.WrapText = false;
         // 
         // _valueLabel
         // 
         appearance4.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
         appearance4.TextVAlignAsString = "Middle";
         this._valueLabel.Appearance = appearance4;
         this._valueLabel.Location = new System.Drawing.Point(110, 0);
         this._valueLabel.Name = "_valueLabel";
         this._valueLabel.Size = new System.Drawing.Size(215, 21);
         this._valueLabel.TabIndex = 7;
         this._valueLabel.Text = "Value Label";
         this._valueLabel.Visible = false;
         this._valueLabel.WrapText = false;
         // 
         // _requiredLabel
         // 
         this._requiredLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                     | System.Windows.Forms.AnchorStyles.Right)));
         appearance2.ForeColor = System.Drawing.Color.Red;
         appearance2.TextHAlignAsString = "Center";
         appearance2.TextVAlignAsString = "Middle";
         this._requiredLabel.Appearance = appearance2;
         this._requiredLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
         this._requiredLabel.Location = new System.Drawing.Point(333, 0);
         this._requiredLabel.Name = "_requiredLabel";
         this._requiredLabel.Size = new System.Drawing.Size(17, 23);
         this._requiredLabel.TabIndex = 8;
         this._requiredLabel.Text = "*";
         this._requiredLabel.Visible = false;
         // 
         // _comboValue
         // 
         valueListItem1.DataValue = "AL";
         valueListItem1.DisplayText = "AL";
         valueListItem2.DataValue = "AK";
         valueListItem2.DisplayText = "AK";
         valueListItem3.DataValue = "AZ";
         valueListItem3.DisplayText = "AZ";
         valueListItem4.DataValue = "AR";
         valueListItem4.DisplayText = "AR";
         valueListItem5.DataValue = "CA";
         valueListItem5.DisplayText = "CA";
         valueListItem6.DataValue = "CO";
         valueListItem6.DisplayText = "CO";
         valueListItem7.DataValue = "CT";
         valueListItem7.DisplayText = "CT";
         valueListItem8.DataValue = "DC";
         valueListItem8.DisplayText = "DC";
         valueListItem9.DataValue = "DE";
         valueListItem9.DisplayText = "DE";
         valueListItem10.DataValue = "FL";
         valueListItem10.DisplayText = "FL";
         valueListItem11.DataValue = "GA";
         valueListItem11.DisplayText = "GA";
         valueListItem12.DataValue = "HI";
         valueListItem12.DisplayText = "HI";
         valueListItem13.DataValue = "ID";
         valueListItem13.DisplayText = "ID";
         valueListItem14.DataValue = "IL";
         valueListItem14.DisplayText = "IL";
         valueListItem15.DataValue = "IN";
         valueListItem15.DisplayText = "IN";
         valueListItem16.DataValue = "IA";
         valueListItem16.DisplayText = "IA";
         valueListItem17.DataValue = "KS";
         valueListItem17.DisplayText = "KS";
         valueListItem18.DataValue = "KY";
         valueListItem18.DisplayText = "KY";
         valueListItem19.DataValue = "LA";
         valueListItem19.DisplayText = "LA";
         valueListItem20.DataValue = "ME";
         valueListItem20.DisplayText = "ME";
         valueListItem21.DataValue = "MD";
         valueListItem21.DisplayText = "MD";
         valueListItem22.DataValue = "MA";
         valueListItem22.DisplayText = "MA";
         valueListItem23.DataValue = "MI";
         valueListItem23.DisplayText = "MI";
         valueListItem24.DataValue = "MN";
         valueListItem24.DisplayText = "MN";
         valueListItem25.DataValue = "MS";
         valueListItem25.DisplayText = "MS";
         valueListItem26.DataValue = "MO";
         valueListItem26.DisplayText = "MO";
         valueListItem27.DataValue = "MT";
         valueListItem27.DisplayText = "MT";
         valueListItem28.DataValue = "NE";
         valueListItem28.DisplayText = "NE";
         valueListItem29.DataValue = "NV";
         valueListItem29.DisplayText = "NV";
         valueListItem30.DataValue = "NH";
         valueListItem30.DisplayText = "NH";
         valueListItem31.DataValue = "NJ";
         valueListItem31.DisplayText = "NJ";
         valueListItem32.DataValue = "NM";
         valueListItem32.DisplayText = "NM";
         valueListItem33.DataValue = "NY";
         valueListItem33.DisplayText = "NY";
         valueListItem34.DataValue = "NC";
         valueListItem34.DisplayText = "NC";
         valueListItem35.DataValue = "ND";
         valueListItem35.DisplayText = "ND";
         valueListItem36.DataValue = "OH";
         valueListItem36.DisplayText = "OH";
         valueListItem37.DataValue = "OK";
         valueListItem37.DisplayText = "OK";
         valueListItem38.DataValue = "OR";
         valueListItem38.DisplayText = "OR";
         valueListItem39.DataValue = "PA";
         valueListItem39.DisplayText = "PA";
         valueListItem40.DataValue = "RI";
         valueListItem40.DisplayText = "RI";
         valueListItem41.DataValue = "SC";
         valueListItem41.DisplayText = "SC";
         valueListItem42.DataValue = "SD";
         valueListItem42.DisplayText = "SD";
         valueListItem43.DataValue = "TN";
         valueListItem43.DisplayText = "TN";
         valueListItem44.DataValue = "TX";
         valueListItem44.DisplayText = "TX";
         valueListItem45.DataValue = "UT";
         valueListItem45.DisplayText = "UT";
         valueListItem46.DataValue = "VT";
         valueListItem46.DisplayText = "VT";
         valueListItem47.DataValue = "VA";
         valueListItem47.DisplayText = "VA";
         valueListItem48.DataValue = "WA";
         valueListItem48.DisplayText = "WA";
         valueListItem49.DataValue = "WV";
         valueListItem49.DisplayText = "WV";
         valueListItem50.DataValue = "WI";
         valueListItem50.DisplayText = "WI";
         valueListItem51.DataValue = "WY";
         valueListItem51.DisplayText = "WY";
         this._comboValue.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem1,
            valueListItem2,
            valueListItem3,
            valueListItem4,
            valueListItem5,
            valueListItem6,
            valueListItem7,
            valueListItem8,
            valueListItem9,
            valueListItem10,
            valueListItem11,
            valueListItem12,
            valueListItem13,
            valueListItem14,
            valueListItem15,
            valueListItem16,
            valueListItem17,
            valueListItem18,
            valueListItem19,
            valueListItem20,
            valueListItem21,
            valueListItem22,
            valueListItem23,
            valueListItem24,
            valueListItem25,
            valueListItem26,
            valueListItem27,
            valueListItem28,
            valueListItem29,
            valueListItem30,
            valueListItem31,
            valueListItem32,
            valueListItem33,
            valueListItem34,
            valueListItem35,
            valueListItem36,
            valueListItem37,
            valueListItem38,
            valueListItem39,
            valueListItem40,
            valueListItem41,
            valueListItem42,
            valueListItem43,
            valueListItem44,
            valueListItem45,
            valueListItem46,
            valueListItem47,
            valueListItem48,
            valueListItem49,
            valueListItem50,
            valueListItem51});
         this._comboValue.Location = new System.Drawing.Point(110, 1);
         this._comboValue.Name = "_comboValue";
         this._comboValue.Size = new System.Drawing.Size(215, 21);
         this._comboValue.SyncWithCurrencyManager = false;
         this._comboValue.TabIndex = 9;
         this._comboValue.ValueChanged += new System.EventHandler(this.OnValueChanged);
         // 
         // _errorProvider
         // 
         this._errorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
         this._errorProvider.ContainerControl = this;
         // 
         // _internalEdit
         // 
         this._internalEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
         appearance1.BorderColor = System.Drawing.Color.Transparent;
         appearance1.Image = global::XF.Controls.Properties.Resources.edit_16;
         this._internalEdit.Appearance = appearance1;
         this._internalEdit.ButtonStyle = Infragistics.Win.UIElementButtonStyle.FlatBorderless;
         this._internalEdit.Location = new System.Drawing.Point(331, 1);
         this._internalEdit.Name = "_internalEdit";
         this._internalEdit.ShowOutline = false;
         this._internalEdit.Size = new System.Drawing.Size(21, 22);
         this._internalEdit.TabIndex = 10;
         this._internalEdit.UseAppStyling = false;
         this._internalEdit.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
         this._internalEdit.Visible = false;
         this._internalEdit.Click += new System.EventHandler(this.OnEditClick);
         // 
         // EditableStatesComboEditor
         // 
         this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
         this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
         this.Controls.Add(this._comboValue);
         this.Controls.Add(this._requiredLabel);
         this.Controls.Add(this._valueLabel);
         this.Controls.Add(this._label);
         this.Controls.Add(this._internalEdit);
         this.Name = "EditableStatesComboEditor";
         this.Size = new System.Drawing.Size(350, 23);
         ((System.ComponentModel.ISupportInitialize)(this._comboValue)).EndInit();
         ((System.ComponentModel.ISupportInitialize)(this._errorProvider)).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.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.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("CondominioDTO", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn96 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AnnoInizio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn97 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AziendaID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn98 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Cap");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn99 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Codice");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn100 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CodiceBancaPrincipale");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn101 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CodiceCalcoloTariffaAcqua");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn102 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CodiceFiscale");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn103 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CodiceImportazione");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn104 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CodiceSIA");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn105 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DataChiusuraEsercizio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn106 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DatiBancari");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn107 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Deleted");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn108 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Descrizione");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn109 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneSpeseAutomatica");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn110 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DisplayIndirizzo");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn111 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Esercizi");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn112 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FascicoloCompleto");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn113 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FoglioCatastale");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn114 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FormatoDescrizioneMovimento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn115 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FormatoDescrizioneSpesa");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn116 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("GiornoAperturaEsercizioOrdinario");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn117 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("GiornoAssemblea");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn118 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("GiornoChiusuraEsercizioOrdinario");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn119 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IbanPrincipale");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn120 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdFornitoreDichiarazione770");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn121 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdResponsabile");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn122 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdResponsabileContabilita");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn123 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdResponsabiliAssemblea");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn124 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Indirizzo");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn125 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IndirizzoCompleto");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn126 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsAbilitataArchiviazioneOtticaContratti");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn127 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsAbilitataArchiviazioneOtticaPassivi");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn128 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsSupercondominio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn129 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Latitude");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn130 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Localita");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn131 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Longitude");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn132 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LuogoAssemblea");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn133 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MappaleCatastale");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn134 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MeseAperturaEsercizioOrdinario");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn135 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MeseAssemblea");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn136 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MeseChiusuraEsercizioOrdinario");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn137 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NomeIndirizzoComune");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn138 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NomeResponsabile");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn139 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NomeResponsabileContabilita");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn140 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Note");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn141 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PresenzaNote");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn142 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UnitaImmobiliari");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn143 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ExtensionData");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn144 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DisplayName");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn145 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FrequentlyAccessed");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn146 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn147 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsDeleteAllow");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn148 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Stato");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn149 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Version");
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("DatiBancari", 0);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn150 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Abi");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn151 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Cab");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn152 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Cin");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn153 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ContoCorrente");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn154 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DataValidita");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn155 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Descrizione");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn156 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneAbi");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn157 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneCab");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn158 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Iban");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn159 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdCondominio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn160 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Note");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn161 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Principale");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn162 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ExtensionData");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn163 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DisplayName");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn164 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FrequentlyAccessed");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn165 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn166 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsDeleteAllow");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn167 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Stato");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn168 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Version");
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand3 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Esercizi", 0);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn169 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AnnoChiusuraEsercizioPrecedente");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn170 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DataApertura");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn171 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DataChiusura");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn172 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Descrizione");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn173 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DisplayNameCondominio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn174 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DisplayResponsabileChiusura");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn175 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Gestione");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn176 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdAnnoGestionale");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn177 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdCondominio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn178 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdResponsabile");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn179 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NoteApertura");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn180 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NoteChiusura");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn181 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ProgressivoRegistrazioneContabile");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn182 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("StatoEsercizio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn183 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ExtensionData");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn184 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DisplayName");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn185 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FrequentlyAccessed");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn186 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn187 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsDeleteAllow");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn188 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Stato");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn189 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Version");
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand4 = new Infragistics.Win.UltraWinGrid.UltraGridBand("IdResponsabiliAssemblea", 0);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn190 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Value");
            Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ImportazioneDatiYStabiliUC));
            this.btnConferma = new Infragistics.Win.Misc.UltraButton();
            this.btnSceltaFile = new Infragistics.Win.Misc.UltraButton();
            this.lblFileDatabase = new Infragistics.Win.Misc.UltraLabel();
            this.nomeFile = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
            this.anomalie = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.password = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblPassword = new Infragistics.Win.Misc.UltraLabel();
            this.lblCodiceCondominio = new Infragistics.Win.Misc.UltraLabel();
            this.codiceCondominio = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.btnSearch = new Infragistics.Win.Misc.UltraButton();
            this.ricercaCondominio = new Infragistics.Win.UltraWinGrid.UltraCombo();
            this.groupFornitori = new Infragistics.Win.Misc.UltraGroupBox();
            this.btnConfermaFornitori = new Infragistics.Win.Misc.UltraButton();
            this.groupCondomini = new Infragistics.Win.Misc.UltraGroupBox();
            this.saldi = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
            this.contiStudio = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.lblPrefissoConto = new Infragistics.Win.Misc.UltraLabel();
            this.prefissoConto = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.groupDatabase = new Infragistics.Win.Misc.UltraGroupBox();
            this.reqNomeFile = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.validationSummary1 = new Gipasoft.Windows.Forms.CustomValidation.ValidationSummary(this.components);
            this.condominioDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.nomeFile)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.anomalie)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.password)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.codiceCondominio)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ricercaCondominio)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupFornitori)).BeginInit();
            this.groupFornitori.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.groupCondomini)).BeginInit();
            this.groupCondomini.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.saldi)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.contiStudio)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.prefissoConto)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupDatabase)).BeginInit();
            this.groupDatabase.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.condominioDTOBindingSource)).BeginInit();
            this.SuspendLayout();
            // 
            // btnConferma
            // 
            this.btnConferma.Location = new System.Drawing.Point(8, 75);
            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.btnConferma_Click);
            // 
            // btnSceltaFile
            // 
            this.btnSceltaFile.Location = new System.Drawing.Point(528, 14);
            this.btnSceltaFile.Name = "btnSceltaFile";
            this.btnSceltaFile.Size = new System.Drawing.Size(49, 23);
            this.btnSceltaFile.TabIndex = 4;
            this.btnSceltaFile.Text = "Sfoglia";
            this.btnSceltaFile.Click += new System.EventHandler(this.btnSceltaFileClick);
            // 
            // lblFileDatabase
            // 
            this.lblFileDatabase.Appearance = appearance1;
            this.lblFileDatabase.Location = new System.Drawing.Point(8, 19);
            this.lblFileDatabase.Name = "lblFileDatabase";
            this.lblFileDatabase.Size = new System.Drawing.Size(100, 23);
            this.lblFileDatabase.TabIndex = 3;
            this.lblFileDatabase.Text = "File Database";
            // 
            // nomeFile
            // 
            this.nomeFile.Location = new System.Drawing.Point(114, 15);
            this.nomeFile.Name = "nomeFile";
            this.nomeFile.Size = new System.Drawing.Size(408, 21);
            this.nomeFile.TabIndex = 2;
            // 
            // openFileDialog1
            // 
            this.openFileDialog1.InitialDirectory = global::Gipasoft.Stabili.UI.ImportazioneDati.Properties.Settings.Default.DatabaseFilePath;
            // 
            // anomalie
            // 
            this.anomalie.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.anomalie.Location = new System.Drawing.Point(4, 267);
            this.anomalie.Multiline = true;
            this.anomalie.Name = "anomalie";
            this.anomalie.ReadOnly = true;
            this.anomalie.Scrollbars = System.Windows.Forms.ScrollBars.Vertical;
            this.anomalie.Size = new System.Drawing.Size(587, 191);
            this.anomalie.TabIndex = 7;
            // 
            // password
            // 
            this.password.Location = new System.Drawing.Point(114, 42);
            this.password.Name = "password";
            this.password.PasswordChar = '*';
            this.password.Size = new System.Drawing.Size(100, 21);
            this.password.TabIndex = 8;
            // 
            // lblPassword
            // 
            this.lblPassword.Appearance = appearance2;
            this.lblPassword.Location = new System.Drawing.Point(8, 46);
            this.lblPassword.Name = "lblPassword";
            this.lblPassword.Size = new System.Drawing.Size(100, 23);
            this.lblPassword.TabIndex = 9;
            this.lblPassword.Text = "Password";
            // 
            // lblCodiceCondominio
            // 
            this.lblCodiceCondominio.Appearance = appearance3;
            this.lblCodiceCondominio.Location = new System.Drawing.Point(8, 19);
            this.lblCodiceCondominio.Name = "lblCodiceCondominio";
            this.lblCodiceCondominio.Size = new System.Drawing.Size(113, 23);
            this.lblCodiceCondominio.TabIndex = 10;
            this.lblCodiceCondominio.Text = "Codice Condominio";
            // 
            // codiceCondominio
            // 
            this.codiceCondominio.Location = new System.Drawing.Point(127, 15);
            this.codiceCondominio.Name = "codiceCondominio";
            this.codiceCondominio.Size = new System.Drawing.Size(75, 21);
            this.codiceCondominio.TabIndex = 11;
            // 
            // btnSearch
            // 
            appearance4.Image = global::Gipasoft.Stabili.UI.ImportazioneDati.ImportazioneDatiResources.find;
            this.btnSearch.Appearance = appearance4;
            this.btnSearch.Location = new System.Drawing.Point(208, 15);
            this.btnSearch.Name = "btnSearch";
            this.btnSearch.Size = new System.Drawing.Size(28, 23);
            this.btnSearch.TabIndex = 12;
            this.btnSearch.Click += new System.EventHandler(this.btnSearchClick);
            // 
            // ricercaCondominio
            // 
            this.ricercaCondominio.DataSource = this.condominioDTOBindingSource;
            ultraGridColumn96.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn96.Header.VisiblePosition = 0;
            ultraGridColumn96.Hidden = true;
            ultraGridColumn97.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn97.Header.VisiblePosition = 2;
            ultraGridColumn97.Hidden = true;
            ultraGridColumn98.Header.VisiblePosition = 24;
            ultraGridColumn98.Hidden = true;
            ultraGridColumn99.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn99.Header.VisiblePosition = 3;
            ultraGridColumn99.Hidden = true;
            ultraGridColumn99.Width = 50;
            ultraGridColumn100.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn100.Header.VisiblePosition = 4;
            ultraGridColumn100.Hidden = true;
            ultraGridColumn101.Header.VisiblePosition = 6;
            ultraGridColumn101.Hidden = true;
            ultraGridColumn102.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn102.Header.VisiblePosition = 5;
            ultraGridColumn102.Hidden = true;
            ultraGridColumn103.Header.VisiblePosition = 8;
            ultraGridColumn103.Hidden = true;
            ultraGridColumn104.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn104.Header.VisiblePosition = 7;
            ultraGridColumn104.Hidden = true;
            ultraGridColumn105.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn105.Header.VisiblePosition = 9;
            ultraGridColumn105.Hidden = true;
            ultraGridColumn106.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn106.Header.VisiblePosition = 52;
            ultraGridColumn107.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn107.Header.VisiblePosition = 10;
            ultraGridColumn107.Hidden = true;
            ultraGridColumn108.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn108.Header.VisiblePosition = 11;
            ultraGridColumn108.Hidden = true;
            ultraGridColumn109.Header.VisiblePosition = 13;
            ultraGridColumn109.Hidden = true;
            ultraGridColumn110.Header.Caption = "Indirizzo";
            ultraGridColumn110.Header.VisiblePosition = 14;
            ultraGridColumn110.Hidden = true;
            ultraGridColumn111.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn111.Header.VisiblePosition = 51;
            ultraGridColumn112.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn112.Header.VisiblePosition = 12;
            ultraGridColumn112.Hidden = true;
            ultraGridColumn113.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn113.Header.VisiblePosition = 15;
            ultraGridColumn113.Hidden = true;
            ultraGridColumn114.Header.VisiblePosition = 21;
            ultraGridColumn114.Hidden = true;
            ultraGridColumn115.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn115.Header.VisiblePosition = 16;
            ultraGridColumn115.Hidden = true;
            ultraGridColumn116.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn116.Header.VisiblePosition = 17;
            ultraGridColumn116.Hidden = true;
            ultraGridColumn117.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn117.Header.VisiblePosition = 18;
            ultraGridColumn117.Hidden = true;
            ultraGridColumn118.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn118.Header.VisiblePosition = 19;
            ultraGridColumn118.Hidden = true;
            ultraGridColumn119.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn119.Header.VisiblePosition = 20;
            ultraGridColumn119.Hidden = true;
            ultraGridColumn120.Header.VisiblePosition = 29;
            ultraGridColumn120.Hidden = true;
            ultraGridColumn121.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn121.Header.VisiblePosition = 22;
            ultraGridColumn121.Hidden = true;
            ultraGridColumn122.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn122.Header.VisiblePosition = 23;
            ultraGridColumn122.Hidden = true;
            ultraGridColumn123.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn123.Header.VisiblePosition = 53;
            ultraGridColumn124.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn124.Header.VisiblePosition = 25;
            ultraGridColumn124.Hidden = true;
            ultraGridColumn125.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn125.Header.Caption = "Indirizzo";
            ultraGridColumn125.Header.VisiblePosition = 26;
            ultraGridColumn126.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn126.Header.VisiblePosition = 31;
            ultraGridColumn126.Hidden = true;
            ultraGridColumn127.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn127.Header.VisiblePosition = 33;
            ultraGridColumn127.Hidden = true;
            ultraGridColumn128.Header.VisiblePosition = 32;
            ultraGridColumn128.Hidden = true;
            ultraGridColumn129.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn129.Header.VisiblePosition = 27;
            ultraGridColumn129.Hidden = true;
            ultraGridColumn130.Header.VisiblePosition = 40;
            ultraGridColumn130.Hidden = true;
            ultraGridColumn131.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn131.Header.VisiblePosition = 28;
            ultraGridColumn131.Hidden = true;
            ultraGridColumn132.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn132.Header.VisiblePosition = 30;
            ultraGridColumn132.Hidden = true;
            ultraGridColumn133.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn133.Header.VisiblePosition = 34;
            ultraGridColumn133.Hidden = true;
            ultraGridColumn134.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn134.Header.VisiblePosition = 35;
            ultraGridColumn134.Hidden = true;
            ultraGridColumn135.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn135.Header.VisiblePosition = 36;
            ultraGridColumn135.Hidden = true;
            ultraGridColumn136.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn136.Header.VisiblePosition = 37;
            ultraGridColumn136.Hidden = true;
            ultraGridColumn137.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn137.Header.VisiblePosition = 38;
            ultraGridColumn137.Hidden = true;
            ultraGridColumn138.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn138.Header.VisiblePosition = 39;
            ultraGridColumn138.Hidden = true;
            ultraGridColumn139.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn139.Header.VisiblePosition = 41;
            ultraGridColumn139.Hidden = true;
            ultraGridColumn140.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn140.Header.VisiblePosition = 42;
            ultraGridColumn140.Hidden = true;
            ultraGridColumn141.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn141.Header.VisiblePosition = 43;
            ultraGridColumn141.Hidden = true;
            ultraGridColumn142.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn142.Header.VisiblePosition = 44;
            ultraGridColumn142.Hidden = true;
            ultraGridColumn143.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn143.Header.VisiblePosition = 45;
            ultraGridColumn143.Hidden = true;
            ultraGridColumn144.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn144.Header.Caption = "Condominio";
            ultraGridColumn144.Header.VisiblePosition = 1;
            ultraGridColumn144.Width = 250;
            ultraGridColumn145.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn145.Header.VisiblePosition = 46;
            ultraGridColumn145.Hidden = true;
            ultraGridColumn146.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn146.Header.VisiblePosition = 47;
            ultraGridColumn146.Hidden = true;
            ultraGridColumn147.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn147.Header.VisiblePosition = 48;
            ultraGridColumn147.Hidden = true;
            ultraGridColumn148.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn148.Header.VisiblePosition = 49;
            ultraGridColumn148.Hidden = true;
            ultraGridColumn149.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn149.Header.VisiblePosition = 50;
            ultraGridColumn149.Hidden = true;
            ultraGridBand1.Columns.AddRange(new object[] {
            ultraGridColumn96,
            ultraGridColumn97,
            ultraGridColumn98,
            ultraGridColumn99,
            ultraGridColumn100,
            ultraGridColumn101,
            ultraGridColumn102,
            ultraGridColumn103,
            ultraGridColumn104,
            ultraGridColumn105,
            ultraGridColumn106,
            ultraGridColumn107,
            ultraGridColumn108,
            ultraGridColumn109,
            ultraGridColumn110,
            ultraGridColumn111,
            ultraGridColumn112,
            ultraGridColumn113,
            ultraGridColumn114,
            ultraGridColumn115,
            ultraGridColumn116,
            ultraGridColumn117,
            ultraGridColumn118,
            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,
            ultraGridColumn147,
            ultraGridColumn148,
            ultraGridColumn149});
            ultraGridColumn150.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn150.Header.VisiblePosition = 0;
            ultraGridColumn151.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn151.Header.VisiblePosition = 1;
            ultraGridColumn152.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn152.Header.VisiblePosition = 2;
            ultraGridColumn153.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn153.Header.VisiblePosition = 3;
            ultraGridColumn154.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn154.Header.VisiblePosition = 4;
            ultraGridColumn155.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn155.Header.VisiblePosition = 5;
            ultraGridColumn156.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn156.Header.VisiblePosition = 6;
            ultraGridColumn157.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn157.Header.VisiblePosition = 7;
            ultraGridColumn158.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn158.Header.VisiblePosition = 8;
            ultraGridColumn159.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn159.Header.VisiblePosition = 9;
            ultraGridColumn160.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn160.Header.VisiblePosition = 10;
            ultraGridColumn161.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn161.Header.VisiblePosition = 11;
            ultraGridColumn162.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn162.Header.VisiblePosition = 12;
            ultraGridColumn163.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn163.Header.VisiblePosition = 13;
            ultraGridColumn164.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn164.Header.VisiblePosition = 14;
            ultraGridColumn165.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn165.Header.VisiblePosition = 15;
            ultraGridColumn166.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn166.Header.VisiblePosition = 16;
            ultraGridColumn167.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn167.Header.VisiblePosition = 17;
            ultraGridColumn168.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn168.Header.VisiblePosition = 18;
            ultraGridBand2.Columns.AddRange(new object[] {
            ultraGridColumn150,
            ultraGridColumn151,
            ultraGridColumn152,
            ultraGridColumn153,
            ultraGridColumn154,
            ultraGridColumn155,
            ultraGridColumn156,
            ultraGridColumn157,
            ultraGridColumn158,
            ultraGridColumn159,
            ultraGridColumn160,
            ultraGridColumn161,
            ultraGridColumn162,
            ultraGridColumn163,
            ultraGridColumn164,
            ultraGridColumn165,
            ultraGridColumn166,
            ultraGridColumn167,
            ultraGridColumn168});
            ultraGridColumn169.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn169.Header.VisiblePosition = 0;
            ultraGridColumn170.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn170.Header.VisiblePosition = 1;
            ultraGridColumn171.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn171.Header.VisiblePosition = 2;
            ultraGridColumn172.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn172.Header.VisiblePosition = 3;
            ultraGridColumn173.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn173.Header.VisiblePosition = 4;
            ultraGridColumn174.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn174.Header.VisiblePosition = 5;
            ultraGridColumn175.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn175.Header.VisiblePosition = 6;
            ultraGridColumn176.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn176.Header.VisiblePosition = 7;
            ultraGridColumn177.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn177.Header.VisiblePosition = 8;
            ultraGridColumn178.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn178.Header.VisiblePosition = 9;
            ultraGridColumn179.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn179.Header.VisiblePosition = 10;
            ultraGridColumn180.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn180.Header.VisiblePosition = 11;
            ultraGridColumn181.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn181.Header.VisiblePosition = 12;
            ultraGridColumn182.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn182.Header.VisiblePosition = 13;
            ultraGridColumn183.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn183.Header.VisiblePosition = 14;
            ultraGridColumn184.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn184.Header.VisiblePosition = 15;
            ultraGridColumn185.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn185.Header.VisiblePosition = 16;
            ultraGridColumn186.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn186.Header.VisiblePosition = 17;
            ultraGridColumn187.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn187.Header.VisiblePosition = 18;
            ultraGridColumn188.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn188.Header.VisiblePosition = 19;
            ultraGridColumn189.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn189.Header.VisiblePosition = 20;
            ultraGridBand3.Columns.AddRange(new object[] {
            ultraGridColumn169,
            ultraGridColumn170,
            ultraGridColumn171,
            ultraGridColumn172,
            ultraGridColumn173,
            ultraGridColumn174,
            ultraGridColumn175,
            ultraGridColumn176,
            ultraGridColumn177,
            ultraGridColumn178,
            ultraGridColumn179,
            ultraGridColumn180,
            ultraGridColumn181,
            ultraGridColumn182,
            ultraGridColumn183,
            ultraGridColumn184,
            ultraGridColumn185,
            ultraGridColumn186,
            ultraGridColumn187,
            ultraGridColumn188,
            ultraGridColumn189});
            ultraGridColumn190.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn190.Header.VisiblePosition = 0;
            ultraGridBand4.Columns.AddRange(new object[] {
            ultraGridColumn190});
            this.ricercaCondominio.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
            this.ricercaCondominio.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
            this.ricercaCondominio.DisplayLayout.BandsSerializer.Add(ultraGridBand3);
            this.ricercaCondominio.DisplayLayout.BandsSerializer.Add(ultraGridBand4);
            this.ricercaCondominio.DisplayMember = "Descrizione";
            this.ricercaCondominio.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ricercaCondominio.Location = new System.Drawing.Point(242, 19);
            this.ricercaCondominio.Name = "ricercaCondominio";
            this.ricercaCondominio.Size = new System.Drawing.Size(335, 22);
            this.ricercaCondominio.TabIndex = 14;
            this.ricercaCondominio.ValueMember = "Codice";
            this.ricercaCondominio.ValueChanged += new System.EventHandler(this.ricercaCondominioValueChanged);
            // 
            // groupFornitori
            // 
            this.groupFornitori.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.groupFornitori.Controls.Add(this.btnConfermaFornitori);
            this.groupFornitori.Location = new System.Drawing.Point(4, 197);
            this.groupFornitori.Name = "groupFornitori";
            this.groupFornitori.Size = new System.Drawing.Size(583, 64);
            this.groupFornitori.TabIndex = 17;
            this.groupFornitori.Text = "Fornitori";
            // 
            // btnConfermaFornitori
            // 
            this.btnConfermaFornitori.Location = new System.Drawing.Point(6, 35);
            this.btnConfermaFornitori.Name = "btnConfermaFornitori";
            this.btnConfermaFornitori.Size = new System.Drawing.Size(75, 23);
            this.btnConfermaFornitori.TabIndex = 6;
            this.btnConfermaFornitori.Text = "Conferma";
            this.btnConfermaFornitori.Click += new System.EventHandler(this.btnConfermaFornitoriClick);
            // 
            // groupCondomini
            // 
            this.groupCondomini.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.groupCondomini.Controls.Add(this.saldi);
            this.groupCondomini.Controls.Add(this.contiStudio);
            this.groupCondomini.Controls.Add(this.lblPrefissoConto);
            this.groupCondomini.Controls.Add(this.prefissoConto);
            this.groupCondomini.Controls.Add(this.lblCodiceCondominio);
            this.groupCondomini.Controls.Add(this.ricercaCondominio);
            this.groupCondomini.Controls.Add(this.codiceCondominio);
            this.groupCondomini.Controls.Add(this.btnSearch);
            this.groupCondomini.Controls.Add(this.btnConferma);
            this.groupCondomini.Location = new System.Drawing.Point(4, 87);
            this.groupCondomini.Name = "groupCondomini";
            this.groupCondomini.Size = new System.Drawing.Size(583, 104);
            this.groupCondomini.TabIndex = 18;
            this.groupCondomini.Text = "Condomini";
            // 
            // saldi
            // 
            this.saldi.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
            this.saldi.CheckedIndex = 1;
            valueListItem1.DataValue = "ATTU";
            valueListItem1.DisplayText = "Saldi Esercizio Attuale";
            valueListItem2.DataValue = "PREC";
            valueListItem2.DisplayText = "Saldi Esercizio Precedente";
            this.saldi.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem1,
            valueListItem2});
            this.saldi.Location = new System.Drawing.Point(285, 80);
            this.saldi.Name = "saldi";
            this.saldi.Size = new System.Drawing.Size(292, 20);
            this.saldi.TabIndex = 18;
            this.saldi.Text = "Saldi Esercizio Precedente";
            this.saldi.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
            // 
            // contiStudio
            // 
            this.contiStudio.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.contiStudio.Location = new System.Drawing.Point(326, 48);
            this.contiStudio.Name = "contiStudio";
            this.contiStudio.Size = new System.Drawing.Size(82, 20);
            this.contiStudio.TabIndex = 17;
            this.contiStudio.Text = "Conti studio";
            // 
            // lblPrefissoConto
            // 
            this.lblPrefissoConto.Appearance = appearance5;
            this.lblPrefissoConto.Location = new System.Drawing.Point(414, 51);
            this.lblPrefissoConto.Name = "lblPrefissoConto";
            this.lblPrefissoConto.Size = new System.Drawing.Size(82, 23);
            this.lblPrefissoConto.TabIndex = 15;
            this.lblPrefissoConto.Text = "Prefisso conto";
            // 
            // prefissoConto
            // 
            this.prefissoConto.Location = new System.Drawing.Point(502, 47);
            this.prefissoConto.Name = "prefissoConto";
            this.prefissoConto.Size = new System.Drawing.Size(75, 21);
            this.prefissoConto.TabIndex = 16;
            // 
            // groupDatabase
            // 
            this.groupDatabase.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.groupDatabase.Controls.Add(this.lblFileDatabase);
            this.groupDatabase.Controls.Add(this.nomeFile);
            this.groupDatabase.Controls.Add(this.btnSceltaFile);
            this.groupDatabase.Controls.Add(this.lblPassword);
            this.groupDatabase.Controls.Add(this.password);
            this.groupDatabase.Location = new System.Drawing.Point(4, 5);
            this.groupDatabase.Name = "groupDatabase";
            this.groupDatabase.Size = new System.Drawing.Size(583, 76);
            this.groupDatabase.TabIndex = 19;
            this.groupDatabase.Text = "Archivio";
            // 
            // reqNomeFile
            // 
            this.reqNomeFile.ControlToValidate = this.nomeFile;
            this.reqNomeFile.ErrorMessage = "Scegliere il file da cui devono essere importati i dati";
            this.reqNomeFile.Icon = ((System.Drawing.Icon)(resources.GetObject("reqNomeFile.Icon")));
            // 
            // condominioDTOBindingSource
            // 
            this.condominioDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.CondominioDTO);
            // 
            // ImportazioneDatiYStabiliUC
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.groupDatabase);
            this.Controls.Add(this.groupCondomini);
            this.Controls.Add(this.groupFornitori);
            this.Controls.Add(this.anomalie);
            this.Name = "ImportazioneDatiYStabiliUC";
            this.Size = new System.Drawing.Size(594, 461);
            this.Load += new System.EventHandler(this.importazioneDatiUCLoad);
            ((System.ComponentModel.ISupportInitialize)(this.nomeFile)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.anomalie)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.password)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.codiceCondominio)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ricercaCondominio)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupFornitori)).EndInit();
            this.groupFornitori.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.groupCondomini)).EndInit();
            this.groupCondomini.ResumeLayout(false);
            this.groupCondomini.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.saldi)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.contiStudio)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.prefissoConto)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupDatabase)).EndInit();
            this.groupDatabase.ResumeLayout(false);
            this.groupDatabase.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.condominioDTOBindingSource)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Example #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(uscEVRStruktura));
     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 valueListItem11           = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem12           = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem13           = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem15           = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem16           = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem17           = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem18           = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem9            = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem10           = new Infragistics.Win.ValueListItem();
     this.tspCPVOznake              = new System.Windows.Forms.ToolStrip();
     this.tsbCPVOznakeSpremiNovi    = new System.Windows.Forms.ToolStripButton();
     this.tsbCPVOznakeSpremiZatvori = new System.Windows.Forms.ToolStripButton();
     this.tsbCPVOznakeOdustani      = new System.Windows.Forms.ToolStripButton();
     this.lblValidationMessages     = new System.Windows.Forms.Label();
     this.cbkMjestoTroska           = new System.Windows.Forms.CheckBox();
     this.label3 = new System.Windows.Forms.Label();
     this.cbkOrganizacijskaJedinica = new System.Windows.Forms.CheckBox();
     this.ucbSeparatorBlokova       = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.lblSeparatorBlokova       = new System.Windows.Forms.Label();
     this.lblMjestoTroska           = new System.Windows.Forms.Label();
     this.ucbDuzinaBloka            = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.label2              = new System.Windows.Forms.Label();
     this.ucbSeparator        = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.lblSeparatorEVR     = new System.Windows.Forms.Label();
     this.ucbPozicijaTeksta   = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.lblTekst            = new System.Windows.Forms.Label();
     this.lblNaziv            = new System.Windows.Forms.Label();
     this.lblPrikazEVRFormata = new System.Windows.Forms.Label();
     this.uteNaziv            = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.tspCPVOznake.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ucbSeparatorBlokova)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ucbDuzinaBloka)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ucbSeparator)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ucbPozicijaTeksta)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uteNaziv)).BeginInit();
     this.SuspendLayout();
     //
     // tspCPVOznake
     //
     this.tspCPVOznake.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsbCPVOznakeSpremiNovi,
         this.tsbCPVOznakeSpremiZatvori,
         this.tsbCPVOznakeOdustani
     });
     this.tspCPVOznake.Location = new System.Drawing.Point(0, 0);
     this.tspCPVOznake.Name     = "tspCPVOznake";
     this.tspCPVOznake.Size     = new System.Drawing.Size(349, 25);
     this.tspCPVOznake.TabIndex = 20;
     this.tspCPVOznake.Text     = "toolStrip1";
     //
     // tsbCPVOznakeSpremiNovi
     //
     this.tsbCPVOznakeSpremiNovi.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tsbCPVOznakeSpremiNovi.Image                 = ((System.Drawing.Image)(resources.GetObject("tsbCPVOznakeSpremiNovi.Image")));
     this.tsbCPVOznakeSpremiNovi.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbCPVOznakeSpremiNovi.Name   = "tsbCPVOznakeSpremiNovi";
     this.tsbCPVOznakeSpremiNovi.Size   = new System.Drawing.Size(80, 22);
     this.tsbCPVOznakeSpremiNovi.Text   = "Spremi i novi";
     this.tsbCPVOznakeSpremiNovi.Click += new System.EventHandler(this.tsbCPVOznakeSpremiNovi_Click);
     //
     // tsbCPVOznakeSpremiZatvori
     //
     this.tsbCPVOznakeSpremiZatvori.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tsbCPVOznakeSpremiZatvori.Image                 = ((System.Drawing.Image)(resources.GetObject("tsbCPVOznakeSpremiZatvori.Image")));
     this.tsbCPVOznakeSpremiZatvori.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbCPVOznakeSpremiZatvori.Name   = "tsbCPVOznakeSpremiZatvori";
     this.tsbCPVOznakeSpremiZatvori.Size   = new System.Drawing.Size(92, 22);
     this.tsbCPVOznakeSpremiZatvori.Text   = "Spremi i zatvori";
     this.tsbCPVOznakeSpremiZatvori.Click += new System.EventHandler(this.tsbCPVOznakeSpremiZatvori_Click);
     //
     // tsbCPVOznakeOdustani
     //
     this.tsbCPVOznakeOdustani.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tsbCPVOznakeOdustani.Image                 = ((System.Drawing.Image)(resources.GetObject("tsbCPVOznakeOdustani.Image")));
     this.tsbCPVOznakeOdustani.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbCPVOznakeOdustani.Name   = "tsbCPVOznakeOdustani";
     this.tsbCPVOznakeOdustani.Size   = new System.Drawing.Size(103, 22);
     this.tsbCPVOznakeOdustani.Text   = "Odustani i zatvori";
     this.tsbCPVOznakeOdustani.Click += new System.EventHandler(this.tsbCPVOznakeOdustani_Click);
     //
     // lblValidationMessages
     //
     this.lblValidationMessages.AutoSize  = true;
     this.lblValidationMessages.ForeColor = System.Drawing.Color.Red;
     this.lblValidationMessages.Location  = new System.Drawing.Point(4, 25);
     this.lblValidationMessages.Name      = "lblValidationMessages";
     this.lblValidationMessages.Padding   = new System.Windows.Forms.Padding(0, 2, 0, 5);
     this.lblValidationMessages.Size      = new System.Drawing.Size(0, 20);
     this.lblValidationMessages.TabIndex  = 21;
     //
     // cbkMjestoTroska
     //
     this.cbkMjestoTroska.AutoSize   = true;
     this.cbkMjestoTroska.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.cbkMjestoTroska.Location   = new System.Drawing.Point(135, 200);
     this.cbkMjestoTroska.Name       = "cbkMjestoTroska";
     this.cbkMjestoTroska.Size       = new System.Drawing.Size(15, 14);
     this.cbkMjestoTroska.TabIndex   = 105;
     this.cbkMjestoTroska.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.cbkMjestoTroska.UseVisualStyleBackColor = true;
     this.cbkMjestoTroska.CheckedChanged         += new System.EventHandler(this.cbkMjestoTroska_CheckedChanged);
     //
     // label3
     //
     this.label3.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.label3.Location = new System.Drawing.Point(4, 175);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(118, 13);
     this.label3.TabIndex = 104;
     this.label3.Text     = "Organizacijska jedinica:";
     //
     // cbkOrganizacijskaJedinica
     //
     this.cbkOrganizacijskaJedinica.AutoSize   = true;
     this.cbkOrganizacijskaJedinica.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.cbkOrganizacijskaJedinica.Location   = new System.Drawing.Point(135, 175);
     this.cbkOrganizacijskaJedinica.Name       = "cbkOrganizacijskaJedinica";
     this.cbkOrganizacijskaJedinica.Size       = new System.Drawing.Size(15, 14);
     this.cbkOrganizacijskaJedinica.TabIndex   = 103;
     this.cbkOrganizacijskaJedinica.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.cbkOrganizacijskaJedinica.UseVisualStyleBackColor = true;
     this.cbkOrganizacijskaJedinica.CheckedChanged         += new System.EventHandler(this.cbkOrganizacijskaJedinica_CheckedChanged);
     //
     // ucbSeparatorBlokova
     //
     this.ucbSeparatorBlokova.DisplayMember = "Naziv";
     this.ucbSeparatorBlokova.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
     valueListItem5.DataValue   = "-";
     valueListItem5.DisplayText = "- povlaka";
     valueListItem6.DataValue   = "/";
     valueListItem6.DisplayText = "/ kosa crta";
     valueListItem7.DataValue   = "\\";
     valueListItem7.DisplayText = "\\ kosa crta unatrag";
     valueListItem8.DataValue   = ".";
     valueListItem8.DisplayText = ". tocka";
     this.ucbSeparatorBlokova.Items.AddRange(new Infragistics.Win.ValueListItem[] {
         valueListItem5,
         valueListItem6,
         valueListItem7,
         valueListItem8
     });
     this.ucbSeparatorBlokova.Location         = new System.Drawing.Point(135, 224);
     this.ucbSeparatorBlokova.MaxDropDownItems = 20;
     this.ucbSeparatorBlokova.Name             = "ucbSeparatorBlokova";
     this.ucbSeparatorBlokova.Size             = new System.Drawing.Size(173, 21);
     this.ucbSeparatorBlokova.TabIndex         = 102;
     this.ucbSeparatorBlokova.ValueMember      = "ID";
     this.ucbSeparatorBlokova.Visible          = false;
     this.ucbSeparatorBlokova.ValueChanged    += new System.EventHandler(this.ucbSeparatorBlokova_ValueChanged);
     //
     // lblSeparatorBlokova
     //
     this.lblSeparatorBlokova.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.lblSeparatorBlokova.AutoSize = true;
     this.lblSeparatorBlokova.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.lblSeparatorBlokova.Location = new System.Drawing.Point(3, 228);
     this.lblSeparatorBlokova.Name     = "lblSeparatorBlokova";
     this.lblSeparatorBlokova.Size     = new System.Drawing.Size(97, 13);
     this.lblSeparatorBlokova.TabIndex = 101;
     this.lblSeparatorBlokova.Text     = "Separator blokova:";
     this.lblSeparatorBlokova.Visible  = false;
     //
     // lblMjestoTroska
     //
     this.lblMjestoTroska.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.lblMjestoTroska.AutoSize = true;
     this.lblMjestoTroska.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.lblMjestoTroska.Location = new System.Drawing.Point(4, 200);
     this.lblMjestoTroska.Name     = "lblMjestoTroska";
     this.lblMjestoTroska.Size     = new System.Drawing.Size(74, 13);
     this.lblMjestoTroska.TabIndex = 100;
     this.lblMjestoTroska.Text     = "MjestoTroska:";
     //
     // ucbDuzinaBloka
     //
     this.ucbDuzinaBloka.DisplayMember = "Naziv";
     this.ucbDuzinaBloka.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
     valueListItem11.DataValue         = 2;
     valueListItem11.DisplayText       = "Dva znaka unutar bloka";
     valueListItem12.DataValue         = 3;
     valueListItem12.DisplayText       = "Tri znaka unutar bloka";
     valueListItem13.DataValue         = 4;
     valueListItem13.DisplayText       = "Četri znaka unutar bloka";
     this.ucbDuzinaBloka.Items.AddRange(new Infragistics.Win.ValueListItem[] {
         valueListItem11,
         valueListItem12,
         valueListItem13
     });
     this.ucbDuzinaBloka.Location         = new System.Drawing.Point(136, 143);
     this.ucbDuzinaBloka.MaxDropDownItems = 20;
     this.ucbDuzinaBloka.Name             = "ucbDuzinaBloka";
     this.ucbDuzinaBloka.Size             = new System.Drawing.Size(173, 21);
     this.ucbDuzinaBloka.TabIndex         = 99;
     this.ucbDuzinaBloka.ValueMember      = "ID";
     this.ucbDuzinaBloka.ValueChanged    += new System.EventHandler(this.ucbDuzinaBloka_ValueChanged);
     //
     // label2
     //
     this.label2.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.label2.Location = new System.Drawing.Point(4, 147);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(85, 13);
     this.label2.TabIndex = 98;
     this.label2.Text     = "Dužina bloka:";
     //
     // ucbSeparator
     //
     this.ucbSeparator.DisplayMember = "Naziv";
     this.ucbSeparator.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
     valueListItem15.DataValue       = "-";
     valueListItem15.DisplayText     = "- povlaka";
     valueListItem16.DataValue       = "/";
     valueListItem16.DisplayText     = "/ kosa crta";
     valueListItem17.DataValue       = "\\";
     valueListItem17.DisplayText     = "\\ kosa crta unatrag";
     valueListItem18.DataValue       = ".";
     valueListItem18.DisplayText     = ". tocka";
     this.ucbSeparator.Items.AddRange(new Infragistics.Win.ValueListItem[] {
         valueListItem15,
         valueListItem16,
         valueListItem17,
         valueListItem18
     });
     this.ucbSeparator.Location         = new System.Drawing.Point(136, 112);
     this.ucbSeparator.MaxDropDownItems = 20;
     this.ucbSeparator.Name             = "ucbSeparator";
     this.ucbSeparator.Size             = new System.Drawing.Size(173, 21);
     this.ucbSeparator.TabIndex         = 97;
     this.ucbSeparator.ValueMember      = "ID";
     this.ucbSeparator.ValueChanged    += new System.EventHandler(this.ucbSeparator_ValueChanged);
     //
     // lblSeparatorEVR
     //
     this.lblSeparatorEVR.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.lblSeparatorEVR.AutoSize = true;
     this.lblSeparatorEVR.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.lblSeparatorEVR.Location = new System.Drawing.Point(4, 116);
     this.lblSeparatorEVR.Name     = "lblSeparatorEVR";
     this.lblSeparatorEVR.Size     = new System.Drawing.Size(93, 13);
     this.lblSeparatorEVR.TabIndex = 96;
     this.lblSeparatorEVR.Text     = "EVR separator:";
     //
     // ucbPozicijaTeksta
     //
     this.ucbPozicijaTeksta.DisplayMember = "Naziv";
     this.ucbPozicijaTeksta.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
     valueListItem9.DataValue             = "pocetak";
     valueListItem9.DisplayText           = "Na pocetku";
     valueListItem10.DataValue            = "kraj";
     valueListItem10.DisplayText          = "Na kraju";
     this.ucbPozicijaTeksta.Items.AddRange(new Infragistics.Win.ValueListItem[] {
         valueListItem9,
         valueListItem10
     });
     this.ucbPozicijaTeksta.Location         = new System.Drawing.Point(136, 81);
     this.ucbPozicijaTeksta.MaxDropDownItems = 20;
     this.ucbPozicijaTeksta.Name             = "ucbPozicijaTeksta";
     this.ucbPozicijaTeksta.Size             = new System.Drawing.Size(173, 21);
     this.ucbPozicijaTeksta.TabIndex         = 95;
     this.ucbPozicijaTeksta.ValueMember      = "ID";
     this.ucbPozicijaTeksta.ValueChanged    += new System.EventHandler(this.ucbPozicijaTeksta_ValueChanged);
     //
     // lblTekst
     //
     this.lblTekst.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.lblTekst.AutoSize = true;
     this.lblTekst.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.lblTekst.Location = new System.Drawing.Point(4, 85);
     this.lblTekst.Name     = "lblTekst";
     this.lblTekst.Size     = new System.Drawing.Size(123, 13);
     this.lblTekst.TabIndex = 94;
     this.lblTekst.Text     = "Pozicija teksta EVR:";
     //
     // lblNaziv
     //
     this.lblNaziv.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.lblNaziv.AutoSize = true;
     this.lblNaziv.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.lblNaziv.Location = new System.Drawing.Point(4, 55);
     this.lblNaziv.Name     = "lblNaziv";
     this.lblNaziv.Size     = new System.Drawing.Size(89, 13);
     this.lblNaziv.TabIndex = 92;
     this.lblNaziv.Text     = "Naziv formata:";
     //
     // lblPrikazEVRFormata
     //
     this.lblPrikazEVRFormata.Anchor    = System.Windows.Forms.AnchorStyles.Left;
     this.lblPrikazEVRFormata.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.lblPrikazEVRFormata.Location  = new System.Drawing.Point(135, 254);
     this.lblPrikazEVRFormata.Name      = "lblPrikazEVRFormata";
     this.lblPrikazEVRFormata.Size      = new System.Drawing.Size(173, 22);
     this.lblPrikazEVRFormata.TabIndex  = 91;
     this.lblPrikazEVRFormata.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // uteNaziv
     //
     this.uteNaziv.Location  = new System.Drawing.Point(136, 51);
     this.uteNaziv.MaxLength = 50;
     this.uteNaziv.Name      = "uteNaziv";
     this.uteNaziv.Size      = new System.Drawing.Size(173, 21);
     this.uteNaziv.TabIndex  = 93;
     //
     // uscEVRStruktura
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.cbkMjestoTroska);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.cbkOrganizacijskaJedinica);
     this.Controls.Add(this.ucbSeparatorBlokova);
     this.Controls.Add(this.lblSeparatorBlokova);
     this.Controls.Add(this.lblMjestoTroska);
     this.Controls.Add(this.ucbDuzinaBloka);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.ucbSeparator);
     this.Controls.Add(this.lblSeparatorEVR);
     this.Controls.Add(this.ucbPozicijaTeksta);
     this.Controls.Add(this.lblTekst);
     this.Controls.Add(this.lblNaziv);
     this.Controls.Add(this.uteNaziv);
     this.Controls.Add(this.lblPrikazEVRFormata);
     this.Controls.Add(this.lblValidationMessages);
     this.Controls.Add(this.tspCPVOznake);
     this.Name  = "uscEVRStruktura";
     this.Size  = new System.Drawing.Size(349, 326);
     this.Load += new System.EventHandler(this.uscEVRStruktura_Load);
     this.tspCPVOznake.ResumeLayout(false);
     this.tspCPVOznake.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ucbSeparatorBlokova)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ucbDuzinaBloka)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ucbSeparator)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ucbPozicijaTeksta)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uteNaziv)).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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmExistencia));
            Infragistics.Win.Appearance appearance14 = 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 appearance16 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance15 = 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();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab4 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance6 = 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.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ubEliminar = new Infragistics.Win.Misc.UltraButton();
            this.ubNuevo = new Infragistics.Win.Misc.UltraButton();
            this.grillaUnidades = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.btnEliminarAlmacen = new Infragistics.Win.Misc.UltraButton();
            this.btnNuevoAlmacen = new Infragistics.Win.Misc.UltraButton();
            this.grillaAlmacenes = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.ultraTabPageControl3 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.btnEliminarMaquina = new Infragistics.Win.Misc.UltraButton();
            this.btnNuevaMaquina = new Infragistics.Win.Misc.UltraButton();
            this.grillaMaquinas = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.ultraTabPageControl4 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.txtUbicacion = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblUbicacion = new Infragistics.Win.Misc.UltraLabel();
            this.CheckActivo = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.txtDescripcion = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
            this.txtNombre = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.Nombre = new Infragistics.Win.Misc.UltraLabel();
            this.txtCodigo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.Codigo = new Infragistics.Win.Misc.UltraLabel();
            this.boxGeneralidades = new Infragistics.Win.Misc.UltraGroupBox();
            this.chekEnCotizacion = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.checkEsInventariable = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.checkesServicio = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.checkEsVenta = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.checkEsCompra = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.ultraTabControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
            this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
            this.ugbClasificacion = new Infragistics.Win.Misc.UltraGroupBox();
            this.busItemClasificacion = new Soft.Controls.SoftSearch();
            this.busClasificacion = new Soft.Controls.SoftSearch();
            this.lblMarca = new Infragistics.Win.Misc.UltraLabel();
            this.busMarca = new Soft.Controls.SoftSearch();
            this.labelGramaje = new Infragistics.Win.Misc.UltraLabel();
            this.txtGramaje = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.LabelLargo = new Infragistics.Win.Misc.UltraLabel();
            this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
            this.txtLargo = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.txtAlto = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.ugbCostos = new Infragistics.Win.Misc.UltraGroupBox();
            this.uneCostoReferencia = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.lblCostoReferencia = new Infragistics.Win.Misc.UltraLabel();
            this.lblCostoPromedio = new Infragistics.Win.Misc.UltraLabel();
            this.uneCostoPromedio = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.uneCostoUltimaCompra = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.lblCostoUltimaCompra = new Infragistics.Win.Misc.UltraLabel();
            this.uceGramaje = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
            this.txtUnidadBase = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            ((System.ComponentModel.ISupportInitialize)(this.ugbParent)).BeginInit();
            this.ugbParent.SuspendLayout();
            this.ultraTabPageControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.grillaUnidades)).BeginInit();
            this.ultraTabPageControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.grillaAlmacenes)).BeginInit();
            this.ultraTabPageControl3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.grillaMaquinas)).BeginInit();
            this.ultraTabPageControl4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtUbicacion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.CheckActivo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtDescripcion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNombre)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtCodigo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.boxGeneralidades)).BeginInit();
            this.boxGeneralidades.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chekEnCotizacion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEsInventariable)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkesServicio)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEsVenta)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEsCompra)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).BeginInit();
            this.ultraTabControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ugbClasificacion)).BeginInit();
            this.ugbClasificacion.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtGramaje)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtLargo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtAlto)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ugbCostos)).BeginInit();
            this.ugbCostos.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.uneCostoReferencia)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneCostoPromedio)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneCostoUltimaCompra)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uceGramaje)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtUnidadBase)).BeginInit();
            this.SuspendLayout();
            // 
            // ugbParent
            // 
            this.ugbParent.Controls.Add(this.txtUnidadBase);
            this.ugbParent.Controls.Add(this.ultraLabel1);
            this.ugbParent.Controls.Add(this.uceGramaje);
            this.ugbParent.Controls.Add(this.ugbCostos);
            this.ugbParent.Controls.Add(this.txtAlto);
            this.ugbParent.Controls.Add(this.txtLargo);
            this.ugbParent.Controls.Add(this.ultraLabel3);
            this.ugbParent.Controls.Add(this.LabelLargo);
            this.ugbParent.Controls.Add(this.txtGramaje);
            this.ugbParent.Controls.Add(this.labelGramaje);
            this.ugbParent.Controls.Add(this.lblMarca);
            this.ugbParent.Controls.Add(this.ugbClasificacion);
            this.ugbParent.Controls.Add(this.ultraTabControl1);
            this.ugbParent.Controls.Add(this.boxGeneralidades);
            this.ugbParent.Controls.Add(this.CheckActivo);
            this.ugbParent.Controls.Add(this.txtDescripcion);
            this.ugbParent.Controls.Add(this.ultraLabel2);
            this.ugbParent.Controls.Add(this.txtNombre);
            this.ugbParent.Controls.Add(this.Nombre);
            this.ugbParent.Controls.Add(this.txtCodigo);
            this.ugbParent.Controls.Add(this.Codigo);
            this.ugbParent.Controls.Add(this.busMarca);
            this.ugbParent.Size = new System.Drawing.Size(595, 547);
            this.ugbParent.Controls.SetChildIndex(this.busMarca, 0);
            this.ugbParent.Controls.SetChildIndex(this.ubAceptar, 0);
            this.ugbParent.Controls.SetChildIndex(this.ubCancelar, 0);
            this.ugbParent.Controls.SetChildIndex(this.Codigo, 0);
            this.ugbParent.Controls.SetChildIndex(this.txtCodigo, 0);
            this.ugbParent.Controls.SetChildIndex(this.Nombre, 0);
            this.ugbParent.Controls.SetChildIndex(this.txtNombre, 0);
            this.ugbParent.Controls.SetChildIndex(this.ultraLabel2, 0);
            this.ugbParent.Controls.SetChildIndex(this.txtDescripcion, 0);
            this.ugbParent.Controls.SetChildIndex(this.CheckActivo, 0);
            this.ugbParent.Controls.SetChildIndex(this.boxGeneralidades, 0);
            this.ugbParent.Controls.SetChildIndex(this.ultraTabControl1, 0);
            this.ugbParent.Controls.SetChildIndex(this.ugbClasificacion, 0);
            this.ugbParent.Controls.SetChildIndex(this.lblMarca, 0);
            this.ugbParent.Controls.SetChildIndex(this.labelGramaje, 0);
            this.ugbParent.Controls.SetChildIndex(this.txtGramaje, 0);
            this.ugbParent.Controls.SetChildIndex(this.LabelLargo, 0);
            this.ugbParent.Controls.SetChildIndex(this.ultraLabel3, 0);
            this.ugbParent.Controls.SetChildIndex(this.txtLargo, 0);
            this.ugbParent.Controls.SetChildIndex(this.txtAlto, 0);
            this.ugbParent.Controls.SetChildIndex(this.ugbCostos, 0);
            this.ugbParent.Controls.SetChildIndex(this.uceGramaje, 0);
            this.ugbParent.Controls.SetChildIndex(this.ultraLabel1, 0);
            this.ugbParent.Controls.SetChildIndex(this.txtUnidadBase, 0);
            // 
            // ubCancelar
            // 
            this.ubCancelar.Location = new System.Drawing.Point(509, 512);
            this.ubCancelar.TabIndex = 9;
            // 
            // ubAceptar
            // 
            this.ubAceptar.Location = new System.Drawing.Point(428, 512);
            this.ubAceptar.TabIndex = 8;
            // 
            // ilMain
            // 
            this.ilMain.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilMain.ImageStream")));
            this.ilMain.Images.SetKeyName(0, "accept.png");
            this.ilMain.Images.SetKeyName(1, "accept_database.png");
            this.ilMain.Images.SetKeyName(2, "accept_page.png");
            this.ilMain.Images.SetKeyName(3, "add.png");
            this.ilMain.Images.SetKeyName(4, "add_comment.png");
            this.ilMain.Images.SetKeyName(5, "add_home.png");
            this.ilMain.Images.SetKeyName(6, "add_image.png");
            this.ilMain.Images.SetKeyName(7, "add_page.png");
            this.ilMain.Images.SetKeyName(8, "add_pages.png");
            this.ilMain.Images.SetKeyName(9, "add_printer.png");
            this.ilMain.Images.SetKeyName(10, "add_to_database.png");
            this.ilMain.Images.SetKeyName(11, "add_to_favorites.png");
            this.ilMain.Images.SetKeyName(12, "add_to_folder.png");
            this.ilMain.Images.SetKeyName(13, "add_to_shopping_cart.png");
            this.ilMain.Images.SetKeyName(14, "add_user.png");
            this.ilMain.Images.SetKeyName(15, "artwork.png");
            this.ilMain.Images.SetKeyName(16, "attach_image.png");
            this.ilMain.Images.SetKeyName(17, "attachment.png");
            this.ilMain.Images.SetKeyName(18, "back.png");
            this.ilMain.Images.SetKeyName(19, "block.png");
            this.ilMain.Images.SetKeyName(20, "blue_arrow_down.png");
            this.ilMain.Images.SetKeyName(21, "blue_arrow_up.png");
            this.ilMain.Images.SetKeyName(22, "blue_energy.png");
            this.ilMain.Images.SetKeyName(23, "bmp_file.png");
            this.ilMain.Images.SetKeyName(24, "book.png");
            this.ilMain.Images.SetKeyName(25, "book_accept.png");
            this.ilMain.Images.SetKeyName(26, "book_download.png");
            this.ilMain.Images.SetKeyName(27, "book_search.png");
            this.ilMain.Images.SetKeyName(28, "book_warning.png");
            this.ilMain.Images.SetKeyName(29, "calculator.png");
            this.ilMain.Images.SetKeyName(30, "calendar.png");
            this.ilMain.Images.SetKeyName(31, "calendar_empty.png");
            this.ilMain.Images.SetKeyName(32, "canvas_holder.png");
            this.ilMain.Images.SetKeyName(33, "card.png");
            this.ilMain.Images.SetKeyName(34, "cd.png");
            this.ilMain.Images.SetKeyName(35, "chalk_board.png");
            this.ilMain.Images.SetKeyName(36, "chart.png");
            this.ilMain.Images.SetKeyName(37, "chart_down.png");
            this.ilMain.Images.SetKeyName(38, "chart_pie.png");
            this.ilMain.Images.SetKeyName(39, "chart_up.png");
            this.ilMain.Images.SetKeyName(40, "clock.png");
            this.ilMain.Images.SetKeyName(41, "cloud_comment.png");
            this.ilMain.Images.SetKeyName(42, "coffee_cup.png");
            this.ilMain.Images.SetKeyName(43, "comment.png");
            this.ilMain.Images.SetKeyName(44, "comments.png");
            this.ilMain.Images.SetKeyName(45, "computer.png");
            this.ilMain.Images.SetKeyName(46, "computer_accept.png");
            this.ilMain.Images.SetKeyName(47, "computer_add.png");
            this.ilMain.Images.SetKeyName(48, "computer_help.png");
            this.ilMain.Images.SetKeyName(49, "computer_info.png");
            this.ilMain.Images.SetKeyName(50, "computer_process.png");
            this.ilMain.Images.SetKeyName(51, "computer_warning.png");
            this.ilMain.Images.SetKeyName(52, "copy_paste.png");
            this.ilMain.Images.SetKeyName(53, "credit_cart.png");
            this.ilMain.Images.SetKeyName(54, "credit_cart_cancelled.png");
            this.ilMain.Images.SetKeyName(55, "css_file.png");
            this.ilMain.Images.SetKeyName(56, "csv_file.png");
            this.ilMain.Images.SetKeyName(57, "cut.png");
            this.ilMain.Images.SetKeyName(58, "cut_from_page.png");
            this.ilMain.Images.SetKeyName(59, "database.png");
            this.ilMain.Images.SetKeyName(60, "delete.png");
            this.ilMain.Images.SetKeyName(61, "delete_comment.png");
            this.ilMain.Images.SetKeyName(62, "delete_computer.png");
            this.ilMain.Images.SetKeyName(63, "delete_folder.png");
            this.ilMain.Images.SetKeyName(64, "delete_home.png");
            this.ilMain.Images.SetKeyName(65, "delete_image.png");
            this.ilMain.Images.SetKeyName(66, "delete_page.png");
            this.ilMain.Images.SetKeyName(67, "delete_user.png");
            this.ilMain.Images.SetKeyName(68, "dollar_currency_sign.png");
            this.ilMain.Images.SetKeyName(69, "download.png");
            this.ilMain.Images.SetKeyName(70, "download_database.png");
            this.ilMain.Images.SetKeyName(71, "download_image.png");
            this.ilMain.Images.SetKeyName(72, "download_to_computer.png");
            this.ilMain.Images.SetKeyName(73, "dvd.png");
            this.ilMain.Images.SetKeyName(74, "edit.png");
            this.ilMain.Images.SetKeyName(75, "edit_page.png");
            this.ilMain.Images.SetKeyName(76, "edit_profile.png");
            this.ilMain.Images.SetKeyName(77, "eps_file.png");
            this.ilMain.Images.SetKeyName(78, "equalizer.png");
            this.ilMain.Images.SetKeyName(79, "euro_currency_sign.png");
            this.ilMain.Images.SetKeyName(80, "favorite.png");
            this.ilMain.Images.SetKeyName(81, "favorite_film.png");
            this.ilMain.Images.SetKeyName(82, "film.png");
            this.ilMain.Images.SetKeyName(83, "firewall.png");
            this.ilMain.Images.SetKeyName(84, "folder.png");
            this.ilMain.Images.SetKeyName(85, "folder_accept.png");
            this.ilMain.Images.SetKeyName(86, "folder_conflicted.png");
            this.ilMain.Images.SetKeyName(87, "folder_full.png");
            this.ilMain.Images.SetKeyName(88, "folder_modified.png");
            this.ilMain.Images.SetKeyName(89, "full_page.png");
            this.ilMain.Images.SetKeyName(90, "games.png");
            this.ilMain.Images.SetKeyName(91, "gif_file.png");
            this.ilMain.Images.SetKeyName(92, "globe.png");
            this.ilMain.Images.SetKeyName(93, "globe_download.png");
            this.ilMain.Images.SetKeyName(94, "globe_process.png");
            this.ilMain.Images.SetKeyName(95, "globe_warning.png");
            this.ilMain.Images.SetKeyName(96, "green_arrow_down.png");
            this.ilMain.Images.SetKeyName(97, "green_arrow_up.png");
            this.ilMain.Images.SetKeyName(98, "green_button.png");
            this.ilMain.Images.SetKeyName(99, "green_energy.png");
            this.ilMain.Images.SetKeyName(100, "green_flag.png");
            this.ilMain.Images.SetKeyName(101, "heart.png");
            this.ilMain.Images.SetKeyName(102, "help.png");
            this.ilMain.Images.SetKeyName(103, "help_balloon.png");
            this.ilMain.Images.SetKeyName(104, "home.png");
            this.ilMain.Images.SetKeyName(105, "home_accept.png");
            this.ilMain.Images.SetKeyName(106, "html_file.png");
            this.ilMain.Images.SetKeyName(107, "ico_file.png");
            this.ilMain.Images.SetKeyName(108, "id_card.png");
            this.ilMain.Images.SetKeyName(109, "image.png");
            this.ilMain.Images.SetKeyName(110, "image_accept.png");
            this.ilMain.Images.SetKeyName(111, "info.png");
            this.ilMain.Images.SetKeyName(112, "insert_to_shopping_cart.png");
            this.ilMain.Images.SetKeyName(113, "jpg_file.png");
            this.ilMain.Images.SetKeyName(114, "js_file.png");
            this.ilMain.Images.SetKeyName(115, "json_file.png");
            this.ilMain.Images.SetKeyName(116, "key.png");
            this.ilMain.Images.SetKeyName(117, "light_bulb.png");
            this.ilMain.Images.SetKeyName(118, "link.png");
            this.ilMain.Images.SetKeyName(119, "lock.png");
            this.ilMain.Images.SetKeyName(120, "magnet.png");
            this.ilMain.Images.SetKeyName(121, "mail.png");
            this.ilMain.Images.SetKeyName(122, "mail_lock.png");
            this.ilMain.Images.SetKeyName(123, "mail_receive.png");
            this.ilMain.Images.SetKeyName(124, "mail_search.png");
            this.ilMain.Images.SetKeyName(125, "mail_send.png");
            this.ilMain.Images.SetKeyName(126, "mobile_phone.png");
            this.ilMain.Images.SetKeyName(127, "mouse.png");
            this.ilMain.Images.SetKeyName(128, "music.png");
            this.ilMain.Images.SetKeyName(129, "new.png");
            this.ilMain.Images.SetKeyName(130, "new_page.png");
            this.ilMain.Images.SetKeyName(131, "news.png");
            this.ilMain.Images.SetKeyName(132, "next.png");
            this.ilMain.Images.SetKeyName(133, "note.png");
            this.ilMain.Images.SetKeyName(134, "note_accept.png");
            this.ilMain.Images.SetKeyName(135, "note_book.png");
            this.ilMain.Images.SetKeyName(136, "office_folders.png");
            this.ilMain.Images.SetKeyName(137, "old_clock.png");
            this.ilMain.Images.SetKeyName(138, "open_store.png");
            this.ilMain.Images.SetKeyName(139, "orange_arrow_down.png");
            this.ilMain.Images.SetKeyName(140, "orange_arrow_up.png");
            this.ilMain.Images.SetKeyName(141, "orange_button.png");
            this.ilMain.Images.SetKeyName(142, "package.png");
            this.ilMain.Images.SetKeyName(143, "package_accept.png");
            this.ilMain.Images.SetKeyName(144, "package_add.png");
            this.ilMain.Images.SetKeyName(145, "package_download.png");
            this.ilMain.Images.SetKeyName(146, "package_warning.png");
            this.ilMain.Images.SetKeyName(147, "page_down.png");
            this.ilMain.Images.SetKeyName(148, "page_process.png");
            this.ilMain.Images.SetKeyName(149, "page_up.png");
            this.ilMain.Images.SetKeyName(150, "pages.png");
            this.ilMain.Images.SetKeyName(151, "pages_warning.png");
            this.ilMain.Images.SetKeyName(152, "paint.png");
            this.ilMain.Images.SetKeyName(153, "paint_brush.png");
            this.ilMain.Images.SetKeyName(154, "palette.png");
            this.ilMain.Images.SetKeyName(155, "palette_brush.png");
            this.ilMain.Images.SetKeyName(156, "pastel_colors.png");
            this.ilMain.Images.SetKeyName(157, "pdf_file.png");
            this.ilMain.Images.SetKeyName(158, "phone_book.png");
            this.ilMain.Images.SetKeyName(159, "phone_book_edit.png");
            this.ilMain.Images.SetKeyName(160, "photo_camera.png");
            this.ilMain.Images.SetKeyName(161, "photo_camera_accept.png");
            this.ilMain.Images.SetKeyName(162, "php_file.png");
            this.ilMain.Images.SetKeyName(163, "pin.png");
            this.ilMain.Images.SetKeyName(164, "png_file.png");
            this.ilMain.Images.SetKeyName(165, "ppt_file.png");
            this.ilMain.Images.SetKeyName(166, "printer.png");
            this.ilMain.Images.SetKeyName(167, "printer_accept.png");
            this.ilMain.Images.SetKeyName(168, "printer_warning.png");
            this.ilMain.Images.SetKeyName(169, "prize_winner.png");
            this.ilMain.Images.SetKeyName(170, "process.png");
            this.ilMain.Images.SetKeyName(171, "process_accept.png");
            this.ilMain.Images.SetKeyName(172, "process_info.png");
            this.ilMain.Images.SetKeyName(173, "process_warning.png");
            this.ilMain.Images.SetKeyName(174, "promotion.png");
            this.ilMain.Images.SetKeyName(175, "protection.png");
            this.ilMain.Images.SetKeyName(176, "psd_file.png");
            this.ilMain.Images.SetKeyName(177, "puzzle.png");
            this.ilMain.Images.SetKeyName(178, "recycle.png");
            this.ilMain.Images.SetKeyName(179, "red_button.png");
            this.ilMain.Images.SetKeyName(180, "red_flag.png");
            this.ilMain.Images.SetKeyName(181, "refresh.png");
            this.ilMain.Images.SetKeyName(182, "refresh_page.png");
            this.ilMain.Images.SetKeyName(183, "remote_desktop.png");
            this.ilMain.Images.SetKeyName(184, "remove_from_database.png");
            this.ilMain.Images.SetKeyName(185, "remove_from_shopping_cart.png");
            this.ilMain.Images.SetKeyName(186, "report.png");
            this.ilMain.Images.SetKeyName(187, "rss.png");
            this.ilMain.Images.SetKeyName(188, "ruler.png");
            this.ilMain.Images.SetKeyName(189, "ruler_pencil.png");
            this.ilMain.Images.SetKeyName(190, "sale.png");
            this.ilMain.Images.SetKeyName(191, "save.png");
            this.ilMain.Images.SetKeyName(192, "search.png");
            this.ilMain.Images.SetKeyName(193, "search_computer.png");
            this.ilMain.Images.SetKeyName(194, "search_database.png");
            this.ilMain.Images.SetKeyName(195, "search_globe.png");
            this.ilMain.Images.SetKeyName(196, "search_home.png");
            this.ilMain.Images.SetKeyName(197, "search_image.png");
            this.ilMain.Images.SetKeyName(198, "search_page.png");
            this.ilMain.Images.SetKeyName(199, "search_printer.png");
            this.ilMain.Images.SetKeyName(200, "search_user.png");
            this.ilMain.Images.SetKeyName(201, "security.png");
            this.ilMain.Images.SetKeyName(202, "send_sms.png");
            this.ilMain.Images.SetKeyName(203, "shopping_cart.png");
            this.ilMain.Images.SetKeyName(204, "shopping_cart_accept.png");
            this.ilMain.Images.SetKeyName(205, "sms.png");
            this.ilMain.Images.SetKeyName(206, "sound.png");
            this.ilMain.Images.SetKeyName(207, "sound_muted.png");
            this.ilMain.Images.SetKeyName(208, "star_empty.png");
            this.ilMain.Images.SetKeyName(209, "star_full.png");
            this.ilMain.Images.SetKeyName(210, "star_half_full.png");
            this.ilMain.Images.SetKeyName(211, "sterling_pound_currency_sign.png");
            this.ilMain.Images.SetKeyName(212, "support.png");
            this.ilMain.Images.SetKeyName(213, "svg_file.png");
            this.ilMain.Images.SetKeyName(214, "swf_file.png");
            this.ilMain.Images.SetKeyName(215, "tablet.png");
            this.ilMain.Images.SetKeyName(216, "tag_blue.png");
            this.ilMain.Images.SetKeyName(217, "tag_green.png");
            this.ilMain.Images.SetKeyName(218, "target.png");
            this.ilMain.Images.SetKeyName(219, "television.png");
            this.ilMain.Images.SetKeyName(220, "text_page.png");
            this.ilMain.Images.SetKeyName(221, "tiff_file.png");
            this.ilMain.Images.SetKeyName(222, "tools.png");
            this.ilMain.Images.SetKeyName(223, "trash_can.png");
            this.ilMain.Images.SetKeyName(224, "turquoise_button.png");
            this.ilMain.Images.SetKeyName(225, "twitter.png");
            this.ilMain.Images.SetKeyName(226, "txt_file.png");
            this.ilMain.Images.SetKeyName(227, "unlock.png");
            this.ilMain.Images.SetKeyName(228, "up.png");
            this.ilMain.Images.SetKeyName(229, "user.png");
            this.ilMain.Images.SetKeyName(230, "user_accept.png");
            this.ilMain.Images.SetKeyName(231, "user_comment.png");
            this.ilMain.Images.SetKeyName(232, "users.png");
            this.ilMain.Images.SetKeyName(233, "users_comments.png");
            this.ilMain.Images.SetKeyName(234, "violet_button.png");
            this.ilMain.Images.SetKeyName(235, "warning.png");
            this.ilMain.Images.SetKeyName(236, "white_flag.png");
            this.ilMain.Images.SetKeyName(237, "windows_terminal.png");
            this.ilMain.Images.SetKeyName(238, "xml_file.png");
            this.ilMain.Images.SetKeyName(239, "yen_currency_sign.png");
            this.ilMain.Images.SetKeyName(240, "zip_file.png");
            this.ilMain.Images.SetKeyName(241, "zip_file_accept.png");
            this.ilMain.Images.SetKeyName(242, "zip_file_download.png");
            this.ilMain.Images.SetKeyName(243, "zip_file_info.png");
            this.ilMain.Images.SetKeyName(244, "zip_file_search.png");
            this.ilMain.Images.SetKeyName(245, "zoom_in.png");
            this.ilMain.Images.SetKeyName(246, "zoom_out.png");
            // 
            // ultraTabPageControl1
            // 
            this.ultraTabPageControl1.Controls.Add(this.ubEliminar);
            this.ultraTabPageControl1.Controls.Add(this.ubNuevo);
            this.ultraTabPageControl1.Controls.Add(this.grillaUnidades);
            this.ultraTabPageControl1.Location = new System.Drawing.Point(1, 23);
            this.ultraTabPageControl1.Name = "ultraTabPageControl1";
            this.ultraTabPageControl1.Size = new System.Drawing.Size(567, 218);
            // 
            // ubEliminar
            // 
            this.ubEliminar.Location = new System.Drawing.Point(454, 189);
            this.ubEliminar.Name = "ubEliminar";
            this.ubEliminar.Size = new System.Drawing.Size(110, 23);
            this.ubEliminar.TabIndex = 2;
            this.ubEliminar.Text = "&Eliminar Unidad";
            this.ubEliminar.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
            this.ubEliminar.Click += new System.EventHandler(this.ubEliminar_Click);
            // 
            // ubNuevo
            // 
            this.ubNuevo.Location = new System.Drawing.Point(352, 189);
            this.ubNuevo.Name = "ubNuevo";
            this.ubNuevo.Size = new System.Drawing.Size(96, 23);
            this.ubNuevo.TabIndex = 1;
            this.ubNuevo.Text = "&Nueva Unidad";
            this.ubNuevo.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
            this.ubNuevo.Click += new System.EventHandler(this.ubNuevo_Click);
            // 
            // grillaUnidades
            // 
            this.grillaUnidades.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
            this.grillaUnidades.Dock = System.Windows.Forms.DockStyle.Top;
            this.grillaUnidades.Location = new System.Drawing.Point(0, 0);
            this.grillaUnidades.Name = "grillaUnidades";
            this.grillaUnidades.Size = new System.Drawing.Size(567, 183);
            this.grillaUnidades.TabIndex = 0;
            this.grillaUnidades.Text = "ultraGrid1";
            this.grillaUnidades.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.grillaUnidades_CellChange);
            this.grillaUnidades.ClickCellButton += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.grillaUnidades_ClickCellButton);
            // 
            // ultraTabPageControl2
            // 
            this.ultraTabPageControl2.Controls.Add(this.btnEliminarAlmacen);
            this.ultraTabPageControl2.Controls.Add(this.btnNuevoAlmacen);
            this.ultraTabPageControl2.Controls.Add(this.grillaAlmacenes);
            this.ultraTabPageControl2.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl2.Name = "ultraTabPageControl2";
            this.ultraTabPageControl2.Size = new System.Drawing.Size(567, 218);
            // 
            // btnEliminarAlmacen
            // 
            this.btnEliminarAlmacen.Location = new System.Drawing.Point(454, 189);
            this.btnEliminarAlmacen.Name = "btnEliminarAlmacen";
            this.btnEliminarAlmacen.Size = new System.Drawing.Size(110, 23);
            this.btnEliminarAlmacen.TabIndex = 2;
            this.btnEliminarAlmacen.Text = "Eli&minar Almacen";
            this.btnEliminarAlmacen.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
            this.btnEliminarAlmacen.Click += new System.EventHandler(this.btnEliminarAlmacen_Click);
            // 
            // btnNuevoAlmacen
            // 
            this.btnNuevoAlmacen.Location = new System.Drawing.Point(352, 189);
            this.btnNuevoAlmacen.Name = "btnNuevoAlmacen";
            this.btnNuevoAlmacen.Size = new System.Drawing.Size(96, 23);
            this.btnNuevoAlmacen.TabIndex = 1;
            this.btnNuevoAlmacen.Text = "Nuevo Al&macen";
            this.btnNuevoAlmacen.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
            this.btnNuevoAlmacen.Click += new System.EventHandler(this.btnNuevoAlmacen_Click);
            // 
            // grillaAlmacenes
            // 
            this.grillaAlmacenes.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
            this.grillaAlmacenes.Dock = System.Windows.Forms.DockStyle.Top;
            this.grillaAlmacenes.Location = new System.Drawing.Point(0, 0);
            this.grillaAlmacenes.Name = "grillaAlmacenes";
            this.grillaAlmacenes.Size = new System.Drawing.Size(567, 183);
            this.grillaAlmacenes.TabIndex = 0;
            this.grillaAlmacenes.Text = "grillaAlmacenes";
            // 
            // ultraTabPageControl3
            // 
            this.ultraTabPageControl3.Controls.Add(this.btnEliminarMaquina);
            this.ultraTabPageControl3.Controls.Add(this.btnNuevaMaquina);
            this.ultraTabPageControl3.Controls.Add(this.grillaMaquinas);
            this.ultraTabPageControl3.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl3.Name = "ultraTabPageControl3";
            this.ultraTabPageControl3.Size = new System.Drawing.Size(567, 218);
            // 
            // btnEliminarMaquina
            // 
            this.btnEliminarMaquina.Location = new System.Drawing.Point(454, 189);
            this.btnEliminarMaquina.Name = "btnEliminarMaquina";
            this.btnEliminarMaquina.Size = new System.Drawing.Size(110, 23);
            this.btnEliminarMaquina.TabIndex = 2;
            this.btnEliminarMaquina.Text = "Eliminar Maquina";
            this.btnEliminarMaquina.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
            this.btnEliminarMaquina.Click += new System.EventHandler(this.btnEliminarMaquina_Click);
            // 
            // btnNuevaMaquina
            // 
            this.btnNuevaMaquina.Location = new System.Drawing.Point(352, 189);
            this.btnNuevaMaquina.Name = "btnNuevaMaquina";
            this.btnNuevaMaquina.Size = new System.Drawing.Size(96, 23);
            this.btnNuevaMaquina.TabIndex = 1;
            this.btnNuevaMaquina.Text = "Nuevo Maquina";
            this.btnNuevaMaquina.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
            this.btnNuevaMaquina.Click += new System.EventHandler(this.btnNuevaMaquina_Click);
            // 
            // grillaMaquinas
            // 
            this.grillaMaquinas.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
            this.grillaMaquinas.Dock = System.Windows.Forms.DockStyle.Top;
            this.grillaMaquinas.Location = new System.Drawing.Point(0, 0);
            this.grillaMaquinas.Name = "grillaMaquinas";
            this.grillaMaquinas.Size = new System.Drawing.Size(567, 183);
            this.grillaMaquinas.TabIndex = 0;
            this.grillaMaquinas.Text = "ultraGrid1";
            // 
            // ultraTabPageControl4
            // 
            this.ultraTabPageControl4.Controls.Add(this.txtUbicacion);
            this.ultraTabPageControl4.Controls.Add(this.lblUbicacion);
            this.ultraTabPageControl4.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl4.Name = "ultraTabPageControl4";
            this.ultraTabPageControl4.Size = new System.Drawing.Size(567, 218);
            // 
            // txtUbicacion
            // 
            this.txtUbicacion.Location = new System.Drawing.Point(99, 16);
            this.txtUbicacion.Name = "txtUbicacion";
            this.txtUbicacion.Size = new System.Drawing.Size(344, 21);
            this.txtUbicacion.TabIndex = 34;
            this.txtUbicacion.TextChanged += new System.EventHandler(this.txtUbicacion_TextChanged);
            // 
            // lblUbicacion
            // 
            appearance14.BackColor = System.Drawing.Color.Transparent;
            this.lblUbicacion.Appearance = appearance14;
            this.lblUbicacion.Location = new System.Drawing.Point(19, 16);
            this.lblUbicacion.Name = "lblUbicacion";
            this.lblUbicacion.Size = new System.Drawing.Size(60, 23);
            this.lblUbicacion.TabIndex = 35;
            this.lblUbicacion.Text = "Ubicación";
            // 
            // CheckActivo
            // 
            this.CheckActivo.BackColor = System.Drawing.Color.Transparent;
            this.CheckActivo.BackColorInternal = System.Drawing.Color.Transparent;
            this.CheckActivo.Checked = true;
            this.CheckActivo.CheckState = System.Windows.Forms.CheckState.Checked;
            this.CheckActivo.Location = new System.Drawing.Point(274, 18);
            this.CheckActivo.Name = "CheckActivo";
            this.CheckActivo.Size = new System.Drawing.Size(70, 20);
            this.CheckActivo.TabIndex = 1;
            this.CheckActivo.Text = "Activo";
            this.CheckActivo.CheckedChanged += new System.EventHandler(this.CheckActivo_CheckedChanged);
            // 
            // txtDescripcion
            // 
            this.txtDescripcion.Location = new System.Drawing.Point(96, 73);
            this.txtDescripcion.Multiline = true;
            this.txtDescripcion.Name = "txtDescripcion";
            this.txtDescripcion.ShowOverflowIndicator = true;
            this.txtDescripcion.Size = new System.Drawing.Size(344, 31);
            this.txtDescripcion.TabIndex = 3;
            this.txtDescripcion.TextChanged += new System.EventHandler(this.txtDescripcion_TextChanged);
            // 
            // ultraLabel2
            // 
            appearance18.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel2.Appearance = appearance18;
            this.ultraLabel2.Location = new System.Drawing.Point(16, 73);
            this.ultraLabel2.Name = "ultraLabel2";
            this.ultraLabel2.Size = new System.Drawing.Size(74, 22);
            this.ultraLabel2.TabIndex = 17;
            this.ultraLabel2.Text = "Descripción";
            // 
            // txtNombre
            // 
            this.txtNombre.Location = new System.Drawing.Point(96, 45);
            this.txtNombre.Name = "txtNombre";
            this.txtNombre.Size = new System.Drawing.Size(344, 21);
            this.txtNombre.TabIndex = 2;
            this.txtNombre.TextChanged += new System.EventHandler(this.txtNombre_TextChanged);
            // 
            // Nombre
            // 
            appearance19.BackColor = System.Drawing.Color.Transparent;
            this.Nombre.Appearance = appearance19;
            this.Nombre.Location = new System.Drawing.Point(16, 45);
            this.Nombre.Name = "Nombre";
            this.Nombre.Size = new System.Drawing.Size(60, 23);
            this.Nombre.TabIndex = 15;
            this.Nombre.Text = "Nombre";
            // 
            // txtCodigo
            // 
            this.txtCodigo.Location = new System.Drawing.Point(96, 18);
            this.txtCodigo.Name = "txtCodigo";
            this.txtCodigo.Size = new System.Drawing.Size(141, 21);
            this.txtCodigo.TabIndex = 0;
            this.txtCodigo.TextChanged += new System.EventHandler(this.txtCodigo_TextChanged);
            // 
            // Codigo
            // 
            appearance20.BackColor = System.Drawing.Color.Transparent;
            this.Codigo.Appearance = appearance20;
            this.Codigo.Location = new System.Drawing.Point(16, 18);
            this.Codigo.Name = "Codigo";
            this.Codigo.Size = new System.Drawing.Size(60, 23);
            this.Codigo.TabIndex = 13;
            this.Codigo.Text = "Código";
            // 
            // boxGeneralidades
            // 
            appearance16.BackColor = System.Drawing.Color.Transparent;
            this.boxGeneralidades.Appearance = appearance16;
            this.boxGeneralidades.Controls.Add(this.chekEnCotizacion);
            this.boxGeneralidades.Controls.Add(this.checkEsInventariable);
            this.boxGeneralidades.Controls.Add(this.checkesServicio);
            this.boxGeneralidades.Controls.Add(this.checkEsVenta);
            this.boxGeneralidades.Controls.Add(this.checkEsCompra);
            appearance17.BackColor = System.Drawing.Color.Transparent;
            this.boxGeneralidades.HeaderAppearance = appearance17;
            this.boxGeneralidades.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded3;
            this.boxGeneralidades.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopOutsideBorder;
            this.boxGeneralidades.Location = new System.Drawing.Point(443, 7);
            this.boxGeneralidades.Name = "boxGeneralidades";
            this.boxGeneralidades.Size = new System.Drawing.Size(141, 135);
            this.boxGeneralidades.TabIndex = 10;
            this.boxGeneralidades.Text = "Generalidades";
            // 
            // chekEnCotizacion
            // 
            this.chekEnCotizacion.BackColor = System.Drawing.Color.Transparent;
            this.chekEnCotizacion.BackColorInternal = System.Drawing.Color.Transparent;
            this.chekEnCotizacion.Checked = true;
            this.chekEnCotizacion.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chekEnCotizacion.Location = new System.Drawing.Point(19, 112);
            this.chekEnCotizacion.Name = "chekEnCotizacion";
            this.chekEnCotizacion.Size = new System.Drawing.Size(116, 20);
            this.chekEnCotizacion.TabIndex = 4;
            this.chekEnCotizacion.Text = "En Cotizacion";
            this.chekEnCotizacion.CheckedChanged += new System.EventHandler(this.chekEnCotizacion_CheckedChanged);
            // 
            // checkEsInventariable
            // 
            this.checkEsInventariable.BackColor = System.Drawing.Color.Transparent;
            this.checkEsInventariable.BackColorInternal = System.Drawing.Color.Transparent;
            this.checkEsInventariable.Checked = true;
            this.checkEsInventariable.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkEsInventariable.Location = new System.Drawing.Point(19, 93);
            this.checkEsInventariable.Name = "checkEsInventariable";
            this.checkEsInventariable.Size = new System.Drawing.Size(116, 20);
            this.checkEsInventariable.TabIndex = 3;
            this.checkEsInventariable.Text = "Es Inventariable";
            this.checkEsInventariable.CheckedChanged += new System.EventHandler(this.checkEsInventariable_CheckedChanged);
            // 
            // checkesServicio
            // 
            this.checkesServicio.BackColor = System.Drawing.Color.Transparent;
            this.checkesServicio.BackColorInternal = System.Drawing.Color.Transparent;
            this.checkesServicio.Checked = true;
            this.checkesServicio.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkesServicio.Location = new System.Drawing.Point(19, 71);
            this.checkesServicio.Name = "checkesServicio";
            this.checkesServicio.Size = new System.Drawing.Size(110, 20);
            this.checkesServicio.TabIndex = 2;
            this.checkesServicio.Text = "Es Servicio";
            this.checkesServicio.CheckedChanged += new System.EventHandler(this.checkesServicio_CheckedChanged);
            // 
            // checkEsVenta
            // 
            this.checkEsVenta.BackColor = System.Drawing.Color.Transparent;
            this.checkEsVenta.BackColorInternal = System.Drawing.Color.Transparent;
            this.checkEsVenta.Checked = true;
            this.checkEsVenta.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkEsVenta.Location = new System.Drawing.Point(19, 47);
            this.checkEsVenta.Name = "checkEsVenta";
            this.checkEsVenta.Size = new System.Drawing.Size(70, 20);
            this.checkEsVenta.TabIndex = 1;
            this.checkEsVenta.Text = "Es Venta";
            this.checkEsVenta.CheckedChanged += new System.EventHandler(this.checkEsVenta_CheckedChanged);
            // 
            // checkEsCompra
            // 
            this.checkEsCompra.BackColor = System.Drawing.Color.Transparent;
            this.checkEsCompra.BackColorInternal = System.Drawing.Color.Transparent;
            this.checkEsCompra.Checked = true;
            this.checkEsCompra.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkEsCompra.Location = new System.Drawing.Point(19, 25);
            this.checkEsCompra.Name = "checkEsCompra";
            this.checkEsCompra.Size = new System.Drawing.Size(110, 20);
            this.checkEsCompra.TabIndex = 0;
            this.checkEsCompra.Text = "Es Compra";
            this.checkEsCompra.CheckedChanged += new System.EventHandler(this.checkEsCompra_CheckedChanged);
            // 
            // ultraTabControl1
            // 
            appearance13.BackColor = System.Drawing.Color.Transparent;
            this.ultraTabControl1.Appearance = appearance13;
            this.ultraTabControl1.Controls.Add(this.ultraTabSharedControlsPage1);
            this.ultraTabControl1.Controls.Add(this.ultraTabPageControl1);
            this.ultraTabControl1.Controls.Add(this.ultraTabPageControl2);
            this.ultraTabControl1.Controls.Add(this.ultraTabPageControl3);
            this.ultraTabControl1.Controls.Add(this.ultraTabPageControl4);
            this.ultraTabControl1.Location = new System.Drawing.Point(16, 260);
            this.ultraTabControl1.Name = "ultraTabControl1";
            this.ultraTabControl1.SharedControlsPage = this.ultraTabSharedControlsPage1;
            this.ultraTabControl1.Size = new System.Drawing.Size(571, 244);
            appearance15.BackColor = System.Drawing.Color.Transparent;
            this.ultraTabControl1.TabHeaderAreaAppearance = appearance15;
            this.ultraTabControl1.TabIndex = 21;
            ultraTab1.TabPage = this.ultraTabPageControl1;
            ultraTab1.Text = ":: Unidades ::";
            ultraTab2.TabPage = this.ultraTabPageControl2;
            ultraTab2.Text = ":: Almacenes ::";
            ultraTab3.TabPage = this.ultraTabPageControl3;
            ultraTab3.Text = ":: Maquinas  ::";
            ultraTab4.TabPage = this.ultraTabPageControl4;
            ultraTab4.Text = ":: Información Adicional ::";
            this.ultraTabControl1.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
            ultraTab1,
            ultraTab2,
            ultraTab3,
            ultraTab4});
            // 
            // ultraTabSharedControlsPage1
            // 
            this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
            this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(567, 218);
            // 
            // ugbClasificacion
            // 
            appearance11.BackColor = System.Drawing.Color.Transparent;
            this.ugbClasificacion.Appearance = appearance11;
            this.ugbClasificacion.Controls.Add(this.busItemClasificacion);
            this.ugbClasificacion.Controls.Add(this.busClasificacion);
            appearance12.BackColor = System.Drawing.Color.Transparent;
            this.ugbClasificacion.HeaderAppearance = appearance12;
            this.ugbClasificacion.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded3;
            this.ugbClasificacion.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopOutsideBorder;
            this.ugbClasificacion.Location = new System.Drawing.Point(16, 168);
            this.ugbClasificacion.Name = "ugbClasificacion";
            this.ugbClasificacion.Size = new System.Drawing.Size(424, 60);
            this.ugbClasificacion.TabIndex = 23;
            this.ugbClasificacion.Text = "Clasificación";
            // 
            // busItemClasificacion
            // 
            this.busItemClasificacion.BackColor = System.Drawing.Color.Transparent;
            this.busItemClasificacion.Location = new System.Drawing.Point(207, 29);
            this.busItemClasificacion.Name = "busItemClasificacion";
            this.busItemClasificacion.Size = new System.Drawing.Size(204, 28);
            this.busItemClasificacion.TabIndex = 1;
            this.busItemClasificacion.Search += new System.EventHandler(this.busItemClasificacion_Search);
            // 
            // busClasificacion
            // 
            this.busClasificacion.BackColor = System.Drawing.Color.Transparent;
            this.busClasificacion.Location = new System.Drawing.Point(15, 29);
            this.busClasificacion.Name = "busClasificacion";
            this.busClasificacion.Size = new System.Drawing.Size(182, 28);
            this.busClasificacion.TabIndex = 0;
            this.busClasificacion.Search += new System.EventHandler(this.busClasificacion_Search);
            // 
            // lblMarca
            // 
            appearance10.BackColor = System.Drawing.Color.Transparent;
            this.lblMarca.Appearance = appearance10;
            this.lblMarca.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblMarca.Location = new System.Drawing.Point(16, 142);
            this.lblMarca.Name = "lblMarca";
            this.lblMarca.Size = new System.Drawing.Size(60, 15);
            this.lblMarca.TabIndex = 24;
            this.lblMarca.Text = "Marca";
            // 
            // busMarca
            // 
            this.busMarca.BackColor = System.Drawing.Color.Transparent;
            this.busMarca.Location = new System.Drawing.Point(96, 139);
            this.busMarca.Name = "busMarca";
            this.busMarca.Size = new System.Drawing.Size(344, 28);
            this.busMarca.TabIndex = 7;
            this.busMarca.Search += new System.EventHandler(this.busMarca_Search);
            // 
            // labelGramaje
            // 
            appearance9.BackColor = System.Drawing.Color.Transparent;
            this.labelGramaje.Appearance = appearance9;
            this.labelGramaje.Location = new System.Drawing.Point(17, 116);
            this.labelGramaje.Name = "labelGramaje";
            this.labelGramaje.Size = new System.Drawing.Size(60, 23);
            this.labelGramaje.TabIndex = 27;
            this.labelGramaje.Text = "Gramaje";
            // 
            // txtGramaje
            // 
            this.txtGramaje.Location = new System.Drawing.Point(164, 112);
            this.txtGramaje.MaskInput = "nnnnn";
            this.txtGramaje.MaxValue = 1200;
            this.txtGramaje.MinValue = 0;
            this.txtGramaje.Name = "txtGramaje";
            this.txtGramaje.Size = new System.Drawing.Size(63, 21);
            this.txtGramaje.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtGramaje.TabIndex = 4;
            this.txtGramaje.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.txtGramaje.ValueChanged += new System.EventHandler(this.txtGramaje_ValueChanged);
            // 
            // LabelLargo
            // 
            appearance8.BackColor = System.Drawing.Color.Transparent;
            this.LabelLargo.Appearance = appearance8;
            this.LabelLargo.Location = new System.Drawing.Point(231, 116);
            this.LabelLargo.Name = "LabelLargo";
            this.LabelLargo.Size = new System.Drawing.Size(40, 23);
            this.LabelLargo.TabIndex = 29;
            this.LabelLargo.Text = "Largo";
            // 
            // ultraLabel3
            // 
            appearance7.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel3.Appearance = appearance7;
            this.ultraLabel3.Location = new System.Drawing.Point(345, 116);
            this.ultraLabel3.Name = "ultraLabel3";
            this.ultraLabel3.Size = new System.Drawing.Size(40, 23);
            this.ultraLabel3.TabIndex = 31;
            this.ultraLabel3.Text = "Alto";
            // 
            // txtLargo
            // 
            this.txtLargo.Location = new System.Drawing.Point(270, 112);
            this.txtLargo.MaskInput = "nnnn.nn";
            this.txtLargo.Name = "txtLargo";
            this.txtLargo.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
            this.txtLargo.Size = new System.Drawing.Size(68, 21);
            this.txtLargo.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtLargo.TabIndex = 5;
            this.txtLargo.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.txtLargo.ValueChanged += new System.EventHandler(this.txtLargo_ValueChanged);
            // 
            // txtAlto
            // 
            this.txtAlto.Location = new System.Drawing.Point(374, 112);
            this.txtAlto.MaskInput = "nnnn.nn";
            this.txtAlto.Name = "txtAlto";
            this.txtAlto.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
            this.txtAlto.Size = new System.Drawing.Size(66, 21);
            this.txtAlto.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtAlto.TabIndex = 6;
            this.txtAlto.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.txtAlto.ValueChanged += new System.EventHandler(this.txtAlto_ValueChanged);
            // 
            // ugbCostos
            // 
            appearance2.BackColor = System.Drawing.Color.Transparent;
            this.ugbCostos.Appearance = appearance2;
            this.ugbCostos.Controls.Add(this.uneCostoReferencia);
            this.ugbCostos.Controls.Add(this.lblCostoReferencia);
            this.ugbCostos.Controls.Add(this.lblCostoPromedio);
            this.ugbCostos.Controls.Add(this.uneCostoPromedio);
            this.ugbCostos.Controls.Add(this.uneCostoUltimaCompra);
            this.ugbCostos.Controls.Add(this.lblCostoUltimaCompra);
            appearance6.BackColor = System.Drawing.Color.Transparent;
            this.ugbCostos.HeaderAppearance = appearance6;
            this.ugbCostos.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded3;
            this.ugbCostos.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopOutsideBorder;
            this.ugbCostos.Location = new System.Drawing.Point(443, 150);
            this.ugbCostos.Name = "ugbCostos";
            this.ugbCostos.Size = new System.Drawing.Size(141, 117);
            this.ugbCostos.TabIndex = 11;
            this.ugbCostos.Text = "Costos";
            // 
            // uneCostoReferencia
            // 
            this.uneCostoReferencia.Location = new System.Drawing.Point(44, 82);
            this.uneCostoReferencia.MaskInput = "nnnn.nn";
            this.uneCostoReferencia.Name = "uneCostoReferencia";
            this.uneCostoReferencia.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
            this.uneCostoReferencia.Size = new System.Drawing.Size(85, 21);
            this.uneCostoReferencia.TabIndex = 36;
            this.uneCostoReferencia.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.uneCostoReferencia.ValueChanged += new System.EventHandler(this.uneCostoReferencia_ValueChanged);
            // 
            // lblCostoReferencia
            // 
            appearance3.BackColor = System.Drawing.Color.Transparent;
            this.lblCostoReferencia.Appearance = appearance3;
            this.lblCostoReferencia.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblCostoReferencia.Location = new System.Drawing.Point(11, 86);
            this.lblCostoReferencia.Name = "lblCostoReferencia";
            this.lblCostoReferencia.Size = new System.Drawing.Size(32, 23);
            this.lblCostoReferencia.TabIndex = 35;
            this.lblCostoReferencia.Text = "REF.";
            // 
            // lblCostoPromedio
            // 
            appearance4.BackColor = System.Drawing.Color.Transparent;
            this.lblCostoPromedio.Appearance = appearance4;
            this.lblCostoPromedio.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblCostoPromedio.Location = new System.Drawing.Point(11, 61);
            this.lblCostoPromedio.Name = "lblCostoPromedio";
            this.lblCostoPromedio.Size = new System.Drawing.Size(27, 23);
            this.lblCostoPromedio.TabIndex = 34;
            this.lblCostoPromedio.Text = "C.P";
            // 
            // uneCostoPromedio
            // 
            this.uneCostoPromedio.Enabled = false;
            this.uneCostoPromedio.Location = new System.Drawing.Point(44, 57);
            this.uneCostoPromedio.MaskInput = "nnnn.nn";
            this.uneCostoPromedio.Name = "uneCostoPromedio";
            this.uneCostoPromedio.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
            this.uneCostoPromedio.Size = new System.Drawing.Size(85, 21);
            this.uneCostoPromedio.TabIndex = 33;
            this.uneCostoPromedio.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            // 
            // uneCostoUltimaCompra
            // 
            this.uneCostoUltimaCompra.Enabled = false;
            this.uneCostoUltimaCompra.Location = new System.Drawing.Point(44, 33);
            this.uneCostoUltimaCompra.MaskInput = "nnnn.nn";
            this.uneCostoUltimaCompra.Name = "uneCostoUltimaCompra";
            this.uneCostoUltimaCompra.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
            this.uneCostoUltimaCompra.Size = new System.Drawing.Size(85, 21);
            this.uneCostoUltimaCompra.TabIndex = 32;
            this.uneCostoUltimaCompra.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            // 
            // lblCostoUltimaCompra
            // 
            appearance5.BackColor = System.Drawing.Color.Transparent;
            this.lblCostoUltimaCompra.Appearance = appearance5;
            this.lblCostoUltimaCompra.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblCostoUltimaCompra.Location = new System.Drawing.Point(11, 37);
            this.lblCostoUltimaCompra.Name = "lblCostoUltimaCompra";
            this.lblCostoUltimaCompra.Size = new System.Drawing.Size(32, 23);
            this.lblCostoUltimaCompra.TabIndex = 32;
            this.lblCostoUltimaCompra.Text = "U.C";
            // 
            // uceGramaje
            // 
            valueListItem1.DataValue = "ValueListItem0";
            valueListItem1.DisplayText = "cm.";
            valueListItem2.DataValue = "ValueListItem1";
            valueListItem2.DisplayText = "mt.";
            this.uceGramaje.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem1,
            valueListItem2});
            this.uceGramaje.Location = new System.Drawing.Point(96, 112);
            this.uceGramaje.Name = "uceGramaje";
            this.uceGramaje.Size = new System.Drawing.Size(60, 21);
            this.uceGramaje.TabIndex = 33;
            this.uceGramaje.ValueChanged += new System.EventHandler(this.uceGramaje_ValueChanged);
            // 
            // ultraLabel1
            // 
            appearance1.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel1.Appearance = appearance1;
            this.ultraLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel1.Location = new System.Drawing.Point(17, 237);
            this.ultraLabel1.Name = "ultraLabel1";
            this.ultraLabel1.Size = new System.Drawing.Size(73, 15);
            this.ultraLabel1.TabIndex = 34;
            this.ultraLabel1.Text = "Unidad Base";
            // 
            // txtUnidadBase
            // 
            this.txtUnidadBase.Location = new System.Drawing.Point(99, 233);
            this.txtUnidadBase.Name = "txtUnidadBase";
            this.txtUnidadBase.Size = new System.Drawing.Size(141, 21);
            this.txtUnidadBase.TabIndex = 35;
            // 
            // FrmExistencia
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(611, 585);
            this.Name = "FrmExistencia";
            this.Text = "Existencia";
            ((System.ComponentModel.ISupportInitialize)(this.ugbParent)).EndInit();
            this.ugbParent.ResumeLayout(false);
            this.ugbParent.PerformLayout();
            this.ultraTabPageControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.grillaUnidades)).EndInit();
            this.ultraTabPageControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.grillaAlmacenes)).EndInit();
            this.ultraTabPageControl3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.grillaMaquinas)).EndInit();
            this.ultraTabPageControl4.ResumeLayout(false);
            this.ultraTabPageControl4.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtUbicacion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.CheckActivo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtDescripcion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNombre)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtCodigo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.boxGeneralidades)).EndInit();
            this.boxGeneralidades.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.chekEnCotizacion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEsInventariable)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkesServicio)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEsVenta)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEsCompra)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).EndInit();
            this.ultraTabControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ugbClasificacion)).EndInit();
            this.ugbClasificacion.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.txtGramaje)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtLargo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtAlto)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ugbCostos)).EndInit();
            this.ugbCostos.ResumeLayout(false);
            this.ugbCostos.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.uneCostoReferencia)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneCostoPromedio)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneCostoUltimaCompra)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uceGramaje)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtUnidadBase)).EndInit();
            this.ResumeLayout(false);

        }
Example #12
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    appearance3               = new Infragistics.Win.Appearance();
     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(FInInvByNonProduce));
     this.receiptsInfo            = new System.Windows.Forms.GroupBox();
     this.txtRelationDoc          = new UserControl.UCLabelEdit();
     this.cmdItemSelect           = new System.Windows.Forms.Button();
     this.txtItemDescV            = new UserControl.UCLabelEdit();
     this.txtMemo                 = new UserControl.UCLabelEdit();
     this.txtPlanQty              = new UserControl.UCLabelEdit();
     this.txtDeliverUser          = new UserControl.UCLabelEdit();
     this.cboBusinssCode          = new UserControl.UCLabelCombox();
     this.txtItemCode             = new UserControl.UCLabelEdit();
     this.txtTransCode            = new UserControl.UCLabelEdit();
     this.inInvInfo               = new System.Windows.Forms.GroupBox();
     this.ucLabelEditstackMessage = new UserControl.UCLabelEdit();
     this.btnGetStack             = new System.Windows.Forms.Button();
     this.ucLabelEditStock        = new UserControl.UCLabelEdit();
     this.ucLabelComboxCompany    = new UserControl.UCLabelCombox();
     this.ucLabelComboxINVType    = new UserControl.UCLabelCombox();
     this.inputSN                 = new System.Windows.Forms.GroupBox();
     this.txtLength               = new UserControl.UCLabelEdit();
     this.chbRcardLength          = new System.Windows.Forms.CheckBox();
     this.checkItemCode           = new System.Windows.Forms.CheckBox();
     this.ultraOptionSetAddDelete = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
     this.cmdClear                = new UserControl.UCButton();
     this.txtCartonOrRCard        = new UserControl.UCLabelEdit();
     this.txtPalletCode           = new UserControl.UCLabelEdit();
     this.ucLabelEditQty          = new UserControl.UCLabelEdit();
     this.gridRcard               = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.cmdInINV                = new UserControl.UCButton();
     this.cmdCancel               = new UserControl.UCButton();
     this.receiptsInfo.SuspendLayout();
     this.inInvInfo.SuspendLayout();
     this.inputSN.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraOptionSetAddDelete)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridRcard)).BeginInit();
     this.SuspendLayout();
     //
     // receiptsInfo
     //
     this.receiptsInfo.Controls.Add(this.txtRelationDoc);
     this.receiptsInfo.Controls.Add(this.cmdItemSelect);
     this.receiptsInfo.Controls.Add(this.txtItemDescV);
     this.receiptsInfo.Controls.Add(this.txtMemo);
     this.receiptsInfo.Controls.Add(this.txtPlanQty);
     this.receiptsInfo.Controls.Add(this.txtDeliverUser);
     this.receiptsInfo.Controls.Add(this.cboBusinssCode);
     this.receiptsInfo.Controls.Add(this.txtItemCode);
     this.receiptsInfo.Controls.Add(this.txtTransCode);
     this.receiptsInfo.Dock     = System.Windows.Forms.DockStyle.Top;
     this.receiptsInfo.Location = new System.Drawing.Point(0, 0);
     this.receiptsInfo.Name     = "receiptsInfo";
     this.receiptsInfo.Size     = new System.Drawing.Size(792, 137);
     this.receiptsInfo.TabIndex = 0;
     this.receiptsInfo.TabStop  = false;
     this.receiptsInfo.Text     = "单据信息";
     //
     // txtRelationDoc
     //
     this.txtRelationDoc.AllowEditOnlyChecked = true;
     this.txtRelationDoc.AutoSelectAll        = false;
     this.txtRelationDoc.AutoUpper            = true;
     this.txtRelationDoc.Caption      = "关联单据";
     this.txtRelationDoc.Checked      = false;
     this.txtRelationDoc.EditType     = UserControl.EditTypes.String;
     this.txtRelationDoc.Location     = new System.Drawing.Point(33, 108);
     this.txtRelationDoc.MaxLength    = 40;
     this.txtRelationDoc.Multiline    = false;
     this.txtRelationDoc.Name         = "txtRelationDoc";
     this.txtRelationDoc.PasswordChar = '\0';
     this.txtRelationDoc.ReadOnly     = false;
     this.txtRelationDoc.ShowCheckBox = false;
     this.txtRelationDoc.Size         = new System.Drawing.Size(194, 26);
     this.txtRelationDoc.TabIndex     = 8;
     this.txtRelationDoc.TabNext      = true;
     this.txtRelationDoc.Value        = "";
     this.txtRelationDoc.WidthType    = UserControl.WidthTypes.Normal;
     this.txtRelationDoc.XAlign       = 94;
     //
     // cmdItemSelect
     //
     this.cmdItemSelect.Location = new System.Drawing.Point(233, 51);
     this.cmdItemSelect.Name     = "cmdItemSelect";
     this.cmdItemSelect.Size     = new System.Drawing.Size(34, 25);
     this.cmdItemSelect.TabIndex = 4;
     this.cmdItemSelect.Text     = "...";
     this.cmdItemSelect.UseVisualStyleBackColor = true;
     this.cmdItemSelect.Click += new System.EventHandler(this.cmdItemSelect_Click);
     //
     // txtItemDescV
     //
     this.txtItemDescV.AllowEditOnlyChecked = true;
     this.txtItemDescV.AutoSelectAll        = false;
     this.txtItemDescV.AutoUpper            = true;
     this.txtItemDescV.Caption      = "";
     this.txtItemDescV.Checked      = false;
     this.txtItemDescV.EditType     = UserControl.EditTypes.String;
     this.txtItemDescV.Location     = new System.Drawing.Point(335, 50);
     this.txtItemDescV.MaxLength    = 100;
     this.txtItemDescV.Multiline    = false;
     this.txtItemDescV.Name         = "txtItemDescV";
     this.txtItemDescV.PasswordChar = '\0';
     this.txtItemDescV.ReadOnly     = true;
     this.txtItemDescV.ShowCheckBox = false;
     this.txtItemDescV.Size         = new System.Drawing.Size(408, 26);
     this.txtItemDescV.TabIndex     = 5;
     this.txtItemDescV.TabNext      = true;
     this.txtItemDescV.Value        = "";
     this.txtItemDescV.WidthType    = UserControl.WidthTypes.TooLong;
     this.txtItemDescV.XAlign       = 343;
     //
     // txtMemo
     //
     this.txtMemo.AllowEditOnlyChecked = true;
     this.txtMemo.AutoSelectAll        = false;
     this.txtMemo.AutoUpper            = true;
     this.txtMemo.Caption      = "备注";
     this.txtMemo.Checked      = false;
     this.txtMemo.EditType     = UserControl.EditTypes.String;
     this.txtMemo.Location     = new System.Drawing.Point(306, 80);
     this.txtMemo.MaxLength    = 100;
     this.txtMemo.Multiline    = false;
     this.txtMemo.Name         = "txtMemo";
     this.txtMemo.PasswordChar = '\0';
     this.txtMemo.ReadOnly     = false;
     this.txtMemo.ShowCheckBox = false;
     this.txtMemo.Size         = new System.Drawing.Size(437, 26);
     this.txtMemo.TabIndex     = 7;
     this.txtMemo.TabNext      = true;
     this.txtMemo.Value        = "";
     this.txtMemo.WidthType    = UserControl.WidthTypes.TooLong;
     this.txtMemo.XAlign       = 343;
     //
     // txtPlanQty
     //
     this.txtPlanQty.AllowEditOnlyChecked = true;
     this.txtPlanQty.AutoSelectAll        = false;
     this.txtPlanQty.AutoUpper            = true;
     this.txtPlanQty.Caption      = "计划入库数量";
     this.txtPlanQty.Checked      = false;
     this.txtPlanQty.EditType     = UserControl.EditTypes.Integer;
     this.txtPlanQty.Location     = new System.Drawing.Point(9, 80);
     this.txtPlanQty.MaxLength    = 40;
     this.txtPlanQty.Multiline    = false;
     this.txtPlanQty.Name         = "txtPlanQty";
     this.txtPlanQty.PasswordChar = '\0';
     this.txtPlanQty.ReadOnly     = false;
     this.txtPlanQty.ShowCheckBox = false;
     this.txtPlanQty.Size         = new System.Drawing.Size(218, 26);
     this.txtPlanQty.TabIndex     = 6;
     this.txtPlanQty.TabNext      = true;
     this.txtPlanQty.Value        = "";
     this.txtPlanQty.WidthType    = UserControl.WidthTypes.Normal;
     this.txtPlanQty.XAlign       = 94;
     //
     // txtDeliverUser
     //
     this.txtDeliverUser.AllowEditOnlyChecked = true;
     this.txtDeliverUser.AutoSelectAll        = false;
     this.txtDeliverUser.AutoUpper            = true;
     this.txtDeliverUser.Caption      = "送货人员";
     this.txtDeliverUser.Checked      = false;
     this.txtDeliverUser.EditType     = UserControl.EditTypes.String;
     this.txtDeliverUser.Location     = new System.Drawing.Point(549, 22);
     this.txtDeliverUser.MaxLength    = 40;
     this.txtDeliverUser.Multiline    = false;
     this.txtDeliverUser.Name         = "txtDeliverUser";
     this.txtDeliverUser.PasswordChar = '\0';
     this.txtDeliverUser.ReadOnly     = false;
     this.txtDeliverUser.ShowCheckBox = false;
     this.txtDeliverUser.Size         = new System.Drawing.Size(194, 26);
     this.txtDeliverUser.TabIndex     = 2;
     this.txtDeliverUser.TabNext      = true;
     this.txtDeliverUser.Value        = "";
     this.txtDeliverUser.WidthType    = UserControl.WidthTypes.Normal;
     this.txtDeliverUser.XAlign       = 610;
     //
     // cboBusinssCode
     //
     this.cboBusinssCode.AllowEditOnlyChecked = true;
     this.cboBusinssCode.Caption       = "业务类型";
     this.cboBusinssCode.Checked       = false;
     this.cboBusinssCode.Location      = new System.Drawing.Point(282, 22);
     this.cboBusinssCode.Name          = "cboBusinssCode";
     this.cboBusinssCode.SelectedIndex = -1;
     this.cboBusinssCode.ShowCheckBox  = false;
     this.cboBusinssCode.Size          = new System.Drawing.Size(194, 22);
     this.cboBusinssCode.TabIndex      = 1;
     this.cboBusinssCode.WidthType     = UserControl.WidthTypes.Normal;
     this.cboBusinssCode.XAlign        = 343;
     //
     // txtItemCode
     //
     this.txtItemCode.AllowEditOnlyChecked = true;
     this.txtItemCode.AutoSelectAll        = false;
     this.txtItemCode.AutoUpper            = true;
     this.txtItemCode.Caption         = "产品代码";
     this.txtItemCode.Checked         = false;
     this.txtItemCode.EditType        = UserControl.EditTypes.String;
     this.txtItemCode.Location        = new System.Drawing.Point(33, 51);
     this.txtItemCode.MaxLength       = 40;
     this.txtItemCode.Multiline       = false;
     this.txtItemCode.Name            = "txtItemCode";
     this.txtItemCode.PasswordChar    = '\0';
     this.txtItemCode.ReadOnly        = false;
     this.txtItemCode.ShowCheckBox    = false;
     this.txtItemCode.Size            = new System.Drawing.Size(194, 26);
     this.txtItemCode.TabIndex        = 3;
     this.txtItemCode.TabNext         = true;
     this.txtItemCode.Value           = "";
     this.txtItemCode.WidthType       = UserControl.WidthTypes.Normal;
     this.txtItemCode.XAlign          = 94;
     this.txtItemCode.TxtboxKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtItemCode_TxtboxKeyPress);
     //
     // txtTransCode
     //
     this.txtTransCode.AllowEditOnlyChecked = true;
     this.txtTransCode.AutoSelectAll        = false;
     this.txtTransCode.AutoUpper            = true;
     this.txtTransCode.Caption      = "单据号码";
     this.txtTransCode.Checked      = false;
     this.txtTransCode.EditType     = UserControl.EditTypes.String;
     this.txtTransCode.Location     = new System.Drawing.Point(33, 22);
     this.txtTransCode.MaxLength    = 40;
     this.txtTransCode.Multiline    = false;
     this.txtTransCode.Name         = "txtTransCode";
     this.txtTransCode.PasswordChar = '\0';
     this.txtTransCode.ReadOnly     = false;
     this.txtTransCode.ShowCheckBox = false;
     this.txtTransCode.Size         = new System.Drawing.Size(194, 26);
     this.txtTransCode.TabIndex     = 0;
     this.txtTransCode.TabNext      = true;
     this.txtTransCode.Value        = "";
     this.txtTransCode.WidthType    = UserControl.WidthTypes.Normal;
     this.txtTransCode.XAlign       = 94;
     //
     // inInvInfo
     //
     this.inInvInfo.Controls.Add(this.ucLabelEditstackMessage);
     this.inInvInfo.Controls.Add(this.btnGetStack);
     this.inInvInfo.Controls.Add(this.ucLabelEditStock);
     this.inInvInfo.Controls.Add(this.ucLabelComboxCompany);
     this.inInvInfo.Controls.Add(this.ucLabelComboxINVType);
     this.inInvInfo.Dock     = System.Windows.Forms.DockStyle.Top;
     this.inInvInfo.Location = new System.Drawing.Point(0, 137);
     this.inInvInfo.Name     = "inInvInfo";
     this.inInvInfo.Size     = new System.Drawing.Size(792, 102);
     this.inInvInfo.TabIndex = 1;
     this.inInvInfo.TabStop  = false;
     this.inInvInfo.Text     = "入库信息";
     //
     // ucLabelEditstackMessage
     //
     this.ucLabelEditstackMessage.AllowEditOnlyChecked = true;
     this.ucLabelEditstackMessage.AutoSelectAll        = false;
     this.ucLabelEditstackMessage.AutoUpper            = true;
     this.ucLabelEditstackMessage.Caption      = "垛位状况(已使用/容量)";
     this.ucLabelEditstackMessage.Checked      = false;
     this.ucLabelEditstackMessage.EditType     = UserControl.EditTypes.String;
     this.ucLabelEditstackMessage.Enabled      = false;
     this.ucLabelEditstackMessage.Location     = new System.Drawing.Point(306, 57);
     this.ucLabelEditstackMessage.MaxLength    = 40;
     this.ucLabelEditstackMessage.Multiline    = false;
     this.ucLabelEditstackMessage.Name         = "ucLabelEditstackMessage";
     this.ucLabelEditstackMessage.PasswordChar = '\0';
     this.ucLabelEditstackMessage.ReadOnly     = false;
     this.ucLabelEditstackMessage.ShowCheckBox = false;
     this.ucLabelEditstackMessage.Size         = new System.Drawing.Size(189, 22);
     this.ucLabelEditstackMessage.TabIndex     = 14;
     this.ucLabelEditstackMessage.TabNext      = true;
     this.ucLabelEditstackMessage.Value        = "";
     this.ucLabelEditstackMessage.WidthType    = UserControl.WidthTypes.Tiny;
     this.ucLabelEditstackMessage.XAlign       = 445;
     //
     // btnGetStack
     //
     this.btnGetStack.Location = new System.Drawing.Point(482, 29);
     this.btnGetStack.Name     = "btnGetStack";
     this.btnGetStack.Size     = new System.Drawing.Size(34, 25);
     this.btnGetStack.TabIndex = 12;
     this.btnGetStack.Text     = "...";
     this.btnGetStack.UseVisualStyleBackColor = true;
     this.btnGetStack.Click += new System.EventHandler(this.btnGetStack_Click);
     //
     // ucLabelEditStock
     //
     this.ucLabelEditStock.AllowEditOnlyChecked = true;
     this.ucLabelEditStock.AutoSelectAll        = false;
     this.ucLabelEditStock.AutoUpper            = true;
     this.ucLabelEditStock.Caption      = "垛位";
     this.ucLabelEditStock.Checked      = false;
     this.ucLabelEditStock.EditType     = UserControl.EditTypes.String;
     this.ucLabelEditStock.Location     = new System.Drawing.Point(306, 29);
     this.ucLabelEditStock.MaxLength    = 40;
     this.ucLabelEditStock.Multiline    = false;
     this.ucLabelEditStock.Name         = "ucLabelEditStock";
     this.ucLabelEditStock.PasswordChar = '\0';
     this.ucLabelEditStock.ReadOnly     = true;
     this.ucLabelEditStock.ShowCheckBox = false;
     this.ucLabelEditStock.Size         = new System.Drawing.Size(170, 26);
     this.ucLabelEditStock.TabIndex     = 11;
     this.ucLabelEditStock.TabNext      = true;
     this.ucLabelEditStock.Value        = "";
     this.ucLabelEditStock.WidthType    = UserControl.WidthTypes.Normal;
     this.ucLabelEditStock.XAlign       = 343;
     //
     // ucLabelComboxCompany
     //
     this.ucLabelComboxCompany.AllowEditOnlyChecked = true;
     this.ucLabelComboxCompany.Caption       = "公司";
     this.ucLabelComboxCompany.Checked       = false;
     this.ucLabelComboxCompany.Location      = new System.Drawing.Point(57, 57);
     this.ucLabelComboxCompany.Name          = "ucLabelComboxCompany";
     this.ucLabelComboxCompany.SelectedIndex = -1;
     this.ucLabelComboxCompany.ShowCheckBox  = false;
     this.ucLabelComboxCompany.Size          = new System.Drawing.Size(170, 22);
     this.ucLabelComboxCompany.TabIndex      = 13;
     this.ucLabelComboxCompany.WidthType     = UserControl.WidthTypes.Normal;
     this.ucLabelComboxCompany.XAlign        = 94;
     //
     // ucLabelComboxINVType
     //
     this.ucLabelComboxINVType.AllowEditOnlyChecked = true;
     this.ucLabelComboxINVType.Caption       = "库别";
     this.ucLabelComboxINVType.Checked       = false;
     this.ucLabelComboxINVType.Location      = new System.Drawing.Point(57, 29);
     this.ucLabelComboxINVType.Name          = "ucLabelComboxINVType";
     this.ucLabelComboxINVType.SelectedIndex = -1;
     this.ucLabelComboxINVType.ShowCheckBox  = false;
     this.ucLabelComboxINVType.Size          = new System.Drawing.Size(170, 22);
     this.ucLabelComboxINVType.TabIndex      = 10;
     this.ucLabelComboxINVType.WidthType     = UserControl.WidthTypes.Normal;
     this.ucLabelComboxINVType.XAlign        = 94;
     //
     // inputSN
     //
     this.inputSN.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.inputSN.Controls.Add(this.txtLength);
     this.inputSN.Controls.Add(this.chbRcardLength);
     this.inputSN.Controls.Add(this.checkItemCode);
     this.inputSN.Controls.Add(this.ultraOptionSetAddDelete);
     this.inputSN.Controls.Add(this.cmdClear);
     this.inputSN.Controls.Add(this.txtCartonOrRCard);
     this.inputSN.Controls.Add(this.txtPalletCode);
     this.inputSN.Controls.Add(this.ucLabelEditQty);
     this.inputSN.Controls.Add(this.gridRcard);
     this.inputSN.Location = new System.Drawing.Point(0, 249);
     this.inputSN.Name     = "inputSN";
     this.inputSN.Size     = new System.Drawing.Size(792, 315);
     this.inputSN.TabIndex = 2;
     this.inputSN.TabStop  = false;
     this.inputSN.Text     = "序列号输入";
     //
     // txtLength
     //
     this.txtLength.AllowEditOnlyChecked = true;
     this.txtLength.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.txtLength.AutoSelectAll = false;
     this.txtLength.AutoUpper     = true;
     this.txtLength.Caption       = "";
     this.txtLength.Checked       = false;
     this.txtLength.EditType      = UserControl.EditTypes.Integer;
     this.txtLength.Location      = new System.Drawing.Point(319, 276);
     this.txtLength.MaxLength     = 40;
     this.txtLength.Multiline     = false;
     this.txtLength.Name          = "txtLength";
     this.txtLength.PasswordChar  = '\0';
     this.txtLength.ReadOnly      = false;
     this.txtLength.RightToLeft   = System.Windows.Forms.RightToLeft.Yes;
     this.txtLength.ShowCheckBox  = false;
     this.txtLength.Size          = new System.Drawing.Size(58, 26);
     this.txtLength.TabIndex      = 233;
     this.txtLength.TabNext       = true;
     this.txtLength.Value         = "23";
     this.txtLength.WidthType     = UserControl.WidthTypes.Tiny;
     this.txtLength.XAlign        = 327;
     //
     // chbRcardLength
     //
     this.chbRcardLength.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.chbRcardLength.Checked    = true;
     this.chbRcardLength.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chbRcardLength.Location   = new System.Drawing.Point(247, 280);
     this.chbRcardLength.Name       = "chbRcardLength";
     this.chbRcardLength.Size       = new System.Drawing.Size(75, 20);
     this.chbRcardLength.TabIndex   = 231;
     this.chbRcardLength.Text       = "序号长度";
     //
     // checkItemCode
     //
     this.checkItemCode.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.checkItemCode.Checked    = true;
     this.checkItemCode.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkItemCode.Location   = new System.Drawing.Point(397, 280);
     this.checkItemCode.Name       = "checkItemCode";
     this.checkItemCode.Size       = new System.Drawing.Size(104, 20);
     this.checkItemCode.TabIndex   = 230;
     this.checkItemCode.Text       = "是否检查料号";
     //
     // ultraOptionSetAddDelete
     //
     this.ultraOptionSetAddDelete.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     appearance3.FontData.BoldAsString        = "False";
     this.ultraOptionSetAddDelete.Appearance  = appearance3;
     this.ultraOptionSetAddDelete.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
     valueListItem3.DataValue   = "0";
     valueListItem3.DisplayText = "新增";
     valueListItem4.DataValue   = "2";
     valueListItem4.DisplayText = "移除";
     this.ultraOptionSetAddDelete.Items.AddRange(new Infragistics.Win.ValueListItem[] {
         valueListItem3,
         valueListItem4
     });
     this.ultraOptionSetAddDelete.Location      = new System.Drawing.Point(512, 282);
     this.ultraOptionSetAddDelete.Name          = "ultraOptionSetAddDelete";
     this.ultraOptionSetAddDelete.Size          = new System.Drawing.Size(114, 17);
     this.ultraOptionSetAddDelete.TabIndex      = 16;
     this.ultraOptionSetAddDelete.UseFlatMode   = Infragistics.Win.DefaultableBoolean.True;
     this.ultraOptionSetAddDelete.ValueChanged += new System.EventHandler(this.ultraOptionSetAddDelete_ValueChanged);
     //
     // cmdClear
     //
     this.cmdClear.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.cmdClear.BackColor       = System.Drawing.SystemColors.Control;
     this.cmdClear.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("cmdClear.BackgroundImage")));
     this.cmdClear.ButtonType      = UserControl.ButtonTypes.None;
     this.cmdClear.Caption         = "清空";
     this.cmdClear.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.cmdClear.Location        = new System.Drawing.Point(636, 278);
     this.cmdClear.Name            = "cmdClear";
     this.cmdClear.Size            = new System.Drawing.Size(88, 24);
     this.cmdClear.TabIndex        = 17;
     this.cmdClear.Click          += new System.EventHandler(this.cmdClear_Click);
     //
     // txtCartonOrRCard
     //
     this.txtCartonOrRCard.AllowEditOnlyChecked = true;
     this.txtCartonOrRCard.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.txtCartonOrRCard.AutoSelectAll   = false;
     this.txtCartonOrRCard.AutoUpper       = true;
     this.txtCartonOrRCard.Caption         = "箱号/产品序列号";
     this.txtCartonOrRCard.Checked         = true;
     this.txtCartonOrRCard.EditType        = UserControl.EditTypes.String;
     this.txtCartonOrRCard.Location        = new System.Drawing.Point(5, 276);
     this.txtCartonOrRCard.MaxLength       = 40;
     this.txtCartonOrRCard.Multiline       = false;
     this.txtCartonOrRCard.Name            = "txtCartonOrRCard";
     this.txtCartonOrRCard.PasswordChar    = '\0';
     this.txtCartonOrRCard.ReadOnly        = false;
     this.txtCartonOrRCard.ShowCheckBox    = false;
     this.txtCartonOrRCard.Size            = new System.Drawing.Size(236, 26);
     this.txtCartonOrRCard.TabIndex        = 15;
     this.txtCartonOrRCard.TabNext         = true;
     this.txtCartonOrRCard.Value           = "";
     this.txtCartonOrRCard.WidthType       = UserControl.WidthTypes.Normal;
     this.txtCartonOrRCard.XAlign          = 108;
     this.txtCartonOrRCard.TxtboxKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtRCard_TxtboxKeyPress);
     //
     // txtPalletCode
     //
     this.txtPalletCode.AllowEditOnlyChecked = true;
     this.txtPalletCode.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.txtPalletCode.AutoSelectAll = false;
     this.txtPalletCode.AutoUpper     = true;
     this.txtPalletCode.Caption       = "归属栈板";
     this.txtPalletCode.Checked       = false;
     this.txtPalletCode.EditType      = UserControl.EditTypes.String;
     this.txtPalletCode.Location      = new System.Drawing.Point(31, 244);
     this.txtPalletCode.MaxLength     = 40;
     this.txtPalletCode.Multiline     = false;
     this.txtPalletCode.Name          = "txtPalletCode";
     this.txtPalletCode.PasswordChar  = '\0';
     this.txtPalletCode.ReadOnly      = false;
     this.txtPalletCode.ShowCheckBox  = true;
     this.txtPalletCode.Size          = new System.Drawing.Size(210, 26);
     this.txtPalletCode.TabIndex      = 14;
     this.txtPalletCode.TabNext       = true;
     this.txtPalletCode.Value         = "";
     this.txtPalletCode.WidthType     = UserControl.WidthTypes.Normal;
     this.txtPalletCode.XAlign        = 108;
     //
     // ucLabelEditQty
     //
     this.ucLabelEditQty.AllowEditOnlyChecked = true;
     this.ucLabelEditQty.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.ucLabelEditQty.AutoSelectAll = false;
     this.ucLabelEditQty.AutoUpper     = true;
     this.ucLabelEditQty.Caption       = "数量";
     this.ucLabelEditQty.Checked       = false;
     this.ucLabelEditQty.EditType      = UserControl.EditTypes.String;
     this.ucLabelEditQty.Location      = new System.Drawing.Point(693, 236);
     this.ucLabelEditQty.MaxLength     = 40;
     this.ucLabelEditQty.Multiline     = false;
     this.ucLabelEditQty.Name          = "ucLabelEditQty";
     this.ucLabelEditQty.PasswordChar  = '\0';
     this.ucLabelEditQty.ReadOnly      = true;
     this.ucLabelEditQty.ShowCheckBox  = false;
     this.ucLabelEditQty.Size          = new System.Drawing.Size(87, 26);
     this.ucLabelEditQty.TabIndex      = 206;
     this.ucLabelEditQty.TabNext       = true;
     this.ucLabelEditQty.Value         = "";
     this.ucLabelEditQty.WidthType     = UserControl.WidthTypes.Tiny;
     this.ucLabelEditQty.XAlign        = 730;
     //
     // gridRcard
     //
     this.gridRcard.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.gridRcard.Cursor            = System.Windows.Forms.Cursors.Default;
     this.gridRcard.Location          = new System.Drawing.Point(3, 18);
     this.gridRcard.Name              = "gridRcard";
     this.gridRcard.Size              = new System.Drawing.Size(783, 211);
     this.gridRcard.TabIndex          = 20;
     this.gridRcard.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.gridRcard_InitializeLayout);
     //
     // cmdInINV
     //
     this.cmdInINV.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.cmdInINV.BackColor       = System.Drawing.SystemColors.Control;
     this.cmdInINV.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("cmdInINV.BackgroundImage")));
     this.cmdInINV.ButtonType      = UserControl.ButtonTypes.None;
     this.cmdInINV.Caption         = "入库";
     this.cmdInINV.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.cmdInINV.Location        = new System.Drawing.Point(263, 573);
     this.cmdInINV.Name            = "cmdInINV";
     this.cmdInINV.Size            = new System.Drawing.Size(88, 24);
     this.cmdInINV.TabIndex        = 18;
     this.cmdInINV.Click          += new System.EventHandler(this.cmdInINV_Click);
     //
     // cmdCancel
     //
     this.cmdCancel.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.cmdCancel.BackColor       = System.Drawing.SystemColors.Control;
     this.cmdCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("cmdCancel.BackgroundImage")));
     this.cmdCancel.ButtonType      = UserControl.ButtonTypes.Cancle;
     this.cmdCancel.Caption         = "取消";
     this.cmdCancel.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.cmdCancel.Location        = new System.Drawing.Point(369, 573);
     this.cmdCancel.Name            = "cmdCancel";
     this.cmdCancel.Size            = new System.Drawing.Size(88, 24);
     this.cmdCancel.TabIndex        = 19;
     this.cmdCancel.Click          += new System.EventHandler(this.cmdCancel_Click);
     //
     // FInInvByNonProduce
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize    = new System.Drawing.Size(792, 613);
     this.Controls.Add(this.cmdCancel);
     this.Controls.Add(this.cmdInINV);
     this.Controls.Add(this.inputSN);
     this.Controls.Add(this.inInvInfo);
     this.Controls.Add(this.receiptsInfo);
     this.Name  = "FInInvByNonProduce";
     this.Text  = "非生产性入库";
     this.Load += new System.EventHandler(this.FInInvByNonProduce_Load);
     this.receiptsInfo.ResumeLayout(false);
     this.inInvInfo.ResumeLayout(false);
     this.inputSN.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraOptionSetAddDelete)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridRcard)).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.ValueListItem valueListItem8 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem9 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem10 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem11 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem12 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem13 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("RiepilogoSpesaDTO", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Condominio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Fornitore");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdCondominio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdFornitore");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Importo");
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Spese");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ExtensionData");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DisplayName");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FrequentlyAccessed");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsDeleteAllow");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Stato");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Version");
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Spese", 0);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AliquotaRitenuta");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AltreSpese");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CassaProfessionisti");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Contestata");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DataDocumento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Detraibile");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DisplayFornitore");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn47 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("EsenteRegimeMinimo");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdEsercizio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdFornitore");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Imponibile");
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ImportoIva");
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ImportoLordo");
            Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ImportoRitenuta");
            Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsMultiIva");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Note");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NumeroDocumento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NumeroProtocollo");
            Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Sinistro");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("StatoRitenuta");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("StatoSpesa");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TipoDocumento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ExtensionData");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DisplayName");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FrequentlyAccessed");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsDeleteAllow");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Stato");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn41 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Version");
            Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand3 = new Infragistics.Win.UltraWinGrid.UltraGridBand("IdMessage", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn42 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ExtensionData");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn43 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Descrizione");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn44 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Id");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn45 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Message");
            Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn46 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Tipo");
            Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem7 = new Infragistics.Win.ValueListItem();
            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(QuadroACTelematicoUC));
            this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.panelButtons = new System.Windows.Forms.Panel();
            this.btnIndietro = new Infragistics.Win.Misc.UltraButton();
            this.btnAvanti = new Infragistics.Win.Misc.UltraButton();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.parametri = new Infragistics.Win.Misc.UltraPanel();
            this.btnCerca = new Infragistics.Win.Misc.UltraButton();
            this.anno = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.lblAnno = new Infragistics.Win.Misc.UltraLabel();
            this.listaSpese = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.riepilogoSpesaDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.ultraTabPageControl3 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.panelButtonsErrori = new System.Windows.Forms.Panel();
            this.btnIndietroErrori = new Infragistics.Win.Misc.UltraButton();
            this.listaErrori = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.idMessageBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.tipoModulo = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.lblTipoModulo = new Infragistics.Win.Misc.UltraLabel();
            this.btnIndietroFine = new Infragistics.Win.Misc.UltraButton();
            this.lblFile = new Infragistics.Win.Misc.UltraLabel();
            this.btnFine = new Infragistics.Win.Misc.UltraButton();
            this.btnSceltaFileEntratel = new Infragistics.Win.Misc.UltraButton();
            this.nomeFileQuadroAC = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
            this.wizardGenerazioneQuadroAC = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
            this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
            this.reqFile = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.validationSummarySpese = new Gipasoft.Windows.Forms.CustomValidation.ValidationSummary(this.components);
            this.validationSummaryCreazioneFile = new Gipasoft.Windows.Forms.CustomValidation.ValidationSummary(this.components);
            this.speseValidator = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            this.reqAnno = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.validationSummaryCerca = new Gipasoft.Windows.Forms.CustomValidation.ValidationSummary(this.components);
            this.ultraTabPageControl1.SuspendLayout();
            this.panelButtons.SuspendLayout();
            this.tableLayoutPanel1.SuspendLayout();
            this.parametri.ClientArea.SuspendLayout();
            this.parametri.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.anno)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.listaSpese)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.riepilogoSpesaDTOBindingSource)).BeginInit();
            this.ultraTabPageControl3.SuspendLayout();
            this.panelButtonsErrori.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.listaErrori)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.idMessageBindingSource)).BeginInit();
            this.ultraTabPageControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tipoModulo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nomeFileQuadroAC)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.wizardGenerazioneQuadroAC)).BeginInit();
            this.wizardGenerazioneQuadroAC.SuspendLayout();
            this.SuspendLayout();
            // 
            // ultraTabPageControl1
            // 
            this.ultraTabPageControl1.Controls.Add(this.panelButtons);
            this.ultraTabPageControl1.Controls.Add(this.tableLayoutPanel1);
            this.ultraTabPageControl1.Location = new System.Drawing.Point(1, 23);
            this.ultraTabPageControl1.Name = "ultraTabPageControl1";
            this.ultraTabPageControl1.Size = new System.Drawing.Size(829, 412);
            // 
            // panelButtons
            // 
            this.panelButtons.Controls.Add(this.btnIndietro);
            this.panelButtons.Controls.Add(this.btnAvanti);
            this.panelButtons.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelButtons.Location = new System.Drawing.Point(0, 382);
            this.panelButtons.Name = "panelButtons";
            this.panelButtons.Size = new System.Drawing.Size(829, 30);
            this.panelButtons.TabIndex = 6;
            // 
            // btnIndietro
            // 
            this.btnIndietro.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnIndietro.Enabled = false;
            this.btnIndietro.Location = new System.Drawing.Point(6, 4);
            this.btnIndietro.Name = "btnIndietro";
            this.btnIndietro.Size = new System.Drawing.Size(75, 23);
            this.btnIndietro.TabIndex = 5;
            this.btnIndietro.Text = "<< Indietro";
            this.btnIndietro.Click += new System.EventHandler(this.btnIndietroClick);
            // 
            // btnAvanti
            // 
            this.btnAvanti.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnAvanti.Location = new System.Drawing.Point(87, 4);
            this.btnAvanti.Name = "btnAvanti";
            this.btnAvanti.Size = new System.Drawing.Size(75, 23);
            this.btnAvanti.TabIndex = 4;
            this.btnAvanti.Text = "Avanti >>";
            this.btnAvanti.Click += new System.EventHandler(this.btnAvantiClick);
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.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.tableLayoutPanel1.ColumnCount = 1;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.Controls.Add(this.parametri, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.listaSpese, 0, 1);
            this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 2;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(823, 379);
            this.tableLayoutPanel1.TabIndex = 0;
            // 
            // parametri
            // 
            // 
            // parametri.ClientArea
            // 
            this.parametri.ClientArea.Controls.Add(this.btnCerca);
            this.parametri.ClientArea.Controls.Add(this.anno);
            this.parametri.ClientArea.Controls.Add(this.lblAnno);
            this.parametri.Dock = System.Windows.Forms.DockStyle.Fill;
            this.parametri.Location = new System.Drawing.Point(3, 3);
            this.parametri.Name = "parametri";
            this.parametri.Size = new System.Drawing.Size(817, 29);
            this.parametri.TabIndex = 1;
            // 
            // btnCerca
            // 
            this.btnCerca.Location = new System.Drawing.Point(204, 2);
            this.btnCerca.Name = "btnCerca";
            this.btnCerca.Size = new System.Drawing.Size(75, 23);
            this.btnCerca.TabIndex = 2;
            this.btnCerca.Text = "Cerca";
            this.btnCerca.Click += new System.EventHandler(this.btnCercaClick);
            // 
            // anno
            // 
            this.anno.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            valueListItem8.DataValue = 2009;
            valueListItem8.DisplayText = "2009";
            valueListItem9.DataValue = 2010;
            valueListItem9.DisplayText = "2010";
            valueListItem10.DataValue = 2011;
            valueListItem10.DisplayText = "2011";
            valueListItem11.DataValue = 2012;
            valueListItem11.DisplayText = "2012";
            valueListItem12.DataValue = 2013;
            valueListItem12.DisplayText = "2013";
            valueListItem13.DataValue = 2014;
            valueListItem13.DisplayText = "2014";
            valueListItem3.DataValue = 2015;
            valueListItem3.DisplayText = "2015";
            this.anno.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem8,
            valueListItem9,
            valueListItem10,
            valueListItem11,
            valueListItem12,
            valueListItem13,
            valueListItem3});
            this.anno.Location = new System.Drawing.Point(54, 3);
            this.anno.Name = "anno";
            this.anno.Size = new System.Drawing.Size(144, 21);
            this.anno.TabIndex = 1;
            // 
            // lblAnno
            // 
            this.lblAnno.Location = new System.Drawing.Point(3, 7);
            this.lblAnno.Name = "lblAnno";
            this.lblAnno.Size = new System.Drawing.Size(45, 17);
            this.lblAnno.TabIndex = 0;
            this.lblAnno.Text = "Anno";
            // 
            // listaSpese
            // 
            this.listaSpese.DataSource = this.riepilogoSpesaDTOBindingSource;
            appearance1.BackColor = System.Drawing.SystemColors.Window;
            appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
            appearance1.ForeColor = System.Drawing.Color.Black;
            this.listaSpese.DisplayLayout.Appearance = appearance1;
            ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn1.Header.VisiblePosition = 1;
            ultraGridColumn1.Width = 200;
            ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn2.Header.VisiblePosition = 3;
            ultraGridColumn2.Width = 200;
            ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn3.ColumnChooserCaption = "Identifcativo Condominio";
            ultraGridColumn3.Header.Caption = "Id Cond.";
            ultraGridColumn3.Header.VisiblePosition = 0;
            ultraGridColumn3.Hidden = true;
            ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn4.ColumnChooserCaption = "Identifcativo Fornitore";
            ultraGridColumn4.Header.Caption = "Id For.";
            ultraGridColumn4.Header.VisiblePosition = 2;
            ultraGridColumn4.Hidden = true;
            ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            appearance2.TextHAlignAsString = "Right";
            ultraGridColumn5.CellAppearance = appearance2;
            ultraGridColumn5.Format = "c";
            ultraGridColumn5.Header.VisiblePosition = 4;
            ultraGridColumn6.Header.VisiblePosition = 12;
            ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn7.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn7.Header.VisiblePosition = 5;
            ultraGridColumn7.Hidden = true;
            ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn8.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn8.Header.VisiblePosition = 6;
            ultraGridColumn8.Hidden = true;
            ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn9.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn9.Header.VisiblePosition = 7;
            ultraGridColumn9.Hidden = true;
            ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn10.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn10.Header.VisiblePosition = 8;
            ultraGridColumn10.Hidden = true;
            ultraGridColumn11.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn11.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn11.Header.VisiblePosition = 9;
            ultraGridColumn11.Hidden = true;
            ultraGridColumn12.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn12.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn12.Header.VisiblePosition = 10;
            ultraGridColumn12.Hidden = true;
            ultraGridColumn13.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn13.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn13.Header.VisiblePosition = 11;
            ultraGridColumn13.Hidden = true;
            ultraGridBand1.Columns.AddRange(new object[] {
            ultraGridColumn1,
            ultraGridColumn2,
            ultraGridColumn3,
            ultraGridColumn4,
            ultraGridColumn5,
            ultraGridColumn6,
            ultraGridColumn7,
            ultraGridColumn8,
            ultraGridColumn9,
            ultraGridColumn10,
            ultraGridColumn11,
            ultraGridColumn12,
            ultraGridColumn13});
            ultraGridColumn14.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn14.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn14.Header.VisiblePosition = 10;
            ultraGridColumn14.Hidden = true;
            ultraGridColumn15.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn15.Header.Caption = "Altre Spese";
            ultraGridColumn15.Header.VisiblePosition = 1;
            ultraGridColumn15.Hidden = true;
            ultraGridColumn16.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn16.Header.Caption = "Cassa Professionisti";
            ultraGridColumn16.Header.VisiblePosition = 2;
            ultraGridColumn16.Hidden = true;
            ultraGridColumn17.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn17.ColumnChooserCaption = "Contestata";
            ultraGridColumn17.Header.Caption = "Cont.";
            ultraGridColumn17.Header.VisiblePosition = 18;
            ultraGridColumn18.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn18.ColumnChooserCaption = "Data Documento";
            ultraGridColumn18.Header.Caption = "Dt.Doc.";
            ultraGridColumn18.Header.VisiblePosition = 5;
            ultraGridColumn19.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn19.Header.Caption = "Detr.";
            ultraGridColumn19.Header.VisiblePosition = 7;
            ultraGridColumn19.Width = 35;
            ultraGridColumn20.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn20.Header.Caption = "Fornitore";
            ultraGridColumn20.Header.VisiblePosition = 9;
            ultraGridColumn47.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn47.ColumnChooserCaption = "Esente Regime Minimo";
            ultraGridColumn47.Header.Caption = "Es. Minimo";
            ultraGridColumn47.Header.VisiblePosition = 8;
            ultraGridColumn47.Hidden = true;
            ultraGridColumn21.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn21.ColumnChooserCaption = "Identificativo Esercizio";
            ultraGridColumn21.Header.Caption = "Id Es.";
            ultraGridColumn21.Header.VisiblePosition = 11;
            ultraGridColumn21.Hidden = true;
            ultraGridColumn22.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn22.ColumnChooserCaption = "Identificativo Fornitore";
            ultraGridColumn22.Header.Caption = "Id Forn.";
            ultraGridColumn22.Header.VisiblePosition = 12;
            ultraGridColumn22.Hidden = true;
            ultraGridColumn23.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            appearance3.TextHAlignAsString = "Right";
            ultraGridColumn23.CellAppearance = appearance3;
            ultraGridColumn23.Format = "c";
            ultraGridColumn23.Header.VisiblePosition = 13;
            ultraGridColumn24.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            appearance4.TextHAlignAsString = "Right";
            ultraGridColumn24.CellAppearance = appearance4;
            ultraGridColumn24.Format = "c";
            ultraGridColumn24.Header.Caption = "Iva";
            ultraGridColumn24.Header.VisiblePosition = 14;
            ultraGridColumn25.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            appearance5.TextHAlignAsString = "Right";
            ultraGridColumn25.CellAppearance = appearance5;
            ultraGridColumn25.Format = "c";
            ultraGridColumn25.Header.Caption = "Importo";
            ultraGridColumn25.Header.VisiblePosition = 15;
            ultraGridColumn26.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            appearance6.TextHAlignAsString = "Right";
            ultraGridColumn26.CellAppearance = appearance6;
            ultraGridColumn26.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn26.Format = "c";
            ultraGridColumn26.Header.VisiblePosition = 16;
            ultraGridColumn26.Hidden = true;
            ultraGridColumn27.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn27.Header.Caption = "Multi Iva";
            ultraGridColumn27.Header.VisiblePosition = 17;
            ultraGridColumn27.Hidden = true;
            ultraGridColumn28.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn28.Header.VisiblePosition = 22;
            ultraGridColumn28.Hidden = true;
            ultraGridColumn29.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn29.ColumnChooserCaption = "Numero Documento";
            ultraGridColumn29.Header.Caption = "Num.Doc.";
            ultraGridColumn29.Header.VisiblePosition = 4;
            ultraGridColumn30.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            appearance7.TextHAlignAsString = "Right";
            ultraGridColumn30.CellAppearance = appearance7;
            ultraGridColumn30.Header.Caption = "Protocollo";
            ultraGridColumn30.Header.VisiblePosition = 6;
            ultraGridColumn31.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn31.ColumnChooserCaption = "Sinistro";
            ultraGridColumn31.Header.Caption = "Sin.";
            ultraGridColumn31.Header.VisiblePosition = 19;
            ultraGridColumn32.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn32.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn32.Header.VisiblePosition = 20;
            ultraGridColumn32.Hidden = true;
            ultraGridColumn33.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn33.Header.Caption = "Stato";
            ultraGridColumn33.Header.VisiblePosition = 21;
            ultraGridColumn34.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn34.Header.Caption = "Documento";
            ultraGridColumn34.Header.VisiblePosition = 3;
            ultraGridColumn35.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn35.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn35.Header.VisiblePosition = 23;
            ultraGridColumn35.Hidden = true;
            ultraGridColumn36.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn36.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn36.Header.VisiblePosition = 24;
            ultraGridColumn36.Hidden = true;
            ultraGridColumn37.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn37.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn37.Header.VisiblePosition = 25;
            ultraGridColumn37.Hidden = true;
            ultraGridColumn38.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn38.ColumnChooserCaption = "Identificativo";
            ultraGridColumn38.Header.Caption = "Id";
            ultraGridColumn38.Header.VisiblePosition = 0;
            ultraGridColumn38.Hidden = true;
            ultraGridColumn39.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn39.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn39.Header.VisiblePosition = 26;
            ultraGridColumn39.Hidden = true;
            ultraGridColumn40.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn40.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn40.Header.VisiblePosition = 27;
            ultraGridColumn40.Hidden = true;
            ultraGridColumn41.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn41.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn41.Header.VisiblePosition = 28;
            ultraGridColumn41.Hidden = true;
            ultraGridBand2.Columns.AddRange(new object[] {
            ultraGridColumn14,
            ultraGridColumn15,
            ultraGridColumn16,
            ultraGridColumn17,
            ultraGridColumn18,
            ultraGridColumn19,
            ultraGridColumn20,
            ultraGridColumn47,
            ultraGridColumn21,
            ultraGridColumn22,
            ultraGridColumn23,
            ultraGridColumn24,
            ultraGridColumn25,
            ultraGridColumn26,
            ultraGridColumn27,
            ultraGridColumn28,
            ultraGridColumn29,
            ultraGridColumn30,
            ultraGridColumn31,
            ultraGridColumn32,
            ultraGridColumn33,
            ultraGridColumn34,
            ultraGridColumn35,
            ultraGridColumn36,
            ultraGridColumn37,
            ultraGridColumn38,
            ultraGridColumn39,
            ultraGridColumn40,
            ultraGridColumn41});
            this.listaSpese.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
            this.listaSpese.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
            this.listaSpese.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            this.listaSpese.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
            appearance8.BackColor = System.Drawing.SystemColors.ActiveBorder;
            appearance8.BackColor2 = System.Drawing.SystemColors.ControlDark;
            appearance8.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance8.BorderColor = System.Drawing.SystemColors.Window;
            this.listaSpese.DisplayLayout.GroupByBox.Appearance = appearance8;
            appearance9.ForeColor = System.Drawing.SystemColors.GrayText;
            this.listaSpese.DisplayLayout.GroupByBox.BandLabelAppearance = appearance9;
            this.listaSpese.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            appearance10.BackColor = System.Drawing.SystemColors.ControlLightLight;
            appearance10.BackColor2 = System.Drawing.SystemColors.Control;
            appearance10.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
            appearance10.ForeColor = System.Drawing.SystemColors.GrayText;
            this.listaSpese.DisplayLayout.GroupByBox.PromptAppearance = appearance10;
            this.listaSpese.DisplayLayout.MaxColScrollRegions = 1;
            this.listaSpese.DisplayLayout.MaxRowScrollRegions = 1;
            appearance11.BackColor = System.Drawing.SystemColors.Window;
            appearance11.ForeColor = System.Drawing.SystemColors.ControlText;
            this.listaSpese.DisplayLayout.Override.ActiveCellAppearance = appearance11;
            appearance12.BackColor = System.Drawing.SystemColors.Highlight;
            appearance12.ForeColor = System.Drawing.SystemColors.HighlightText;
            this.listaSpese.DisplayLayout.Override.ActiveRowAppearance = appearance12;
            this.listaSpese.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
            this.listaSpese.DisplayLayout.Override.AllowColSizing = Infragistics.Win.UltraWinGrid.AllowColSizing.Free;
            this.listaSpese.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
            this.listaSpese.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
            this.listaSpese.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
            this.listaSpese.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
            appearance13.BackColor = System.Drawing.SystemColors.Window;
            this.listaSpese.DisplayLayout.Override.CardAreaAppearance = appearance13;
            appearance14.BorderColor = System.Drawing.Color.Silver;
            appearance14.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
            this.listaSpese.DisplayLayout.Override.CellAppearance = appearance14;
            this.listaSpese.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
            this.listaSpese.DisplayLayout.Override.CellPadding = 0;
            appearance15.BackColor = System.Drawing.SystemColors.Control;
            appearance15.BackColor2 = System.Drawing.SystemColors.ControlDark;
            appearance15.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
            appearance15.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
            appearance15.BorderColor = System.Drawing.SystemColors.Window;
            this.listaSpese.DisplayLayout.Override.GroupByRowAppearance = appearance15;
            appearance16.TextHAlignAsString = "Left";
            this.listaSpese.DisplayLayout.Override.HeaderAppearance = appearance16;
            this.listaSpese.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
            this.listaSpese.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
            appearance17.BackColor = System.Drawing.SystemColors.Window;
            appearance17.BorderColor = System.Drawing.Color.Silver;
            this.listaSpese.DisplayLayout.Override.RowAppearance = appearance17;
            this.listaSpese.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
            appearance18.BackColor = System.Drawing.SystemColors.ControlLight;
            this.listaSpese.DisplayLayout.Override.TemplateAddRowAppearance = appearance18;
            this.listaSpese.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
            this.listaSpese.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
            this.listaSpese.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
            this.listaSpese.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listaSpese.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.listaSpese.Location = new System.Drawing.Point(3, 38);
            this.listaSpese.Name = "listaSpese";
            this.listaSpese.Size = new System.Drawing.Size(817, 338);
            this.listaSpese.TabIndex = 0;
            this.listaSpese.Text = "ultraGrid1";
            // 
            // riepilogoSpesaDTOBindingSource
            // 
            this.riepilogoSpesaDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.RiepilogoSpesaDTO);
            // 
            // ultraTabPageControl3
            // 
            this.ultraTabPageControl3.Controls.Add(this.panelButtonsErrori);
            this.ultraTabPageControl3.Controls.Add(this.listaErrori);
            this.ultraTabPageControl3.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl3.Name = "ultraTabPageControl3";
            this.ultraTabPageControl3.Size = new System.Drawing.Size(829, 412);
            // 
            // panelButtonsErrori
            // 
            this.panelButtonsErrori.Controls.Add(this.btnIndietroErrori);
            this.panelButtonsErrori.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelButtonsErrori.Location = new System.Drawing.Point(0, 382);
            this.panelButtonsErrori.Name = "panelButtonsErrori";
            this.panelButtonsErrori.Size = new System.Drawing.Size(829, 30);
            this.panelButtonsErrori.TabIndex = 7;
            // 
            // btnIndietroErrori
            // 
            this.btnIndietroErrori.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnIndietroErrori.Location = new System.Drawing.Point(6, 4);
            this.btnIndietroErrori.Name = "btnIndietroErrori";
            this.btnIndietroErrori.Size = new System.Drawing.Size(75, 23);
            this.btnIndietroErrori.TabIndex = 5;
            this.btnIndietroErrori.Text = "<< Indietro";
            this.btnIndietroErrori.Click += new System.EventHandler(this.btnIndietroErrori_Click);
            // 
            // listaErrori
            // 
            this.listaErrori.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.listaErrori.DataSource = this.idMessageBindingSource;
            ultraGridColumn42.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn42.Header.VisiblePosition = 0;
            ultraGridColumn42.Hidden = true;
            ultraGridColumn43.Header.VisiblePosition = 1;
            ultraGridColumn43.Width = 220;
            ultraGridColumn44.Header.VisiblePosition = 2;
            ultraGridColumn44.Hidden = true;
            ultraGridColumn45.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            appearance19.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacterWithLineLimit;
            ultraGridColumn45.CellAppearance = appearance19;
            ultraGridColumn45.Header.VisiblePosition = 3;
            ultraGridColumn45.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.FormattedText;
            ultraGridColumn45.Width = 350;
            ultraGridColumn46.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn46.Header.VisiblePosition = 4;
            ultraGridColumn46.Width = 150;
            ultraGridBand3.Columns.AddRange(new object[] {
            ultraGridColumn42,
            ultraGridColumn43,
            ultraGridColumn44,
            ultraGridColumn45,
            ultraGridColumn46});
            this.listaErrori.DisplayLayout.BandsSerializer.Add(ultraGridBand3);
            this.listaErrori.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
            this.listaErrori.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.listaErrori.Location = new System.Drawing.Point(0, 0);
            this.listaErrori.Name = "listaErrori";
            this.listaErrori.Size = new System.Drawing.Size(826, 380);
            this.listaErrori.TabIndex = 6;
            this.listaErrori.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.listaErroriDoubleClickRow);
            // 
            // idMessageBindingSource
            // 
            this.idMessageBindingSource.DataSource = typeof(Gipasoft.Business.Interface.IdMessage);
            // 
            // ultraTabPageControl2
            // 
            this.ultraTabPageControl2.Controls.Add(this.tipoModulo);
            this.ultraTabPageControl2.Controls.Add(this.lblTipoModulo);
            this.ultraTabPageControl2.Controls.Add(this.btnIndietroFine);
            this.ultraTabPageControl2.Controls.Add(this.lblFile);
            this.ultraTabPageControl2.Controls.Add(this.btnFine);
            this.ultraTabPageControl2.Controls.Add(this.btnSceltaFileEntratel);
            this.ultraTabPageControl2.Controls.Add(this.nomeFileQuadroAC);
            this.ultraTabPageControl2.Enabled = false;
            this.ultraTabPageControl2.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl2.Name = "ultraTabPageControl2";
            this.ultraTabPageControl2.Size = new System.Drawing.Size(829, 412);
            // 
            // tipoModulo
            // 
            this.tipoModulo.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            valueListItem2.DataValue = "PF";
            valueListItem2.DisplayText = "Persone Fisiche";
            valueListItem1.DataValue = "SP";
            valueListItem1.DisplayText = "Società di persone";
            valueListItem7.DataValue = "SC";
            valueListItem7.DisplayText = "Società di capitale";
            this.tipoModulo.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem2,
            valueListItem1,
            valueListItem7});
            this.tipoModulo.Location = new System.Drawing.Point(116, 43);
            this.tipoModulo.Name = "tipoModulo";
            this.tipoModulo.Size = new System.Drawing.Size(144, 21);
            this.tipoModulo.TabIndex = 15;
            // 
            // lblTipoModulo
            // 
            this.lblTipoModulo.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblTipoModulo.Location = new System.Drawing.Point(10, 48);
            this.lblTipoModulo.Name = "lblTipoModulo";
            this.lblTipoModulo.Size = new System.Drawing.Size(82, 23);
            this.lblTipoModulo.TabIndex = 14;
            this.lblTipoModulo.Text = "Tipo modulo";
            // 
            // btnIndietroFine
            // 
            this.btnIndietroFine.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnIndietroFine.Location = new System.Drawing.Point(2, 386);
            this.btnIndietroFine.Name = "btnIndietroFine";
            this.btnIndietroFine.Size = new System.Drawing.Size(75, 23);
            this.btnIndietroFine.TabIndex = 13;
            this.btnIndietroFine.Text = "<< Indietro";
            this.btnIndietroFine.Click += new System.EventHandler(this.btnIndietroFine_Click);
            // 
            // lblFile
            // 
            this.lblFile.Location = new System.Drawing.Point(10, 19);
            this.lblFile.Name = "lblFile";
            this.lblFile.Size = new System.Drawing.Size(82, 23);
            this.lblFile.TabIndex = 12;
            this.lblFile.Text = "File telematico";
            // 
            // btnFine
            // 
            this.btnFine.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnFine.Location = new System.Drawing.Point(751, 386);
            this.btnFine.Name = "btnFine";
            this.btnFine.Size = new System.Drawing.Size(75, 23);
            this.btnFine.TabIndex = 10;
            this.btnFine.Text = "Fine";
            this.btnFine.Click += new System.EventHandler(this.btnFineClick);
            // 
            // btnSceltaFileEntratel
            // 
            this.btnSceltaFileEntratel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnSceltaFileEntratel.Location = new System.Drawing.Point(569, 14);
            this.btnSceltaFileEntratel.Name = "btnSceltaFileEntratel";
            this.btnSceltaFileEntratel.Size = new System.Drawing.Size(49, 23);
            this.btnSceltaFileEntratel.TabIndex = 9;
            this.btnSceltaFileEntratel.Text = "Scelta";
            this.btnSceltaFileEntratel.Click += new System.EventHandler(this.btnSceltaFileEntratelClick);
            // 
            // nomeFileQuadroAC
            // 
            this.nomeFileQuadroAC.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.nomeFileQuadroAC.Location = new System.Drawing.Point(116, 16);
            this.nomeFileQuadroAC.Name = "nomeFileQuadroAC";
            this.nomeFileQuadroAC.Size = new System.Drawing.Size(447, 21);
            this.nomeFileQuadroAC.TabIndex = 8;
            // 
            // saveFileDialog1
            // 
            this.saveFileDialog1.DefaultExt = "cbi";
            this.saveFileDialog1.Filter = "Tutti i file|*.*";
            // 
            // wizardGenerazioneQuadroAC
            // 
            this.wizardGenerazioneQuadroAC.Controls.Add(this.ultraTabSharedControlsPage1);
            this.wizardGenerazioneQuadroAC.Controls.Add(this.ultraTabPageControl1);
            this.wizardGenerazioneQuadroAC.Controls.Add(this.ultraTabPageControl2);
            this.wizardGenerazioneQuadroAC.Controls.Add(this.ultraTabPageControl3);
            this.wizardGenerazioneQuadroAC.Dock = System.Windows.Forms.DockStyle.Fill;
            this.wizardGenerazioneQuadroAC.Location = new System.Drawing.Point(0, 0);
            this.wizardGenerazioneQuadroAC.Name = "wizardGenerazioneQuadroAC";
            this.wizardGenerazioneQuadroAC.SharedControlsPage = this.ultraTabSharedControlsPage1;
            this.wizardGenerazioneQuadroAC.Size = new System.Drawing.Size(833, 438);
            this.wizardGenerazioneQuadroAC.TabIndex = 1;
            ultraTab1.Key = "spese";
            ultraTab1.TabPage = this.ultraTabPageControl1;
            ultraTab1.Text = "Spese";
            ultraTab2.Key = "errori";
            ultraTab2.TabPage = this.ultraTabPageControl3;
            ultraTab2.Text = "Errori";
            ultraTab2.Visible = false;
            ultraTab3.Key = "creazionefile";
            ultraTab3.TabPage = this.ultraTabPageControl2;
            ultraTab3.Text = "Creazione File";
            this.wizardGenerazioneQuadroAC.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(829, 412);
            // 
            // reqFile
            // 
            this.reqFile.ErrorMessage = "Inserire il nome del file";
            this.reqFile.Icon = ((System.Drawing.Icon)(resources.GetObject("reqFile.Icon")));
            // 
            // speseValidator
            // 
            this.speseValidator.ControlToValidate = this;
            this.speseValidator.ErrorMessage = "Non sono presenti pagamenti";
            this.speseValidator.Icon = ((System.Drawing.Icon)(resources.GetObject("speseValidator.Icon")));
            this.speseValidator.Validating += new Gipasoft.Windows.Forms.CustomValidation.CustomValidator.ValidatingEventHandler(this.pagamentiValidatorValidating);
            // 
            // reqAnno
            // 
            this.reqAnno.ControlToValidate = this.anno;
            this.reqAnno.ErrorMessage = "Scegliere l\'anno";
            this.reqAnno.Icon = ((System.Drawing.Icon)(resources.GetObject("reqAnno.Icon")));
            // 
            // QuadroACTelematicoUC
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.wizardGenerazioneQuadroAC);
            this.Name = "QuadroACTelematicoUC";
            this.Size = new System.Drawing.Size(833, 438);
            this.Load += new System.EventHandler(this.quadroACTelematicoUCLoad);
            this.ultraTabPageControl1.ResumeLayout(false);
            this.panelButtons.ResumeLayout(false);
            this.tableLayoutPanel1.ResumeLayout(false);
            this.parametri.ClientArea.ResumeLayout(false);
            this.parametri.ClientArea.PerformLayout();
            this.parametri.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.anno)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.listaSpese)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.riepilogoSpesaDTOBindingSource)).EndInit();
            this.ultraTabPageControl3.ResumeLayout(false);
            this.panelButtonsErrori.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.listaErrori)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.idMessageBindingSource)).EndInit();
            this.ultraTabPageControl2.ResumeLayout(false);
            this.ultraTabPageControl2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tipoModulo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nomeFileQuadroAC)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.wizardGenerazioneQuadroAC)).EndInit();
            this.wizardGenerazioneQuadroAC.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Example #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.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.Appearance    appearance2    = new Infragistics.Win.Appearance();
     Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.Appearance    appearance3    = 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.Appearance    appearance4    = new Infragistics.Win.Appearance();
     this.txtType        = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
     this.label1         = new System.Windows.Forms.Label();
     this.ultraGroupBox1 = new Signature.Windows.Forms.GroupBox();
     this.btCancel       = new Signature.Windows.Forms.Button();
     this.btPrint        = new Signature.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.txtType)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // txtStatus
     //
     this.txtStatus.Location = new System.Drawing.Point(0, 167);
     this.txtStatus.Size     = new System.Drawing.Size(321, 29);
     //
     // txtType
     //
     appearance1.BackColor          = System.Drawing.Color.Transparent;
     appearance1.BorderColor        = System.Drawing.Color.White;
     this.txtType.Appearance        = appearance1;
     this.txtType.BackColor         = System.Drawing.Color.Transparent;
     this.txtType.BackColorInternal = System.Drawing.Color.DimGray;
     this.txtType.BorderStyle       = Infragistics.Win.UIElementBorderStyle.None;
     this.txtType.CheckedIndex      = 0;
     appearance2.BackColor          = System.Drawing.Color.Transparent;
     appearance2.BorderColor        = System.Drawing.Color.White;
     appearance2.ForeColor          = System.Drawing.Color.Black;
     valueListItem1.Appearance      = appearance2;
     valueListItem1.DataValue       = "Payment";
     valueListItem1.DisplayText     = "Payment (Paid)";
     appearance3.BackColor          = System.Drawing.Color.Transparent;
     valueListItem2.Appearance      = appearance3;
     valueListItem2.DataValue       = "Not-Payment";
     valueListItem2.DisplayText     = "Payment(Not Paid)";
     valueListItem3.DataValue       = "ProductReturned";
     valueListItem3.DisplayText     = "Product Returned";
     valueListItem4.DataValue       = "RegisterReturned";
     valueListItem4.DisplayText     = "Register Returned";
     valueListItem5.DataValue       = "Coupon";
     this.txtType.Items.AddRange(new Infragistics.Win.ValueListItem[] {
         valueListItem1,
         valueListItem2,
         valueListItem3,
         valueListItem4,
         valueListItem5
     });
     this.txtType.Location = new System.Drawing.Point(156, 34);
     this.txtType.Margin   = new System.Windows.Forms.Padding(3, 10, 3, 4);
     this.txtType.Name     = "txtType";
     this.txtType.Size     = new System.Drawing.Size(132, 72);
     this.txtType.TabIndex = 2;
     this.txtType.Text     = "Payment (Paid)";
     this.txtType.KeyUp   += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(22, 34);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(56, 19);
     this.label1.TabIndex  = 252;
     this.label1.Text      = "Selection:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.AllowDrop         = true;
     appearance4.AlphaLevel                = ((short)(95));
     appearance4.BackColor                 = System.Drawing.Color.Transparent;
     this.ultraGroupBox1.Appearance        = appearance4;
     this.ultraGroupBox1.BackColorInternal = System.Drawing.SystemColors.GradientInactiveCaption;
     this.ultraGroupBox1.Controls.Add(this.btCancel);
     this.ultraGroupBox1.Controls.Add(this.btPrint);
     this.ultraGroupBox1.Controls.Add(this.label1);
     this.ultraGroupBox1.Controls.Add(this.txtType);
     this.ultraGroupBox1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.ultraGroupBox1.Location  = new System.Drawing.Point(0, 0);
     this.ultraGroupBox1.Name      = "ultraGroupBox1";
     this.ultraGroupBox1.Size      = new System.Drawing.Size(321, 167);
     this.ultraGroupBox1.TabIndex  = 0;
     this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // btCancel
     //
     this.btCancel.AllowDrop = true;
     this.btCancel.BackColor = System.Drawing.Color.LightSteelBlue;
     this.btCancel.ForeColor = System.Drawing.Color.Black;
     this.btCancel.Location  = new System.Drawing.Point(25, 124);
     this.btCancel.Name      = "btCancel";
     this.btCancel.Size      = new System.Drawing.Size(115, 26);
     this.btCancel.TabIndex  = 2;
     this.btCancel.Text      = "&Cancel";
     this.btCancel.Click    += new System.EventHandler(this.btCancel_Click);
     //
     // btPrint
     //
     this.btPrint.AllowDrop = true;
     this.btPrint.BackColor = System.Drawing.Color.LightSteelBlue;
     this.btPrint.ForeColor = System.Drawing.Color.Black;
     this.btPrint.Location  = new System.Drawing.Point(173, 124);
     this.btPrint.Name      = "btPrint";
     this.btPrint.Size      = new System.Drawing.Size(115, 26);
     this.btPrint.TabIndex  = 1;
     this.btPrint.Text      = "&Print";
     this.btPrint.Click    += new System.EventHandler(this.btPrint_Click);
     //
     // frmGAReports
     //
     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(321, 196);
     this.Controls.Add(this.ultraGroupBox1);
     this.Name  = "frmGAReports";
     this.Text  = "GA Reports";
     this.Load += new System.EventHandler(this.frmCustomerListing_Load);
     this.Controls.SetChildIndex(this.txtStatus, 0);
     this.Controls.SetChildIndex(this.ultraGroupBox1, 0);
     ((System.ComponentModel.ISupportInitialize)(this.txtType)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            this.ultraButtonOK = new Infragistics.Win.Misc.UltraButton();
            this.ultraButtonCancel = new Infragistics.Win.Misc.UltraButton();
            this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
            this.ultraOptionSetType = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
            this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraComboEditorUnit = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.ultraComboEditorSubUnit = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.panelHeadOffice = new System.Windows.Forms.Panel();
            this.ultraComboEditorUser4HeadOffice = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraComboEditorBranch = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraComboEditorOffice = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.ultraComboEditorRegion = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.panelRegionalOffice = new System.Windows.Forms.Panel();
            this.ultraComboEditorUser4RegionalOffice = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
            this.validationProvider1 = new Microsoft.Practices.EnterpriseLibrary.Validation.Integration.WinForms.ValidationProvider();
            ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraOptionSetType)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditorUnit)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditorSubUnit)).BeginInit();
            this.panelHeadOffice.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditorUser4HeadOffice)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditorBranch)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditorOffice)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditorRegion)).BeginInit();
            this.panelRegionalOffice.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditorUser4RegionalOffice)).BeginInit();
            this.SuspendLayout();
            // 
            // ultraButtonOK
            // 
            this.ultraButtonOK.Location = new System.Drawing.Point(129, 220);
            this.ultraButtonOK.Name = "ultraButtonOK";
            this.ultraButtonOK.Size = new System.Drawing.Size(87, 25);
            this.ultraButtonOK.TabIndex = 4;
            this.ultraButtonOK.Text = "OK";
            this.ultraButtonOK.Click += new System.EventHandler(this.ultraButtonOK_Click);
            // 
            // ultraButtonCancel
            // 
            this.ultraButtonCancel.Location = new System.Drawing.Point(241, 220);
            this.ultraButtonCancel.Name = "ultraButtonCancel";
            this.ultraButtonCancel.Size = new System.Drawing.Size(87, 25);
            this.ultraButtonCancel.TabIndex = 5;
            this.ultraButtonCancel.Text = "Cancel";
            this.ultraButtonCancel.Click += new System.EventHandler(this.ultraButtonCancel_Click);
            // 
            // errorProvider1
            // 
            this.errorProvider1.ContainerControl = this;
            // 
            // ultraOptionSetType
            // 
            this.ultraOptionSetType.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
            valueListItem1.DataValue = "headoffice";
            valueListItem1.DisplayText = "Head office";
            valueListItem2.DataValue = "region";
            valueListItem2.DisplayText = "Regional office";
            this.ultraOptionSetType.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem1,
            valueListItem2});
            this.ultraOptionSetType.ItemSpacingVertical = 10;
            this.ultraOptionSetType.Location = new System.Drawing.Point(145, 20);
            this.ultraOptionSetType.Margin = new System.Windows.Forms.Padding(0);
            this.ultraOptionSetType.Name = "ultraOptionSetType";
            this.ultraOptionSetType.Size = new System.Drawing.Size(256, 30);
            this.ultraOptionSetType.TabIndex = 1;
            this.ultraOptionSetType.ValueChanged += new System.EventHandler(this.ultraOptionSetType_ValueChanged);
            // 
            // ultraLabel2
            // 
            appearance2.TextHAlignAsString = "Right";
            this.ultraLabel2.Appearance = appearance2;
            this.ultraLabel2.Location = new System.Drawing.Point(21, 24);
            this.ultraLabel2.Name = "ultraLabel2";
            this.ultraLabel2.Size = new System.Drawing.Size(86, 25);
            this.ultraLabel2.TabIndex = 0;
            this.ultraLabel2.Text = "Type";
            // 
            // ultraLabel3
            // 
            appearance1.TextHAlignAsString = "Right";
            this.ultraLabel3.Appearance = appearance1;
            this.ultraLabel3.Location = new System.Drawing.Point(12, 53);
            this.ultraLabel3.Name = "ultraLabel3";
            this.ultraLabel3.Size = new System.Drawing.Size(75, 25);
            this.ultraLabel3.TabIndex = 2;
            this.ultraLabel3.Text = "Unit";
            // 
            // ultraLabel4
            // 
            appearance9.TextHAlignAsString = "Right";
            this.ultraLabel4.Appearance = appearance9;
            this.ultraLabel4.Location = new System.Drawing.Point(12, 91);
            this.ultraLabel4.Name = "ultraLabel4";
            this.ultraLabel4.Size = new System.Drawing.Size(75, 25);
            this.ultraLabel4.TabIndex = 4;
            this.ultraLabel4.Text = "Sub Unit";
            // 
            // ultraComboEditorUnit
            // 
            this.ultraComboEditorUnit.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.ultraComboEditorUnit.Location = new System.Drawing.Point(126, 49);
            this.ultraComboEditorUnit.Name = "ultraComboEditorUnit";
            this.ultraComboEditorUnit.Size = new System.Drawing.Size(254, 23);
            this.ultraComboEditorUnit.SyncWithCurrencyManager = false;
            this.ultraComboEditorUnit.TabIndex = 3;
            this.ultraComboEditorUnit.ValueChanged += new System.EventHandler(this.ultraComboEditorUnit_ValueChanged);
            // 
            // ultraComboEditorSubUnit
            // 
            this.ultraComboEditorSubUnit.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.ultraComboEditorSubUnit.Location = new System.Drawing.Point(126, 87);
            this.ultraComboEditorSubUnit.Name = "ultraComboEditorSubUnit";
            this.ultraComboEditorSubUnit.Size = new System.Drawing.Size(254, 23);
            this.ultraComboEditorSubUnit.SyncWithCurrencyManager = false;
            this.ultraComboEditorSubUnit.TabIndex = 5;
            this.ultraComboEditorSubUnit.ValueChanged += new System.EventHandler(this.ultraComboEditorSubUnit_ValueChanged);
            // 
            // panelHeadOffice
            // 
            this.panelHeadOffice.Controls.Add(this.ultraComboEditorUser4HeadOffice);
            this.panelHeadOffice.Controls.Add(this.ultraLabel1);
            this.panelHeadOffice.Controls.Add(this.ultraLabel8);
            this.panelHeadOffice.Controls.Add(this.ultraComboEditorBranch);
            this.panelHeadOffice.Controls.Add(this.ultraLabel3);
            this.panelHeadOffice.Controls.Add(this.ultraLabel4);
            this.panelHeadOffice.Controls.Add(this.ultraComboEditorSubUnit);
            this.panelHeadOffice.Controls.Add(this.ultraComboEditorUnit);
            this.panelHeadOffice.Location = new System.Drawing.Point(21, 52);
            this.panelHeadOffice.Name = "panelHeadOffice";
            this.panelHeadOffice.Size = new System.Drawing.Size(422, 162);
            this.panelHeadOffice.TabIndex = 3;
            // 
            // ultraComboEditorUser4HeadOffice
            // 
            this.ultraComboEditorUser4HeadOffice.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.ultraComboEditorUser4HeadOffice.Location = new System.Drawing.Point(125, 123);
            this.ultraComboEditorUser4HeadOffice.Name = "ultraComboEditorUser4HeadOffice";
            this.validationProvider1.SetPerformValidation(this.ultraComboEditorUser4HeadOffice, true);
            this.ultraComboEditorUser4HeadOffice.Size = new System.Drawing.Size(254, 23);
            this.validationProvider1.SetSourcePropertyName(this.ultraComboEditorUser4HeadOffice, "GroupUser");
            this.ultraComboEditorUser4HeadOffice.SyncWithCurrencyManager = false;
            this.ultraComboEditorUser4HeadOffice.TabIndex = 7;
            this.validationProvider1.SetValidatedProperty(this.ultraComboEditorUser4HeadOffice, "Value");
            // 
            // ultraLabel1
            // 
            appearance8.TextHAlignAsString = "Right";
            this.ultraLabel1.Appearance = appearance8;
            this.ultraLabel1.Location = new System.Drawing.Point(14, 16);
            this.ultraLabel1.Name = "ultraLabel1";
            this.ultraLabel1.Size = new System.Drawing.Size(75, 25);
            this.ultraLabel1.TabIndex = 0;
            this.ultraLabel1.Text = "Branch";
            // 
            // ultraLabel8
            // 
            appearance10.TextHAlignAsString = "Right";
            this.ultraLabel8.Appearance = appearance10;
            this.ultraLabel8.Location = new System.Drawing.Point(1, 127);
            this.ultraLabel8.Name = "ultraLabel8";
            this.ultraLabel8.Size = new System.Drawing.Size(86, 25);
            this.ultraLabel8.TabIndex = 6;
            this.ultraLabel8.Text = "* User";
            // 
            // ultraComboEditorBranch
            // 
            this.ultraComboEditorBranch.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.ultraComboEditorBranch.Location = new System.Drawing.Point(126, 12);
            this.ultraComboEditorBranch.Name = "ultraComboEditorBranch";
            this.ultraComboEditorBranch.Size = new System.Drawing.Size(254, 23);
            this.ultraComboEditorBranch.SyncWithCurrencyManager = false;
            this.ultraComboEditorBranch.TabIndex = 1;
            this.ultraComboEditorBranch.ValueChanged += new System.EventHandler(this.ultraComboEditorBranch_ValueChanged);
            // 
            // ultraLabel6
            // 
            appearance6.TextHAlignAsString = "Right";
            this.ultraLabel6.Appearance = appearance6;
            this.ultraLabel6.Location = new System.Drawing.Point(14, 16);
            this.ultraLabel6.Name = "ultraLabel6";
            this.ultraLabel6.Size = new System.Drawing.Size(75, 25);
            this.ultraLabel6.TabIndex = 0;
            this.ultraLabel6.Text = "Region";
            // 
            // ultraLabel7
            // 
            appearance7.TextHAlignAsString = "Right";
            this.ultraLabel7.Appearance = appearance7;
            this.ultraLabel7.Location = new System.Drawing.Point(14, 53);
            this.ultraLabel7.Name = "ultraLabel7";
            this.ultraLabel7.Size = new System.Drawing.Size(75, 25);
            this.ultraLabel7.TabIndex = 0;
            this.ultraLabel7.Text = "Office";
            // 
            // ultraComboEditorOffice
            // 
            this.ultraComboEditorOffice.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.ultraComboEditorOffice.Location = new System.Drawing.Point(126, 49);
            this.ultraComboEditorOffice.Name = "ultraComboEditorOffice";
            this.ultraComboEditorOffice.Size = new System.Drawing.Size(254, 23);
            this.ultraComboEditorOffice.SyncWithCurrencyManager = false;
            this.ultraComboEditorOffice.TabIndex = 3;
            this.ultraComboEditorOffice.ValueChanged += new System.EventHandler(this.ultraComboEditorOffice_ValueChanged);
            // 
            // ultraComboEditorRegion
            // 
            this.ultraComboEditorRegion.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.ultraComboEditorRegion.Location = new System.Drawing.Point(126, 12);
            this.ultraComboEditorRegion.Name = "ultraComboEditorRegion";
            this.ultraComboEditorRegion.Size = new System.Drawing.Size(254, 23);
            this.ultraComboEditorRegion.SyncWithCurrencyManager = false;
            this.ultraComboEditorRegion.TabIndex = 1;
            this.ultraComboEditorRegion.ValueChanged += new System.EventHandler(this.ultraComboEditorRegion_ValueChanged);
            // 
            // panelRegionalOffice
            // 
            this.panelRegionalOffice.Controls.Add(this.ultraComboEditorUser4RegionalOffice);
            this.panelRegionalOffice.Controls.Add(this.ultraLabel5);
            this.panelRegionalOffice.Controls.Add(this.ultraLabel6);
            this.panelRegionalOffice.Controls.Add(this.ultraLabel7);
            this.panelRegionalOffice.Controls.Add(this.ultraComboEditorRegion);
            this.panelRegionalOffice.Controls.Add(this.ultraComboEditorOffice);
            this.panelRegionalOffice.Location = new System.Drawing.Point(22, 53);
            this.panelRegionalOffice.Name = "panelRegionalOffice";
            this.panelRegionalOffice.Size = new System.Drawing.Size(422, 129);
            this.panelRegionalOffice.TabIndex = 2;
            // 
            // ultraComboEditorUser4RegionalOffice
            // 
            this.ultraComboEditorUser4RegionalOffice.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.ultraComboEditorUser4RegionalOffice.Location = new System.Drawing.Point(126, 87);
            this.ultraComboEditorUser4RegionalOffice.Name = "ultraComboEditorUser4RegionalOffice";
            this.validationProvider1.SetPerformValidation(this.ultraComboEditorUser4RegionalOffice, true);
            this.ultraComboEditorUser4RegionalOffice.Size = new System.Drawing.Size(254, 23);
            this.validationProvider1.SetSourcePropertyName(this.ultraComboEditorUser4RegionalOffice, "GroupUser");
            this.ultraComboEditorUser4RegionalOffice.SyncWithCurrencyManager = false;
            this.ultraComboEditorUser4RegionalOffice.TabIndex = 5;
            this.validationProvider1.SetValidatedProperty(this.ultraComboEditorUser4RegionalOffice, "Value");
            // 
            // ultraLabel5
            // 
            appearance3.TextHAlignAsString = "Right";
            this.ultraLabel5.Appearance = appearance3;
            this.ultraLabel5.Location = new System.Drawing.Point(2, 91);
            this.ultraLabel5.Name = "ultraLabel5";
            this.ultraLabel5.Size = new System.Drawing.Size(86, 25);
            this.ultraLabel5.TabIndex = 1;
            this.ultraLabel5.Text = "* User";
            // 
            // validationProvider1
            // 
            this.validationProvider1.ErrorProvider = this.errorProvider1;
            this.validationProvider1.RulesetName = "Forward Save Rule Set";
            this.validationProvider1.SourceTypeName = "HiiP.Foundation.Workflow.Interface.ValidationEntity.Forward, HiiP.Foundation.Work" +
                "flow.Interface";
            // 
            // ForwardDestination
            // 
            this.AcceptButton = this.ultraButtonOK;
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.Transparent;
            this.CancelButton = this.ultraButtonCancel;
            this.Controls.Add(this.panelRegionalOffice);
            this.Controls.Add(this.ultraLabel2);
            this.Controls.Add(this.ultraOptionSetType);
            this.Controls.Add(this.ultraButtonCancel);
            this.Controls.Add(this.ultraButtonOK);
            this.Controls.Add(this.panelHeadOffice);
            this.Name = "ForwardDestination";
            this.Size = new System.Drawing.Size(471, 271);
            ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraOptionSetType)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditorUnit)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditorSubUnit)).EndInit();
            this.panelHeadOffice.ResumeLayout(false);
            this.panelHeadOffice.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditorUser4HeadOffice)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditorBranch)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditorOffice)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditorRegion)).EndInit();
            this.panelRegionalOffice.ResumeLayout(false);
            this.panelRegionalOffice.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditorUser4RegionalOffice)).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.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.Appearance    appearance1    = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance2    = new Infragistics.Win.Appearance();
     this.cmbServer   = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.cmbDataBase = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.lblServer   = new Infragistics.Win.Misc.UltraLabel();
     this.lblUsername = new Infragistics.Win.Misc.UltraLabel();
     this.lblPassword = new Infragistics.Win.Misc.UltraLabel();
     this.lblDatabase = new Infragistics.Win.Misc.UltraLabel();
     this.txtUsername = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.txtPassword = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.lblPort     = new Infragistics.Win.Misc.UltraLabel();
     this.btnLogin    = new Infragistics.Win.Misc.UltraButton();
     this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
     this.txtPort     = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     ((System.ComponentModel.ISupportInitialize)(this.cmbServer)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbDataBase)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtUsername)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPassword)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPort)).BeginInit();
     this.SuspendLayout();
     //
     // cmbServer
     //
     valueListItem1.DataValue = "pcathomegroup.com";
     this.cmbServer.Items.AddRange(new Infragistics.Win.ValueListItem[] {
         valueListItem1
     });
     this.cmbServer.Location        = new System.Drawing.Point(189, 21);
     this.cmbServer.Margin          = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.cmbServer.Name            = "cmbServer";
     this.cmbServer.Size            = new System.Drawing.Size(231, 21);
     this.cmbServer.TabIndex        = 0;
     this.cmbServer.Text            = "pcathomegroup.com";
     this.cmbServer.BeforeDropDown += new System.ComponentModel.CancelEventHandler(this.cmbServer_BeforeDropDown);
     //
     // cmbDataBase
     //
     this.cmbDataBase.Location        = new System.Drawing.Point(189, 92);
     this.cmbDataBase.Margin          = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.cmbDataBase.Name            = "cmbDataBase";
     this.cmbDataBase.Size            = new System.Drawing.Size(231, 21);
     this.cmbDataBase.TabIndex        = 3;
     this.cmbDataBase.BeforeDropDown += new System.ComponentModel.CancelEventHandler(this.cmbDataBase_BeforeDropDown);
     //
     // lblServer
     //
     this.lblServer.Location = new System.Drawing.Point(27, 24);
     this.lblServer.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.lblServer.Name     = "lblServer";
     this.lblServer.Size     = new System.Drawing.Size(75, 19);
     this.lblServer.TabIndex = 2;
     this.lblServer.Text     = "Server:";
     //
     // lblUsername
     //
     this.lblUsername.Location = new System.Drawing.Point(27, 48);
     this.lblUsername.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.lblUsername.Name     = "lblUsername";
     this.lblUsername.Size     = new System.Drawing.Size(75, 19);
     this.lblUsername.TabIndex = 3;
     this.lblUsername.Text     = "User Name:";
     //
     // lblPassword
     //
     this.lblPassword.Location = new System.Drawing.Point(27, 72);
     this.lblPassword.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.lblPassword.Name     = "lblPassword";
     this.lblPassword.Size     = new System.Drawing.Size(75, 19);
     this.lblPassword.TabIndex = 4;
     this.lblPassword.Text     = "Password:"******"lblDatabase";
     this.lblDatabase.Size     = new System.Drawing.Size(75, 19);
     this.lblDatabase.TabIndex = 5;
     this.lblDatabase.Text     = "Database:";
     //
     // txtUsername
     //
     this.txtUsername.Location = new System.Drawing.Point(189, 45);
     this.txtUsername.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.txtUsername.Name     = "txtUsername";
     this.txtUsername.Size     = new System.Drawing.Size(231, 21);
     this.txtUsername.TabIndex = 1;
     this.txtUsername.Text     = "sjbrett_Glen";
     //
     // txtPassword
     //
     this.txtPassword.Location     = new System.Drawing.Point(189, 67);
     this.txtPassword.Margin       = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.txtPassword.Name         = "txtPassword";
     this.txtPassword.PasswordChar = '*';
     this.txtPassword.Size         = new System.Drawing.Size(231, 21);
     this.txtPassword.TabIndex     = 2;
     //
     // lblPort
     //
     this.lblPort.Location = new System.Drawing.Point(27, 130);
     this.lblPort.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.lblPort.Name     = "lblPort";
     this.lblPort.Size     = new System.Drawing.Size(158, 19);
     this.lblPort.TabIndex = 9;
     this.lblPort.Text     = "Port:";
     //
     // btnLogin
     //
     this.btnLogin.Location = new System.Drawing.Point(339, 149);
     this.btnLogin.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.btnLogin.Name     = "btnLogin";
     this.btnLogin.Size     = new System.Drawing.Size(81, 25);
     this.btnLogin.TabIndex = 5;
     this.btnLogin.Text     = "Login";
     this.btnLogin.Click   += new System.EventHandler(this.btnLogin_Click);
     //
     // ultraLabel1
     //
     appearance1.ForeColor       = System.Drawing.Color.Silver;
     this.ultraLabel1.Appearance = appearance1;
     this.ultraLabel1.Enabled    = false;
     this.ultraLabel1.Location   = new System.Drawing.Point(1, 164);
     this.ultraLabel1.Margin     = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.ultraLabel1.Name       = "ultraLabel1";
     this.ultraLabel1.Size       = new System.Drawing.Size(245, 19);
     this.ultraLabel1.TabIndex   = 11;
     this.ultraLabel1.Text       = "Developed By : Stephen Brett  © 2015";
     //
     // txtPort
     //
     appearance2.TextHAlignAsString = "Right";
     this.txtPort.Appearance        = appearance2;
     this.txtPort.Location          = new System.Drawing.Point(189, 124);
     this.txtPort.Margin            = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.txtPort.Name     = "txtPort";
     this.txtPort.Size     = new System.Drawing.Size(82, 21);
     this.txtPort.TabIndex = 4;
     this.txtPort.Text     = "3306";
     //
     // FrmLoginMySql
     //
     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(437, 184);
     this.Controls.Add(this.txtPort);
     this.Controls.Add(this.ultraLabel1);
     this.Controls.Add(this.btnLogin);
     this.Controls.Add(this.lblPort);
     this.Controls.Add(this.txtPassword);
     this.Controls.Add(this.txtUsername);
     this.Controls.Add(this.lblDatabase);
     this.Controls.Add(this.lblPassword);
     this.Controls.Add(this.lblUsername);
     this.Controls.Add(this.lblServer);
     this.Controls.Add(this.cmbDataBase);
     this.Controls.Add(this.cmbServer);
     this.Margin        = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.Name          = "FrmLoginMySql";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Frmlogin";
     this.FormClosed   += new System.Windows.Forms.FormClosedEventHandler(this.FrmLogin_FormClosed);
     ((System.ComponentModel.ISupportInitialize)(this.cmbServer)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbDataBase)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtUsername)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPassword)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPort)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #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    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.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 valueListItem6 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.Appearance    appearance5    = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance6    = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance7    = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance8    = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance9    = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance10   = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance11   = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance12   = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance13   = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance14   = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance15   = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance16   = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance17   = new Infragistics.Win.Appearance();
     Infragistics.Win.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.Appearance    appearance27   = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance28   = new Infragistics.Win.Appearance();
     this.pnlLeft        = new Infragistics.Win.Misc.UltraPanel();
     this.pnlBottomTop   = new Infragistics.Win.Misc.UltraPanel();
     this.btnClose       = new Infragistics.Win.Misc.UltraButton();
     this.pnlTop         = new Infragistics.Win.Misc.UltraPanel();
     this.pnlBottom      = new Infragistics.Win.Misc.UltraPanel();
     this.gridDetails    = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.ultraPanel7    = new Infragistics.Win.Misc.UltraPanel();
     this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
     this.gridInfo       = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.ultraPanel3    = new Infragistics.Win.Misc.UltraPanel();
     this.ultraGroupBox4 = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraGroupBox8 = new Infragistics.Win.Misc.UltraGroupBox();
     this.txtRestore     = new System.Windows.Forms.TextBox();
     this.btnRestore     = new System.Windows.Forms.Button();
     this.groupBoxCombo  = new Infragistics.Win.Misc.UltraGroupBox();
     this.btnLoad        = new System.Windows.Forms.Button();
     this.optCriteria    = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
     this.cboBand        = new Infragistics.Win.UltraWinGrid.UltraCombo();
     this.cboSection     = new Infragistics.Win.UltraWinGrid.UltraCombo();
     this.btnFPInfo      = new System.Windows.Forms.Button();
     this.btnFP          = new System.Windows.Forms.Button();
     this.btnFPSave      = new System.Windows.Forms.Button();
     this.checkBox2      = new System.Windows.Forms.CheckBox();
     this.btnDelete      = new System.Windows.Forms.Button();
     this.pnlLeft.SuspendLayout();
     this.pnlBottomTop.SuspendLayout();
     this.pnlTop.SuspendLayout();
     this.pnlBottom.ClientArea.SuspendLayout();
     this.pnlBottom.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridDetails)).BeginInit();
     this.ultraPanel7.ClientArea.SuspendLayout();
     this.ultraPanel7.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridInfo)).BeginInit();
     this.ultraPanel3.ClientArea.SuspendLayout();
     this.ultraPanel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).BeginInit();
     this.ultraGroupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox8)).BeginInit();
     this.ultraGroupBox8.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupBoxCombo)).BeginInit();
     this.groupBoxCombo.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.optCriteria)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboBand)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboSection)).BeginInit();
     this.SuspendLayout();
     //
     // pnlLeft
     //
     this.pnlLeft.Dock     = System.Windows.Forms.DockStyle.Left;
     this.pnlLeft.Location = new System.Drawing.Point(0, 12);
     this.pnlLeft.Name     = "pnlLeft";
     this.pnlLeft.Size     = new System.Drawing.Size(10, 493);
     this.pnlLeft.TabIndex = 112;
     //
     // pnlBottomTop
     //
     this.pnlBottomTop.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.pnlBottomTop.Location = new System.Drawing.Point(0, 505);
     this.pnlBottomTop.Name     = "pnlBottomTop";
     this.pnlBottomTop.Size     = new System.Drawing.Size(1309, 10);
     this.pnlBottomTop.TabIndex = 111;
     //
     // btnClose
     //
     this.btnClose.Font     = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnClose.Location = new System.Drawing.Point(37, 10);
     this.btnClose.Name     = "btnClose";
     this.btnClose.Size     = new System.Drawing.Size(131, 40);
     this.btnClose.TabIndex = 3;
     this.btnClose.Text     = "C&lose";
     this.btnClose.Click   += new System.EventHandler(this.btnClose_Click);
     //
     // pnlTop
     //
     this.pnlTop.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnlTop.Location = new System.Drawing.Point(0, 0);
     this.pnlTop.Name     = "pnlTop";
     this.pnlTop.Size     = new System.Drawing.Size(1309, 12);
     this.pnlTop.TabIndex = 113;
     //
     // pnlBottom
     //
     appearance1.BackColor     = System.Drawing.Color.SlateGray;
     this.pnlBottom.Appearance = appearance1;
     //
     // pnlBottom.ClientArea
     //
     this.pnlBottom.ClientArea.Controls.Add(this.btnClose);
     this.pnlBottom.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.pnlBottom.Location = new System.Drawing.Point(0, 515);
     this.pnlBottom.Name     = "pnlBottom";
     this.pnlBottom.Size     = new System.Drawing.Size(1309, 60);
     this.pnlBottom.TabIndex = 17;
     //
     // gridDetails
     //
     this.gridDetails.DisplayLayout.MaxColScrollRegions        = 1;
     this.gridDetails.DisplayLayout.MaxRowScrollRegions        = 1;
     this.gridDetails.DisplayLayout.Override.CellClickAction   = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.gridDetails.DisplayLayout.Override.CellPadding       = 0;
     this.gridDetails.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.gridDetails.DisplayLayout.ScrollBounds  = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.gridDetails.DisplayLayout.ScrollStyle   = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.gridDetails.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
     this.gridDetails.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.gridDetails.Font              = new System.Drawing.Font("Verdana", 7.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridDetails.Location          = new System.Drawing.Point(3, 3);
     this.gridDetails.Name              = "gridDetails";
     this.gridDetails.Size              = new System.Drawing.Size(400, 388);
     this.gridDetails.TabIndex          = 429;
     this.gridDetails.TabStop           = false;
     this.gridDetails.Text              = "Machine Info";
     this.gridDetails.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.gridDetails_InitializeLayout);
     //
     // ultraPanel7
     //
     //
     // ultraPanel7.ClientArea
     //
     this.ultraPanel7.ClientArea.Controls.Add(this.ultraGroupBox1);
     this.ultraPanel7.Location = new System.Drawing.Point(615, 15);
     this.ultraPanel7.Name     = "ultraPanel7";
     this.ultraPanel7.Size     = new System.Drawing.Size(650, 400);
     this.ultraPanel7.TabIndex = 434;
     //
     // ultraGroupBox1
     //
     appearance2.FontData.BoldAsString    = "True";
     appearance2.FontData.Name            = "Verdana";
     this.ultraGroupBox1.Appearance       = appearance2;
     this.ultraGroupBox1.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Near;
     this.ultraGroupBox1.Controls.Add(this.gridInfo);
     this.ultraGroupBox1.Location = new System.Drawing.Point(3, 3);
     this.ultraGroupBox1.Name     = "ultraGroupBox1";
     this.ultraGroupBox1.Size     = new System.Drawing.Size(644, 394);
     this.ultraGroupBox1.TabIndex = 444;
     //
     // gridInfo
     //
     this.gridInfo.DisplayLayout.MaxColScrollRegions        = 1;
     this.gridInfo.DisplayLayout.MaxRowScrollRegions        = 1;
     this.gridInfo.DisplayLayout.Override.CellClickAction   = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.gridInfo.DisplayLayout.Override.CellPadding       = 0;
     this.gridInfo.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.gridInfo.DisplayLayout.ScrollBounds  = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.gridInfo.DisplayLayout.ScrollStyle   = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.gridInfo.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
     this.gridInfo.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.gridInfo.Font              = new System.Drawing.Font("Verdana", 7.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridInfo.Location          = new System.Drawing.Point(3, 3);
     this.gridInfo.Name              = "gridInfo";
     this.gridInfo.Size              = new System.Drawing.Size(638, 388);
     this.gridInfo.TabIndex          = 424;
     this.gridInfo.TabStop           = false;
     this.gridInfo.Text              = "Information";
     this.gridInfo.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.gridInfo_InitializeLayout);
     //
     // ultraPanel3
     //
     //
     // ultraPanel3.ClientArea
     //
     this.ultraPanel3.ClientArea.Controls.Add(this.ultraGroupBox4);
     this.ultraPanel3.Location = new System.Drawing.Point(12, 15);
     this.ultraPanel3.Name     = "ultraPanel3";
     this.ultraPanel3.Size     = new System.Drawing.Size(411, 400);
     this.ultraPanel3.TabIndex = 435;
     //
     // ultraGroupBox4
     //
     appearance3.FontData.BoldAsString    = "True";
     appearance3.FontData.Name            = "Verdana";
     this.ultraGroupBox4.Appearance       = appearance3;
     this.ultraGroupBox4.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Near;
     this.ultraGroupBox4.Controls.Add(this.gridDetails);
     this.ultraGroupBox4.Location = new System.Drawing.Point(2, 3);
     this.ultraGroupBox4.Name     = "ultraGroupBox4";
     this.ultraGroupBox4.Size     = new System.Drawing.Size(406, 394);
     this.ultraGroupBox4.TabIndex = 443;
     //
     // ultraGroupBox8
     //
     appearance4.FontData.BoldAsString    = "True";
     appearance4.FontData.Name            = "Verdana";
     this.ultraGroupBox8.Appearance       = appearance4;
     this.ultraGroupBox8.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Near;
     this.ultraGroupBox8.Controls.Add(this.txtRestore);
     this.ultraGroupBox8.Controls.Add(this.btnRestore);
     this.ultraGroupBox8.Font     = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ultraGroupBox8.Location = new System.Drawing.Point(12, 421);
     this.ultraGroupBox8.Name     = "ultraGroupBox8";
     this.ultraGroupBox8.Size     = new System.Drawing.Size(371, 50);
     this.ultraGroupBox8.TabIndex = 448;
     this.ultraGroupBox8.Text     = "IP Add / Delete";
     //
     // txtRestore
     //
     this.txtRestore.Font      = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtRestore.Location  = new System.Drawing.Point(176, 21);
     this.txtRestore.Name      = "txtRestore";
     this.txtRestore.Size      = new System.Drawing.Size(95, 21);
     this.txtRestore.TabIndex  = 425;
     this.txtRestore.Text      = "0";
     this.txtRestore.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // btnRestore
     //
     this.btnRestore.Font     = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold);
     this.btnRestore.Location = new System.Drawing.Point(9, 19);
     this.btnRestore.Name     = "btnRestore";
     this.btnRestore.Size     = new System.Drawing.Size(146, 23);
     this.btnRestore.TabIndex = 424;
     this.btnRestore.Text     = "Data Restore";
     this.btnRestore.UseVisualStyleBackColor = true;
     this.btnRestore.Click += new System.EventHandler(this.btnRestore_Click);
     //
     // groupBoxCombo
     //
     this.groupBoxCombo.Controls.Add(this.btnLoad);
     this.groupBoxCombo.Controls.Add(this.optCriteria);
     this.groupBoxCombo.Controls.Add(this.cboBand);
     this.groupBoxCombo.Controls.Add(this.cboSection);
     this.groupBoxCombo.Location = new System.Drawing.Point(615, 418);
     this.groupBoxCombo.Name     = "groupBoxCombo";
     this.groupBoxCombo.Size     = new System.Drawing.Size(650, 78);
     this.groupBoxCombo.TabIndex = 451;
     this.groupBoxCombo.Text     = "Criteria";
     //
     // btnLoad
     //
     this.btnLoad.Font     = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold);
     this.btnLoad.Location = new System.Drawing.Point(16, 36);
     this.btnLoad.Name     = "btnLoad";
     this.btnLoad.Size     = new System.Drawing.Size(93, 23);
     this.btnLoad.TabIndex = 452;
     this.btnLoad.Text     = "Data Load";
     this.btnLoad.UseVisualStyleBackColor = true;
     this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click);
     //
     // optCriteria
     //
     this.optCriteria.BorderStyle  = Infragistics.Win.UIElementBorderStyle.Dashed;
     this.optCriteria.CheckedIndex = 0;
     this.optCriteria.ItemOrigin   = new System.Drawing.Point(3, 0);
     valueListItem1.CheckState     = System.Windows.Forms.CheckState.Checked;
     valueListItem1.DataValue      = "ALL";
     valueListItem1.DisplayText    = "All Employee";
     valueListItem2.DataValue      = "Sect";
     valueListItem2.DisplayText    = "Section";
     valueListItem3.DataValue      = "Sex";
     valueListItem3.DisplayText    = "Gender";
     valueListItem6.DataValue      = "Release";
     valueListItem6.DisplayText    = "Release";
     this.optCriteria.Items.AddRange(new Infragistics.Win.ValueListItem[] {
         valueListItem1,
         valueListItem2,
         valueListItem3,
         valueListItem6
     });
     this.optCriteria.ItemSpacingHorizontal = 60;
     this.optCriteria.ItemSpacingVertical   = 2;
     this.optCriteria.Location = new System.Drawing.Point(142, 19);
     this.optCriteria.Name     = "optCriteria";
     this.optCriteria.Size     = new System.Drawing.Size(502, 21);
     this.optCriteria.TabIndex = 450;
     this.optCriteria.Text     = "All Employee";
     //
     // cboBand
     //
     appearance5.BackColor   = System.Drawing.SystemColors.Window;
     appearance5.BorderColor = System.Drawing.SystemColors.InactiveCaption;
     this.cboBand.DisplayLayout.Appearance     = appearance5;
     this.cboBand.DisplayLayout.BorderStyle    = Infragistics.Win.UIElementBorderStyle.Solid;
     this.cboBand.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
     appearance6.BackColor         = System.Drawing.SystemColors.ActiveBorder;
     appearance6.BackColor2        = System.Drawing.SystemColors.ControlDark;
     appearance6.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance6.BorderColor       = System.Drawing.SystemColors.Window;
     this.cboBand.DisplayLayout.GroupByBox.Appearance = appearance6;
     appearance7.ForeColor = System.Drawing.SystemColors.GrayText;
     this.cboBand.DisplayLayout.GroupByBox.BandLabelAppearance = appearance7;
     this.cboBand.DisplayLayout.GroupByBox.BorderStyle         = Infragistics.Win.UIElementBorderStyle.Solid;
     appearance8.BackColor         = System.Drawing.SystemColors.ControlLightLight;
     appearance8.BackColor2        = System.Drawing.SystemColors.Control;
     appearance8.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
     appearance8.ForeColor         = System.Drawing.SystemColors.GrayText;
     this.cboBand.DisplayLayout.GroupByBox.PromptAppearance = appearance8;
     this.cboBand.DisplayLayout.MaxColScrollRegions         = 1;
     this.cboBand.DisplayLayout.MaxRowScrollRegions         = 1;
     appearance9.BackColor = System.Drawing.SystemColors.Window;
     appearance9.ForeColor = System.Drawing.SystemColors.ControlText;
     this.cboBand.DisplayLayout.Override.ActiveCellAppearance = appearance9;
     appearance10.BackColor = System.Drawing.SystemColors.Highlight;
     appearance10.ForeColor = System.Drawing.SystemColors.HighlightText;
     this.cboBand.DisplayLayout.Override.ActiveRowAppearance = appearance10;
     this.cboBand.DisplayLayout.Override.BorderStyleCell     = Infragistics.Win.UIElementBorderStyle.Dotted;
     this.cboBand.DisplayLayout.Override.BorderStyleRow      = Infragistics.Win.UIElementBorderStyle.Dotted;
     appearance11.BackColor = System.Drawing.SystemColors.Window;
     this.cboBand.DisplayLayout.Override.CardAreaAppearance = appearance11;
     appearance12.BorderColor  = System.Drawing.Color.Silver;
     appearance12.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
     this.cboBand.DisplayLayout.Override.CellAppearance  = appearance12;
     this.cboBand.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.cboBand.DisplayLayout.Override.CellPadding     = 0;
     appearance13.BackColor             = System.Drawing.SystemColors.Control;
     appearance13.BackColor2            = System.Drawing.SystemColors.ControlDark;
     appearance13.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
     appearance13.BackGradientStyle     = Infragistics.Win.GradientStyle.Horizontal;
     appearance13.BorderColor           = System.Drawing.SystemColors.Window;
     this.cboBand.DisplayLayout.Override.GroupByRowAppearance = appearance13;
     appearance14.TextHAlignAsString = "Left";
     this.cboBand.DisplayLayout.Override.HeaderAppearance  = appearance14;
     this.cboBand.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.cboBand.DisplayLayout.Override.HeaderStyle       = Infragistics.Win.HeaderStyle.WindowsXPCommand;
     appearance15.BackColor   = System.Drawing.SystemColors.Window;
     appearance15.BorderColor = System.Drawing.Color.Silver;
     this.cboBand.DisplayLayout.Override.RowAppearance = appearance15;
     this.cboBand.DisplayLayout.Override.RowSelectors  = Infragistics.Win.DefaultableBoolean.False;
     appearance16.BackColor = System.Drawing.SystemColors.ControlLight;
     this.cboBand.DisplayLayout.Override.TemplateAddRowAppearance = appearance16;
     this.cboBand.DisplayLayout.ScrollBounds  = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.cboBand.DisplayLayout.ScrollStyle   = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.cboBand.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
     this.cboBand.Location          = new System.Drawing.Point(423, 50);
     this.cboBand.Name              = "cboBand";
     this.cboBand.Size              = new System.Drawing.Size(98, 22);
     this.cboBand.TabIndex          = 117;
     this.cboBand.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.cboBand_InitializeLayout);
     //
     // cboSection
     //
     appearance17.BackColor   = System.Drawing.SystemColors.Window;
     appearance17.BorderColor = System.Drawing.SystemColors.InactiveCaption;
     this.cboSection.DisplayLayout.Appearance     = appearance17;
     this.cboSection.DisplayLayout.BorderStyle    = Infragistics.Win.UIElementBorderStyle.Solid;
     this.cboSection.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
     appearance18.BackColor         = System.Drawing.SystemColors.ActiveBorder;
     appearance18.BackColor2        = System.Drawing.SystemColors.ControlDark;
     appearance18.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance18.BorderColor       = System.Drawing.SystemColors.Window;
     this.cboSection.DisplayLayout.GroupByBox.Appearance = appearance18;
     appearance19.ForeColor = System.Drawing.SystemColors.GrayText;
     this.cboSection.DisplayLayout.GroupByBox.BandLabelAppearance = appearance19;
     this.cboSection.DisplayLayout.GroupByBox.BorderStyle         = Infragistics.Win.UIElementBorderStyle.Solid;
     appearance20.BackColor         = System.Drawing.SystemColors.ControlLightLight;
     appearance20.BackColor2        = System.Drawing.SystemColors.Control;
     appearance20.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
     appearance20.ForeColor         = System.Drawing.SystemColors.GrayText;
     this.cboSection.DisplayLayout.GroupByBox.PromptAppearance = appearance20;
     this.cboSection.DisplayLayout.MaxColScrollRegions         = 1;
     this.cboSection.DisplayLayout.MaxRowScrollRegions         = 1;
     appearance21.BackColor = System.Drawing.SystemColors.Window;
     appearance21.ForeColor = System.Drawing.SystemColors.ControlText;
     this.cboSection.DisplayLayout.Override.ActiveCellAppearance = appearance21;
     appearance22.BackColor = System.Drawing.SystemColors.Highlight;
     appearance22.ForeColor = System.Drawing.SystemColors.HighlightText;
     this.cboSection.DisplayLayout.Override.ActiveRowAppearance = appearance22;
     this.cboSection.DisplayLayout.Override.BorderStyleCell     = Infragistics.Win.UIElementBorderStyle.Dotted;
     this.cboSection.DisplayLayout.Override.BorderStyleRow      = Infragistics.Win.UIElementBorderStyle.Dotted;
     appearance23.BackColor = System.Drawing.SystemColors.Window;
     this.cboSection.DisplayLayout.Override.CardAreaAppearance = appearance23;
     appearance24.BorderColor  = System.Drawing.Color.Silver;
     appearance24.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
     this.cboSection.DisplayLayout.Override.CellAppearance  = appearance24;
     this.cboSection.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.cboSection.DisplayLayout.Override.CellPadding     = 0;
     appearance25.BackColor             = System.Drawing.SystemColors.Control;
     appearance25.BackColor2            = System.Drawing.SystemColors.ControlDark;
     appearance25.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
     appearance25.BackGradientStyle     = Infragistics.Win.GradientStyle.Horizontal;
     appearance25.BorderColor           = System.Drawing.SystemColors.Window;
     this.cboSection.DisplayLayout.Override.GroupByRowAppearance = appearance25;
     appearance26.TextHAlignAsString = "Left";
     this.cboSection.DisplayLayout.Override.HeaderAppearance  = appearance26;
     this.cboSection.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.cboSection.DisplayLayout.Override.HeaderStyle       = Infragistics.Win.HeaderStyle.WindowsXPCommand;
     appearance27.BackColor   = System.Drawing.SystemColors.Window;
     appearance27.BorderColor = System.Drawing.Color.Silver;
     this.cboSection.DisplayLayout.Override.RowAppearance = appearance27;
     this.cboSection.DisplayLayout.Override.RowSelectors  = Infragistics.Win.DefaultableBoolean.False;
     appearance28.BackColor = System.Drawing.SystemColors.ControlLight;
     this.cboSection.DisplayLayout.Override.TemplateAddRowAppearance = appearance28;
     this.cboSection.DisplayLayout.ScrollBounds  = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.cboSection.DisplayLayout.ScrollStyle   = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.cboSection.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
     this.cboSection.Location          = new System.Drawing.Point(296, 50);
     this.cboSection.Name              = "cboSection";
     this.cboSection.Size              = new System.Drawing.Size(111, 22);
     this.cboSection.TabIndex          = 109;
     this.cboSection.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.cboSection_InitializeLayout);
     //
     // btnFPInfo
     //
     this.btnFPInfo.Font     = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold);
     this.btnFPInfo.Location = new System.Drawing.Point(455, 47);
     this.btnFPInfo.Name     = "btnFPInfo";
     this.btnFPInfo.Size     = new System.Drawing.Size(124, 40);
     this.btnFPInfo.TabIndex = 437;
     this.btnFPInfo.Text     = "Database User FP List";
     this.btnFPInfo.UseVisualStyleBackColor = true;
     this.btnFPInfo.Click += new System.EventHandler(this.btnFPInfo_Click);
     //
     // btnFP
     //
     this.btnFP.Font     = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold);
     this.btnFP.Location = new System.Drawing.Point(455, 101);
     this.btnFP.Name     = "btnFP";
     this.btnFP.Size     = new System.Drawing.Size(124, 51);
     this.btnFP.TabIndex = 435;
     this.btnFP.Text     = "Device FP Data Save To Database";
     this.btnFP.UseVisualStyleBackColor = true;
     this.btnFP.Click += new System.EventHandler(this.btnFP_Click);
     //
     // btnFPSave
     //
     this.btnFPSave.Font     = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold);
     this.btnFPSave.Location = new System.Drawing.Point(455, 165);
     this.btnFPSave.Name     = "btnFPSave";
     this.btnFPSave.Size     = new System.Drawing.Size(124, 50);
     this.btnFPSave.TabIndex = 436;
     this.btnFPSave.Text     = "FP Transfer Database To Device";
     this.btnFPSave.UseVisualStyleBackColor = true;
     this.btnFPSave.Click += new System.EventHandler(this.btnFPSave_Click);
     //
     // checkBox2
     //
     this.checkBox2.AutoSize = true;
     this.checkBox2.Location = new System.Drawing.Point(478, 314);
     this.checkBox2.Name     = "checkBox2";
     this.checkBox2.Size     = new System.Drawing.Size(83, 17);
     this.checkBox2.TabIndex = 452;
     this.checkBox2.Text     = "All Checked";
     this.checkBox2.UseVisualStyleBackColor = true;
     this.checkBox2.CheckedChanged         += new System.EventHandler(this.checkBox2_CheckedChanged);
     //
     // btnDelete
     //
     this.btnDelete.Font     = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold);
     this.btnDelete.Location = new System.Drawing.Point(455, 228);
     this.btnDelete.Name     = "btnDelete";
     this.btnDelete.Size     = new System.Drawing.Size(124, 47);
     this.btnDelete.TabIndex = 453;
     this.btnDelete.Text     = "Device User Finger Delete";
     this.btnDelete.UseVisualStyleBackColor = true;
     this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
     //
     // frmFingerDataTran
     //
     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(1309, 575);
     this.ControlBox          = false;
     this.Controls.Add(this.btnDelete);
     this.Controls.Add(this.checkBox2);
     this.Controls.Add(this.btnFPSave);
     this.Controls.Add(this.btnFP);
     this.Controls.Add(this.btnFPInfo);
     this.Controls.Add(this.groupBoxCombo);
     this.Controls.Add(this.ultraGroupBox8);
     this.Controls.Add(this.ultraPanel3);
     this.Controls.Add(this.ultraPanel7);
     this.Controls.Add(this.pnlLeft);
     this.Controls.Add(this.pnlBottomTop);
     this.Controls.Add(this.pnlTop);
     this.Controls.Add(this.pnlBottom);
     this.Name         = "frmFingerDataTran";
     this.Text         = "Data Transfer...";
     this.WindowState  = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmFingerDataTran_FormClosing);
     this.Load        += new System.EventHandler(this.frmFingerDataTran_Load);
     this.pnlLeft.ResumeLayout(false);
     this.pnlBottomTop.ResumeLayout(false);
     this.pnlTop.ResumeLayout(false);
     this.pnlBottom.ClientArea.ResumeLayout(false);
     this.pnlBottom.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridDetails)).EndInit();
     this.ultraPanel7.ClientArea.ResumeLayout(false);
     this.ultraPanel7.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridInfo)).EndInit();
     this.ultraPanel3.ClientArea.ResumeLayout(false);
     this.ultraPanel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).EndInit();
     this.ultraGroupBox4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox8)).EndInit();
     this.ultraGroupBox8.ResumeLayout(false);
     this.ultraGroupBox8.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupBoxCombo)).EndInit();
     this.groupBoxCombo.ResumeLayout(false);
     this.groupBoxCombo.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.optCriteria)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboBand)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboSection)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 [System.Diagnostics.DebuggerStepThrough()] private void InitializeComponent()
 {
     Infragistics.Win.ValueListItem ValueListItem1 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem ValueListItem2 = new Infragistics.Win.ValueListItem();
     this.pnlBottom       = new System.Windows.Forms.Panel();
     base.Load           += new System.EventHandler(frmFMBSetupDefaultLayout_Load);
     this.btnClear        = new System.Windows.Forms.Button();
     this.btnClear.Click += new System.EventHandler(btnClear_Click);
     this.btnOK           = new System.Windows.Forms.Button();
     this.btnOK.Click    += new System.EventHandler(btnOK_Click);
     this.btnClose        = new System.Windows.Forms.Button();
     this.btnClose.Click += new System.EventHandler(btnClose_Click);
     this.pnlFill         = new System.Windows.Forms.Panel();
     this.grpDefault      = new System.Windows.Forms.GroupBox();
     this.cboCategory     = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.cboCategory.SelectionChanged += new System.EventHandler(cboCategory_SelectionChanged);
     this.lblCategory             = new System.Windows.Forms.Label();
     this.cdvLayout               = new Miracom.UI.Controls.MCCodeView.MCCodeView();
     this.cdvLayout.ButtonPress  += new System.EventHandler(cdvLayout_ButtonPress);
     this.lblLayout               = new System.Windows.Forms.Label();
     this.cdvFactory              = new Miracom.UI.Controls.MCCodeView.MCCodeView();
     this.cdvFactory.ButtonPress += new System.EventHandler(cdvFactory_ButtonPress);
     this.lblFactory              = new System.Windows.Forms.Label();
     this.pnlBottom.SuspendLayout();
     this.pnlFill.SuspendLayout();
     this.grpDefault.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize) this.cboCategory).BeginInit();
     ((System.ComponentModel.ISupportInitialize) this.cdvLayout).BeginInit();
     ((System.ComponentModel.ISupportInitialize) this.cdvFactory).BeginInit();
     this.SuspendLayout();
     //
     //pnlBottom
     //
     this.pnlBottom.Controls.Add(this.btnClear);
     this.pnlBottom.Controls.Add(this.btnOK);
     this.pnlBottom.Controls.Add(this.btnClose);
     this.pnlBottom.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.pnlBottom.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.pnlBottom.Location = new System.Drawing.Point(0, 108);
     this.pnlBottom.Name     = "pnlBottom";
     this.pnlBottom.Size     = new System.Drawing.Size(326, 40);
     this.pnlBottom.TabIndex = 3;
     //
     //btnClear
     //
     this.btnClear.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnClear.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnClear.Location  = new System.Drawing.Point(168, 9);
     this.btnClear.Name      = "btnClear";
     this.btnClear.Size      = new System.Drawing.Size(74, 23);
     this.btnClear.TabIndex  = 2;
     this.btnClear.Text      = "Clear";
     //
     //btnOK
     //
     this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btnOK.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.btnOK.Font         = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnOK.Location     = new System.Drawing.Point(88, 9);
     this.btnOK.Name         = "btnOK";
     this.btnOK.Size         = new System.Drawing.Size(74, 23);
     this.btnOK.TabIndex     = 0;
     this.btnOK.Text         = "Save";
     //
     //btnClose
     //
     this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnClose.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.btnClose.Font         = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnClose.Location     = new System.Drawing.Point(244, 9);
     this.btnClose.Name         = "btnClose";
     this.btnClose.Size         = new System.Drawing.Size(74, 23);
     this.btnClose.TabIndex     = 1;
     this.btnClose.Text         = "Close";
     //
     //pnlFill
     //
     this.pnlFill.Controls.Add(this.grpDefault);
     this.pnlFill.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.pnlFill.DockPadding.Left  = 3;
     this.pnlFill.DockPadding.Right = 3;
     this.pnlFill.Location          = new System.Drawing.Point(0, 0);
     this.pnlFill.Name              = "pnlFill";
     this.pnlFill.Size              = new System.Drawing.Size(326, 108);
     this.pnlFill.TabIndex          = 4;
     //
     //grpDefault
     //
     this.grpDefault.Controls.Add(this.cboCategory);
     this.grpDefault.Controls.Add(this.lblCategory);
     this.grpDefault.Controls.Add(this.cdvLayout);
     this.grpDefault.Controls.Add(this.lblLayout);
     this.grpDefault.Controls.Add(this.cdvFactory);
     this.grpDefault.Controls.Add(this.lblFactory);
     this.grpDefault.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.grpDefault.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.grpDefault.Location  = new System.Drawing.Point(3, 0);
     this.grpDefault.Name      = "grpDefault";
     this.grpDefault.Size      = new System.Drawing.Size(320, 108);
     this.grpDefault.TabIndex  = 1;
     this.grpDefault.TabStop   = false;
     //
     //cboCategory
     //
     this.cboCategory.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
     this.cboCategory.UseFlatMode   = Infragistics.Win.DefaultableBoolean.True;
     ValueListItem1.DataValue       = "ValueListItem0";
     ValueListItem1.DisplayText     = "Layout";
     ValueListItem2.DataValue       = "ValueListItem1";
     ValueListItem2.DisplayText     = "User Group";
     this.cboCategory.Items.Add(ValueListItem1);
     this.cboCategory.Items.Add(ValueListItem2);
     this.cboCategory.Location = new System.Drawing.Point(120, 16);
     this.cboCategory.Name     = "cboCategory";
     this.cboCategory.Size     = new System.Drawing.Size(120, 19);
     this.cboCategory.TabIndex = 62;
     //
     //lblCategory
     //
     this.lblCategory.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblCategory.Location  = new System.Drawing.Point(12, 18);
     this.lblCategory.Name      = "lblCategory";
     this.lblCategory.Size      = new System.Drawing.Size(75, 14);
     this.lblCategory.TabIndex  = 61;
     this.lblCategory.Text      = "Category";
     //
     //cdvLayout
     //
     this.cdvLayout.BtnFlatStyle        = System.Windows.Forms.FlatStyle.System;
     this.cdvLayout.BtnToolTipText      = "";
     this.cdvLayout.DescText            = "";
     this.cdvLayout.DisplaySubItemIndex = -1;
     this.cdvLayout.DisplayText         = "";
     this.cdvLayout.Focusing            = null;
     this.cdvLayout.Font                       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cdvLayout.Index                      = 0;
     this.cdvLayout.IsViewBtnImage             = false;
     this.cdvLayout.Location                   = new System.Drawing.Point(120, 71);
     this.cdvLayout.MaxLength                  = 10;
     this.cdvLayout.MCViewStyle.BorderColor    = System.Drawing.SystemColors.Control;
     this.cdvLayout.MCViewStyle.BorderHotColor = System.Drawing.SystemColors.Control;
     this.cdvLayout.Name                       = "cdvLayout";
     this.cdvLayout.ReadOnly                   = false;
     this.cdvLayout.SearchSubItemIndex         = 0;
     this.cdvLayout.SelectedDescIndex          = -1;
     this.cdvLayout.SelectedSubItemIndex       = -1;
     this.cdvLayout.SelectionStart             = 0;
     this.cdvLayout.Size                       = new System.Drawing.Size(168, 20);
     this.cdvLayout.SmallImageList             = null;
     this.cdvLayout.StyleBorder                = System.Windows.Forms.BorderStyle.FixedSingle;
     this.cdvLayout.TabIndex                   = 59;
     this.cdvLayout.TextBoxToolTipText         = "";
     this.cdvLayout.TextBoxWidth               = 168;
     this.cdvLayout.VisibleButton              = true;
     this.cdvLayout.VisibleColumnHeader        = false;
     this.cdvLayout.VisibleDescription         = false;
     //
     //lblLayout
     //
     this.lblLayout.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblLayout.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblLayout.Location  = new System.Drawing.Point(12, 74);
     this.lblLayout.Name      = "lblLayout";
     this.lblLayout.Size      = new System.Drawing.Size(100, 14);
     this.lblLayout.TabIndex  = 60;
     this.lblLayout.Text      = "Layout";
     //
     //cdvFactory
     //
     this.cdvFactory.BtnFlatStyle        = System.Windows.Forms.FlatStyle.System;
     this.cdvFactory.BtnToolTipText      = "";
     this.cdvFactory.DescText            = "";
     this.cdvFactory.DisplaySubItemIndex = -1;
     this.cdvFactory.DisplayText         = "";
     this.cdvFactory.Focusing            = null;
     this.cdvFactory.Font                       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cdvFactory.Index                      = 0;
     this.cdvFactory.IsViewBtnImage             = false;
     this.cdvFactory.Location                   = new System.Drawing.Point(120, 43);
     this.cdvFactory.MaxLength                  = 10;
     this.cdvFactory.MCViewStyle.BorderColor    = System.Drawing.SystemColors.Control;
     this.cdvFactory.MCViewStyle.BorderHotColor = System.Drawing.SystemColors.Control;
     this.cdvFactory.Name                       = "cdvFactory";
     this.cdvFactory.ReadOnly                   = false;
     this.cdvFactory.SearchSubItemIndex         = 0;
     this.cdvFactory.SelectedDescIndex          = -1;
     this.cdvFactory.SelectedSubItemIndex       = -1;
     this.cdvFactory.SelectionStart             = 0;
     this.cdvFactory.Size                       = new System.Drawing.Size(168, 20);
     this.cdvFactory.SmallImageList             = null;
     this.cdvFactory.StyleBorder                = System.Windows.Forms.BorderStyle.FixedSingle;
     this.cdvFactory.TabIndex                   = 57;
     this.cdvFactory.TextBoxToolTipText         = "";
     this.cdvFactory.TextBoxWidth               = 168;
     this.cdvFactory.VisibleButton              = true;
     this.cdvFactory.VisibleColumnHeader        = false;
     this.cdvFactory.VisibleDescription         = false;
     //
     //lblFactory
     //
     this.lblFactory.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblFactory.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblFactory.Location  = new System.Drawing.Point(12, 46);
     this.lblFactory.Name      = "lblFactory";
     this.lblFactory.Size      = new System.Drawing.Size(100, 14);
     this.lblFactory.TabIndex  = 58;
     this.lblFactory.Text      = "Factory";
     //
     //frmFMBSetupDefaultLayout
     //
     this.AcceptButton      = this.btnOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.btnClose;
     this.ClientSize        = new System.Drawing.Size(326, 148);
     this.Controls.Add(this.pnlFill);
     this.Controls.Add(this.pnlBottom);
     this.Font            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmFMBSetupDefaultLayout";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Default Layout Setup";
     this.pnlBottom.ResumeLayout(false);
     this.pnlFill.ResumeLayout(false);
     this.grpDefault.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize) this.cboCategory).EndInit();
     ((System.ComponentModel.ISupportInitialize) this.cdvLayout).EndInit();
     ((System.ComponentModel.ISupportInitialize) this.cdvFactory).EndInit();
     this.ResumeLayout(false);
 }
Example #19
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.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.Appearance    appearance2    = new Infragistics.Win.Appearance();
     Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.Appearance    appearance3    = 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.Appearance    appearance5    = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance4    = new Infragistics.Win.Appearance();
     this.txtCustomerID  = new Signature.Windows.Forms.MaskedEdit();
     this.txtType        = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
     this.label1         = new System.Windows.Forms.Label();
     this.label22        = new System.Windows.Forms.Label();
     this.label21        = new System.Windows.Forms.Label();
     this.txtDateFrom    = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.txtDateTo      = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.ultraGroupBox1 = new Signature.Windows.Forms.GroupBox();
     this.txtName        = new Signature.Windows.Forms.MaskedLabel();
     this.Label35        = new System.Windows.Forms.Label();
     this.btPrint        = new Signature.Windows.Forms.Button();
     this.btCancel       = new Signature.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.txtType)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDateFrom)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDateTo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // txtStatus
     //
     this.txtStatus.Location = new System.Drawing.Point(0, 197);
     this.txtStatus.Size     = new System.Drawing.Size(482, 29);
     //
     // txtCustomerID
     //
     this.txtCustomerID.AllowDrop   = true;
     this.txtCustomerID.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(173)))), ((int)(((byte)(179)))));
     this.txtCustomerID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtCustomerID.Location    = new System.Drawing.Point(336, 13);
     this.txtCustomerID.Name        = "txtCustomerID";
     this.txtCustomerID.Size        = new System.Drawing.Size(67, 20);
     this.txtCustomerID.TabIndex    = 0;
     this.txtCustomerID.KeyUp      += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // txtType
     //
     appearance1.BackColor          = System.Drawing.Color.Transparent;
     appearance1.BorderColor        = System.Drawing.Color.White;
     this.txtType.Appearance        = appearance1;
     this.txtType.BackColor         = System.Drawing.Color.Transparent;
     this.txtType.BackColorInternal = System.Drawing.Color.DimGray;
     this.txtType.BorderStyle       = Infragistics.Win.UIElementBorderStyle.None;
     this.txtType.CheckedIndex      = 0;
     appearance2.BackColor          = System.Drawing.Color.Transparent;
     appearance2.BorderColor        = System.Drawing.Color.White;
     appearance2.ForeColor          = System.Drawing.Color.Black;
     valueListItem1.Appearance      = appearance2;
     valueListItem1.DataValue       = "Signed";
     valueListItem1.DisplayText     = "Signed";
     appearance3.BackColor          = System.Drawing.Color.Transparent;
     valueListItem2.Appearance      = appearance3;
     valueListItem2.DataValue       = "Start";
     valueListItem2.DisplayText     = "Start";
     valueListItem3.DataValue       = "End";
     valueListItem3.DisplayText     = "End";
     valueListItem4.DataValue       = "Pickup";
     valueListItem4.DisplayText     = "Pickup";
     valueListItem5.DataValue       = "Delivery";
     valueListItem5.DisplayText     = "Delivery";
     valueListItem6.DataValue       = "Ship";
     valueListItem6.DisplayText     = "Ship";
     valueListItem7.DataValue       = "All";
     valueListItem7.DisplayText     = "All";
     this.txtType.Items.AddRange(new Infragistics.Win.ValueListItem[] {
         valueListItem1,
         valueListItem2,
         valueListItem3,
         valueListItem4,
         valueListItem5,
         valueListItem6,
         valueListItem7
     });
     this.txtType.Location = new System.Drawing.Point(112, 93);
     this.txtType.Name     = "txtType";
     this.txtType.Size     = new System.Drawing.Size(355, 16);
     this.txtType.TabIndex = 2;
     this.txtType.Text     = "Signed";
     this.txtType.KeyUp   += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(30, 90);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(60, 19);
     this.label1.TabIndex  = 252;
     this.label1.Text      = "Selection:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label22
     //
     this.label22.BackColor = System.Drawing.Color.Transparent;
     this.label22.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label22.Location  = new System.Drawing.Point(23, 15);
     this.label22.Name      = "label22";
     this.label22.Size      = new System.Drawing.Size(67, 18);
     this.label22.TabIndex  = 259;
     this.label22.Text      = "Date From :";
     this.label22.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label21
     //
     this.label21.BackColor = System.Drawing.Color.Transparent;
     this.label21.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label21.Location  = new System.Drawing.Point(36, 39);
     this.label21.Name      = "label21";
     this.label21.Size      = new System.Drawing.Size(54, 18);
     this.label21.TabIndex  = 260;
     this.label21.Text      = "Date To :";
     this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtDateFrom
     //
     this.txtDateFrom.Location = new System.Drawing.Point(112, 12);
     this.txtDateFrom.Name     = "txtDateFrom";
     this.txtDateFrom.Size     = new System.Drawing.Size(91, 21);
     this.txtDateFrom.TabIndex = 0;
     this.txtDateFrom.KeyUp   += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // txtDateTo
     //
     this.txtDateTo.Location = new System.Drawing.Point(112, 36);
     this.txtDateTo.Name     = "txtDateTo";
     this.txtDateTo.Size     = new System.Drawing.Size(91, 21);
     this.txtDateTo.TabIndex = 1;
     this.txtDateTo.KeyUp   += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.AllowDrop         = true;
     appearance5.AlphaLevel                = ((short)(95));
     appearance5.BackColor                 = System.Drawing.Color.Transparent;
     this.ultraGroupBox1.Appearance        = appearance5;
     this.ultraGroupBox1.BackColorInternal = System.Drawing.SystemColors.GradientInactiveCaption;
     this.ultraGroupBox1.Controls.Add(this.txtName);
     this.ultraGroupBox1.Controls.Add(this.Label35);
     this.ultraGroupBox1.Controls.Add(this.txtDateTo);
     this.ultraGroupBox1.Controls.Add(this.txtDateFrom);
     this.ultraGroupBox1.Controls.Add(this.label21);
     this.ultraGroupBox1.Controls.Add(this.label22);
     this.ultraGroupBox1.Controls.Add(this.label1);
     this.ultraGroupBox1.Controls.Add(this.txtType);
     this.ultraGroupBox1.Controls.Add(this.txtCustomerID);
     this.ultraGroupBox1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.ultraGroupBox1.Location  = new System.Drawing.Point(0, 0);
     this.ultraGroupBox1.Name      = "ultraGroupBox1";
     this.ultraGroupBox1.Size      = new System.Drawing.Size(482, 197);
     this.ultraGroupBox1.TabIndex  = 0;
     this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // txtName
     //
     this.txtName.AllowDrop  = true;
     appearance4.BackColor   = System.Drawing.Color.Transparent;
     this.txtName.Appearance = appearance4;
     this.txtName.Location   = new System.Drawing.Point(262, 39);
     this.txtName.Name       = "txtName";
     this.txtName.Size       = new System.Drawing.Size(214, 42);
     this.txtName.TabIndex   = 267;
     this.txtName.TabStop    = true;
     this.txtName.Value      = null;
     //
     // Label35
     //
     this.Label35.BackColor = System.Drawing.Color.Transparent;
     this.Label35.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Label35.Location  = new System.Drawing.Point(247, 14);
     this.Label35.Name      = "Label35";
     this.Label35.Size      = new System.Drawing.Size(72, 19);
     this.Label35.TabIndex  = 266;
     this.Label35.Text      = "School ID  :";
     this.Label35.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // btPrint
     //
     this.btPrint.AllowDrop = true;
     this.btPrint.BackColor = System.Drawing.SystemColors.Control;
     this.btPrint.ForeColor = System.Drawing.Color.Black;
     this.btPrint.Location  = new System.Drawing.Point(300, 163);
     this.btPrint.Name      = "btPrint";
     this.btPrint.Size      = new System.Drawing.Size(115, 26);
     this.btPrint.TabIndex  = 1;
     this.btPrint.Text      = "&Print";
     this.btPrint.Click    += new System.EventHandler(this.btPrint_Click);
     //
     // btCancel
     //
     this.btCancel.AllowDrop = true;
     this.btCancel.BackColor = System.Drawing.SystemColors.Control;
     this.btCancel.ForeColor = System.Drawing.Color.Black;
     this.btCancel.Location  = new System.Drawing.Point(79, 164);
     this.btCancel.Name      = "btCancel";
     this.btCancel.Size      = new System.Drawing.Size(115, 26);
     this.btCancel.TabIndex  = 2;
     this.btCancel.Text      = "&Cancel";
     this.btCancel.Click    += new System.EventHandler(this.btCancel_Click);
     //
     // frmCustomerBillOfLading
     //
     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(482, 226);
     this.Controls.Add(this.btCancel);
     this.Controls.Add(this.btPrint);
     this.Controls.Add(this.ultraGroupBox1);
     this.Name  = "frmCustomerBillOfLading";
     this.Text  = "Straight Bill Of Lading Report Criteria";
     this.Load += new System.EventHandler(this.frmCustomerListing_Load);
     this.Controls.SetChildIndex(this.txtStatus, 0);
     this.Controls.SetChildIndex(this.ultraGroupBox1, 0);
     this.Controls.SetChildIndex(this.btPrint, 0);
     this.Controls.SetChildIndex(this.btCancel, 0);
     ((System.ComponentModel.ISupportInitialize)(this.txtType)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDateFrom)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDateTo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     this.ultraGroupBox1.PerformLayout();
     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.Appearance    appearance3      = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance4      = new Infragistics.Win.Appearance();
     Infragistics.Win.ValueListItem valueListItem106 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem107 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem108 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.Appearance    appearance5      = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance7      = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance2      = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance6      = new Infragistics.Win.Appearance();
     this.foreColorPicker = new Infragistics.Win.UltraWinEditors.UltraColorPicker();
     this.fontName        = new Infragistics.Win.UltraWinEditors.UltraFontNameEditor();
     this.cbUnderline     = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.cbBold          = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.cbAlignment     = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.ultraLabel1     = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel2     = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel3     = new Infragistics.Win.Misc.UltraLabel();
     this.labelPreview    = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel6     = new Infragistics.Win.Misc.UltraLabel();
     this.nupFontSize     = new System.Windows.Forms.NumericUpDown();
     this.bnCancel        = new System.Windows.Forms.Button();
     this.bnOK            = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.footerPictureBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.foreColorPicker)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.fontName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbAlignment)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.nupFontSize)).BeginInit();
     this.SuspendLayout();
     //
     // footerPictureBox
     //
     this.footerPictureBox.Image    = global::Layton.AuditWizard.Common.Properties.Resources.textstyle_corner;
     this.footerPictureBox.Location = new System.Drawing.Point(2, 250);
     this.footerPictureBox.Size     = new System.Drawing.Size(447, 125);
     //
     // foreColorPicker
     //
     this.foreColorPicker.Color         = System.Drawing.Color.DarkBlue;
     this.foreColorPicker.Location      = new System.Drawing.Point(101, 31);
     this.foreColorPicker.Name          = "foreColorPicker";
     this.foreColorPicker.Size          = new System.Drawing.Size(168, 22);
     this.foreColorPicker.TabIndex      = 10;
     this.foreColorPicker.Text          = "DarkBlue";
     this.foreColorPicker.ColorChanged += new System.EventHandler(this.style_Changed);
     //
     // fontName
     //
     this.fontName.Location      = new System.Drawing.Point(101, 58);
     this.fontName.Name          = "fontName";
     this.fontName.Size          = new System.Drawing.Size(168, 22);
     this.fontName.TabIndex      = 11;
     this.fontName.Text          = "Verdana";
     this.fontName.ValueChanged += new System.EventHandler(this.style_Changed);
     //
     // cbUnderline
     //
     appearance3.BackColor              = System.Drawing.Color.Transparent;
     this.cbUnderline.Appearance        = appearance3;
     this.cbUnderline.BackColor         = System.Drawing.Color.Transparent;
     this.cbUnderline.BackColorInternal = System.Drawing.Color.Transparent;
     this.cbUnderline.Location          = new System.Drawing.Point(101, 85);
     this.cbUnderline.Name              = "cbUnderline";
     this.cbUnderline.Size              = new System.Drawing.Size(83, 20);
     this.cbUnderline.TabIndex          = 12;
     this.cbUnderline.Text              = "Underline";
     this.cbUnderline.CheckedChanged   += new System.EventHandler(this.style_Changed);
     //
     // cbBold
     //
     appearance4.BackColor         = System.Drawing.Color.Transparent;
     this.cbBold.Appearance        = appearance4;
     this.cbBold.BackColor         = System.Drawing.Color.Transparent;
     this.cbBold.BackColorInternal = System.Drawing.Color.Transparent;
     this.cbBold.Location          = new System.Drawing.Point(198, 85);
     this.cbBold.Name            = "cbBold";
     this.cbBold.Size            = new System.Drawing.Size(140, 20);
     this.cbBold.TabIndex        = 13;
     this.cbBold.Text            = "Bold";
     this.cbBold.CheckedChanged += new System.EventHandler(this.style_Changed);
     //
     // cbAlignment
     //
     this.cbAlignment.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
     valueListItem106.DataValue     = 0;
     valueListItem106.DisplayText   = "Left";
     valueListItem107.DataValue     = 1;
     valueListItem107.DisplayText   = "Right";
     valueListItem108.DataValue     = 2;
     valueListItem108.DisplayText   = "Center";
     this.cbAlignment.Items.AddRange(new Infragistics.Win.ValueListItem[] {
         valueListItem106,
         valueListItem107,
         valueListItem108
     });
     this.cbAlignment.Location      = new System.Drawing.Point(101, 111);
     this.cbAlignment.Name          = "cbAlignment";
     this.cbAlignment.Size          = new System.Drawing.Size(168, 22);
     this.cbAlignment.TabIndex      = 14;
     this.cbAlignment.ValueChanged += new System.EventHandler(this.style_Changed);
     //
     // ultraLabel1
     //
     appearance5.BackColor       = System.Drawing.Color.Transparent;
     this.ultraLabel1.Appearance = appearance5;
     this.ultraLabel1.Location   = new System.Drawing.Point(14, 35);
     this.ultraLabel1.Name       = "ultraLabel1";
     this.ultraLabel1.Size       = new System.Drawing.Size(80, 23);
     this.ultraLabel1.TabIndex   = 15;
     this.ultraLabel1.Text       = "Text Color:";
     //
     // ultraLabel2
     //
     appearance7.BackColor       = System.Drawing.Color.Transparent;
     this.ultraLabel2.Appearance = appearance7;
     this.ultraLabel2.Location   = new System.Drawing.Point(14, 62);
     this.ultraLabel2.Name       = "ultraLabel2";
     this.ultraLabel2.Size       = new System.Drawing.Size(80, 23);
     this.ultraLabel2.TabIndex   = 16;
     this.ultraLabel2.Text       = "Font:";
     //
     // ultraLabel3
     //
     appearance2.BackColor       = System.Drawing.Color.Transparent;
     this.ultraLabel3.Appearance = appearance2;
     this.ultraLabel3.Location   = new System.Drawing.Point(14, 111);
     this.ultraLabel3.Name       = "ultraLabel3";
     this.ultraLabel3.Size       = new System.Drawing.Size(80, 23);
     this.ultraLabel3.TabIndex   = 17;
     this.ultraLabel3.Text       = "Alignment:";
     //
     // labelPreview
     //
     this.labelPreview.Location = new System.Drawing.Point(14, 168);
     this.labelPreview.Name     = "labelPreview";
     this.labelPreview.Size     = new System.Drawing.Size(421, 33);
     this.labelPreview.TabIndex = 18;
     this.labelPreview.Text     = "Your text will look like this";
     //
     // ultraLabel6
     //
     appearance6.BackColor       = System.Drawing.Color.Transparent;
     this.ultraLabel6.Appearance = appearance6;
     this.ultraLabel6.Location   = new System.Drawing.Point(292, 62);
     this.ultraLabel6.Name       = "ultraLabel6";
     this.ultraLabel6.Size       = new System.Drawing.Size(47, 23);
     this.ultraLabel6.TabIndex   = 20;
     this.ultraLabel6.Text       = "Size:";
     //
     // nupFontSize
     //
     this.nupFontSize.Location = new System.Drawing.Point(345, 59);
     this.nupFontSize.Maximum  = new decimal(new int[] {
         36,
         0,
         0,
         0
     });
     this.nupFontSize.Minimum = new decimal(new int[] {
         4,
         0,
         0,
         0
     });
     this.nupFontSize.Name     = "nupFontSize";
     this.nupFontSize.Size     = new System.Drawing.Size(66, 21);
     this.nupFontSize.TabIndex = 21;
     this.nupFontSize.Value    = new decimal(new int[] {
         4,
         0,
         0,
         0
     });
     this.nupFontSize.ValueChanged += new System.EventHandler(this.style_Changed);
     //
     // bnCancel
     //
     this.bnCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.bnCancel.Location                = new System.Drawing.Point(345, 207);
     this.bnCancel.Name                    = "bnCancel";
     this.bnCancel.Size                    = new System.Drawing.Size(87, 23);
     this.bnCancel.TabIndex                = 58;
     this.bnCancel.Text                    = "&Cancel";
     this.bnCancel.UseVisualStyleBackColor = true;
     //
     // bnOK
     //
     this.bnOK.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.bnOK.Location                = new System.Drawing.Point(251, 207);
     this.bnOK.Name                    = "bnOK";
     this.bnOK.Size                    = new System.Drawing.Size(87, 23);
     this.bnOK.TabIndex                = 57;
     this.bnOK.Text                    = "&OK";
     this.bnOK.UseVisualStyleBackColor = true;
     this.bnOK.Click                  += new System.EventHandler(this.bnOK_Click);
     //
     // FormStyleChooser
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
     this.ClientSize          = new System.Drawing.Size(449, 370);
     this.Controls.Add(this.bnCancel);
     this.Controls.Add(this.bnOK);
     this.Controls.Add(this.nupFontSize);
     this.Controls.Add(this.ultraLabel6);
     this.Controls.Add(this.labelPreview);
     this.Controls.Add(this.ultraLabel3);
     this.Controls.Add(this.ultraLabel2);
     this.Controls.Add(this.ultraLabel1);
     this.Controls.Add(this.cbAlignment);
     this.Controls.Add(this.cbBold);
     this.Controls.Add(this.foreColorPicker);
     this.Controls.Add(this.cbUnderline);
     this.Controls.Add(this.fontName);
     this.DoubleBuffered = true;
     this.Font           = new System.Drawing.Font("Verdana", 8.25F);
     this.Name           = "FormStyleChooser";
     this.Text           = "Style Chooser";
     this.Load          += new System.EventHandler(this.FormStyleChooser_Load);
     this.Controls.SetChildIndex(this.fontName, 0);
     this.Controls.SetChildIndex(this.cbUnderline, 0);
     this.Controls.SetChildIndex(this.foreColorPicker, 0);
     this.Controls.SetChildIndex(this.footerPictureBox, 0);
     this.Controls.SetChildIndex(this.cbBold, 0);
     this.Controls.SetChildIndex(this.cbAlignment, 0);
     this.Controls.SetChildIndex(this.ultraLabel1, 0);
     this.Controls.SetChildIndex(this.ultraLabel2, 0);
     this.Controls.SetChildIndex(this.ultraLabel3, 0);
     this.Controls.SetChildIndex(this.labelPreview, 0);
     this.Controls.SetChildIndex(this.ultraLabel6, 0);
     this.Controls.SetChildIndex(this.nupFontSize, 0);
     this.Controls.SetChildIndex(this.bnOK, 0);
     this.Controls.SetChildIndex(this.bnCancel, 0);
     ((System.ComponentModel.ISupportInitialize)(this.footerPictureBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.foreColorPicker)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.fontName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbAlignment)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.nupFontSize)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #21
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    appearance16   = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance15   = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance43   = new Infragistics.Win.Appearance();
     Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.Appearance    appearance44   = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance32   = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance33   = new Infragistics.Win.Appearance();
     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    appearance19   = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance23   = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance14   = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance45   = new Infragistics.Win.Appearance();
     this.ultraPanel4   = new Infragistics.Win.Misc.UltraPanel();
     this.ultraPanel1   = new Infragistics.Win.Misc.UltraPanel();
     this.btnSave       = new Infragistics.Win.Misc.UltraButton();
     this.btnClose      = new Infragistics.Win.Misc.UltraButton();
     this.btnDelete     = new Infragistics.Win.Misc.UltraButton();
     this.btnCancel     = new Infragistics.Win.Misc.UltraButton();
     this.ultraPanel3   = new Infragistics.Win.Misc.UltraPanel();
     this.ultraPanel2   = new Infragistics.Win.Misc.UltraPanel();
     this.txtName       = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel1   = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel2   = new Infragistics.Win.Misc.UltraLabel();
     this.optType       = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
     this.cboUnder      = new Infragistics.Win.UltraWinGrid.UltraCombo();
     this.ultraLabel5   = new Infragistics.Win.Misc.UltraLabel();
     this.panelBodyMain = new Infragistics.Win.Misc.UltraPanel();
     this.ultraLabel3   = new Infragistics.Win.Misc.UltraLabel();
     this.txtNameShort  = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel6   = new Infragistics.Win.Misc.UltraLabel();
     this.txtCode       = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.panelBodyTop  = new Infragistics.Win.Misc.UltraPanel();
     this.Tree          = new System.Windows.Forms.TreeView();
     this.ultraPanel4.SuspendLayout();
     this.ultraPanel1.ClientArea.SuspendLayout();
     this.ultraPanel1.SuspendLayout();
     this.ultraPanel3.SuspendLayout();
     this.ultraPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.optType)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboUnder)).BeginInit();
     this.panelBodyMain.ClientArea.SuspendLayout();
     this.panelBodyMain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtNameShort)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCode)).BeginInit();
     this.panelBodyTop.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraPanel4
     //
     this.ultraPanel4.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.ultraPanel4.Location = new System.Drawing.Point(14, 444);
     this.ultraPanel4.Name     = "ultraPanel4";
     this.ultraPanel4.Size     = new System.Drawing.Size(1107, 10);
     this.ultraPanel4.TabIndex = 17;
     //
     // ultraPanel1
     //
     appearance1.BackColor        = System.Drawing.Color.SlateGray;
     this.ultraPanel1.Appearance  = appearance1;
     this.ultraPanel1.BorderStyle = Infragistics.Win.UIElementBorderStyle.Etched;
     //
     // ultraPanel1.ClientArea
     //
     this.ultraPanel1.ClientArea.Controls.Add(this.btnSave);
     this.ultraPanel1.ClientArea.Controls.Add(this.btnClose);
     this.ultraPanel1.ClientArea.Controls.Add(this.btnDelete);
     this.ultraPanel1.ClientArea.Controls.Add(this.btnCancel);
     this.ultraPanel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.ultraPanel1.Location = new System.Drawing.Point(0, 454);
     this.ultraPanel1.Name     = "ultraPanel1";
     this.ultraPanel1.Size     = new System.Drawing.Size(1121, 60);
     this.ultraPanel1.TabIndex = 2;
     //
     // btnSave
     //
     this.btnSave.Font     = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSave.Location = new System.Drawing.Point(713, 4);
     this.btnSave.Name     = "btnSave";
     this.btnSave.Size     = new System.Drawing.Size(131, 38);
     this.btnSave.TabIndex = 0;
     this.btnSave.Tag      = "0";
     this.btnSave.Text     = "&Save";
     this.btnSave.Click   += new System.EventHandler(this.btnSave_Click);
     //
     // btnClose
     //
     this.btnClose.Font     = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnClose.Location = new System.Drawing.Point(12, 4);
     this.btnClose.Name     = "btnClose";
     this.btnClose.Size     = new System.Drawing.Size(131, 38);
     this.btnClose.TabIndex = 3;
     this.btnClose.Text     = "C&lose";
     this.btnClose.Click   += new System.EventHandler(this.btnClose_Click);
     //
     // btnDelete
     //
     this.btnDelete.Enabled  = false;
     this.btnDelete.Font     = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnDelete.Location = new System.Drawing.Point(844, 4);
     this.btnDelete.Name     = "btnDelete";
     this.btnDelete.Size     = new System.Drawing.Size(131, 38);
     this.btnDelete.TabIndex = 1;
     this.btnDelete.Tag      = "2";
     this.btnDelete.Text     = "&Delete";
     this.btnDelete.Click   += new System.EventHandler(this.btnDelete_Click);
     //
     // btnCancel
     //
     this.btnCancel.Font     = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnCancel.Location = new System.Drawing.Point(975, 4);
     this.btnCancel.Name     = "btnCancel";
     this.btnCancel.Size     = new System.Drawing.Size(131, 38);
     this.btnCancel.TabIndex = 2;
     this.btnCancel.Text     = "&Cancel";
     this.btnCancel.Click   += new System.EventHandler(this.btnCancel_Click);
     //
     // ultraPanel3
     //
     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(1121, 12);
     this.ultraPanel3.TabIndex = 18;
     //
     // ultraPanel2
     //
     this.ultraPanel2.Dock     = System.Windows.Forms.DockStyle.Left;
     this.ultraPanel2.Location = new System.Drawing.Point(0, 12);
     this.ultraPanel2.Name     = "ultraPanel2";
     this.ultraPanel2.Size     = new System.Drawing.Size(14, 442);
     this.ultraPanel2.TabIndex = 19;
     //
     // txtName
     //
     this.txtName.AutoSize        = false;
     this.txtName.BorderStyle     = Infragistics.Win.UIElementBorderStyle.Solid;
     this.txtName.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtName.Font            = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtName.Location        = new System.Drawing.Point(156, 86);
     this.txtName.MaxLength       = 150;
     this.txtName.Name            = "txtName";
     this.txtName.Size            = new System.Drawing.Size(292, 25);
     this.txtName.TabIndex        = 2;
     this.txtName.Enter          += new System.EventHandler(this.txtName_Enter);
     this.txtName.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.txtName_KeyDown);
     this.txtName.KeyPress       += new System.Windows.Forms.KeyPressEventHandler(this.txtName_KeyPress);
     this.txtName.Leave          += new System.EventHandler(this.txtName_Leave);
     this.txtName.MouseClick     += new System.Windows.Forms.MouseEventHandler(this.txtName_MouseClick);
     //
     // ultraLabel1
     //
     appearance16.TextHAlignAsString = "Right";
     appearance16.TextVAlignAsString = "Middle";
     this.ultraLabel1.Appearance     = appearance16;
     this.ultraLabel1.Font           = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ultraLabel1.Location       = new System.Drawing.Point(31, 89);
     this.ultraLabel1.Name           = "ultraLabel1";
     this.ultraLabel1.Size           = new System.Drawing.Size(118, 21);
     this.ultraLabel1.TabIndex       = 21;
     this.ultraLabel1.Text           = "Name :";
     //
     // ultraLabel2
     //
     appearance15.TextHAlignAsString = "Right";
     appearance15.TextVAlignAsString = "Middle";
     this.ultraLabel2.Appearance     = appearance15;
     this.ultraLabel2.Font           = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ultraLabel2.Location       = new System.Drawing.Point(31, 149);
     this.ultraLabel2.Name           = "ultraLabel2";
     this.ultraLabel2.Size           = new System.Drawing.Size(118, 21);
     this.ultraLabel2.TabIndex       = 23;
     this.ultraLabel2.Text           = "Under :";
     //
     // optType
     //
     appearance43.FontData.BoldAsString = "True";
     appearance43.FontData.SizeInPoints = 8F;
     this.optType.Appearance            = appearance43;
     this.optType.BorderStyle           = Infragistics.Win.UIElementBorderStyle.None;
     this.optType.CheckedIndex          = 0;
     valueListItem1.DataValue           = "G";
     valueListItem1.DisplayText         = "Group     ";
     valueListItem2.DataValue           = "L";
     valueListItem2.DisplayText         = "End Group";
     this.optType.Items.AddRange(new Infragistics.Win.ValueListItem[] {
         valueListItem1,
         valueListItem2
     });
     this.optType.Location      = new System.Drawing.Point(156, 33);
     this.optType.Name          = "optType";
     this.optType.Size          = new System.Drawing.Size(155, 21);
     this.optType.TabIndex      = 0;
     this.optType.Tag           = "G";
     this.optType.Text          = "Group     ";
     this.optType.ValueChanged += new System.EventHandler(this.optType_ValueChanged);
     this.optType.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.optType_KeyDown);
     //
     // cboUnder
     //
     this.cboUnder.AutoSize    = false;
     this.cboUnder.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
     this.cboUnder.CheckedListSettings.CheckStateMember = "";
     appearance44.BackColor   = System.Drawing.SystemColors.Window;
     appearance44.BorderColor = System.Drawing.SystemColors.InactiveCaption;
     this.cboUnder.DisplayLayout.Appearance     = appearance44;
     this.cboUnder.DisplayLayout.BorderStyle    = Infragistics.Win.UIElementBorderStyle.Solid;
     this.cboUnder.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
     appearance32.BackColor         = System.Drawing.SystemColors.ActiveBorder;
     appearance32.BackColor2        = System.Drawing.SystemColors.ControlDark;
     appearance32.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance32.BorderColor       = System.Drawing.SystemColors.Window;
     this.cboUnder.DisplayLayout.GroupByBox.Appearance = appearance32;
     appearance33.ForeColor = System.Drawing.SystemColors.GrayText;
     this.cboUnder.DisplayLayout.GroupByBox.BandLabelAppearance = appearance33;
     this.cboUnder.DisplayLayout.GroupByBox.BorderStyle         = Infragistics.Win.UIElementBorderStyle.Solid;
     appearance34.BackColor         = System.Drawing.SystemColors.ControlLightLight;
     appearance34.BackColor2        = System.Drawing.SystemColors.Control;
     appearance34.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
     appearance34.ForeColor         = System.Drawing.SystemColors.GrayText;
     this.cboUnder.DisplayLayout.GroupByBox.PromptAppearance = appearance34;
     this.cboUnder.DisplayLayout.MaxColScrollRegions         = 1;
     this.cboUnder.DisplayLayout.MaxRowScrollRegions         = 1;
     appearance35.BackColor = System.Drawing.SystemColors.Window;
     appearance35.ForeColor = System.Drawing.SystemColors.ControlText;
     this.cboUnder.DisplayLayout.Override.ActiveCellAppearance = appearance35;
     appearance36.BackColor = System.Drawing.SystemColors.Highlight;
     appearance36.ForeColor = System.Drawing.SystemColors.HighlightText;
     this.cboUnder.DisplayLayout.Override.ActiveRowAppearance = appearance36;
     this.cboUnder.DisplayLayout.Override.BorderStyleCell     = Infragistics.Win.UIElementBorderStyle.Dotted;
     this.cboUnder.DisplayLayout.Override.BorderStyleRow      = Infragistics.Win.UIElementBorderStyle.Dotted;
     appearance37.BackColor = System.Drawing.SystemColors.Window;
     this.cboUnder.DisplayLayout.Override.CardAreaAppearance = appearance37;
     appearance38.BorderColor  = System.Drawing.Color.Silver;
     appearance38.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
     this.cboUnder.DisplayLayout.Override.CellAppearance  = appearance38;
     this.cboUnder.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.cboUnder.DisplayLayout.Override.CellPadding     = 0;
     appearance39.BackColor             = System.Drawing.SystemColors.Control;
     appearance39.BackColor2            = System.Drawing.SystemColors.ControlDark;
     appearance39.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
     appearance39.BackGradientStyle     = Infragistics.Win.GradientStyle.Horizontal;
     appearance39.BorderColor           = System.Drawing.SystemColors.Window;
     this.cboUnder.DisplayLayout.Override.GroupByRowAppearance = appearance39;
     appearance40.TextHAlignAsString = "Left";
     this.cboUnder.DisplayLayout.Override.HeaderAppearance  = appearance40;
     this.cboUnder.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.cboUnder.DisplayLayout.Override.HeaderStyle       = Infragistics.Win.HeaderStyle.WindowsXPCommand;
     appearance41.BackColor   = System.Drawing.SystemColors.Window;
     appearance41.BorderColor = System.Drawing.Color.Silver;
     this.cboUnder.DisplayLayout.Override.RowAppearance = appearance41;
     this.cboUnder.DisplayLayout.Override.RowSelectors  = Infragistics.Win.DefaultableBoolean.False;
     appearance42.BackColor = System.Drawing.SystemColors.ControlLight;
     this.cboUnder.DisplayLayout.Override.TemplateAddRowAppearance = appearance42;
     this.cboUnder.DisplayLayout.ScrollBounds  = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.cboUnder.DisplayLayout.ScrollStyle   = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.cboUnder.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
     this.cboUnder.EditAreaDisplayStyle        = Infragistics.Win.UltraWinGrid.EditAreaDisplayStyle.DisplayText;
     this.cboUnder.Font     = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cboUnder.Location = new System.Drawing.Point(156, 147);
     this.cboUnder.Name     = "cboUnder";
     this.cboUnder.PreferredDropDownSize = new System.Drawing.Size(0, 0);
     this.cboUnder.Size              = new System.Drawing.Size(291, 24);
     this.cboUnder.TabIndex          = 4;
     this.cboUnder.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.cboUnder_InitializeLayout);
     this.cboUnder.KeyDown          += new System.Windows.Forms.KeyEventHandler(this.cboUnder_KeyDown);
     this.cboUnder.KeyPress         += new System.Windows.Forms.KeyPressEventHandler(this.cboUnder_KeyPress);
     //
     // ultraLabel5
     //
     appearance19.TextHAlignAsString = "Right";
     appearance19.TextVAlignAsString = "Middle";
     this.ultraLabel5.Appearance     = appearance19;
     this.ultraLabel5.Font           = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ultraLabel5.Location       = new System.Drawing.Point(27, 30);
     this.ultraLabel5.Name           = "ultraLabel5";
     this.ultraLabel5.Size           = new System.Drawing.Size(118, 21);
     this.ultraLabel5.TabIndex       = 30;
     this.ultraLabel5.Text           = "Type";
     //
     // panelBodyMain
     //
     //
     // panelBodyMain.ClientArea
     //
     this.panelBodyMain.ClientArea.Controls.Add(this.ultraLabel3);
     this.panelBodyMain.ClientArea.Controls.Add(this.txtNameShort);
     this.panelBodyMain.ClientArea.Controls.Add(this.ultraLabel6);
     this.panelBodyMain.ClientArea.Controls.Add(this.txtCode);
     this.panelBodyMain.ClientArea.Controls.Add(this.ultraLabel1);
     this.panelBodyMain.ClientArea.Controls.Add(this.txtName);
     this.panelBodyMain.ClientArea.Controls.Add(this.ultraLabel5);
     this.panelBodyMain.ClientArea.Controls.Add(this.ultraLabel2);
     this.panelBodyMain.ClientArea.Controls.Add(this.cboUnder);
     this.panelBodyMain.ClientArea.Controls.Add(this.optType);
     this.panelBodyMain.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelBodyMain.Location = new System.Drawing.Point(617, 158);
     this.panelBodyMain.Name     = "panelBodyMain";
     this.panelBodyMain.Size     = new System.Drawing.Size(504, 205);
     this.panelBodyMain.TabIndex = 0;
     //
     // ultraLabel3
     //
     appearance23.TextHAlignAsString = "Right";
     appearance23.TextVAlignAsString = "Middle";
     this.ultraLabel3.Appearance     = appearance23;
     this.ultraLabel3.Font           = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ultraLabel3.Location       = new System.Drawing.Point(31, 119);
     this.ultraLabel3.Name           = "ultraLabel3";
     this.ultraLabel3.Size           = new System.Drawing.Size(118, 21);
     this.ultraLabel3.TabIndex       = 34;
     this.ultraLabel3.Text           = "Name (Short) :";
     //
     // txtNameShort
     //
     this.txtNameShort.AutoSize        = false;
     this.txtNameShort.BorderStyle     = Infragistics.Win.UIElementBorderStyle.Solid;
     this.txtNameShort.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtNameShort.Font            = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtNameShort.Location        = new System.Drawing.Point(156, 116);
     this.txtNameShort.MaxLength       = 150;
     this.txtNameShort.Name            = "txtNameShort";
     this.txtNameShort.Size            = new System.Drawing.Size(292, 25);
     this.txtNameShort.TabIndex        = 3;
     this.txtNameShort.Enter          += new System.EventHandler(this.txtNameShort_Enter);
     this.txtNameShort.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.txtNameShort_KeyDown);
     this.txtNameShort.KeyPress       += new System.Windows.Forms.KeyPressEventHandler(this.txtNameShort_KeyPress);
     this.txtNameShort.Leave          += new System.EventHandler(this.txtNameShort_Leave);
     this.txtNameShort.MouseClick     += new System.Windows.Forms.MouseEventHandler(this.txtNameShort_MouseClick);
     //
     // ultraLabel6
     //
     appearance14.TextHAlignAsString = "Right";
     appearance14.TextVAlignAsString = "Middle";
     this.ultraLabel6.Appearance     = appearance14;
     this.ultraLabel6.Font           = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ultraLabel6.Location       = new System.Drawing.Point(14, 59);
     this.ultraLabel6.Name           = "ultraLabel6";
     this.ultraLabel6.Size           = new System.Drawing.Size(135, 21);
     this.ultraLabel6.TabIndex       = 32;
     this.ultraLabel6.Text           = "Code :";
     //
     // txtCode
     //
     appearance45.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.txtCode.Appearance  = appearance45;
     this.txtCode.AutoSize    = false;
     this.txtCode.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.txtCode.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
     this.txtCode.Enabled     = false;
     this.txtCode.Font        = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtCode.Location    = new System.Drawing.Point(156, 56);
     this.txtCode.MaxLength   = 30;
     this.txtCode.Name        = "txtCode";
     this.txtCode.Size        = new System.Drawing.Size(292, 25);
     this.txtCode.TabIndex    = 1;
     //
     // panelBodyTop
     //
     this.panelBodyTop.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelBodyTop.Location = new System.Drawing.Point(617, 12);
     this.panelBodyTop.Name     = "panelBodyTop";
     this.panelBodyTop.Size     = new System.Drawing.Size(504, 146);
     this.panelBodyTop.TabIndex = 33;
     //
     // Tree
     //
     this.Tree.Dock         = System.Windows.Forms.DockStyle.Left;
     this.Tree.Font         = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Tree.Location     = new System.Drawing.Point(14, 12);
     this.Tree.Name         = "Tree";
     this.Tree.Size         = new System.Drawing.Size(603, 432);
     this.Tree.TabIndex     = 34;
     this.Tree.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.Tree_AfterSelect);
     this.Tree.DoubleClick += new System.EventHandler(this.Tree_DoubleClick);
     //
     // frmHayInfo
     //
     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(1121, 514);
     this.ControlBox          = false;
     this.Controls.Add(this.panelBodyMain);
     this.Controls.Add(this.panelBodyTop);
     this.Controls.Add(this.Tree);
     this.Controls.Add(this.ultraPanel4);
     this.Controls.Add(this.ultraPanel2);
     this.Controls.Add(this.ultraPanel1);
     this.Controls.Add(this.ultraPanel3);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmHayInfo";
     this.Text            = "Designation Info ...";
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.frmHayInfo_FormClosing);
     this.Load           += new System.EventHandler(this.frmHayInfo_Load);
     this.Resize         += new System.EventHandler(this.frmHayInfo_Resize);
     this.ultraPanel4.ResumeLayout(false);
     this.ultraPanel1.ClientArea.ResumeLayout(false);
     this.ultraPanel1.ResumeLayout(false);
     this.ultraPanel3.ResumeLayout(false);
     this.ultraPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.txtName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.optType)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboUnder)).EndInit();
     this.panelBodyMain.ClientArea.ResumeLayout(false);
     this.panelBodyMain.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.txtNameShort)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCode)).EndInit();
     this.panelBodyTop.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #22
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 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();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     Infragistics.Win.Appearance    appearance8    = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance9    = new Infragistics.Win.Appearance();
     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();
     this.ultraPanel1         = new Infragistics.Win.Misc.UltraPanel();
     this.ultraPanel2         = new Infragistics.Win.Misc.UltraPanel();
     this.btnConsultBranch    = new Infragistics.Win.Misc.UltraButton();
     this.btnRegisterBranch   = new Infragistics.Win.Misc.UltraButton();
     this.pnlBranch           = new Infragistics.Win.Misc.UltraGroupBox();
     this.pnlRegisterBranch   = new Infragistics.Win.Misc.UltraGroupBox();
     this.pnlDataBranch       = new Infragistics.Win.Misc.UltraPanel();
     this.txtShortName        = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel1         = new Infragistics.Win.Misc.UltraLabel();
     this.btnCancel           = new Infragistics.Win.Misc.UltraButton();
     this.btnSave             = new Infragistics.Win.Misc.UltraButton();
     this.cmbState            = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.lbNombreR           = new Infragistics.Win.Misc.UltraLabel();
     this.txtNameBranch       = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.lblEstRama          = new Infragistics.Win.Misc.UltraLabel();
     this.pnlConsulta         = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraGroupBox2      = new Infragistics.Win.Misc.UltraGroupBox();
     this.dataGridView_Branch = new System.Windows.Forms.DataGridView();
     this.ultraGroupBox1      = new Infragistics.Win.Misc.UltraGroupBox();
     this.btnCancelar_cons    = new System.Windows.Forms.Button();
     this.btnConsult          = new System.Windows.Forms.Button();
     this.pnlSearch           = new Infragistics.Win.Misc.UltraGroupBox();
     this.btnSearch           = new System.Windows.Forms.Button();
     this.cmbStated           = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.btnSearchBranch     = new System.Windows.Forms.Button();
     this.cmbSearchBy         = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.txtSearchName       = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.btnModificar        = new Infragistics.Win.Misc.UltraButton();
     this.ultraPanel1.ClientArea.SuspendLayout();
     this.ultraPanel1.SuspendLayout();
     this.ultraPanel2.ClientArea.SuspendLayout();
     this.ultraPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pnlBranch)).BeginInit();
     this.pnlBranch.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pnlRegisterBranch)).BeginInit();
     this.pnlRegisterBranch.SuspendLayout();
     this.pnlDataBranch.ClientArea.SuspendLayout();
     this.pnlDataBranch.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtShortName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbState)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtNameBranch)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlConsulta)).BeginInit();
     this.pnlConsulta.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
     this.ultraGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Branch)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pnlSearch)).BeginInit();
     this.pnlSearch.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbStated)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbSearchBy)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSearchName)).BeginInit();
     this.SuspendLayout();
     //
     // ultraPanel1
     //
     appearance1.ImageBackground = global::SACME.Properties.Resources.fondonew;
     this.ultraPanel1.Appearance = appearance1;
     //
     // ultraPanel1.ClientArea
     //
     this.ultraPanel1.ClientArea.Controls.Add(this.ultraPanel2);
     this.ultraPanel1.ClientArea.Controls.Add(this.pnlBranch);
     this.ultraPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
     this.ultraPanel1.Name     = "ultraPanel1";
     this.ultraPanel1.Size     = new System.Drawing.Size(931, 554);
     this.ultraPanel1.TabIndex = 154;
     //
     // ultraPanel2
     //
     appearance2.BackColor       = System.Drawing.Color.Transparent;
     this.ultraPanel2.Appearance = appearance2;
     //
     // ultraPanel2.ClientArea
     //
     this.ultraPanel2.ClientArea.Controls.Add(this.btnConsultBranch);
     this.ultraPanel2.ClientArea.Controls.Add(this.btnRegisterBranch);
     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, 38);
     this.ultraPanel2.TabIndex = 132;
     //
     // btnConsultBranch
     //
     this.btnConsultBranch.Location = new System.Drawing.Point(466, 4);
     this.btnConsultBranch.Name     = "btnConsultBranch";
     this.btnConsultBranch.Size     = new System.Drawing.Size(461, 29);
     this.btnConsultBranch.TabIndex = 1;
     this.btnConsultBranch.Text     = "Consulta";
     this.btnConsultBranch.Click   += new System.EventHandler(this.btnConsultBranch_Click_1);
     //
     // btnRegisterBranch
     //
     this.btnRegisterBranch.Location = new System.Drawing.Point(3, 4);
     this.btnRegisterBranch.Name     = "btnRegisterBranch";
     this.btnRegisterBranch.Size     = new System.Drawing.Size(468, 29);
     this.btnRegisterBranch.TabIndex = 0;
     this.btnRegisterBranch.Text     = "Registro";
     this.btnRegisterBranch.Click   += new System.EventHandler(this.btnRegisterBranch_Click);
     //
     // pnlBranch
     //
     this.pnlBranch.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)));
     appearance3.BackColor      = System.Drawing.Color.Transparent;
     appearance3.BackColor2     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.pnlBranch.Appearance  = appearance3;
     this.pnlBranch.BorderStyle = Infragistics.Win.Misc.GroupBoxBorderStyle.None;
     this.pnlBranch.Controls.Add(this.pnlRegisterBranch);
     this.pnlBranch.Controls.Add(this.pnlConsulta);
     this.pnlBranch.Location  = new System.Drawing.Point(23, 44);
     this.pnlBranch.Name      = "pnlBranch";
     this.pnlBranch.Size      = new System.Drawing.Size(887, 488);
     this.pnlBranch.TabIndex  = 149;
     this.pnlBranch.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2000;
     //
     // pnlRegisterBranch
     //
     this.pnlRegisterBranch.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)));
     appearance4.BackColor              = System.Drawing.Color.Transparent;
     appearance4.BackColor2             = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     appearance4.ImageBackground        = global::SACME.Properties.Resources.fondorama;
     this.pnlRegisterBranch.Appearance  = appearance4;
     this.pnlRegisterBranch.BorderStyle = Infragistics.Win.Misc.GroupBoxBorderStyle.None;
     this.pnlRegisterBranch.Controls.Add(this.pnlDataBranch);
     this.pnlRegisterBranch.Location = new System.Drawing.Point(63, 54);
     this.pnlRegisterBranch.Name     = "pnlRegisterBranch";
     this.pnlRegisterBranch.Size     = new System.Drawing.Size(716, 388);
     this.pnlRegisterBranch.TabIndex = 153;
     //
     // pnlDataBranch
     //
     appearance5.BackColor          = System.Drawing.Color.White;
     appearance5.BorderColor        = System.Drawing.Color.MidnightBlue;
     this.pnlDataBranch.Appearance  = appearance5;
     this.pnlDataBranch.BorderStyle = Infragistics.Win.UIElementBorderStyle.Etched;
     //
     // pnlDataBranch.ClientArea
     //
     this.pnlDataBranch.ClientArea.Controls.Add(this.txtShortName);
     this.pnlDataBranch.ClientArea.Controls.Add(this.ultraLabel1);
     this.pnlDataBranch.ClientArea.Controls.Add(this.btnCancel);
     this.pnlDataBranch.ClientArea.Controls.Add(this.btnSave);
     this.pnlDataBranch.ClientArea.Controls.Add(this.cmbState);
     this.pnlDataBranch.ClientArea.Controls.Add(this.lbNombreR);
     this.pnlDataBranch.ClientArea.Controls.Add(this.txtNameBranch);
     this.pnlDataBranch.ClientArea.Controls.Add(this.lblEstRama);
     this.pnlDataBranch.Location = new System.Drawing.Point(111, 51);
     this.pnlDataBranch.Name     = "pnlDataBranch";
     this.pnlDataBranch.Size     = new System.Drawing.Size(480, 334);
     this.pnlDataBranch.TabIndex = 150;
     //
     // txtShortName
     //
     this.txtShortName.Location = new System.Drawing.Point(207, 111);
     this.txtShortName.Name     = "txtShortName";
     this.txtShortName.Size     = new System.Drawing.Size(196, 21);
     this.txtShortName.TabIndex = 144;
     //
     // ultraLabel1
     //
     this.ultraLabel1.AutoSize = true;
     this.ultraLabel1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     this.ultraLabel1.Location = new System.Drawing.Point(38, 115);
     this.ultraLabel1.Name     = "ultraLabel1";
     this.ultraLabel1.Size     = new System.Drawing.Size(30, 14);
     this.ultraLabel1.TabIndex = 143;
     this.ultraLabel1.Text     = "Alias";
     //
     // btnCancel
     //
     this.btnCancel.Location = new System.Drawing.Point(251, 260);
     this.btnCancel.Name     = "btnCancel";
     this.btnCancel.Size     = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex = 142;
     this.btnCancel.Text     = "Cancelar";
     this.btnCancel.Click   += new System.EventHandler(this.btnCancel_Click);
     //
     // btnSave
     //
     this.btnSave.Location = new System.Drawing.Point(138, 260);
     this.btnSave.Name     = "btnSave";
     this.btnSave.Size     = new System.Drawing.Size(75, 23);
     this.btnSave.TabIndex = 141;
     this.btnSave.Text     = "Guardar";
     this.btnSave.Click   += new System.EventHandler(this.btnSave_Click);
     //
     // cmbState
     //
     this.cmbState.Location = new System.Drawing.Point(207, 170);
     this.cmbState.Name     = "cmbState";
     this.cmbState.Size     = new System.Drawing.Size(196, 21);
     this.cmbState.TabIndex = 139;
     this.cmbState.Text     = "Seleccione un estado";
     //
     // lbNombreR
     //
     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(38, 63);
     this.lbNombreR.Name     = "lbNombreR";
     this.lbNombreR.Size     = new System.Drawing.Size(103, 14);
     this.lbNombreR.TabIndex = 130;
     this.lbNombreR.Text     = "Nombre Completo:";
     //
     // txtNameBranch
     //
     this.txtNameBranch.Location = new System.Drawing.Point(149, 60);
     this.txtNameBranch.Name     = "txtNameBranch";
     this.txtNameBranch.Size     = new System.Drawing.Size(254, 21);
     this.txtNameBranch.TabIndex = 131;
     //
     // lblEstRama
     //
     this.lblEstRama.AutoSize = true;
     this.lblEstRama.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblEstRama.Location = new System.Drawing.Point(41, 171);
     this.lblEstRama.Name     = "lblEstRama";
     this.lblEstRama.Size     = new System.Drawing.Size(44, 14);
     this.lblEstRama.TabIndex = 132;
     this.lblEstRama.Text     = "Estado:";
     //
     // pnlConsulta
     //
     this.pnlConsulta.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)));
     appearance6.BackColor        = System.Drawing.Color.Gainsboro;
     this.pnlConsulta.Appearance  = appearance6;
     this.pnlConsulta.BorderStyle = Infragistics.Win.Misc.GroupBoxBorderStyle.Rounded;
     this.pnlConsulta.Controls.Add(this.ultraGroupBox2);
     this.pnlConsulta.Controls.Add(this.pnlSearch);
     this.pnlConsulta.Controls.Add(this.btnModificar);
     this.pnlConsulta.Location = new System.Drawing.Point(23, 6);
     this.pnlConsulta.Name     = "pnlConsulta";
     this.pnlConsulta.Size     = new System.Drawing.Size(861, 474);
     this.pnlConsulta.TabIndex = 131;
     this.pnlConsulta.Text     = "Consulta de Rama";
     //
     // ultraGroupBox2
     //
     this.ultraGroupBox2.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)));
     appearance7.BackColor           = System.Drawing.Color.Transparent;
     this.ultraGroupBox2.Appearance  = appearance7;
     this.ultraGroupBox2.BorderStyle = Infragistics.Win.Misc.GroupBoxBorderStyle.Rectangular3D;
     this.ultraGroupBox2.Controls.Add(this.dataGridView_Branch);
     this.ultraGroupBox2.Controls.Add(this.ultraGroupBox1);
     this.ultraGroupBox2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ultraGroupBox2.Location = new System.Drawing.Point(34, 109);
     this.ultraGroupBox2.Name     = "ultraGroupBox2";
     this.ultraGroupBox2.Size     = new System.Drawing.Size(797, 319);
     this.ultraGroupBox2.TabIndex = 156;
     //
     // dataGridView_Branch
     //
     this.dataGridView_Branch.AllowUserToDeleteRows = false;
     this.dataGridView_Branch.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.dataGridView_Branch.AutoSizeColumnsMode      = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
     this.dataGridView_Branch.BackgroundColor          = System.Drawing.SystemColors.ButtonShadow;
     this.dataGridView_Branch.BorderStyle              = System.Windows.Forms.BorderStyle.None;
     this.dataGridView_Branch.CellBorderStyle          = System.Windows.Forms.DataGridViewCellBorderStyle.Sunken;
     this.dataGridView_Branch.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Sunken;
     dataGridViewCellStyle1.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     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_Branch.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.dataGridView_Branch.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView_Branch.GridColor             = System.Drawing.SystemColors.ActiveBorder;
     this.dataGridView_Branch.Location              = new System.Drawing.Point(9, 16);
     this.dataGridView_Branch.Name                  = "dataGridView_Branch";
     this.dataGridView_Branch.ReadOnly              = true;
     this.dataGridView_Branch.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Sunken;
     this.dataGridView_Branch.RowHeadersVisible     = false;
     dataGridViewCellStyle2.Alignment               = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     this.dataGridView_Branch.RowsDefaultCellStyle  = dataGridViewCellStyle2;
     this.dataGridView_Branch.SelectionMode         = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataGridView_Branch.Size                  = new System.Drawing.Size(569, 287);
     this.dataGridView_Branch.TabIndex              = 72;
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     appearance8.BackColor           = System.Drawing.Color.Transparent;
     appearance8.BorderColor         = System.Drawing.Color.Transparent;
     appearance8.BorderColor3DBase   = System.Drawing.SystemColors.GradientInactiveCaption;
     this.ultraGroupBox1.Appearance  = appearance8;
     this.ultraGroupBox1.BorderStyle = Infragistics.Win.Misc.GroupBoxBorderStyle.Rectangular3D;
     this.ultraGroupBox1.Controls.Add(this.btnCancelar_cons);
     this.ultraGroupBox1.Controls.Add(this.btnConsult);
     this.ultraGroupBox1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ultraGroupBox1.Location = new System.Drawing.Point(596, 35);
     this.ultraGroupBox1.Name     = "ultraGroupBox1";
     this.ultraGroupBox1.Size     = new System.Drawing.Size(186, 117);
     this.ultraGroupBox1.TabIndex = 155;
     //
     // btnCancelar_cons
     //
     this.btnCancelar_cons.AutoSize  = true;
     this.btnCancelar_cons.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.btnCancelar_cons.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnCancelar_cons.Location  = new System.Drawing.Point(13, 65);
     this.btnCancelar_cons.Name      = "btnCancelar_cons";
     this.btnCancelar_cons.Size      = new System.Drawing.Size(151, 26);
     this.btnCancelar_cons.TabIndex  = 155;
     this.btnCancelar_cons.Text      = "Cancelar";
     this.btnCancelar_cons.UseVisualStyleBackColor = false;
     this.btnCancelar_cons.Click += new System.EventHandler(this.btnCancelar_cons_Click);
     //
     // btnConsult
     //
     this.btnConsult.AutoSize  = true;
     this.btnConsult.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.btnConsult.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnConsult.Location  = new System.Drawing.Point(14, 25);
     this.btnConsult.Name      = "btnConsult";
     this.btnConsult.Size      = new System.Drawing.Size(151, 26);
     this.btnConsult.TabIndex  = 154;
     this.btnConsult.Text      = "Consulta/Actualizar";
     this.btnConsult.UseVisualStyleBackColor = false;
     this.btnConsult.Click += new System.EventHandler(this.btnConsult_Click);
     //
     // pnlSearch
     //
     this.pnlSearch.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     appearance9.BackColor      = System.Drawing.Color.Transparent;
     this.pnlSearch.Appearance  = appearance9;
     this.pnlSearch.BorderStyle = Infragistics.Win.Misc.GroupBoxBorderStyle.Rectangular3D;
     this.pnlSearch.Controls.Add(this.btnSearch);
     this.pnlSearch.Controls.Add(this.cmbStated);
     this.pnlSearch.Controls.Add(this.btnSearchBranch);
     this.pnlSearch.Controls.Add(this.cmbSearchBy);
     this.pnlSearch.Controls.Add(this.txtSearchName);
     this.pnlSearch.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.pnlSearch.Location = new System.Drawing.Point(113, 19);
     this.pnlSearch.Name     = "pnlSearch";
     this.pnlSearch.Size     = new System.Drawing.Size(663, 61);
     this.pnlSearch.TabIndex = 130;
     this.pnlSearch.Text     = "Buscar Por";
     //
     // btnSearch
     //
     this.btnSearch.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSearch.AutoSize  = true;
     this.btnSearch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.btnSearch.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSearch.Image     = global::SACME.Properties.Resources.MiniSearch;
     this.btnSearch.Location  = new System.Drawing.Point(620, 21);
     this.btnSearch.Name      = "btnSearch";
     this.btnSearch.Size      = new System.Drawing.Size(37, 28);
     this.btnSearch.TabIndex  = 156;
     this.btnSearch.UseVisualStyleBackColor = false;
     this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
     //
     // cmbStated
     //
     this.cmbStated.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
     valueListItem5.DataValue     = "Activado";
     valueListItem6.DataValue     = "Desactivado";
     this.cmbStated.Items.AddRange(new Infragistics.Win.ValueListItem[] {
         valueListItem5,
         valueListItem6
     });
     this.cmbStated.Location      = new System.Drawing.Point(122, 25);
     this.cmbStated.Name          = "cmbStated";
     this.cmbStated.Size          = new System.Drawing.Size(118, 21);
     this.cmbStated.TabIndex      = 132;
     this.cmbStated.ValueChanged += new System.EventHandler(this.cmbStated_ValueChanged);
     //
     // btnSearchBranch
     //
     this.btnSearchBranch.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSearchBranch.Image    = global::SACME.Properties.Resources.MiniSearch;
     this.btnSearchBranch.Location = new System.Drawing.Point(759, 17);
     this.btnSearchBranch.Name     = "btnSearchBranch";
     this.btnSearchBranch.Size     = new System.Drawing.Size(31, 36);
     this.btnSearchBranch.TabIndex = 132;
     this.btnSearchBranch.UseVisualStyleBackColor = true;
     //
     // cmbSearchBy
     //
     this.cmbSearchBy.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
     valueListItem7.DataValue       = "Nombre";
     valueListItem8.DataValue       = "Estado";
     this.cmbSearchBy.Items.AddRange(new Infragistics.Win.ValueListItem[] {
         valueListItem7,
         valueListItem8
     });
     this.cmbSearchBy.Location      = new System.Drawing.Point(20, 25);
     this.cmbSearchBy.Name          = "cmbSearchBy";
     this.cmbSearchBy.Size          = new System.Drawing.Size(96, 21);
     this.cmbSearchBy.TabIndex      = 131;
     this.cmbSearchBy.ValueChanged += new System.EventHandler(this.cmbSearchBy_ValueChanged);
     //
     // txtSearchName
     //
     this.txtSearchName.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.txtSearchName.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtSearchName.Location  = new System.Drawing.Point(246, 27);
     this.txtSearchName.Multiline = true;
     this.txtSearchName.Name      = "txtSearchName";
     this.txtSearchName.Size      = new System.Drawing.Size(367, 20);
     this.txtSearchName.TabIndex  = 30;
     //
     // 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(701, 481);
     this.btnModificar.Name        = "btnModificar";
     this.btnModificar.Size        = new System.Drawing.Size(75, 23);
     this.btnModificar.TabIndex    = 91;
     this.btnModificar.Text        = "Modificar";
     //
     // Form_branch
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.ActiveCaption;
     this.ClientSize          = new System.Drawing.Size(931, 554);
     this.Controls.Add(this.ultraPanel1);
     this.Name          = "Form_branch";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Ramas";
     this.ultraPanel1.ClientArea.ResumeLayout(false);
     this.ultraPanel1.ResumeLayout(false);
     this.ultraPanel2.ClientArea.ResumeLayout(false);
     this.ultraPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pnlBranch)).EndInit();
     this.pnlBranch.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pnlRegisterBranch)).EndInit();
     this.pnlRegisterBranch.ResumeLayout(false);
     this.pnlDataBranch.ClientArea.ResumeLayout(false);
     this.pnlDataBranch.ClientArea.PerformLayout();
     this.pnlDataBranch.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.txtShortName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbState)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtNameBranch)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlConsulta)).EndInit();
     this.pnlConsulta.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
     this.ultraGroupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Branch)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     this.ultraGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pnlSearch)).EndInit();
     this.pnlSearch.ResumeLayout(false);
     this.pnlSearch.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbStated)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbSearchBy)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSearchName)).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.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SceltaContattiUI));
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
            this.tipoMessaggio = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
            this.listaContatti1 = new Gipasoft.Stabili.UI.Library.ListaContatti();
            this.lblRapportino = new Infragistics.Win.Misc.UltraLabel();
            this.emailRapportino = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.btnConferma = new Infragistics.Win.Misc.UltraButton();
            this.reqTipoMessaggio = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.validationSummary1 = new Gipasoft.Windows.Forms.CustomValidation.ValidationSummary(this.components);
            this.customContattiValidator = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.ultraPanel1.ClientArea.SuspendLayout();
            this.ultraPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tipoMessaggio)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emailRapportino)).BeginInit();
            this.SuspendLayout();
            // 
            // 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.ultraPanel1);
            this.splitContainer1.Panel1.Controls.Add(this.listaContatti1);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.lblRapportino);
            this.splitContainer1.Panel2.Controls.Add(this.emailRapportino);
            this.splitContainer1.Panel2.Controls.Add(this.btnConferma);
            this.splitContainer1.Size = new System.Drawing.Size(542, 459);
            this.splitContainer1.SplitterDistance = 420;
            this.splitContainer1.TabIndex = 0;
            // 
            // ultraPanel1
            // 
            // 
            // ultraPanel1.ClientArea
            // 
            this.ultraPanel1.ClientArea.Controls.Add(this.tipoMessaggio);
            this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
            this.ultraPanel1.Name = "ultraPanel1";
            this.ultraPanel1.Size = new System.Drawing.Size(542, 36);
            this.ultraPanel1.TabIndex = 1;
            // 
            // tipoMessaggio
            // 
            this.tipoMessaggio.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
            valueListItem1.DataValue = "Default Item";
            valueListItem1.DisplayText = "Default Item";
            this.tipoMessaggio.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem1});
            this.tipoMessaggio.ItemSpacingHorizontal = 5;
            this.tipoMessaggio.ItemSpacingVertical = 10;
            this.tipoMessaggio.Location = new System.Drawing.Point(12, 3);
            this.tipoMessaggio.Name = "tipoMessaggio";
            this.tipoMessaggio.Size = new System.Drawing.Size(294, 32);
            this.tipoMessaggio.TabIndex = 0;
            // 
            // listaContatti1
            // 
            this.listaContatti1.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.listaContatti1.BackColor = System.Drawing.Color.Transparent;
            this.listaContatti1.Location = new System.Drawing.Point(0, 41);
            this.listaContatti1.Name = "listaContatti1";
            this.listaContatti1.Size = new System.Drawing.Size(542, 381);
            this.listaContatti1.TabIndex = 0;
            // 
            // lblRapportino
            // 
            this.lblRapportino.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.lblRapportino.Location = new System.Drawing.Point(214, 14);
            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.Right)));
            this.emailRapportino.Location = new System.Drawing.Point(283, 10);
            this.emailRapportino.Name = "emailRapportino";
            this.emailRapportino.Size = new System.Drawing.Size(256, 21);
            this.emailRapportino.TabIndex = 1;
            // 
            // btnConferma
            // 
            this.btnConferma.Location = new System.Drawing.Point(3, 9);
            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.btnConferma_Click);
            // 
            // reqTipoMessaggio
            // 
            this.reqTipoMessaggio.ControlToValidate = this.tipoMessaggio;
            this.reqTipoMessaggio.ErrorMessage = "Scegliere un tipo di messaggio";
            this.reqTipoMessaggio.Icon = ((System.Drawing.Icon)(resources.GetObject("reqTipoMessaggio.Icon")));
            // 
            // customContattiValidator
            // 
            this.customContattiValidator.ControlToValidate = this.listaContatti1;
            this.customContattiValidator.ErrorMessage = "Scegliere almeno un contatto";
            this.customContattiValidator.Icon = ((System.Drawing.Icon)(resources.GetObject("customContattiValidator.Icon")));
            this.customContattiValidator.Validating += new Gipasoft.Windows.Forms.CustomValidation.CustomValidator.ValidatingEventHandler(this.customContattiValidator_Validating);
            // 
            // SceltaContattiUI
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(542, 459);
            this.Controls.Add(this.splitContainer1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
            this.Name = "SceltaContattiUI";
            this.Text = "Contatti";
            this.Load += new System.EventHandler(this.SceltaContattiUI_Load);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.Panel2.PerformLayout();
            this.splitContainer1.ResumeLayout(false);
            this.ultraPanel1.ClientArea.ResumeLayout(false);
            this.ultraPanel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.tipoMessaggio)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emailRapportino)).EndInit();
            this.ResumeLayout(false);

        }
Example #24
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    appearance16              = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance17              = new Infragistics.Win.Appearance();
     Infragistics.Win.ValueListItem valueListItem13           = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem14           = new Infragistics.Win.ValueListItem();
     Infragistics.Win.Appearance    appearance18              = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance19              = new Infragistics.Win.Appearance();
     Infragistics.Win.ValueListItem valueListItem15           = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem16           = new Infragistics.Win.ValueListItem();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FSendMetrial));
     Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
     this.groupBox1              = new System.Windows.Forms.GroupBox();
     this.label1                 = new System.Windows.Forms.Label();
     this.edtBufferDate          = new UserControl.UCLabelEdit();
     this.groupBox5              = new System.Windows.Forms.GroupBox();
     this.opsCheckFIFO           = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
     this.groupBox4              = new System.Windows.Forms.GroupBox();
     this.edtMetrialLotNo        = new UserControl.UCLabelEdit();
     this.edtIQCNo               = new UserControl.UCLabelEdit();
     this.edtWorkSeat            = new UserControl.UCLabelEdit();
     this.opsLoadMetrial         = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
     this.edtMoPlanQty           = new UserControl.UCLabelEdit();
     this.edtitemDesc            = new UserControl.UCLabelEdit();
     this.edtMoCode              = new UserControl.UCLabelEdit();
     this.groupBox2              = new System.Windows.Forms.GroupBox();
     this.ucLabelComboxPrinter   = new UserControl.UCLabelCombox();
     this.edtPrint               = new UserControl.UCLabelEdit();
     this.btnPrint               = new UserControl.UCButton();
     this.btnSendMetrial         = new UserControl.UCButton();
     this.btnClear               = new UserControl.UCButton();
     this.ucDateTimeEnd          = new UserControl.UCDatetTime();
     this.edtHeadText            = new UserControl.UCLabelEdit();
     this.ucDateTimeStart        = new UserControl.UCDatetTime();
     this.groupBox3              = new System.Windows.Forms.GroupBox();
     this.ultraGridMetrialDetial = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.opsetCollectObject     = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
     this.chkAll                 = new System.Windows.Forms.CheckBox();
     this.radioButtonSaleImm     = new System.Windows.Forms.RadioButton();
     this.radioButtonSaleDelay   = new System.Windows.Forms.RadioButton();
     this.ucLabelComboxStorageIn = new UserControl.UCLabelCombox();
     this.groupBox1.SuspendLayout();
     this.groupBox5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.opsCheckFIFO)).BeginInit();
     this.groupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.opsLoadMetrial)).BeginInit();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGridMetrialDetial)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.opsetCollectObject)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.edtBufferDate);
     this.groupBox1.Controls.Add(this.groupBox5);
     this.groupBox1.Controls.Add(this.groupBox4);
     this.groupBox1.Controls.Add(this.edtMoPlanQty);
     this.groupBox1.Controls.Add(this.edtitemDesc);
     this.groupBox1.Controls.Add(this.edtMoCode);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(868, 126);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(784, 70);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(17, 12);
     this.label1.TabIndex = 0;
     this.label1.Text     = "天";
     //
     // edtBufferDate
     //
     this.edtBufferDate.AllowEditOnlyChecked = true;
     this.edtBufferDate.Caption         = "缓冲期限";
     this.edtBufferDate.Checked         = false;
     this.edtBufferDate.EditType        = UserControl.EditTypes.Integer;
     this.edtBufferDate.Location        = new System.Drawing.Point(667, 65);
     this.edtBufferDate.MaxLength       = 40;
     this.edtBufferDate.Multiline       = false;
     this.edtBufferDate.Name            = "edtBufferDate";
     this.edtBufferDate.PasswordChar    = '\0';
     this.edtBufferDate.ReadOnly        = false;
     this.edtBufferDate.ShowCheckBox    = false;
     this.edtBufferDate.Size            = new System.Drawing.Size(111, 24);
     this.edtBufferDate.TabIndex        = 22;
     this.edtBufferDate.TabNext         = false;
     this.edtBufferDate.Value           = "0";
     this.edtBufferDate.WidthType       = UserControl.WidthTypes.Tiny;
     this.edtBufferDate.XAlign          = 728;
     this.edtBufferDate.TxtboxKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.edtBufferDate_TxtboxKeyPress);
     //
     // groupBox5
     //
     this.groupBox5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)));
     this.groupBox5.Controls.Add(this.opsCheckFIFO);
     this.groupBox5.Location = new System.Drawing.Point(521, 42);
     this.groupBox5.Name     = "groupBox5";
     this.groupBox5.Size     = new System.Drawing.Size(140, 76);
     this.groupBox5.TabIndex = 21;
     this.groupBox5.TabStop  = false;
     //
     // opsCheckFIFO
     //
     appearance16.FontData.BoldAsString = "False";
     this.opsCheckFIFO.Appearance       = appearance16;
     this.opsCheckFIFO.BorderStyle      = Infragistics.Win.UIElementBorderStyle.None;
     this.opsCheckFIFO.FlatMode         = true;
     this.opsCheckFIFO.ItemAppearance   = appearance17;
     valueListItem13.DataValue          = "0";
     valueListItem13.DisplayText        = "普通FIFO检查";
     valueListItem14.DataValue          = "1";
     valueListItem14.DisplayText        = "按供应商FIFO检查";
     this.opsCheckFIFO.Items.Add(valueListItem13);
     this.opsCheckFIFO.Items.Add(valueListItem14);
     this.opsCheckFIFO.ItemSpacingVertical = 10;
     this.opsCheckFIFO.Location            = new System.Drawing.Point(6, 17);
     this.opsCheckFIFO.Name          = "opsCheckFIFO";
     this.opsCheckFIFO.Size          = new System.Drawing.Size(128, 45);
     this.opsCheckFIFO.TabIndex      = 3;
     this.opsCheckFIFO.ValueChanged += new System.EventHandler(this.opsCheckFIFO_ValueChanged);
     //
     // groupBox4
     //
     this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)));
     this.groupBox4.Controls.Add(this.edtMetrialLotNo);
     this.groupBox4.Controls.Add(this.edtIQCNo);
     this.groupBox4.Controls.Add(this.edtWorkSeat);
     this.groupBox4.Controls.Add(this.opsLoadMetrial);
     this.groupBox4.Location = new System.Drawing.Point(12, 42);
     this.groupBox4.Name     = "groupBox4";
     this.groupBox4.Size     = new System.Drawing.Size(494, 76);
     this.groupBox4.TabIndex = 20;
     this.groupBox4.TabStop  = false;
     //
     // edtMetrialLotNo
     //
     this.edtMetrialLotNo.AllowEditOnlyChecked = true;
     this.edtMetrialLotNo.Caption         = "";
     this.edtMetrialLotNo.Checked         = false;
     this.edtMetrialLotNo.EditType        = UserControl.EditTypes.String;
     this.edtMetrialLotNo.Location        = new System.Drawing.Point(74, 46);
     this.edtMetrialLotNo.MaxLength       = 40;
     this.edtMetrialLotNo.Multiline       = false;
     this.edtMetrialLotNo.Name            = "edtMetrialLotNo";
     this.edtMetrialLotNo.PasswordChar    = '\0';
     this.edtMetrialLotNo.ReadOnly        = false;
     this.edtMetrialLotNo.ShowCheckBox    = false;
     this.edtMetrialLotNo.Size            = new System.Drawing.Size(408, 24);
     this.edtMetrialLotNo.TabIndex        = 22;
     this.edtMetrialLotNo.TabNext         = false;
     this.edtMetrialLotNo.Value           = "";
     this.edtMetrialLotNo.WidthType       = UserControl.WidthTypes.TooLong;
     this.edtMetrialLotNo.XAlign          = 82;
     this.edtMetrialLotNo.TxtboxKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.edtMetrialLotNo_TxtboxKeyPress);
     //
     // edtIQCNo
     //
     this.edtIQCNo.AllowEditOnlyChecked = true;
     this.edtIQCNo.Caption         = "IQC单号";
     this.edtIQCNo.Checked         = false;
     this.edtIQCNo.EditType        = UserControl.EditTypes.String;
     this.edtIQCNo.Location        = new System.Drawing.Point(227, 16);
     this.edtIQCNo.MaxLength       = 40;
     this.edtIQCNo.Multiline       = false;
     this.edtIQCNo.Name            = "edtIQCNo";
     this.edtIQCNo.PasswordChar    = '\0';
     this.edtIQCNo.ReadOnly        = false;
     this.edtIQCNo.ShowCheckBox    = false;
     this.edtIQCNo.Size            = new System.Drawing.Size(255, 24);
     this.edtIQCNo.TabIndex        = 20;
     this.edtIQCNo.TabNext         = false;
     this.edtIQCNo.Value           = "";
     this.edtIQCNo.WidthType       = UserControl.WidthTypes.Long;
     this.edtIQCNo.XAlign          = 282;
     this.edtIQCNo.TxtboxKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.edtIQCNo_TxtboxKeyPress);
     //
     // edtWorkSeat
     //
     this.edtWorkSeat.AllowEditOnlyChecked = true;
     this.edtWorkSeat.Caption         = "";
     this.edtWorkSeat.Checked         = false;
     this.edtWorkSeat.EditType        = UserControl.EditTypes.String;
     this.edtWorkSeat.Location        = new System.Drawing.Point(74, 16);
     this.edtWorkSeat.MaxLength       = 40;
     this.edtWorkSeat.Multiline       = false;
     this.edtWorkSeat.Name            = "edtWorkSeat";
     this.edtWorkSeat.PasswordChar    = '\0';
     this.edtWorkSeat.ReadOnly        = false;
     this.edtWorkSeat.ShowCheckBox    = false;
     this.edtWorkSeat.Size            = new System.Drawing.Size(108, 24);
     this.edtWorkSeat.TabIndex        = 19;
     this.edtWorkSeat.TabNext         = false;
     this.edtWorkSeat.Value           = "";
     this.edtWorkSeat.WidthType       = UserControl.WidthTypes.Small;
     this.edtWorkSeat.XAlign          = 82;
     this.edtWorkSeat.TxtboxKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.edtWorkSeat_TxtboxKeyPress);
     //
     // opsLoadMetrial
     //
     appearance18.FontData.BoldAsString = "False";
     this.opsLoadMetrial.Appearance     = appearance18;
     this.opsLoadMetrial.BorderStyle    = Infragistics.Win.UIElementBorderStyle.None;
     this.opsLoadMetrial.FlatMode       = true;
     this.opsLoadMetrial.ItemAppearance = appearance19;
     valueListItem15.DataValue          = "0";
     valueListItem15.DisplayText        = "工位";
     valueListItem16.DataValue          = "1";
     valueListItem16.DisplayText        = "物料批号";
     this.opsLoadMetrial.Items.Add(valueListItem15);
     this.opsLoadMetrial.Items.Add(valueListItem16);
     this.opsLoadMetrial.ItemSpacingVertical = 10;
     this.opsLoadMetrial.Location            = new System.Drawing.Point(6, 15);
     this.opsLoadMetrial.Name          = "opsLoadMetrial";
     this.opsLoadMetrial.Size          = new System.Drawing.Size(72, 50);
     this.opsLoadMetrial.TabIndex      = 2;
     this.opsLoadMetrial.ValueChanged += new System.EventHandler(this.opsLoadMetrial_ValueChanged);
     //
     // edtMoPlanQty
     //
     this.edtMoPlanQty.AllowEditOnlyChecked = true;
     this.edtMoPlanQty.Caption         = "发料套数";
     this.edtMoPlanQty.Checked         = false;
     this.edtMoPlanQty.EditType        = UserControl.EditTypes.Integer;
     this.edtMoPlanQty.Location        = new System.Drawing.Point(667, 12);
     this.edtMoPlanQty.MaxLength       = 8;
     this.edtMoPlanQty.Multiline       = false;
     this.edtMoPlanQty.Name            = "edtMoPlanQty";
     this.edtMoPlanQty.PasswordChar    = '\0';
     this.edtMoPlanQty.ReadOnly        = false;
     this.edtMoPlanQty.ShowCheckBox    = false;
     this.edtMoPlanQty.Size            = new System.Drawing.Size(111, 24);
     this.edtMoPlanQty.TabIndex        = 19;
     this.edtMoPlanQty.TabNext         = false;
     this.edtMoPlanQty.Value           = "";
     this.edtMoPlanQty.WidthType       = UserControl.WidthTypes.Tiny;
     this.edtMoPlanQty.XAlign          = 728;
     this.edtMoPlanQty.TxtboxKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.edtMoPlanQty_TxtboxKeyPress);
     //
     // edtitemDesc
     //
     this.edtitemDesc.AllowEditOnlyChecked = true;
     this.edtitemDesc.Caption      = "";
     this.edtitemDesc.Checked      = false;
     this.edtitemDesc.EditType     = UserControl.EditTypes.String;
     this.edtitemDesc.Enabled      = false;
     this.edtitemDesc.Location     = new System.Drawing.Point(222, 11);
     this.edtitemDesc.MaxLength    = 40;
     this.edtitemDesc.Multiline    = false;
     this.edtitemDesc.Name         = "edtitemDesc";
     this.edtitemDesc.PasswordChar = '\0';
     this.edtitemDesc.ReadOnly     = false;
     this.edtitemDesc.ShowCheckBox = false;
     this.edtitemDesc.Size         = new System.Drawing.Size(408, 24);
     this.edtitemDesc.TabIndex     = 18;
     this.edtitemDesc.TabNext      = false;
     this.edtitemDesc.Value        = "";
     this.edtitemDesc.WidthType    = UserControl.WidthTypes.TooLong;
     this.edtitemDesc.XAlign       = 230;
     //
     // edtMoCode
     //
     this.edtMoCode.AllowEditOnlyChecked = true;
     this.edtMoCode.Caption           = "工单号码";
     this.edtMoCode.Checked           = false;
     this.edtMoCode.EditType          = UserControl.EditTypes.String;
     this.edtMoCode.Location          = new System.Drawing.Point(12, 12);
     this.edtMoCode.MaxLength         = 40;
     this.edtMoCode.Multiline         = false;
     this.edtMoCode.Name              = "edtMoCode";
     this.edtMoCode.PasswordChar      = '\0';
     this.edtMoCode.ReadOnly          = false;
     this.edtMoCode.ShowCheckBox      = false;
     this.edtMoCode.Size              = new System.Drawing.Size(194, 24);
     this.edtMoCode.TabIndex          = 17;
     this.edtMoCode.TabNext           = false;
     this.edtMoCode.Value             = "";
     this.edtMoCode.WidthType         = UserControl.WidthTypes.Normal;
     this.edtMoCode.XAlign            = 73;
     this.edtMoCode.TxtboxKeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.edtMoCode_TxtboxKeyPress);
     this.edtMoCode.InnerTextChanged += new System.EventHandler(this.edtMoCode_InnerTextChanged);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.ucLabelComboxStorageIn);
     this.groupBox2.Controls.Add(this.radioButtonSaleDelay);
     this.groupBox2.Controls.Add(this.radioButtonSaleImm);
     this.groupBox2.Controls.Add(this.ucLabelComboxPrinter);
     this.groupBox2.Controls.Add(this.edtPrint);
     this.groupBox2.Controls.Add(this.btnPrint);
     this.groupBox2.Controls.Add(this.btnSendMetrial);
     this.groupBox2.Controls.Add(this.btnClear);
     this.groupBox2.Controls.Add(this.ucDateTimeEnd);
     this.groupBox2.Controls.Add(this.edtHeadText);
     this.groupBox2.Controls.Add(this.ucDateTimeStart);
     this.groupBox2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.groupBox2.Location = new System.Drawing.Point(0, 453);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(868, 105);
     this.groupBox2.TabIndex = 1;
     this.groupBox2.TabStop  = false;
     //
     // ucLabelComboxPrinter
     //
     this.ucLabelComboxPrinter.AllowEditOnlyChecked = true;
     this.ucLabelComboxPrinter.Caption       = "打印机";
     this.ucLabelComboxPrinter.Checked       = false;
     this.ucLabelComboxPrinter.Location      = new System.Drawing.Point(381, 16);
     this.ucLabelComboxPrinter.Name          = "ucLabelComboxPrinter";
     this.ucLabelComboxPrinter.SelectedIndex = -1;
     this.ucLabelComboxPrinter.ShowCheckBox  = false;
     this.ucLabelComboxPrinter.Size          = new System.Drawing.Size(249, 24);
     this.ucLabelComboxPrinter.TabIndex      = 26;
     this.ucLabelComboxPrinter.WidthType     = UserControl.WidthTypes.Long;
     this.ucLabelComboxPrinter.XAlign        = 430;
     //
     // edtPrint
     //
     this.edtPrint.AllowEditOnlyChecked = true;
     this.edtPrint.Caption      = "打印数量";
     this.edtPrint.Checked      = false;
     this.edtPrint.EditType     = UserControl.EditTypes.Integer;
     this.edtPrint.Location     = new System.Drawing.Point(372, 71);
     this.edtPrint.MaxLength    = 40;
     this.edtPrint.Multiline    = false;
     this.edtPrint.Name         = "edtPrint";
     this.edtPrint.PasswordChar = '\0';
     this.edtPrint.ReadOnly     = false;
     this.edtPrint.ShowCheckBox = false;
     this.edtPrint.Size         = new System.Drawing.Size(111, 24);
     this.edtPrint.TabIndex     = 25;
     this.edtPrint.TabNext      = false;
     this.edtPrint.Value        = "1";
     this.edtPrint.WidthType    = UserControl.WidthTypes.Tiny;
     this.edtPrint.XAlign       = 433;
     //
     // btnPrint
     //
     this.btnPrint.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnPrint.BackColor       = System.Drawing.SystemColors.Control;
     this.btnPrint.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnPrint.BackgroundImage")));
     this.btnPrint.ButtonType      = UserControl.ButtonTypes.None;
     this.btnPrint.Caption         = "打印";
     this.btnPrint.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.btnPrint.Location        = new System.Drawing.Point(539, 70);
     this.btnPrint.Name            = "btnPrint";
     this.btnPrint.Size            = new System.Drawing.Size(88, 22);
     this.btnPrint.TabIndex        = 24;
     this.btnPrint.Click          += new System.EventHandler(this.btnPrint_Click);
     //
     // btnSendMetrial
     //
     this.btnSendMetrial.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnSendMetrial.BackColor       = System.Drawing.SystemColors.Control;
     this.btnSendMetrial.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSendMetrial.BackgroundImage")));
     this.btnSendMetrial.ButtonType      = UserControl.ButtonTypes.None;
     this.btnSendMetrial.Caption         = "发料";
     this.btnSendMetrial.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.btnSendMetrial.Location        = new System.Drawing.Point(251, 70);
     this.btnSendMetrial.Name            = "btnSendMetrial";
     this.btnSendMetrial.Size            = new System.Drawing.Size(88, 22);
     this.btnSendMetrial.TabIndex        = 23;
     this.btnSendMetrial.Click          += new System.EventHandler(this.btnSendMetrial_Click);
     //
     // btnClear
     //
     this.btnClear.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnClear.BackColor       = System.Drawing.SystemColors.Control;
     this.btnClear.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClear.BackgroundImage")));
     this.btnClear.ButtonType      = UserControl.ButtonTypes.None;
     this.btnClear.Caption         = "清空";
     this.btnClear.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.btnClear.Location        = new System.Drawing.Point(109, 70);
     this.btnClear.Name            = "btnClear";
     this.btnClear.Size            = new System.Drawing.Size(88, 22);
     this.btnClear.TabIndex        = 22;
     this.btnClear.Click          += new System.EventHandler(this.btnClear_Click);
     //
     // ucDateTimeEnd
     //
     this.ucDateTimeEnd.Caption  = "凭证时间";
     this.ucDateTimeEnd.Location = new System.Drawing.Point(12, 43);
     this.ucDateTimeEnd.Name     = "ucDateTimeEnd";
     this.ucDateTimeEnd.ShowType = UserControl.DateTimeTypes.Date;
     this.ucDateTimeEnd.Size     = new System.Drawing.Size(149, 21);
     this.ucDateTimeEnd.TabIndex = 20;
     this.ucDateTimeEnd.Value    = new System.DateTime(2009, 2, 27, 0, 0, 0, 0);
     this.ucDateTimeEnd.XAlign   = 73;
     //
     // edtHeadText
     //
     this.edtHeadText.AllowEditOnlyChecked = true;
     this.edtHeadText.Caption      = "抬头文本";
     this.edtHeadText.Checked      = false;
     this.edtHeadText.EditType     = UserControl.EditTypes.String;
     this.edtHeadText.Location     = new System.Drawing.Point(170, 43);
     this.edtHeadText.MaxLength    = 1000;
     this.edtHeadText.Multiline    = false;
     this.edtHeadText.Name         = "edtHeadText";
     this.edtHeadText.PasswordChar = '\0';
     this.edtHeadText.ReadOnly     = false;
     this.edtHeadText.ShowCheckBox = false;
     this.edtHeadText.Size         = new System.Drawing.Size(194, 24);
     this.edtHeadText.TabIndex     = 21;
     this.edtHeadText.TabNext      = false;
     this.edtHeadText.Value        = "";
     this.edtHeadText.WidthType    = UserControl.WidthTypes.Normal;
     this.edtHeadText.XAlign       = 231;
     //
     // ucDateTimeStart
     //
     this.ucDateTimeStart.Caption  = "记账时间";
     this.ucDateTimeStart.Location = new System.Drawing.Point(12, 16);
     this.ucDateTimeStart.Name     = "ucDateTimeStart";
     this.ucDateTimeStart.ShowType = UserControl.DateTimeTypes.Date;
     this.ucDateTimeStart.Size     = new System.Drawing.Size(149, 21);
     this.ucDateTimeStart.TabIndex = 19;
     this.ucDateTimeStart.Value    = new System.DateTime(2009, 2, 27, 0, 0, 0, 0);
     this.ucDateTimeStart.XAlign   = 73;
     //
     // groupBox3
     //
     this.groupBox3.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.groupBox3.Controls.Add(this.ultraGridMetrialDetial);
     this.groupBox3.Location = new System.Drawing.Point(0, 132);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(868, 298);
     this.groupBox3.TabIndex = 2;
     this.groupBox3.TabStop  = false;
     //
     // ultraGridMetrialDetial
     //
     this.ultraGridMetrialDetial.AccessibleRole    = System.Windows.Forms.AccessibleRole.None;
     this.ultraGridMetrialDetial.Cursor            = System.Windows.Forms.Cursors.Default;
     this.ultraGridMetrialDetial.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.ultraGridMetrialDetial.Location          = new System.Drawing.Point(3, 17);
     this.ultraGridMetrialDetial.Name              = "ultraGridMetrialDetial";
     this.ultraGridMetrialDetial.Size              = new System.Drawing.Size(862, 278);
     this.ultraGridMetrialDetial.TabIndex          = 0;
     this.ultraGridMetrialDetial.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.ultraGridMetrialDetial_InitializeLayout);
     //
     // opsetCollectObject
     //
     this.opsetCollectObject.ItemAppearance = appearance20;
     this.opsetCollectObject.Location       = new System.Drawing.Point(0, 0);
     this.opsetCollectObject.Name           = "opsetCollectObject";
     this.opsetCollectObject.Size           = new System.Drawing.Size(96, 32);
     this.opsetCollectObject.TabIndex       = 0;
     //
     // chkAll
     //
     this.chkAll.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.chkAll.AutoSize = true;
     this.chkAll.Location = new System.Drawing.Point(12, 437);
     this.chkAll.Name     = "chkAll";
     this.chkAll.Size     = new System.Drawing.Size(48, 16);
     this.chkAll.TabIndex = 172;
     this.chkAll.Text     = "全选";
     this.chkAll.UseVisualStyleBackColor = true;
     this.chkAll.CheckedChanged         += new System.EventHandler(this.chkAll_CheckedChanged);
     //
     // radioButtonSaleImm
     //
     this.radioButtonSaleImm.AutoSize = true;
     this.radioButtonSaleImm.Location = new System.Drawing.Point(381, 43);
     this.radioButtonSaleImm.Name     = "radioButtonSaleImm";
     this.radioButtonSaleImm.Size     = new System.Drawing.Size(47, 16);
     this.radioButtonSaleImm.TabIndex = 27;
     this.radioButtonSaleImm.Text     = "即售";
     this.radioButtonSaleImm.UseVisualStyleBackColor = true;
     //
     // radioButtonSaleDelay
     //
     this.radioButtonSaleDelay.AutoSize = true;
     this.radioButtonSaleDelay.Checked  = true;
     this.radioButtonSaleDelay.Location = new System.Drawing.Point(447, 43);
     this.radioButtonSaleDelay.Name     = "radioButtonSaleDelay";
     this.radioButtonSaleDelay.Size     = new System.Drawing.Size(59, 16);
     this.radioButtonSaleDelay.TabIndex = 28;
     this.radioButtonSaleDelay.TabStop  = true;
     this.radioButtonSaleDelay.Text     = "非即售";
     this.radioButtonSaleDelay.UseVisualStyleBackColor = true;
     //
     // ucLabelComboxStorageIn
     //
     this.ucLabelComboxStorageIn.AllowEditOnlyChecked = true;
     this.ucLabelComboxStorageIn.Caption       = "收货地点";
     this.ucLabelComboxStorageIn.Checked       = false;
     this.ucLabelComboxStorageIn.Location      = new System.Drawing.Point(170, 16);
     this.ucLabelComboxStorageIn.Name          = "ucLabelComboxStorageIn";
     this.ucLabelComboxStorageIn.SelectedIndex = -1;
     this.ucLabelComboxStorageIn.ShowCheckBox  = false;
     this.ucLabelComboxStorageIn.Size          = new System.Drawing.Size(194, 23);
     this.ucLabelComboxStorageIn.TabIndex      = 29;
     this.ucLabelComboxStorageIn.WidthType     = UserControl.WidthTypes.Normal;
     this.ucLabelComboxStorageIn.XAlign        = 231;
     //
     // FSendMetrial
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.Gainsboro;
     this.ClientSize          = new System.Drawing.Size(868, 558);
     this.Controls.Add(this.chkAll);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Name  = "FSendMetrial";
     this.Text  = "发料";
     this.Load += new System.EventHandler(this.FSendMetrial_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.opsCheckFIFO)).EndInit();
     this.groupBox4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.opsLoadMetrial)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGridMetrialDetial)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.opsetCollectObject)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary>
        /// Обязательный метод для поддержки конструктора - не изменяйте
        /// содержимое данного метода при помощи редактора кода.
        /// </summary>
        private void InitializeComponent()
        {
            Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem7 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem8 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem9 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem17 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem19 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem20 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem21 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem22 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem23 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem24 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem25 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem10 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem11 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem12 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem13 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem14 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem15 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem16 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem18 = new Infragistics.Win.ValueListItem();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraComboEditor1 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.ultraTrackBar1 = new Infragistics.Win.UltraWinEditors.UltraTrackBar();
            this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
            this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraComboEditor3 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraComboEditor2 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
            this.ultraTextEditor1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraTextEditor2 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraButton2 = new Infragistics.Win.Misc.UltraButton();
            this.label1 = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTrackBar1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
            this.ultraGroupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).BeginInit();
            this.SuspendLayout();
            // 
            // ultraLabel1
            // 
            this.ultraLabel1.Location = new System.Drawing.Point(408, 22);
            this.ultraLabel1.Name = "ultraLabel1";
            this.ultraLabel1.Size = new System.Drawing.Size(61, 17);
            this.ultraLabel1.TabIndex = 1;
            this.ultraLabel1.Text = "Мощность";
            // 
            // ultraComboEditor1
            // 
            this.ultraComboEditor1.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            valueListItem1.DataValue = "ValueListItem0";
            valueListItem1.DisplayText = "COM1";
            valueListItem2.DataValue = "ValueListItem1";
            valueListItem2.DisplayText = "COM2";
            valueListItem3.CheckState = System.Windows.Forms.CheckState.Checked;
            valueListItem3.DataValue = "ValueListItem2";
            valueListItem3.DisplayText = "COM3";
            valueListItem4.DataValue = "ValueListItem3";
            valueListItem4.DisplayText = "COM4";
            valueListItem5.DataValue = "ValueListItem4";
            valueListItem5.DisplayText = "COM5";
            valueListItem6.DataValue = "ValueListItem5";
            valueListItem6.DisplayText = "COM6";
            valueListItem7.DataValue = "ValueListItem6";
            valueListItem7.DisplayText = "COM7";
            valueListItem8.DataValue = "ValueListItem7";
            valueListItem8.DisplayText = "COM8";
            valueListItem9.DataValue = "ValueListItem8";
            valueListItem9.DisplayText = "COM9";
            this.ultraComboEditor1.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem1,
            valueListItem2,
            valueListItem3,
            valueListItem4,
            valueListItem5,
            valueListItem6,
            valueListItem7,
            valueListItem8,
            valueListItem9});
            this.ultraComboEditor1.Location = new System.Drawing.Point(10, 41);
            this.ultraComboEditor1.Name = "ultraComboEditor1";
            this.ultraComboEditor1.Size = new System.Drawing.Size(113, 21);
            this.ultraComboEditor1.TabIndex = 2;
            // 
            // ultraTrackBar1
            // 
            this.ultraTrackBar1.Location = new System.Drawing.Point(408, 41);
            this.ultraTrackBar1.MaxValue = 30;
            this.ultraTrackBar1.MinValue = 1;
            this.ultraTrackBar1.Name = "ultraTrackBar1";
            this.ultraTrackBar1.Size = new System.Drawing.Size(169, 29);
            this.ultraTrackBar1.TabIndex = 4;
            this.ultraTrackBar1.Value = 10;
            this.ultraTrackBar1.ValueObject = 10;
            this.ultraTrackBar1.ValueChanged += new System.EventHandler(this.ultraTrackBar1_ValueChanged);
            // 
            // ultraGroupBox1
            // 
            this.ultraGroupBox1.Controls.Add(this.ultraLabel5);
            this.ultraGroupBox1.Controls.Add(this.ultraLabel4);
            this.ultraGroupBox1.Controls.Add(this.ultraComboEditor3);
            this.ultraGroupBox1.Controls.Add(this.ultraLabel3);
            this.ultraGroupBox1.Controls.Add(this.ultraComboEditor2);
            this.ultraGroupBox1.Controls.Add(this.ultraLabel2);
            this.ultraGroupBox1.Controls.Add(this.ultraTrackBar1);
            this.ultraGroupBox1.Controls.Add(this.ultraLabel1);
            this.ultraGroupBox1.Controls.Add(this.ultraComboEditor1);
            this.ultraGroupBox1.Location = new System.Drawing.Point(12, 12);
            this.ultraGroupBox1.Name = "ultraGroupBox1";
            this.ultraGroupBox1.Size = new System.Drawing.Size(585, 82);
            this.ultraGroupBox1.TabIndex = 6;
            this.ultraGroupBox1.Text = "Настройки";
            // 
            // ultraLabel5
            // 
            this.ultraLabel5.Location = new System.Drawing.Point(523, 22);
            this.ultraLabel5.Name = "ultraLabel5";
            this.ultraLabel5.Size = new System.Drawing.Size(58, 17);
            this.ultraLabel5.TabIndex = 10;
            this.ultraLabel5.Text = "(10 дБм)";
            // 
            // ultraLabel4
            // 
            this.ultraLabel4.Location = new System.Drawing.Point(271, 22);
            this.ultraLabel4.Name = "ultraLabel4";
            this.ultraLabel4.Size = new System.Drawing.Size(113, 17);
            this.ultraLabel4.TabIndex = 9;
            this.ultraLabel4.Text = "Кол-во секторов:";
            // 
            // ultraComboEditor3
            // 
            this.ultraComboEditor3.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            valueListItem17.DataValue = "ValueListItem0";
            valueListItem17.DisplayText = "1";
            valueListItem19.DataValue = "ValueListItem1";
            valueListItem19.DisplayText = "2";
            valueListItem20.DataValue = "ValueListItem2";
            valueListItem20.DisplayText = "3";
            valueListItem21.DataValue = "ValueListItem3";
            valueListItem21.DisplayText = "4";
            valueListItem22.DataValue = "ValueListItem4";
            valueListItem22.DisplayText = "5";
            valueListItem23.DataValue = "ValueListItem5";
            valueListItem23.DisplayText = "6";
            valueListItem24.DataValue = "ValueListItem6";
            valueListItem24.DisplayText = "7";
            valueListItem25.DataValue = "ValueListItem7";
            valueListItem25.DisplayText = "8";
            this.ultraComboEditor3.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem17,
            valueListItem19,
            valueListItem20,
            valueListItem21,
            valueListItem22,
            valueListItem23,
            valueListItem24,
            valueListItem25});
            this.ultraComboEditor3.Location = new System.Drawing.Point(271, 41);
            this.ultraComboEditor3.Name = "ultraComboEditor3";
            this.ultraComboEditor3.Size = new System.Drawing.Size(113, 21);
            this.ultraComboEditor3.TabIndex = 8;
            // 
            // ultraLabel3
            // 
            this.ultraLabel3.Location = new System.Drawing.Point(142, 22);
            this.ultraLabel3.Name = "ultraLabel3";
            this.ultraLabel3.Size = new System.Drawing.Size(113, 17);
            this.ultraLabel3.TabIndex = 7;
            this.ultraLabel3.Text = "Начальный сектор:";
            // 
            // ultraComboEditor2
            // 
            this.ultraComboEditor2.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            valueListItem10.DataValue = "ValueListItem0";
            valueListItem10.DisplayText = "0";
            valueListItem11.DataValue = "ValueListItem1";
            valueListItem11.DisplayText = "1";
            valueListItem12.DataValue = "ValueListItem2";
            valueListItem12.DisplayText = "2";
            valueListItem13.DataValue = "ValueListItem3";
            valueListItem13.DisplayText = "3";
            valueListItem14.DataValue = "ValueListItem4";
            valueListItem14.DisplayText = "4";
            valueListItem15.DataValue = "ValueListItem5";
            valueListItem15.DisplayText = "5";
            valueListItem16.DataValue = "ValueListItem6";
            valueListItem16.DisplayText = "6";
            valueListItem18.DataValue = "ValueListItem7";
            valueListItem18.DisplayText = "7";
            this.ultraComboEditor2.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem10,
            valueListItem11,
            valueListItem12,
            valueListItem13,
            valueListItem14,
            valueListItem15,
            valueListItem16,
            valueListItem18});
            this.ultraComboEditor2.Location = new System.Drawing.Point(142, 41);
            this.ultraComboEditor2.Name = "ultraComboEditor2";
            this.ultraComboEditor2.Size = new System.Drawing.Size(113, 21);
            this.ultraComboEditor2.TabIndex = 6;
            // 
            // ultraLabel2
            // 
            this.ultraLabel2.Location = new System.Drawing.Point(10, 22);
            this.ultraLabel2.Name = "ultraLabel2";
            this.ultraLabel2.Size = new System.Drawing.Size(100, 17);
            this.ultraLabel2.TabIndex = 5;
            this.ultraLabel2.Text = "Порт:";
            // 
            // ultraButton1
            // 
            this.ultraButton1.Location = new System.Drawing.Point(449, 110);
            this.ultraButton1.Name = "ultraButton1";
            this.ultraButton1.Size = new System.Drawing.Size(121, 31);
            this.ultraButton1.TabIndex = 0;
            this.ultraButton1.Text = "Считать";
            this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
            // 
            // ultraTextEditor1
            // 
            this.ultraTextEditor1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.ultraTextEditor1.Location = new System.Drawing.Point(30, 110);
            this.ultraTextEditor1.Name = "ultraTextEditor1";
            this.ultraTextEditor1.Size = new System.Drawing.Size(394, 31);
            this.ultraTextEditor1.TabIndex = 3;
            // 
            // ultraTextEditor2
            // 
            this.ultraTextEditor2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.ultraTextEditor2.Location = new System.Drawing.Point(30, 165);
            this.ultraTextEditor2.Name = "ultraTextEditor2";
            this.ultraTextEditor2.Size = new System.Drawing.Size(394, 31);
            this.ultraTextEditor2.TabIndex = 4;
            this.ultraTextEditor2.Text = "AAAAAAAAAAAA";
            // 
            // ultraButton2
            // 
            this.ultraButton2.Location = new System.Drawing.Point(449, 165);
            this.ultraButton2.Name = "ultraButton2";
            this.ultraButton2.Size = new System.Drawing.Size(121, 31);
            this.ultraButton2.TabIndex = 5;
            this.ultraButton2.Text = "Записать";
            this.ultraButton2.Click += new System.EventHandler(this.ultraButton2_Click);
            // 
            // label1
            // 
            this.label1.BackColor = System.Drawing.Color.WhiteSmoke;
            this.label1.Location = new System.Drawing.Point(27, 209);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(397, 23);
            this.label1.TabIndex = 6;
            this.label1.Text = " ";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.WhiteSmoke;
            this.ClientSize = new System.Drawing.Size(614, 246);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.ultraGroupBox1);
            this.Controls.Add(this.ultraButton2);
            this.Controls.Add(this.ultraTextEditor2);
            this.Controls.Add(this.ultraTextEditor1);
            this.Controls.Add(this.ultraButton1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "Form1";
            this.Opacity = 0.99D;
            this.Text = "ККМ-Сервис: RFID-Метки";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
            ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTrackBar1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
            this.ultraGroupBox1.ResumeLayout(false);
            this.ultraGroupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
        /// <summary> 
        /// Metodo necessario per il supporto della finestra di progettazione. Non modificare 
        /// il contenuto del metodo con l'editor di codice.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton("clear");
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinEditors.EditorButton editorButton2 = new Infragistics.Win.UltraWinEditors.EditorButton("clear");
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.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);

        }
Example #27
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.Appearance    appearance2     = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance27    = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance26    = 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 valueListItem7  = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem8  = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem9  = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem10 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem11 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem12 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem20 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem21 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem22 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem23 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem24 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem25 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem26 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem27 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem28 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem29 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem30 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem31 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem58 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem59 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem60 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem61 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem62 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem63 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem64 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem65 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem66 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem67 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem68 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem69 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem70 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem71 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem72 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.Appearance    appearance4     = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup6 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem  ultraExplorerBarItem1  = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem4 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem5 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem6 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
     Infragistics.Win.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 appearance3  = new Infragistics.Win.Appearance();
     this.ultraExpandableGroupBox1      = new Infragistics.Win.Misc.UltraExpandableGroupBox();
     this.ultraExpandableGroupBoxPanel2 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
     this.GRP_Attendance = new Infragistics.Win.Misc.UltraExpandableGroupBox();
     this.ultraExpandableGroupBoxPanel4 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
     this.BTN_MeetingMonth      = new Infragistics.Win.Misc.UltraButton();
     this.lbl_Meetingmonth      = new System.Windows.Forms.Label();
     this.CMX_MeetingMonth      = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.TXT_ToDate            = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.lbl_toDate            = new System.Windows.Forms.Label();
     this.TXT_fromDate          = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.BTN_LoadMeetingByDate = new Infragistics.Win.Misc.UltraButton();
     this.lbl_fromDate          = new System.Windows.Forms.Label();
     this.CR = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
     this.vIWGetPeopleData1BindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.goodShepherdDataSet            = new GoodShepherd.GoodShepherdDataSet();
     this.vIWChurchBindingSource         = new System.Windows.Forms.BindingSource(this.components);
     this.vIW_ChurchTableAdapter         = new GoodShepherd.GoodShepherdDataSetTableAdapters.VIW_ChurchTableAdapter();
     this.vIW_GetPeopleData1TableAdapter = new GoodShepherd.GoodShepherdDataSetTableAdapters.VIW_GetPeopleData1TableAdapter();
     this.EXP_MainItems                 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraExpandableGroupBox2      = new Infragistics.Win.Misc.UltraExpandableGroupBox();
     this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
     this.ultraExpandableGroupBox1.SuspendLayout();
     this.ultraExpandableGroupBoxPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.GRP_Attendance)).BeginInit();
     this.GRP_Attendance.SuspendLayout();
     this.ultraExpandableGroupBoxPanel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.CMX_MeetingMonth)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TXT_ToDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TXT_fromDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.vIWGetPeopleData1BindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.goodShepherdDataSet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.vIWChurchBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.EXP_MainItems)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox2)).BeginInit();
     this.ultraExpandableGroupBox2.SuspendLayout();
     this.ultraExpandableGroupBoxPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExpandableGroupBox1
     //
     appearance1.BackColor = System.Drawing.Color.White;
     this.ultraExpandableGroupBox1.Appearance  = appearance1;
     this.ultraExpandableGroupBox1.BorderStyle = Infragistics.Win.Misc.GroupBoxBorderStyle.None;
     appearance2.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(188)))), ((int)(((byte)(218)))), ((int)(((byte)(213)))));
     appearance2.BackColor2  = System.Drawing.Color.FromArgb(((int)(((byte)(188)))), ((int)(((byte)(218)))), ((int)(((byte)(213)))));
     appearance2.BorderColor = System.Drawing.Color.Transparent;
     this.ultraExpandableGroupBox1.ContentAreaAppearance = appearance2;
     this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel2);
     this.ultraExpandableGroupBox1.Dock         = System.Windows.Forms.DockStyle.Right;
     this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(297, 586);
     appearance27.BackColor                         = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(168)))), ((int)(((byte)(152)))));
     appearance27.BackColor2                        = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(168)))), ((int)(((byte)(152)))));
     appearance27.FontData.BoldAsString             = "True";
     appearance27.FontData.SizeInPoints             = 9F;
     appearance27.ForeColor                         = System.Drawing.Color.White;
     this.ultraExpandableGroupBox1.HeaderAppearance = appearance27;
     this.ultraExpandableGroupBox1.HeaderPosition   = Infragistics.Win.Misc.GroupBoxHeaderPosition.RightInsideBorder;
     this.ultraExpandableGroupBox1.Location         = new System.Drawing.Point(537, 0);
     this.ultraExpandableGroupBox1.Name             = "ultraExpandableGroupBox1";
     this.ultraExpandableGroupBox1.RightToLeft      = System.Windows.Forms.RightToLeft.Yes;
     this.ultraExpandableGroupBox1.Size             = new System.Drawing.Size(297, 586);
     this.ultraExpandableGroupBox1.TabIndex         = 215;
     this.ultraExpandableGroupBox1.Text             = "Reports";
     this.ultraExpandableGroupBox1.ViewStyle        = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // ultraExpandableGroupBoxPanel2
     //
     this.ultraExpandableGroupBoxPanel2.Controls.Add(this.ultraExpandableGroupBox2);
     this.ultraExpandableGroupBoxPanel2.Controls.Add(this.GRP_Attendance);
     this.ultraExpandableGroupBoxPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ultraExpandableGroupBoxPanel2.Location = new System.Drawing.Point(0, 0);
     this.ultraExpandableGroupBoxPanel2.Name     = "ultraExpandableGroupBoxPanel2";
     this.ultraExpandableGroupBoxPanel2.Size     = new System.Drawing.Size(277, 586);
     this.ultraExpandableGroupBoxPanel2.TabIndex = 0;
     //
     // GRP_Attendance
     //
     appearance26.BackColor               = System.Drawing.Color.Transparent;
     appearance26.BackColor2              = System.Drawing.Color.Transparent;
     this.GRP_Attendance.Appearance       = appearance26;
     this.GRP_Attendance.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Far;
     this.GRP_Attendance.Controls.Add(this.ultraExpandableGroupBoxPanel4);
     this.GRP_Attendance.Dock               = System.Windows.Forms.DockStyle.Bottom;
     this.GRP_Attendance.ExpandedSize       = new System.Drawing.Size(277, 207);
     this.GRP_Attendance.ExpansionIndicator = Infragistics.Win.Misc.GroupBoxExpansionIndicator.Near;
     this.GRP_Attendance.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.GRP_Attendance.HeaderPosition     = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopOnBorder;
     this.GRP_Attendance.Location           = new System.Drawing.Point(0, 379);
     this.GRP_Attendance.Name               = "GRP_Attendance";
     this.GRP_Attendance.Size               = new System.Drawing.Size(277, 207);
     this.GRP_Attendance.TabIndex           = 217;
     this.GRP_Attendance.Text               = "اعدادات التقرير";
     //
     // ultraExpandableGroupBoxPanel4
     //
     this.ultraExpandableGroupBoxPanel4.Controls.Add(this.BTN_MeetingMonth);
     this.ultraExpandableGroupBoxPanel4.Controls.Add(this.lbl_Meetingmonth);
     this.ultraExpandableGroupBoxPanel4.Controls.Add(this.CMX_MeetingMonth);
     this.ultraExpandableGroupBoxPanel4.Controls.Add(this.TXT_ToDate);
     this.ultraExpandableGroupBoxPanel4.Controls.Add(this.lbl_toDate);
     this.ultraExpandableGroupBoxPanel4.Controls.Add(this.TXT_fromDate);
     this.ultraExpandableGroupBoxPanel4.Controls.Add(this.BTN_LoadMeetingByDate);
     this.ultraExpandableGroupBoxPanel4.Controls.Add(this.lbl_fromDate);
     this.ultraExpandableGroupBoxPanel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ultraExpandableGroupBoxPanel4.Location = new System.Drawing.Point(3, 19);
     this.ultraExpandableGroupBoxPanel4.Name     = "ultraExpandableGroupBoxPanel4";
     this.ultraExpandableGroupBoxPanel4.Size     = new System.Drawing.Size(271, 185);
     this.ultraExpandableGroupBoxPanel4.TabIndex = 0;
     //
     // BTN_MeetingMonth
     //
     this.BTN_MeetingMonth.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Office2013Button;
     this.BTN_MeetingMonth.Location    = new System.Drawing.Point(4, 62);
     this.BTN_MeetingMonth.Name        = "BTN_MeetingMonth";
     this.BTN_MeetingMonth.Size        = new System.Drawing.Size(69, 23);
     this.BTN_MeetingMonth.TabIndex    = 17;
     this.BTN_MeetingMonth.Text        = "Load ";
     this.BTN_MeetingMonth.Click      += new System.EventHandler(this.BTN_MeetingMonth_Click);
     //
     // lbl_Meetingmonth
     //
     this.lbl_Meetingmonth.AutoSize  = true;
     this.lbl_Meetingmonth.BackColor = System.Drawing.Color.Transparent;
     this.lbl_Meetingmonth.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl_Meetingmonth.Location  = new System.Drawing.Point(220, 68);
     this.lbl_Meetingmonth.Name      = "lbl_Meetingmonth";
     this.lbl_Meetingmonth.Size      = new System.Drawing.Size(38, 15);
     this.lbl_Meetingmonth.TabIndex  = 16;
     this.lbl_Meetingmonth.Text      = "فى شهر";
     //
     // CMX_MeetingMonth
     //
     this.CMX_MeetingMonth.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2013;
     valueListItem1.DataValue           = 1;
     valueListItem1.DisplayText         = "يناير";
     valueListItem2.DataValue           = 2;
     valueListItem2.DisplayText         = "فبراير";
     valueListItem3.DataValue           = 3;
     valueListItem3.DisplayText         = "مارس";
     valueListItem7.DataValue           = 4;
     valueListItem7.DisplayText         = "ابريل";
     valueListItem8.DataValue           = 5;
     valueListItem8.DisplayText         = "مايو";
     valueListItem9.DataValue           = 6;
     valueListItem9.DisplayText         = "يونيو";
     valueListItem10.DataValue          = 7;
     valueListItem10.DisplayText        = "يوليو";
     valueListItem11.DataValue          = 8;
     valueListItem11.DisplayText        = "اغسطس";
     valueListItem12.DataValue          = 9;
     valueListItem12.DisplayText        = "سبمتمبر";
     valueListItem20.DataValue          = 10;
     valueListItem20.DisplayText        = "اكتوبر";
     valueListItem21.DataValue          = 11;
     valueListItem21.DisplayText        = "نوفمبر";
     valueListItem22.DataValue          = 12;
     valueListItem22.DisplayText        = "ديسمبر";
     this.CMX_MeetingMonth.Items.AddRange(new Infragistics.Win.ValueListItem[] {
         valueListItem1,
         valueListItem2,
         valueListItem3,
         valueListItem7,
         valueListItem8,
         valueListItem9,
         valueListItem10,
         valueListItem11,
         valueListItem12,
         valueListItem20,
         valueListItem21,
         valueListItem22
     });
     this.CMX_MeetingMonth.Location = new System.Drawing.Point(87, 65);
     this.CMX_MeetingMonth.Name     = "CMX_MeetingMonth";
     this.CMX_MeetingMonth.Size     = new System.Drawing.Size(110, 21);
     this.CMX_MeetingMonth.TabIndex = 15;
     //
     // TXT_ToDate
     //
     this.TXT_ToDate.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2013;
     valueListItem23.DataValue    = 1;
     valueListItem23.DisplayText  = "يناير";
     valueListItem24.DataValue    = 2;
     valueListItem24.DisplayText  = "فبراير";
     valueListItem25.DataValue    = 3;
     valueListItem25.DisplayText  = "مارس";
     valueListItem26.DataValue    = 4;
     valueListItem26.DisplayText  = "ابريل";
     valueListItem27.DataValue    = 5;
     valueListItem27.DisplayText  = "مايو";
     valueListItem28.DataValue    = 6;
     valueListItem28.DisplayText  = "يونيو";
     valueListItem29.DataValue    = 7;
     valueListItem29.DisplayText  = "يوليو";
     valueListItem30.DataValue    = 8;
     valueListItem30.DisplayText  = "اغسطس";
     valueListItem31.DataValue    = 9;
     valueListItem31.DisplayText  = "سبمتمبر";
     valueListItem58.DataValue    = 10;
     valueListItem58.DisplayText  = "اكتوبر";
     valueListItem59.DataValue    = 11;
     valueListItem59.DisplayText  = "نوفمبر";
     valueListItem60.DataValue    = 12;
     valueListItem60.DisplayText  = "ديسمبر";
     this.TXT_ToDate.Items.AddRange(new Infragistics.Win.ValueListItem[] {
         valueListItem23,
         valueListItem24,
         valueListItem25,
         valueListItem26,
         valueListItem27,
         valueListItem28,
         valueListItem29,
         valueListItem30,
         valueListItem31,
         valueListItem58,
         valueListItem59,
         valueListItem60
     });
     this.TXT_ToDate.Location = new System.Drawing.Point(87, 34);
     this.TXT_ToDate.Name     = "TXT_ToDate";
     this.TXT_ToDate.Size     = new System.Drawing.Size(110, 21);
     this.TXT_ToDate.TabIndex = 13;
     //
     // lbl_toDate
     //
     this.lbl_toDate.AutoSize  = true;
     this.lbl_toDate.BackColor = System.Drawing.Color.Transparent;
     this.lbl_toDate.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl_toDate.Location  = new System.Drawing.Point(221, 34);
     this.lbl_toDate.Name      = "lbl_toDate";
     this.lbl_toDate.Size      = new System.Drawing.Size(45, 15);
     this.lbl_toDate.TabIndex  = 10;
     this.lbl_toDate.Text      = "الى تاريخ";
     this.lbl_toDate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // TXT_fromDate
     //
     this.TXT_fromDate.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2013;
     valueListItem61.DataValue      = 1;
     valueListItem61.DisplayText    = "يناير";
     valueListItem62.DataValue      = 2;
     valueListItem62.DisplayText    = "فبراير";
     valueListItem63.DataValue      = 3;
     valueListItem63.DisplayText    = "مارس";
     valueListItem64.DataValue      = 4;
     valueListItem64.DisplayText    = "ابريل";
     valueListItem65.DataValue      = 5;
     valueListItem65.DisplayText    = "مايو";
     valueListItem66.DataValue      = 6;
     valueListItem66.DisplayText    = "يونيو";
     valueListItem67.DataValue      = 7;
     valueListItem67.DisplayText    = "يوليو";
     valueListItem68.DataValue      = 8;
     valueListItem68.DisplayText    = "اغسطس";
     valueListItem69.DataValue      = 9;
     valueListItem69.DisplayText    = "سبمتمبر";
     valueListItem70.DataValue      = 10;
     valueListItem70.DisplayText    = "اكتوبر";
     valueListItem71.DataValue      = 11;
     valueListItem71.DisplayText    = "نوفمبر";
     valueListItem72.DataValue      = 12;
     valueListItem72.DisplayText    = "ديسمبر";
     this.TXT_fromDate.Items.AddRange(new Infragistics.Win.ValueListItem[] {
         valueListItem61,
         valueListItem62,
         valueListItem63,
         valueListItem64,
         valueListItem65,
         valueListItem66,
         valueListItem67,
         valueListItem68,
         valueListItem69,
         valueListItem70,
         valueListItem71,
         valueListItem72
     });
     this.TXT_fromDate.Location = new System.Drawing.Point(87, 2);
     this.TXT_fromDate.Name     = "TXT_fromDate";
     this.TXT_fromDate.Size     = new System.Drawing.Size(110, 21);
     this.TXT_fromDate.TabIndex = 14;
     //
     // BTN_LoadMeetingByDate
     //
     this.BTN_LoadMeetingByDate.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Office2013Button;
     this.BTN_LoadMeetingByDate.Location    = new System.Drawing.Point(4, 33);
     this.BTN_LoadMeetingByDate.Name        = "BTN_LoadMeetingByDate";
     this.BTN_LoadMeetingByDate.Size        = new System.Drawing.Size(69, 23);
     this.BTN_LoadMeetingByDate.TabIndex    = 12;
     this.BTN_LoadMeetingByDate.Text        = "Load ";
     this.BTN_LoadMeetingByDate.Click      += new System.EventHandler(this.BTN_LoadByDate_Click);
     //
     // lbl_fromDate
     //
     this.lbl_fromDate.AutoSize  = true;
     this.lbl_fromDate.BackColor = System.Drawing.Color.Transparent;
     this.lbl_fromDate.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl_fromDate.Location  = new System.Drawing.Point(218, 5);
     this.lbl_fromDate.Name      = "lbl_fromDate";
     this.lbl_fromDate.Size      = new System.Drawing.Size(46, 15);
     this.lbl_fromDate.TabIndex  = 11;
     this.lbl_fromDate.Text      = "من تاريخ ";
     this.lbl_fromDate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // CR
     //
     this.CR.ActiveViewIndex          = -1;
     this.CR.BorderStyle              = System.Windows.Forms.BorderStyle.FixedSingle;
     this.CR.Cursor                   = System.Windows.Forms.Cursors.Default;
     this.CR.Dock                     = System.Windows.Forms.DockStyle.Fill;
     this.CR.Location                 = new System.Drawing.Point(0, 0);
     this.CR.Name                     = "CR";
     this.CR.ShowGroupTreeButton      = false;
     this.CR.ShowLogo                 = false;
     this.CR.ShowParameterPanelButton = false;
     this.CR.ShowRefreshButton        = false;
     this.CR.Size                     = new System.Drawing.Size(537, 586);
     this.CR.TabIndex                 = 216;
     this.CR.ToolPanelView            = CrystalDecisions.Windows.Forms.ToolPanelViewType.None;
     //
     // vIWGetPeopleData1BindingSource
     //
     this.vIWGetPeopleData1BindingSource.DataMember = "VIW_GetPeopleData1";
     this.vIWGetPeopleData1BindingSource.DataSource = this.goodShepherdDataSet;
     //
     // goodShepherdDataSet
     //
     this.goodShepherdDataSet.DataSetName             = "GoodShepherdDataSet";
     this.goodShepherdDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // vIWChurchBindingSource
     //
     this.vIWChurchBindingSource.DataMember = "VIW_Church";
     this.vIWChurchBindingSource.DataSource = this.goodShepherdDataSet;
     //
     // vIW_ChurchTableAdapter
     //
     this.vIW_ChurchTableAdapter.ClearBeforeFill = true;
     //
     // vIW_GetPeopleData1TableAdapter
     //
     this.vIW_GetPeopleData1TableAdapter.ClearBeforeFill = true;
     //
     // EXP_MainItems
     //
     appearance4.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.EXP_MainItems.Appearance  = appearance4;
     this.EXP_MainItems.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
     this.EXP_MainItems.Dock        = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarItem1.Key      = "RepHighestAttendance";
     appearance5.Image = global::GoodShepherd.Properties.Resources.if_ok_46824;
     ultraExplorerBarItem1.Settings.AppearancesSmall.Appearance = appearance5;
     ultraExplorerBarItem1.Text = "تقرير اعلى نسبة حضور";
     ultraExplorerBarItem2.Key  = "RepAttendanceInMonth";
     appearance6.Image          = global::GoodShepherd.Properties.Resources.if_ok_46824;
     ultraExplorerBarItem2.Settings.AppearancesSmall.Appearance = appearance6;
     ultraExplorerBarItem2.Text = "المواظبة فى شهر";
     ultraExplorerBarItem3.Key  = "RepAttendanceInPeriod";
     appearance7.Image          = global::GoodShepherd.Properties.Resources.if_ok_46824;
     ultraExplorerBarItem3.Settings.AppearancesSmall.Appearance = appearance7;
     ultraExplorerBarItem3.Text = "المواظبة فى فترة";
     ultraExplorerBarItem4.Key  = "RepNoAttendanceInPeriod";
     appearance8.Image          = global::GoodShepherd.Properties.Resources.if_ok_46824;
     ultraExplorerBarItem4.Settings.AppearancesSmall.Appearance = appearance8;
     ultraExplorerBarItem4.Text = "لم يحضر فى فترة";
     ultraExplorerBarItem5.Key  = "RepNoAttendanceInMonth";
     appearance9.Image          = global::GoodShepherd.Properties.Resources.if_ok_46824;
     ultraExplorerBarItem5.Settings.AppearancesSmall.Appearance = appearance9;
     ultraExplorerBarItem5.Text = "لم يحضر خلال شهر";
     ultraExplorerBarItem6.Key  = "RepMonthBirthdates";
     appearance10.Image         = global::GoodShepherd.Properties.Resources.if_ok_46824;
     ultraExplorerBarItem6.Settings.AppearancesSmall.Appearance = appearance10;
     ultraExplorerBarItem6.Text = "اعياد ميلاد الشهر";
     ultraExplorerBarGroup6.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
         ultraExplorerBarItem1,
         ultraExplorerBarItem2,
         ultraExplorerBarItem3,
         ultraExplorerBarItem4,
         ultraExplorerBarItem5,
         ultraExplorerBarItem6
     });
     appearance11.Image = global::GoodShepherd.Properties.Resources.iconfinder_382_economy_finance_money_information_reports_data_economy_media_4170662;
     ultraExplorerBarGroup6.ItemSettings.AppearancesSmall.Appearance = appearance11;
     ultraExplorerBarGroup6.Key = "Report";
     appearance12.Image         = global::GoodShepherd.Properties.Resources.if_ok_46824;
     ultraExplorerBarGroup6.Settings.AppearancesSmall.Appearance = appearance12;
     appearance13.Image = global::GoodShepherd.Properties.Resources.iconfinder_Rounded_21_2024654;
     ultraExplorerBarGroup6.Settings.AppearancesSmall.HeaderAppearance = appearance13;
     ultraExplorerBarGroup6.Text = "التقارير";
     this.EXP_MainItems.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup6
     });
     appearance14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.EXP_MainItems.GroupSettings.AppearancesLarge.Appearance = appearance14;
     appearance15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.EXP_MainItems.GroupSettings.AppearancesLarge.HeaderAppearance = appearance15;
     appearance16.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(168)))), ((int)(((byte)(152)))));
     appearance16.BackGradientStyle = Infragistics.Win.GradientStyle.None;
     this.EXP_MainItems.GroupSettings.AppearancesSmall.ActiveHeaderAppearance = appearance16;
     appearance17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.EXP_MainItems.GroupSettings.AppearancesSmall.Appearance = appearance17;
     appearance18.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     appearance18.BackGradientStyle = Infragistics.Win.GradientStyle.None;
     appearance18.BorderAlpha       = Infragistics.Win.Alpha.Transparent;
     this.EXP_MainItems.GroupSettings.AppearancesSmall.HeaderAppearance = appearance18;
     appearance19.AlphaLevel = ((short)(170));
     appearance19.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(168)))), ((int)(((byte)(152)))));
     this.EXP_MainItems.GroupSettings.AppearancesSmall.HeaderHotTrackAppearance = appearance19;
     appearance20.BackGradientStyle = Infragistics.Win.GradientStyle.None;
     appearance20.BorderAlpha       = Infragistics.Win.Alpha.Transparent;
     appearance20.ForeColor         = System.Drawing.Color.Black;
     this.EXP_MainItems.GroupSettings.AppearancesSmall.NavigationPaneHeaderAppearance = appearance20;
     appearance21.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     appearance21.BackGradientStyle = Infragistics.Win.GradientStyle.None;
     appearance21.BorderAlpha       = Infragistics.Win.Alpha.Transparent;
     this.EXP_MainItems.GroupSettings.AppearancesSmall.SelectedAppearance = appearance21;
     appearance22.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(168)))), ((int)(((byte)(152)))));
     appearance22.BackGradientStyle = Infragistics.Win.GradientStyle.None;
     appearance22.ForeColor         = System.Drawing.Color.White;
     this.EXP_MainItems.GroupSettings.AppearancesSmall.SelectedHeaderAppearance = appearance22;
     this.EXP_MainItems.GroupSettings.BorderStyleItemArea = Infragistics.Win.UIElementBorderStyle.None;
     this.EXP_MainItems.GroupSettings.HeaderButtonStyle   = Infragistics.Win.UIElementButtonStyle.Flat;
     this.EXP_MainItems.GroupSettings.HotTracking         = Infragistics.Win.DefaultableBoolean.True;
     appearance23.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(188)))), ((int)(((byte)(218)))), ((int)(((byte)(213)))));
     appearance23.BackGradientStyle = Infragistics.Win.GradientStyle.None;
     appearance23.ForeColor         = System.Drawing.Color.White;
     this.EXP_MainItems.ItemSettings.AppearancesSmall.ActiveAppearance = appearance23;
     appearance24.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     appearance24.BackGradientStyle = Infragistics.Win.GradientStyle.None;
     appearance24.BorderAlpha       = Infragistics.Win.Alpha.Transparent;
     this.EXP_MainItems.ItemSettings.AppearancesSmall.Appearance = appearance24;
     appearance25.AlphaLevel        = ((short)(191));
     appearance25.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(188)))), ((int)(((byte)(218)))), ((int)(((byte)(213)))));
     appearance25.BackGradientStyle = Infragistics.Win.GradientStyle.None;
     appearance25.BorderAlpha       = Infragistics.Win.Alpha.Transparent;
     this.EXP_MainItems.ItemSettings.AppearancesSmall.HotTrackAppearance = appearance25;
     this.EXP_MainItems.ItemSettings.Height = 29;
     this.EXP_MainItems.ItemSettings.HotTrackBorderStyle = Infragistics.Win.UIElementBorderStyle.None;
     this.EXP_MainItems.ItemSettings.HotTracking         = Infragistics.Win.DefaultableBoolean.True;
     this.EXP_MainItems.ItemSettings.HotTrackStyle       = Infragistics.Win.UltraWinExplorerBar.ItemHotTrackStyle.HighlightEntireItem;
     this.EXP_MainItems.ItemSettings.Indent = 25;
     this.EXP_MainItems.Location            = new System.Drawing.Point(0, 0);
     this.EXP_MainItems.Margins.Bottom      = 0;
     this.EXP_MainItems.Margins.Left        = 0;
     this.EXP_MainItems.Margins.Right       = 4;
     this.EXP_MainItems.Margins.Top         = 0;
     this.EXP_MainItems.Name = "EXP_MainItems";
     this.EXP_MainItems.NavigationOverflowButtonAreaVisible = false;
     this.EXP_MainItems.NavigationPaneExpansionMode         = Infragistics.Win.UltraWinExplorerBar.NavigationPaneExpansionMode.OnButtonClick;
     this.EXP_MainItems.NavigationPaneFlyoutSize            = new System.Drawing.Size(271, 0);
     this.EXP_MainItems.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.EXP_MainItems.SettingsKey = "frmOutlookCRM.ultraExplorerBar1";
     this.EXP_MainItems.Size        = new System.Drawing.Size(271, 351);
     this.EXP_MainItems.Style       = Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarStyle.OutlookNavigationPane;
     this.EXP_MainItems.TabIndex    = 18;
     this.EXP_MainItems.UseLargeGroupHeaderImages = Infragistics.Win.DefaultableBoolean.False;
     this.EXP_MainItems.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
     this.EXP_MainItems.ViewStyle   = Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarViewStyle.Office2007;
     this.EXP_MainItems.ItemClick  += new Infragistics.Win.UltraWinExplorerBar.ItemClickEventHandler(this.EXP_MainItems_ItemClick);
     //
     // ultraExpandableGroupBox2
     //
     appearance3.BackColor  = System.Drawing.Color.Transparent;
     appearance3.BackColor2 = System.Drawing.Color.Transparent;
     this.ultraExpandableGroupBox2.Appearance       = appearance3;
     this.ultraExpandableGroupBox2.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Far;
     this.ultraExpandableGroupBox2.Controls.Add(this.ultraExpandableGroupBoxPanel1);
     this.ultraExpandableGroupBox2.Dock               = System.Windows.Forms.DockStyle.Top;
     this.ultraExpandableGroupBox2.ExpandedSize       = new System.Drawing.Size(277, 373);
     this.ultraExpandableGroupBox2.ExpansionIndicator = Infragistics.Win.Misc.GroupBoxExpansionIndicator.Near;
     this.ultraExpandableGroupBox2.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ultraExpandableGroupBox2.HeaderPosition     = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopOnBorder;
     this.ultraExpandableGroupBox2.Location           = new System.Drawing.Point(0, 0);
     this.ultraExpandableGroupBox2.Name               = "ultraExpandableGroupBox2";
     this.ultraExpandableGroupBox2.Size               = new System.Drawing.Size(277, 373);
     this.ultraExpandableGroupBox2.TabIndex           = 218;
     this.ultraExpandableGroupBox2.Text               = "التقارير";
     //
     // ultraExpandableGroupBoxPanel1
     //
     this.ultraExpandableGroupBoxPanel1.Controls.Add(this.EXP_MainItems);
     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(271, 351);
     this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
     //
     // FRM_ReportAttendance
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(834, 586);
     this.Controls.Add(this.CR);
     this.Controls.Add(this.ultraExpandableGroupBox1);
     this.Name  = "FRM_ReportAttendance";
     this.Text  = "FRM_ReportAttendance";
     this.Load += new System.EventHandler(this.FRM_ReportAttendance_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
     this.ultraExpandableGroupBox1.ResumeLayout(false);
     this.ultraExpandableGroupBoxPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.GRP_Attendance)).EndInit();
     this.GRP_Attendance.ResumeLayout(false);
     this.ultraExpandableGroupBoxPanel4.ResumeLayout(false);
     this.ultraExpandableGroupBoxPanel4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.CMX_MeetingMonth)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TXT_ToDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TXT_fromDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.vIWGetPeopleData1BindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.goodShepherdDataSet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.vIWChurchBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.EXP_MainItems)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox2)).EndInit();
     this.ultraExpandableGroupBox2.ResumeLayout(false);
     this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.Appearance    appearance1               = new Infragistics.Win.Appearance();
     Infragistics.Win.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();
     Infragistics.Win.Appearance    appearance13              = new Infragistics.Win.Appearance();
     Infragistics.Win.ValueListItem valueListItem2            = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem3            = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem15           = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem16           = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem17           = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem18           = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem19           = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem20           = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem21           = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem22           = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem23           = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem24           = new Infragistics.Win.ValueListItem();
     Infragistics.Win.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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormDlgCam));
     this.NIAMDlgCam_Fill_Panel = new Infragistics.Win.Misc.UltraPanel();
     this.upnlDlgCamC3          = new Infragistics.Win.Misc.UltraPanel();
     this.upnlDlgCamC3M0        = new Infragistics.Win.Misc.UltraPanel();
     this.ubtnDlgCamC1M1        = new Infragistics.Win.Misc.UltraButton();
     this.upnlDlgCamC2          = new Infragistics.Win.Misc.UltraPanel();
     this.upnlDlgCamC2M0        = new Infragistics.Win.Misc.UltraPanel();
     this.ultraPictureBox1      = new Infragistics.Win.UltraWinEditors.UltraPictureBox();
     this.upicDlgCamC2M1        = new Infragistics.Win.UltraWinEditors.UltraPictureBox();
     this.upnlDlgCamC1          = new Infragistics.Win.Misc.UltraPanel();
     this.upnlDlgCamC1M0        = new Infragistics.Win.Misc.UltraPanel();
     this.upnlDlgCamC1M1        = new Infragistics.Win.Misc.UltraPanel();
     this.urdoDlgCamC1M1        = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
     this.ufmDlgCam             = new Infragistics.Win.UltraWinForm.UltraFormManager(this.components);
     this._NSIARDlgMain_UltraFormManager_Dock_Area_Top    = new Infragistics.Win.UltraWinForm.UltraFormDockArea();
     this._NSIARDlgMain_UltraFormManager_Dock_Area_Bottom = new Infragistics.Win.UltraWinForm.UltraFormDockArea();
     this._NSIARDlgMain_UltraFormManager_Dock_Area_Left   = new Infragistics.Win.UltraWinForm.UltraFormDockArea();
     this._NSIARDlgMain_UltraFormManager_Dock_Area_Right  = new Infragistics.Win.UltraWinForm.UltraFormDockArea();
     //this.axActQJ71E71UDP1 = new AxACTETHERLib.AxActQJ71E71UDP();
     this.NIAMDlgCam_Fill_Panel.ClientArea.SuspendLayout();
     this.NIAMDlgCam_Fill_Panel.SuspendLayout();
     this.upnlDlgCamC3.ClientArea.SuspendLayout();
     this.upnlDlgCamC3.SuspendLayout();
     this.upnlDlgCamC3M0.ClientArea.SuspendLayout();
     this.upnlDlgCamC3M0.SuspendLayout();
     this.upnlDlgCamC2.ClientArea.SuspendLayout();
     this.upnlDlgCamC2.SuspendLayout();
     this.upnlDlgCamC2M0.ClientArea.SuspendLayout();
     this.upnlDlgCamC2M0.SuspendLayout();
     this.upnlDlgCamC1.ClientArea.SuspendLayout();
     this.upnlDlgCamC1.SuspendLayout();
     this.upnlDlgCamC1M0.ClientArea.SuspendLayout();
     this.upnlDlgCamC1M0.SuspendLayout();
     this.upnlDlgCamC1M1.ClientArea.SuspendLayout();
     this.upnlDlgCamC1M1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.urdoDlgCamC1M1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ufmDlgCam)).BeginInit();
     //((System.ComponentModel.ISupportInitialize)(this.axActQJ71E71UDP1)).BeginInit();
     this.SuspendLayout();
     //
     // NIAMDlgCam_Fill_Panel
     //
     appearance1.BackColor = System.Drawing.Color.White;
     this.NIAMDlgCam_Fill_Panel.Appearance = appearance1;
     //
     // NIAMDlgCam_Fill_Panel.ClientArea
     //
     this.NIAMDlgCam_Fill_Panel.ClientArea.Controls.Add(this.upnlDlgCamC3);
     this.NIAMDlgCam_Fill_Panel.ClientArea.Controls.Add(this.upnlDlgCamC2);
     this.NIAMDlgCam_Fill_Panel.ClientArea.Controls.Add(this.upnlDlgCamC1);
     this.NIAMDlgCam_Fill_Panel.Cursor   = System.Windows.Forms.Cursors.Default;
     this.NIAMDlgCam_Fill_Panel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.NIAMDlgCam_Fill_Panel.Location = new System.Drawing.Point(0, 0);
     this.NIAMDlgCam_Fill_Panel.Name     = "NIAMDlgCam_Fill_Panel";
     this.NIAMDlgCam_Fill_Panel.Size     = new System.Drawing.Size(759, 566);
     this.NIAMDlgCam_Fill_Panel.TabIndex = 8;
     //
     // upnlDlgCamC3
     //
     appearance2.BackColor        = System.Drawing.Color.DimGray;
     this.upnlDlgCamC3.Appearance = appearance2;
     //
     // upnlDlgCamC3.ClientArea
     //
     this.upnlDlgCamC3.ClientArea.Controls.Add(this.upnlDlgCamC3M0);
     this.upnlDlgCamC3.Location = new System.Drawing.Point(600, 3);
     this.upnlDlgCamC3.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.upnlDlgCamC3.Name     = "upnlDlgCamC3";
     this.upnlDlgCamC3.Size     = new System.Drawing.Size(156, 118);
     this.upnlDlgCamC3.TabIndex = 52;
     //
     // upnlDlgCamC3M0
     //
     appearance3.BackColor          = System.Drawing.Color.DarkGray;
     this.upnlDlgCamC3M0.Appearance = appearance3;
     //
     // upnlDlgCamC3M0.ClientArea
     //
     this.upnlDlgCamC3M0.ClientArea.Controls.Add(this.ubtnDlgCamC1M1);
     this.upnlDlgCamC3M0.Location = new System.Drawing.Point(3, 3);
     this.upnlDlgCamC3M0.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.upnlDlgCamC3M0.Name     = "upnlDlgCamC3M0";
     this.upnlDlgCamC3M0.Size     = new System.Drawing.Size(150, 112);
     this.upnlDlgCamC3M0.TabIndex = 46;
     //
     // ubtnDlgCamC1M1
     //
     appearance4.BackColor                  = System.Drawing.Color.DimGray;
     appearance4.BackColor2                 = System.Drawing.Color.Gray;
     appearance4.BackGradientAlignment      = Infragistics.Win.GradientAlignment.Container;
     appearance4.BackGradientStyle          = Infragistics.Win.GradientStyle.Horizontal;
     appearance4.ForeColor                  = System.Drawing.Color.White;
     this.ubtnDlgCamC1M1.Appearance         = appearance4;
     this.ubtnDlgCamC1M1.ButtonStyle        = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.ubtnDlgCamC1M1.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     appearance5.BorderColor                = System.Drawing.Color.White;
     appearance5.ForeColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.ubtnDlgCamC1M1.HotTrackAppearance = appearance5;
     this.ubtnDlgCamC1M1.Location           = new System.Drawing.Point(3, 3);
     this.ubtnDlgCamC1M1.Margin             = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.ubtnDlgCamC1M1.Name               = "ubtnDlgCamC1M1";
     this.ubtnDlgCamC1M1.Size               = new System.Drawing.Size(144, 106);
     this.ubtnDlgCamC1M1.TabIndex           = 2;
     this.ubtnDlgCamC1M1.Text               = "그랩";
     this.ubtnDlgCamC1M1.UseOsThemes        = Infragistics.Win.DefaultableBoolean.False;
     //
     // upnlDlgCamC2
     //
     appearance6.BackColor        = System.Drawing.Color.Gray;
     this.upnlDlgCamC2.Appearance = appearance6;
     //
     // upnlDlgCamC2.ClientArea
     //
     this.upnlDlgCamC2.ClientArea.Controls.Add(this.upnlDlgCamC2M0);
     this.upnlDlgCamC2.Location = new System.Drawing.Point(3, 124);
     this.upnlDlgCamC2.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.upnlDlgCamC2.Name     = "upnlDlgCamC2";
     this.upnlDlgCamC2.Size     = new System.Drawing.Size(753, 439);
     this.upnlDlgCamC2.TabIndex = 51;
     //
     // upnlDlgCamC2M0
     //
     appearance7.BackColor             = System.Drawing.Color.DarkGray;
     appearance7.BackGradientAlignment = Infragistics.Win.GradientAlignment.Container;
     this.upnlDlgCamC2M0.Appearance    = appearance7;
     //
     // upnlDlgCamC2M0.ClientArea
     //
     //this.upnlDlgCamC2M0.ClientArea.Controls.Add(this.axActQJ71E71UDP1);
     this.upnlDlgCamC2M0.ClientArea.Controls.Add(this.ultraPictureBox1);
     this.upnlDlgCamC2M0.ClientArea.Controls.Add(this.upicDlgCamC2M1);
     this.upnlDlgCamC2M0.Location = new System.Drawing.Point(3, 3);
     this.upnlDlgCamC2M0.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.upnlDlgCamC2M0.Name     = "upnlDlgCamC2M0";
     this.upnlDlgCamC2M0.Size     = new System.Drawing.Size(747, 432);
     this.upnlDlgCamC2M0.TabIndex = 46;
     //
     // ultraPictureBox1
     //
     appearance8.BackColor                   = System.Drawing.Color.DimGray;
     appearance8.BackColor2                  = System.Drawing.Color.Gray;
     appearance8.BackGradientStyle           = Infragistics.Win.GradientStyle.Vertical;
     this.ultraPictureBox1.Appearance        = appearance8;
     this.ultraPictureBox1.BorderShadowColor = System.Drawing.Color.Empty;
     this.ultraPictureBox1.Location          = new System.Drawing.Point(3, 3);
     this.ultraPictureBox1.Name              = "ultraPictureBox1";
     this.ultraPictureBox1.Size              = new System.Drawing.Size(741, 426);
     this.ultraPictureBox1.TabIndex          = 1;
     //
     // upicDlgCamC2M1
     //
     appearance9.BackColor                 = System.Drawing.Color.DarkGray;
     this.upicDlgCamC2M1.Appearance        = appearance9;
     this.upicDlgCamC2M1.BorderShadowColor = System.Drawing.Color.Empty;
     this.upicDlgCamC2M1.Location          = new System.Drawing.Point(3, 3);
     this.upicDlgCamC2M1.Name              = "upicDlgCamC2M1";
     this.upicDlgCamC2M1.Size              = new System.Drawing.Size(741, 426);
     this.upicDlgCamC2M1.TabIndex          = 0;
     //
     // upnlDlgCamC1
     //
     appearance10.BackColor       = System.Drawing.Color.DimGray;
     this.upnlDlgCamC1.Appearance = appearance10;
     //
     // upnlDlgCamC1.ClientArea
     //
     this.upnlDlgCamC1.ClientArea.Controls.Add(this.upnlDlgCamC1M0);
     this.upnlDlgCamC1.Location = new System.Drawing.Point(3, 3);
     this.upnlDlgCamC1.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.upnlDlgCamC1.Name     = "upnlDlgCamC1";
     this.upnlDlgCamC1.Size     = new System.Drawing.Size(594, 118);
     this.upnlDlgCamC1.TabIndex = 50;
     //
     // upnlDlgCamC1M0
     //
     appearance11.BackColor             = System.Drawing.Color.DarkGray;
     appearance11.BackGradientAlignment = Infragistics.Win.GradientAlignment.Container;
     this.upnlDlgCamC1M0.Appearance     = appearance11;
     //
     // upnlDlgCamC1M0.ClientArea
     //
     this.upnlDlgCamC1M0.ClientArea.Controls.Add(this.upnlDlgCamC1M1);
     this.upnlDlgCamC1M0.Location = new System.Drawing.Point(3, 3);
     this.upnlDlgCamC1M0.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.upnlDlgCamC1M0.Name     = "upnlDlgCamC1M0";
     this.upnlDlgCamC1M0.Size     = new System.Drawing.Size(588, 112);
     this.upnlDlgCamC1M0.TabIndex = 46;
     //
     // upnlDlgCamC1M1
     //
     appearance12.BackColor             = System.Drawing.Color.DimGray;
     appearance12.BackColor2            = System.Drawing.Color.Gray;
     appearance12.BackGradientAlignment = Infragistics.Win.GradientAlignment.Container;
     appearance12.BackGradientStyle     = Infragistics.Win.GradientStyle.Horizontal;
     appearance12.BorderColor           = System.Drawing.Color.RoyalBlue;
     this.upnlDlgCamC1M1.Appearance     = appearance12;
     this.upnlDlgCamC1M1.BorderStyle    = Infragistics.Win.UIElementBorderStyle.Solid;
     //
     // upnlDlgCamC1M1.ClientArea
     //
     this.upnlDlgCamC1M1.ClientArea.Controls.Add(this.urdoDlgCamC1M1);
     this.upnlDlgCamC1M1.Location      = new System.Drawing.Point(3, 3);
     this.upnlDlgCamC1M1.Name          = "upnlDlgCamC1M1";
     this.upnlDlgCamC1M1.Size          = new System.Drawing.Size(582, 106);
     this.upnlDlgCamC1M1.TabIndex      = 52;
     this.upnlDlgCamC1M1.UseAppStyling = false;
     this.upnlDlgCamC1M1.UseFlatMode   = Infragistics.Win.DefaultableBoolean.True;
     this.upnlDlgCamC1M1.UseOsThemes   = Infragistics.Win.DefaultableBoolean.False;
     //
     // urdoDlgCamC1M1
     //
     appearance13.BackColor                = System.Drawing.Color.DimGray;
     appearance13.BackColor2               = System.Drawing.Color.Gray;
     appearance13.BackGradientAlignment    = Infragistics.Win.GradientAlignment.Container;
     appearance13.BackGradientStyle        = Infragistics.Win.GradientStyle.Horizontal;
     appearance13.FontData.BoldAsString    = "True";
     appearance13.ForeColor                = System.Drawing.Color.White;
     appearance13.TextHAlignAsString       = "Center";
     this.urdoDlgCamC1M1.Appearance        = appearance13;
     this.urdoDlgCamC1M1.BackColor         = System.Drawing.Color.DimGray;
     this.urdoDlgCamC1M1.BackColorInternal = System.Drawing.Color.Transparent;
     this.urdoDlgCamC1M1.BorderStyle       = Infragistics.Win.UIElementBorderStyle.None;
     this.urdoDlgCamC1M1.CheckedIndex      = 0;
     this.urdoDlgCamC1M1.GlyphInfo         = Infragistics.Win.UIElementDrawParams.Office2007RadioButtonGlyphInfo;
     this.urdoDlgCamC1M1.ItemOrigin        = new System.Drawing.Point(20, 10);
     valueListItem2.DataValue              = "Default Item";
     valueListItem2.DisplayText            = "스캔 1 (상부검사부1-1)";
     valueListItem3.DataValue              = "ValueListItem1";
     valueListItem3.DisplayText            = "스캔 2 (상부검사부1-2)";
     valueListItem15.DataValue             = "ValueListItem2";
     valueListItem15.DisplayText           = "스캔 3 (상부검사부2-1)";
     valueListItem16.DataValue             = "ValueListItem3";
     valueListItem16.DisplayText           = "스캔 4 (상부검사부2-2)";
     valueListItem17.DataValue             = "ValueListItem4";
     valueListItem17.DisplayText           = "스캔 5 (상부검사부3-1)";
     valueListItem18.DataValue             = "ValueListItem5";
     valueListItem18.DisplayText           = "스캔 6 (상부검사부3-2)";
     valueListItem19.DataValue             = "ValueListItem6";
     valueListItem19.DisplayText           = "스캔 7 (하부검사부1-1)";
     valueListItem20.DataValue             = "ValueListItem7";
     valueListItem20.DisplayText           = "스캔 8 (하부검사부1-2)";
     valueListItem21.DataValue             = "ValueListItem8";
     valueListItem21.DisplayText           = "스캔 9 (하부검사부2-1)";
     valueListItem22.DataValue             = "ValueListItem9";
     valueListItem22.DisplayText           = "스캔 10 (하부검사부2-2)";
     valueListItem23.DataValue             = "ValueListItem10";
     valueListItem23.DisplayText           = "스캔 11 (하부검사부3-1)";
     valueListItem24.DataValue             = "ValueListItem11";
     valueListItem24.DisplayText           = "스캔 12 (상부검사부3-2)";
     this.urdoDlgCamC1M1.Items.AddRange(new Infragistics.Win.ValueListItem[] {
         valueListItem2,
         valueListItem3,
         valueListItem15,
         valueListItem16,
         valueListItem17,
         valueListItem18,
         valueListItem19,
         valueListItem20,
         valueListItem21,
         valueListItem22,
         valueListItem23,
         valueListItem24
     });
     this.urdoDlgCamC1M1.ItemSpacingHorizontal = 10;
     this.urdoDlgCamC1M1.ItemSpacingVertical   = 10;
     this.urdoDlgCamC1M1.Location      = new System.Drawing.Point(-1, -5);
     this.urdoDlgCamC1M1.Name          = "urdoDlgCamC1M1";
     this.urdoDlgCamC1M1.Size          = new System.Drawing.Size(577, 106);
     this.urdoDlgCamC1M1.TabIndex      = 49;
     this.urdoDlgCamC1M1.Text          = "스캔 1 (상부검사부1-1)";
     this.urdoDlgCamC1M1.UseAppStyling = false;
     this.urdoDlgCamC1M1.UseFlatMode   = Infragistics.Win.DefaultableBoolean.True;
     this.urdoDlgCamC1M1.UseOsThemes   = Infragistics.Win.DefaultableBoolean.False;
     //
     // ufmDlgCam
     //
     this.ufmDlgCam.Form = this;
     this.ufmDlgCam.FormStyleSettings.Caption = "<p style=\"text-align:Center;\">NEXSTAR TECHNOLOGY IR FILTER ASSEMBLY MACHINE</p>";
     appearance14.BackColor             = System.Drawing.Color.Gray;
     appearance14.BackGradientAlignment = Infragistics.Win.GradientAlignment.Form;
     appearance14.ForeColor             = System.Drawing.Color.White;
     this.ufmDlgCam.FormStyleSettings.CaptionAreaActiveAppearance = appearance14;
     appearance15.BackColor             = System.Drawing.Color.DimGray;
     appearance15.BackColor2            = System.Drawing.Color.Gray;
     appearance15.BackGradientAlignment = Infragistics.Win.GradientAlignment.Client;
     appearance15.BackGradientStyle     = Infragistics.Win.GradientStyle.Horizontal;
     this.ufmDlgCam.FormStyleSettings.CaptionAreaAppearance = appearance15;
     appearance16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.ufmDlgCam.FormStyleSettings.CaptionButtonsAppearances.CloseButtonAppearances.Appearance = appearance16;
     appearance17.BackColor = System.Drawing.SystemColors.ActiveBorder;
     this.ufmDlgCam.FormStyleSettings.CaptionButtonsAppearances.MaximizeButtonAppearances.Appearance = appearance17;
     appearance18.BackColor = System.Drawing.SystemColors.ButtonHighlight;
     this.ufmDlgCam.FormStyleSettings.CaptionButtonsAppearances.MinimizeButtonAppearances.Appearance = appearance18;
     this.ufmDlgCam.FormStyleSettings.CaptionInactive  = "";
     this.ufmDlgCam.FormStyleSettings.FormDisplayStyle = Infragistics.Win.UltraWinToolbars.FormDisplayStyle.Standard;
     appearance19.BackColor = System.Drawing.Color.Red;
     this.ufmDlgCam.FormStyleSettings.MaximizedMdiChildFormCaptionButtonsAppearances.CloseButtonAppearances.Appearance = appearance19;
     appearance20.BackColor   = System.Drawing.Color.Red;
     appearance20.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.ufmDlgCam.FormStyleSettings.MaximizedMdiChildFormCaptionButtonsAppearances.CloseButtonAppearances.HotTrackAppearance = appearance20;
     appearance21.BackColor = System.Drawing.Color.Yellow;
     this.ufmDlgCam.FormStyleSettings.MaximizedMdiChildFormCaptionButtonsAppearances.MaximizeButtonAppearances.Appearance = appearance21;
     appearance22.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.ufmDlgCam.FormStyleSettings.MaximizedMdiChildFormCaptionButtonsAppearances.MinimizeButtonAppearances.Appearance = appearance22;
     //
     // _NSIARDlgMain_UltraFormManager_Dock_Area_Top
     //
     this._NSIARDlgMain_UltraFormManager_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._NSIARDlgMain_UltraFormManager_Dock_Area_Top.BackColor      = System.Drawing.Color.DimGray;
     this._NSIARDlgMain_UltraFormManager_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinForm.DockedPosition.Top;
     this._NSIARDlgMain_UltraFormManager_Dock_Area_Top.ForeColor      = System.Drawing.SystemColors.ControlText;
     this._NSIARDlgMain_UltraFormManager_Dock_Area_Top.FormManager    = this.ufmDlgCam;
     this._NSIARDlgMain_UltraFormManager_Dock_Area_Top.Location       = new System.Drawing.Point(0, 0);
     this._NSIARDlgMain_UltraFormManager_Dock_Area_Top.Name           = "_NSIARDlgMain_UltraFormManager_Dock_Area_Top";
     this._NSIARDlgMain_UltraFormManager_Dock_Area_Top.Size           = new System.Drawing.Size(759, 0);
     //
     // _NSIARDlgMain_UltraFormManager_Dock_Area_Bottom
     //
     this._NSIARDlgMain_UltraFormManager_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._NSIARDlgMain_UltraFormManager_Dock_Area_Bottom.BackColor      = System.Drawing.Color.DimGray;
     this._NSIARDlgMain_UltraFormManager_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinForm.DockedPosition.Bottom;
     this._NSIARDlgMain_UltraFormManager_Dock_Area_Bottom.ForeColor      = System.Drawing.SystemColors.ControlText;
     this._NSIARDlgMain_UltraFormManager_Dock_Area_Bottom.FormManager    = this.ufmDlgCam;
     this._NSIARDlgMain_UltraFormManager_Dock_Area_Bottom.Location       = new System.Drawing.Point(0, 566);
     this._NSIARDlgMain_UltraFormManager_Dock_Area_Bottom.Name           = "_NSIARDlgMain_UltraFormManager_Dock_Area_Bottom";
     this._NSIARDlgMain_UltraFormManager_Dock_Area_Bottom.Size           = new System.Drawing.Size(759, 0);
     //
     // _NSIARDlgMain_UltraFormManager_Dock_Area_Left
     //
     this._NSIARDlgMain_UltraFormManager_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._NSIARDlgMain_UltraFormManager_Dock_Area_Left.BackColor      = System.Drawing.Color.DimGray;
     this._NSIARDlgMain_UltraFormManager_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinForm.DockedPosition.Left;
     this._NSIARDlgMain_UltraFormManager_Dock_Area_Left.ForeColor      = System.Drawing.SystemColors.ControlText;
     this._NSIARDlgMain_UltraFormManager_Dock_Area_Left.FormManager    = this.ufmDlgCam;
     this._NSIARDlgMain_UltraFormManager_Dock_Area_Left.Location       = new System.Drawing.Point(0, 0);
     this._NSIARDlgMain_UltraFormManager_Dock_Area_Left.Name           = "_NSIARDlgMain_UltraFormManager_Dock_Area_Left";
     this._NSIARDlgMain_UltraFormManager_Dock_Area_Left.Size           = new System.Drawing.Size(0, 566);
     //
     // _NSIARDlgMain_UltraFormManager_Dock_Area_Right
     //
     this._NSIARDlgMain_UltraFormManager_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._NSIARDlgMain_UltraFormManager_Dock_Area_Right.BackColor      = System.Drawing.Color.DimGray;
     this._NSIARDlgMain_UltraFormManager_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinForm.DockedPosition.Right;
     this._NSIARDlgMain_UltraFormManager_Dock_Area_Right.ForeColor      = System.Drawing.SystemColors.ControlText;
     this._NSIARDlgMain_UltraFormManager_Dock_Area_Right.FormManager    = this.ufmDlgCam;
     this._NSIARDlgMain_UltraFormManager_Dock_Area_Right.Location       = new System.Drawing.Point(759, 0);
     this._NSIARDlgMain_UltraFormManager_Dock_Area_Right.Name           = "_NSIARDlgMain_UltraFormManager_Dock_Area_Right";
     this._NSIARDlgMain_UltraFormManager_Dock_Area_Right.Size           = new System.Drawing.Size(0, 566);
     //
     // axActQJ71E71UDP1
     //
     //this.axActQJ71E71UDP1.Enabled = true;
     //this.axActQJ71E71UDP1.Location = new System.Drawing.Point(0, 0);
     //this.axActQJ71E71UDP1.Name = "axActQJ71E71UDP1";
     //this.axActQJ71E71UDP1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axActQJ71E71UDP1.OcxState")));
     //this.axActQJ71E71UDP1.Size = new System.Drawing.Size(0, 0);
     //this.axActQJ71E71UDP1.TabIndex = 2;
     //
     // FormDlgCam
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize    = new System.Drawing.Size(759, 566);
     this.Controls.Add(this.NIAMDlgCam_Fill_Panel);
     this.Controls.Add(this._NSIARDlgMain_UltraFormManager_Dock_Area_Left);
     this.Controls.Add(this._NSIARDlgMain_UltraFormManager_Dock_Area_Right);
     this.Controls.Add(this._NSIARDlgMain_UltraFormManager_Dock_Area_Top);
     this.Controls.Add(this._NSIARDlgMain_UltraFormManager_Dock_Area_Bottom);
     this.Font            = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.Name            = "FormDlgCam";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "카 메 라";
     this.NIAMDlgCam_Fill_Panel.ClientArea.ResumeLayout(false);
     this.NIAMDlgCam_Fill_Panel.ResumeLayout(false);
     this.upnlDlgCamC3.ClientArea.ResumeLayout(false);
     this.upnlDlgCamC3.ResumeLayout(false);
     this.upnlDlgCamC3M0.ClientArea.ResumeLayout(false);
     this.upnlDlgCamC3M0.ResumeLayout(false);
     this.upnlDlgCamC2.ClientArea.ResumeLayout(false);
     this.upnlDlgCamC2.ResumeLayout(false);
     this.upnlDlgCamC2M0.ClientArea.ResumeLayout(false);
     this.upnlDlgCamC2M0.ResumeLayout(false);
     this.upnlDlgCamC1.ClientArea.ResumeLayout(false);
     this.upnlDlgCamC1.ResumeLayout(false);
     this.upnlDlgCamC1M0.ClientArea.ResumeLayout(false);
     this.upnlDlgCamC1M0.ResumeLayout(false);
     this.upnlDlgCamC1M1.ClientArea.ResumeLayout(false);
     this.upnlDlgCamC1M1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.urdoDlgCamC1M1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ufmDlgCam)).EndInit();
     //((System.ComponentModel.ISupportInitialize)(this.axActQJ71E71UDP1)).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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmTipoDocumentoInventario));
            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 appearance12 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance8 = 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.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 valueListItem1 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
            this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.checkNumeracionAutomatica = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.CheckGeneraNumeracionalFinal = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.GrupoNumeracion = new Infragistics.Win.Misc.UltraGroupBox();
            this.txtNumeracionActual = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
            this.txtNumeracionLongitud = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
            this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraLabel9 = new Infragistics.Win.Misc.UltraLabel();
            this.GrupoSerie = new Infragistics.Win.Misc.UltraGroupBox();
            this.txtSerieLongitud = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
            this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
            this.txtSerieCodigo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ssReporte = new Soft.Controls.SoftSearch();
            this.lblReporte = new Infragistics.Win.Misc.UltraLabel();
            this.txtDescripcion = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
            this.txtNombre = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.Nombre = new Infragistics.Win.Misc.UltraLabel();
            this.txtCodigo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.Codigo = new Infragistics.Win.Misc.UltraLabel();
            this.CheckActivo = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
            this.CheckUnicoAlmacen = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.busAlmacen = new Soft.Controls.SoftSearch();
            this.CheckRequiereCliente = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
            this.checkTieneImpuesto = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.CheckAceptaCostoCero = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.ultraTabControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
            this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
            this.comboOperacion = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.txtProcentajeImpuesto = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
            this.ComboTipoSocioNegocio = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.ultraLabel10 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
            ((System.ComponentModel.ISupportInitialize)(this.ugbParent)).BeginInit();
            this.ugbParent.SuspendLayout();
            this.ultraTabPageControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.checkNumeracionAutomatica)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.CheckGeneraNumeracionalFinal)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.GrupoNumeracion)).BeginInit();
            this.GrupoNumeracion.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.GrupoSerie)).BeginInit();
            this.GrupoSerie.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtSerieCodigo)).BeginInit();
            this.ultraTabPageControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtDescripcion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNombre)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtCodigo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.CheckActivo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.CheckUnicoAlmacen)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.CheckRequiereCliente)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkTieneImpuesto)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.CheckAceptaCostoCero)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).BeginInit();
            this.ultraTabControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.comboOperacion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ComboTipoSocioNegocio)).BeginInit();
            this.SuspendLayout();
            // 
            // ugbParent
            // 
            this.ugbParent.Controls.Add(this.ultraLabel10);
            this.ugbParent.Controls.Add(this.ComboTipoSocioNegocio);
            this.ugbParent.Controls.Add(this.comboOperacion);
            this.ugbParent.Controls.Add(this.ultraTabControl1);
            this.ugbParent.Controls.Add(this.txtProcentajeImpuesto);
            this.ugbParent.Controls.Add(this.CheckAceptaCostoCero);
            this.ugbParent.Controls.Add(this.checkTieneImpuesto);
            this.ugbParent.Controls.Add(this.CheckRequiereCliente);
            this.ugbParent.Controls.Add(this.ultraLabel5);
            this.ugbParent.Controls.Add(this.ultraLabel3);
            this.ugbParent.Controls.Add(this.busAlmacen);
            this.ugbParent.Controls.Add(this.CheckUnicoAlmacen);
            this.ugbParent.Controls.Add(this.ultraLabel1);
            this.ugbParent.Controls.Add(this.CheckActivo);
            this.ugbParent.Controls.Add(this.txtDescripcion);
            this.ugbParent.Controls.Add(this.ultraLabel2);
            this.ugbParent.Controls.Add(this.txtNombre);
            this.ugbParent.Controls.Add(this.Nombre);
            this.ugbParent.Controls.Add(this.txtCodigo);
            this.ugbParent.Controls.Add(this.Codigo);
            this.ugbParent.Size = new System.Drawing.Size(444, 545);
            this.ugbParent.Controls.SetChildIndex(this.Codigo, 0);
            this.ugbParent.Controls.SetChildIndex(this.txtCodigo, 0);
            this.ugbParent.Controls.SetChildIndex(this.Nombre, 0);
            this.ugbParent.Controls.SetChildIndex(this.txtNombre, 0);
            this.ugbParent.Controls.SetChildIndex(this.ultraLabel2, 0);
            this.ugbParent.Controls.SetChildIndex(this.txtDescripcion, 0);
            this.ugbParent.Controls.SetChildIndex(this.CheckActivo, 0);
            this.ugbParent.Controls.SetChildIndex(this.ultraLabel1, 0);
            this.ugbParent.Controls.SetChildIndex(this.CheckUnicoAlmacen, 0);
            this.ugbParent.Controls.SetChildIndex(this.busAlmacen, 0);
            this.ugbParent.Controls.SetChildIndex(this.ultraLabel3, 0);
            this.ugbParent.Controls.SetChildIndex(this.ultraLabel5, 0);
            this.ugbParent.Controls.SetChildIndex(this.CheckRequiereCliente, 0);
            this.ugbParent.Controls.SetChildIndex(this.checkTieneImpuesto, 0);
            this.ugbParent.Controls.SetChildIndex(this.CheckAceptaCostoCero, 0);
            this.ugbParent.Controls.SetChildIndex(this.txtProcentajeImpuesto, 0);
            this.ugbParent.Controls.SetChildIndex(this.ultraTabControl1, 0);
            this.ugbParent.Controls.SetChildIndex(this.comboOperacion, 0);
            this.ugbParent.Controls.SetChildIndex(this.ComboTipoSocioNegocio, 0);
            this.ugbParent.Controls.SetChildIndex(this.ultraLabel10, 0);
            this.ugbParent.Controls.SetChildIndex(this.ubAceptar, 0);
            this.ugbParent.Controls.SetChildIndex(this.ubCancelar, 0);
            // 
            // ubCancelar
            // 
            this.ubCancelar.Location = new System.Drawing.Point(348, 516);
            // 
            // ubAceptar
            // 
            this.ubAceptar.Location = new System.Drawing.Point(267, 516);
            // 
            // ilMain
            // 
            this.ilMain.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilMain.ImageStream")));
            this.ilMain.Images.SetKeyName(0, "accept.png");
            this.ilMain.Images.SetKeyName(1, "accept_database.png");
            this.ilMain.Images.SetKeyName(2, "accept_page.png");
            this.ilMain.Images.SetKeyName(3, "add.png");
            this.ilMain.Images.SetKeyName(4, "add_comment.png");
            this.ilMain.Images.SetKeyName(5, "add_home.png");
            this.ilMain.Images.SetKeyName(6, "add_image.png");
            this.ilMain.Images.SetKeyName(7, "add_page.png");
            this.ilMain.Images.SetKeyName(8, "add_pages.png");
            this.ilMain.Images.SetKeyName(9, "add_printer.png");
            this.ilMain.Images.SetKeyName(10, "add_to_database.png");
            this.ilMain.Images.SetKeyName(11, "add_to_favorites.png");
            this.ilMain.Images.SetKeyName(12, "add_to_folder.png");
            this.ilMain.Images.SetKeyName(13, "add_to_shopping_cart.png");
            this.ilMain.Images.SetKeyName(14, "add_user.png");
            this.ilMain.Images.SetKeyName(15, "artwork.png");
            this.ilMain.Images.SetKeyName(16, "attach_image.png");
            this.ilMain.Images.SetKeyName(17, "attachment.png");
            this.ilMain.Images.SetKeyName(18, "back.png");
            this.ilMain.Images.SetKeyName(19, "block.png");
            this.ilMain.Images.SetKeyName(20, "blue_arrow_down.png");
            this.ilMain.Images.SetKeyName(21, "blue_arrow_up.png");
            this.ilMain.Images.SetKeyName(22, "blue_energy.png");
            this.ilMain.Images.SetKeyName(23, "bmp_file.png");
            this.ilMain.Images.SetKeyName(24, "book.png");
            this.ilMain.Images.SetKeyName(25, "book_accept.png");
            this.ilMain.Images.SetKeyName(26, "book_download.png");
            this.ilMain.Images.SetKeyName(27, "book_search.png");
            this.ilMain.Images.SetKeyName(28, "book_warning.png");
            this.ilMain.Images.SetKeyName(29, "calculator.png");
            this.ilMain.Images.SetKeyName(30, "calendar.png");
            this.ilMain.Images.SetKeyName(31, "calendar_empty.png");
            this.ilMain.Images.SetKeyName(32, "canvas_holder.png");
            this.ilMain.Images.SetKeyName(33, "card.png");
            this.ilMain.Images.SetKeyName(34, "cd.png");
            this.ilMain.Images.SetKeyName(35, "chalk_board.png");
            this.ilMain.Images.SetKeyName(36, "chart.png");
            this.ilMain.Images.SetKeyName(37, "chart_down.png");
            this.ilMain.Images.SetKeyName(38, "chart_pie.png");
            this.ilMain.Images.SetKeyName(39, "chart_up.png");
            this.ilMain.Images.SetKeyName(40, "clock.png");
            this.ilMain.Images.SetKeyName(41, "cloud_comment.png");
            this.ilMain.Images.SetKeyName(42, "coffee_cup.png");
            this.ilMain.Images.SetKeyName(43, "comment.png");
            this.ilMain.Images.SetKeyName(44, "comments.png");
            this.ilMain.Images.SetKeyName(45, "computer.png");
            this.ilMain.Images.SetKeyName(46, "computer_accept.png");
            this.ilMain.Images.SetKeyName(47, "computer_add.png");
            this.ilMain.Images.SetKeyName(48, "computer_help.png");
            this.ilMain.Images.SetKeyName(49, "computer_info.png");
            this.ilMain.Images.SetKeyName(50, "computer_process.png");
            this.ilMain.Images.SetKeyName(51, "computer_warning.png");
            this.ilMain.Images.SetKeyName(52, "copy_paste.png");
            this.ilMain.Images.SetKeyName(53, "credit_cart.png");
            this.ilMain.Images.SetKeyName(54, "credit_cart_cancelled.png");
            this.ilMain.Images.SetKeyName(55, "css_file.png");
            this.ilMain.Images.SetKeyName(56, "csv_file.png");
            this.ilMain.Images.SetKeyName(57, "cut.png");
            this.ilMain.Images.SetKeyName(58, "cut_from_page.png");
            this.ilMain.Images.SetKeyName(59, "database.png");
            this.ilMain.Images.SetKeyName(60, "delete.png");
            this.ilMain.Images.SetKeyName(61, "delete_comment.png");
            this.ilMain.Images.SetKeyName(62, "delete_computer.png");
            this.ilMain.Images.SetKeyName(63, "delete_folder.png");
            this.ilMain.Images.SetKeyName(64, "delete_home.png");
            this.ilMain.Images.SetKeyName(65, "delete_image.png");
            this.ilMain.Images.SetKeyName(66, "delete_page.png");
            this.ilMain.Images.SetKeyName(67, "delete_user.png");
            this.ilMain.Images.SetKeyName(68, "dollar_currency_sign.png");
            this.ilMain.Images.SetKeyName(69, "download.png");
            this.ilMain.Images.SetKeyName(70, "download_database.png");
            this.ilMain.Images.SetKeyName(71, "download_image.png");
            this.ilMain.Images.SetKeyName(72, "download_to_computer.png");
            this.ilMain.Images.SetKeyName(73, "dvd.png");
            this.ilMain.Images.SetKeyName(74, "edit.png");
            this.ilMain.Images.SetKeyName(75, "edit_page.png");
            this.ilMain.Images.SetKeyName(76, "edit_profile.png");
            this.ilMain.Images.SetKeyName(77, "eps_file.png");
            this.ilMain.Images.SetKeyName(78, "equalizer.png");
            this.ilMain.Images.SetKeyName(79, "euro_currency_sign.png");
            this.ilMain.Images.SetKeyName(80, "favorite.png");
            this.ilMain.Images.SetKeyName(81, "favorite_film.png");
            this.ilMain.Images.SetKeyName(82, "film.png");
            this.ilMain.Images.SetKeyName(83, "firewall.png");
            this.ilMain.Images.SetKeyName(84, "folder.png");
            this.ilMain.Images.SetKeyName(85, "folder_accept.png");
            this.ilMain.Images.SetKeyName(86, "folder_conflicted.png");
            this.ilMain.Images.SetKeyName(87, "folder_full.png");
            this.ilMain.Images.SetKeyName(88, "folder_modified.png");
            this.ilMain.Images.SetKeyName(89, "full_page.png");
            this.ilMain.Images.SetKeyName(90, "games.png");
            this.ilMain.Images.SetKeyName(91, "gif_file.png");
            this.ilMain.Images.SetKeyName(92, "globe.png");
            this.ilMain.Images.SetKeyName(93, "globe_download.png");
            this.ilMain.Images.SetKeyName(94, "globe_process.png");
            this.ilMain.Images.SetKeyName(95, "globe_warning.png");
            this.ilMain.Images.SetKeyName(96, "green_arrow_down.png");
            this.ilMain.Images.SetKeyName(97, "green_arrow_up.png");
            this.ilMain.Images.SetKeyName(98, "green_button.png");
            this.ilMain.Images.SetKeyName(99, "green_energy.png");
            this.ilMain.Images.SetKeyName(100, "green_flag.png");
            this.ilMain.Images.SetKeyName(101, "heart.png");
            this.ilMain.Images.SetKeyName(102, "help.png");
            this.ilMain.Images.SetKeyName(103, "help_balloon.png");
            this.ilMain.Images.SetKeyName(104, "home.png");
            this.ilMain.Images.SetKeyName(105, "home_accept.png");
            this.ilMain.Images.SetKeyName(106, "html_file.png");
            this.ilMain.Images.SetKeyName(107, "ico_file.png");
            this.ilMain.Images.SetKeyName(108, "id_card.png");
            this.ilMain.Images.SetKeyName(109, "image.png");
            this.ilMain.Images.SetKeyName(110, "image_accept.png");
            this.ilMain.Images.SetKeyName(111, "info.png");
            this.ilMain.Images.SetKeyName(112, "insert_to_shopping_cart.png");
            this.ilMain.Images.SetKeyName(113, "jpg_file.png");
            this.ilMain.Images.SetKeyName(114, "js_file.png");
            this.ilMain.Images.SetKeyName(115, "json_file.png");
            this.ilMain.Images.SetKeyName(116, "key.png");
            this.ilMain.Images.SetKeyName(117, "light_bulb.png");
            this.ilMain.Images.SetKeyName(118, "link.png");
            this.ilMain.Images.SetKeyName(119, "lock.png");
            this.ilMain.Images.SetKeyName(120, "magnet.png");
            this.ilMain.Images.SetKeyName(121, "mail.png");
            this.ilMain.Images.SetKeyName(122, "mail_lock.png");
            this.ilMain.Images.SetKeyName(123, "mail_receive.png");
            this.ilMain.Images.SetKeyName(124, "mail_search.png");
            this.ilMain.Images.SetKeyName(125, "mail_send.png");
            this.ilMain.Images.SetKeyName(126, "mobile_phone.png");
            this.ilMain.Images.SetKeyName(127, "mouse.png");
            this.ilMain.Images.SetKeyName(128, "music.png");
            this.ilMain.Images.SetKeyName(129, "new.png");
            this.ilMain.Images.SetKeyName(130, "new_page.png");
            this.ilMain.Images.SetKeyName(131, "news.png");
            this.ilMain.Images.SetKeyName(132, "next.png");
            this.ilMain.Images.SetKeyName(133, "note.png");
            this.ilMain.Images.SetKeyName(134, "note_accept.png");
            this.ilMain.Images.SetKeyName(135, "note_book.png");
            this.ilMain.Images.SetKeyName(136, "office_folders.png");
            this.ilMain.Images.SetKeyName(137, "old_clock.png");
            this.ilMain.Images.SetKeyName(138, "open_store.png");
            this.ilMain.Images.SetKeyName(139, "orange_arrow_down.png");
            this.ilMain.Images.SetKeyName(140, "orange_arrow_up.png");
            this.ilMain.Images.SetKeyName(141, "orange_button.png");
            this.ilMain.Images.SetKeyName(142, "package.png");
            this.ilMain.Images.SetKeyName(143, "package_accept.png");
            this.ilMain.Images.SetKeyName(144, "package_add.png");
            this.ilMain.Images.SetKeyName(145, "package_download.png");
            this.ilMain.Images.SetKeyName(146, "package_warning.png");
            this.ilMain.Images.SetKeyName(147, "page_down.png");
            this.ilMain.Images.SetKeyName(148, "page_process.png");
            this.ilMain.Images.SetKeyName(149, "page_up.png");
            this.ilMain.Images.SetKeyName(150, "pages.png");
            this.ilMain.Images.SetKeyName(151, "pages_warning.png");
            this.ilMain.Images.SetKeyName(152, "paint.png");
            this.ilMain.Images.SetKeyName(153, "paint_brush.png");
            this.ilMain.Images.SetKeyName(154, "palette.png");
            this.ilMain.Images.SetKeyName(155, "palette_brush.png");
            this.ilMain.Images.SetKeyName(156, "pastel_colors.png");
            this.ilMain.Images.SetKeyName(157, "pdf_file.png");
            this.ilMain.Images.SetKeyName(158, "phone_book.png");
            this.ilMain.Images.SetKeyName(159, "phone_book_edit.png");
            this.ilMain.Images.SetKeyName(160, "photo_camera.png");
            this.ilMain.Images.SetKeyName(161, "photo_camera_accept.png");
            this.ilMain.Images.SetKeyName(162, "php_file.png");
            this.ilMain.Images.SetKeyName(163, "pin.png");
            this.ilMain.Images.SetKeyName(164, "png_file.png");
            this.ilMain.Images.SetKeyName(165, "ppt_file.png");
            this.ilMain.Images.SetKeyName(166, "printer.png");
            this.ilMain.Images.SetKeyName(167, "printer_accept.png");
            this.ilMain.Images.SetKeyName(168, "printer_warning.png");
            this.ilMain.Images.SetKeyName(169, "prize_winner.png");
            this.ilMain.Images.SetKeyName(170, "process.png");
            this.ilMain.Images.SetKeyName(171, "process_accept.png");
            this.ilMain.Images.SetKeyName(172, "process_info.png");
            this.ilMain.Images.SetKeyName(173, "process_warning.png");
            this.ilMain.Images.SetKeyName(174, "promotion.png");
            this.ilMain.Images.SetKeyName(175, "protection.png");
            this.ilMain.Images.SetKeyName(176, "psd_file.png");
            this.ilMain.Images.SetKeyName(177, "puzzle.png");
            this.ilMain.Images.SetKeyName(178, "recycle.png");
            this.ilMain.Images.SetKeyName(179, "red_button.png");
            this.ilMain.Images.SetKeyName(180, "red_flag.png");
            this.ilMain.Images.SetKeyName(181, "refresh.png");
            this.ilMain.Images.SetKeyName(182, "refresh_page.png");
            this.ilMain.Images.SetKeyName(183, "remote_desktop.png");
            this.ilMain.Images.SetKeyName(184, "remove_from_database.png");
            this.ilMain.Images.SetKeyName(185, "remove_from_shopping_cart.png");
            this.ilMain.Images.SetKeyName(186, "report.png");
            this.ilMain.Images.SetKeyName(187, "rss.png");
            this.ilMain.Images.SetKeyName(188, "ruler.png");
            this.ilMain.Images.SetKeyName(189, "ruler_pencil.png");
            this.ilMain.Images.SetKeyName(190, "sale.png");
            this.ilMain.Images.SetKeyName(191, "save.png");
            this.ilMain.Images.SetKeyName(192, "search.png");
            this.ilMain.Images.SetKeyName(193, "search_computer.png");
            this.ilMain.Images.SetKeyName(194, "search_database.png");
            this.ilMain.Images.SetKeyName(195, "search_globe.png");
            this.ilMain.Images.SetKeyName(196, "search_home.png");
            this.ilMain.Images.SetKeyName(197, "search_image.png");
            this.ilMain.Images.SetKeyName(198, "search_page.png");
            this.ilMain.Images.SetKeyName(199, "search_printer.png");
            this.ilMain.Images.SetKeyName(200, "search_user.png");
            this.ilMain.Images.SetKeyName(201, "security.png");
            this.ilMain.Images.SetKeyName(202, "send_sms.png");
            this.ilMain.Images.SetKeyName(203, "shopping_cart.png");
            this.ilMain.Images.SetKeyName(204, "shopping_cart_accept.png");
            this.ilMain.Images.SetKeyName(205, "sms.png");
            this.ilMain.Images.SetKeyName(206, "sound.png");
            this.ilMain.Images.SetKeyName(207, "sound_muted.png");
            this.ilMain.Images.SetKeyName(208, "star_empty.png");
            this.ilMain.Images.SetKeyName(209, "star_full.png");
            this.ilMain.Images.SetKeyName(210, "star_half_full.png");
            this.ilMain.Images.SetKeyName(211, "sterling_pound_currency_sign.png");
            this.ilMain.Images.SetKeyName(212, "support.png");
            this.ilMain.Images.SetKeyName(213, "svg_file.png");
            this.ilMain.Images.SetKeyName(214, "swf_file.png");
            this.ilMain.Images.SetKeyName(215, "tablet.png");
            this.ilMain.Images.SetKeyName(216, "tag_blue.png");
            this.ilMain.Images.SetKeyName(217, "tag_green.png");
            this.ilMain.Images.SetKeyName(218, "target.png");
            this.ilMain.Images.SetKeyName(219, "television.png");
            this.ilMain.Images.SetKeyName(220, "text_page.png");
            this.ilMain.Images.SetKeyName(221, "tiff_file.png");
            this.ilMain.Images.SetKeyName(222, "tools.png");
            this.ilMain.Images.SetKeyName(223, "trash_can.png");
            this.ilMain.Images.SetKeyName(224, "turquoise_button.png");
            this.ilMain.Images.SetKeyName(225, "twitter.png");
            this.ilMain.Images.SetKeyName(226, "txt_file.png");
            this.ilMain.Images.SetKeyName(227, "unlock.png");
            this.ilMain.Images.SetKeyName(228, "up.png");
            this.ilMain.Images.SetKeyName(229, "user.png");
            this.ilMain.Images.SetKeyName(230, "user_accept.png");
            this.ilMain.Images.SetKeyName(231, "user_comment.png");
            this.ilMain.Images.SetKeyName(232, "users.png");
            this.ilMain.Images.SetKeyName(233, "users_comments.png");
            this.ilMain.Images.SetKeyName(234, "violet_button.png");
            this.ilMain.Images.SetKeyName(235, "warning.png");
            this.ilMain.Images.SetKeyName(236, "white_flag.png");
            this.ilMain.Images.SetKeyName(237, "windows_terminal.png");
            this.ilMain.Images.SetKeyName(238, "xml_file.png");
            this.ilMain.Images.SetKeyName(239, "yen_currency_sign.png");
            this.ilMain.Images.SetKeyName(240, "zip_file.png");
            this.ilMain.Images.SetKeyName(241, "zip_file_accept.png");
            this.ilMain.Images.SetKeyName(242, "zip_file_download.png");
            this.ilMain.Images.SetKeyName(243, "zip_file_info.png");
            this.ilMain.Images.SetKeyName(244, "zip_file_search.png");
            this.ilMain.Images.SetKeyName(245, "zoom_in.png");
            this.ilMain.Images.SetKeyName(246, "zoom_out.png");
            // 
            // ultraTabPageControl1
            // 
            this.ultraTabPageControl1.Controls.Add(this.checkNumeracionAutomatica);
            this.ultraTabPageControl1.Controls.Add(this.CheckGeneraNumeracionalFinal);
            this.ultraTabPageControl1.Controls.Add(this.GrupoNumeracion);
            this.ultraTabPageControl1.Controls.Add(this.GrupoSerie);
            this.ultraTabPageControl1.Location = new System.Drawing.Point(1, 23);
            this.ultraTabPageControl1.Name = "ultraTabPageControl1";
            this.ultraTabPageControl1.Size = new System.Drawing.Size(404, 202);
            // 
            // checkNumeracionAutomatica
            // 
            this.checkNumeracionAutomatica.BackColor = System.Drawing.Color.Transparent;
            this.checkNumeracionAutomatica.BackColorInternal = System.Drawing.Color.Transparent;
            this.checkNumeracionAutomatica.Checked = true;
            this.checkNumeracionAutomatica.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkNumeracionAutomatica.Location = new System.Drawing.Point(21, 11);
            this.checkNumeracionAutomatica.Name = "checkNumeracionAutomatica";
            this.checkNumeracionAutomatica.Size = new System.Drawing.Size(161, 20);
            this.checkNumeracionAutomatica.TabIndex = 35;
            this.checkNumeracionAutomatica.Text = "Numeración automática";
            this.checkNumeracionAutomatica.CheckedChanged += new System.EventHandler(this.checkNumeracionAutomatica_CheckedChanged);
            // 
            // CheckGeneraNumeracionalFinal
            // 
            this.CheckGeneraNumeracionalFinal.BackColor = System.Drawing.Color.Transparent;
            this.CheckGeneraNumeracionalFinal.BackColorInternal = System.Drawing.Color.Transparent;
            this.CheckGeneraNumeracionalFinal.Checked = true;
            this.CheckGeneraNumeracionalFinal.CheckState = System.Windows.Forms.CheckState.Checked;
            this.CheckGeneraNumeracionalFinal.Location = new System.Drawing.Point(17, 176);
            this.CheckGeneraNumeracionalFinal.Name = "CheckGeneraNumeracionalFinal";
            this.CheckGeneraNumeracionalFinal.Size = new System.Drawing.Size(184, 20);
            this.CheckGeneraNumeracionalFinal.TabIndex = 34;
            this.CheckGeneraNumeracionalFinal.Text = "Genera Numeración al final";
            this.CheckGeneraNumeracionalFinal.CheckedChanged += new System.EventHandler(this.CheckGeneraNumeracionalFinal_CheckedChanged);
            // 
            // GrupoNumeracion
            // 
            this.GrupoNumeracion.Controls.Add(this.txtNumeracionActual);
            this.GrupoNumeracion.Controls.Add(this.txtNumeracionLongitud);
            this.GrupoNumeracion.Controls.Add(this.ultraLabel8);
            this.GrupoNumeracion.Controls.Add(this.ultraLabel9);
            this.GrupoNumeracion.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded3;
            this.GrupoNumeracion.Location = new System.Drawing.Point(17, 110);
            this.GrupoNumeracion.Name = "GrupoNumeracion";
            this.GrupoNumeracion.Size = new System.Drawing.Size(372, 63);
            this.GrupoNumeracion.TabIndex = 1;
            this.GrupoNumeracion.Text = "Numeración";
            // 
            // txtNumeracionActual
            // 
            this.txtNumeracionActual.EditAs = Infragistics.Win.UltraWinMaskedEdit.EditAsType.Integer;
            this.txtNumeracionActual.Location = new System.Drawing.Point(69, 30);
            this.txtNumeracionActual.Name = "txtNumeracionActual";
            this.txtNumeracionActual.Size = new System.Drawing.Size(136, 20);
            this.txtNumeracionActual.TabIndex = 38;
            this.txtNumeracionActual.TextChanged += new System.EventHandler(this.txtNumeracionActual_TextChanged);
            // 
            // txtNumeracionLongitud
            // 
            this.txtNumeracionLongitud.EditAs = Infragistics.Win.UltraWinMaskedEdit.EditAsType.Integer;
            this.txtNumeracionLongitud.Location = new System.Drawing.Point(274, 31);
            this.txtNumeracionLongitud.Name = "txtNumeracionLongitud";
            this.txtNumeracionLongitud.Size = new System.Drawing.Size(83, 20);
            this.txtNumeracionLongitud.TabIndex = 37;
            this.txtNumeracionLongitud.TextChanged += new System.EventHandler(this.txtNumeracionLongitud_TextChanged);
            // 
            // ultraLabel8
            // 
            appearance3.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel8.Appearance = appearance3;
            this.ultraLabel8.Location = new System.Drawing.Point(217, 33);
            this.ultraLabel8.Name = "ultraLabel8";
            this.ultraLabel8.Size = new System.Drawing.Size(51, 23);
            this.ultraLabel8.TabIndex = 20;
            this.ultraLabel8.Text = "Longitud";
            // 
            // ultraLabel9
            // 
            appearance4.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel9.Appearance = appearance4;
            this.ultraLabel9.Location = new System.Drawing.Point(12, 30);
            this.ultraLabel9.Name = "ultraLabel9";
            this.ultraLabel9.Size = new System.Drawing.Size(51, 23);
            this.ultraLabel9.TabIndex = 18;
            this.ultraLabel9.Text = "Actual";
            // 
            // GrupoSerie
            // 
            this.GrupoSerie.Controls.Add(this.txtSerieLongitud);
            this.GrupoSerie.Controls.Add(this.ultraLabel7);
            this.GrupoSerie.Controls.Add(this.txtSerieCodigo);
            this.GrupoSerie.Controls.Add(this.ultraLabel6);
            this.GrupoSerie.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded3;
            this.GrupoSerie.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopOutsideBorder;
            this.GrupoSerie.Location = new System.Drawing.Point(17, 37);
            this.GrupoSerie.Name = "GrupoSerie";
            this.GrupoSerie.Size = new System.Drawing.Size(372, 63);
            this.GrupoSerie.TabIndex = 0;
            this.GrupoSerie.Text = "Serie del Documento";
            // 
            // txtSerieLongitud
            // 
            this.txtSerieLongitud.EditAs = Infragistics.Win.UltraWinMaskedEdit.EditAsType.Integer;
            this.txtSerieLongitud.Location = new System.Drawing.Point(274, 33);
            this.txtSerieLongitud.Name = "txtSerieLongitud";
            this.txtSerieLongitud.Size = new System.Drawing.Size(83, 20);
            this.txtSerieLongitud.TabIndex = 37;
            this.txtSerieLongitud.TextChanged += new System.EventHandler(this.txtSerieLongitud_TextChanged);
            // 
            // ultraLabel7
            // 
            appearance5.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel7.Appearance = appearance5;
            this.ultraLabel7.Location = new System.Drawing.Point(217, 36);
            this.ultraLabel7.Name = "ultraLabel7";
            this.ultraLabel7.Size = new System.Drawing.Size(51, 23);
            this.ultraLabel7.TabIndex = 16;
            this.ultraLabel7.Text = "Longitud";
            // 
            // txtSerieCodigo
            // 
            this.txtSerieCodigo.Location = new System.Drawing.Point(69, 32);
            this.txtSerieCodigo.Name = "txtSerieCodigo";
            this.txtSerieCodigo.Size = new System.Drawing.Size(136, 21);
            this.txtSerieCodigo.TabIndex = 15;
            this.txtSerieCodigo.TextChanged += new System.EventHandler(this.txtSerieCodigo_TextChanged);
            // 
            // ultraLabel6
            // 
            appearance6.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel6.Appearance = appearance6;
            this.ultraLabel6.Location = new System.Drawing.Point(12, 36);
            this.ultraLabel6.Name = "ultraLabel6";
            this.ultraLabel6.Size = new System.Drawing.Size(51, 23);
            this.ultraLabel6.TabIndex = 14;
            this.ultraLabel6.Text = "Código";
            // 
            // ultraTabPageControl2
            // 
            this.ultraTabPageControl2.Controls.Add(this.ssReporte);
            this.ultraTabPageControl2.Controls.Add(this.lblReporte);
            this.ultraTabPageControl2.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl2.Name = "ultraTabPageControl2";
            this.ultraTabPageControl2.Size = new System.Drawing.Size(404, 202);
            // 
            // ssReporte
            // 
            this.ssReporte.BackColor = System.Drawing.Color.Transparent;
            this.ssReporte.Location = new System.Drawing.Point(103, 15);
            this.ssReporte.Name = "ssReporte";
            this.ssReporte.Size = new System.Drawing.Size(276, 36);
            this.ssReporte.TabIndex = 31;
            this.ssReporte.Search += new System.EventHandler(this.ssReporte_Search);
            // 
            // lblReporte
            // 
            appearance7.BackColor = System.Drawing.Color.Transparent;
            this.lblReporte.Appearance = appearance7;
            this.lblReporte.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblReporte.Location = new System.Drawing.Point(21, 19);
            this.lblReporte.Name = "lblReporte";
            this.lblReporte.Size = new System.Drawing.Size(100, 23);
            this.lblReporte.TabIndex = 30;
            this.lblReporte.Text = "Reporte";
            // 
            // txtDescripcion
            // 
            this.txtDescripcion.Location = new System.Drawing.Point(123, 74);
            this.txtDescripcion.Multiline = true;
            this.txtDescripcion.Name = "txtDescripcion";
            this.txtDescripcion.ShowOverflowIndicator = true;
            this.txtDescripcion.Size = new System.Drawing.Size(303, 32);
            this.txtDescripcion.TabIndex = 17;
            this.txtDescripcion.TextChanged += new System.EventHandler(this.txtDescripcion_TextChanged);
            // 
            // ultraLabel2
            // 
            appearance12.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel2.Appearance = appearance12;
            this.ultraLabel2.Location = new System.Drawing.Point(17, 74);
            this.ultraLabel2.Name = "ultraLabel2";
            this.ultraLabel2.Size = new System.Drawing.Size(100, 23);
            this.ultraLabel2.TabIndex = 16;
            this.ultraLabel2.Text = "Descripción";
            // 
            // txtNombre
            // 
            this.txtNombre.Location = new System.Drawing.Point(124, 45);
            this.txtNombre.Name = "txtNombre";
            this.txtNombre.Size = new System.Drawing.Size(302, 21);
            this.txtNombre.TabIndex = 15;
            this.txtNombre.TextChanged += new System.EventHandler(this.txtNombre_TextChanged);
            // 
            // Nombre
            // 
            appearance13.BackColor = System.Drawing.Color.Transparent;
            this.Nombre.Appearance = appearance13;
            this.Nombre.Location = new System.Drawing.Point(17, 45);
            this.Nombre.Name = "Nombre";
            this.Nombre.Size = new System.Drawing.Size(100, 23);
            this.Nombre.TabIndex = 14;
            this.Nombre.Text = "Nombre";
            // 
            // txtCodigo
            // 
            this.txtCodigo.Location = new System.Drawing.Point(124, 18);
            this.txtCodigo.Name = "txtCodigo";
            this.txtCodigo.Size = new System.Drawing.Size(122, 21);
            this.txtCodigo.TabIndex = 13;
            this.txtCodigo.TextChanged += new System.EventHandler(this.txtCodigo_TextChanged);
            // 
            // Codigo
            // 
            appearance14.BackColor = System.Drawing.Color.Transparent;
            this.Codigo.Appearance = appearance14;
            this.Codigo.Location = new System.Drawing.Point(17, 18);
            this.Codigo.Name = "Codigo";
            this.Codigo.Size = new System.Drawing.Size(100, 23);
            this.Codigo.TabIndex = 12;
            this.Codigo.Text = "Código";
            // 
            // CheckActivo
            // 
            this.CheckActivo.BackColor = System.Drawing.Color.Transparent;
            this.CheckActivo.BackColorInternal = System.Drawing.Color.Transparent;
            this.CheckActivo.Checked = true;
            this.CheckActivo.CheckState = System.Windows.Forms.CheckState.Checked;
            this.CheckActivo.Location = new System.Drawing.Point(351, 18);
            this.CheckActivo.Name = "CheckActivo";
            this.CheckActivo.Size = new System.Drawing.Size(75, 20);
            this.CheckActivo.TabIndex = 18;
            this.CheckActivo.Text = "Activo";
            this.CheckActivo.CheckedChanged += new System.EventHandler(this.CheckActivo_CheckedChanged);
            // 
            // ultraLabel1
            // 
            appearance11.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel1.Appearance = appearance11;
            this.ultraLabel1.Location = new System.Drawing.Point(17, 120);
            this.ultraLabel1.Name = "ultraLabel1";
            this.ultraLabel1.Size = new System.Drawing.Size(100, 23);
            this.ultraLabel1.TabIndex = 19;
            this.ultraLabel1.Text = "Almacen";
            // 
            // CheckUnicoAlmacen
            // 
            this.CheckUnicoAlmacen.BackColor = System.Drawing.Color.Transparent;
            this.CheckUnicoAlmacen.BackColorInternal = System.Drawing.Color.Transparent;
            this.CheckUnicoAlmacen.Checked = true;
            this.CheckUnicoAlmacen.CheckState = System.Windows.Forms.CheckState.Checked;
            this.CheckUnicoAlmacen.Location = new System.Drawing.Point(321, 117);
            this.CheckUnicoAlmacen.Name = "CheckUnicoAlmacen";
            this.CheckUnicoAlmacen.Size = new System.Drawing.Size(102, 20);
            this.CheckUnicoAlmacen.TabIndex = 20;
            this.CheckUnicoAlmacen.Text = "Único Almacen";
            this.CheckUnicoAlmacen.CheckedChanged += new System.EventHandler(this.CheckUnicoAlmacen_CheckedChanged);
            // 
            // busAlmacen
            // 
            this.busAlmacen.BackColor = System.Drawing.Color.Transparent;
            this.busAlmacen.Location = new System.Drawing.Point(123, 117);
            this.busAlmacen.Name = "busAlmacen";
            this.busAlmacen.Size = new System.Drawing.Size(182, 36);
            this.busAlmacen.TabIndex = 25;
            this.busAlmacen.Search += new System.EventHandler(this.busAlmacen_Search);
            // 
            // CheckRequiereCliente
            // 
            this.CheckRequiereCliente.BackColor = System.Drawing.Color.Transparent;
            this.CheckRequiereCliente.BackColorInternal = System.Drawing.Color.Transparent;
            this.CheckRequiereCliente.Checked = true;
            this.CheckRequiereCliente.CheckState = System.Windows.Forms.CheckState.Checked;
            this.CheckRequiereCliente.Location = new System.Drawing.Point(321, 173);
            this.CheckRequiereCliente.Name = "CheckRequiereCliente";
            this.CheckRequiereCliente.Size = new System.Drawing.Size(108, 20);
            this.CheckRequiereCliente.TabIndex = 27;
            this.CheckRequiereCliente.Text = "Requiere Socio";
            this.CheckRequiereCliente.CheckedChanged += new System.EventHandler(this.CheckRequiereCliente_CheckedChanged);
            // 
            // ultraLabel3
            // 
            appearance10.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel3.Appearance = appearance10;
            this.ultraLabel3.Location = new System.Drawing.Point(18, 147);
            this.ultraLabel3.Name = "ultraLabel3";
            this.ultraLabel3.Size = new System.Drawing.Size(100, 23);
            this.ultraLabel3.TabIndex = 26;
            this.ultraLabel3.Text = "Operación";
            // 
            // checkTieneImpuesto
            // 
            this.checkTieneImpuesto.BackColor = System.Drawing.Color.Transparent;
            this.checkTieneImpuesto.BackColorInternal = System.Drawing.Color.Transparent;
            this.checkTieneImpuesto.Checked = true;
            this.checkTieneImpuesto.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkTieneImpuesto.Location = new System.Drawing.Point(19, 209);
            this.checkTieneImpuesto.Name = "checkTieneImpuesto";
            this.checkTieneImpuesto.Size = new System.Drawing.Size(106, 20);
            this.checkTieneImpuesto.TabIndex = 30;
            this.checkTieneImpuesto.Text = "Tiene Impuesto";
            this.checkTieneImpuesto.CheckedChanged += new System.EventHandler(this.checkTieneImpuesto_CheckedChanged);
            // 
            // CheckAceptaCostoCero
            // 
            this.CheckAceptaCostoCero.BackColor = System.Drawing.Color.Transparent;
            this.CheckAceptaCostoCero.BackColorInternal = System.Drawing.Color.Transparent;
            this.CheckAceptaCostoCero.Checked = true;
            this.CheckAceptaCostoCero.CheckState = System.Windows.Forms.CheckState.Checked;
            this.CheckAceptaCostoCero.Location = new System.Drawing.Point(121, 242);
            this.CheckAceptaCostoCero.Name = "CheckAceptaCostoCero";
            this.CheckAceptaCostoCero.Size = new System.Drawing.Size(302, 20);
            this.CheckAceptaCostoCero.TabIndex = 33;
            this.CheckAceptaCostoCero.Text = "Puede Aceptar Costo Cero";
            this.CheckAceptaCostoCero.CheckedChanged += new System.EventHandler(this.CheckAceptaCostoCero_CheckedChanged);
            // 
            // ultraTabControl1
            // 
            appearance2.BackColor = System.Drawing.Color.Transparent;
            this.ultraTabControl1.Appearance = appearance2;
            this.ultraTabControl1.Controls.Add(this.ultraTabSharedControlsPage1);
            this.ultraTabControl1.Controls.Add(this.ultraTabPageControl1);
            this.ultraTabControl1.Controls.Add(this.ultraTabPageControl2);
            this.ultraTabControl1.Location = new System.Drawing.Point(18, 282);
            this.ultraTabControl1.Name = "ultraTabControl1";
            this.ultraTabControl1.SharedControlsPage = this.ultraTabSharedControlsPage1;
            this.ultraTabControl1.Size = new System.Drawing.Size(408, 228);
            appearance8.BackColor = System.Drawing.Color.Transparent;
            this.ultraTabControl1.TabHeaderAreaAppearance = appearance8;
            this.ultraTabControl1.TabIndex = 34;
            ultraTab1.TabPage = this.ultraTabPageControl1;
            ultraTab1.Text = ":: Numeración ::";
            ultraTab2.TabPage = this.ultraTabPageControl2;
            ultraTab2.Text = ":: Impresión ::";
            this.ultraTabControl1.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
            ultraTab1,
            ultraTab2});
            // 
            // ultraTabSharedControlsPage1
            // 
            this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
            this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(404, 202);
            // 
            // comboOperacion
            // 
            this.comboOperacion.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.SuggestAppend;
            valueListItem4.DataValue = "ValueListItem0";
            valueListItem4.DisplayText = "Entrada";
            valueListItem5.DataValue = "ValueListItem1";
            valueListItem5.DisplayText = "Salida";
            valueListItem6.DataValue = "ValueListItem2";
            valueListItem6.DisplayText = "Transferencia";
            this.comboOperacion.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem4,
            valueListItem5,
            valueListItem6});
            this.comboOperacion.Location = new System.Drawing.Point(123, 143);
            this.comboOperacion.Name = "comboOperacion";
            this.comboOperacion.Size = new System.Drawing.Size(97, 21);
            this.comboOperacion.TabIndex = 35;
            this.comboOperacion.ValueChanged += new System.EventHandler(this.comboOperacion_ValueChanged);
            // 
            // txtProcentajeImpuesto
            // 
            this.txtProcentajeImpuesto.EditAs = Infragistics.Win.UltraWinMaskedEdit.EditAsType.Integer;
            this.txtProcentajeImpuesto.Location = new System.Drawing.Point(124, 209);
            this.txtProcentajeImpuesto.Name = "txtProcentajeImpuesto";
            this.txtProcentajeImpuesto.Size = new System.Drawing.Size(87, 20);
            this.txtProcentajeImpuesto.TabIndex = 36;
            this.txtProcentajeImpuesto.TextChanged += new System.EventHandler(this.txtProcentajeImpuesto_TextChanged);
            // 
            // ComboTipoSocioNegocio
            // 
            this.ComboTipoSocioNegocio.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.SuggestAppend;
            valueListItem1.DataValue = "ValueListItem0";
            valueListItem1.DisplayText = "Cliente";
            valueListItem2.DataValue = "ValueListItem1";
            valueListItem2.DisplayText = "Proveedor";
            valueListItem3.DataValue = "ValueListItem2";
            valueListItem3.DisplayText = "Ninguno";
            this.ComboTipoSocioNegocio.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem1,
            valueListItem2,
            valueListItem3});
            this.ComboTipoSocioNegocio.Location = new System.Drawing.Point(124, 173);
            this.ComboTipoSocioNegocio.Name = "ComboTipoSocioNegocio";
            this.ComboTipoSocioNegocio.Size = new System.Drawing.Size(181, 21);
            this.ComboTipoSocioNegocio.TabIndex = 37;
            this.ComboTipoSocioNegocio.ValueChanged += new System.EventHandler(this.ComboTipoSocioNegocio_ValueChanged);
            // 
            // ultraLabel10
            // 
            appearance1.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel10.Appearance = appearance1;
            this.ultraLabel10.Location = new System.Drawing.Point(18, 177);
            this.ultraLabel10.Name = "ultraLabel10";
            this.ultraLabel10.Size = new System.Drawing.Size(100, 23);
            this.ultraLabel10.TabIndex = 38;
            this.ultraLabel10.Text = "Socio de Negocio";
            // 
            // ultraLabel5
            // 
            appearance9.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel5.Appearance = appearance9;
            this.ultraLabel5.Location = new System.Drawing.Point(226, 212);
            this.ultraLabel5.Name = "ultraLabel5";
            this.ultraLabel5.Size = new System.Drawing.Size(36, 23);
            this.ultraLabel5.TabIndex = 32;
            this.ultraLabel5.Text = "%";
            // 
            // FrmTipoDocumentoInventario
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(460, 583);
            this.Name = "FrmTipoDocumentoInventario";
            this.Text = "Tipo de Documento de Inventario";
            ((System.ComponentModel.ISupportInitialize)(this.ugbParent)).EndInit();
            this.ugbParent.ResumeLayout(false);
            this.ugbParent.PerformLayout();
            this.ultraTabPageControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.checkNumeracionAutomatica)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.CheckGeneraNumeracionalFinal)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.GrupoNumeracion)).EndInit();
            this.GrupoNumeracion.ResumeLayout(false);
            this.GrupoNumeracion.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.GrupoSerie)).EndInit();
            this.GrupoSerie.ResumeLayout(false);
            this.GrupoSerie.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtSerieCodigo)).EndInit();
            this.ultraTabPageControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.txtDescripcion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNombre)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtCodigo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.CheckActivo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.CheckUnicoAlmacen)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.CheckRequiereCliente)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkTieneImpuesto)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.CheckAceptaCostoCero)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).EndInit();
            this.ultraTabControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.comboOperacion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ComboTipoSocioNegocio)).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.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem13 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem12 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem27 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem28 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem29 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("�������");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ZC_BATCHNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_ZZ_SPEC");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_LENGTH");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_STEELTYPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("A��");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_01_PLAN");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_01_NUM");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_01_WGT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_01_WGT_LL");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("B��");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_02_PLAN");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_02_NUM");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_02_WGT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_02_WGT_LL");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("����");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_BILLET_COUNT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_BILLET_WEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_BILLET_WEIGHT_LL");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("װ¯");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_ZC_ENTERNUMBER");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_ZC_ENTERWEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_ZC_ENTERWEIGHT_LL");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("�ɲ�");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_ZZ_NUM");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_ZZ_WEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_ZZ_WEIGHT_LL");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ZC_ORDERNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ԭ��");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_SPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_LEN");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_BATCH_OPTOR");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_BATCH_OPTDATE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_01_DONE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_02_DONE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DISCHARGED");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_PLANPERSON");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_PLANTIME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_01_FC");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_02_FC");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn41 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RATE_ACTUAL");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn42 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RATE_THEORY");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn43 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Relation1");
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings1 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_POINT_01_PLAN", 6, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_POINT_01_PLAN", 6, true);
     Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings2 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_POINT_01_NUM", 7, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_POINT_01_NUM", 7, true);
     Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings3 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_POINT_02_PLAN", 11, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_POINT_02_PLAN", 11, true);
     Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings4 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_POINT_02_NUM", 12, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_POINT_02_NUM", 12, true);
     Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings5 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_POINT_01_WGT", 8, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_POINT_01_WGT", 8, true);
     Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings6 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_POINT_01_WGT_LL", 9, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_POINT_01_WGT_LL", 9, true);
     Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings7 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_POINT_02_WGT", 13, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_POINT_02_WGT", 13, true);
     Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings8 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_POINT_02_WGT_LL", 14, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_POINT_02_WGT_LL", 14, true);
     Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings9 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Formula, "round(100 * sum( [FN_POINT_01_WGT_LL] , [FN_POINT_02_WGT_LL] )/sum( [FN_ZZ_WEIGHT" +
             "] ), 2)", "RATE_THEORY", 41, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "RATE_THEORY", 41, true);
     Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings10 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Formula, "round(100 * sum( [FN_POINT_01_WGT] , [FN_POINT_02_WGT] )/sum( [FN_ZZ_WEIGHT] ), 2" +
             ")", "RATE_ACTUAL", 40, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "RATE_ACTUAL", 40, true);
     Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings11 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_ZZ_WEIGHT", 25, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_ZZ_WEIGHT", 25, true);
     Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Relation1", 0);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn44 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINTID");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn45 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_PLAN");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn46 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_NUM");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn47 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_WGT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn48 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_WGT_LL");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn49 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STEELTYPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn50 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SPEC");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn51 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_LENGTH");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn52 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_PRODUCTNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn53 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_PRINTWEIGHTTYPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn54 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_SINGLENUM");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn55 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_SINGLEWEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn56 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STANDNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn57 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_PRINTTYPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn58 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TWINSTYPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn59 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ADDRESSCHECK");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn60 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STANDARDCHECK");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn61 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STEELTYPECHECK");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn62 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_BATCHNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn63 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_FCLFLAG");
     Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance116 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance117 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance118 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance119 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance120 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
     Infragistics.Win.ValueListItem valueListItem22 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem18 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem19 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem20 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem21 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem14 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem15 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem23 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem7 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem8 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem9 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem10 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem11 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem17 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem16 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool2 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("����ʱ��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool12 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("��ʼ");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool20 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool11 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("���Ʊ��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool21 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ұ��¯��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool7 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("Ԥ��״̬");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool8 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("��¯״̬");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool39 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool42 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Save");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Cancel");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool22 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("��ʼ");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool23 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("��");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool44 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.Appearance appearance65 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmWeightPlanBC));
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool24 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ұ��¯��");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool45 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Save");
     Infragistics.Win.Appearance appearance66 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Cancel");
     Infragistics.Win.Appearance appearance124 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool1 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("����ʱ��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool4 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("Ԥ��״̬");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool10 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("���Ʊ��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool5 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("��¯״̬");
     this.FrmBase_Fill_Panel = new System.Windows.Forms.Panel();
     this.cbEdt_Finish = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.cbEdt_Status = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.tbQueryBatchNo = new System.Windows.Forms.TextBox();
     this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
     this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
     this.cbxDateTime = new System.Windows.Forms.CheckBox();
     this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
     this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
     this.llb_CloseAll = new System.Windows.Forms.LinkLabel();
     this.llb_ExpandAll = new System.Windows.Forms.LinkLabel();
     this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.ultraCalcManager1 = new Infragistics.Win.UltraWinCalcManager.UltraCalcManager(this.components);
     this.dataSet1 = new System.Data.DataSet();
     this.dataTable1 = new System.Data.DataTable();
     this.dataColumn1 = new System.Data.DataColumn();
     this.dataColumn2 = new System.Data.DataColumn();
     this.dataColumn3 = new System.Data.DataColumn();
     this.dataColumn4 = new System.Data.DataColumn();
     this.dataColumn5 = new System.Data.DataColumn();
     this.dataColumn6 = new System.Data.DataColumn();
     this.dataColumn7 = new System.Data.DataColumn();
     this.dataColumn8 = new System.Data.DataColumn();
     this.dataColumn9 = new System.Data.DataColumn();
     this.dataColumn10 = new System.Data.DataColumn();
     this.dataColumn11 = new System.Data.DataColumn();
     this.dataColumn12 = new System.Data.DataColumn();
     this.dataColumn13 = new System.Data.DataColumn();
     this.dataColumn14 = new System.Data.DataColumn();
     this.dataColumn15 = new System.Data.DataColumn();
     this.dataColumn16 = new System.Data.DataColumn();
     this.dataColumn17 = new System.Data.DataColumn();
     this.dataColumn18 = new System.Data.DataColumn();
     this.dataColumn19 = new System.Data.DataColumn();
     this.dataColumn20 = new System.Data.DataColumn();
     this.dataColumn21 = new System.Data.DataColumn();
     this.dataColumn22 = new System.Data.DataColumn();
     this.dataColumn23 = new System.Data.DataColumn();
     this.dataColumn24 = new System.Data.DataColumn();
     this.dataColumn25 = new System.Data.DataColumn();
     this.dataColumn26 = new System.Data.DataColumn();
     this.dataColumn27 = new System.Data.DataColumn();
     this.dataColumn28 = new System.Data.DataColumn();
     this.dataColumn29 = new System.Data.DataColumn();
     this.dataColumn30 = new System.Data.DataColumn();
     this.dataColumn31 = new System.Data.DataColumn();
     this.dataColumn32 = new System.Data.DataColumn();
     this.dataColumn33 = new System.Data.DataColumn();
     this.dataColumn53 = new System.Data.DataColumn();
     this.dataColumn54 = new System.Data.DataColumn();
     this.dataColumn55 = new System.Data.DataColumn();
     this.dataColumn56 = new System.Data.DataColumn();
     this.dataColumn57 = new System.Data.DataColumn();
     this.dataColumn58 = new System.Data.DataColumn();
     this.dataColumn59 = new System.Data.DataColumn();
     this.dataColumn61 = new System.Data.DataColumn();
     this.dataColumn62 = new System.Data.DataColumn();
     this.dataTable2 = new System.Data.DataTable();
     this.dataColumn34 = new System.Data.DataColumn();
     this.dataColumn35 = new System.Data.DataColumn();
     this.dataColumn36 = new System.Data.DataColumn();
     this.dataColumn37 = new System.Data.DataColumn();
     this.dataColumn38 = new System.Data.DataColumn();
     this.dataColumn39 = new System.Data.DataColumn();
     this.dataColumn40 = new System.Data.DataColumn();
     this.dataColumn41 = new System.Data.DataColumn();
     this.dataColumn42 = new System.Data.DataColumn();
     this.dataColumn43 = new System.Data.DataColumn();
     this.dataColumn44 = new System.Data.DataColumn();
     this.dataColumn45 = new System.Data.DataColumn();
     this.dataColumn46 = new System.Data.DataColumn();
     this.dataColumn47 = new System.Data.DataColumn();
     this.dataColumn48 = new System.Data.DataColumn();
     this.dataColumn49 = new System.Data.DataColumn();
     this.dataColumn50 = new System.Data.DataColumn();
     this.dataColumn51 = new System.Data.DataColumn();
     this.dataColumn52 = new System.Data.DataColumn();
     this.dataColumn60 = new System.Data.DataColumn();
     this.cbx_Filter = new System.Windows.Forms.CheckBox();
     this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
     this.ultraExpandableGroupBoxPanel2 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
     this.panel1 = new System.Windows.Forms.Panel();
     this.lbl_Rate_Plan2 = new System.Windows.Forms.Label();
     this.lbl_Rate_Plan1 = new System.Windows.Forms.Label();
     this.lbl_Rate_Pre = new System.Windows.Forms.Label();
     this.cbx_WgtT = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.cbx_WgtR = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.cbx_FC2 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.cbx_FC1 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.btnSave2 = new System.Windows.Forms.Button();
     this.btnSave1 = new System.Windows.Forms.Button();
     this.btnDone2 = new System.Windows.Forms.Button();
     this.btnDone1 = new System.Windows.Forms.Button();
     this.ultraLabel9 = new Infragistics.Win.Misc.UltraLabel();
     this.cbEdt_CardType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.lbl_Count = new System.Windows.Forms.Label();
     this.cbx_Steel = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.Edt_WgtLL = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.Edt_Num2 = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.Edt_Num1 = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.Edt_SingleNum = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.Edt_BatchNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.Edt_OrderNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
     this.cbEdt_Length = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
     this.cbEdt_Spec = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.cbEdt_StandardNo = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.cbx_Point2 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.cbEdt_Steel = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.cbx_StandardNo = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.cbx_Addr = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.cbx_Double = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.cbx_Point1 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.FrmBase_Fill_Panel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_Finish)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_Status)).BeginInit();
     this.ultraPanel2.ClientArea.SuspendLayout();
     this.ultraPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
     this.ultraGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraCalcManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
     this.ultraExpandableGroupBox1.SuspendLayout();
     this.ultraExpandableGroupBoxPanel2.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_WgtT)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_WgtR)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_FC2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_FC1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_CardType)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_Steel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_WgtLL)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_Num2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_Num1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_SingleNum)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_BatchNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_OrderNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_Length)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_Spec)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_StandardNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_Point2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_Steel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_StandardNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_Addr)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_Double)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_Point1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
     this.SuspendLayout();
     //
     // FrmBase_Fill_Panel
     //
     this.FrmBase_Fill_Panel.Controls.Add(this.cbEdt_Finish);
     this.FrmBase_Fill_Panel.Controls.Add(this.cbEdt_Status);
     this.FrmBase_Fill_Panel.Controls.Add(this.tbQueryBatchNo);
     this.FrmBase_Fill_Panel.Controls.Add(this.dateTimePicker1);
     this.FrmBase_Fill_Panel.Controls.Add(this.dateTimePicker2);
     this.FrmBase_Fill_Panel.Controls.Add(this.cbxDateTime);
     this.FrmBase_Fill_Panel.Controls.Add(this.ultraPanel2);
     this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left);
     this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right);
     this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top);
     this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom);
     this.FrmBase_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
     this.coreBind.SetDatabasecommand(this.FrmBase_Fill_Panel, null);
     this.FrmBase_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.FrmBase_Fill_Panel.Location = new System.Drawing.Point(0, 0);
     this.FrmBase_Fill_Panel.Name = "FrmBase_Fill_Panel";
     this.FrmBase_Fill_Panel.Size = new System.Drawing.Size(992, 654);
     this.FrmBase_Fill_Panel.TabIndex = 0;
     this.coreBind.SetVerification(this.FrmBase_Fill_Panel, null);
     //
     // cbEdt_Finish
     //
     this.cbEdt_Finish.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.SuggestAppend;
     this.cbEdt_Finish.AutoSize = false;
     this.coreBind.SetDatabasecommand(this.cbEdt_Finish, null);
     valueListItem1.DataValue = "";
     valueListItem13.DataValue = "1";
     valueListItem13.DisplayText = "��";
     valueListItem12.DataValue = "0";
     valueListItem12.DisplayText = "��";
     this.cbEdt_Finish.Items.AddRange(new Infragistics.Win.ValueListItem[] {
     valueListItem1,
     valueListItem13,
     valueListItem12});
     this.cbEdt_Finish.Location = new System.Drawing.Point(668, 3);
     this.cbEdt_Finish.MaxLength = 8;
     this.cbEdt_Finish.Name = "cbEdt_Finish";
     this.cbEdt_Finish.Size = new System.Drawing.Size(50, 21);
     this.cbEdt_Finish.TabIndex = 0;
     this.coreBind.SetVerification(this.cbEdt_Finish, null);
     //
     // cbEdt_Status
     //
     this.cbEdt_Status.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.SuggestAppend;
     this.cbEdt_Status.AutoSize = false;
     this.coreBind.SetDatabasecommand(this.cbEdt_Status, null);
     valueListItem27.DataValue = "";
     valueListItem28.DataValue = "1";
     valueListItem28.DisplayText = "��";
     valueListItem29.DataValue = "0";
     valueListItem29.DisplayText = "��";
     this.cbEdt_Status.Items.AddRange(new Infragistics.Win.ValueListItem[] {
     valueListItem27,
     valueListItem28,
     valueListItem29});
     this.cbEdt_Status.Location = new System.Drawing.Point(578, 3);
     this.cbEdt_Status.MaxLength = 8;
     this.cbEdt_Status.Name = "cbEdt_Status";
     this.cbEdt_Status.Size = new System.Drawing.Size(50, 21);
     this.cbEdt_Status.TabIndex = 0;
     this.coreBind.SetVerification(this.cbEdt_Status, null);
     //
     // tbQueryBatchNo
     //
     this.tbQueryBatchNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.coreBind.SetDatabasecommand(this.tbQueryBatchNo, null);
     this.tbQueryBatchNo.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbQueryBatchNo.Location = new System.Drawing.Point(453, 3);
     this.tbQueryBatchNo.Name = "tbQueryBatchNo";
     this.tbQueryBatchNo.Size = new System.Drawing.Size(85, 21);
     this.tbQueryBatchNo.TabIndex = 0;
     this.coreBind.SetVerification(this.tbQueryBatchNo, null);
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.CalendarFont = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker1.CustomFormat = "yyyy-MM-dd HH:mm";
     this.coreBind.SetDatabasecommand(this.dateTimePicker1, null);
     this.dateTimePicker1.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker1.Location = new System.Drawing.Point(85, 3);
     this.dateTimePicker1.Name = "dateTimePicker1";
     this.dateTimePicker1.Size = new System.Drawing.Size(140, 21);
     this.dateTimePicker1.TabIndex = 0;
     this.coreBind.SetVerification(this.dateTimePicker1, null);
     //
     // dateTimePicker2
     //
     this.dateTimePicker2.CalendarFont = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker2.CustomFormat = "yyyy-MM-dd HH:mm";
     this.coreBind.SetDatabasecommand(this.dateTimePicker2, null);
     this.dateTimePicker2.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker2.Location = new System.Drawing.Point(247, 3);
     this.dateTimePicker2.Name = "dateTimePicker2";
     this.dateTimePicker2.Size = new System.Drawing.Size(140, 21);
     this.dateTimePicker2.TabIndex = 0;
     this.coreBind.SetVerification(this.dateTimePicker2, null);
     //
     // cbxDateTime
     //
     this.cbxDateTime.AutoSize = true;
     this.cbxDateTime.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.cbxDateTime.Checked = true;
     this.cbxDateTime.CheckState = System.Windows.Forms.CheckState.Checked;
     this.coreBind.SetDatabasecommand(this.cbxDateTime, null);
     this.cbxDateTime.Location = new System.Drawing.Point(11, 7);
     this.cbxDateTime.Name = "cbxDateTime";
     this.cbxDateTime.Size = new System.Drawing.Size(15, 14);
     this.cbxDateTime.TabIndex = 0;
     this.cbxDateTime.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.cbxDateTime, null);
     this.cbxDateTime.CheckedChanged += new System.EventHandler(this.cbxDateTime_CheckedChanged);
     //
     // ultraPanel2
     //
     //
     // ultraPanel2.ClientArea
     //
     this.ultraPanel2.ClientArea.Controls.Add(this.ultraGroupBox2);
     this.ultraPanel2.ClientArea.Controls.Add(this.ultraExpandableGroupBox1);
     this.coreBind.SetDatabasecommand(this.ultraPanel2.ClientArea, null);
     this.coreBind.SetVerification(this.ultraPanel2.ClientArea, null);
     this.coreBind.SetDatabasecommand(this.ultraPanel2, null);
     this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraPanel2.Location = new System.Drawing.Point(0, 26);
     this.ultraPanel2.Margin = new System.Windows.Forms.Padding(1);
     this.ultraPanel2.Name = "ultraPanel2";
     this.ultraPanel2.Size = new System.Drawing.Size(992, 628);
     this.ultraPanel2.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraPanel2, null);
     //
     // ultraGroupBox2
     //
     this.ultraGroupBox2.Controls.Add(this.llb_CloseAll);
     this.ultraGroupBox2.Controls.Add(this.llb_ExpandAll);
     this.ultraGroupBox2.Controls.Add(this.ultraGrid1);
     this.ultraGroupBox2.Controls.Add(this.cbx_Filter);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox2, null);
     this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox2.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded1Etched;
     this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
     this.ultraGroupBox2.Name = "ultraGroupBox2";
     this.ultraGroupBox2.Size = new System.Drawing.Size(992, 439);
     this.ultraGroupBox2.TabIndex = 0;
     this.ultraGroupBox2.Text = "��ļ���Ԥ��";
     this.coreBind.SetVerification(this.ultraGroupBox2, null);
     this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // llb_CloseAll
     //
     this.llb_CloseAll.ActiveLinkColor = System.Drawing.Color.DarkGreen;
     this.llb_CloseAll.BackColor = System.Drawing.Color.LightBlue;
     this.coreBind.SetDatabasecommand(this.llb_CloseAll, null);
     this.llb_CloseAll.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.llb_CloseAll.LinkColor = System.Drawing.Color.DarkGreen;
     this.llb_CloseAll.Location = new System.Drawing.Point(768, 4);
     this.llb_CloseAll.Name = "llb_CloseAll";
     this.llb_CloseAll.Size = new System.Drawing.Size(56, 14);
     this.llb_CloseAll.TabIndex = 0;
     this.llb_CloseAll.TabStop = true;
     this.llb_CloseAll.Text = "ȫ������";
     this.llb_CloseAll.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.llb_CloseAll, null);
     this.llb_CloseAll.VisitedLinkColor = System.Drawing.Color.DarkGreen;
     this.llb_CloseAll.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llb_CloseAll_LinkClicked);
     //
     // llb_ExpandAll
     //
     this.llb_ExpandAll.ActiveLinkColor = System.Drawing.Color.DarkGreen;
     this.llb_ExpandAll.BackColor = System.Drawing.Color.LightBlue;
     this.coreBind.SetDatabasecommand(this.llb_ExpandAll, null);
     this.llb_ExpandAll.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.llb_ExpandAll.LinkColor = System.Drawing.Color.DarkGreen;
     this.llb_ExpandAll.Location = new System.Drawing.Point(694, 4);
     this.llb_ExpandAll.Name = "llb_ExpandAll";
     this.llb_ExpandAll.Size = new System.Drawing.Size(56, 14);
     this.llb_ExpandAll.TabIndex = 0;
     this.llb_ExpandAll.TabStop = true;
     this.llb_ExpandAll.Text = "ȫ��չ��";
     this.llb_ExpandAll.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.llb_ExpandAll, null);
     this.llb_ExpandAll.VisitedLinkColor = System.Drawing.Color.DarkGreen;
     this.llb_ExpandAll.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llb_ExpandAll_LinkClicked);
     //
     // ultraGrid1
     //
     this.ultraGrid1.CalcManager = this.ultraCalcManager1;
     this.coreBind.SetDatabasecommand(this.ultraGrid1, null);
     this.ultraGrid1.DataSource = this.dataSet1;
     ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn1.Header.VisiblePosition = 0;
     ultraGridColumn1.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
     ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn1.RowLayoutColumnInfo.SpanX = 4;
     ultraGridColumn1.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn2.Header.VisiblePosition = 1;
     ultraGridColumn2.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn2.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn2.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn2.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn3.Header.VisiblePosition = 2;
     ultraGridColumn3.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn3.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn3.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn3.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn4.Header.VisiblePosition = 3;
     ultraGridColumn4.RowLayoutColumnInfo.OriginX = 3;
     ultraGridColumn4.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn4.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn4.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn5.Header.VisiblePosition = 4;
     ultraGridColumn5.RowLayoutColumnInfo.OriginX = 1;
     ultraGridColumn5.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn5.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn5.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn6.Header.VisiblePosition = 5;
     ultraGridColumn6.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
     ultraGridColumn6.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn6.RowLayoutColumnInfo.SpanX = 6;
     ultraGridColumn6.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn7.Header.VisiblePosition = 6;
     ultraGridColumn7.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn7.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn7.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn7.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn8.Header.VisiblePosition = 7;
     ultraGridColumn8.RowLayoutColumnInfo.OriginX = 5;
     ultraGridColumn8.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn8.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn8.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn9.Header.VisiblePosition = 8;
     ultraGridColumn9.RowLayoutColumnInfo.OriginX = 7;
     ultraGridColumn9.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn9.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn9.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn9.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn10.Header.VisiblePosition = 9;
     ultraGridColumn10.RowLayoutColumnInfo.OriginX = 8;
     ultraGridColumn10.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn10.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn10.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn10.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn11.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn11.Header.VisiblePosition = 10;
     ultraGridColumn11.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
     ultraGridColumn11.RowLayoutColumnInfo.OriginX = 10;
     ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn11.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn11.RowLayoutColumnInfo.SpanX = 6;
     ultraGridColumn11.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn12.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn12.Header.VisiblePosition = 11;
     ultraGridColumn12.RowLayoutColumnInfo.OriginX = 10;
     ultraGridColumn12.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn12.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn12.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn12.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn13.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn13.Header.VisiblePosition = 12;
     ultraGridColumn13.RowLayoutColumnInfo.OriginX = 11;
     ultraGridColumn13.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn13.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn13.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn13.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn14.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn14.Header.VisiblePosition = 13;
     ultraGridColumn14.RowLayoutColumnInfo.OriginX = 13;
     ultraGridColumn14.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn14.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn14.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn14.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn15.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn15.Header.VisiblePosition = 14;
     ultraGridColumn15.RowLayoutColumnInfo.OriginX = 14;
     ultraGridColumn15.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn15.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn15.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn15.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn16.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn16.Header.VisiblePosition = 15;
     ultraGridColumn16.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
     ultraGridColumn16.RowLayoutColumnInfo.OriginX = 27;
     ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn16.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn16.RowLayoutColumnInfo.SpanX = 3;
     ultraGridColumn16.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn17.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn17.Header.VisiblePosition = 16;
     ultraGridColumn17.RowLayoutColumnInfo.OriginX = 27;
     ultraGridColumn17.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn17.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn17.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn17.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn18.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn18.Header.VisiblePosition = 17;
     ultraGridColumn18.RowLayoutColumnInfo.OriginX = 28;
     ultraGridColumn18.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn18.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn18.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn18.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn19.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn19.Header.VisiblePosition = 18;
     ultraGridColumn19.RowLayoutColumnInfo.OriginX = 29;
     ultraGridColumn19.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn19.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn19.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn19.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn20.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn20.Header.VisiblePosition = 19;
     ultraGridColumn20.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
     ultraGridColumn20.RowLayoutColumnInfo.OriginX = 24;
     ultraGridColumn20.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn20.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn20.RowLayoutColumnInfo.SpanX = 3;
     ultraGridColumn20.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn21.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn21.Header.VisiblePosition = 20;
     ultraGridColumn21.RowLayoutColumnInfo.OriginX = 24;
     ultraGridColumn21.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn21.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn21.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn21.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn22.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn22.Header.VisiblePosition = 21;
     ultraGridColumn22.RowLayoutColumnInfo.OriginX = 25;
     ultraGridColumn22.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn22.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn22.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn22.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn23.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn23.Header.VisiblePosition = 22;
     ultraGridColumn23.RowLayoutColumnInfo.OriginX = 26;
     ultraGridColumn23.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn23.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn23.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn23.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn24.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn24.Header.VisiblePosition = 23;
     ultraGridColumn24.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
     ultraGridColumn24.RowLayoutColumnInfo.OriginX = 20;
     ultraGridColumn24.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn24.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn24.RowLayoutColumnInfo.SpanX = 4;
     ultraGridColumn24.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn25.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn25.Header.VisiblePosition = 24;
     ultraGridColumn25.RowLayoutColumnInfo.OriginX = 21;
     ultraGridColumn25.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn25.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn25.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn25.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn26.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn26.Header.VisiblePosition = 25;
     ultraGridColumn26.RowLayoutColumnInfo.OriginX = 22;
     ultraGridColumn26.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn26.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn26.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn26.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn27.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn27.Header.VisiblePosition = 26;
     ultraGridColumn27.RowLayoutColumnInfo.OriginX = 23;
     ultraGridColumn27.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn27.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn27.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn27.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn28.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn28.Header.VisiblePosition = 27;
     ultraGridColumn28.RowLayoutColumnInfo.OriginX = 30;
     ultraGridColumn28.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn28.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn28.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn28.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn29.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn29.Header.VisiblePosition = 28;
     ultraGridColumn29.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
     ultraGridColumn29.RowLayoutColumnInfo.OriginX = 31;
     ultraGridColumn29.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn29.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn29.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn29.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn30.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn30.Header.VisiblePosition = 29;
     ultraGridColumn30.RowLayoutColumnInfo.OriginX = 31;
     ultraGridColumn30.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn30.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn30.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn30.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn31.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn31.Header.VisiblePosition = 30;
     ultraGridColumn31.RowLayoutColumnInfo.OriginX = 32;
     ultraGridColumn31.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn31.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn31.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn31.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn32.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn32.Header.VisiblePosition = 31;
     ultraGridColumn32.RowLayoutColumnInfo.OriginX = 33;
     ultraGridColumn32.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn32.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn32.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn32.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn33.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn33.Header.VisiblePosition = 32;
     ultraGridColumn33.RowLayoutColumnInfo.OriginX = 34;
     ultraGridColumn33.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn33.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn33.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn33.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn34.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn34.Header.VisiblePosition = 33;
     ultraGridColumn34.RowLayoutColumnInfo.OriginX = 9;
     ultraGridColumn34.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn34.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn34.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn34.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn35.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn35.Header.VisiblePosition = 34;
     ultraGridColumn35.RowLayoutColumnInfo.OriginX = 15;
     ultraGridColumn35.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn35.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn35.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn35.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn36.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn36.Header.VisiblePosition = 35;
     ultraGridColumn36.RowLayoutColumnInfo.OriginX = 20;
     ultraGridColumn36.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn36.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn36.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn36.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn37.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn37.Header.VisiblePosition = 36;
     ultraGridColumn37.RowLayoutColumnInfo.OriginX = 18;
     ultraGridColumn37.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn37.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn37.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn37.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn38.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn38.Header.VisiblePosition = 37;
     ultraGridColumn38.RowLayoutColumnInfo.OriginX = 19;
     ultraGridColumn38.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn38.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn38.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn38.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn39.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn39.Header.VisiblePosition = 38;
     ultraGridColumn39.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn39.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn39.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn39.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn39.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn40.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn40.Header.VisiblePosition = 39;
     ultraGridColumn40.RowLayoutColumnInfo.OriginX = 12;
     ultraGridColumn40.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn40.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn40.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn40.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn41.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn41.Header.VisiblePosition = 40;
     ultraGridColumn41.RowLayoutColumnInfo.OriginX = 17;
     ultraGridColumn41.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn41.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(80, 0);
     ultraGridColumn41.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn41.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn42.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn42.Header.VisiblePosition = 41;
     ultraGridColumn42.RowLayoutColumnInfo.OriginX = 16;
     ultraGridColumn42.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn42.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(80, 0);
     ultraGridColumn42.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn42.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn43.Header.VisiblePosition = 42;
     ultraGridBand1.Columns.AddRange(new object[] {
     ultraGridColumn1,
     ultraGridColumn2,
     ultraGridColumn3,
     ultraGridColumn4,
     ultraGridColumn5,
     ultraGridColumn6,
     ultraGridColumn7,
     ultraGridColumn8,
     ultraGridColumn9,
     ultraGridColumn10,
     ultraGridColumn11,
     ultraGridColumn12,
     ultraGridColumn13,
     ultraGridColumn14,
     ultraGridColumn15,
     ultraGridColumn16,
     ultraGridColumn17,
     ultraGridColumn18,
     ultraGridColumn19,
     ultraGridColumn20,
     ultraGridColumn21,
     ultraGridColumn22,
     ultraGridColumn23,
     ultraGridColumn24,
     ultraGridColumn25,
     ultraGridColumn26,
     ultraGridColumn27,
     ultraGridColumn28,
     ultraGridColumn29,
     ultraGridColumn30,
     ultraGridColumn31,
     ultraGridColumn32,
     ultraGridColumn33,
     ultraGridColumn34,
     ultraGridColumn35,
     ultraGridColumn36,
     ultraGridColumn37,
     ultraGridColumn38,
     ultraGridColumn39,
     ultraGridColumn40,
     ultraGridColumn41,
     ultraGridColumn42,
     ultraGridColumn43});
     ultraGridBand1.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
     ultraGridBand1.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand1.Override.AllowRowLayoutColMoving = Infragistics.Win.Layout.GridBagLayoutAllowMoving.None;
     ultraGridBand1.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
     ultraGridBand1.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
     summarySettings1.DisplayFormat = "{0}";
     summarySettings1.GroupBySummaryValueAppearance = appearance17;
     summarySettings2.DisplayFormat = "{0}";
     summarySettings2.GroupBySummaryValueAppearance = appearance18;
     summarySettings3.DisplayFormat = "{0}";
     summarySettings3.GroupBySummaryValueAppearance = appearance19;
     summarySettings4.DisplayFormat = "{0}";
     summarySettings4.GroupBySummaryValueAppearance = appearance20;
     summarySettings5.DisplayFormat = "{0}";
     summarySettings5.GroupBySummaryValueAppearance = appearance21;
     summarySettings6.DisplayFormat = "{0}";
     summarySettings6.GroupBySummaryValueAppearance = appearance22;
     summarySettings7.DisplayFormat = "{0}";
     summarySettings7.GroupBySummaryValueAppearance = appearance23;
     summarySettings8.DisplayFormat = "{0}";
     summarySettings8.GroupBySummaryValueAppearance = appearance24;
     summarySettings9.DisplayFormat = "{0}";
     summarySettings9.GroupBySummaryValueAppearance = appearance26;
     summarySettings10.DisplayFormat = "{0}";
     summarySettings10.GroupBySummaryValueAppearance = appearance27;
     summarySettings11.DisplayFormat = "{0}";
     summarySettings11.GroupBySummaryValueAppearance = appearance28;
     ultraGridBand1.Summaries.AddRange(new Infragistics.Win.UltraWinGrid.SummarySettings[] {
     summarySettings1,
     summarySettings2,
     summarySettings3,
     summarySettings4,
     summarySettings5,
     summarySettings6,
     summarySettings7,
     summarySettings8,
     summarySettings9,
     summarySettings10,
     summarySettings11});
     ultraGridColumn44.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn44.Header.VisiblePosition = 0;
     ultraGridColumn44.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn44.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn44.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn44.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn44.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn45.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn45.Header.VisiblePosition = 1;
     ultraGridColumn45.RowLayoutColumnInfo.OriginX = 1;
     ultraGridColumn45.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn45.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn45.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn45.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn46.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn46.Header.VisiblePosition = 2;
     ultraGridColumn46.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn46.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn46.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn46.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn46.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn47.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn47.Header.VisiblePosition = 3;
     ultraGridColumn47.RowLayoutColumnInfo.OriginX = 3;
     ultraGridColumn47.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn47.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn47.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn47.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn48.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn48.Header.VisiblePosition = 4;
     ultraGridColumn48.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn48.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn48.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn48.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn48.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn49.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn49.Header.VisiblePosition = 5;
     ultraGridColumn49.RowLayoutColumnInfo.OriginX = 5;
     ultraGridColumn49.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn49.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn49.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn49.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn50.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn50.Header.VisiblePosition = 6;
     ultraGridColumn50.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn50.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn50.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn50.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn50.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn51.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn51.Header.VisiblePosition = 7;
     ultraGridColumn51.RowLayoutColumnInfo.OriginX = 8;
     ultraGridColumn51.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn51.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn51.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn51.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn52.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn52.Header.VisiblePosition = 8;
     ultraGridColumn52.RowLayoutColumnInfo.OriginX = 9;
     ultraGridColumn52.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn52.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn52.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn52.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn53.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn53.Header.VisiblePosition = 9;
     ultraGridColumn53.RowLayoutColumnInfo.OriginX = 13;
     ultraGridColumn53.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn53.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn53.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn53.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn54.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn54.Header.VisiblePosition = 10;
     ultraGridColumn54.RowLayoutColumnInfo.OriginX = 11;
     ultraGridColumn54.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn54.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn54.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn54.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn55.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn55.Header.VisiblePosition = 11;
     ultraGridColumn55.RowLayoutColumnInfo.OriginX = 12;
     ultraGridColumn55.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn55.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn55.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn55.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn56.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn56.Header.VisiblePosition = 12;
     ultraGridColumn56.RowLayoutColumnInfo.OriginX = 10;
     ultraGridColumn56.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn56.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn56.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn56.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn57.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn57.Header.VisiblePosition = 13;
     ultraGridColumn57.RowLayoutColumnInfo.OriginX = 14;
     ultraGridColumn57.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn57.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn57.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn57.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn58.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn58.Header.VisiblePosition = 14;
     ultraGridColumn58.RowLayoutColumnInfo.OriginX = 15;
     ultraGridColumn58.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn58.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn58.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn58.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn59.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn59.Header.VisiblePosition = 15;
     ultraGridColumn59.RowLayoutColumnInfo.OriginX = 16;
     ultraGridColumn59.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn59.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn59.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn59.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn60.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn60.Header.VisiblePosition = 16;
     ultraGridColumn60.RowLayoutColumnInfo.OriginX = 17;
     ultraGridColumn60.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn60.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn60.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn60.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn61.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn61.Header.VisiblePosition = 17;
     ultraGridColumn61.RowLayoutColumnInfo.OriginX = 18;
     ultraGridColumn61.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn61.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn61.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn61.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn62.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn62.Header.VisiblePosition = 18;
     ultraGridColumn62.Hidden = true;
     ultraGridColumn62.RowLayoutColumnInfo.OriginX = 18;
     ultraGridColumn62.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn62.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn62.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn62.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn63.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn63.Header.VisiblePosition = 19;
     ultraGridColumn63.RowLayoutColumnInfo.OriginX = 7;
     ultraGridColumn63.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn63.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn63.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn63.RowLayoutColumnInfo.SpanY = 1;
     ultraGridBand2.Columns.AddRange(new object[] {
     ultraGridColumn44,
     ultraGridColumn45,
     ultraGridColumn46,
     ultraGridColumn47,
     ultraGridColumn48,
     ultraGridColumn49,
     ultraGridColumn50,
     ultraGridColumn51,
     ultraGridColumn52,
     ultraGridColumn53,
     ultraGridColumn54,
     ultraGridColumn55,
     ultraGridColumn56,
     ultraGridColumn57,
     ultraGridColumn58,
     ultraGridColumn59,
     ultraGridColumn60,
     ultraGridColumn61,
     ultraGridColumn62,
     ultraGridColumn63});
     ultraGridBand2.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
     ultraGridBand2.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand2.Override.AllowRowLayoutColMoving = Infragistics.Win.Layout.GridBagLayoutAllowMoving.None;
     ultraGridBand2.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
     ultraGridBand2.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     appearance29.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(242)))), ((int)(((byte)(199)))));
     appearance29.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(184)))), ((int)(((byte)(131)))));
     appearance29.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     ultraGridBand2.Override.HeaderAppearance = appearance29;
     appearance30.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(242)))), ((int)(((byte)(199)))));
     appearance30.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(184)))), ((int)(((byte)(131)))));
     appearance30.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     ultraGridBand2.Override.RowSelectorAppearance = appearance30;
     ultraGridBand2.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
     this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
     this.ultraGrid1.DisplayLayout.InterBandSpacing = 8;
     appearance116.FontData.BoldAsString = "True";
     this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance116;
     this.ultraGrid1.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
     this.ultraGrid1.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
     appearance117.BackColor = System.Drawing.Color.Transparent;
     this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance117;
     appearance25.TextVAlignAsString = "Middle";
     this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance25;
     this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.ultraGrid1.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
     appearance118.BackColor = System.Drawing.Color.LightSteelBlue;
     appearance118.TextHAlignAsString = "Center";
     appearance118.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance118;
     this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.ultraGrid1.DisplayLayout.Override.MaxSelectedRows = 1;
     this.ultraGrid1.DisplayLayout.Override.MinRowHeight = 21;
     appearance1.TextVAlignAsString = "Middle";
     this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance1;
     appearance119.BackColor = System.Drawing.Color.LightSteelBlue;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance119;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
     this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorWidth = 26;
     this.ultraGrid1.DisplayLayout.Override.RowSpacingBefore = 0;
     appearance120.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
     appearance120.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
     appearance120.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance120.ForeColor = System.Drawing.Color.Black;
     this.ultraGrid1.DisplayLayout.Override.SelectedRowAppearance = appearance120;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
     this.ultraGrid1.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGrid1.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.ultraGrid1.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
     this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGrid1.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGrid1.Location = new System.Drawing.Point(3, 24);
     this.ultraGrid1.Name = "ultraGrid1";
     this.ultraGrid1.Size = new System.Drawing.Size(986, 412);
     this.ultraGrid1.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraGrid1, null);
     this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
     //
     // ultraCalcManager1
     //
     this.ultraCalcManager1.ContainingControl = this;
     //
     // dataSet1
     //
     this.dataSet1.DataSetName = "NewDataSet";
     this.dataSet1.Relations.AddRange(new System.Data.DataRelation[] {
     new System.Data.DataRelation("Relation1", "Table1", "Table2", new string[] {
                 "FS_ZC_BATCHNO"}, new string[] {
                 "FS_BATCHNO"}, false)});
     this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
     this.dataTable1,
     this.dataTable2});
     //
     // dataTable1
     //
     this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn1,
     this.dataColumn2,
     this.dataColumn3,
     this.dataColumn4,
     this.dataColumn5,
     this.dataColumn6,
     this.dataColumn7,
     this.dataColumn8,
     this.dataColumn9,
     this.dataColumn10,
     this.dataColumn11,
     this.dataColumn12,
     this.dataColumn13,
     this.dataColumn14,
     this.dataColumn15,
     this.dataColumn16,
     this.dataColumn17,
     this.dataColumn18,
     this.dataColumn19,
     this.dataColumn20,
     this.dataColumn21,
     this.dataColumn22,
     this.dataColumn23,
     this.dataColumn24,
     this.dataColumn25,
     this.dataColumn26,
     this.dataColumn27,
     this.dataColumn28,
     this.dataColumn29,
     this.dataColumn30,
     this.dataColumn31,
     this.dataColumn32,
     this.dataColumn33,
     this.dataColumn53,
     this.dataColumn54,
     this.dataColumn55,
     this.dataColumn56,
     this.dataColumn57,
     this.dataColumn58,
     this.dataColumn59,
     this.dataColumn61,
     this.dataColumn62});
     this.dataTable1.Constraints.AddRange(new System.Data.Constraint[] {
     new System.Data.UniqueConstraint("Constraint1", new string[] {
                 "FS_ZC_BATCHNO"}, false)});
     this.dataTable1.TableName = "Table1";
     //
     // dataColumn1
     //
     this.dataColumn1.ColumnName = "�������";
     //
     // dataColumn2
     //
     this.dataColumn2.Caption = "���Ʊ��";
     this.dataColumn2.ColumnName = "FS_ZC_BATCHNO";
     //
     // dataColumn3
     //
     this.dataColumn3.Caption = "���";
     this.dataColumn3.ColumnName = "FN_ZZ_SPEC";
     //
     // dataColumn4
     //
     this.dataColumn4.Caption = "����";
     this.dataColumn4.ColumnName = "FN_LENGTH";
     //
     // dataColumn5
     //
     this.dataColumn5.Caption = "�ƺ�";
     this.dataColumn5.ColumnName = "FS_GP_STEELTYPE";
     //
     // dataColumn6
     //
     this.dataColumn6.ColumnName = "A��";
     //
     // dataColumn7
     //
     this.dataColumn7.Caption = "Ԥ��";
     this.dataColumn7.ColumnName = "FN_POINT_01_PLAN";
     //
     // dataColumn8
     //
     this.dataColumn8.Caption = "ʵ��";
     this.dataColumn8.ColumnName = "FN_POINT_01_NUM";
     //
     // dataColumn9
     //
     this.dataColumn9.Caption = "����";
     this.dataColumn9.ColumnName = "FN_POINT_01_WGT";
     //
     // dataColumn10
     //
     this.dataColumn10.Caption = "����";
     this.dataColumn10.ColumnName = "FN_POINT_01_WGT_LL";
     //
     // dataColumn11
     //
     this.dataColumn11.ColumnName = "B��";
     //
     // dataColumn12
     //
     this.dataColumn12.Caption = "Ԥ��";
     this.dataColumn12.ColumnName = "FN_POINT_02_PLAN";
     //
     // dataColumn13
     //
     this.dataColumn13.Caption = "ʵ��";
     this.dataColumn13.ColumnName = "FN_POINT_02_NUM";
     //
     // dataColumn14
     //
     this.dataColumn14.Caption = "����";
     this.dataColumn14.ColumnName = "FN_POINT_02_WGT";
     //
     // dataColumn15
     //
     this.dataColumn15.Caption = "����";
     this.dataColumn15.ColumnName = "FN_POINT_02_WGT_LL";
     //
     // dataColumn16
     //
     this.dataColumn16.ColumnName = "����";
     //
     // dataColumn17
     //
     this.dataColumn17.Caption = "����";
     this.dataColumn17.ColumnName = "FN_BILLET_COUNT";
     //
     // dataColumn18
     //
     this.dataColumn18.Caption = "����";
     this.dataColumn18.ColumnName = "FN_BILLET_WEIGHT";
     //
     // dataColumn19
     //
     this.dataColumn19.Caption = "����";
     this.dataColumn19.ColumnName = "FN_BILLET_WEIGHT_LL";
     //
     // dataColumn20
     //
     this.dataColumn20.ColumnName = "װ¯";
     //
     // dataColumn21
     //
     this.dataColumn21.Caption = "����";
     this.dataColumn21.ColumnName = "FN_ZC_ENTERNUMBER";
     //
     // dataColumn22
     //
     this.dataColumn22.Caption = "����";
     this.dataColumn22.ColumnName = "FN_ZC_ENTERWEIGHT";
     //
     // dataColumn23
     //
     this.dataColumn23.Caption = "����";
     this.dataColumn23.ColumnName = "FN_ZC_ENTERWEIGHT_LL";
     //
     // dataColumn24
     //
     this.dataColumn24.ColumnName = "�ɲ�";
     //
     // dataColumn25
     //
     this.dataColumn25.Caption = "����";
     this.dataColumn25.ColumnName = "FN_ZZ_NUM";
     //
     // dataColumn26
     //
     this.dataColumn26.Caption = "����";
     this.dataColumn26.ColumnName = "FN_ZZ_WEIGHT";
     //
     // dataColumn27
     //
     this.dataColumn27.Caption = "����";
     this.dataColumn27.ColumnName = "FN_ZZ_WEIGHT_LL";
     //
     // dataColumn28
     //
     this.dataColumn28.Caption = "��������";
     this.dataColumn28.ColumnName = "FS_ZC_ORDERNO";
     //
     // dataColumn29
     //
     this.dataColumn29.ColumnName = "ԭ��";
     //
     // dataColumn30
     //
     this.dataColumn30.Caption = "���";
     this.dataColumn30.ColumnName = "FS_GP_SPE";
     //
     // dataColumn31
     //
     this.dataColumn31.Caption = "����";
     this.dataColumn31.ColumnName = "FN_GP_LEN";
     //
     // dataColumn32
     //
     this.dataColumn32.Caption = "������";
     this.dataColumn32.ColumnName = "FS_BATCH_OPTOR";
     //
     // dataColumn33
     //
     this.dataColumn33.Caption = "����ʱ��";
     this.dataColumn33.ColumnName = "FS_BATCH_OPTDATE";
     //
     // dataColumn53
     //
     this.dataColumn53.Caption = "���";
     this.dataColumn53.ColumnName = "FN_POINT_01_DONE";
     //
     // dataColumn54
     //
     this.dataColumn54.Caption = "���";
     this.dataColumn54.ColumnName = "FN_POINT_02_DONE";
     //
     // dataColumn55
     //
     this.dataColumn55.Caption = "�ѳ�¯";
     this.dataColumn55.ColumnName = "DISCHARGED";
     //
     // dataColumn56
     //
     this.dataColumn56.Caption = "Ԥ��Ա";
     this.dataColumn56.ColumnName = "FS_PLANPERSON";
     //
     // dataColumn57
     //
     this.dataColumn57.Caption = "Ԥ��ʱ��";
     this.dataColumn57.ColumnName = "FD_PLANTIME";
     //
     // dataColumn58
     //
     this.dataColumn58.Caption = "�dz�";
     this.dataColumn58.ColumnName = "FN_POINT_01_FC";
     //
     // dataColumn59
     //
     this.dataColumn59.Caption = "�dz�";
     this.dataColumn59.ColumnName = "FN_POINT_02_FC";
     //
     // dataColumn61
     //
     this.dataColumn61.Caption = "ʵ�سɲ���(%)";
     this.dataColumn61.ColumnName = "RATE_ACTUAL";
     //
     // dataColumn62
     //
     this.dataColumn62.Caption = "���سɲ���(%)";
     this.dataColumn62.ColumnName = "RATE_THEORY";
     //
     // dataTable2
     //
     this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn34,
     this.dataColumn35,
     this.dataColumn36,
     this.dataColumn37,
     this.dataColumn38,
     this.dataColumn39,
     this.dataColumn40,
     this.dataColumn41,
     this.dataColumn42,
     this.dataColumn43,
     this.dataColumn44,
     this.dataColumn45,
     this.dataColumn46,
     this.dataColumn47,
     this.dataColumn48,
     this.dataColumn49,
     this.dataColumn50,
     this.dataColumn51,
     this.dataColumn52,
     this.dataColumn60});
     this.dataTable2.Constraints.AddRange(new System.Data.Constraint[] {
     new System.Data.ForeignKeyConstraint("Relation1", "Table1", new string[] {
                 "FS_ZC_BATCHNO"}, new string[] {
                 "FS_BATCHNO"}, System.Data.AcceptRejectRule.None, System.Data.Rule.Cascade, System.Data.Rule.Cascade)});
     this.dataTable2.TableName = "Table2";
     //
     // dataColumn34
     //
     this.dataColumn34.Caption = "������";
     this.dataColumn34.ColumnName = "FS_POINTID";
     //
     // dataColumn35
     //
     this.dataColumn35.Caption = "Ԥ����";
     this.dataColumn35.ColumnName = "FN_POINT_PLAN";
     //
     // dataColumn36
     //
     this.dataColumn36.Caption = "�����";
     this.dataColumn36.ColumnName = "FN_POINT_NUM";
     //
     // dataColumn37
     //
     this.dataColumn37.Caption = "����";
     this.dataColumn37.ColumnName = "FN_POINT_WGT";
     //
     // dataColumn38
     //
     this.dataColumn38.Caption = "����";
     this.dataColumn38.ColumnName = "FN_POINT_WGT_LL";
     //
     // dataColumn39
     //
     this.dataColumn39.Caption = "�ƺ�";
     this.dataColumn39.ColumnName = "FS_STEELTYPE";
     //
     // dataColumn40
     //
     this.dataColumn40.Caption = "���";
     this.dataColumn40.ColumnName = "FS_SPEC";
     //
     // dataColumn41
     //
     this.dataColumn41.Caption = "����";
     this.dataColumn41.ColumnName = "FN_LENGTH";
     //
     // dataColumn42
     //
     this.dataColumn42.Caption = "������";
     this.dataColumn42.ColumnName = "FS_PRODUCTNO";
     //
     // dataColumn43
     //
     this.dataColumn43.Caption = "��������";
     this.dataColumn43.ColumnName = "FS_PRINTWEIGHTTYPE";
     //
     // dataColumn44
     //
     this.dataColumn44.Caption = "����֧��";
     this.dataColumn44.ColumnName = "FN_SINGLENUM";
     //
     // dataColumn45
     //
     this.dataColumn45.Caption = "��������";
     this.dataColumn45.ColumnName = "FN_SINGLEWEIGHT";
     //
     // dataColumn46
     //
     this.dataColumn46.Caption = "��׼��";
     this.dataColumn46.ColumnName = "FS_STANDNO";
     //
     // dataColumn47
     //
     this.dataColumn47.Caption = "��������";
     this.dataColumn47.ColumnName = "FS_PRINTTYPE";
     //
     // dataColumn48
     //
     this.dataColumn48.Caption = "˫��";
     this.dataColumn48.ColumnName = "FS_TWINSTYPE";
     //
     // dataColumn49
     //
     this.dataColumn49.Caption = "��ַ";
     this.dataColumn49.ColumnName = "FS_ADDRESSCHECK";
     //
     // dataColumn50
     //
     this.dataColumn50.Caption = "��׼";
     this.dataColumn50.ColumnName = "FS_STANDARDCHECK";
     //
     // dataColumn51
     //
     this.dataColumn51.Caption = "�ƺ�";
     this.dataColumn51.ColumnName = "FS_STEELTYPECHECK";
     //
     // dataColumn52
     //
     this.dataColumn52.Caption = "���Ʊ��";
     this.dataColumn52.ColumnName = "FS_BATCHNO";
     //
     // dataColumn60
     //
     this.dataColumn60.Caption = "�dz�";
     this.dataColumn60.ColumnName = "FS_FCLFLAG";
     //
     // cbx_Filter
     //
     this.cbx_Filter.AutoSize = true;
     this.cbx_Filter.BackColor = System.Drawing.Color.LightBlue;
     this.coreBind.SetDatabasecommand(this.cbx_Filter, null);
     this.cbx_Filter.Location = new System.Drawing.Point(868, 2);
     this.cbx_Filter.Name = "cbx_Filter";
     this.cbx_Filter.Size = new System.Drawing.Size(48, 16);
     this.cbx_Filter.TabIndex = 0;
     this.cbx_Filter.Text = "����";
     this.cbx_Filter.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.cbx_Filter.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.cbx_Filter, null);
     this.cbx_Filter.CheckedChanged += new System.EventHandler(this.cbx_Filter_CheckedChanged);
     //
     // ultraExpandableGroupBox1
     //
     this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel2);
     this.coreBind.SetDatabasecommand(this.ultraExpandableGroupBox1, null);
     this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(992, 189);
     this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 439);
     this.ultraExpandableGroupBox1.Margin = new System.Windows.Forms.Padding(1);
     this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
     this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(992, 189);
     this.ultraExpandableGroupBox1.TabIndex = 0;
     this.ultraExpandableGroupBox1.Text = "���ݱ༭����";
     this.coreBind.SetVerification(this.ultraExpandableGroupBox1, null);
     this.ultraExpandableGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // ultraExpandableGroupBoxPanel2
     //
     this.ultraExpandableGroupBoxPanel2.Controls.Add(this.panel1);
     this.coreBind.SetDatabasecommand(this.ultraExpandableGroupBoxPanel2, null);
     this.ultraExpandableGroupBoxPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraExpandableGroupBoxPanel2.Location = new System.Drawing.Point(3, 20);
     this.ultraExpandableGroupBoxPanel2.Name = "ultraExpandableGroupBoxPanel2";
     this.ultraExpandableGroupBoxPanel2.Size = new System.Drawing.Size(986, 166);
     this.ultraExpandableGroupBoxPanel2.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraExpandableGroupBoxPanel2, null);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.lbl_Rate_Plan2);
     this.panel1.Controls.Add(this.lbl_Rate_Plan1);
     this.panel1.Controls.Add(this.lbl_Rate_Pre);
     this.panel1.Controls.Add(this.cbx_WgtT);
     this.panel1.Controls.Add(this.cbx_WgtR);
     this.panel1.Controls.Add(this.cbx_FC2);
     this.panel1.Controls.Add(this.cbx_FC1);
     this.panel1.Controls.Add(this.btnSave2);
     this.panel1.Controls.Add(this.btnSave1);
     this.panel1.Controls.Add(this.btnDone2);
     this.panel1.Controls.Add(this.btnDone1);
     this.panel1.Controls.Add(this.ultraLabel9);
     this.panel1.Controls.Add(this.cbEdt_CardType);
     this.panel1.Controls.Add(this.lbl_Count);
     this.panel1.Controls.Add(this.cbx_Steel);
     this.panel1.Controls.Add(this.Edt_WgtLL);
     this.panel1.Controls.Add(this.Edt_Num2);
     this.panel1.Controls.Add(this.Edt_Num1);
     this.panel1.Controls.Add(this.Edt_SingleNum);
     this.panel1.Controls.Add(this.Edt_BatchNo);
     this.panel1.Controls.Add(this.Edt_OrderNo);
     this.panel1.Controls.Add(this.ultraLabel3);
     this.panel1.Controls.Add(this.ultraLabel2);
     this.panel1.Controls.Add(this.ultraLabel8);
     this.panel1.Controls.Add(this.ultraLabel6);
     this.panel1.Controls.Add(this.ultraLabel7);
     this.panel1.Controls.Add(this.cbEdt_Length);
     this.panel1.Controls.Add(this.ultraLabel4);
     this.panel1.Controls.Add(this.ultraLabel5);
     this.panel1.Controls.Add(this.ultraLabel1);
     this.panel1.Controls.Add(this.cbEdt_Spec);
     this.panel1.Controls.Add(this.cbEdt_StandardNo);
     this.panel1.Controls.Add(this.cbx_Point2);
     this.panel1.Controls.Add(this.cbEdt_Steel);
     this.panel1.Controls.Add(this.cbx_StandardNo);
     this.panel1.Controls.Add(this.cbx_Addr);
     this.panel1.Controls.Add(this.cbx_Double);
     this.panel1.Controls.Add(this.cbx_Point1);
     this.coreBind.SetDatabasecommand(this.panel1, null);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(986, 166);
     this.panel1.TabIndex = 0;
     this.coreBind.SetVerification(this.panel1, null);
     //
     // lbl_Rate_Plan2
     //
     this.lbl_Rate_Plan2.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.lbl_Rate_Plan2, null);
     this.lbl_Rate_Plan2.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lbl_Rate_Plan2.ForeColor = System.Drawing.Color.Green;
     this.lbl_Rate_Plan2.Location = new System.Drawing.Point(838, 119);
     this.lbl_Rate_Plan2.Name = "lbl_Rate_Plan2";
     this.lbl_Rate_Plan2.Size = new System.Drawing.Size(29, 12);
     this.lbl_Rate_Plan2.TabIndex = 0;
     this.lbl_Rate_Plan2.Text = "����";
     this.coreBind.SetVerification(this.lbl_Rate_Plan2, null);
     //
     // lbl_Rate_Plan1
     //
     this.lbl_Rate_Plan1.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.lbl_Rate_Plan1, null);
     this.lbl_Rate_Plan1.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lbl_Rate_Plan1.ForeColor = System.Drawing.Color.Green;
     this.lbl_Rate_Plan1.Location = new System.Drawing.Point(408, 119);
     this.lbl_Rate_Plan1.Name = "lbl_Rate_Plan1";
     this.lbl_Rate_Plan1.Size = new System.Drawing.Size(29, 12);
     this.lbl_Rate_Plan1.TabIndex = 0;
     this.lbl_Rate_Plan1.Text = "����";
     this.coreBind.SetVerification(this.lbl_Rate_Plan1, null);
     //
     // lbl_Rate_Pre
     //
     this.lbl_Rate_Pre.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.lbl_Rate_Pre, null);
     this.lbl_Rate_Pre.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lbl_Rate_Pre.ForeColor = System.Drawing.Color.Green;
     this.lbl_Rate_Pre.Location = new System.Drawing.Point(587, 78);
     this.lbl_Rate_Pre.Name = "lbl_Rate_Pre";
     this.lbl_Rate_Pre.Size = new System.Drawing.Size(29, 12);
     this.lbl_Rate_Pre.TabIndex = 0;
     this.lbl_Rate_Pre.Text = "����";
     this.coreBind.SetVerification(this.lbl_Rate_Pre, null);
     //
     // cbx_WgtT
     //
     appearance10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.cbx_WgtT.Appearance = appearance10;
     this.cbx_WgtT.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.cbx_WgtT, null);
     this.cbx_WgtT.Location = new System.Drawing.Point(748, 21);
     this.cbx_WgtT.Name = "cbx_WgtT";
     this.cbx_WgtT.Size = new System.Drawing.Size(71, 19);
     this.cbx_WgtT.TabIndex = 10;
     this.cbx_WgtT.Text = "���ش���";
     this.coreBind.SetVerification(this.cbx_WgtT, null);
     //
     // cbx_WgtR
     //
     appearance9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.cbx_WgtR.Appearance = appearance9;
     this.cbx_WgtR.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.cbx_WgtR, null);
     this.cbx_WgtR.Location = new System.Drawing.Point(649, 21);
     this.cbx_WgtR.Name = "cbx_WgtR";
     this.cbx_WgtR.Size = new System.Drawing.Size(71, 19);
     this.cbx_WgtR.TabIndex = 9;
     this.cbx_WgtR.Text = "ʵ�ش���";
     this.coreBind.SetVerification(this.cbx_WgtR, null);
     //
     // cbx_FC2
     //
     this.cbx_FC2.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.cbx_FC2, null);
     this.cbx_FC2.Enabled = false;
     this.cbx_FC2.Location = new System.Drawing.Point(649, 116);
     this.cbx_FC2.Name = "cbx_FC2";
     this.cbx_FC2.Size = new System.Drawing.Size(46, 19);
     this.cbx_FC2.TabIndex = 22;
     this.cbx_FC2.Text = "�dz�";
     this.coreBind.SetVerification(this.cbx_FC2, null);
     this.cbx_FC2.CheckedChanged += new System.EventHandler(this.cbx_FC2_CheckedChanged);
     //
     // cbx_FC1
     //
     this.cbx_FC1.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.cbx_FC1, null);
     this.cbx_FC1.Enabled = false;
     this.cbx_FC1.Location = new System.Drawing.Point(219, 116);
     this.cbx_FC1.Name = "cbx_FC1";
     this.cbx_FC1.Size = new System.Drawing.Size(46, 19);
     this.cbx_FC1.TabIndex = 17;
     this.cbx_FC1.Text = "�dz�";
     this.coreBind.SetVerification(this.cbx_FC1, null);
     this.cbx_FC1.CheckedChanged += new System.EventHandler(this.cbx_FC1_CheckedChanged);
     //
     // btnSave2
     //
     this.coreBind.SetDatabasecommand(this.btnSave2, null);
     this.btnSave2.Location = new System.Drawing.Point(703, 114);
     this.btnSave2.Name = "btnSave2";
     this.btnSave2.Size = new System.Drawing.Size(62, 23);
     this.btnSave2.TabIndex = 23;
     this.btnSave2.Text = "ɾ��Ԥ��";
     this.btnSave2.UseVisualStyleBackColor = true;
     this.coreBind.SetVerification(this.btnSave2, null);
     this.btnSave2.Click += new System.EventHandler(this.btnSave_Click);
     //
     // btnSave1
     //
     this.coreBind.SetDatabasecommand(this.btnSave1, null);
     this.btnSave1.Location = new System.Drawing.Point(273, 114);
     this.btnSave1.Name = "btnSave1";
     this.btnSave1.Size = new System.Drawing.Size(62, 23);
     this.btnSave1.TabIndex = 18;
     this.btnSave1.Text = "ɾ��Ԥ��";
     this.btnSave1.UseVisualStyleBackColor = true;
     this.coreBind.SetVerification(this.btnSave1, null);
     this.btnSave1.Click += new System.EventHandler(this.btnSave_Click);
     //
     // btnDone2
     //
     this.coreBind.SetDatabasecommand(this.btnDone2, null);
     this.btnDone2.Enabled = false;
     this.btnDone2.Location = new System.Drawing.Point(773, 114);
     this.btnDone2.Name = "btnDone2";
     this.btnDone2.Size = new System.Drawing.Size(62, 23);
     this.btnDone2.TabIndex = 24;
     this.btnDone2.Text = "��������";
     this.btnDone2.UseVisualStyleBackColor = true;
     this.coreBind.SetVerification(this.btnDone2, null);
     this.btnDone2.Click += new System.EventHandler(this.btnDone_Click);
     //
     // btnDone1
     //
     this.coreBind.SetDatabasecommand(this.btnDone1, null);
     this.btnDone1.Enabled = false;
     this.btnDone1.Location = new System.Drawing.Point(343, 114);
     this.btnDone1.Name = "btnDone1";
     this.btnDone1.Size = new System.Drawing.Size(62, 23);
     this.btnDone1.TabIndex = 19;
     this.btnDone1.Text = "��������";
     this.btnDone1.UseVisualStyleBackColor = true;
     this.coreBind.SetVerification(this.btnDone1, null);
     this.btnDone1.Click += new System.EventHandler(this.btnDone_Click);
     //
     // ultraLabel9
     //
     this.ultraLabel9.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.ultraLabel9, null);
     this.ultraLabel9.Location = new System.Drawing.Point(431, 78);
     this.ultraLabel9.Name = "ultraLabel9";
     this.ultraLabel9.Size = new System.Drawing.Size(54, 16);
     this.ultraLabel9.TabIndex = 0;
     this.ultraLabel9.Text = "��������";
     this.coreBind.SetVerification(this.ultraLabel9, null);
     //
     // cbEdt_CardType
     //
     this.cbEdt_CardType.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.SuggestAppend;
     this.coreBind.SetDatabasecommand(this.cbEdt_CardType, null);
     valueListItem22.DataValue = "";
     valueListItem18.DataValue = "�ص㹤��ר��";
     valueListItem18.DisplayText = "�ص㹤��ר��";
     valueListItem19.DataValue = "ʡ��ר��";
     valueListItem19.DisplayText = "ʡ��ר��";
     valueListItem20.DataValue = "ʡ��ר��";
     valueListItem20.DisplayText = "ʡ��ר��";
     valueListItem21.DataValue = "�������";
     valueListItem21.DisplayText = "�������";
     this.cbEdt_CardType.Items.AddRange(new Infragistics.Win.ValueListItem[] {
     valueListItem22,
     valueListItem18,
     valueListItem19,
     valueListItem20,
     valueListItem21});
     this.cbEdt_CardType.Location = new System.Drawing.Point(489, 74);
     this.cbEdt_CardType.MaxLength = 20;
     this.cbEdt_CardType.Name = "cbEdt_CardType";
     this.cbEdt_CardType.Size = new System.Drawing.Size(92, 21);
     this.cbEdt_CardType.TabIndex = 8;
     this.coreBind.SetVerification(this.cbEdt_CardType, null);
     //
     // lbl_Count
     //
     this.lbl_Count.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.lbl_Count, null);
     this.lbl_Count.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lbl_Count.ForeColor = System.Drawing.Color.Green;
     this.lbl_Count.Location = new System.Drawing.Point(586, 53);
     this.lbl_Count.Name = "lbl_Count";
     this.lbl_Count.Size = new System.Drawing.Size(29, 12);
     this.lbl_Count.TabIndex = 0;
     this.lbl_Count.Text = "����";
     this.coreBind.SetVerification(this.lbl_Count, null);
     //
     // cbx_Steel
     //
     this.cbx_Steel.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.cbx_Steel, null);
     this.cbx_Steel.Location = new System.Drawing.Point(748, 75);
     this.cbx_Steel.Name = "cbx_Steel";
     this.cbx_Steel.Size = new System.Drawing.Size(71, 19);
     this.cbx_Steel.TabIndex = 14;
     this.cbx_Steel.Text = "��ӡ�ƺ�";
     this.coreBind.SetVerification(this.cbx_Steel, null);
     //
     // Edt_WgtLL
     //
     this.coreBind.SetDatabasecommand(this.Edt_WgtLL, null);
     this.Edt_WgtLL.Location = new System.Drawing.Point(489, 47);
     this.Edt_WgtLL.MaskInput = "{LOC}n.nnn";
     this.Edt_WgtLL.Name = "Edt_WgtLL";
     this.Edt_WgtLL.Nullable = true;
     this.Edt_WgtLL.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.Edt_WgtLL.Size = new System.Drawing.Size(92, 21);
     this.Edt_WgtLL.TabIndex = 7;
     this.Edt_WgtLL.Value = null;
     this.coreBind.SetVerification(this.Edt_WgtLL, null);
     this.Edt_WgtLL.ValueChanged += new System.EventHandler(this.Edt_WgtLL_ValueChanged);
     //
     // Edt_Num2
     //
     this.coreBind.SetDatabasecommand(this.Edt_Num2, null);
     this.Edt_Num2.Enabled = false;
     this.Edt_Num2.Location = new System.Drawing.Point(586, 115);
     this.Edt_Num2.MaskInput = "{LOC}nnn";
     this.Edt_Num2.Name = "Edt_Num2";
     this.Edt_Num2.Nullable = true;
     this.Edt_Num2.Size = new System.Drawing.Size(55, 21);
     this.Edt_Num2.TabIndex = 21;
     this.Edt_Num2.Value = null;
     this.coreBind.SetVerification(this.Edt_Num2, null);
     this.Edt_Num2.ValueChanged += new System.EventHandler(this.Edt_Num2_ValueChanged);
     //
     // Edt_Num1
     //
     this.coreBind.SetDatabasecommand(this.Edt_Num1, null);
     this.Edt_Num1.Enabled = false;
     this.Edt_Num1.Location = new System.Drawing.Point(156, 115);
     this.Edt_Num1.MaskInput = "{LOC}nnn";
     this.Edt_Num1.Name = "Edt_Num1";
     this.Edt_Num1.Nullable = true;
     this.Edt_Num1.Size = new System.Drawing.Size(55, 21);
     this.Edt_Num1.TabIndex = 16;
     this.Edt_Num1.Value = null;
     this.coreBind.SetVerification(this.Edt_Num1, null);
     this.Edt_Num1.ValueChanged += new System.EventHandler(this.Edt_Num1_ValueChanged);
     //
     // Edt_SingleNum
     //
     this.coreBind.SetDatabasecommand(this.Edt_SingleNum, null);
     this.Edt_SingleNum.Location = new System.Drawing.Point(489, 20);
     this.Edt_SingleNum.MaskInput = "{LOC}nnn";
     this.Edt_SingleNum.Name = "Edt_SingleNum";
     this.Edt_SingleNum.Nullable = true;
     this.Edt_SingleNum.Size = new System.Drawing.Size(92, 21);
     this.Edt_SingleNum.TabIndex = 6;
     this.Edt_SingleNum.Value = null;
     this.coreBind.SetVerification(this.Edt_SingleNum, null);
     //
     // Edt_BatchNo
     //
     this.coreBind.SetDatabasecommand(this.Edt_BatchNo, null);
     this.Edt_BatchNo.Enabled = false;
     this.Edt_BatchNo.Location = new System.Drawing.Point(265, 20);
     this.Edt_BatchNo.MaxLength = 20;
     this.Edt_BatchNo.Name = "Edt_BatchNo";
     this.Edt_BatchNo.Size = new System.Drawing.Size(119, 21);
     this.Edt_BatchNo.TabIndex = 0;
     this.coreBind.SetVerification(this.Edt_BatchNo, null);
     //
     // Edt_OrderNo
     //
     this.coreBind.SetDatabasecommand(this.Edt_OrderNo, null);
     this.Edt_OrderNo.Location = new System.Drawing.Point(265, 47);
     this.Edt_OrderNo.MaxLength = 12;
     this.Edt_OrderNo.Name = "Edt_OrderNo";
     this.Edt_OrderNo.Size = new System.Drawing.Size(119, 21);
     this.Edt_OrderNo.TabIndex = 4;
     this.coreBind.SetVerification(this.Edt_OrderNo, null);
     //
     // ultraLabel3
     //
     this.ultraLabel3.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.ultraLabel3, null);
     this.ultraLabel3.Location = new System.Drawing.Point(28, 78);
     this.ultraLabel3.Name = "ultraLabel3";
     this.ultraLabel3.Size = new System.Drawing.Size(29, 16);
     this.ultraLabel3.TabIndex = 0;
     this.ultraLabel3.Text = "����";
     this.coreBind.SetVerification(this.ultraLabel3, null);
     //
     // ultraLabel2
     //
     this.ultraLabel2.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.ultraLabel2, null);
     this.ultraLabel2.Location = new System.Drawing.Point(28, 51);
     this.ultraLabel2.Name = "ultraLabel2";
     this.ultraLabel2.Size = new System.Drawing.Size(29, 16);
     this.ultraLabel2.TabIndex = 0;
     this.ultraLabel2.Text = "���";
     this.coreBind.SetVerification(this.ultraLabel2, null);
     //
     // ultraLabel8
     //
     this.ultraLabel8.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.ultraLabel8, null);
     this.ultraLabel8.Location = new System.Drawing.Point(431, 51);
     this.ultraLabel8.Name = "ultraLabel8";
     this.ultraLabel8.Size = new System.Drawing.Size(54, 16);
     this.ultraLabel8.TabIndex = 0;
     this.ultraLabel8.Text = "��������";
     this.coreBind.SetVerification(this.ultraLabel8, null);
     //
     // ultraLabel6
     //
     this.ultraLabel6.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.ultraLabel6, null);
     this.ultraLabel6.Location = new System.Drawing.Point(207, 24);
     this.ultraLabel6.Name = "ultraLabel6";
     this.ultraLabel6.Size = new System.Drawing.Size(54, 16);
     this.ultraLabel6.TabIndex = 0;
     this.ultraLabel6.Text = "���Ʊ��";
     this.coreBind.SetVerification(this.ultraLabel6, null);
     //
     // ultraLabel7
     //
     this.ultraLabel7.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.ultraLabel7, null);
     this.ultraLabel7.Location = new System.Drawing.Point(431, 24);
     this.ultraLabel7.Name = "ultraLabel7";
     this.ultraLabel7.Size = new System.Drawing.Size(54, 16);
     this.ultraLabel7.TabIndex = 0;
     this.ultraLabel7.Text = "����֧��";
     this.coreBind.SetVerification(this.ultraLabel7, null);
     //
     // cbEdt_Length
     //
     this.cbEdt_Length.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.SuggestAppend;
     this.coreBind.SetDatabasecommand(this.cbEdt_Length, null);
     valueListItem14.DataValue = "9";
     valueListItem14.DisplayText = "9";
     valueListItem15.DataValue = "12";
     valueListItem15.DisplayText = "12";
     this.cbEdt_Length.Items.AddRange(new Infragistics.Win.ValueListItem[] {
     valueListItem14,
     valueListItem15});
     this.cbEdt_Length.Location = new System.Drawing.Point(61, 74);
     this.cbEdt_Length.MaxLength = 8;
     this.cbEdt_Length.Name = "cbEdt_Length";
     this.cbEdt_Length.Size = new System.Drawing.Size(99, 21);
     this.cbEdt_Length.TabIndex = 3;
     this.coreBind.SetVerification(this.cbEdt_Length, null);
     //
     // ultraLabel4
     //
     this.ultraLabel4.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.ultraLabel4, null);
     this.ultraLabel4.Location = new System.Drawing.Point(207, 51);
     this.ultraLabel4.Name = "ultraLabel4";
     this.ultraLabel4.Size = new System.Drawing.Size(54, 16);
     this.ultraLabel4.TabIndex = 0;
     this.ultraLabel4.Text = "��������";
     this.coreBind.SetVerification(this.ultraLabel4, null);
     //
     // ultraLabel5
     //
     this.ultraLabel5.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.ultraLabel5, null);
     this.ultraLabel5.Location = new System.Drawing.Point(207, 78);
     this.ultraLabel5.Name = "ultraLabel5";
     this.ultraLabel5.Size = new System.Drawing.Size(54, 16);
     this.ultraLabel5.TabIndex = 0;
     this.ultraLabel5.Text = "�� ׼ ��";
     this.coreBind.SetVerification(this.ultraLabel5, null);
     //
     // ultraLabel1
     //
     this.ultraLabel1.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.ultraLabel1, null);
     this.ultraLabel1.Location = new System.Drawing.Point(28, 24);
     this.ultraLabel1.Name = "ultraLabel1";
     this.ultraLabel1.Size = new System.Drawing.Size(29, 16);
     this.ultraLabel1.TabIndex = 0;
     this.ultraLabel1.Text = "�ƺ�";
     this.coreBind.SetVerification(this.ultraLabel1, null);
     //
     // cbEdt_Spec
     //
     this.cbEdt_Spec.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.SuggestAppend;
     this.coreBind.SetDatabasecommand(this.cbEdt_Spec, null);
     valueListItem23.DataValue = "12";
     valueListItem23.DisplayText = "12";
     valueListItem2.DataValue = "14";
     valueListItem2.DisplayText = "14";
     valueListItem3.DataValue = "16";
     valueListItem3.DisplayText = "16";
     valueListItem4.DataValue = "18";
     valueListItem4.DisplayText = "18";
     valueListItem5.DataValue = "20";
     valueListItem5.DisplayText = "20";
     valueListItem6.DataValue = "22";
     valueListItem6.DisplayText = "22";
     valueListItem7.DataValue = "24";
     valueListItem7.DisplayText = "24";
     valueListItem8.DataValue = "25";
     valueListItem8.DisplayText = "25";
     valueListItem9.DataValue = "28";
     valueListItem9.DisplayText = "28";
     valueListItem10.DataValue = "30";
     valueListItem10.DisplayText = "30";
     valueListItem11.DataValue = "32";
     valueListItem11.DisplayText = "32";
     this.cbEdt_Spec.Items.AddRange(new Infragistics.Win.ValueListItem[] {
     valueListItem23,
     valueListItem2,
     valueListItem3,
     valueListItem4,
     valueListItem5,
     valueListItem6,
     valueListItem7,
     valueListItem8,
     valueListItem9,
     valueListItem10,
     valueListItem11});
     this.cbEdt_Spec.Location = new System.Drawing.Point(61, 47);
     this.cbEdt_Spec.MaxLength = 20;
     this.cbEdt_Spec.Name = "cbEdt_Spec";
     this.cbEdt_Spec.Size = new System.Drawing.Size(99, 21);
     this.cbEdt_Spec.TabIndex = 2;
     this.coreBind.SetVerification(this.cbEdt_Spec, null);
     //
     // cbEdt_StandardNo
     //
     this.cbEdt_StandardNo.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.SuggestAppend;
     this.coreBind.SetDatabasecommand(this.cbEdt_StandardNo, null);
     valueListItem17.DataValue = "";
     valueListItem16.DataValue = "GB 1499.2-2007";
     valueListItem16.DisplayText = "GB 1499.2-2007";
     this.cbEdt_StandardNo.Items.AddRange(new Infragistics.Win.ValueListItem[] {
     valueListItem17,
     valueListItem16});
     this.cbEdt_StandardNo.Location = new System.Drawing.Point(265, 74);
     this.cbEdt_StandardNo.MaxLength = 20;
     this.cbEdt_StandardNo.Name = "cbEdt_StandardNo";
     this.cbEdt_StandardNo.Size = new System.Drawing.Size(119, 21);
     this.cbEdt_StandardNo.TabIndex = 5;
     this.coreBind.SetVerification(this.cbEdt_StandardNo, null);
     //
     // cbx_Point2
     //
     this.cbx_Point2.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.cbx_Point2, null);
     this.cbx_Point2.Location = new System.Drawing.Point(489, 117);
     this.cbx_Point2.Name = "cbx_Point2";
     this.cbx_Point2.Size = new System.Drawing.Size(89, 19);
     this.cbx_Point2.TabIndex = 20;
     this.cbx_Point2.Text = "B��Ԥ������";
     this.coreBind.SetVerification(this.cbx_Point2, null);
     this.cbx_Point2.CheckedChanged += new System.EventHandler(this.cbx_Point2_CheckedChanged);
     //
     // cbEdt_Steel
     //
     this.cbEdt_Steel.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.SuggestAppend;
     this.coreBind.SetDatabasecommand(this.cbEdt_Steel, null);
     this.cbEdt_Steel.Location = new System.Drawing.Point(61, 20);
     this.cbEdt_Steel.MaxLength = 20;
     this.cbEdt_Steel.Name = "cbEdt_Steel";
     this.cbEdt_Steel.Size = new System.Drawing.Size(99, 21);
     this.cbEdt_Steel.TabIndex = 1;
     this.coreBind.SetVerification(this.cbEdt_Steel, null);
     //
     // cbx_StandardNo
     //
     this.cbx_StandardNo.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.cbx_StandardNo, null);
     this.cbx_StandardNo.Location = new System.Drawing.Point(649, 75);
     this.cbx_StandardNo.Name = "cbx_StandardNo";
     this.cbx_StandardNo.Size = new System.Drawing.Size(71, 19);
     this.cbx_StandardNo.TabIndex = 13;
     this.cbx_StandardNo.Text = "��ӡ��׼";
     this.coreBind.SetVerification(this.cbx_StandardNo, null);
     //
     // cbx_Addr
     //
     this.cbx_Addr.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.cbx_Addr, null);
     this.cbx_Addr.Location = new System.Drawing.Point(748, 48);
     this.cbx_Addr.Name = "cbx_Addr";
     this.cbx_Addr.Size = new System.Drawing.Size(71, 19);
     this.cbx_Addr.TabIndex = 12;
     this.cbx_Addr.Text = "��ӡ��ַ";
     this.coreBind.SetVerification(this.cbx_Addr, null);
     //
     // cbx_Double
     //
     this.cbx_Double.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.cbx_Double, null);
     this.cbx_Double.Location = new System.Drawing.Point(649, 48);
     this.cbx_Double.Name = "cbx_Double";
     this.cbx_Double.Size = new System.Drawing.Size(71, 19);
     this.cbx_Double.TabIndex = 11;
     this.cbx_Double.Text = "��ӡ˫��";
     this.coreBind.SetVerification(this.cbx_Double, null);
     //
     // cbx_Point1
     //
     this.cbx_Point1.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.cbx_Point1, null);
     this.cbx_Point1.Location = new System.Drawing.Point(59, 117);
     this.cbx_Point1.Name = "cbx_Point1";
     this.cbx_Point1.Size = new System.Drawing.Size(89, 19);
     this.cbx_Point1.TabIndex = 15;
     this.cbx_Point1.Text = "A��Ԥ������";
     this.coreBind.SetVerification(this.cbx_Point1, null);
     this.cbx_Point1.CheckedChanged += new System.EventHandler(this.cbx_Point1_CheckedChanged);
     //
     // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Left
     //
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left, null);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 26);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Left";
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 628);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left, null);
     //
     // ultraToolbarsManager1
     //
     this.ultraToolbarsManager1.DesignerFlags = 1;
     this.ultraToolbarsManager1.DockWithinContainer = this.FrmBase_Fill_Panel;
     this.ultraToolbarsManager1.LockToolbars = true;
     this.ultraToolbarsManager1.RuntimeCustomizationOptions = Infragistics.Win.UltraWinToolbars.RuntimeCustomizationOptions.None;
     this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
     this.ultraToolbarsManager1.ShowQuickCustomizeButton = false;
     this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2003;
     ultraToolbar1.DockedColumn = 0;
     ultraToolbar1.DockedRow = 0;
     controlContainerTool2.ControlName = "cbxDateTime";
     controlContainerTool2.InstanceProps.Width = 24;
     controlContainerTool12.ControlName = "dateTimePicker1";
     controlContainerTool20.ControlName = "dateTimePicker2";
     controlContainerTool20.InstanceProps.Width = 162;
     controlContainerTool11.ControlName = "tbQueryBatchNo";
     controlContainerTool11.InstanceProps.IsFirstInGroup = true;
     controlContainerTool11.InstanceProps.Width = 144;
     controlContainerTool21.InstanceProps.IsFirstInGroup = true;
     controlContainerTool21.InstanceProps.Width = 145;
     controlContainerTool7.ControlName = "cbEdt_Status";
     controlContainerTool7.InstanceProps.IsFirstInGroup = true;
     controlContainerTool7.InstanceProps.Width = 84;
     controlContainerTool8.ControlName = "cbEdt_Finish";
     controlContainerTool8.InstanceProps.IsFirstInGroup = true;
     buttonTool39.InstanceProps.IsFirstInGroup = true;
     buttonTool42.InstanceProps.IsFirstInGroup = true;
     ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     controlContainerTool2,
     controlContainerTool12,
     controlContainerTool20,
     controlContainerTool11,
     controlContainerTool21,
     controlContainerTool7,
     controlContainerTool8,
     buttonTool39,
     buttonTool42,
     buttonTool5});
     ultraToolbar1.Text = "UltraToolbar1";
     this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
     ultraToolbar1});
     this.ultraToolbarsManager1.ToolbarSettings.AllowCustomize = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowDockBottom = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowDockLeft = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowDockRight = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowFloating = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowHiding = Infragistics.Win.DefaultableBoolean.False;
     controlContainerTool22.ControlName = "dateTimePicker1";
     controlContainerTool22.SharedPropsInternal.Caption = "����ʱ��";
     controlContainerTool22.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool22.SharedPropsInternal.Width = 199;
     controlContainerTool23.ControlName = "dateTimePicker2";
     controlContainerTool23.SharedPropsInternal.Caption = "��";
     controlContainerTool23.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool23.SharedPropsInternal.Width = 162;
     appearance65.Image = ((object)(resources.GetObject("appearance65.Image")));
     buttonTool44.SharedPropsInternal.AppearancesSmall.Appearance = appearance65;
     buttonTool44.SharedPropsInternal.Caption = "��ѯ";
     buttonTool44.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool24.SharedPropsInternal.Caption = "ұ��¯��";
     controlContainerTool24.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool24.SharedPropsInternal.Visible = false;
     controlContainerTool24.SharedPropsInternal.Width = 145;
     appearance66.Image = ((object)(resources.GetObject("appearance66.Image")));
     buttonTool45.SharedPropsInternal.AppearancesSmall.Appearance = appearance66;
     buttonTool45.SharedPropsInternal.Caption = "����Ԥ��";
     buttonTool45.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool45.SharedPropsInternal.Visible = false;
     appearance124.Image = ((object)(resources.GetObject("appearance124.Image")));
     buttonTool4.SharedPropsInternal.AppearancesSmall.Appearance = appearance124;
     buttonTool4.SharedPropsInternal.Caption = "ɾ��Ԥ��";
     buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool4.SharedPropsInternal.Visible = false;
     controlContainerTool1.ControlName = "cbxDateTime";
     controlContainerTool1.SharedPropsInternal.Caption = "��";
     controlContainerTool1.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool1.SharedPropsInternal.Width = 24;
     controlContainerTool4.ControlName = "cbEdt_Status";
     controlContainerTool4.SharedPropsInternal.Caption = "Ԥ��";
     controlContainerTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool4.SharedPropsInternal.Width = 84;
     controlContainerTool10.ControlName = "tbQueryBatchNo";
     controlContainerTool10.SharedPropsInternal.Caption = "���Ʊ��";
     controlContainerTool10.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool10.SharedPropsInternal.Width = 144;
     controlContainerTool5.ControlName = "cbEdt_Finish";
     controlContainerTool5.SharedPropsInternal.Caption = "��¯";
     controlContainerTool5.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     controlContainerTool22,
     controlContainerTool23,
     buttonTool44,
     controlContainerTool24,
     buttonTool45,
     buttonTool4,
     controlContainerTool1,
     controlContainerTool4,
     controlContainerTool10,
     controlContainerTool5});
     this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
     //
     // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Right
     //
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right, null);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(992, 26);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Right";
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 628);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right, null);
     //
     // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Top
     //
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top, null);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Top";
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(992, 26);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top, null);
     //
     // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom
     //
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom, null);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 654);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom";
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(992, 0);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom, null);
     //
     // frmWeightPlanBC
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(992, 654);
     this.Controls.Add(this.FrmBase_Fill_Panel);
     this.coreBind.SetDatabasecommand(this, null);
     this.Name = "frmWeightPlanBC";
     this.Text = "��ļ���Ԥ��";
     this.coreBind.SetVerification(this, null);
     this.Load += new System.EventHandler(this.frmWeightPlanBC_Load);
     this.FrmBase_Fill_Panel.ResumeLayout(false);
     this.FrmBase_Fill_Panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_Finish)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_Status)).EndInit();
     this.ultraPanel2.ClientArea.ResumeLayout(false);
     this.ultraPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
     this.ultraGroupBox2.ResumeLayout(false);
     this.ultraGroupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraCalcManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
     this.ultraExpandableGroupBox1.ResumeLayout(false);
     this.ultraExpandableGroupBoxPanel2.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_WgtT)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_WgtR)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_FC2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_FC1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_CardType)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_Steel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_WgtLL)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_Num2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_Num1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_SingleNum)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_BatchNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_OrderNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_Length)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_Spec)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_StandardNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_Point2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_Steel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_StandardNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_Addr)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_Double)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_Point1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).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.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("SoggettoCondominioDTO", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Comune");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Consigliere");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DataFine");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DataInizio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DenominatorePossesso");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Descrizione");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneAggiuntiva");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneSoggettoPrincipale");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneUnitaImmobiliare");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DirittoPersonaleGodimento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DirittoReale");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DisplayNominativo");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdCondominio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdPersona");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdSoggettoPrincipale");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdSubentroEntrata");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdUnitaImmobiliare");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("InternoUnitaImmobiliare");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsResidente");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ModalitaConvocazione");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NumeratorePossesso");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OrdineUnitaImmobiliare");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PercentualeRiferimento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Possesso");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Principale");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Provincia");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Scala");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Stabile");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Tipo");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TipoUnitaImmobiliare");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("VersamentoMav");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ExtensionData");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DisplayName");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FrequentlyAccessed");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn41 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsDeleteAllow");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn42 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Stato");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn43 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Version");
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GestioneVersamentiSenzaRateUC));
            this.selezioniGroupBox = 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.sceltaCondominioCombo = new Gipasoft.Stabili.UI.Library.SceltaCondominioCombo();
            this.datiVersamentoGroup = new Infragistics.Win.Misc.UltraGroupBox();
            this.movimentiDopoChiusura = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
            this.nota = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblNota = new Infragistics.Win.Misc.UltraLabel();
            this.causale = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblCausale = new Infragistics.Win.Misc.UltraLabel();
            this.lblSottoContoPatrimoniale = new Infragistics.Win.Misc.UltraLabel();
            this.sottoContoPatrimoniale = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.sottoContoDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.assegno = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblAssegno = new Infragistics.Win.Misc.UltraLabel();
            this.dataVersamento = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.lblDataVersamento = new Infragistics.Win.Misc.UltraLabel();
            this.contoPatrimoniale = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.contoBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.lblContoPatrimoniale = new Infragistics.Win.Misc.UltraLabel();
            this.importo = new Infragistics.Win.UltraWinEditors.UltraCurrencyEditor();
            this.lblImporto = new Infragistics.Win.Misc.UltraLabel();
            this.lblCondomino = new Infragistics.Win.Misc.UltraLabel();
            this.condomini = new Infragistics.Win.UltraWinGrid.UltraCombo();
            this.soggettoCondominioDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.btnConferma = new Infragistics.Win.Misc.UltraButton();
            this.btnAnnulla = new Infragistics.Win.Misc.UltraButton();
            this.validationSummary1 = new Gipasoft.Windows.Forms.CustomValidation.ValidationSummary(this.components);
            this.reqEsercizio = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.reqCondomino = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.reqDataVersamento = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.reqContoPatrimoniale = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.validatorImporto = new Gipasoft.Windows.Forms.CustomValidation.CompareValidator();
            this.sottocontoValidator = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            this.dataVersamentoCustomValidator = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            ((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.datiVersamentoGroup)).BeginInit();
            this.datiVersamentoGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.movimentiDopoChiusura)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nota)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.causale)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sottoContoPatrimoniale)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sottoContoDTOBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.assegno)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataVersamento)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.contoPatrimoniale)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.contoBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.importo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.condomini)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.soggettoCondominioDTOBindingSource)).BeginInit();
            this.SuspendLayout();
            // 
            // selezioniGroupBox
            // 
            this.selezioniGroupBox.Controls.Add(this.esercizi);
            this.selezioniGroupBox.Controls.Add(this.lblEsercizio);
            this.selezioniGroupBox.Controls.Add(this.lblCondominio);
            this.selezioniGroupBox.Controls.Add(this.sceltaCondominioCombo);
            this.selezioniGroupBox.Location = new System.Drawing.Point(3, 3);
            this.selezioniGroupBox.Name = "selezioniGroupBox";
            this.selezioniGroupBox.Size = new System.Drawing.Size(386, 93);
            this.selezioniGroupBox.TabIndex = 1;
            this.selezioniGroupBox.Text = "Selezioni";
            // 
            // esercizi
            // 
            this.esercizi.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.esercizi.DataSource = this.eserciziDTOBindingSource;
            this.esercizi.DisplayMember = "DisplayName";
            this.esercizi.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.esercizi.Location = new System.Drawing.Point(78, 60);
            this.esercizi.Name = "esercizi";
            this.esercizi.Size = new System.Drawing.Size(302, 21);
            this.esercizi.TabIndex = 20;
            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(6, 60);
            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";
            // 
            // sceltaCondominioCombo
            // 
            this.sceltaCondominioCombo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.sceltaCondominioCombo.IdCondominioSelected = 0;
            this.sceltaCondominioCombo.Location = new System.Drawing.Point(78, 33);
            this.sceltaCondominioCombo.Name = "sceltaCondominioCombo";
            this.sceltaCondominioCombo.Size = new System.Drawing.Size(302, 21);
            this.sceltaCondominioCombo.TabIndex = 10;
            // 
            // datiVersamentoGroup
            // 
            this.datiVersamentoGroup.Controls.Add(this.movimentiDopoChiusura);
            this.datiVersamentoGroup.Controls.Add(this.nota);
            this.datiVersamentoGroup.Controls.Add(this.lblNota);
            this.datiVersamentoGroup.Controls.Add(this.causale);
            this.datiVersamentoGroup.Controls.Add(this.lblCausale);
            this.datiVersamentoGroup.Controls.Add(this.lblSottoContoPatrimoniale);
            this.datiVersamentoGroup.Controls.Add(this.sottoContoPatrimoniale);
            this.datiVersamentoGroup.Controls.Add(this.assegno);
            this.datiVersamentoGroup.Controls.Add(this.lblAssegno);
            this.datiVersamentoGroup.Controls.Add(this.dataVersamento);
            this.datiVersamentoGroup.Controls.Add(this.lblDataVersamento);
            this.datiVersamentoGroup.Controls.Add(this.contoPatrimoniale);
            this.datiVersamentoGroup.Controls.Add(this.lblContoPatrimoniale);
            this.datiVersamentoGroup.Controls.Add(this.importo);
            this.datiVersamentoGroup.Controls.Add(this.lblImporto);
            this.datiVersamentoGroup.Controls.Add(this.lblCondomino);
            this.datiVersamentoGroup.Controls.Add(this.condomini);
            this.datiVersamentoGroup.Location = new System.Drawing.Point(3, 102);
            this.datiVersamentoGroup.Name = "datiVersamentoGroup";
            this.datiVersamentoGroup.Size = new System.Drawing.Size(386, 289);
            this.datiVersamentoGroup.TabIndex = 2;
            this.datiVersamentoGroup.Text = "Dati Versamento";
            // 
            // movimentiDopoChiusura
            // 
            this.movimentiDopoChiusura.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
            valueListItem1.DataValue = "G";
            valueListItem1.DisplayText = "Giroconti per versamenti successivi alla chiusura";
            valueListItem2.DataValue = "R";
            valueListItem2.DisplayText = "Riconosciuti nell\'esercizio successivo";
            this.movimentiDopoChiusura.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem1,
            valueListItem2});
            this.movimentiDopoChiusura.ItemSpacingVertical = 5;
            this.movimentiDopoChiusura.Location = new System.Drawing.Point(78, 244);
            this.movimentiDopoChiusura.Name = "movimentiDopoChiusura";
            this.movimentiDopoChiusura.Size = new System.Drawing.Size(302, 40);
            this.movimentiDopoChiusura.TabIndex = 179;
            this.movimentiDopoChiusura.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
            // 
            // nota
            // 
            this.nota.Location = new System.Drawing.Point(78, 193);
            this.nota.MaxLength = 512;
            this.nota.Multiline = true;
            this.nota.Name = "nota";
            this.nota.Size = new System.Drawing.Size(302, 45);
            this.nota.TabIndex = 177;
            // 
            // lblNota
            // 
            this.lblNota.Location = new System.Drawing.Point(6, 193);
            this.lblNota.Name = "lblNota";
            this.lblNota.Size = new System.Drawing.Size(60, 23);
            this.lblNota.TabIndex = 176;
            this.lblNota.Text = "Nota";
            // 
            // causale
            // 
            this.causale.Location = new System.Drawing.Point(78, 101);
            this.causale.MaxLength = 256;
            this.causale.Name = "causale";
            this.causale.Size = new System.Drawing.Size(302, 21);
            this.causale.TabIndex = 60;
            // 
            // lblCausale
            // 
            this.lblCausale.Location = new System.Drawing.Point(6, 105);
            this.lblCausale.Name = "lblCausale";
            this.lblCausale.Size = new System.Drawing.Size(60, 23);
            this.lblCausale.TabIndex = 175;
            this.lblCausale.Text = "Causale";
            // 
            // lblSottoContoPatrimoniale
            // 
            this.lblSottoContoPatrimoniale.Location = new System.Drawing.Point(6, 78);
            this.lblSottoContoPatrimoniale.Name = "lblSottoContoPatrimoniale";
            this.lblSottoContoPatrimoniale.Size = new System.Drawing.Size(66, 23);
            this.lblSottoContoPatrimoniale.TabIndex = 174;
            this.lblSottoContoPatrimoniale.Text = "Sotto Conto";
            // 
            // sottoContoPatrimoniale
            // 
            this.sottoContoPatrimoniale.DataSource = this.sottoContoDTOBindingSource;
            this.sottoContoPatrimoniale.DisplayMember = "DisplayName";
            this.sottoContoPatrimoniale.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.sottoContoPatrimoniale.Location = new System.Drawing.Point(78, 74);
            this.sottoContoPatrimoniale.Name = "sottoContoPatrimoniale";
            this.sottoContoPatrimoniale.Size = new System.Drawing.Size(302, 21);
            this.sottoContoPatrimoniale.TabIndex = 50;
            this.sottoContoPatrimoniale.ValueMember = "ID";
            // 
            // sottoContoDTOBindingSource
            // 
            this.sottoContoDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.SottoContoDTO);
            // 
            // assegno
            // 
            this.assegno.Location = new System.Drawing.Point(78, 128);
            this.assegno.MaxLength = 12;
            this.assegno.Name = "assegno";
            this.assegno.Size = new System.Drawing.Size(141, 21);
            this.assegno.TabIndex = 70;
            // 
            // lblAssegno
            // 
            this.lblAssegno.Location = new System.Drawing.Point(6, 130);
            this.lblAssegno.Name = "lblAssegno";
            this.lblAssegno.Size = new System.Drawing.Size(60, 23);
            this.lblAssegno.TabIndex = 167;
            this.lblAssegno.Text = "Assegno";
            // 
            // dataVersamento
            // 
            this.dataVersamento.DateTime = new System.DateTime(2007, 9, 21, 0, 0, 0, 0);
            this.dataVersamento.Location = new System.Drawing.Point(78, 159);
            this.dataVersamento.Name = "dataVersamento";
            this.dataVersamento.Size = new System.Drawing.Size(91, 21);
            this.dataVersamento.TabIndex = 80;
            this.dataVersamento.Value = new System.DateTime(2007, 9, 21, 0, 0, 0, 0);
            this.dataVersamento.ValueChanged += new System.EventHandler(this.dataVersamentoValueChanged);
            // 
            // lblDataVersamento
            // 
            this.lblDataVersamento.Location = new System.Drawing.Point(6, 164);
            this.lblDataVersamento.Name = "lblDataVersamento";
            this.lblDataVersamento.Size = new System.Drawing.Size(60, 23);
            this.lblDataVersamento.TabIndex = 165;
            this.lblDataVersamento.Text = "Data";
            // 
            // contoPatrimoniale
            // 
            this.contoPatrimoniale.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.contoPatrimoniale.DataSource = this.contoBindingSource;
            this.contoPatrimoniale.DisplayMember = "Descrizione";
            this.contoPatrimoniale.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.contoPatrimoniale.Location = new System.Drawing.Point(78, 47);
            this.contoPatrimoniale.Name = "contoPatrimoniale";
            this.contoPatrimoniale.Size = new System.Drawing.Size(302, 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);
            // 
            // lblContoPatrimoniale
            // 
            this.lblContoPatrimoniale.Location = new System.Drawing.Point(6, 47);
            this.lblContoPatrimoniale.Name = "lblContoPatrimoniale";
            this.lblContoPatrimoniale.Size = new System.Drawing.Size(60, 23);
            this.lblContoPatrimoniale.TabIndex = 164;
            this.lblContoPatrimoniale.Text = "Conto";
            // 
            // importo
            // 
            this.importo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.importo.Location = new System.Drawing.Point(280, 159);
            this.importo.MaskInput = "{currency:9.2:c}";
            this.importo.Name = "importo";
            this.importo.Size = new System.Drawing.Size(100, 21);
            this.importo.TabIndex = 90;
            // 
            // lblImporto
            // 
            this.lblImporto.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.lblImporto.Location = new System.Drawing.Point(221, 164);
            this.lblImporto.Name = "lblImporto";
            this.lblImporto.Size = new System.Drawing.Size(53, 23);
            this.lblImporto.TabIndex = 5;
            this.lblImporto.Text = "Importo";
            // 
            // lblCondomino
            // 
            this.lblCondomino.Location = new System.Drawing.Point(6, 23);
            this.lblCondomino.Name = "lblCondomino";
            this.lblCondomino.Size = new System.Drawing.Size(66, 23);
            this.lblCondomino.TabIndex = 4;
            this.lblCondomino.Text = "Condomino";
            // 
            // condomini
            // 
            this.condomini.AllowNull = Infragistics.Win.DefaultableBoolean.True;
            this.condomini.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.condomini.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.SuggestAppend;
            this.condomini.AutoSuggestFilterMode = Infragistics.Win.AutoSuggestFilterMode.Contains;
            this.condomini.DataSource = this.soggettoCondominioDTOBindingSource;
            ultraGridColumn7.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn7.Header.VisiblePosition = 24;
            ultraGridColumn7.Hidden = true;
            ultraGridColumn8.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn8.Header.Caption = "Cons.";
            ultraGridColumn8.Header.VisiblePosition = 16;
            ultraGridColumn8.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
            ultraGridColumn8.Width = 40;
            ultraGridColumn9.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn9.Header.VisiblePosition = 22;
            ultraGridColumn9.Hidden = true;
            ultraGridColumn10.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn10.Header.VisiblePosition = 28;
            ultraGridColumn10.Hidden = true;
            ultraGridColumn11.Header.VisiblePosition = 4;
            ultraGridColumn11.Hidden = true;
            ultraGridColumn12.Header.VisiblePosition = 10;
            ultraGridColumn12.Hidden = true;
            ultraGridColumn1.Header.VisiblePosition = 6;
            ultraGridColumn1.Hidden = true;
            ultraGridColumn13.Header.VisiblePosition = 5;
            ultraGridColumn13.Hidden = true;
            ultraGridColumn14.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn14.Header.Caption = "Unità Imm.";
            ultraGridColumn14.Header.VisiblePosition = 11;
            ultraGridColumn15.Header.Caption = "Diritto Pers.";
            ultraGridColumn15.Header.VisiblePosition = 20;
            ultraGridColumn16.Header.Caption = "Diritto Reale";
            ultraGridColumn16.Header.VisiblePosition = 19;
            ultraGridColumn17.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn17.Header.Caption = "Nominativo";
            ultraGridColumn17.Header.VisiblePosition = 9;
            ultraGridColumn17.Width = 143;
            ultraGridColumn18.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn18.Header.VisiblePosition = 2;
            ultraGridColumn18.Hidden = true;
            ultraGridColumn19.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn19.Header.VisiblePosition = 1;
            ultraGridColumn19.Hidden = true;
            ultraGridColumn20.Header.VisiblePosition = 26;
            ultraGridColumn20.Hidden = true;
            ultraGridColumn21.Header.VisiblePosition = 23;
            ultraGridColumn21.Hidden = true;
            ultraGridColumn22.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn22.Header.VisiblePosition = 3;
            ultraGridColumn22.Hidden = true;
            ultraGridColumn23.Header.Caption = "Interno";
            ultraGridColumn23.Header.VisiblePosition = 8;
            ultraGridColumn23.Width = 59;
            ultraGridColumn24.ColumnChooserCaption = "Residente";
            ultraGridColumn24.Header.Caption = "Res.";
            ultraGridColumn24.Header.VisiblePosition = 21;
            ultraGridColumn24.Hidden = true;
            ultraGridColumn25.Header.VisiblePosition = 25;
            ultraGridColumn25.Hidden = true;
            ultraGridColumn26.Header.VisiblePosition = 27;
            ultraGridColumn26.Hidden = true;
            ultraGridColumn27.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn27.ColumnChooserCaption = "Progressivo Unità";
            ultraGridColumn27.Header.Caption = "Prg.";
            ultraGridColumn27.Header.VisiblePosition = 7;
            ultraGridColumn28.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn28.Header.VisiblePosition = 29;
            ultraGridColumn28.Hidden = true;
            ultraGridColumn29.Header.VisiblePosition = 18;
            ultraGridColumn30.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn30.Header.Caption = "Pr.";
            ultraGridColumn30.Header.VisiblePosition = 13;
            ultraGridColumn30.Hidden = true;
            ultraGridColumn30.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
            ultraGridColumn30.Width = 40;
            ultraGridColumn31.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn31.Header.VisiblePosition = 30;
            ultraGridColumn31.Hidden = true;
            ultraGridColumn32.Header.VisiblePosition = 15;
            ultraGridColumn33.Header.VisiblePosition = 14;
            ultraGridColumn34.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn34.Header.VisiblePosition = 31;
            ultraGridColumn34.Hidden = true;
            ultraGridColumn35.Header.Caption = "Tipo Unità";
            ultraGridColumn35.Header.VisiblePosition = 12;
            ultraGridColumn36.Header.Caption = "Mav";
            ultraGridColumn36.Header.VisiblePosition = 17;
            ultraGridColumn37.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn37.Header.VisiblePosition = 32;
            ultraGridColumn37.Hidden = true;
            ultraGridColumn38.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn38.Header.VisiblePosition = 33;
            ultraGridColumn38.Hidden = true;
            ultraGridColumn39.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn39.Header.VisiblePosition = 34;
            ultraGridColumn39.Hidden = true;
            ultraGridColumn40.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn40.Header.VisiblePosition = 0;
            ultraGridColumn40.Hidden = true;
            ultraGridColumn41.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn41.Header.VisiblePosition = 35;
            ultraGridColumn41.Hidden = true;
            ultraGridColumn42.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn42.Header.VisiblePosition = 36;
            ultraGridColumn42.Hidden = true;
            ultraGridColumn43.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn43.Header.VisiblePosition = 37;
            ultraGridColumn43.Hidden = true;
            ultraGridBand1.Columns.AddRange(new object[] {
            ultraGridColumn7,
            ultraGridColumn8,
            ultraGridColumn9,
            ultraGridColumn10,
            ultraGridColumn11,
            ultraGridColumn12,
            ultraGridColumn1,
            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,
            ultraGridColumn40,
            ultraGridColumn41,
            ultraGridColumn42,
            ultraGridColumn43});
            this.condomini.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
            this.condomini.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
            this.condomini.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
            this.condomini.DisplayMember = "DisplayNominativo";
            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(78, 19);
            this.condomini.Name = "condomini";
            this.condomini.Size = new System.Drawing.Size(302, 22);
            this.condomini.TabIndex = 30;
            this.condomini.ValueMember = "ID";
            // 
            // soggettoCondominioDTOBindingSource
            // 
            this.soggettoCondominioDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.SoggettoCondominioDTO);
            // 
            // btnConferma
            // 
            this.btnConferma.Location = new System.Drawing.Point(3, 397);
            this.btnConferma.Name = "btnConferma";
            this.btnConferma.Size = new System.Drawing.Size(75, 23);
            this.btnConferma.TabIndex = 110;
            this.btnConferma.Text = "Conferma";
            this.btnConferma.Click += new System.EventHandler(this.btnConfermaClick);
            // 
            // btnAnnulla
            // 
            this.btnAnnulla.Location = new System.Drawing.Point(81, 369);
            this.btnAnnulla.Name = "btnAnnulla";
            this.btnAnnulla.Size = new System.Drawing.Size(75, 23);
            this.btnAnnulla.TabIndex = 4;
            this.btnAnnulla.Text = "Annulla";
            this.btnAnnulla.Click += new System.EventHandler(this.btnAnnullaClick);
            // 
            // reqEsercizio
            // 
            this.reqEsercizio.ControlToValidate = this.esercizi;
            this.reqEsercizio.ErrorMessage = "Scegliere un esercizio";
            this.reqEsercizio.Icon = ((System.Drawing.Icon)(resources.GetObject("reqEsercizio.Icon")));
            // 
            // reqCondomino
            // 
            this.reqCondomino.ControlToValidate = this.condomini;
            this.reqCondomino.ErrorMessage = "Scegliere un condomino";
            this.reqCondomino.Icon = ((System.Drawing.Icon)(resources.GetObject("reqCondomino.Icon")));
            // 
            // reqDataVersamento
            // 
            this.reqDataVersamento.ControlToValidate = this.dataVersamento;
            this.reqDataVersamento.ErrorMessage = "Inserire la data di versamento";
            this.reqDataVersamento.Icon = ((System.Drawing.Icon)(resources.GetObject("reqDataVersamento.Icon")));
            // 
            // reqContoPatrimoniale
            // 
            this.reqContoPatrimoniale.ControlToValidate = this.contoPatrimoniale;
            this.reqContoPatrimoniale.ErrorMessage = "Scegliere un conto patrimoniale";
            this.reqContoPatrimoniale.Icon = ((System.Drawing.Icon)(resources.GetObject("reqContoPatrimoniale.Icon")));
            // 
            // validatorImporto
            // 
            this.validatorImporto.ControlToValidate = this.importo;
            this.validatorImporto.ErrorMessage = "Inserire un importo maggiore di 0";
            this.validatorImporto.Icon = ((System.Drawing.Icon)(resources.GetObject("validatorImporto.Icon")));
            this.validatorImporto.Operator = Gipasoft.Windows.Forms.CustomValidation.ValidationCompareOperator.GreaterThan;
            this.validatorImporto.Type = Gipasoft.Windows.Forms.CustomValidation.ValidationDataType.Currency;
            this.validatorImporto.ValueToCompare = "0";
            // 
            // sottocontoValidator
            // 
            this.sottocontoValidator.ControlToValidate = this.sottoContoPatrimoniale;
            this.sottocontoValidator.ErrorMessage = "Scegliere un sotto conto";
            this.sottocontoValidator.Icon = ((System.Drawing.Icon)(resources.GetObject("sottocontoValidator.Icon")));
            this.sottocontoValidator.Validating += new Gipasoft.Windows.Forms.CustomValidation.CustomValidator.ValidatingEventHandler(this.sottocontoValidatorValidating);
            // 
            // dataVersamentoCustomValidator
            // 
            this.dataVersamentoCustomValidator.ControlToValidate = this.dataVersamento;
            this.dataVersamentoCustomValidator.ErrorMessage = "La data di versamento non è corretta";
            this.dataVersamentoCustomValidator.Icon = ((System.Drawing.Icon)(resources.GetObject("dataVersamentoCustomValidator.Icon")));
            this.dataVersamentoCustomValidator.Validating += new Gipasoft.Windows.Forms.CustomValidation.CustomValidator.ValidatingEventHandler(this.dataVersamentoCustomValidatorValidating);
            // 
            // GestioneVersamentiSenzaRateUC
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.datiVersamentoGroup);
            this.Controls.Add(this.btnConferma);
            this.Controls.Add(this.selezioniGroupBox);
            this.Name = "GestioneVersamentiSenzaRateUC";
            this.Size = new System.Drawing.Size(397, 426);
            this.Load += new System.EventHandler(this.gestioneVersamentiUCLoad);
            ((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.datiVersamentoGroup)).EndInit();
            this.datiVersamentoGroup.ResumeLayout(false);
            this.datiVersamentoGroup.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.movimentiDopoChiusura)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nota)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.causale)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sottoContoPatrimoniale)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sottoContoDTOBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.assegno)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataVersamento)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.contoPatrimoniale)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.contoBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.importo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.condomini)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.soggettoCondominioDTOBindingSource)).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.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("RiepilogoRipartoDTO", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ExtensionData");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CodiceTipoUnita");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneTipoUnita");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneUnitaImmobiliare");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdPersona");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdSoggettoCondominio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdUnitaImmobiliare");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Importo");
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Interno");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Nominativo");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OrdineUnitaImmobiliare");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SaldoEsercizioPrecedente");
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TipoSoggettoCondominio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TotaleADebito", 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.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("PianoRatealeDettaglioDTO", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DataScadenza");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Descrizione");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdPianoRatealeRiferimento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Importo");
            Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsAcconto");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PercentualeRiparto");
            Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PercentualeRipartoSaldo");
            Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Progressivo");
            Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("StatoRata");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ExtensionData");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DisplayName");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FrequentlyAccessed");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn41 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn42 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsDeleteAllow");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn43 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Stato");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn44 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Version");
            Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
            Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem7 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem8 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.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.UltraWinTabControl.UltraTab ultraTab4 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab5 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab6 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CreazionePianoRatealeUC));
            this.percentageDataFilter = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
            this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.lblRendicontoPreventivo = new Infragistics.Win.Misc.UltraLabel();
            this.rendicontoPreventivo = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.rendicontoBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.listaRiepilogoRiparto = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.riepilogoRipartoBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.groupRate = new Infragistics.Win.Misc.UltraGroupBox();
            this.numeroRate = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.importoMinimo = new Infragistics.Win.UltraWinEditors.UltraCurrencyEditor();
            this.lblImportoMinimo = new Infragistics.Win.Misc.UltraLabel();
            this.listaRate = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.pianoRatealeDettaglioDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.importoDaRipartire = new Infragistics.Win.Misc.UltraLabel();
            this.lblImportoDaRipartire = new Infragistics.Win.Misc.UltraLabel();
            this.arrotondamentoImporti = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.lblArrotondaImporti = new Infragistics.Win.Misc.UltraLabel();
            this.lblNumeroRate = new Infragistics.Win.Misc.UltraLabel();
            this.assegnazioneResiduo = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.lblAssegnaResiduo = new Infragistics.Win.Misc.UltraLabel();
            this.ultraTabPageControl3 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.pianoRatealeSoggettiUC1 = new Gipasoft.Stabili.UI.Rate.PianoRatealeSoggettiUC();
            this.mainTab = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
            this.wizardTab = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
            this.btnConferma = new Infragistics.Win.Misc.UltraButton();
            this.btnAvanti = new Infragistics.Win.Misc.UltraButton();
            this.btnIndietro = new Infragistics.Win.Misc.UltraButton();
            this.pianoRatealeValidationSummary = new Gipasoft.Windows.Forms.CustomValidation.ValidationSummary(this.components);
            this.percentualeRipartoValidator = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            this.dateValidator = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            this.ultraTabPageControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.rendicontoPreventivo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rendicontoBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.listaRiepilogoRiparto)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.riepilogoRipartoBindingSource)).BeginInit();
            this.ultraTabPageControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.groupRate)).BeginInit();
            this.groupRate.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numeroRate)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.importoMinimo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.listaRate)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pianoRatealeDettaglioDTOBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.arrotondamentoImporti)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.assegnazioneResiduo)).BeginInit();
            this.ultraTabPageControl3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.mainTab)).BeginInit();
            this.mainTab.SuspendLayout();
            this.SuspendLayout();
            // 
            // percentageDataFilter
            // 
            appearance1.TextHAlignAsString = "Right";
            this.percentageDataFilter.Appearance = appearance1;
            this.percentageDataFilter.EditAs = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
            this.percentageDataFilter.InputMask = "nnn.nn\\%";
            this.percentageDataFilter.Location = new System.Drawing.Point(384, 136);
            this.percentageDataFilter.Name = "percentageDataFilter";
            this.percentageDataFilter.Size = new System.Drawing.Size(100, 20);
            this.percentageDataFilter.TabIndex = 6;
            this.percentageDataFilter.Text = "%";
            this.percentageDataFilter.Visible = false;
            // 
            // ultraTabPageControl1
            // 
            this.ultraTabPageControl1.Controls.Add(this.lblRendicontoPreventivo);
            this.ultraTabPageControl1.Controls.Add(this.rendicontoPreventivo);
            this.ultraTabPageControl1.Controls.Add(this.listaRiepilogoRiparto);
            this.ultraTabPageControl1.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl1.Name = "ultraTabPageControl1";
            this.ultraTabPageControl1.Size = new System.Drawing.Size(868, 332);
            // 
            // lblRendicontoPreventivo
            // 
            this.lblRendicontoPreventivo.Appearance = appearance2;
            this.lblRendicontoPreventivo.Location = new System.Drawing.Point(3, 3);
            this.lblRendicontoPreventivo.Name = "lblRendicontoPreventivo";
            this.lblRendicontoPreventivo.Size = new System.Drawing.Size(119, 23);
            this.lblRendicontoPreventivo.TabIndex = 2;
            this.lblRendicontoPreventivo.Text = "Rendiconto preventivo";
            // 
            // rendicontoPreventivo
            // 
            this.rendicontoPreventivo.DataSource = this.rendicontoBindingSource;
            this.rendicontoPreventivo.DisplayMember = "DescrizioneEsercizio";
            this.rendicontoPreventivo.Location = new System.Drawing.Point(128, 3);
            this.rendicontoPreventivo.Name = "rendicontoPreventivo";
            this.rendicontoPreventivo.Size = new System.Drawing.Size(235, 21);
            this.rendicontoPreventivo.TabIndex = 1;
            this.rendicontoPreventivo.ValueMember = "ID";
            this.rendicontoPreventivo.ValueChanged += new System.EventHandler(this.rendicontoPreventivoValueChanged);
            // 
            // rendicontoBindingSource
            // 
            this.rendicontoBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.RendicontoAnnualeDTO);
            // 
            // listaRiepilogoRiparto
            // 
            this.listaRiepilogoRiparto.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.listaRiepilogoRiparto.DataSource = this.riepilogoRipartoBindingSource;
            ultraGridColumn1.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn1.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn1.Header.VisiblePosition = 11;
            ultraGridColumn1.Hidden = true;
            ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn2.ColumnChooserCaption = "Identificativo Tipo Unità";
            ultraGridColumn2.Header.Caption = "Id Tipo Unità";
            ultraGridColumn2.Header.VisiblePosition = 1;
            ultraGridColumn2.Hidden = true;
            ultraGridColumn3.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn3.ColumnChooserCaption = "Tipo Unità";
            ultraGridColumn3.Header.Caption = "Tipo";
            ultraGridColumn3.Header.VisiblePosition = 7;
            ultraGridColumn3.Width = 108;
            ultraGridColumn4.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn4.ColumnChooserCaption = "Descrizione";
            ultraGridColumn4.Header.Caption = "Unità Immobiliare";
            ultraGridColumn4.Header.VisiblePosition = 6;
            ultraGridColumn4.Width = 220;
            ultraGridColumn5.ColumnChooserCaption = "Identificativo Persona";
            ultraGridColumn5.Header.Caption = "Id Pers.";
            ultraGridColumn5.Header.VisiblePosition = 4;
            ultraGridColumn5.Hidden = true;
            ultraGridColumn5.Width = 61;
            ultraGridColumn6.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn6.ColumnChooserCaption = "Identificativo Soggetto";
            ultraGridColumn6.Header.Caption = "Id.Sogg.";
            ultraGridColumn6.Header.VisiblePosition = 2;
            ultraGridColumn6.Hidden = true;
            ultraGridColumn7.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn7.ColumnChooserCaption = "Identificativo Unità Immobiliare";
            ultraGridColumn7.Header.Caption = "Id.Unità";
            ultraGridColumn7.Header.VisiblePosition = 0;
            ultraGridColumn7.Hidden = true;
            ultraGridColumn8.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            appearance3.TextHAlignAsString = "Right";
            ultraGridColumn8.CellAppearance = appearance3;
            ultraGridColumn8.Format = "c";
            ultraGridColumn8.Header.VisiblePosition = 10;
            ultraGridColumn8.MaskInput = "";
            ultraGridColumn8.Width = 71;
            ultraGridColumn9.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn9.Header.VisiblePosition = 8;
            ultraGridColumn9.Width = 75;
            ultraGridColumn10.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn10.Header.VisiblePosition = 5;
            ultraGridColumn10.Width = 183;
            ultraGridColumn11.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn11.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn11.ColumnChooserCaption = "Progressivo Piano Rateale";
            ultraGridColumn11.Header.Caption = "Prg.";
            ultraGridColumn11.Header.VisiblePosition = 3;
            ultraGridColumn11.Width = 40;
            ultraGridColumn12.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn12.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            appearance4.TextHAlignAsString = "Right";
            ultraGridColumn12.CellAppearance = appearance4;
            ultraGridColumn12.ColumnChooserCaption = "Saldo Esercizio Precedente";
            ultraGridColumn12.Format = "c";
            ultraGridColumn12.Header.Caption = "Saldo Prec.";
            ultraGridColumn12.Header.VisiblePosition = 9;
            ultraGridColumn12.MaskInput = "";
            ultraGridColumn12.Width = 75;
            ultraGridColumn13.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn13.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn13.ColumnChooserCaption = "Proprietario/Conduttore";
            ultraGridColumn13.Header.Caption = "Tipo";
            ultraGridColumn13.Header.VisiblePosition = 12;
            ultraGridColumn13.Hidden = true;
            ultraGridColumn13.Width = 124;
            ultraGridColumn14.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn14.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            appearance5.TextHAlignAsString = "Right";
            ultraGridColumn14.CellAppearance = appearance5;
            ultraGridColumn14.ColumnChooserCaption = "Totale a debito";
            ultraGridColumn14.DataType = typeof(decimal);
            ultraGridColumn14.Format = "c";
            ultraGridColumn14.Header.Caption = "A Debito";
            ultraGridColumn14.Header.VisiblePosition = 13;
            ultraGridColumn14.MaskInput = "";
            ultraGridColumn14.Width = 75;
            ultraGridBand1.Columns.AddRange(new object[] {
            ultraGridColumn1,
            ultraGridColumn2,
            ultraGridColumn3,
            ultraGridColumn4,
            ultraGridColumn5,
            ultraGridColumn6,
            ultraGridColumn7,
            ultraGridColumn8,
            ultraGridColumn9,
            ultraGridColumn10,
            ultraGridColumn11,
            ultraGridColumn12,
            ultraGridColumn13,
            ultraGridColumn14});
            this.listaRiepilogoRiparto.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
            this.listaRiepilogoRiparto.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
            this.listaRiepilogoRiparto.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
            this.listaRiepilogoRiparto.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
            this.listaRiepilogoRiparto.DisplayLayout.Override.RowSelectorHeaderStyle = Infragistics.Win.UltraWinGrid.RowSelectorHeaderStyle.ColumnChooserButton;
            this.listaRiepilogoRiparto.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
            this.listaRiepilogoRiparto.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.listaRiepilogoRiparto.Location = new System.Drawing.Point(0, 32);
            this.listaRiepilogoRiparto.Name = "listaRiepilogoRiparto";
            this.listaRiepilogoRiparto.Size = new System.Drawing.Size(868, 300);
            this.listaRiepilogoRiparto.TabIndex = 0;
            this.listaRiepilogoRiparto.InitializeRow += new Infragistics.Win.UltraWinGrid.InitializeRowEventHandler(this.listaRiepilogoRipartoInitializeRow);
            // 
            // riepilogoRipartoBindingSource
            // 
            this.riepilogoRipartoBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.RiepilogoRipartoDTO);
            // 
            // ultraTabPageControl2
            // 
            this.ultraTabPageControl2.Controls.Add(this.groupRate);
            this.ultraTabPageControl2.Controls.Add(this.assegnazioneResiduo);
            this.ultraTabPageControl2.Controls.Add(this.lblAssegnaResiduo);
            this.ultraTabPageControl2.Location = new System.Drawing.Point(1, 23);
            this.ultraTabPageControl2.Name = "ultraTabPageControl2";
            this.ultraTabPageControl2.Size = new System.Drawing.Size(868, 332);
            // 
            // groupRate
            // 
            this.groupRate.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)));
            appearance6.TextHAlignAsString = "Right";
            this.groupRate.Appearance = appearance6;
            this.groupRate.Controls.Add(this.numeroRate);
            this.groupRate.Controls.Add(this.importoMinimo);
            this.groupRate.Controls.Add(this.lblImportoMinimo);
            this.groupRate.Controls.Add(this.listaRate);
            this.groupRate.Controls.Add(this.importoDaRipartire);
            this.groupRate.Controls.Add(this.lblImportoDaRipartire);
            this.groupRate.Controls.Add(this.arrotondamentoImporti);
            this.groupRate.Controls.Add(this.lblArrotondaImporti);
            this.groupRate.Controls.Add(this.lblNumeroRate);
            this.groupRate.Controls.Add(this.percentageDataFilter);
            this.groupRate.Location = new System.Drawing.Point(0, 4);
            this.groupRate.Name = "groupRate";
            this.groupRate.Size = new System.Drawing.Size(868, 292);
            this.groupRate.TabIndex = 8;
            this.groupRate.Text = "Rate";
            // 
            // numeroRate
            // 
            this.numeroRate.Location = new System.Drawing.Point(83, 19);
            this.numeroRate.MaskInput = "nnn";
            this.numeroRate.MaxValue = 999;
            this.numeroRate.MinValue = 1;
            this.numeroRate.Name = "numeroRate";
            this.numeroRate.Size = new System.Drawing.Size(57, 21);
            this.numeroRate.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.numeroRate.TabIndex = 9;
            // 
            // importoMinimo
            // 
            this.importoMinimo.Location = new System.Drawing.Point(466, 19);
            this.importoMinimo.MaskInput = "{currency:5.2:c}";
            this.importoMinimo.MinValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.importoMinimo.Name = "importoMinimo";
            this.importoMinimo.Size = new System.Drawing.Size(68, 21);
            this.importoMinimo.TabIndex = 8;
            // 
            // lblImportoMinimo
            // 
            appearance7.TextHAlignAsString = "Right";
            this.lblImportoMinimo.Appearance = appearance7;
            this.lblImportoMinimo.Location = new System.Drawing.Point(369, 23);
            this.lblImportoMinimo.Name = "lblImportoMinimo";
            this.lblImportoMinimo.Size = new System.Drawing.Size(91, 23);
            this.lblImportoMinimo.TabIndex = 7;
            this.lblImportoMinimo.Text = "Importo Minimo";
            // 
            // listaRate
            // 
            this.listaRate.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.listaRate.DataSource = this.pianoRatealeDettaglioDTOBindingSource;
            ultraGridColumn29.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn29.ColumnChooserCaption = "Data Scadenza";
            ultraGridColumn29.Header.Caption = "Data";
            ultraGridColumn29.Header.VisiblePosition = 1;
            ultraGridColumn29.Width = 99;
            ultraGridColumn30.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn30.Header.VisiblePosition = 3;
            ultraGridColumn30.Width = 344;
            ultraGridColumn31.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn31.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn31.Header.VisiblePosition = 0;
            ultraGridColumn31.Hidden = true;
            ultraGridColumn31.Width = 190;
            ultraGridColumn32.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn32.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            appearance8.TextHAlignAsString = "Right";
            ultraGridColumn32.CellAppearance = appearance8;
            ultraGridColumn32.Format = "c";
            ultraGridColumn32.Header.VisiblePosition = 7;
            ultraGridColumn32.Width = 159;
            ultraGridColumn33.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn33.ColumnChooserCaption = "Rata di acconto";
            ultraGridColumn33.Header.Caption = "Acconto";
            ultraGridColumn33.Header.VisiblePosition = 5;
            ultraGridColumn33.Width = 45;
            ultraGridColumn34.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            appearance9.TextHAlignAsString = "Right";
            ultraGridColumn34.CellAppearance = appearance9;
            ultraGridColumn34.ColumnChooserCaption = "Percentuale Riparto";
            ultraGridColumn34.EditorComponent = this.percentageDataFilter;
            ultraGridColumn34.Header.Caption = "% Riparto";
            ultraGridColumn34.Header.VisiblePosition = 8;
            ultraGridColumn34.MaskInput = "nnn.nn\\%";
            ultraGridColumn34.Nullable = Infragistics.Win.UltraWinGrid.Nullable.Nothing;
            ultraGridColumn34.Width = 67;
            ultraGridColumn35.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            appearance10.TextHAlignAsString = "Right";
            ultraGridColumn35.CellAppearance = appearance10;
            ultraGridColumn35.EditorComponent = this.percentageDataFilter;
            ultraGridColumn35.Header.Caption = "% Saldo";
            ultraGridColumn35.Header.VisiblePosition = 6;
            ultraGridColumn35.Nullable = Infragistics.Win.UltraWinGrid.Nullable.Nothing;
            ultraGridColumn35.Width = 69;
            ultraGridColumn36.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            appearance11.TextHAlignAsString = "Right";
            ultraGridColumn36.CellAppearance = appearance11;
            ultraGridColumn36.ColumnChooserCaption = "Progressivo";
            ultraGridColumn36.Header.Caption = "Prg.";
            ultraGridColumn36.Header.VisiblePosition = 4;
            ultraGridColumn36.Width = 55;
            ultraGridColumn37.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn37.Header.Caption = "Stato";
            ultraGridColumn37.Header.VisiblePosition = 9;
            ultraGridColumn37.Hidden = true;
            ultraGridColumn37.Width = 63;
            ultraGridColumn38.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn38.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn38.Header.VisiblePosition = 10;
            ultraGridColumn38.Hidden = true;
            ultraGridColumn38.Width = 63;
            ultraGridColumn39.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn39.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn39.Header.VisiblePosition = 11;
            ultraGridColumn39.Hidden = true;
            ultraGridColumn39.Width = 210;
            ultraGridColumn40.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn40.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn40.Header.VisiblePosition = 12;
            ultraGridColumn40.Hidden = true;
            ultraGridColumn40.Width = 124;
            ultraGridColumn41.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn41.ColumnChooserCaption = "Identificativo";
            ultraGridColumn41.Header.Caption = "Id";
            ultraGridColumn41.Header.VisiblePosition = 2;
            ultraGridColumn41.Hidden = true;
            ultraGridColumn41.Width = 58;
            ultraGridColumn42.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn42.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn42.Header.VisiblePosition = 13;
            ultraGridColumn42.Hidden = true;
            ultraGridColumn42.Width = 60;
            ultraGridColumn43.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn43.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn43.Header.VisiblePosition = 14;
            ultraGridColumn43.Hidden = true;
            ultraGridColumn43.Width = 70;
            ultraGridColumn44.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn44.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn44.Header.VisiblePosition = 15;
            ultraGridColumn44.Hidden = true;
            ultraGridColumn44.Width = 42;
            ultraGridBand2.Columns.AddRange(new object[] {
            ultraGridColumn29,
            ultraGridColumn30,
            ultraGridColumn31,
            ultraGridColumn32,
            ultraGridColumn33,
            ultraGridColumn34,
            ultraGridColumn35,
            ultraGridColumn36,
            ultraGridColumn37,
            ultraGridColumn38,
            ultraGridColumn39,
            ultraGridColumn40,
            ultraGridColumn41,
            ultraGridColumn42,
            ultraGridColumn43,
            ultraGridColumn44});
            this.listaRate.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
            this.listaRate.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.listaRate.Location = new System.Drawing.Point(6, 52);
            this.listaRate.Name = "listaRate";
            this.listaRate.Size = new System.Drawing.Size(859, 234);
            this.listaRate.TabIndex = 4;
            this.listaRate.AfterCellUpdate += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.listaRateAfterCellUpdate);
            this.listaRate.InitializeRow += new Infragistics.Win.UltraWinGrid.InitializeRowEventHandler(this.listaRateInitializeRow);
            this.listaRate.BeforeCellUpdate += new Infragistics.Win.UltraWinGrid.BeforeCellUpdateEventHandler(this.listaRateBeforeCellUpdate);
            // 
            // pianoRatealeDettaglioDTOBindingSource
            // 
            this.pianoRatealeDettaglioDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.PianoRatealeDettaglioDTO);
            // 
            // importoDaRipartire
            // 
            appearance12.FontData.BoldAsString = "True";
            appearance12.TextHAlignAsString = "Right";
            this.importoDaRipartire.Appearance = appearance12;
            this.importoDaRipartire.Location = new System.Drawing.Point(762, 23);
            this.importoDaRipartire.Name = "importoDaRipartire";
            this.importoDaRipartire.Size = new System.Drawing.Size(100, 23);
            this.importoDaRipartire.TabIndex = 3;
            this.importoDaRipartire.Text = "importo";
            // 
            // lblImportoDaRipartire
            // 
            appearance13.TextHAlignAsString = "Right";
            this.lblImportoDaRipartire.Appearance = appearance13;
            this.lblImportoDaRipartire.Location = new System.Drawing.Point(627, 23);
            this.lblImportoDaRipartire.Name = "lblImportoDaRipartire";
            this.lblImportoDaRipartire.Size = new System.Drawing.Size(129, 23);
            this.lblImportoDaRipartire.TabIndex = 2;
            this.lblImportoDaRipartire.Text = "Importo da ripartire";
            // 
            // arrotondamentoImporti
            // 
            this.arrotondamentoImporti.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            valueListItem1.DataValue = new decimal(new int[] {
            1,
            0,
            0,
            131072});
            valueListItem1.DisplayText = "0,01";
            valueListItem2.DataValue = new decimal(new int[] {
            10,
            0,
            0,
            131072});
            valueListItem2.DisplayText = "0,10";
            valueListItem3.DataValue = new decimal(new int[] {
            20,
            0,
            0,
            131072});
            valueListItem3.DisplayText = "0,20";
            valueListItem4.DataValue = new decimal(new int[] {
            50,
            0,
            0,
            131072});
            valueListItem4.DisplayText = "0,50";
            valueListItem5.DataValue = new decimal(new int[] {
            100,
            0,
            0,
            131072});
            valueListItem5.DisplayText = "1";
            valueListItem6.DataValue = new decimal(new int[] {
            20,
            0,
            0,
            65536});
            valueListItem6.DisplayText = "2";
            valueListItem7.DataValue = new decimal(new int[] {
            50,
            0,
            0,
            65536});
            valueListItem7.DisplayText = "5";
            valueListItem8.DataValue = new decimal(new int[] {
            100,
            0,
            0,
            65536});
            valueListItem8.DisplayText = "10";
            this.arrotondamentoImporti.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem1,
            valueListItem2,
            valueListItem3,
            valueListItem4,
            valueListItem5,
            valueListItem6,
            valueListItem7,
            valueListItem8});
            this.arrotondamentoImporti.Location = new System.Drawing.Point(269, 19);
            this.arrotondamentoImporti.Name = "arrotondamentoImporti";
            this.arrotondamentoImporti.Size = new System.Drawing.Size(94, 21);
            this.arrotondamentoImporti.TabIndex = 5;
            this.arrotondamentoImporti.ValueChanged += new System.EventHandler(this.arrotondamentoImportiValueChanged);
            // 
            // lblArrotondaImporti
            // 
            appearance14.TextHAlignAsString = "Right";
            this.lblArrotondaImporti.Appearance = appearance14;
            this.lblArrotondaImporti.Location = new System.Drawing.Point(165, 23);
            this.lblArrotondaImporti.Name = "lblArrotondaImporti";
            this.lblArrotondaImporti.Size = new System.Drawing.Size(98, 23);
            this.lblArrotondaImporti.TabIndex = 3;
            this.lblArrotondaImporti.Text = "Arrotondamento";
            // 
            // lblNumeroRate
            // 
            this.lblNumeroRate.Appearance = appearance15;
            this.lblNumeroRate.Location = new System.Drawing.Point(6, 23);
            this.lblNumeroRate.Name = "lblNumeroRate";
            this.lblNumeroRate.Size = new System.Drawing.Size(74, 23);
            this.lblNumeroRate.TabIndex = 1;
            this.lblNumeroRate.Text = "Numero rate";
            // 
            // assegnazioneResiduo
            // 
            this.assegnazioneResiduo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.assegnazioneResiduo.Appearance = appearance16;
            this.assegnazioneResiduo.DisplayMember = "";
            this.assegnazioneResiduo.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.assegnazioneResiduo.Location = new System.Drawing.Point(602, 302);
            this.assegnazioneResiduo.Name = "assegnazioneResiduo";
            this.assegnazioneResiduo.Size = new System.Drawing.Size(263, 21);
            this.assegnazioneResiduo.TabIndex = 10;
            this.assegnazioneResiduo.ValueMember = "";
            this.assegnazioneResiduo.ValueChanged += new System.EventHandler(this.assegnazioneResiduoValueChanged);
            // 
            // lblAssegnaResiduo
            // 
            this.lblAssegnaResiduo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.lblAssegnaResiduo.Appearance = appearance17;
            this.lblAssegnaResiduo.Location = new System.Drawing.Point(444, 306);
            this.lblAssegnaResiduo.Name = "lblAssegnaResiduo";
            this.lblAssegnaResiduo.Size = new System.Drawing.Size(152, 23);
            this.lblAssegnaResiduo.TabIndex = 9;
            this.lblAssegnaResiduo.Text = "Assegna eventuali residui a";
            // 
            // ultraTabPageControl3
            // 
            this.ultraTabPageControl3.Controls.Add(this.pianoRatealeSoggettiUC1);
            this.ultraTabPageControl3.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl3.Name = "ultraTabPageControl3";
            this.ultraTabPageControl3.Size = new System.Drawing.Size(868, 332);
            // 
            // pianoRatealeSoggettiUC1
            // 
            this.pianoRatealeSoggettiUC1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pianoRatealeSoggettiUC1.Location = new System.Drawing.Point(0, 0);
            this.pianoRatealeSoggettiUC1.Name = "pianoRatealeSoggettiUC1";
            this.pianoRatealeSoggettiUC1.Size = new System.Drawing.Size(868, 332);
            this.pianoRatealeSoggettiUC1.TabIndex = 0;
            // 
            // mainTab
            // 
            this.mainTab.AllowTabClosing = false;
            this.mainTab.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.mainTab.Controls.Add(this.wizardTab);
            this.mainTab.Controls.Add(this.ultraTabPageControl1);
            this.mainTab.Controls.Add(this.ultraTabPageControl2);
            this.mainTab.Controls.Add(this.ultraTabPageControl3);
            this.mainTab.Location = new System.Drawing.Point(0, 0);
            this.mainTab.Name = "mainTab";
            this.mainTab.SharedControlsPage = this.wizardTab;
            this.mainTab.Size = new System.Drawing.Size(872, 358);
            this.mainTab.TabIndex = 8;
            ultraTab4.Key = "riepilogo";
            ultraTab4.TabPage = this.ultraTabPageControl1;
            ultraTab4.Text = "Riepilogo";
            ultraTab5.Key = "pianoRateale";
            ultraTab5.TabPage = this.ultraTabPageControl2;
            ultraTab5.Text = "Piano Rateale";
            ultraTab6.Key = "rateSoggetti";
            ultraTab6.TabPage = this.ultraTabPageControl3;
            ultraTab6.Text = "Rate";
            this.mainTab.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
            ultraTab4,
            ultraTab5,
            ultraTab6});
            // 
            // wizardTab
            // 
            this.wizardTab.Location = new System.Drawing.Point(-10000, -10000);
            this.wizardTab.Name = "wizardTab";
            this.wizardTab.Size = new System.Drawing.Size(868, 332);
            // 
            // 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(165, 364);
            this.btnConferma.Name = "btnConferma";
            this.btnConferma.Size = new System.Drawing.Size(75, 23);
            this.btnConferma.TabIndex = 172;
            this.btnConferma.TabStop = false;
            this.btnConferma.Text = "Conferma";
            this.btnConferma.Visible = false;
            this.btnConferma.Click += new System.EventHandler(this.btnConfermaClick);
            // 
            // btnAvanti
            // 
            this.btnAvanti.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnAvanti.Location = new System.Drawing.Point(84, 364);
            this.btnAvanti.Name = "btnAvanti";
            this.btnAvanti.Size = new System.Drawing.Size(75, 23);
            this.btnAvanti.TabIndex = 171;
            this.btnAvanti.TabStop = false;
            this.btnAvanti.Text = "Avanti >>";
            this.btnAvanti.Click += new System.EventHandler(this.btnAvantiClick);
            // 
            // btnIndietro
            // 
            this.btnIndietro.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnIndietro.Enabled = false;
            this.btnIndietro.Location = new System.Drawing.Point(3, 364);
            this.btnIndietro.Name = "btnIndietro";
            this.btnIndietro.Size = new System.Drawing.Size(75, 23);
            this.btnIndietro.TabIndex = 173;
            this.btnIndietro.TabStop = false;
            this.btnIndietro.Text = "<< Indietro";
            this.btnIndietro.Click += new System.EventHandler(this.btnIndietroClick);
            // 
            // percentualeRipartoValidator
            // 
            this.percentualeRipartoValidator.ControlToValidate = this.listaRate;
            this.percentualeRipartoValidator.ErrorMessage = "La somma delle percentuali deve essere 100 ";
            this.percentualeRipartoValidator.Icon = ((System.Drawing.Icon)(resources.GetObject("percentualeRipartoValidator.Icon")));
            this.percentualeRipartoValidator.Validating += new Gipasoft.Windows.Forms.CustomValidation.CustomValidator.ValidatingEventHandler(this.percentualeRipartoValidatorValidating);
            // 
            // dateValidator
            // 
            this.dateValidator.ControlToValidate = this.listaRate;
            this.dateValidator.ErrorMessage = "Le date inserite non sono corrette";
            this.dateValidator.Icon = ((System.Drawing.Icon)(resources.GetObject("dateValidator.Icon")));
            this.dateValidator.Validating += new Gipasoft.Windows.Forms.CustomValidation.CustomValidator.ValidatingEventHandler(this.dateValidatorValidating);
            // 
            // CreazionePianoRatealeUC
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.btnAvanti);
            this.Controls.Add(this.btnIndietro);
            this.Controls.Add(this.btnConferma);
            this.Controls.Add(this.mainTab);
            this.Name = "CreazionePianoRatealeUC";
            this.Size = new System.Drawing.Size(872, 396);
            this.Load += new System.EventHandler(this.creazionePianoRatealeUCLoad);
            this.ultraTabPageControl1.ResumeLayout(false);
            this.ultraTabPageControl1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.rendicontoPreventivo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rendicontoBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.listaRiepilogoRiparto)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.riepilogoRipartoBindingSource)).EndInit();
            this.ultraTabPageControl2.ResumeLayout(false);
            this.ultraTabPageControl2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.groupRate)).EndInit();
            this.groupRate.ResumeLayout(false);
            this.groupRate.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numeroRate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.importoMinimo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.listaRate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pianoRatealeDettaglioDTOBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.arrotondamentoImporti)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.assegnazioneResiduo)).EndInit();
            this.ultraTabPageControl3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.mainTab)).EndInit();
            this.mainTab.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Example #33
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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SearchPanel));
     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.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.Appearance    appearance5    = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup4 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     this.taskPaneSaveOptionsContainer        = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.btnRssSearchSave                    = new System.Windows.Forms.Button();
     this.textFinderCaption                   = new System.Windows.Forms.TextBox();
     this.taskPaneSearchFieldsContainer       = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.checkBoxRssSearchInLink             = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.checkBoxRssSearchInCategory         = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.checkBoxRssSearchInDesc             = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.checkBoxRssSearchInTitle            = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.labelSearchFieldsHint               = new System.Windows.Forms.Label();
     this.taskPaneAdvancedOptionsContainer    = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.advancedOptionItemPostedGroup       = new Infragistics.Win.Misc.UltraExpandableGroupBox();
     this.advancedOptionItemPostedGroupPanel  = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
     this.dateTimeRssSearchPostBefore         = new System.Windows.Forms.DateTimePicker();
     this.comboBoxRssSearchItemPostedOperator = new System.Windows.Forms.ComboBox();
     this.dateTimeRssSearchItemPost           = new System.Windows.Forms.DateTimePicker();
     this.advancedOptionItemAgeGroup          = new Infragistics.Win.Misc.UltraExpandableGroupBox();
     this.advancedOptionItemAgeGroupPanel     = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
     this.optionSetItemAge                    = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
     this.comboRssSearchItemAge               = new System.Windows.Forms.ComboBox();
     this.advancedOptionReadStatusGroup       = new Infragistics.Win.Misc.UltraExpandableGroupBox();
     this.advancedOptionReadStatusGroupPanel  = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
     this.checkBoxRssSearchUnreadItems        = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.taskPaneScopeContainer              = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.treeRssSearchScope                  = new System.Windows.Forms.TreeView();
     this.panelRssSearchCommands              = new System.Windows.Forms.Panel();
     this.btnNewSearch             = new System.Windows.Forms.Button();
     this.textSearchExpression     = new System.Windows.Forms.TextBox();
     this.btnSearchCancel          = new System.Windows.Forms.Button();
     this.labelRssSearchState      = new System.Windows.Forms.Label();
     this.taskPaneAllSearchOptions = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.taskPaneSaveOptionsContainer.SuspendLayout();
     this.taskPaneSearchFieldsContainer.SuspendLayout();
     this.taskPaneAdvancedOptionsContainer.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.advancedOptionItemPostedGroup)).BeginInit();
     this.advancedOptionItemPostedGroup.SuspendLayout();
     this.advancedOptionItemPostedGroupPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.advancedOptionItemAgeGroup)).BeginInit();
     this.advancedOptionItemAgeGroup.SuspendLayout();
     this.advancedOptionItemAgeGroupPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.optionSetItemAge)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.advancedOptionReadStatusGroup)).BeginInit();
     this.advancedOptionReadStatusGroup.SuspendLayout();
     this.advancedOptionReadStatusGroupPanel.SuspendLayout();
     this.taskPaneScopeContainer.SuspendLayout();
     this.panelRssSearchCommands.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.taskPaneAllSearchOptions)).BeginInit();
     this.taskPaneAllSearchOptions.SuspendLayout();
     this.SuspendLayout();
     //
     // taskPaneSaveOptionsContainer
     //
     this.taskPaneSaveOptionsContainer.Controls.Add(this.btnRssSearchSave);
     this.taskPaneSaveOptionsContainer.Controls.Add(this.textFinderCaption);
     this.taskPaneSaveOptionsContainer.Location = new System.Drawing.Point(21, 42);
     this.taskPaneSaveOptionsContainer.Name     = "taskPaneSaveOptionsContainer";
     this.taskPaneSaveOptionsContainer.Size     = new System.Drawing.Size(210, 26);
     this.taskPaneSaveOptionsContainer.TabIndex = 0;
     //
     // btnRssSearchSave
     //
     this.btnRssSearchSave.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnRssSearchSave.BackColor = System.Drawing.SystemColors.Control;
     this.btnRssSearchSave.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnRssSearchSave.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.btnRssSearchSave.Location  = new System.Drawing.Point(131, 0);
     this.btnRssSearchSave.Name      = "btnRssSearchSave";
     this.btnRssSearchSave.Size      = new System.Drawing.Size(75, 23);
     this.btnRssSearchSave.TabIndex  = 1;
     this.btnRssSearchSave.Text      = "Save";
     this.btnRssSearchSave.UseVisualStyleBackColor = false;
     //
     // textFinderCaption
     //
     this.textFinderCaption.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.textFinderCaption.Location = new System.Drawing.Point(0, 2);
     this.textFinderCaption.Name     = "textFinderCaption";
     this.textFinderCaption.Size     = new System.Drawing.Size(126, 20);
     this.textFinderCaption.TabIndex = 0;
     //
     // taskPaneSearchFieldsContainer
     //
     this.taskPaneSearchFieldsContainer.Controls.Add(this.checkBoxRssSearchInLink);
     this.taskPaneSearchFieldsContainer.Controls.Add(this.checkBoxRssSearchInCategory);
     this.taskPaneSearchFieldsContainer.Controls.Add(this.checkBoxRssSearchInDesc);
     this.taskPaneSearchFieldsContainer.Controls.Add(this.checkBoxRssSearchInTitle);
     this.taskPaneSearchFieldsContainer.Controls.Add(this.labelSearchFieldsHint);
     this.taskPaneSearchFieldsContainer.Location = new System.Drawing.Point(21, 125);
     this.taskPaneSearchFieldsContainer.Name     = "taskPaneSearchFieldsContainer";
     this.taskPaneSearchFieldsContainer.Size     = new System.Drawing.Size(210, 120);
     this.taskPaneSearchFieldsContainer.TabIndex = 1;
     //
     // checkBoxRssSearchInLink
     //
     this.checkBoxRssSearchInLink.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.checkBoxRssSearchInLink.BackColor         = System.Drawing.Color.Transparent;
     this.checkBoxRssSearchInLink.BackColorInternal = System.Drawing.Color.Transparent;
     this.checkBoxRssSearchInLink.Location          = new System.Drawing.Point(0, 60);
     this.checkBoxRssSearchInLink.Name         = "checkBoxRssSearchInLink";
     this.checkBoxRssSearchInLink.Size         = new System.Drawing.Size(206, 20);
     this.checkBoxRssSearchInLink.TabIndex     = 3;
     this.checkBoxRssSearchInLink.Text         = "Item &Link";
     this.checkBoxRssSearchInLink.UseMnemonics = true;
     //
     // checkBoxRssSearchInCategory
     //
     this.checkBoxRssSearchInCategory.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.checkBoxRssSearchInCategory.BackColor         = System.Drawing.Color.Transparent;
     this.checkBoxRssSearchInCategory.BackColorInternal = System.Drawing.Color.Transparent;
     this.checkBoxRssSearchInCategory.Location          = new System.Drawing.Point(0, 40);
     this.checkBoxRssSearchInCategory.Name         = "checkBoxRssSearchInCategory";
     this.checkBoxRssSearchInCategory.Size         = new System.Drawing.Size(206, 20);
     this.checkBoxRssSearchInCategory.TabIndex     = 2;
     this.checkBoxRssSearchInCategory.Text         = "Top&ic";
     this.checkBoxRssSearchInCategory.UseMnemonics = true;
     //
     // checkBoxRssSearchInDesc
     //
     this.checkBoxRssSearchInDesc.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.checkBoxRssSearchInDesc.BackColor         = System.Drawing.Color.Transparent;
     this.checkBoxRssSearchInDesc.BackColorInternal = System.Drawing.Color.Transparent;
     this.checkBoxRssSearchInDesc.Location          = new System.Drawing.Point(0, 20);
     this.checkBoxRssSearchInDesc.Name         = "checkBoxRssSearchInDesc";
     this.checkBoxRssSearchInDesc.Size         = new System.Drawing.Size(206, 20);
     this.checkBoxRssSearchInDesc.TabIndex     = 1;
     this.checkBoxRssSearchInDesc.Text         = "&Description";
     this.checkBoxRssSearchInDesc.UseMnemonics = true;
     //
     // checkBoxRssSearchInTitle
     //
     this.checkBoxRssSearchInTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.checkBoxRssSearchInTitle.BackColor         = System.Drawing.Color.Transparent;
     this.checkBoxRssSearchInTitle.BackColorInternal = System.Drawing.Color.Transparent;
     this.checkBoxRssSearchInTitle.Location          = new System.Drawing.Point(0, 0);
     this.checkBoxRssSearchInTitle.Name         = "checkBoxRssSearchInTitle";
     this.checkBoxRssSearchInTitle.Size         = new System.Drawing.Size(206, 20);
     this.checkBoxRssSearchInTitle.TabIndex     = 0;
     this.checkBoxRssSearchInTitle.Text         = "&Title";
     this.checkBoxRssSearchInTitle.UseMnemonics = true;
     //
     // labelSearchFieldsHint
     //
     this.labelSearchFieldsHint.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.labelSearchFieldsHint.BackColor = System.Drawing.Color.Transparent;
     this.labelSearchFieldsHint.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.labelSearchFieldsHint.Location  = new System.Drawing.Point(0, 85);
     this.labelSearchFieldsHint.Name      = "labelSearchFieldsHint";
     this.labelSearchFieldsHint.Size      = new System.Drawing.Size(206, 44);
     this.labelSearchFieldsHint.TabIndex  = 9;
     this.labelSearchFieldsHint.Text      = "Check all the fields you want searched";
     //
     // taskPaneAdvancedOptionsContainer
     //
     this.taskPaneAdvancedOptionsContainer.Controls.Add(this.advancedOptionItemPostedGroup);
     this.taskPaneAdvancedOptionsContainer.Controls.Add(this.advancedOptionItemAgeGroup);
     this.taskPaneAdvancedOptionsContainer.Controls.Add(this.advancedOptionReadStatusGroup);
     this.taskPaneAdvancedOptionsContainer.Location = new System.Drawing.Point(21, 302);
     this.taskPaneAdvancedOptionsContainer.Name     = "taskPaneAdvancedOptionsContainer";
     this.taskPaneAdvancedOptionsContainer.Size     = new System.Drawing.Size(210, 0);
     this.taskPaneAdvancedOptionsContainer.TabIndex = 2;
     this.taskPaneAdvancedOptionsContainer.Visible  = false;
     //
     // advancedOptionItemPostedGroup
     //
     this.advancedOptionItemPostedGroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     appearance1.BackColor = System.Drawing.Color.Transparent;
     this.advancedOptionItemPostedGroup.Appearance          = appearance1;
     this.advancedOptionItemPostedGroup.ContentPadding.Left = 16;
     this.advancedOptionItemPostedGroup.Controls.Add(this.advancedOptionItemPostedGroupPanel);
     this.advancedOptionItemPostedGroup.ExpandedSize = new System.Drawing.Size(206, 112);
     this.advancedOptionItemPostedGroup.ExpansionIndicatorCollapsed = ((System.Drawing.Image)(resources.GetObject("advancedOptionItemPostedGroup.ExpansionIndicatorCollapsed")));
     this.advancedOptionItemPostedGroup.ExpansionIndicatorExpanded  = ((System.Drawing.Image)(resources.GetObject("advancedOptionItemPostedGroup.ExpansionIndicatorExpanded")));
     this.advancedOptionItemPostedGroup.Location = new System.Drawing.Point(2, 175);
     this.advancedOptionItemPostedGroup.Name     = "advancedOptionItemPostedGroup";
     this.advancedOptionItemPostedGroup.Size     = new System.Drawing.Size(206, 112);
     this.advancedOptionItemPostedGroup.TabIndex = 2;
     this.advancedOptionItemPostedGroup.Text     = "Item &posted";
     //
     // advancedOptionItemPostedGroupPanel
     //
     this.advancedOptionItemPostedGroupPanel.Controls.Add(this.dateTimeRssSearchPostBefore);
     this.advancedOptionItemPostedGroupPanel.Controls.Add(this.comboBoxRssSearchItemPostedOperator);
     this.advancedOptionItemPostedGroupPanel.Controls.Add(this.dateTimeRssSearchItemPost);
     this.advancedOptionItemPostedGroupPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.advancedOptionItemPostedGroupPanel.Location = new System.Drawing.Point(19, 19);
     this.advancedOptionItemPostedGroupPanel.Name     = "advancedOptionItemPostedGroupPanel";
     this.advancedOptionItemPostedGroupPanel.Size     = new System.Drawing.Size(184, 90);
     this.advancedOptionItemPostedGroupPanel.TabIndex = 0;
     //
     // dateTimeRssSearchPostBefore
     //
     this.dateTimeRssSearchPostBefore.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.dateTimeRssSearchPostBefore.Format   = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dateTimeRssSearchPostBefore.Location = new System.Drawing.Point(0, 65);
     this.dateTimeRssSearchPostBefore.MinDate  = new System.DateTime(1980, 1, 1, 0, 0, 0, 0);
     this.dateTimeRssSearchPostBefore.Name     = "dateTimeRssSearchPostBefore";
     this.dateTimeRssSearchPostBefore.Size     = new System.Drawing.Size(176, 20);
     this.dateTimeRssSearchPostBefore.TabIndex = 12;
     //
     // comboBoxRssSearchItemPostedOperator
     //
     this.comboBoxRssSearchItemPostedOperator.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                             | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBoxRssSearchItemPostedOperator.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxRssSearchItemPostedOperator.ItemHeight    = 13;
     this.comboBoxRssSearchItemPostedOperator.Items.AddRange(new object[] {
         "at",
         "before",
         "after",
         "between"
     });
     this.comboBoxRssSearchItemPostedOperator.Location = new System.Drawing.Point(0, 5);
     this.comboBoxRssSearchItemPostedOperator.Name     = "comboBoxRssSearchItemPostedOperator";
     this.comboBoxRssSearchItemPostedOperator.Size     = new System.Drawing.Size(176, 21);
     this.comboBoxRssSearchItemPostedOperator.TabIndex = 9;
     //
     // dateTimeRssSearchItemPost
     //
     this.dateTimeRssSearchItemPost.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.dateTimeRssSearchItemPost.Format   = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dateTimeRssSearchItemPost.Location = new System.Drawing.Point(0, 35);
     this.dateTimeRssSearchItemPost.MinDate  = new System.DateTime(1980, 1, 1, 0, 0, 0, 0);
     this.dateTimeRssSearchItemPost.Name     = "dateTimeRssSearchItemPost";
     this.dateTimeRssSearchItemPost.Size     = new System.Drawing.Size(176, 20);
     this.dateTimeRssSearchItemPost.TabIndex = 10;
     //
     // advancedOptionItemAgeGroup
     //
     this.advancedOptionItemAgeGroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     appearance2.BackColor = System.Drawing.Color.Transparent;
     this.advancedOptionItemAgeGroup.Appearance          = appearance2;
     this.advancedOptionItemAgeGroup.ContentPadding.Left = 16;
     this.advancedOptionItemAgeGroup.Controls.Add(this.advancedOptionItemAgeGroupPanel);
     this.advancedOptionItemAgeGroup.ExpandedSize = new System.Drawing.Size(206, 100);
     this.advancedOptionItemAgeGroup.ExpansionIndicatorCollapsed = ((System.Drawing.Image)(resources.GetObject("advancedOptionItemAgeGroup.ExpansionIndicatorCollapsed")));
     this.advancedOptionItemAgeGroup.ExpansionIndicatorExpanded  = ((System.Drawing.Image)(resources.GetObject("advancedOptionItemAgeGroup.ExpansionIndicatorExpanded")));
     this.advancedOptionItemAgeGroup.Location = new System.Drawing.Point(2, 65);
     this.advancedOptionItemAgeGroup.Name     = "advancedOptionItemAgeGroup";
     this.advancedOptionItemAgeGroup.Size     = new System.Drawing.Size(206, 100);
     this.advancedOptionItemAgeGroup.TabIndex = 1;
     this.advancedOptionItemAgeGroup.Text     = "Item &Age";
     //
     // advancedOptionItemAgeGroupPanel
     //
     this.advancedOptionItemAgeGroupPanel.Controls.Add(this.optionSetItemAge);
     this.advancedOptionItemAgeGroupPanel.Controls.Add(this.comboRssSearchItemAge);
     this.advancedOptionItemAgeGroupPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.advancedOptionItemAgeGroupPanel.Location = new System.Drawing.Point(19, 19);
     this.advancedOptionItemAgeGroupPanel.Name     = "advancedOptionItemAgeGroupPanel";
     this.advancedOptionItemAgeGroupPanel.Size     = new System.Drawing.Size(184, 78);
     this.advancedOptionItemAgeGroupPanel.TabIndex = 0;
     //
     // optionSetItemAge
     //
     this.optionSetItemAge.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     appearance3.BackColorDisabled        = System.Drawing.Color.Transparent;
     this.optionSetItemAge.Appearance     = appearance3;
     this.optionSetItemAge.BorderStyle    = Infragistics.Win.UIElementBorderStyle.None;
     this.optionSetItemAge.CheckedIndex   = 0;
     appearance4.BackColorDisabled        = System.Drawing.Color.Transparent;
     this.optionSetItemAge.ItemAppearance = appearance4;
     valueListItem1.DataValue             = "";
     valueListItem1.DisplayText           = "&Newer than";
     valueListItem2.DataValue             = "";
     valueListItem2.DisplayText           = "&Older than";
     this.optionSetItemAge.Items.AddRange(new Infragistics.Win.ValueListItem[] {
         valueListItem1,
         valueListItem2
     });
     this.optionSetItemAge.ItemSpacingVertical = 5;
     this.optionSetItemAge.Location            = new System.Drawing.Point(0, 5);
     this.optionSetItemAge.Name         = "optionSetItemAge";
     this.optionSetItemAge.Size         = new System.Drawing.Size(182, 40);
     this.optionSetItemAge.TabIndex     = 0;
     this.optionSetItemAge.Text         = "&Newer than";
     this.optionSetItemAge.UseFlatMode  = Infragistics.Win.DefaultableBoolean.True;
     this.optionSetItemAge.UseMnemonics = true;
     //
     // comboRssSearchItemAge
     //
     this.comboRssSearchItemAge.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.comboRssSearchItemAge.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboRssSearchItemAge.ItemHeight    = 13;
     this.comboRssSearchItemAge.Items.AddRange(new object[] {
         "1 hour",
         "2 hours",
         "3 hours",
         "4 hours",
         "5 hours",
         "6 hours",
         "12 hours",
         "18 hours",
         "1 day",
         "2 days",
         "3 days",
         "4 days",
         "5 days",
         "6 days",
         "7 days",
         "14 days",
         "21 days",
         "1 month",
         "2 months",
         "1 quarter",
         "2 quarters",
         "3 quarters",
         "1 year",
         "2 years",
         "3 years",
         "5 years"
     });
     this.comboRssSearchItemAge.Location = new System.Drawing.Point(0, 50);
     this.comboRssSearchItemAge.Name     = "comboRssSearchItemAge";
     this.comboRssSearchItemAge.Size     = new System.Drawing.Size(176, 21);
     this.comboRssSearchItemAge.TabIndex = 1;
     //
     // advancedOptionReadStatusGroup
     //
     this.advancedOptionReadStatusGroup.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.Transparent;
     this.advancedOptionReadStatusGroup.Appearance          = appearance5;
     this.advancedOptionReadStatusGroup.ContentPadding.Left = 16;
     this.advancedOptionReadStatusGroup.Controls.Add(this.advancedOptionReadStatusGroupPanel);
     this.advancedOptionReadStatusGroup.ExpandedSize = new System.Drawing.Size(206, 55);
     this.advancedOptionReadStatusGroup.ExpansionIndicatorCollapsed = ((System.Drawing.Image)(resources.GetObject("advancedOptionReadStatusGroup.ExpansionIndicatorCollapsed")));
     this.advancedOptionReadStatusGroup.ExpansionIndicatorExpanded  = ((System.Drawing.Image)(resources.GetObject("advancedOptionReadStatusGroup.ExpansionIndicatorExpanded")));
     this.advancedOptionReadStatusGroup.Location = new System.Drawing.Point(0, 0);
     this.advancedOptionReadStatusGroup.Name     = "advancedOptionReadStatusGroup";
     this.advancedOptionReadStatusGroup.Size     = new System.Drawing.Size(206, 55);
     this.advancedOptionReadStatusGroup.TabIndex = 0;
     this.advancedOptionReadStatusGroup.Text     = "&Read Status";
     //
     // advancedOptionReadStatusGroupPanel
     //
     this.advancedOptionReadStatusGroupPanel.Controls.Add(this.checkBoxRssSearchUnreadItems);
     this.advancedOptionReadStatusGroupPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.advancedOptionReadStatusGroupPanel.Location = new System.Drawing.Point(19, 19);
     this.advancedOptionReadStatusGroupPanel.Name     = "advancedOptionReadStatusGroupPanel";
     this.advancedOptionReadStatusGroupPanel.Size     = new System.Drawing.Size(184, 33);
     this.advancedOptionReadStatusGroupPanel.TabIndex = 0;
     //
     // checkBoxRssSearchUnreadItems
     //
     this.checkBoxRssSearchUnreadItems.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.checkBoxRssSearchUnreadItems.Location     = new System.Drawing.Point(0, 5);
     this.checkBoxRssSearchUnreadItems.Name         = "checkBoxRssSearchUnreadItems";
     this.checkBoxRssSearchUnreadItems.Size         = new System.Drawing.Size(184, 20);
     this.checkBoxRssSearchUnreadItems.TabIndex     = 0;
     this.checkBoxRssSearchUnreadItems.Text         = "&Unread Posts";
     this.checkBoxRssSearchUnreadItems.UseMnemonics = true;
     //
     // taskPaneScopeContainer
     //
     this.taskPaneScopeContainer.Controls.Add(this.treeRssSearchScope);
     this.taskPaneScopeContainer.Location = new System.Drawing.Point(21, 340);
     this.taskPaneScopeContainer.Name     = "taskPaneScopeContainer";
     this.taskPaneScopeContainer.Size     = new System.Drawing.Size(210, 0);
     this.taskPaneScopeContainer.TabIndex = 4;
     this.taskPaneScopeContainer.Visible  = false;
     //
     // treeRssSearchScope
     //
     this.treeRssSearchScope.BorderStyle   = System.Windows.Forms.BorderStyle.None;
     this.treeRssSearchScope.CheckBoxes    = true;
     this.treeRssSearchScope.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.treeRssSearchScope.HideSelection = false;
     this.treeRssSearchScope.Indent        = 19;
     this.treeRssSearchScope.ItemHeight    = 19;
     this.treeRssSearchScope.Location      = new System.Drawing.Point(0, 0);
     this.treeRssSearchScope.Name          = "treeRssSearchScope";
     this.treeRssSearchScope.Size          = new System.Drawing.Size(210, 0);
     this.treeRssSearchScope.TabIndex      = 1;
     //
     // panelRssSearchCommands
     //
     this.panelRssSearchCommands.Controls.Add(this.btnNewSearch);
     this.panelRssSearchCommands.Controls.Add(this.textSearchExpression);
     this.panelRssSearchCommands.Controls.Add(this.btnSearchCancel);
     this.panelRssSearchCommands.Controls.Add(this.labelRssSearchState);
     this.panelRssSearchCommands.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelRssSearchCommands.Location = new System.Drawing.Point(0, 0);
     this.panelRssSearchCommands.Name     = "panelRssSearchCommands";
     this.panelRssSearchCommands.Size     = new System.Drawing.Size(245, 40);
     this.panelRssSearchCommands.TabIndex = 0;
     //
     // btnNewSearch
     //
     this.btnNewSearch.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnNewSearch.BackColor = System.Drawing.SystemColors.Control;
     this.btnNewSearch.Enabled   = false;
     this.btnNewSearch.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnNewSearch.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.btnNewSearch.Location  = new System.Drawing.Point(154, 43);
     this.btnNewSearch.Name      = "btnNewSearch";
     this.btnNewSearch.Size      = new System.Drawing.Size(80, 23);
     this.btnNewSearch.TabIndex  = 3;
     this.btnNewSearch.Text      = "New Search";
     this.btnNewSearch.UseVisualStyleBackColor = false;
     //
     // textSearchExpression
     //
     this.textSearchExpression.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                              | System.Windows.Forms.AnchorStyles.Right)));
     this.textSearchExpression.Location = new System.Drawing.Point(10, 10);
     this.textSearchExpression.Name     = "textSearchExpression";
     this.textSearchExpression.Size     = new System.Drawing.Size(139, 20);
     this.textSearchExpression.TabIndex = 0;
     //
     // btnSearchCancel
     //
     this.btnSearchCancel.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSearchCancel.BackColor = System.Drawing.SystemColors.Control;
     this.btnSearchCancel.Enabled   = false;
     this.btnSearchCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnSearchCancel.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.btnSearchCancel.Location  = new System.Drawing.Point(154, 9);
     this.btnSearchCancel.Name      = "btnSearchCancel";
     this.btnSearchCancel.Size      = new System.Drawing.Size(80, 23);
     this.btnSearchCancel.TabIndex  = 1;
     this.btnSearchCancel.Text      = "Search";
     this.btnSearchCancel.UseVisualStyleBackColor = false;
     //
     // labelRssSearchState
     //
     this.labelRssSearchState.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                             | System.Windows.Forms.AnchorStyles.Right)));
     this.labelRssSearchState.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.labelRssSearchState.Location = new System.Drawing.Point(10, 47);
     this.labelRssSearchState.Name     = "labelRssSearchState";
     this.labelRssSearchState.Size     = new System.Drawing.Size(139, 15);
     this.labelRssSearchState.TabIndex = 2;
     //
     // taskPaneAllSearchOptions
     //
     this.taskPaneAllSearchOptions.AutoScrollStyle = Infragistics.Win.UltraWinExplorerBar.AutoScrollStyle.BringActiveControlIntoView;
     this.taskPaneAllSearchOptions.Controls.Add(this.taskPaneSaveOptionsContainer);
     this.taskPaneAllSearchOptions.Controls.Add(this.taskPaneSearchFieldsContainer);
     this.taskPaneAllSearchOptions.Controls.Add(this.taskPaneAdvancedOptionsContainer);
     this.taskPaneAllSearchOptions.Controls.Add(this.taskPaneScopeContainer);
     this.taskPaneAllSearchOptions.Dock = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container   = this.taskPaneSaveOptionsContainer;
     ultraExplorerBarGroup1.Key         = "searchTaskPaneSaveOptions";
     ultraExplorerBarGroup1.Settings.ContainerHeight = 26;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "&Save This Search As";
     ultraExplorerBarGroup2.Container = this.taskPaneSearchFieldsContainer;
     ultraExplorerBarGroup2.Key       = "searchTaskPaneFields";
     ultraExplorerBarGroup2.Settings.ContainerHeight = 120;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text      = "Search &Fields";
     ultraExplorerBarGroup3.Container = this.taskPaneAdvancedOptionsContainer;
     ultraExplorerBarGroup3.Expanded  = false;
     ultraExplorerBarGroup3.Key       = "searchTaskPaneAdvancedOptions";
     ultraExplorerBarGroup3.Settings.ContainerHeight = 290;
     ultraExplorerBarGroup3.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup3.Text      = "Advanced &Options";
     ultraExplorerBarGroup4.Container = this.taskPaneScopeContainer;
     ultraExplorerBarGroup4.Expanded  = false;
     ultraExplorerBarGroup4.Key       = "searchTaskPaneScope";
     ultraExplorerBarGroup4.Settings.ContainerHeight = 179;
     ultraExplorerBarGroup4.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup4.Text = "Search Scope";
     this.taskPaneAllSearchOptions.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2,
         ultraExplorerBarGroup3,
         ultraExplorerBarGroup4
     });
     this.taskPaneAllSearchOptions.GroupSettings.UseMnemonics = Infragistics.Win.DefaultableBoolean.True;
     this.taskPaneAllSearchOptions.Location       = new System.Drawing.Point(0, 40);
     this.taskPaneAllSearchOptions.Margins.Bottom = 8;
     this.taskPaneAllSearchOptions.Margins.Left   = 8;
     this.taskPaneAllSearchOptions.Margins.Right  = 8;
     this.taskPaneAllSearchOptions.Margins.Top    = 10;
     this.taskPaneAllSearchOptions.Name           = "taskPaneAllSearchOptions";
     this.taskPaneAllSearchOptions.Size           = new System.Drawing.Size(245, 711);
     this.taskPaneAllSearchOptions.TabIndex       = 1;
     this.taskPaneAllSearchOptions.ViewStyle      = Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarViewStyle.XPExplorerBar;
     //
     // SearchPanel
     //
     this.Controls.Add(this.taskPaneAllSearchOptions);
     this.Controls.Add(this.panelRssSearchCommands);
     this.Name = "SearchPanel";
     this.Size = new System.Drawing.Size(245, 751);
     this.taskPaneSaveOptionsContainer.ResumeLayout(false);
     this.taskPaneSaveOptionsContainer.PerformLayout();
     this.taskPaneSearchFieldsContainer.ResumeLayout(false);
     this.taskPaneAdvancedOptionsContainer.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.advancedOptionItemPostedGroup)).EndInit();
     this.advancedOptionItemPostedGroup.ResumeLayout(false);
     this.advancedOptionItemPostedGroupPanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.advancedOptionItemAgeGroup)).EndInit();
     this.advancedOptionItemAgeGroup.ResumeLayout(false);
     this.advancedOptionItemAgeGroupPanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.optionSetItemAge)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.advancedOptionReadStatusGroup)).EndInit();
     this.advancedOptionReadStatusGroup.ResumeLayout(false);
     this.advancedOptionReadStatusGroupPanel.ResumeLayout(false);
     this.taskPaneScopeContainer.ResumeLayout(false);
     this.panelRssSearchCommands.ResumeLayout(false);
     this.panelRssSearchCommands.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.taskPaneAllSearchOptions)).EndInit();
     this.taskPaneAllSearchOptions.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.Appearance    appearance7               = new Infragistics.Win.Appearance();
     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    appearance8               = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance9               = new Infragistics.Win.Appearance();
     Infragistics.Win.ValueListItem valueListItem2            = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem3            = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem4            = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem5            = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem6            = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem7            = new Infragistics.Win.ValueListItem();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ZoomDialog));
     this.ultraFormManager1 = new Infragistics.Win.UltraWinForm.UltraFormManager(this.components);
     this.pnlBackground     = new Infragistics.Win.Misc.UltraPanel();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.flowLayoutPanel1  = new System.Windows.Forms.FlowLayoutPanel();
     this.numZoomLevel      = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.lblPercent        = new Infragistics.Win.Misc.UltraLabel();
     this.btnOK             = new Infragistics.Win.Misc.UltraButton();
     this.btnCancel         = new Infragistics.Win.Misc.UltraButton();
     this.lblMagnification  = new Infragistics.Win.Misc.UltraLabel();
     this.optPresetLevels   = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
     this._ZoomDialog_UltraFormManager_Dock_Area_Left   = new Infragistics.Win.UltraWinForm.UltraFormDockArea();
     this._ZoomDialog_UltraFormManager_Dock_Area_Right  = new Infragistics.Win.UltraWinForm.UltraFormDockArea();
     this._ZoomDialog_UltraFormManager_Dock_Area_Top    = new Infragistics.Win.UltraWinForm.UltraFormDockArea();
     this._ZoomDialog_UltraFormManager_Dock_Area_Bottom = new Infragistics.Win.UltraWinForm.UltraFormDockArea();
     ((System.ComponentModel.ISupportInitialize)(this.ultraFormManager1)).BeginInit();
     this.pnlBackground.ClientArea.SuspendLayout();
     this.pnlBackground.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numZoomLevel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.optPresetLevels)).BeginInit();
     this.SuspendLayout();
     //
     // ultraFormManager1
     //
     this.ultraFormManager1.Form = this;
     this.ultraFormManager1.FormStyleSettings.Style = Infragistics.Win.UltraWinForm.UltraFormStyle.Office2013;
     //
     // pnlBackground
     //
     appearance7.BackColor         = System.Drawing.Color.White;
     this.pnlBackground.Appearance = appearance7;
     //
     // pnlBackground.ClientArea
     //
     this.pnlBackground.ClientArea.Controls.Add(this.tableLayoutPanel1);
     this.pnlBackground.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlBackground.Location = new System.Drawing.Point(1, 31);
     this.pnlBackground.Name     = "pnlBackground";
     this.pnlBackground.Size     = new System.Drawing.Size(263, 253);
     this.pnlBackground.TabIndex = 0;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 5;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 10F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 21F));
     this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 3, 2);
     this.tableLayoutPanel1.Controls.Add(this.btnOK, 1, 4);
     this.tableLayoutPanel1.Controls.Add(this.btnCancel, 3, 4);
     this.tableLayoutPanel1.Controls.Add(this.lblMagnification, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.optPresetLevels, 1, 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 = 6;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     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, 20F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 29F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(263, 253);
     this.tableLayoutPanel1.TabIndex = 5;
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.AutoSize = true;
     this.flowLayoutPanel1.Controls.Add(this.numZoomLevel);
     this.flowLayoutPanel1.Controls.Add(this.lblPercent);
     this.flowLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.flowLayoutPanel1.Location = new System.Drawing.Point(139, 151);
     this.flowLayoutPanel1.Name     = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size     = new System.Drawing.Size(100, 30);
     this.flowLayoutPanel1.TabIndex = 2;
     //
     // numZoomLevel
     //
     this.numZoomLevel.Anchor                 = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.numZoomLevel.DisplayStyle           = Infragistics.Win.EmbeddableElementDisplayStyle.Office2013;
     this.numZoomLevel.Location               = new System.Drawing.Point(3, 3);
     this.numZoomLevel.MaskInput              = "nnn";
     this.numZoomLevel.MaxValue               = 400;
     this.numZoomLevel.MinValue               = 10;
     this.numZoomLevel.Name                   = "numZoomLevel";
     this.numZoomLevel.PromptChar             = ' ';
     this.numZoomLevel.Size                   = new System.Drawing.Size(54, 24);
     this.numZoomLevel.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
     this.numZoomLevel.TabIndex               = 2;
     this.numZoomLevel.ValueChanged          += new System.EventHandler(this.numZoomLevel_ValueChanged);
     this.numZoomLevel.ValidationError       += new Infragistics.Win.UltraWinEditors.UltraNumericEditorBase.ValidationErrorEventHandler(this.numZoomLevel_ValidationError);
     //
     // lblPercent
     //
     this.lblPercent.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.lblPercent.AutoSize = true;
     this.lblPercent.Location = new System.Drawing.Point(63, 10);
     this.lblPercent.Name     = "lblPercent";
     this.lblPercent.Size     = new System.Drawing.Size(13, 17);
     this.lblPercent.TabIndex = 0;
     this.lblPercent.Text     = "%";
     //
     // btnOK
     //
     appearance1.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(116)))), ((int)(((byte)(71)))));
     appearance1.BackColorDisabled = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     appearance1.ForeColor         = System.Drawing.Color.White;
     appearance1.ForeColorDisabled = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.btnOK.Appearance         = appearance1;
     this.btnOK.ButtonStyle        = Infragistics.Win.UIElementButtonStyle.Borderless;
     this.btnOK.DialogResult       = System.Windows.Forms.DialogResult.OK;
     this.btnOK.Dock               = System.Windows.Forms.DockStyle.Fill;
     appearance2.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(149)))), ((int)(((byte)(111)))));
     this.btnOK.HotTrackAppearance = appearance2;
     this.btnOK.Location           = new System.Drawing.Point(23, 207);
     this.btnOK.Name               = "btnOK";
     appearance3.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(149)))), ((int)(((byte)(111)))));
     this.btnOK.PressedAppearance  = appearance3;
     this.btnOK.Size               = new System.Drawing.Size(100, 23);
     this.btnOK.TabIndex           = 3;
     this.btnOK.Text               = "OK";
     this.btnOK.UseOsThemes        = Infragistics.Win.DefaultableBoolean.False;
     //
     // btnCancel
     //
     appearance4.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(199)))), ((int)(((byte)(229)))), ((int)(((byte)(213)))));
     appearance4.BackColorDisabled     = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     appearance4.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(116)))), ((int)(((byte)(71)))));
     appearance4.ForeColorDisabled     = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.btnCancel.Appearance         = appearance4;
     this.btnCancel.ButtonStyle        = Infragistics.Win.UIElementButtonStyle.Borderless;
     this.btnCancel.DialogResult       = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Dock               = System.Windows.Forms.DockStyle.Fill;
     appearance5.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(217)))), ((int)(((byte)(195)))));
     this.btnCancel.HotTrackAppearance = appearance5;
     this.btnCancel.Location           = new System.Drawing.Point(139, 207);
     this.btnCancel.Name               = "btnCancel";
     appearance6.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(205)))), ((int)(((byte)(178)))));
     this.btnCancel.PressedAppearance  = appearance6;
     this.btnCancel.Size               = new System.Drawing.Size(100, 23);
     this.btnCancel.TabIndex           = 4;
     this.btnCancel.Text               = "Cancel";
     this.btnCancel.UseOsThemes        = Infragistics.Win.DefaultableBoolean.False;
     //
     // lblMagnification
     //
     appearance8.FontData.SizeInPoints = 12F;
     appearance8.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(149)))), ((int)(((byte)(111)))));
     this.lblMagnification.Appearance  = appearance8;
     this.lblMagnification.AutoSize    = true;
     this.tableLayoutPanel1.SetColumnSpan(this.lblMagnification, 3);
     this.lblMagnification.Location = new System.Drawing.Point(23, 23);
     this.lblMagnification.Name     = "lblMagnification";
     this.lblMagnification.Size     = new System.Drawing.Size(106, 24);
     this.lblMagnification.TabIndex = 3;
     this.lblMagnification.Text     = "Magnification";
     //
     // optPresetLevels
     //
     this.optPresetLevels.BorderStyle    = Infragistics.Win.UIElementBorderStyle.None;
     this.optPresetLevels.Dock           = System.Windows.Forms.DockStyle.Fill;
     appearance9.FontData.SizeInPoints   = 9F;
     this.optPresetLevels.ItemAppearance = appearance9;
     valueListItem2.DataValue            = 200;
     valueListItem2.DisplayText          = "200%";
     valueListItem3.DataValue            = 100;
     valueListItem3.DisplayText          = "100%";
     valueListItem4.DataValue            = 75;
     valueListItem4.DisplayText          = "75%";
     valueListItem5.DataValue            = 50;
     valueListItem5.DisplayText          = "50%";
     valueListItem6.DataValue            = 25;
     valueListItem6.DisplayText          = "25%";
     valueListItem7.DataValue            = ((object)(resources.GetObject("valueListItem7.DataValue")));
     valueListItem7.DisplayText          = "Custom";
     this.optPresetLevels.Items.AddRange(new Infragistics.Win.ValueListItem[] {
         valueListItem2,
         valueListItem3,
         valueListItem4,
         valueListItem5,
         valueListItem6,
         valueListItem7
     });
     this.optPresetLevels.ItemSpacingVertical = 3;
     this.optPresetLevels.Location            = new System.Drawing.Point(23, 53);
     this.optPresetLevels.Name          = "optPresetLevels";
     this.optPresetLevels.Size          = new System.Drawing.Size(100, 128);
     this.optPresetLevels.TabIndex      = 0;
     this.optPresetLevels.ValueChanged += new System.EventHandler(this.optPresetLevels_ValueChanged);
     //
     // _ZoomDialog_UltraFormManager_Dock_Area_Left
     //
     this._ZoomDialog_UltraFormManager_Dock_Area_Left.AccessibleRole          = System.Windows.Forms.AccessibleRole.Grouping;
     this._ZoomDialog_UltraFormManager_Dock_Area_Left.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this._ZoomDialog_UltraFormManager_Dock_Area_Left.DockedPosition          = Infragistics.Win.UltraWinForm.DockedPosition.Left;
     this._ZoomDialog_UltraFormManager_Dock_Area_Left.ForeColor               = System.Drawing.SystemColors.ControlText;
     this._ZoomDialog_UltraFormManager_Dock_Area_Left.FormManager             = this.ultraFormManager1;
     this._ZoomDialog_UltraFormManager_Dock_Area_Left.InitialResizeAreaExtent = 1;
     this._ZoomDialog_UltraFormManager_Dock_Area_Left.Location = new System.Drawing.Point(0, 31);
     this._ZoomDialog_UltraFormManager_Dock_Area_Left.Name     = "_ZoomDialog_UltraFormManager_Dock_Area_Left";
     this._ZoomDialog_UltraFormManager_Dock_Area_Left.Size     = new System.Drawing.Size(1, 253);
     //
     // _ZoomDialog_UltraFormManager_Dock_Area_Right
     //
     this._ZoomDialog_UltraFormManager_Dock_Area_Right.AccessibleRole          = System.Windows.Forms.AccessibleRole.Grouping;
     this._ZoomDialog_UltraFormManager_Dock_Area_Right.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this._ZoomDialog_UltraFormManager_Dock_Area_Right.DockedPosition          = Infragistics.Win.UltraWinForm.DockedPosition.Right;
     this._ZoomDialog_UltraFormManager_Dock_Area_Right.ForeColor               = System.Drawing.SystemColors.ControlText;
     this._ZoomDialog_UltraFormManager_Dock_Area_Right.FormManager             = this.ultraFormManager1;
     this._ZoomDialog_UltraFormManager_Dock_Area_Right.InitialResizeAreaExtent = 1;
     this._ZoomDialog_UltraFormManager_Dock_Area_Right.Location = new System.Drawing.Point(264, 31);
     this._ZoomDialog_UltraFormManager_Dock_Area_Right.Name     = "_ZoomDialog_UltraFormManager_Dock_Area_Right";
     this._ZoomDialog_UltraFormManager_Dock_Area_Right.Size     = new System.Drawing.Size(1, 253);
     //
     // _ZoomDialog_UltraFormManager_Dock_Area_Top
     //
     this._ZoomDialog_UltraFormManager_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._ZoomDialog_UltraFormManager_Dock_Area_Top.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this._ZoomDialog_UltraFormManager_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinForm.DockedPosition.Top;
     this._ZoomDialog_UltraFormManager_Dock_Area_Top.ForeColor      = System.Drawing.SystemColors.ControlText;
     this._ZoomDialog_UltraFormManager_Dock_Area_Top.FormManager    = this.ultraFormManager1;
     this._ZoomDialog_UltraFormManager_Dock_Area_Top.Location       = new System.Drawing.Point(0, 0);
     this._ZoomDialog_UltraFormManager_Dock_Area_Top.Name           = "_ZoomDialog_UltraFormManager_Dock_Area_Top";
     this._ZoomDialog_UltraFormManager_Dock_Area_Top.Size           = new System.Drawing.Size(265, 31);
     //
     // _ZoomDialog_UltraFormManager_Dock_Area_Bottom
     //
     this._ZoomDialog_UltraFormManager_Dock_Area_Bottom.AccessibleRole          = System.Windows.Forms.AccessibleRole.Grouping;
     this._ZoomDialog_UltraFormManager_Dock_Area_Bottom.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this._ZoomDialog_UltraFormManager_Dock_Area_Bottom.DockedPosition          = Infragistics.Win.UltraWinForm.DockedPosition.Bottom;
     this._ZoomDialog_UltraFormManager_Dock_Area_Bottom.ForeColor               = System.Drawing.SystemColors.ControlText;
     this._ZoomDialog_UltraFormManager_Dock_Area_Bottom.FormManager             = this.ultraFormManager1;
     this._ZoomDialog_UltraFormManager_Dock_Area_Bottom.InitialResizeAreaExtent = 1;
     this._ZoomDialog_UltraFormManager_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 284);
     this._ZoomDialog_UltraFormManager_Dock_Area_Bottom.Name     = "_ZoomDialog_UltraFormManager_Dock_Area_Bottom";
     this._ZoomDialog_UltraFormManager_Dock_Area_Bottom.Size     = new System.Drawing.Size(265, 1);
     //
     // ZoomDialog
     //
     this.AcceptButton        = this.btnOK;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.btnCancel;
     this.ClientSize          = new System.Drawing.Size(265, 285);
     this.Controls.Add(this.pnlBackground);
     this.Controls.Add(this._ZoomDialog_UltraFormManager_Dock_Area_Left);
     this.Controls.Add(this._ZoomDialog_UltraFormManager_Dock_Area_Right);
     this.Controls.Add(this._ZoomDialog_UltraFormManager_Dock_Area_Top);
     this.Controls.Add(this._ZoomDialog_UltraFormManager_Dock_Area_Bottom);
     this.Font            = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "ZoomDialog";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Zoom";
     ((System.ComponentModel.ISupportInitialize)(this.ultraFormManager1)).EndInit();
     this.pnlBackground.ClientArea.ResumeLayout(false);
     this.pnlBackground.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.flowLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numZoomLevel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.optPresetLevels)).EndInit();
     this.ResumeLayout(false);
 }
Example #35
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>
 /// 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    appearance3    = new Infragistics.Win.Appearance();
     Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.Appearance    appearance4    = new Infragistics.Win.Appearance();
     Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.Appearance    appearance5    = new Infragistics.Win.Appearance();
     Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.Appearance    appearance2    = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance6    = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance7    = new Infragistics.Win.Appearance();
     this.ultraGroupBox1 = new Signature.Windows.Forms.GroupBox();
     this.label1         = new System.Windows.Forms.Label();
     this.txtType        = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
     this.groupBox1      = new Signature.Windows.Forms.GroupBox();
     this.txtPOTo        = new Signature.Windows.Forms.MaskedEdit();
     this.txtPOFrom      = new Signature.Windows.Forms.MaskedEdit();
     this.label21        = new System.Windows.Forms.Label();
     this.label22        = new System.Windows.Forms.Label();
     this.txtName        = new Infragistics.Win.Misc.UltraLabel();
     this.lvCustomers    = new Infragistics.Win.UltraWinListView.UltraListView();
     this.label2         = new System.Windows.Forms.Label();
     this.btCancel       = new Signature.Windows.Forms.Button();
     this.btPrint        = new Signature.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtType)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupBox1)).BeginInit();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lvCustomers)).BeginInit();
     this.SuspendLayout();
     //
     // txtStatus
     //
     this.txtStatus.Location = new System.Drawing.Point(0, 534);
     this.txtStatus.Size     = new System.Drawing.Size(498, 29);
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.AllowDrop         = true;
     appearance1.AlphaLevel                = ((short)(1));
     this.ultraGroupBox1.Appearance        = appearance1;
     this.ultraGroupBox1.BackColorInternal = System.Drawing.SystemColors.GradientInactiveCaption;
     this.ultraGroupBox1.Controls.Add(this.label1);
     this.ultraGroupBox1.Controls.Add(this.txtType);
     this.ultraGroupBox1.Controls.Add(this.groupBox1);
     this.ultraGroupBox1.Controls.Add(this.txtName);
     this.ultraGroupBox1.Controls.Add(this.lvCustomers);
     this.ultraGroupBox1.Controls.Add(this.label2);
     this.ultraGroupBox1.Controls.Add(this.btCancel);
     this.ultraGroupBox1.Controls.Add(this.btPrint);
     this.ultraGroupBox1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.ultraGroupBox1.Location  = new System.Drawing.Point(0, 0);
     this.ultraGroupBox1.Name      = "ultraGroupBox1";
     this.ultraGroupBox1.Size      = new System.Drawing.Size(498, 563);
     this.ultraGroupBox1.TabIndex  = 0;
     this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(12, 141);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(60, 19);
     this.label1.TabIndex  = 275;
     this.label1.Text      = "Print to :";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtType
     //
     appearance3.BackColor          = System.Drawing.Color.Transparent;
     appearance3.BorderColor        = System.Drawing.Color.White;
     this.txtType.Appearance        = appearance3;
     this.txtType.BackColor         = System.Drawing.Color.Transparent;
     this.txtType.BackColorInternal = System.Drawing.Color.DimGray;
     this.txtType.BorderStyle       = Infragistics.Win.UIElementBorderStyle.None;
     this.txtType.CheckedIndex      = 0;
     appearance4.BackColor          = System.Drawing.Color.Transparent;
     appearance4.BorderColor        = System.Drawing.Color.White;
     appearance4.ForeColor          = System.Drawing.Color.Black;
     valueListItem1.Appearance      = appearance4;
     valueListItem1.DataValue       = "Printer";
     valueListItem1.DisplayText     = "Printer";
     appearance5.BackColor          = System.Drawing.Color.Transparent;
     valueListItem2.Appearance      = appearance5;
     valueListItem2.DataValue       = "PDF";
     valueListItem2.DisplayText     = "PDF";
     valueListItem3.DataValue       = "Viewer";
     valueListItem3.DisplayText     = "Viewer";
     this.txtType.Items.AddRange(new Infragistics.Win.ValueListItem[] {
         valueListItem1,
         valueListItem2,
         valueListItem3
     });
     this.txtType.Location = new System.Drawing.Point(107, 144);
     this.txtType.Name     = "txtType";
     this.txtType.Size     = new System.Drawing.Size(210, 16);
     this.txtType.TabIndex = 274;
     this.txtType.Text     = "Printer";
     this.txtType.KeyUp   += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // groupBox1
     //
     this.groupBox1.AllowDrop         = true;
     appearance2.AlphaLevel           = ((short)(95));
     appearance2.BackColor            = System.Drawing.Color.Transparent;
     this.groupBox1.Appearance        = appearance2;
     this.groupBox1.BackColorInternal = System.Drawing.SystemColors.GradientInactiveCaption;
     this.groupBox1.Controls.Add(this.txtPOTo);
     this.groupBox1.Controls.Add(this.txtPOFrom);
     this.groupBox1.Controls.Add(this.label21);
     this.groupBox1.Controls.Add(this.label22);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox1.Location  = new System.Drawing.Point(15, 27);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(471, 94);
     this.groupBox1.TabIndex  = 273;
     this.groupBox1.Text      = "Group Criteria";
     this.groupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // txtPOTo
     //
     this.txtPOTo.AllowDrop   = true;
     this.txtPOTo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(173)))), ((int)(((byte)(179)))));
     this.txtPOTo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtPOTo.Location    = new System.Drawing.Point(97, 55);
     this.txtPOTo.Name        = "txtCustomerID";
     this.txtPOTo.Size        = new System.Drawing.Size(67, 20);
     this.txtPOTo.TabIndex    = 268;
     this.txtPOTo.KeyUp      += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // txtPOFrom
     //
     this.txtPOFrom.AllowDrop   = true;
     this.txtPOFrom.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(173)))), ((int)(((byte)(179)))));
     this.txtPOFrom.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtPOFrom.Location    = new System.Drawing.Point(97, 29);
     this.txtPOFrom.Name        = "txtCustomerID";
     this.txtPOFrom.Size        = new System.Drawing.Size(67, 20);
     this.txtPOFrom.TabIndex    = 267;
     this.txtPOFrom.KeyUp      += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp);
     //
     // label21
     //
     this.label21.BackColor = System.Drawing.Color.Transparent;
     this.label21.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label21.Location  = new System.Drawing.Point(20, 55);
     this.label21.Name      = "label21";
     this.label21.Size      = new System.Drawing.Size(54, 18);
     this.label21.TabIndex  = 266;
     this.label21.Text      = "PO To :";
     this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label22
     //
     this.label22.BackColor = System.Drawing.Color.Transparent;
     this.label22.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label22.Location  = new System.Drawing.Point(20, 31);
     this.label22.Name      = "label22";
     this.label22.Size      = new System.Drawing.Size(67, 18);
     this.label22.TabIndex  = 265;
     this.label22.Text      = "PO From :";
     this.label22.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtName
     //
     appearance6.BackColor   = System.Drawing.Color.Transparent;
     this.txtName.Appearance = appearance6;
     this.txtName.Location   = new System.Drawing.Point(22, 38);
     this.txtName.Name       = "txtName";
     this.txtName.Size       = new System.Drawing.Size(457, 30);
     this.txtName.TabIndex   = 270;
     //
     // lvCustomers
     //
     appearance7.Image           = global::Signature.Forms.Properties.Resources.office_building;
     this.lvCustomers.Appearance = appearance7;
     this.lvCustomers.Location   = new System.Drawing.Point(15, 211);
     this.lvCustomers.Name       = "lvCustomers";
     this.lvCustomers.Size       = new System.Drawing.Size(471, 234);
     this.lvCustomers.TabIndex   = 269;
     this.lvCustomers.View       = Infragistics.Win.UltraWinListView.UltraListViewStyle.List;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(19, 189);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(61, 19);
     this.label2.TabIndex  = 268;
     this.label2.Text      = "PO list:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // btCancel
     //
     this.btCancel.AllowDrop = true;
     this.btCancel.BackColor = System.Drawing.SystemColors.Control;
     this.btCancel.ForeColor = System.Drawing.Color.Black;
     this.btCancel.Location  = new System.Drawing.Point(84, 490);
     this.btCancel.Name      = "btCancel";
     this.btCancel.Size      = new System.Drawing.Size(115, 26);
     this.btCancel.TabIndex  = 2;
     this.btCancel.Text      = "&Cancel";
     this.btCancel.Click    += new System.EventHandler(this.btCancel_Click);
     //
     // btPrint
     //
     this.btPrint.AllowDrop = true;
     this.btPrint.BackColor = System.Drawing.SystemColors.Control;
     this.btPrint.ForeColor = System.Drawing.Color.Black;
     this.btPrint.Location  = new System.Drawing.Point(305, 489);
     this.btPrint.Name      = "btPrint";
     this.btPrint.Size      = new System.Drawing.Size(115, 26);
     this.btPrint.TabIndex  = 1;
     this.btPrint.Text      = "&Print";
     this.btPrint.Click    += new System.EventHandler(this.btPrint_Click);
     //
     // frmPurchasePrint
     //
     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(498, 563);
     this.Controls.Add(this.ultraGroupBox1);
     this.Name  = "frmPurchasePrint";
     this.Text  = "Purchase Order Printing";
     this.Load += new System.EventHandler(this.frmCustomerListing_Load);
     this.Controls.SetChildIndex(this.ultraGroupBox1, 0);
     this.Controls.SetChildIndex(this.txtStatus, 0);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.txtType)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupBox1)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lvCustomers)).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.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CompilazioneModulo));
            Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
            this.lblCondominio = new Infragistics.Win.Misc.UltraLabel();
            this.dataCompilazione = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.lblData = new Infragistics.Win.Misc.UltraLabel();
            this.btnConferma = new Infragistics.Win.Misc.UltraButton();
            this.btnAnnulla = new Infragistics.Win.Misc.UltraButton();
            this.tipoRichiesta = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
            this.nuovoCodiceFiscale = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblCodiceFiscaleCondominio = new Infragistics.Win.Misc.UltraLabel();
            this.referenti = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.referenteDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.lblDelegato = new Infragistics.Win.Misc.UltraLabel();
            this.sceltaCondominio = new Gipasoft.Stabili.UI.Library.SceltaCondominioCombo();
            this.reqDataRichiesta = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.richiestaValidation = new Gipasoft.Windows.Forms.CustomValidation.ValidationSummary(this.components);
            this.reqCondominio = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.lblRappresentante = new Infragistics.Win.Misc.UltraLabel();
            this.rappresentante = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.dataVariazioneDati = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.lblDataVariazioneDati = new Infragistics.Win.Misc.UltraLabel();
            this.dataVarazioneDatiValidator = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            this.reqRappresentante = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.allegati = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblAllegati = new Infragistics.Win.Misc.UltraLabel();
            ((System.ComponentModel.ISupportInitialize)(this.dataCompilazione)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoRichiesta)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nuovoCodiceFiscale)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.referenti)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.referenteDTOBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rappresentante)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataVariazioneDati)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.allegati)).BeginInit();
            this.SuspendLayout();
            // 
            // lblCondominio
            // 
            appearance1.TextVAlignAsString = "Middle";
            this.lblCondominio.Appearance = appearance1;
            this.lblCondominio.Location = new System.Drawing.Point(12, 12);
            this.lblCondominio.Name = "lblCondominio";
            this.lblCondominio.Size = new System.Drawing.Size(66, 22);
            this.lblCondominio.TabIndex = 1;
            this.lblCondominio.Text = "Condominio";
            // 
            // dataCompilazione
            // 
            this.dataCompilazione.Location = new System.Drawing.Point(106, 39);
            this.dataCompilazione.Name = "dataCompilazione";
            this.dataCompilazione.Size = new System.Drawing.Size(87, 21);
            this.dataCompilazione.TabIndex = 26;
            // 
            // lblData
            // 
            appearance2.TextVAlignAsString = "Middle";
            this.lblData.Appearance = appearance2;
            this.lblData.Location = new System.Drawing.Point(12, 40);
            this.lblData.Name = "lblData";
            this.lblData.Size = new System.Drawing.Size(33, 22);
            this.lblData.TabIndex = 25;
            this.lblData.Text = "Data";
            // 
            // 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(7, 257);
            this.btnConferma.Name = "btnConferma";
            this.btnConferma.Size = new System.Drawing.Size(75, 23);
            this.btnConferma.TabIndex = 27;
            this.btnConferma.Text = "Conferma";
            this.btnConferma.Click += new System.EventHandler(this.btnConfermaClick);
            // 
            // btnAnnulla
            // 
            this.btnAnnulla.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnAnnulla.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btnAnnulla.Location = new System.Drawing.Point(88, 257);
            this.btnAnnulla.Name = "btnAnnulla";
            this.btnAnnulla.Size = new System.Drawing.Size(75, 23);
            this.btnAnnulla.TabIndex = 28;
            this.btnAnnulla.Text = "Annulla";
            this.btnAnnulla.Click += new System.EventHandler(this.btnAnnullaClick);
            // 
            // tipoRichiesta
            // 
            this.tipoRichiesta.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
            this.tipoRichiesta.CheckedIndex = 0;
            valueListItem1.DataValue = "A";
            valueListItem1.DisplayText = "Attribuzione Codice Fiscale";
            valueListItem2.DataValue = "V";
            valueListItem2.DisplayText = "Variazione Dati";
            this.tipoRichiesta.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem1,
            valueListItem2});
            this.tipoRichiesta.ItemSpacingHorizontal = 15;
            this.tipoRichiesta.ItemSpacingVertical = 5;
            this.tipoRichiesta.Location = new System.Drawing.Point(106, 66);
            this.tipoRichiesta.Name = "tipoRichiesta";
            this.tipoRichiesta.Size = new System.Drawing.Size(274, 21);
            this.tipoRichiesta.TabIndex = 15;
            this.tipoRichiesta.Text = "Attribuzione Codice Fiscale";
            this.tipoRichiesta.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
            this.tipoRichiesta.ValueChanged += new System.EventHandler(this.tipoRichiestaValueChanged);
            // 
            // nuovoCodiceFiscale
            // 
            this.nuovoCodiceFiscale.Location = new System.Drawing.Point(106, 223);
            this.nuovoCodiceFiscale.MaxLength = 11;
            this.nuovoCodiceFiscale.Name = "nuovoCodiceFiscale";
            this.nuovoCodiceFiscale.Size = new System.Drawing.Size(315, 21);
            this.nuovoCodiceFiscale.TabIndex = 30;
            this.nuovoCodiceFiscale.Visible = false;
            // 
            // lblCodiceFiscaleCondominio
            // 
            appearance3.TextVAlignAsString = "Middle";
            this.lblCodiceFiscaleCondominio.Appearance = appearance3;
            this.lblCodiceFiscaleCondominio.Location = new System.Drawing.Point(10, 223);
            this.lblCodiceFiscaleCondominio.Name = "lblCodiceFiscaleCondominio";
            this.lblCodiceFiscaleCondominio.Size = new System.Drawing.Size(66, 22);
            this.lblCodiceFiscaleCondominio.TabIndex = 31;
            this.lblCodiceFiscaleCondominio.Text = "Codice Fisc.";
            this.lblCodiceFiscaleCondominio.Visible = false;
            // 
            // referenti
            // 
            this.referenti.DataSource = this.referenteDTOBindingSource;
            this.referenti.DisplayMember = "DisplayName";
            this.referenti.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.referenti.Location = new System.Drawing.Point(106, 120);
            this.referenti.Name = "referenti";
            this.referenti.Size = new System.Drawing.Size(315, 21);
            this.referenti.TabIndex = 32;
            this.referenti.ValueMember = "ID";
            // 
            // referenteDTOBindingSource
            // 
            this.referenteDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.ReferenteDTO);
            // 
            // lblDelegato
            // 
            appearance4.TextVAlignAsString = "Middle";
            this.lblDelegato.Appearance = appearance4;
            this.lblDelegato.Location = new System.Drawing.Point(12, 119);
            this.lblDelegato.Name = "lblDelegato";
            this.lblDelegato.Size = new System.Drawing.Size(66, 22);
            this.lblDelegato.TabIndex = 33;
            this.lblDelegato.Text = "Delegato";
            // 
            // sceltaCondominio
            // 
            this.sceltaCondominio.IdCondominioSelected = 0;
            this.sceltaCondominio.Location = new System.Drawing.Point(106, 12);
            this.sceltaCondominio.Name = "sceltaCondominio";
            this.sceltaCondominio.Size = new System.Drawing.Size(315, 21);
            this.sceltaCondominio.TabIndex = 29;
            // 
            // reqDataRichiesta
            // 
            this.reqDataRichiesta.ControlToValidate = this.dataCompilazione;
            this.reqDataRichiesta.ErrorMessage = "Indicare la data";
            this.reqDataRichiesta.Icon = ((System.Drawing.Icon)(resources.GetObject("reqDataRichiesta.Icon")));
            // 
            // reqCondominio
            // 
            this.reqCondominio.ControlToValidate = this.sceltaCondominio;
            this.reqCondominio.ErrorMessage = "Scegliere il condominio di riferimento";
            this.reqCondominio.Icon = ((System.Drawing.Icon)(resources.GetObject("reqCondominio.Icon")));
            // 
            // lblRappresentante
            // 
            appearance5.TextVAlignAsString = "Middle";
            this.lblRappresentante.Appearance = appearance5;
            this.lblRappresentante.Location = new System.Drawing.Point(12, 92);
            this.lblRappresentante.Name = "lblRappresentante";
            this.lblRappresentante.Size = new System.Drawing.Size(88, 22);
            this.lblRappresentante.TabIndex = 35;
            this.lblRappresentante.Text = "Rappresentante";
            // 
            // rappresentante
            // 
            this.rappresentante.DataSource = this.referenteDTOBindingSource;
            this.rappresentante.DisplayMember = "DisplayName";
            this.rappresentante.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.rappresentante.Location = new System.Drawing.Point(106, 93);
            this.rappresentante.Name = "rappresentante";
            this.rappresentante.Size = new System.Drawing.Size(315, 21);
            this.rappresentante.TabIndex = 34;
            this.rappresentante.ValueMember = "ID";
            // 
            // dataVariazioneDati
            // 
            this.dataVariazioneDati.Location = new System.Drawing.Point(334, 40);
            this.dataVariazioneDati.Name = "dataVariazioneDati";
            this.dataVariazioneDati.Size = new System.Drawing.Size(87, 21);
            this.dataVariazioneDati.TabIndex = 36;
            // 
            // lblDataVariazioneDati
            // 
            appearance6.TextVAlignAsString = "Middle";
            this.lblDataVariazioneDati.Appearance = appearance6;
            this.lblDataVariazioneDati.Location = new System.Drawing.Point(231, 40);
            this.lblDataVariazioneDati.Name = "lblDataVariazioneDati";
            this.lblDataVariazioneDati.Size = new System.Drawing.Size(97, 22);
            this.lblDataVariazioneDati.TabIndex = 37;
            this.lblDataVariazioneDati.Text = "Data costituzione";
            // 
            // dataVarazioneDatiValidator
            // 
            this.dataVarazioneDatiValidator.ControlToValidate = this.dataVariazioneDati;
            this.dataVarazioneDatiValidator.ErrorMessage = "Inserire la data di varazione dati";
            this.dataVarazioneDatiValidator.Icon = ((System.Drawing.Icon)(resources.GetObject("dataVarazioneDatiValidator.Icon")));
            this.dataVarazioneDatiValidator.Validating += new Gipasoft.Windows.Forms.CustomValidation.CustomValidator.ValidatingEventHandler(this.dataVarazioneDatiValidator_Validating);
            // 
            // reqRappresentante
            // 
            this.reqRappresentante.ControlToValidate = this.rappresentante;
            this.reqRappresentante.ErrorMessage = "Scegliere il rappresentante";
            this.reqRappresentante.Icon = ((System.Drawing.Icon)(resources.GetObject("reqRappresentante.Icon")));
            // 
            // allegati
            // 
            this.allegati.Location = new System.Drawing.Point(106, 147);
            this.allegati.MaxLength = 240;
            this.allegati.Multiline = true;
            this.allegati.Name = "allegati";
            this.allegati.Size = new System.Drawing.Size(315, 70);
            this.allegati.TabIndex = 38;
            // 
            // lblAllegati
            // 
            appearance7.TextVAlignAsString = "Middle";
            this.lblAllegati.Appearance = appearance7;
            this.lblAllegati.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblAllegati.Location = new System.Drawing.Point(12, 146);
            this.lblAllegati.Name = "lblAllegati";
            this.lblAllegati.Size = new System.Drawing.Size(66, 22);
            this.lblAllegati.TabIndex = 39;
            this.lblAllegati.Text = "Allegati";
            // 
            // CompilazioneModulo
            // 
            this.AcceptButton = this.btnConferma;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.btnAnnulla;
            this.ClientSize = new System.Drawing.Size(431, 285);
            this.Controls.Add(this.lblAllegati);
            this.Controls.Add(this.allegati);
            this.Controls.Add(this.lblDataVariazioneDati);
            this.Controls.Add(this.dataVariazioneDati);
            this.Controls.Add(this.lblRappresentante);
            this.Controls.Add(this.rappresentante);
            this.Controls.Add(this.lblDelegato);
            this.Controls.Add(this.referenti);
            this.Controls.Add(this.lblCodiceFiscaleCondominio);
            this.Controls.Add(this.nuovoCodiceFiscale);
            this.Controls.Add(this.tipoRichiesta);
            this.Controls.Add(this.sceltaCondominio);
            this.Controls.Add(this.btnAnnulla);
            this.Controls.Add(this.btnConferma);
            this.Controls.Add(this.dataCompilazione);
            this.Controls.Add(this.lblData);
            this.Controls.Add(this.lblCondominio);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.Name = "CompilazioneModulo";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Richiesta Codice Fiscale";
            this.Load += new System.EventHandler(this.compilazioneModuloLoad);
            ((System.ComponentModel.ISupportInitialize)(this.dataCompilazione)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoRichiesta)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nuovoCodiceFiscale)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.referenti)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.referenteDTOBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rappresentante)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataVariazioneDati)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.allegati)).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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmSeleccionarDireccion));
            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.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();
            Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.Appearance appearance47 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance48 = new Infragistics.Win.Appearance();
            this.txtDireccion = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
            this.lblRelacion = new Infragistics.Win.Misc.UltraLabel();
            this.busDistrito = new Soft.Controls.SoftSearch();
            this.busProvincia = new Soft.Controls.SoftSearch();
            this.busDepartamento = new Soft.Controls.SoftSearch();
            this.busDistritoDestino = new Soft.Controls.SoftSearch();
            this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
            this.uceTipoVehiculo = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.ugbOrigen = new Infragistics.Win.Misc.UltraGroupBox();
            this.ugbDestino = new Infragistics.Win.Misc.UltraGroupBox();
            this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraLabel9 = new Infragistics.Win.Misc.UltraLabel();
            this.busProvinciaDestino = new Soft.Controls.SoftSearch();
            this.busDepartamentoDestino = new Soft.Controls.SoftSearch();
            this.ubCopiarDepartamento = new Infragistics.Win.Misc.UltraButton();
            this.ubCopiarProvincia = new Infragistics.Win.Misc.UltraButton();
            this.ubCopiarDistrito = new Infragistics.Win.Misc.UltraButton();
            ((System.ComponentModel.ISupportInitialize)(this.ugbParent)).BeginInit();
            this.ugbParent.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtDireccion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uceTipoVehiculo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ugbOrigen)).BeginInit();
            this.ugbOrigen.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ugbDestino)).BeginInit();
            this.ugbDestino.SuspendLayout();
            this.SuspendLayout();
            // 
            // ugbParent
            // 
            this.ugbParent.Controls.Add(this.ubCopiarDistrito);
            this.ugbParent.Controls.Add(this.ubCopiarProvincia);
            this.ugbParent.Controls.Add(this.ubCopiarDepartamento);
            this.ugbParent.Controls.Add(this.ugbDestino);
            this.ugbParent.Controls.Add(this.ugbOrigen);
            this.ugbParent.Size = new System.Drawing.Size(835, 189);
            this.ugbParent.Controls.SetChildIndex(this.ubAceptar, 0);
            this.ugbParent.Controls.SetChildIndex(this.ubCancelar, 0);
            this.ugbParent.Controls.SetChildIndex(this.ugbOrigen, 0);
            this.ugbParent.Controls.SetChildIndex(this.ugbDestino, 0);
            this.ugbParent.Controls.SetChildIndex(this.ubCopiarDepartamento, 0);
            this.ugbParent.Controls.SetChildIndex(this.ubCopiarProvincia, 0);
            this.ugbParent.Controls.SetChildIndex(this.ubCopiarDistrito, 0);
            // 
            // ubCancelar
            // 
            this.ubCancelar.Location = new System.Drawing.Point(746, 153);
            // 
            // ubAceptar
            // 
            this.ubAceptar.Location = new System.Drawing.Point(665, 153);
            // 
            // ilMain
            // 
            this.ilMain.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilMain.ImageStream")));
            this.ilMain.Images.SetKeyName(0, "accept.png");
            this.ilMain.Images.SetKeyName(1, "accept_database.png");
            this.ilMain.Images.SetKeyName(2, "accept_page.png");
            this.ilMain.Images.SetKeyName(3, "add.png");
            this.ilMain.Images.SetKeyName(4, "add_comment.png");
            this.ilMain.Images.SetKeyName(5, "add_home.png");
            this.ilMain.Images.SetKeyName(6, "add_image.png");
            this.ilMain.Images.SetKeyName(7, "add_page.png");
            this.ilMain.Images.SetKeyName(8, "add_pages.png");
            this.ilMain.Images.SetKeyName(9, "add_printer.png");
            this.ilMain.Images.SetKeyName(10, "add_to_database.png");
            this.ilMain.Images.SetKeyName(11, "add_to_favorites.png");
            this.ilMain.Images.SetKeyName(12, "add_to_folder.png");
            this.ilMain.Images.SetKeyName(13, "add_to_shopping_cart.png");
            this.ilMain.Images.SetKeyName(14, "add_user.png");
            this.ilMain.Images.SetKeyName(15, "artwork.png");
            this.ilMain.Images.SetKeyName(16, "attach_image.png");
            this.ilMain.Images.SetKeyName(17, "attachment.png");
            this.ilMain.Images.SetKeyName(18, "back.png");
            this.ilMain.Images.SetKeyName(19, "block.png");
            this.ilMain.Images.SetKeyName(20, "blue_arrow_down.png");
            this.ilMain.Images.SetKeyName(21, "blue_arrow_up.png");
            this.ilMain.Images.SetKeyName(22, "blue_energy.png");
            this.ilMain.Images.SetKeyName(23, "bmp_file.png");
            this.ilMain.Images.SetKeyName(24, "book.png");
            this.ilMain.Images.SetKeyName(25, "book_accept.png");
            this.ilMain.Images.SetKeyName(26, "book_download.png");
            this.ilMain.Images.SetKeyName(27, "book_search.png");
            this.ilMain.Images.SetKeyName(28, "book_warning.png");
            this.ilMain.Images.SetKeyName(29, "calculator.png");
            this.ilMain.Images.SetKeyName(30, "calendar.png");
            this.ilMain.Images.SetKeyName(31, "calendar_empty.png");
            this.ilMain.Images.SetKeyName(32, "canvas_holder.png");
            this.ilMain.Images.SetKeyName(33, "card.png");
            this.ilMain.Images.SetKeyName(34, "cd.png");
            this.ilMain.Images.SetKeyName(35, "chalk_board.png");
            this.ilMain.Images.SetKeyName(36, "chart.png");
            this.ilMain.Images.SetKeyName(37, "chart_down.png");
            this.ilMain.Images.SetKeyName(38, "chart_pie.png");
            this.ilMain.Images.SetKeyName(39, "chart_up.png");
            this.ilMain.Images.SetKeyName(40, "clock.png");
            this.ilMain.Images.SetKeyName(41, "cloud_comment.png");
            this.ilMain.Images.SetKeyName(42, "coffee_cup.png");
            this.ilMain.Images.SetKeyName(43, "comment.png");
            this.ilMain.Images.SetKeyName(44, "comments.png");
            this.ilMain.Images.SetKeyName(45, "computer.png");
            this.ilMain.Images.SetKeyName(46, "computer_accept.png");
            this.ilMain.Images.SetKeyName(47, "computer_add.png");
            this.ilMain.Images.SetKeyName(48, "computer_help.png");
            this.ilMain.Images.SetKeyName(49, "computer_info.png");
            this.ilMain.Images.SetKeyName(50, "computer_process.png");
            this.ilMain.Images.SetKeyName(51, "computer_warning.png");
            this.ilMain.Images.SetKeyName(52, "copy_paste.png");
            this.ilMain.Images.SetKeyName(53, "credit_cart.png");
            this.ilMain.Images.SetKeyName(54, "credit_cart_cancelled.png");
            this.ilMain.Images.SetKeyName(55, "css_file.png");
            this.ilMain.Images.SetKeyName(56, "csv_file.png");
            this.ilMain.Images.SetKeyName(57, "cut.png");
            this.ilMain.Images.SetKeyName(58, "cut_from_page.png");
            this.ilMain.Images.SetKeyName(59, "database.png");
            this.ilMain.Images.SetKeyName(60, "delete.png");
            this.ilMain.Images.SetKeyName(61, "delete_comment.png");
            this.ilMain.Images.SetKeyName(62, "delete_computer.png");
            this.ilMain.Images.SetKeyName(63, "delete_folder.png");
            this.ilMain.Images.SetKeyName(64, "delete_home.png");
            this.ilMain.Images.SetKeyName(65, "delete_image.png");
            this.ilMain.Images.SetKeyName(66, "delete_page.png");
            this.ilMain.Images.SetKeyName(67, "delete_user.png");
            this.ilMain.Images.SetKeyName(68, "dollar_currency_sign.png");
            this.ilMain.Images.SetKeyName(69, "download.png");
            this.ilMain.Images.SetKeyName(70, "download_database.png");
            this.ilMain.Images.SetKeyName(71, "download_image.png");
            this.ilMain.Images.SetKeyName(72, "download_to_computer.png");
            this.ilMain.Images.SetKeyName(73, "dvd.png");
            this.ilMain.Images.SetKeyName(74, "edit.png");
            this.ilMain.Images.SetKeyName(75, "edit_page.png");
            this.ilMain.Images.SetKeyName(76, "edit_profile.png");
            this.ilMain.Images.SetKeyName(77, "eps_file.png");
            this.ilMain.Images.SetKeyName(78, "equalizer.png");
            this.ilMain.Images.SetKeyName(79, "euro_currency_sign.png");
            this.ilMain.Images.SetKeyName(80, "favorite.png");
            this.ilMain.Images.SetKeyName(81, "favorite_film.png");
            this.ilMain.Images.SetKeyName(82, "film.png");
            this.ilMain.Images.SetKeyName(83, "firewall.png");
            this.ilMain.Images.SetKeyName(84, "folder.png");
            this.ilMain.Images.SetKeyName(85, "folder_accept.png");
            this.ilMain.Images.SetKeyName(86, "folder_conflicted.png");
            this.ilMain.Images.SetKeyName(87, "folder_full.png");
            this.ilMain.Images.SetKeyName(88, "folder_modified.png");
            this.ilMain.Images.SetKeyName(89, "full_page.png");
            this.ilMain.Images.SetKeyName(90, "games.png");
            this.ilMain.Images.SetKeyName(91, "gif_file.png");
            this.ilMain.Images.SetKeyName(92, "globe.png");
            this.ilMain.Images.SetKeyName(93, "globe_download.png");
            this.ilMain.Images.SetKeyName(94, "globe_process.png");
            this.ilMain.Images.SetKeyName(95, "globe_warning.png");
            this.ilMain.Images.SetKeyName(96, "green_arrow_down.png");
            this.ilMain.Images.SetKeyName(97, "green_arrow_up.png");
            this.ilMain.Images.SetKeyName(98, "green_button.png");
            this.ilMain.Images.SetKeyName(99, "green_energy.png");
            this.ilMain.Images.SetKeyName(100, "green_flag.png");
            this.ilMain.Images.SetKeyName(101, "heart.png");
            this.ilMain.Images.SetKeyName(102, "help.png");
            this.ilMain.Images.SetKeyName(103, "help_balloon.png");
            this.ilMain.Images.SetKeyName(104, "home.png");
            this.ilMain.Images.SetKeyName(105, "home_accept.png");
            this.ilMain.Images.SetKeyName(106, "html_file.png");
            this.ilMain.Images.SetKeyName(107, "ico_file.png");
            this.ilMain.Images.SetKeyName(108, "id_card.png");
            this.ilMain.Images.SetKeyName(109, "image.png");
            this.ilMain.Images.SetKeyName(110, "image_accept.png");
            this.ilMain.Images.SetKeyName(111, "info.png");
            this.ilMain.Images.SetKeyName(112, "insert_to_shopping_cart.png");
            this.ilMain.Images.SetKeyName(113, "jpg_file.png");
            this.ilMain.Images.SetKeyName(114, "js_file.png");
            this.ilMain.Images.SetKeyName(115, "json_file.png");
            this.ilMain.Images.SetKeyName(116, "key.png");
            this.ilMain.Images.SetKeyName(117, "light_bulb.png");
            this.ilMain.Images.SetKeyName(118, "link.png");
            this.ilMain.Images.SetKeyName(119, "lock.png");
            this.ilMain.Images.SetKeyName(120, "magnet.png");
            this.ilMain.Images.SetKeyName(121, "mail.png");
            this.ilMain.Images.SetKeyName(122, "mail_lock.png");
            this.ilMain.Images.SetKeyName(123, "mail_receive.png");
            this.ilMain.Images.SetKeyName(124, "mail_search.png");
            this.ilMain.Images.SetKeyName(125, "mail_send.png");
            this.ilMain.Images.SetKeyName(126, "mobile_phone.png");
            this.ilMain.Images.SetKeyName(127, "mouse.png");
            this.ilMain.Images.SetKeyName(128, "music.png");
            this.ilMain.Images.SetKeyName(129, "new.png");
            this.ilMain.Images.SetKeyName(130, "new_page.png");
            this.ilMain.Images.SetKeyName(131, "news.png");
            this.ilMain.Images.SetKeyName(132, "next.png");
            this.ilMain.Images.SetKeyName(133, "note.png");
            this.ilMain.Images.SetKeyName(134, "note_accept.png");
            this.ilMain.Images.SetKeyName(135, "note_book.png");
            this.ilMain.Images.SetKeyName(136, "office_folders.png");
            this.ilMain.Images.SetKeyName(137, "old_clock.png");
            this.ilMain.Images.SetKeyName(138, "open_store.png");
            this.ilMain.Images.SetKeyName(139, "orange_arrow_down.png");
            this.ilMain.Images.SetKeyName(140, "orange_arrow_up.png");
            this.ilMain.Images.SetKeyName(141, "orange_button.png");
            this.ilMain.Images.SetKeyName(142, "package.png");
            this.ilMain.Images.SetKeyName(143, "package_accept.png");
            this.ilMain.Images.SetKeyName(144, "package_add.png");
            this.ilMain.Images.SetKeyName(145, "package_download.png");
            this.ilMain.Images.SetKeyName(146, "package_warning.png");
            this.ilMain.Images.SetKeyName(147, "page_down.png");
            this.ilMain.Images.SetKeyName(148, "page_process.png");
            this.ilMain.Images.SetKeyName(149, "page_up.png");
            this.ilMain.Images.SetKeyName(150, "pages.png");
            this.ilMain.Images.SetKeyName(151, "pages_warning.png");
            this.ilMain.Images.SetKeyName(152, "paint.png");
            this.ilMain.Images.SetKeyName(153, "paint_brush.png");
            this.ilMain.Images.SetKeyName(154, "palette.png");
            this.ilMain.Images.SetKeyName(155, "palette_brush.png");
            this.ilMain.Images.SetKeyName(156, "pastel_colors.png");
            this.ilMain.Images.SetKeyName(157, "pdf_file.png");
            this.ilMain.Images.SetKeyName(158, "phone_book.png");
            this.ilMain.Images.SetKeyName(159, "phone_book_edit.png");
            this.ilMain.Images.SetKeyName(160, "photo_camera.png");
            this.ilMain.Images.SetKeyName(161, "photo_camera_accept.png");
            this.ilMain.Images.SetKeyName(162, "php_file.png");
            this.ilMain.Images.SetKeyName(163, "pin.png");
            this.ilMain.Images.SetKeyName(164, "png_file.png");
            this.ilMain.Images.SetKeyName(165, "ppt_file.png");
            this.ilMain.Images.SetKeyName(166, "printer.png");
            this.ilMain.Images.SetKeyName(167, "printer_accept.png");
            this.ilMain.Images.SetKeyName(168, "printer_warning.png");
            this.ilMain.Images.SetKeyName(169, "prize_winner.png");
            this.ilMain.Images.SetKeyName(170, "process.png");
            this.ilMain.Images.SetKeyName(171, "process_accept.png");
            this.ilMain.Images.SetKeyName(172, "process_info.png");
            this.ilMain.Images.SetKeyName(173, "process_warning.png");
            this.ilMain.Images.SetKeyName(174, "promotion.png");
            this.ilMain.Images.SetKeyName(175, "protection.png");
            this.ilMain.Images.SetKeyName(176, "psd_file.png");
            this.ilMain.Images.SetKeyName(177, "puzzle.png");
            this.ilMain.Images.SetKeyName(178, "recycle.png");
            this.ilMain.Images.SetKeyName(179, "red_button.png");
            this.ilMain.Images.SetKeyName(180, "red_flag.png");
            this.ilMain.Images.SetKeyName(181, "refresh.png");
            this.ilMain.Images.SetKeyName(182, "refresh_page.png");
            this.ilMain.Images.SetKeyName(183, "remote_desktop.png");
            this.ilMain.Images.SetKeyName(184, "remove_from_database.png");
            this.ilMain.Images.SetKeyName(185, "remove_from_shopping_cart.png");
            this.ilMain.Images.SetKeyName(186, "report.png");
            this.ilMain.Images.SetKeyName(187, "rss.png");
            this.ilMain.Images.SetKeyName(188, "ruler.png");
            this.ilMain.Images.SetKeyName(189, "ruler_pencil.png");
            this.ilMain.Images.SetKeyName(190, "sale.png");
            this.ilMain.Images.SetKeyName(191, "save.png");
            this.ilMain.Images.SetKeyName(192, "search.png");
            this.ilMain.Images.SetKeyName(193, "search_computer.png");
            this.ilMain.Images.SetKeyName(194, "search_database.png");
            this.ilMain.Images.SetKeyName(195, "search_globe.png");
            this.ilMain.Images.SetKeyName(196, "search_home.png");
            this.ilMain.Images.SetKeyName(197, "search_image.png");
            this.ilMain.Images.SetKeyName(198, "search_page.png");
            this.ilMain.Images.SetKeyName(199, "search_printer.png");
            this.ilMain.Images.SetKeyName(200, "search_user.png");
            this.ilMain.Images.SetKeyName(201, "security.png");
            this.ilMain.Images.SetKeyName(202, "send_sms.png");
            this.ilMain.Images.SetKeyName(203, "shopping_cart.png");
            this.ilMain.Images.SetKeyName(204, "shopping_cart_accept.png");
            this.ilMain.Images.SetKeyName(205, "sms.png");
            this.ilMain.Images.SetKeyName(206, "sound.png");
            this.ilMain.Images.SetKeyName(207, "sound_muted.png");
            this.ilMain.Images.SetKeyName(208, "star_empty.png");
            this.ilMain.Images.SetKeyName(209, "star_full.png");
            this.ilMain.Images.SetKeyName(210, "star_half_full.png");
            this.ilMain.Images.SetKeyName(211, "sterling_pound_currency_sign.png");
            this.ilMain.Images.SetKeyName(212, "support.png");
            this.ilMain.Images.SetKeyName(213, "svg_file.png");
            this.ilMain.Images.SetKeyName(214, "swf_file.png");
            this.ilMain.Images.SetKeyName(215, "tablet.png");
            this.ilMain.Images.SetKeyName(216, "tag_blue.png");
            this.ilMain.Images.SetKeyName(217, "tag_green.png");
            this.ilMain.Images.SetKeyName(218, "target.png");
            this.ilMain.Images.SetKeyName(219, "television.png");
            this.ilMain.Images.SetKeyName(220, "text_page.png");
            this.ilMain.Images.SetKeyName(221, "tiff_file.png");
            this.ilMain.Images.SetKeyName(222, "tools.png");
            this.ilMain.Images.SetKeyName(223, "trash_can.png");
            this.ilMain.Images.SetKeyName(224, "turquoise_button.png");
            this.ilMain.Images.SetKeyName(225, "twitter.png");
            this.ilMain.Images.SetKeyName(226, "txt_file.png");
            this.ilMain.Images.SetKeyName(227, "unlock.png");
            this.ilMain.Images.SetKeyName(228, "up.png");
            this.ilMain.Images.SetKeyName(229, "user.png");
            this.ilMain.Images.SetKeyName(230, "user_accept.png");
            this.ilMain.Images.SetKeyName(231, "user_comment.png");
            this.ilMain.Images.SetKeyName(232, "users.png");
            this.ilMain.Images.SetKeyName(233, "users_comments.png");
            this.ilMain.Images.SetKeyName(234, "violet_button.png");
            this.ilMain.Images.SetKeyName(235, "warning.png");
            this.ilMain.Images.SetKeyName(236, "white_flag.png");
            this.ilMain.Images.SetKeyName(237, "windows_terminal.png");
            this.ilMain.Images.SetKeyName(238, "xml_file.png");
            this.ilMain.Images.SetKeyName(239, "yen_currency_sign.png");
            this.ilMain.Images.SetKeyName(240, "zip_file.png");
            this.ilMain.Images.SetKeyName(241, "zip_file_accept.png");
            this.ilMain.Images.SetKeyName(242, "zip_file_download.png");
            this.ilMain.Images.SetKeyName(243, "zip_file_info.png");
            this.ilMain.Images.SetKeyName(244, "zip_file_search.png");
            this.ilMain.Images.SetKeyName(245, "zoom_in.png");
            this.ilMain.Images.SetKeyName(246, "zoom_out.png");
            // 
            // txtDireccion
            // 
            this.txtDireccion.Location = new System.Drawing.Point(131, 87);
            this.txtDireccion.Multiline = true;
            this.txtDireccion.Name = "txtDireccion";
            this.txtDireccion.Scrollbars = System.Windows.Forms.ScrollBars.Both;
            this.txtDireccion.Size = new System.Drawing.Size(247, 41);
            this.txtDireccion.TabIndex = 28;
            this.txtDireccion.ValueChanged += new System.EventHandler(this.txtDireccion_ValueChanged);
            // 
            // ultraLabel3
            // 
            appearance41.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel3.Appearance = appearance41;
            this.ultraLabel3.Location = new System.Drawing.Point(18, 90);
            this.ultraLabel3.Name = "ultraLabel3";
            this.ultraLabel3.Size = new System.Drawing.Size(85, 21);
            this.ultraLabel3.TabIndex = 30;
            this.ultraLabel3.Text = "DIRECCIÓN";
            // 
            // ultraLabel2
            // 
            appearance42.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel2.Appearance = appearance42;
            this.ultraLabel2.Location = new System.Drawing.Point(18, 68);
            this.ultraLabel2.Name = "ultraLabel2";
            this.ultraLabel2.Size = new System.Drawing.Size(107, 21);
            this.ultraLabel2.TabIndex = 29;
            this.ultraLabel2.Text = "DISTRITO ORIGEN";
            // 
            // ultraLabel1
            // 
            appearance43.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel1.Appearance = appearance43;
            this.ultraLabel1.Location = new System.Drawing.Point(18, 47);
            this.ultraLabel1.Name = "ultraLabel1";
            this.ultraLabel1.Size = new System.Drawing.Size(85, 21);
            this.ultraLabel1.TabIndex = 28;
            this.ultraLabel1.Text = "PROVINCIA";
            // 
            // lblRelacion
            // 
            appearance44.BackColor = System.Drawing.Color.Transparent;
            this.lblRelacion.Appearance = appearance44;
            this.lblRelacion.Location = new System.Drawing.Point(18, 24);
            this.lblRelacion.Name = "lblRelacion";
            this.lblRelacion.Size = new System.Drawing.Size(107, 21);
            this.lblRelacion.TabIndex = 27;
            this.lblRelacion.Text = "DEPARTAMENTO";
            // 
            // busDistrito
            // 
            this.busDistrito.BackColor = System.Drawing.Color.Transparent;
            this.busDistrito.Location = new System.Drawing.Point(131, 64);
            this.busDistrito.Name = "busDistrito";
            this.busDistrito.Size = new System.Drawing.Size(247, 27);
            this.busDistrito.TabIndex = 26;
            this.busDistrito.Search += new System.EventHandler(this.busDistrito_Search);
            // 
            // busProvincia
            // 
            this.busProvincia.BackColor = System.Drawing.Color.Transparent;
            this.busProvincia.Location = new System.Drawing.Point(131, 42);
            this.busProvincia.Name = "busProvincia";
            this.busProvincia.Size = new System.Drawing.Size(247, 30);
            this.busProvincia.TabIndex = 25;
            this.busProvincia.Search += new System.EventHandler(this.busProvincia_Search);
            // 
            // busDepartamento
            // 
            this.busDepartamento.BackColor = System.Drawing.Color.Transparent;
            this.busDepartamento.Location = new System.Drawing.Point(131, 20);
            this.busDepartamento.Name = "busDepartamento";
            this.busDepartamento.Size = new System.Drawing.Size(247, 30);
            this.busDepartamento.TabIndex = 24;
            this.busDepartamento.Search += new System.EventHandler(this.busDepartamento_Search);
            // 
            // busDistritoDestino
            // 
            this.busDistritoDestino.BackColor = System.Drawing.Color.Transparent;
            this.busDistritoDestino.Location = new System.Drawing.Point(131, 64);
            this.busDistritoDestino.Name = "busDistritoDestino";
            this.busDistritoDestino.Size = new System.Drawing.Size(247, 27);
            this.busDistritoDestino.TabIndex = 27;
            this.busDistritoDestino.Search += new System.EventHandler(this.busDistritoDestino_Search);
            // 
            // ultraLabel4
            // 
            appearance45.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel4.Appearance = appearance45;
            this.ultraLabel4.Location = new System.Drawing.Point(18, 68);
            this.ultraLabel4.Name = "ultraLabel4";
            this.ultraLabel4.Size = new System.Drawing.Size(116, 21);
            this.ultraLabel4.TabIndex = 33;
            this.ultraLabel4.Text = "DISTRITO DESTINO";
            // 
            // ultraLabel5
            // 
            appearance46.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel5.Appearance = appearance46;
            this.ultraLabel5.Location = new System.Drawing.Point(18, 90);
            this.ultraLabel5.Name = "ultraLabel5";
            this.ultraLabel5.Size = new System.Drawing.Size(97, 21);
            this.ultraLabel5.TabIndex = 34;
            this.ultraLabel5.Text = "TIPO VEHÍCULO";
            // 
            // uceTipoVehiculo
            // 
            valueListItem1.DataValue = "AUTOMÓVIL";
            valueListItem2.DataValue = "MOTOCICLETA";
            valueListItem3.DataValue = "CAMIÓN PEQUEÑO";
            valueListItem4.DataValue = "CAMIÓN MEDIANO";
            valueListItem5.DataValue = "CAMIÓN GRANDE";
            this.uceTipoVehiculo.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem1,
            valueListItem2,
            valueListItem3,
            valueListItem4,
            valueListItem5});
            this.uceTipoVehiculo.Location = new System.Drawing.Point(131, 86);
            this.uceTipoVehiculo.Name = "uceTipoVehiculo";
            this.uceTipoVehiculo.Size = new System.Drawing.Size(144, 21);
            this.uceTipoVehiculo.TabIndex = 35;
            this.uceTipoVehiculo.ValueChanged += new System.EventHandler(this.uceTipoVehiculo_ValueChanged);
            // 
            // ugbOrigen
            // 
            this.ugbOrigen.Controls.Add(this.uceTipoVehiculo);
            this.ugbOrigen.Controls.Add(this.lblRelacion);
            this.ugbOrigen.Controls.Add(this.busDistrito);
            this.ugbOrigen.Controls.Add(this.ultraLabel2);
            this.ugbOrigen.Controls.Add(this.ultraLabel1);
            this.ugbOrigen.Controls.Add(this.busProvincia);
            this.ugbOrigen.Controls.Add(this.ultraLabel5);
            this.ugbOrigen.Controls.Add(this.busDepartamento);
            this.ugbOrigen.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopInsideBorder;
            this.ugbOrigen.Location = new System.Drawing.Point(6, 6);
            this.ugbOrigen.Name = "ugbOrigen";
            this.ugbOrigen.Size = new System.Drawing.Size(388, 123);
            this.ugbOrigen.TabIndex = 36;
            this.ugbOrigen.Text = "ORIGEN";
            // 
            // ugbDestino
            // 
            this.ugbDestino.Controls.Add(this.txtDireccion);
            this.ugbDestino.Controls.Add(this.busDistritoDestino);
            this.ugbDestino.Controls.Add(this.ultraLabel6);
            this.ugbDestino.Controls.Add(this.ultraLabel4);
            this.ugbDestino.Controls.Add(this.ultraLabel9);
            this.ugbDestino.Controls.Add(this.busProvinciaDestino);
            this.ugbDestino.Controls.Add(this.busDepartamentoDestino);
            this.ugbDestino.Controls.Add(this.ultraLabel3);
            this.ugbDestino.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopInsideBorder;
            this.ugbDestino.Location = new System.Drawing.Point(433, 6);
            this.ugbDestino.Name = "ugbDestino";
            this.ugbDestino.Size = new System.Drawing.Size(388, 141);
            this.ugbDestino.TabIndex = 37;
            this.ugbDestino.Text = "DESTINO";
            // 
            // ultraLabel6
            // 
            appearance47.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel6.Appearance = appearance47;
            this.ultraLabel6.Location = new System.Drawing.Point(18, 24);
            this.ultraLabel6.Name = "ultraLabel6";
            this.ultraLabel6.Size = new System.Drawing.Size(107, 21);
            this.ultraLabel6.TabIndex = 27;
            this.ultraLabel6.Text = "DEPARTAMENTO";
            // 
            // ultraLabel9
            // 
            appearance48.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel9.Appearance = appearance48;
            this.ultraLabel9.Location = new System.Drawing.Point(18, 47);
            this.ultraLabel9.Name = "ultraLabel9";
            this.ultraLabel9.Size = new System.Drawing.Size(85, 21);
            this.ultraLabel9.TabIndex = 28;
            this.ultraLabel9.Text = "PROVINCIA";
            // 
            // busProvinciaDestino
            // 
            this.busProvinciaDestino.BackColor = System.Drawing.Color.Transparent;
            this.busProvinciaDestino.Location = new System.Drawing.Point(131, 42);
            this.busProvinciaDestino.Name = "busProvinciaDestino";
            this.busProvinciaDestino.Size = new System.Drawing.Size(247, 30);
            this.busProvinciaDestino.TabIndex = 25;
            this.busProvinciaDestino.Search += new System.EventHandler(this.busProvinciaDestino_Search);
            // 
            // busDepartamentoDestino
            // 
            this.busDepartamentoDestino.BackColor = System.Drawing.Color.Transparent;
            this.busDepartamentoDestino.Location = new System.Drawing.Point(131, 20);
            this.busDepartamentoDestino.Name = "busDepartamentoDestino";
            this.busDepartamentoDestino.Size = new System.Drawing.Size(247, 30);
            this.busDepartamentoDestino.TabIndex = 24;
            this.busDepartamentoDestino.Search += new System.EventHandler(this.busDepartamentoDestino_Search);
            // 
            // ubCopiarDepartamento
            // 
            this.ubCopiarDepartamento.Location = new System.Drawing.Point(395, 25);
            this.ubCopiarDepartamento.Name = "ubCopiarDepartamento";
            this.ubCopiarDepartamento.Size = new System.Drawing.Size(37, 23);
            this.ubCopiarDepartamento.TabIndex = 38;
            this.ubCopiarDepartamento.Text = ">>";
            this.ubCopiarDepartamento.Click += new System.EventHandler(this.ubCopiarDepartamento_Click);
            // 
            // ubCopiarProvincia
            // 
            this.ubCopiarProvincia.Location = new System.Drawing.Point(395, 47);
            this.ubCopiarProvincia.Name = "ubCopiarProvincia";
            this.ubCopiarProvincia.Size = new System.Drawing.Size(37, 23);
            this.ubCopiarProvincia.TabIndex = 39;
            this.ubCopiarProvincia.Text = ">>";
            this.ubCopiarProvincia.Click += new System.EventHandler(this.ubCopiarProvincia_Click);
            // 
            // ubCopiarDistrito
            // 
            this.ubCopiarDistrito.Location = new System.Drawing.Point(395, 69);
            this.ubCopiarDistrito.Name = "ubCopiarDistrito";
            this.ubCopiarDistrito.Size = new System.Drawing.Size(37, 23);
            this.ubCopiarDistrito.TabIndex = 40;
            this.ubCopiarDistrito.Text = ">>";
            this.ubCopiarDistrito.Click += new System.EventHandler(this.ubCopiarDistrito_Click);
            // 
            // FrmSeleccionarDireccion
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(851, 227);
            this.Name = "FrmSeleccionarDireccion";
            this.Text = "SELECCIONAR DIRECCIÓN";
            ((System.ComponentModel.ISupportInitialize)(this.ugbParent)).EndInit();
            this.ugbParent.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.txtDireccion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uceTipoVehiculo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ugbOrigen)).EndInit();
            this.ugbOrigen.ResumeLayout(false);
            this.ugbOrigen.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ugbDestino)).EndInit();
            this.ugbDestino.ResumeLayout(false);
            this.ugbDestino.PerformLayout();
            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.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.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.Appearance    appearance9    = new Infragistics.Win.Appearance();
     Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.Appearance    appearance10   = new Infragistics.Win.Appearance();
     Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.Appearance    appearance11   = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance12   = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance13   = new Infragistics.Win.Appearance();
     this.upnlBack         = new Infragistics.Win.Misc.UltraPanel();
     this.upnlBackLogin    = new Infragistics.Win.Misc.UltraPanel();
     this.ubtnCancel       = new Infragistics.Win.Misc.UltraButton();
     this.ubtnLogin        = new Infragistics.Win.Misc.UltraButton();
     this.upnlDataInput    = new Infragistics.Win.Misc.UltraPanel();
     this.Manual_uCombo_03 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.Manual_uCombo_02 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.Manual_uCombo_01 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.ultraTextEditor2 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.utxtTitlePW      = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.utxtTitleNum     = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.upnlBack.ClientArea.SuspendLayout();
     this.upnlBack.SuspendLayout();
     this.upnlBackLogin.ClientArea.SuspendLayout();
     this.upnlBackLogin.SuspendLayout();
     this.upnlDataInput.ClientArea.SuspendLayout();
     this.upnlDataInput.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Manual_uCombo_03)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Manual_uCombo_02)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Manual_uCombo_01)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.utxtTitlePW)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.utxtTitleNum)).BeginInit();
     this.SuspendLayout();
     //
     // upnlBack
     //
     appearance1.BackColor    = System.Drawing.Color.DarkGray;
     this.upnlBack.Appearance = appearance1;
     //
     // upnlBack.ClientArea
     //
     this.upnlBack.ClientArea.Controls.Add(this.upnlBackLogin);
     this.upnlBack.ClientArea.Controls.Add(this.upnlDataInput);
     this.upnlBack.Location = new System.Drawing.Point(3, 3);
     this.upnlBack.Name     = "upnlBack";
     this.upnlBack.Size     = new System.Drawing.Size(254, 110);
     this.upnlBack.TabIndex = 2;
     //
     // upnlBackLogin
     //
     appearance2.BackColor         = System.Drawing.Color.DimGray;
     this.upnlBackLogin.Appearance = appearance2;
     //
     // upnlBackLogin.ClientArea
     //
     this.upnlBackLogin.ClientArea.Controls.Add(this.ubtnCancel);
     this.upnlBackLogin.ClientArea.Controls.Add(this.ubtnLogin);
     this.upnlBackLogin.Location = new System.Drawing.Point(3, 78);
     this.upnlBackLogin.Name     = "upnlBackLogin";
     this.upnlBackLogin.Size     = new System.Drawing.Size(248, 29);
     this.upnlBackLogin.TabIndex = 3;
     //
     // ubtnCancel
     //
     appearance3.BackColor              = System.Drawing.Color.DarkGray;
     appearance3.BackColor2             = System.Drawing.Color.Gray;
     appearance3.BackGradientStyle      = Infragistics.Win.GradientStyle.Vertical;
     appearance3.ForeColor              = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.ubtnCancel.Appearance         = appearance3;
     this.ubtnCancel.ButtonStyle        = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.ubtnCancel.DialogResult       = System.Windows.Forms.DialogResult.Cancel;
     this.ubtnCancel.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     appearance4.BorderColor            = System.Drawing.Color.White;
     appearance4.ForeColor              = System.Drawing.Color.White;
     this.ubtnCancel.HotTrackAppearance = appearance4;
     this.ubtnCancel.Location           = new System.Drawing.Point(125, 3);
     this.ubtnCancel.Name               = "ubtnCancel";
     this.ubtnCancel.Size               = new System.Drawing.Size(120, 23);
     this.ubtnCancel.TabIndex           = 5;
     this.ubtnCancel.Text               = "취      소";
     this.ubtnCancel.UseHotTracking     = Infragistics.Win.DefaultableBoolean.True;
     this.ubtnCancel.UseOsThemes        = Infragistics.Win.DefaultableBoolean.False;
     //
     // ubtnLogin
     //
     appearance5.BackColor             = System.Drawing.Color.DarkGray;
     appearance5.BackColor2            = System.Drawing.Color.Gray;
     appearance5.BackGradientStyle     = Infragistics.Win.GradientStyle.Vertical;
     appearance5.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.ubtnLogin.Appearance         = appearance5;
     this.ubtnLogin.ButtonStyle        = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.ubtnLogin.DialogResult       = System.Windows.Forms.DialogResult.OK;
     this.ubtnLogin.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     appearance6.BorderColor           = System.Drawing.Color.White;
     appearance6.ForeColor             = System.Drawing.Color.White;
     this.ubtnLogin.HotTrackAppearance = appearance6;
     this.ubtnLogin.Location           = new System.Drawing.Point(3, 3);
     this.ubtnLogin.Name               = "ubtnLogin";
     this.ubtnLogin.Size               = new System.Drawing.Size(120, 23);
     this.ubtnLogin.TabIndex           = 0;
     this.ubtnLogin.Text               = "이  미  지  그  랩";
     this.ubtnLogin.UseHotTracking     = Infragistics.Win.DefaultableBoolean.True;
     this.ubtnLogin.UseOsThemes        = Infragistics.Win.DefaultableBoolean.False;
     this.ubtnLogin.Click             += new System.EventHandler(this.ubtnLogin_Click);
     //
     // upnlDataInput
     //
     appearance7.BackColor         = System.Drawing.Color.DimGray;
     this.upnlDataInput.Appearance = appearance7;
     //
     // upnlDataInput.ClientArea
     //
     this.upnlDataInput.ClientArea.Controls.Add(this.Manual_uCombo_03);
     this.upnlDataInput.ClientArea.Controls.Add(this.Manual_uCombo_02);
     this.upnlDataInput.ClientArea.Controls.Add(this.Manual_uCombo_01);
     this.upnlDataInput.ClientArea.Controls.Add(this.ultraTextEditor2);
     this.upnlDataInput.ClientArea.Controls.Add(this.utxtTitlePW);
     this.upnlDataInput.ClientArea.Controls.Add(this.utxtTitleNum);
     this.upnlDataInput.Location = new System.Drawing.Point(3, 3);
     this.upnlDataInput.Name     = "upnlDataInput";
     this.upnlDataInput.Size     = new System.Drawing.Size(248, 73);
     this.upnlDataInput.TabIndex = 2;
     //
     // Manual_uCombo_03
     //
     appearance8.BackColor             = System.Drawing.SystemColors.ControlDark;
     appearance8.FontData.BoldAsString = "True";
     appearance8.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     appearance8.TextHAlignAsString    = "Center";
     this.Manual_uCombo_03.Appearance  = appearance8;
     this.Manual_uCombo_03.AutoSize    = false;
     this.Manual_uCombo_03.BackColor   = System.Drawing.SystemColors.ControlDark;
     this.Manual_uCombo_03.Font        = new System.Drawing.Font("MS Reference Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
     valueListItem5.DataValue          = new decimal(new int[] {
         0,
         0,
         0,
         0
     });
     valueListItem5.DisplayText = "0";
     this.Manual_uCombo_03.Items.AddRange(new Infragistics.Win.ValueListItem[] {
         valueListItem5
     });
     this.Manual_uCombo_03.Location      = new System.Drawing.Point(125, 49);
     this.Manual_uCombo_03.Name          = "Manual_uCombo_03";
     this.Manual_uCombo_03.Size          = new System.Drawing.Size(120, 21);
     this.Manual_uCombo_03.TabIndex      = 166;
     this.Manual_uCombo_03.Text          = "NO 0";
     this.Manual_uCombo_03.UseAppStyling = false;
     this.Manual_uCombo_03.UseFlatMode   = Infragistics.Win.DefaultableBoolean.True;
     this.Manual_uCombo_03.UseOsThemes   = Infragistics.Win.DefaultableBoolean.True;
     //
     // Manual_uCombo_02
     //
     appearance9.BackColor             = System.Drawing.SystemColors.ControlDark;
     appearance9.FontData.BoldAsString = "True";
     appearance9.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     appearance9.TextHAlignAsString    = "Center";
     this.Manual_uCombo_02.Appearance  = appearance9;
     this.Manual_uCombo_02.AutoSize    = false;
     this.Manual_uCombo_02.BackColor   = System.Drawing.SystemColors.ControlDark;
     this.Manual_uCombo_02.Font        = new System.Drawing.Font("MS Reference Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
     valueListItem3.DataValue          = new decimal(new int[] {
         0,
         0,
         0,
         0
     });
     valueListItem3.DisplayText = "A Type";
     valueListItem4.DataValue   = new decimal(new int[] {
         0,
         0,
         0,
         0
     });
     valueListItem4.DisplayText = "C Type";
     this.Manual_uCombo_02.Items.AddRange(new Infragistics.Win.ValueListItem[] {
         valueListItem3,
         valueListItem4
     });
     this.Manual_uCombo_02.Location      = new System.Drawing.Point(125, 26);
     this.Manual_uCombo_02.Name          = "Manual_uCombo_02";
     this.Manual_uCombo_02.Size          = new System.Drawing.Size(120, 21);
     this.Manual_uCombo_02.TabIndex      = 165;
     this.Manual_uCombo_02.Text          = "A Type";
     this.Manual_uCombo_02.UseAppStyling = false;
     this.Manual_uCombo_02.UseFlatMode   = Infragistics.Win.DefaultableBoolean.True;
     this.Manual_uCombo_02.UseOsThemes   = Infragistics.Win.DefaultableBoolean.True;
     //
     // Manual_uCombo_01
     //
     appearance10.BackColor             = System.Drawing.SystemColors.ControlDark;
     appearance10.FontData.BoldAsString = "True";
     appearance10.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     appearance10.TextHAlignAsString    = "Center";
     this.Manual_uCombo_01.Appearance   = appearance10;
     this.Manual_uCombo_01.AutoSize     = false;
     this.Manual_uCombo_01.BackColor    = System.Drawing.SystemColors.ControlDark;
     this.Manual_uCombo_01.Font         = new System.Drawing.Font("MS Reference Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
     valueListItem1.DataValue           = new decimal(new int[] {
         0,
         0,
         0,
         0
     });
     valueListItem1.DisplayText = "A 1";
     valueListItem2.DataValue   = new decimal(new int[] {
         0,
         0,
         0,
         0
     });
     valueListItem2.DisplayText = "A 2";
     this.Manual_uCombo_01.Items.AddRange(new Infragistics.Win.ValueListItem[] {
         valueListItem1,
         valueListItem2
     });
     this.Manual_uCombo_01.Location      = new System.Drawing.Point(125, 3);
     this.Manual_uCombo_01.Name          = "Manual_uCombo_01";
     this.Manual_uCombo_01.Size          = new System.Drawing.Size(120, 21);
     this.Manual_uCombo_01.TabIndex      = 164;
     this.Manual_uCombo_01.Text          = "A 1";
     this.Manual_uCombo_01.UseAppStyling = false;
     this.Manual_uCombo_01.UseFlatMode   = Infragistics.Win.DefaultableBoolean.True;
     this.Manual_uCombo_01.UseOsThemes   = Infragistics.Win.DefaultableBoolean.True;
     //
     // ultraTextEditor2
     //
     appearance11.ForeColor              = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     appearance11.ForeColorDisabled      = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     appearance11.TextHAlignAsString     = "Center";
     appearance11.TextVAlignAsString     = "Middle";
     this.ultraTextEditor2.Appearance    = appearance11;
     this.ultraTextEditor2.AutoSize      = false;
     this.ultraTextEditor2.BorderStyle   = Infragistics.Win.UIElementBorderStyle.None;
     this.ultraTextEditor2.Enabled       = false;
     this.ultraTextEditor2.Font          = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     this.ultraTextEditor2.Location      = new System.Drawing.Point(3, 49);
     this.ultraTextEditor2.Name          = "ultraTextEditor2";
     this.ultraTextEditor2.ReadOnly      = true;
     this.ultraTextEditor2.Size          = new System.Drawing.Size(120, 21);
     this.ultraTextEditor2.TabIndex      = 4;
     this.ultraTextEditor2.Text          = "메뉴얼 셀번호";
     this.ultraTextEditor2.UseAppStyling = false;
     this.ultraTextEditor2.UseFlatMode   = Infragistics.Win.DefaultableBoolean.True;
     this.ultraTextEditor2.UseOsThemes   = Infragistics.Win.DefaultableBoolean.False;
     //
     // utxtTitlePW
     //
     appearance12.ForeColor          = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     appearance12.ForeColorDisabled  = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     appearance12.TextHAlignAsString = "Center";
     appearance12.TextVAlignAsString = "Middle";
     this.utxtTitlePW.Appearance     = appearance12;
     this.utxtTitlePW.AutoSize       = false;
     this.utxtTitlePW.BorderStyle    = Infragistics.Win.UIElementBorderStyle.None;
     this.utxtTitlePW.Enabled        = false;
     this.utxtTitlePW.Font           = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     this.utxtTitlePW.Location       = new System.Drawing.Point(3, 26);
     this.utxtTitlePW.Name           = "utxtTitlePW";
     this.utxtTitlePW.ReadOnly       = true;
     this.utxtTitlePW.Size           = new System.Drawing.Size(120, 21);
     this.utxtTitlePW.TabIndex       = 2;
     this.utxtTitlePW.Text           = "메뉴얼 셀타입";
     this.utxtTitlePW.UseAppStyling  = false;
     this.utxtTitlePW.UseFlatMode    = Infragistics.Win.DefaultableBoolean.True;
     this.utxtTitlePW.UseOsThemes    = Infragistics.Win.DefaultableBoolean.False;
     //
     // utxtTitleNum
     //
     appearance13.ForeColor          = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     appearance13.ForeColorDisabled  = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     appearance13.TextHAlignAsString = "Center";
     appearance13.TextVAlignAsString = "Middle";
     this.utxtTitleNum.Appearance    = appearance13;
     this.utxtTitleNum.AutoSize      = false;
     this.utxtTitleNum.BorderStyle   = Infragistics.Win.UIElementBorderStyle.None;
     this.utxtTitleNum.Enabled       = false;
     this.utxtTitleNum.Font          = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.utxtTitleNum.Location      = new System.Drawing.Point(3, 3);
     this.utxtTitleNum.Name          = "utxtTitleNum";
     this.utxtTitleNum.ReadOnly      = true;
     this.utxtTitleNum.Size          = new System.Drawing.Size(120, 21);
     this.utxtTitleNum.TabIndex      = 0;
     this.utxtTitleNum.Text          = "메뉴얼 그랩퍼";
     this.utxtTitleNum.UseAppStyling = false;
     this.utxtTitleNum.UseFlatMode   = Infragistics.Win.DefaultableBoolean.True;
     this.utxtTitleNum.UseOsThemes   = Infragistics.Win.DefaultableBoolean.False;
     //
     // FormDlgManualAlign
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(260, 116);
     this.Controls.Add(this.upnlBack);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "FormDlgManualAlign";
     this.Text            = "FormDlgManualAlign";
     this.Load           += new System.EventHandler(this.FormDlgManualAlign_Load);
     this.upnlBack.ClientArea.ResumeLayout(false);
     this.upnlBack.ResumeLayout(false);
     this.upnlBackLogin.ClientArea.ResumeLayout(false);
     this.upnlBackLogin.ResumeLayout(false);
     this.upnlDataInput.ClientArea.ResumeLayout(false);
     this.upnlDataInput.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.Manual_uCombo_03)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Manual_uCombo_02)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Manual_uCombo_01)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.utxtTitlePW)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.utxtTitleNum)).EndInit();
     this.ResumeLayout(false);
 }
Example #40
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(FrmSeleccionarDireccion));
     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.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();
     Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.Appearance    appearance47   = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance48   = new Infragistics.Win.Appearance();
     this.txtDireccion           = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel3            = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel2            = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel1            = new Infragistics.Win.Misc.UltraLabel();
     this.lblRelacion            = new Infragistics.Win.Misc.UltraLabel();
     this.busDistrito            = new Soft.Controls.SoftSearch();
     this.busProvincia           = new Soft.Controls.SoftSearch();
     this.busDepartamento        = new Soft.Controls.SoftSearch();
     this.busDistritoDestino     = new Soft.Controls.SoftSearch();
     this.ultraLabel4            = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel5            = new Infragistics.Win.Misc.UltraLabel();
     this.uceTipoVehiculo        = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.ugbOrigen              = new Infragistics.Win.Misc.UltraGroupBox();
     this.ugbDestino             = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraLabel6            = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel9            = new Infragistics.Win.Misc.UltraLabel();
     this.busProvinciaDestino    = new Soft.Controls.SoftSearch();
     this.busDepartamentoDestino = new Soft.Controls.SoftSearch();
     this.ubCopiarDepartamento   = new Infragistics.Win.Misc.UltraButton();
     this.ubCopiarProvincia      = new Infragistics.Win.Misc.UltraButton();
     this.ubCopiarDistrito       = new Infragistics.Win.Misc.UltraButton();
     ((System.ComponentModel.ISupportInitialize)(this.ugbParent)).BeginInit();
     this.ugbParent.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtDireccion)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uceTipoVehiculo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ugbOrigen)).BeginInit();
     this.ugbOrigen.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ugbDestino)).BeginInit();
     this.ugbDestino.SuspendLayout();
     this.SuspendLayout();
     //
     // ugbParent
     //
     this.ugbParent.Controls.Add(this.ubCopiarDistrito);
     this.ugbParent.Controls.Add(this.ubCopiarProvincia);
     this.ugbParent.Controls.Add(this.ubCopiarDepartamento);
     this.ugbParent.Controls.Add(this.ugbDestino);
     this.ugbParent.Controls.Add(this.ugbOrigen);
     this.ugbParent.Size = new System.Drawing.Size(835, 189);
     this.ugbParent.Controls.SetChildIndex(this.ubAceptar, 0);
     this.ugbParent.Controls.SetChildIndex(this.ubCancelar, 0);
     this.ugbParent.Controls.SetChildIndex(this.ugbOrigen, 0);
     this.ugbParent.Controls.SetChildIndex(this.ugbDestino, 0);
     this.ugbParent.Controls.SetChildIndex(this.ubCopiarDepartamento, 0);
     this.ugbParent.Controls.SetChildIndex(this.ubCopiarProvincia, 0);
     this.ugbParent.Controls.SetChildIndex(this.ubCopiarDistrito, 0);
     //
     // ubCancelar
     //
     this.ubCancelar.Location = new System.Drawing.Point(746, 153);
     //
     // ubAceptar
     //
     this.ubAceptar.Location = new System.Drawing.Point(665, 153);
     //
     // ilMain
     //
     this.ilMain.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilMain.ImageStream")));
     this.ilMain.Images.SetKeyName(0, "accept.png");
     this.ilMain.Images.SetKeyName(1, "accept_database.png");
     this.ilMain.Images.SetKeyName(2, "accept_page.png");
     this.ilMain.Images.SetKeyName(3, "add.png");
     this.ilMain.Images.SetKeyName(4, "add_comment.png");
     this.ilMain.Images.SetKeyName(5, "add_home.png");
     this.ilMain.Images.SetKeyName(6, "add_image.png");
     this.ilMain.Images.SetKeyName(7, "add_page.png");
     this.ilMain.Images.SetKeyName(8, "add_pages.png");
     this.ilMain.Images.SetKeyName(9, "add_printer.png");
     this.ilMain.Images.SetKeyName(10, "add_to_database.png");
     this.ilMain.Images.SetKeyName(11, "add_to_favorites.png");
     this.ilMain.Images.SetKeyName(12, "add_to_folder.png");
     this.ilMain.Images.SetKeyName(13, "add_to_shopping_cart.png");
     this.ilMain.Images.SetKeyName(14, "add_user.png");
     this.ilMain.Images.SetKeyName(15, "artwork.png");
     this.ilMain.Images.SetKeyName(16, "attach_image.png");
     this.ilMain.Images.SetKeyName(17, "attachment.png");
     this.ilMain.Images.SetKeyName(18, "back.png");
     this.ilMain.Images.SetKeyName(19, "block.png");
     this.ilMain.Images.SetKeyName(20, "blue_arrow_down.png");
     this.ilMain.Images.SetKeyName(21, "blue_arrow_up.png");
     this.ilMain.Images.SetKeyName(22, "blue_energy.png");
     this.ilMain.Images.SetKeyName(23, "bmp_file.png");
     this.ilMain.Images.SetKeyName(24, "book.png");
     this.ilMain.Images.SetKeyName(25, "book_accept.png");
     this.ilMain.Images.SetKeyName(26, "book_download.png");
     this.ilMain.Images.SetKeyName(27, "book_search.png");
     this.ilMain.Images.SetKeyName(28, "book_warning.png");
     this.ilMain.Images.SetKeyName(29, "calculator.png");
     this.ilMain.Images.SetKeyName(30, "calendar.png");
     this.ilMain.Images.SetKeyName(31, "calendar_empty.png");
     this.ilMain.Images.SetKeyName(32, "canvas_holder.png");
     this.ilMain.Images.SetKeyName(33, "card.png");
     this.ilMain.Images.SetKeyName(34, "cd.png");
     this.ilMain.Images.SetKeyName(35, "chalk_board.png");
     this.ilMain.Images.SetKeyName(36, "chart.png");
     this.ilMain.Images.SetKeyName(37, "chart_down.png");
     this.ilMain.Images.SetKeyName(38, "chart_pie.png");
     this.ilMain.Images.SetKeyName(39, "chart_up.png");
     this.ilMain.Images.SetKeyName(40, "clock.png");
     this.ilMain.Images.SetKeyName(41, "cloud_comment.png");
     this.ilMain.Images.SetKeyName(42, "coffee_cup.png");
     this.ilMain.Images.SetKeyName(43, "comment.png");
     this.ilMain.Images.SetKeyName(44, "comments.png");
     this.ilMain.Images.SetKeyName(45, "computer.png");
     this.ilMain.Images.SetKeyName(46, "computer_accept.png");
     this.ilMain.Images.SetKeyName(47, "computer_add.png");
     this.ilMain.Images.SetKeyName(48, "computer_help.png");
     this.ilMain.Images.SetKeyName(49, "computer_info.png");
     this.ilMain.Images.SetKeyName(50, "computer_process.png");
     this.ilMain.Images.SetKeyName(51, "computer_warning.png");
     this.ilMain.Images.SetKeyName(52, "copy_paste.png");
     this.ilMain.Images.SetKeyName(53, "credit_cart.png");
     this.ilMain.Images.SetKeyName(54, "credit_cart_cancelled.png");
     this.ilMain.Images.SetKeyName(55, "css_file.png");
     this.ilMain.Images.SetKeyName(56, "csv_file.png");
     this.ilMain.Images.SetKeyName(57, "cut.png");
     this.ilMain.Images.SetKeyName(58, "cut_from_page.png");
     this.ilMain.Images.SetKeyName(59, "database.png");
     this.ilMain.Images.SetKeyName(60, "delete.png");
     this.ilMain.Images.SetKeyName(61, "delete_comment.png");
     this.ilMain.Images.SetKeyName(62, "delete_computer.png");
     this.ilMain.Images.SetKeyName(63, "delete_folder.png");
     this.ilMain.Images.SetKeyName(64, "delete_home.png");
     this.ilMain.Images.SetKeyName(65, "delete_image.png");
     this.ilMain.Images.SetKeyName(66, "delete_page.png");
     this.ilMain.Images.SetKeyName(67, "delete_user.png");
     this.ilMain.Images.SetKeyName(68, "dollar_currency_sign.png");
     this.ilMain.Images.SetKeyName(69, "download.png");
     this.ilMain.Images.SetKeyName(70, "download_database.png");
     this.ilMain.Images.SetKeyName(71, "download_image.png");
     this.ilMain.Images.SetKeyName(72, "download_to_computer.png");
     this.ilMain.Images.SetKeyName(73, "dvd.png");
     this.ilMain.Images.SetKeyName(74, "edit.png");
     this.ilMain.Images.SetKeyName(75, "edit_page.png");
     this.ilMain.Images.SetKeyName(76, "edit_profile.png");
     this.ilMain.Images.SetKeyName(77, "eps_file.png");
     this.ilMain.Images.SetKeyName(78, "equalizer.png");
     this.ilMain.Images.SetKeyName(79, "euro_currency_sign.png");
     this.ilMain.Images.SetKeyName(80, "favorite.png");
     this.ilMain.Images.SetKeyName(81, "favorite_film.png");
     this.ilMain.Images.SetKeyName(82, "film.png");
     this.ilMain.Images.SetKeyName(83, "firewall.png");
     this.ilMain.Images.SetKeyName(84, "folder.png");
     this.ilMain.Images.SetKeyName(85, "folder_accept.png");
     this.ilMain.Images.SetKeyName(86, "folder_conflicted.png");
     this.ilMain.Images.SetKeyName(87, "folder_full.png");
     this.ilMain.Images.SetKeyName(88, "folder_modified.png");
     this.ilMain.Images.SetKeyName(89, "full_page.png");
     this.ilMain.Images.SetKeyName(90, "games.png");
     this.ilMain.Images.SetKeyName(91, "gif_file.png");
     this.ilMain.Images.SetKeyName(92, "globe.png");
     this.ilMain.Images.SetKeyName(93, "globe_download.png");
     this.ilMain.Images.SetKeyName(94, "globe_process.png");
     this.ilMain.Images.SetKeyName(95, "globe_warning.png");
     this.ilMain.Images.SetKeyName(96, "green_arrow_down.png");
     this.ilMain.Images.SetKeyName(97, "green_arrow_up.png");
     this.ilMain.Images.SetKeyName(98, "green_button.png");
     this.ilMain.Images.SetKeyName(99, "green_energy.png");
     this.ilMain.Images.SetKeyName(100, "green_flag.png");
     this.ilMain.Images.SetKeyName(101, "heart.png");
     this.ilMain.Images.SetKeyName(102, "help.png");
     this.ilMain.Images.SetKeyName(103, "help_balloon.png");
     this.ilMain.Images.SetKeyName(104, "home.png");
     this.ilMain.Images.SetKeyName(105, "home_accept.png");
     this.ilMain.Images.SetKeyName(106, "html_file.png");
     this.ilMain.Images.SetKeyName(107, "ico_file.png");
     this.ilMain.Images.SetKeyName(108, "id_card.png");
     this.ilMain.Images.SetKeyName(109, "image.png");
     this.ilMain.Images.SetKeyName(110, "image_accept.png");
     this.ilMain.Images.SetKeyName(111, "info.png");
     this.ilMain.Images.SetKeyName(112, "insert_to_shopping_cart.png");
     this.ilMain.Images.SetKeyName(113, "jpg_file.png");
     this.ilMain.Images.SetKeyName(114, "js_file.png");
     this.ilMain.Images.SetKeyName(115, "json_file.png");
     this.ilMain.Images.SetKeyName(116, "key.png");
     this.ilMain.Images.SetKeyName(117, "light_bulb.png");
     this.ilMain.Images.SetKeyName(118, "link.png");
     this.ilMain.Images.SetKeyName(119, "lock.png");
     this.ilMain.Images.SetKeyName(120, "magnet.png");
     this.ilMain.Images.SetKeyName(121, "mail.png");
     this.ilMain.Images.SetKeyName(122, "mail_lock.png");
     this.ilMain.Images.SetKeyName(123, "mail_receive.png");
     this.ilMain.Images.SetKeyName(124, "mail_search.png");
     this.ilMain.Images.SetKeyName(125, "mail_send.png");
     this.ilMain.Images.SetKeyName(126, "mobile_phone.png");
     this.ilMain.Images.SetKeyName(127, "mouse.png");
     this.ilMain.Images.SetKeyName(128, "music.png");
     this.ilMain.Images.SetKeyName(129, "new.png");
     this.ilMain.Images.SetKeyName(130, "new_page.png");
     this.ilMain.Images.SetKeyName(131, "news.png");
     this.ilMain.Images.SetKeyName(132, "next.png");
     this.ilMain.Images.SetKeyName(133, "note.png");
     this.ilMain.Images.SetKeyName(134, "note_accept.png");
     this.ilMain.Images.SetKeyName(135, "note_book.png");
     this.ilMain.Images.SetKeyName(136, "office_folders.png");
     this.ilMain.Images.SetKeyName(137, "old_clock.png");
     this.ilMain.Images.SetKeyName(138, "open_store.png");
     this.ilMain.Images.SetKeyName(139, "orange_arrow_down.png");
     this.ilMain.Images.SetKeyName(140, "orange_arrow_up.png");
     this.ilMain.Images.SetKeyName(141, "orange_button.png");
     this.ilMain.Images.SetKeyName(142, "package.png");
     this.ilMain.Images.SetKeyName(143, "package_accept.png");
     this.ilMain.Images.SetKeyName(144, "package_add.png");
     this.ilMain.Images.SetKeyName(145, "package_download.png");
     this.ilMain.Images.SetKeyName(146, "package_warning.png");
     this.ilMain.Images.SetKeyName(147, "page_down.png");
     this.ilMain.Images.SetKeyName(148, "page_process.png");
     this.ilMain.Images.SetKeyName(149, "page_up.png");
     this.ilMain.Images.SetKeyName(150, "pages.png");
     this.ilMain.Images.SetKeyName(151, "pages_warning.png");
     this.ilMain.Images.SetKeyName(152, "paint.png");
     this.ilMain.Images.SetKeyName(153, "paint_brush.png");
     this.ilMain.Images.SetKeyName(154, "palette.png");
     this.ilMain.Images.SetKeyName(155, "palette_brush.png");
     this.ilMain.Images.SetKeyName(156, "pastel_colors.png");
     this.ilMain.Images.SetKeyName(157, "pdf_file.png");
     this.ilMain.Images.SetKeyName(158, "phone_book.png");
     this.ilMain.Images.SetKeyName(159, "phone_book_edit.png");
     this.ilMain.Images.SetKeyName(160, "photo_camera.png");
     this.ilMain.Images.SetKeyName(161, "photo_camera_accept.png");
     this.ilMain.Images.SetKeyName(162, "php_file.png");
     this.ilMain.Images.SetKeyName(163, "pin.png");
     this.ilMain.Images.SetKeyName(164, "png_file.png");
     this.ilMain.Images.SetKeyName(165, "ppt_file.png");
     this.ilMain.Images.SetKeyName(166, "printer.png");
     this.ilMain.Images.SetKeyName(167, "printer_accept.png");
     this.ilMain.Images.SetKeyName(168, "printer_warning.png");
     this.ilMain.Images.SetKeyName(169, "prize_winner.png");
     this.ilMain.Images.SetKeyName(170, "process.png");
     this.ilMain.Images.SetKeyName(171, "process_accept.png");
     this.ilMain.Images.SetKeyName(172, "process_info.png");
     this.ilMain.Images.SetKeyName(173, "process_warning.png");
     this.ilMain.Images.SetKeyName(174, "promotion.png");
     this.ilMain.Images.SetKeyName(175, "protection.png");
     this.ilMain.Images.SetKeyName(176, "psd_file.png");
     this.ilMain.Images.SetKeyName(177, "puzzle.png");
     this.ilMain.Images.SetKeyName(178, "recycle.png");
     this.ilMain.Images.SetKeyName(179, "red_button.png");
     this.ilMain.Images.SetKeyName(180, "red_flag.png");
     this.ilMain.Images.SetKeyName(181, "refresh.png");
     this.ilMain.Images.SetKeyName(182, "refresh_page.png");
     this.ilMain.Images.SetKeyName(183, "remote_desktop.png");
     this.ilMain.Images.SetKeyName(184, "remove_from_database.png");
     this.ilMain.Images.SetKeyName(185, "remove_from_shopping_cart.png");
     this.ilMain.Images.SetKeyName(186, "report.png");
     this.ilMain.Images.SetKeyName(187, "rss.png");
     this.ilMain.Images.SetKeyName(188, "ruler.png");
     this.ilMain.Images.SetKeyName(189, "ruler_pencil.png");
     this.ilMain.Images.SetKeyName(190, "sale.png");
     this.ilMain.Images.SetKeyName(191, "save.png");
     this.ilMain.Images.SetKeyName(192, "search.png");
     this.ilMain.Images.SetKeyName(193, "search_computer.png");
     this.ilMain.Images.SetKeyName(194, "search_database.png");
     this.ilMain.Images.SetKeyName(195, "search_globe.png");
     this.ilMain.Images.SetKeyName(196, "search_home.png");
     this.ilMain.Images.SetKeyName(197, "search_image.png");
     this.ilMain.Images.SetKeyName(198, "search_page.png");
     this.ilMain.Images.SetKeyName(199, "search_printer.png");
     this.ilMain.Images.SetKeyName(200, "search_user.png");
     this.ilMain.Images.SetKeyName(201, "security.png");
     this.ilMain.Images.SetKeyName(202, "send_sms.png");
     this.ilMain.Images.SetKeyName(203, "shopping_cart.png");
     this.ilMain.Images.SetKeyName(204, "shopping_cart_accept.png");
     this.ilMain.Images.SetKeyName(205, "sms.png");
     this.ilMain.Images.SetKeyName(206, "sound.png");
     this.ilMain.Images.SetKeyName(207, "sound_muted.png");
     this.ilMain.Images.SetKeyName(208, "star_empty.png");
     this.ilMain.Images.SetKeyName(209, "star_full.png");
     this.ilMain.Images.SetKeyName(210, "star_half_full.png");
     this.ilMain.Images.SetKeyName(211, "sterling_pound_currency_sign.png");
     this.ilMain.Images.SetKeyName(212, "support.png");
     this.ilMain.Images.SetKeyName(213, "svg_file.png");
     this.ilMain.Images.SetKeyName(214, "swf_file.png");
     this.ilMain.Images.SetKeyName(215, "tablet.png");
     this.ilMain.Images.SetKeyName(216, "tag_blue.png");
     this.ilMain.Images.SetKeyName(217, "tag_green.png");
     this.ilMain.Images.SetKeyName(218, "target.png");
     this.ilMain.Images.SetKeyName(219, "television.png");
     this.ilMain.Images.SetKeyName(220, "text_page.png");
     this.ilMain.Images.SetKeyName(221, "tiff_file.png");
     this.ilMain.Images.SetKeyName(222, "tools.png");
     this.ilMain.Images.SetKeyName(223, "trash_can.png");
     this.ilMain.Images.SetKeyName(224, "turquoise_button.png");
     this.ilMain.Images.SetKeyName(225, "twitter.png");
     this.ilMain.Images.SetKeyName(226, "txt_file.png");
     this.ilMain.Images.SetKeyName(227, "unlock.png");
     this.ilMain.Images.SetKeyName(228, "up.png");
     this.ilMain.Images.SetKeyName(229, "user.png");
     this.ilMain.Images.SetKeyName(230, "user_accept.png");
     this.ilMain.Images.SetKeyName(231, "user_comment.png");
     this.ilMain.Images.SetKeyName(232, "users.png");
     this.ilMain.Images.SetKeyName(233, "users_comments.png");
     this.ilMain.Images.SetKeyName(234, "violet_button.png");
     this.ilMain.Images.SetKeyName(235, "warning.png");
     this.ilMain.Images.SetKeyName(236, "white_flag.png");
     this.ilMain.Images.SetKeyName(237, "windows_terminal.png");
     this.ilMain.Images.SetKeyName(238, "xml_file.png");
     this.ilMain.Images.SetKeyName(239, "yen_currency_sign.png");
     this.ilMain.Images.SetKeyName(240, "zip_file.png");
     this.ilMain.Images.SetKeyName(241, "zip_file_accept.png");
     this.ilMain.Images.SetKeyName(242, "zip_file_download.png");
     this.ilMain.Images.SetKeyName(243, "zip_file_info.png");
     this.ilMain.Images.SetKeyName(244, "zip_file_search.png");
     this.ilMain.Images.SetKeyName(245, "zoom_in.png");
     this.ilMain.Images.SetKeyName(246, "zoom_out.png");
     //
     // txtDireccion
     //
     this.txtDireccion.Location      = new System.Drawing.Point(131, 87);
     this.txtDireccion.Multiline     = true;
     this.txtDireccion.Name          = "txtDireccion";
     this.txtDireccion.Scrollbars    = System.Windows.Forms.ScrollBars.Both;
     this.txtDireccion.Size          = new System.Drawing.Size(247, 41);
     this.txtDireccion.TabIndex      = 28;
     this.txtDireccion.ValueChanged += new System.EventHandler(this.txtDireccion_ValueChanged);
     //
     // ultraLabel3
     //
     appearance41.BackColor      = System.Drawing.Color.Transparent;
     this.ultraLabel3.Appearance = appearance41;
     this.ultraLabel3.Location   = new System.Drawing.Point(18, 90);
     this.ultraLabel3.Name       = "ultraLabel3";
     this.ultraLabel3.Size       = new System.Drawing.Size(85, 21);
     this.ultraLabel3.TabIndex   = 30;
     this.ultraLabel3.Text       = "DIRECCIÓN";
     //
     // ultraLabel2
     //
     appearance42.BackColor      = System.Drawing.Color.Transparent;
     this.ultraLabel2.Appearance = appearance42;
     this.ultraLabel2.Location   = new System.Drawing.Point(18, 68);
     this.ultraLabel2.Name       = "ultraLabel2";
     this.ultraLabel2.Size       = new System.Drawing.Size(107, 21);
     this.ultraLabel2.TabIndex   = 29;
     this.ultraLabel2.Text       = "DISTRITO ORIGEN";
     //
     // ultraLabel1
     //
     appearance43.BackColor      = System.Drawing.Color.Transparent;
     this.ultraLabel1.Appearance = appearance43;
     this.ultraLabel1.Location   = new System.Drawing.Point(18, 47);
     this.ultraLabel1.Name       = "ultraLabel1";
     this.ultraLabel1.Size       = new System.Drawing.Size(85, 21);
     this.ultraLabel1.TabIndex   = 28;
     this.ultraLabel1.Text       = "PROVINCIA";
     //
     // lblRelacion
     //
     appearance44.BackColor      = System.Drawing.Color.Transparent;
     this.lblRelacion.Appearance = appearance44;
     this.lblRelacion.Location   = new System.Drawing.Point(18, 24);
     this.lblRelacion.Name       = "lblRelacion";
     this.lblRelacion.Size       = new System.Drawing.Size(107, 21);
     this.lblRelacion.TabIndex   = 27;
     this.lblRelacion.Text       = "DEPARTAMENTO";
     //
     // busDistrito
     //
     this.busDistrito.BackColor = System.Drawing.Color.Transparent;
     this.busDistrito.Location  = new System.Drawing.Point(131, 64);
     this.busDistrito.Name      = "busDistrito";
     this.busDistrito.Size      = new System.Drawing.Size(247, 27);
     this.busDistrito.TabIndex  = 26;
     this.busDistrito.Search   += new System.EventHandler(this.busDistrito_Search);
     //
     // busProvincia
     //
     this.busProvincia.BackColor = System.Drawing.Color.Transparent;
     this.busProvincia.Location  = new System.Drawing.Point(131, 42);
     this.busProvincia.Name      = "busProvincia";
     this.busProvincia.Size      = new System.Drawing.Size(247, 30);
     this.busProvincia.TabIndex  = 25;
     this.busProvincia.Search   += new System.EventHandler(this.busProvincia_Search);
     //
     // busDepartamento
     //
     this.busDepartamento.BackColor = System.Drawing.Color.Transparent;
     this.busDepartamento.Location  = new System.Drawing.Point(131, 20);
     this.busDepartamento.Name      = "busDepartamento";
     this.busDepartamento.Size      = new System.Drawing.Size(247, 30);
     this.busDepartamento.TabIndex  = 24;
     this.busDepartamento.Search   += new System.EventHandler(this.busDepartamento_Search);
     //
     // busDistritoDestino
     //
     this.busDistritoDestino.BackColor = System.Drawing.Color.Transparent;
     this.busDistritoDestino.Location  = new System.Drawing.Point(131, 64);
     this.busDistritoDestino.Name      = "busDistritoDestino";
     this.busDistritoDestino.Size      = new System.Drawing.Size(247, 27);
     this.busDistritoDestino.TabIndex  = 27;
     this.busDistritoDestino.Search   += new System.EventHandler(this.busDistritoDestino_Search);
     //
     // ultraLabel4
     //
     appearance45.BackColor      = System.Drawing.Color.Transparent;
     this.ultraLabel4.Appearance = appearance45;
     this.ultraLabel4.Location   = new System.Drawing.Point(18, 68);
     this.ultraLabel4.Name       = "ultraLabel4";
     this.ultraLabel4.Size       = new System.Drawing.Size(116, 21);
     this.ultraLabel4.TabIndex   = 33;
     this.ultraLabel4.Text       = "DISTRITO DESTINO";
     //
     // ultraLabel5
     //
     appearance46.BackColor      = System.Drawing.Color.Transparent;
     this.ultraLabel5.Appearance = appearance46;
     this.ultraLabel5.Location   = new System.Drawing.Point(18, 90);
     this.ultraLabel5.Name       = "ultraLabel5";
     this.ultraLabel5.Size       = new System.Drawing.Size(97, 21);
     this.ultraLabel5.TabIndex   = 34;
     this.ultraLabel5.Text       = "TIPO VEHÍCULO";
     //
     // uceTipoVehiculo
     //
     valueListItem1.DataValue = "AUTOMÓVIL";
     valueListItem2.DataValue = "MOTOCICLETA";
     valueListItem3.DataValue = "CAMIÓN PEQUEÑO";
     valueListItem4.DataValue = "CAMIÓN MEDIANO";
     valueListItem5.DataValue = "CAMIÓN GRANDE";
     this.uceTipoVehiculo.Items.AddRange(new Infragistics.Win.ValueListItem[] {
         valueListItem1,
         valueListItem2,
         valueListItem3,
         valueListItem4,
         valueListItem5
     });
     this.uceTipoVehiculo.Location      = new System.Drawing.Point(131, 86);
     this.uceTipoVehiculo.Name          = "uceTipoVehiculo";
     this.uceTipoVehiculo.Size          = new System.Drawing.Size(144, 21);
     this.uceTipoVehiculo.TabIndex      = 35;
     this.uceTipoVehiculo.ValueChanged += new System.EventHandler(this.uceTipoVehiculo_ValueChanged);
     //
     // ugbOrigen
     //
     this.ugbOrigen.Controls.Add(this.uceTipoVehiculo);
     this.ugbOrigen.Controls.Add(this.lblRelacion);
     this.ugbOrigen.Controls.Add(this.busDistrito);
     this.ugbOrigen.Controls.Add(this.ultraLabel2);
     this.ugbOrigen.Controls.Add(this.ultraLabel1);
     this.ugbOrigen.Controls.Add(this.busProvincia);
     this.ugbOrigen.Controls.Add(this.ultraLabel5);
     this.ugbOrigen.Controls.Add(this.busDepartamento);
     this.ugbOrigen.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopInsideBorder;
     this.ugbOrigen.Location       = new System.Drawing.Point(6, 6);
     this.ugbOrigen.Name           = "ugbOrigen";
     this.ugbOrigen.Size           = new System.Drawing.Size(388, 123);
     this.ugbOrigen.TabIndex       = 36;
     this.ugbOrigen.Text           = "ORIGEN";
     //
     // ugbDestino
     //
     this.ugbDestino.Controls.Add(this.txtDireccion);
     this.ugbDestino.Controls.Add(this.busDistritoDestino);
     this.ugbDestino.Controls.Add(this.ultraLabel6);
     this.ugbDestino.Controls.Add(this.ultraLabel4);
     this.ugbDestino.Controls.Add(this.ultraLabel9);
     this.ugbDestino.Controls.Add(this.busProvinciaDestino);
     this.ugbDestino.Controls.Add(this.busDepartamentoDestino);
     this.ugbDestino.Controls.Add(this.ultraLabel3);
     this.ugbDestino.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopInsideBorder;
     this.ugbDestino.Location       = new System.Drawing.Point(433, 6);
     this.ugbDestino.Name           = "ugbDestino";
     this.ugbDestino.Size           = new System.Drawing.Size(388, 141);
     this.ugbDestino.TabIndex       = 37;
     this.ugbDestino.Text           = "DESTINO";
     //
     // ultraLabel6
     //
     appearance47.BackColor      = System.Drawing.Color.Transparent;
     this.ultraLabel6.Appearance = appearance47;
     this.ultraLabel6.Location   = new System.Drawing.Point(18, 24);
     this.ultraLabel6.Name       = "ultraLabel6";
     this.ultraLabel6.Size       = new System.Drawing.Size(107, 21);
     this.ultraLabel6.TabIndex   = 27;
     this.ultraLabel6.Text       = "DEPARTAMENTO";
     //
     // ultraLabel9
     //
     appearance48.BackColor      = System.Drawing.Color.Transparent;
     this.ultraLabel9.Appearance = appearance48;
     this.ultraLabel9.Location   = new System.Drawing.Point(18, 47);
     this.ultraLabel9.Name       = "ultraLabel9";
     this.ultraLabel9.Size       = new System.Drawing.Size(85, 21);
     this.ultraLabel9.TabIndex   = 28;
     this.ultraLabel9.Text       = "PROVINCIA";
     //
     // busProvinciaDestino
     //
     this.busProvinciaDestino.BackColor = System.Drawing.Color.Transparent;
     this.busProvinciaDestino.Location  = new System.Drawing.Point(131, 42);
     this.busProvinciaDestino.Name      = "busProvinciaDestino";
     this.busProvinciaDestino.Size      = new System.Drawing.Size(247, 30);
     this.busProvinciaDestino.TabIndex  = 25;
     this.busProvinciaDestino.Search   += new System.EventHandler(this.busProvinciaDestino_Search);
     //
     // busDepartamentoDestino
     //
     this.busDepartamentoDestino.BackColor = System.Drawing.Color.Transparent;
     this.busDepartamentoDestino.Location  = new System.Drawing.Point(131, 20);
     this.busDepartamentoDestino.Name      = "busDepartamentoDestino";
     this.busDepartamentoDestino.Size      = new System.Drawing.Size(247, 30);
     this.busDepartamentoDestino.TabIndex  = 24;
     this.busDepartamentoDestino.Search   += new System.EventHandler(this.busDepartamentoDestino_Search);
     //
     // ubCopiarDepartamento
     //
     this.ubCopiarDepartamento.Location = new System.Drawing.Point(395, 25);
     this.ubCopiarDepartamento.Name     = "ubCopiarDepartamento";
     this.ubCopiarDepartamento.Size     = new System.Drawing.Size(37, 23);
     this.ubCopiarDepartamento.TabIndex = 38;
     this.ubCopiarDepartamento.Text     = ">>";
     this.ubCopiarDepartamento.Click   += new System.EventHandler(this.ubCopiarDepartamento_Click);
     //
     // ubCopiarProvincia
     //
     this.ubCopiarProvincia.Location = new System.Drawing.Point(395, 47);
     this.ubCopiarProvincia.Name     = "ubCopiarProvincia";
     this.ubCopiarProvincia.Size     = new System.Drawing.Size(37, 23);
     this.ubCopiarProvincia.TabIndex = 39;
     this.ubCopiarProvincia.Text     = ">>";
     this.ubCopiarProvincia.Click   += new System.EventHandler(this.ubCopiarProvincia_Click);
     //
     // ubCopiarDistrito
     //
     this.ubCopiarDistrito.Location = new System.Drawing.Point(395, 69);
     this.ubCopiarDistrito.Name     = "ubCopiarDistrito";
     this.ubCopiarDistrito.Size     = new System.Drawing.Size(37, 23);
     this.ubCopiarDistrito.TabIndex = 40;
     this.ubCopiarDistrito.Text     = ">>";
     this.ubCopiarDistrito.Click   += new System.EventHandler(this.ubCopiarDistrito_Click);
     //
     // FrmSeleccionarDireccion
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(851, 227);
     this.Name = "FrmSeleccionarDireccion";
     this.Text = "SELECCIONAR DIRECCIÓN";
     ((System.ComponentModel.ISupportInitialize)(this.ugbParent)).EndInit();
     this.ugbParent.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.txtDireccion)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uceTipoVehiculo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ugbOrigen)).EndInit();
     this.ugbOrigen.ResumeLayout(false);
     this.ugbOrigen.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ugbDestino)).EndInit();
     this.ugbDestino.ResumeLayout(false);
     this.ugbDestino.PerformLayout();
     this.ResumeLayout(false);
 }
Example #41
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(uscNacinIsplateElement));
     Infragistics.Win.ValueListItem valueListItem1            = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem2            = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem3            = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem4            = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem5            = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem6            = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem7            = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem8            = new Infragistics.Win.ValueListItem();
     this.lblValidationMessages = new System.Windows.Forms.Label();
     this.toolStrip1            = new System.Windows.Forms.ToolStrip();
     this.btnSpremiNovi         = new System.Windows.Forms.ToolStripButton();
     this.btnSpremiZatvori      = new System.Windows.Forms.ToolStripButton();
     this.btnZatvori            = new System.Windows.Forms.ToolStripButton();
     this.lblKratkiOpis         = new System.Windows.Forms.Label();
     this.lblOznaka             = new System.Windows.Forms.Label();
     this.ucbJOPPDOznaka        = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.ucbElement            = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.toolStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ucbJOPPDOznaka)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ucbElement)).BeginInit();
     this.SuspendLayout();
     //
     // lblValidationMessages
     //
     this.lblValidationMessages.AutoSize  = true;
     this.lblValidationMessages.ForeColor = System.Drawing.Color.Red;
     this.lblValidationMessages.Location  = new System.Drawing.Point(5, 21);
     this.lblValidationMessages.Name      = "lblValidationMessages";
     this.lblValidationMessages.Padding   = new System.Windows.Forms.Padding(0, 2, 0, 5);
     this.lblValidationMessages.Size      = new System.Drawing.Size(0, 20);
     this.lblValidationMessages.TabIndex  = 18;
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.btnSpremiNovi,
         this.btnSpremiZatvori,
         this.btnZatvori
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(574, 25);
     this.toolStrip1.TabIndex = 22;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // btnSpremiNovi
     //
     this.btnSpremiNovi.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.btnSpremiNovi.Image                 = ((System.Drawing.Image)(resources.GetObject("btnSpremiNovi.Image")));
     this.btnSpremiNovi.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnSpremiNovi.Name   = "btnSpremiNovi";
     this.btnSpremiNovi.Size   = new System.Drawing.Size(80, 22);
     this.btnSpremiNovi.Text   = "Spremi i novi";
     this.btnSpremiNovi.Click += new System.EventHandler(this.btnSpremiNovi_Click);
     //
     // btnSpremiZatvori
     //
     this.btnSpremiZatvori.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.btnSpremiZatvori.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnSpremiZatvori.Name   = "btnSpremiZatvori";
     this.btnSpremiZatvori.Size   = new System.Drawing.Size(92, 22);
     this.btnSpremiZatvori.Text   = "Spremi i zatvori";
     this.btnSpremiZatvori.Click += new System.EventHandler(this.btnSpremiZatvori_Click);
     //
     // btnZatvori
     //
     this.btnZatvori.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.btnZatvori.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnZatvori.Name   = "btnZatvori";
     this.btnZatvori.Size   = new System.Drawing.Size(103, 22);
     this.btnZatvori.Text   = "Odustani i zatvori";
     this.btnZatvori.Click += new System.EventHandler(this.btnZatvori_Click);
     //
     // lblKratkiOpis
     //
     this.lblKratkiOpis.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.lblKratkiOpis.AutoSize = true;
     this.lblKratkiOpis.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.lblKratkiOpis.Location = new System.Drawing.Point(47, 82);
     this.lblKratkiOpis.Name     = "lblKratkiOpis";
     this.lblKratkiOpis.Size     = new System.Drawing.Size(56, 13);
     this.lblKratkiOpis.TabIndex = 27;
     this.lblKratkiOpis.Text     = "Element:";
     //
     // lblOznaka
     //
     this.lblOznaka.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.lblOznaka.AutoSize = true;
     this.lblOznaka.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.lblOznaka.Location = new System.Drawing.Point(5, 55);
     this.lblOznaka.Name     = "lblOznaka";
     this.lblOznaka.Size     = new System.Drawing.Size(98, 13);
     this.lblOznaka.TabIndex = 26;
     this.lblOznaka.Text     = "JOPPD Oznaka:";
     //
     // ucbJOPPDOznaka
     //
     this.ucbJOPPDOznaka.DisplayMember = "Naziv";
     this.ucbJOPPDOznaka.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
     valueListItem1.DataValue          = "-";
     valueListItem1.DisplayText        = "- povlaka";
     valueListItem2.DataValue          = "/";
     valueListItem2.DisplayText        = "/ kosa crta";
     valueListItem3.DataValue          = "\\";
     valueListItem3.DisplayText        = "\\ kosa crta unatrag";
     valueListItem4.DataValue          = ".";
     valueListItem4.DisplayText        = ". tocka";
     this.ucbJOPPDOznaka.Items.AddRange(new Infragistics.Win.ValueListItem[] {
         valueListItem1,
         valueListItem2,
         valueListItem3,
         valueListItem4
     });
     this.ucbJOPPDOznaka.Location         = new System.Drawing.Point(107, 51);
     this.ucbJOPPDOznaka.MaxDropDownItems = 20;
     this.ucbJOPPDOznaka.Name             = "ucbJOPPDOznaka";
     this.ucbJOPPDOznaka.Size             = new System.Drawing.Size(452, 21);
     this.ucbJOPPDOznaka.TabIndex         = 103;
     this.ucbJOPPDOznaka.ValueMember      = "ID";
     //
     // ucbElement
     //
     this.ucbElement.DisplayMember = "Naziv";
     this.ucbElement.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
     valueListItem5.DataValue      = "-";
     valueListItem5.DisplayText    = "- povlaka";
     valueListItem6.DataValue      = "/";
     valueListItem6.DisplayText    = "/ kosa crta";
     valueListItem7.DataValue      = "\\";
     valueListItem7.DisplayText    = "\\ kosa crta unatrag";
     valueListItem8.DataValue      = ".";
     valueListItem8.DisplayText    = ". tocka";
     this.ucbElement.Items.AddRange(new Infragistics.Win.ValueListItem[] {
         valueListItem5,
         valueListItem6,
         valueListItem7,
         valueListItem8
     });
     this.ucbElement.Location         = new System.Drawing.Point(107, 78);
     this.ucbElement.MaxDropDownItems = 20;
     this.ucbElement.Name             = "ucbElement";
     this.ucbElement.Size             = new System.Drawing.Size(452, 21);
     this.ucbElement.TabIndex         = 104;
     this.ucbElement.ValueMember      = "ID";
     //
     // uscNacinIsplateElement
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.ucbElement);
     this.Controls.Add(this.ucbJOPPDOznaka);
     this.Controls.Add(this.lblKratkiOpis);
     this.Controls.Add(this.lblOznaka);
     this.Controls.Add(this.lblValidationMessages);
     this.Controls.Add(this.toolStrip1);
     this.Name  = "uscNacinIsplateElement";
     this.Size  = new System.Drawing.Size(574, 146);
     this.Load += new System.EventHandler(this.uscRadnoVrijeme_Load);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ucbJOPPDOznaka)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ucbElement)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #42
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.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.Appearance    appearance5    = new Infragistics.Win.Appearance();
     this.txtEmployeeName    = new System.Windows.Forms.TextBox();
     this.label2             = new System.Windows.Forms.Label();
     this.txtEmployeeCode    = new System.Windows.Forms.TextBox();
     this.label1             = new System.Windows.Forms.Label();
     this.label3             = new System.Windows.Forms.Label();
     this.txtEmployeeRemark  = new System.Windows.Forms.TextBox();
     this.label6             = new System.Windows.Forms.Label();
     this.lblMsg             = new System.Windows.Forms.Label();
     this.uosEmployeeSex     = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
     this.label4             = new System.Windows.Forms.Label();
     this.label5             = new System.Windows.Forms.Label();
     this.uneEmployeeAge     = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.txtEmployeeMail    = new System.Windows.Forms.TextBox();
     this.label7             = new System.Windows.Forms.Label();
     this.txtEmployeeIp      = new System.Windows.Forms.TextBox();
     this.label8             = new System.Windows.Forms.Label();
     this.txtEmployeePhone   = new System.Windows.Forms.TextBox();
     this.label9             = new System.Windows.Forms.Label();
     this.txtEmployeeAddress = new System.Windows.Forms.TextBox();
     this.label10            = new System.Windows.Forms.Label();
     this.picEmployeePhoto   = new System.Windows.Forms.PictureBox();
     this.openFileDialog1    = new System.Windows.Forms.OpenFileDialog();
     this.cbtEmployeeOrg     = new com.ccf.bip.framework.form.control.ComboBoxTree();
     this.metroPanel1        = new MetroFramework.Controls.MetroPanel();
     this.metroButton3       = new MetroFramework.Controls.MetroButton();
     this.metroButton2       = new MetroFramework.Controls.MetroButton();
     this.metroButton1       = new MetroFramework.Controls.MetroButton();
     ((System.ComponentModel.ISupportInitialize)(this.uosEmployeeSex)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uneEmployeeAge)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picEmployeePhoto)).BeginInit();
     this.metroPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // txtEmployeeName
     //
     this.txtEmployeeName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtEmployeeName.Location    = new System.Drawing.Point(92, 60);
     this.txtEmployeeName.Name        = "txtEmployeeName";
     this.txtEmployeeName.Size        = new System.Drawing.Size(103, 21);
     this.txtEmployeeName.TabIndex    = 2;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(24, 60);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(65, 19);
     this.label2.TabIndex  = 6;
     this.label2.Text      = "姓名:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtEmployeeCode
     //
     this.txtEmployeeCode.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtEmployeeCode.Location    = new System.Drawing.Point(92, 23);
     this.txtEmployeeCode.Name        = "txtEmployeeCode";
     this.txtEmployeeCode.Size        = new System.Drawing.Size(103, 21);
     this.txtEmployeeCode.TabIndex    = 1;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(24, 23);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(65, 19);
     this.label1.TabIndex  = 4;
     this.label1.Text      = "员工编号:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(24, 97);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(65, 19);
     this.label3.TabIndex  = 13;
     this.label3.Text      = "所属组织:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtEmployeeRemark
     //
     this.txtEmployeeRemark.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtEmployeeRemark.Location    = new System.Drawing.Point(89, 282);
     this.txtEmployeeRemark.Name        = "txtEmployeeRemark";
     this.txtEmployeeRemark.Size        = new System.Drawing.Size(311, 21);
     this.txtEmployeeRemark.TabIndex    = 11;
     //
     // label6
     //
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Location  = new System.Drawing.Point(24, 282);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(62, 19);
     this.label6.TabIndex  = 19;
     this.label6.Text      = "备注:";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblMsg
     //
     this.lblMsg.BackColor = System.Drawing.Color.Transparent;
     this.lblMsg.ForeColor = System.Drawing.Color.Red;
     this.lblMsg.Location  = new System.Drawing.Point(24, 318);
     this.lblMsg.Name      = "lblMsg";
     this.lblMsg.Size      = new System.Drawing.Size(182, 23);
     this.lblMsg.TabIndex  = 23;
     this.lblMsg.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // uosEmployeeSex
     //
     appearance4.BorderColor               = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(100)))), ((int)(((byte)(100)))));
     this.uosEmployeeSex.Appearance        = appearance4;
     this.uosEmployeeSex.BackColor         = System.Drawing.Color.Transparent;
     this.uosEmployeeSex.BackColorInternal = System.Drawing.Color.Transparent;
     this.uosEmployeeSex.BorderStyle       = Infragistics.Win.UIElementBorderStyle.None;
     valueListItem1.CheckState             = System.Windows.Forms.CheckState.Checked;
     valueListItem1.DataValue              = "1";
     valueListItem1.DisplayText            = "男";
     valueListItem2.DataValue              = "0";
     valueListItem2.DisplayText            = "女";
     this.uosEmployeeSex.Items.AddRange(new Infragistics.Win.ValueListItem[] {
         valueListItem1,
         valueListItem2
     });
     this.uosEmployeeSex.Location = new System.Drawing.Point(92, 134);
     this.uosEmployeeSex.Name     = "uosEmployeeSex";
     this.uosEmployeeSex.Size     = new System.Drawing.Size(103, 21);
     this.uosEmployeeSex.TabIndex = 4;
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Location  = new System.Drawing.Point(24, 134);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(65, 19);
     this.label4.TabIndex  = 25;
     this.label4.Text      = "性别:";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Location  = new System.Drawing.Point(24, 171);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(65, 19);
     this.label5.TabIndex  = 26;
     this.label5.Text      = "年龄:";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // uneEmployeeAge
     //
     appearance5.BorderColor          = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(100)))), ((int)(((byte)(100)))));
     this.uneEmployeeAge.Appearance   = appearance5;
     this.uneEmployeeAge.BorderStyle  = Infragistics.Win.UIElementBorderStyle.Solid;
     this.uneEmployeeAge.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
     this.uneEmployeeAge.Location     = new System.Drawing.Point(92, 171);
     this.uneEmployeeAge.MaxValue     = 100;
     this.uneEmployeeAge.MinValue     = 0;
     this.uneEmployeeAge.Name         = "uneEmployeeAge";
     this.uneEmployeeAge.PromptChar   = ' ';
     this.uneEmployeeAge.Size         = new System.Drawing.Size(103, 19);
     this.uneEmployeeAge.TabIndex     = 6;
     //
     // txtEmployeeMail
     //
     this.txtEmployeeMail.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtEmployeeMail.Location    = new System.Drawing.Point(281, 171);
     this.txtEmployeeMail.Name        = "txtEmployeeMail";
     this.txtEmployeeMail.Size        = new System.Drawing.Size(119, 21);
     this.txtEmployeeMail.TabIndex    = 7;
     //
     // label7
     //
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.label7.Location  = new System.Drawing.Point(216, 171);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(65, 19);
     this.label7.TabIndex  = 28;
     this.label7.Text      = "邮箱:";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtEmployeeIp
     //
     this.txtEmployeeIp.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtEmployeeIp.Location    = new System.Drawing.Point(92, 208);
     this.txtEmployeeIp.Name        = "txtEmployeeIp";
     this.txtEmployeeIp.Size        = new System.Drawing.Size(103, 21);
     this.txtEmployeeIp.TabIndex    = 8;
     //
     // label8
     //
     this.label8.BackColor = System.Drawing.Color.Transparent;
     this.label8.Location  = new System.Drawing.Point(24, 208);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(65, 19);
     this.label8.TabIndex  = 30;
     this.label8.Text      = "IP地址:";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtEmployeePhone
     //
     this.txtEmployeePhone.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtEmployeePhone.Location    = new System.Drawing.Point(281, 208);
     this.txtEmployeePhone.Name        = "txtEmployeePhone";
     this.txtEmployeePhone.Size        = new System.Drawing.Size(119, 21);
     this.txtEmployeePhone.TabIndex    = 9;
     //
     // label9
     //
     this.label9.BackColor = System.Drawing.Color.Transparent;
     this.label9.Location  = new System.Drawing.Point(216, 208);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(65, 19);
     this.label9.TabIndex  = 32;
     this.label9.Text      = "联系电话:";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtEmployeeAddress
     //
     this.txtEmployeeAddress.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtEmployeeAddress.Location    = new System.Drawing.Point(91, 245);
     this.txtEmployeeAddress.Name        = "txtEmployeeAddress";
     this.txtEmployeeAddress.Size        = new System.Drawing.Size(309, 21);
     this.txtEmployeeAddress.TabIndex    = 10;
     //
     // label10
     //
     this.label10.BackColor = System.Drawing.Color.Transparent;
     this.label10.Location  = new System.Drawing.Point(24, 245);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(65, 19);
     this.label10.TabIndex  = 34;
     this.label10.Text      = "联系地址:";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // picEmployeePhoto
     //
     this.picEmployeePhoto.BackColor = System.Drawing.SystemColors.Control;
     this.picEmployeePhoto.Location  = new System.Drawing.Point(248, 23);
     this.picEmployeePhoto.Name      = "picEmployeePhoto";
     this.picEmployeePhoto.Size      = new System.Drawing.Size(106, 127);
     this.picEmployeePhoto.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.picEmployeePhoto.TabIndex  = 36;
     this.picEmployeePhoto.TabStop   = false;
     //
     // openFileDialog1
     //
     this.openFileDialog1.Filter = "照片|*.bmp;*.jpg;*.png;*.gif";
     //
     // cbtEmployeeOrg
     //
     this.cbtEmployeeOrg.AbsoluteChildrenSelectableOnly = true;
     this.cbtEmployeeOrg.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.cbtEmployeeOrg.BranchSeparator = ".";
     this.cbtEmployeeOrg.Imagelist       = null;
     this.cbtEmployeeOrg.Location        = new System.Drawing.Point(92, 97);
     this.cbtEmployeeOrg.Name            = "cbtEmployeeOrg";
     this.cbtEmployeeOrg.Size            = new System.Drawing.Size(103, 22);
     this.cbtEmployeeOrg.TabIndex        = 3;
     this.cbtEmployeeOrg.Value           = "";
     //
     // metroPanel1
     //
     this.metroPanel1.Controls.Add(this.metroButton3);
     this.metroPanel1.Controls.Add(this.metroButton2);
     this.metroPanel1.Controls.Add(this.metroButton1);
     this.metroPanel1.Controls.Add(this.cbtEmployeeOrg);
     this.metroPanel1.Controls.Add(this.lblMsg);
     this.metroPanel1.Controls.Add(this.label1);
     this.metroPanel1.Controls.Add(this.txtEmployeeCode);
     this.metroPanel1.Controls.Add(this.picEmployeePhoto);
     this.metroPanel1.Controls.Add(this.label2);
     this.metroPanel1.Controls.Add(this.txtEmployeeAddress);
     this.metroPanel1.Controls.Add(this.txtEmployeeName);
     this.metroPanel1.Controls.Add(this.label10);
     this.metroPanel1.Controls.Add(this.label3);
     this.metroPanel1.Controls.Add(this.txtEmployeePhone);
     this.metroPanel1.Controls.Add(this.label6);
     this.metroPanel1.Controls.Add(this.label9);
     this.metroPanel1.Controls.Add(this.txtEmployeeRemark);
     this.metroPanel1.Controls.Add(this.txtEmployeeIp);
     this.metroPanel1.Controls.Add(this.uosEmployeeSex);
     this.metroPanel1.Controls.Add(this.label8);
     this.metroPanel1.Controls.Add(this.label4);
     this.metroPanel1.Controls.Add(this.txtEmployeeMail);
     this.metroPanel1.Controls.Add(this.label5);
     this.metroPanel1.Controls.Add(this.label7);
     this.metroPanel1.Controls.Add(this.uneEmployeeAge);
     this.metroPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.metroPanel1.HorizontalScrollbarBarColor         = true;
     this.metroPanel1.HorizontalScrollbarHighlightOnWheel = false;
     this.metroPanel1.HorizontalScrollbarSize             = 10;
     this.metroPanel1.Location = new System.Drawing.Point(20, 60);
     this.metroPanel1.Name     = "metroPanel1";
     this.metroPanel1.Size     = new System.Drawing.Size(410, 370);
     this.metroPanel1.TabIndex = 37;
     this.metroPanel1.VerticalScrollbarBarColor         = true;
     this.metroPanel1.VerticalScrollbarHighlightOnWheel = false;
     this.metroPanel1.VerticalScrollbarSize             = 10;
     //
     // metroButton3
     //
     this.metroButton3.Location      = new System.Drawing.Point(325, 333);
     this.metroButton3.Name          = "metroButton3";
     this.metroButton3.Size          = new System.Drawing.Size(75, 23);
     this.metroButton3.TabIndex      = 39;
     this.metroButton3.Text          = "取消";
     this.metroButton3.UseSelectable = true;
     this.metroButton3.Click        += new System.EventHandler(this.btnCancel_Click);
     //
     // metroButton2
     //
     this.metroButton2.Location      = new System.Drawing.Point(234, 333);
     this.metroButton2.Name          = "metroButton2";
     this.metroButton2.Size          = new System.Drawing.Size(75, 23);
     this.metroButton2.TabIndex      = 38;
     this.metroButton2.Text          = "确定";
     this.metroButton2.UseSelectable = true;
     this.metroButton2.Click        += new System.EventHandler(this.btnOK_Click);
     //
     // metroButton1
     //
     this.metroButton1.Location      = new System.Drawing.Point(360, 127);
     this.metroButton1.Name          = "metroButton1";
     this.metroButton1.Size          = new System.Drawing.Size(40, 23);
     this.metroButton1.TabIndex      = 37;
     this.metroButton1.Text          = "浏览";
     this.metroButton1.UseSelectable = true;
     this.metroButton1.Click        += new System.EventHandler(this.ultraButton1_Click);
     //
     // DlgEmployeeEdit
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(206)))), ((int)(((byte)(228)))));
     this.ClientSize          = new System.Drawing.Size(450, 450);
     this.Controls.Add(this.metroPanel1);
     this.MaximizeBox   = false;
     this.MaximumSize   = new System.Drawing.Size(450, 450);
     this.MinimizeBox   = false;
     this.MinimumSize   = new System.Drawing.Size(450, 450);
     this.Name          = "DlgEmployeeEdit";
     this.ShadowType    = MetroFramework.Forms.MetroFormShadowType.AeroShadow;
     this.ShowIcon      = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "员工信息编辑";
     this.Load         += new System.EventHandler(this.FormEmployeeEdit_Load);
     ((System.ComponentModel.ISupportInitialize)(this.uosEmployeeSex)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uneEmployeeAge)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picEmployeePhoto)).EndInit();
     this.metroPanel1.ResumeLayout(false);
     this.metroPanel1.PerformLayout();
     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.ValueListItem valueListItem9 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem10 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem7 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem8 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton("open");
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinEditors.EditorButton editorButton2 = new Infragistics.Win.UltraWinEditors.EditorButton("clear");
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolTip.UltraToolTipInfo ultraToolTipInfo1 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("", Infragistics.Win.ToolTipImage.Info, "Oggetto del messaggio", Infragistics.Win.DefaultableBoolean.Default);
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TestoMessaggioUC));
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinEditors.EditorButton editorButton3 = new Infragistics.Win.UltraWinEditors.EditorButton("clear");
            Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
            this.headerPanel = new Infragistics.Win.Misc.UltraPanel();
            this.panelParametriManuale = new System.Windows.Forms.Panel();
            this.formatoDocumento = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.lblFormato = new Infragistics.Win.Misc.UltraLabel();
            this.aggregazioneDocumenti = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
            this.numeraPagine = new System.Windows.Forms.CheckBox();
            this.apriFile = new System.Windows.Forms.CheckBox();
            this.accodaMessaggio = new System.Windows.Forms.CheckBox();
            this.panelParametriLettera = new System.Windows.Forms.Panel();
            this.primaPagina = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.tipoLettera = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
            this.colore = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.fronteRetro = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.sottoTipoMessaggio = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
            this.tipoMessaggio = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
            this.lblMittente = new Infragistics.Win.Misc.UltraLabel();
            this.mittente = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.modelliLettera = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.modelloLetteraDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.btnConferma = new Infragistics.Win.Misc.UltraButton();
            this.lblRapportino = new Infragistics.Win.Misc.UltraLabel();
            this.emailRapportino = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.footerPanel = new Infragistics.Win.Misc.UltraPanel();
            this.lblLettera = new Infragistics.Win.Misc.UltraLabel();
            this.invioVeloce = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.oggettoPanel = new Infragistics.Win.Misc.UltraPanel();
            this.oggetto = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblOggetto = new Infragistics.Win.Misc.UltraLabel();
            this.panelTesto = new System.Windows.Forms.Panel();
            this.panelInfoSms = new System.Windows.Forms.Panel();
            this.numeroSms = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblCaratteriRimanenti = new Infragistics.Win.Misc.UltraLabel();
            this.lblNumeroSms = new Infragistics.Win.Misc.UltraLabel();
            this.caratteriRimasti = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.testoSemplice = new Gipasoft.Stabili.UI.Library.GestioneTestoUC();
            this.testoRich = new Gipasoft.Stabili.UI.Library.RichControlEditorUC();
            this.panelModello = new System.Windows.Forms.Panel();
            this.lblModello = new Infragistics.Win.Misc.UltraLabel();
            this.modelli = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.modelloLetteraTestoDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.reqTipoMessaggio = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.validationSummary1 = new Gipasoft.Windows.Forms.CustomValidation.ValidationSummary(this.components);
            this.validationSummaryLettera = new Gipasoft.Windows.Forms.CustomValidation.ValidationSummary(this.components);
            this.customSottoTipoMessaggioValidator = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            this.customRapportinoValidator = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            this.reqMittente = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.mittenteValidator = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            this.oggettoValidator = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            this.modelloValidator = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            this.reqModelliLettera = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.messageToolTip = new Infragistics.Win.UltraWinToolTip.UltraToolTipManager(this.components);
            this.headerPanel.ClientArea.SuspendLayout();
            this.headerPanel.SuspendLayout();
            this.panelParametriManuale.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.formatoDocumento)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.aggregazioneDocumenti)).BeginInit();
            this.panelParametriLettera.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.primaPagina)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoLettera)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.colore)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fronteRetro)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sottoTipoMessaggio)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoMessaggio)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.mittente)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.modelliLettera)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.modelloLetteraDTOBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emailRapportino)).BeginInit();
            this.tableLayoutPanel1.SuspendLayout();
            this.footerPanel.ClientArea.SuspendLayout();
            this.footerPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.invioVeloce)).BeginInit();
            this.oggettoPanel.ClientArea.SuspendLayout();
            this.oggettoPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.oggetto)).BeginInit();
            this.panelTesto.SuspendLayout();
            this.panelInfoSms.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numeroSms)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.caratteriRimasti)).BeginInit();
            this.panelModello.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.modelli)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.modelloLetteraTestoDTOBindingSource)).BeginInit();
            this.SuspendLayout();
            // 
            // headerPanel
            // 
            // 
            // headerPanel.ClientArea
            // 
            this.headerPanel.ClientArea.Controls.Add(this.panelParametriManuale);
            this.headerPanel.ClientArea.Controls.Add(this.panelParametriLettera);
            this.headerPanel.ClientArea.Controls.Add(this.sottoTipoMessaggio);
            this.headerPanel.ClientArea.Controls.Add(this.tipoMessaggio);
            this.headerPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.headerPanel.Location = new System.Drawing.Point(3, 3);
            this.headerPanel.Name = "headerPanel";
            this.headerPanel.Size = new System.Drawing.Size(614, 54);
            this.headerPanel.TabIndex = 1;
            // 
            // panelParametriManuale
            // 
            this.panelParametriManuale.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.panelParametriManuale.Controls.Add(this.formatoDocumento);
            this.panelParametriManuale.Controls.Add(this.lblFormato);
            this.panelParametriManuale.Controls.Add(this.aggregazioneDocumenti);
            this.panelParametriManuale.Controls.Add(this.numeraPagine);
            this.panelParametriManuale.Controls.Add(this.apriFile);
            this.panelParametriManuale.Controls.Add(this.accodaMessaggio);
            this.panelParametriManuale.Location = new System.Drawing.Point(199, 3);
            this.panelParametriManuale.Name = "panelParametriManuale";
            this.panelParametriManuale.Size = new System.Drawing.Size(412, 51);
            this.panelParametriManuale.TabIndex = 3;
            // 
            // formatoDocumento
            // 
            this.formatoDocumento.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            valueListItem9.DataValue = "pdf";
            valueListItem9.DisplayText = "Pdf";
            valueListItem10.DataValue = "doc";
            valueListItem10.DisplayText = "Doc";
            this.formatoDocumento.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem9,
            valueListItem10});
            this.formatoDocumento.Location = new System.Drawing.Point(58, 3);
            this.formatoDocumento.Name = "formatoDocumento";
            this.formatoDocumento.Size = new System.Drawing.Size(63, 21);
            this.formatoDocumento.TabIndex = 6;
            // 
            // lblFormato
            // 
            this.lblFormato.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.lblFormato.Location = new System.Drawing.Point(3, 4);
            this.lblFormato.Name = "lblFormato";
            this.lblFormato.Size = new System.Drawing.Size(49, 23);
            this.lblFormato.TabIndex = 5;
            this.lblFormato.Text = "Formato";
            // 
            // aggregazioneDocumenti
            // 
            this.aggregazioneDocumenti.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.aggregazioneDocumenti.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
            this.aggregazioneDocumenti.CheckedIndex = 0;
            valueListItem3.CheckState = System.Windows.Forms.CheckState.Checked;
            valueListItem3.DataValue = "SP";
            valueListItem3.DisplayText = "Singolo per persona";
            valueListItem4.DataValue = "ST";
            valueListItem4.DisplayText = "Singolo";
            valueListItem6.DataValue = "SE";
            valueListItem6.DisplayText = "Separati";
            this.aggregazioneDocumenti.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem3,
            valueListItem4,
            valueListItem6});
            this.aggregazioneDocumenti.ItemSpacingHorizontal = 10;
            this.aggregazioneDocumenti.Location = new System.Drawing.Point(129, 26);
            this.aggregazioneDocumenti.Name = "aggregazioneDocumenti";
            this.aggregazioneDocumenti.Size = new System.Drawing.Size(281, 20);
            this.aggregazioneDocumenti.TabIndex = 4;
            this.aggregazioneDocumenti.Text = "Singolo per persona";
            this.aggregazioneDocumenti.ValueChanged += new System.EventHandler(this.aggregazioneDocumenti_ValueChanged);
            // 
            // numeraPagine
            // 
            this.numeraPagine.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.numeraPagine.AutoSize = true;
            this.numeraPagine.Location = new System.Drawing.Point(323, 5);
            this.numeraPagine.Name = "numeraPagine";
            this.numeraPagine.Size = new System.Drawing.Size(87, 17);
            this.numeraPagine.TabIndex = 2;
            this.numeraPagine.Text = "Num. Pagina";
            this.numeraPagine.UseVisualStyleBackColor = true;
            // 
            // apriFile
            // 
            this.apriFile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.apriFile.AutoSize = true;
            this.apriFile.Checked = true;
            this.apriFile.CheckState = System.Windows.Forms.CheckState.Checked;
            this.apriFile.Location = new System.Drawing.Point(254, 5);
            this.apriFile.Name = "apriFile";
            this.apriFile.Size = new System.Drawing.Size(63, 17);
            this.apriFile.TabIndex = 1;
            this.apriFile.Text = "Apri File";
            this.apriFile.UseVisualStyleBackColor = true;
            // 
            // accodaMessaggio
            // 
            this.accodaMessaggio.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.accodaMessaggio.AutoSize = true;
            this.accodaMessaggio.Location = new System.Drawing.Point(129, 4);
            this.accodaMessaggio.Name = "accodaMessaggio";
            this.accodaMessaggio.Size = new System.Drawing.Size(117, 17);
            this.accodaMessaggio.TabIndex = 0;
            this.accodaMessaggio.Text = "Accoda Messaggio";
            this.accodaMessaggio.UseVisualStyleBackColor = true;
            // 
            // panelParametriLettera
            // 
            this.panelParametriLettera.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.panelParametriLettera.Controls.Add(this.primaPagina);
            this.panelParametriLettera.Controls.Add(this.tipoLettera);
            this.panelParametriLettera.Controls.Add(this.colore);
            this.panelParametriLettera.Controls.Add(this.fronteRetro);
            this.panelParametriLettera.Location = new System.Drawing.Point(323, 3);
            this.panelParametriLettera.Name = "panelParametriLettera";
            this.panelParametriLettera.Size = new System.Drawing.Size(288, 49);
            this.panelParametriLettera.TabIndex = 2;
            this.panelParametriLettera.Visible = false;
            // 
            // primaPagina
            // 
            this.primaPagina.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.primaPagina.Location = new System.Drawing.Point(104, 26);
            this.primaPagina.Name = "primaPagina";
            this.primaPagina.Size = new System.Drawing.Size(181, 20);
            this.primaPagina.TabIndex = 3;
            this.primaPagina.Text = "Prima pagina con solo mittente";
            // 
            // tipoLettera
            // 
            this.tipoLettera.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
            this.tipoLettera.CheckedIndex = 1;
            valueListItem7.DataValue = "RACCOMANDATA";
            valueListItem7.DisplayText = "Racc.";
            valueListItem8.DataValue = "RACCOMANDATAAR";
            valueListItem8.DisplayText = "Racc. AR";
            valueListItem5.DataValue = "PRIORITARIA";
            valueListItem5.DisplayText = "Prior.";
            this.tipoLettera.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem7,
            valueListItem8,
            valueListItem5});
            this.tipoLettera.Location = new System.Drawing.Point(3, 6);
            this.tipoLettera.Name = "tipoLettera";
            this.tipoLettera.Size = new System.Drawing.Size(170, 18);
            this.tipoLettera.TabIndex = 2;
            this.tipoLettera.Text = "Racc. AR";
            // 
            // colore
            // 
            this.colore.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.colore.Location = new System.Drawing.Point(228, 3);
            this.colore.Name = "colore";
            this.colore.Size = new System.Drawing.Size(57, 20);
            this.colore.TabIndex = 1;
            this.colore.Text = "Colore";
            // 
            // fronteRetro
            // 
            this.fronteRetro.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.fronteRetro.Checked = true;
            this.fronteRetro.CheckState = System.Windows.Forms.CheckState.Checked;
            this.fronteRetro.Location = new System.Drawing.Point(178, 3);
            this.fronteRetro.Name = "fronteRetro";
            this.fronteRetro.Size = new System.Drawing.Size(44, 20);
            this.fronteRetro.TabIndex = 0;
            this.fronteRetro.Text = "F/R";
            // 
            // sottoTipoMessaggio
            // 
            this.sottoTipoMessaggio.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
            valueListItem1.DataValue = "Default Item";
            valueListItem1.DisplayText = "Default Item";
            this.sottoTipoMessaggio.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem1});
            this.sottoTipoMessaggio.ItemSpacingHorizontal = 5;
            this.sottoTipoMessaggio.ItemSpacingVertical = 10;
            this.sottoTipoMessaggio.Location = new System.Drawing.Point(302, 3);
            this.sottoTipoMessaggio.Name = "sottoTipoMessaggio";
            this.sottoTipoMessaggio.Size = new System.Drawing.Size(229, 32);
            this.sottoTipoMessaggio.TabIndex = 1;
            this.sottoTipoMessaggio.Visible = false;
            this.sottoTipoMessaggio.ValueChanged += new System.EventHandler(this.sottoTipoMessaggioValueChanged);
            // 
            // tipoMessaggio
            // 
            this.tipoMessaggio.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
            valueListItem2.DataValue = "Default Item";
            valueListItem2.DisplayText = "Default Item";
            this.tipoMessaggio.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem2});
            this.tipoMessaggio.ItemSpacingHorizontal = 5;
            this.tipoMessaggio.ItemSpacingVertical = 10;
            this.tipoMessaggio.Location = new System.Drawing.Point(2, 3);
            this.tipoMessaggio.Name = "tipoMessaggio";
            this.tipoMessaggio.Size = new System.Drawing.Size(294, 32);
            this.tipoMessaggio.TabIndex = 0;
            this.tipoMessaggio.ValueChanged += new System.EventHandler(this.tipoMessaggioValueChanged);
            // 
            // lblMittente
            // 
            this.lblMittente.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.lblMittente.Location = new System.Drawing.Point(82, 7);
            this.lblMittente.Name = "lblMittente";
            this.lblMittente.Size = new System.Drawing.Size(63, 18);
            this.lblMittente.TabIndex = 130;
            this.lblMittente.Text = "Mittente";
            // 
            // mittente
            // 
            this.mittente.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.mittente.Location = new System.Drawing.Point(151, 3);
            this.mittente.Name = "mittente";
            this.mittente.Size = new System.Drawing.Size(145, 21);
            this.mittente.TabIndex = 129;
            // 
            // modelliLettera
            // 
            this.modelliLettera.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.modelliLettera.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            appearance1.Image = global::Gipasoft.Stabili.UI.Messaggistica.MessaggisticaResources.folder;
            editorButton1.Appearance = appearance1;
            editorButton1.Key = "open";
            appearance2.Image = global::Gipasoft.Stabili.UI.Messaggistica.MessaggisticaResources.clear;
            editorButton2.Appearance = appearance2;
            editorButton2.Key = "clear";
            this.modelliLettera.ButtonsRight.Add(editorButton1);
            this.modelliLettera.ButtonsRight.Add(editorButton2);
            this.modelliLettera.DataSource = this.modelloLetteraDTOBindingSource;
            this.modelliLettera.DisplayMember = "Descrizione";
            this.modelliLettera.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.modelliLettera.Location = new System.Drawing.Point(401, 31);
            this.modelliLettera.Name = "modelliLettera";
            this.modelliLettera.Size = new System.Drawing.Size(192, 21);
            this.modelliLettera.TabIndex = 127;
            this.modelliLettera.ValueMember = "Id";
            this.modelliLettera.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.modelliLetteraEditorButtonClick);
            // 
            // modelloLetteraDTOBindingSource
            // 
            this.modelloLetteraDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.ModelloLetteraDTO);
            // 
            // btnConferma
            // 
            this.btnConferma.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnConferma.Location = new System.Drawing.Point(2, 30);
            this.btnConferma.Name = "btnConferma";
            this.btnConferma.Size = new System.Drawing.Size(75, 23);
            this.btnConferma.TabIndex = 0;
            this.btnConferma.Text = "Conferma";
            this.btnConferma.Click += new System.EventHandler(this.btnConfermaClick);
            // 
            // lblRapportino
            // 
            this.lblRapportino.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.lblRapportino.Location = new System.Drawing.Point(82, 34);
            this.lblRapportino.Name = "lblRapportino";
            this.lblRapportino.Size = new System.Drawing.Size(63, 18);
            this.lblRapportino.TabIndex = 2;
            this.lblRapportino.Text = "Rapportino";
            // 
            // emailRapportino
            // 
            this.emailRapportino.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.emailRapportino.Location = new System.Drawing.Point(151, 30);
            this.emailRapportino.Name = "emailRapportino";
            this.emailRapportino.Size = new System.Drawing.Size(145, 21);
            this.emailRapportino.TabIndex = 1;
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.ColumnCount = 1;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.Controls.Add(this.headerPanel, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.footerPanel, 0, 4);
            this.tableLayoutPanel1.Controls.Add(this.oggettoPanel, 0, 1);
            this.tableLayoutPanel1.Controls.Add(this.panelTesto, 0, 3);
            this.tableLayoutPanel1.Controls.Add(this.panelModello, 0, 2);
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 5;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 65F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(620, 532);
            this.tableLayoutPanel1.TabIndex = 8;
            // 
            // footerPanel
            // 
            // 
            // footerPanel.ClientArea
            // 
            this.footerPanel.ClientArea.Controls.Add(this.lblLettera);
            this.footerPanel.ClientArea.Controls.Add(this.invioVeloce);
            this.footerPanel.ClientArea.Controls.Add(this.lblMittente);
            this.footerPanel.ClientArea.Controls.Add(this.mittente);
            this.footerPanel.ClientArea.Controls.Add(this.emailRapportino);
            this.footerPanel.ClientArea.Controls.Add(this.modelliLettera);
            this.footerPanel.ClientArea.Controls.Add(this.lblRapportino);
            this.footerPanel.ClientArea.Controls.Add(this.btnConferma);
            this.footerPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.footerPanel.Location = new System.Drawing.Point(3, 470);
            this.footerPanel.Name = "footerPanel";
            this.footerPanel.Size = new System.Drawing.Size(614, 59);
            this.footerPanel.TabIndex = 92;
            // 
            // lblLettera
            // 
            this.lblLettera.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.lblLettera.Location = new System.Drawing.Point(351, 35);
            this.lblLettera.Name = "lblLettera";
            this.lblLettera.Size = new System.Drawing.Size(44, 18);
            this.lblLettera.TabIndex = 132;
            this.lblLettera.Text = "Lettera";
            // 
            // invioVeloce
            // 
            this.invioVeloce.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.invioVeloce.Location = new System.Drawing.Point(508, 4);
            this.invioVeloce.Name = "invioVeloce";
            this.invioVeloce.Size = new System.Drawing.Size(85, 20);
            this.invioVeloce.TabIndex = 131;
            this.invioVeloce.Text = "Invio Veloce";
            // 
            // oggettoPanel
            // 
            // 
            // oggettoPanel.ClientArea
            // 
            this.oggettoPanel.ClientArea.Controls.Add(this.oggetto);
            this.oggettoPanel.ClientArea.Controls.Add(this.lblOggetto);
            this.oggettoPanel.Location = new System.Drawing.Point(3, 63);
            this.oggettoPanel.Name = "oggettoPanel";
            this.oggettoPanel.Size = new System.Drawing.Size(593, 29);
            this.oggettoPanel.TabIndex = 93;
            // 
            // oggetto
            // 
            this.oggetto.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.oggetto.Location = new System.Drawing.Point(59, 3);
            this.oggetto.Name = "oggetto";
            this.oggetto.Size = new System.Drawing.Size(529, 21);
            this.oggetto.TabIndex = 132;
            ultraToolTipInfo1.ToolTipImage = Infragistics.Win.ToolTipImage.Info;
            ultraToolTipInfo1.ToolTipTextFormatted = resources.GetString("ultraToolTipInfo1.ToolTipTextFormatted");
            ultraToolTipInfo1.ToolTipTitle = "Oggetto del messaggio";
            this.messageToolTip.SetUltraToolTip(this.oggetto, ultraToolTipInfo1);
            // 
            // lblOggetto
            // 
            this.lblOggetto.Location = new System.Drawing.Point(3, 8);
            this.lblOggetto.Name = "lblOggetto";
            this.lblOggetto.Size = new System.Drawing.Size(50, 18);
            this.lblOggetto.TabIndex = 131;
            this.lblOggetto.Text = "Oggetto";
            // 
            // panelTesto
            // 
            this.panelTesto.Controls.Add(this.panelInfoSms);
            this.panelTesto.Controls.Add(this.testoSemplice);
            this.panelTesto.Controls.Add(this.testoRich);
            this.panelTesto.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelTesto.Location = new System.Drawing.Point(3, 134);
            this.panelTesto.Name = "panelTesto";
            this.panelTesto.Size = new System.Drawing.Size(614, 330);
            this.panelTesto.TabIndex = 94;
            // 
            // panelInfoSms
            // 
            this.panelInfoSms.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.panelInfoSms.Controls.Add(this.numeroSms);
            this.panelInfoSms.Controls.Add(this.lblCaratteriRimanenti);
            this.panelInfoSms.Controls.Add(this.lblNumeroSms);
            this.panelInfoSms.Controls.Add(this.caratteriRimasti);
            this.panelInfoSms.Location = new System.Drawing.Point(341, 3);
            this.panelInfoSms.Name = "panelInfoSms";
            this.panelInfoSms.Size = new System.Drawing.Size(270, 25);
            this.panelInfoSms.TabIndex = 100;
            // 
            // numeroSms
            // 
            appearance3.TextHAlignAsString = "Center";
            this.numeroSms.Appearance = appearance3;
            this.numeroSms.Location = new System.Drawing.Point(238, 1);
            this.numeroSms.Name = "numeroSms";
            this.numeroSms.ReadOnly = true;
            this.numeroSms.Size = new System.Drawing.Size(25, 21);
            this.numeroSms.TabIndex = 99;
            this.numeroSms.Text = "1";
            // 
            // lblCaratteriRimanenti
            // 
            this.lblCaratteriRimanenti.Location = new System.Drawing.Point(56, 5);
            this.lblCaratteriRimanenti.Name = "lblCaratteriRimanenti";
            this.lblCaratteriRimanenti.Size = new System.Drawing.Size(90, 16);
            this.lblCaratteriRimanenti.TabIndex = 96;
            this.lblCaratteriRimanenti.Text = "Caretteri rimasti";
            // 
            // lblNumeroSms
            // 
            this.lblNumeroSms.Location = new System.Drawing.Point(205, 5);
            this.lblNumeroSms.Name = "lblNumeroSms";
            this.lblNumeroSms.Size = new System.Drawing.Size(27, 16);
            this.lblNumeroSms.TabIndex = 98;
            this.lblNumeroSms.Text = "Sms";
            // 
            // caratteriRimasti
            // 
            appearance4.TextHAlignAsString = "Center";
            this.caratteriRimasti.Appearance = appearance4;
            this.caratteriRimasti.Location = new System.Drawing.Point(152, 1);
            this.caratteriRimasti.Name = "caratteriRimasti";
            this.caratteriRimasti.ReadOnly = true;
            this.caratteriRimasti.Size = new System.Drawing.Size(45, 21);
            this.caratteriRimasti.TabIndex = 97;
            this.caratteriRimasti.Text = "160";
            // 
            // testoSemplice
            // 
            this.testoSemplice.Dock = System.Windows.Forms.DockStyle.Fill;
            this.testoSemplice.Location = new System.Drawing.Point(0, 0);
            this.testoSemplice.Name = "testoSemplice";
            this.testoSemplice.Size = new System.Drawing.Size(614, 330);
            this.testoSemplice.TabIndex = 95;
            this.testoSemplice.Visible = false;
            // 
            // testoRich
            // 
            this.testoRich.Allegati = null;
            this.testoRich.Dock = System.Windows.Forms.DockStyle.Fill;
            this.testoRich.IdCondominio = null;
            this.testoRich.Location = new System.Drawing.Point(0, 0);
            this.testoRich.Name = "testoRich";
            this.testoRich.ReadOnly = false;
            this.testoRich.Size = new System.Drawing.Size(614, 330);
            this.testoRich.TabIndex = 94;
            // 
            // panelModello
            // 
            this.panelModello.Controls.Add(this.lblModello);
            this.panelModello.Controls.Add(this.modelli);
            this.panelModello.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelModello.Location = new System.Drawing.Point(3, 98);
            this.panelModello.Name = "panelModello";
            this.panelModello.Size = new System.Drawing.Size(614, 30);
            this.panelModello.TabIndex = 95;
            // 
            // lblModello
            // 
            this.lblModello.Location = new System.Drawing.Point(3, 5);
            this.lblModello.Name = "lblModello";
            this.lblModello.Size = new System.Drawing.Size(50, 18);
            this.lblModello.TabIndex = 132;
            this.lblModello.Text = "Modello";
            // 
            // modelli
            // 
            appearance5.Image = global::Gipasoft.Stabili.UI.Messaggistica.MessaggisticaResources.clear;
            editorButton3.Appearance = appearance5;
            editorButton3.Key = "clear";
            this.modelli.ButtonsRight.Add(editorButton3);
            this.modelli.DataSource = this.modelloLetteraTestoDTOBindingSource;
            this.modelli.DisplayMember = "Descrizione";
            this.modelli.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.modelli.Location = new System.Drawing.Point(59, 2);
            this.modelli.Name = "modelli";
            this.modelli.Size = new System.Drawing.Size(529, 21);
            this.modelli.TabIndex = 8;
            this.modelli.ValueMember = "Id";
            this.modelli.ValueChanged += new System.EventHandler(this.modelliValueChanged);
            this.modelli.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.modelliEditorButtonClick);
            // 
            // modelloLetteraTestoDTOBindingSource
            // 
            this.modelloLetteraTestoDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.ModelloLetteraTestoDTO);
            // 
            // reqTipoMessaggio
            // 
            this.reqTipoMessaggio.ControlToValidate = this.tipoMessaggio;
            this.reqTipoMessaggio.ErrorMessage = "Scegliere un tipo di messaggio";
            this.reqTipoMessaggio.Icon = ((System.Drawing.Icon)(resources.GetObject("reqTipoMessaggio.Icon")));
            // 
            // customSottoTipoMessaggioValidator
            // 
            this.customSottoTipoMessaggioValidator.ControlToValidate = this.sottoTipoMessaggio;
            this.customSottoTipoMessaggioValidator.ErrorMessage = "Scegliere una opzione";
            this.customSottoTipoMessaggioValidator.Icon = ((System.Drawing.Icon)(resources.GetObject("customSottoTipoMessaggioValidator.Icon")));
            this.customSottoTipoMessaggioValidator.Validating += new Gipasoft.Windows.Forms.CustomValidation.CustomValidator.ValidatingEventHandler(this.customSottoTipoMessaggioValidatorValidating);
            // 
            // customRapportinoValidator
            // 
            this.customRapportinoValidator.ControlToValidate = this.emailRapportino;
            this.customRapportinoValidator.ErrorMessage = "Inserire un indirizzo email valido";
            this.customRapportinoValidator.Icon = ((System.Drawing.Icon)(resources.GetObject("customRapportinoValidator.Icon")));
            this.customRapportinoValidator.Validating += new Gipasoft.Windows.Forms.CustomValidation.CustomValidator.ValidatingEventHandler(this.customRapportinoValidatorValidating);
            // 
            // reqMittente
            // 
            this.reqMittente.ControlToValidate = this.mittente;
            this.reqMittente.ErrorMessage = "Inserire il mittente";
            this.reqMittente.Icon = ((System.Drawing.Icon)(resources.GetObject("reqMittente.Icon")));
            // 
            // mittenteValidator
            // 
            this.mittenteValidator.ControlToValidate = this.mittente;
            this.mittenteValidator.ErrorMessage = "Inserire un indirizzo email valido per il mittente";
            this.mittenteValidator.Icon = ((System.Drawing.Icon)(resources.GetObject("mittenteValidator.Icon")));
            this.mittenteValidator.Validating += new Gipasoft.Windows.Forms.CustomValidation.CustomValidator.ValidatingEventHandler(this.mittenteValidatorValidating);
            // 
            // oggettoValidator
            // 
            this.oggettoValidator.ControlToValidate = this.oggetto;
            this.oggettoValidator.ErrorMessage = "Inserire l\'oggetto";
            this.oggettoValidator.Icon = ((System.Drawing.Icon)(resources.GetObject("oggettoValidator.Icon")));
            this.oggettoValidator.Validating += new Gipasoft.Windows.Forms.CustomValidation.CustomValidator.ValidatingEventHandler(this.oggettoValidatorValidating);
            // 
            // modelloValidator
            // 
            this.modelloValidator.ControlToValidate = this.modelliLettera;
            this.modelloValidator.ErrorMessage = "Scegliere un modello di lettera";
            this.modelloValidator.Icon = ((System.Drawing.Icon)(resources.GetObject("modelloValidator.Icon")));
            this.modelloValidator.Validating += new Gipasoft.Windows.Forms.CustomValidation.CustomValidator.ValidatingEventHandler(this.modelloValidatorValidating);
            // 
            // reqModelliLettera
            // 
            this.reqModelliLettera.ControlToValidate = this.modelliLettera;
            this.reqModelliLettera.ErrorMessage = "Scegliere un modello di lettera";
            this.reqModelliLettera.Icon = ((System.Drawing.Icon)(resources.GetObject("reqModelliLettera.Icon")));
            // 
            // messageToolTip
            // 
            this.messageToolTip.ContainingControl = this;
            // 
            // TestoMessaggioUC
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.tableLayoutPanel1);
            this.Name = "TestoMessaggioUC";
            this.Size = new System.Drawing.Size(620, 532);
            this.headerPanel.ClientArea.ResumeLayout(false);
            this.headerPanel.ResumeLayout(false);
            this.panelParametriManuale.ResumeLayout(false);
            this.panelParametriManuale.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.formatoDocumento)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.aggregazioneDocumenti)).EndInit();
            this.panelParametriLettera.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.primaPagina)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoLettera)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.colore)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fronteRetro)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sottoTipoMessaggio)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoMessaggio)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.mittente)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.modelliLettera)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.modelloLetteraDTOBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emailRapportino)).EndInit();
            this.tableLayoutPanel1.ResumeLayout(false);
            this.footerPanel.ClientArea.ResumeLayout(false);
            this.footerPanel.ClientArea.PerformLayout();
            this.footerPanel.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.invioVeloce)).EndInit();
            this.oggettoPanel.ClientArea.ResumeLayout(false);
            this.oggettoPanel.ClientArea.PerformLayout();
            this.oggettoPanel.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.oggetto)).EndInit();
            this.panelTesto.ResumeLayout(false);
            this.panelInfoSms.ResumeLayout(false);
            this.panelInfoSms.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numeroSms)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.caratteriRimasti)).EndInit();
            this.panelModello.ResumeLayout(false);
            this.panelModello.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.modelli)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.modelloLetteraTestoDTOBindingSource)).EndInit();
            this.ResumeLayout(false);

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.Win.Appearance    appearance1               = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance2               = new Infragistics.Win.Appearance();
     Infragistics.Win.ValueListItem valueListItem1            = new Infragistics.Win.ValueListItem();
     Infragistics.Win.Appearance    appearance3               = new Infragistics.Win.Appearance();
     Infragistics.Win.ValueListItem valueListItem2            = new Infragistics.Win.ValueListItem();
     Infragistics.Win.Appearance    appearance4               = new Infragistics.Win.Appearance();
     Infragistics.Win.ValueListItem valueListItem3            = new Infragistics.Win.ValueListItem();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDevice));
     this.ultraGroupBox1 = new Signature.Windows.Forms.GroupBox();
     this.txtCancel      = new Signature.Windows.Forms.GlassButton();
     this.txtSave        = new Signature.Windows.Forms.GlassButton();
     this.l_eMail        = new System.Windows.Forms.Label();
     this.txteMail       = new Signature.Windows.Forms.MaskedEdit();
     this.label1         = new System.Windows.Forms.Label();
     this.txtDevice      = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtDevice)).BeginInit();
     this.SuspendLayout();
     //
     // txtStatus
     //
     this.txtStatus.Location = new System.Drawing.Point(0, 217);
     this.txtStatus.Size     = new System.Drawing.Size(426, 29);
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.AllowDrop         = true;
     appearance1.AlphaLevel                = ((short)(95));
     appearance1.BackColor                 = System.Drawing.Color.Transparent;
     this.ultraGroupBox1.Appearance        = appearance1;
     this.ultraGroupBox1.BackColorInternal = System.Drawing.SystemColors.GradientInactiveCaption;
     this.ultraGroupBox1.BorderStyle       = Infragistics.Win.Misc.GroupBoxBorderStyle.Header3D;
     this.ultraGroupBox1.Controls.Add(this.txtCancel);
     this.ultraGroupBox1.Controls.Add(this.txtSave);
     this.ultraGroupBox1.Controls.Add(this.l_eMail);
     this.ultraGroupBox1.Controls.Add(this.txteMail);
     this.ultraGroupBox1.Controls.Add(this.label1);
     this.ultraGroupBox1.Controls.Add(this.txtDevice);
     this.ultraGroupBox1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.ultraGroupBox1.Location  = new System.Drawing.Point(0, 0);
     this.ultraGroupBox1.Name      = "ultraGroupBox1";
     this.ultraGroupBox1.Size      = new System.Drawing.Size(426, 217);
     this.ultraGroupBox1.TabIndex  = 1;
     this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // txtCancel
     //
     this.txtCancel.Location = new System.Drawing.Point(52, 165);
     this.txtCancel.Name     = "txtCancel";
     this.txtCancel.Size     = new System.Drawing.Size(124, 33);
     this.txtCancel.TabIndex = 270;
     this.txtCancel.Text     = "Cancel";
     this.txtCancel.Click   += new System.EventHandler(this.txtCancel_Click);
     //
     // txtSave
     //
     this.txtSave.Location = new System.Drawing.Point(249, 165);
     this.txtSave.Name     = "txtSave";
     this.txtSave.Size     = new System.Drawing.Size(117, 33);
     this.txtSave.TabIndex = 269;
     this.txtSave.Text     = "OK";
     this.txtSave.Click   += new System.EventHandler(this.txtSave_Click);
     //
     // l_eMail
     //
     this.l_eMail.BackColor = System.Drawing.Color.Transparent;
     this.l_eMail.Location  = new System.Drawing.Point(21, 126);
     this.l_eMail.Name      = "l_eMail";
     this.l_eMail.Size      = new System.Drawing.Size(60, 19);
     this.l_eMail.TabIndex  = 268;
     this.l_eMail.Text      = "eMail:";
     this.l_eMail.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txteMail
     //
     this.txteMail.AllowDrop   = true;
     this.txteMail.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(173)))), ((int)(((byte)(179)))));
     this.txteMail.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txteMail.Location    = new System.Drawing.Point(121, 125);
     this.txteMail.Name        = "txtCustomerID";
     this.txteMail.Size        = new System.Drawing.Size(293, 20);
     this.txteMail.TabIndex    = 267;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(21, 20);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(60, 19);
     this.label1.TabIndex  = 266;
     this.label1.Text      = "Selection:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtDevice
     //
     appearance2.BackColor            = System.Drawing.Color.Transparent;
     appearance2.BorderColor          = System.Drawing.Color.White;
     this.txtDevice.Appearance        = appearance2;
     this.txtDevice.BackColor         = System.Drawing.Color.Transparent;
     this.txtDevice.BackColorInternal = System.Drawing.Color.Transparent;
     this.txtDevice.BorderStyle       = Infragistics.Win.UIElementBorderStyle.None;
     this.txtDevice.CheckedIndex      = 0;
     appearance3.BackColor            = System.Drawing.Color.Transparent;
     appearance3.BorderColor          = System.Drawing.Color.White;
     appearance3.ForeColor            = System.Drawing.Color.Black;
     valueListItem1.Appearance        = appearance3;
     valueListItem1.DataValue         = "Printer";
     valueListItem1.DisplayText       = "Printer";
     appearance4.BackColor            = System.Drawing.Color.Transparent;
     valueListItem2.Appearance        = appearance4;
     valueListItem2.DataValue         = "eMail";
     valueListItem2.DisplayText       = "eMail";
     valueListItem3.DataValue         = "Preview";
     valueListItem3.DisplayText       = "Preview";
     this.txtDevice.Items.AddRange(new Infragistics.Win.ValueListItem[] {
         valueListItem1,
         valueListItem2,
         valueListItem3
     });
     this.txtDevice.ItemSpacingVertical = 20;
     this.txtDevice.Location            = new System.Drawing.Point(121, 13);
     this.txtDevice.Name          = "txtDevice";
     this.txtDevice.Size          = new System.Drawing.Size(91, 104);
     this.txtDevice.TabIndex      = 265;
     this.txtDevice.Text          = "Printer";
     this.txtDevice.ValueChanged += new System.EventHandler(this.txtType_ValueChanged);
     //
     // frmDevice
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(426, 246);
     this.ControlBox          = false;
     this.Controls.Add(this.ultraGroupBox1);
     this.Icon  = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name  = "frmDevice";
     this.Text  = "Device";
     this.Load += new System.EventHandler(this.frmDevice_Load);
     this.Controls.SetChildIndex(this.txtStatus, 0);
     this.Controls.SetChildIndex(this.ultraGroupBox1, 0);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     this.ultraGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtDevice)).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 appearance10 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridBand   ultraGridBand1    = new Infragistics.Win.UltraWinGrid.UltraGridBand("SuppliersTable", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SupplierObject");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("addressline1");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("addressline2");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("city");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("state");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("zip");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("contactname");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("telephone");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("email");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("name");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("fax");
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SuppliersTabView));
     Infragistics.Win.Appearance    appearance5             = 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();
     Infragistics.Win.Appearance    appearance26            = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance27            = new Infragistics.Win.Appearance();
     Infragistics.Win.ValueList     valueList1              = new Infragistics.Win.ValueList(20951407);
     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.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     this.ultraTabPageControl1          = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
     this.ultraGridSuppliers            = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.contextMenuStrip1             = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.newUserToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.deleteUserToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.editSupplierToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.suppliersDataSet            = new System.Data.DataSet();
     this.suppliersTable              = new System.Data.DataTable();
     this.firstName                   = new System.Data.DataColumn();
     this.dataColumn3                 = new System.Data.DataColumn();
     this.dataColumn4                 = new System.Data.DataColumn();
     this.dataColumn5                 = new System.Data.DataColumn();
     this.dataColumn2                 = new System.Data.DataColumn();
     this.dataColumn6                 = new System.Data.DataColumn();
     this.dataColumn7                 = new System.Data.DataColumn();
     this.dataColumn8                 = new System.Data.DataColumn();
     this.dataColumn9                 = new System.Data.DataColumn();
     this.dataColumn10                = new System.Data.DataColumn();
     this.activityTabPage             = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
     this.emailButton                 = new System.Windows.Forms.Button();
     this.advancedButton              = new System.Windows.Forms.Button();
     this.smtpTextBox                 = new System.Windows.Forms.TextBox();
     this.label3                      = new System.Windows.Forms.Label();
     this.emailTextBox                = new System.Windows.Forms.TextBox();
     this.label2                      = new System.Windows.Forms.Label();
     this.neverRadioButton            = new System.Windows.Forms.RadioButton();
     this.monthlyRadioButton          = new System.Windows.Forms.RadioButton();
     this.label1                      = new System.Windows.Forms.Label();
     this.weeklyRadioButton           = new System.Windows.Forms.RadioButton();
     this.dailyRadioButton            = new System.Windows.Forms.RadioButton();
     this.instructionLabel            = new Infragistics.Win.Misc.UltraLabel();
     this.footerPictureBox            = new System.Windows.Forms.PictureBox();
     this.generalTabControl           = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
     this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
     this.headerGroupBox              = new Infragistics.Win.Misc.UltraGroupBox();
     this.headerLabel                 = new Infragistics.Win.Misc.UltraLabel();
     this.splitContainer1             = new System.Windows.Forms.SplitContainer();
     this.bnEditSupplier              = new System.Windows.Forms.Button();
     this.bnNewSupplier               = new System.Windows.Forms.Button();
     this.bnDeleteSupplier            = new System.Windows.Forms.Button();
     this.toolTip1                    = new System.Windows.Forms.ToolTip(this.components);
     this.dataColumn1                 = new System.Data.DataColumn();
     this.ultraTabPageControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGridSuppliers)).BeginInit();
     this.contextMenuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.suppliersDataSet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.suppliersTable)).BeginInit();
     this.activityTabPage.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.footerPictureBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.generalTabControl)).BeginInit();
     this.generalTabControl.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.headerGroupBox)).BeginInit();
     this.headerGroupBox.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraTabPageControl1
     //
     this.ultraTabPageControl1.Controls.Add(this.splitContainer1);
     this.ultraTabPageControl1.Location = new System.Drawing.Point(0, 0);
     this.ultraTabPageControl1.Name     = "ultraTabPageControl1";
     this.ultraTabPageControl1.Size     = new System.Drawing.Size(817, 420);
     //
     // ultraGridSuppliers
     //
     this.ultraGridSuppliers.ContextMenuStrip = this.contextMenuStrip1;
     this.ultraGridSuppliers.DataSource       = this.suppliersDataSet;
     appearance10.BackColor   = System.Drawing.Color.Transparent;
     appearance10.BorderColor = System.Drawing.SystemColors.InactiveCaption;
     this.ultraGridSuppliers.DisplayLayout.Appearance = appearance10;
     ultraGridBand1.CardSettings.CaptionField         = "name";
     ultraGridBand1.CardSettings.LabelWidth           = 100;
     ultraGridBand1.CardSettings.Style        = Infragistics.Win.UltraWinGrid.CardStyle.StandardLabels;
     ultraGridBand1.CardSettings.Width        = 250;
     ultraGridBand1.CardView                  = true;
     ultraGridColumn1.Header.VisiblePosition  = 0;
     ultraGridColumn1.Hidden                  = true;
     ultraGridColumn2.Header.VisiblePosition  = 1;
     ultraGridColumn3.Header.VisiblePosition  = 2;
     ultraGridColumn4.Header.VisiblePosition  = 3;
     ultraGridColumn5.Header.VisiblePosition  = 4;
     ultraGridColumn6.Header.VisiblePosition  = 5;
     ultraGridColumn7.Header.Caption          = "ContactName";
     ultraGridColumn7.Header.VisiblePosition  = 6;
     ultraGridColumn8.Header.VisiblePosition  = 7;
     ultraGridColumn9.Header.Caption          = "Email";
     ultraGridColumn9.Header.VisiblePosition  = 8;
     ultraGridColumn10.Header.VisiblePosition = 9;
     ultraGridColumn10.Hidden                 = true;
     ultraGridColumn11.Header.VisiblePosition = 10;
     ultraGridBand1.Columns.AddRange(new object[] {
         ultraGridColumn1,
         ultraGridColumn2,
         ultraGridColumn3,
         ultraGridColumn4,
         ultraGridColumn5,
         ultraGridColumn6,
         ultraGridColumn7,
         ultraGridColumn8,
         ultraGridColumn9,
         ultraGridColumn10,
         ultraGridColumn11
     });
     ultraGridBand1.Override.AllowAddNew      = Infragistics.Win.UltraWinGrid.AllowAddNew.Yes;
     ultraGridBand1.Override.AllowColSwapping = Infragistics.Win.UltraWinGrid.AllowColSwapping.NotAllowed;
     ultraGridBand1.Override.AllowDelete      = Infragistics.Win.DefaultableBoolean.True;
     ultraGridBand1.Override.AllowGroupBy     = Infragistics.Win.DefaultableBoolean.False;
     appearance4.FontData.BoldAsString        = "True";
     appearance4.FontData.SizeInPoints        = 10F;
     appearance4.Image = ((object)(resources.GetObject("appearance4.Image")));
     appearance4.TextHAlignAsString = "Left";
     ultraGridBand1.Override.CardCaptionAppearance = appearance4;
     ultraGridBand1.Override.CardSpacing           = 5;
     ultraGridBand1.Override.CellSpacing           = 0;
     appearance5.TextHAlignAsString           = "Right";
     ultraGridBand1.Override.HeaderAppearance = appearance5;
     this.ultraGridSuppliers.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.ultraGridSuppliers.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
     appearance15.TextVAlignAsString = "Middle";
     this.ultraGridSuppliers.DisplayLayout.CaptionAppearance = appearance15;
     this.ultraGridSuppliers.DisplayLayout.CaptionVisible    = Infragistics.Win.DefaultableBoolean.False;
     appearance16.BackColor         = System.Drawing.SystemColors.ActiveBorder;
     appearance16.BackColor2        = System.Drawing.SystemColors.ControlDark;
     appearance16.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance16.BorderColor       = System.Drawing.SystemColors.Window;
     this.ultraGridSuppliers.DisplayLayout.GroupByBox.Appearance = appearance16;
     appearance17.ForeColor = System.Drawing.SystemColors.GrayText;
     this.ultraGridSuppliers.DisplayLayout.GroupByBox.BandLabelAppearance = appearance17;
     this.ultraGridSuppliers.DisplayLayout.GroupByBox.BorderStyle         = Infragistics.Win.UIElementBorderStyle.None;
     appearance18.BackColor         = System.Drawing.SystemColors.ControlLightLight;
     appearance18.BackColor2        = System.Drawing.SystemColors.Control;
     appearance18.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
     appearance18.ForeColor         = System.Drawing.SystemColors.GrayText;
     this.ultraGridSuppliers.DisplayLayout.GroupByBox.PromptAppearance = appearance18;
     this.ultraGridSuppliers.DisplayLayout.MaxColScrollRegions         = 1;
     this.ultraGridSuppliers.DisplayLayout.MaxRowScrollRegions         = 1;
     appearance19.BackColor = System.Drawing.SystemColors.Window;
     appearance19.ForeColor = System.Drawing.SystemColors.ControlText;
     this.ultraGridSuppliers.DisplayLayout.Override.ActiveCellAppearance = appearance19;
     appearance20.BackColor = System.Drawing.SystemColors.Highlight;
     appearance20.ForeColor = System.Drawing.SystemColors.HighlightText;
     this.ultraGridSuppliers.DisplayLayout.Override.ActiveRowAppearance = appearance20;
     this.ultraGridSuppliers.DisplayLayout.Override.AllowAddNew         = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
     this.ultraGridSuppliers.DisplayLayout.Override.AllowUpdate         = Infragistics.Win.DefaultableBoolean.True;
     appearance21.BackColor = System.Drawing.SystemColors.Window;
     this.ultraGridSuppliers.DisplayLayout.Override.CardAreaAppearance = appearance21;
     appearance22.BackColor    = System.Drawing.SystemColors.Window;
     appearance22.BorderColor  = System.Drawing.Color.Silver;
     appearance22.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
     this.ultraGridSuppliers.DisplayLayout.Override.CellAppearance  = appearance22;
     this.ultraGridSuppliers.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.ultraGridSuppliers.DisplayLayout.Override.CellPadding     = 0;
     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.ultraGridSuppliers.DisplayLayout.Override.GroupByRowAppearance = appearance23;
     appearance24.TextHAlignAsString = "Left";
     this.ultraGridSuppliers.DisplayLayout.Override.HeaderAppearance  = appearance24;
     this.ultraGridSuppliers.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.ultraGridSuppliers.DisplayLayout.Override.HeaderStyle       = Infragistics.Win.HeaderStyle.WindowsXPCommand;
     appearance25.BackColor   = System.Drawing.SystemColors.Window;
     appearance25.BorderColor = System.Drawing.Color.Silver;
     this.ultraGridSuppliers.DisplayLayout.Override.RowAppearance = appearance25;
     this.ultraGridSuppliers.DisplayLayout.Override.RowSelectors  = Infragistics.Win.DefaultableBoolean.False;
     appearance26.BackColor = System.Drawing.SystemColors.Window;
     this.ultraGridSuppliers.DisplayLayout.Override.SelectedCellAppearance = appearance26;
     this.ultraGridSuppliers.DisplayLayout.Override.SelectTypeRow          = Infragistics.Win.UltraWinGrid.SelectType.Single;
     appearance27.BackColor = System.Drawing.SystemColors.ControlLight;
     this.ultraGridSuppliers.DisplayLayout.Override.TemplateAddRowAppearance = appearance27;
     this.ultraGridSuppliers.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.ultraGridSuppliers.DisplayLayout.ScrollStyle  = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     valueListItem1.DataValue   = 0;
     valueListItem1.DisplayText = "Administrator";
     valueListItem2.DataValue   = 0;
     valueListItem2.DisplayText = "Auditor";
     valueListItem3.DataValue   = 0;
     valueListItem3.DisplayText = "Read-Only";
     valueList1.ValueListItems.AddRange(new Infragistics.Win.ValueListItem[] {
         valueListItem1,
         valueListItem2,
         valueListItem3
     });
     this.ultraGridSuppliers.DisplayLayout.ValueLists.AddRange(new Infragistics.Win.ValueList[] {
         valueList1
     });
     this.ultraGridSuppliers.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.ultraGridSuppliers.Font               = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ultraGridSuppliers.Location           = new System.Drawing.Point(0, 0);
     this.ultraGridSuppliers.Name               = "ultraGridSuppliers";
     this.ultraGridSuppliers.Size               = new System.Drawing.Size(817, 391);
     this.ultraGridSuppliers.TabIndex           = 0;
     this.ultraGridSuppliers.Text               = "ultraGrid1";
     this.ultraGridSuppliers.MouseDown         += new System.Windows.Forms.MouseEventHandler(this.ultraGridSuppliers_MouseDown);
     this.ultraGridSuppliers.InitializeLayout  += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.ultraGridSuppliers_InitializeLayout);
     this.ultraGridSuppliers.AfterSelectChange += new Infragistics.Win.UltraWinGrid.AfterSelectChangeEventHandler(this.ultraGridSuppliers_AfterSelectChange);
     this.ultraGridSuppliers.BeforeRowsDeleted += new Infragistics.Win.UltraWinGrid.BeforeRowsDeletedEventHandler(this.ultraGridSuppliers_BeforeRowsDeleted);
     this.ultraGridSuppliers.AfterCellUpdate   += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGridSuppliers_AfterCellUpdate);
     this.ultraGridSuppliers.DoubleClickRow    += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.ultraGridSuppliers_DoubleClickRow);
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.newUserToolStripMenuItem,
         this.deleteUserToolStripMenuItem,
         this.editSupplierToolStripMenuItem
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(158, 70);
     //
     // newUserToolStripMenuItem
     //
     this.newUserToolStripMenuItem.Image  = global::Layton.AuditWizard.Administration.Properties.Resources.useradd_16;
     this.newUserToolStripMenuItem.Name   = "newUserToolStripMenuItem";
     this.newUserToolStripMenuItem.Size   = new System.Drawing.Size(157, 22);
     this.newUserToolStripMenuItem.Text   = "&New Supplier";
     this.newUserToolStripMenuItem.Click += new System.EventHandler(this.newSupplierToolStripMenuItem_Click);
     //
     // deleteUserToolStripMenuItem
     //
     this.deleteUserToolStripMenuItem.Image  = global::Layton.AuditWizard.Administration.Properties.Resources.userdelete_16;
     this.deleteUserToolStripMenuItem.Name   = "deleteUserToolStripMenuItem";
     this.deleteUserToolStripMenuItem.Size   = new System.Drawing.Size(157, 22);
     this.deleteUserToolStripMenuItem.Text   = "&Delete Supplier";
     this.deleteUserToolStripMenuItem.Click += new System.EventHandler(this.deleteSupplierToolStripMenuItem_Click);
     //
     // editSupplierToolStripMenuItem
     //
     this.editSupplierToolStripMenuItem.Image  = global::Layton.AuditWizard.Administration.Properties.Resources.useredit_16;
     this.editSupplierToolStripMenuItem.Name   = "editSupplierToolStripMenuItem";
     this.editSupplierToolStripMenuItem.Size   = new System.Drawing.Size(157, 22);
     this.editSupplierToolStripMenuItem.Text   = "&Edit Supplier";
     this.editSupplierToolStripMenuItem.Click += new System.EventHandler(this.editSupplierToolStripMenuItem_Click);
     //
     // suppliersDataSet
     //
     this.suppliersDataSet.DataSetName = "NewDataSet";
     this.suppliersDataSet.Tables.AddRange(new System.Data.DataTable[] {
         this.suppliersTable
     });
     //
     // suppliersTable
     //
     this.suppliersTable.Columns.AddRange(new System.Data.DataColumn[] {
         this.dataColumn1,
         this.firstName,
         this.dataColumn3,
         this.dataColumn4,
         this.dataColumn5,
         this.dataColumn2,
         this.dataColumn6,
         this.dataColumn7,
         this.dataColumn8,
         this.dataColumn9,
         this.dataColumn10
     });
     this.suppliersTable.TableName = "SuppliersTable";
     //
     // firstName
     //
     this.firstName.Caption    = "Address Line 1";
     this.firstName.ColumnName = "addressline1";
     //
     // dataColumn3
     //
     this.dataColumn3.Caption    = "Address Line 2";
     this.dataColumn3.ColumnName = "addressline2";
     //
     // dataColumn4
     //
     this.dataColumn4.Caption    = "City";
     this.dataColumn4.ColumnName = "city";
     //
     // dataColumn5
     //
     this.dataColumn5.Caption    = "State";
     this.dataColumn5.ColumnName = "state";
     //
     // dataColumn2
     //
     this.dataColumn2.Caption    = "Zip";
     this.dataColumn2.ColumnName = "zip";
     //
     // dataColumn6
     //
     this.dataColumn6.ColumnName = "contactname";
     //
     // dataColumn7
     //
     this.dataColumn7.Caption    = "Telephone";
     this.dataColumn7.ColumnName = "telephone";
     //
     // dataColumn8
     //
     this.dataColumn8.ColumnName = "email";
     //
     // dataColumn9
     //
     this.dataColumn9.Caption    = "Name";
     this.dataColumn9.ColumnName = "name";
     //
     // dataColumn10
     //
     this.dataColumn10.Caption    = "Fax";
     this.dataColumn10.ColumnName = "fax";
     //
     // activityTabPage
     //
     this.activityTabPage.Controls.Add(this.emailButton);
     this.activityTabPage.Controls.Add(this.advancedButton);
     this.activityTabPage.Controls.Add(this.smtpTextBox);
     this.activityTabPage.Controls.Add(this.label3);
     this.activityTabPage.Controls.Add(this.emailTextBox);
     this.activityTabPage.Controls.Add(this.label2);
     this.activityTabPage.Controls.Add(this.neverRadioButton);
     this.activityTabPage.Controls.Add(this.monthlyRadioButton);
     this.activityTabPage.Controls.Add(this.label1);
     this.activityTabPage.Controls.Add(this.weeklyRadioButton);
     this.activityTabPage.Controls.Add(this.dailyRadioButton);
     this.activityTabPage.Controls.Add(this.instructionLabel);
     this.activityTabPage.Controls.Add(this.footerPictureBox);
     this.activityTabPage.Location = new System.Drawing.Point(-10000, -10000);
     this.activityTabPage.Name     = "activityTabPage";
     this.activityTabPage.Size     = new System.Drawing.Size(825, 535);
     //
     // emailButton
     //
     this.emailButton.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.emailButton.BackColor = System.Drawing.Color.Transparent;
     this.emailButton.Location  = new System.Drawing.Point(316, 175);
     this.emailButton.Name      = "emailButton";
     this.emailButton.Size      = new System.Drawing.Size(75, 23);
     this.emailButton.TabIndex  = 29;
     this.emailButton.Text      = "Send Email";
     this.emailButton.UseVisualStyleBackColor = false;
     //
     // advancedButton
     //
     this.advancedButton.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.advancedButton.BackColor = System.Drawing.Color.Transparent;
     this.advancedButton.Location  = new System.Drawing.Point(397, 175);
     this.advancedButton.Name      = "advancedButton";
     this.advancedButton.Size      = new System.Drawing.Size(75, 23);
     this.advancedButton.TabIndex  = 28;
     this.advancedButton.Text      = "Advanced";
     this.advancedButton.UseVisualStyleBackColor = false;
     //
     // smtpTextBox
     //
     this.smtpTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.smtpTextBox.Location = new System.Drawing.Point(98, 149);
     this.smtpTextBox.Name     = "smtpTextBox";
     this.smtpTextBox.Size     = new System.Drawing.Size(374, 20);
     this.smtpTextBox.TabIndex = 27;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(13, 152);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(65, 13);
     this.label3.TabIndex = 26;
     this.label3.Text     = "SMTP Host:";
     //
     // emailTextBox
     //
     this.emailTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.emailTextBox.Location = new System.Drawing.Point(98, 123);
     this.emailTextBox.Name     = "emailTextBox";
     this.emailTextBox.Size     = new System.Drawing.Size(374, 20);
     this.emailTextBox.TabIndex = 25;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(13, 126);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(76, 13);
     this.label2.TabIndex = 24;
     this.label2.Text     = "Email Address:";
     //
     // neverRadioButton
     //
     this.neverRadioButton.AutoSize  = true;
     this.neverRadioButton.BackColor = System.Drawing.Color.Transparent;
     this.neverRadioButton.Location  = new System.Drawing.Point(267, 79);
     this.neverRadioButton.Name      = "neverRadioButton";
     this.neverRadioButton.Size      = new System.Drawing.Size(54, 17);
     this.neverRadioButton.TabIndex  = 23;
     this.neverRadioButton.Text      = "Never";
     this.neverRadioButton.UseVisualStyleBackColor = false;
     //
     // monthlyRadioButton
     //
     this.monthlyRadioButton.AutoSize  = true;
     this.monthlyRadioButton.BackColor = System.Drawing.Color.Transparent;
     this.monthlyRadioButton.Location  = new System.Drawing.Point(204, 79);
     this.monthlyRadioButton.Name      = "monthlyRadioButton";
     this.monthlyRadioButton.Size      = new System.Drawing.Size(62, 17);
     this.monthlyRadioButton.TabIndex  = 22;
     this.monthlyRadioButton.Text      = "Monthly";
     this.monthlyRadioButton.UseVisualStyleBackColor = false;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(13, 81);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(60, 13);
     this.label1.TabIndex = 21;
     this.label1.Text     = "Frequency:";
     //
     // weeklyRadioButton
     //
     this.weeklyRadioButton.AutoSize  = true;
     this.weeklyRadioButton.BackColor = System.Drawing.Color.Transparent;
     this.weeklyRadioButton.Location  = new System.Drawing.Point(139, 79);
     this.weeklyRadioButton.Name      = "weeklyRadioButton";
     this.weeklyRadioButton.Size      = new System.Drawing.Size(61, 17);
     this.weeklyRadioButton.TabIndex  = 20;
     this.weeklyRadioButton.Text      = "Weekly";
     this.weeklyRadioButton.UseVisualStyleBackColor = false;
     //
     // dailyRadioButton
     //
     this.dailyRadioButton.AutoSize  = true;
     this.dailyRadioButton.BackColor = System.Drawing.Color.Transparent;
     this.dailyRadioButton.Checked   = true;
     this.dailyRadioButton.Location  = new System.Drawing.Point(85, 79);
     this.dailyRadioButton.Name      = "dailyRadioButton";
     this.dailyRadioButton.Size      = new System.Drawing.Size(48, 17);
     this.dailyRadioButton.TabIndex  = 19;
     this.dailyRadioButton.TabStop   = true;
     this.dailyRadioButton.Text      = "Daily";
     this.dailyRadioButton.UseVisualStyleBackColor = false;
     //
     // instructionLabel
     //
     this.instructionLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.instructionLabel.Font     = new System.Drawing.Font("Verdana", 8.25F);
     this.instructionLabel.Location = new System.Drawing.Point(16, 14);
     this.instructionLabel.Name     = "instructionLabel";
     this.instructionLabel.Size     = new System.Drawing.Size(793, 69);
     this.instructionLabel.TabIndex = 17;
     this.instructionLabel.Text     = resources.GetString("instructionLabel.Text");
     //
     // footerPictureBox
     //
     this.footerPictureBox.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.footerPictureBox.BackColor = System.Drawing.Color.Transparent;
     this.footerPictureBox.Image     = global::Layton.AuditWizard.Administration.Properties.Resources.email_settings_footer;
     this.footerPictureBox.Location  = new System.Drawing.Point(510, 440);
     this.footerPictureBox.Name      = "footerPictureBox";
     this.footerPictureBox.Size      = new System.Drawing.Size(312, 92);
     this.footerPictureBox.TabIndex  = 7;
     this.footerPictureBox.TabStop   = false;
     //
     // generalTabControl
     //
     this.generalTabControl.Controls.Add(this.ultraTabSharedControlsPage1);
     this.generalTabControl.Controls.Add(this.ultraTabPageControl1);
     this.generalTabControl.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.generalTabControl.Location           = new System.Drawing.Point(0, 80);
     this.generalTabControl.Name               = "generalTabControl";
     this.generalTabControl.SharedControlsPage = this.ultraTabSharedControlsPage1;
     this.generalTabControl.Size               = new System.Drawing.Size(817, 420);
     this.generalTabControl.Style              = Infragistics.Win.UltraWinTabControl.UltraTabControlStyle.Wizard;
     this.generalTabControl.TabIndex           = 3;
     this.generalTabControl.TabOrientation     = Infragistics.Win.UltraWinTabs.TabOrientation.TopLeft;
     ultraTab1.TabPage = this.ultraTabPageControl1;
     ultraTab1.Text    = "User Accounts";
     this.generalTabControl.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
         ultraTab1
     });
     //
     // ultraTabSharedControlsPage1
     //
     this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraTabSharedControlsPage1.Name     = "ultraTabSharedControlsPage1";
     this.ultraTabSharedControlsPage1.Size     = new System.Drawing.Size(817, 420);
     //
     // headerGroupBox
     //
     this.headerGroupBox.Controls.Add(this.headerLabel);
     this.headerGroupBox.Dock      = System.Windows.Forms.DockStyle.Top;
     this.headerGroupBox.Location  = new System.Drawing.Point(0, 0);
     this.headerGroupBox.Name      = "headerGroupBox";
     this.headerGroupBox.Size      = new System.Drawing.Size(817, 80);
     this.headerGroupBox.TabIndex  = 7;
     this.headerGroupBox.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // headerLabel
     //
     appearance1.BackColor          = System.Drawing.Color.Transparent;
     appearance1.Image              = global::Layton.AuditWizard.Administration.Properties.Resources.supplier_72;
     appearance1.ImageVAlign        = Infragistics.Win.VAlign.Middle;
     appearance1.TextHAlignAsString = "Center";
     appearance1.TextVAlignAsString = "Middle";
     this.headerLabel.Appearance    = appearance1;
     this.headerLabel.Font          = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.headerLabel.ImageSize     = new System.Drawing.Size(72, 72);
     this.headerLabel.Location      = new System.Drawing.Point(7, 5);
     this.headerLabel.Name          = "headerLabel";
     this.headerLabel.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.headerLabel.Size          = new System.Drawing.Size(177, 72);
     this.headerLabel.TabIndex      = 5;
     this.headerLabel.Text          = "Suppliers";
     //
     // splitContainer1
     //
     this.splitContainer1.Dock        = System.Windows.Forms.DockStyle.Fill;
     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.ultraGridSuppliers);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.bnEditSupplier);
     this.splitContainer1.Panel2.Controls.Add(this.bnNewSupplier);
     this.splitContainer1.Panel2.Controls.Add(this.bnDeleteSupplier);
     this.splitContainer1.Size             = new System.Drawing.Size(817, 420);
     this.splitContainer1.SplitterDistance = 391;
     this.splitContainer1.TabIndex         = 1;
     //
     // bnEditSupplier
     //
     this.bnEditSupplier.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.bnEditSupplier.Enabled     = false;
     this.bnEditSupplier.Image       = global::Layton.AuditWizard.Administration.Properties.Resources.Edit;
     this.bnEditSupplier.Location    = new System.Drawing.Point(54, 2);
     this.bnEditSupplier.MaximumSize = new System.Drawing.Size(24, 24);
     this.bnEditSupplier.MinimumSize = new System.Drawing.Size(24, 24);
     this.bnEditSupplier.Name        = "bnEditSupplier";
     this.bnEditSupplier.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.bnEditSupplier.Size        = new System.Drawing.Size(24, 24);
     this.bnEditSupplier.TabIndex    = 10;
     this.toolTip1.SetToolTip(this.bnEditSupplier, "Edit supplier");
     this.bnEditSupplier.UseVisualStyleBackColor = true;
     this.bnEditSupplier.Click += new System.EventHandler(this.bnEditSupplier_Click);
     //
     // bnNewSupplier
     //
     this.bnNewSupplier.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bnNewSupplier.Image       = global::Layton.AuditWizard.Administration.Properties.Resources.add16;
     this.bnNewSupplier.Location    = new System.Drawing.Point(4, 2);
     this.bnNewSupplier.MaximumSize = new System.Drawing.Size(24, 24);
     this.bnNewSupplier.MinimumSize = new System.Drawing.Size(24, 24);
     this.bnNewSupplier.Name        = "bnNewSupplier";
     this.bnNewSupplier.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.bnNewSupplier.Size        = new System.Drawing.Size(24, 24);
     this.bnNewSupplier.TabIndex    = 8;
     this.toolTip1.SetToolTip(this.bnNewSupplier, "Add new supplier");
     this.bnNewSupplier.UseVisualStyleBackColor = true;
     this.bnNewSupplier.Click += new System.EventHandler(this.bnNewSupplier_Click);
     //
     // bnDeleteSupplier
     //
     this.bnDeleteSupplier.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.bnDeleteSupplier.Image       = global::Layton.AuditWizard.Administration.Properties.Resources.Delete;
     this.bnDeleteSupplier.Location    = new System.Drawing.Point(29, 2);
     this.bnDeleteSupplier.MaximumSize = new System.Drawing.Size(24, 24);
     this.bnDeleteSupplier.MinimumSize = new System.Drawing.Size(24, 24);
     this.bnDeleteSupplier.Name        = "bnDeleteSupplier";
     this.bnDeleteSupplier.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.bnDeleteSupplier.Size        = new System.Drawing.Size(24, 24);
     this.bnDeleteSupplier.TabIndex    = 9;
     this.toolTip1.SetToolTip(this.bnDeleteSupplier, "Delete supplier");
     this.bnDeleteSupplier.UseVisualStyleBackColor = true;
     this.bnDeleteSupplier.Click += new System.EventHandler(this.bnDeleteSupplier_Click);
     //
     // dataColumn1
     //
     this.dataColumn1.ColumnName = "SupplierObject";
     this.dataColumn1.DataType   = typeof(object);
     //
     // SuppliersTabView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.Controls.Add(this.generalTabControl);
     this.Controls.Add(this.headerGroupBox);
     this.Font = new System.Drawing.Font("Verdana", 8.25F);
     this.Name = "SuppliersTabView";
     this.Size = new System.Drawing.Size(817, 500);
     this.ultraTabPageControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGridSuppliers)).EndInit();
     this.contextMenuStrip1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.suppliersDataSet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.suppliersTable)).EndInit();
     this.activityTabPage.ResumeLayout(false);
     this.activityTabPage.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.footerPictureBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.generalTabControl)).EndInit();
     this.generalTabControl.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.headerGroupBox)).EndInit();
     this.headerGroupBox.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
        /// <summary> 
        /// Metodo necessario per il supporto della finestra di progettazione. Non modificare 
        /// il contenuto del metodo con l'editor di codice.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("TariffaRiscaldamentoAcquaDTO", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DataFineValidita");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneCondominio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdCondominio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Importo");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ExtensionData");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DisplayName");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FrequentlyAccessed");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsDeleteAllow");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Stato");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Version");
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("ParametriAddebitoMovimento", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ExtensionData");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Descrizione");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Id");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdConto");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdSottoConto");
            Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RipartoBolletteUC));
            this.lblTipo = new Infragistics.Win.Misc.UltraLabel();
            this.tipiUtenza = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.tipoUtenzaDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.btnConferma = new Infragistics.Win.Misc.UltraButton();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.panelButtons = new System.Windows.Forms.Panel();
            this.btnAnnulla = new Infragistics.Win.Misc.UltraButton();
            this.panelTipoUtenza = new System.Windows.Forms.Panel();
            this.acquaCaldaPanel = new Infragistics.Win.Misc.UltraGroupBox();
            this.descrizioneMovimentoRiscaldamento = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.dataRegistrazione = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.lblDataRegistrazione = new Infragistics.Win.Misc.UltraLabel();
            this.tariffaAcquaCalda = new Infragistics.Win.UltraWinGrid.UltraCombo();
            this.tariffaRiscaldamentoAcquaDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.lblTariffaAcquaCalda = new Infragistics.Win.Misc.UltraLabel();
            this.lblContoAccreditoRiscaldamento = new Infragistics.Win.Misc.UltraLabel();
            this.contoAccreditoRiscaldamento = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.contoDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.lblContoAddebitoAcqua = new Infragistics.Win.Misc.UltraLabel();
            this.contoAddebitoAcqua = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.descrizioneMovimentoAcqua = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblDescrizioneMovimento = new Infragistics.Win.Misc.UltraLabel();
            this.acquaFreddaPanel = new Infragistics.Win.Misc.UltraGroupBox();
            this.tariffaAcquaFredda = new Infragistics.Win.UltraWinEditors.UltraCurrencyEditor();
            this.lblTariffaAcquaFredda = new Infragistics.Win.Misc.UltraLabel();
            this.condominialePanel = new Infragistics.Win.Misc.UltraGroupBox();
            this.listaContatoriCondominiali = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.parametriAddebitoMovimentoBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.spaloGroup = new Infragistics.Win.Misc.UltraGroupBox();
            this.contoRipartoSpalo = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.lblRipartoSpalo = new Infragistics.Win.Misc.UltraLabel();
            this.ripartoSpalo = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
            this.reqTipoUtenza = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.validationSummary1 = new Gipasoft.Windows.Forms.CustomValidation.ValidationSummary(this.components);
            this.contoSpaloValidator = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            this.acquaCaldaValidator = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            this.reqTariffaAcquaFredda = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.contatoreCondominialeValidator = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            this.dataRegistrazioneValidator = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            ((System.ComponentModel.ISupportInitialize)(this.tipiUtenza)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoUtenzaDTOBindingSource)).BeginInit();
            this.tableLayoutPanel1.SuspendLayout();
            this.panelButtons.SuspendLayout();
            this.panelTipoUtenza.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.acquaCaldaPanel)).BeginInit();
            this.acquaCaldaPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.descrizioneMovimentoRiscaldamento)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataRegistrazione)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tariffaAcquaCalda)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tariffaRiscaldamentoAcquaDTOBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.contoAccreditoRiscaldamento)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.contoDTOBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.contoAddebitoAcqua)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.descrizioneMovimentoAcqua)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.acquaFreddaPanel)).BeginInit();
            this.acquaFreddaPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tariffaAcquaFredda)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.condominialePanel)).BeginInit();
            this.condominialePanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.listaContatoriCondominiali)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.parametriAddebitoMovimentoBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.spaloGroup)).BeginInit();
            this.spaloGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.contoRipartoSpalo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ripartoSpalo)).BeginInit();
            this.SuspendLayout();
            // 
            // lblTipo
            // 
            this.lblTipo.Location = new System.Drawing.Point(4, 7);
            this.lblTipo.Name = "lblTipo";
            this.lblTipo.Size = new System.Drawing.Size(39, 23);
            this.lblTipo.TabIndex = 1061;
            this.lblTipo.Text = "Tipo";
            // 
            // tipiUtenza
            // 
            this.tipiUtenza.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            this.tipiUtenza.DataSource = this.tipoUtenzaDTOBindingSource;
            this.tipiUtenza.DisplayMember = "DisplayName";
            this.tipiUtenza.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.tipiUtenza.Location = new System.Drawing.Point(49, 3);
            this.tipiUtenza.Name = "tipiUtenza";
            this.tipiUtenza.Size = new System.Drawing.Size(263, 21);
            this.tipiUtenza.TabIndex = 1062;
            this.tipiUtenza.ValueMember = "ID";
            this.tipiUtenza.ValueChanged += new System.EventHandler(this.tipiUtenzaValueChanged);
            // 
            // tipoUtenzaDTOBindingSource
            // 
            this.tipoUtenzaDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.TipoUtenzaDTO);
            // 
            // btnConferma
            // 
            this.btnConferma.Location = new System.Drawing.Point(0, 1);
            this.btnConferma.Name = "btnConferma";
            this.btnConferma.Size = new System.Drawing.Size(75, 23);
            this.btnConferma.TabIndex = 1063;
            this.btnConferma.Text = "Conferma";
            this.btnConferma.Click += new System.EventHandler(this.btnConfermaClick);
            // 
            // 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.panelButtons, 0, 5);
            this.tableLayoutPanel1.Controls.Add(this.panelTipoUtenza, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.acquaCaldaPanel, 0, 3);
            this.tableLayoutPanel1.Controls.Add(this.acquaFreddaPanel, 0, 1);
            this.tableLayoutPanel1.Controls.Add(this.condominialePanel, 0, 4);
            this.tableLayoutPanel1.Controls.Add(this.spaloGroup, 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 = 6;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
            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());
            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(849, 516);
            this.tableLayoutPanel1.TabIndex = 1064;
            // 
            // panelButtons
            // 
            this.panelButtons.Controls.Add(this.btnAnnulla);
            this.panelButtons.Controls.Add(this.btnConferma);
            this.panelButtons.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelButtons.Location = new System.Drawing.Point(3, 473);
            this.panelButtons.Name = "panelButtons";
            this.panelButtons.Size = new System.Drawing.Size(843, 40);
            this.panelButtons.TabIndex = 0;
            // 
            // btnAnnulla
            // 
            this.btnAnnulla.Location = new System.Drawing.Point(81, 1);
            this.btnAnnulla.Name = "btnAnnulla";
            this.btnAnnulla.Size = new System.Drawing.Size(75, 23);
            this.btnAnnulla.TabIndex = 1064;
            this.btnAnnulla.Text = "Annulla";
            this.btnAnnulla.Click += new System.EventHandler(this.btnAnnullaClick);
            // 
            // panelTipoUtenza
            // 
            this.panelTipoUtenza.Controls.Add(this.tipiUtenza);
            this.panelTipoUtenza.Controls.Add(this.lblTipo);
            this.panelTipoUtenza.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelTipoUtenza.Location = new System.Drawing.Point(3, 3);
            this.panelTipoUtenza.Name = "panelTipoUtenza";
            this.panelTipoUtenza.Size = new System.Drawing.Size(843, 29);
            this.panelTipoUtenza.TabIndex = 1;
            // 
            // acquaCaldaPanel
            // 
            this.acquaCaldaPanel.Controls.Add(this.descrizioneMovimentoRiscaldamento);
            this.acquaCaldaPanel.Controls.Add(this.dataRegistrazione);
            this.acquaCaldaPanel.Controls.Add(this.lblDataRegistrazione);
            this.acquaCaldaPanel.Controls.Add(this.tariffaAcquaCalda);
            this.acquaCaldaPanel.Controls.Add(this.lblTariffaAcquaCalda);
            this.acquaCaldaPanel.Controls.Add(this.lblContoAccreditoRiscaldamento);
            this.acquaCaldaPanel.Controls.Add(this.contoAccreditoRiscaldamento);
            this.acquaCaldaPanel.Controls.Add(this.lblContoAddebitoAcqua);
            this.acquaCaldaPanel.Controls.Add(this.contoAddebitoAcqua);
            this.acquaCaldaPanel.Controls.Add(this.descrizioneMovimentoAcqua);
            this.acquaCaldaPanel.Controls.Add(this.lblDescrizioneMovimento);
            this.acquaCaldaPanel.Location = new System.Drawing.Point(3, 146);
            this.acquaCaldaPanel.Name = "acquaCaldaPanel";
            this.acquaCaldaPanel.Size = new System.Drawing.Size(648, 125);
            this.acquaCaldaPanel.TabIndex = 2;
            this.acquaCaldaPanel.Text = "Acqua Calda";
            // 
            // descrizioneMovimentoRiscaldamento
            // 
            this.descrizioneMovimentoRiscaldamento.Location = new System.Drawing.Point(353, 69);
            this.descrizioneMovimentoRiscaldamento.Name = "descrizioneMovimentoRiscaldamento";
            this.descrizioneMovimentoRiscaldamento.Size = new System.Drawing.Size(289, 21);
            this.descrizioneMovimentoRiscaldamento.TabIndex = 10;
            // 
            // dataRegistrazione
            // 
            this.dataRegistrazione.Location = new System.Drawing.Point(546, 98);
            this.dataRegistrazione.Name = "dataRegistrazione";
            this.dataRegistrazione.Size = new System.Drawing.Size(96, 21);
            this.dataRegistrazione.TabIndex = 9;
            // 
            // lblDataRegistrazione
            // 
            this.lblDataRegistrazione.Location = new System.Drawing.Point(438, 102);
            this.lblDataRegistrazione.Name = "lblDataRegistrazione";
            this.lblDataRegistrazione.Size = new System.Drawing.Size(102, 23);
            this.lblDataRegistrazione.TabIndex = 8;
            this.lblDataRegistrazione.Text = "Data Registrazione";
            // 
            // tariffaAcquaCalda
            // 
            this.tariffaAcquaCalda.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.SuggestAppend;
            this.tariffaAcquaCalda.DataSource = this.tariffaRiscaldamentoAcquaDTOBindingSource;
            ultraGridColumn6.Header.Caption = "Valida Al";
            ultraGridColumn6.Header.VisiblePosition = 1;
            ultraGridColumn7.Header.VisiblePosition = 2;
            ultraGridColumn7.Hidden = true;
            ultraGridColumn8.Header.VisiblePosition = 3;
            ultraGridColumn8.Hidden = true;
            ultraGridColumn9.Header.VisiblePosition = 0;
            ultraGridColumn10.Header.VisiblePosition = 4;
            ultraGridColumn10.Hidden = true;
            ultraGridColumn11.Header.VisiblePosition = 5;
            ultraGridColumn11.Hidden = true;
            ultraGridColumn17.Header.VisiblePosition = 6;
            ultraGridColumn17.Hidden = true;
            ultraGridColumn18.Header.VisiblePosition = 7;
            ultraGridColumn18.Hidden = true;
            ultraGridColumn19.Header.VisiblePosition = 8;
            ultraGridColumn19.Hidden = true;
            ultraGridColumn20.Header.VisiblePosition = 9;
            ultraGridColumn20.Hidden = true;
            ultraGridColumn21.Header.VisiblePosition = 10;
            ultraGridColumn21.Hidden = true;
            ultraGridBand1.Columns.AddRange(new object[] {
            ultraGridColumn6,
            ultraGridColumn7,
            ultraGridColumn8,
            ultraGridColumn9,
            ultraGridColumn10,
            ultraGridColumn11,
            ultraGridColumn17,
            ultraGridColumn18,
            ultraGridColumn19,
            ultraGridColumn20,
            ultraGridColumn21});
            this.tariffaAcquaCalda.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
            this.tariffaAcquaCalda.DisplayMember = "Importo";
            this.tariffaAcquaCalda.DropDownStyle = Infragistics.Win.UltraWinGrid.UltraComboStyle.DropDownList;
            this.tariffaAcquaCalda.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.tariffaAcquaCalda.Location = new System.Drawing.Point(126, 96);
            this.tariffaAcquaCalda.Name = "tariffaAcquaCalda";
            this.tariffaAcquaCalda.Size = new System.Drawing.Size(221, 22);
            this.tariffaAcquaCalda.TabIndex = 7;
            this.tariffaAcquaCalda.ValueMember = "Importo";
            // 
            // tariffaRiscaldamentoAcquaDTOBindingSource
            // 
            this.tariffaRiscaldamentoAcquaDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.TariffaRiscaldamentoAcquaDTO);
            // 
            // lblTariffaAcquaCalda
            // 
            this.lblTariffaAcquaCalda.Location = new System.Drawing.Point(6, 102);
            this.lblTariffaAcquaCalda.Name = "lblTariffaAcquaCalda";
            this.lblTariffaAcquaCalda.Size = new System.Drawing.Size(114, 23);
            this.lblTariffaAcquaCalda.TabIndex = 6;
            this.lblTariffaAcquaCalda.Text = "Tariffa Acqua Calda";
            // 
            // lblContoAccreditoRiscaldamento
            // 
            this.lblContoAccreditoRiscaldamento.Location = new System.Drawing.Point(6, 73);
            this.lblContoAccreditoRiscaldamento.Name = "lblContoAccreditoRiscaldamento";
            this.lblContoAccreditoRiscaldamento.Size = new System.Drawing.Size(114, 23);
            this.lblContoAccreditoRiscaldamento.TabIndex = 5;
            this.lblContoAccreditoRiscaldamento.Text = "Conto Riscaldamento";
            // 
            // contoAccreditoRiscaldamento
            // 
            this.contoAccreditoRiscaldamento.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.SuggestAppend;
            this.contoAccreditoRiscaldamento.DataSource = this.contoDTOBindingSource;
            this.contoAccreditoRiscaldamento.DisplayMember = "Descrizione";
            this.contoAccreditoRiscaldamento.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.contoAccreditoRiscaldamento.Location = new System.Drawing.Point(126, 69);
            this.contoAccreditoRiscaldamento.Name = "contoAccreditoRiscaldamento";
            this.contoAccreditoRiscaldamento.Size = new System.Drawing.Size(221, 21);
            this.contoAccreditoRiscaldamento.TabIndex = 4;
            this.contoAccreditoRiscaldamento.ValueMember = "ID";
            // 
            // contoDTOBindingSource
            // 
            this.contoDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.ContoDTO);
            // 
            // lblContoAddebitoAcqua
            // 
            this.lblContoAddebitoAcqua.Location = new System.Drawing.Point(6, 46);
            this.lblContoAddebitoAcqua.Name = "lblContoAddebitoAcqua";
            this.lblContoAddebitoAcqua.Size = new System.Drawing.Size(114, 23);
            this.lblContoAddebitoAcqua.TabIndex = 3;
            this.lblContoAddebitoAcqua.Text = "Conto Acqua";
            // 
            // contoAddebitoAcqua
            // 
            this.contoAddebitoAcqua.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.SuggestAppend;
            this.contoAddebitoAcqua.DataSource = this.contoDTOBindingSource;
            this.contoAddebitoAcqua.DisplayMember = "Descrizione";
            this.contoAddebitoAcqua.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.contoAddebitoAcqua.Location = new System.Drawing.Point(126, 42);
            this.contoAddebitoAcqua.Name = "contoAddebitoAcqua";
            this.contoAddebitoAcqua.Size = new System.Drawing.Size(221, 21);
            this.contoAddebitoAcqua.TabIndex = 2;
            this.contoAddebitoAcqua.ValueMember = "ID";
            // 
            // descrizioneMovimentoAcqua
            // 
            this.descrizioneMovimentoAcqua.Location = new System.Drawing.Point(353, 42);
            this.descrizioneMovimentoAcqua.Name = "descrizioneMovimentoAcqua";
            this.descrizioneMovimentoAcqua.Size = new System.Drawing.Size(289, 21);
            this.descrizioneMovimentoAcqua.TabIndex = 1;
            // 
            // lblDescrizioneMovimento
            // 
            this.lblDescrizioneMovimento.Location = new System.Drawing.Point(353, 20);
            this.lblDescrizioneMovimento.Name = "lblDescrizioneMovimento";
            this.lblDescrizioneMovimento.Size = new System.Drawing.Size(289, 17);
            this.lblDescrizioneMovimento.TabIndex = 0;
            this.lblDescrizioneMovimento.Text = "Descrizione Movimenti";
            // 
            // acquaFreddaPanel
            // 
            this.acquaFreddaPanel.Controls.Add(this.tariffaAcquaFredda);
            this.acquaFreddaPanel.Controls.Add(this.lblTariffaAcquaFredda);
            this.acquaFreddaPanel.Location = new System.Drawing.Point(3, 38);
            this.acquaFreddaPanel.Name = "acquaFreddaPanel";
            this.acquaFreddaPanel.Size = new System.Drawing.Size(428, 48);
            this.acquaFreddaPanel.TabIndex = 3;
            this.acquaFreddaPanel.Text = "Acqua Fredda";
            // 
            // tariffaAcquaFredda
            // 
            this.tariffaAcquaFredda.Location = new System.Drawing.Point(126, 19);
            this.tariffaAcquaFredda.Name = "tariffaAcquaFredda";
            this.tariffaAcquaFredda.Size = new System.Drawing.Size(100, 21);
            this.tariffaAcquaFredda.TabIndex = 8;
            // 
            // lblTariffaAcquaFredda
            // 
            this.lblTariffaAcquaFredda.Location = new System.Drawing.Point(6, 23);
            this.lblTariffaAcquaFredda.Name = "lblTariffaAcquaFredda";
            this.lblTariffaAcquaFredda.Size = new System.Drawing.Size(114, 23);
            this.lblTariffaAcquaFredda.TabIndex = 7;
            this.lblTariffaAcquaFredda.Text = "Tariffa Acqua Fredda";
            // 
            // condominialePanel
            // 
            this.condominialePanel.Controls.Add(this.listaContatoriCondominiali);
            this.condominialePanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.condominialePanel.Location = new System.Drawing.Point(3, 277);
            this.condominialePanel.Name = "condominialePanel";
            this.condominialePanel.Size = new System.Drawing.Size(843, 190);
            this.condominialePanel.TabIndex = 4;
            this.condominialePanel.Text = "Contatori Condominiali";
            // 
            // listaContatoriCondominiali
            // 
            this.listaContatoriCondominiali.DataSource = this.parametriAddebitoMovimentoBindingSource;
            ultraGridColumn33.Header.VisiblePosition = 4;
            ultraGridColumn33.Hidden = true;
            ultraGridColumn34.Header.VisiblePosition = 3;
            ultraGridColumn34.Width = 300;
            ultraGridColumn35.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn35.Header.Caption = "Contatore";
            ultraGridColumn35.Header.VisiblePosition = 0;
            ultraGridColumn35.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DropDownList;
            ultraGridColumn35.Width = 150;
            ultraGridColumn36.Header.Caption = "Conto addebito";
            ultraGridColumn36.Header.VisiblePosition = 1;
            ultraGridColumn36.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DropDownList;
            ultraGridColumn36.Width = 150;
            ultraGridColumn37.Header.Caption = "Sottoconto addebito";
            ultraGridColumn37.Header.VisiblePosition = 2;
            ultraGridColumn37.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DropDownList;
            ultraGridColumn37.Width = 150;
            ultraGridBand2.Columns.AddRange(new object[] {
            ultraGridColumn33,
            ultraGridColumn34,
            ultraGridColumn35,
            ultraGridColumn36,
            ultraGridColumn37});
            this.listaContatoriCondominiali.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
            this.listaContatoriCondominiali.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
            this.listaContatoriCondominiali.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
            this.listaContatoriCondominiali.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
            this.listaContatoriCondominiali.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.listaContatoriCondominiali.Location = new System.Drawing.Point(6, 19);
            this.listaContatoriCondominiali.Name = "listaContatoriCondominiali";
            this.listaContatoriCondominiali.Size = new System.Drawing.Size(831, 165);
            this.listaContatoriCondominiali.TabIndex = 0;
            this.listaContatoriCondominiali.InitializeRow += new Infragistics.Win.UltraWinGrid.InitializeRowEventHandler(this.listaContatoriCondominialiInitializeRow);
            this.listaContatoriCondominiali.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.listaContatoriCondominialiCellChange);
            // 
            // parametriAddebitoMovimentoBindingSource
            // 
            this.parametriAddebitoMovimentoBindingSource.DataSource = typeof(Gipasoft.Sfera.Enums.ParametriAddebitoMovimento);
            // 
            // spaloGroup
            // 
            this.spaloGroup.Controls.Add(this.contoRipartoSpalo);
            this.spaloGroup.Controls.Add(this.lblRipartoSpalo);
            this.spaloGroup.Controls.Add(this.ripartoSpalo);
            this.spaloGroup.Location = new System.Drawing.Point(3, 92);
            this.spaloGroup.Name = "spaloGroup";
            this.spaloGroup.Size = new System.Drawing.Size(428, 48);
            this.spaloGroup.TabIndex = 5;
            this.spaloGroup.Text = "Spalo";
            // 
            // contoRipartoSpalo
            // 
            this.contoRipartoSpalo.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.SuggestAppend;
            this.contoRipartoSpalo.DataSource = this.contoDTOBindingSource;
            this.contoRipartoSpalo.DisplayMember = "Descrizione";
            this.contoRipartoSpalo.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.contoRipartoSpalo.Enabled = false;
            this.contoRipartoSpalo.Location = new System.Drawing.Point(224, 18);
            this.contoRipartoSpalo.Name = "contoRipartoSpalo";
            this.contoRipartoSpalo.Size = new System.Drawing.Size(194, 21);
            this.contoRipartoSpalo.TabIndex = 13;
            this.contoRipartoSpalo.ValueMember = "ID";
            // 
            // lblRipartoSpalo
            // 
            this.lblRipartoSpalo.Location = new System.Drawing.Point(6, 22);
            this.lblRipartoSpalo.Name = "lblRipartoSpalo";
            this.lblRipartoSpalo.Size = new System.Drawing.Size(80, 23);
            this.lblRipartoSpalo.TabIndex = 12;
            this.lblRipartoSpalo.Text = "Riparto Spalo";
            // 
            // ripartoSpalo
            // 
            this.ripartoSpalo.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
            this.ripartoSpalo.CheckedIndex = 0;
            valueListItem5.DataValue = "CONS";
            valueListItem5.DisplayText = "Consumi";
            valueListItem6.DataValue = "CONTO";
            valueListItem6.DisplayText = "Conto";
            this.ripartoSpalo.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem5,
            valueListItem6});
            this.ripartoSpalo.ItemSpacingHorizontal = 5;
            this.ripartoSpalo.Location = new System.Drawing.Point(90, 21);
            this.ripartoSpalo.Name = "ripartoSpalo";
            this.ripartoSpalo.Size = new System.Drawing.Size(128, 21);
            this.ripartoSpalo.TabIndex = 11;
            this.ripartoSpalo.Text = "Consumi";
            this.ripartoSpalo.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
            this.ripartoSpalo.ValueChanged += new System.EventHandler(this.ripartoSpaloValueChanged);
            // 
            // reqTipoUtenza
            // 
            this.reqTipoUtenza.ControlToValidate = this.tipiUtenza;
            this.reqTipoUtenza.ErrorMessage = "Scegliere un tipo utenza";
            this.reqTipoUtenza.Icon = ((System.Drawing.Icon)(resources.GetObject("reqTipoUtenza.Icon")));
            // 
            // contoSpaloValidator
            // 
            this.contoSpaloValidator.ControlToValidate = this.contoRipartoSpalo;
            this.contoSpaloValidator.ErrorMessage = "Scegliere un conto";
            this.contoSpaloValidator.Icon = ((System.Drawing.Icon)(resources.GetObject("contoSpaloValidator.Icon")));
            this.contoSpaloValidator.Validating += new Gipasoft.Windows.Forms.CustomValidation.CustomValidator.ValidatingEventHandler(this.contoSpaloValidatorValidating);
            // 
            // acquaCaldaValidator
            // 
            this.acquaCaldaValidator.ControlToValidate = this.contoAddebitoAcqua;
            this.acquaCaldaValidator.Icon = ((System.Drawing.Icon)(resources.GetObject("acquaCaldaValidator.Icon")));
            this.acquaCaldaValidator.Validating += new Gipasoft.Windows.Forms.CustomValidation.CustomValidator.ValidatingEventHandler(this.acquaCaldaValidatorValidating);
            // 
            // reqTariffaAcquaFredda
            // 
            this.reqTariffaAcquaFredda.ControlToValidate = this.tariffaAcquaFredda;
            this.reqTariffaAcquaFredda.ErrorMessage = "Inserire la tariffa per l\'acqua fredda";
            this.reqTariffaAcquaFredda.Icon = ((System.Drawing.Icon)(resources.GetObject("reqTariffaAcquaFredda.Icon")));
            // 
            // contatoreCondominialeValidator
            // 
            this.contatoreCondominialeValidator.ControlToValidate = this.listaContatoriCondominiali;
            this.contatoreCondominialeValidator.ErrorMessage = "Definire per ogni contatore condominiale conto e descrizione";
            this.contatoreCondominialeValidator.Icon = ((System.Drawing.Icon)(resources.GetObject("contatoreCondominialeValidator.Icon")));
            this.contatoreCondominialeValidator.Validating += new Gipasoft.Windows.Forms.CustomValidation.CustomValidator.ValidatingEventHandler(this.contatoreCondominialeValidatorValidating);
            // 
            // dataRegistrazioneValidator
            // 
            this.dataRegistrazioneValidator.ControlToValidate = this.dataRegistrazione;
            this.dataRegistrazioneValidator.ErrorMessage = "La data di registrazione non è corretta";
            this.dataRegistrazioneValidator.Icon = ((System.Drawing.Icon)(resources.GetObject("dataRegistrazioneValidator.Icon")));
            this.dataRegistrazioneValidator.Validating += new Gipasoft.Windows.Forms.CustomValidation.CustomValidator.ValidatingEventHandler(this.dataRegistrazioneValidatorValidating);
            // 
            // RipartoBolletteUC
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.tableLayoutPanel1);
            this.Name = "RipartoBolletteUC";
            this.Size = new System.Drawing.Size(849, 516);
            this.Load += new System.EventHandler(this.ripartoBolletteUCLoad);
            ((System.ComponentModel.ISupportInitialize)(this.tipiUtenza)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoUtenzaDTOBindingSource)).EndInit();
            this.tableLayoutPanel1.ResumeLayout(false);
            this.panelButtons.ResumeLayout(false);
            this.panelTipoUtenza.ResumeLayout(false);
            this.panelTipoUtenza.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.acquaCaldaPanel)).EndInit();
            this.acquaCaldaPanel.ResumeLayout(false);
            this.acquaCaldaPanel.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.descrizioneMovimentoRiscaldamento)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataRegistrazione)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tariffaAcquaCalda)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tariffaRiscaldamentoAcquaDTOBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.contoAccreditoRiscaldamento)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.contoDTOBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.contoAddebitoAcqua)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.descrizioneMovimentoAcqua)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.acquaFreddaPanel)).EndInit();
            this.acquaFreddaPanel.ResumeLayout(false);
            this.acquaFreddaPanel.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tariffaAcquaFredda)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.condominialePanel)).EndInit();
            this.condominialePanel.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.listaContatoriCondominiali)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.parametriAddebitoMovimentoBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.spaloGroup)).EndInit();
            this.spaloGroup.ResumeLayout(false);
            this.spaloGroup.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.contoRipartoSpalo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ripartoSpalo)).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.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();

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

        }
Example #49
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.ValueListItem valueListItem3  = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem5  = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem6  = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem1  = new Infragistics.Win.ValueListItem();
     Infragistics.Win.Appearance    appearance5     = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance6     = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance7     = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance8     = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance9     = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance10    = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance11    = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance12    = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance13    = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance14    = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance15    = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance16    = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance17    = new Infragistics.Win.Appearance();
     Infragistics.Win.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.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.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    appearance2     = new Infragistics.Win.Appearance();
     Infragistics.Win.ValueListItem valueListItem10 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem11 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem12 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.Appearance    appearance3     = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance4     = new Infragistics.Win.Appearance();
     this.btnClose        = new Infragistics.Win.Misc.UltraButton();
     this.ultraPanel1     = new Infragistics.Win.Misc.UltraPanel();
     this.btnPreview      = new Infragistics.Win.Misc.UltraButton();
     this.ultraPanel4     = new Infragistics.Win.Misc.UltraPanel();
     this.ultraPanel3     = new Infragistics.Win.Misc.UltraPanel();
     this.group1          = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraGroupBox8  = new Infragistics.Win.Misc.UltraGroupBox();
     this.optCriteria     = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
     this.ultraPanel5     = new Infragistics.Win.Misc.UltraPanel();
     this.ultraPanel10    = new Infragistics.Win.Misc.UltraPanel();
     this.gridEmployeeID  = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.ultraPanel12    = new Infragistics.Win.Misc.UltraPanel();
     this.gridSection     = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.ultraPanel11    = new Infragistics.Win.Misc.UltraPanel();
     this.gridrptCategory = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.optFormat       = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
     this.lvlLast         = new Infragistics.Win.Misc.UltraLabel();
     this.dtLast          = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.lvlFirst        = new Infragistics.Win.Misc.UltraLabel();
     this.dtFirst         = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.ultraPanel1.ClientArea.SuspendLayout();
     this.ultraPanel1.SuspendLayout();
     this.ultraPanel4.ClientArea.SuspendLayout();
     this.ultraPanel4.SuspendLayout();
     this.ultraPanel3.ClientArea.SuspendLayout();
     this.ultraPanel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.group1)).BeginInit();
     this.group1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox8)).BeginInit();
     this.ultraGroupBox8.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.optCriteria)).BeginInit();
     this.ultraPanel5.SuspendLayout();
     this.ultraPanel10.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridEmployeeID)).BeginInit();
     this.ultraPanel12.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridSection)).BeginInit();
     this.ultraPanel11.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridrptCategory)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.optFormat)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtLast)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtFirst)).BeginInit();
     this.SuspendLayout();
     //
     // btnClose
     //
     this.btnClose.Font     = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnClose.Location = new System.Drawing.Point(14, 7);
     this.btnClose.Name     = "btnClose";
     this.btnClose.Size     = new System.Drawing.Size(131, 40);
     this.btnClose.TabIndex = 0;
     this.btnClose.Text     = "C&lose";
     this.btnClose.Click   += new System.EventHandler(this.btnClose_Click);
     //
     // ultraPanel1
     //
     appearance1.BackColor       = System.Drawing.Color.SlateGray;
     this.ultraPanel1.Appearance = appearance1;
     //
     // ultraPanel1.ClientArea
     //
     this.ultraPanel1.ClientArea.Controls.Add(this.btnClose);
     this.ultraPanel1.ClientArea.Controls.Add(this.btnPreview);
     this.ultraPanel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.ultraPanel1.Location = new System.Drawing.Point(0, 426);
     this.ultraPanel1.Name     = "ultraPanel1";
     this.ultraPanel1.Size     = new System.Drawing.Size(948, 60);
     this.ultraPanel1.TabIndex = 12;
     //
     // btnPreview
     //
     this.btnPreview.Font     = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnPreview.Location = new System.Drawing.Point(475, 7);
     this.btnPreview.Name     = "btnPreview";
     this.btnPreview.Size     = new System.Drawing.Size(131, 40);
     this.btnPreview.TabIndex = 0;
     this.btnPreview.Tag      = "0";
     this.btnPreview.Text     = "Preview";
     this.btnPreview.Click   += new System.EventHandler(this.btnPreview_Click);
     //
     // ultraPanel4
     //
     //
     // ultraPanel4.ClientArea
     //
     this.ultraPanel4.ClientArea.Controls.Add(this.optFormat);
     this.ultraPanel4.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.ultraPanel4.Location = new System.Drawing.Point(10, 403);
     this.ultraPanel4.Name     = "ultraPanel4";
     this.ultraPanel4.Size     = new System.Drawing.Size(938, 23);
     this.ultraPanel4.TabIndex = 40;
     //
     // ultraPanel3
     //
     //
     // ultraPanel3.ClientArea
     //
     this.ultraPanel3.ClientArea.Controls.Add(this.group1);
     this.ultraPanel3.Dock     = System.Windows.Forms.DockStyle.Top;
     this.ultraPanel3.Location = new System.Drawing.Point(10, 10);
     this.ultraPanel3.Name     = "ultraPanel3";
     this.ultraPanel3.Size     = new System.Drawing.Size(938, 63);
     this.ultraPanel3.TabIndex = 0;
     //
     // group1
     //
     this.group1.Controls.Add(this.lvlLast);
     this.group1.Controls.Add(this.dtLast);
     this.group1.Controls.Add(this.lvlFirst);
     this.group1.Controls.Add(this.dtFirst);
     this.group1.Controls.Add(this.ultraGroupBox8);
     this.group1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.group1.Font     = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.group1.Location = new System.Drawing.Point(0, 0);
     this.group1.Margin   = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.group1.Name     = "group1";
     this.group1.Size     = new System.Drawing.Size(938, 58);
     this.group1.TabIndex = 2;
     //
     // ultraGroupBox8
     //
     this.ultraGroupBox8.Controls.Add(this.optCriteria);
     this.ultraGroupBox8.Location = new System.Drawing.Point(14, 6);
     this.ultraGroupBox8.Name     = "ultraGroupBox8";
     this.ultraGroupBox8.Size     = new System.Drawing.Size(491, 45);
     this.ultraGroupBox8.TabIndex = 0;
     //
     // optCriteria
     //
     this.optCriteria.BorderStyle  = Infragistics.Win.UIElementBorderStyle.None;
     this.optCriteria.CheckedIndex = 2;
     this.optCriteria.ItemOrigin   = new System.Drawing.Point(0, 5);
     valueListItem3.DataValue      = "All";
     valueListItem3.DisplayText    = "All Employee";
     valueListItem5.DataValue      = "Section";
     valueListItem5.DisplayText    = "Section";
     valueListItem6.CheckState     = System.Windows.Forms.CheckState.Checked;
     valueListItem6.DataValue      = "Employee";
     valueListItem6.DisplayText    = "Employee";
     valueListItem1.DataValue      = "Date";
     valueListItem1.DisplayText    = "Date Wise";
     this.optCriteria.Items.AddRange(new Infragistics.Win.ValueListItem[] {
         valueListItem3,
         valueListItem5,
         valueListItem6,
         valueListItem1
     });
     this.optCriteria.ItemSpacingHorizontal = 20;
     this.optCriteria.Location      = new System.Drawing.Point(48, 9);
     this.optCriteria.Name          = "optCriteria";
     this.optCriteria.Size          = new System.Drawing.Size(422, 29);
     this.optCriteria.TabIndex      = 118;
     this.optCriteria.Text          = "Employee";
     this.optCriteria.ValueChanged += new System.EventHandler(this.optCriteria_ValueChanged);
     //
     // ultraPanel5
     //
     this.ultraPanel5.Dock     = System.Windows.Forms.DockStyle.Top;
     this.ultraPanel5.Location = new System.Drawing.Point(0, 0);
     this.ultraPanel5.Name     = "ultraPanel5";
     this.ultraPanel5.Size     = new System.Drawing.Size(948, 10);
     this.ultraPanel5.TabIndex = 43;
     //
     // ultraPanel10
     //
     this.ultraPanel10.Dock     = System.Windows.Forms.DockStyle.Left;
     this.ultraPanel10.Location = new System.Drawing.Point(627, 73);
     this.ultraPanel10.Name     = "ultraPanel10";
     this.ultraPanel10.Size     = new System.Drawing.Size(10, 330);
     this.ultraPanel10.TabIndex = 47;
     //
     // gridEmployeeID
     //
     appearance5.BackColor   = System.Drawing.SystemColors.Window;
     appearance5.BorderColor = System.Drawing.SystemColors.InactiveCaption;
     this.gridEmployeeID.DisplayLayout.Appearance     = appearance5;
     this.gridEmployeeID.DisplayLayout.BorderStyle    = Infragistics.Win.UIElementBorderStyle.Solid;
     this.gridEmployeeID.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
     appearance6.BackColor         = System.Drawing.SystemColors.ActiveBorder;
     appearance6.BackColor2        = System.Drawing.SystemColors.ControlDark;
     appearance6.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance6.BorderColor       = System.Drawing.SystemColors.Window;
     this.gridEmployeeID.DisplayLayout.GroupByBox.Appearance = appearance6;
     appearance7.ForeColor = System.Drawing.SystemColors.GrayText;
     this.gridEmployeeID.DisplayLayout.GroupByBox.BandLabelAppearance = appearance7;
     this.gridEmployeeID.DisplayLayout.GroupByBox.BorderStyle         = Infragistics.Win.UIElementBorderStyle.Solid;
     appearance8.BackColor         = System.Drawing.SystemColors.ControlLightLight;
     appearance8.BackColor2        = System.Drawing.SystemColors.Control;
     appearance8.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
     appearance8.ForeColor         = System.Drawing.SystemColors.GrayText;
     this.gridEmployeeID.DisplayLayout.GroupByBox.PromptAppearance = appearance8;
     this.gridEmployeeID.DisplayLayout.MaxColScrollRegions         = 1;
     this.gridEmployeeID.DisplayLayout.MaxRowScrollRegions         = 1;
     appearance9.BackColor = System.Drawing.SystemColors.Window;
     appearance9.ForeColor = System.Drawing.SystemColors.ControlText;
     this.gridEmployeeID.DisplayLayout.Override.ActiveCellAppearance = appearance9;
     appearance10.BackColor = System.Drawing.SystemColors.Highlight;
     appearance10.ForeColor = System.Drawing.SystemColors.HighlightText;
     this.gridEmployeeID.DisplayLayout.Override.ActiveRowAppearance = appearance10;
     this.gridEmployeeID.DisplayLayout.Override.BorderStyleCell     = Infragistics.Win.UIElementBorderStyle.Dotted;
     this.gridEmployeeID.DisplayLayout.Override.BorderStyleRow      = Infragistics.Win.UIElementBorderStyle.Dotted;
     appearance11.BackColor = System.Drawing.SystemColors.Window;
     this.gridEmployeeID.DisplayLayout.Override.CardAreaAppearance = appearance11;
     appearance12.BorderColor  = System.Drawing.Color.Silver;
     appearance12.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
     this.gridEmployeeID.DisplayLayout.Override.CellAppearance  = appearance12;
     this.gridEmployeeID.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.gridEmployeeID.DisplayLayout.Override.CellPadding     = 0;
     appearance13.BackColor             = System.Drawing.SystemColors.Control;
     appearance13.BackColor2            = System.Drawing.SystemColors.ControlDark;
     appearance13.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
     appearance13.BackGradientStyle     = Infragistics.Win.GradientStyle.Horizontal;
     appearance13.BorderColor           = System.Drawing.SystemColors.Window;
     this.gridEmployeeID.DisplayLayout.Override.GroupByRowAppearance = appearance13;
     appearance14.TextHAlignAsString = "Left";
     this.gridEmployeeID.DisplayLayout.Override.HeaderAppearance  = appearance14;
     this.gridEmployeeID.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.gridEmployeeID.DisplayLayout.Override.HeaderStyle       = Infragistics.Win.HeaderStyle.WindowsXPCommand;
     appearance15.BackColor   = System.Drawing.SystemColors.Window;
     appearance15.BorderColor = System.Drawing.Color.Silver;
     this.gridEmployeeID.DisplayLayout.Override.RowAppearance = appearance15;
     this.gridEmployeeID.DisplayLayout.Override.RowSelectors  = Infragistics.Win.DefaultableBoolean.False;
     appearance16.BackColor = System.Drawing.SystemColors.ControlLight;
     this.gridEmployeeID.DisplayLayout.Override.TemplateAddRowAppearance = appearance16;
     this.gridEmployeeID.DisplayLayout.ScrollBounds  = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.gridEmployeeID.DisplayLayout.ScrollStyle   = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.gridEmployeeID.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
     this.gridEmployeeID.Dock              = System.Windows.Forms.DockStyle.Left;
     this.gridEmployeeID.Font              = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridEmployeeID.Location          = new System.Drawing.Point(285, 73);
     this.gridEmployeeID.Name              = "gridEmployeeID";
     this.gridEmployeeID.Size              = new System.Drawing.Size(342, 330);
     this.gridEmployeeID.TabIndex          = 4;
     this.gridEmployeeID.Text              = "ultraGrid2";
     this.gridEmployeeID.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.gridEmployeeID_InitializeLayout);
     //
     // ultraPanel12
     //
     this.ultraPanel12.Dock     = System.Windows.Forms.DockStyle.Left;
     this.ultraPanel12.Location = new System.Drawing.Point(275, 73);
     this.ultraPanel12.Name     = "ultraPanel12";
     this.ultraPanel12.Size     = new System.Drawing.Size(10, 330);
     this.ultraPanel12.TabIndex = 2;
     //
     // gridSection
     //
     appearance17.BackColor   = System.Drawing.SystemColors.Window;
     appearance17.BorderColor = System.Drawing.SystemColors.InactiveCaption;
     this.gridSection.DisplayLayout.Appearance     = appearance17;
     this.gridSection.DisplayLayout.BorderStyle    = Infragistics.Win.UIElementBorderStyle.Solid;
     this.gridSection.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
     appearance18.BackColor         = System.Drawing.SystemColors.ActiveBorder;
     appearance18.BackColor2        = System.Drawing.SystemColors.ControlDark;
     appearance18.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance18.BorderColor       = System.Drawing.SystemColors.Window;
     this.gridSection.DisplayLayout.GroupByBox.Appearance = appearance18;
     appearance19.ForeColor = System.Drawing.SystemColors.GrayText;
     this.gridSection.DisplayLayout.GroupByBox.BandLabelAppearance = appearance19;
     this.gridSection.DisplayLayout.GroupByBox.BorderStyle         = Infragistics.Win.UIElementBorderStyle.Solid;
     appearance20.BackColor         = System.Drawing.SystemColors.ControlLightLight;
     appearance20.BackColor2        = System.Drawing.SystemColors.Control;
     appearance20.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
     appearance20.ForeColor         = System.Drawing.SystemColors.GrayText;
     this.gridSection.DisplayLayout.GroupByBox.PromptAppearance = appearance20;
     this.gridSection.DisplayLayout.MaxColScrollRegions         = 1;
     this.gridSection.DisplayLayout.MaxRowScrollRegions         = 1;
     appearance21.BackColor = System.Drawing.SystemColors.Window;
     appearance21.ForeColor = System.Drawing.SystemColors.ControlText;
     this.gridSection.DisplayLayout.Override.ActiveCellAppearance = appearance21;
     appearance22.BackColor = System.Drawing.SystemColors.Highlight;
     appearance22.ForeColor = System.Drawing.SystemColors.HighlightText;
     this.gridSection.DisplayLayout.Override.ActiveRowAppearance = appearance22;
     this.gridSection.DisplayLayout.Override.BorderStyleCell     = Infragistics.Win.UIElementBorderStyle.Dotted;
     this.gridSection.DisplayLayout.Override.BorderStyleRow      = Infragistics.Win.UIElementBorderStyle.Dotted;
     appearance23.BackColor = System.Drawing.SystemColors.Window;
     this.gridSection.DisplayLayout.Override.CardAreaAppearance = appearance23;
     appearance24.BorderColor  = System.Drawing.Color.Silver;
     appearance24.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
     this.gridSection.DisplayLayout.Override.CellAppearance  = appearance24;
     this.gridSection.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.gridSection.DisplayLayout.Override.CellPadding     = 0;
     appearance25.BackColor             = System.Drawing.SystemColors.Control;
     appearance25.BackColor2            = System.Drawing.SystemColors.ControlDark;
     appearance25.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
     appearance25.BackGradientStyle     = Infragistics.Win.GradientStyle.Horizontal;
     appearance25.BorderColor           = System.Drawing.SystemColors.Window;
     this.gridSection.DisplayLayout.Override.GroupByRowAppearance = appearance25;
     appearance26.TextHAlignAsString = "Left";
     this.gridSection.DisplayLayout.Override.HeaderAppearance  = appearance26;
     this.gridSection.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.gridSection.DisplayLayout.Override.HeaderStyle       = Infragistics.Win.HeaderStyle.WindowsXPCommand;
     appearance27.BackColor   = System.Drawing.SystemColors.Window;
     appearance27.BorderColor = System.Drawing.Color.Silver;
     this.gridSection.DisplayLayout.Override.RowAppearance = appearance27;
     this.gridSection.DisplayLayout.Override.RowSelectors  = Infragistics.Win.DefaultableBoolean.False;
     appearance28.BackColor = System.Drawing.SystemColors.ControlLight;
     this.gridSection.DisplayLayout.Override.TemplateAddRowAppearance = appearance28;
     this.gridSection.DisplayLayout.ScrollBounds  = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.gridSection.DisplayLayout.ScrollStyle   = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.gridSection.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
     this.gridSection.Dock              = System.Windows.Forms.DockStyle.Left;
     this.gridSection.Enabled           = false;
     this.gridSection.Font              = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridSection.Location          = new System.Drawing.Point(10, 73);
     this.gridSection.Name              = "gridSection";
     this.gridSection.Size              = new System.Drawing.Size(265, 330);
     this.gridSection.TabIndex          = 3;
     this.gridSection.Text              = "ultraGrid1";
     this.gridSection.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.gridSection_InitializeLayout);
     //
     // ultraPanel11
     //
     this.ultraPanel11.Dock     = System.Windows.Forms.DockStyle.Left;
     this.ultraPanel11.Location = new System.Drawing.Point(0, 10);
     this.ultraPanel11.Name     = "ultraPanel11";
     this.ultraPanel11.Size     = new System.Drawing.Size(10, 416);
     this.ultraPanel11.TabIndex = 39;
     //
     // gridrptCategory
     //
     appearance29.BackColor   = System.Drawing.SystemColors.Window;
     appearance29.BorderColor = System.Drawing.SystemColors.InactiveCaption;
     this.gridrptCategory.DisplayLayout.Appearance     = appearance29;
     this.gridrptCategory.DisplayLayout.BorderStyle    = Infragistics.Win.UIElementBorderStyle.Solid;
     this.gridrptCategory.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
     appearance30.BackColor         = System.Drawing.SystemColors.ActiveBorder;
     appearance30.BackColor2        = System.Drawing.SystemColors.ControlDark;
     appearance30.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance30.BorderColor       = System.Drawing.SystemColors.Window;
     this.gridrptCategory.DisplayLayout.GroupByBox.Appearance = appearance30;
     appearance31.ForeColor = System.Drawing.SystemColors.GrayText;
     this.gridrptCategory.DisplayLayout.GroupByBox.BandLabelAppearance = appearance31;
     this.gridrptCategory.DisplayLayout.GroupByBox.BorderStyle         = Infragistics.Win.UIElementBorderStyle.Solid;
     appearance32.BackColor         = System.Drawing.SystemColors.ControlLightLight;
     appearance32.BackColor2        = System.Drawing.SystemColors.Control;
     appearance32.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
     appearance32.ForeColor         = System.Drawing.SystemColors.GrayText;
     this.gridrptCategory.DisplayLayout.GroupByBox.PromptAppearance = appearance32;
     this.gridrptCategory.DisplayLayout.MaxColScrollRegions         = 1;
     this.gridrptCategory.DisplayLayout.MaxRowScrollRegions         = 1;
     appearance33.BackColor = System.Drawing.SystemColors.Window;
     appearance33.ForeColor = System.Drawing.SystemColors.ControlText;
     this.gridrptCategory.DisplayLayout.Override.ActiveCellAppearance = appearance33;
     appearance34.BackColor = System.Drawing.SystemColors.Highlight;
     appearance34.ForeColor = System.Drawing.SystemColors.HighlightText;
     this.gridrptCategory.DisplayLayout.Override.ActiveRowAppearance = appearance34;
     this.gridrptCategory.DisplayLayout.Override.BorderStyleCell     = Infragistics.Win.UIElementBorderStyle.Dotted;
     this.gridrptCategory.DisplayLayout.Override.BorderStyleRow      = Infragistics.Win.UIElementBorderStyle.Dotted;
     appearance35.BackColor = System.Drawing.SystemColors.Window;
     this.gridrptCategory.DisplayLayout.Override.CardAreaAppearance = appearance35;
     appearance36.BorderColor  = System.Drawing.Color.Silver;
     appearance36.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
     this.gridrptCategory.DisplayLayout.Override.CellAppearance  = appearance36;
     this.gridrptCategory.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.gridrptCategory.DisplayLayout.Override.CellPadding     = 0;
     appearance37.BackColor             = System.Drawing.SystemColors.Control;
     appearance37.BackColor2            = System.Drawing.SystemColors.ControlDark;
     appearance37.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
     appearance37.BackGradientStyle     = Infragistics.Win.GradientStyle.Horizontal;
     appearance37.BorderColor           = System.Drawing.SystemColors.Window;
     this.gridrptCategory.DisplayLayout.Override.GroupByRowAppearance = appearance37;
     appearance38.TextHAlignAsString = "Left";
     this.gridrptCategory.DisplayLayout.Override.HeaderAppearance  = appearance38;
     this.gridrptCategory.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.gridrptCategory.DisplayLayout.Override.HeaderStyle       = Infragistics.Win.HeaderStyle.WindowsXPCommand;
     appearance39.BackColor   = System.Drawing.SystemColors.Window;
     appearance39.BorderColor = System.Drawing.Color.Silver;
     this.gridrptCategory.DisplayLayout.Override.RowAppearance = appearance39;
     this.gridrptCategory.DisplayLayout.Override.RowSelectors  = Infragistics.Win.DefaultableBoolean.False;
     appearance40.BackColor = System.Drawing.SystemColors.ControlLight;
     this.gridrptCategory.DisplayLayout.Override.TemplateAddRowAppearance = appearance40;
     this.gridrptCategory.DisplayLayout.ScrollBounds  = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.gridrptCategory.DisplayLayout.ScrollStyle   = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.gridrptCategory.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
     this.gridrptCategory.Dock              = System.Windows.Forms.DockStyle.Left;
     this.gridrptCategory.Font              = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridrptCategory.Location          = new System.Drawing.Point(637, 73);
     this.gridrptCategory.Name              = "gridrptCategory";
     this.gridrptCategory.Size              = new System.Drawing.Size(251, 330);
     this.gridrptCategory.TabIndex          = 54;
     this.gridrptCategory.Text              = "ultraGrid2";
     this.gridrptCategory.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.gridrptCategory_InitializeLayout);
     //
     // optFormat
     //
     appearance2.FontData.BoldAsString = "True";
     appearance2.FontData.Name         = "Verdana";
     appearance2.FontData.SizeInPoints = 10F;
     appearance2.ForeColor             = System.Drawing.Color.Black;
     appearance2.TextHAlignAsString    = "Center";
     appearance2.TextVAlignAsString    = "Middle";
     this.optFormat.Appearance         = appearance2;
     this.optFormat.BackColor          = System.Drawing.Color.Transparent;
     this.optFormat.BackColorInternal  = System.Drawing.Color.Transparent;
     this.optFormat.BorderStyle        = Infragistics.Win.UIElementBorderStyle.None;
     this.optFormat.CheckedIndex       = 0;
     valueListItem10.CheckState        = System.Windows.Forms.CheckState.Checked;
     valueListItem10.DataValue         = "pdf";
     valueListItem10.DisplayText       = "PDF";
     valueListItem11.DataValue         = "doc";
     valueListItem11.DisplayText       = "Word";
     valueListItem12.DataValue         = "xls";
     valueListItem12.DisplayText       = "Excel";
     this.optFormat.Items.AddRange(new Infragistics.Win.ValueListItem[] {
         valueListItem10,
         valueListItem11,
         valueListItem12
     });
     this.optFormat.ItemSpacingHorizontal = 8;
     this.optFormat.Location = new System.Drawing.Point(465, 2);
     this.optFormat.Margin   = new System.Windows.Forms.Padding(2);
     this.optFormat.Name     = "optFormat";
     this.optFormat.Size     = new System.Drawing.Size(195, 17);
     this.optFormat.TabIndex = 81;
     this.optFormat.Text     = "PDF";
     //
     // lvlLast
     //
     appearance3.BackColor          = System.Drawing.Color.Beige;
     appearance3.TextHAlignAsString = "Left";
     appearance3.TextVAlignAsString = "Middle";
     this.lvlLast.Appearance        = appearance3;
     this.lvlLast.BorderStyleInner  = Infragistics.Win.UIElementBorderStyle.Solid;
     this.lvlLast.Font     = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lvlLast.Location = new System.Drawing.Point(544, 32);
     this.lvlLast.Name     = "lvlLast";
     this.lvlLast.Size     = new System.Drawing.Size(81, 20);
     this.lvlLast.TabIndex = 75;
     this.lvlLast.Text     = "Last Date :";
     this.lvlLast.Visible  = false;
     //
     // dtLast
     //
     this.dtLast.AutoSize     = false;
     this.dtLast.DateTime     = new System.DateTime(2015, 1, 7, 0, 0, 0, 0);
     this.dtLast.Font         = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dtLast.FormatString = "dd-MMM-yyyy";
     this.dtLast.Location     = new System.Drawing.Point(631, 32);
     this.dtLast.MaskInput    = "";
     this.dtLast.Name         = "dtLast";
     this.dtLast.Size         = new System.Drawing.Size(138, 20);
     this.dtLast.TabIndex     = 74;
     this.dtLast.Value        = new System.DateTime(2015, 1, 7, 0, 0, 0, 0);
     this.dtLast.Visible      = false;
     //
     // lvlFirst
     //
     appearance4.BackColor          = System.Drawing.Color.Beige;
     appearance4.TextHAlignAsString = "Left";
     appearance4.TextVAlignAsString = "Middle";
     this.lvlFirst.Appearance       = appearance4;
     this.lvlFirst.BorderStyleInner = Infragistics.Win.UIElementBorderStyle.Solid;
     this.lvlFirst.Font             = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lvlFirst.Location         = new System.Drawing.Point(544, 6);
     this.lvlFirst.Name             = "lvlFirst";
     this.lvlFirst.Size             = new System.Drawing.Size(81, 20);
     this.lvlFirst.TabIndex         = 73;
     this.lvlFirst.Text             = "First Date :";
     this.lvlFirst.Visible          = false;
     //
     // dtFirst
     //
     this.dtFirst.AutoSize     = false;
     this.dtFirst.DateTime     = new System.DateTime(2015, 1, 7, 0, 0, 0, 0);
     this.dtFirst.Font         = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dtFirst.FormatString = "dd-MMM-yyyy";
     this.dtFirst.Location     = new System.Drawing.Point(631, 6);
     this.dtFirst.MaskInput    = "";
     this.dtFirst.Name         = "dtFirst";
     this.dtFirst.Size         = new System.Drawing.Size(138, 20);
     this.dtFirst.TabIndex     = 72;
     this.dtFirst.Value        = new System.DateTime(2015, 1, 7, 0, 0, 0, 0);
     this.dtFirst.Visible      = false;
     //
     // frmEmpDetails
     //
     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(948, 486);
     this.ControlBox          = false;
     this.Controls.Add(this.gridrptCategory);
     this.Controls.Add(this.ultraPanel10);
     this.Controls.Add(this.gridEmployeeID);
     this.Controls.Add(this.ultraPanel12);
     this.Controls.Add(this.gridSection);
     this.Controls.Add(this.ultraPanel3);
     this.Controls.Add(this.ultraPanel4);
     this.Controls.Add(this.ultraPanel11);
     this.Controls.Add(this.ultraPanel1);
     this.Controls.Add(this.ultraPanel5);
     this.MaximizeBox  = false;
     this.MinimizeBox  = false;
     this.Name         = "frmEmpDetails";
     this.Text         = "Report : Employee Details Information..";
     this.WindowState  = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmEmpDetails_FormClosing);
     this.Load        += new System.EventHandler(this.frmEmpDetails_Load);
     this.ultraPanel1.ClientArea.ResumeLayout(false);
     this.ultraPanel1.ResumeLayout(false);
     this.ultraPanel4.ClientArea.ResumeLayout(false);
     this.ultraPanel4.ResumeLayout(false);
     this.ultraPanel3.ClientArea.ResumeLayout(false);
     this.ultraPanel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.group1)).EndInit();
     this.group1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox8)).EndInit();
     this.ultraGroupBox8.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.optCriteria)).EndInit();
     this.ultraPanel5.ResumeLayout(false);
     this.ultraPanel10.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridEmployeeID)).EndInit();
     this.ultraPanel12.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridSection)).EndInit();
     this.ultraPanel11.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridrptCategory)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.optFormat)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtLast)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtFirst)).EndInit();
     this.ResumeLayout(false);
 }
Example #50
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.Appearance    appearance1               = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance2               = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance14              = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance12              = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance13              = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance6               = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance5               = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance9               = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance11              = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance10              = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance8               = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance3               = new Infragistics.Win.Appearance();
     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(FMaterialTransfer));
     Infragistics.Win.Appearance    appearance7               = new Infragistics.Win.Appearance();
     Infragistics.Win.ValueListItem valueListItem7            = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem8            = new Infragistics.Win.ValueListItem();
     this.groupBoxTop                = new System.Windows.Forms.GroupBox();
     this.btnGetStorageCode          = new System.Windows.Forms.Button();
     this.txtstack                   = new System.Windows.Forms.TextBox();
     this.checkBoxNoFinish           = new System.Windows.Forms.CheckBox();
     this.ucLabelEditMemo            = new UserControl.UCLabelEdit();
     this.ucLabelEditToStorageID     = new UserControl.UCLabelEdit();
     this.ucLabelEditFromStorageID   = new UserControl.UCLabelEdit();
     this.ucLabelEditRectype         = new UserControl.UCLabelEdit();
     this.ucLabelEditTransferNO      = new UserControl.UCLabelEdit();
     this.groupBoxMiddle             = new System.Windows.Forms.GroupBox();
     this.ultraGridHead              = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.groupBoxBottom             = new System.Windows.Forms.GroupBox();
     this.opsetPackObject            = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
     this.ucButtonPrint              = new UserControl.UCButton();
     this.ucLabelComboxPrintTemplete = new UserControl.UCLabelCombox();
     this.ucLabelComboxPrintList     = new UserControl.UCLabelCombox();
     this.ucLabelEditPrintCount      = new UserControl.UCLabelEdit();
     this.edtBufferDate              = new UserControl.UCLabelEdit();
     this.opsCheckFIFO               = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
     this.ucLabelComboxType          = new UserControl.UCLabelCombox();
     this.ucLERunningCard            = new UserControl.UCLabelEdit();
     this.lblDay       = new System.Windows.Forms.Label();
     this.ucButtonSend = new UserControl.UCButton();
     this.ucButtonExit = new UserControl.UCButton();
     this.groupBoxTop.SuspendLayout();
     this.groupBoxMiddle.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGridHead)).BeginInit();
     this.groupBoxBottom.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.opsetPackObject)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.opsCheckFIFO)).BeginInit();
     this.SuspendLayout();
     //
     // groupBoxTop
     //
     this.groupBoxTop.BackColor = System.Drawing.Color.Gainsboro;
     this.groupBoxTop.Controls.Add(this.btnGetStorageCode);
     this.groupBoxTop.Controls.Add(this.txtstack);
     this.groupBoxTop.Controls.Add(this.checkBoxNoFinish);
     this.groupBoxTop.Controls.Add(this.ucLabelEditMemo);
     this.groupBoxTop.Controls.Add(this.ucLabelEditToStorageID);
     this.groupBoxTop.Controls.Add(this.ucLabelEditFromStorageID);
     this.groupBoxTop.Controls.Add(this.ucLabelEditRectype);
     this.groupBoxTop.Controls.Add(this.ucLabelEditTransferNO);
     this.groupBoxTop.Dock     = System.Windows.Forms.DockStyle.Top;
     this.groupBoxTop.Location = new System.Drawing.Point(0, 0);
     this.groupBoxTop.Name     = "groupBoxTop";
     this.groupBoxTop.Size     = new System.Drawing.Size(850, 73);
     this.groupBoxTop.TabIndex = 17;
     this.groupBoxTop.TabStop  = false;
     //
     // btnGetStorageCode
     //
     this.btnGetStorageCode.Enabled  = false;
     this.btnGetStorageCode.Location = new System.Drawing.Point(420, 41);
     this.btnGetStorageCode.Name     = "btnGetStorageCode";
     this.btnGetStorageCode.Size     = new System.Drawing.Size(24, 22);
     this.btnGetStorageCode.TabIndex = 218;
     this.btnGetStorageCode.Text     = "...";
     this.btnGetStorageCode.UseVisualStyleBackColor = true;
     this.btnGetStorageCode.Click += new System.EventHandler(this.btnGetStorageCode_Click);
     //
     // txtstack
     //
     this.txtstack.Location = new System.Drawing.Point(760, 10);
     this.txtstack.Name     = "txtstack";
     this.txtstack.Size     = new System.Drawing.Size(78, 21);
     this.txtstack.TabIndex = 216;
     this.txtstack.Visible  = false;
     //
     // checkBoxNoFinish
     //
     this.checkBoxNoFinish.AutoSize = true;
     this.checkBoxNoFinish.Location = new System.Drawing.Point(462, 45);
     this.checkBoxNoFinish.Name     = "checkBoxNoFinish";
     this.checkBoxNoFinish.Size     = new System.Drawing.Size(60, 16);
     this.checkBoxNoFinish.TabIndex = 23;
     this.checkBoxNoFinish.Text     = "未发完";
     this.checkBoxNoFinish.UseVisualStyleBackColor = true;
     this.checkBoxNoFinish.CheckedChanged         += new System.EventHandler(this.checkBoxNoFinish_CheckedChanged);
     //
     // ucLabelEditMemo
     //
     this.ucLabelEditMemo.AllowEditOnlyChecked = true;
     this.ucLabelEditMemo.AutoSelectAll        = false;
     this.ucLabelEditMemo.AutoUpper            = true;
     this.ucLabelEditMemo.Caption      = "备注";
     this.ucLabelEditMemo.Checked      = false;
     this.ucLabelEditMemo.EditType     = UserControl.EditTypes.String;
     this.ucLabelEditMemo.Location     = new System.Drawing.Point(519, 10);
     this.ucLabelEditMemo.MaxLength    = 1000;
     this.ucLabelEditMemo.Multiline    = true;
     this.ucLabelEditMemo.Name         = "ucLabelEditMemo";
     this.ucLabelEditMemo.PasswordChar = '\0';
     this.ucLabelEditMemo.ReadOnly     = false;
     this.ucLabelEditMemo.ShowCheckBox = false;
     this.ucLabelEditMemo.Size         = new System.Drawing.Size(237, 60);
     this.ucLabelEditMemo.TabIndex     = 21;
     this.ucLabelEditMemo.TabNext      = true;
     this.ucLabelEditMemo.Value        = "";
     this.ucLabelEditMemo.WidthType    = UserControl.WidthTypes.Long;
     this.ucLabelEditMemo.XAlign       = 556;
     //
     // ucLabelEditToStorageID
     //
     this.ucLabelEditToStorageID.AllowEditOnlyChecked = true;
     this.ucLabelEditToStorageID.AutoSelectAll        = false;
     this.ucLabelEditToStorageID.AutoUpper            = true;
     this.ucLabelEditToStorageID.Caption      = "目的库别";
     this.ucLabelEditToStorageID.Checked      = false;
     this.ucLabelEditToStorageID.EditType     = UserControl.EditTypes.String;
     this.ucLabelEditToStorageID.Location     = new System.Drawing.Point(217, 42);
     this.ucLabelEditToStorageID.MaxLength    = 40;
     this.ucLabelEditToStorageID.Multiline    = false;
     this.ucLabelEditToStorageID.Name         = "ucLabelEditToStorageID";
     this.ucLabelEditToStorageID.PasswordChar = '\0';
     this.ucLabelEditToStorageID.ReadOnly     = false;
     this.ucLabelEditToStorageID.ShowCheckBox = false;
     this.ucLabelEditToStorageID.Size         = new System.Drawing.Size(194, 22);
     this.ucLabelEditToStorageID.TabIndex     = 20;
     this.ucLabelEditToStorageID.TabNext      = true;
     this.ucLabelEditToStorageID.Value        = "";
     this.ucLabelEditToStorageID.WidthType    = UserControl.WidthTypes.Normal;
     this.ucLabelEditToStorageID.XAlign       = 278;
     //
     // ucLabelEditFromStorageID
     //
     this.ucLabelEditFromStorageID.AllowEditOnlyChecked = true;
     this.ucLabelEditFromStorageID.AutoSelectAll        = false;
     this.ucLabelEditFromStorageID.AutoUpper            = true;
     this.ucLabelEditFromStorageID.Caption      = "源库别";
     this.ucLabelEditFromStorageID.Checked      = false;
     this.ucLabelEditFromStorageID.EditType     = UserControl.EditTypes.String;
     this.ucLabelEditFromStorageID.Location     = new System.Drawing.Point(12, 42);
     this.ucLabelEditFromStorageID.MaxLength    = 40;
     this.ucLabelEditFromStorageID.Multiline    = false;
     this.ucLabelEditFromStorageID.Name         = "ucLabelEditFromStorageID";
     this.ucLabelEditFromStorageID.PasswordChar = '\0';
     this.ucLabelEditFromStorageID.ReadOnly     = false;
     this.ucLabelEditFromStorageID.ShowCheckBox = false;
     this.ucLabelEditFromStorageID.Size         = new System.Drawing.Size(182, 22);
     this.ucLabelEditFromStorageID.TabIndex     = 19;
     this.ucLabelEditFromStorageID.TabNext      = true;
     this.ucLabelEditFromStorageID.Value        = "";
     this.ucLabelEditFromStorageID.WidthType    = UserControl.WidthTypes.Normal;
     this.ucLabelEditFromStorageID.XAlign       = 61;
     //
     // ucLabelEditRectype
     //
     this.ucLabelEditRectype.AllowEditOnlyChecked = true;
     this.ucLabelEditRectype.AutoSelectAll        = false;
     this.ucLabelEditRectype.AutoUpper            = true;
     this.ucLabelEditRectype.Caption      = "单据类型";
     this.ucLabelEditRectype.Checked      = false;
     this.ucLabelEditRectype.EditType     = UserControl.EditTypes.String;
     this.ucLabelEditRectype.Location     = new System.Drawing.Point(217, 15);
     this.ucLabelEditRectype.MaxLength    = 40;
     this.ucLabelEditRectype.Multiline    = false;
     this.ucLabelEditRectype.Name         = "ucLabelEditRectype";
     this.ucLabelEditRectype.PasswordChar = '\0';
     this.ucLabelEditRectype.ReadOnly     = false;
     this.ucLabelEditRectype.ShowCheckBox = false;
     this.ucLabelEditRectype.Size         = new System.Drawing.Size(194, 22);
     this.ucLabelEditRectype.TabIndex     = 18;
     this.ucLabelEditRectype.TabNext      = true;
     this.ucLabelEditRectype.Value        = "";
     this.ucLabelEditRectype.WidthType    = UserControl.WidthTypes.Normal;
     this.ucLabelEditRectype.XAlign       = 278;
     //
     // ucLabelEditTransferNO
     //
     this.ucLabelEditTransferNO.AllowEditOnlyChecked = true;
     this.ucLabelEditTransferNO.AutoSelectAll        = false;
     this.ucLabelEditTransferNO.AutoUpper            = true;
     this.ucLabelEditTransferNO.Caption         = "单号";
     this.ucLabelEditTransferNO.Checked         = false;
     this.ucLabelEditTransferNO.EditType        = UserControl.EditTypes.String;
     this.ucLabelEditTransferNO.Location        = new System.Drawing.Point(24, 15);
     this.ucLabelEditTransferNO.MaxLength       = 40;
     this.ucLabelEditTransferNO.Multiline       = false;
     this.ucLabelEditTransferNO.Name            = "ucLabelEditTransferNO";
     this.ucLabelEditTransferNO.PasswordChar    = '\0';
     this.ucLabelEditTransferNO.ReadOnly        = false;
     this.ucLabelEditTransferNO.ShowCheckBox    = false;
     this.ucLabelEditTransferNO.Size            = new System.Drawing.Size(170, 22);
     this.ucLabelEditTransferNO.TabIndex        = 17;
     this.ucLabelEditTransferNO.TabNext         = true;
     this.ucLabelEditTransferNO.Value           = "";
     this.ucLabelEditTransferNO.WidthType       = UserControl.WidthTypes.Normal;
     this.ucLabelEditTransferNO.XAlign          = 61;
     this.ucLabelEditTransferNO.TxtboxKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ucLabelEditTransferNO_TxtboxKeyPress);
     //
     // groupBoxMiddle
     //
     this.groupBoxMiddle.BackColor = System.Drawing.Color.Gainsboro;
     this.groupBoxMiddle.Controls.Add(this.ultraGridHead);
     this.groupBoxMiddle.Controls.Add(this.groupBoxBottom);
     this.groupBoxMiddle.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBoxMiddle.Location = new System.Drawing.Point(0, 73);
     this.groupBoxMiddle.Name     = "groupBoxMiddle";
     this.groupBoxMiddle.Size     = new System.Drawing.Size(850, 444);
     this.groupBoxMiddle.TabIndex = 18;
     this.groupBoxMiddle.TabStop  = false;
     //
     // ultraGridHead
     //
     this.ultraGridHead.Cursor = System.Windows.Forms.Cursors.Hand;
     appearance4.BackColor     = System.Drawing.SystemColors.Window;
     appearance4.BorderColor   = System.Drawing.SystemColors.InactiveCaption;
     this.ultraGridHead.DisplayLayout.Appearance     = appearance4;
     this.ultraGridHead.DisplayLayout.BorderStyle    = Infragistics.Win.UIElementBorderStyle.Solid;
     this.ultraGridHead.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
     appearance1.BackColor         = System.Drawing.SystemColors.ActiveBorder;
     appearance1.BackColor2        = System.Drawing.SystemColors.ControlDark;
     appearance1.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance1.BorderColor       = System.Drawing.SystemColors.Window;
     this.ultraGridHead.DisplayLayout.GroupByBox.Appearance = appearance1;
     appearance2.ForeColor = System.Drawing.SystemColors.GrayText;
     this.ultraGridHead.DisplayLayout.GroupByBox.BandLabelAppearance = appearance2;
     this.ultraGridHead.DisplayLayout.GroupByBox.BorderStyle         = Infragistics.Win.UIElementBorderStyle.Solid;
     this.ultraGridHead.DisplayLayout.GroupByBox.Hidden = true;
     appearance14.BackColor         = System.Drawing.SystemColors.ControlLightLight;
     appearance14.BackColor2        = System.Drawing.SystemColors.Control;
     appearance14.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
     appearance14.ForeColor         = System.Drawing.SystemColors.GrayText;
     this.ultraGridHead.DisplayLayout.GroupByBox.PromptAppearance = appearance14;
     this.ultraGridHead.DisplayLayout.MaxColScrollRegions         = 1;
     this.ultraGridHead.DisplayLayout.MaxRowScrollRegions         = 1;
     appearance12.BackColor = System.Drawing.SystemColors.Window;
     appearance12.ForeColor = System.Drawing.SystemColors.ControlText;
     this.ultraGridHead.DisplayLayout.Override.ActiveCellAppearance = appearance12;
     appearance13.BackColor = System.Drawing.SystemColors.Highlight;
     appearance13.ForeColor = System.Drawing.SystemColors.HighlightText;
     this.ultraGridHead.DisplayLayout.Override.ActiveRowAppearance = appearance13;
     this.ultraGridHead.DisplayLayout.Override.BorderStyleCell     = Infragistics.Win.UIElementBorderStyle.Dotted;
     this.ultraGridHead.DisplayLayout.Override.BorderStyleRow      = Infragistics.Win.UIElementBorderStyle.Dotted;
     appearance6.BackColor = System.Drawing.SystemColors.Window;
     this.ultraGridHead.DisplayLayout.Override.CardAreaAppearance = appearance6;
     appearance5.BorderColor  = System.Drawing.Color.Silver;
     appearance5.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
     this.ultraGridHead.DisplayLayout.Override.CellAppearance  = appearance5;
     this.ultraGridHead.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.ultraGridHead.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.ultraGridHead.DisplayLayout.Override.GroupByRowAppearance = appearance9;
     appearance11.TextHAlignAsString = "Left";
     this.ultraGridHead.DisplayLayout.Override.HeaderAppearance  = appearance11;
     this.ultraGridHead.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.ultraGridHead.DisplayLayout.Override.HeaderStyle       = Infragistics.Win.HeaderStyle.WindowsXPCommand;
     appearance10.BackColor   = System.Drawing.SystemColors.Window;
     appearance10.BorderColor = System.Drawing.Color.Silver;
     this.ultraGridHead.DisplayLayout.Override.RowAppearance = appearance10;
     this.ultraGridHead.DisplayLayout.Override.RowSelectors  = Infragistics.Win.DefaultableBoolean.False;
     appearance8.BackColor = System.Drawing.SystemColors.ControlLight;
     this.ultraGridHead.DisplayLayout.Override.TemplateAddRowAppearance = appearance8;
     this.ultraGridHead.DisplayLayout.ScrollBounds  = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.ultraGridHead.DisplayLayout.ScrollStyle   = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.ultraGridHead.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
     this.ultraGridHead.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.ultraGridHead.Location          = new System.Drawing.Point(3, 17);
     this.ultraGridHead.Name              = "ultraGridHead";
     this.ultraGridHead.Size              = new System.Drawing.Size(844, 309);
     this.ultraGridHead.TabIndex          = 7;
     this.ultraGridHead.AfterCellUpdate  += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGridHead_AfterCellUpdate);
     this.ultraGridHead.ClickCell        += new Infragistics.Win.UltraWinGrid.ClickCellEventHandler(this.ultraGridHead_ClickCell);
     this.ultraGridHead.InitializeRow    += new Infragistics.Win.UltraWinGrid.InitializeRowEventHandler(this.ultraGridHead_InitializeRow);
     this.ultraGridHead.ClickCellButton  += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGridHead_ClickCellButton);
     this.ultraGridHead.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.ultraGridHead_InitializeLayout);
     //
     // groupBoxBottom
     //
     this.groupBoxBottom.Controls.Add(this.opsetPackObject);
     this.groupBoxBottom.Controls.Add(this.ucButtonPrint);
     this.groupBoxBottom.Controls.Add(this.ucLabelComboxPrintTemplete);
     this.groupBoxBottom.Controls.Add(this.ucLabelComboxPrintList);
     this.groupBoxBottom.Controls.Add(this.ucLabelEditPrintCount);
     this.groupBoxBottom.Controls.Add(this.edtBufferDate);
     this.groupBoxBottom.Controls.Add(this.opsCheckFIFO);
     this.groupBoxBottom.Controls.Add(this.ucLabelComboxType);
     this.groupBoxBottom.Controls.Add(this.ucLERunningCard);
     this.groupBoxBottom.Controls.Add(this.lblDay);
     this.groupBoxBottom.Controls.Add(this.ucButtonSend);
     this.groupBoxBottom.Controls.Add(this.ucButtonExit);
     this.groupBoxBottom.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.groupBoxBottom.Location = new System.Drawing.Point(3, 326);
     this.groupBoxBottom.Name     = "groupBoxBottom";
     this.groupBoxBottom.Size     = new System.Drawing.Size(844, 115);
     this.groupBoxBottom.TabIndex = 6;
     this.groupBoxBottom.TabStop  = false;
     //
     // opsetPackObject
     //
     this.opsetPackObject.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     appearance3.FontData.BoldAsString = "False";
     this.opsetPackObject.Appearance   = appearance3;
     this.opsetPackObject.BorderStyle  = Infragistics.Win.UIElementBorderStyle.None;
     valueListItem3.DataValue          = "0";
     valueListItem3.DisplayText        = "产品序号";
     valueListItem4.DataValue          = "1";
     valueListItem4.DisplayText        = "Pallet";
     this.opsetPackObject.Items.AddRange(new Infragistics.Win.ValueListItem[] {
         valueListItem3,
         valueListItem4
     });
     this.opsetPackObject.Location      = new System.Drawing.Point(18, 12);
     this.opsetPackObject.Name          = "opsetPackObject";
     this.opsetPackObject.Size          = new System.Drawing.Size(151, 16);
     this.opsetPackObject.TabIndex      = 205;
     this.opsetPackObject.UseFlatMode   = Infragistics.Win.DefaultableBoolean.True;
     this.opsetPackObject.Visible       = false;
     this.opsetPackObject.ValueChanged += new System.EventHandler(this.opsetPackObject_ValueChanged);
     //
     // ucButtonPrint
     //
     this.ucButtonPrint.BackColor       = System.Drawing.SystemColors.Control;
     this.ucButtonPrint.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ucButtonPrint.BackgroundImage")));
     this.ucButtonPrint.ButtonType      = UserControl.ButtonTypes.None;
     this.ucButtonPrint.Caption         = "打印";
     this.ucButtonPrint.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.ucButtonPrint.Location        = new System.Drawing.Point(177, 87);
     this.ucButtonPrint.Name            = "ucButtonPrint";
     this.ucButtonPrint.Size            = new System.Drawing.Size(88, 22);
     this.ucButtonPrint.TabIndex        = 57;
     this.ucButtonPrint.Click          += new System.EventHandler(this.ucButtonPrint_Click);
     //
     // ucLabelComboxPrintTemplete
     //
     this.ucLabelComboxPrintTemplete.AllowEditOnlyChecked = true;
     this.ucLabelComboxPrintTemplete.Caption       = "打印模板";
     this.ucLabelComboxPrintTemplete.Checked       = false;
     this.ucLabelComboxPrintTemplete.Location      = new System.Drawing.Point(297, 59);
     this.ucLabelComboxPrintTemplete.Name          = "ucLabelComboxPrintTemplete";
     this.ucLabelComboxPrintTemplete.SelectedIndex = -1;
     this.ucLabelComboxPrintTemplete.ShowCheckBox  = false;
     this.ucLabelComboxPrintTemplete.Size          = new System.Drawing.Size(194, 22);
     this.ucLabelComboxPrintTemplete.TabIndex      = 55;
     this.ucLabelComboxPrintTemplete.WidthType     = UserControl.WidthTypes.Normal;
     this.ucLabelComboxPrintTemplete.XAlign        = 358;
     //
     // ucLabelComboxPrintList
     //
     this.ucLabelComboxPrintList.AllowEditOnlyChecked = true;
     this.ucLabelComboxPrintList.Caption       = "打印机列表";
     this.ucLabelComboxPrintList.Checked       = false;
     this.ucLabelComboxPrintList.Location      = new System.Drawing.Point(3, 59);
     this.ucLabelComboxPrintList.Name          = "ucLabelComboxPrintList";
     this.ucLabelComboxPrintList.SelectedIndex = -1;
     this.ucLabelComboxPrintList.ShowCheckBox  = false;
     this.ucLabelComboxPrintList.Size          = new System.Drawing.Size(273, 22);
     this.ucLabelComboxPrintList.TabIndex      = 56;
     this.ucLabelComboxPrintList.WidthType     = UserControl.WidthTypes.Long;
     this.ucLabelComboxPrintList.XAlign        = 76;
     //
     // ucLabelEditPrintCount
     //
     this.ucLabelEditPrintCount.AllowEditOnlyChecked = true;
     this.ucLabelEditPrintCount.AutoSelectAll        = false;
     this.ucLabelEditPrintCount.AutoUpper            = true;
     this.ucLabelEditPrintCount.Caption      = "打印数量";
     this.ucLabelEditPrintCount.Checked      = false;
     this.ucLabelEditPrintCount.EditType     = UserControl.EditTypes.Integer;
     this.ucLabelEditPrintCount.Location     = new System.Drawing.Point(625, 54);
     this.ucLabelEditPrintCount.MaxLength    = 8;
     this.ucLabelEditPrintCount.Multiline    = false;
     this.ucLabelEditPrintCount.Name         = "ucLabelEditPrintCount";
     this.ucLabelEditPrintCount.PasswordChar = '\0';
     this.ucLabelEditPrintCount.ReadOnly     = false;
     this.ucLabelEditPrintCount.ShowCheckBox = false;
     this.ucLabelEditPrintCount.Size         = new System.Drawing.Size(111, 22);
     this.ucLabelEditPrintCount.TabIndex     = 54;
     this.ucLabelEditPrintCount.TabNext      = false;
     this.ucLabelEditPrintCount.Tag          = "";
     this.ucLabelEditPrintCount.Value        = "1";
     this.ucLabelEditPrintCount.WidthType    = UserControl.WidthTypes.Tiny;
     this.ucLabelEditPrintCount.XAlign       = 686;
     //
     // edtBufferDate
     //
     this.edtBufferDate.AllowEditOnlyChecked = true;
     this.edtBufferDate.AutoSelectAll        = false;
     this.edtBufferDate.AutoUpper            = true;
     this.edtBufferDate.Caption      = "缓冲期限";
     this.edtBufferDate.Checked      = false;
     this.edtBufferDate.EditType     = UserControl.EditTypes.Integer;
     this.edtBufferDate.Location     = new System.Drawing.Point(625, 28);
     this.edtBufferDate.MaxLength    = 40;
     this.edtBufferDate.Multiline    = false;
     this.edtBufferDate.Name         = "edtBufferDate";
     this.edtBufferDate.PasswordChar = '\0';
     this.edtBufferDate.ReadOnly     = false;
     this.edtBufferDate.ShowCheckBox = false;
     this.edtBufferDate.Size         = new System.Drawing.Size(111, 20);
     this.edtBufferDate.TabIndex     = 24;
     this.edtBufferDate.TabNext      = false;
     this.edtBufferDate.Value        = "1";
     this.edtBufferDate.WidthType    = UserControl.WidthTypes.Tiny;
     this.edtBufferDate.XAlign       = 686;
     //
     // opsCheckFIFO
     //
     appearance7.FontData.BoldAsString = "False";
     this.opsCheckFIFO.Appearance      = appearance7;
     this.opsCheckFIFO.BorderStyle     = Infragistics.Win.UIElementBorderStyle.None;
     valueListItem7.DataValue          = "0";
     valueListItem7.DisplayText        = "普通FIFO检查";
     valueListItem8.DataValue          = "1";
     valueListItem8.DisplayText        = "按供应商FIFO检查";
     this.opsCheckFIFO.Items.AddRange(new Infragistics.Win.ValueListItem[] {
         valueListItem7,
         valueListItem8
     });
     this.opsCheckFIFO.ItemSpacingVertical = 10;
     this.opsCheckFIFO.Location            = new System.Drawing.Point(499, 28);
     this.opsCheckFIFO.Name        = "opsCheckFIFO";
     this.opsCheckFIFO.Size        = new System.Drawing.Size(120, 53);
     this.opsCheckFIFO.TabIndex    = 23;
     this.opsCheckFIFO.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
     //
     // ucLabelComboxType
     //
     this.ucLabelComboxType.AllowEditOnlyChecked = true;
     this.ucLabelComboxType.Caption               = "业务类型";
     this.ucLabelComboxType.Checked               = false;
     this.ucLabelComboxType.Location              = new System.Drawing.Point(297, 31);
     this.ucLabelComboxType.Name                  = "ucLabelComboxType";
     this.ucLabelComboxType.SelectedIndex         = -1;
     this.ucLabelComboxType.ShowCheckBox          = false;
     this.ucLabelComboxType.Size                  = new System.Drawing.Size(194, 22);
     this.ucLabelComboxType.TabIndex              = 22;
     this.ucLabelComboxType.WidthType             = UserControl.WidthTypes.Normal;
     this.ucLabelComboxType.XAlign                = 358;
     this.ucLabelComboxType.SelectedIndexChanged += new System.EventHandler(this.ucLabelComboxType_SelectedIndexChanged);
     //
     // ucLERunningCard
     //
     this.ucLERunningCard.AllowEditOnlyChecked = true;
     this.ucLERunningCard.AutoSelectAll        = false;
     this.ucLERunningCard.AutoUpper            = true;
     this.ucLERunningCard.Caption         = "输入框";
     this.ucLERunningCard.Checked         = false;
     this.ucLERunningCard.EditType        = UserControl.EditTypes.String;
     this.ucLERunningCard.Location        = new System.Drawing.Point(27, 31);
     this.ucLERunningCard.MaxLength       = 40;
     this.ucLERunningCard.Multiline       = false;
     this.ucLERunningCard.Name            = "ucLERunningCard";
     this.ucLERunningCard.PasswordChar    = '\0';
     this.ucLERunningCard.ReadOnly        = false;
     this.ucLERunningCard.ShowCheckBox    = false;
     this.ucLERunningCard.Size            = new System.Drawing.Size(249, 22);
     this.ucLERunningCard.TabIndex        = 21;
     this.ucLERunningCard.TabNext         = true;
     this.ucLERunningCard.Value           = "";
     this.ucLERunningCard.WidthType       = UserControl.WidthTypes.Long;
     this.ucLERunningCard.XAlign          = 76;
     this.ucLERunningCard.TxtboxKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ucLabelEditInput_TxtboxKeyPress);
     //
     // lblDay
     //
     this.lblDay.AutoSize = true;
     this.lblDay.Location = new System.Drawing.Point(742, 31);
     this.lblDay.Name     = "lblDay";
     this.lblDay.Size     = new System.Drawing.Size(17, 12);
     this.lblDay.TabIndex = 51;
     this.lblDay.Text     = "天";
     //
     // ucButtonSend
     //
     this.ucButtonSend.BackColor       = System.Drawing.SystemColors.Control;
     this.ucButtonSend.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ucButtonSend.BackgroundImage")));
     this.ucButtonSend.ButtonType      = UserControl.ButtonTypes.None;
     this.ucButtonSend.Caption         = "发料";
     this.ucButtonSend.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.ucButtonSend.Location        = new System.Drawing.Point(383, 87);
     this.ucButtonSend.Name            = "ucButtonSend";
     this.ucButtonSend.Size            = new System.Drawing.Size(88, 22);
     this.ucButtonSend.TabIndex        = 19;
     this.ucButtonSend.TabStop         = false;
     this.ucButtonSend.Click          += new System.EventHandler(this.ucButtonSend_Click);
     //
     // ucButtonExit
     //
     this.ucButtonExit.BackColor       = System.Drawing.SystemColors.Control;
     this.ucButtonExit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ucButtonExit.BackgroundImage")));
     this.ucButtonExit.ButtonType      = UserControl.ButtonTypes.None;
     this.ucButtonExit.Caption         = "退出";
     this.ucButtonExit.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.ucButtonExit.Location        = new System.Drawing.Point(603, 87);
     this.ucButtonExit.Name            = "ucButtonExit";
     this.ucButtonExit.Size            = new System.Drawing.Size(88, 22);
     this.ucButtonExit.TabIndex        = 20;
     this.ucButtonExit.TabStop         = false;
     this.ucButtonExit.Click          += new System.EventHandler(this.ucButtonExit_Click);
     //
     // FMaterialTransfer
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(850, 517);
     this.Controls.Add(this.groupBoxMiddle);
     this.Controls.Add(this.groupBoxTop);
     this.Name  = "FMaterialTransfer";
     this.Text  = "物料转移";
     this.Load += new System.EventHandler(this.FMaterialTransfer_Load);
     this.groupBoxTop.ResumeLayout(false);
     this.groupBoxTop.PerformLayout();
     this.groupBoxMiddle.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGridHead)).EndInit();
     this.groupBoxBottom.ResumeLayout(false);
     this.groupBoxBottom.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.opsetPackObject)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.opsCheckFIFO)).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.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("RataPersonaDTO", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn53 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Alert");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn54 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DataEmissione");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn55 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DataScadenza");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn56 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DataUltimoVersamento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn57 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneEsercizio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn58 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneRata");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn59 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneUnitaImmobiliare");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn60 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdDettaglioEmissione");
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn61 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdEsercizio");
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn62 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdPersona");
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn63 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdPianoDettaglioRatealeRiferimento");
            Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn64 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdSoggetto");
            Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn65 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdTestataEmissione");
            Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn66 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdUnitaImmobiliare");
            Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn67 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ImportoProgressivo");
            Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn68 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ImportoRata");
            Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn69 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ImportoVersamento");
            Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn70 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ImportoVersato");
            Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn71 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NumeroSolleciti");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn72 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OrdineUnitaImmobiliare");
            Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn73 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Progressivo");
            Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn74 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Selezionabile");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn75 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("StatoRata");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn76 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("StatoRataDisplay");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn77 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TipoSoggetto");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn78 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TipoUnitaImmobiliare");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn79 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ExtensionData");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn80 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DisplayName");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn81 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FrequentlyAccessed");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn82 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
            Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn83 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsDeleteAllow");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn84 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Stato");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn85 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Version");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn86 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SelectColumn", 0);
            Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("PersonaCondominioDTO", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Cellulare");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Cognome");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Descrizione");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Domicilio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Email");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("EmailCertificata");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Fax");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdEsercizio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdReferente");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Indirizzo");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("InternoUnitaImmobiliare");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Nome");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Note");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OrdineUnitaImmobiliare");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn41 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Password");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn42 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Recapito");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn43 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Telefono");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn44 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Tipo");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn45 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Username");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn46 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ExtensionData");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn47 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DisplayName");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn48 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FrequentlyAccessed");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn49 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn50 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsDeleteAllow");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn51 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Stato");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn52 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Version");
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GestioneVersamentiPersonaUC));
            this.selezioniGroupBox = 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.sceltaCondominioCombo = new Gipasoft.Stabili.UI.Library.SceltaCondominioCombo();
            this.datiVersamentoGroup = new Infragistics.Win.Misc.UltraGroupBox();
            this.movimentiDopoChiusura = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
            this.lblNota = new Infragistics.Win.Misc.UltraLabel();
            this.nota = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.causale = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblCausale = new Infragistics.Win.Misc.UltraLabel();
            this.lblSottoContoPatrimoniale = new Infragistics.Win.Misc.UltraLabel();
            this.sottoContoPatrimoniale = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.sottoContoDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.assegno = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblAssegno = new Infragistics.Win.Misc.UltraLabel();
            this.btnRiparto = new Infragistics.Win.Misc.UltraButton();
            this.dataVersamento = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.lblDataVersamento = new Infragistics.Win.Misc.UltraLabel();
            this.contoPatrimoniale = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.contoBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.lblContoPatrimoniale = new Infragistics.Win.Misc.UltraLabel();
            this.listaRate = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.rataPersonaDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.importo = new Infragistics.Win.UltraWinEditors.UltraCurrencyEditor();
            this.lblImporto = new Infragistics.Win.Misc.UltraLabel();
            this.lblCondomino = new Infragistics.Win.Misc.UltraLabel();
            this.condomini = new Infragistics.Win.UltraWinGrid.UltraCombo();
            this.personaCondominioDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.btnConferma = new Infragistics.Win.Misc.UltraButton();
            this.validationSummary1 = new Gipasoft.Windows.Forms.CustomValidation.ValidationSummary(this.components);
            this.reqEsercizio = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.reqCondomino = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.btnAnnulla = new Infragistics.Win.Misc.UltraButton();
            this.reqDataVersamento = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.reqContoPatrimoniale = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.customRate = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            this.validatorImporto = new Gipasoft.Windows.Forms.CustomValidation.CompareValidator();
            this.sottocontoValidator = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            this.dataVersamentoCustomValidator = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            ((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.datiVersamentoGroup)).BeginInit();
            this.datiVersamentoGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.movimentiDopoChiusura)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nota)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.causale)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sottoContoPatrimoniale)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sottoContoDTOBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.assegno)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataVersamento)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.contoPatrimoniale)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.contoBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.listaRate)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rataPersonaDTOBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.importo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.condomini)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.personaCondominioDTOBindingSource)).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.esercizi);
            this.selezioniGroupBox.Controls.Add(this.lblEsercizio);
            this.selezioniGroupBox.Controls.Add(this.lblCondominio);
            this.selezioniGroupBox.Controls.Add(this.sceltaCondominioCombo);
            this.selezioniGroupBox.Location = new System.Drawing.Point(3, 3);
            this.selezioniGroupBox.Name = "selezioniGroupBox";
            this.selezioniGroupBox.Size = new System.Drawing.Size(741, 70);
            this.selezioniGroupBox.TabIndex = 1;
            this.selezioniGroupBox.Text = "Selezioni";
            // 
            // esercizi
            // 
            this.esercizi.DataSource = this.eserciziDTOBindingSource;
            this.esercizi.DisplayMember = "DisplayName";
            this.esercizi.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.esercizi.Location = new System.Drawing.Point(479, 33);
            this.esercizi.Name = "esercizi";
            this.esercizi.Size = new System.Drawing.Size(223, 21);
            this.esercizi.TabIndex = 20;
            this.esercizi.ValueMember = "ID";
            this.esercizi.ValueChanged += new System.EventHandler(this.eserciziValueChanged);
            // 
            // eserciziDTOBindingSource
            // 
            this.eserciziDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.EsercizioDTO);
            // 
            // lblEsercizio
            // 
            this.lblEsercizio.Location = new System.Drawing.Point(420, 33);
            this.lblEsercizio.Name = "lblEsercizio";
            this.lblEsercizio.Size = new System.Drawing.Size(53, 23);
            this.lblEsercizio.TabIndex = 2;
            this.lblEsercizio.Text = "Esercizio";
            // 
            // lblCondominio
            // 
            this.lblCondominio.Location = new System.Drawing.Point(6, 31);
            this.lblCondominio.Name = "lblCondominio";
            this.lblCondominio.Size = new System.Drawing.Size(66, 23);
            this.lblCondominio.TabIndex = 1;
            this.lblCondominio.Text = "Condominio";
            // 
            // sceltaCondominioCombo
            // 
            this.sceltaCondominioCombo.IdCondominioSelected = 0;
            this.sceltaCondominioCombo.Location = new System.Drawing.Point(78, 33);
            this.sceltaCondominioCombo.Name = "sceltaCondominioCombo";
            this.sceltaCondominioCombo.Size = new System.Drawing.Size(313, 21);
            this.sceltaCondominioCombo.TabIndex = 10;
            // 
            // datiVersamentoGroup
            // 
            this.datiVersamentoGroup.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.datiVersamentoGroup.Controls.Add(this.movimentiDopoChiusura);
            this.datiVersamentoGroup.Controls.Add(this.lblNota);
            this.datiVersamentoGroup.Controls.Add(this.nota);
            this.datiVersamentoGroup.Controls.Add(this.causale);
            this.datiVersamentoGroup.Controls.Add(this.lblCausale);
            this.datiVersamentoGroup.Controls.Add(this.lblSottoContoPatrimoniale);
            this.datiVersamentoGroup.Controls.Add(this.sottoContoPatrimoniale);
            this.datiVersamentoGroup.Controls.Add(this.assegno);
            this.datiVersamentoGroup.Controls.Add(this.lblAssegno);
            this.datiVersamentoGroup.Controls.Add(this.btnRiparto);
            this.datiVersamentoGroup.Controls.Add(this.dataVersamento);
            this.datiVersamentoGroup.Controls.Add(this.lblDataVersamento);
            this.datiVersamentoGroup.Controls.Add(this.contoPatrimoniale);
            this.datiVersamentoGroup.Controls.Add(this.lblContoPatrimoniale);
            this.datiVersamentoGroup.Controls.Add(this.listaRate);
            this.datiVersamentoGroup.Controls.Add(this.importo);
            this.datiVersamentoGroup.Controls.Add(this.lblImporto);
            this.datiVersamentoGroup.Controls.Add(this.lblCondomino);
            this.datiVersamentoGroup.Controls.Add(this.condomini);
            this.datiVersamentoGroup.Location = new System.Drawing.Point(3, 79);
            this.datiVersamentoGroup.Name = "datiVersamentoGroup";
            this.datiVersamentoGroup.Size = new System.Drawing.Size(741, 283);
            this.datiVersamentoGroup.TabIndex = 2;
            this.datiVersamentoGroup.Text = "Dati Versamento";
            // 
            // movimentiDopoChiusura
            // 
            this.movimentiDopoChiusura.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
            valueListItem1.DataValue = "G";
            valueListItem1.DisplayText = "Giroconti per versamenti successivi alla chiusura";
            valueListItem2.DataValue = "R";
            valueListItem2.DisplayText = "Riconosciuti nell\'esercizio successivo";
            this.movimentiDopoChiusura.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem1,
            valueListItem2});
            this.movimentiDopoChiusura.ItemSpacingVertical = 5;
            this.movimentiDopoChiusura.Location = new System.Drawing.Point(78, 232);
            this.movimentiDopoChiusura.Name = "movimentiDopoChiusura";
            this.movimentiDopoChiusura.Size = new System.Drawing.Size(313, 40);
            this.movimentiDopoChiusura.TabIndex = 179;
            this.movimentiDopoChiusura.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
            // 
            // lblNota
            // 
            this.lblNota.Location = new System.Drawing.Point(6, 182);
            this.lblNota.Name = "lblNota";
            this.lblNota.Size = new System.Drawing.Size(60, 23);
            this.lblNota.TabIndex = 175;
            this.lblNota.Text = "Nota";
            // 
            // nota
            // 
            this.nota.Location = new System.Drawing.Point(78, 182);
            this.nota.MaxLength = 512;
            this.nota.Multiline = true;
            this.nota.Name = "nota";
            this.nota.Size = new System.Drawing.Size(313, 44);
            this.nota.TabIndex = 174;
            // 
            // causale
            // 
            this.causale.Location = new System.Drawing.Point(78, 101);
            this.causale.MaxLength = 256;
            this.causale.Name = "causale";
            this.causale.Size = new System.Drawing.Size(313, 21);
            this.causale.TabIndex = 60;
            // 
            // lblCausale
            // 
            this.lblCausale.Location = new System.Drawing.Point(6, 105);
            this.lblCausale.Name = "lblCausale";
            this.lblCausale.Size = new System.Drawing.Size(60, 23);
            this.lblCausale.TabIndex = 173;
            this.lblCausale.Text = "Causale";
            // 
            // lblSottoContoPatrimoniale
            // 
            this.lblSottoContoPatrimoniale.Location = new System.Drawing.Point(6, 78);
            this.lblSottoContoPatrimoniale.Name = "lblSottoContoPatrimoniale";
            this.lblSottoContoPatrimoniale.Size = new System.Drawing.Size(66, 23);
            this.lblSottoContoPatrimoniale.TabIndex = 172;
            this.lblSottoContoPatrimoniale.Text = "Sotto Conto";
            // 
            // sottoContoPatrimoniale
            // 
            this.sottoContoPatrimoniale.DataSource = this.sottoContoDTOBindingSource;
            this.sottoContoPatrimoniale.DisplayMember = "DisplayName";
            this.sottoContoPatrimoniale.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.sottoContoPatrimoniale.Location = new System.Drawing.Point(78, 74);
            this.sottoContoPatrimoniale.Name = "sottoContoPatrimoniale";
            this.sottoContoPatrimoniale.Size = new System.Drawing.Size(313, 21);
            this.sottoContoPatrimoniale.TabIndex = 50;
            this.sottoContoPatrimoniale.ValueMember = "ID";
            // 
            // sottoContoDTOBindingSource
            // 
            this.sottoContoDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.SottoContoDTO);
            // 
            // assegno
            // 
            this.assegno.Location = new System.Drawing.Point(78, 128);
            this.assegno.MaxLength = 12;
            this.assegno.Name = "assegno";
            this.assegno.Size = new System.Drawing.Size(141, 21);
            this.assegno.TabIndex = 70;
            // 
            // lblAssegno
            // 
            this.lblAssegno.Location = new System.Drawing.Point(6, 132);
            this.lblAssegno.Name = "lblAssegno";
            this.lblAssegno.Size = new System.Drawing.Size(60, 23);
            this.lblAssegno.TabIndex = 169;
            this.lblAssegno.Text = "Assegno";
            // 
            // btnRiparto
            // 
            appearance1.Image = global::Gipasoft.Stabili.UI.VersamentiCondomini.VersamentiResources.ripartoImporto;
            appearance1.ImageHAlign = Infragistics.Win.HAlign.Center;
            appearance1.ImageVAlign = Infragistics.Win.VAlign.Middle;
            this.btnRiparto.Appearance = appearance1;
            this.btnRiparto.Location = new System.Drawing.Point(361, 152);
            this.btnRiparto.Name = "btnRiparto";
            this.btnRiparto.Size = new System.Drawing.Size(30, 28);
            this.btnRiparto.TabIndex = 100;
            this.btnRiparto.Click += new System.EventHandler(this.btnRipartoClick);
            // 
            // dataVersamento
            // 
            this.dataVersamento.Location = new System.Drawing.Point(78, 155);
            this.dataVersamento.Name = "dataVersamento";
            this.dataVersamento.Size = new System.Drawing.Size(91, 21);
            this.dataVersamento.TabIndex = 80;
            this.dataVersamento.ValueChanged += new System.EventHandler(this.dataVersamentoValueChanged);
            // 
            // lblDataVersamento
            // 
            this.lblDataVersamento.Location = new System.Drawing.Point(6, 160);
            this.lblDataVersamento.Name = "lblDataVersamento";
            this.lblDataVersamento.Size = new System.Drawing.Size(60, 23);
            this.lblDataVersamento.TabIndex = 165;
            this.lblDataVersamento.Text = "Data";
            // 
            // contoPatrimoniale
            // 
            this.contoPatrimoniale.DataSource = this.contoBindingSource;
            this.contoPatrimoniale.DisplayMember = "Descrizione";
            this.contoPatrimoniale.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.contoPatrimoniale.Location = new System.Drawing.Point(78, 47);
            this.contoPatrimoniale.Name = "contoPatrimoniale";
            this.contoPatrimoniale.Size = new System.Drawing.Size(313, 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);
            // 
            // lblContoPatrimoniale
            // 
            this.lblContoPatrimoniale.Location = new System.Drawing.Point(6, 47);
            this.lblContoPatrimoniale.Name = "lblContoPatrimoniale";
            this.lblContoPatrimoniale.Size = new System.Drawing.Size(60, 23);
            this.lblContoPatrimoniale.TabIndex = 164;
            this.lblContoPatrimoniale.Text = "Conto";
            // 
            // listaRate
            // 
            this.listaRate.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.listaRate.DataSource = this.rataPersonaDTOBindingSource;
            ultraGridColumn53.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn53.Header.VisiblePosition = 32;
            ultraGridColumn53.Hidden = true;
            ultraGridColumn54.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn54.ColumnChooserCaption = "Data Emissione";
            ultraGridColumn54.Header.Caption = "Emissione";
            ultraGridColumn54.Header.VisiblePosition = 14;
            ultraGridColumn54.Hidden = true;
            ultraGridColumn55.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn55.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn55.ColumnChooserCaption = "Scadenza";
            ultraGridColumn55.Header.Caption = "Scadenza";
            ultraGridColumn55.Header.VisiblePosition = 8;
            ultraGridColumn55.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Date;
            ultraGridColumn55.Width = 62;
            ultraGridColumn56.ColumnChooserCaption = "Data Ultimo Versamento";
            ultraGridColumn56.Header.Caption = "Ultimo Vers.";
            ultraGridColumn56.Header.VisiblePosition = 11;
            ultraGridColumn57.Header.Caption = "Esercizio";
            ultraGridColumn57.Header.VisiblePosition = 4;
            ultraGridColumn57.Hidden = true;
            ultraGridColumn58.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn58.Header.Caption = "Descrizione";
            ultraGridColumn58.Header.VisiblePosition = 7;
            ultraGridColumn58.Hidden = true;
            ultraGridColumn59.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn59.Header.Caption = "Unità Immobiliare";
            ultraGridColumn59.Header.VisiblePosition = 19;
            ultraGridColumn60.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            appearance2.TextHAlignAsString = "Right";
            ultraGridColumn60.CellAppearance = appearance2;
            ultraGridColumn60.Header.Caption = "Id Dettaglio Emissione";
            ultraGridColumn60.Header.VisiblePosition = 23;
            ultraGridColumn60.Hidden = true;
            ultraGridColumn60.Nullable = Infragistics.Win.UltraWinGrid.Nullable.Nothing;
            ultraGridColumn61.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            appearance3.TextHAlignAsString = "Right";
            ultraGridColumn61.CellAppearance = appearance3;
            ultraGridColumn61.Header.Caption = "Id Esercizio";
            ultraGridColumn61.Header.VisiblePosition = 21;
            ultraGridColumn61.Hidden = true;
            ultraGridColumn61.Nullable = Infragistics.Win.UltraWinGrid.Nullable.Nothing;
            ultraGridColumn62.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            appearance4.TextHAlignAsString = "Right";
            ultraGridColumn62.CellAppearance = appearance4;
            ultraGridColumn62.Header.Caption = "Id Persona";
            ultraGridColumn62.Header.VisiblePosition = 26;
            ultraGridColumn62.Hidden = true;
            ultraGridColumn62.Nullable = Infragistics.Win.UltraWinGrid.Nullable.Nothing;
            ultraGridColumn63.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            appearance5.TextHAlignAsString = "Right";
            ultraGridColumn63.CellAppearance = appearance5;
            ultraGridColumn63.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn63.Header.VisiblePosition = 27;
            ultraGridColumn63.Hidden = true;
            ultraGridColumn63.Nullable = Infragistics.Win.UltraWinGrid.Nullable.Nothing;
            appearance6.TextHAlignAsString = "Right";
            ultraGridColumn64.CellAppearance = appearance6;
            ultraGridColumn64.Header.Caption = "Id Sogg.";
            ultraGridColumn64.Header.VisiblePosition = 2;
            ultraGridColumn64.Hidden = true;
            ultraGridColumn65.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            appearance7.TextHAlignAsString = "Right";
            ultraGridColumn65.CellAppearance = appearance7;
            ultraGridColumn65.Header.Caption = "Id Testata Emissione";
            ultraGridColumn65.Header.VisiblePosition = 22;
            ultraGridColumn65.Hidden = true;
            ultraGridColumn65.Nullable = Infragistics.Win.UltraWinGrid.Nullable.Nothing;
            ultraGridColumn66.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            appearance8.TextHAlignAsString = "Right";
            ultraGridColumn66.CellAppearance = appearance8;
            ultraGridColumn66.Header.Caption = "Id Un.Imm.";
            ultraGridColumn66.Header.VisiblePosition = 17;
            ultraGridColumn66.Hidden = true;
            ultraGridColumn66.Nullable = Infragistics.Win.UltraWinGrid.Nullable.Nothing;
            ultraGridColumn67.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            appearance9.TextHAlignAsString = "Right";
            ultraGridColumn67.CellAppearance = appearance9;
            ultraGridColumn67.Format = "c";
            ultraGridColumn67.Header.Caption = "Saldo";
            ultraGridColumn67.Header.VisiblePosition = 13;
            ultraGridColumn67.Nullable = Infragistics.Win.UltraWinGrid.Nullable.Nothing;
            ultraGridColumn68.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            appearance10.TextHAlignAsString = "Right";
            ultraGridColumn68.CellAppearance = appearance10;
            ultraGridColumn68.Format = "c";
            ultraGridColumn68.Header.Caption = "Rata";
            ultraGridColumn68.Header.VisiblePosition = 9;
            ultraGridColumn68.Nullable = Infragistics.Win.UltraWinGrid.Nullable.Nothing;
            appearance11.TextHAlignAsString = "Right";
            ultraGridColumn69.CellAppearance = appearance11;
            ultraGridColumn69.Format = "c";
            ultraGridColumn69.Header.Caption = "Versamento";
            ultraGridColumn69.Header.VisiblePosition = 12;
            ultraGridColumn69.Nullable = Infragistics.Win.UltraWinGrid.Nullable.Nothing;
            ultraGridColumn70.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            appearance12.TextHAlignAsString = "Right";
            ultraGridColumn70.CellAppearance = appearance12;
            ultraGridColumn70.Format = "c";
            ultraGridColumn70.Header.Caption = "Versato";
            ultraGridColumn70.Header.VisiblePosition = 10;
            ultraGridColumn70.Nullable = Infragistics.Win.UltraWinGrid.Nullable.Nothing;
            ultraGridColumn71.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn71.Header.Caption = "Solleciti";
            ultraGridColumn71.Header.VisiblePosition = 29;
            ultraGridColumn71.Hidden = true;
            ultraGridColumn71.Nullable = Infragistics.Win.UltraWinGrid.Nullable.Nothing;
            ultraGridColumn72.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            appearance13.TextHAlignAsString = "Right";
            ultraGridColumn72.CellAppearance = appearance13;
            ultraGridColumn72.Header.Caption = "Prg.";
            ultraGridColumn72.Header.VisiblePosition = 18;
            ultraGridColumn72.Nullable = Infragistics.Win.UltraWinGrid.Nullable.Nothing;
            ultraGridColumn72.Width = 35;
            ultraGridColumn73.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            appearance14.TextHAlignAsString = "Right";
            ultraGridColumn73.CellAppearance = appearance14;
            ultraGridColumn73.Header.Caption = "Num.";
            ultraGridColumn73.Header.VisiblePosition = 5;
            ultraGridColumn73.Nullable = Infragistics.Win.UltraWinGrid.Nullable.Nothing;
            ultraGridColumn73.Width = 30;
            ultraGridColumn74.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn74.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn74.Header.VisiblePosition = 25;
            ultraGridColumn74.Hidden = true;
            ultraGridColumn75.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn75.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn75.Header.Caption = "Stato";
            ultraGridColumn75.Header.VisiblePosition = 15;
            ultraGridColumn75.Hidden = true;
            ultraGridColumn75.Width = 50;
            ultraGridColumn76.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn76.Header.VisiblePosition = 24;
            ultraGridColumn76.Hidden = true;
            ultraGridColumn77.Header.Caption = "Tipo Soggetto";
            ultraGridColumn77.Header.VisiblePosition = 3;
            ultraGridColumn77.Hidden = true;
            ultraGridColumn78.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn78.Header.Caption = "Tipo Unità";
            ultraGridColumn78.Header.VisiblePosition = 20;
            ultraGridColumn79.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn79.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn79.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn79.Header.VisiblePosition = 28;
            ultraGridColumn79.Hidden = true;
            ultraGridColumn80.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn80.Header.Caption = "Descrizione";
            ultraGridColumn80.Header.VisiblePosition = 6;
            ultraGridColumn81.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn81.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn81.Header.VisiblePosition = 30;
            ultraGridColumn81.Hidden = true;
            ultraGridColumn82.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            appearance15.TextHAlignAsString = "Right";
            ultraGridColumn82.CellAppearance = appearance15;
            ultraGridColumn82.Header.Caption = "Id Rata";
            ultraGridColumn82.Header.VisiblePosition = 1;
            ultraGridColumn82.Hidden = true;
            ultraGridColumn82.Nullable = Infragistics.Win.UltraWinGrid.Nullable.Nothing;
            ultraGridColumn83.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn83.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn83.Header.VisiblePosition = 31;
            ultraGridColumn83.Hidden = true;
            ultraGridColumn84.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn84.Header.VisiblePosition = 16;
            ultraGridColumn84.Hidden = true;
            ultraGridColumn85.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn85.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn85.Header.VisiblePosition = 33;
            ultraGridColumn85.Hidden = true;
            ultraGridColumn86.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn86.DataType = typeof(bool);
            ultraGridColumn86.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn86.Header.Caption = "S";
            ultraGridColumn86.Header.VisiblePosition = 0;
            ultraGridColumn86.Width = 30;
            ultraGridBand1.Columns.AddRange(new object[] {
            ultraGridColumn53,
            ultraGridColumn54,
            ultraGridColumn55,
            ultraGridColumn56,
            ultraGridColumn57,
            ultraGridColumn58,
            ultraGridColumn59,
            ultraGridColumn60,
            ultraGridColumn61,
            ultraGridColumn62,
            ultraGridColumn63,
            ultraGridColumn64,
            ultraGridColumn65,
            ultraGridColumn66,
            ultraGridColumn67,
            ultraGridColumn68,
            ultraGridColumn69,
            ultraGridColumn70,
            ultraGridColumn71,
            ultraGridColumn72,
            ultraGridColumn73,
            ultraGridColumn74,
            ultraGridColumn75,
            ultraGridColumn76,
            ultraGridColumn77,
            ultraGridColumn78,
            ultraGridColumn79,
            ultraGridColumn80,
            ultraGridColumn81,
            ultraGridColumn82,
            ultraGridColumn83,
            ultraGridColumn84,
            ultraGridColumn85,
            ultraGridColumn86});
            this.listaRate.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
            appearance16.FontData.BoldAsString = "True";
            appearance16.TextHAlignAsString = "Left";
            this.listaRate.DisplayLayout.CaptionAppearance = appearance16;
            this.listaRate.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
            this.listaRate.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
            this.listaRate.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.True;
            this.listaRate.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
            this.listaRate.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
            this.listaRate.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.listaRate.Location = new System.Drawing.Point(397, 19);
            this.listaRate.Name = "listaRate";
            this.listaRate.Size = new System.Drawing.Size(338, 258);
            this.listaRate.TabIndex = 7;
            this.listaRate.Text = "Rate";
            this.listaRate.InitializeRow += new Infragistics.Win.UltraWinGrid.InitializeRowEventHandler(this.listaRateInitializeRow);
            this.listaRate.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.listaRateCellChange);
            this.listaRate.BeforeCellUpdate += new Infragistics.Win.UltraWinGrid.BeforeCellUpdateEventHandler(this.listaRateBeforeCellUpdate);
            // 
            // rataPersonaDTOBindingSource
            // 
            this.rataPersonaDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.RataPersonaDTO);
            // 
            // importo
            // 
            this.importo.Location = new System.Drawing.Point(255, 155);
            this.importo.MaskInput = "{currency:9.2:c}";
            this.importo.Name = "importo";
            this.importo.Size = new System.Drawing.Size(100, 21);
            this.importo.TabIndex = 90;
            this.importo.Leave += new System.EventHandler(this.importoLeave);
            // 
            // lblImporto
            // 
            this.lblImporto.Location = new System.Drawing.Point(196, 160);
            this.lblImporto.Name = "lblImporto";
            this.lblImporto.Size = new System.Drawing.Size(53, 23);
            this.lblImporto.TabIndex = 5;
            this.lblImporto.Text = "Importo";
            // 
            // lblCondomino
            // 
            this.lblCondomino.Location = new System.Drawing.Point(6, 23);
            this.lblCondomino.Name = "lblCondomino";
            this.lblCondomino.Size = new System.Drawing.Size(66, 23);
            this.lblCondomino.TabIndex = 4;
            this.lblCondomino.Text = "Condomino";
            // 
            // condomini
            // 
            this.condomini.AllowNull = Infragistics.Win.DefaultableBoolean.True;
            this.condomini.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.SuggestAppend;
            this.condomini.AutoSuggestFilterMode = Infragistics.Win.AutoSuggestFilterMode.Contains;
            this.condomini.DataSource = this.personaCondominioDTOBindingSource;
            ultraGridColumn27.Header.VisiblePosition = 8;
            ultraGridColumn27.Hidden = true;
            ultraGridColumn28.Header.VisiblePosition = 3;
            ultraGridColumn29.Header.VisiblePosition = 5;
            ultraGridColumn30.Header.VisiblePosition = 14;
            ultraGridColumn30.Hidden = true;
            ultraGridColumn31.Header.VisiblePosition = 6;
            ultraGridColumn31.Hidden = true;
            ultraGridColumn32.Header.VisiblePosition = 10;
            ultraGridColumn32.Hidden = true;
            ultraGridColumn33.Header.VisiblePosition = 7;
            ultraGridColumn33.Hidden = true;
            ultraGridColumn34.Header.Caption = "Id Es.";
            ultraGridColumn34.Header.VisiblePosition = 11;
            ultraGridColumn34.Hidden = true;
            ultraGridColumn35.Header.VisiblePosition = 12;
            ultraGridColumn35.Hidden = true;
            ultraGridColumn36.Header.VisiblePosition = 13;
            ultraGridColumn37.Header.Caption = "Interno";
            ultraGridColumn37.Header.VisiblePosition = 2;
            ultraGridColumn37.Width = 40;
            ultraGridColumn38.Header.VisiblePosition = 4;
            ultraGridColumn39.Header.VisiblePosition = 15;
            ultraGridColumn39.Hidden = true;
            ultraGridColumn40.Header.Caption = "Prg.";
            ultraGridColumn40.Header.VisiblePosition = 1;
            ultraGridColumn40.Width = 30;
            ultraGridColumn41.Header.VisiblePosition = 17;
            ultraGridColumn41.Hidden = true;
            ultraGridColumn42.Header.VisiblePosition = 18;
            ultraGridColumn43.Header.VisiblePosition = 19;
            ultraGridColumn43.Hidden = true;
            ultraGridColumn44.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn44.Header.VisiblePosition = 20;
            ultraGridColumn44.Hidden = true;
            ultraGridColumn45.Header.VisiblePosition = 21;
            ultraGridColumn45.Hidden = true;
            ultraGridColumn46.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn46.Header.VisiblePosition = 16;
            ultraGridColumn46.Hidden = true;
            ultraGridColumn47.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn47.Header.VisiblePosition = 9;
            ultraGridColumn47.Hidden = true;
            ultraGridColumn48.Header.VisiblePosition = 22;
            ultraGridColumn48.Hidden = true;
            ultraGridColumn49.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn49.Header.VisiblePosition = 0;
            ultraGridColumn49.Hidden = true;
            ultraGridColumn50.Header.VisiblePosition = 23;
            ultraGridColumn50.Hidden = true;
            ultraGridColumn51.Header.VisiblePosition = 24;
            ultraGridColumn51.Hidden = true;
            ultraGridColumn52.Header.VisiblePosition = 25;
            ultraGridColumn52.Hidden = true;
            ultraGridBand2.Columns.AddRange(new object[] {
            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});
            this.condomini.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
            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(78, 19);
            this.condomini.Name = "condomini";
            this.condomini.Size = new System.Drawing.Size(313, 22);
            this.condomini.TabIndex = 30;
            this.condomini.ValueMember = "ID";
            this.condomini.ValueChanged += new System.EventHandler(this.condominiValueChanged);
            this.condomini.Enter += new System.EventHandler(this.condominiEnter);
            // 
            // personaCondominioDTOBindingSource
            // 
            this.personaCondominioDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.PersonaCondominioDTO);
            // 
            // 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, 368);
            this.btnConferma.Name = "btnConferma";
            this.btnConferma.Size = new System.Drawing.Size(75, 23);
            this.btnConferma.TabIndex = 110;
            this.btnConferma.Text = "Conferma";
            this.btnConferma.Click += new System.EventHandler(this.btnConfermaClick);
            // 
            // reqEsercizio
            // 
            this.reqEsercizio.ControlToValidate = this.esercizi;
            this.reqEsercizio.ErrorMessage = "Scegliere un esercizio";
            this.reqEsercizio.Icon = null;
            // 
            // reqCondomino
            // 
            this.reqCondomino.ControlToValidate = this.condomini;
            this.reqCondomino.ErrorMessage = "Scegliere un condomino";
            this.reqCondomino.Icon = null;
            // 
            // btnAnnulla
            // 
            this.btnAnnulla.Location = new System.Drawing.Point(81, 369);
            this.btnAnnulla.Name = "btnAnnulla";
            this.btnAnnulla.Size = new System.Drawing.Size(75, 23);
            this.btnAnnulla.TabIndex = 4;
            this.btnAnnulla.Text = "Annulla";
            this.btnAnnulla.Click += new System.EventHandler(this.btnAnnullaClick);
            // 
            // reqDataVersamento
            // 
            this.reqDataVersamento.ControlToValidate = this.dataVersamento;
            this.reqDataVersamento.ErrorMessage = "Inserire la data di versamento";
            this.reqDataVersamento.Icon = null;
            // 
            // reqContoPatrimoniale
            // 
            this.reqContoPatrimoniale.ControlToValidate = this.contoPatrimoniale;
            this.reqContoPatrimoniale.ErrorMessage = "Scegliere un conto patrimoniale";
            this.reqContoPatrimoniale.Icon = null;
            // 
            // customRate
            // 
            this.customRate.ControlToValidate = this.listaRate;
            this.customRate.ErrorMessage = "Importo inserito non corrisponde col totale";
            this.customRate.Icon = null;
            this.customRate.Validating += new Gipasoft.Windows.Forms.CustomValidation.CustomValidator.ValidatingEventHandler(this.customRateValidating);
            // 
            // validatorImporto
            // 
            this.validatorImporto.ControlToValidate = this.importo;
            this.validatorImporto.ErrorMessage = "Inserire un importo maggiore di 0";
            this.validatorImporto.Icon = null;
            this.validatorImporto.Operator = Gipasoft.Windows.Forms.CustomValidation.ValidationCompareOperator.GreaterThan;
            this.validatorImporto.Type = Gipasoft.Windows.Forms.CustomValidation.ValidationDataType.Currency;
            this.validatorImporto.ValueToCompare = "0";
            // 
            // sottocontoValidator
            // 
            this.sottocontoValidator.ControlToValidate = this.sottoContoPatrimoniale;
            this.sottocontoValidator.ErrorMessage = "Scegliere un sotto conto";
            this.sottocontoValidator.Icon = ((System.Drawing.Icon)(resources.GetObject("sottocontoValidator.Icon")));
            this.sottocontoValidator.Validating += new Gipasoft.Windows.Forms.CustomValidation.CustomValidator.ValidatingEventHandler(this.sottocontoValidatorValidating);
            // 
            // dataVersamentoCustomValidator
            // 
            this.dataVersamentoCustomValidator.ControlToValidate = this.dataVersamento;
            this.dataVersamentoCustomValidator.ErrorMessage = "La data di versamento non è corretta";
            this.dataVersamentoCustomValidator.Icon = ((System.Drawing.Icon)(resources.GetObject("dataVersamentoCustomValidator.Icon")));
            this.dataVersamentoCustomValidator.Validating += new Gipasoft.Windows.Forms.CustomValidation.CustomValidator.ValidatingEventHandler(this.dataVersamentoCustomValidatorValidating);
            // 
            // GestioneVersamentiPersonaUC
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.datiVersamentoGroup);
            this.Controls.Add(this.btnConferma);
            this.Controls.Add(this.selezioniGroupBox);
            this.Name = "GestioneVersamentiPersonaUC";
            this.Size = new System.Drawing.Size(752, 394);
            this.Load += new System.EventHandler(this.gestioneVersamentiUCLoad);
            ((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.datiVersamentoGroup)).EndInit();
            this.datiVersamentoGroup.ResumeLayout(false);
            this.datiVersamentoGroup.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.movimentiDopoChiusura)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nota)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.causale)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sottoContoPatrimoniale)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sottoContoDTOBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.assegno)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataVersamento)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.contoPatrimoniale)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.contoBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.listaRate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rataPersonaDTOBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.importo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.condomini)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.personaCondominioDTOBindingSource)).EndInit();
            this.ResumeLayout(false);

        }
Example #52
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);
 }
Example #53
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("PersonaContattoDTO", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Azienda");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Barcode");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Cap");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Cellulare");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CodiceFiscale");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Cognome");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Comune");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ComuneNascita");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DataNascita");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneCondominio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneGruppoStabile");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneSoggetto");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneStabile");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DescrizioneUnitaImmobiliare");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Email");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("EmailCertificata");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Fax");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Gruppi");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Iban");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdCondominio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdFornitore");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdGruppoStabile");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdSoggetto");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdStabile");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IdUnitaImmobiliare");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Indirizzo");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsResidente");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Localita");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ModalitaConvocazione");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Nome");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Note");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OrdineUnitaImmobiliare");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PartitaIva");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Password");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Presso");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RagioneSociale");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Recapito");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Sesso");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn41 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SoggettoAccorpamento");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn42 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Telefono");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn43 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TipoCondomino");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn44 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TipoFornitore");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn45 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TipoMessaggio");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn46 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TipoPersona");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn47 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TipoSoggetto");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn48 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Titolo");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn49 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Username");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn50 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ViaCivico");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn51 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ExtensionData");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn52 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DisplayName");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn53 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FrequentlyAccessed");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn54 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn55 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsDeleteAllow");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn56 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Stato");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn57 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Version");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn58 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SelectColumn", 0);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn59 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DeleteColumn", 1);
            Infragistics.Win.Appearance appearance1 = 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.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
            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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.lista = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.personaContattoDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.filterGroup = new Infragistics.Win.Misc.UltraExpandableGroupBox();
            this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
            this.panel1 = new System.Windows.Forms.Panel();
            this.lblTipoConvocazione = new Infragistics.Win.Misc.UltraLabel();
            this.lblCondominio = new Infragistics.Win.Misc.UltraLabel();
            this.tipoConvocazione = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.sceltaCondominioCombo1 = new Gipasoft.Stabili.UI.Library.SceltaCondominioCombo();
            this.dataRiferimento = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.lblNominativo = new Infragistics.Win.Misc.UltraLabel();
            this.lblDataRiferimento = new Infragistics.Win.Misc.UltraLabel();
            this.nominativo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblIndirizzo = new Infragistics.Win.Misc.UltraLabel();
            this.indirizzo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.gruppo = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.gruppoDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.btnCerca = new Infragistics.Win.Misc.UltraButton();
            this.lblGruppo = new Infragistics.Win.Misc.UltraLabel();
            this.btnAnnulla = new Infragistics.Win.Misc.UltraButton();
            this.lblTipoIndirizzo = new Infragistics.Win.Misc.UltraLabel();
            this.lblTipoSoggetto = new Infragistics.Win.Misc.UltraLabel();
            this.residenzaRecapito = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
            this.tipoSoggetto = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.residenteSearch = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.lblTipoFornitore = new Infragistics.Win.Misc.UltraLabel();
            this.tipoFornitore = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.tipoFornitoreDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.apriPersonaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.apriFornitoreToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.scegliContattoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            ((System.ComponentModel.ISupportInitialize)(this.ultraControlContainerEditor1)).BeginInit();
            this.tableLayoutPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.lista)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.personaContattoDTOBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.filterGroup)).BeginInit();
            this.filterGroup.SuspendLayout();
            this.ultraExpandableGroupBoxPanel1.SuspendLayout();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tipoConvocazione)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataRiferimento)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nominativo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.indirizzo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gruppo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gruppoDTOBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.residenzaRecapito)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoSoggetto)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.residenteSearch)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoFornitore)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoFornitoreDTOBindingSource)).BeginInit();
            this.contextMenuStrip1.SuspendLayout();
            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(868, 6);
            this.sceltaRecapitoResidenza1.Name = "sceltaRecapitoResidenza1";
            this.sceltaRecapitoResidenza1.Size = new System.Drawing.Size(86, 17);
            this.sceltaRecapitoResidenza1.TabIndex = 113;
            // 
            // indirizzoComunicazioneDisplayUC1
            // 
            this.indirizzoComunicazioneDisplayUC1.Indirizzo = null;
            this.indirizzoComunicazioneDisplayUC1.Location = new System.Drawing.Point(845, 30);
            this.indirizzoComunicazioneDisplayUC1.Name = "indirizzoComunicazioneDisplayUC1";
            this.indirizzoComunicazioneDisplayUC1.Size = new System.Drawing.Size(109, 21);
            this.indirizzoComunicazioneDisplayUC1.TabIndex = 114;
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.AutoScroll = true;
            this.tableLayoutPanel1.ColumnCount = 1;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.Controls.Add(this.lista, 0, 1);
            this.tableLayoutPanel1.Controls.Add(this.filterGroup, 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(997, 514);
            this.tableLayoutPanel1.TabIndex = 0;
            // 
            // lista
            // 
            this.lista.DataSource = this.personaContattoDTOBindingSource;
            ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn4.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn4.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn4.Header.VisiblePosition = 5;
            ultraGridColumn4.Hidden = true;
            ultraGridColumn5.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn5.Header.VisiblePosition = 9;
            ultraGridColumn5.Hidden = true;
            ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn6.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn6.Header.VisiblePosition = 26;
            ultraGridColumn6.Width = 50;
            ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn7.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn7.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
            ultraGridColumn7.Header.VisiblePosition = 34;
            ultraGridColumn7.Width = 81;
            ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn8.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn8.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
            ultraGridColumn8.Header.Caption = "Codice Fiscale";
            ultraGridColumn8.Header.VisiblePosition = 46;
            ultraGridColumn8.Hidden = true;
            ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn9.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn9.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
            ultraGridColumn9.Header.VisiblePosition = 7;
            ultraGridColumn9.Width = 107;
            ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn10.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn10.Header.VisiblePosition = 27;
            ultraGridColumn11.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn11.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn11.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
            ultraGridColumn11.Header.Caption = "Comune Nascita";
            ultraGridColumn11.Header.VisiblePosition = 42;
            ultraGridColumn11.Hidden = true;
            ultraGridColumn12.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn12.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn12.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
            ultraGridColumn12.Header.Caption = "Data Nascita";
            ultraGridColumn12.Header.VisiblePosition = 41;
            ultraGridColumn12.Hidden = true;
            ultraGridColumn13.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn13.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn13.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
            ultraGridColumn13.Header.Caption = "Condominio";
            ultraGridColumn13.Header.VisiblePosition = 15;
            ultraGridColumn13.Width = 110;
            ultraGridColumn14.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn14.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn14.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
            ultraGridColumn14.Header.Caption = "Scala";
            ultraGridColumn14.Header.VisiblePosition = 23;
            ultraGridColumn14.Hidden = true;
            ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn1.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn1.Header.Caption = "Descrizione";
            ultraGridColumn1.Header.VisiblePosition = 11;
            ultraGridColumn1.Hidden = true;
            ultraGridColumn15.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn15.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn15.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
            ultraGridColumn15.Header.Caption = "Stabile";
            ultraGridColumn15.Header.VisiblePosition = 21;
            ultraGridColumn15.Hidden = true;
            ultraGridColumn16.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn16.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn16.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
            ultraGridColumn16.Header.Caption = "Unita Immobiliare";
            ultraGridColumn16.Header.VisiblePosition = 18;
            ultraGridColumn16.Width = 86;
            ultraGridColumn17.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn17.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn17.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
            ultraGridColumn17.Header.VisiblePosition = 37;
            ultraGridColumn17.Hidden = true;
            ultraGridColumn18.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn18.ColumnChooserCaption = "Email Certificata";
            ultraGridColumn18.Header.Caption = "Certificata";
            ultraGridColumn18.Header.VisiblePosition = 38;
            ultraGridColumn18.Hidden = true;
            ultraGridColumn19.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn19.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn19.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
            ultraGridColumn19.Header.VisiblePosition = 40;
            ultraGridColumn19.Hidden = true;
            ultraGridColumn20.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn20.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn20.Header.VisiblePosition = 16;
            ultraGridColumn21.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn21.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn21.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
            ultraGridColumn21.Header.VisiblePosition = 44;
            ultraGridColumn21.Hidden = true;
            ultraGridColumn22.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn22.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn22.ColumnChooserCaption = "Identificativo Condominio";
            ultraGridColumn22.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
            ultraGridColumn22.Header.Caption = "Id Condominio";
            ultraGridColumn22.Header.VisiblePosition = 14;
            ultraGridColumn22.Hidden = true;
            ultraGridColumn23.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn23.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn23.ColumnChooserCaption = "Identificativo Fornitore";
            ultraGridColumn23.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
            ultraGridColumn23.Header.Caption = "Id Fornitore";
            ultraGridColumn23.Header.VisiblePosition = 4;
            ultraGridColumn23.Hidden = true;
            ultraGridColumn24.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn24.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn24.ColumnChooserCaption = "Identificativo Scala";
            ultraGridColumn24.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
            ultraGridColumn24.Header.Caption = "Id Scala";
            ultraGridColumn24.Header.VisiblePosition = 22;
            ultraGridColumn24.Hidden = true;
            ultraGridColumn25.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn25.Header.Caption = "Id Cond.";
            ultraGridColumn25.Header.VisiblePosition = 2;
            ultraGridColumn25.Hidden = true;
            ultraGridColumn26.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn26.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn26.ColumnChooserCaption = "Identificativo Stabile";
            ultraGridColumn26.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
            ultraGridColumn26.Header.Caption = "Id Stabile";
            ultraGridColumn26.Header.VisiblePosition = 20;
            ultraGridColumn26.Hidden = true;
            ultraGridColumn27.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn27.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn27.ColumnChooserCaption = "Identificativo Unità Immobiliare";
            ultraGridColumn27.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
            ultraGridColumn27.Header.Caption = "Id Un.Immobiliare";
            ultraGridColumn27.Header.VisiblePosition = 17;
            ultraGridColumn27.Hidden = true;
            ultraGridColumn28.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.False;
            ultraGridColumn28.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn28.EditorComponent = this.ultraControlContainerEditor1;
            ultraGridColumn28.FilterOperandStyle = Infragistics.Win.UltraWinGrid.FilterOperandStyle.None;
            ultraGridColumn28.FilterOperatorDropDownItems = Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.None;
            ultraGridColumn28.FilterOperatorLocation = Infragistics.Win.UltraWinGrid.FilterOperatorLocation.Hidden;
            ultraGridColumn28.Header.VisiblePosition = 24;
            ultraGridColumn28.Width = 110;
            ultraGridColumn29.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn29.ColumnChooserCaption = "Residente";
            ultraGridColumn29.Header.Caption = "Res.";
            ultraGridColumn29.Header.CheckBoxVisibility = Infragistics.Win.UltraWinGrid.HeaderCheckBoxVisibility.Never;
            ultraGridColumn29.Header.VisiblePosition = 28;
            ultraGridColumn30.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn30.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn30.Header.VisiblePosition = 30;
            ultraGridColumn31.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn31.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn31.Header.Caption = "Tipo Convocazione";
            ultraGridColumn31.Header.VisiblePosition = 29;
            ultraGridColumn32.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn32.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn32.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
            ultraGridColumn32.Header.VisiblePosition = 8;
            ultraGridColumn32.Width = 107;
            ultraGridColumn33.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn33.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn33.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
            ultraGridColumn33.Header.VisiblePosition = 47;
            ultraGridColumn33.Hidden = true;
            ultraGridColumn34.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn34.Header.Caption = "Prg.";
            ultraGridColumn34.Header.VisiblePosition = 3;
            ultraGridColumn34.Hidden = true;
            ultraGridColumn35.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn35.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn35.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
            ultraGridColumn35.Header.Caption = "Partita Iva";
            ultraGridColumn35.Header.VisiblePosition = 45;
            ultraGridColumn35.Hidden = true;
            ultraGridColumn36.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn36.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn36.Header.VisiblePosition = 49;
            ultraGridColumn37.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn37.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn37.Header.VisiblePosition = 35;
            ultraGridColumn38.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn38.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn38.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
            ultraGridColumn38.Header.Caption = "Ragione Sociale";
            ultraGridColumn38.Header.VisiblePosition = 10;
            ultraGridColumn38.Hidden = true;
            ultraGridColumn39.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn39.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn39.Header.VisiblePosition = 31;
            ultraGridColumn39.Width = 91;
            ultraGridColumn40.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn40.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn40.FilterOperandStyle = Infragistics.Win.UltraWinGrid.FilterOperandStyle.DropDownList;
            ultraGridColumn40.Header.VisiblePosition = 33;
            ultraGridColumn40.Hidden = true;
            ultraGridColumn41.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn41.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn41.Header.Caption = "Accorpamento";
            ultraGridColumn41.Header.VisiblePosition = 39;
            ultraGridColumn42.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn42.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn42.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
            ultraGridColumn42.Header.VisiblePosition = 36;
            ultraGridColumn42.Width = 81;
            ultraGridColumn43.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn43.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn43.Header.Caption = "Tipo Condomino";
            ultraGridColumn43.Header.VisiblePosition = 19;
            ultraGridColumn43.Width = 81;
            ultraGridColumn44.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn44.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn44.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
            ultraGridColumn44.Header.Caption = "Tipo Fornitore";
            ultraGridColumn44.Header.VisiblePosition = 13;
            ultraGridColumn44.Hidden = true;
            ultraGridColumn45.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn45.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn45.ColumnChooserCaption = "Tipo Messaggio";
            ultraGridColumn45.Header.Caption = "Tipo Messaggio";
            ultraGridColumn45.Header.VisiblePosition = 43;
            ultraGridColumn45.Hidden = true;
            ultraGridColumn46.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn46.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn46.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
            ultraGridColumn46.Header.Caption = "Tipo Persona";
            ultraGridColumn46.Header.VisiblePosition = 32;
            ultraGridColumn46.Hidden = true;
            ultraGridColumn47.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn47.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn47.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
            ultraGridColumn47.Header.Caption = "Tipo Soggetto";
            ultraGridColumn47.Header.VisiblePosition = 12;
            ultraGridColumn47.Width = 78;
            ultraGridColumn48.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn48.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn48.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
            ultraGridColumn48.Header.VisiblePosition = 6;
            ultraGridColumn48.Hidden = true;
            ultraGridColumn49.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn49.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn49.Header.VisiblePosition = 48;
            ultraGridColumn50.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn50.Header.Caption = "Indirizzo";
            ultraGridColumn50.Header.VisiblePosition = 25;
            ultraGridColumn50.Hidden = true;
            ultraGridColumn51.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn51.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn51.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn51.Header.VisiblePosition = 50;
            ultraGridColumn51.Hidden = true;
            ultraGridColumn52.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn52.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn52.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn52.Header.VisiblePosition = 51;
            ultraGridColumn52.Hidden = true;
            ultraGridColumn53.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn53.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn53.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn53.Header.VisiblePosition = 52;
            ultraGridColumn53.Hidden = true;
            ultraGridColumn54.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn54.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn54.Header.VisiblePosition = 1;
            ultraGridColumn54.Hidden = true;
            ultraGridColumn55.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn55.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn55.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn55.Header.VisiblePosition = 53;
            ultraGridColumn55.Hidden = true;
            ultraGridColumn56.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn56.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn56.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn56.Header.VisiblePosition = 54;
            ultraGridColumn56.Hidden = true;
            ultraGridColumn57.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn57.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn57.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn57.Header.VisiblePosition = 55;
            ultraGridColumn57.Hidden = true;
            ultraGridColumn58.DataType = typeof(bool);
            ultraGridColumn58.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn58.Header.Caption = "S";
            ultraGridColumn58.Header.VisiblePosition = 0;
            ultraGridColumn58.Width = 31;
            ultraGridColumn59.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.False;
            ultraGridColumn59.DataType = typeof(bool);
            ultraGridColumn59.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn59.FilterOperandStyle = Infragistics.Win.UltraWinGrid.FilterOperandStyle.None;
            ultraGridColumn59.FilterOperatorDropDownItems = Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.None;
            ultraGridColumn59.FilterOperatorLocation = Infragistics.Win.UltraWinGrid.FilterOperatorLocation.Hidden;
            ultraGridColumn59.Header.Caption = "D";
            ultraGridColumn59.Header.VisiblePosition = 56;
            ultraGridColumn59.Width = 40;
            ultraGridBand1.Columns.AddRange(new object[] {
            ultraGridColumn4,
            ultraGridColumn5,
            ultraGridColumn6,
            ultraGridColumn7,
            ultraGridColumn8,
            ultraGridColumn9,
            ultraGridColumn10,
            ultraGridColumn11,
            ultraGridColumn12,
            ultraGridColumn13,
            ultraGridColumn14,
            ultraGridColumn1,
            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,
            ultraGridColumn40,
            ultraGridColumn41,
            ultraGridColumn42,
            ultraGridColumn43,
            ultraGridColumn44,
            ultraGridColumn45,
            ultraGridColumn46,
            ultraGridColumn47,
            ultraGridColumn48,
            ultraGridColumn49,
            ultraGridColumn50,
            ultraGridColumn51,
            ultraGridColumn52,
            ultraGridColumn53,
            ultraGridColumn54,
            ultraGridColumn55,
            ultraGridColumn56,
            ultraGridColumn57,
            ultraGridColumn58,
            ultraGridColumn59});
            this.lista.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
            appearance1.FontData.BoldAsString = "True";
            appearance1.TextHAlignAsString = "Left";
            this.lista.DisplayLayout.CaptionAppearance = appearance1;
            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.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.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, 159);
            this.lista.Name = "lista";
            this.lista.Size = new System.Drawing.Size(991, 352);
            this.lista.TabIndex = 1;
            this.lista.Text = "Persone";
            this.lista.InitializeRow += new Infragistics.Win.UltraWinGrid.InitializeRowEventHandler(this.listaInitializeRow);
            this.lista.BeforeCellUpdate += new Infragistics.Win.UltraWinGrid.BeforeCellUpdateEventHandler(this.listaBeforeCellUpdate);
            this.lista.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.listaDoubleClickRow);
            this.lista.MouseUp += new System.Windows.Forms.MouseEventHandler(this.listaMouseUp);
            // 
            // personaContattoDTOBindingSource
            // 
            this.personaContattoDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.PersonaContattoDTO);
            // 
            // filterGroup
            // 
            this.filterGroup.Controls.Add(this.ultraExpandableGroupBoxPanel1);
            this.filterGroup.Dock = System.Windows.Forms.DockStyle.Fill;
            this.filterGroup.ExpandedSize = new System.Drawing.Size(991, 150);
            this.filterGroup.Location = new System.Drawing.Point(3, 3);
            this.filterGroup.Name = "filterGroup";
            this.filterGroup.Size = new System.Drawing.Size(991, 150);
            this.filterGroup.TabIndex = 0;
            this.filterGroup.Text = "Selezioni";
            // 
            // ultraExpandableGroupBoxPanel1
            // 
            this.ultraExpandableGroupBoxPanel1.Controls.Add(this.panel1);
            this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 19);
            this.ultraExpandableGroupBoxPanel1.MinimumSize = new System.Drawing.Size(980, 135);
            this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
            this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(985, 135);
            this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
            // 
            // panel1
            // 
            this.panel1.AutoScroll = true;
            this.panel1.BackColor = System.Drawing.Color.Transparent;
            this.panel1.Controls.Add(this.lblTipoConvocazione);
            this.panel1.Controls.Add(this.lblCondominio);
            this.panel1.Controls.Add(this.tipoConvocazione);
            this.panel1.Controls.Add(this.sceltaCondominioCombo1);
            this.panel1.Controls.Add(this.dataRiferimento);
            this.panel1.Controls.Add(this.lblNominativo);
            this.panel1.Controls.Add(this.lblDataRiferimento);
            this.panel1.Controls.Add(this.nominativo);
            this.panel1.Controls.Add(this.indirizzoComunicazioneDisplayUC1);
            this.panel1.Controls.Add(this.lblIndirizzo);
            this.panel1.Controls.Add(this.sceltaRecapitoResidenza1);
            this.panel1.Controls.Add(this.indirizzo);
            this.panel1.Controls.Add(this.gruppo);
            this.panel1.Controls.Add(this.btnCerca);
            this.panel1.Controls.Add(this.lblGruppo);
            this.panel1.Controls.Add(this.btnAnnulla);
            this.panel1.Controls.Add(this.lblTipoIndirizzo);
            this.panel1.Controls.Add(this.lblTipoSoggetto);
            this.panel1.Controls.Add(this.residenzaRecapito);
            this.panel1.Controls.Add(this.tipoSoggetto);
            this.panel1.Controls.Add(this.residenteSearch);
            this.panel1.Controls.Add(this.lblTipoFornitore);
            this.panel1.Controls.Add(this.tipoFornitore);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(985, 135);
            this.panel1.TabIndex = 119;
            // 
            // lblTipoConvocazione
            // 
            this.lblTipoConvocazione.Location = new System.Drawing.Point(417, 90);
            this.lblTipoConvocazione.Name = "lblTipoConvocazione";
            this.lblTipoConvocazione.Size = new System.Drawing.Size(66, 23);
            this.lblTipoConvocazione.TabIndex = 118;
            this.lblTipoConvocazione.Text = "Tipo conv.";
            // 
            // lblCondominio
            // 
            this.lblCondominio.Location = new System.Drawing.Point(3, 6);
            this.lblCondominio.Name = "lblCondominio";
            this.lblCondominio.Size = new System.Drawing.Size(68, 23);
            this.lblCondominio.TabIndex = 1;
            this.lblCondominio.Text = "Condominio";
            // 
            // 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(510, 86);
            this.tipoConvocazione.Name = "tipoConvocazione";
            this.tipoConvocazione.Size = new System.Drawing.Size(175, 21);
            this.tipoConvocazione.TabIndex = 117;
            this.tipoConvocazione.ValueChanged += new System.EventHandler(this.tipoConvocazioneValueChanged);
            // 
            // sceltaCondominioCombo1
            // 
            this.sceltaCondominioCombo1.IdCondominioSelected = 0;
            this.sceltaCondominioCombo1.Location = new System.Drawing.Point(77, 3);
            this.sceltaCondominioCombo1.Name = "sceltaCondominioCombo1";
            this.sceltaCondominioCombo1.Size = new System.Drawing.Size(315, 21);
            this.sceltaCondominioCombo1.TabIndex = 2;
            // 
            // dataRiferimento
            // 
            this.dataRiferimento.DateTime = new System.DateTime(2014, 9, 28, 0, 0, 0, 0);
            this.dataRiferimento.Location = new System.Drawing.Point(733, 30);
            this.dataRiferimento.Name = "dataRiferimento";
            this.dataRiferimento.Size = new System.Drawing.Size(91, 21);
            this.dataRiferimento.TabIndex = 116;
            this.dataRiferimento.Value = new System.DateTime(2014, 9, 28, 0, 0, 0, 0);
            // 
            // lblNominativo
            // 
            this.lblNominativo.Location = new System.Drawing.Point(3, 35);
            this.lblNominativo.Name = "lblNominativo";
            this.lblNominativo.Size = new System.Drawing.Size(68, 23);
            this.lblNominativo.TabIndex = 3;
            this.lblNominativo.Text = "Nominativo";
            // 
            // lblDataRiferimento
            // 
            this.lblDataRiferimento.Location = new System.Drawing.Point(700, 35);
            this.lblDataRiferimento.Name = "lblDataRiferimento";
            this.lblDataRiferimento.Size = new System.Drawing.Size(36, 23);
            this.lblDataRiferimento.TabIndex = 115;
            this.lblDataRiferimento.Text = "Data";
            // 
            // nominativo
            // 
            this.nominativo.Location = new System.Drawing.Point(77, 30);
            this.nominativo.Name = "nominativo";
            this.nominativo.Size = new System.Drawing.Size(315, 21);
            this.nominativo.TabIndex = 4;
            // 
            // lblIndirizzo
            // 
            this.lblIndirizzo.Location = new System.Drawing.Point(417, 6);
            this.lblIndirizzo.Name = "lblIndirizzo";
            this.lblIndirizzo.Size = new System.Drawing.Size(68, 23);
            this.lblIndirizzo.TabIndex = 5;
            this.lblIndirizzo.Text = "Indirizzo";
            // 
            // indirizzo
            // 
            this.indirizzo.Location = new System.Drawing.Point(509, 3);
            this.indirizzo.Name = "indirizzo";
            this.indirizzo.Size = new System.Drawing.Size(315, 21);
            this.indirizzo.TabIndex = 6;
            // 
            // gruppo
            // 
            this.gruppo.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.SuggestAppend;
            this.gruppo.CheckedListSettings.CheckBoxStyle = Infragistics.Win.CheckStyle.CheckBox;
            this.gruppo.CheckedListSettings.EditorValueSource = Infragistics.Win.EditorWithComboValueSource.CheckedItems;
            this.gruppo.CheckedListSettings.ItemCheckArea = Infragistics.Win.ItemCheckArea.Item;
            this.gruppo.CheckedListSettings.ListSeparator = ", ";
            this.gruppo.DataSource = this.gruppoDTOBindingSource;
            this.gruppo.DisplayMember = "Descrizione";
            this.gruppo.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.gruppo.Location = new System.Drawing.Point(510, 58);
            this.gruppo.Name = "gruppo";
            this.gruppo.Size = new System.Drawing.Size(314, 21);
            this.gruppo.TabIndex = 17;
            this.gruppo.ValueMember = "ID";
            // 
            // gruppoDTOBindingSource
            // 
            this.gruppoDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.GruppoDTO);
            // 
            // btnCerca
            // 
            this.btnCerca.Location = new System.Drawing.Point(77, 88);
            this.btnCerca.Name = "btnCerca";
            this.btnCerca.Size = new System.Drawing.Size(75, 23);
            this.btnCerca.TabIndex = 7;
            this.btnCerca.Text = "&Cerca";
            this.btnCerca.Click += new System.EventHandler(this.btnCercaClick);
            // 
            // lblGruppo
            // 
            this.lblGruppo.Location = new System.Drawing.Point(417, 60);
            this.lblGruppo.Name = "lblGruppo";
            this.lblGruppo.Size = new System.Drawing.Size(87, 23);
            this.lblGruppo.TabIndex = 16;
            this.lblGruppo.Text = "Gruppo";
            // 
            // btnAnnulla
            // 
            this.btnAnnulla.Location = new System.Drawing.Point(158, 88);
            this.btnAnnulla.Name = "btnAnnulla";
            this.btnAnnulla.Size = new System.Drawing.Size(75, 23);
            this.btnAnnulla.TabIndex = 8;
            this.btnAnnulla.Text = "&Annulla";
            this.btnAnnulla.Click += new System.EventHandler(this.btnAnnullaClick);
            // 
            // lblTipoIndirizzo
            // 
            this.lblTipoIndirizzo.Location = new System.Drawing.Point(729, 88);
            this.lblTipoIndirizzo.Name = "lblTipoIndirizzo";
            this.lblTipoIndirizzo.Size = new System.Drawing.Size(87, 23);
            this.lblTipoIndirizzo.TabIndex = 15;
            this.lblTipoIndirizzo.Text = "Tipo Indirizzo";
            // 
            // lblTipoSoggetto
            // 
            this.lblTipoSoggetto.Location = new System.Drawing.Point(417, 34);
            this.lblTipoSoggetto.Name = "lblTipoSoggetto";
            this.lblTipoSoggetto.Size = new System.Drawing.Size(87, 23);
            this.lblTipoSoggetto.TabIndex = 9;
            this.lblTipoSoggetto.Text = "Tipo Soggetto";
            // 
            // residenzaRecapito
            // 
            this.residenzaRecapito.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
            this.residenzaRecapito.CheckedIndex = 0;
            valueListItem1.DataValue = "Residenza";
            valueListItem1.DisplayText = "Residenza";
            valueListItem2.DataValue = "Recapito";
            valueListItem2.DisplayText = "Recapito";
            this.residenzaRecapito.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem1,
            valueListItem2});
            this.residenzaRecapito.ItemSpacingHorizontal = 5;
            this.residenzaRecapito.Location = new System.Drawing.Point(822, 88);
            this.residenzaRecapito.Name = "residenzaRecapito";
            this.residenzaRecapito.Size = new System.Drawing.Size(153, 19);
            this.residenzaRecapito.TabIndex = 14;
            this.residenzaRecapito.Text = "Residenza";
            this.residenzaRecapito.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
            this.residenzaRecapito.ValueChanged += new System.EventHandler(this.recapitoResidenzaValueChanged);
            // 
            // tipoSoggetto
            // 
            this.tipoSoggetto.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.SuggestAppend;
            this.tipoSoggetto.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.tipoSoggetto.Location = new System.Drawing.Point(510, 31);
            this.tipoSoggetto.Name = "tipoSoggetto";
            this.tipoSoggetto.Size = new System.Drawing.Size(175, 21);
            this.tipoSoggetto.TabIndex = 10;
            // 
            // residenteSearch
            // 
            this.residenteSearch.Checked = true;
            this.residenteSearch.CheckState = System.Windows.Forms.CheckState.Indeterminate;
            this.residenteSearch.Location = new System.Drawing.Point(889, 60);
            this.residenteSearch.Name = "residenteSearch";
            this.residenteSearch.Size = new System.Drawing.Size(86, 20);
            this.residenteSearch.TabIndex = 13;
            this.residenteSearch.Text = "Residente";
            this.residenteSearch.ThreeState = true;
            // 
            // lblTipoFornitore
            // 
            this.lblTipoFornitore.Location = new System.Drawing.Point(3, 60);
            this.lblTipoFornitore.Name = "lblTipoFornitore";
            this.lblTipoFornitore.Size = new System.Drawing.Size(68, 23);
            this.lblTipoFornitore.TabIndex = 11;
            this.lblTipoFornitore.Text = "Tipo For.";
            // 
            // tipoFornitore
            // 
            this.tipoFornitore.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.SuggestAppend;
            this.tipoFornitore.DataSource = this.tipoFornitoreDTOBindingSource;
            this.tipoFornitore.DisplayMember = "Descrizione";
            this.tipoFornitore.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.tipoFornitore.Location = new System.Drawing.Point(77, 57);
            this.tipoFornitore.Name = "tipoFornitore";
            this.tipoFornitore.Size = new System.Drawing.Size(314, 21);
            this.tipoFornitore.TabIndex = 12;
            this.tipoFornitore.ValueMember = "ID";
            // 
            // tipoFornitoreDTOBindingSource
            // 
            this.tipoFornitoreDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.TipoFornitoreDTO);
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.apriPersonaToolStripMenuItem,
            this.apriFornitoreToolStripMenuItem,
            this.toolStripSeparator1,
            this.scegliContattoToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(199, 76);
            this.contextMenuStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.contextMenuStrip1ItemClicked);
            // 
            // apriPersonaToolStripMenuItem
            // 
            this.apriPersonaToolStripMenuItem.Name = "apriPersonaToolStripMenuItem";
            this.apriPersonaToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
            this.apriPersonaToolStripMenuItem.Text = "Apri Dettaglio Persona";
            // 
            // apriFornitoreToolStripMenuItem
            // 
            this.apriFornitoreToolStripMenuItem.Name = "apriFornitoreToolStripMenuItem";
            this.apriFornitoreToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
            this.apriFornitoreToolStripMenuItem.Text = "Apri Dettaglio Fornitore";
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(195, 6);
            // 
            // scegliContattoToolStripMenuItem
            // 
            this.scegliContattoToolStripMenuItem.Name = "scegliContattoToolStripMenuItem";
            this.scegliContattoToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
            this.scegliContattoToolStripMenuItem.Text = "Scegli Contatto";
            // 
            // ListaPersoneUC
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.tableLayoutPanel1);
            this.Name = "ListaPersoneUC";
            this.Size = new System.Drawing.Size(997, 514);
            this.Load += new System.EventHandler(this.listaPersoneUCLoad);
            ((System.ComponentModel.ISupportInitialize)(this.ultraControlContainerEditor1)).EndInit();
            this.tableLayoutPanel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.lista)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.personaContattoDTOBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.filterGroup)).EndInit();
            this.filterGroup.ResumeLayout(false);
            this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tipoConvocazione)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataRiferimento)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nominativo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.indirizzo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gruppo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gruppoDTOBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.residenzaRecapito)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoSoggetto)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.residenteSearch)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoFornitore)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoFornitoreDTOBindingSource)).EndInit();
            this.contextMenuStrip1.ResumeLayout(false);
            this.ResumeLayout(false);

        }
        /// <summary> 
        /// Metodo necessario per il supporto della finestra di progettazione. Non modificare 
        /// il contenuto del metodo con l'editor di codice.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Infragistics.Win.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);

        }
        /// <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(FrmCotizacion));
            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 appearance6 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
            Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
            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 appearance29 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            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.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.Appearance appearance45 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance46 = new Infragistics.Win.Appearance();
            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();
            Infragistics.Win.Appearance appearance58 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance59 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance60 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance61 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab3 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab4 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTree.Override _override1 = new Infragistics.Win.UltraWinTree.Override();
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance74 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance78 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance70 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance71 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance79 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance77 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance75 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance72 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance73 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance80 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance81 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance67 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance68 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance69 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance66 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance76 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance65 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance64 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance63 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance62 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            this.tabItems = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.txtCostoServicio = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.btnModificar = new Infragistics.Win.Misc.UltraButton();
            this.ugServicios = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.ubEliminarServicio = new Infragistics.Win.Misc.UltraButton();
            this.ubNuevoServicio = new Infragistics.Win.Misc.UltraButton();
            this.ultraLabel17 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ultraLabel28 = new Infragistics.Win.Misc.UltraLabel();
            this.uneCostoMaquina = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.GruposTiras = new Infragistics.Win.Misc.UltraGroupBox();
            this.txtImpresoRetiraColor = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.lblImpresoRetiraColor = new Infragistics.Win.Misc.UltraLabel();
            this.txtImpresoTiraColor = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.lblImpresoTiraColor = new Infragistics.Win.Misc.UltraLabel();
            this.uneCostoMaterial = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.ultraGroupBox6 = new Infragistics.Win.Misc.UltraGroupBox();
            this.txtCantidadItem = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.txtCantidadProduccion = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.lblTipoUnidad = new Infragistics.Win.Misc.UltraLabel();
            this.ultraLabel18 = new Infragistics.Win.Misc.UltraLabel();
            this.uneCosto = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.txtNombre = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.GrupoMedidaCerrada = new Infragistics.Win.Misc.UltraGroupBox();
            this.txtMedidaCerradaLargo = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.txtMedidaCerradaAlto = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
            this.GrupoMedidaAbierta = new Infragistics.Win.Misc.UltraGroupBox();
            this.txtMedidaAnchoCaja = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.labelFondoCaja = new Infragistics.Win.Misc.UltraLabel();
            this.comboMedida = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.txtMedidaAbiertoLargo = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
            this.txtMedidaAbiertoAlto = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.LabelMedidaAbiertaLargo = new Infragistics.Win.Misc.UltraLabel();
            this.ultraLabel26 = new Infragistics.Win.Misc.UltraLabel();
            this.ssMaterial = new Soft.Controls.SoftSearch();
            this.ssMaquina = new Soft.Controls.SoftSearch();
            this.lblMaterial = new Infragistics.Win.Misc.UltraLabel();
            this.lblMaquina = new Infragistics.Win.Misc.UltraLabel();
            this.txtObservacionItem = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblObservacionItem = new Infragistics.Win.Misc.UltraLabel();
            this.utcAcabadosyServicios = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
            this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
            this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ugbImpresion = new Infragistics.Win.Misc.UltraGroupBox();
            this.ultraLabel27 = new Infragistics.Win.Misc.UltraLabel();
            this.LabelProduccion = new Infragistics.Win.Misc.UltraLabel();
            this.ubMostrarGraficoImpresion = new Infragistics.Win.Misc.UltraButton();
            this.labelSobranPaginas = new Infragistics.Win.Misc.UltraLabel();
            this.ubGirarGraficoImpresion = new Infragistics.Win.Misc.UltraButton();
            this.txtImpresionAlto = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.txtNumeroCambios = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.txtNroPiezasImpresion = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.lblCantidadPiezas = new Infragistics.Win.Misc.UltraLabel();
            this.ubImprimirGraficoImpresion = new Infragistics.Win.Misc.UltraButton();
            this.txtPliegos = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.txtImpresionLargo = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.labelPliegos = new Infragistics.Win.Misc.UltraLabel();
            this.txtTiraje = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.uneSeparacionY = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.ultraLabel21 = new Infragistics.Win.Misc.UltraLabel();
            this.txtPases = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.uneSeparacionX = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.upbImpresion = new Infragistics.Win.UltraWinEditors.UltraPictureBox();
            this.ultraLabel25 = new Infragistics.Win.Misc.UltraLabel();
            this.lblSeparacionY = new Infragistics.Win.Misc.UltraLabel();
            this.checkGraficoImpresionManual = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.ultraLabel20 = new Infragistics.Win.Misc.UltraLabel();
            this.lblSeparacionX = new Infragistics.Win.Misc.UltraLabel();
            this.lblMetodo = new Infragistics.Win.Misc.UltraLabel();
            this.ultraLabel13 = new Infragistics.Win.Misc.UltraLabel();
            this.busMetodoImpresion = new Soft.Controls.SoftSearch();
            this.ultraLabel14 = new Infragistics.Win.Misc.UltraLabel();
            this.ugbPrecorte = new Infragistics.Win.Misc.UltraGroupBox();
            this.txtNroPiezasPrecorte = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.ultraLabel16 = new Infragistics.Win.Misc.UltraLabel();
            this.txtFormatoImpresionLargo = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.txtFormatoImpresionAlto = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.ultraLabel15 = new Infragistics.Win.Misc.UltraLabel();
            this.txtDemasia = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
            this.LabelMateriaPrima = new Infragistics.Win.Misc.UltraLabel();
            this.ultraLabel12 = new Infragistics.Win.Misc.UltraLabel();
            this.txtHojasMaquina = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.upbPrecorte = new Infragistics.Win.UltraWinEditors.UltraPictureBox();
            this.ultraLabel19 = new Infragistics.Win.Misc.UltraLabel();
            this.ubMostrarGraficoPrecorte = new Infragistics.Win.Misc.UltraButton();
            this.ubImprimirGraficoPrecorte = new Infragistics.Win.Misc.UltraButton();
            this.ubGirarGraficoPrecorte = new Infragistics.Win.Misc.UltraButton();
            this.LabelMaterialAlmancen = new Infragistics.Win.Misc.UltraLabel();
            this.ultraTabPageControl3 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ultraGroupBox9 = new Infragistics.Win.Misc.UltraGroupBox();
            this.uceIncluirEnPresupuesto = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.checkMuestraPrecioEnPresupuesto = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.ultraGroupBox8 = new Infragistics.Win.Misc.UltraGroupBox();
            this.ssDireccionFactura = new Soft.Controls.SoftSearch();
            this.lblDireccionFactura = new Infragistics.Win.Misc.UltraLabel();
            this.lblDireccionEntrega = new Infragistics.Win.Misc.UltraLabel();
            this.ssDireccionEntrega = new Soft.Controls.SoftSearch();
            this.ssContacto = new Soft.Controls.SoftSearch();
            this.lblContacto = new Infragistics.Win.Misc.UltraLabel();
            this.ultraGroupBox5 = new Infragistics.Win.Misc.UltraGroupBox();
            this.busListaPreciosTransporte = new Soft.Controls.SoftSearch();
            this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
            this.busListaCostoMaquina = new Soft.Controls.SoftSearch();
            this.busListaPrecioMaterial = new Soft.Controls.SoftSearch();
            this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
            this.utcItemCotizacion = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
            this.ultraTabSharedControlsPage2 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
            this.utCotizacion = new Infragistics.Win.UltraWinTree.UltraTree();
            this.ssFormaPago = new Soft.Controls.SoftSearch();
            this.lblFormaPago = new Infragistics.Win.Misc.UltraLabel();
            this.ssResponsable = new Soft.Controls.SoftSearch();
            this.lblCotizador = new Infragistics.Win.Misc.UltraLabel();
            this.txtObservacion = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel11 = new Infragistics.Win.Misc.UltraLabel();
            this.uneCantidad = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.lblCantidad = new Infragistics.Win.Misc.UltraLabel();
            this.txtDescripcion = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.llbDescripcion = new Infragistics.Win.Misc.UltraLabel();
            this.udtFechaCreacion = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.lblFechaCreacion = new Infragistics.Win.Misc.UltraLabel();
            this.txtNumeracion = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblNumeracion = new Infragistics.Win.Misc.UltraLabel();
            this.ssCliente = new Soft.Controls.SoftSearch();
            this.ssTipoDocumento = new Soft.Controls.SoftSearch();
            this.lblCliente = new Infragistics.Win.Misc.UltraLabel();
            this.lblTipoDocumento = new Infragistics.Win.Misc.UltraLabel();
            this.ssVendedor = new Soft.Controls.SoftSearch();
            this.lblVendedor = new Infragistics.Win.Misc.UltraLabel();
            this.unePorcentajeUtilidad = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.lblPorcentajeUtilidad = new Infragistics.Win.Misc.UltraLabel();
            this.uneTotal = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.uneImpuesto = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.uneSubTotal = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.lblTotal = new Infragistics.Win.Misc.UltraLabel();
            this.lblImpuesto = new Infragistics.Win.Misc.UltraLabel();
            this.lblSubTotal = new Infragistics.Win.Misc.UltraLabel();
            this.ubRecalcular = new Infragistics.Win.Misc.UltraButton();
            this.ssMoneda = new Soft.Controls.SoftSearch();
            this.lblMoneda = new Infragistics.Win.Misc.UltraLabel();
            this.uneCostoMillar = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.lblCostoMillar = new Infragistics.Win.Misc.UltraLabel();
            this.uneCostoUnidad = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.lblCostoUnidad = new Infragistics.Win.Misc.UltraLabel();
            this.busLineaProduccion = new Soft.Controls.SoftSearch();
            this.ultraLabel24 = new Infragistics.Win.Misc.UltraLabel();
            this.btnBORRAR = new Infragistics.Win.Misc.UltraButton();
            this.checkPrecioItems = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.chekOcultaPreciosTotal = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
            this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
            this.ultraGroupBox4 = new Infragistics.Win.Misc.UltraGroupBox();
            ((System.ComponentModel.ISupportInitialize)(this.ugbParent)).BeginInit();
            this.ugbParent.SuspendLayout();
            this.tabItems.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtCostoServicio)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ugServicios)).BeginInit();
            this.ultraTabPageControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.uneCostoMaquina)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.GruposTiras)).BeginInit();
            this.GruposTiras.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtImpresoRetiraColor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtImpresoTiraColor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneCostoMaterial)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox6)).BeginInit();
            this.ultraGroupBox6.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtCantidadItem)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtCantidadProduccion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneCosto)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNombre)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.GrupoMedidaCerrada)).BeginInit();
            this.GrupoMedidaCerrada.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtMedidaCerradaLargo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtMedidaCerradaAlto)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.GrupoMedidaAbierta)).BeginInit();
            this.GrupoMedidaAbierta.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtMedidaAnchoCaja)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboMedida)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtMedidaAbiertoLargo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtMedidaAbiertoAlto)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtObservacionItem)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.utcAcabadosyServicios)).BeginInit();
            this.utcAcabadosyServicios.SuspendLayout();
            this.ultraTabPageControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ugbImpresion)).BeginInit();
            this.ugbImpresion.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtImpresionAlto)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNumeroCambios)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNroPiezasImpresion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtPliegos)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtImpresionLargo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTiraje)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneSeparacionY)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtPases)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneSeparacionX)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkGraficoImpresionManual)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ugbPrecorte)).BeginInit();
            this.ugbPrecorte.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtNroPiezasPrecorte)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtFormatoImpresionLargo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtFormatoImpresionAlto)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtDemasia)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtHojasMaquina)).BeginInit();
            this.ultraTabPageControl3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox9)).BeginInit();
            this.ultraGroupBox9.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.uceIncluirEnPresupuesto)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkMuestraPrecioEnPresupuesto)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox8)).BeginInit();
            this.ultraGroupBox8.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).BeginInit();
            this.ultraGroupBox5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.utcItemCotizacion)).BeginInit();
            this.utcItemCotizacion.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.utCotizacion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtObservacion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneCantidad)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtDescripcion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udtFechaCreacion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNumeracion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.unePorcentajeUtilidad)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneTotal)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneImpuesto)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneSubTotal)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneCostoMillar)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneCostoUnidad)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkPrecioItems)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chekOcultaPreciosTotal)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
            this.ultraGroupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).BeginInit();
            this.ultraGroupBox4.SuspendLayout();
            this.SuspendLayout();
            // 
            // ugbParent
            // 
            this.ugbParent.Controls.Add(this.ultraGroupBox4);
            this.ugbParent.Controls.Add(this.ultraGroupBox2);
            this.ugbParent.Controls.Add(this.busLineaProduccion);
            this.ugbParent.Controls.Add(this.ultraLabel24);
            this.ugbParent.Controls.Add(this.uneCostoUnidad);
            this.ugbParent.Controls.Add(this.lblCostoUnidad);
            this.ugbParent.Controls.Add(this.uneCostoMillar);
            this.ugbParent.Controls.Add(this.lblCostoMillar);
            this.ugbParent.Controls.Add(this.uneTotal);
            this.ugbParent.Controls.Add(this.ubRecalcular);
            this.ugbParent.Controls.Add(this.uneImpuesto);
            this.ugbParent.Controls.Add(this.uneSubTotal);
            this.ugbParent.Controls.Add(this.lblTotal);
            this.ugbParent.Controls.Add(this.unePorcentajeUtilidad);
            this.ugbParent.Controls.Add(this.lblImpuesto);
            this.ugbParent.Controls.Add(this.lblSubTotal);
            this.ugbParent.Controls.Add(this.txtObservacion);
            this.ugbParent.Controls.Add(this.ultraLabel11);
            this.ugbParent.Controls.Add(this.uneCantidad);
            this.ugbParent.Controls.Add(this.lblCantidad);
            this.ugbParent.Controls.Add(this.txtDescripcion);
            this.ugbParent.Controls.Add(this.udtFechaCreacion);
            this.ugbParent.Controls.Add(this.ssCliente);
            this.ugbParent.Controls.Add(this.ssTipoDocumento);
            this.ugbParent.Controls.Add(this.lblCliente);
            this.ugbParent.Controls.Add(this.lblTipoDocumento);
            this.ugbParent.Controls.Add(this.ssFormaPago);
            this.ugbParent.Controls.Add(this.lblFormaPago);
            this.ugbParent.Controls.Add(this.txtNumeracion);
            this.ugbParent.Controls.Add(this.lblNumeracion);
            this.ugbParent.Controls.Add(this.lblMoneda);
            this.ugbParent.Controls.Add(this.ssMoneda);
            this.ugbParent.Controls.Add(this.lblFechaCreacion);
            this.ugbParent.Controls.Add(this.ssVendedor);
            this.ugbParent.Controls.Add(this.ssResponsable);
            this.ugbParent.Controls.Add(this.lblCotizador);
            this.ugbParent.Controls.Add(this.llbDescripcion);
            this.ugbParent.Controls.Add(this.lblVendedor);
            this.ugbParent.Controls.Add(this.lblPorcentajeUtilidad);
            this.ugbParent.Size = new System.Drawing.Size(1083, 584);
            this.ugbParent.Controls.SetChildIndex(this.lblPorcentajeUtilidad, 0);
            this.ugbParent.Controls.SetChildIndex(this.lblVendedor, 0);
            this.ugbParent.Controls.SetChildIndex(this.llbDescripcion, 0);
            this.ugbParent.Controls.SetChildIndex(this.lblCotizador, 0);
            this.ugbParent.Controls.SetChildIndex(this.ssResponsable, 0);
            this.ugbParent.Controls.SetChildIndex(this.ssVendedor, 0);
            this.ugbParent.Controls.SetChildIndex(this.lblFechaCreacion, 0);
            this.ugbParent.Controls.SetChildIndex(this.ssMoneda, 0);
            this.ugbParent.Controls.SetChildIndex(this.lblMoneda, 0);
            this.ugbParent.Controls.SetChildIndex(this.lblNumeracion, 0);
            this.ugbParent.Controls.SetChildIndex(this.txtNumeracion, 0);
            this.ugbParent.Controls.SetChildIndex(this.lblFormaPago, 0);
            this.ugbParent.Controls.SetChildIndex(this.ssFormaPago, 0);
            this.ugbParent.Controls.SetChildIndex(this.lblTipoDocumento, 0);
            this.ugbParent.Controls.SetChildIndex(this.lblCliente, 0);
            this.ugbParent.Controls.SetChildIndex(this.ssTipoDocumento, 0);
            this.ugbParent.Controls.SetChildIndex(this.ssCliente, 0);
            this.ugbParent.Controls.SetChildIndex(this.udtFechaCreacion, 0);
            this.ugbParent.Controls.SetChildIndex(this.txtDescripcion, 0);
            this.ugbParent.Controls.SetChildIndex(this.lblCantidad, 0);
            this.ugbParent.Controls.SetChildIndex(this.uneCantidad, 0);
            this.ugbParent.Controls.SetChildIndex(this.ultraLabel11, 0);
            this.ugbParent.Controls.SetChildIndex(this.txtObservacion, 0);
            this.ugbParent.Controls.SetChildIndex(this.lblSubTotal, 0);
            this.ugbParent.Controls.SetChildIndex(this.lblImpuesto, 0);
            this.ugbParent.Controls.SetChildIndex(this.unePorcentajeUtilidad, 0);
            this.ugbParent.Controls.SetChildIndex(this.lblTotal, 0);
            this.ugbParent.Controls.SetChildIndex(this.uneSubTotal, 0);
            this.ugbParent.Controls.SetChildIndex(this.uneImpuesto, 0);
            this.ugbParent.Controls.SetChildIndex(this.ubRecalcular, 0);
            this.ugbParent.Controls.SetChildIndex(this.uneTotal, 0);
            this.ugbParent.Controls.SetChildIndex(this.lblCostoMillar, 0);
            this.ugbParent.Controls.SetChildIndex(this.uneCostoMillar, 0);
            this.ugbParent.Controls.SetChildIndex(this.lblCostoUnidad, 0);
            this.ugbParent.Controls.SetChildIndex(this.uneCostoUnidad, 0);
            this.ugbParent.Controls.SetChildIndex(this.ultraLabel24, 0);
            this.ugbParent.Controls.SetChildIndex(this.busLineaProduccion, 0);
            this.ugbParent.Controls.SetChildIndex(this.ultraGroupBox2, 0);
            this.ugbParent.Controls.SetChildIndex(this.ultraGroupBox4, 0);
            this.ugbParent.Controls.SetChildIndex(this.ubCancelar, 0);
            this.ugbParent.Controls.SetChildIndex(this.ubAceptar, 0);
            // 
            // ubCancelar
            // 
            this.ubCancelar.Location = new System.Drawing.Point(983, 552);
            this.ubCancelar.Size = new System.Drawing.Size(85, 23);
            // 
            // ubAceptar
            // 
            this.ubAceptar.Location = new System.Drawing.Point(894, 552);
            this.ubAceptar.Size = new System.Drawing.Size(83, 23);
            // 
            // ilMain
            // 
            this.ilMain.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilMain.ImageStream")));
            this.ilMain.Images.SetKeyName(0, "accept.png");
            this.ilMain.Images.SetKeyName(1, "accept_database.png");
            this.ilMain.Images.SetKeyName(2, "accept_page.png");
            this.ilMain.Images.SetKeyName(3, "add.png");
            this.ilMain.Images.SetKeyName(4, "add_comment.png");
            this.ilMain.Images.SetKeyName(5, "add_home.png");
            this.ilMain.Images.SetKeyName(6, "add_image.png");
            this.ilMain.Images.SetKeyName(7, "add_page.png");
            this.ilMain.Images.SetKeyName(8, "add_pages.png");
            this.ilMain.Images.SetKeyName(9, "add_printer.png");
            this.ilMain.Images.SetKeyName(10, "add_to_database.png");
            this.ilMain.Images.SetKeyName(11, "add_to_favorites.png");
            this.ilMain.Images.SetKeyName(12, "add_to_folder.png");
            this.ilMain.Images.SetKeyName(13, "add_to_shopping_cart.png");
            this.ilMain.Images.SetKeyName(14, "add_user.png");
            this.ilMain.Images.SetKeyName(15, "artwork.png");
            this.ilMain.Images.SetKeyName(16, "attach_image.png");
            this.ilMain.Images.SetKeyName(17, "attachment.png");
            this.ilMain.Images.SetKeyName(18, "back.png");
            this.ilMain.Images.SetKeyName(19, "block.png");
            this.ilMain.Images.SetKeyName(20, "blue_arrow_down.png");
            this.ilMain.Images.SetKeyName(21, "blue_arrow_up.png");
            this.ilMain.Images.SetKeyName(22, "blue_energy.png");
            this.ilMain.Images.SetKeyName(23, "bmp_file.png");
            this.ilMain.Images.SetKeyName(24, "book.png");
            this.ilMain.Images.SetKeyName(25, "book_accept.png");
            this.ilMain.Images.SetKeyName(26, "book_download.png");
            this.ilMain.Images.SetKeyName(27, "book_search.png");
            this.ilMain.Images.SetKeyName(28, "book_warning.png");
            this.ilMain.Images.SetKeyName(29, "calculator.png");
            this.ilMain.Images.SetKeyName(30, "calendar.png");
            this.ilMain.Images.SetKeyName(31, "calendar_empty.png");
            this.ilMain.Images.SetKeyName(32, "canvas_holder.png");
            this.ilMain.Images.SetKeyName(33, "card.png");
            this.ilMain.Images.SetKeyName(34, "cd.png");
            this.ilMain.Images.SetKeyName(35, "chalk_board.png");
            this.ilMain.Images.SetKeyName(36, "chart.png");
            this.ilMain.Images.SetKeyName(37, "chart_down.png");
            this.ilMain.Images.SetKeyName(38, "chart_pie.png");
            this.ilMain.Images.SetKeyName(39, "chart_up.png");
            this.ilMain.Images.SetKeyName(40, "clock.png");
            this.ilMain.Images.SetKeyName(41, "cloud_comment.png");
            this.ilMain.Images.SetKeyName(42, "coffee_cup.png");
            this.ilMain.Images.SetKeyName(43, "comment.png");
            this.ilMain.Images.SetKeyName(44, "comments.png");
            this.ilMain.Images.SetKeyName(45, "computer.png");
            this.ilMain.Images.SetKeyName(46, "computer_accept.png");
            this.ilMain.Images.SetKeyName(47, "computer_add.png");
            this.ilMain.Images.SetKeyName(48, "computer_help.png");
            this.ilMain.Images.SetKeyName(49, "computer_info.png");
            this.ilMain.Images.SetKeyName(50, "computer_process.png");
            this.ilMain.Images.SetKeyName(51, "computer_warning.png");
            this.ilMain.Images.SetKeyName(52, "copy_paste.png");
            this.ilMain.Images.SetKeyName(53, "credit_cart.png");
            this.ilMain.Images.SetKeyName(54, "credit_cart_cancelled.png");
            this.ilMain.Images.SetKeyName(55, "css_file.png");
            this.ilMain.Images.SetKeyName(56, "csv_file.png");
            this.ilMain.Images.SetKeyName(57, "cut.png");
            this.ilMain.Images.SetKeyName(58, "cut_from_page.png");
            this.ilMain.Images.SetKeyName(59, "database.png");
            this.ilMain.Images.SetKeyName(60, "delete.png");
            this.ilMain.Images.SetKeyName(61, "delete_comment.png");
            this.ilMain.Images.SetKeyName(62, "delete_computer.png");
            this.ilMain.Images.SetKeyName(63, "delete_folder.png");
            this.ilMain.Images.SetKeyName(64, "delete_home.png");
            this.ilMain.Images.SetKeyName(65, "delete_image.png");
            this.ilMain.Images.SetKeyName(66, "delete_page.png");
            this.ilMain.Images.SetKeyName(67, "delete_user.png");
            this.ilMain.Images.SetKeyName(68, "dollar_currency_sign.png");
            this.ilMain.Images.SetKeyName(69, "download.png");
            this.ilMain.Images.SetKeyName(70, "download_database.png");
            this.ilMain.Images.SetKeyName(71, "download_image.png");
            this.ilMain.Images.SetKeyName(72, "download_to_computer.png");
            this.ilMain.Images.SetKeyName(73, "dvd.png");
            this.ilMain.Images.SetKeyName(74, "edit.png");
            this.ilMain.Images.SetKeyName(75, "edit_page.png");
            this.ilMain.Images.SetKeyName(76, "edit_profile.png");
            this.ilMain.Images.SetKeyName(77, "eps_file.png");
            this.ilMain.Images.SetKeyName(78, "equalizer.png");
            this.ilMain.Images.SetKeyName(79, "euro_currency_sign.png");
            this.ilMain.Images.SetKeyName(80, "favorite.png");
            this.ilMain.Images.SetKeyName(81, "favorite_film.png");
            this.ilMain.Images.SetKeyName(82, "film.png");
            this.ilMain.Images.SetKeyName(83, "firewall.png");
            this.ilMain.Images.SetKeyName(84, "folder.png");
            this.ilMain.Images.SetKeyName(85, "folder_accept.png");
            this.ilMain.Images.SetKeyName(86, "folder_conflicted.png");
            this.ilMain.Images.SetKeyName(87, "folder_full.png");
            this.ilMain.Images.SetKeyName(88, "folder_modified.png");
            this.ilMain.Images.SetKeyName(89, "full_page.png");
            this.ilMain.Images.SetKeyName(90, "games.png");
            this.ilMain.Images.SetKeyName(91, "gif_file.png");
            this.ilMain.Images.SetKeyName(92, "globe.png");
            this.ilMain.Images.SetKeyName(93, "globe_download.png");
            this.ilMain.Images.SetKeyName(94, "globe_process.png");
            this.ilMain.Images.SetKeyName(95, "globe_warning.png");
            this.ilMain.Images.SetKeyName(96, "green_arrow_down.png");
            this.ilMain.Images.SetKeyName(97, "green_arrow_up.png");
            this.ilMain.Images.SetKeyName(98, "green_button.png");
            this.ilMain.Images.SetKeyName(99, "green_energy.png");
            this.ilMain.Images.SetKeyName(100, "green_flag.png");
            this.ilMain.Images.SetKeyName(101, "heart.png");
            this.ilMain.Images.SetKeyName(102, "help.png");
            this.ilMain.Images.SetKeyName(103, "help_balloon.png");
            this.ilMain.Images.SetKeyName(104, "home.png");
            this.ilMain.Images.SetKeyName(105, "home_accept.png");
            this.ilMain.Images.SetKeyName(106, "html_file.png");
            this.ilMain.Images.SetKeyName(107, "ico_file.png");
            this.ilMain.Images.SetKeyName(108, "id_card.png");
            this.ilMain.Images.SetKeyName(109, "image.png");
            this.ilMain.Images.SetKeyName(110, "image_accept.png");
            this.ilMain.Images.SetKeyName(111, "info.png");
            this.ilMain.Images.SetKeyName(112, "insert_to_shopping_cart.png");
            this.ilMain.Images.SetKeyName(113, "jpg_file.png");
            this.ilMain.Images.SetKeyName(114, "js_file.png");
            this.ilMain.Images.SetKeyName(115, "json_file.png");
            this.ilMain.Images.SetKeyName(116, "key.png");
            this.ilMain.Images.SetKeyName(117, "light_bulb.png");
            this.ilMain.Images.SetKeyName(118, "link.png");
            this.ilMain.Images.SetKeyName(119, "lock.png");
            this.ilMain.Images.SetKeyName(120, "magnet.png");
            this.ilMain.Images.SetKeyName(121, "mail.png");
            this.ilMain.Images.SetKeyName(122, "mail_lock.png");
            this.ilMain.Images.SetKeyName(123, "mail_receive.png");
            this.ilMain.Images.SetKeyName(124, "mail_search.png");
            this.ilMain.Images.SetKeyName(125, "mail_send.png");
            this.ilMain.Images.SetKeyName(126, "mobile_phone.png");
            this.ilMain.Images.SetKeyName(127, "mouse.png");
            this.ilMain.Images.SetKeyName(128, "music.png");
            this.ilMain.Images.SetKeyName(129, "new.png");
            this.ilMain.Images.SetKeyName(130, "new_page.png");
            this.ilMain.Images.SetKeyName(131, "news.png");
            this.ilMain.Images.SetKeyName(132, "next.png");
            this.ilMain.Images.SetKeyName(133, "note.png");
            this.ilMain.Images.SetKeyName(134, "note_accept.png");
            this.ilMain.Images.SetKeyName(135, "note_book.png");
            this.ilMain.Images.SetKeyName(136, "office_folders.png");
            this.ilMain.Images.SetKeyName(137, "old_clock.png");
            this.ilMain.Images.SetKeyName(138, "open_store.png");
            this.ilMain.Images.SetKeyName(139, "orange_arrow_down.png");
            this.ilMain.Images.SetKeyName(140, "orange_arrow_up.png");
            this.ilMain.Images.SetKeyName(141, "orange_button.png");
            this.ilMain.Images.SetKeyName(142, "package.png");
            this.ilMain.Images.SetKeyName(143, "package_accept.png");
            this.ilMain.Images.SetKeyName(144, "package_add.png");
            this.ilMain.Images.SetKeyName(145, "package_download.png");
            this.ilMain.Images.SetKeyName(146, "package_warning.png");
            this.ilMain.Images.SetKeyName(147, "page_down.png");
            this.ilMain.Images.SetKeyName(148, "page_process.png");
            this.ilMain.Images.SetKeyName(149, "page_up.png");
            this.ilMain.Images.SetKeyName(150, "pages.png");
            this.ilMain.Images.SetKeyName(151, "pages_warning.png");
            this.ilMain.Images.SetKeyName(152, "paint.png");
            this.ilMain.Images.SetKeyName(153, "paint_brush.png");
            this.ilMain.Images.SetKeyName(154, "palette.png");
            this.ilMain.Images.SetKeyName(155, "palette_brush.png");
            this.ilMain.Images.SetKeyName(156, "pastel_colors.png");
            this.ilMain.Images.SetKeyName(157, "pdf_file.png");
            this.ilMain.Images.SetKeyName(158, "phone_book.png");
            this.ilMain.Images.SetKeyName(159, "phone_book_edit.png");
            this.ilMain.Images.SetKeyName(160, "photo_camera.png");
            this.ilMain.Images.SetKeyName(161, "photo_camera_accept.png");
            this.ilMain.Images.SetKeyName(162, "php_file.png");
            this.ilMain.Images.SetKeyName(163, "pin.png");
            this.ilMain.Images.SetKeyName(164, "png_file.png");
            this.ilMain.Images.SetKeyName(165, "ppt_file.png");
            this.ilMain.Images.SetKeyName(166, "printer.png");
            this.ilMain.Images.SetKeyName(167, "printer_accept.png");
            this.ilMain.Images.SetKeyName(168, "printer_warning.png");
            this.ilMain.Images.SetKeyName(169, "prize_winner.png");
            this.ilMain.Images.SetKeyName(170, "process.png");
            this.ilMain.Images.SetKeyName(171, "process_accept.png");
            this.ilMain.Images.SetKeyName(172, "process_info.png");
            this.ilMain.Images.SetKeyName(173, "process_warning.png");
            this.ilMain.Images.SetKeyName(174, "promotion.png");
            this.ilMain.Images.SetKeyName(175, "protection.png");
            this.ilMain.Images.SetKeyName(176, "psd_file.png");
            this.ilMain.Images.SetKeyName(177, "puzzle.png");
            this.ilMain.Images.SetKeyName(178, "recycle.png");
            this.ilMain.Images.SetKeyName(179, "red_button.png");
            this.ilMain.Images.SetKeyName(180, "red_flag.png");
            this.ilMain.Images.SetKeyName(181, "refresh.png");
            this.ilMain.Images.SetKeyName(182, "refresh_page.png");
            this.ilMain.Images.SetKeyName(183, "remote_desktop.png");
            this.ilMain.Images.SetKeyName(184, "remove_from_database.png");
            this.ilMain.Images.SetKeyName(185, "remove_from_shopping_cart.png");
            this.ilMain.Images.SetKeyName(186, "report.png");
            this.ilMain.Images.SetKeyName(187, "rss.png");
            this.ilMain.Images.SetKeyName(188, "ruler.png");
            this.ilMain.Images.SetKeyName(189, "ruler_pencil.png");
            this.ilMain.Images.SetKeyName(190, "sale.png");
            this.ilMain.Images.SetKeyName(191, "save.png");
            this.ilMain.Images.SetKeyName(192, "search.png");
            this.ilMain.Images.SetKeyName(193, "search_computer.png");
            this.ilMain.Images.SetKeyName(194, "search_database.png");
            this.ilMain.Images.SetKeyName(195, "search_globe.png");
            this.ilMain.Images.SetKeyName(196, "search_home.png");
            this.ilMain.Images.SetKeyName(197, "search_image.png");
            this.ilMain.Images.SetKeyName(198, "search_page.png");
            this.ilMain.Images.SetKeyName(199, "search_printer.png");
            this.ilMain.Images.SetKeyName(200, "search_user.png");
            this.ilMain.Images.SetKeyName(201, "security.png");
            this.ilMain.Images.SetKeyName(202, "send_sms.png");
            this.ilMain.Images.SetKeyName(203, "shopping_cart.png");
            this.ilMain.Images.SetKeyName(204, "shopping_cart_accept.png");
            this.ilMain.Images.SetKeyName(205, "sms.png");
            this.ilMain.Images.SetKeyName(206, "sound.png");
            this.ilMain.Images.SetKeyName(207, "sound_muted.png");
            this.ilMain.Images.SetKeyName(208, "star_empty.png");
            this.ilMain.Images.SetKeyName(209, "star_full.png");
            this.ilMain.Images.SetKeyName(210, "star_half_full.png");
            this.ilMain.Images.SetKeyName(211, "sterling_pound_currency_sign.png");
            this.ilMain.Images.SetKeyName(212, "support.png");
            this.ilMain.Images.SetKeyName(213, "svg_file.png");
            this.ilMain.Images.SetKeyName(214, "swf_file.png");
            this.ilMain.Images.SetKeyName(215, "tablet.png");
            this.ilMain.Images.SetKeyName(216, "tag_blue.png");
            this.ilMain.Images.SetKeyName(217, "tag_green.png");
            this.ilMain.Images.SetKeyName(218, "target.png");
            this.ilMain.Images.SetKeyName(219, "television.png");
            this.ilMain.Images.SetKeyName(220, "text_page.png");
            this.ilMain.Images.SetKeyName(221, "tiff_file.png");
            this.ilMain.Images.SetKeyName(222, "tools.png");
            this.ilMain.Images.SetKeyName(223, "trash_can.png");
            this.ilMain.Images.SetKeyName(224, "turquoise_button.png");
            this.ilMain.Images.SetKeyName(225, "twitter.png");
            this.ilMain.Images.SetKeyName(226, "txt_file.png");
            this.ilMain.Images.SetKeyName(227, "unlock.png");
            this.ilMain.Images.SetKeyName(228, "up.png");
            this.ilMain.Images.SetKeyName(229, "user.png");
            this.ilMain.Images.SetKeyName(230, "user_accept.png");
            this.ilMain.Images.SetKeyName(231, "user_comment.png");
            this.ilMain.Images.SetKeyName(232, "users.png");
            this.ilMain.Images.SetKeyName(233, "users_comments.png");
            this.ilMain.Images.SetKeyName(234, "violet_button.png");
            this.ilMain.Images.SetKeyName(235, "warning.png");
            this.ilMain.Images.SetKeyName(236, "white_flag.png");
            this.ilMain.Images.SetKeyName(237, "windows_terminal.png");
            this.ilMain.Images.SetKeyName(238, "xml_file.png");
            this.ilMain.Images.SetKeyName(239, "yen_currency_sign.png");
            this.ilMain.Images.SetKeyName(240, "zip_file.png");
            this.ilMain.Images.SetKeyName(241, "zip_file_accept.png");
            this.ilMain.Images.SetKeyName(242, "zip_file_download.png");
            this.ilMain.Images.SetKeyName(243, "zip_file_info.png");
            this.ilMain.Images.SetKeyName(244, "zip_file_search.png");
            this.ilMain.Images.SetKeyName(245, "zoom_in.png");
            this.ilMain.Images.SetKeyName(246, "zoom_out.png");
            // 
            // tabItems
            // 
            this.tabItems.Controls.Add(this.txtCostoServicio);
            this.tabItems.Controls.Add(this.btnModificar);
            this.tabItems.Controls.Add(this.ugServicios);
            this.tabItems.Controls.Add(this.ubEliminarServicio);
            this.tabItems.Controls.Add(this.ubNuevoServicio);
            this.tabItems.Controls.Add(this.ultraLabel17);
            this.tabItems.Location = new System.Drawing.Point(1, 23);
            this.tabItems.Name = "tabItems";
            this.tabItems.Size = new System.Drawing.Size(301, 235);
            // 
            // txtCostoServicio
            // 
            this.txtCostoServicio.Location = new System.Drawing.Point(191, 209);
            this.txtCostoServicio.MaskInput = "nnnnnnnn.nn";
            this.txtCostoServicio.MaxValue = new decimal(new int[] {
            2050327040,
            10,
            0,
            0});
            this.txtCostoServicio.MinValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.txtCostoServicio.Name = "txtCostoServicio";
            this.txtCostoServicio.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Decimal;
            this.txtCostoServicio.ReadOnly = true;
            this.txtCostoServicio.Size = new System.Drawing.Size(106, 21);
            this.txtCostoServicio.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtCostoServicio.TabIndex = 85;
            this.txtCostoServicio.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            // 
            // btnModificar
            // 
            appearance25.Image = global::Soft.Ventas.Win.Properties.Resources.edit_page;
            appearance25.ImageHAlign = Infragistics.Win.HAlign.Center;
            this.btnModificar.Appearance = appearance25;
            this.btnModificar.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Office2010Button;
            this.btnModificar.Location = new System.Drawing.Point(44, 207);
            this.btnModificar.Name = "btnModificar";
            this.btnModificar.Size = new System.Drawing.Size(35, 23);
            this.btnModificar.TabIndex = 10;
            this.btnModificar.Click += new System.EventHandler(this.btnModificar_Click);
            // 
            // ugServicios
            // 
            this.ugServicios.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
            this.ugServicios.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
            this.ugServicios.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
            this.ugServicios.Dock = System.Windows.Forms.DockStyle.Top;
            this.ugServicios.Location = new System.Drawing.Point(0, 0);
            this.ugServicios.Name = "ugServicios";
            this.ugServicios.Size = new System.Drawing.Size(301, 201);
            this.ugServicios.TabIndex = 9;
            this.ugServicios.Text = "ultraGrid1";
            this.ugServicios.DoubleClickCell += new Infragistics.Win.UltraWinGrid.DoubleClickCellEventHandler(this.ugServicios_DoubleClickCell);
            // 
            // ubEliminarServicio
            // 
            appearance26.Image = global::Soft.Ventas.Win.Properties.Resources.delete_page;
            appearance26.ImageHAlign = Infragistics.Win.HAlign.Center;
            this.ubEliminarServicio.Appearance = appearance26;
            this.ubEliminarServicio.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Office2010Button;
            this.ubEliminarServicio.Location = new System.Drawing.Point(85, 207);
            this.ubEliminarServicio.Name = "ubEliminarServicio";
            this.ubEliminarServicio.Size = new System.Drawing.Size(35, 23);
            this.ubEliminarServicio.TabIndex = 8;
            this.ubEliminarServicio.Click += new System.EventHandler(this.ubEliminarServicio_Click);
            // 
            // ubNuevoServicio
            // 
            appearance27.Image = global::Soft.Ventas.Win.Properties.Resources.add_page;
            appearance27.ImageHAlign = Infragistics.Win.HAlign.Center;
            this.ubNuevoServicio.Appearance = appearance27;
            this.ubNuevoServicio.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Office2010Button;
            this.ubNuevoServicio.Location = new System.Drawing.Point(3, 207);
            this.ubNuevoServicio.Name = "ubNuevoServicio";
            this.ubNuevoServicio.Size = new System.Drawing.Size(35, 23);
            this.ubNuevoServicio.TabIndex = 7;
            this.ubNuevoServicio.Click += new System.EventHandler(this.ubNuevoServicio_Click);
            // 
            // ultraLabel17
            // 
            appearance28.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel17.Appearance = appearance28;
            this.ultraLabel17.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel17.Location = new System.Drawing.Point(125, 213);
            this.ultraLabel17.Name = "ultraLabel17";
            this.ultraLabel17.Size = new System.Drawing.Size(75, 20);
            this.ultraLabel17.TabIndex = 86;
            this.ultraLabel17.Text = "TOTAL (S/.)";
            // 
            // ultraTabPageControl1
            // 
            this.ultraTabPageControl1.Controls.Add(this.ultraLabel28);
            this.ultraTabPageControl1.Controls.Add(this.uneCostoMaquina);
            this.ultraTabPageControl1.Controls.Add(this.GruposTiras);
            this.ultraTabPageControl1.Controls.Add(this.uneCostoMaterial);
            this.ultraTabPageControl1.Controls.Add(this.ultraGroupBox6);
            this.ultraTabPageControl1.Controls.Add(this.uneCosto);
            this.ultraTabPageControl1.Controls.Add(this.txtNombre);
            this.ultraTabPageControl1.Controls.Add(this.GrupoMedidaCerrada);
            this.ultraTabPageControl1.Controls.Add(this.GrupoMedidaAbierta);
            this.ultraTabPageControl1.Controls.Add(this.ssMaterial);
            this.ultraTabPageControl1.Controls.Add(this.ssMaquina);
            this.ultraTabPageControl1.Controls.Add(this.lblMaterial);
            this.ultraTabPageControl1.Controls.Add(this.lblMaquina);
            this.ultraTabPageControl1.Controls.Add(this.txtObservacionItem);
            this.ultraTabPageControl1.Controls.Add(this.lblObservacionItem);
            this.ultraTabPageControl1.Controls.Add(this.utcAcabadosyServicios);
            this.ultraTabPageControl1.Location = new System.Drawing.Point(1, 23);
            this.ultraTabPageControl1.Name = "ultraTabPageControl1";
            this.ultraTabPageControl1.Size = new System.Drawing.Size(919, 271);
            // 
            // ultraLabel28
            // 
            appearance6.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel28.Appearance = appearance6;
            this.ultraLabel28.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel28.Location = new System.Drawing.Point(218, 190);
            this.ultraLabel28.Name = "ultraLabel28";
            this.ultraLabel28.Size = new System.Drawing.Size(86, 17);
            this.ultraLabel28.TabIndex = 99;
            this.ultraLabel28.Text = "TOTAL (S/.)";
            // 
            // uneCostoMaquina
            // 
            this.uneCostoMaquina.Location = new System.Drawing.Point(310, 120);
            this.uneCostoMaquina.MaskInput = "nnnnnnnn.nn";
            this.uneCostoMaquina.MaxValue = new decimal(new int[] {
            2050327040,
            10,
            0,
            0});
            this.uneCostoMaquina.MinValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.uneCostoMaquina.Name = "uneCostoMaquina";
            this.uneCostoMaquina.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Decimal;
            this.uneCostoMaquina.ReadOnly = true;
            this.uneCostoMaquina.Size = new System.Drawing.Size(124, 21);
            this.uneCostoMaquina.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.uneCostoMaquina.TabIndex = 89;
            this.uneCostoMaquina.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            // 
            // GruposTiras
            // 
            appearance7.BackColor = System.Drawing.Color.Transparent;
            this.GruposTiras.Appearance = appearance7;
            this.GruposTiras.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Center;
            this.GruposTiras.Controls.Add(this.txtImpresoRetiraColor);
            this.GruposTiras.Controls.Add(this.lblImpresoRetiraColor);
            this.GruposTiras.Controls.Add(this.txtImpresoTiraColor);
            this.GruposTiras.Controls.Add(this.lblImpresoTiraColor);
            this.GruposTiras.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded3;
            this.GruposTiras.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopInsideBorder;
            this.GruposTiras.Location = new System.Drawing.Point(444, 30);
            this.GruposTiras.Name = "GruposTiras";
            this.GruposTiras.Size = new System.Drawing.Size(159, 82);
            this.GruposTiras.TabIndex = 83;
            this.GruposTiras.Text = "MÉTODOS";
            // 
            // txtImpresoRetiraColor
            // 
            this.txtImpresoRetiraColor.Location = new System.Drawing.Point(73, 51);
            this.txtImpresoRetiraColor.MaskInput = "nn";
            this.txtImpresoRetiraColor.Name = "txtImpresoRetiraColor";
            this.txtImpresoRetiraColor.Size = new System.Drawing.Size(80, 21);
            this.txtImpresoRetiraColor.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtImpresoRetiraColor.TabIndex = 72;
            this.txtImpresoRetiraColor.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.txtImpresoRetiraColor.ValueChanged += new System.EventHandler(this.txtImpresoRetiraColor_ValueChanged);
            // 
            // lblImpresoRetiraColor
            // 
            appearance8.BackColor = System.Drawing.Color.Transparent;
            this.lblImpresoRetiraColor.Appearance = appearance8;
            this.lblImpresoRetiraColor.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblImpresoRetiraColor.Location = new System.Drawing.Point(8, 55);
            this.lblImpresoRetiraColor.Name = "lblImpresoRetiraColor";
            this.lblImpresoRetiraColor.Size = new System.Drawing.Size(72, 23);
            this.lblImpresoRetiraColor.TabIndex = 71;
            this.lblImpresoRetiraColor.Text = "R. COLOR";
            // 
            // txtImpresoTiraColor
            // 
            this.txtImpresoTiraColor.Location = new System.Drawing.Point(73, 28);
            this.txtImpresoTiraColor.MaskInput = "nn";
            this.txtImpresoTiraColor.MaxValue = 16;
            this.txtImpresoTiraColor.MinValue = 0;
            this.txtImpresoTiraColor.Name = "txtImpresoTiraColor";
            this.txtImpresoTiraColor.Size = new System.Drawing.Size(80, 21);
            this.txtImpresoTiraColor.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtImpresoTiraColor.TabIndex = 70;
            this.txtImpresoTiraColor.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.txtImpresoTiraColor.ValueChanged += new System.EventHandler(this.txtImpresoTiraColor_ValueChanged);
            // 
            // lblImpresoTiraColor
            // 
            appearance9.BackColor = System.Drawing.Color.Transparent;
            this.lblImpresoTiraColor.Appearance = appearance9;
            this.lblImpresoTiraColor.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblImpresoTiraColor.Location = new System.Drawing.Point(8, 32);
            this.lblImpresoTiraColor.Name = "lblImpresoTiraColor";
            this.lblImpresoTiraColor.Size = new System.Drawing.Size(61, 23);
            this.lblImpresoTiraColor.TabIndex = 69;
            this.lblImpresoTiraColor.Text = "T. COLOR";
            // 
            // uneCostoMaterial
            // 
            this.uneCostoMaterial.Location = new System.Drawing.Point(310, 142);
            this.uneCostoMaterial.MaskInput = "nnnnnnn.nn";
            this.uneCostoMaterial.MaxValue = new decimal(new int[] {
            2050327040,
            10,
            0,
            0});
            this.uneCostoMaterial.MinValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.uneCostoMaterial.Name = "uneCostoMaterial";
            this.uneCostoMaterial.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Decimal;
            this.uneCostoMaterial.ReadOnly = true;
            this.uneCostoMaterial.Size = new System.Drawing.Size(124, 21);
            this.uneCostoMaterial.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.uneCostoMaterial.TabIndex = 90;
            this.uneCostoMaterial.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            // 
            // ultraGroupBox6
            // 
            appearance10.BackColor = System.Drawing.Color.Transparent;
            this.ultraGroupBox6.Appearance = appearance10;
            this.ultraGroupBox6.Controls.Add(this.txtCantidadItem);
            this.ultraGroupBox6.Controls.Add(this.txtCantidadProduccion);
            this.ultraGroupBox6.Controls.Add(this.lblTipoUnidad);
            this.ultraGroupBox6.Controls.Add(this.ultraLabel18);
            this.ultraGroupBox6.Location = new System.Drawing.Point(444, 113);
            this.ultraGroupBox6.Name = "ultraGroupBox6";
            this.ultraGroupBox6.Size = new System.Drawing.Size(159, 56);
            this.ultraGroupBox6.TabIndex = 98;
            // 
            // txtCantidadItem
            // 
            this.txtCantidadItem.Location = new System.Drawing.Point(73, 5);
            this.txtCantidadItem.MaskInput = "nnnn";
            this.txtCantidadItem.MaxValue = 2000;
            this.txtCantidadItem.MinValue = 0;
            this.txtCantidadItem.Name = "txtCantidadItem";
            this.txtCantidadItem.Size = new System.Drawing.Size(80, 21);
            this.txtCantidadItem.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtCantidadItem.SpinIncrement = 4;
            this.txtCantidadItem.TabIndex = 78;
            this.txtCantidadItem.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.txtCantidadItem.ValueChanged += new System.EventHandler(this.txtCantidadItem_ValueChanged);
            // 
            // txtCantidadProduccion
            // 
            this.txtCantidadProduccion.Location = new System.Drawing.Point(73, 28);
            this.txtCantidadProduccion.MaskInput = "nnnnnnnn";
            this.txtCantidadProduccion.Name = "txtCantidadProduccion";
            this.txtCantidadProduccion.Size = new System.Drawing.Size(80, 21);
            this.txtCantidadProduccion.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtCantidadProduccion.TabIndex = 93;
            this.txtCantidadProduccion.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.txtCantidadProduccion.ValueChanged += new System.EventHandler(this.txtCantidadProduccion_ValueChanged);
            // 
            // lblTipoUnidad
            // 
            appearance11.BackColor = System.Drawing.Color.Transparent;
            this.lblTipoUnidad.Appearance = appearance11;
            this.lblTipoUnidad.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblTipoUnidad.Location = new System.Drawing.Point(5, 10);
            this.lblTipoUnidad.Name = "lblTipoUnidad";
            this.lblTipoUnidad.Size = new System.Drawing.Size(82, 17);
            this.lblTipoUnidad.TabIndex = 77;
            this.lblTipoUnidad.Text = "[UNIDAD]";
            // 
            // ultraLabel18
            // 
            appearance12.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel18.Appearance = appearance12;
            this.ultraLabel18.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel18.Location = new System.Drawing.Point(5, 31);
            this.ultraLabel18.Name = "ultraLabel18";
            this.ultraLabel18.Size = new System.Drawing.Size(64, 23);
            this.ultraLabel18.TabIndex = 92;
            this.ultraLabel18.Text = "C. PRODU";
            // 
            // uneCosto
            // 
            this.uneCosto.Location = new System.Drawing.Point(310, 186);
            this.uneCosto.MaskInput = "nnnnnnn.nn";
            this.uneCosto.MaxValue = new decimal(new int[] {
            2050327040,
            10,
            0,
            0});
            this.uneCosto.MinValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.uneCosto.Name = "uneCosto";
            this.uneCosto.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Decimal;
            this.uneCosto.ReadOnly = true;
            this.uneCosto.Size = new System.Drawing.Size(124, 21);
            this.uneCosto.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.uneCosto.TabIndex = 83;
            this.uneCosto.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.uneCosto.ValueChanged += new System.EventHandler(this.uneCosto_ValueChanged);
            // 
            // txtNombre
            // 
            this.txtNombre.Location = new System.Drawing.Point(7, 7);
            this.txtNombre.Multiline = true;
            this.txtNombre.Name = "txtNombre";
            this.txtNombre.Size = new System.Drawing.Size(276, 21);
            this.txtNombre.TabIndex = 95;
            this.txtNombre.ValueChanged += new System.EventHandler(this.txtNombre_ValueChanged);
            // 
            // GrupoMedidaCerrada
            // 
            appearance13.BackColor = System.Drawing.Color.Transparent;
            this.GrupoMedidaCerrada.Appearance = appearance13;
            this.GrupoMedidaCerrada.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Center;
            this.GrupoMedidaCerrada.Controls.Add(this.txtMedidaCerradaLargo);
            this.GrupoMedidaCerrada.Controls.Add(this.txtMedidaCerradaAlto);
            this.GrupoMedidaCerrada.Controls.Add(this.ultraLabel3);
            this.GrupoMedidaCerrada.Controls.Add(this.ultraLabel2);
            this.GrupoMedidaCerrada.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded3;
            this.GrupoMedidaCerrada.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopInsideBorder;
            this.GrupoMedidaCerrada.Location = new System.Drawing.Point(286, 30);
            this.GrupoMedidaCerrada.Name = "GrupoMedidaCerrada";
            this.GrupoMedidaCerrada.Size = new System.Drawing.Size(154, 82);
            this.GrupoMedidaCerrada.TabIndex = 82;
            this.GrupoMedidaCerrada.Text = "CERRADA";
            // 
            // txtMedidaCerradaLargo
            // 
            this.txtMedidaCerradaLargo.Location = new System.Drawing.Point(53, 28);
            this.txtMedidaCerradaLargo.MaskInput = "nnnn.nn";
            this.txtMedidaCerradaLargo.MaxValue = new decimal(new int[] {
            2500,
            0,
            0,
            0});
            this.txtMedidaCerradaLargo.MinValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.txtMedidaCerradaLargo.Name = "txtMedidaCerradaLargo";
            this.txtMedidaCerradaLargo.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Decimal;
            this.txtMedidaCerradaLargo.Size = new System.Drawing.Size(95, 21);
            this.txtMedidaCerradaLargo.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtMedidaCerradaLargo.TabIndex = 65;
            this.txtMedidaCerradaLargo.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.txtMedidaCerradaLargo.ValueChanged += new System.EventHandler(this.txtMedidaCerradaLargo_ValueChanged);
            // 
            // txtMedidaCerradaAlto
            // 
            this.txtMedidaCerradaAlto.Location = new System.Drawing.Point(53, 51);
            this.txtMedidaCerradaAlto.MaskInput = "nnnn.nn";
            this.txtMedidaCerradaAlto.MaxValue = new decimal(new int[] {
            2500,
            0,
            0,
            0});
            this.txtMedidaCerradaAlto.MinValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.txtMedidaCerradaAlto.Name = "txtMedidaCerradaAlto";
            this.txtMedidaCerradaAlto.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Decimal;
            this.txtMedidaCerradaAlto.Size = new System.Drawing.Size(95, 21);
            this.txtMedidaCerradaAlto.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtMedidaCerradaAlto.TabIndex = 79;
            this.txtMedidaCerradaAlto.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.txtMedidaCerradaAlto.ValueChanged += new System.EventHandler(this.txtMedidaCerradaAlto_ValueChanged);
            // 
            // ultraLabel3
            // 
            appearance14.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel3.Appearance = appearance14;
            this.ultraLabel3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel3.Location = new System.Drawing.Point(7, 32);
            this.ultraLabel3.Name = "ultraLabel3";
            this.ultraLabel3.Size = new System.Drawing.Size(50, 23);
            this.ultraLabel3.TabIndex = 68;
            this.ultraLabel3.Text = "LARGO";
            // 
            // ultraLabel2
            // 
            appearance15.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel2.Appearance = appearance15;
            this.ultraLabel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel2.Location = new System.Drawing.Point(7, 55);
            this.ultraLabel2.Name = "ultraLabel2";
            this.ultraLabel2.Size = new System.Drawing.Size(50, 23);
            this.ultraLabel2.TabIndex = 80;
            this.ultraLabel2.Text = "ALTO";
            // 
            // GrupoMedidaAbierta
            // 
            appearance16.BackColor = System.Drawing.Color.Transparent;
            this.GrupoMedidaAbierta.Appearance = appearance16;
            this.GrupoMedidaAbierta.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Center;
            this.GrupoMedidaAbierta.Controls.Add(this.txtMedidaAnchoCaja);
            this.GrupoMedidaAbierta.Controls.Add(this.labelFondoCaja);
            this.GrupoMedidaAbierta.Controls.Add(this.comboMedida);
            this.GrupoMedidaAbierta.Controls.Add(this.txtMedidaAbiertoLargo);
            this.GrupoMedidaAbierta.Controls.Add(this.ultraLabel1);
            this.GrupoMedidaAbierta.Controls.Add(this.txtMedidaAbiertoAlto);
            this.GrupoMedidaAbierta.Controls.Add(this.LabelMedidaAbiertaLargo);
            this.GrupoMedidaAbierta.Controls.Add(this.ultraLabel26);
            this.GrupoMedidaAbierta.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded3;
            this.GrupoMedidaAbierta.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopInsideBorder;
            this.GrupoMedidaAbierta.Location = new System.Drawing.Point(7, 30);
            this.GrupoMedidaAbierta.Name = "GrupoMedidaAbierta";
            this.GrupoMedidaAbierta.Size = new System.Drawing.Size(276, 82);
            this.GrupoMedidaAbierta.TabIndex = 81;
            this.GrupoMedidaAbierta.Text = "ABIERTA";
            // 
            // txtMedidaAnchoCaja
            // 
            this.txtMedidaAnchoCaja.Location = new System.Drawing.Point(191, 53);
            this.txtMedidaAnchoCaja.MaskInput = "nnnn.nn";
            this.txtMedidaAnchoCaja.MaxValue = new decimal(new int[] {
            2500,
            0,
            0,
            0});
            this.txtMedidaAnchoCaja.MinValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.txtMedidaAnchoCaja.Name = "txtMedidaAnchoCaja";
            this.txtMedidaAnchoCaja.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Decimal;
            this.txtMedidaAnchoCaja.Size = new System.Drawing.Size(74, 21);
            this.txtMedidaAnchoCaja.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtMedidaAnchoCaja.TabIndex = 122;
            this.txtMedidaAnchoCaja.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.txtMedidaAnchoCaja.ValueChanged += new System.EventHandler(this.txtMedidaAnchoCaja_ValueChanged);
            // 
            // labelFondoCaja
            // 
            appearance17.BackColor = System.Drawing.Color.Transparent;
            this.labelFondoCaja.Appearance = appearance17;
            this.labelFondoCaja.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.labelFondoCaja.Location = new System.Drawing.Point(140, 56);
            this.labelFondoCaja.Name = "labelFondoCaja";
            this.labelFondoCaja.Size = new System.Drawing.Size(47, 17);
            this.labelFondoCaja.TabIndex = 123;
            this.labelFondoCaja.Text = "FONDO";
            // 
            // comboMedida
            // 
            this.comboMedida.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
            valueListItem1.DataValue = "CM.";
            valueListItem1.Tag = 1;
            valueListItem2.DataValue = "MT.";
            valueListItem2.Tag = 100;
            this.comboMedida.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem1,
            valueListItem2});
            this.comboMedida.Location = new System.Drawing.Point(191, 30);
            this.comboMedida.Name = "comboMedida";
            this.comboMedida.Size = new System.Drawing.Size(74, 21);
            this.comboMedida.TabIndex = 121;
            this.comboMedida.ValueChanged += new System.EventHandler(this.comboMedida_ValueChanged);
            // 
            // txtMedidaAbiertoLargo
            // 
            this.txtMedidaAbiertoLargo.Location = new System.Drawing.Point(61, 30);
            this.txtMedidaAbiertoLargo.MaskInput = "nnnn.nn";
            this.txtMedidaAbiertoLargo.MaxValue = new decimal(new int[] {
            2500,
            0,
            0,
            0});
            this.txtMedidaAbiertoLargo.MinValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.txtMedidaAbiertoLargo.Name = "txtMedidaAbiertoLargo";
            this.txtMedidaAbiertoLargo.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Decimal;
            this.txtMedidaAbiertoLargo.Size = new System.Drawing.Size(73, 21);
            this.txtMedidaAbiertoLargo.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtMedidaAbiertoLargo.TabIndex = 65;
            this.txtMedidaAbiertoLargo.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.txtMedidaAbiertoLargo.ValueChanged += new System.EventHandler(this.txtMedidaAbiertoLargo_ValueChanged);
            // 
            // ultraLabel1
            // 
            appearance18.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel1.Appearance = appearance18;
            this.ultraLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel1.Location = new System.Drawing.Point(10, 56);
            this.ultraLabel1.Name = "ultraLabel1";
            this.ultraLabel1.Size = new System.Drawing.Size(51, 23);
            this.ultraLabel1.TabIndex = 80;
            this.ultraLabel1.Text = "ALTO";
            // 
            // txtMedidaAbiertoAlto
            // 
            this.txtMedidaAbiertoAlto.Location = new System.Drawing.Point(61, 52);
            this.txtMedidaAbiertoAlto.MaskInput = "nnnn.nn";
            this.txtMedidaAbiertoAlto.MaxValue = new decimal(new int[] {
            2500,
            0,
            0,
            0});
            this.txtMedidaAbiertoAlto.MinValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.txtMedidaAbiertoAlto.Name = "txtMedidaAbiertoAlto";
            this.txtMedidaAbiertoAlto.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Decimal;
            this.txtMedidaAbiertoAlto.Size = new System.Drawing.Size(73, 21);
            this.txtMedidaAbiertoAlto.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtMedidaAbiertoAlto.TabIndex = 79;
            this.txtMedidaAbiertoAlto.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.txtMedidaAbiertoAlto.ValueChanged += new System.EventHandler(this.txtMedidaAbiertoAlto_ValueChanged);
            // 
            // LabelMedidaAbiertaLargo
            // 
            appearance19.BackColor = System.Drawing.Color.Transparent;
            this.LabelMedidaAbiertaLargo.Appearance = appearance19;
            this.LabelMedidaAbiertaLargo.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.LabelMedidaAbiertaLargo.Location = new System.Drawing.Point(9, 34);
            this.LabelMedidaAbiertaLargo.Name = "LabelMedidaAbiertaLargo";
            this.LabelMedidaAbiertaLargo.Size = new System.Drawing.Size(48, 23);
            this.LabelMedidaAbiertaLargo.TabIndex = 68;
            this.LabelMedidaAbiertaLargo.Text = "LARGO";
            // 
            // ultraLabel26
            // 
            appearance20.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel26.Appearance = appearance20;
            this.ultraLabel26.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel26.Location = new System.Drawing.Point(140, 34);
            this.ultraLabel26.Name = "ultraLabel26";
            this.ultraLabel26.Size = new System.Drawing.Size(82, 17);
            this.ultraLabel26.TabIndex = 98;
            this.ultraLabel26.Text = "UND";
            // 
            // ssMaterial
            // 
            this.ssMaterial.BackColor = System.Drawing.Color.Transparent;
            this.ssMaterial.Location = new System.Drawing.Point(80, 142);
            this.ssMaterial.Name = "ssMaterial";
            this.ssMaterial.Size = new System.Drawing.Size(204, 28);
            this.ssMaterial.TabIndex = 76;
            this.ssMaterial.Search += new System.EventHandler(this.ssMaterial_Search);
            this.ssMaterial.Clear += new System.EventHandler(this.ssMaterial_Clear);
            // 
            // ssMaquina
            // 
            this.ssMaquina.BackColor = System.Drawing.Color.Transparent;
            this.ssMaquina.Location = new System.Drawing.Point(80, 120);
            this.ssMaquina.Name = "ssMaquina";
            this.ssMaquina.Size = new System.Drawing.Size(204, 28);
            this.ssMaquina.TabIndex = 75;
            this.ssMaquina.Search += new System.EventHandler(this.ssMaquina_Search);
            this.ssMaquina.Clear += new System.EventHandler(this.ssMaquina_Clear);
            // 
            // lblMaterial
            // 
            appearance21.BackColor = System.Drawing.Color.Transparent;
            this.lblMaterial.Appearance = appearance21;
            this.lblMaterial.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblMaterial.Location = new System.Drawing.Point(7, 146);
            this.lblMaterial.Name = "lblMaterial";
            this.lblMaterial.Size = new System.Drawing.Size(70, 24);
            this.lblMaterial.TabIndex = 74;
            this.lblMaterial.Text = "MATERIAL";
            // 
            // lblMaquina
            // 
            appearance22.BackColor = System.Drawing.Color.Transparent;
            this.lblMaquina.Appearance = appearance22;
            this.lblMaquina.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblMaquina.Location = new System.Drawing.Point(7, 124);
            this.lblMaquina.Name = "lblMaquina";
            this.lblMaquina.Size = new System.Drawing.Size(74, 12);
            this.lblMaquina.TabIndex = 73;
            this.lblMaquina.Text = "MÁQUINA";
            // 
            // txtObservacionItem
            // 
            this.txtObservacionItem.Location = new System.Drawing.Point(108, 212);
            this.txtObservacionItem.Multiline = true;
            this.txtObservacionItem.Name = "txtObservacionItem";
            this.txtObservacionItem.Size = new System.Drawing.Size(495, 56);
            this.txtObservacionItem.TabIndex = 64;
            this.txtObservacionItem.TextChanged += new System.EventHandler(this.txtObservacionItem_TextChanged);
            // 
            // lblObservacionItem
            // 
            appearance23.BackColor = System.Drawing.Color.Transparent;
            this.lblObservacionItem.Appearance = appearance23;
            this.lblObservacionItem.Location = new System.Drawing.Point(7, 213);
            this.lblObservacionItem.Name = "lblObservacionItem";
            this.lblObservacionItem.Size = new System.Drawing.Size(96, 23);
            this.lblObservacionItem.TabIndex = 63;
            this.lblObservacionItem.Text = "OBSERVACIÓN";
            // 
            // utcAcabadosyServicios
            // 
            appearance24.BackColor = System.Drawing.Color.Transparent;
            this.utcAcabadosyServicios.Appearance = appearance24;
            this.utcAcabadosyServicios.Controls.Add(this.ultraTabSharedControlsPage1);
            this.utcAcabadosyServicios.Controls.Add(this.tabItems);
            this.utcAcabadosyServicios.Location = new System.Drawing.Point(608, 7);
            this.utcAcabadosyServicios.Name = "utcAcabadosyServicios";
            this.utcAcabadosyServicios.SharedControlsPage = this.ultraTabSharedControlsPage1;
            this.utcAcabadosyServicios.Size = new System.Drawing.Size(305, 261);
            appearance29.BackColor = System.Drawing.Color.Transparent;
            this.utcAcabadosyServicios.TabHeaderAreaAppearance = appearance29;
            this.utcAcabadosyServicios.TabIndex = 60;
            ultraTab1.TabPage = this.tabItems;
            ultraTab1.Text = ":: ACA / MAQ / MAT ::";
            this.utcAcabadosyServicios.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
            ultraTab1});
            // 
            // ultraTabSharedControlsPage1
            // 
            this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
            this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(301, 235);
            // 
            // ultraTabPageControl2
            // 
            this.ultraTabPageControl2.Controls.Add(this.ugbImpresion);
            this.ultraTabPageControl2.Controls.Add(this.ugbPrecorte);
            this.ultraTabPageControl2.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl2.Name = "ultraTabPageControl2";
            this.ultraTabPageControl2.Size = new System.Drawing.Size(919, 271);
            // 
            // ugbImpresion
            // 
            appearance30.BackColor = System.Drawing.Color.Transparent;
            this.ugbImpresion.Appearance = appearance30;
            this.ugbImpresion.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Center;
            this.ugbImpresion.Controls.Add(this.ultraLabel27);
            this.ugbImpresion.Controls.Add(this.LabelProduccion);
            this.ugbImpresion.Controls.Add(this.ubMostrarGraficoImpresion);
            this.ugbImpresion.Controls.Add(this.labelSobranPaginas);
            this.ugbImpresion.Controls.Add(this.ubGirarGraficoImpresion);
            this.ugbImpresion.Controls.Add(this.txtImpresionAlto);
            this.ugbImpresion.Controls.Add(this.txtNumeroCambios);
            this.ugbImpresion.Controls.Add(this.txtNroPiezasImpresion);
            this.ugbImpresion.Controls.Add(this.lblCantidadPiezas);
            this.ugbImpresion.Controls.Add(this.ubImprimirGraficoImpresion);
            this.ugbImpresion.Controls.Add(this.txtPliegos);
            this.ugbImpresion.Controls.Add(this.txtImpresionLargo);
            this.ugbImpresion.Controls.Add(this.labelPliegos);
            this.ugbImpresion.Controls.Add(this.txtTiraje);
            this.ugbImpresion.Controls.Add(this.uneSeparacionY);
            this.ugbImpresion.Controls.Add(this.ultraLabel21);
            this.ugbImpresion.Controls.Add(this.txtPases);
            this.ugbImpresion.Controls.Add(this.uneSeparacionX);
            this.ugbImpresion.Controls.Add(this.upbImpresion);
            this.ugbImpresion.Controls.Add(this.ultraLabel25);
            this.ugbImpresion.Controls.Add(this.lblSeparacionY);
            this.ugbImpresion.Controls.Add(this.checkGraficoImpresionManual);
            this.ugbImpresion.Controls.Add(this.ultraLabel20);
            this.ugbImpresion.Controls.Add(this.lblSeparacionX);
            this.ugbImpresion.Controls.Add(this.lblMetodo);
            this.ugbImpresion.Controls.Add(this.ultraLabel13);
            this.ugbImpresion.Controls.Add(this.busMetodoImpresion);
            this.ugbImpresion.Controls.Add(this.ultraLabel14);
            this.ugbImpresion.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded3;
            this.ugbImpresion.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopInsideBorder;
            this.ugbImpresion.Location = new System.Drawing.Point(422, 6);
            this.ugbImpresion.Name = "ugbImpresion";
            this.ugbImpresion.Size = new System.Drawing.Size(427, 259);
            this.ugbImpresion.TabIndex = 101;
            this.ugbImpresion.Text = "IMPRESIÓN";
            // 
            // ultraLabel27
            // 
            appearance31.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel27.Appearance = appearance31;
            this.ultraLabel27.Location = new System.Drawing.Point(11, 238);
            this.ultraLabel27.Name = "ultraLabel27";
            this.ultraLabel27.Size = new System.Drawing.Size(84, 23);
            this.ultraLabel27.TabIndex = 132;
            this.ultraLabel27.Text = "PRODUCCIÓN";
            // 
            // LabelProduccion
            // 
            appearance32.BackColor = System.Drawing.Color.Transparent;
            this.LabelProduccion.Appearance = appearance32;
            this.LabelProduccion.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.LabelProduccion.Location = new System.Drawing.Point(113, 236);
            this.LabelProduccion.Name = "LabelProduccion";
            this.LabelProduccion.Size = new System.Drawing.Size(306, 17);
            this.LabelProduccion.TabIndex = 68;
            // 
            // ubMostrarGraficoImpresion
            // 
            this.ubMostrarGraficoImpresion.Location = new System.Drawing.Point(338, 28);
            this.ubMostrarGraficoImpresion.Name = "ubMostrarGraficoImpresion";
            this.ubMostrarGraficoImpresion.Size = new System.Drawing.Size(83, 23);
            this.ubMostrarGraficoImpresion.TabIndex = 108;
            this.ubMostrarGraficoImpresion.Text = "<< VER";
            this.ubMostrarGraficoImpresion.Click += new System.EventHandler(this.ubMostrarGraficoImpresion_Click);
            // 
            // labelSobranPaginas
            // 
            appearance33.BackColor = System.Drawing.Color.MistyRose;
            appearance33.BackColor2 = System.Drawing.Color.Transparent;
            appearance33.BackColorDisabled = System.Drawing.Color.White;
            appearance33.BackColorDisabled2 = System.Drawing.Color.White;
            appearance33.FontData.UnderlineAsString = "False";
            appearance33.ForeColor = System.Drawing.Color.Red;
            this.labelSobranPaginas.Appearance = appearance33;
            this.labelSobranPaginas.BorderStyleInner = Infragistics.Win.UIElementBorderStyle.Dotted;
            this.labelSobranPaginas.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
            this.labelSobranPaginas.ImageTransparentColor = System.Drawing.Color.Firebrick;
            this.labelSobranPaginas.Location = new System.Drawing.Point(12, 165);
            this.labelSobranPaginas.Name = "labelSobranPaginas";
            this.labelSobranPaginas.Size = new System.Drawing.Size(124, 17);
            this.labelSobranPaginas.TabIndex = 131;
            this.labelSobranPaginas.DoubleClick += new System.EventHandler(this.labelSobranPaginas_DoubleClick);
            // 
            // ubGirarGraficoImpresion
            // 
            this.ubGirarGraficoImpresion.Location = new System.Drawing.Point(338, 52);
            this.ubGirarGraficoImpresion.Name = "ubGirarGraficoImpresion";
            this.ubGirarGraficoImpresion.Size = new System.Drawing.Size(83, 23);
            this.ubGirarGraficoImpresion.TabIndex = 106;
            this.ubGirarGraficoImpresion.Text = "<< GIRAR";
            this.ubGirarGraficoImpresion.Click += new System.EventHandler(this.ubGirarGraficoImpresion_Click);
            // 
            // txtImpresionAlto
            // 
            this.txtImpresionAlto.Location = new System.Drawing.Point(202, 186);
            this.txtImpresionAlto.MaskInput = "nnnn.nn";
            this.txtImpresionAlto.MaxValue = new decimal(new int[] {
            2500,
            0,
            0,
            0});
            this.txtImpresionAlto.MinValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.txtImpresionAlto.Name = "txtImpresionAlto";
            this.txtImpresionAlto.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Decimal;
            this.txtImpresionAlto.ReadOnly = true;
            this.txtImpresionAlto.Size = new System.Drawing.Size(61, 21);
            this.txtImpresionAlto.TabIndex = 114;
            this.txtImpresionAlto.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            // 
            // txtNumeroCambios
            // 
            this.txtNumeroCambios.Location = new System.Drawing.Point(338, 118);
            this.txtNumeroCambios.MaskInput = "nn";
            this.txtNumeroCambios.Name = "txtNumeroCambios";
            this.txtNumeroCambios.ReadOnly = true;
            this.txtNumeroCambios.Size = new System.Drawing.Size(83, 21);
            this.txtNumeroCambios.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtNumeroCambios.TabIndex = 129;
            this.txtNumeroCambios.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            // 
            // txtNroPiezasImpresion
            // 
            this.txtNroPiezasImpresion.Location = new System.Drawing.Point(338, 210);
            this.txtNroPiezasImpresion.Name = "txtNroPiezasImpresion";
            this.txtNroPiezasImpresion.Size = new System.Drawing.Size(83, 21);
            this.txtNroPiezasImpresion.TabIndex = 98;
            this.txtNroPiezasImpresion.ValueChanged += new System.EventHandler(this.txtNroPiezasImpresion_ValueChanged);
            // 
            // lblCantidadPiezas
            // 
            appearance34.BackColor = System.Drawing.Color.Transparent;
            this.lblCantidadPiezas.Appearance = appearance34;
            this.lblCantidadPiezas.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblCantidadPiezas.Location = new System.Drawing.Point(272, 216);
            this.lblCantidadPiezas.Name = "lblCantidadPiezas";
            this.lblCantidadPiezas.Size = new System.Drawing.Size(68, 23);
            this.lblCantidadPiezas.TabIndex = 109;
            this.lblCantidadPiezas.Text = "Nº PIEZAS";
            // 
            // ubImprimirGraficoImpresion
            // 
            this.ubImprimirGraficoImpresion.Location = new System.Drawing.Point(338, 77);
            this.ubImprimirGraficoImpresion.Name = "ubImprimirGraficoImpresion";
            this.ubImprimirGraficoImpresion.Size = new System.Drawing.Size(83, 23);
            this.ubImprimirGraficoImpresion.TabIndex = 107;
            this.ubImprimirGraficoImpresion.Text = "<< IMPRIMIR";
            this.ubImprimirGraficoImpresion.Click += new System.EventHandler(this.ubImprimirGraficoImpresion_Click);
            // 
            // txtPliegos
            // 
            this.txtPliegos.Location = new System.Drawing.Point(276, 51);
            this.txtPliegos.MaskInput = "nnn";
            this.txtPliegos.Name = "txtPliegos";
            this.txtPliegos.ReadOnly = true;
            this.txtPliegos.Size = new System.Drawing.Size(51, 21);
            this.txtPliegos.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtPliegos.TabIndex = 124;
            this.txtPliegos.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            // 
            // txtImpresionLargo
            // 
            this.txtImpresionLargo.Location = new System.Drawing.Point(69, 188);
            this.txtImpresionLargo.MaskInput = "nnnn.nn";
            this.txtImpresionLargo.MaxValue = new decimal(new int[] {
            2500,
            0,
            0,
            0});
            this.txtImpresionLargo.MinValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.txtImpresionLargo.Name = "txtImpresionLargo";
            this.txtImpresionLargo.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Decimal;
            this.txtImpresionLargo.ReadOnly = true;
            this.txtImpresionLargo.Size = new System.Drawing.Size(67, 21);
            this.txtImpresionLargo.TabIndex = 112;
            this.txtImpresionLargo.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            // 
            // labelPliegos
            // 
            appearance35.BackColor = System.Drawing.Color.Transparent;
            this.labelPliegos.Appearance = appearance35;
            this.labelPliegos.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.labelPliegos.Location = new System.Drawing.Point(274, 34);
            this.labelPliegos.Name = "labelPliegos";
            this.labelPliegos.Size = new System.Drawing.Size(55, 23);
            this.labelPliegos.TabIndex = 127;
            this.labelPliegos.Text = "PLIEGOS";
            // 
            // txtTiraje
            // 
            this.txtTiraje.Location = new System.Drawing.Point(338, 161);
            this.txtTiraje.MaskInput = "nnnnnnnn";
            this.txtTiraje.Name = "txtTiraje";
            this.txtTiraje.ReadOnly = true;
            this.txtTiraje.Size = new System.Drawing.Size(83, 21);
            this.txtTiraje.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtTiraje.TabIndex = 126;
            this.txtTiraje.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            // 
            // uneSeparacionY
            // 
            this.uneSeparacionY.Location = new System.Drawing.Point(202, 214);
            this.uneSeparacionY.MaskInput = "nnn";
            this.uneSeparacionY.MaxValue = new decimal(new int[] {
            2500,
            0,
            0,
            0});
            this.uneSeparacionY.MinValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.uneSeparacionY.Name = "uneSeparacionY";
            this.uneSeparacionY.Size = new System.Drawing.Size(61, 21);
            this.uneSeparacionY.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.uneSeparacionY.TabIndex = 105;
            this.uneSeparacionY.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.uneSeparacionY.ValueChanged += new System.EventHandler(this.uneSeparacionY_ValueChanged);
            // 
            // ultraLabel21
            // 
            appearance36.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel21.Appearance = appearance36;
            this.ultraLabel21.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel21.Location = new System.Drawing.Point(336, 145);
            this.ultraLabel21.Name = "ultraLabel21";
            this.ultraLabel21.Size = new System.Drawing.Size(88, 23);
            this.ultraLabel21.TabIndex = 125;
            this.ultraLabel21.Text = "TIRAJE";
            // 
            // txtPases
            // 
            this.txtPases.Location = new System.Drawing.Point(275, 97);
            this.txtPases.MaskInput = "nn";
            this.txtPases.Name = "txtPases";
            this.txtPases.ReadOnly = true;
            this.txtPases.Size = new System.Drawing.Size(52, 21);
            this.txtPases.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtPases.TabIndex = 123;
            this.txtPases.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            // 
            // uneSeparacionX
            // 
            this.uneSeparacionX.Location = new System.Drawing.Point(69, 214);
            this.uneSeparacionX.MaskInput = "nnn";
            this.uneSeparacionX.MaxValue = new decimal(new int[] {
            2500,
            0,
            0,
            0});
            this.uneSeparacionX.MinValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.uneSeparacionX.Name = "uneSeparacionX";
            this.uneSeparacionX.Size = new System.Drawing.Size(67, 21);
            this.uneSeparacionX.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.uneSeparacionX.TabIndex = 104;
            this.uneSeparacionX.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.uneSeparacionX.ValueChanged += new System.EventHandler(this.uneSeparacionX_ValueChanged);
            // 
            // upbImpresion
            // 
            this.upbImpresion.BackColor = System.Drawing.Color.Transparent;
            this.upbImpresion.BorderShadowColor = System.Drawing.Color.Empty;
            this.upbImpresion.Location = new System.Drawing.Point(15, 38);
            this.upbImpresion.Name = "upbImpresion";
            this.upbImpresion.Size = new System.Drawing.Size(10, 10);
            this.upbImpresion.TabIndex = 1;
            this.upbImpresion.UseAppStyling = false;
            // 
            // ultraLabel25
            // 
            appearance37.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel25.Appearance = appearance37;
            this.ultraLabel25.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel25.Location = new System.Drawing.Point(336, 102);
            this.ultraLabel25.Name = "ultraLabel25";
            this.ultraLabel25.Size = new System.Drawing.Size(76, 17);
            this.ultraLabel25.TabIndex = 130;
            this.ultraLabel25.Text = "Nº CAMBIOS";
            // 
            // lblSeparacionY
            // 
            appearance38.BackColor = System.Drawing.Color.Transparent;
            this.lblSeparacionY.Appearance = appearance38;
            this.lblSeparacionY.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblSeparacionY.Location = new System.Drawing.Point(149, 218);
            this.lblSeparacionY.Name = "lblSeparacionY";
            this.lblSeparacionY.Size = new System.Drawing.Size(57, 23);
            this.lblSeparacionY.TabIndex = 103;
            this.lblSeparacionY.Text = "SEP. Y";
            // 
            // checkGraficoImpresionManual
            // 
            this.checkGraficoImpresionManual.Location = new System.Drawing.Point(298, 4);
            this.checkGraficoImpresionManual.Name = "checkGraficoImpresionManual";
            this.checkGraficoImpresionManual.Size = new System.Drawing.Size(129, 24);
            this.checkGraficoImpresionManual.TabIndex = 128;
            this.checkGraficoImpresionManual.Text = "GRÁFICO MANUAL";
            this.checkGraficoImpresionManual.CheckedChanged += new System.EventHandler(this.checkGraficoImpresionManual_CheckedChanged);
            // 
            // ultraLabel20
            // 
            appearance39.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel20.Appearance = appearance39;
            this.ultraLabel20.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel20.Location = new System.Drawing.Point(272, 78);
            this.ultraLabel20.Name = "ultraLabel20";
            this.ultraLabel20.Size = new System.Drawing.Size(55, 23);
            this.ultraLabel20.TabIndex = 124;
            this.ultraLabel20.Text = "PASES";
            // 
            // lblSeparacionX
            // 
            appearance40.BackColor = System.Drawing.Color.Transparent;
            this.lblSeparacionX.Appearance = appearance40;
            this.lblSeparacionX.Location = new System.Drawing.Point(12, 218);
            this.lblSeparacionX.Name = "lblSeparacionX";
            this.lblSeparacionX.Size = new System.Drawing.Size(72, 23);
            this.lblSeparacionX.TabIndex = 98;
            this.lblSeparacionX.Text = "SEP. X";
            // 
            // lblMetodo
            // 
            appearance41.BackColor = System.Drawing.Color.Transparent;
            this.lblMetodo.Appearance = appearance41;
            this.lblMetodo.Location = new System.Drawing.Point(272, 165);
            this.lblMetodo.Name = "lblMetodo";
            this.lblMetodo.Size = new System.Drawing.Size(72, 15);
            this.lblMetodo.TabIndex = 115;
            this.lblMetodo.Text = "MÉTODO";
            // 
            // ultraLabel13
            // 
            appearance42.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel13.Appearance = appearance42;
            this.ultraLabel13.Location = new System.Drawing.Point(11, 192);
            this.ultraLabel13.Name = "ultraLabel13";
            this.ultraLabel13.Size = new System.Drawing.Size(72, 23);
            this.ultraLabel13.TabIndex = 111;
            this.ultraLabel13.Text = "LARGO";
            // 
            // busMetodoImpresion
            // 
            this.busMetodoImpresion.BackColor = System.Drawing.Color.Transparent;
            this.busMetodoImpresion.Location = new System.Drawing.Point(274, 186);
            this.busMetodoImpresion.Name = "busMetodoImpresion";
            this.busMetodoImpresion.Size = new System.Drawing.Size(147, 28);
            this.busMetodoImpresion.TabIndex = 121;
            this.busMetodoImpresion.Search += new System.EventHandler(this.busMetodoImpresion_Search);
            // 
            // ultraLabel14
            // 
            appearance43.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel14.Appearance = appearance43;
            this.ultraLabel14.Location = new System.Drawing.Point(149, 192);
            this.ultraLabel14.Name = "ultraLabel14";
            this.ultraLabel14.Size = new System.Drawing.Size(72, 23);
            this.ultraLabel14.TabIndex = 113;
            this.ultraLabel14.Text = "ALTO";
            // 
            // ugbPrecorte
            // 
            appearance44.BackColor = System.Drawing.Color.Transparent;
            this.ugbPrecorte.Appearance = appearance44;
            this.ugbPrecorte.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Center;
            this.ugbPrecorte.Controls.Add(this.txtNroPiezasPrecorte);
            this.ugbPrecorte.Controls.Add(this.ultraLabel16);
            this.ugbPrecorte.Controls.Add(this.txtFormatoImpresionLargo);
            this.ugbPrecorte.Controls.Add(this.txtFormatoImpresionAlto);
            this.ugbPrecorte.Controls.Add(this.ultraLabel15);
            this.ugbPrecorte.Controls.Add(this.txtDemasia);
            this.ugbPrecorte.Controls.Add(this.ultraLabel7);
            this.ugbPrecorte.Controls.Add(this.LabelMateriaPrima);
            this.ugbPrecorte.Controls.Add(this.ultraLabel12);
            this.ugbPrecorte.Controls.Add(this.txtHojasMaquina);
            this.ugbPrecorte.Controls.Add(this.upbPrecorte);
            this.ugbPrecorte.Controls.Add(this.ultraLabel19);
            this.ugbPrecorte.Controls.Add(this.ubMostrarGraficoPrecorte);
            this.ugbPrecorte.Controls.Add(this.ubImprimirGraficoPrecorte);
            this.ugbPrecorte.Controls.Add(this.ubGirarGraficoPrecorte);
            this.ugbPrecorte.Controls.Add(this.LabelMaterialAlmancen);
            this.ugbPrecorte.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded3;
            this.ugbPrecorte.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopInsideBorder;
            this.ugbPrecorte.Location = new System.Drawing.Point(6, 6);
            this.ugbPrecorte.Name = "ugbPrecorte";
            this.ugbPrecorte.Size = new System.Drawing.Size(410, 260);
            this.ugbPrecorte.TabIndex = 100;
            this.ugbPrecorte.Text = "PRECORTE";
            // 
            // txtNroPiezasPrecorte
            // 
            this.txtNroPiezasPrecorte.Location = new System.Drawing.Point(199, 230);
            this.txtNroPiezasPrecorte.MaskInput = "nnnnnnn";
            this.txtNroPiezasPrecorte.Name = "txtNroPiezasPrecorte";
            this.txtNroPiezasPrecorte.ReadOnly = true;
            this.txtNroPiezasPrecorte.Size = new System.Drawing.Size(73, 21);
            this.txtNroPiezasPrecorte.TabIndex = 118;
            // 
            // ultraLabel16
            // 
            appearance45.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel16.Appearance = appearance45;
            this.ultraLabel16.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel16.Location = new System.Drawing.Point(316, 150);
            this.ultraLabel16.Name = "ultraLabel16";
            this.ultraLabel16.Size = new System.Drawing.Size(89, 18);
            this.ultraLabel16.TabIndex = 121;
            this.ultraLabel16.Text = "DEMASIA";
            // 
            // txtFormatoImpresionLargo
            // 
            this.txtFormatoImpresionLargo.Location = new System.Drawing.Point(61, 230);
            this.txtFormatoImpresionLargo.MaskInput = "nnnnn.nn";
            this.txtFormatoImpresionLargo.MaxValue = new decimal(new int[] {
            255500,
            0,
            0,
            0});
            this.txtFormatoImpresionLargo.MinValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.txtFormatoImpresionLargo.Name = "txtFormatoImpresionLargo";
            this.txtFormatoImpresionLargo.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Decimal;
            this.txtFormatoImpresionLargo.Size = new System.Drawing.Size(73, 21);
            this.txtFormatoImpresionLargo.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtFormatoImpresionLargo.TabIndex = 65;
            this.txtFormatoImpresionLargo.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.txtFormatoImpresionLargo.ValueChanged += new System.EventHandler(this.txtFormatoImpresionLargo_ValueChanged);
            // 
            // txtFormatoImpresionAlto
            // 
            this.txtFormatoImpresionAlto.Location = new System.Drawing.Point(316, 229);
            this.txtFormatoImpresionAlto.MaskInput = "nnnnn.nn";
            this.txtFormatoImpresionAlto.MaxValue = new decimal(new int[] {
            255500,
            0,
            0,
            0});
            this.txtFormatoImpresionAlto.MinValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.txtFormatoImpresionAlto.Name = "txtFormatoImpresionAlto";
            this.txtFormatoImpresionAlto.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Decimal;
            this.txtFormatoImpresionAlto.Size = new System.Drawing.Size(89, 21);
            this.txtFormatoImpresionAlto.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtFormatoImpresionAlto.TabIndex = 79;
            this.txtFormatoImpresionAlto.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.txtFormatoImpresionAlto.ValueChanged += new System.EventHandler(this.txtFormatoImpresionAlto_ValueChanged);
            // 
            // ultraLabel15
            // 
            appearance46.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel15.Appearance = appearance46;
            this.ultraLabel15.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel15.Location = new System.Drawing.Point(136, 234);
            this.ultraLabel15.Name = "ultraLabel15";
            this.ultraLabel15.Size = new System.Drawing.Size(72, 23);
            this.ultraLabel15.TabIndex = 119;
            this.ultraLabel15.Text = "Nº PIEZAS";
            // 
            // txtDemasia
            // 
            this.txtDemasia.Location = new System.Drawing.Point(316, 168);
            this.txtDemasia.MaskInput = "nnnnnn";
            this.txtDemasia.Name = "txtDemasia";
            this.txtDemasia.Size = new System.Drawing.Size(89, 21);
            this.txtDemasia.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtDemasia.TabIndex = 120;
            this.txtDemasia.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.txtDemasia.ValueChanged += new System.EventHandler(this.txtDemasia_ValueChanged_1);
            // 
            // ultraLabel7
            // 
            appearance47.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel7.Appearance = appearance47;
            this.ultraLabel7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel7.Location = new System.Drawing.Point(278, 233);
            this.ultraLabel7.Name = "ultraLabel7";
            this.ultraLabel7.Size = new System.Drawing.Size(43, 23);
            this.ultraLabel7.TabIndex = 80;
            this.ultraLabel7.Text = "ALTO";
            // 
            // LabelMateriaPrima
            // 
            appearance48.BackColor = System.Drawing.Color.Transparent;
            this.LabelMateriaPrima.Appearance = appearance48;
            this.LabelMateriaPrima.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.LabelMateriaPrima.Location = new System.Drawing.Point(6, 190);
            this.LabelMateriaPrima.Name = "LabelMateriaPrima";
            this.LabelMateriaPrima.Size = new System.Drawing.Size(328, 17);
            this.LabelMateriaPrima.TabIndex = 68;
            this.LabelMateriaPrima.Text = "TOTAL : ";
            // 
            // ultraLabel12
            // 
            appearance49.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel12.Appearance = appearance49;
            this.ultraLabel12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel12.Location = new System.Drawing.Point(9, 234);
            this.ultraLabel12.Name = "ultraLabel12";
            this.ultraLabel12.Size = new System.Drawing.Size(48, 23);
            this.ultraLabel12.TabIndex = 68;
            this.ultraLabel12.Text = "LARGO";
            // 
            // txtHojasMaquina
            // 
            this.txtHojasMaquina.Location = new System.Drawing.Point(316, 124);
            this.txtHojasMaquina.MaskInput = "nnnnnnnn";
            this.txtHojasMaquina.Name = "txtHojasMaquina";
            this.txtHojasMaquina.ReadOnly = true;
            this.txtHojasMaquina.Size = new System.Drawing.Size(89, 21);
            this.txtHojasMaquina.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtHojasMaquina.TabIndex = 122;
            this.txtHojasMaquina.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            // 
            // upbPrecorte
            // 
            this.upbPrecorte.BackColor = System.Drawing.Color.Transparent;
            this.upbPrecorte.BorderShadowColor = System.Drawing.Color.Empty;
            this.upbPrecorte.BorderStyle = Infragistics.Win.UIElementBorderStyle.Dotted;
            this.upbPrecorte.Location = new System.Drawing.Point(6, 28);
            this.upbPrecorte.Name = "upbPrecorte";
            this.upbPrecorte.Size = new System.Drawing.Size(45, 37);
            this.upbPrecorte.TabIndex = 0;
            this.upbPrecorte.UseAppStyling = false;
            // 
            // ultraLabel19
            // 
            appearance50.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel19.Appearance = appearance50;
            this.ultraLabel19.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel19.Location = new System.Drawing.Point(316, 104);
            this.ultraLabel19.Name = "ultraLabel19";
            this.ultraLabel19.Size = new System.Drawing.Size(89, 23);
            this.ultraLabel19.TabIndex = 122;
            this.ultraLabel19.Text = "HJS. MÁQUINA";
            // 
            // ubMostrarGraficoPrecorte
            // 
            this.ubMostrarGraficoPrecorte.Location = new System.Drawing.Point(316, 28);
            this.ubMostrarGraficoPrecorte.Name = "ubMostrarGraficoPrecorte";
            this.ubMostrarGraficoPrecorte.Size = new System.Drawing.Size(89, 23);
            this.ubMostrarGraficoPrecorte.TabIndex = 102;
            this.ubMostrarGraficoPrecorte.Text = "<< VER";
            this.ubMostrarGraficoPrecorte.Click += new System.EventHandler(this.ubMostrarGraficoPrecorte_Click);
            // 
            // ubImprimirGraficoPrecorte
            // 
            this.ubImprimirGraficoPrecorte.Location = new System.Drawing.Point(316, 77);
            this.ubImprimirGraficoPrecorte.Name = "ubImprimirGraficoPrecorte";
            this.ubImprimirGraficoPrecorte.Size = new System.Drawing.Size(89, 23);
            this.ubImprimirGraficoPrecorte.TabIndex = 99;
            this.ubImprimirGraficoPrecorte.Text = "<< IMPRIMIR";
            this.ubImprimirGraficoPrecorte.Click += new System.EventHandler(this.ubImprimirGraficoPrecorte_Click);
            // 
            // ubGirarGraficoPrecorte
            // 
            this.ubGirarGraficoPrecorte.Location = new System.Drawing.Point(316, 52);
            this.ubGirarGraficoPrecorte.Name = "ubGirarGraficoPrecorte";
            this.ubGirarGraficoPrecorte.Size = new System.Drawing.Size(89, 23);
            this.ubGirarGraficoPrecorte.TabIndex = 98;
            this.ubGirarGraficoPrecorte.Text = "<< GIRAR";
            this.ubGirarGraficoPrecorte.Click += new System.EventHandler(this.ubGirarGraficoPrecorte_Click);
            // 
            // LabelMaterialAlmancen
            // 
            appearance51.BackColor = System.Drawing.Color.Transparent;
            this.LabelMaterialAlmancen.Appearance = appearance51;
            this.LabelMaterialAlmancen.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.LabelMaterialAlmancen.Location = new System.Drawing.Point(6, 211);
            this.LabelMaterialAlmancen.Name = "LabelMaterialAlmancen";
            this.LabelMaterialAlmancen.Size = new System.Drawing.Size(328, 17);
            this.LabelMaterialAlmancen.TabIndex = 120;
            this.LabelMaterialAlmancen.Text = "TOTAL : ";
            // 
            // ultraTabPageControl3
            // 
            this.ultraTabPageControl3.Controls.Add(this.ultraGroupBox9);
            this.ultraTabPageControl3.Controls.Add(this.ultraGroupBox8);
            this.ultraTabPageControl3.Controls.Add(this.ultraGroupBox5);
            this.ultraTabPageControl3.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl3.Name = "ultraTabPageControl3";
            this.ultraTabPageControl3.Size = new System.Drawing.Size(919, 271);
            // 
            // ultraGroupBox9
            // 
            appearance52.BackColor = System.Drawing.Color.Transparent;
            this.ultraGroupBox9.Appearance = appearance52;
            this.ultraGroupBox9.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Center;
            this.ultraGroupBox9.Controls.Add(this.uceIncluirEnPresupuesto);
            this.ultraGroupBox9.Controls.Add(this.checkMuestraPrecioEnPresupuesto);
            this.ultraGroupBox9.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded3;
            this.ultraGroupBox9.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopInsideBorder;
            this.ultraGroupBox9.Location = new System.Drawing.Point(7, 115);
            this.ultraGroupBox9.Name = "ultraGroupBox9";
            this.ultraGroupBox9.Size = new System.Drawing.Size(341, 68);
            this.ultraGroupBox9.TabIndex = 96;
            this.ultraGroupBox9.Text = "GENERALIDADES";
            // 
            // uceIncluirEnPresupuesto
            // 
            this.uceIncluirEnPresupuesto.Location = new System.Drawing.Point(24, 28);
            this.uceIncluirEnPresupuesto.Name = "uceIncluirEnPresupuesto";
            this.uceIncluirEnPresupuesto.Size = new System.Drawing.Size(131, 29);
            this.uceIncluirEnPresupuesto.TabIndex = 96;
            this.uceIncluirEnPresupuesto.Text = "INCLUIR EN PRESUPUESTO";
            this.uceIncluirEnPresupuesto.CheckedChanged += new System.EventHandler(this.uceIncluirEnPresupuesto_CheckedChanged);
            // 
            // checkMuestraPrecioEnPresupuesto
            // 
            this.checkMuestraPrecioEnPresupuesto.Location = new System.Drawing.Point(176, 28);
            this.checkMuestraPrecioEnPresupuesto.Name = "checkMuestraPrecioEnPresupuesto";
            this.checkMuestraPrecioEnPresupuesto.Size = new System.Drawing.Size(152, 29);
            this.checkMuestraPrecioEnPresupuesto.TabIndex = 129;
            this.checkMuestraPrecioEnPresupuesto.Text = "MOSTRAR PRECIO EN PRESUPUESTO";
            this.checkMuestraPrecioEnPresupuesto.CheckedChanged += new System.EventHandler(this.checkMuestraPrecioEnPresupuesto_CheckedChanged);
            // 
            // ultraGroupBox8
            // 
            appearance53.BackColor = System.Drawing.Color.Transparent;
            this.ultraGroupBox8.Appearance = appearance53;
            this.ultraGroupBox8.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Center;
            this.ultraGroupBox8.Controls.Add(this.ssDireccionFactura);
            this.ultraGroupBox8.Controls.Add(this.lblDireccionFactura);
            this.ultraGroupBox8.Controls.Add(this.lblDireccionEntrega);
            this.ultraGroupBox8.Controls.Add(this.ssDireccionEntrega);
            this.ultraGroupBox8.Controls.Add(this.ssContacto);
            this.ultraGroupBox8.Controls.Add(this.lblContacto);
            this.ultraGroupBox8.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded3;
            this.ultraGroupBox8.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopInsideBorder;
            this.ultraGroupBox8.Location = new System.Drawing.Point(354, 6);
            this.ultraGroupBox8.Name = "ultraGroupBox8";
            this.ultraGroupBox8.Size = new System.Drawing.Size(399, 103);
            this.ultraGroupBox8.TabIndex = 95;
            this.ultraGroupBox8.Text = "LÓGISTICA";
            // 
            // ssDireccionFactura
            // 
            this.ssDireccionFactura.BackColor = System.Drawing.Color.Transparent;
            this.ssDireccionFactura.Location = new System.Drawing.Point(140, 73);
            this.ssDireccionFactura.Name = "ssDireccionFactura";
            this.ssDireccionFactura.Size = new System.Drawing.Size(250, 28);
            this.ssDireccionFactura.TabIndex = 103;
            this.ssDireccionFactura.Search += new System.EventHandler(this.ssDireccionFactura_Search);
            // 
            // lblDireccionFactura
            // 
            appearance54.BackColor = System.Drawing.Color.Transparent;
            this.lblDireccionFactura.Appearance = appearance54;
            this.lblDireccionFactura.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblDireccionFactura.Location = new System.Drawing.Point(9, 77);
            this.lblDireccionFactura.Name = "lblDireccionFactura";
            this.lblDireccionFactura.Size = new System.Drawing.Size(128, 23);
            this.lblDireccionFactura.TabIndex = 102;
            this.lblDireccionFactura.Text = "DIRECC. DE FACTURA";
            // 
            // lblDireccionEntrega
            // 
            appearance55.BackColor = System.Drawing.Color.Transparent;
            this.lblDireccionEntrega.Appearance = appearance55;
            this.lblDireccionEntrega.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblDireccionEntrega.Location = new System.Drawing.Point(9, 54);
            this.lblDireccionEntrega.Name = "lblDireccionEntrega";
            this.lblDireccionEntrega.Size = new System.Drawing.Size(128, 23);
            this.lblDireccionEntrega.TabIndex = 100;
            this.lblDireccionEntrega.Text = "DIRECC. DE ENTREGA";
            // 
            // ssDireccionEntrega
            // 
            this.ssDireccionEntrega.BackColor = System.Drawing.Color.Transparent;
            this.ssDireccionEntrega.Location = new System.Drawing.Point(140, 51);
            this.ssDireccionEntrega.Name = "ssDireccionEntrega";
            this.ssDireccionEntrega.Size = new System.Drawing.Size(250, 28);
            this.ssDireccionEntrega.TabIndex = 101;
            this.ssDireccionEntrega.Search += new System.EventHandler(this.ssDireccionEntrega_Search);
            // 
            // ssContacto
            // 
            this.ssContacto.BackColor = System.Drawing.Color.Transparent;
            this.ssContacto.Location = new System.Drawing.Point(140, 29);
            this.ssContacto.Name = "ssContacto";
            this.ssContacto.Size = new System.Drawing.Size(250, 28);
            this.ssContacto.TabIndex = 99;
            this.ssContacto.Search += new System.EventHandler(this.ssContacto_Search);
            // 
            // lblContacto
            // 
            appearance56.BackColor = System.Drawing.Color.Transparent;
            this.lblContacto.Appearance = appearance56;
            this.lblContacto.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblContacto.Location = new System.Drawing.Point(9, 32);
            this.lblContacto.Name = "lblContacto";
            this.lblContacto.Size = new System.Drawing.Size(79, 23);
            this.lblContacto.TabIndex = 98;
            this.lblContacto.Text = "CONTACTO";
            // 
            // ultraGroupBox5
            // 
            appearance57.BackColor = System.Drawing.Color.Transparent;
            this.ultraGroupBox5.Appearance = appearance57;
            this.ultraGroupBox5.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Center;
            this.ultraGroupBox5.Controls.Add(this.busListaPreciosTransporte);
            this.ultraGroupBox5.Controls.Add(this.ultraLabel6);
            this.ultraGroupBox5.Controls.Add(this.busListaCostoMaquina);
            this.ultraGroupBox5.Controls.Add(this.busListaPrecioMaterial);
            this.ultraGroupBox5.Controls.Add(this.ultraLabel4);
            this.ultraGroupBox5.Controls.Add(this.ultraLabel5);
            this.ultraGroupBox5.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded3;
            this.ultraGroupBox5.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopInsideBorder;
            this.ultraGroupBox5.Location = new System.Drawing.Point(7, 6);
            this.ultraGroupBox5.Name = "ultraGroupBox5";
            this.ultraGroupBox5.Size = new System.Drawing.Size(341, 103);
            this.ultraGroupBox5.TabIndex = 94;
            this.ultraGroupBox5.Text = "LISTA DE PRECIOS";
            // 
            // busListaPreciosTransporte
            // 
            this.busListaPreciosTransporte.BackColor = System.Drawing.Color.Transparent;
            this.busListaPreciosTransporte.Location = new System.Drawing.Point(87, 73);
            this.busListaPreciosTransporte.Name = "busListaPreciosTransporte";
            this.busListaPreciosTransporte.Size = new System.Drawing.Size(246, 28);
            this.busListaPreciosTransporte.TabIndex = 92;
            this.busListaPreciosTransporte.Search += new System.EventHandler(this.busListaPreciosTransporte_Search);
            // 
            // ultraLabel6
            // 
            appearance58.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel6.Appearance = appearance58;
            this.ultraLabel6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel6.Location = new System.Drawing.Point(6, 77);
            this.ultraLabel6.Name = "ultraLabel6";
            this.ultraLabel6.Size = new System.Drawing.Size(85, 23);
            this.ultraLabel6.TabIndex = 93;
            this.ultraLabel6.Text = "TRANSPORTE";
            // 
            // busListaCostoMaquina
            // 
            this.busListaCostoMaquina.BackColor = System.Drawing.Color.Transparent;
            this.busListaCostoMaquina.Location = new System.Drawing.Point(87, 50);
            this.busListaCostoMaquina.Name = "busListaCostoMaquina";
            this.busListaCostoMaquina.Size = new System.Drawing.Size(246, 28);
            this.busListaCostoMaquina.TabIndex = 90;
            this.busListaCostoMaquina.Search += new System.EventHandler(this.busListaCostoMaquina_Search);
            // 
            // busListaPrecioMaterial
            // 
            this.busListaPrecioMaterial.BackColor = System.Drawing.Color.Transparent;
            this.busListaPrecioMaterial.Location = new System.Drawing.Point(87, 28);
            this.busListaPrecioMaterial.Name = "busListaPrecioMaterial";
            this.busListaPrecioMaterial.Size = new System.Drawing.Size(246, 28);
            this.busListaPrecioMaterial.TabIndex = 88;
            this.busListaPrecioMaterial.Search += new System.EventHandler(this.busListaPrecioMaterial_Search);
            // 
            // ultraLabel4
            // 
            appearance59.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel4.Appearance = appearance59;
            this.ultraLabel4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel4.Location = new System.Drawing.Point(6, 32);
            this.ultraLabel4.Name = "ultraLabel4";
            this.ultraLabel4.Size = new System.Drawing.Size(85, 23);
            this.ultraLabel4.TabIndex = 89;
            this.ultraLabel4.Text = "MATERIAL";
            // 
            // ultraLabel5
            // 
            appearance60.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel5.Appearance = appearance60;
            this.ultraLabel5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel5.Location = new System.Drawing.Point(6, 54);
            this.ultraLabel5.Name = "ultraLabel5";
            this.ultraLabel5.Size = new System.Drawing.Size(85, 23);
            this.ultraLabel5.TabIndex = 91;
            this.ultraLabel5.Text = "MÁQUINA";
            // 
            // utcItemCotizacion
            // 
            appearance5.BackColor = System.Drawing.Color.Transparent;
            this.utcItemCotizacion.Appearance = appearance5;
            this.utcItemCotizacion.Controls.Add(this.ultraTabSharedControlsPage2);
            this.utcItemCotizacion.Controls.Add(this.ultraTabPageControl1);
            this.utcItemCotizacion.Controls.Add(this.ultraTabPageControl2);
            this.utcItemCotizacion.Controls.Add(this.ultraTabPageControl3);
            this.utcItemCotizacion.Location = new System.Drawing.Point(132, 28);
            this.utcItemCotizacion.Name = "utcItemCotizacion";
            this.utcItemCotizacion.SharedControlsPage = this.ultraTabSharedControlsPage2;
            this.utcItemCotizacion.Size = new System.Drawing.Size(923, 297);
            appearance61.BackColor = System.Drawing.Color.Transparent;
            this.utcItemCotizacion.TabHeaderAreaAppearance = appearance61;
            this.utcItemCotizacion.TabIndex = 91;
            ultraTab2.TabPage = this.ultraTabPageControl1;
            ultraTab2.Text = ":: VACIO ::";
            ultraTab3.Key = "Graficos";
            ultraTab3.TabPage = this.ultraTabPageControl2;
            ultraTab3.Text = ":: GRÁFICOS ::";
            ultraTab4.TabPage = this.ultraTabPageControl3;
            ultraTab4.Text = ":: INFORMACIÓN ADICIONAL ::";
            this.utcItemCotizacion.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
            ultraTab2,
            ultraTab3,
            ultraTab4});
            // 
            // ultraTabSharedControlsPage2
            // 
            this.ultraTabSharedControlsPage2.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabSharedControlsPage2.Name = "ultraTabSharedControlsPage2";
            this.ultraTabSharedControlsPage2.Size = new System.Drawing.Size(919, 271);
            // 
            // utCotizacion
            // 
            this.utCotizacion.Location = new System.Drawing.Point(6, 52);
            this.utCotizacion.Name = "utCotizacion";
            appearance4.FontData.BoldAsString = "True";
            appearance4.FontData.ItalicAsString = "True";
            _override1.ActiveNodeAppearance = appearance4;
            this.utCotizacion.Override = _override1;
            this.utCotizacion.Size = new System.Drawing.Size(124, 273);
            this.utCotizacion.TabIndex = 90;
            this.utCotizacion.AfterSelect += new Infragistics.Win.UltraWinTree.AfterNodeSelectEventHandler(this.utCotizacion_AfterSelect);
            // 
            // ssFormaPago
            // 
            this.ssFormaPago.BackColor = System.Drawing.Color.Transparent;
            this.ssFormaPago.Location = new System.Drawing.Point(577, 73);
            this.ssFormaPago.Name = "ssFormaPago";
            this.ssFormaPago.Size = new System.Drawing.Size(119, 28);
            this.ssFormaPago.TabIndex = 89;
            this.ssFormaPago.Search += new System.EventHandler(this.ssFormaPago_Search);
            // 
            // lblFormaPago
            // 
            appearance74.BackColor = System.Drawing.Color.Transparent;
            this.lblFormaPago.Appearance = appearance74;
            this.lblFormaPago.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblFormaPago.Location = new System.Drawing.Point(473, 75);
            this.lblFormaPago.Name = "lblFormaPago";
            this.lblFormaPago.Size = new System.Drawing.Size(122, 23);
            this.lblFormaPago.TabIndex = 88;
            this.lblFormaPago.Text = "F. PAGO";
            // 
            // ssResponsable
            // 
            this.ssResponsable.BackColor = System.Drawing.Color.Transparent;
            this.ssResponsable.Location = new System.Drawing.Point(109, 74);
            this.ssResponsable.Name = "ssResponsable";
            this.ssResponsable.Size = new System.Drawing.Size(354, 28);
            this.ssResponsable.TabIndex = 86;
            this.ssResponsable.Search += new System.EventHandler(this.ssResponsable_Search);
            // 
            // lblCotizador
            // 
            appearance78.BackColor = System.Drawing.Color.Transparent;
            this.lblCotizador.Appearance = appearance78;
            this.lblCotizador.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblCotizador.Location = new System.Drawing.Point(10, 76);
            this.lblCotizador.Name = "lblCotizador";
            this.lblCotizador.Size = new System.Drawing.Size(130, 23);
            this.lblCotizador.TabIndex = 87;
            this.lblCotizador.Text = "COTIZADOR";
            // 
            // txtObservacion
            // 
            this.txtObservacion.Location = new System.Drawing.Point(139, 485);
            this.txtObservacion.Multiline = true;
            this.txtObservacion.Name = "txtObservacion";
            this.txtObservacion.Size = new System.Drawing.Size(390, 49);
            this.txtObservacion.TabIndex = 84;
            this.txtObservacion.TextChanged += new System.EventHandler(this.txtObservacion_TextChanged);
            // 
            // ultraLabel11
            // 
            appearance70.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel11.Appearance = appearance70;
            this.ultraLabel11.Location = new System.Drawing.Point(13, 485);
            this.ultraLabel11.Name = "ultraLabel11";
            this.ultraLabel11.Size = new System.Drawing.Size(94, 23);
            this.ultraLabel11.TabIndex = 85;
            this.ultraLabel11.Text = "OBSERVACIÓN";
            // 
            // uneCantidad
            // 
            this.uneCantidad.Location = new System.Drawing.Point(109, 119);
            this.uneCantidad.MaskInput = "nnnnnnnnnn";
            this.uneCantidad.Name = "uneCantidad";
            this.uneCantidad.Size = new System.Drawing.Size(100, 21);
            this.uneCantidad.TabIndex = 83;
            this.uneCantidad.ValueChanged += new System.EventHandler(this.uneCantidad_ValueChanged);
            // 
            // lblCantidad
            // 
            appearance71.BackColor = System.Drawing.Color.Transparent;
            this.lblCantidad.Appearance = appearance71;
            this.lblCantidad.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblCantidad.Location = new System.Drawing.Point(10, 121);
            this.lblCantidad.Name = "lblCantidad";
            this.lblCantidad.Size = new System.Drawing.Size(97, 23);
            this.lblCantidad.TabIndex = 82;
            this.lblCantidad.Text = "CANTIDAD";
            // 
            // txtDescripcion
            // 
            this.txtDescripcion.Location = new System.Drawing.Point(109, 52);
            this.txtDescripcion.Name = "txtDescripcion";
            this.txtDescripcion.Size = new System.Drawing.Size(354, 21);
            this.txtDescripcion.TabIndex = 81;
            this.txtDescripcion.TextChanged += new System.EventHandler(this.txtDescripcion_TextChanged);
            // 
            // llbDescripcion
            // 
            appearance79.BackColor = System.Drawing.Color.Transparent;
            this.llbDescripcion.Appearance = appearance79;
            this.llbDescripcion.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.llbDescripcion.Location = new System.Drawing.Point(10, 56);
            this.llbDescripcion.Name = "llbDescripcion";
            this.llbDescripcion.Size = new System.Drawing.Size(130, 23);
            this.llbDescripcion.TabIndex = 80;
            this.llbDescripcion.Text = "DESCRIPCIÓN";
            // 
            // udtFechaCreacion
            // 
            this.udtFechaCreacion.DateTime = new System.DateTime(2013, 11, 21, 0, 0, 0, 0);
            this.udtFechaCreacion.Location = new System.Drawing.Point(577, 29);
            this.udtFechaCreacion.Name = "udtFechaCreacion";
            this.udtFechaCreacion.Size = new System.Drawing.Size(119, 21);
            this.udtFechaCreacion.TabIndex = 79;
            this.udtFechaCreacion.Value = new System.DateTime(2013, 11, 21, 0, 0, 0, 0);
            this.udtFechaCreacion.ValueChanged += new System.EventHandler(this.udtFechaCreacion_ValueChanged);
            // 
            // lblFechaCreacion
            // 
            appearance77.BackColor = System.Drawing.Color.Transparent;
            this.lblFechaCreacion.Appearance = appearance77;
            this.lblFechaCreacion.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblFechaCreacion.Location = new System.Drawing.Point(474, 33);
            this.lblFechaCreacion.Name = "lblFechaCreacion";
            this.lblFechaCreacion.Size = new System.Drawing.Size(85, 23);
            this.lblFechaCreacion.TabIndex = 78;
            this.lblFechaCreacion.Text = "F. CREACIÓN";
            // 
            // txtNumeracion
            // 
            this.txtNumeracion.Location = new System.Drawing.Point(577, 7);
            this.txtNumeracion.Name = "txtNumeracion";
            this.txtNumeracion.Size = new System.Drawing.Size(119, 21);
            this.txtNumeracion.TabIndex = 73;
            this.txtNumeracion.TextChanged += new System.EventHandler(this.txtNumeracion_TextChanged);
            // 
            // lblNumeracion
            // 
            appearance75.BackColor = System.Drawing.Color.Transparent;
            this.lblNumeracion.Appearance = appearance75;
            this.lblNumeracion.Location = new System.Drawing.Point(473, 11);
            this.lblNumeracion.Name = "lblNumeracion";
            this.lblNumeracion.Size = new System.Drawing.Size(30, 23);
            this.lblNumeracion.TabIndex = 77;
            this.lblNumeracion.Text = "Nº";
            // 
            // ssCliente
            // 
            this.ssCliente.BackColor = System.Drawing.Color.Transparent;
            this.ssCliente.Location = new System.Drawing.Point(109, 30);
            this.ssCliente.Name = "ssCliente";
            this.ssCliente.Size = new System.Drawing.Size(354, 28);
            this.ssCliente.TabIndex = 74;
            this.ssCliente.Search += new System.EventHandler(this.ssCliente_Search);
            // 
            // ssTipoDocumento
            // 
            this.ssTipoDocumento.BackColor = System.Drawing.Color.Transparent;
            this.ssTipoDocumento.Location = new System.Drawing.Point(109, 8);
            this.ssTipoDocumento.Name = "ssTipoDocumento";
            this.ssTipoDocumento.Size = new System.Drawing.Size(354, 28);
            this.ssTipoDocumento.TabIndex = 72;
            this.ssTipoDocumento.Search += new System.EventHandler(this.ssTipoDocumento_Search);
            // 
            // lblCliente
            // 
            appearance72.BackColor = System.Drawing.Color.Transparent;
            this.lblCliente.Appearance = appearance72;
            this.lblCliente.Location = new System.Drawing.Point(10, 32);
            this.lblCliente.Name = "lblCliente";
            this.lblCliente.Size = new System.Drawing.Size(130, 23);
            this.lblCliente.TabIndex = 76;
            this.lblCliente.Text = "CLIENTE";
            // 
            // lblTipoDocumento
            // 
            appearance73.BackColor = System.Drawing.Color.Transparent;
            this.lblTipoDocumento.Appearance = appearance73;
            this.lblTipoDocumento.Location = new System.Drawing.Point(10, 8);
            this.lblTipoDocumento.Name = "lblTipoDocumento";
            this.lblTipoDocumento.Size = new System.Drawing.Size(130, 23);
            this.lblTipoDocumento.TabIndex = 75;
            this.lblTipoDocumento.Text = "DOCUMENTO";
            // 
            // ssVendedor
            // 
            this.ssVendedor.BackColor = System.Drawing.Color.Transparent;
            this.ssVendedor.Location = new System.Drawing.Point(109, 96);
            this.ssVendedor.Name = "ssVendedor";
            this.ssVendedor.Size = new System.Drawing.Size(354, 28);
            this.ssVendedor.TabIndex = 92;
            this.ssVendedor.Search += new System.EventHandler(this.ssVendedor_Search);
            // 
            // lblVendedor
            // 
            appearance80.BackColor = System.Drawing.Color.Transparent;
            this.lblVendedor.Appearance = appearance80;
            this.lblVendedor.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblVendedor.Location = new System.Drawing.Point(10, 98);
            this.lblVendedor.Name = "lblVendedor";
            this.lblVendedor.Size = new System.Drawing.Size(130, 23);
            this.lblVendedor.TabIndex = 93;
            this.lblVendedor.Text = "VENDEDOR";
            // 
            // unePorcentajeUtilidad
            // 
            this.unePorcentajeUtilidad.Location = new System.Drawing.Point(623, 484);
            this.unePorcentajeUtilidad.MaskInput = "nnnnnnnnn";
            this.unePorcentajeUtilidad.MaxValue = new decimal(new int[] {
            2500,
            0,
            0,
            0});
            this.unePorcentajeUtilidad.MinValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.unePorcentajeUtilidad.Name = "unePorcentajeUtilidad";
            this.unePorcentajeUtilidad.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Decimal;
            this.unePorcentajeUtilidad.Size = new System.Drawing.Size(73, 21);
            this.unePorcentajeUtilidad.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.unePorcentajeUtilidad.TabIndex = 94;
            this.unePorcentajeUtilidad.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.unePorcentajeUtilidad.ValueChanged += new System.EventHandler(this.unePorcentajeUtilidad_ValueChanged);
            // 
            // lblPorcentajeUtilidad
            // 
            appearance81.BackColor = System.Drawing.Color.Transparent;
            this.lblPorcentajeUtilidad.Appearance = appearance81;
            this.lblPorcentajeUtilidad.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblPorcentajeUtilidad.Location = new System.Drawing.Point(545, 488);
            this.lblPorcentajeUtilidad.Name = "lblPorcentajeUtilidad";
            this.lblPorcentajeUtilidad.Size = new System.Drawing.Size(86, 23);
            this.lblPorcentajeUtilidad.TabIndex = 95;
            this.lblPorcentajeUtilidad.Text = "(%) UTILIDAD";
            // 
            // uneTotal
            // 
            this.uneTotal.Location = new System.Drawing.Point(911, 525);
            this.uneTotal.Name = "uneTotal";
            this.uneTotal.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
            this.uneTotal.ReadOnly = true;
            this.uneTotal.Size = new System.Drawing.Size(156, 21);
            this.uneTotal.TabIndex = 58;
            // 
            // uneImpuesto
            // 
            this.uneImpuesto.Location = new System.Drawing.Point(911, 503);
            this.uneImpuesto.Name = "uneImpuesto";
            this.uneImpuesto.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
            this.uneImpuesto.ReadOnly = true;
            this.uneImpuesto.Size = new System.Drawing.Size(156, 21);
            this.uneImpuesto.TabIndex = 57;
            // 
            // uneSubTotal
            // 
            this.uneSubTotal.Location = new System.Drawing.Point(911, 481);
            this.uneSubTotal.Name = "uneSubTotal";
            this.uneSubTotal.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
            this.uneSubTotal.ReadOnly = true;
            this.uneSubTotal.Size = new System.Drawing.Size(156, 21);
            this.uneSubTotal.TabIndex = 56;
            // 
            // lblTotal
            // 
            appearance67.BackColor = System.Drawing.Color.Transparent;
            appearance67.TextHAlignAsString = "Right";
            this.lblTotal.Appearance = appearance67;
            this.lblTotal.Location = new System.Drawing.Point(781, 529);
            this.lblTotal.Name = "lblTotal";
            this.lblTotal.Size = new System.Drawing.Size(115, 23);
            this.lblTotal.TabIndex = 55;
            this.lblTotal.Text = "TOTAL";
            // 
            // lblImpuesto
            // 
            appearance68.BackColor = System.Drawing.Color.Transparent;
            appearance68.TextHAlignAsString = "Right";
            this.lblImpuesto.Appearance = appearance68;
            this.lblImpuesto.Location = new System.Drawing.Point(781, 507);
            this.lblImpuesto.Name = "lblImpuesto";
            this.lblImpuesto.Size = new System.Drawing.Size(115, 23);
            this.lblImpuesto.TabIndex = 54;
            this.lblImpuesto.Text = "IMPUESTO";
            // 
            // lblSubTotal
            // 
            appearance69.BackColor = System.Drawing.Color.Transparent;
            appearance69.TextHAlignAsString = "Right";
            this.lblSubTotal.Appearance = appearance69;
            this.lblSubTotal.Location = new System.Drawing.Point(781, 485);
            this.lblSubTotal.Name = "lblSubTotal";
            this.lblSubTotal.Size = new System.Drawing.Size(115, 23);
            this.lblSubTotal.TabIndex = 53;
            this.lblSubTotal.Text = "SUBTOTAL";
            // 
            // ubRecalcular
            // 
            appearance66.Image = global::Soft.Ventas.Win.Properties.Resources.sterling_pound_currency_sign;
            appearance66.ImageHAlign = Infragistics.Win.HAlign.Left;
            this.ubRecalcular.Appearance = appearance66;
            this.ubRecalcular.Location = new System.Drawing.Point(545, 511);
            this.ubRecalcular.Name = "ubRecalcular";
            this.ubRecalcular.Size = new System.Drawing.Size(153, 23);
            this.ubRecalcular.TabIndex = 97;
            this.ubRecalcular.Text = "CALCULAR COSTO";
            this.ubRecalcular.Click += new System.EventHandler(this.ubRecalcular_Click);
            // 
            // ssMoneda
            // 
            this.ssMoneda.BackColor = System.Drawing.Color.Transparent;
            this.ssMoneda.Location = new System.Drawing.Point(577, 51);
            this.ssMoneda.Name = "ssMoneda";
            this.ssMoneda.Size = new System.Drawing.Size(119, 28);
            this.ssMoneda.TabIndex = 75;
            this.ssMoneda.Search += new System.EventHandler(this.ssMoneda_Search);
            // 
            // lblMoneda
            // 
            appearance76.BackColor = System.Drawing.Color.Transparent;
            this.lblMoneda.Appearance = appearance76;
            this.lblMoneda.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblMoneda.Location = new System.Drawing.Point(473, 55);
            this.lblMoneda.Name = "lblMoneda";
            this.lblMoneda.Size = new System.Drawing.Size(72, 23);
            this.lblMoneda.TabIndex = 74;
            this.lblMoneda.Text = "MONEDA";
            // 
            // uneCostoMillar
            // 
            this.uneCostoMillar.Location = new System.Drawing.Point(234, 540);
            this.uneCostoMillar.Name = "uneCostoMillar";
            this.uneCostoMillar.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
            this.uneCostoMillar.ReadOnly = true;
            this.uneCostoMillar.Size = new System.Drawing.Size(88, 21);
            this.uneCostoMillar.TabIndex = 99;
            // 
            // lblCostoMillar
            // 
            appearance65.BackColor = System.Drawing.Color.Transparent;
            this.lblCostoMillar.Appearance = appearance65;
            this.lblCostoMillar.Location = new System.Drawing.Point(136, 544);
            this.lblCostoMillar.Name = "lblCostoMillar";
            this.lblCostoMillar.Size = new System.Drawing.Size(92, 31);
            this.lblCostoMillar.TabIndex = 98;
            this.lblCostoMillar.Text = "COSTO MILLAR";
            // 
            // uneCostoUnidad
            // 
            this.uneCostoUnidad.Location = new System.Drawing.Point(426, 540);
            this.uneCostoUnidad.Name = "uneCostoUnidad";
            this.uneCostoUnidad.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
            this.uneCostoUnidad.ReadOnly = true;
            this.uneCostoUnidad.Size = new System.Drawing.Size(103, 21);
            this.uneCostoUnidad.TabIndex = 101;
            // 
            // lblCostoUnidad
            // 
            appearance64.BackColor = System.Drawing.Color.Transparent;
            this.lblCostoUnidad.Appearance = appearance64;
            this.lblCostoUnidad.Location = new System.Drawing.Point(330, 544);
            this.lblCostoUnidad.Name = "lblCostoUnidad";
            this.lblCostoUnidad.Size = new System.Drawing.Size(105, 34);
            this.lblCostoUnidad.TabIndex = 100;
            this.lblCostoUnidad.Text = "COSTO UNIDAD";
            // 
            // busLineaProduccion
            // 
            this.busLineaProduccion.BackColor = System.Drawing.Color.Transparent;
            this.busLineaProduccion.Location = new System.Drawing.Point(577, 95);
            this.busLineaProduccion.Name = "busLineaProduccion";
            this.busLineaProduccion.Size = new System.Drawing.Size(119, 28);
            this.busLineaProduccion.TabIndex = 103;
            this.busLineaProduccion.Search += new System.EventHandler(this.busLineaProduccion_Search);
            this.busLineaProduccion.Clear += new System.EventHandler(this.busLineaProduccion_Clear);
            // 
            // ultraLabel24
            // 
            appearance63.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel24.Appearance = appearance63;
            this.ultraLabel24.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel24.Location = new System.Drawing.Point(474, 98);
            this.ultraLabel24.Name = "ultraLabel24";
            this.ultraLabel24.Size = new System.Drawing.Size(100, 23);
            this.ultraLabel24.TabIndex = 102;
            this.ultraLabel24.Text = "L. PRODUCCIÓN";
            // 
            // btnBORRAR
            // 
            appearance2.Image = global::Soft.Ventas.Win.Properties.Resources.delete_page;
            appearance2.ImageHAlign = Infragistics.Win.HAlign.Center;
            this.btnBORRAR.Appearance = appearance2;
            this.btnBORRAR.Location = new System.Drawing.Point(66, 28);
            this.btnBORRAR.Name = "btnBORRAR";
            this.btnBORRAR.Size = new System.Drawing.Size(64, 23);
            this.btnBORRAR.TabIndex = 104;
            this.btnBORRAR.Click += new System.EventHandler(this.btnBORRAR_Click);
            // 
            // checkPrecioItems
            // 
            this.checkPrecioItems.Location = new System.Drawing.Point(7, 64);
            this.checkPrecioItems.Name = "checkPrecioItems";
            this.checkPrecioItems.Size = new System.Drawing.Size(127, 40);
            this.checkPrecioItems.TabIndex = 130;
            this.checkPrecioItems.Text = "MOSTRAR PRECIO DE ITEMS";
            this.checkPrecioItems.CheckedChanged += new System.EventHandler(this.checkPrecioItems_CheckedChanged);
            // 
            // chekOcultaPreciosTotal
            // 
            this.chekOcultaPreciosTotal.Location = new System.Drawing.Point(7, 28);
            this.chekOcultaPreciosTotal.Name = "chekOcultaPreciosTotal";
            this.chekOcultaPreciosTotal.Size = new System.Drawing.Size(123, 32);
            this.chekOcultaPreciosTotal.TabIndex = 131;
            this.chekOcultaPreciosTotal.Text = "OCULTAR PRECIO TOTAL";
            this.chekOcultaPreciosTotal.CheckedChanged += new System.EventHandler(this.chekOcultaPreciosTotal_CheckedChanged);
            // 
            // ultraButton1
            // 
            appearance3.Image = global::Soft.Ventas.Win.Properties.Resources.pages;
            appearance3.ImageHAlign = Infragistics.Win.HAlign.Center;
            this.ultraButton1.Appearance = appearance3;
            this.ultraButton1.Location = new System.Drawing.Point(6, 28);
            this.ultraButton1.Name = "ultraButton1";
            this.ultraButton1.Size = new System.Drawing.Size(60, 23);
            this.ultraButton1.TabIndex = 132;
            this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
            // 
            // ultraGroupBox2
            // 
            appearance62.BackColor = System.Drawing.Color.Transparent;
            this.ultraGroupBox2.Appearance = appearance62;
            this.ultraGroupBox2.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Center;
            this.ultraGroupBox2.Controls.Add(this.chekOcultaPreciosTotal);
            this.ultraGroupBox2.Controls.Add(this.checkPrecioItems);
            this.ultraGroupBox2.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded3;
            this.ultraGroupBox2.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopInsideBorder;
            this.ultraGroupBox2.Location = new System.Drawing.Point(707, 11);
            this.ultraGroupBox2.Name = "ultraGroupBox2";
            this.ultraGroupBox2.Size = new System.Drawing.Size(133, 110);
            this.ultraGroupBox2.TabIndex = 83;
            this.ultraGroupBox2.Text = "GENERALIDADES";
            // 
            // ultraGroupBox4
            // 
            appearance1.BackColor = System.Drawing.Color.Transparent;
            this.ultraGroupBox4.Appearance = appearance1;
            this.ultraGroupBox4.Controls.Add(this.btnBORRAR);
            this.ultraGroupBox4.Controls.Add(this.ultraButton1);
            this.ultraGroupBox4.Controls.Add(this.utCotizacion);
            this.ultraGroupBox4.Controls.Add(this.utcItemCotizacion);
            this.ultraGroupBox4.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded3;
            this.ultraGroupBox4.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopInsideBorder;
            this.ultraGroupBox4.Location = new System.Drawing.Point(7, 145);
            this.ultraGroupBox4.Name = "ultraGroupBox4";
            this.ultraGroupBox4.Size = new System.Drawing.Size(1061, 334);
            this.ultraGroupBox4.TabIndex = 83;
            this.ultraGroupBox4.Text = "ITEMS";
            // 
            // FrmCotizacion
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1099, 622);
            this.Name = "FrmCotizacion";
            this.Text = "COTIZACIÓN";
            ((System.ComponentModel.ISupportInitialize)(this.ugbParent)).EndInit();
            this.ugbParent.ResumeLayout(false);
            this.ugbParent.PerformLayout();
            this.tabItems.ResumeLayout(false);
            this.tabItems.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtCostoServicio)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ugServicios)).EndInit();
            this.ultraTabPageControl1.ResumeLayout(false);
            this.ultraTabPageControl1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.uneCostoMaquina)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.GruposTiras)).EndInit();
            this.GruposTiras.ResumeLayout(false);
            this.GruposTiras.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtImpresoRetiraColor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtImpresoTiraColor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneCostoMaterial)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox6)).EndInit();
            this.ultraGroupBox6.ResumeLayout(false);
            this.ultraGroupBox6.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtCantidadItem)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtCantidadProduccion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneCosto)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNombre)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.GrupoMedidaCerrada)).EndInit();
            this.GrupoMedidaCerrada.ResumeLayout(false);
            this.GrupoMedidaCerrada.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtMedidaCerradaLargo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtMedidaCerradaAlto)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.GrupoMedidaAbierta)).EndInit();
            this.GrupoMedidaAbierta.ResumeLayout(false);
            this.GrupoMedidaAbierta.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtMedidaAnchoCaja)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboMedida)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtMedidaAbiertoLargo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtMedidaAbiertoAlto)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtObservacionItem)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.utcAcabadosyServicios)).EndInit();
            this.utcAcabadosyServicios.ResumeLayout(false);
            this.ultraTabPageControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ugbImpresion)).EndInit();
            this.ugbImpresion.ResumeLayout(false);
            this.ugbImpresion.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtImpresionAlto)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNumeroCambios)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNroPiezasImpresion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtPliegos)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtImpresionLargo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTiraje)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneSeparacionY)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtPases)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneSeparacionX)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkGraficoImpresionManual)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ugbPrecorte)).EndInit();
            this.ugbPrecorte.ResumeLayout(false);
            this.ugbPrecorte.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtNroPiezasPrecorte)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtFormatoImpresionLargo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtFormatoImpresionAlto)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtDemasia)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtHojasMaquina)).EndInit();
            this.ultraTabPageControl3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox9)).EndInit();
            this.ultraGroupBox9.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.uceIncluirEnPresupuesto)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkMuestraPrecioEnPresupuesto)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox8)).EndInit();
            this.ultraGroupBox8.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).EndInit();
            this.ultraGroupBox5.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.utcItemCotizacion)).EndInit();
            this.utcItemCotizacion.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.utCotizacion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtObservacion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneCantidad)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtDescripcion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udtFechaCreacion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNumeracion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.unePorcentajeUtilidad)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneTotal)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneImpuesto)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneSubTotal)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneCostoMillar)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneCostoUnidad)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkPrecioItems)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chekOcultaPreciosTotal)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
            this.ultraGroupBox2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).EndInit();
            this.ultraGroupBox4.ResumeLayout(false);
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Metodo necessario per il supporto della finestra di progettazione. Non modificare
        /// il contenuto del metodo con l'editor di codice.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Infragistics.Win.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 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 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.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();
            Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
            Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab4 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab5 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DettaglioSoggettoUI));
            this.ultraTabPageControl3 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.presso = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.indirizzoResidenzaBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.lblCap = new Infragistics.Win.Misc.UltraLabel();
            this.lblCivico = new Infragistics.Win.Misc.UltraLabel();
            this.lblPresso = new Infragistics.Win.Misc.UltraLabel();
            this.civico = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.indirizzo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblIndirizzo = new Infragistics.Win.Misc.UltraLabel();
            this.lblComune = new Infragistics.Win.Misc.UltraLabel();
            this.localita = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.sceltaComuneCombo = new Gipasoft.Stabili.UI.Library.SceltaComuneCombo();
            this.cap = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblLocalita = new Infragistics.Win.Misc.UltraLabel();
            this.ultraTabPageControl5 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.domicilioPresso = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.domicilioBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.lblCapDomicilio = new Infragistics.Win.Misc.UltraLabel();
            this.lblCivicoDomicilio = new Infragistics.Win.Misc.UltraLabel();
            this.lblPressoDomicilio = new Infragistics.Win.Misc.UltraLabel();
            this.domicilioCivico = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.domicilioIndirizzo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblIndirizzoDomicilio = new Infragistics.Win.Misc.UltraLabel();
            this.lblComuneDomicilio = new Infragistics.Win.Misc.UltraLabel();
            this.domicilioLocalita = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.sceltaComuneComboDomicilio = new Gipasoft.Stabili.UI.Library.SceltaComuneCombo();
            this.capDomicilio = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblLocalitaDomicilio = new Infragistics.Win.Misc.UltraLabel();
            this.ultraTabPageControl4 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.pressoRecapito = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.recapitoBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.lblCapRecapito = new Infragistics.Win.Misc.UltraLabel();
            this.lblCivicoRecapito = new Infragistics.Win.Misc.UltraLabel();
            this.lblPressoRecapito = new Infragistics.Win.Misc.UltraLabel();
            this.civicoRecapito = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.indirizzoRecapito = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblIndirizzoRecapito = new Infragistics.Win.Misc.UltraLabel();
            this.lblComuneRecapito = new Infragistics.Win.Misc.UltraLabel();
            this.localitaRecapito = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.sceltaComuneComboRecapito = new Gipasoft.Stabili.UI.Library.SceltaComuneCombo();
            this.capRecapito = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblLocalitaRecapito = new Infragistics.Win.Misc.UltraLabel();
            this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.panel1 = new System.Windows.Forms.Panel();
            this.panel2 = new System.Windows.Forms.Panel();
            this.contattiGroup = new Infragistics.Win.Misc.UltraGroupBox();
            this.listaContatti1 = new Gipasoft.Stabili.UI.Library.ListaContatti();
            this.ultraSplitter1 = new Infragistics.Win.Misc.UltraSplitter();
            this.panelDatiNascita = new System.Windows.Forms.Panel();
            this.groupAutenticazione = new Infragistics.Win.Misc.UltraGroupBox();
            this.lblPassword = new Infragistics.Win.Misc.UltraLabel();
            this.password = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.soggettoBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.lblUtente = new Infragistics.Win.Misc.UltraLabel();
            this.utente = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.groupDatiNascita = new Infragistics.Win.Misc.UltraGroupBox();
            this.datiNascita = new Gipasoft.Stabili.UI.Library.DatiNascita();
            this.datiContrattoGroup = new Infragistics.Win.Misc.UltraGroupBox();
            this.titolo = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.lblTitolo = new Infragistics.Win.Misc.UltraLabel();
            this.domicilioCap = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
            this.ultraTabSharedControlsPage2 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
            this.lblPartitaIva = new Infragistics.Win.Misc.UltraLabel();
            this.partitaIva = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ragioneSociale = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblRagioneSociale = new Infragistics.Win.Misc.UltraLabel();
            this.lblTipoPersona = new Infragistics.Win.Misc.UltraLabel();
            this.tipoPersona = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.cognome = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblCognome = new Infragistics.Win.Misc.UltraLabel();
            this.nome = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblNome = new Infragistics.Win.Misc.UltraLabel();
            this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.note = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.mainTabControl = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
            this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
            this.tipoPersonaValidator = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManagerStandard)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.standardFormStatus)).BeginInit();
            this.MainStandardForm_Fill_Panel.SuspendLayout();
            this.ultraTabPageControl3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.presso)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.indirizzoResidenzaBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.civico)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.indirizzo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.localita)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cap)).BeginInit();
            this.ultraTabPageControl5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.domicilioPresso)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.domicilioBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.domicilioCivico)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.domicilioIndirizzo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.domicilioLocalita)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.capDomicilio)).BeginInit();
            this.ultraTabPageControl4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pressoRecapito)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.recapitoBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.civicoRecapito)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.indirizzoRecapito)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.localitaRecapito)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.capRecapito)).BeginInit();
            this.ultraTabPageControl1.SuspendLayout();
            this.panel1.SuspendLayout();
            this.panel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.contattiGroup)).BeginInit();
            this.contattiGroup.SuspendLayout();
            this.panelDatiNascita.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.groupAutenticazione)).BeginInit();
            this.groupAutenticazione.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.password)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.soggettoBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.utente)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupDatiNascita)).BeginInit();
            this.groupDatiNascita.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.datiContrattoGroup)).BeginInit();
            this.datiContrattoGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.titolo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.domicilioCap)).BeginInit();
            this.domicilioCap.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.partitaIva)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ragioneSociale)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoPersona)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cognome)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nome)).BeginInit();
            this.ultraTabPageControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.note)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.mainTabControl)).BeginInit();
            this.mainTabControl.SuspendLayout();
            this.SuspendLayout();
            // 
            // ultraToolbarsManagerStandard
            // 
            this.ultraToolbarsManagerStandard.MenuSettings.ForceSerialization = true;
            this.ultraToolbarsManagerStandard.Ribbon.ApplicationMenuButtonImage = global::Gipasoft.Stabili.UI.UnitaImmobiliari.UnitaImmobiliareResource.sferanew_trasparente;
            this.ultraToolbarsManagerStandard.Ribbon.Visible = true;
            this.ultraToolbarsManagerStandard.ToolbarSettings.ForceSerialization = true;
            // 
            // standardFormStatus
            // 
            this.standardFormStatus.Location = new System.Drawing.Point(0, 715);
            this.standardFormStatus.Size = new System.Drawing.Size(921, 23);
            // 
            // MainStandardForm_Fill_Panel
            // 
            this.MainStandardForm_Fill_Panel.Controls.Add(this.mainTabControl);
            this.MainStandardForm_Fill_Panel.Size = new System.Drawing.Size(905, 551);
            // 
            // ultraTabPageControl3
            // 
            this.ultraTabPageControl3.Controls.Add(this.presso);
            this.ultraTabPageControl3.Controls.Add(this.lblCap);
            this.ultraTabPageControl3.Controls.Add(this.lblCivico);
            this.ultraTabPageControl3.Controls.Add(this.lblPresso);
            this.ultraTabPageControl3.Controls.Add(this.civico);
            this.ultraTabPageControl3.Controls.Add(this.indirizzo);
            this.ultraTabPageControl3.Controls.Add(this.lblIndirizzo);
            this.ultraTabPageControl3.Controls.Add(this.lblComune);
            this.ultraTabPageControl3.Controls.Add(this.localita);
            this.ultraTabPageControl3.Controls.Add(this.sceltaComuneCombo);
            this.ultraTabPageControl3.Controls.Add(this.cap);
            this.ultraTabPageControl3.Controls.Add(this.lblLocalita);
            this.ultraTabPageControl3.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl3.Name = "ultraTabPageControl3";
            this.ultraTabPageControl3.Size = new System.Drawing.Size(862, 103);
            // 
            // presso
            // 
            this.presso.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.indirizzoResidenzaBindingSource, "Presso", true));
            this.presso.Location = new System.Drawing.Point(207, 40);
            this.presso.MaxLength = 100;
            this.presso.Name = "presso";
            this.presso.Size = new System.Drawing.Size(371, 21);
            this.presso.TabIndex = 90;
            // 
            // indirizzoResidenzaBindingSource
            // 
            this.indirizzoResidenzaBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.AddressDTO);
            // 
            // lblCap
            // 
            this.lblCap.Location = new System.Drawing.Point(2, 12);
            this.lblCap.Name = "lblCap";
            this.lblCap.Size = new System.Drawing.Size(42, 27);
            this.lblCap.TabIndex = 16;
            this.lblCap.Text = "Cap";
            // 
            // lblCivico
            // 
            this.lblCivico.Location = new System.Drawing.Point(748, 13);
            this.lblCivico.Name = "lblCivico";
            this.lblCivico.Size = new System.Drawing.Size(42, 27);
            this.lblCivico.TabIndex = 22;
            this.lblCivico.Text = "Civico";
            // 
            // lblPresso
            // 
            appearance1.TextHAlignAsString = "Right";
            this.lblPresso.Appearance = appearance1;
            this.lblPresso.Location = new System.Drawing.Point(134, 44);
            this.lblPresso.Name = "lblPresso";
            this.lblPresso.Size = new System.Drawing.Size(56, 17);
            this.lblPresso.TabIndex = 85;
            this.lblPresso.Text = "Presso";
            // 
            // civico
            // 
            this.civico.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.indirizzoResidenzaBindingSource, "Civico", true));
            this.civico.Location = new System.Drawing.Point(796, 13);
            this.civico.MaxLength = 20;
            this.civico.Name = "civico";
            this.civico.Size = new System.Drawing.Size(59, 21);
            this.civico.TabIndex = 80;
            // 
            // indirizzo
            // 
            this.indirizzo.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.indirizzoResidenzaBindingSource, "Indirizzo", true));
            this.indirizzo.Location = new System.Drawing.Point(207, 12);
            this.indirizzo.MaxLength = 256;
            this.indirizzo.Name = "indirizzo";
            this.indirizzo.Size = new System.Drawing.Size(524, 21);
            this.indirizzo.TabIndex = 70;
            // 
            // lblIndirizzo
            // 
            appearance2.TextHAlignAsString = "Right";
            this.lblIndirizzo.Appearance = appearance2;
            this.lblIndirizzo.Location = new System.Drawing.Point(134, 12);
            this.lblIndirizzo.Name = "lblIndirizzo";
            this.lblIndirizzo.Size = new System.Drawing.Size(56, 27);
            this.lblIndirizzo.TabIndex = 20;
            this.lblIndirizzo.Text = "Indirizzo";
            // 
            // lblComune
            // 
            appearance3.TextHAlignAsString = "Right";
            this.lblComune.Appearance = appearance3;
            this.lblComune.Location = new System.Drawing.Point(134, 73);
            this.lblComune.Name = "lblComune";
            this.lblComune.Size = new System.Drawing.Size(56, 27);
            this.lblComune.TabIndex = 14;
            this.lblComune.Text = "Comune";
            // 
            // localita
            // 
            this.localita.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.indirizzoResidenzaBindingSource, "Localita", true));
            this.localita.Location = new System.Drawing.Point(632, 40);
            this.localita.MaxLength = 256;
            this.localita.Name = "localita";
            this.localita.Size = new System.Drawing.Size(223, 21);
            this.localita.TabIndex = 100;
            // 
            // sceltaComuneCombo
            // 
            this.sceltaComuneCombo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.sceltaComuneCombo.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.indirizzoResidenzaBindingSource, "CodiceComune", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
            this.sceltaComuneCombo.Location = new System.Drawing.Point(207, 72);
            this.sceltaComuneCombo.MinimumSize = new System.Drawing.Size(0, 22);
            this.sceltaComuneCombo.Name = "sceltaComuneCombo";
            this.sceltaComuneCombo.Size = new System.Drawing.Size(648, 22);
            this.sceltaComuneCombo.TabIndex = 110;
            this.sceltaComuneCombo.Value = null;
            // 
            // cap
            // 
            this.cap.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.indirizzoResidenzaBindingSource, "Cap", true));
            this.cap.Location = new System.Drawing.Point(50, 12);
            this.cap.MaxLength = 10;
            this.cap.Name = "cap";
            this.cap.Size = new System.Drawing.Size(59, 21);
            this.cap.TabIndex = 60;
            // 
            // lblLocalita
            // 
            appearance4.TextHAlignAsString = "Right";
            this.lblLocalita.Appearance = appearance4;
            this.lblLocalita.Location = new System.Drawing.Point(570, 44);
            this.lblLocalita.Name = "lblLocalita";
            this.lblLocalita.Size = new System.Drawing.Size(56, 27);
            this.lblLocalita.TabIndex = 18;
            this.lblLocalita.Text = "Località";
            // 
            // ultraTabPageControl5
            // 
            this.ultraTabPageControl5.Controls.Add(this.domicilioPresso);
            this.ultraTabPageControl5.Controls.Add(this.lblCapDomicilio);
            this.ultraTabPageControl5.Controls.Add(this.lblCivicoDomicilio);
            this.ultraTabPageControl5.Controls.Add(this.lblPressoDomicilio);
            this.ultraTabPageControl5.Controls.Add(this.domicilioCivico);
            this.ultraTabPageControl5.Controls.Add(this.domicilioIndirizzo);
            this.ultraTabPageControl5.Controls.Add(this.lblIndirizzoDomicilio);
            this.ultraTabPageControl5.Controls.Add(this.lblComuneDomicilio);
            this.ultraTabPageControl5.Controls.Add(this.domicilioLocalita);
            this.ultraTabPageControl5.Controls.Add(this.sceltaComuneComboDomicilio);
            this.ultraTabPageControl5.Controls.Add(this.capDomicilio);
            this.ultraTabPageControl5.Controls.Add(this.lblLocalitaDomicilio);
            this.ultraTabPageControl5.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl5.Name = "ultraTabPageControl5";
            this.ultraTabPageControl5.Size = new System.Drawing.Size(862, 103);
            // 
            // domicilioPresso
            // 
            this.domicilioPresso.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.domicilioBindingSource, "Presso", true));
            this.domicilioPresso.Location = new System.Drawing.Point(207, 40);
            this.domicilioPresso.MaxLength = 100;
            this.domicilioPresso.Name = "domicilioPresso";
            this.domicilioPresso.Size = new System.Drawing.Size(371, 21);
            this.domicilioPresso.TabIndex = 120;
            // 
            // domicilioBindingSource
            // 
            this.domicilioBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.AddressDTO);
            // 
            // lblCapDomicilio
            // 
            this.lblCapDomicilio.Location = new System.Drawing.Point(2, 12);
            this.lblCapDomicilio.Name = "lblCapDomicilio";
            this.lblCapDomicilio.Size = new System.Drawing.Size(42, 27);
            this.lblCapDomicilio.TabIndex = 112;
            this.lblCapDomicilio.Text = "Cap";
            // 
            // lblCivicoDomicilio
            // 
            this.lblCivicoDomicilio.Location = new System.Drawing.Point(748, 13);
            this.lblCivicoDomicilio.Name = "lblCivicoDomicilio";
            this.lblCivicoDomicilio.Size = new System.Drawing.Size(42, 27);
            this.lblCivicoDomicilio.TabIndex = 115;
            this.lblCivicoDomicilio.Text = "Civico";
            // 
            // lblPressoDomicilio
            // 
            appearance9.TextHAlignAsString = "Right";
            this.lblPressoDomicilio.Appearance = appearance9;
            this.lblPressoDomicilio.Location = new System.Drawing.Point(134, 44);
            this.lblPressoDomicilio.Name = "lblPressoDomicilio";
            this.lblPressoDomicilio.Size = new System.Drawing.Size(56, 17);
            this.lblPressoDomicilio.TabIndex = 119;
            this.lblPressoDomicilio.Text = "Presso";
            // 
            // domicilioCivico
            // 
            this.domicilioCivico.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.domicilioBindingSource, "Civico", true));
            this.domicilioCivico.Location = new System.Drawing.Point(796, 13);
            this.domicilioCivico.MaxLength = 20;
            this.domicilioCivico.Name = "domicilioCivico";
            this.domicilioCivico.Size = new System.Drawing.Size(59, 21);
            this.domicilioCivico.TabIndex = 118;
            // 
            // domicilioIndirizzo
            // 
            this.domicilioIndirizzo.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.domicilioBindingSource, "Indirizzo", true));
            this.domicilioIndirizzo.Location = new System.Drawing.Point(207, 12);
            this.domicilioIndirizzo.MaxLength = 256;
            this.domicilioIndirizzo.Name = "domicilioIndirizzo";
            this.domicilioIndirizzo.Size = new System.Drawing.Size(524, 21);
            this.domicilioIndirizzo.TabIndex = 117;
            // 
            // lblIndirizzoDomicilio
            // 
            appearance10.TextHAlignAsString = "Right";
            this.lblIndirizzoDomicilio.Appearance = appearance10;
            this.lblIndirizzoDomicilio.Location = new System.Drawing.Point(134, 12);
            this.lblIndirizzoDomicilio.Name = "lblIndirizzoDomicilio";
            this.lblIndirizzoDomicilio.Size = new System.Drawing.Size(56, 27);
            this.lblIndirizzoDomicilio.TabIndex = 114;
            this.lblIndirizzoDomicilio.Text = "Indirizzo";
            // 
            // lblComuneDomicilio
            // 
            appearance11.TextHAlignAsString = "Right";
            this.lblComuneDomicilio.Appearance = appearance11;
            this.lblComuneDomicilio.Location = new System.Drawing.Point(134, 73);
            this.lblComuneDomicilio.Name = "lblComuneDomicilio";
            this.lblComuneDomicilio.Size = new System.Drawing.Size(56, 27);
            this.lblComuneDomicilio.TabIndex = 111;
            this.lblComuneDomicilio.Text = "Comune";
            // 
            // domicilioLocalita
            // 
            this.domicilioLocalita.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.domicilioBindingSource, "Localita", true));
            this.domicilioLocalita.Location = new System.Drawing.Point(632, 40);
            this.domicilioLocalita.MaxLength = 256;
            this.domicilioLocalita.Name = "domicilioLocalita";
            this.domicilioLocalita.Size = new System.Drawing.Size(223, 21);
            this.domicilioLocalita.TabIndex = 121;
            // 
            // sceltaComuneComboDomicilio
            // 
            this.sceltaComuneComboDomicilio.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.sceltaComuneComboDomicilio.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.domicilioBindingSource, "CodiceComune", true));
            this.sceltaComuneComboDomicilio.Location = new System.Drawing.Point(207, 72);
            this.sceltaComuneComboDomicilio.MinimumSize = new System.Drawing.Size(0, 22);
            this.sceltaComuneComboDomicilio.Name = "sceltaComuneComboDomicilio";
            this.sceltaComuneComboDomicilio.Size = new System.Drawing.Size(648, 22);
            this.sceltaComuneComboDomicilio.TabIndex = 122;
            this.sceltaComuneComboDomicilio.Value = null;
            // 
            // capDomicilio
            // 
            this.capDomicilio.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.domicilioBindingSource, "Cap", true));
            this.capDomicilio.Location = new System.Drawing.Point(50, 12);
            this.capDomicilio.MaxLength = 10;
            this.capDomicilio.Name = "capDomicilio";
            this.capDomicilio.Size = new System.Drawing.Size(59, 21);
            this.capDomicilio.TabIndex = 116;
            // 
            // lblLocalitaDomicilio
            // 
            appearance12.TextHAlignAsString = "Right";
            this.lblLocalitaDomicilio.Appearance = appearance12;
            this.lblLocalitaDomicilio.Location = new System.Drawing.Point(570, 44);
            this.lblLocalitaDomicilio.Name = "lblLocalitaDomicilio";
            this.lblLocalitaDomicilio.Size = new System.Drawing.Size(56, 27);
            this.lblLocalitaDomicilio.TabIndex = 113;
            this.lblLocalitaDomicilio.Text = "Località";
            // 
            // ultraTabPageControl4
            // 
            this.ultraTabPageControl4.Controls.Add(this.pressoRecapito);
            this.ultraTabPageControl4.Controls.Add(this.lblCapRecapito);
            this.ultraTabPageControl4.Controls.Add(this.lblCivicoRecapito);
            this.ultraTabPageControl4.Controls.Add(this.lblPressoRecapito);
            this.ultraTabPageControl4.Controls.Add(this.civicoRecapito);
            this.ultraTabPageControl4.Controls.Add(this.indirizzoRecapito);
            this.ultraTabPageControl4.Controls.Add(this.lblIndirizzoRecapito);
            this.ultraTabPageControl4.Controls.Add(this.lblComuneRecapito);
            this.ultraTabPageControl4.Controls.Add(this.localitaRecapito);
            this.ultraTabPageControl4.Controls.Add(this.sceltaComuneComboRecapito);
            this.ultraTabPageControl4.Controls.Add(this.capRecapito);
            this.ultraTabPageControl4.Controls.Add(this.lblLocalitaRecapito);
            this.ultraTabPageControl4.Location = new System.Drawing.Point(1, 23);
            this.ultraTabPageControl4.Name = "ultraTabPageControl4";
            this.ultraTabPageControl4.Size = new System.Drawing.Size(862, 103);
            // 
            // pressoRecapito
            // 
            this.pressoRecapito.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.recapitoBindingSource, "Presso", true));
            this.pressoRecapito.Location = new System.Drawing.Point(207, 41);
            this.pressoRecapito.MaxLength = 100;
            this.pressoRecapito.Name = "pressoRecapito";
            this.pressoRecapito.Size = new System.Drawing.Size(371, 21);
            this.pressoRecapito.TabIndex = 98;
            // 
            // recapitoBindingSource
            // 
            this.recapitoBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.AddressDTO);
            // 
            // lblCapRecapito
            // 
            this.lblCapRecapito.Location = new System.Drawing.Point(2, 13);
            this.lblCapRecapito.Name = "lblCapRecapito";
            this.lblCapRecapito.Size = new System.Drawing.Size(42, 27);
            this.lblCapRecapito.TabIndex = 88;
            this.lblCapRecapito.Text = "Cap";
            // 
            // lblCivicoRecapito
            // 
            this.lblCivicoRecapito.Location = new System.Drawing.Point(748, 14);
            this.lblCivicoRecapito.Name = "lblCivicoRecapito";
            this.lblCivicoRecapito.Size = new System.Drawing.Size(42, 27);
            this.lblCivicoRecapito.TabIndex = 91;
            this.lblCivicoRecapito.Text = "Civico";
            // 
            // lblPressoRecapito
            // 
            appearance5.TextHAlignAsString = "Right";
            this.lblPressoRecapito.Appearance = appearance5;
            this.lblPressoRecapito.Location = new System.Drawing.Point(134, 45);
            this.lblPressoRecapito.Name = "lblPressoRecapito";
            this.lblPressoRecapito.Size = new System.Drawing.Size(56, 17);
            this.lblPressoRecapito.TabIndex = 97;
            this.lblPressoRecapito.Text = "Presso";
            // 
            // civicoRecapito
            // 
            this.civicoRecapito.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.recapitoBindingSource, "Civico", true));
            this.civicoRecapito.Location = new System.Drawing.Point(796, 14);
            this.civicoRecapito.MaxLength = 20;
            this.civicoRecapito.Name = "civicoRecapito";
            this.civicoRecapito.Size = new System.Drawing.Size(59, 21);
            this.civicoRecapito.TabIndex = 94;
            // 
            // indirizzoRecapito
            // 
            this.indirizzoRecapito.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.recapitoBindingSource, "Indirizzo", true));
            this.indirizzoRecapito.Location = new System.Drawing.Point(207, 13);
            this.indirizzoRecapito.MaxLength = 256;
            this.indirizzoRecapito.Name = "indirizzoRecapito";
            this.indirizzoRecapito.Size = new System.Drawing.Size(524, 21);
            this.indirizzoRecapito.TabIndex = 93;
            // 
            // lblIndirizzoRecapito
            // 
            appearance6.TextHAlignAsString = "Right";
            this.lblIndirizzoRecapito.Appearance = appearance6;
            this.lblIndirizzoRecapito.Location = new System.Drawing.Point(134, 13);
            this.lblIndirizzoRecapito.Name = "lblIndirizzoRecapito";
            this.lblIndirizzoRecapito.Size = new System.Drawing.Size(56, 27);
            this.lblIndirizzoRecapito.TabIndex = 90;
            this.lblIndirizzoRecapito.Text = "Indirizzo";
            // 
            // lblComuneRecapito
            // 
            appearance7.TextHAlignAsString = "Right";
            this.lblComuneRecapito.Appearance = appearance7;
            this.lblComuneRecapito.Location = new System.Drawing.Point(134, 74);
            this.lblComuneRecapito.Name = "lblComuneRecapito";
            this.lblComuneRecapito.Size = new System.Drawing.Size(56, 27);
            this.lblComuneRecapito.TabIndex = 87;
            this.lblComuneRecapito.Text = "Comune";
            // 
            // localitaRecapito
            // 
            this.localitaRecapito.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.recapitoBindingSource, "Localita", true));
            this.localitaRecapito.Location = new System.Drawing.Point(632, 41);
            this.localitaRecapito.MaxLength = 256;
            this.localitaRecapito.Name = "localitaRecapito";
            this.localitaRecapito.Size = new System.Drawing.Size(223, 21);
            this.localitaRecapito.TabIndex = 95;
            // 
            // sceltaComuneComboRecapito
            // 
            this.sceltaComuneComboRecapito.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.sceltaComuneComboRecapito.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.recapitoBindingSource, "CodiceComune", true));
            this.sceltaComuneComboRecapito.Location = new System.Drawing.Point(207, 73);
            this.sceltaComuneComboRecapito.MinimumSize = new System.Drawing.Size(0, 22);
            this.sceltaComuneComboRecapito.Name = "sceltaComuneComboRecapito";
            this.sceltaComuneComboRecapito.Size = new System.Drawing.Size(648, 22);
            this.sceltaComuneComboRecapito.TabIndex = 96;
            this.sceltaComuneComboRecapito.Value = null;
            // 
            // capRecapito
            // 
            this.capRecapito.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.recapitoBindingSource, "Cap", true));
            this.capRecapito.Location = new System.Drawing.Point(50, 13);
            this.capRecapito.MaxLength = 10;
            this.capRecapito.Name = "capRecapito";
            this.capRecapito.Size = new System.Drawing.Size(59, 21);
            this.capRecapito.TabIndex = 92;
            // 
            // lblLocalitaRecapito
            // 
            appearance8.TextHAlignAsString = "Right";
            this.lblLocalitaRecapito.Appearance = appearance8;
            this.lblLocalitaRecapito.Location = new System.Drawing.Point(570, 45);
            this.lblLocalitaRecapito.Name = "lblLocalitaRecapito";
            this.lblLocalitaRecapito.Size = new System.Drawing.Size(56, 27);
            this.lblLocalitaRecapito.TabIndex = 89;
            this.lblLocalitaRecapito.Text = "Località";
            // 
            // ultraTabPageControl1
            // 
            this.ultraTabPageControl1.Controls.Add(this.panel1);
            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(901, 525);
            // 
            // panel1
            // 
            this.panel1.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.panel1.Controls.Add(this.panel2);
            this.panel1.Controls.Add(this.ultraSplitter1);
            this.panel1.Controls.Add(this.panelDatiNascita);
            this.panel1.Location = new System.Drawing.Point(0, 226);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(901, 299);
            this.panel1.TabIndex = 2;
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.contattiGroup);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel2.Location = new System.Drawing.Point(0, 0);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(550, 299);
            this.panel2.TabIndex = 3;
            // 
            // contattiGroup
            // 
            this.contattiGroup.Controls.Add(this.listaContatti1);
            this.contattiGroup.Dock = System.Windows.Forms.DockStyle.Fill;
            this.contattiGroup.Location = new System.Drawing.Point(0, 0);
            this.contattiGroup.Name = "contattiGroup";
            this.contattiGroup.Size = new System.Drawing.Size(550, 299);
            this.contattiGroup.TabIndex = 90;
            this.contattiGroup.Text = "Contatti";
            // 
            // listaContatti1
            // 
            this.listaContatti1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listaContatti1.Location = new System.Drawing.Point(3, 16);
            this.listaContatti1.Name = "listaContatti1";
            this.listaContatti1.Size = new System.Drawing.Size(544, 280);
            this.listaContatti1.TabIndex = 120;
            // 
            // ultraSplitter1
            // 
            this.ultraSplitter1.BackColor = System.Drawing.SystemColors.Control;
            this.ultraSplitter1.Dock = System.Windows.Forms.DockStyle.Right;
            this.ultraSplitter1.Location = new System.Drawing.Point(550, 0);
            this.ultraSplitter1.Name = "ultraSplitter1";
            this.ultraSplitter1.RestoreExtent = 351;
            this.ultraSplitter1.Size = new System.Drawing.Size(6, 299);
            this.ultraSplitter1.TabIndex = 2;
            // 
            // panelDatiNascita
            // 
            this.panelDatiNascita.Controls.Add(this.groupAutenticazione);
            this.panelDatiNascita.Controls.Add(this.groupDatiNascita);
            this.panelDatiNascita.Dock = System.Windows.Forms.DockStyle.Right;
            this.panelDatiNascita.Location = new System.Drawing.Point(556, 0);
            this.panelDatiNascita.Name = "panelDatiNascita";
            this.panelDatiNascita.Size = new System.Drawing.Size(345, 299);
            this.panelDatiNascita.TabIndex = 1;
            // 
            // groupAutenticazione
            // 
            this.groupAutenticazione.Controls.Add(this.lblPassword);
            this.groupAutenticazione.Controls.Add(this.password);
            this.groupAutenticazione.Controls.Add(this.lblUtente);
            this.groupAutenticazione.Controls.Add(this.utente);
            this.groupAutenticazione.Location = new System.Drawing.Point(6, 140);
            this.groupAutenticazione.Name = "groupAutenticazione";
            this.groupAutenticazione.Size = new System.Drawing.Size(336, 56);
            this.groupAutenticazione.TabIndex = 101;
            this.groupAutenticazione.Text = "Autenticazione";
            // 
            // lblPassword
            // 
            this.lblPassword.Location = new System.Drawing.Point(174, 22);
            this.lblPassword.Name = "lblPassword";
            this.lblPassword.Size = new System.Drawing.Size(59, 27);
            this.lblPassword.TabIndex = 83;
            this.lblPassword.Text = "Password";
            // 
            // password
            // 
            this.password.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.soggettoBindingSource, "Password", true));
            this.password.Location = new System.Drawing.Point(239, 22);
            this.password.MaxLength = 15;
            this.password.Name = "password";
            this.password.Size = new System.Drawing.Size(85, 21);
            this.password.TabIndex = 84;
            // 
            // soggettoBindingSource
            // 
            this.soggettoBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.PersonaDTO);
            // 
            // lblUtente
            // 
            this.lblUtente.Location = new System.Drawing.Point(11, 22);
            this.lblUtente.Name = "lblUtente";
            this.lblUtente.Size = new System.Drawing.Size(42, 27);
            this.lblUtente.TabIndex = 81;
            this.lblUtente.Text = "Utente";
            // 
            // utente
            // 
            this.utente.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.soggettoBindingSource, "Username", true));
            this.utente.Location = new System.Drawing.Point(59, 22);
            this.utente.MaxLength = 15;
            this.utente.Name = "utente";
            this.utente.Size = new System.Drawing.Size(102, 21);
            this.utente.TabIndex = 82;
            // 
            // groupDatiNascita
            // 
            this.groupDatiNascita.Controls.Add(this.datiNascita);
            this.groupDatiNascita.Location = new System.Drawing.Point(6, 3);
            this.groupDatiNascita.Name = "groupDatiNascita";
            this.groupDatiNascita.Size = new System.Drawing.Size(336, 131);
            this.groupDatiNascita.TabIndex = 100;
            this.groupDatiNascita.Text = "Dati nascita";
            // 
            // datiNascita
            // 
            this.datiNascita.BackColor = System.Drawing.SystemColors.Control;
            this.datiNascita.Dock = System.Windows.Forms.DockStyle.Fill;
            this.datiNascita.Location = new System.Drawing.Point(3, 16);
            this.datiNascita.Name = "datiNascita";
            this.datiNascita.Size = new System.Drawing.Size(330, 112);
            this.datiNascita.TabIndex = 130;
            // 
            // datiContrattoGroup
            // 
            this.datiContrattoGroup.Controls.Add(this.titolo);
            this.datiContrattoGroup.Controls.Add(this.lblTitolo);
            this.datiContrattoGroup.Controls.Add(this.domicilioCap);
            this.datiContrattoGroup.Controls.Add(this.lblPartitaIva);
            this.datiContrattoGroup.Controls.Add(this.partitaIva);
            this.datiContrattoGroup.Controls.Add(this.ragioneSociale);
            this.datiContrattoGroup.Controls.Add(this.lblRagioneSociale);
            this.datiContrattoGroup.Controls.Add(this.lblTipoPersona);
            this.datiContrattoGroup.Controls.Add(this.tipoPersona);
            this.datiContrattoGroup.Controls.Add(this.cognome);
            this.datiContrattoGroup.Controls.Add(this.lblCognome);
            this.datiContrattoGroup.Controls.Add(this.nome);
            this.datiContrattoGroup.Controls.Add(this.lblNome);
            this.datiContrattoGroup.Dock = System.Windows.Forms.DockStyle.Top;
            this.datiContrattoGroup.Location = new System.Drawing.Point(0, 0);
            this.datiContrattoGroup.Name = "datiContrattoGroup";
            this.datiContrattoGroup.Size = new System.Drawing.Size(901, 217);
            this.datiContrattoGroup.TabIndex = 1;
            this.datiContrattoGroup.Text = "Dati generali";
            // 
            // titolo
            // 
            this.titolo.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.soggettoBindingSource, "Titolo", true));
            this.titolo.Location = new System.Drawing.Point(50, 42);
            this.titolo.MaxLength = 120;
            this.titolo.Name = "titolo";
            this.titolo.Size = new System.Drawing.Size(105, 21);
            this.titolo.TabIndex = 87;
            // 
            // lblTitolo
            // 
            this.lblTitolo.Location = new System.Drawing.Point(7, 46);
            this.lblTitolo.Name = "lblTitolo";
            this.lblTitolo.Size = new System.Drawing.Size(38, 23);
            this.lblTitolo.TabIndex = 86;
            this.lblTitolo.Text = "Titolo";
            // 
            // domicilioCap
            // 
            this.domicilioCap.Controls.Add(this.ultraTabSharedControlsPage2);
            this.domicilioCap.Controls.Add(this.ultraTabPageControl3);
            this.domicilioCap.Controls.Add(this.ultraTabPageControl4);
            this.domicilioCap.Controls.Add(this.ultraTabPageControl5);
            this.domicilioCap.Location = new System.Drawing.Point(7, 79);
            this.domicilioCap.Name = "domicilioCap";
            this.domicilioCap.SharedControlsPage = this.ultraTabSharedControlsPage2;
            this.domicilioCap.Size = new System.Drawing.Size(866, 129);
            this.domicilioCap.TabIndex = 85;
            ultraTab1.Key = "residenza";
            ultraTab1.TabPage = this.ultraTabPageControl3;
            ultraTab1.Text = "Residenza";
            ultraTab2.Key = "domicilio";
            ultraTab2.TabPage = this.ultraTabPageControl5;
            ultraTab2.Text = "Domicilio";
            ultraTab3.Key = "recapito";
            ultraTab3.TabPage = this.ultraTabPageControl4;
            ultraTab3.Text = "Recapito";
            this.domicilioCap.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
            ultraTab1,
            ultraTab2,
            ultraTab3});
            // 
            // ultraTabSharedControlsPage2
            // 
            this.ultraTabSharedControlsPage2.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabSharedControlsPage2.Name = "ultraTabSharedControlsPage2";
            this.ultraTabSharedControlsPage2.Size = new System.Drawing.Size(862, 103);
            // 
            // lblPartitaIva
            // 
            this.lblPartitaIva.Location = new System.Drawing.Point(641, 52);
            this.lblPartitaIva.Name = "lblPartitaIva";
            this.lblPartitaIva.Size = new System.Drawing.Size(42, 27);
            this.lblPartitaIva.TabIndex = 84;
            this.lblPartitaIva.Text = "P.IVA";
            // 
            // partitaIva
            // 
            this.partitaIva.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.soggettoBindingSource, "PartitaIva", true));
            this.partitaIva.Location = new System.Drawing.Point(689, 48);
            this.partitaIva.MaxLength = 50;
            this.partitaIva.Name = "partitaIva";
            this.partitaIva.Size = new System.Drawing.Size(170, 21);
            this.partitaIva.TabIndex = 83;
            // 
            // ragioneSociale
            // 
            this.ragioneSociale.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.soggettoBindingSource, "RagioneSociale", true));
            this.ragioneSociale.Location = new System.Drawing.Point(211, 48);
            this.ragioneSociale.MaxLength = 100;
            this.ragioneSociale.Name = "ragioneSociale";
            this.ragioneSociale.Size = new System.Drawing.Size(424, 21);
            this.ragioneSociale.TabIndex = 50;
            // 
            // lblRagioneSociale
            // 
            appearance13.TextHAlignAsString = "Right";
            this.lblRagioneSociale.Appearance = appearance13;
            this.lblRagioneSociale.Location = new System.Drawing.Point(152, 45);
            this.lblRagioneSociale.Name = "lblRagioneSociale";
            this.lblRagioneSociale.Size = new System.Drawing.Size(53, 33);
            this.lblRagioneSociale.TabIndex = 81;
            this.lblRagioneSociale.Text = "Ragione Sociale";
            // 
            // lblTipoPersona
            // 
            this.lblTipoPersona.Location = new System.Drawing.Point(7, 19);
            this.lblTipoPersona.Name = "lblTipoPersona";
            this.lblTipoPersona.Size = new System.Drawing.Size(38, 23);
            this.lblTipoPersona.TabIndex = 25;
            this.lblTipoPersona.Text = "Tipo";
            // 
            // tipoPersona
            // 
            this.tipoPersona.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.soggettoBindingSource, "TipoPersona", true));
            this.tipoPersona.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            valueListItem1.DataValue = "Fisica";
            valueListItem1.DisplayText = "Fisica";
            valueListItem2.DataValue = "Giuridica";
            valueListItem2.DisplayText = "Giuridica";
            this.tipoPersona.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem1,
            valueListItem2});
            this.tipoPersona.Location = new System.Drawing.Point(51, 16);
            this.tipoPersona.Name = "tipoPersona";
            this.tipoPersona.Size = new System.Drawing.Size(104, 21);
            this.tipoPersona.TabIndex = 10;
            // 
            // cognome
            // 
            this.cognome.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.soggettoBindingSource, "Cognome", true));
            this.cognome.Location = new System.Drawing.Point(446, 16);
            this.cognome.MaxLength = 150;
            this.cognome.Name = "cognome";
            this.cognome.Size = new System.Drawing.Size(413, 21);
            this.cognome.TabIndex = 30;
            // 
            // lblCognome
            // 
            this.lblCognome.Location = new System.Drawing.Point(387, 19);
            this.lblCognome.Name = "lblCognome";
            this.lblCognome.Size = new System.Drawing.Size(53, 23);
            this.lblCognome.TabIndex = 6;
            this.lblCognome.Text = "Cognome";
            // 
            // nome
            // 
            this.nome.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.soggettoBindingSource, "Nome", true));
            this.nome.Location = new System.Drawing.Point(211, 18);
            this.nome.MaxLength = 50;
            this.nome.Name = "nome";
            this.nome.Size = new System.Drawing.Size(170, 21);
            this.nome.TabIndex = 20;
            // 
            // lblNome
            // 
            appearance14.TextHAlignAsString = "Right";
            this.lblNome.Appearance = appearance14;
            this.lblNome.Location = new System.Drawing.Point(152, 19);
            this.lblNome.Name = "lblNome";
            this.lblNome.Size = new System.Drawing.Size(42, 23);
            this.lblNome.TabIndex = 2;
            this.lblNome.Text = "Nome";
            // 
            // ultraTabPageControl2
            // 
            this.ultraTabPageControl2.Controls.Add(this.note);
            this.ultraTabPageControl2.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl2.Name = "ultraTabPageControl2";
            this.ultraTabPageControl2.Size = new System.Drawing.Size(901, 525);
            // 
            // note
            // 
            this.note.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.soggettoBindingSource, "Note", true));
            this.note.Dock = System.Windows.Forms.DockStyle.Fill;
            this.note.Location = new System.Drawing.Point(0, 0);
            this.note.MaxLength = 4000;
            this.note.Multiline = true;
            this.note.Name = "note";
            this.note.Size = new System.Drawing.Size(901, 525);
            this.note.TabIndex = 1;
            // 
            // mainTabControl
            // 
            this.mainTabControl.Controls.Add(this.ultraTabSharedControlsPage1);
            this.mainTabControl.Controls.Add(this.ultraTabPageControl1);
            this.mainTabControl.Controls.Add(this.ultraTabPageControl2);
            this.mainTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.mainTabControl.Location = new System.Drawing.Point(0, 0);
            this.mainTabControl.Name = "mainTabControl";
            this.mainTabControl.SharedControlsPage = this.ultraTabSharedControlsPage1;
            this.mainTabControl.Size = new System.Drawing.Size(905, 551);
            this.mainTabControl.TabIndex = 1;
            ultraTab4.Key = "datiGenerali";
            ultraTab4.TabPage = this.ultraTabPageControl1;
            ultraTab4.Text = "Dati anagrafici";
            ultraTab5.Key = "note";
            ultraTab5.TabPage = this.ultraTabPageControl2;
            ultraTab5.Text = "Note";
            this.mainTabControl.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
            ultraTab4,
            ultraTab5});
            this.mainTabControl.SelectedTabChanged += new Infragistics.Win.UltraWinTabControl.SelectedTabChangedEventHandler(this.mainTabControlSelectedTabChanged);
            // 
            // ultraTabSharedControlsPage1
            // 
            this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
            this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(901, 525);
            // 
            // tipoPersonaValidator
            // 
            this.tipoPersonaValidator.ControlToValidate = this.tipoPersona;
            this.tipoPersonaValidator.Icon = ((System.Drawing.Icon)(resources.GetObject("tipoPersonaValidator.Icon")));
            this.tipoPersonaValidator.Validating += new Gipasoft.Windows.Forms.CustomValidation.CustomValidator.ValidatingEventHandler(this.tipoPersonaValidatorValidating);
            // 
            // DettaglioSoggettoUI
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.ClientSize = new System.Drawing.Size(921, 738);
            this.Name = "DettaglioSoggettoUI";
            this.Text = "Soggetto";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.dettaglioSoggettoUIFormClosing);
            this.Load += new System.EventHandler(this.dettaglioSoggettoUILoad);
            ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManagerStandard)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.standardFormStatus)).EndInit();
            this.MainStandardForm_Fill_Panel.ResumeLayout(false);
            this.ultraTabPageControl3.ResumeLayout(false);
            this.ultraTabPageControl3.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.presso)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.indirizzoResidenzaBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.civico)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.indirizzo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.localita)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cap)).EndInit();
            this.ultraTabPageControl5.ResumeLayout(false);
            this.ultraTabPageControl5.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.domicilioPresso)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.domicilioBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.domicilioCivico)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.domicilioIndirizzo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.domicilioLocalita)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.capDomicilio)).EndInit();
            this.ultraTabPageControl4.ResumeLayout(false);
            this.ultraTabPageControl4.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pressoRecapito)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.recapitoBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.civicoRecapito)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.indirizzoRecapito)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.localitaRecapito)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.capRecapito)).EndInit();
            this.ultraTabPageControl1.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.contattiGroup)).EndInit();
            this.contattiGroup.ResumeLayout(false);
            this.panelDatiNascita.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.groupAutenticazione)).EndInit();
            this.groupAutenticazione.ResumeLayout(false);
            this.groupAutenticazione.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.password)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.soggettoBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.utente)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupDatiNascita)).EndInit();
            this.groupDatiNascita.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.datiContrattoGroup)).EndInit();
            this.datiContrattoGroup.ResumeLayout(false);
            this.datiContrattoGroup.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.titolo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.domicilioCap)).EndInit();
            this.domicilioCap.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.partitaIva)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ragioneSociale)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoPersona)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cognome)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nome)).EndInit();
            this.ultraTabPageControl2.ResumeLayout(false);
            this.ultraTabPageControl2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.note)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.mainTabControl)).EndInit();
            this.mainTabControl.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
      /// <summary> 
      /// Required method for Designer support - do not modify 
      /// the contents of this method with the code editor.
      /// </summary>
      private void InitializeComponent() {
         Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
         Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
         Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
         Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
         Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
         this._optionToggle = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
         this._label = new Infragistics.Win.Misc.UltraLabel();
         this._valueLabel = new Infragistics.Win.Misc.UltraLabel();
         this._internalEdit = new Infragistics.Win.Misc.UltraButton();
         ((System.ComponentModel.ISupportInitialize)(this._optionToggle)).BeginInit();
         this.SuspendLayout();
         // 
         // _optionToggle
         // 
         this._optionToggle.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
         this._optionToggle.CheckedIndex = 0;
         this._optionToggle.GlyphStyle = Infragistics.Win.GlyphStyle.Office2007;
         valueListItem1.DataValue = "ItemOne";
         valueListItem1.DisplayText = "ItemOne";
         valueListItem2.DataValue = "ItemTwo";
         valueListItem2.DisplayText = "ItemTwo";
         this._optionToggle.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem1,
            valueListItem2});
         this._optionToggle.ItemSpacingHorizontal = 20;
         this._optionToggle.ItemSpacingVertical = 8;
         this._optionToggle.Location = new System.Drawing.Point(106, 0);
         this._optionToggle.Name = "_optionToggle";
         this._optionToggle.Size = new System.Drawing.Size(224, 21);
         this._optionToggle.TabIndex = 0;
         this._optionToggle.Text = "ItemOne";
         this._optionToggle.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
         this._optionToggle.Click += new System.EventHandler(this.OnOptionToggleClick);
         this._optionToggle.ValueChanged += new System.EventHandler(this.OnValueChanged);
         // 
         // _label
         // 
         appearance3.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
         appearance3.TextVAlignAsString = "Middle";
         this._label.Appearance = appearance3;
         this._label.Location = new System.Drawing.Point(3, 0);
         this._label.Name = "_label";
         this._label.Size = new System.Drawing.Size(100, 21);
         this._label.TabIndex = 2;
         this._label.Text = "Label";
         this._label.WrapText = false;
         // 
         // _valueLabel
         // 
         this._valueLabel.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)));
         appearance5.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
         appearance5.TextVAlignAsString = "Middle";
         this._valueLabel.Appearance = appearance5;
         this._valueLabel.Location = new System.Drawing.Point(106, 0);
         this._valueLabel.Name = "_valueLabel";
         this._valueLabel.Size = new System.Drawing.Size(224, 21);
         this._valueLabel.TabIndex = 4;
         this._valueLabel.Text = "Value Label";
         this._valueLabel.Visible = false;
         this._valueLabel.WrapText = false;
         // 
         // _internalEdit
         // 
         this._internalEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
         appearance1.BorderColor = System.Drawing.Color.Transparent;
         appearance1.Image = global::XF.Controls.Properties.Resources.edit_16;
         this._internalEdit.Appearance = appearance1;
         this._internalEdit.ButtonStyle = Infragistics.Win.UIElementButtonStyle.FlatBorderless;
         this._internalEdit.Location = new System.Drawing.Point(329, 0);
         this._internalEdit.Name = "_internalEdit";
         this._internalEdit.ShowOutline = false;
         this._internalEdit.Size = new System.Drawing.Size(21, 22);
         this._internalEdit.TabIndex = 7;
         this._internalEdit.UseAppStyling = false;
         this._internalEdit.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
         this._internalEdit.Visible = false;
         this._internalEdit.Click += new System.EventHandler(this.OnEditClick);
         // 
         // EditableOptionToggle
         // 
         this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
         this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
         this.Controls.Add(this._internalEdit);
         this.Controls.Add(this._label);
         this.Controls.Add(this._optionToggle);
         this.Controls.Add(this._valueLabel);
         this.Name = "EditableOptionToggle";
         this.Size = new System.Drawing.Size(350, 24);
         ((System.ComponentModel.ISupportInitialize)(this._optionToggle)).EndInit();
         this.ResumeLayout(false);

      }
Example #58
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.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem4 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem5 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            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.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem7 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
            Infragistics.Win.ValueListItem valueListItem8 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
            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(OpzioniUI));
            Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
            this.opzioniBar = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
            this.iconeGroup = new Infragistics.Win.Misc.UltraGroupBox();
            this.lblIconeMenu = new Infragistics.Win.Misc.UltraLabel();
            this.grandezzaIconeMenu = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
            this.lblIconeToolBar = new Infragistics.Win.Misc.UltraLabel();
            this.grandezzaIconeToolBar = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
            this.stileGroup = new Infragistics.Win.Misc.UltraGroupBox();
            this.lblMenuScomparsa = new Infragistics.Win.Misc.UltraLabel();
            this.menuScomparsa = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.lblStile = new Infragistics.Win.Misc.UltraLabel();
            this.stile = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.opzioni_generali_panel = new System.Windows.Forms.Panel();
            this.btnFreeze = new Infragistics.Win.Misc.UltraButton();
            this.btnTest = new Infragistics.Win.Misc.UltraButton();
            this.btnCancel = new Infragistics.Win.Misc.UltraButton();
            this.btnOk = new Infragistics.Win.Misc.UltraButton();
            this.valSummaryOpzioni = new Gipasoft.Windows.Forms.CustomValidation.ValidationSummary(this.components);
            this.reqStile = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.funzioni_modelli_panel = new System.Windows.Forms.Panel();
            this.ricalcoloGroup = new Infragistics.Win.Misc.UltraGroupBox();
            this.btnRicalcoloModelli = new Infragistics.Win.Misc.UltraButton();
            this.lblRicalcoloModelli = new Infragistics.Win.FormattedLinkLabel.UltraFormattedLinkLabel();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.panelControlli = new System.Windows.Forms.Panel();
            this.condomini_panel = new System.Windows.Forms.Panel();
            this.btnRicalcoloAbiCab = new Infragistics.Win.Misc.UltraButton();
            this.aggiornamentoDescrizioneUnitaGroup = new Infragistics.Win.Misc.UltraGroupBox();
            this.sceltaAllUnita = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
            this.sceltaCondominioCombo1 = new Gipasoft.Stabili.UI.Library.SceltaCondominioCombo();
            this.lblCondominio = new Infragistics.Win.Misc.UltraLabel();
            this.btnAggiornamentoDescrizioneUnita = new Infragistics.Win.Misc.UltraButton();
            this.aggiornamentoAbiCabGroupBox = new Infragistics.Win.Misc.UltraGroupBox();
            this.nuovoCab = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblNuovoCab = new Infragistics.Win.Misc.UltraLabel();
            this.nuovoAbi = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblNuovoAbi = new Infragistics.Win.Misc.UltraLabel();
            this.vecchioCab = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblVecchioCab = new Infragistics.Win.Misc.UltraLabel();
            this.vecchioAbi = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblOldAbi = new Infragistics.Win.Misc.UltraLabel();
            this.btnAggiornamentoAbiCab1 = new Infragistics.Win.Misc.UltraButton();
            this.messaggi_panel = new System.Windows.Forms.Panel();
            this.controlloRapportiniGroup = new Infragistics.Win.Misc.UltraGroupBox();
            this.btnControlloRapportini = new Infragistics.Win.Misc.UltraButton();
            this.lblControlloRapportini = new Infragistics.Win.FormattedLinkLabel.UltraFormattedLinkLabel();
            this.funzioni_conti_panel = new System.Windows.Forms.Panel();
            this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
            this.ultraFormattedLinkLabel1 = new Infragistics.Win.FormattedLinkLabel.UltraFormattedLinkLabel();
            this.btnEliminaMillesimiDoppi = new Infragistics.Win.Misc.UltraButton();
            this.importazioneContiGroup = new Infragistics.Win.Misc.UltraGroupBox();
            this.btnImportazioneConti = new Infragistics.Win.Misc.UltraButton();
            this.lblImportazionePianoConti = new Infragistics.Win.FormattedLinkLabel.UltraFormattedLinkLabel();
            this.btnCalcoloStatoSpese = new Infragistics.Win.Misc.UltraButton();
            ((System.ComponentModel.ISupportInitialize)(this.opzioniBar)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.iconeGroup)).BeginInit();
            this.iconeGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.grandezzaIconeMenu)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.grandezzaIconeToolBar)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.stileGroup)).BeginInit();
            this.stileGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.menuScomparsa)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.stile)).BeginInit();
            this.opzioni_generali_panel.SuspendLayout();
            this.funzioni_modelli_panel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ricalcoloGroup)).BeginInit();
            this.ricalcoloGroup.SuspendLayout();
            this.tableLayoutPanel1.SuspendLayout();
            this.panelControlli.SuspendLayout();
            this.condomini_panel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.aggiornamentoDescrizioneUnitaGroup)).BeginInit();
            this.aggiornamentoDescrizioneUnitaGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.sceltaAllUnita)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.aggiornamentoAbiCabGroupBox)).BeginInit();
            this.aggiornamentoAbiCabGroupBox.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nuovoCab)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nuovoAbi)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.vecchioCab)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.vecchioAbi)).BeginInit();
            this.messaggi_panel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.controlloRapportiniGroup)).BeginInit();
            this.controlloRapportiniGroup.SuspendLayout();
            this.funzioni_conti_panel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
            this.ultraGroupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.importazioneContiGroup)).BeginInit();
            this.importazioneContiGroup.SuspendLayout();
            this.SuspendLayout();
            // 
            // opzioniBar
            // 
            this.opzioniBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.opzioniBar.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            ultraExplorerBarItem1.Key = "Generali";
            appearance1.Image = global::Gipasoft.Stabili.UI.Opzioni.OpzioniResources.opzioni_large;
            ultraExplorerBarItem1.Settings.AppearancesLarge.Appearance = appearance1;
            appearance2.Image = global::Gipasoft.Stabili.UI.Opzioni.OpzioniResources.opzioni_small;
            ultraExplorerBarItem1.Settings.AppearancesSmall.Appearance = appearance2;
            ultraExplorerBarItem1.Text = "Generali";
            ultraExplorerBarGroup1.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
            ultraExplorerBarItem1});
            ultraExplorerBarGroup1.Text = "Opzioni";
            ultraExplorerBarItem2.Key = "modelli";
            appearance3.Image = global::Gipasoft.Stabili.UI.Opzioni.OpzioniResources.modelli_large;
            ultraExplorerBarItem2.Settings.AppearancesLarge.Appearance = appearance3;
            appearance4.Image = global::Gipasoft.Stabili.UI.Opzioni.OpzioniResources.modelli_small;
            ultraExplorerBarItem2.Settings.AppearancesSmall.Appearance = appearance4;
            ultraExplorerBarItem2.Text = "Modelli";
            ultraExplorerBarItem3.Key = "conti";
            appearance5.Image = global::Gipasoft.Stabili.UI.Opzioni.OpzioniResources.pianoconti_large;
            ultraExplorerBarItem3.Settings.AppearancesLarge.Appearance = appearance5;
            appearance6.Image = global::Gipasoft.Stabili.UI.Opzioni.OpzioniResources.pianoconti_small;
            ultraExplorerBarItem3.Settings.AppearancesSmall.Appearance = appearance6;
            ultraExplorerBarItem3.Text = "Conti";
            ultraExplorerBarItem4.Key = "messaggi";
            appearance7.Image = global::Gipasoft.Stabili.UI.Opzioni.OpzioniResources.message_large;
            ultraExplorerBarItem4.Settings.AppearancesLarge.Appearance = appearance7;
            appearance8.Image = global::Gipasoft.Stabili.UI.Opzioni.OpzioniResources.message_small;
            ultraExplorerBarItem4.Settings.AppearancesSmall.Appearance = appearance8;
            ultraExplorerBarItem4.Text = "Messaggi";
            ultraExplorerBarItem5.Key = "condomini";
            appearance9.Image = global::Gipasoft.Stabili.UI.Opzioni.OpzioniResources.stabile_large;
            ultraExplorerBarItem5.Settings.AppearancesLarge.Appearance = appearance9;
            appearance10.Image = global::Gipasoft.Stabili.UI.Opzioni.OpzioniResources.stabile_small;
            ultraExplorerBarItem5.Settings.AppearancesSmall.Appearance = appearance10;
            ultraExplorerBarItem5.Text = "Condomini";
            ultraExplorerBarGroup2.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
            ultraExplorerBarItem2,
            ultraExplorerBarItem3,
            ultraExplorerBarItem4,
            ultraExplorerBarItem5});
            ultraExplorerBarGroup2.Key = "funzioni";
            ultraExplorerBarGroup2.Text = "Funzioni";
            this.opzioniBar.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
            ultraExplorerBarGroup1,
            ultraExplorerBarGroup2});
            this.opzioniBar.Location = new System.Drawing.Point(3, 3);
            this.opzioniBar.Name = "opzioniBar";
            this.opzioniBar.Size = new System.Drawing.Size(124, 360);
            this.opzioniBar.TabIndex = 0;
            this.opzioniBar.UseOsThemes = Infragistics.Win.DefaultableBoolean.True;
            this.opzioniBar.ItemClick += new Infragistics.Win.UltraWinExplorerBar.ItemClickEventHandler(this.opzioniBarItemClick);
            // 
            // iconeGroup
            // 
            this.iconeGroup.Controls.Add(this.lblIconeMenu);
            this.iconeGroup.Controls.Add(this.grandezzaIconeMenu);
            this.iconeGroup.Controls.Add(this.lblIconeToolBar);
            this.iconeGroup.Controls.Add(this.grandezzaIconeToolBar);
            this.iconeGroup.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Dashed;
            this.iconeGroup.Location = new System.Drawing.Point(8, 3);
            this.iconeGroup.Name = "iconeGroup";
            this.iconeGroup.Size = new System.Drawing.Size(420, 81);
            this.iconeGroup.TabIndex = 1;
            this.iconeGroup.Text = "Icone";
            // 
            // lblIconeMenu
            // 
            appearance11.TextVAlignAsString = "Middle";
            this.lblIconeMenu.Appearance = appearance11;
            this.lblIconeMenu.Location = new System.Drawing.Point(6, 54);
            this.lblIconeMenu.Name = "lblIconeMenu";
            this.lblIconeMenu.Size = new System.Drawing.Size(56, 23);
            this.lblIconeMenu.TabIndex = 4;
            this.lblIconeMenu.Text = "Menu";
            // 
            // grandezzaIconeMenu
            // 
            this.grandezzaIconeMenu.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
            this.grandezzaIconeMenu.CheckedIndex = 0;
            valueListItem1.DataValue = "Default";
            valueListItem1.DisplayText = "Default";
            valueListItem2.DataValue = "Large";
            valueListItem2.DisplayText = "Grandi";
            valueListItem7.DataValue = "Small";
            valueListItem7.DisplayText = "Piccole";
            this.grandezzaIconeMenu.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem1,
            valueListItem2,
            valueListItem7});
            this.grandezzaIconeMenu.ItemSpacingHorizontal = 30;
            this.grandezzaIconeMenu.Location = new System.Drawing.Point(81, 57);
            this.grandezzaIconeMenu.Name = "grandezzaIconeMenu";
            this.grandezzaIconeMenu.Size = new System.Drawing.Size(250, 20);
            this.grandezzaIconeMenu.TabIndex = 3;
            this.grandezzaIconeMenu.Text = "Default";
            this.grandezzaIconeMenu.TextIndentation = 2;
            // 
            // lblIconeToolBar
            // 
            appearance12.TextVAlignAsString = "Middle";
            this.lblIconeToolBar.Appearance = appearance12;
            this.lblIconeToolBar.Location = new System.Drawing.Point(6, 28);
            this.lblIconeToolBar.Name = "lblIconeToolBar";
            this.lblIconeToolBar.Size = new System.Drawing.Size(56, 23);
            this.lblIconeToolBar.TabIndex = 2;
            this.lblIconeToolBar.Text = "Toolbar";
            // 
            // grandezzaIconeToolBar
            // 
            this.grandezzaIconeToolBar.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
            this.grandezzaIconeToolBar.CheckedIndex = 0;
            valueListItem8.DataValue = "Default";
            valueListItem8.DisplayText = "Default";
            valueListItem5.DataValue = "Large";
            valueListItem5.DisplayText = "Grandi";
            valueListItem6.DataValue = "Small";
            valueListItem6.DisplayText = "Piccole";
            this.grandezzaIconeToolBar.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem8,
            valueListItem5,
            valueListItem6});
            this.grandezzaIconeToolBar.ItemSpacingHorizontal = 30;
            this.grandezzaIconeToolBar.Location = new System.Drawing.Point(81, 31);
            this.grandezzaIconeToolBar.Name = "grandezzaIconeToolBar";
            this.grandezzaIconeToolBar.Size = new System.Drawing.Size(250, 20);
            this.grandezzaIconeToolBar.TabIndex = 0;
            this.grandezzaIconeToolBar.Text = "Default";
            this.grandezzaIconeToolBar.TextIndentation = 2;
            // 
            // stileGroup
            // 
            this.stileGroup.Controls.Add(this.lblMenuScomparsa);
            this.stileGroup.Controls.Add(this.menuScomparsa);
            this.stileGroup.Controls.Add(this.lblStile);
            this.stileGroup.Controls.Add(this.stile);
            this.stileGroup.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Dashed;
            this.stileGroup.Location = new System.Drawing.Point(8, 90);
            this.stileGroup.Name = "stileGroup";
            this.stileGroup.Size = new System.Drawing.Size(420, 93);
            this.stileGroup.TabIndex = 2;
            this.stileGroup.Text = "Stile";
            // 
            // lblMenuScomparsa
            // 
            appearance13.TextVAlignAsString = "Middle";
            this.lblMenuScomparsa.Appearance = appearance13;
            this.lblMenuScomparsa.Location = new System.Drawing.Point(6, 59);
            this.lblMenuScomparsa.Name = "lblMenuScomparsa";
            this.lblMenuScomparsa.Size = new System.Drawing.Size(106, 23);
            this.lblMenuScomparsa.TabIndex = 3;
            this.lblMenuScomparsa.Text = "Menu a scomparsa";
            // 
            // menuScomparsa
            // 
            this.menuScomparsa.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.menuScomparsa.Location = new System.Drawing.Point(118, 58);
            this.menuScomparsa.Name = "menuScomparsa";
            this.menuScomparsa.Size = new System.Drawing.Size(284, 21);
            this.menuScomparsa.TabIndex = 2;
            // 
            // lblStile
            // 
            appearance14.TextVAlignAsString = "Middle";
            this.lblStile.Appearance = appearance14;
            this.lblStile.Location = new System.Drawing.Point(6, 31);
            this.lblStile.Name = "lblStile";
            this.lblStile.Size = new System.Drawing.Size(83, 23);
            this.lblStile.TabIndex = 1;
            this.lblStile.Text = "Stile";
            // 
            // stile
            // 
            this.stile.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.stile.Location = new System.Drawing.Point(118, 31);
            this.stile.Name = "stile";
            this.stile.Size = new System.Drawing.Size(284, 21);
            this.stile.TabIndex = 0;
            // 
            // opzioni_generali_panel
            // 
            this.opzioni_generali_panel.Controls.Add(this.btnFreeze);
            this.opzioni_generali_panel.Controls.Add(this.btnTest);
            this.opzioni_generali_panel.Controls.Add(this.btnCancel);
            this.opzioni_generali_panel.Controls.Add(this.btnOk);
            this.opzioni_generali_panel.Controls.Add(this.iconeGroup);
            this.opzioni_generali_panel.Controls.Add(this.stileGroup);
            this.opzioni_generali_panel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.opzioni_generali_panel.Location = new System.Drawing.Point(0, 0);
            this.opzioni_generali_panel.Name = "opzioni_generali_panel";
            this.opzioni_generali_panel.Size = new System.Drawing.Size(433, 360);
            this.opzioni_generali_panel.TabIndex = 3;
            // 
            // btnFreeze
            // 
            this.btnFreeze.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnFreeze.CausesValidation = false;
            this.btnFreeze.Location = new System.Drawing.Point(272, 328);
            this.btnFreeze.Name = "btnFreeze";
            this.btnFreeze.Size = new System.Drawing.Size(75, 23);
            this.btnFreeze.TabIndex = 6;
            this.btnFreeze.Text = "Freeze";
            this.btnFreeze.Visible = false;
            this.btnFreeze.Click += new System.EventHandler(this.btnFreezeClick);
            // 
            // btnTest
            // 
            this.btnTest.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnTest.CausesValidation = false;
            this.btnTest.Location = new System.Drawing.Point(353, 328);
            this.btnTest.Name = "btnTest";
            this.btnTest.Size = new System.Drawing.Size(75, 23);
            this.btnTest.TabIndex = 5;
            this.btnTest.Text = "Test";
            this.btnTest.Visible = false;
            this.btnTest.Click += new System.EventHandler(this.btnTestClick);
            // 
            // btnCancel
            // 
            this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnCancel.CausesValidation = false;
            this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btnCancel.Location = new System.Drawing.Point(84, 328);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(75, 23);
            this.btnCancel.TabIndex = 4;
            this.btnCancel.Text = "Annulla";
            this.btnCancel.Click += new System.EventHandler(this.btnCancelClick);
            // 
            // btnOk
            // 
            this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.btnOk.Location = new System.Drawing.Point(3, 328);
            this.btnOk.Name = "btnOk";
            this.btnOk.Size = new System.Drawing.Size(75, 23);
            this.btnOk.TabIndex = 3;
            this.btnOk.Text = "Ok";
            this.btnOk.Click += new System.EventHandler(this.btnOkClick);
            // 
            // reqStile
            // 
            this.reqStile.ControlToValidate = this.stile;
            this.reqStile.ErrorMessage = "Scegliere uno stile";
            this.reqStile.Icon = ((System.Drawing.Icon)(resources.GetObject("reqStile.Icon")));
            // 
            // funzioni_modelli_panel
            // 
            this.funzioni_modelli_panel.Controls.Add(this.ricalcoloGroup);
            this.funzioni_modelli_panel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.funzioni_modelli_panel.Location = new System.Drawing.Point(0, 0);
            this.funzioni_modelli_panel.Name = "funzioni_modelli_panel";
            this.funzioni_modelli_panel.Size = new System.Drawing.Size(433, 360);
            this.funzioni_modelli_panel.TabIndex = 7;
            this.funzioni_modelli_panel.Visible = false;
            // 
            // ricalcoloGroup
            // 
            this.ricalcoloGroup.Controls.Add(this.btnRicalcoloModelli);
            this.ricalcoloGroup.Controls.Add(this.lblRicalcoloModelli);
            this.ricalcoloGroup.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Dashed;
            this.ricalcoloGroup.Location = new System.Drawing.Point(7, 12);
            this.ricalcoloGroup.Name = "ricalcoloGroup";
            this.ricalcoloGroup.Size = new System.Drawing.Size(421, 111);
            this.ricalcoloGroup.TabIndex = 0;
            this.ricalcoloGroup.Text = "Ricalcolo Modelli";
            // 
            // btnRicalcoloModelli
            // 
            this.btnRicalcoloModelli.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.btnRicalcoloModelli.Location = new System.Drawing.Point(7, 75);
            this.btnRicalcoloModelli.Name = "btnRicalcoloModelli";
            this.btnRicalcoloModelli.Size = new System.Drawing.Size(407, 23);
            this.btnRicalcoloModelli.TabIndex = 1;
            this.btnRicalcoloModelli.Text = "Ricalcolo Modelli";
            this.btnRicalcoloModelli.Click += new System.EventHandler(this.btnRicalcoloModelliClick);
            // 
            // lblRicalcoloModelli
            // 
            this.lblRicalcoloModelli.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.lblRicalcoloModelli.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
            this.lblRicalcoloModelli.Location = new System.Drawing.Point(7, 22);
            this.lblRicalcoloModelli.Name = "lblRicalcoloModelli";
            this.lblRicalcoloModelli.Size = new System.Drawing.Size(407, 50);
            this.lblRicalcoloModelli.TabIndex = 0;
            this.lblRicalcoloModelli.TabStop = true;
            this.lblRicalcoloModelli.Value = resources.GetString("lblRicalcoloModelli.Value");
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.ColumnCount = 2;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 130F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.Controls.Add(this.opzioniBar, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.panelControlli, 1, 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 = 1;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(569, 366);
            this.tableLayoutPanel1.TabIndex = 8;
            // 
            // panelControlli
            // 
            this.panelControlli.Controls.Add(this.condomini_panel);
            this.panelControlli.Controls.Add(this.messaggi_panel);
            this.panelControlli.Controls.Add(this.funzioni_conti_panel);
            this.panelControlli.Controls.Add(this.funzioni_modelli_panel);
            this.panelControlli.Controls.Add(this.opzioni_generali_panel);
            this.panelControlli.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelControlli.Location = new System.Drawing.Point(133, 3);
            this.panelControlli.Name = "panelControlli";
            this.panelControlli.Size = new System.Drawing.Size(433, 360);
            this.panelControlli.TabIndex = 1;
            // 
            // condomini_panel
            // 
            this.condomini_panel.Controls.Add(this.btnCalcoloStatoSpese);
            this.condomini_panel.Controls.Add(this.btnRicalcoloAbiCab);
            this.condomini_panel.Controls.Add(this.aggiornamentoDescrizioneUnitaGroup);
            this.condomini_panel.Controls.Add(this.aggiornamentoAbiCabGroupBox);
            this.condomini_panel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.condomini_panel.Location = new System.Drawing.Point(0, 0);
            this.condomini_panel.Name = "condomini_panel";
            this.condomini_panel.Size = new System.Drawing.Size(433, 360);
            this.condomini_panel.TabIndex = 10;
            this.condomini_panel.Visible = false;
            // 
            // btnRicalcoloAbiCab
            // 
            this.btnRicalcoloAbiCab.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.btnRicalcoloAbiCab.Location = new System.Drawing.Point(15, 144);
            this.btnRicalcoloAbiCab.Name = "btnRicalcoloAbiCab";
            this.btnRicalcoloAbiCab.Size = new System.Drawing.Size(407, 23);
            this.btnRicalcoloAbiCab.TabIndex = 10;
            this.btnRicalcoloAbiCab.Text = "Ricalcolo IBAN";
            this.btnRicalcoloAbiCab.Click += new System.EventHandler(this.btnRicalcoloAbiCab_Click);
            // 
            // aggiornamentoDescrizioneUnitaGroup
            // 
            this.aggiornamentoDescrizioneUnitaGroup.Controls.Add(this.sceltaAllUnita);
            this.aggiornamentoDescrizioneUnitaGroup.Controls.Add(this.sceltaCondominioCombo1);
            this.aggiornamentoDescrizioneUnitaGroup.Controls.Add(this.lblCondominio);
            this.aggiornamentoDescrizioneUnitaGroup.Controls.Add(this.btnAggiornamentoDescrizioneUnita);
            this.aggiornamentoDescrizioneUnitaGroup.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Dashed;
            this.aggiornamentoDescrizioneUnitaGroup.Location = new System.Drawing.Point(7, 178);
            this.aggiornamentoDescrizioneUnitaGroup.Name = "aggiornamentoDescrizioneUnitaGroup";
            this.aggiornamentoDescrizioneUnitaGroup.Size = new System.Drawing.Size(421, 117);
            this.aggiornamentoDescrizioneUnitaGroup.TabIndex = 3;
            this.aggiornamentoDescrizioneUnitaGroup.Text = "Aggiornamento Massivo descrizione Unità Immobiliare";
            // 
            // sceltaAllUnita
            // 
            this.sceltaAllUnita.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
            this.sceltaAllUnita.CheckedIndex = 0;
            valueListItem3.CheckState = System.Windows.Forms.CheckState.Checked;
            valueListItem3.DataValue = "N";
            valueListItem3.DisplayText = "Solo le unità con modello di descrizione";
            valueListItem4.DataValue = "A";
            valueListItem4.DisplayText = "Tutte le unità";
            this.sceltaAllUnita.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem3,
            valueListItem4});
            this.sceltaAllUnita.ItemSpacingHorizontal = 10;
            this.sceltaAllUnita.Location = new System.Drawing.Point(77, 58);
            this.sceltaAllUnita.Name = "sceltaAllUnita";
            this.sceltaAllUnita.Size = new System.Drawing.Size(336, 20);
            this.sceltaAllUnita.TabIndex = 12;
            this.sceltaAllUnita.Text = "Solo le unità con modello di descrizione";
            // 
            // sceltaCondominioCombo1
            // 
            this.sceltaCondominioCombo1.IdCondominioSelected = 0;
            this.sceltaCondominioCombo1.Location = new System.Drawing.Point(77, 31);
            this.sceltaCondominioCombo1.Name = "sceltaCondominioCombo1";
            this.sceltaCondominioCombo1.Size = new System.Drawing.Size(337, 21);
            this.sceltaCondominioCombo1.TabIndex = 11;
            // 
            // lblCondominio
            // 
            this.lblCondominio.Location = new System.Drawing.Point(8, 31);
            this.lblCondominio.Name = "lblCondominio";
            this.lblCondominio.Size = new System.Drawing.Size(68, 23);
            this.lblCondominio.TabIndex = 2;
            this.lblCondominio.Text = "Condominio";
            // 
            // btnAggiornamentoDescrizioneUnita
            // 
            this.btnAggiornamentoDescrizioneUnita.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.btnAggiornamentoDescrizioneUnita.Location = new System.Drawing.Point(8, 86);
            this.btnAggiornamentoDescrizioneUnita.Name = "btnAggiornamentoDescrizioneUnita";
            this.btnAggiornamentoDescrizioneUnita.Size = new System.Drawing.Size(407, 23);
            this.btnAggiornamentoDescrizioneUnita.TabIndex = 1;
            this.btnAggiornamentoDescrizioneUnita.Text = "Aggiornamento Descrizione Unità Immobiliare";
            this.btnAggiornamentoDescrizioneUnita.Click += new System.EventHandler(this.btnAggiornamentoDescrizioneUnita_Click);
            // 
            // aggiornamentoAbiCabGroupBox
            // 
            this.aggiornamentoAbiCabGroupBox.Controls.Add(this.nuovoCab);
            this.aggiornamentoAbiCabGroupBox.Controls.Add(this.lblNuovoCab);
            this.aggiornamentoAbiCabGroupBox.Controls.Add(this.nuovoAbi);
            this.aggiornamentoAbiCabGroupBox.Controls.Add(this.lblNuovoAbi);
            this.aggiornamentoAbiCabGroupBox.Controls.Add(this.vecchioCab);
            this.aggiornamentoAbiCabGroupBox.Controls.Add(this.lblVecchioCab);
            this.aggiornamentoAbiCabGroupBox.Controls.Add(this.vecchioAbi);
            this.aggiornamentoAbiCabGroupBox.Controls.Add(this.lblOldAbi);
            this.aggiornamentoAbiCabGroupBox.Controls.Add(this.btnAggiornamentoAbiCab1);
            this.aggiornamentoAbiCabGroupBox.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Dashed;
            this.aggiornamentoAbiCabGroupBox.Location = new System.Drawing.Point(7, 12);
            this.aggiornamentoAbiCabGroupBox.Name = "aggiornamentoAbiCabGroupBox";
            this.aggiornamentoAbiCabGroupBox.Size = new System.Drawing.Size(421, 121);
            this.aggiornamentoAbiCabGroupBox.TabIndex = 0;
            this.aggiornamentoAbiCabGroupBox.Text = "Aggiornamento Massivo Abi Cab";
            // 
            // nuovoCab
            // 
            this.nuovoCab.Location = new System.Drawing.Point(280, 54);
            this.nuovoCab.Name = "nuovoCab";
            this.nuovoCab.Size = new System.Drawing.Size(100, 21);
            this.nuovoCab.TabIndex = 9;
            // 
            // lblNuovoCab
            // 
            this.lblNuovoCab.Location = new System.Drawing.Point(206, 58);
            this.lblNuovoCab.Name = "lblNuovoCab";
            this.lblNuovoCab.Size = new System.Drawing.Size(68, 23);
            this.lblNuovoCab.TabIndex = 8;
            this.lblNuovoCab.Text = "Nuovo Cab";
            // 
            // nuovoAbi
            // 
            this.nuovoAbi.Location = new System.Drawing.Point(82, 54);
            this.nuovoAbi.Name = "nuovoAbi";
            this.nuovoAbi.Size = new System.Drawing.Size(100, 21);
            this.nuovoAbi.TabIndex = 7;
            // 
            // lblNuovoAbi
            // 
            this.lblNuovoAbi.Location = new System.Drawing.Point(8, 58);
            this.lblNuovoAbi.Name = "lblNuovoAbi";
            this.lblNuovoAbi.Size = new System.Drawing.Size(68, 23);
            this.lblNuovoAbi.TabIndex = 6;
            this.lblNuovoAbi.Text = "Nuovo Abi";
            // 
            // vecchioCab
            // 
            this.vecchioCab.Location = new System.Drawing.Point(280, 27);
            this.vecchioCab.Name = "vecchioCab";
            this.vecchioCab.Size = new System.Drawing.Size(100, 21);
            this.vecchioCab.TabIndex = 5;
            // 
            // lblVecchioCab
            // 
            this.lblVecchioCab.Location = new System.Drawing.Point(206, 31);
            this.lblVecchioCab.Name = "lblVecchioCab";
            this.lblVecchioCab.Size = new System.Drawing.Size(68, 23);
            this.lblVecchioCab.TabIndex = 4;
            this.lblVecchioCab.Text = "Vecchio Cab";
            // 
            // vecchioAbi
            // 
            this.vecchioAbi.Location = new System.Drawing.Point(82, 27);
            this.vecchioAbi.Name = "vecchioAbi";
            this.vecchioAbi.Size = new System.Drawing.Size(100, 21);
            this.vecchioAbi.TabIndex = 3;
            // 
            // lblOldAbi
            // 
            this.lblOldAbi.Location = new System.Drawing.Point(8, 31);
            this.lblOldAbi.Name = "lblOldAbi";
            this.lblOldAbi.Size = new System.Drawing.Size(68, 23);
            this.lblOldAbi.TabIndex = 2;
            this.lblOldAbi.Text = "Vecchio Abi";
            // 
            // btnAggiornamentoAbiCab1
            // 
            this.btnAggiornamentoAbiCab1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.btnAggiornamentoAbiCab1.Location = new System.Drawing.Point(8, 87);
            this.btnAggiornamentoAbiCab1.Name = "btnAggiornamentoAbiCab1";
            this.btnAggiornamentoAbiCab1.Size = new System.Drawing.Size(407, 23);
            this.btnAggiornamentoAbiCab1.TabIndex = 1;
            this.btnAggiornamentoAbiCab1.Text = "Aggiornamento Abi Cab";
            this.btnAggiornamentoAbiCab1.Click += new System.EventHandler(this.btnAggiornamentoAbiCab_Click);
            // 
            // messaggi_panel
            // 
            this.messaggi_panel.Controls.Add(this.controlloRapportiniGroup);
            this.messaggi_panel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.messaggi_panel.Location = new System.Drawing.Point(0, 0);
            this.messaggi_panel.Name = "messaggi_panel";
            this.messaggi_panel.Size = new System.Drawing.Size(433, 360);
            this.messaggi_panel.TabIndex = 9;
            this.messaggi_panel.Visible = false;
            // 
            // controlloRapportiniGroup
            // 
            this.controlloRapportiniGroup.Controls.Add(this.btnControlloRapportini);
            this.controlloRapportiniGroup.Controls.Add(this.lblControlloRapportini);
            this.controlloRapportiniGroup.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Dashed;
            this.controlloRapportiniGroup.Location = new System.Drawing.Point(7, 12);
            this.controlloRapportiniGroup.Name = "controlloRapportiniGroup";
            this.controlloRapportiniGroup.Size = new System.Drawing.Size(421, 236);
            this.controlloRapportiniGroup.TabIndex = 0;
            this.controlloRapportiniGroup.Text = "Controllo Ricevuta di ritorno";
            // 
            // btnControlloRapportini
            // 
            this.btnControlloRapportini.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.btnControlloRapportini.Location = new System.Drawing.Point(6, 207);
            this.btnControlloRapportini.Name = "btnControlloRapportini";
            this.btnControlloRapportini.Size = new System.Drawing.Size(407, 23);
            this.btnControlloRapportini.TabIndex = 1;
            this.btnControlloRapportini.Text = "Controllo Ricevute / Rapportini";
            this.btnControlloRapportini.Click += new System.EventHandler(this.btnControlloRapportini_Click);
            // 
            // lblControlloRapportini
            // 
            this.lblControlloRapportini.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            appearance15.FontData.BoldAsString = "False";
            appearance15.FontData.ItalicAsString = "False";
            appearance15.FontData.Name = "Microsoft Sans Serif";
            appearance15.FontData.SizeInPoints = 8.25F;
            appearance15.FontData.StrikeoutAsString = "False";
            appearance15.FontData.UnderlineAsString = "False";
            this.lblControlloRapportini.Appearance = appearance15;
            this.lblControlloRapportini.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
            this.lblControlloRapportini.Location = new System.Drawing.Point(7, 22);
            this.lblControlloRapportini.Name = "lblControlloRapportini";
            this.lblControlloRapportini.Size = new System.Drawing.Size(407, 179);
            this.lblControlloRapportini.TabIndex = 0;
            this.lblControlloRapportini.TabStop = true;
            this.lblControlloRapportini.Value = resources.GetString("lblControlloRapportini.Value");
            // 
            // funzioni_conti_panel
            // 
            this.funzioni_conti_panel.Controls.Add(this.ultraGroupBox1);
            this.funzioni_conti_panel.Controls.Add(this.importazioneContiGroup);
            this.funzioni_conti_panel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.funzioni_conti_panel.Location = new System.Drawing.Point(0, 0);
            this.funzioni_conti_panel.Name = "funzioni_conti_panel";
            this.funzioni_conti_panel.Size = new System.Drawing.Size(433, 360);
            this.funzioni_conti_panel.TabIndex = 8;
            this.funzioni_conti_panel.Visible = false;
            // 
            // ultraGroupBox1
            // 
            this.ultraGroupBox1.Controls.Add(this.ultraFormattedLinkLabel1);
            this.ultraGroupBox1.Controls.Add(this.btnEliminaMillesimiDoppi);
            this.ultraGroupBox1.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Dashed;
            this.ultraGroupBox1.Location = new System.Drawing.Point(7, 129);
            this.ultraGroupBox1.Name = "ultraGroupBox1";
            this.ultraGroupBox1.Size = new System.Drawing.Size(421, 111);
            this.ultraGroupBox1.TabIndex = 3;
            this.ultraGroupBox1.Text = "Eliminazione Millesimi doppi";
            // 
            // ultraFormattedLinkLabel1
            // 
            this.ultraFormattedLinkLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            appearance16.FontData.BoldAsString = "False";
            appearance16.FontData.ItalicAsString = "False";
            appearance16.FontData.Name = "Microsoft Sans Serif";
            appearance16.FontData.SizeInPoints = 8.25F;
            appearance16.FontData.StrikeoutAsString = "False";
            appearance16.FontData.UnderlineAsString = "False";
            this.ultraFormattedLinkLabel1.Appearance = appearance16;
            this.ultraFormattedLinkLabel1.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
            this.ultraFormattedLinkLabel1.Location = new System.Drawing.Point(7, 22);
            this.ultraFormattedLinkLabel1.Name = "ultraFormattedLinkLabel1";
            this.ultraFormattedLinkLabel1.Size = new System.Drawing.Size(407, 50);
            this.ultraFormattedLinkLabel1.TabIndex = 0;
            this.ultraFormattedLinkLabel1.TabStop = true;
            this.ultraFormattedLinkLabel1.Value = resources.GetString("ultraFormattedLinkLabel1.Value");
            // 
            // btnEliminaMillesimiDoppi
            // 
            this.btnEliminaMillesimiDoppi.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.btnEliminaMillesimiDoppi.Location = new System.Drawing.Point(8, 78);
            this.btnEliminaMillesimiDoppi.Name = "btnEliminaMillesimiDoppi";
            this.btnEliminaMillesimiDoppi.Size = new System.Drawing.Size(407, 23);
            this.btnEliminaMillesimiDoppi.TabIndex = 2;
            this.btnEliminaMillesimiDoppi.Text = "Elimina Millesimi doppi";
            this.btnEliminaMillesimiDoppi.Click += new System.EventHandler(this.btnEliminaMillesimiDoppiClick);
            // 
            // importazioneContiGroup
            // 
            this.importazioneContiGroup.Controls.Add(this.btnImportazioneConti);
            this.importazioneContiGroup.Controls.Add(this.lblImportazionePianoConti);
            this.importazioneContiGroup.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Dashed;
            this.importazioneContiGroup.Location = new System.Drawing.Point(7, 12);
            this.importazioneContiGroup.Name = "importazioneContiGroup";
            this.importazioneContiGroup.Size = new System.Drawing.Size(421, 111);
            this.importazioneContiGroup.TabIndex = 0;
            this.importazioneContiGroup.Text = "Importazione Conti";
            // 
            // btnImportazioneConti
            // 
            this.btnImportazioneConti.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.btnImportazioneConti.Location = new System.Drawing.Point(8, 82);
            this.btnImportazioneConti.Name = "btnImportazioneConti";
            this.btnImportazioneConti.Size = new System.Drawing.Size(407, 23);
            this.btnImportazioneConti.TabIndex = 1;
            this.btnImportazioneConti.Text = "Importazione Conti";
            this.btnImportazioneConti.Click += new System.EventHandler(this.btnImportazioneContiClick);
            // 
            // lblImportazionePianoConti
            // 
            this.lblImportazionePianoConti.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            appearance17.FontData.BoldAsString = "False";
            appearance17.FontData.ItalicAsString = "False";
            appearance17.FontData.Name = "Microsoft Sans Serif";
            appearance17.FontData.SizeInPoints = 8.25F;
            appearance17.FontData.StrikeoutAsString = "False";
            appearance17.FontData.UnderlineAsString = "False";
            this.lblImportazionePianoConti.Appearance = appearance17;
            this.lblImportazionePianoConti.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
            this.lblImportazionePianoConti.Location = new System.Drawing.Point(7, 22);
            this.lblImportazionePianoConti.Name = "lblImportazionePianoConti";
            this.lblImportazionePianoConti.Size = new System.Drawing.Size(407, 50);
            this.lblImportazionePianoConti.TabIndex = 0;
            this.lblImportazionePianoConti.TabStop = true;
            this.lblImportazionePianoConti.Value = resources.GetString("lblImportazionePianoConti.Value");
            // 
            // btnCalcoloStatoSpese
            // 
            this.btnCalcoloStatoSpese.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.btnCalcoloStatoSpese.Location = new System.Drawing.Point(15, 301);
            this.btnCalcoloStatoSpese.Name = "btnCalcoloStatoSpese";
            this.btnCalcoloStatoSpese.Size = new System.Drawing.Size(407, 23);
            this.btnCalcoloStatoSpese.TabIndex = 11;
            this.btnCalcoloStatoSpese.Text = "Calcolo stato spese";
            this.btnCalcoloStatoSpese.Click += new System.EventHandler(this.btnCalcoloStatoSpese_Click);
            // 
            // OpzioniUI
            // 
            this.AcceptButton = this.btnOk;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.White;
            this.CancelButton = this.btnCancel;
            this.ClientSize = new System.Drawing.Size(569, 366);
            this.Controls.Add(this.tableLayoutPanel1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "OpzioniUI";
            this.Text = "Opzioni";
            this.Load += new System.EventHandler(this.opzioniUILoad);
            ((System.ComponentModel.ISupportInitialize)(this.opzioniBar)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.iconeGroup)).EndInit();
            this.iconeGroup.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.grandezzaIconeMenu)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.grandezzaIconeToolBar)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.stileGroup)).EndInit();
            this.stileGroup.ResumeLayout(false);
            this.stileGroup.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.menuScomparsa)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.stile)).EndInit();
            this.opzioni_generali_panel.ResumeLayout(false);
            this.funzioni_modelli_panel.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ricalcoloGroup)).EndInit();
            this.ricalcoloGroup.ResumeLayout(false);
            this.tableLayoutPanel1.ResumeLayout(false);
            this.panelControlli.ResumeLayout(false);
            this.condomini_panel.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.aggiornamentoDescrizioneUnitaGroup)).EndInit();
            this.aggiornamentoDescrizioneUnitaGroup.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.sceltaAllUnita)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.aggiornamentoAbiCabGroupBox)).EndInit();
            this.aggiornamentoAbiCabGroupBox.ResumeLayout(false);
            this.aggiornamentoAbiCabGroupBox.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nuovoCab)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nuovoAbi)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.vecchioCab)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.vecchioAbi)).EndInit();
            this.messaggi_panel.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.controlloRapportiniGroup)).EndInit();
            this.controlloRapportiniGroup.ResumeLayout(false);
            this.funzioni_conti_panel.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
            this.ultraGroupBox1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.importazioneContiGroup)).EndInit();
            this.importazioneContiGroup.ResumeLayout(false);
            this.ResumeLayout(false);

        }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Infragistics.Win.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 ultraGridColumn2 = 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 ultraGridColumn3 = 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 ultraGridColumn1 = 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 appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn71 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ImportoIva");
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn72 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ImportoPagato");
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn73 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ImportoRitenuta");
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn74 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ImportoTotale");
            Infragistics.Win.Appearance appearance5 = 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 appearance6 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand3 = new Infragistics.Win.UltraWinGrid.UltraGridBand("IdMessage", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn82 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ExtensionData");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn83 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Descrizione");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn84 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Id");
            Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn85 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Message");
            Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn86 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Tipo");
            Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
            Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab4 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ModelloCUTelematicoUC));
            Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
            this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.lista = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.datiCertificazioneDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.parametersGroupBox = new Infragistics.Win.Misc.UltraGroupBox();
            this.ordinatoPerFornitore = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.btnAnnulla = new Infragistics.Win.Misc.UltraButton();
            this.sceltaCondominioCombo1 = new Gipasoft.Stabili.UI.Library.SceltaCondominioCombo();
            this.btnCerca = new Infragistics.Win.Misc.UltraButton();
            this.sceltaFornitoreCombo1 = new Gipasoft.Stabili.UI.Library.SceltaFornitoreCombo();
            this.anno = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.lblCondominio = new Infragistics.Win.Misc.UltraLabel();
            this.lblAnno = new Infragistics.Win.Misc.UltraLabel();
            this.lblFornitore = new Infragistics.Win.Misc.UltraLabel();
            this.ultraTabPageControl3 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.listaErrori = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.idMessageBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.intermediarioDichiarazioneGroup = new Infragistics.Win.Misc.UltraGroupBox();
            this.lblIntermediario = new Infragistics.Win.Misc.UltraLabel();
            this.sceltaIntermediario = new Gipasoft.Stabili.UI.Library.SceltaPersonaCombo();
            this.codiceFiscaleCondominio = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.altriDatiGroup = new Infragistics.Win.Misc.UltraGroupBox();
            this.protocolloComunicazione = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
            this.lblProgressivoInvio = new Infragistics.Win.Misc.UltraLabel();
            this.progressivoInvio = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.lblProtocolloComunicazione = new Infragistics.Win.Misc.UltraLabel();
            this.tipoOperazione = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
            this.aggregatoPerFornitore = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.dataDichiarazione = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.lblDataDichiarazione = new Infragistics.Win.Misc.UltraLabel();
            this.percorsiFileGroup = new Infragistics.Win.Misc.UltraGroupBox();
            this.lblModuloPDF = new Infragistics.Win.Misc.UltraLabel();
            this.nomeFileCU = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.btnSceltaFileEntratel = new Infragistics.Win.Misc.UltraButton();
            this.lblFile = new Infragistics.Win.Misc.UltraLabel();
            this.btnSceltaModuloPDF = new Infragistics.Win.Misc.UltraButton();
            this.nomeFilePdf = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.firmatarioDichiarazioneGroup = new Infragistics.Win.Misc.UltraGroupBox();
            this.sceltaFirmatarioDichiarazione = new Gipasoft.Stabili.UI.Library.SceltaPersonaCombo();
            this.lblFirmatario = new Infragistics.Win.Misc.UltraLabel();
            this.buttonsPanel = new System.Windows.Forms.Panel();
            this.btnEtichette = new Infragistics.Win.Misc.UltraButton();
            this.btnFine = new Infragistics.Win.Misc.UltraButton();
            this.btnAvanti = new Infragistics.Win.Misc.UltraButton();
            this.btnIndietro = new Infragistics.Win.Misc.UltraButton();
            this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
            this.wizardGenerazione770 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
            this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
            this.saveFileDialogModuloPDF = new System.Windows.Forms.SaveFileDialog();
            this.reqFile = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.validationSummaryCreazioneFile = new Gipasoft.Windows.Forms.CustomValidation.ValidationSummary(this.components);
            this.reqDataDichiarazione = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.validatorAnno = new Gipasoft.Windows.Forms.CustomValidation.CompareValidator();
            this.reqAnno = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.customValidatorSelezione = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            this.validationSummaryConferma = new Gipasoft.Windows.Forms.CustomValidation.ValidationSummary(this.components);
            this.validationSummaryCerca = new Gipasoft.Windows.Forms.CustomValidation.ValidationSummary(this.components);
            this.intermediarioValidator = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            this.firmatarioValidator = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            this.customValidatorProtocollo = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            this.customValidatorProgressivoInvio = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            this.tipoStampa = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
            this.lblTipoStampa = new Infragistics.Win.Misc.UltraLabel();
            this.ultraTabPageControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.lista)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.datiCertificazioneDTOBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.parametersGroupBox)).BeginInit();
            this.parametersGroupBox.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ordinatoPerFornitore)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.anno)).BeginInit();
            this.ultraTabPageControl3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.listaErrori)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.idMessageBindingSource)).BeginInit();
            this.ultraTabPageControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.intermediarioDichiarazioneGroup)).BeginInit();
            this.intermediarioDichiarazioneGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.codiceFiscaleCondominio)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.altriDatiGroup)).BeginInit();
            this.altriDatiGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.progressivoInvio)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoOperazione)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.aggregatoPerFornitore)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataDichiarazione)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.percorsiFileGroup)).BeginInit();
            this.percorsiFileGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nomeFileCU)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nomeFilePdf)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.firmatarioDichiarazioneGroup)).BeginInit();
            this.firmatarioDichiarazioneGroup.SuspendLayout();
            this.buttonsPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.wizardGenerazione770)).BeginInit();
            this.wizardGenerazione770.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tipoStampa)).BeginInit();
            this.SuspendLayout();
            // 
            // ultraTabPageControl1
            // 
            this.ultraTabPageControl1.Controls.Add(this.lista);
            this.ultraTabPageControl1.Controls.Add(this.parametersGroupBox);
            this.ultraTabPageControl1.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl1.Name = "ultraTabPageControl1";
            this.ultraTabPageControl1.Size = new System.Drawing.Size(814, 515);
            // 
            // 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.ActivateOnly;
            ultraGridColumn39.ExcludeFromColumnChooser = Infragistics.Win.UltraWinGrid.ExcludeFromColumnChooser.True;
            ultraGridColumn39.Header.VisiblePosition = 21;
            ultraGridColumn39.Hidden = true;
            ultraGridColumn39.Width = 20;
            ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn2.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn2.Header.Caption = "Cap";
            ultraGridColumn2.Header.VisiblePosition = 11;
            ultraGridColumn40.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn40.Header.VisiblePosition = 15;
            ultraGridColumn41.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn41.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn41.Header.Caption = "Cd. Condominio";
            ultraGridColumn41.Header.VisiblePosition = 2;
            ultraGridColumn41.Hidden = true;
            ultraGridColumn42.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn42.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn42.Header.Caption = "Codice Fiscale Condominio";
            ultraGridColumn42.Header.VisiblePosition = 6;
            ultraGridColumn42.Hidden = true;
            ultraGridColumn43.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn43.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn43.Header.Caption = "Codice Fiscale Fornitore";
            ultraGridColumn43.Header.VisiblePosition = 19;
            ultraGridColumn43.Hidden = true;
            ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
            ultraGridColumn3.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn3.Header.Caption = "Comune";
            ultraGridColumn3.Header.VisiblePosition = 10;
            ultraGridColumn44.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn44.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn44.Header.Caption = "Condominio";
            ultraGridColumn44.Header.VisiblePosition = 3;
            ultraGridColumn44.Width = 200;
            ultraGridColumn45.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn45.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn45.Header.Caption = "Fornitore";
            ultraGridColumn45.Header.VisiblePosition = 8;
            ultraGridColumn45.Width = 200;
            ultraGridColumn46.Header.VisiblePosition = 22;
            ultraGridColumn47.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn47.Header.VisiblePosition = 14;
            ultraGridColumn48.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn48.ColumnChooserCaption = "Email Certificata";
            ultraGridColumn48.Header.Caption = "Certificata";
            ultraGridColumn48.Header.VisiblePosition = 12;
            ultraGridColumn1.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn1.CustomFilterDialogCaption = "Esente Regime Minimo";
            ultraGridColumn1.Header.Caption = "Es.Reg.Min.";
            ultraGridColumn1.Header.VisiblePosition = 13;
            ultraGridColumn49.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn49.Header.VisiblePosition = 17;
            ultraGridColumn50.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn50.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn50.Header.Caption = "Id Condominio";
            ultraGridColumn50.Header.VisiblePosition = 1;
            ultraGridColumn50.Hidden = true;
            ultraGridColumn51.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn51.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn51.Header.Caption = "Id Fornitore";
            ultraGridColumn51.Header.VisiblePosition = 7;
            ultraGridColumn51.Hidden = true;
            ultraGridColumn52.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn52.Header.Caption = "Id Persona";
            ultraGridColumn52.Header.VisiblePosition = 16;
            ultraGridColumn52.Hidden = true;
            ultraGridColumn53.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn53.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn53.Header.Caption = "Indirizzo Condominio";
            ultraGridColumn53.Header.VisiblePosition = 4;
            ultraGridColumn53.Width = 150;
            ultraGridColumn54.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn54.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn54.Header.Caption = "Indirizzo Fornitore";
            ultraGridColumn54.Header.VisiblePosition = 9;
            ultraGridColumn54.Width = 150;
            ultraGridColumn55.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn55.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn55.Header.Caption = "Partita Iva Fornitore";
            ultraGridColumn55.Header.VisiblePosition = 20;
            ultraGridColumn55.Hidden = true;
            ultraGridColumn56.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn56.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            ultraGridColumn56.Header.Caption = "Seconda Riga Indirizzo Condominio";
            ultraGridColumn56.Header.VisiblePosition = 5;
            ultraGridColumn56.Hidden = true;
            ultraGridColumn57.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn57.CellDisplayStyle = Infragistics.Win.UltraWinGrid.CellDisplayStyle.PlainText;
            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,
            ultraGridColumn2,
            ultraGridColumn40,
            ultraGridColumn41,
            ultraGridColumn42,
            ultraGridColumn43,
            ultraGridColumn3,
            ultraGridColumn44,
            ultraGridColumn45,
            ultraGridColumn46,
            ultraGridColumn47,
            ultraGridColumn48,
            ultraGridColumn1,
            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;
            appearance1.TextHAlignAsString = "Right";
            ultraGridColumn70.CellAppearance = appearance1;
            ultraGridColumn70.Format = "c";
            ultraGridColumn70.Header.Caption = "Imponibile";
            ultraGridColumn70.Header.VisiblePosition = 4;
            ultraGridColumn70.Width = 70;
            appearance2.TextHAlignAsString = "Right";
            ultraGridColumn71.CellAppearance = appearance2;
            ultraGridColumn71.Format = "c";
            ultraGridColumn71.Header.Caption = "Iva";
            ultraGridColumn71.Header.VisiblePosition = 5;
            ultraGridColumn71.Width = 70;
            appearance3.TextHAlignAsString = "Right";
            ultraGridColumn72.CellAppearance = appearance3;
            ultraGridColumn72.Format = "c";
            ultraGridColumn72.Header.Caption = "Importo Pagato";
            ultraGridColumn72.Header.VisiblePosition = 13;
            ultraGridColumn72.Width = 70;
            appearance4.TextHAlignAsString = "Right";
            ultraGridColumn73.CellAppearance = appearance4;
            ultraGridColumn73.Format = "c";
            ultraGridColumn73.Header.Caption = "Ritenuta";
            ultraGridColumn73.Header.VisiblePosition = 6;
            ultraGridColumn73.Width = 70;
            appearance5.TextHAlignAsString = "Right";
            ultraGridColumn74.CellAppearance = appearance5;
            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;
            appearance6.TextHAlignAsString = "Right";
            ultraGridColumn76.CellAppearance = appearance6;
            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);
            appearance7.FontData.BoldAsString = "True";
            appearance7.TextHAlignAsString = "Left";
            this.lista.DisplayLayout.CaptionAppearance = appearance7;
            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.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
            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(3, 107);
            this.lista.Name = "lista";
            this.lista.Size = new System.Drawing.Size(808, 396);
            this.lista.TabIndex = 185;
            this.lista.Text = "Certificazioni";
            // 
            // datiCertificazioneDTOBindingSource
            // 
            this.datiCertificazioneDTOBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.DatiCertificazioneDTO);
            // 
            // parametersGroupBox
            // 
            this.parametersGroupBox.Controls.Add(this.ordinatoPerFornitore);
            this.parametersGroupBox.Controls.Add(this.btnAnnulla);
            this.parametersGroupBox.Controls.Add(this.sceltaCondominioCombo1);
            this.parametersGroupBox.Controls.Add(this.btnCerca);
            this.parametersGroupBox.Controls.Add(this.sceltaFornitoreCombo1);
            this.parametersGroupBox.Controls.Add(this.anno);
            this.parametersGroupBox.Controls.Add(this.lblCondominio);
            this.parametersGroupBox.Controls.Add(this.lblAnno);
            this.parametersGroupBox.Controls.Add(this.lblFornitore);
            this.parametersGroupBox.Dock = System.Windows.Forms.DockStyle.Top;
            this.parametersGroupBox.Location = new System.Drawing.Point(0, 0);
            this.parametersGroupBox.Name = "parametersGroupBox";
            this.parametersGroupBox.Size = new System.Drawing.Size(814, 107);
            this.parametersGroupBox.TabIndex = 186;
            this.parametersGroupBox.Text = "Parametri";
            // 
            // ordinatoPerFornitore
            // 
            this.ordinatoPerFornitore.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.ordinatoPerFornitore.Location = new System.Drawing.Point(275, 46);
            this.ordinatoPerFornitore.Name = "ordinatoPerFornitore";
            this.ordinatoPerFornitore.Size = new System.Drawing.Size(134, 20);
            this.ordinatoPerFornitore.TabIndex = 262;
            this.ordinatoPerFornitore.Text = "Ordine per fornitore";
            // 
            // 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, 78);
            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);
            // 
            // 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;
            // 
            // 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, 78);
            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);
            // 
            // 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;
            // 
            // anno
            // 
            this.anno.Location = new System.Drawing.Point(97, 46);
            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;
            // 
            // 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";
            // 
            // lblAnno
            // 
            this.lblAnno.Location = new System.Drawing.Point(10, 50);
            this.lblAnno.Name = "lblAnno";
            this.lblAnno.Size = new System.Drawing.Size(81, 23);
            this.lblAnno.TabIndex = 14;
            this.lblAnno.Text = "Anno";
            // 
            // 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";
            // 
            // ultraTabPageControl3
            // 
            this.ultraTabPageControl3.Controls.Add(this.listaErrori);
            this.ultraTabPageControl3.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl3.Name = "ultraTabPageControl3";
            this.ultraTabPageControl3.Size = new System.Drawing.Size(814, 515);
            // 
            // listaErrori
            // 
            this.listaErrori.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.listaErrori.DataSource = this.idMessageBindingSource;
            ultraGridColumn82.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn82.Header.VisiblePosition = 3;
            ultraGridColumn82.Hidden = true;
            ultraGridColumn83.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn83.Header.VisiblePosition = 1;
            ultraGridColumn83.Width = 248;
            ultraGridColumn84.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            appearance8.TextHAlignAsString = "Right";
            ultraGridColumn84.CellAppearance = appearance8;
            ultraGridColumn84.Header.VisiblePosition = 0;
            ultraGridColumn84.Hidden = true;
            ultraGridColumn84.Width = 35;
            ultraGridColumn85.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            appearance9.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacterWithLineLimit;
            ultraGridColumn85.CellAppearance = appearance9;
            ultraGridColumn85.Header.Caption = "Messaggio";
            ultraGridColumn85.Header.VisiblePosition = 2;
            ultraGridColumn85.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.FormattedText;
            ultraGridColumn85.Width = 342;
            ultraGridColumn86.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
            ultraGridColumn86.Header.VisiblePosition = 4;
            ultraGridColumn86.Width = 200;
            ultraGridBand3.Columns.AddRange(new object[] {
            ultraGridColumn82,
            ultraGridColumn83,
            ultraGridColumn84,
            ultraGridColumn85,
            ultraGridColumn86});
            this.listaErrori.DisplayLayout.BandsSerializer.Add(ultraGridBand3);
            this.listaErrori.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
            this.listaErrori.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.listaErrori.Location = new System.Drawing.Point(0, 0);
            this.listaErrori.Name = "listaErrori";
            this.listaErrori.Size = new System.Drawing.Size(826, 340);
            this.listaErrori.TabIndex = 6;
            this.listaErrori.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.listaErroriDoubleClickRow);
            // 
            // idMessageBindingSource
            // 
            this.idMessageBindingSource.DataSource = typeof(Gipasoft.Business.Interface.IdMessage);
            // 
            // ultraTabPageControl2
            // 
            this.ultraTabPageControl2.Controls.Add(this.intermediarioDichiarazioneGroup);
            this.ultraTabPageControl2.Controls.Add(this.altriDatiGroup);
            this.ultraTabPageControl2.Controls.Add(this.percorsiFileGroup);
            this.ultraTabPageControl2.Controls.Add(this.firmatarioDichiarazioneGroup);
            this.ultraTabPageControl2.Enabled = false;
            this.ultraTabPageControl2.Location = new System.Drawing.Point(1, 23);
            this.ultraTabPageControl2.Name = "ultraTabPageControl2";
            this.ultraTabPageControl2.Size = new System.Drawing.Size(814, 515);
            // 
            // intermediarioDichiarazioneGroup
            // 
            this.intermediarioDichiarazioneGroup.Controls.Add(this.lblIntermediario);
            this.intermediarioDichiarazioneGroup.Controls.Add(this.sceltaIntermediario);
            this.intermediarioDichiarazioneGroup.Controls.Add(this.codiceFiscaleCondominio);
            this.intermediarioDichiarazioneGroup.Location = new System.Drawing.Point(10, 165);
            this.intermediarioDichiarazioneGroup.Name = "intermediarioDichiarazioneGroup";
            this.intermediarioDichiarazioneGroup.Size = new System.Drawing.Size(730, 77);
            this.intermediarioDichiarazioneGroup.TabIndex = 256;
            this.intermediarioDichiarazioneGroup.Text = "Intermediario della dichiarazione";
            // 
            // lblIntermediario
            // 
            this.lblIntermediario.Location = new System.Drawing.Point(8, 25);
            this.lblIntermediario.Name = "lblIntermediario";
            this.lblIntermediario.Size = new System.Drawing.Size(82, 23);
            this.lblIntermediario.TabIndex = 260;
            this.lblIntermediario.Text = "Intermediario";
            // 
            // sceltaIntermediario
            // 
            this.sceltaIntermediario.AllowInsert = true;
            this.sceltaIntermediario.CurrentEditRow = null;
            this.sceltaIntermediario.IdPersona = 0;
            this.sceltaIntermediario.Location = new System.Drawing.Point(114, 21);
            this.sceltaIntermediario.Margin = new System.Windows.Forms.Padding(0);
            this.sceltaIntermediario.Name = "sceltaIntermediario";
            this.sceltaIntermediario.SelectedPersona = null;
            this.sceltaIntermediario.Size = new System.Drawing.Size(600, 21);
            this.sceltaIntermediario.TabIndex = 259;
            // 
            // codiceFiscaleCondominio
            // 
            this.codiceFiscaleCondominio.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.codiceFiscaleCondominio.Location = new System.Drawing.Point(8, 53);
            this.codiceFiscaleCondominio.Name = "codiceFiscaleCondominio";
            this.codiceFiscaleCondominio.Size = new System.Drawing.Size(160, 20);
            this.codiceFiscaleCondominio.TabIndex = 258;
            this.codiceFiscaleCondominio.Text = "Codice Fiscale Condominio";
            this.codiceFiscaleCondominio.CheckedChanged += new System.EventHandler(this.esclusioneIntermediarioCheckedChanged);
            // 
            // altriDatiGroup
            // 
            this.altriDatiGroup.Controls.Add(this.lblTipoStampa);
            this.altriDatiGroup.Controls.Add(this.tipoStampa);
            this.altriDatiGroup.Controls.Add(this.protocolloComunicazione);
            this.altriDatiGroup.Controls.Add(this.lblProgressivoInvio);
            this.altriDatiGroup.Controls.Add(this.progressivoInvio);
            this.altriDatiGroup.Controls.Add(this.lblProtocolloComunicazione);
            this.altriDatiGroup.Controls.Add(this.tipoOperazione);
            this.altriDatiGroup.Controls.Add(this.aggregatoPerFornitore);
            this.altriDatiGroup.Controls.Add(this.dataDichiarazione);
            this.altriDatiGroup.Controls.Add(this.lblDataDichiarazione);
            this.altriDatiGroup.Location = new System.Drawing.Point(10, 248);
            this.altriDatiGroup.Name = "altriDatiGroup";
            this.altriDatiGroup.Size = new System.Drawing.Size(730, 113);
            this.altriDatiGroup.TabIndex = 255;
            this.altriDatiGroup.Text = "Altri dati";
            // 
            // protocolloComunicazione
            // 
            appearance10.TextHAlignAsString = "Right";
            this.protocolloComunicazione.Appearance = appearance10;
            this.protocolloComunicazione.EditAs = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
            this.protocolloComunicazione.InputMask = "nnnnnnnnnnnnnnnnn";
            this.protocolloComunicazione.Location = new System.Drawing.Point(114, 76);
            this.protocolloComunicazione.MaxValue = 1E+17D;
            this.protocolloComunicazione.Name = "protocolloComunicazione";
            this.protocolloComunicazione.NonAutoSizeHeight = 20;
            this.protocolloComunicazione.Size = new System.Drawing.Size(125, 20);
            this.protocolloComunicazione.TabIndex = 266;
            // 
            // lblProgressivoInvio
            // 
            this.lblProgressivoInvio.Location = new System.Drawing.Point(261, 80);
            this.lblProgressivoInvio.Name = "lblProgressivoInvio";
            this.lblProgressivoInvio.Size = new System.Drawing.Size(98, 23);
            this.lblProgressivoInvio.TabIndex = 265;
            this.lblProgressivoInvio.Text = "Progressivo";
            // 
            // progressivoInvio
            // 
            this.progressivoInvio.Enabled = false;
            this.progressivoInvio.Location = new System.Drawing.Point(367, 76);
            this.progressivoInvio.MaskInput = "nnnnnn";
            this.progressivoInvio.MaxValue = 999999D;
            this.progressivoInvio.MinValue = 0D;
            this.progressivoInvio.Name = "progressivoInvio";
            this.progressivoInvio.Size = new System.Drawing.Size(62, 21);
            this.progressivoInvio.TabIndex = 264;
            // 
            // lblProtocolloComunicazione
            // 
            this.lblProtocolloComunicazione.Location = new System.Drawing.Point(8, 80);
            this.lblProtocolloComunicazione.Name = "lblProtocolloComunicazione";
            this.lblProtocolloComunicazione.Size = new System.Drawing.Size(98, 23);
            this.lblProtocolloComunicazione.TabIndex = 263;
            this.lblProtocolloComunicazione.Text = "Protocollo Com.";
            // 
            // tipoOperazione
            // 
            this.tipoOperazione.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
            this.tipoOperazione.CheckedIndex = 0;
            valueListItem2.CheckState = System.Windows.Forms.CheckState.Checked;
            valueListItem2.DataValue = "N";
            valueListItem2.DisplayText = "Nuova";
            valueListItem3.DataValue = "A";
            valueListItem3.DisplayText = "Annullamento";
            valueListItem5.DataValue = "S";
            valueListItem5.DisplayText = "Sostituzione";
            this.tipoOperazione.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem2,
            valueListItem3,
            valueListItem5});
            this.tipoOperazione.ItemSpacingHorizontal = 10;
            this.tipoOperazione.Location = new System.Drawing.Point(8, 50);
            this.tipoOperazione.Name = "tipoOperazione";
            this.tipoOperazione.Size = new System.Drawing.Size(267, 20);
            this.tipoOperazione.TabIndex = 261;
            this.tipoOperazione.Text = "Nuova";
            this.tipoOperazione.ValueChanged += new System.EventHandler(this.tipoOperazione_ValueChanged);
            // 
            // aggregatoPerFornitore
            // 
            this.aggregatoPerFornitore.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.aggregatoPerFornitore.Checked = true;
            this.aggregatoPerFornitore.CheckState = System.Windows.Forms.CheckState.Checked;
            this.aggregatoPerFornitore.Location = new System.Drawing.Point(214, 20);
            this.aggregatoPerFornitore.Name = "aggregatoPerFornitore";
            this.aggregatoPerFornitore.Size = new System.Drawing.Size(201, 20);
            this.aggregatoPerFornitore.TabIndex = 260;
            this.aggregatoPerFornitore.Text = "Singola certificazione per Fornitore";
            // 
            // dataDichiarazione
            // 
            this.dataDichiarazione.Location = new System.Drawing.Point(114, 19);
            this.dataDichiarazione.Name = "dataDichiarazione";
            this.dataDichiarazione.Size = new System.Drawing.Size(89, 21);
            this.dataDichiarazione.TabIndex = 90;
            // 
            // lblDataDichiarazione
            // 
            this.lblDataDichiarazione.Location = new System.Drawing.Point(8, 23);
            this.lblDataDichiarazione.Name = "lblDataDichiarazione";
            this.lblDataDichiarazione.Size = new System.Drawing.Size(98, 23);
            this.lblDataDichiarazione.TabIndex = 13;
            this.lblDataDichiarazione.Text = "Data dichiarazione";
            // 
            // percorsiFileGroup
            // 
            this.percorsiFileGroup.Controls.Add(this.lblModuloPDF);
            this.percorsiFileGroup.Controls.Add(this.nomeFileCU);
            this.percorsiFileGroup.Controls.Add(this.btnSceltaFileEntratel);
            this.percorsiFileGroup.Controls.Add(this.lblFile);
            this.percorsiFileGroup.Controls.Add(this.btnSceltaModuloPDF);
            this.percorsiFileGroup.Controls.Add(this.nomeFilePdf);
            this.percorsiFileGroup.Location = new System.Drawing.Point(10, 13);
            this.percorsiFileGroup.Name = "percorsiFileGroup";
            this.percorsiFileGroup.Size = new System.Drawing.Size(730, 80);
            this.percorsiFileGroup.TabIndex = 254;
            this.percorsiFileGroup.Text = "Percorsi dei file";
            // 
            // lblModuloPDF
            // 
            this.lblModuloPDF.Location = new System.Drawing.Point(8, 50);
            this.lblModuloPDF.Name = "lblModuloPDF";
            this.lblModuloPDF.Size = new System.Drawing.Size(82, 23);
            this.lblModuloPDF.TabIndex = 16;
            this.lblModuloPDF.Text = "Modulo PDF";
            // 
            // nomeFileCU
            // 
            this.nomeFileCU.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.nomeFileCU.Location = new System.Drawing.Point(114, 19);
            this.nomeFileCU.Name = "nomeFileCU";
            this.nomeFileCU.Size = new System.Drawing.Size(545, 21);
            this.nomeFileCU.TabIndex = 10;
            // 
            // btnSceltaFileEntratel
            // 
            this.btnSceltaFileEntratel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnSceltaFileEntratel.Location = new System.Drawing.Point(665, 19);
            this.btnSceltaFileEntratel.Name = "btnSceltaFileEntratel";
            this.btnSceltaFileEntratel.Size = new System.Drawing.Size(49, 23);
            this.btnSceltaFileEntratel.TabIndex = 20;
            this.btnSceltaFileEntratel.Text = "Scelta";
            this.btnSceltaFileEntratel.Click += new System.EventHandler(this.btnSceltaFileEntratelClick);
            // 
            // lblFile
            // 
            this.lblFile.Location = new System.Drawing.Point(8, 22);
            this.lblFile.Name = "lblFile";
            this.lblFile.Size = new System.Drawing.Size(82, 23);
            this.lblFile.TabIndex = 12;
            this.lblFile.Text = "File telematico";
            // 
            // btnSceltaModuloPDF
            // 
            this.btnSceltaModuloPDF.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnSceltaModuloPDF.Location = new System.Drawing.Point(665, 46);
            this.btnSceltaModuloPDF.Name = "btnSceltaModuloPDF";
            this.btnSceltaModuloPDF.Size = new System.Drawing.Size(49, 23);
            this.btnSceltaModuloPDF.TabIndex = 40;
            this.btnSceltaModuloPDF.Text = "Scelta";
            this.btnSceltaModuloPDF.Click += new System.EventHandler(this.btnSceltaModuloPdfClick);
            // 
            // nomeFilePdf
            // 
            this.nomeFilePdf.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.nomeFilePdf.Location = new System.Drawing.Point(114, 46);
            this.nomeFilePdf.Name = "nomeFilePdf";
            this.nomeFilePdf.Size = new System.Drawing.Size(545, 21);
            this.nomeFilePdf.TabIndex = 30;
            // 
            // firmatarioDichiarazioneGroup
            // 
            this.firmatarioDichiarazioneGroup.Controls.Add(this.sceltaFirmatarioDichiarazione);
            this.firmatarioDichiarazioneGroup.Controls.Add(this.lblFirmatario);
            this.firmatarioDichiarazioneGroup.Location = new System.Drawing.Point(10, 99);
            this.firmatarioDichiarazioneGroup.Name = "firmatarioDichiarazioneGroup";
            this.firmatarioDichiarazioneGroup.Size = new System.Drawing.Size(730, 60);
            this.firmatarioDichiarazioneGroup.TabIndex = 253;
            this.firmatarioDichiarazioneGroup.Text = "Firmatario della dichiarazione";
            // 
            // sceltaFirmatarioDichiarazione
            // 
            this.sceltaFirmatarioDichiarazione.AllowInsert = true;
            this.sceltaFirmatarioDichiarazione.CurrentEditRow = null;
            this.sceltaFirmatarioDichiarazione.IdPersona = 0;
            this.sceltaFirmatarioDichiarazione.Location = new System.Drawing.Point(114, 26);
            this.sceltaFirmatarioDichiarazione.Margin = new System.Windows.Forms.Padding(0);
            this.sceltaFirmatarioDichiarazione.Name = "sceltaFirmatarioDichiarazione";
            this.sceltaFirmatarioDichiarazione.SelectedPersona = null;
            this.sceltaFirmatarioDichiarazione.Size = new System.Drawing.Size(600, 21);
            this.sceltaFirmatarioDichiarazione.TabIndex = 71;
            // 
            // lblFirmatario
            // 
            this.lblFirmatario.Location = new System.Drawing.Point(8, 26);
            this.lblFirmatario.Name = "lblFirmatario";
            this.lblFirmatario.Size = new System.Drawing.Size(82, 23);
            this.lblFirmatario.TabIndex = 16;
            this.lblFirmatario.Text = "Firmatario";
            // 
            // buttonsPanel
            // 
            this.buttonsPanel.Controls.Add(this.btnEtichette);
            this.buttonsPanel.Controls.Add(this.btnFine);
            this.buttonsPanel.Controls.Add(this.btnAvanti);
            this.buttonsPanel.Controls.Add(this.btnIndietro);
            this.buttonsPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.buttonsPanel.Location = new System.Drawing.Point(0, 547);
            this.buttonsPanel.Name = "buttonsPanel";
            this.buttonsPanel.Size = new System.Drawing.Size(821, 34);
            this.buttonsPanel.TabIndex = 187;
            // 
            // btnEtichette
            // 
            this.btnEtichette.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnEtichette.Location = new System.Drawing.Point(659, 8);
            this.btnEtichette.Name = "btnEtichette";
            this.btnEtichette.Size = new System.Drawing.Size(75, 23);
            this.btnEtichette.TabIndex = 102;
            this.btnEtichette.Text = "&Etichette";
            this.btnEtichette.Click += new System.EventHandler(this.btnEtichette_Click);
            // 
            // btnFine
            // 
            this.btnFine.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnFine.Location = new System.Drawing.Point(740, 8);
            this.btnFine.Name = "btnFine";
            this.btnFine.Size = new System.Drawing.Size(75, 23);
            this.btnFine.TabIndex = 101;
            this.btnFine.Text = "Fine";
            this.btnFine.Visible = false;
            this.btnFine.Click += new System.EventHandler(this.btnFineClick);
            // 
            // btnAvanti
            // 
            this.btnAvanti.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnAvanti.Location = new System.Drawing.Point(84, 8);
            this.btnAvanti.Name = "btnAvanti";
            this.btnAvanti.Size = new System.Drawing.Size(75, 23);
            this.btnAvanti.TabIndex = 4;
            this.btnAvanti.TabStop = false;
            this.btnAvanti.Text = "Avanti >>";
            this.btnAvanti.Click += new System.EventHandler(this.btnAvantiClick);
            // 
            // btnIndietro
            // 
            this.btnIndietro.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnIndietro.Enabled = false;
            this.btnIndietro.Location = new System.Drawing.Point(3, 8);
            this.btnIndietro.Name = "btnIndietro";
            this.btnIndietro.Size = new System.Drawing.Size(75, 23);
            this.btnIndietro.TabIndex = 5;
            this.btnIndietro.TabStop = false;
            this.btnIndietro.Text = "<< Indietro";
            this.btnIndietro.Click += new System.EventHandler(this.btnIndietroClick);
            // 
            // saveFileDialog1
            // 
            this.saveFileDialog1.DefaultExt = "cbi";
            this.saveFileDialog1.Filter = "Tutti i file|*.*";
            // 
            // wizardGenerazione770
            // 
            this.wizardGenerazione770.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.wizardGenerazione770.Controls.Add(this.ultraTabPageControl2);
            this.wizardGenerazione770.Controls.Add(this.ultraTabSharedControlsPage1);
            this.wizardGenerazione770.Controls.Add(this.ultraTabPageControl1);
            this.wizardGenerazione770.Controls.Add(this.ultraTabPageControl3);
            this.wizardGenerazione770.Location = new System.Drawing.Point(0, 0);
            this.wizardGenerazione770.Name = "wizardGenerazione770";
            this.wizardGenerazione770.SharedControlsPage = this.ultraTabSharedControlsPage1;
            this.wizardGenerazione770.Size = new System.Drawing.Size(818, 541);
            this.wizardGenerazione770.TabIndex = 1;
            ultraTab1.Key = "ritenute";
            ultraTab1.TabPage = this.ultraTabPageControl1;
            ultraTab1.Text = "Ritenute";
            ultraTab2.Key = "errori";
            ultraTab2.TabPage = this.ultraTabPageControl3;
            ultraTab2.Text = "Errori";
            ultraTab2.Visible = false;
            ultraTab4.Key = "creazionefile";
            ultraTab4.TabPage = this.ultraTabPageControl2;
            ultraTab4.Text = "Creazione File";
            this.wizardGenerazione770.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
            ultraTab1,
            ultraTab2,
            ultraTab4});
            // 
            // ultraTabSharedControlsPage1
            // 
            this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
            this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(814, 515);
            // 
            // saveFileDialogModuloPDF
            // 
            this.saveFileDialogModuloPDF.DefaultExt = "cbi";
            this.saveFileDialogModuloPDF.Filter = "PDF|*.pdf|Tutti i file|*.*";
            // 
            // reqFile
            // 
            this.reqFile.ErrorMessage = "Inserire il nome del file";
            this.reqFile.Icon = ((System.Drawing.Icon)(resources.GetObject("reqFile.Icon")));
            // 
            // reqDataDichiarazione
            // 
            this.reqDataDichiarazione.ControlToValidate = this.dataDichiarazione;
            this.reqDataDichiarazione.ErrorMessage = "Inserire la data della dichiarazione";
            this.reqDataDichiarazione.Icon = ((System.Drawing.Icon)(resources.GetObject("reqDataDichiarazione.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";
            // 
            // reqAnno
            // 
            this.reqAnno.ControlToValidate = this.anno;
            this.reqAnno.ErrorMessage = "Inserire un anno";
            this.reqAnno.Icon = ((System.Drawing.Icon)(resources.GetObject("reqAnno.Icon")));
            // 
            // 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);
            // 
            // intermediarioValidator
            // 
            this.intermediarioValidator.ControlToValidate = this.sceltaIntermediario;
            this.intermediarioValidator.ErrorMessage = "Per l\'intermediario deve essere presente nome, cognome e codice fiscale";
            this.intermediarioValidator.Icon = ((System.Drawing.Icon)(resources.GetObject("intermediarioValidator.Icon")));
            this.intermediarioValidator.Validating += new Gipasoft.Windows.Forms.CustomValidation.CustomValidator.ValidatingEventHandler(this.intermediarioValidator_Validating);
            // 
            // firmatarioValidator
            // 
            this.firmatarioValidator.ControlToValidate = this.sceltaFirmatarioDichiarazione;
            this.firmatarioValidator.ErrorMessage = "Per il firmatario deve essere presente nome, cognome e codice fiscale";
            this.firmatarioValidator.Icon = ((System.Drawing.Icon)(resources.GetObject("firmatarioValidator.Icon")));
            this.firmatarioValidator.Validating += new Gipasoft.Windows.Forms.CustomValidation.CustomValidator.ValidatingEventHandler(this.firmatarioValidator_Validating);
            // 
            // customValidatorProtocollo
            // 
            this.customValidatorProtocollo.ErrorMessage = "Il protocollo di comunicazione è obbligatorio se è scelto un invio di Annullament" +
    "o o di Sostituzione";
            this.customValidatorProtocollo.Icon = ((System.Drawing.Icon)(resources.GetObject("customValidatorProtocollo.Icon")));
            this.customValidatorProtocollo.Validating += new Gipasoft.Windows.Forms.CustomValidation.CustomValidator.ValidatingEventHandler(this.customValidatorProtocollo_Validating);
            // 
            // customValidatorProgressivoInvio
            // 
            this.customValidatorProgressivoInvio.ControlToValidate = this.progressivoInvio;
            this.customValidatorProgressivoInvio.ErrorMessage = "Il progressivo è obbligatorio se è scelto un invio di Annullamento o di Sostituzi" +
    "one";
            this.customValidatorProgressivoInvio.Icon = ((System.Drawing.Icon)(resources.GetObject("customValidatorProgressivoInvio.Icon")));
            this.customValidatorProgressivoInvio.Validating += new Gipasoft.Windows.Forms.CustomValidation.CustomValidator.ValidatingEventHandler(this.customValidatorProgressivoInvio_Validating);
            // 
            // tipoStampa
            // 
            this.tipoStampa.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
            this.tipoStampa.CheckedIndex = 0;
            valueListItem1.CheckState = System.Windows.Forms.CheckState.Checked;
            valueListItem1.DataValue = "S";
            valueListItem1.DisplayText = "Semplificata";
            valueListItem4.DataValue = "C";
            valueListItem4.DisplayText = "Completa";
            this.tipoStampa.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem1,
            valueListItem4});
            this.tipoStampa.ItemSpacingHorizontal = 10;
            this.tipoStampa.Location = new System.Drawing.Point(367, 50);
            this.tipoStampa.Name = "tipoStampa";
            this.tipoStampa.Size = new System.Drawing.Size(164, 20);
            this.tipoStampa.TabIndex = 267;
            this.tipoStampa.Text = "Semplificata";
            // 
            // lblTipoStampa
            // 
            this.lblTipoStampa.Location = new System.Drawing.Point(289, 50);
            this.lblTipoStampa.Name = "lblTipoStampa";
            this.lblTipoStampa.Size = new System.Drawing.Size(72, 23);
            this.lblTipoStampa.TabIndex = 268;
            this.lblTipoStampa.Text = "Tipo stampa";
            // 
            // ModelloCUTelematicoUC
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.buttonsPanel);
            this.Controls.Add(this.wizardGenerazione770);
            this.Name = "ModelloCUTelematicoUC";
            this.Size = new System.Drawing.Size(821, 581);
            this.Load += new System.EventHandler(this.modello770TelematicoUCLoad);
            this.ultraTabPageControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.lista)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.datiCertificazioneDTOBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.parametersGroupBox)).EndInit();
            this.parametersGroupBox.ResumeLayout(false);
            this.parametersGroupBox.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ordinatoPerFornitore)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.anno)).EndInit();
            this.ultraTabPageControl3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.listaErrori)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.idMessageBindingSource)).EndInit();
            this.ultraTabPageControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.intermediarioDichiarazioneGroup)).EndInit();
            this.intermediarioDichiarazioneGroup.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.codiceFiscaleCondominio)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.altriDatiGroup)).EndInit();
            this.altriDatiGroup.ResumeLayout(false);
            this.altriDatiGroup.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.progressivoInvio)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoOperazione)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.aggregatoPerFornitore)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataDichiarazione)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.percorsiFileGroup)).EndInit();
            this.percorsiFileGroup.ResumeLayout(false);
            this.percorsiFileGroup.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nomeFileCU)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nomeFilePdf)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.firmatarioDichiarazioneGroup)).EndInit();
            this.firmatarioDichiarazioneGroup.ResumeLayout(false);
            this.buttonsPanel.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.wizardGenerazione770)).EndInit();
            this.wizardGenerazione770.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.tipoStampa)).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.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ChiusuraEsercizioContabileUC));
            this.selezioniGroupBox = new Infragistics.Win.Misc.UltraGroupBox();
            this.esercizi = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.esercizioBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.lblEsercizio = new Infragistics.Win.Misc.UltraLabel();
            this.lblCondominio = new Infragistics.Win.Misc.UltraLabel();
            this.sceltaCondominioCombo = new Gipasoft.Stabili.UI.Library.SceltaCondominioCombo();
            this.chiusuraEsercizioGroupBox = new Infragistics.Win.Misc.UltraGroupBox();
            this.note = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.tipoChiusuraStraordinario = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
            this.storicizzaRiparto = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.forzaChiusuraSenzaNuovo = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.lblOrdine = new Infragistics.Win.Misc.UltraLabel();
            this.ordineConto = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.lblDescrizioneConto = new Infragistics.Win.Misc.UltraLabel();
            this.descrizioneConto = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.esercizioSaldi = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.esercizioSaldiBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.lblEsercizioSaldi = new Infragistics.Win.Misc.UltraLabel();
            this.dataChiusuraEsercizio = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.lblDataChiusura = new Infragistics.Win.Misc.UltraLabel();
            this.btnConferma = new Infragistics.Win.Misc.UltraButton();
            this.lblNote = new Infragistics.Win.Misc.UltraLabel();
            this.validationSummary1 = new Gipasoft.Windows.Forms.CustomValidation.ValidationSummary(this.components);
            this.reqDataChiusura = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.reqEsercizio = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.reqCondominio = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.reqEsercizioSaldi = new Gipasoft.Windows.Forms.CustomValidation.CustomValidator();
            this.messaggioChiusuraEsercizio = new Infragistics.Win.UltraMessageBox.UltraMessageBoxManager(this.components);
            this.dataRegistrazioneValidator1 = new Gipasoft.Stabili.UI.Library.Validators.DataRegistrazioneValidator();
            ((System.ComponentModel.ISupportInitialize)(this.selezioniGroupBox)).BeginInit();
            this.selezioniGroupBox.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.esercizi)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.esercizioBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chiusuraEsercizioGroupBox)).BeginInit();
            this.chiusuraEsercizioGroupBox.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.note)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoChiusuraStraordinario)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.storicizzaRiparto)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.forzaChiusuraSenzaNuovo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ordineConto)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.descrizioneConto)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.esercizioSaldi)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.esercizioSaldiBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataChiusuraEsercizio)).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.esercizi);
            this.selezioniGroupBox.Controls.Add(this.lblEsercizio);
            this.selezioniGroupBox.Controls.Add(this.lblCondominio);
            this.selezioniGroupBox.Controls.Add(this.sceltaCondominioCombo);
            this.selezioniGroupBox.Location = new System.Drawing.Point(3, 3);
            this.selezioniGroupBox.Name = "selezioniGroupBox";
            this.selezioniGroupBox.Size = new System.Drawing.Size(638, 70);
            this.selezioniGroupBox.TabIndex = 1;
            this.selezioniGroupBox.Text = "Selezioni";
            // 
            // esercizi
            // 
            this.esercizi.DataSource = this.esercizioBindingSource;
            this.esercizi.DisplayMember = "DisplayName";
            this.esercizi.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.esercizi.Location = new System.Drawing.Point(440, 33);
            this.esercizi.Name = "esercizi";
            this.esercizi.Size = new System.Drawing.Size(187, 21);
            this.esercizi.TabIndex = 8;
            this.esercizi.ValueMember = "ID";
            this.esercizi.ValueChanged += new System.EventHandler(this.eserciziValueChanged);
            // 
            // esercizioBindingSource
            // 
            this.esercizioBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.EsercizioDTO);
            // 
            // lblEsercizio
            // 
            this.lblEsercizio.Location = new System.Drawing.Point(381, 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";
            // 
            // sceltaCondominioCombo
            // 
            this.sceltaCondominioCombo.IdCondominioSelected = 0;
            this.sceltaCondominioCombo.Location = new System.Drawing.Point(78, 33);
            this.sceltaCondominioCombo.Name = "sceltaCondominioCombo";
            this.sceltaCondominioCombo.Size = new System.Drawing.Size(288, 21);
            this.sceltaCondominioCombo.TabIndex = 0;
            this.sceltaCondominioCombo.SelectItem += new Gipasoft.Stabili.UI.Library.SceltaCondominioCombo.SelectCondominioEventHandler(this.sceltaCondominioComboSelectItem);
            // 
            // chiusuraEsercizioGroupBox
            // 
            this.chiusuraEsercizioGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.chiusuraEsercizioGroupBox.Controls.Add(this.note);
            this.chiusuraEsercizioGroupBox.Controls.Add(this.tipoChiusuraStraordinario);
            this.chiusuraEsercizioGroupBox.Controls.Add(this.storicizzaRiparto);
            this.chiusuraEsercizioGroupBox.Controls.Add(this.forzaChiusuraSenzaNuovo);
            this.chiusuraEsercizioGroupBox.Controls.Add(this.lblOrdine);
            this.chiusuraEsercizioGroupBox.Controls.Add(this.ordineConto);
            this.chiusuraEsercizioGroupBox.Controls.Add(this.lblDescrizioneConto);
            this.chiusuraEsercizioGroupBox.Controls.Add(this.descrizioneConto);
            this.chiusuraEsercizioGroupBox.Controls.Add(this.esercizioSaldi);
            this.chiusuraEsercizioGroupBox.Controls.Add(this.lblEsercizioSaldi);
            this.chiusuraEsercizioGroupBox.Controls.Add(this.dataChiusuraEsercizio);
            this.chiusuraEsercizioGroupBox.Controls.Add(this.lblDataChiusura);
            this.chiusuraEsercizioGroupBox.Controls.Add(this.btnConferma);
            this.chiusuraEsercizioGroupBox.Controls.Add(this.lblNote);
            this.chiusuraEsercizioGroupBox.Location = new System.Drawing.Point(3, 79);
            this.chiusuraEsercizioGroupBox.Name = "chiusuraEsercizioGroupBox";
            this.chiusuraEsercizioGroupBox.Size = new System.Drawing.Size(638, 292);
            this.chiusuraEsercizioGroupBox.TabIndex = 9;
            this.chiusuraEsercizioGroupBox.Text = "Dati Chiusura";
            // 
            // note
            // 
            this.note.Location = new System.Drawing.Point(129, 121);
            this.note.MaxLength = 1024;
            this.note.Multiline = true;
            this.note.Name = "note";
            this.note.Size = new System.Drawing.Size(498, 98);
            this.note.TabIndex = 34;
            // 
            // tipoChiusuraStraordinario
            // 
            this.tipoChiusuraStraordinario.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.tipoChiusuraStraordinario.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
            this.tipoChiusuraStraordinario.CheckedIndex = 0;
            valueListItem1.DataValue = "ORD";
            valueListItem1.DisplayText = "Trasferimento saldi in un esercizio ordinario";
            valueListItem2.DataValue = "STRA";
            valueListItem2.DisplayText = "Trasferimento saldi in un esercizio straordinario";
            valueListItem3.DataValue = "NO";
            valueListItem3.DisplayText = "Nessun trasferimento saldi";
            this.tipoChiusuraStraordinario.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem1,
            valueListItem2,
            valueListItem3});
            this.tipoChiusuraStraordinario.ItemSpacingVertical = 3;
            this.tipoChiusuraStraordinario.Location = new System.Drawing.Point(322, 23);
            this.tipoChiusuraStraordinario.Name = "tipoChiusuraStraordinario";
            this.tipoChiusuraStraordinario.Size = new System.Drawing.Size(310, 59);
            this.tipoChiusuraStraordinario.TabIndex = 33;
            this.tipoChiusuraStraordinario.Text = "Trasferimento saldi in un esercizio ordinario";
            this.tipoChiusuraStraordinario.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
            this.tipoChiusuraStraordinario.ValueChanged += new System.EventHandler(this.tipoChiusuraStraordinarioValueChanged);
            // 
            // storicizzaRiparto
            // 
            this.storicizzaRiparto.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.storicizzaRiparto.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.storicizzaRiparto.Checked = true;
            this.storicizzaRiparto.CheckState = System.Windows.Forms.CheckState.Checked;
            this.storicizzaRiparto.Location = new System.Drawing.Point(515, 232);
            this.storicizzaRiparto.Name = "storicizzaRiparto";
            this.storicizzaRiparto.Size = new System.Drawing.Size(112, 20);
            this.storicizzaRiparto.TabIndex = 32;
            this.storicizzaRiparto.Text = "Storicizza riparto";
            // 
            // forzaChiusuraSenzaNuovo
            // 
            this.forzaChiusuraSenzaNuovo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.forzaChiusuraSenzaNuovo.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.forzaChiusuraSenzaNuovo.Location = new System.Drawing.Point(410, 258);
            this.forzaChiusuraSenzaNuovo.Name = "forzaChiusuraSenzaNuovo";
            this.forzaChiusuraSenzaNuovo.Size = new System.Drawing.Size(217, 20);
            this.forzaChiusuraSenzaNuovo.TabIndex = 31;
            this.forzaChiusuraSenzaNuovo.Text = "Forza chiusura senza esercizio nuovo";
            // 
            // lblOrdine
            // 
            this.lblOrdine.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.lblOrdine.Location = new System.Drawing.Point(544, 88);
            this.lblOrdine.Name = "lblOrdine";
            this.lblOrdine.Size = new System.Drawing.Size(40, 23);
            this.lblOrdine.TabIndex = 9;
            this.lblOrdine.Text = "Ordine";
            this.lblOrdine.Visible = false;
            // 
            // ordineConto
            // 
            this.ordineConto.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.ordineConto.Location = new System.Drawing.Point(590, 84);
            this.ordineConto.MaskInput = "nnn";
            this.ordineConto.MaxValue = 999;
            this.ordineConto.MinValue = 0;
            this.ordineConto.Name = "ordineConto";
            this.ordineConto.Nullable = true;
            this.ordineConto.Size = new System.Drawing.Size(37, 21);
            this.ordineConto.TabIndex = 29;
            this.ordineConto.Visible = false;
            // 
            // lblDescrizioneConto
            // 
            this.lblDescrizioneConto.Location = new System.Drawing.Point(6, 88);
            this.lblDescrizioneConto.Name = "lblDescrizioneConto";
            this.lblDescrizioneConto.Size = new System.Drawing.Size(102, 27);
            this.lblDescrizioneConto.TabIndex = 28;
            this.lblDescrizioneConto.Text = "Descrizione conto";
            this.lblDescrizioneConto.Visible = false;
            // 
            // descrizioneConto
            // 
            this.descrizioneConto.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.descrizioneConto.Location = new System.Drawing.Point(129, 84);
            this.descrizioneConto.Name = "descrizioneConto";
            this.descrizioneConto.Size = new System.Drawing.Size(395, 21);
            this.descrizioneConto.TabIndex = 27;
            this.descrizioneConto.Visible = false;
            // 
            // esercizioSaldi
            // 
            this.esercizioSaldi.DataSource = this.esercizioSaldiBindingSource;
            this.esercizioSaldi.DisplayMember = "DisplayName";
            this.esercizioSaldi.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.esercizioSaldi.Location = new System.Drawing.Point(129, 57);
            this.esercizioSaldi.Name = "esercizioSaldi";
            this.esercizioSaldi.Size = new System.Drawing.Size(187, 21);
            this.esercizioSaldi.TabIndex = 10;
            this.esercizioSaldi.ValueMember = "ID";
            this.esercizioSaldi.Visible = false;
            // 
            // esercizioSaldiBindingSource
            // 
            this.esercizioSaldiBindingSource.DataSource = typeof(Gipasoft.Business.GestioneCondomini.DTO.EsercizioDTO);
            // 
            // lblEsercizioSaldi
            // 
            this.lblEsercizioSaldi.Location = new System.Drawing.Point(6, 57);
            this.lblEsercizioSaldi.Name = "lblEsercizioSaldi";
            this.lblEsercizioSaldi.Size = new System.Drawing.Size(85, 23);
            this.lblEsercizioSaldi.TabIndex = 9;
            this.lblEsercizioSaldi.Text = "Esercizio Saldi";
            this.lblEsercizioSaldi.Visible = false;
            // 
            // dataChiusuraEsercizio
            // 
            this.dataChiusuraEsercizio.Location = new System.Drawing.Point(129, 30);
            this.dataChiusuraEsercizio.Name = "dataChiusuraEsercizio";
            this.dataChiusuraEsercizio.Size = new System.Drawing.Size(87, 21);
            this.dataChiusuraEsercizio.TabIndex = 26;
            // 
            // lblDataChiusura
            // 
            this.lblDataChiusura.Location = new System.Drawing.Point(6, 34);
            this.lblDataChiusura.Name = "lblDataChiusura";
            this.lblDataChiusura.Size = new System.Drawing.Size(102, 27);
            this.lblDataChiusura.TabIndex = 25;
            this.lblDataChiusura.Text = "Data chiusura";
            // 
            // btnConferma
            // 
            this.btnConferma.Location = new System.Drawing.Point(129, 225);
            this.btnConferma.Name = "btnConferma";
            this.btnConferma.Size = new System.Drawing.Size(75, 23);
            this.btnConferma.TabIndex = 24;
            this.btnConferma.Text = "Conferma";
            this.btnConferma.Click += new System.EventHandler(this.btnConfermaClick);
            // 
            // lblNote
            // 
            this.lblNote.Location = new System.Drawing.Point(6, 124);
            this.lblNote.Name = "lblNote";
            this.lblNote.Size = new System.Drawing.Size(102, 27);
            this.lblNote.TabIndex = 19;
            this.lblNote.Text = "Note";
            // 
            // reqDataChiusura
            // 
            this.reqDataChiusura.ControlToValidate = this.dataChiusuraEsercizio;
            this.reqDataChiusura.ErrorMessage = "Inserire la data di chiusura";
            this.reqDataChiusura.Icon = ((System.Drawing.Icon)(resources.GetObject("reqDataChiusura.Icon")));
            // 
            // reqEsercizio
            // 
            this.reqEsercizio.ControlToValidate = this.esercizi;
            this.reqEsercizio.ErrorMessage = "Scegliere un esercizio";
            this.reqEsercizio.Icon = ((System.Drawing.Icon)(resources.GetObject("reqEsercizio.Icon")));
            // 
            // reqCondominio
            // 
            this.reqCondominio.ControlToValidate = this.sceltaCondominioCombo;
            this.reqCondominio.ErrorMessage = "Scegliere un condominio";
            this.reqCondominio.Icon = ((System.Drawing.Icon)(resources.GetObject("reqCondominio.Icon")));
            // 
            // reqEsercizioSaldi
            // 
            this.reqEsercizioSaldi.ControlToValidate = this.esercizioSaldi;
            this.reqEsercizioSaldi.ErrorMessage = "Scegliere l\'esercizio a cui trasferire i saldi";
            this.reqEsercizioSaldi.Icon = ((System.Drawing.Icon)(resources.GetObject("reqEsercizioSaldi.Icon")));
            this.reqEsercizioSaldi.Validating += new Gipasoft.Windows.Forms.CustomValidation.CustomValidator.ValidatingEventHandler(this.reqEsercizioSaldiValidating);
            // 
            // messaggioChiusuraEsercizio
            // 
            this.messaggioChiusuraEsercizio.ContainingControl = this;
            // 
            // dataRegistrazioneValidator1
            // 
            this.dataRegistrazioneValidator1.ControlToValidate = this.dataChiusuraEsercizio;
            this.dataRegistrazioneValidator1.ErrorMessage = "La data di chiusura non è corretta";
            this.dataRegistrazioneValidator1.Icon = ((System.Drawing.Icon)(resources.GetObject("dataRegistrazioneValidator1.Icon")));
            // 
            // ChiusuraEsercizioContabileUC
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.chiusuraEsercizioGroupBox);
            this.Controls.Add(this.selezioniGroupBox);
            this.Name = "ChiusuraEsercizioContabileUC";
            this.Size = new System.Drawing.Size(644, 393);
            this.Load += new System.EventHandler(this.chiusuraEsercizioContabileUCLoad);
            ((System.ComponentModel.ISupportInitialize)(this.selezioniGroupBox)).EndInit();
            this.selezioniGroupBox.ResumeLayout(false);
            this.selezioniGroupBox.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.esercizi)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.esercizioBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chiusuraEsercizioGroupBox)).EndInit();
            this.chiusuraEsercizioGroupBox.ResumeLayout(false);
            this.chiusuraEsercizioGroupBox.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.note)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tipoChiusuraStraordinario)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.storicizzaRiparto)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.forzaChiusuraSenzaNuovo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ordineConto)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.descrizioneConto)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.esercizioSaldi)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.esercizioSaldiBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataChiusuraEsercizio)).EndInit();
            this.ResumeLayout(false);

        }