Esempio n. 1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager      resources        = new System.ComponentModel.ComponentResourceManager(typeof(FStackInfo));
     Infragistics.Win.UltraWinDataSource.UltraDataBand   ultraDataBand1   = new Infragistics.Win.UltraWinDataSource.UltraDataBand("Band1");
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn1 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("ItemCode");
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn2 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("ItemDesc");
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn3 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("PalletCode");
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn4 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Qty");
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn5 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("StackCode");
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn6 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Capacity");
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn7 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("PalleteNum");
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn8 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Remain");
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn9 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Percent");
     this.groupBox1        = new System.Windows.Forms.GroupBox();
     this.btnBack          = new UserControl.UCButton();
     this.btnOK            = new UserControl.UCButton();
     this.StoreroomInfo    = new System.Windows.Forms.GroupBox();
     this.gridStorage      = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.StackInfo        = new System.Windows.Forms.GroupBox();
     this.txtStackCode     = new UserControl.UCLabelEdit();
     this.gridStack        = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.ultraDataSource1 = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components);
     this.ultraDataSource2 = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components);
     this.groupBox1.SuspendLayout();
     this.StoreroomInfo.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridStorage)).BeginInit();
     this.StackInfo.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridStack)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraDataSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraDataSource2)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.btnBack);
     this.groupBox1.Controls.Add(this.btnOK);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.groupBox1.Location = new System.Drawing.Point(0, 391);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(792, 53);
     this.groupBox1.TabIndex = 9;
     this.groupBox1.TabStop  = false;
     //
     // btnBack
     //
     this.btnBack.BackColor       = System.Drawing.SystemColors.Control;
     this.btnBack.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnBack.BackgroundImage")));
     this.btnBack.ButtonType      = UserControl.ButtonTypes.None;
     this.btnBack.Caption         = "返回";
     this.btnBack.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.btnBack.Location        = new System.Drawing.Point(352, 16);
     this.btnBack.Name            = "btnBack";
     this.btnBack.Size            = new System.Drawing.Size(88, 24);
     this.btnBack.TabIndex        = 10;
     this.btnBack.Click          += new System.EventHandler(this.btnBack_Click);
     //
     // btnOK
     //
     this.btnOK.BackColor       = System.Drawing.SystemColors.Control;
     this.btnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOK.BackgroundImage")));
     this.btnOK.ButtonType      = UserControl.ButtonTypes.None;
     this.btnOK.Caption         = "确定";
     this.btnOK.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.btnOK.Location        = new System.Drawing.Point(229, 16);
     this.btnOK.Name            = "btnOK";
     this.btnOK.Size            = new System.Drawing.Size(88, 24);
     this.btnOK.TabIndex        = 2;
     this.btnOK.Click          += new System.EventHandler(this.btnOK_Click);
     //
     // StoreroomInfo
     //
     this.StoreroomInfo.Controls.Add(this.gridStorage);
     this.StoreroomInfo.Dock     = System.Windows.Forms.DockStyle.Left;
     this.StoreroomInfo.Location = new System.Drawing.Point(0, 0);
     this.StoreroomInfo.Name     = "StoreroomInfo";
     this.StoreroomInfo.Size     = new System.Drawing.Size(254, 391);
     this.StoreroomInfo.TabIndex = 5;
     this.StoreroomInfo.TabStop  = false;
     this.StoreroomInfo.Text     = "库房信息";
     //
     // gridStorage
     //
     this.gridStorage.Cursor            = System.Windows.Forms.Cursors.Default;
     this.gridStorage.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.gridStorage.Location          = new System.Drawing.Point(3, 17);
     this.gridStorage.Name              = "gridStorage";
     this.gridStorage.Size              = new System.Drawing.Size(248, 371);
     this.gridStorage.TabIndex          = 4;
     this.gridStorage.Click            += new System.EventHandler(this.gridStorage_Click);
     this.gridStorage.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.gridStorage_InitializeLayout);
     //
     // StackInfo
     //
     this.StackInfo.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.StackInfo.Controls.Add(this.txtStackCode);
     this.StackInfo.Controls.Add(this.gridStack);
     this.StackInfo.Location = new System.Drawing.Point(257, 0);
     this.StackInfo.Name     = "StackInfo";
     this.StackInfo.Size     = new System.Drawing.Size(535, 391);
     this.StackInfo.TabIndex = 6;
     this.StackInfo.TabStop  = false;
     this.StackInfo.Text     = "垛位信息";
     //
     // txtStackCode
     //
     this.txtStackCode.AllowEditOnlyChecked = true;
     this.txtStackCode.AutoSelectAll        = false;
     this.txtStackCode.AutoUpper            = true;
     this.txtStackCode.Caption           = "垛位";
     this.txtStackCode.Checked           = false;
     this.txtStackCode.EditType          = UserControl.EditTypes.String;
     this.txtStackCode.Location          = new System.Drawing.Point(49, 22);
     this.txtStackCode.MaxLength         = 40;
     this.txtStackCode.Multiline         = false;
     this.txtStackCode.Name              = "txtStackCode";
     this.txtStackCode.PasswordChar      = '\0';
     this.txtStackCode.ReadOnly          = false;
     this.txtStackCode.ShowCheckBox      = false;
     this.txtStackCode.Size              = new System.Drawing.Size(237, 26);
     this.txtStackCode.TabIndex          = 1;
     this.txtStackCode.TabNext           = true;
     this.txtStackCode.Value             = "";
     this.txtStackCode.WidthType         = UserControl.WidthTypes.Long;
     this.txtStackCode.XAlign            = 86;
     this.txtStackCode.TxtboxKeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txtStackCode_TxtboxKeyPress);
     this.txtStackCode.InnerTextChanged += new System.EventHandler(this.txtStackCode_InnerTextChanged);
     //
     // gridStack
     //
     this.gridStack.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.gridStack.Cursor            = System.Windows.Forms.Cursors.Default;
     this.gridStack.Location          = new System.Drawing.Point(3, 54);
     this.gridStack.Name              = "gridStack";
     this.gridStack.Size              = new System.Drawing.Size(529, 334);
     this.gridStack.TabIndex          = 3;
     this.gridStack.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.gridStack_InitializeLayout);
     this.gridStack.CellChange       += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.gridStack_CellChange);
     //
     // ultraDataSource2
     //
     ultraDataBand1.Columns.AddRange(new object[] {
         ultraDataColumn1,
         ultraDataColumn2,
         ultraDataColumn3,
         ultraDataColumn4
     });
     this.ultraDataSource2.Band.ChildBands.AddRange(new object[] {
         ultraDataBand1
     });
     this.ultraDataSource2.Band.Columns.AddRange(new object[] {
         ultraDataColumn5,
         ultraDataColumn6,
         ultraDataColumn7,
         ultraDataColumn8,
         ultraDataColumn9
     });
     this.ultraDataSource2.Band.Key = "Band0";
     //
     // FStackInfo
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize    = new System.Drawing.Size(792, 444);
     this.Controls.Add(this.StackInfo);
     this.Controls.Add(this.StoreroomInfo);
     this.Controls.Add(this.groupBox1);
     this.Name          = "FStackInfo";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "垛位使用情况";
     this.Load         += new System.EventHandler(this.FStackInfo_Load);
     this.Activated    += new System.EventHandler(this.FStackInfo_Activated);
     this.groupBox1.ResumeLayout(false);
     this.StoreroomInfo.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridStorage)).EndInit();
     this.StackInfo.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridStack)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraDataSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraDataSource2)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 2
0
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("", -1);
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinDataSource.UltraDataBand ultraDataBand1 = new Infragistics.Win.UltraWinDataSource.UltraDataBand("箱号");
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.panel2 = new System.Windows.Forms.Panel();
            this.txtOpened = new System.Windows.Forms.TextBox();
            this.but_quit = new System.Windows.Forms.Button();
            this.lblPO = new System.Windows.Forms.Label();
            this.lblCustomer = new System.Windows.Forms.Label();
            this.butSave = new System.Windows.Forms.Button();
            this.butView = new System.Windows.Forms.Button();
            this.butDelRow = new System.Windows.Forms.Button();
            this.butSaveRow = new System.Windows.Forms.Button();
            this.butDelBox = new System.Windows.Forms.Button();
            this.txtQty = new System.Windows.Forms.TextBox();
            this.groupBoxSize = new System.Windows.Forms.GroupBox();
            this.panelSize = new System.Windows.Forms.Panel();
            this.groupBoxColor = new System.Windows.Forms.GroupBox();
            this.panelColor = new System.Windows.Forms.Panel();
            this.groupBoxType = new System.Windows.Forms.GroupBox();
            this.panelType = new System.Windows.Forms.Panel();
            this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.textPairQty = new System.Windows.Forms.TextBox();
            this.label16 = new System.Windows.Forms.Label();
            this.textSize = new System.Windows.Forms.TextBox();
            this.label15 = new System.Windows.Forms.Label();
            this.textColor = new System.Windows.Forms.TextBox();
            this.label14 = new System.Windows.Forms.Label();
            this.textType = new System.Windows.Forms.TextBox();
            this.label10 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.button2 = new System.Windows.Forms.Button();
            this.label13 = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.btnNewTray = new System.Windows.Forms.Button();
            this.panel1 = new System.Windows.Forms.Panel();
            this.butok = new System.Windows.Forms.Button();
            this.but_M = new System.Windows.Forms.Button();
            this.but_N = new System.Windows.Forms.Button();
            this.but_B = new System.Windows.Forms.Button();
            this.but_V = new System.Windows.Forms.Button();
            this.but_C = new System.Windows.Forms.Button();
            this.but_X = new System.Windows.Forms.Button();
            this.but_Z = new System.Windows.Forms.Button();
            this.but_del = new System.Windows.Forms.Button();
            this.but_L = new System.Windows.Forms.Button();
            this.but_K = new System.Windows.Forms.Button();
            this.but_J = new System.Windows.Forms.Button();
            this.but_H = new System.Windows.Forms.Button();
            this.but_G = new System.Windows.Forms.Button();
            this.but_F = new System.Windows.Forms.Button();
            this.but_D = new System.Windows.Forms.Button();
            this.but_S = new System.Windows.Forms.Button();
            this.but_A = new System.Windows.Forms.Button();
            this.but__ = new System.Windows.Forms.Button();
            this.but_P = new System.Windows.Forms.Button();
            this.but_O = new System.Windows.Forms.Button();
            this.but_I = new System.Windows.Forms.Button();
            this.but_U = new System.Windows.Forms.Button();
            this.but_Y = new System.Windows.Forms.Button();
            this.but_T = new System.Windows.Forms.Button();
            this.but_R = new System.Windows.Forms.Button();
            this.but_E = new System.Windows.Forms.Button();
            this.but_W = new System.Windows.Forms.Button();
            this.but_Q = new System.Windows.Forms.Button();
            this.but_0 = new System.Windows.Forms.Button();
            this.but_9 = new System.Windows.Forms.Button();
            this.but_8 = new System.Windows.Forms.Button();
            this.but_7 = new System.Windows.Forms.Button();
            this.but_6 = new System.Windows.Forms.Button();
            this.but_5 = new System.Windows.Forms.Button();
            this.but_4 = new System.Windows.Forms.Button();
            this.but_3 = new System.Windows.Forms.Button();
            this.but_2 = new System.Windows.Forms.Button();
            this.but_1 = new System.Windows.Forms.Button();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.ultraDataSource1 = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components);
            this.panel2.SuspendLayout();
            this.groupBoxSize.SuspendLayout();
            this.groupBoxColor.SuspendLayout();
            this.groupBoxType.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraDataSource1)).BeginInit();
            this.SuspendLayout();
            // 
            // label2
            // 
            this.label2.BackColor = System.Drawing.Color.Transparent;
            this.label2.Font = new System.Drawing.Font("SimSun", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label2.Location = new System.Drawing.Point(247, 43);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(31, 24);
            this.label2.TabIndex = 4;
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label3
            // 
            this.label3.BackColor = System.Drawing.Color.Transparent;
            this.label3.Font = new System.Drawing.Font("SimSun", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label3.Location = new System.Drawing.Point(284, 43);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(31, 24);
            this.label3.TabIndex = 5;
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label4
            // 
            this.label4.BackColor = System.Drawing.Color.Transparent;
            this.label4.Font = new System.Drawing.Font("SimSun", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label4.Location = new System.Drawing.Point(321, 43);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(31, 24);
            this.label4.TabIndex = 6;
            this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label5
            // 
            this.label5.BackColor = System.Drawing.Color.Transparent;
            this.label5.Font = new System.Drawing.Font("SimSun", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label5.Location = new System.Drawing.Point(358, 43);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(31, 24);
            this.label5.TabIndex = 7;
            this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label6
            // 
            this.label6.BackColor = System.Drawing.Color.Transparent;
            this.label6.Font = new System.Drawing.Font("SimSun", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label6.Location = new System.Drawing.Point(395, 43);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(31, 24);
            this.label6.TabIndex = 8;
            this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label7
            // 
            this.label7.BackColor = System.Drawing.Color.Transparent;
            this.label7.Font = new System.Drawing.Font("SimSun", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label7.Location = new System.Drawing.Point(432, 43);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(31, 24);
            this.label7.TabIndex = 9;
            this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label8
            // 
            this.label8.BackColor = System.Drawing.Color.Transparent;
            this.label8.Font = new System.Drawing.Font("SimSun", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label8.Location = new System.Drawing.Point(469, 43);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(31, 24);
            this.label8.TabIndex = 10;
            this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label11
            // 
            this.label11.BackColor = System.Drawing.Color.Transparent;
            this.label11.Location = new System.Drawing.Point(94, 42);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(29, 23);
            this.label11.TabIndex = 2;
            // 
            // panel2
            // 
            this.panel2.BackgroundImage = global::GENLSYS.MES.WinPAD.Properties.Resources._1;
            this.panel2.Controls.Add(this.txtOpened);
            this.panel2.Controls.Add(this.but_quit);
            this.panel2.Controls.Add(this.lblPO);
            this.panel2.Controls.Add(this.lblCustomer);
            this.panel2.Controls.Add(this.butSave);
            this.panel2.Controls.Add(this.butView);
            this.panel2.Controls.Add(this.butDelRow);
            this.panel2.Controls.Add(this.butSaveRow);
            this.panel2.Controls.Add(this.butDelBox);
            this.panel2.Controls.Add(this.txtQty);
            this.panel2.Controls.Add(this.groupBoxSize);
            this.panel2.Controls.Add(this.groupBoxColor);
            this.panel2.Controls.Add(this.groupBoxType);
            this.panel2.Controls.Add(this.ultraGrid1);
            this.panel2.Controls.Add(this.textPairQty);
            this.panel2.Controls.Add(this.label16);
            this.panel2.Controls.Add(this.textSize);
            this.panel2.Controls.Add(this.label15);
            this.panel2.Controls.Add(this.textColor);
            this.panel2.Controls.Add(this.label14);
            this.panel2.Controls.Add(this.textType);
            this.panel2.Controls.Add(this.label10);
            this.panel2.Controls.Add(this.label9);
            this.panel2.Controls.Add(this.button2);
            this.panel2.Controls.Add(this.label13);
            this.panel2.Controls.Add(this.label12);
            this.panel2.Controls.Add(this.btnNewTray);
            this.panel2.Controls.Add(this.panel1);
            this.panel2.Controls.Add(this.textBox2);
            this.panel2.Controls.Add(this.textBox1);
            this.panel2.Location = new System.Drawing.Point(1, 1);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(1026, 750);
            this.panel2.TabIndex = 13;
            // 
            // txtOpened
            // 
            this.txtOpened.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.txtOpened.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtOpened.Location = new System.Drawing.Point(431, 57);
            this.txtOpened.Multiline = true;
            this.txtOpened.Name = "txtOpened";
            this.txtOpened.Size = new System.Drawing.Size(39, 26);
            this.txtOpened.TabIndex = 82;
            this.txtOpened.Text = "0";
            this.txtOpened.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // but_quit
            // 
            this.but_quit.BackColor = System.Drawing.Color.Transparent;
            this.but_quit.Image = global::GENLSYS.MES.WinPAD.Properties.Resources.trackback;
            this.but_quit.Location = new System.Drawing.Point(958, 11);
            this.but_quit.Name = "but_quit";
            this.but_quit.Size = new System.Drawing.Size(64, 64);
            this.but_quit.TabIndex = 80;
            this.but_quit.Text = "新选订单";
            this.but_quit.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.but_quit.UseVisualStyleBackColor = false;
            this.but_quit.Click += new System.EventHandler(this.but_quit_Click);
            // 
            // lblPO
            // 
            this.lblPO.BackColor = System.Drawing.Color.Transparent;
            this.lblPO.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblPO.Location = new System.Drawing.Point(21, 46);
            this.lblPO.Name = "lblPO";
            this.lblPO.Size = new System.Drawing.Size(165, 23);
            this.lblPO.TabIndex = 67;
            this.lblPO.Text = "订单:";
            // 
            // lblCustomer
            // 
            this.lblCustomer.BackColor = System.Drawing.Color.Transparent;
            this.lblCustomer.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblCustomer.Location = new System.Drawing.Point(21, 21);
            this.lblCustomer.Name = "lblCustomer";
            this.lblCustomer.Size = new System.Drawing.Size(175, 23);
            this.lblCustomer.TabIndex = 66;
            this.lblCustomer.Text = "客户:";
            // 
            // butSave
            // 
            this.butSave.Image = global::GENLSYS.MES.WinPAD.Properties.Resources.save2;
            this.butSave.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
            this.butSave.Location = new System.Drawing.Point(821, 10);
            this.butSave.Name = "butSave";
            this.butSave.Size = new System.Drawing.Size(64, 64);
            this.butSave.TabIndex = 65;
            this.butSave.Text = "保存本箱";
            this.butSave.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.butSave.UseVisualStyleBackColor = true;
            this.butSave.Click += new System.EventHandler(this.butSave_Click);
            // 
            // butView
            // 
            this.butView.Image = global::GENLSYS.MES.WinPAD.Properties.Resources.help1;
            this.butView.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
            this.butView.Location = new System.Drawing.Point(756, 10);
            this.butView.Name = "butView";
            this.butView.Size = new System.Drawing.Size(64, 64);
            this.butView.TabIndex = 64;
            this.butView.Text = "查看原箱";
            this.butView.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.butView.UseVisualStyleBackColor = true;
            this.butView.Click += new System.EventHandler(this.butView_Click);
            // 
            // butDelRow
            // 
            this.butDelRow.Image = global::GENLSYS.MES.WinPAD.Properties.Resources.delete1;
            this.butDelRow.Location = new System.Drawing.Point(959, 84);
            this.butDelRow.Name = "butDelRow";
            this.butDelRow.Size = new System.Drawing.Size(64, 64);
            this.butDelRow.TabIndex = 63;
            this.butDelRow.Text = "删除行";
            this.butDelRow.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.butDelRow.UseVisualStyleBackColor = true;
            this.butDelRow.Click += new System.EventHandler(this.butDelRow_Click);
            // 
            // butSaveRow
            // 
            this.butSaveRow.Image = global::GENLSYS.MES.WinPAD.Properties.Resources.inbox;
            this.butSaveRow.Location = new System.Drawing.Point(894, 84);
            this.butSaveRow.Name = "butSaveRow";
            this.butSaveRow.Size = new System.Drawing.Size(64, 64);
            this.butSaveRow.TabIndex = 62;
            this.butSaveRow.UseVisualStyleBackColor = true;
            this.butSaveRow.Click += new System.EventHandler(this.butSaveRow_Click);
            // 
            // butDelBox
            // 
            this.butDelBox.Image = global::GENLSYS.MES.WinPAD.Properties.Resources.delete2;
            this.butDelBox.Location = new System.Drawing.Point(893, 10);
            this.butDelBox.Name = "butDelBox";
            this.butDelBox.Size = new System.Drawing.Size(64, 64);
            this.butDelBox.TabIndex = 61;
            this.butDelBox.Text = "删除箱";
            this.butDelBox.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.butDelBox.UseVisualStyleBackColor = true;
            this.butDelBox.Visible = false;
            this.butDelBox.Click += new System.EventHandler(this.butDelBox_Click);
            // 
            // txtQty
            // 
            this.txtQty.Enabled = false;
            this.txtQty.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtQty.Location = new System.Drawing.Point(431, 30);
            this.txtQty.Multiline = true;
            this.txtQty.Name = "txtQty";
            this.txtQty.Size = new System.Drawing.Size(39, 24);
            this.txtQty.TabIndex = 59;
            this.txtQty.TextChanged += new System.EventHandler(this.txtQty_TextChanged);
            this.txtQty.Enter += new System.EventHandler(this.txtQty_Enter);
            // 
            // groupBoxSize
            // 
            this.groupBoxSize.BackColor = System.Drawing.Color.LightSeaGreen;
            this.groupBoxSize.Controls.Add(this.panelSize);
            this.groupBoxSize.Location = new System.Drawing.Point(896, 345);
            this.groupBoxSize.Name = "groupBoxSize";
            this.groupBoxSize.Size = new System.Drawing.Size(120, 387);
            this.groupBoxSize.TabIndex = 58;
            this.groupBoxSize.TabStop = false;
            this.groupBoxSize.Text = "尺码";
            // 
            // panelSize
            // 
            this.panelSize.AutoScroll = true;
            this.panelSize.BackColor = System.Drawing.Color.LightSeaGreen;
            this.panelSize.Location = new System.Drawing.Point(8, 13);
            this.panelSize.Name = "panelSize";
            this.panelSize.Size = new System.Drawing.Size(106, 368);
            this.panelSize.TabIndex = 86;
            // 
            // groupBoxColor
            // 
            this.groupBoxColor.BackColor = System.Drawing.Color.LightSeaGreen;
            this.groupBoxColor.Controls.Add(this.panelColor);
            this.groupBoxColor.Location = new System.Drawing.Point(754, 345);
            this.groupBoxColor.Name = "groupBoxColor";
            this.groupBoxColor.Size = new System.Drawing.Size(127, 387);
            this.groupBoxColor.TabIndex = 58;
            this.groupBoxColor.TabStop = false;
            this.groupBoxColor.Text = "颜色";
            // 
            // panelColor
            // 
            this.panelColor.AutoScroll = true;
            this.panelColor.BackColor = System.Drawing.Color.LightSeaGreen;
            this.panelColor.Location = new System.Drawing.Point(6, 13);
            this.panelColor.Name = "panelColor";
            this.panelColor.Size = new System.Drawing.Size(111, 366);
            this.panelColor.TabIndex = 88;
            // 
            // groupBoxType
            // 
            this.groupBoxType.BackColor = System.Drawing.Color.LightSeaGreen;
            this.groupBoxType.Controls.Add(this.panelType);
            this.groupBoxType.Location = new System.Drawing.Point(608, 345);
            this.groupBoxType.Name = "groupBoxType";
            this.groupBoxType.Size = new System.Drawing.Size(126, 387);
            this.groupBoxType.TabIndex = 57;
            this.groupBoxType.TabStop = false;
            this.groupBoxType.Text = "款号";
            // 
            // panelType
            // 
            this.panelType.AutoScroll = true;
            this.panelType.BackColor = System.Drawing.Color.LightSeaGreen;
            this.panelType.Location = new System.Drawing.Point(6, 15);
            this.panelType.Name = "panelType";
            this.panelType.Size = new System.Drawing.Size(109, 368);
            this.panelType.TabIndex = 87;
            // 
            // ultraGrid1
            // 
            appearance13.BackColor = System.Drawing.SystemColors.Window;
            appearance13.BorderColor = System.Drawing.SystemColors.InactiveCaption;
            this.ultraGrid1.DisplayLayout.Appearance = appearance13;
            appearance1.TextHAlignAsString = "Center";
            ultraGridBand1.Header.Appearance = appearance1;
            this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
            this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
            appearance14.BackColor = System.Drawing.SystemColors.ActiveBorder;
            appearance14.BackColor2 = System.Drawing.SystemColors.ControlDark;
            appearance14.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance14.BorderColor = System.Drawing.SystemColors.Window;
            this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance14;
            appearance16.ForeColor = System.Drawing.SystemColors.GrayText;
            this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance16;
            this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            appearance15.BackColor = System.Drawing.SystemColors.ControlLightLight;
            appearance15.BackColor2 = System.Drawing.SystemColors.Control;
            appearance15.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
            appearance15.ForeColor = System.Drawing.SystemColors.GrayText;
            this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance15;
            this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
            this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
            appearance21.BackColor = System.Drawing.SystemColors.Window;
            appearance21.ForeColor = System.Drawing.SystemColors.ControlText;
            this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance21;
            appearance17.BackColor = System.Drawing.SystemColors.Highlight;
            appearance17.ForeColor = System.Drawing.SystemColors.HighlightText;
            this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance17;
            this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
            this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
            appearance24.BackColor = System.Drawing.SystemColors.Window;
            this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance24;
            appearance20.BorderColor = System.Drawing.Color.Silver;
            appearance20.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
            this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance20;
            this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
            this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
            appearance18.BackColor = System.Drawing.SystemColors.Control;
            appearance18.BackColor2 = System.Drawing.SystemColors.ControlDark;
            appearance18.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
            appearance18.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
            appearance18.BorderColor = System.Drawing.SystemColors.Window;
            this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance18;
            appearance19.TextHAlignAsString = "Left";
            this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance19;
            this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
            this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
            appearance22.BackColor = System.Drawing.SystemColors.Window;
            appearance22.BorderColor = System.Drawing.Color.Silver;
            this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance22;
            this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
            appearance23.BackColor = System.Drawing.SystemColors.ControlLight;
            this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance23;
            this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
            this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
            this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
            this.ultraGrid1.Location = new System.Drawing.Point(11, 82);
            this.ultraGrid1.Name = "ultraGrid1";
            this.ultraGrid1.Size = new System.Drawing.Size(550, 650);
            this.ultraGrid1.TabIndex = 56;
            this.ultraGrid1.Text = "ultraGrid1";
            this.ultraGrid1.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.ultraGrid1_InitializeLayout);
            this.ultraGrid1.ClickCell += new Infragistics.Win.UltraWinGrid.ClickCellEventHandler(this.ultraGrid1_ClickCell);
            // 
            // textPairQty
            // 
            this.textPairQty.Enabled = false;
            this.textPairQty.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.textPairQty.Location = new System.Drawing.Point(805, 120);
            this.textPairQty.Multiline = true;
            this.textPairQty.Name = "textPairQty";
            this.textPairQty.Size = new System.Drawing.Size(81, 26);
            this.textPairQty.TabIndex = 55;
            this.textPairQty.TextChanged += new System.EventHandler(this.textPairQty_TextChanged);
            this.textPairQty.Enter += new System.EventHandler(this.textPairQty_Enter);
            // 
            // label16
            // 
            this.label16.BackColor = System.Drawing.Color.Transparent;
            this.label16.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label16.Location = new System.Drawing.Point(751, 124);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(51, 23);
            this.label16.TabIndex = 54;
            this.label16.Text = "双数:";
            // 
            // textSize
            // 
            this.textSize.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.textSize.Location = new System.Drawing.Point(635, 120);
            this.textSize.Multiline = true;
            this.textSize.Name = "textSize";
            this.textSize.ReadOnly = true;
            this.textSize.Size = new System.Drawing.Size(110, 26);
            this.textSize.TabIndex = 53;
            // 
            // label15
            // 
            this.label15.BackColor = System.Drawing.Color.Transparent;
            this.label15.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label15.Location = new System.Drawing.Point(589, 122);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(51, 23);
            this.label15.TabIndex = 52;
            this.label15.Text = "尺码:";
            // 
            // textColor
            // 
            this.textColor.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.textColor.Location = new System.Drawing.Point(805, 88);
            this.textColor.Multiline = true;
            this.textColor.Name = "textColor";
            this.textColor.ReadOnly = true;
            this.textColor.Size = new System.Drawing.Size(81, 26);
            this.textColor.TabIndex = 51;
            // 
            // label14
            // 
            this.label14.BackColor = System.Drawing.Color.Transparent;
            this.label14.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label14.Location = new System.Drawing.Point(751, 92);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(48, 23);
            this.label14.TabIndex = 50;
            this.label14.Text = "颜色:";
            // 
            // textType
            // 
            this.textType.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.textType.Location = new System.Drawing.Point(635, 88);
            this.textType.Multiline = true;
            this.textType.Name = "textType";
            this.textType.ReadOnly = true;
            this.textType.Size = new System.Drawing.Size(110, 26);
            this.textType.TabIndex = 49;
            // 
            // label10
            // 
            this.label10.BackColor = System.Drawing.Color.Transparent;
            this.label10.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label10.Location = new System.Drawing.Point(589, 92);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(48, 19);
            this.label10.TabIndex = 48;
            this.label10.Text = "款号:";
            // 
            // label9
            // 
            this.label9.BackColor = System.Drawing.Color.Transparent;
            this.label9.Font = new System.Drawing.Font("SimSun", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label9.Location = new System.Drawing.Point(587, 22);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(49, 53);
            this.label9.TabIndex = 47;
            this.label9.Text = "箱号";
            this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // button2
            // 
            this.button2.Image = global::GENLSYS.MES.WinPAD.Properties.Resources.box21;
            this.button2.Location = new System.Drawing.Point(516, 10);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(64, 64);
            this.button2.TabIndex = 46;
            this.button2.Text = "封箱";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // label13
            // 
            this.label13.BackColor = System.Drawing.Color.Transparent;
            this.label13.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label13.Location = new System.Drawing.Point(492, 31);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(41, 23);
            this.label13.TabIndex = 45;
            this.label13.Text = "箱";
            // 
            // label12
            // 
            this.label12.BackColor = System.Drawing.Color.Transparent;
            this.label12.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label12.Location = new System.Drawing.Point(395, 31);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(115, 23);
            this.label12.TabIndex = 42;
            this.label12.Text = "共";
            // 
            // btnNewTray
            // 
            this.btnNewTray.Image = global::GENLSYS.MES.WinPAD.Properties.Resources.play;
            this.btnNewTray.Location = new System.Drawing.Point(202, 10);
            this.btnNewTray.Name = "btnNewTray";
            this.btnNewTray.Size = new System.Drawing.Size(64, 64);
            this.btnNewTray.TabIndex = 39;
            this.btnNewTray.Text = "新到托盘";
            this.btnNewTray.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.btnNewTray.UseVisualStyleBackColor = true;
            this.btnNewTray.Click += new System.EventHandler(this.btnNewTray_Click);
            // 
            // panel1
            // 
            this.panel1.BackColor = System.Drawing.Color.Turquoise;
            this.panel1.Controls.Add(this.butok);
            this.panel1.Controls.Add(this.but_M);
            this.panel1.Controls.Add(this.but_N);
            this.panel1.Controls.Add(this.but_B);
            this.panel1.Controls.Add(this.but_V);
            this.panel1.Controls.Add(this.but_C);
            this.panel1.Controls.Add(this.but_X);
            this.panel1.Controls.Add(this.but_Z);
            this.panel1.Controls.Add(this.but_del);
            this.panel1.Controls.Add(this.but_L);
            this.panel1.Controls.Add(this.but_K);
            this.panel1.Controls.Add(this.but_J);
            this.panel1.Controls.Add(this.but_H);
            this.panel1.Controls.Add(this.but_G);
            this.panel1.Controls.Add(this.but_F);
            this.panel1.Controls.Add(this.but_D);
            this.panel1.Controls.Add(this.but_S);
            this.panel1.Controls.Add(this.but_A);
            this.panel1.Controls.Add(this.but__);
            this.panel1.Controls.Add(this.but_P);
            this.panel1.Controls.Add(this.but_O);
            this.panel1.Controls.Add(this.but_I);
            this.panel1.Controls.Add(this.but_U);
            this.panel1.Controls.Add(this.but_Y);
            this.panel1.Controls.Add(this.but_T);
            this.panel1.Controls.Add(this.but_R);
            this.panel1.Controls.Add(this.but_E);
            this.panel1.Controls.Add(this.but_W);
            this.panel1.Controls.Add(this.but_Q);
            this.panel1.Controls.Add(this.but_0);
            this.panel1.Controls.Add(this.but_9);
            this.panel1.Controls.Add(this.but_8);
            this.panel1.Controls.Add(this.but_7);
            this.panel1.Controls.Add(this.but_6);
            this.panel1.Controls.Add(this.but_5);
            this.panel1.Controls.Add(this.but_4);
            this.panel1.Controls.Add(this.but_3);
            this.panel1.Controls.Add(this.but_2);
            this.panel1.Controls.Add(this.but_1);
            this.panel1.Location = new System.Drawing.Point(592, 154);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(431, 185);
            this.panel1.TabIndex = 12;
            // 
            // butok
            // 
            this.butok.Location = new System.Drawing.Point(392, 132);
            this.butok.Name = "butok";
            this.butok.Size = new System.Drawing.Size(38, 38);
            this.butok.TabIndex = 79;
            this.butok.Text = "确定";
            this.butok.UseVisualStyleBackColor = true;
            // 
            // but_M
            // 
            this.but_M.Location = new System.Drawing.Point(348, 132);
            this.but_M.Name = "but_M";
            this.but_M.Size = new System.Drawing.Size(38, 38);
            this.but_M.TabIndex = 78;
            this.but_M.Text = "M";
            this.but_M.UseVisualStyleBackColor = true;
            // 
            // but_N
            // 
            this.but_N.Location = new System.Drawing.Point(304, 132);
            this.but_N.Name = "but_N";
            this.but_N.Size = new System.Drawing.Size(38, 38);
            this.but_N.TabIndex = 77;
            this.but_N.Text = "N";
            this.but_N.UseVisualStyleBackColor = true;
            // 
            // but_B
            // 
            this.but_B.Location = new System.Drawing.Point(260, 132);
            this.but_B.Name = "but_B";
            this.but_B.Size = new System.Drawing.Size(38, 38);
            this.but_B.TabIndex = 76;
            this.but_B.Text = "B";
            this.but_B.UseVisualStyleBackColor = true;
            // 
            // but_V
            // 
            this.but_V.Location = new System.Drawing.Point(216, 132);
            this.but_V.Name = "but_V";
            this.but_V.Size = new System.Drawing.Size(38, 38);
            this.but_V.TabIndex = 75;
            this.but_V.Text = "V";
            this.but_V.UseVisualStyleBackColor = true;
            // 
            // but_C
            // 
            this.but_C.Location = new System.Drawing.Point(172, 132);
            this.but_C.Name = "but_C";
            this.but_C.Size = new System.Drawing.Size(38, 38);
            this.but_C.TabIndex = 74;
            this.but_C.Text = "C";
            this.but_C.UseVisualStyleBackColor = true;
            // 
            // but_X
            // 
            this.but_X.Location = new System.Drawing.Point(128, 132);
            this.but_X.Name = "but_X";
            this.but_X.Size = new System.Drawing.Size(38, 38);
            this.but_X.TabIndex = 73;
            this.but_X.Text = "X";
            this.but_X.UseVisualStyleBackColor = true;
            // 
            // but_Z
            // 
            this.but_Z.Location = new System.Drawing.Point(84, 132);
            this.but_Z.Name = "but_Z";
            this.but_Z.Size = new System.Drawing.Size(38, 38);
            this.but_Z.TabIndex = 72;
            this.but_Z.Text = "Z";
            this.but_Z.UseVisualStyleBackColor = true;
            // 
            // but_del
            // 
            this.but_del.Location = new System.Drawing.Point(0, 132);
            this.but_del.Name = "but_del";
            this.but_del.Size = new System.Drawing.Size(78, 38);
            this.but_del.TabIndex = 71;
            this.but_del.Text = "删除";
            this.but_del.UseVisualStyleBackColor = true;
            // 
            // but_L
            // 
            this.but_L.Location = new System.Drawing.Point(393, 88);
            this.but_L.Name = "but_L";
            this.but_L.Size = new System.Drawing.Size(38, 38);
            this.but_L.TabIndex = 70;
            this.but_L.Text = "L";
            this.but_L.UseVisualStyleBackColor = true;
            // 
            // but_K
            // 
            this.but_K.Location = new System.Drawing.Point(349, 88);
            this.but_K.Name = "but_K";
            this.but_K.Size = new System.Drawing.Size(38, 38);
            this.but_K.TabIndex = 69;
            this.but_K.Text = "K";
            this.but_K.UseVisualStyleBackColor = true;
            // 
            // but_J
            // 
            this.but_J.Location = new System.Drawing.Point(305, 88);
            this.but_J.Name = "but_J";
            this.but_J.Size = new System.Drawing.Size(38, 38);
            this.but_J.TabIndex = 68;
            this.but_J.Text = "J";
            this.but_J.UseVisualStyleBackColor = true;
            // 
            // but_H
            // 
            this.but_H.Location = new System.Drawing.Point(261, 88);
            this.but_H.Name = "but_H";
            this.but_H.Size = new System.Drawing.Size(38, 38);
            this.but_H.TabIndex = 67;
            this.but_H.Text = "H";
            this.but_H.UseVisualStyleBackColor = true;
            // 
            // but_G
            // 
            this.but_G.Location = new System.Drawing.Point(217, 88);
            this.but_G.Name = "but_G";
            this.but_G.Size = new System.Drawing.Size(38, 38);
            this.but_G.TabIndex = 66;
            this.but_G.Text = "G";
            this.but_G.UseVisualStyleBackColor = true;
            // 
            // but_F
            // 
            this.but_F.Location = new System.Drawing.Point(173, 88);
            this.but_F.Name = "but_F";
            this.but_F.Size = new System.Drawing.Size(38, 38);
            this.but_F.TabIndex = 65;
            this.but_F.Text = "F";
            this.but_F.UseVisualStyleBackColor = true;
            // 
            // but_D
            // 
            this.but_D.Location = new System.Drawing.Point(129, 88);
            this.but_D.Name = "but_D";
            this.but_D.Size = new System.Drawing.Size(38, 38);
            this.but_D.TabIndex = 64;
            this.but_D.Text = "D";
            this.but_D.UseVisualStyleBackColor = true;
            // 
            // but_S
            // 
            this.but_S.Location = new System.Drawing.Point(85, 88);
            this.but_S.Name = "but_S";
            this.but_S.Size = new System.Drawing.Size(38, 38);
            this.but_S.TabIndex = 63;
            this.but_S.Text = "S";
            this.but_S.UseVisualStyleBackColor = true;
            // 
            // but_A
            // 
            this.but_A.Location = new System.Drawing.Point(41, 88);
            this.but_A.Name = "but_A";
            this.but_A.Size = new System.Drawing.Size(38, 38);
            this.but_A.TabIndex = 62;
            this.but_A.Text = "A";
            this.but_A.UseVisualStyleBackColor = true;
            // 
            // but__
            // 
            this.but__.Location = new System.Drawing.Point(0, 88);
            this.but__.Name = "but__";
            this.but__.Size = new System.Drawing.Size(38, 38);
            this.but__.TabIndex = 61;
            this.but__.Text = "_";
            this.but__.UseVisualStyleBackColor = true;
            // 
            // but_P
            // 
            this.but_P.Location = new System.Drawing.Point(393, 44);
            this.but_P.Name = "but_P";
            this.but_P.Size = new System.Drawing.Size(38, 38);
            this.but_P.TabIndex = 60;
            this.but_P.Text = "P";
            this.but_P.UseVisualStyleBackColor = true;
            // 
            // but_O
            // 
            this.but_O.Location = new System.Drawing.Point(349, 44);
            this.but_O.Name = "but_O";
            this.but_O.Size = new System.Drawing.Size(38, 38);
            this.but_O.TabIndex = 59;
            this.but_O.Text = "O";
            this.but_O.UseVisualStyleBackColor = true;
            // 
            // but_I
            // 
            this.but_I.Location = new System.Drawing.Point(305, 44);
            this.but_I.Name = "but_I";
            this.but_I.Size = new System.Drawing.Size(38, 38);
            this.but_I.TabIndex = 58;
            this.but_I.Text = "I";
            this.but_I.UseVisualStyleBackColor = true;
            // 
            // but_U
            // 
            this.but_U.Location = new System.Drawing.Point(261, 44);
            this.but_U.Name = "but_U";
            this.but_U.Size = new System.Drawing.Size(38, 38);
            this.but_U.TabIndex = 57;
            this.but_U.Text = "U";
            this.but_U.UseVisualStyleBackColor = true;
            // 
            // but_Y
            // 
            this.but_Y.Location = new System.Drawing.Point(217, 44);
            this.but_Y.Name = "but_Y";
            this.but_Y.Size = new System.Drawing.Size(38, 38);
            this.but_Y.TabIndex = 56;
            this.but_Y.Text = "Y";
            this.but_Y.UseVisualStyleBackColor = true;
            // 
            // but_T
            // 
            this.but_T.Location = new System.Drawing.Point(173, 44);
            this.but_T.Name = "but_T";
            this.but_T.Size = new System.Drawing.Size(38, 38);
            this.but_T.TabIndex = 55;
            this.but_T.Text = "T";
            this.but_T.UseVisualStyleBackColor = true;
            // 
            // but_R
            // 
            this.but_R.Location = new System.Drawing.Point(129, 44);
            this.but_R.Name = "but_R";
            this.but_R.Size = new System.Drawing.Size(38, 38);
            this.but_R.TabIndex = 54;
            this.but_R.Text = "R";
            this.but_R.UseVisualStyleBackColor = true;
            // 
            // but_E
            // 
            this.but_E.Location = new System.Drawing.Point(85, 44);
            this.but_E.Name = "but_E";
            this.but_E.Size = new System.Drawing.Size(38, 38);
            this.but_E.TabIndex = 53;
            this.but_E.Text = "E";
            this.but_E.UseVisualStyleBackColor = true;
            // 
            // but_W
            // 
            this.but_W.Location = new System.Drawing.Point(41, 44);
            this.but_W.Name = "but_W";
            this.but_W.Size = new System.Drawing.Size(38, 38);
            this.but_W.TabIndex = 52;
            this.but_W.Text = "W";
            this.but_W.UseVisualStyleBackColor = true;
            // 
            // but_Q
            // 
            this.but_Q.Location = new System.Drawing.Point(0, 44);
            this.but_Q.Name = "but_Q";
            this.but_Q.Size = new System.Drawing.Size(38, 38);
            this.but_Q.TabIndex = 51;
            this.but_Q.Text = "Q";
            this.but_Q.UseVisualStyleBackColor = true;
            // 
            // but_0
            // 
            this.but_0.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.but_0.Location = new System.Drawing.Point(0, 0);
            this.but_0.Name = "but_0";
            this.but_0.Size = new System.Drawing.Size(38, 38);
            this.but_0.TabIndex = 50;
            this.but_0.Text = "0";
            this.but_0.UseVisualStyleBackColor = true;
            // 
            // but_9
            // 
            this.but_9.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.but_9.Location = new System.Drawing.Point(392, 0);
            this.but_9.Name = "but_9";
            this.but_9.Size = new System.Drawing.Size(38, 38);
            this.but_9.TabIndex = 49;
            this.but_9.Text = "9";
            this.but_9.UseVisualStyleBackColor = true;
            // 
            // but_8
            // 
            this.but_8.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.but_8.Location = new System.Drawing.Point(348, 0);
            this.but_8.Name = "but_8";
            this.but_8.Size = new System.Drawing.Size(38, 38);
            this.but_8.TabIndex = 48;
            this.but_8.Text = "8";
            this.but_8.UseVisualStyleBackColor = true;
            // 
            // but_7
            // 
            this.but_7.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.but_7.Location = new System.Drawing.Point(304, 0);
            this.but_7.Name = "but_7";
            this.but_7.Size = new System.Drawing.Size(38, 38);
            this.but_7.TabIndex = 47;
            this.but_7.Text = "7";
            this.but_7.UseVisualStyleBackColor = true;
            // 
            // but_6
            // 
            this.but_6.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.but_6.Location = new System.Drawing.Point(260, 0);
            this.but_6.Name = "but_6";
            this.but_6.Size = new System.Drawing.Size(38, 38);
            this.but_6.TabIndex = 46;
            this.but_6.Text = "6";
            this.but_6.UseVisualStyleBackColor = true;
            // 
            // but_5
            // 
            this.but_5.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.but_5.Location = new System.Drawing.Point(216, 0);
            this.but_5.Name = "but_5";
            this.but_5.Size = new System.Drawing.Size(38, 38);
            this.but_5.TabIndex = 45;
            this.but_5.Text = "5";
            this.but_5.UseVisualStyleBackColor = true;
            // 
            // but_4
            // 
            this.but_4.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.but_4.Location = new System.Drawing.Point(172, 0);
            this.but_4.Name = "but_4";
            this.but_4.Size = new System.Drawing.Size(38, 38);
            this.but_4.TabIndex = 44;
            this.but_4.Text = "4";
            this.but_4.UseVisualStyleBackColor = true;
            // 
            // but_3
            // 
            this.but_3.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.but_3.Location = new System.Drawing.Point(128, 0);
            this.but_3.Name = "but_3";
            this.but_3.Size = new System.Drawing.Size(38, 38);
            this.but_3.TabIndex = 43;
            this.but_3.Text = "3";
            this.but_3.UseVisualStyleBackColor = true;
            // 
            // but_2
            // 
            this.but_2.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.but_2.Location = new System.Drawing.Point(84, 0);
            this.but_2.Name = "but_2";
            this.but_2.Size = new System.Drawing.Size(38, 38);
            this.but_2.TabIndex = 42;
            this.but_2.Text = "2";
            this.but_2.UseVisualStyleBackColor = true;
            // 
            // but_1
            // 
            this.but_1.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.but_1.Location = new System.Drawing.Point(42, 0);
            this.but_1.Name = "but_1";
            this.but_1.Size = new System.Drawing.Size(38, 38);
            this.but_1.TabIndex = 41;
            this.but_1.Text = "1";
            this.but_1.UseVisualStyleBackColor = true;
            // 
            // textBox2
            // 
            this.textBox2.Enabled = false;
            this.textBox2.Font = new System.Drawing.Font("SimSun", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.textBox2.Location = new System.Drawing.Point(640, 18);
            this.textBox2.Multiline = true;
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new System.Drawing.Size(110, 54);
            this.textBox2.TabIndex = 38;
            this.textBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
            this.textBox2.Enter += new System.EventHandler(this.textBox2_Enter);
            // 
            // textBox1
            // 
            this.textBox1.BackColor = System.Drawing.Color.White;
            this.textBox1.Enabled = false;
            this.textBox1.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.textBox1.Location = new System.Drawing.Point(283, 30);
            this.textBox1.Multiline = true;
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(107, 25);
            this.textBox1.TabIndex = 37;
            this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
            this.textBox1.Enter += new System.EventHandler(this.textBox1_Enter);
            // 
            // ultraDataSource1
            // 
            this.ultraDataSource1.Band.ChildBands.AddRange(new object[] {
            ultraDataBand1});
            // 
            // frmPackBox
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.Control;
            this.ClientSize = new System.Drawing.Size(1024, 768);
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.label8);
            this.Controls.Add(this.label7);
            this.Controls.Add(this.label6);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name = "frmPackBox";
            this.Text = "Form1";
            this.Load += new System.EventHandler(this.Form1_Load);
            this.panel2.ResumeLayout(false);
            this.panel2.PerformLayout();
            this.groupBoxSize.ResumeLayout(false);
            this.groupBoxColor.ResumeLayout(false);
            this.groupBoxType.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
            this.panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraDataSource1)).EndInit();
            this.ResumeLayout(false);

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

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridBand   ultraGridBand1   = new Infragistics.Win.UltraWinGrid.UltraGridBand("GROUP", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Configuration");
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Date");
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Request Set");
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Simulation Parameters");
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ZONE");
     Infragistics.Win.UltraWinGrid.UltraGridBand   ultraGridBand2   = new Infragistics.Win.UltraWinGrid.UltraGridBand("ZONE", 0);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Configuration");
     Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Date");
     Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Request Set");
     Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Simulation Parameters");
     Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Output Format Set");
     Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SIMULATION");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Simulation Status", 0);
     Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Change Measure Order", 1);
     Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources         = new System.ComponentModel.ComponentResourceManager(typeof(TestForm));
     Infragistics.Win.UltraWinGrid.UltraGridColumn  ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Delete Row", 2);
     Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridBand   ultraGridBand3    = new Infragistics.Win.UltraWinGrid.UltraGridBand("SIMULATION", 1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Configuration");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Date");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Request Set");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Simulation Parameters");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Output Format Set");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Simulation Status", 0);
     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.UltraWinDataSource.UltraDataBand   ultraDataBand1    = new Infragistics.Win.UltraWinDataSource.UltraDataBand("ZONE");
     Infragistics.Win.UltraWinDataSource.UltraDataBand   ultraDataBand2    = new Infragistics.Win.UltraWinDataSource.UltraDataBand("SIMULATION");
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn1  = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Configuration");
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn2  = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Date");
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn3  = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Request Set");
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn4  = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Simulation Parameters");
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn5  = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Output Format Set");
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn6  = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Configuration");
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn7  = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Date");
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn8  = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Request Set");
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn9  = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Simulation Parameters");
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn10 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Output Format Set");
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn11 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Configuration");
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn12 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Date");
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn13 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Request Set");
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn14 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Simulation Parameters");
     this.ucmbOutputFormatTemplates = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.ucmbSimulationTemplates   = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.ucmbOutputReqTemplates    = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.ugSimulationgropus        = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.udsSimulationGroupList    = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components);
     this.toolTip1                = new System.Windows.Forms.ToolTip(this.components);
     this.ucmdNewConfiguration    = new Infragistics.Win.Misc.UltraButton();
     this.ucmdDeleteConfiguration = new Infragistics.Win.Misc.UltraButton();
     this.ucmdCustomEditTemplate  = new Infragistics.Win.Misc.UltraButton();
     this.ucmdCustomEditTemplate1 = new Infragistics.Win.Misc.UltraButton();
     this.ToolTip = new Infragistics.Win.UltraWinToolTip.UltraToolTipManager(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.ucmbOutputFormatTemplates)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ucmbSimulationTemplates)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ucmbOutputReqTemplates)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ugSimulationgropus)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.udsSimulationGroupList)).BeginInit();
     this.SuspendLayout();
     //
     // ucmbOutputFormatTemplates
     //
     this.ucmbOutputFormatTemplates.DropDownListWidth = -1;
     this.ucmbOutputFormatTemplates.DropDownStyle     = Infragistics.Win.DropDownStyle.DropDownList;
     this.ucmbOutputFormatTemplates.Location          = new System.Drawing.Point(0, 0);
     this.ucmbOutputFormatTemplates.Name     = "ucmbOutputFormatTemplates";
     this.ucmbOutputFormatTemplates.Size     = new System.Drawing.Size(144, 21);
     this.ucmbOutputFormatTemplates.TabIndex = 14;
     this.toolTip1.SetToolTip(this.ucmbOutputFormatTemplates, "Output format templates");
     this.ucmbOutputFormatTemplates.Visible = false;
     //
     // ucmbSimulationTemplates
     //
     this.ucmbSimulationTemplates.DropDownListWidth = -1;
     this.ucmbSimulationTemplates.DropDownStyle     = Infragistics.Win.DropDownStyle.DropDownList;
     this.ucmbSimulationTemplates.Location          = new System.Drawing.Point(0, 0);
     this.ucmbSimulationTemplates.Name     = "ucmbSimulationTemplates";
     this.ucmbSimulationTemplates.Size     = new System.Drawing.Size(155, 21);
     this.ucmbSimulationTemplates.TabIndex = 19;
     this.toolTip1.SetToolTip(this.ucmbSimulationTemplates, "Simulation templates");
     this.ucmbSimulationTemplates.Visible = false;
     //
     // ucmbOutputReqTemplates
     //
     this.ucmbOutputReqTemplates.DropDownListWidth = -1;
     this.ucmbOutputReqTemplates.DropDownStyle     = Infragistics.Win.DropDownStyle.DropDownList;
     this.ucmbOutputReqTemplates.Location          = new System.Drawing.Point(0, 0);
     this.ucmbOutputReqTemplates.Name     = "ucmbOutputReqTemplates";
     this.ucmbOutputReqTemplates.Size     = new System.Drawing.Size(144, 21);
     this.ucmbOutputReqTemplates.TabIndex = 15;
     this.toolTip1.SetToolTip(this.ucmbOutputReqTemplates, "Output request templates");
     this.ucmbOutputReqTemplates.Visible = false;
     //
     // ugSimulationgropus
     //
     this.ugSimulationgropus.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.ugSimulationgropus.AllowDrop      = true;
     this.ugSimulationgropus.Cursor         = System.Windows.Forms.Cursors.Hand;
     this.ugSimulationgropus.DataMember     = "GROUP";
     this.ugSimulationgropus.DataSource     = this.udsSimulationGroupList;
     appearance1.BackColor   = System.Drawing.SystemColors.Window;
     appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
     this.ugSimulationgropus.DisplayLayout.Appearance   = appearance1;
     this.ugSimulationgropus.DisplayLayout.AutoFitStyle = Infragistics.Win.UltraWinGrid.AutoFitStyle.ResizeAllColumns;
     ultraGridBand1.ColHeaderLines                           = 9;
     appearance2.TextHAlignAsString                          = "Center";
     appearance2.TextVAlignAsString                          = "Bottom";
     ultraGridColumn1.Header.Appearance                      = appearance2;
     ultraGridColumn1.Header.Editor                          = null;
     ultraGridColumn1.Header.VisiblePosition                 = 0;
     ultraGridColumn1.RowLayoutColumnInfo.LabelPosition      = Infragistics.Win.UltraWinGrid.LabelPosition.Bottom;
     ultraGridColumn1.RowLayoutColumnInfo.OriginX            = 0;
     ultraGridColumn1.RowLayoutColumnInfo.OriginY            = 0;
     ultraGridColumn1.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 80);
     ultraGridColumn1.RowLayoutColumnInfo.SpanX              = 2;
     ultraGridColumn1.RowLayoutColumnInfo.SpanY              = 2;
     ultraGridColumn1.Width                                  = 280;
     appearance3.TextHAlignAsString                          = "Center";
     appearance3.TextVAlignAsString                          = "Bottom";
     ultraGridColumn2.Header.Appearance                      = appearance3;
     ultraGridColumn2.Header.Editor                          = null;
     ultraGridColumn2.Header.VisiblePosition                 = 1;
     ultraGridColumn2.RowLayoutColumnInfo.LabelPosition      = Infragistics.Win.UltraWinGrid.LabelPosition.Bottom;
     ultraGridColumn2.RowLayoutColumnInfo.OriginX            = 4;
     ultraGridColumn2.RowLayoutColumnInfo.OriginY            = 0;
     ultraGridColumn2.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 70);
     ultraGridColumn2.RowLayoutColumnInfo.SpanX              = 2;
     ultraGridColumn2.RowLayoutColumnInfo.SpanY              = 2;
     ultraGridColumn2.Width                                  = 150;
     ultraGridColumn3.ButtonDisplayStyle                     = Infragistics.Win.UltraWinGrid.ButtonDisplayStyle.Always;
     ultraGridColumn3.EditorComponent                        = this.ucmbOutputReqTemplates;
     appearance4.TextHAlignAsString                          = "Center";
     appearance4.TextVAlignAsString                          = "Bottom";
     ultraGridColumn3.Header.Appearance                      = appearance4;
     ultraGridColumn3.Header.Caption                         = "Output Request Set";
     ultraGridColumn3.Header.Editor                          = null;
     ultraGridColumn3.Header.VisiblePosition                 = 3;
     ultraGridColumn3.RowLayoutColumnInfo.LabelPosition      = Infragistics.Win.UltraWinGrid.LabelPosition.Bottom;
     ultraGridColumn3.RowLayoutColumnInfo.OriginX            = 12;
     ultraGridColumn3.RowLayoutColumnInfo.OriginY            = 0;
     ultraGridColumn3.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 70);
     ultraGridColumn3.RowLayoutColumnInfo.SpanX              = 2;
     ultraGridColumn3.RowLayoutColumnInfo.SpanY              = 2;
     ultraGridColumn3.Width                                  = 250;
     ultraGridColumn4.ButtonDisplayStyle                     = Infragistics.Win.UltraWinGrid.ButtonDisplayStyle.Always;
     ultraGridColumn4.EditorComponent                        = this.ucmbSimulationTemplates;
     appearance5.TextHAlignAsString                          = "Center";
     appearance5.TextVAlignAsString                          = "Bottom";
     ultraGridColumn4.Header.Appearance                      = appearance5;
     ultraGridColumn4.Header.Caption                         = "Simulation Parameter";
     ultraGridColumn4.Header.Editor                          = null;
     ultraGridColumn4.Header.VisiblePosition                 = 2;
     ultraGridColumn4.RowLayoutColumnInfo.LabelPosition      = Infragistics.Win.UltraWinGrid.LabelPosition.Bottom;
     ultraGridColumn4.RowLayoutColumnInfo.OriginX            = 8;
     ultraGridColumn4.RowLayoutColumnInfo.OriginY            = 0;
     ultraGridColumn4.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 70);
     ultraGridColumn4.RowLayoutColumnInfo.SpanX              = 2;
     ultraGridColumn4.RowLayoutColumnInfo.SpanY              = 2;
     ultraGridColumn4.Width                                  = 300;
     ultraGridColumn5.Header.Editor                          = null;
     ultraGridColumn5.Header.VisiblePosition                 = 4;
     ultraGridBand1.Columns.AddRange(new object[] {
         ultraGridColumn1,
         ultraGridColumn2,
         ultraGridColumn3,
         ultraGridColumn4,
         ultraGridColumn5
     });
     ultraGridBand1.GroupHeadersVisible = false;
     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.None;
     ultraGridBand1.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand1.RowLayoutStyle                 = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
     ultraGridBand2.ColHeadersVisible              = false;
     appearance6.BackColor                         = System.Drawing.Color.White;
     ultraGridColumn6.CellAppearance               = appearance6;
     ultraGridColumn6.Header.Editor                = null;
     ultraGridColumn6.Header.VisiblePosition       = 0;
     ultraGridColumn6.RowLayoutColumnInfo.OriginX  = 0;
     ultraGridColumn6.RowLayoutColumnInfo.OriginY  = 0;
     ultraGridColumn6.RowLayoutColumnInfo.SpanX    = 2;
     ultraGridColumn6.RowLayoutColumnInfo.SpanY    = 2;
     ultraGridColumn6.Width                        = 50;
     appearance7.BackColor                         = System.Drawing.Color.White;
     ultraGridColumn7.CellAppearance               = appearance7;
     ultraGridColumn7.Header.Editor                = null;
     ultraGridColumn7.Header.VisiblePosition       = 1;
     ultraGridColumn7.RowLayoutColumnInfo.OriginX  = 2;
     ultraGridColumn7.RowLayoutColumnInfo.OriginY  = 0;
     ultraGridColumn7.RowLayoutColumnInfo.SpanX    = 2;
     ultraGridColumn7.RowLayoutColumnInfo.SpanY    = 2;
     ultraGridColumn7.Width                        = 30;
     appearance8.BackColor                         = System.Drawing.Color.White;
     ultraGridColumn8.CellAppearance               = appearance8;
     ultraGridColumn8.Header.Editor                = null;
     ultraGridColumn8.Header.VisiblePosition       = 5;
     ultraGridColumn8.Hidden                       = true;
     ultraGridColumn8.RowLayoutColumnInfo.OriginX  = 10;
     ultraGridColumn8.RowLayoutColumnInfo.OriginY  = 0;
     ultraGridColumn8.RowLayoutColumnInfo.SpanX    = 2;
     ultraGridColumn8.RowLayoutColumnInfo.SpanY    = 2;
     ultraGridColumn8.Width                        = 14;
     ultraGridColumn9.ButtonDisplayStyle           = Infragistics.Win.UltraWinGrid.ButtonDisplayStyle.Always;
     appearance9.BackColor                         = System.Drawing.SystemColors.ButtonFace;
     ultraGridColumn9.CellButtonAppearance         = appearance9;
     ultraGridColumn9.Header.Editor                = null;
     ultraGridColumn9.Header.VisiblePosition       = 2;
     ultraGridColumn9.RowLayoutColumnInfo.OriginX  = 4;
     ultraGridColumn9.RowLayoutColumnInfo.OriginY  = 0;
     ultraGridColumn9.RowLayoutColumnInfo.SpanX    = 2;
     ultraGridColumn9.RowLayoutColumnInfo.SpanY    = 2;
     ultraGridColumn9.Style                        = Infragistics.Win.UltraWinGrid.ColumnStyle.Button;
     ultraGridColumn9.Width                        = 45;
     appearance10.BackColor                        = System.Drawing.Color.White;
     ultraGridColumn10.CellAppearance              = appearance10;
     ultraGridColumn10.Header.Editor               = null;
     ultraGridColumn10.Header.VisiblePosition      = 3;
     ultraGridColumn10.RowLayoutColumnInfo.OriginX = 8;
     ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn10.RowLayoutColumnInfo.SpanX   = 2;
     ultraGridColumn10.RowLayoutColumnInfo.SpanY   = 2;
     ultraGridColumn11.Header.Editor               = null;
     ultraGridColumn11.Header.VisiblePosition      = 8;
     ultraGridColumn12.ButtonDisplayStyle          = Infragistics.Win.UltraWinGrid.ButtonDisplayStyle.Always;
     appearance11.BackColor                        = System.Drawing.SystemColors.ButtonFace;
     ultraGridColumn12.CellButtonAppearance        = appearance11;
     ultraGridColumn12.Header.Editor               = null;
     ultraGridColumn12.Header.VisiblePosition      = 4;
     ultraGridColumn12.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn12.RowLayoutColumnInfo.SpanX   = 2;
     ultraGridColumn12.RowLayoutColumnInfo.SpanY   = 2;
     ultraGridColumn12.Style                       = Infragistics.Win.UltraWinGrid.ColumnStyle.Button;
     ultraGridColumn12.Width                       = 45;
     ultraGridColumn13.ButtonDisplayStyle          = Infragistics.Win.UltraWinGrid.ButtonDisplayStyle.Always;
     appearance12.ImageBackground                  = ((System.Drawing.Image)(resources.GetObject("appearance12.ImageBackground")));
     ultraGridColumn13.CellButtonAppearance        = appearance12;
     ultraGridColumn13.Header.Editor               = null;
     ultraGridColumn13.Header.VisiblePosition      = 6;
     ultraGridColumn13.Style                       = Infragistics.Win.UltraWinGrid.ColumnStyle.Button;
     ultraGridColumn13.Width                       = 14;
     ultraGridColumn14.ButtonDisplayStyle          = Infragistics.Win.UltraWinGrid.ButtonDisplayStyle.Always;
     appearance13.ImageBackground                  = ((System.Drawing.Image)(resources.GetObject("appearance13.ImageBackground")));
     ultraGridColumn14.CellButtonAppearance        = appearance13;
     ultraGridColumn14.Header.Editor               = null;
     ultraGridColumn14.Header.VisiblePosition      = 7;
     ultraGridColumn14.Style                       = Infragistics.Win.UltraWinGrid.ColumnStyle.Button;
     ultraGridColumn14.Width                       = 14;
     ultraGridBand2.Columns.AddRange(new object[] {
         ultraGridColumn6,
         ultraGridColumn7,
         ultraGridColumn8,
         ultraGridColumn9,
         ultraGridColumn10,
         ultraGridColumn11,
         ultraGridColumn12,
         ultraGridColumn13,
         ultraGridColumn14
     });
     ultraGridBand2.Override.AllowColSizing   = Infragistics.Win.UltraWinGrid.AllowColSizing.Free;
     ultraGridBand2.RowLayoutStyle            = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
     ultraGridColumn15.Header.Editor          = null;
     ultraGridColumn15.Header.VisiblePosition = 0;
     ultraGridColumn16.Header.Editor          = null;
     ultraGridColumn16.Header.VisiblePosition = 1;
     ultraGridColumn17.Header.Editor          = null;
     ultraGridColumn17.Header.VisiblePosition = 2;
     ultraGridColumn18.Header.Editor          = null;
     ultraGridColumn18.Header.VisiblePosition = 3;
     ultraGridColumn19.Header.Editor          = null;
     ultraGridColumn19.Header.VisiblePosition = 4;
     ultraGridColumn20.Header.Editor          = null;
     ultraGridColumn20.Header.VisiblePosition = 5;
     ultraGridBand3.Columns.AddRange(new object[] {
         ultraGridColumn15,
         ultraGridColumn16,
         ultraGridColumn17,
         ultraGridColumn18,
         ultraGridColumn19,
         ultraGridColumn20
     });
     ultraGridBand3.Hidden         = true;
     ultraGridBand3.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
     this.ugSimulationgropus.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.ugSimulationgropus.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
     this.ugSimulationgropus.DisplayLayout.BandsSerializer.Add(ultraGridBand3);
     this.ugSimulationgropus.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
     appearance14.BackColor         = System.Drawing.SystemColors.ActiveBorder;
     appearance14.BackColor2        = System.Drawing.SystemColors.ControlDark;
     appearance14.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance14.BorderColor       = System.Drawing.SystemColors.Window;
     this.ugSimulationgropus.DisplayLayout.GroupByBox.Appearance = appearance14;
     appearance15.ForeColor = System.Drawing.SystemColors.GrayText;
     this.ugSimulationgropus.DisplayLayout.GroupByBox.BandLabelAppearance = appearance15;
     this.ugSimulationgropus.DisplayLayout.GroupByBox.BorderStyle         = Infragistics.Win.UIElementBorderStyle.Solid;
     appearance16.BackColor         = System.Drawing.SystemColors.ControlLightLight;
     appearance16.BackColor2        = System.Drawing.SystemColors.Control;
     appearance16.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
     appearance16.ForeColor         = System.Drawing.SystemColors.GrayText;
     this.ugSimulationgropus.DisplayLayout.GroupByBox.PromptAppearance = appearance16;
     this.ugSimulationgropus.DisplayLayout.NewBandLoadStyle            = Infragistics.Win.UltraWinGrid.NewBandLoadStyle.Hide;
     appearance17.BackColor = System.Drawing.SystemColors.Window;
     appearance17.ForeColor = System.Drawing.SystemColors.ControlText;
     this.ugSimulationgropus.DisplayLayout.Override.ActiveCellAppearance = appearance17;
     appearance18.BackColor = System.Drawing.SystemColors.Highlight;
     appearance18.ForeColor = System.Drawing.SystemColors.HighlightText;
     this.ugSimulationgropus.DisplayLayout.Override.ActiveRowAppearance = appearance18;
     this.ugSimulationgropus.DisplayLayout.Override.AllowDelete         = Infragistics.Win.DefaultableBoolean.True;
     this.ugSimulationgropus.DisplayLayout.Override.AllowUpdate         = Infragistics.Win.DefaultableBoolean.True;
     this.ugSimulationgropus.DisplayLayout.Override.BorderStyleCell     = Infragistics.Win.UIElementBorderStyle.Dotted;
     this.ugSimulationgropus.DisplayLayout.Override.BorderStyleRow      = Infragistics.Win.UIElementBorderStyle.Dotted;
     appearance19.BackColor = System.Drawing.SystemColors.Window;
     this.ugSimulationgropus.DisplayLayout.Override.CardAreaAppearance = appearance19;
     appearance20.BorderColor  = System.Drawing.Color.Silver;
     appearance20.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
     this.ugSimulationgropus.DisplayLayout.Override.CellAppearance     = appearance20;
     this.ugSimulationgropus.DisplayLayout.Override.CellPadding        = 0;
     this.ugSimulationgropus.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
     appearance21.BackColor             = System.Drawing.SystemColors.Control;
     appearance21.BackColor2            = System.Drawing.SystemColors.ControlDark;
     appearance21.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
     appearance21.BackGradientStyle     = Infragistics.Win.GradientStyle.Horizontal;
     appearance21.BorderColor           = System.Drawing.SystemColors.Window;
     this.ugSimulationgropus.DisplayLayout.Override.GroupByRowAppearance            = appearance21;
     this.ugSimulationgropus.DisplayLayout.Override.GroupByRowInitialExpansionState = Infragistics.Win.UltraWinGrid.GroupByRowInitialExpansionState.Expanded;
     appearance22.FontData.SizeInPoints = 9F;
     appearance22.TextHAlignAsString    = "Left";
     this.ugSimulationgropus.DisplayLayout.Override.HeaderAppearance = appearance22;
     this.ugSimulationgropus.DisplayLayout.Override.HeaderPlacement  = Infragistics.Win.UltraWinGrid.HeaderPlacement.FixedOnTop;
     this.ugSimulationgropus.DisplayLayout.Override.HeaderStyle      = Infragistics.Win.HeaderStyle.WindowsXPCommand;
     appearance23.BackColor   = System.Drawing.SystemColors.Window;
     appearance23.BorderColor = System.Drawing.Color.Silver;
     this.ugSimulationgropus.DisplayLayout.Override.RowAppearance = appearance23;
     appearance24.BackColor = System.Drawing.SystemColors.ControlLight;
     this.ugSimulationgropus.DisplayLayout.Override.TemplateAddRowAppearance = appearance24;
     this.ugSimulationgropus.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ugSimulationgropus.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ugSimulationgropus.Location = new System.Drawing.Point(0, 0);
     this.ugSimulationgropus.Name     = "ugSimulationgropus";
     this.ugSimulationgropus.Size     = new System.Drawing.Size(1048, 299);
     this.ugSimulationgropus.TabIndex = 12;
     //
     // udsSimulationGroupList
     //
     ultraDataBand2.Columns.AddRange(new object[] {
         ultraDataColumn1,
         ultraDataColumn2,
         ultraDataColumn3,
         ultraDataColumn4,
         ultraDataColumn5
     });
     ultraDataBand1.ChildBands.AddRange(new object[] {
         ultraDataBand2
     });
     ultraDataBand1.Columns.AddRange(new object[] {
         ultraDataColumn6,
         ultraDataColumn7,
         ultraDataColumn8,
         ultraDataColumn9,
         ultraDataColumn10
     });
     this.udsSimulationGroupList.Band.ChildBands.AddRange(new object[] {
         ultraDataBand1
     });
     this.udsSimulationGroupList.Band.Columns.AddRange(new object[] {
         ultraDataColumn11,
         ultraDataColumn12,
         ultraDataColumn13,
         ultraDataColumn14
     });
     this.udsSimulationGroupList.Band.Key = "GROUP";
     //
     // ucmdNewConfiguration
     //
     this.ucmdNewConfiguration.Location = new System.Drawing.Point(30, 5);
     this.ucmdNewConfiguration.Name     = "ucmdNewConfiguration";
     this.ucmdNewConfiguration.Size     = new System.Drawing.Size(104, 24);
     this.ucmdNewConfiguration.TabIndex = 13;
     this.ucmdNewConfiguration.Text     = "New Configuration";
     this.toolTip1.SetToolTip(this.ucmdNewConfiguration, "New configuration");
     //
     // ucmdDeleteConfiguration
     //
     this.ucmdDeleteConfiguration.Enabled  = false;
     this.ucmdDeleteConfiguration.Location = new System.Drawing.Point(26, 30);
     this.ucmdDeleteConfiguration.Name     = "ucmdDeleteConfiguration";
     this.ucmdDeleteConfiguration.Size     = new System.Drawing.Size(114, 24);
     this.ucmdDeleteConfiguration.TabIndex = 16;
     this.ucmdDeleteConfiguration.Text     = "Delete Row";
     this.toolTip1.SetToolTip(this.ucmdDeleteConfiguration, "Delete row");
     //
     // ucmdCustomEditTemplate
     //
     this.ucmdCustomEditTemplate.Location = new System.Drawing.Point(366, 30);
     this.ucmdCustomEditTemplate.Name     = "ucmdCustomEditTemplate";
     this.ucmdCustomEditTemplate.Size     = new System.Drawing.Size(104, 24);
     this.ucmdCustomEditTemplate.TabIndex = 17;
     this.ucmdCustomEditTemplate.Text     = "Edit Template";
     this.toolTip1.SetToolTip(this.ucmdCustomEditTemplate, "Edit template");
     //
     // ucmdCustomEditTemplate1
     //
     this.ucmdCustomEditTemplate1.Location = new System.Drawing.Point(551, 30);
     this.ucmdCustomEditTemplate1.Name     = "ucmdCustomEditTemplate1";
     this.ucmdCustomEditTemplate1.Size     = new System.Drawing.Size(104, 24);
     this.ucmdCustomEditTemplate1.TabIndex = 18;
     this.ucmdCustomEditTemplate1.Text     = "Edit Template";
     this.toolTip1.SetToolTip(this.ucmdCustomEditTemplate1, "Edit template");
     //
     // ToolTip
     //
     this.ToolTip.ContainingControl = this;
     //
     // TestForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1048, 299);
     this.Controls.Add(this.ucmbOutputFormatTemplates);
     this.Controls.Add(this.ucmbSimulationTemplates);
     this.Controls.Add(this.ucmbOutputReqTemplates);
     this.Controls.Add(this.ucmdNewConfiguration);
     this.Controls.Add(this.ucmdDeleteConfiguration);
     this.Controls.Add(this.ucmdCustomEditTemplate);
     this.Controls.Add(this.ucmdCustomEditTemplate1);
     this.Controls.Add(this.ugSimulationgropus);
     this.Name = "TestForm";
     this.Text = "TestForm";
     ((System.ComponentModel.ISupportInitialize)(this.ucmbOutputFormatTemplates)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ucmbSimulationTemplates)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ucmbOutputReqTemplates)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ugSimulationgropus)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.udsSimulationGroupList)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 5
0
/*		go generado por el Diseñador de Windows Forms
 *              >
 *              sario para admitir el Diseñador. No se puede modificar nido del método con el editor de código.*/
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinDataSource.UltraDataBand   ultraDataBand1   = new Infragistics.Win.UltraWinDataSource.UltraDataBand("Band 1");
            Infragistics.Win.UltraWinDataSource.UltraDataBand   ultraDataBand2   = new Infragistics.Win.UltraWinDataSource.UltraDataBand("Band 2");
            Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn1 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Sucursal");
            Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn2 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Cantidad");
            Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn3 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Descripcion");
            Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn4 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Cantidad");
            Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn5 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Descripcion");
            Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn6 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Cantidad");
            System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FrmConsultaArticulos));
            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();
            this.ultraExplorerBarContainerControl3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
            this.label9              = new System.Windows.Forms.Label();
            this.label8              = new System.Windows.Forms.Label();
            this.txtDescripcion      = new System.Windows.Forms.TextBox();
            this.gridEXAgrupamientos = new Janus.Windows.GridEX.GridEX();
            this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
            this.uneMaxDesctoConImp   = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.label11              = new System.Windows.Forms.Label();
            this.unePrecioListaConImp = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.label10              = new System.Windows.Forms.Label();
            this.unePrecioNeto        = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.label7              = new System.Windows.Forms.Label();
            this.uneMaxDescto        = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.label6              = new System.Windows.Forms.Label();
            this.unePrecioBruto      = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.label5              = new System.Windows.Forms.Label();
            this.unePrecioNetoConImp = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.label2              = new System.Windows.Forms.Label();
            this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
            this.ultraGridStock    = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.ultraDataSource1  = new Infragistics.Win.UltraWinDataSource.UltraDataSource();
            this.groupBox1         = new System.Windows.Forms.GroupBox();
            this.uneStock          = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.txtEstado         = new System.Windows.Forms.TextBox();
            this.txtVisualizacion  = new System.Windows.Forms.TextBox();
            this.label4            = new System.Windows.Forms.Label();
            this.label3            = new System.Windows.Forms.Label();
            this.label1            = new System.Windows.Forms.Label();
            this.imglStandar       = new System.Windows.Forms.ImageList(this.components);
            this.toolBarStandar    = new System.Windows.Forms.ToolBar();
            this.toolBarButton12   = new System.Windows.Forms.ToolBarButton();
            this.panel1            = new System.Windows.Forms.Panel();
            this.ultraExplorerBar1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
            this.ultraExplorerBarContainerControl3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridEXAgrupamientos)).BeginInit();
            this.ultraExplorerBarContainerControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.uneMaxDesctoConImp)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.unePrecioListaConImp)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.unePrecioNeto)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneMaxDescto)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.unePrecioBruto)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.unePrecioNetoConImp)).BeginInit();
            this.ultraExplorerBarContainerControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGridStock)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraDataSource1)).BeginInit();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.uneStock)).BeginInit();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
            this.ultraExplorerBar1.SuspendLayout();
            this.SuspendLayout();
            //
            // ultraExplorerBarContainerControl3
            //
            this.ultraExplorerBarContainerControl3.Controls.Add(this.label9);
            this.ultraExplorerBarContainerControl3.Controls.Add(this.label8);
            this.ultraExplorerBarContainerControl3.Controls.Add(this.txtDescripcion);
            this.ultraExplorerBarContainerControl3.Controls.Add(this.gridEXAgrupamientos);
            this.ultraExplorerBarContainerControl3.Location = new System.Drawing.Point(28, -83);
            this.ultraExplorerBarContainerControl3.Name     = "ultraExplorerBarContainerControl3";
            this.ultraExplorerBarContainerControl3.Size     = new System.Drawing.Size(846, 82);
            this.ultraExplorerBarContainerControl3.TabIndex = 2;
            //
            // label9
            //
            this.label9.BackColor = System.Drawing.Color.Transparent;
            this.label9.Location  = new System.Drawing.Point(1, 24);
            this.label9.Name      = "label9";
            this.label9.Size      = new System.Drawing.Size(87, 16);
            this.label9.TabIndex  = 28;
            this.label9.Text      = "Agrupamientos";
            //
            // label8
            //
            this.label8.BackColor = System.Drawing.Color.Transparent;
            this.label8.Location  = new System.Drawing.Point(0, 3);
            this.label8.Name      = "label8";
            this.label8.Size      = new System.Drawing.Size(69, 16);
            this.label8.TabIndex  = 27;
            this.label8.Text      = "Descripción";
            //
            // txtDescripcion
            //
            this.txtDescripcion.BackColor = System.Drawing.Color.White;
            this.txtDescripcion.Location  = new System.Drawing.Point(101, 0);
            this.txtDescripcion.Name      = "txtDescripcion";
            this.txtDescripcion.ReadOnly  = true;
            this.txtDescripcion.Size      = new System.Drawing.Size(376, 20);
            this.txtDescripcion.TabIndex  = 0;
            this.txtDescripcion.Text      = "txtDescripcion";
            //
            // gridEXAgrupamientos
            //
            this.gridEXAgrupamientos.AllowEdit = Janus.Windows.GridEX.InheritableBoolean.False;
            this.gridEXAgrupamientos.Anchor    = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                       | System.Windows.Forms.AnchorStyles.Right)));
            this.gridEXAgrupamientos.Cursor             = System.Windows.Forms.Cursors.Default;
            this.gridEXAgrupamientos.GroupByBoxInfoText = "";
            this.gridEXAgrupamientos.GroupByBoxVisible  = false;
            this.gridEXAgrupamientos.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
            this.gridEXAgrupamientos.LayoutData         = "<GridEXLayoutData><RootTable><Columns Collection=\"true\"><Column0 ID=\"IdProducto\">" +
                                                          "<Caption>IdProducto</Caption><DataMember>IdProducto</DataMember><Key>IdProducto<" +
                                                          "/Key><Position>0</Position><Visible>False</Visible></Column0><Column1 ID=\"Jerarq" +
                                                          "uia\"><Caption>Jerarquia</Caption><DataMember>Jerarquia</DataMember><Key>Jerarqui" +
                                                          "a</Key><Position>1</Position><Visible>False</Visible></Column1><Column2 ID=\"Fech" +
                                                          "aCreacion\"><Caption>FechaCreacion</Caption><DataMember>FechaCreacion</DataMember" +
                                                          "><Key>FechaCreacion</Key><Position>2</Position><Visible>False</Visible></Column2" +
                                                          "><Column3 ID=\"IdConexionCreacion\"><Caption>IdConexionCreacion</Caption><DataMemb" +
                                                          "er>IdConexionCreacion</DataMember><Key>IdConexionCreacion</Key><Position>3</Posi" +
                                                          "tion><Visible>False</Visible></Column3><Column4 ID=\"UltimaModificacion\"><Caption" +
                                                          ">UltimaModificacion</Caption><DataMember>UltimaModificacion</DataMember><Key>Ult" +
                                                          "imaModificacion</Key><Position>4</Position><Visible>False</Visible></Column4><Co" +
                                                          "lumn5 ID=\"IdConexionUltimaModificacion\"><Caption>IdConexionUltimaModificacion</C" +
                                                          "aption><DataMember>IdConexionUltimaModificacion</DataMember><Key>IdConexionUltim" +
                                                          "aModificacion</Key><Position>5</Position><Visible>False</Visible></Column5><Colu" +
                                                          "mn6 ID=\"IdReservado\"><Caption>IdReservado</Caption><DataMember>IdReservado</Data" +
                                                          "Member><Key>IdReservado</Key><Position>6</Position><Visible>False</Visible></Col" +
                                                          "umn6><Column7 ID=\"RowId\"><Caption>RowId</Caption><DataMember>RowId</DataMember><" +
                                                          "Key>RowId</Key><Position>7</Position><Visible>False</Visible></Column7><Column8 " +
                                                          "ID=\"IdEmpresa\"><Caption>IdEmpresa</Caption><DataMember>IdEmpresa</DataMember><Ke" +
                                                          "y>IdEmpresa</Key><Position>8</Position><Visible>False</Visible></Column8><Column" +
                                                          "9 ID=\"Descripcion\"><Caption>Descripcion</Caption><DataMember>Descripcion</DataMe" +
                                                          "mber><Key>Descripcion</Key><Position>9</Position><Width>98</Width></Column9></Co" +
                                                          "lumns><GroupCondition ID=\"\" /><SortKeys Collection=\"true\"><SortKey0 ID=\"SortKey0" +
                                                          "\"><ColIndex>9</ColIndex></SortKey0></SortKeys></RootTable></GridEXLayoutData>";
            this.gridEXAgrupamientos.Location = new System.Drawing.Point(101, 22);
            this.gridEXAgrupamientos.Name     = "gridEXAgrupamientos";
            this.gridEXAgrupamientos.Size     = new System.Drawing.Size(370, 58);
            this.gridEXAgrupamientos.TabIndex = 1;
            //
            // ultraExplorerBarContainerControl1
            //
            this.ultraExplorerBarContainerControl1.Controls.Add(this.uneMaxDesctoConImp);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.label11);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.unePrecioListaConImp);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.label10);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.unePrecioNeto);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.label7);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.uneMaxDescto);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.label6);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.unePrecioBruto);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.label5);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.unePrecioNetoConImp);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.label2);
            this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 58);
            this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
            this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(846, 82);
            this.ultraExplorerBarContainerControl1.TabIndex = 0;
            //
            // uneMaxDesctoConImp
            //
            this.uneMaxDesctoConImp.FormatString = "0.00";
            this.uneMaxDesctoConImp.Location     = new System.Drawing.Point(526, 27);
            this.uneMaxDesctoConImp.MaxValue     = 2147483647.99;
            this.uneMaxDesctoConImp.MinValue     = -21474836.99;
            this.uneMaxDesctoConImp.Name         = "uneMaxDesctoConImp";
            this.uneMaxDesctoConImp.NumericType  = Infragistics.Win.UltraWinEditors.NumericType.Double;
            this.uneMaxDesctoConImp.PromptChar   = ' ';
            this.uneMaxDesctoConImp.ReadOnly     = true;
            this.uneMaxDesctoConImp.RightToLeft  = System.Windows.Forms.RightToLeft.Yes;
            this.uneMaxDesctoConImp.Size         = new System.Drawing.Size(100, 21);
            this.uneMaxDesctoConImp.TabIndex     = 4;
            //
            // label11
            //
            this.label11.BackColor = System.Drawing.Color.Transparent;
            this.label11.Location  = new System.Drawing.Point(325, 29);
            this.label11.Name      = "label11";
            this.label11.Size      = new System.Drawing.Size(200, 16);
            this.label11.TabIndex  = 31;
            this.label11.Text      = "Máximo descuento aplicable";
            //
            // unePrecioListaConImp
            //
            this.unePrecioListaConImp.Font         = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.unePrecioListaConImp.FormatString = "0.00";
            this.unePrecioListaConImp.Location     = new System.Drawing.Point(526, 3);
            this.unePrecioListaConImp.MaxValue     = 2147483647.99;
            this.unePrecioListaConImp.MinValue     = -21474836.99;
            this.unePrecioListaConImp.Name         = "unePrecioListaConImp";
            this.unePrecioListaConImp.NumericType  = Infragistics.Win.UltraWinEditors.NumericType.Double;
            this.unePrecioListaConImp.PromptChar   = ' ';
            this.unePrecioListaConImp.ReadOnly     = true;
            this.unePrecioListaConImp.RightToLeft  = System.Windows.Forms.RightToLeft.Yes;
            this.unePrecioListaConImp.Size         = new System.Drawing.Size(100, 21);
            this.unePrecioListaConImp.TabIndex     = 3;
            //
            // label10
            //
            this.label10.BackColor = System.Drawing.Color.Transparent;
            this.label10.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.label10.Location  = new System.Drawing.Point(325, 6);
            this.label10.Name      = "label10";
            this.label10.Size      = new System.Drawing.Size(192, 16);
            this.label10.TabIndex  = 29;
            this.label10.Text      = "Precio de Lista Impuestos Incluidos";
            this.label10.Click    += new System.EventHandler(this.label10_Click);
            //
            // unePrecioNeto
            //
            this.unePrecioNeto.FormatString  = "0.00";
            this.unePrecioNeto.Location      = new System.Drawing.Point(173, 52);
            this.unePrecioNeto.MaxValue      = 2147483647.99;
            this.unePrecioNeto.MinValue      = -21474836.99;
            this.unePrecioNeto.Name          = "unePrecioNeto";
            this.unePrecioNeto.NumericType   = Infragistics.Win.UltraWinEditors.NumericType.Double;
            this.unePrecioNeto.PromptChar    = ' ';
            this.unePrecioNeto.ReadOnly      = true;
            this.unePrecioNeto.RightToLeft   = System.Windows.Forms.RightToLeft.Yes;
            this.unePrecioNeto.Size          = new System.Drawing.Size(100, 21);
            this.unePrecioNeto.TabIndex      = 2;
            this.unePrecioNeto.ValueChanged += new System.EventHandler(this.unePrecioNeto_ValueChanged);
            //
            // label7
            //
            this.label7.BackColor = System.Drawing.Color.Transparent;
            this.label7.Location  = new System.Drawing.Point(16, 59);
            this.label7.Name      = "label7";
            this.label7.Size      = new System.Drawing.Size(152, 16);
            this.label7.TabIndex  = 27;
            this.label7.Text      = "Precio Mínimo sin Impuestos";
            this.label7.Click    += new System.EventHandler(this.label7_Click);
            //
            // uneMaxDescto
            //
            this.uneMaxDescto.FormatString = "0.00";
            this.uneMaxDescto.Location     = new System.Drawing.Point(173, 27);
            this.uneMaxDescto.MaxValue     = 2147483647.99;
            this.uneMaxDescto.MinValue     = -21474836.99;
            this.uneMaxDescto.Name         = "uneMaxDescto";
            this.uneMaxDescto.NumericType  = Infragistics.Win.UltraWinEditors.NumericType.Double;
            this.uneMaxDescto.PromptChar   = ' ';
            this.uneMaxDescto.ReadOnly     = true;
            this.uneMaxDescto.RightToLeft  = System.Windows.Forms.RightToLeft.Yes;
            this.uneMaxDescto.Size         = new System.Drawing.Size(100, 21);
            this.uneMaxDescto.TabIndex     = 1;
            //
            // label6
            //
            this.label6.BackColor = System.Drawing.Color.Transparent;
            this.label6.Location  = new System.Drawing.Point(16, 32);
            this.label6.Name      = "label6";
            this.label6.Size      = new System.Drawing.Size(152, 16);
            this.label6.TabIndex  = 25;
            this.label6.Text      = "Máximo descuento aplicable";
            //
            // unePrecioBruto
            //
            this.unePrecioBruto.FormatString = "0.00";
            this.unePrecioBruto.Location     = new System.Drawing.Point(173, 3);
            this.unePrecioBruto.MaxValue     = 2147483647.99;
            this.unePrecioBruto.MinValue     = -21474836.99;
            this.unePrecioBruto.Name         = "unePrecioBruto";
            this.unePrecioBruto.NumericType  = Infragistics.Win.UltraWinEditors.NumericType.Double;
            this.unePrecioBruto.PromptChar   = ' ';
            this.unePrecioBruto.ReadOnly     = true;
            this.unePrecioBruto.RightToLeft  = System.Windows.Forms.RightToLeft.Yes;
            this.unePrecioBruto.Size         = new System.Drawing.Size(100, 21);
            this.unePrecioBruto.TabIndex     = 0;
            //
            // label5
            //
            this.label5.BackColor = System.Drawing.Color.Transparent;
            this.label5.Location  = new System.Drawing.Point(16, 6);
            this.label5.Name      = "label5";
            this.label5.Size      = new System.Drawing.Size(160, 16);
            this.label5.TabIndex  = 23;
            this.label5.Text      = "Precio de Lista sin Impuestos";
            //
            // unePrecioNetoConImp
            //
            this.unePrecioNetoConImp.FormatString = "0.00";
            this.unePrecioNetoConImp.Location     = new System.Drawing.Point(526, 52);
            this.unePrecioNetoConImp.MaxValue     = 2147483647.99;
            this.unePrecioNetoConImp.MinValue     = -21474836.99;
            this.unePrecioNetoConImp.Name         = "unePrecioNetoConImp";
            this.unePrecioNetoConImp.NumericType  = Infragistics.Win.UltraWinEditors.NumericType.Double;
            this.unePrecioNetoConImp.PromptChar   = ' ';
            this.unePrecioNetoConImp.ReadOnly     = true;
            this.unePrecioNetoConImp.RightToLeft  = System.Windows.Forms.RightToLeft.Yes;
            this.unePrecioNetoConImp.Size         = new System.Drawing.Size(100, 21);
            this.unePrecioNetoConImp.TabIndex     = 5;
            //
            // label2
            //
            this.label2.BackColor = System.Drawing.Color.Transparent;
            this.label2.Location  = new System.Drawing.Point(326, 57);
            this.label2.Name      = "label2";
            this.label2.Size      = new System.Drawing.Size(192, 16);
            this.label2.TabIndex  = 17;
            this.label2.Text      = "Precio Mínimo Impuestos Incluidos";
            //
            // ultraExplorerBarContainerControl2
            //
            this.ultraExplorerBarContainerControl2.Controls.Add(this.ultraGridStock);
            this.ultraExplorerBarContainerControl2.Controls.Add(this.groupBox1);
            this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 199);
            this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
            this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(846, 273);
            this.ultraExplorerBarContainerControl2.TabIndex = 1;
            //
            // ultraGridStock
            //
            this.ultraGridStock.Cursor     = System.Windows.Forms.Cursors.Default;
            this.ultraGridStock.DataSource = this.ultraDataSource1;
            appearance1.BackColor          = System.Drawing.Color.White;
            this.ultraGridStock.DisplayLayout.Appearance = appearance1;
            this.ultraGridStock.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.ultraGridStock.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.ultraGridStock.Location = new System.Drawing.Point(0, 0);
            this.ultraGridStock.Name     = "ultraGridStock";
            this.ultraGridStock.Size     = new System.Drawing.Size(846, 273);
            this.ultraGridStock.TabIndex = 0;
            //
            // ultraDataSource1
            //
            ultraDataBand2.Columns.AddRange(new object[] {
                ultraDataColumn1,
                ultraDataColumn2
            });
            ultraDataBand1.ChildBands.AddRange(new object[] {
                ultraDataBand2
            });
            ultraDataBand1.Columns.AddRange(new object[] {
                ultraDataColumn3,
                ultraDataColumn4
            });
            this.ultraDataSource1.Band.ChildBands.AddRange(new object[] {
                ultraDataBand1
            });
            this.ultraDataSource1.Band.Columns.AddRange(new object[] {
                ultraDataColumn5,
                ultraDataColumn6
            });
            //
            // groupBox1
            //
            this.groupBox1.BackColor = System.Drawing.Color.Transparent;
            this.groupBox1.Controls.Add(this.uneStock);
            this.groupBox1.Controls.Add(this.txtEstado);
            this.groupBox1.Controls.Add(this.txtVisualizacion);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.groupBox1.Location = new System.Drawing.Point(0, 0);
            this.groupBox1.Name     = "groupBox1";
            this.groupBox1.Size     = new System.Drawing.Size(846, 273);
            this.groupBox1.TabIndex = 1;
            this.groupBox1.TabStop  = false;
            //
            // uneStock
            //
            this.uneStock.Location    = new System.Drawing.Point(128, 62);
            this.uneStock.Name        = "uneStock";
            this.uneStock.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
            this.uneStock.PromptChar  = ' ';
            this.uneStock.ReadOnly    = true;
            this.uneStock.Size        = new System.Drawing.Size(100, 21);
            this.uneStock.TabIndex    = 30;
            //
            // txtEstado
            //
            this.txtEstado.BackColor = System.Drawing.Color.White;
            this.txtEstado.Location  = new System.Drawing.Point(128, 40);
            this.txtEstado.Name      = "txtEstado";
            this.txtEstado.ReadOnly  = true;
            this.txtEstado.Size      = new System.Drawing.Size(144, 20);
            this.txtEstado.TabIndex  = 4;
            this.txtEstado.Text      = "txtEstado";
            //
            // txtVisualizacion
            //
            this.txtVisualizacion.BackColor = System.Drawing.Color.White;
            this.txtVisualizacion.Location  = new System.Drawing.Point(128, 17);
            this.txtVisualizacion.Name      = "txtVisualizacion";
            this.txtVisualizacion.ReadOnly  = true;
            this.txtVisualizacion.Size      = new System.Drawing.Size(144, 20);
            this.txtVisualizacion.TabIndex  = 3;
            this.txtVisualizacion.Text      = "txtVisualizacion";
            //
            // label4
            //
            this.label4.Location = new System.Drawing.Point(8, 41);
            this.label4.Name     = "label4";
            this.label4.Size     = new System.Drawing.Size(96, 20);
            this.label4.TabIndex = 2;
            this.label4.Text     = "Estado de stock";
            //
            // label3
            //
            this.label3.Location = new System.Drawing.Point(8, 18);
            this.label3.Name     = "label3";
            this.label3.Size     = new System.Drawing.Size(120, 20);
            this.label3.TabIndex = 1;
            this.label3.Text     = "Visualizacion de stock";
            //
            // label1
            //
            this.label1.Location = new System.Drawing.Point(8, 65);
            this.label1.Name     = "label1";
            this.label1.Size     = new System.Drawing.Size(40, 20);
            this.label1.TabIndex = 0;
            this.label1.Text     = "Stock";
            //
            // imglStandar
            //
            this.imglStandar.ImageSize        = new System.Drawing.Size(16, 16);
            this.imglStandar.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglStandar.ImageStream")));
            this.imglStandar.TransparentColor = System.Drawing.Color.Magenta;
            //
            // toolBarStandar
            //
            this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
            this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
                this.toolBarButton12
            });
            this.toolBarStandar.DropDownArrows = true;
            this.toolBarStandar.ImageList      = this.imglStandar;
            this.toolBarStandar.Location       = new System.Drawing.Point(0, 0);
            this.toolBarStandar.Name           = "toolBarStandar";
            this.toolBarStandar.ShowToolTips   = true;
            this.toolBarStandar.Size           = new System.Drawing.Size(912, 28);
            this.toolBarStandar.TabIndex       = 20;
            this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
            this.toolBarStandar.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBarStandar_ButtonClick);
            //
            // toolBarButton12
            //
            this.toolBarButton12.ImageIndex = 5;
            this.toolBarButton12.Text       = "Actualizar";
            //
            // panel1
            //
            this.panel1.Controls.Add(this.ultraExplorerBar1);
            this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(0, 28);
            this.panel1.Name     = "panel1";
            this.panel1.Size     = new System.Drawing.Size(912, 497);
            this.panel1.TabIndex = 21;
            //
            // ultraExplorerBar1
            //
            this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1);
            this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl2);
            this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl3);
            this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
            ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl3;
            ultraExplorerBarGroup1.Settings.ContainerHeight = 82;
            ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
            ultraExplorerBarGroup1.Text      = "Información principal";
            ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl1;
            ultraExplorerBarGroup2.Settings.ContainerHeight = 82;
            ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
            ultraExplorerBarGroup2.Text      = "Precios";
            ultraExplorerBarGroup3.Container = this.ultraExplorerBarContainerControl2;
            ultraExplorerBarGroup3.Settings.ContainerHeight = 273;
            ultraExplorerBarGroup3.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
            ultraExplorerBarGroup3.Text = "Stock";
            this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
                ultraExplorerBarGroup1,
                ultraExplorerBarGroup2,
                ultraExplorerBarGroup3
            });
            this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 0);
            this.ultraExplorerBar1.Name     = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;                                                                                                                                 //German 20101207 - Tarea Infragistics 2008 – Tarea 983
            this.ultraExplorerBar1.Size     = new System.Drawing.Size(912, 497);
            this.ultraExplorerBar1.TabIndex = 2;
            //
            // FrmConsultaArticulos
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.BackColor         = System.Drawing.SystemColors.Control;
            this.ClientSize        = new System.Drawing.Size(912, 525);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.toolBarStandar);
            this.Name = "FrmConsultaArticulos";
            this.Text = "Consulta de artículos";
            this.ultraExplorerBarContainerControl3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridEXAgrupamientos)).EndInit();
            this.ultraExplorerBarContainerControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.uneMaxDesctoConImp)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.unePrecioListaConImp)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.unePrecioNeto)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneMaxDescto)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.unePrecioBruto)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.unePrecioNetoConImp)).EndInit();
            this.ultraExplorerBarContainerControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGridStock)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraDataSource1)).EndInit();
            this.groupBox1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.uneStock)).EndInit();
            this.panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
            this.ultraExplorerBar1.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.UltraWinGrid.UltraGridBand   ultraGridBand1    = new Infragistics.Win.UltraWinGrid.UltraGridBand("Segments", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Segments");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Pages");
     Infragistics.Win.UltraWinGrid.UltraGridBand   ultraGridBand2    = new Infragistics.Win.UltraWinGrid.UltraGridBand("Pages", 0);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Page");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Page Data");
     Infragistics.Win.UltraWinGrid.UltraGridBand   ultraGridBand3    = new Infragistics.Win.UltraWinGrid.UltraGridBand("Page Data", 1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Break");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Addr");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Value");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Instruction");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ASCII");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SIXBIT");
     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.UltraWinDataSource.UltraDataBand   ultraDataBand1   = new Infragistics.Win.UltraWinDataSource.UltraDataBand("Pages");
     Infragistics.Win.UltraWinDataSource.UltraDataBand   ultraDataBand2   = new Infragistics.Win.UltraWinDataSource.UltraDataBand("Page Data");
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn1 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Break");
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn2 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Addr");
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn3 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Value");
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn4 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Instruction");
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn5 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("ASCII");
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn6 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("SIXBIT");
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn7 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Page");
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn8 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Segments");
     Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridBand   ultraGridBand4    = new Infragistics.Win.UltraWinGrid.UltraGridBand("Accumulators", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Data");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ASCII");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SIXBIT");
     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.UltraWinDataSource.UltraDataColumn ultraDataColumn9  = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("ID");
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn10 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Data");
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn11 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("ASCII");
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn12 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("SIXBIT");
     this.CoreBrowser               = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.CoreDataSource            = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components);
     this.MainOuterTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
     this.flowLayoutPanel1          = new System.Windows.Forms.FlowLayoutPanel();
     this.label1             = new System.Windows.Forms.Label();
     this.PCLabel            = new System.Windows.Forms.Label();
     this.CycleCount         = new System.Windows.Forms.Label();
     this.StepButton         = new System.Windows.Forms.Button();
     this.RunButton          = new System.Windows.Forms.Button();
     this.PauseButton        = new System.Windows.Forms.Button();
     this.PSRStatusPanel     = new System.Windows.Forms.FlowLayoutPanel();
     this.label2             = new System.Windows.Forms.Label();
     this.CPUProperties      = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.PropertyDataSource = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components);
     this.ConsoleTextBox     = new System.Windows.Forms.TextBox();
     this.RestartButton      = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.CoreBrowser)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.CoreDataSource)).BeginInit();
     this.MainOuterTableLayoutPanel.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     this.PSRStatusPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.CPUProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PropertyDataSource)).BeginInit();
     this.SuspendLayout();
     //
     // CoreBrowser
     //
     this.CoreBrowser.DataSource                 = this.CoreDataSource;
     appearance7.BackColor                       = System.Drawing.Color.Gainsboro;
     appearance7.BackColor2                      = System.Drawing.Color.DarkGray;
     appearance7.BackGradientStyle               = Infragistics.Win.GradientStyle.ForwardDiagonal;
     this.CoreBrowser.DisplayLayout.Appearance   = appearance7;
     this.CoreBrowser.DisplayLayout.AutoFitStyle = Infragistics.Win.UltraWinGrid.AutoFitStyle.ResizeAllColumns;
     ultraGridBand1.ColHeadersVisible            = false;
     ultraGridColumn1.AutoCompleteMode           = Infragistics.Win.AutoCompleteMode.Append;
     ultraGridColumn1.Header.VisiblePosition     = 0;
     ultraGridColumn1.Width                      = 431;
     ultraGridColumn2.AutoCompleteMode           = Infragistics.Win.AutoCompleteMode.Append;
     ultraGridColumn2.Header.VisiblePosition     = 1;
     ultraGridBand1.Columns.AddRange(new object[] {
         ultraGridColumn1,
         ultraGridColumn2
     });
     ultraGridBand1.Header.Enabled           = false;
     ultraGridBand2.ColHeadersVisible        = false;
     ultraGridColumn3.AutoCompleteMode       = Infragistics.Win.AutoCompleteMode.Append;
     ultraGridColumn3.Header.VisiblePosition = 0;
     ultraGridColumn3.Width                  = 412;
     ultraGridColumn4.AutoCompleteMode       = Infragistics.Win.AutoCompleteMode.Append;
     ultraGridColumn4.Header.VisiblePosition = 1;
     ultraGridBand2.Columns.AddRange(new object[] {
         ultraGridColumn3,
         ultraGridColumn4
     });
     ultraGridColumn5.AutoCompleteMode                      = Infragistics.Win.AutoCompleteMode.Append;
     ultraGridColumn5.AutoSizeMode                          = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.VisibleRows;
     ultraGridColumn5.Header.VisiblePosition                = 0;
     ultraGridColumn5.RowLayoutColumnInfo.OriginX           = 0;
     ultraGridColumn5.RowLayoutColumnInfo.OriginY           = 0;
     ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(32, 0);
     ultraGridColumn5.RowLayoutColumnInfo.SpanX             = 1;
     ultraGridColumn5.RowLayoutColumnInfo.SpanY             = 2;
     ultraGridColumn5.Width                                  = 101;
     ultraGridColumn6.AutoCompleteMode                       = Infragistics.Win.AutoCompleteMode.Append;
     ultraGridColumn6.Header.VisiblePosition                 = 1;
     ultraGridColumn6.RowLayoutColumnInfo.OriginX            = 1;
     ultraGridColumn6.RowLayoutColumnInfo.OriginY            = 0;
     ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize  = new System.Drawing.Size(61, 0);
     ultraGridColumn6.RowLayoutColumnInfo.SpanX              = 1;
     ultraGridColumn6.RowLayoutColumnInfo.SpanY              = 2;
     ultraGridColumn6.Width                                  = 266;
     ultraGridColumn7.AutoCompleteMode                       = Infragistics.Win.AutoCompleteMode.Append;
     ultraGridColumn7.Header.VisiblePosition                 = 2;
     ultraGridColumn7.RowLayoutColumnInfo.OriginX            = 2;
     ultraGridColumn7.RowLayoutColumnInfo.OriginY            = 0;
     ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize  = new System.Drawing.Size(92, 0);
     ultraGridColumn7.RowLayoutColumnInfo.SpanX              = 1;
     ultraGridColumn7.RowLayoutColumnInfo.SpanY              = 2;
     ultraGridColumn7.Width                                  = 266;
     ultraGridColumn8.AutoCompleteMode                       = Infragistics.Win.AutoCompleteMode.Append;
     ultraGridColumn8.Header.VisiblePosition                 = 3;
     ultraGridColumn8.RowLayoutColumnInfo.OriginX            = 3;
     ultraGridColumn8.RowLayoutColumnInfo.OriginY            = 0;
     ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize  = new System.Drawing.Size(108, 0);
     ultraGridColumn8.RowLayoutColumnInfo.SpanX              = 7;
     ultraGridColumn8.RowLayoutColumnInfo.SpanY              = 2;
     ultraGridColumn9.AutoCompleteMode                       = Infragistics.Win.AutoCompleteMode.Append;
     ultraGridColumn9.Header.VisiblePosition                 = 4;
     ultraGridColumn9.RowLayoutColumnInfo.PreferredCellSize  = new System.Drawing.Size(43, 0);
     ultraGridColumn10.AutoCompleteMode                      = Infragistics.Win.AutoCompleteMode.Append;
     ultraGridColumn10.Header.VisiblePosition                = 5;
     ultraGridColumn10.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(47, 0);
     ultraGridBand3.Columns.AddRange(new object[] {
         ultraGridColumn5,
         ultraGridColumn6,
         ultraGridColumn7,
         ultraGridColumn8,
         ultraGridColumn9,
         ultraGridColumn10
     });
     ultraGridBand3.UseRowLayout = true;
     this.CoreBrowser.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.CoreBrowser.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
     this.CoreBrowser.DisplayLayout.BandsSerializer.Add(ultraGridBand3);
     this.CoreBrowser.DisplayLayout.InterBandSpacing                = 10;
     this.CoreBrowser.DisplayLayout.Override.BorderStyleRow         = Infragistics.Win.UIElementBorderStyle.InsetSoft;
     this.CoreBrowser.DisplayLayout.Override.BorderStyleRowSelector = Infragistics.Win.UIElementBorderStyle.None;
     appearance8.BackColor = System.Drawing.Color.Transparent;
     this.CoreBrowser.DisplayLayout.Override.CardAreaAppearance = appearance8;
     appearance9.BackColor = System.Drawing.Color.LightSteelBlue;
     appearance9.ForeColor = System.Drawing.Color.Navy;
     this.CoreBrowser.DisplayLayout.Override.CellAppearance = appearance9;
     appearance10.BackColor             = System.Drawing.Color.DarkGray;
     appearance10.BackColor2            = System.Drawing.Color.Gainsboro;
     appearance10.BackGradientStyle     = Infragistics.Win.GradientStyle.Horizontal;
     appearance10.FontData.Name         = "Tahoma";
     appearance10.FontData.SizeInPoints = 9F;
     appearance10.ForeColor             = System.Drawing.Color.Navy;
     appearance10.TextHAlignAsString    = "Left";
     appearance10.ThemedElementAlpha    = Infragistics.Win.Alpha.Transparent;
     this.CoreBrowser.DisplayLayout.Override.HeaderAppearance = appearance10;
     appearance11.BackColor         = System.Drawing.Color.DarkGray;
     appearance11.BackColor2        = System.Drawing.Color.Gainsboro;
     appearance11.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
     appearance11.ForeColor         = System.Drawing.Color.Navy;
     this.CoreBrowser.DisplayLayout.Override.RowSelectorAppearance = appearance11;
     this.CoreBrowser.DisplayLayout.Override.RowSelectorWidth      = 20;
     this.CoreBrowser.DisplayLayout.Override.RowSpacingAfter       = 1;
     this.CoreBrowser.DisplayLayout.Override.RowSpacingBefore      = 3;
     appearance12.BackColor = System.Drawing.Color.Navy;
     appearance12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.CoreBrowser.DisplayLayout.Override.SelectedRowAppearance = appearance12;
     this.CoreBrowser.DisplayLayout.RowConnectorColor = System.Drawing.Color.Gray;
     this.CoreBrowser.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Dashed;
     this.CoreBrowser.DisplayLayout.UseFixedHeaders   = true;
     this.CoreBrowser.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.CoreBrowser.Location = new System.Drawing.Point(3, 3);
     this.CoreBrowser.Name     = "CoreBrowser";
     this.MainOuterTableLayoutPanel.SetRowSpan(this.CoreBrowser, 2);
     this.CoreBrowser.Size              = new System.Drawing.Size(472, 434);
     this.CoreBrowser.TabIndex          = 1;
     this.CoreBrowser.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.CoreBrowser_InitializeLayout);
     //
     // CoreDataSource
     //
     this.CoreDataSource.AllowAdd         = false;
     this.CoreDataSource.AllowDelete      = false;
     this.CoreDataSource.Band.AllowAdd    = Infragistics.Win.DefaultableBoolean.False;
     this.CoreDataSource.Band.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
     ultraDataColumn1.DataType            = typeof(bool);
     ultraDataBand2.Columns.AddRange(new object[] {
         ultraDataColumn1,
         ultraDataColumn2,
         ultraDataColumn3,
         ultraDataColumn4,
         ultraDataColumn5,
         ultraDataColumn6
     });
     ultraDataBand1.ChildBands.AddRange(new object[] {
         ultraDataBand2
     });
     ultraDataBand1.Columns.AddRange(new object[] {
         ultraDataColumn7
     });
     this.CoreDataSource.Band.ChildBands.AddRange(new object[] {
         ultraDataBand1
     });
     this.CoreDataSource.Band.Columns.AddRange(new object[] {
         ultraDataColumn8
     });
     this.CoreDataSource.Band.Key      = "Segments";
     this.CoreDataSource.Band.ReadOnly = Infragistics.Win.DefaultableBoolean.True;
     //
     // MainOuterTableLayoutPanel
     //
     this.MainOuterTableLayoutPanel.ColumnCount = 2;
     this.MainOuterTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 69.21965F));
     this.MainOuterTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30.78035F));
     this.MainOuterTableLayoutPanel.Controls.Add(this.CoreBrowser, 0, 0);
     this.MainOuterTableLayoutPanel.Controls.Add(this.flowLayoutPanel1, 1, 0);
     this.MainOuterTableLayoutPanel.Controls.Add(this.CPUProperties, 1, 1);
     this.MainOuterTableLayoutPanel.Controls.Add(this.ConsoleTextBox, 0, 2);
     this.MainOuterTableLayoutPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.MainOuterTableLayoutPanel.Location = new System.Drawing.Point(0, 0);
     this.MainOuterTableLayoutPanel.Name     = "MainOuterTableLayoutPanel";
     this.MainOuterTableLayoutPanel.RowCount = 3;
     this.MainOuterTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 40F));
     this.MainOuterTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 40F));
     this.MainOuterTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
     this.MainOuterTableLayoutPanel.Size     = new System.Drawing.Size(692, 551);
     this.MainOuterTableLayoutPanel.TabIndex = 2;
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.AutoSize = true;
     this.flowLayoutPanel1.Controls.Add(this.label1);
     this.flowLayoutPanel1.Controls.Add(this.PCLabel);
     this.flowLayoutPanel1.Controls.Add(this.CycleCount);
     this.flowLayoutPanel1.Controls.Add(this.StepButton);
     this.flowLayoutPanel1.Controls.Add(this.RunButton);
     this.flowLayoutPanel1.Controls.Add(this.PauseButton);
     this.flowLayoutPanel1.Controls.Add(this.PSRStatusPanel);
     this.flowLayoutPanel1.Controls.Add(this.RestartButton);
     this.flowLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel1.Location = new System.Drawing.Point(481, 3);
     this.flowLayoutPanel1.Name     = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size     = new System.Drawing.Size(208, 214);
     this.flowLayoutPanel1.TabIndex = 2;
     this.flowLayoutPanel1.Paint   += new System.Windows.Forms.PaintEventHandler(this.flowLayoutPanel1_Paint);
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location  = new System.Drawing.Point(3, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(37, 20);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "PC:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // PCLabel
     //
     this.PCLabel.AutoSize  = true;
     this.PCLabel.Font      = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.PCLabel.Location  = new System.Drawing.Point(46, 0);
     this.PCLabel.Name      = "PCLabel";
     this.PCLabel.Size      = new System.Drawing.Size(105, 24);
     this.PCLabel.TabIndex  = 1;
     this.PCLabel.Text      = "000/000000";
     this.PCLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // CycleCount
     //
     this.CycleCount.AutoSize = true;
     this.flowLayoutPanel1.SetFlowBreak(this.CycleCount, true);
     this.CycleCount.Font      = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CycleCount.Location  = new System.Drawing.Point(157, 0);
     this.CycleCount.Name      = "CycleCount";
     this.CycleCount.Size      = new System.Drawing.Size(15, 12);
     this.CycleCount.TabIndex  = 6;
     this.CycleCount.Text      = "#1";
     this.CycleCount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // StepButton
     //
     this.StepButton.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.StepButton.ForeColor = System.Drawing.SystemColors.InfoText;
     this.StepButton.Location  = new System.Drawing.Point(3, 27);
     this.StepButton.Name      = "StepButton";
     this.StepButton.Size      = new System.Drawing.Size(75, 23);
     this.StepButton.TabIndex  = 2;
     this.StepButton.Text      = "STEP";
     this.StepButton.UseVisualStyleBackColor = true;
     this.StepButton.Click += new System.EventHandler(this.StepButton_Click);
     //
     // RunButton
     //
     this.RunButton.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.RunButton.ForeColor = System.Drawing.SystemColors.InfoText;
     this.RunButton.Location  = new System.Drawing.Point(84, 27);
     this.RunButton.Name      = "RunButton";
     this.RunButton.Size      = new System.Drawing.Size(75, 23);
     this.RunButton.TabIndex  = 3;
     this.RunButton.Text      = "RUN";
     this.RunButton.UseVisualStyleBackColor = true;
     this.RunButton.Click += new System.EventHandler(this.RunButton_Click);
     //
     // PauseButton
     //
     this.flowLayoutPanel1.SetFlowBreak(this.PauseButton, true);
     this.PauseButton.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.PauseButton.ForeColor = System.Drawing.SystemColors.InfoText;
     this.PauseButton.Location  = new System.Drawing.Point(3, 56);
     this.PauseButton.Name      = "PauseButton";
     this.PauseButton.Size      = new System.Drawing.Size(75, 23);
     this.PauseButton.TabIndex  = 5;
     this.PauseButton.Text      = "PAUSE";
     this.PauseButton.UseVisualStyleBackColor = true;
     this.PauseButton.Click += new System.EventHandler(this.PauseButton_Click);
     //
     // PSRStatusPanel
     //
     this.PSRStatusPanel.AutoSize     = true;
     this.PSRStatusPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.PSRStatusPanel.Controls.Add(this.label2);
     this.flowLayoutPanel1.SetFlowBreak(this.PSRStatusPanel, true);
     this.PSRStatusPanel.Location = new System.Drawing.Point(3, 85);
     this.PSRStatusPanel.Name     = "PSRStatusPanel";
     this.PSRStatusPanel.Size     = new System.Drawing.Size(38, 13);
     this.PSRStatusPanel.TabIndex = 4;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(3, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(32, 13);
     this.label2.TabIndex = 0;
     this.label2.Text     = "PSR:";
     //
     // CPUProperties
     //
     this.CPUProperties.DataSource  = this.PropertyDataSource;
     appearance13.BackColor         = System.Drawing.Color.Gainsboro;
     appearance13.BackColor2        = System.Drawing.Color.DarkGray;
     appearance13.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
     this.CPUProperties.DisplayLayout.Appearance   = appearance13;
     this.CPUProperties.DisplayLayout.AutoFitStyle = Infragistics.Win.UltraWinGrid.AutoFitStyle.ResizeAllColumns;
     ultraGridColumn11.AutoCompleteMode            = Infragistics.Win.AutoCompleteMode.Append;
     ultraGridColumn11.Header.VisiblePosition      = 0;
     ultraGridColumn11.Width                  = 45;
     ultraGridColumn12.AutoCompleteMode       = Infragistics.Win.AutoCompleteMode.Append;
     ultraGridColumn12.Header.VisiblePosition = 1;
     ultraGridColumn12.Width                  = 47;
     ultraGridColumn13.AutoCompleteMode       = Infragistics.Win.AutoCompleteMode.Append;
     ultraGridColumn13.Header.VisiblePosition = 2;
     ultraGridColumn13.Width                  = 47;
     ultraGridColumn14.AutoCompleteMode       = Infragistics.Win.AutoCompleteMode.Append;
     ultraGridColumn14.Header.VisiblePosition = 3;
     ultraGridColumn14.Width                  = 47;
     ultraGridBand4.Columns.AddRange(new object[] {
         ultraGridColumn11,
         ultraGridColumn12,
         ultraGridColumn13,
         ultraGridColumn14
     });
     this.CPUProperties.DisplayLayout.BandsSerializer.Add(ultraGridBand4);
     this.CPUProperties.DisplayLayout.InterBandSpacing                = 10;
     this.CPUProperties.DisplayLayout.Override.BorderStyleRow         = Infragistics.Win.UIElementBorderStyle.InsetSoft;
     this.CPUProperties.DisplayLayout.Override.BorderStyleRowSelector = Infragistics.Win.UIElementBorderStyle.None;
     appearance14.BackColor = System.Drawing.Color.Transparent;
     this.CPUProperties.DisplayLayout.Override.CardAreaAppearance = appearance14;
     appearance15.BackColor = System.Drawing.Color.LightSteelBlue;
     appearance15.ForeColor = System.Drawing.Color.Navy;
     this.CPUProperties.DisplayLayout.Override.CellAppearance = appearance15;
     appearance16.BackColor             = System.Drawing.Color.DarkGray;
     appearance16.BackColor2            = System.Drawing.Color.Gainsboro;
     appearance16.BackGradientStyle     = Infragistics.Win.GradientStyle.Horizontal;
     appearance16.FontData.Name         = "Tahoma";
     appearance16.FontData.SizeInPoints = 9F;
     appearance16.ForeColor             = System.Drawing.Color.Navy;
     appearance16.TextHAlignAsString    = "Left";
     appearance16.ThemedElementAlpha    = Infragistics.Win.Alpha.Transparent;
     this.CPUProperties.DisplayLayout.Override.HeaderAppearance = appearance16;
     appearance17.BackColor         = System.Drawing.Color.DarkGray;
     appearance17.BackColor2        = System.Drawing.Color.Gainsboro;
     appearance17.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
     appearance17.ForeColor         = System.Drawing.Color.Navy;
     this.CPUProperties.DisplayLayout.Override.RowSelectorAppearance = appearance17;
     this.CPUProperties.DisplayLayout.Override.RowSelectorWidth      = 20;
     this.CPUProperties.DisplayLayout.Override.RowSpacingAfter       = 1;
     this.CPUProperties.DisplayLayout.Override.RowSpacingBefore      = 3;
     appearance18.BackColor = System.Drawing.Color.Navy;
     appearance18.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.CPUProperties.DisplayLayout.Override.SelectedRowAppearance = appearance18;
     this.CPUProperties.DisplayLayout.RowConnectorColor = System.Drawing.Color.Gray;
     this.CPUProperties.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Dashed;
     this.CPUProperties.DisplayLayout.UseFixedHeaders   = true;
     this.CPUProperties.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.CPUProperties.Location = new System.Drawing.Point(481, 223);
     this.CPUProperties.Name     = "CPUProperties";
     this.CPUProperties.Size     = new System.Drawing.Size(208, 214);
     this.CPUProperties.TabIndex = 3;
     //
     // PropertyDataSource
     //
     this.PropertyDataSource.Band.Columns.AddRange(new object[] {
         ultraDataColumn9,
         ultraDataColumn10,
         ultraDataColumn11,
         ultraDataColumn12
     });
     this.PropertyDataSource.Band.Key = "Accumulators";
     //
     // ConsoleTextBox
     //
     this.ConsoleTextBox.BackColor = System.Drawing.SystemColors.ControlText;
     this.MainOuterTableLayoutPanel.SetColumnSpan(this.ConsoleTextBox, 2);
     this.ConsoleTextBox.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.ConsoleTextBox.ForeColor  = System.Drawing.Color.Lime;
     this.ConsoleTextBox.Location   = new System.Drawing.Point(3, 443);
     this.ConsoleTextBox.Multiline  = true;
     this.ConsoleTextBox.Name       = "ConsoleTextBox";
     this.ConsoleTextBox.ReadOnly   = true;
     this.ConsoleTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.ConsoleTextBox.Size       = new System.Drawing.Size(686, 105);
     this.ConsoleTextBox.TabIndex   = 4;
     //
     // RestartButton
     //
     this.RestartButton.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.RestartButton.ForeColor = System.Drawing.SystemColors.InfoText;
     this.RestartButton.Location  = new System.Drawing.Point(3, 114);
     this.RestartButton.Name      = "RestartButton";
     this.RestartButton.Size      = new System.Drawing.Size(86, 23);
     this.RestartButton.TabIndex  = 7;
     this.RestartButton.Text      = "RESTART";
     this.RestartButton.UseVisualStyleBackColor = true;
     this.RestartButton.Click += new System.EventHandler(this.RestartButton_Click);
     //
     // DebuggerScreen
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.ControlText;
     this.Controls.Add(this.MainOuterTableLayoutPanel);
     this.ForeColor = System.Drawing.SystemColors.Control;
     this.Name      = "DebuggerScreen";
     this.Size      = new System.Drawing.Size(692, 551);
     ((System.ComponentModel.ISupportInitialize)(this.CoreBrowser)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.CoreDataSource)).EndInit();
     this.MainOuterTableLayoutPanel.ResumeLayout(false);
     this.MainOuterTableLayoutPanel.PerformLayout();
     this.flowLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel1.PerformLayout();
     this.PSRStatusPanel.ResumeLayout(false);
     this.PSRStatusPanel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.CPUProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PropertyDataSource)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 7
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido de este método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinDataSource.UltraDataBand ultraDataBand1 = new Infragistics.Win.UltraWinDataSource.UltraDataBand("Band 2");
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridBand   ultraGridBand1   = new Infragistics.Win.UltraWinGrid.UltraGridBand("LovePets", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PetID");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PetName");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PetType");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PetBreed");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PetDOB");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OwnerID");
     Infragistics.Win.Appearance appearance2  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance3  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance4  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance5  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance6  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance7  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance8  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance9  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
     this.label1             = new System.Windows.Forms.Label();
     this.label2             = new System.Windows.Forms.Label();
     this.label3             = new System.Windows.Forms.Label();
     this.label4             = new System.Windows.Forms.Label();
     this.label5             = new System.Windows.Forms.Label();
     this.label6             = new System.Windows.Forms.Label();
     this.tbNombre           = new System.Windows.Forms.TextBox();
     this.tbRaza             = new System.Windows.Forms.TextBox();
     this.btSelect           = new System.Windows.Forms.Button();
     this.btInsert           = new System.Windows.Forms.Button();
     this.btUpdate           = new System.Windows.Forms.Button();
     this.btDelete           = new System.Windows.Forms.Button();
     this.nuIdMascotas       = new System.Windows.Forms.NumericUpDown();
     this.nuAmo              = new System.Windows.Forms.NumericUpDown();
     this.DTPFechaNacimiento = new System.Windows.Forms.DateTimePicker();
     this.label7             = new System.Windows.Forms.Label();
     this.CBTipoAnimal       = new System.Windows.Forms.ComboBox();
     this.ultraDataSource1   = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components);
     this.btCheqeo           = new System.Windows.Forms.Button();
     this.BSPET              = new System.Windows.Forms.BindingSource(this.components);
     this.veterianDataSet    = new AFEFWFV05221018.VeterianDataSet();
     this.BSLovePets         = new System.Windows.Forms.BindingSource(this.components);
     this.veterianDataSet2   = new AFEFWFV05221018.VeterianDataSet2();
     this.veterianDataSet1   = new AFEFWFV05221018.VeterianDataSet1();
     this.ultraGrid1         = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.BTUltragrid        = new System.Windows.Forms.Button();
     this.btPruebas          = new System.Windows.Forms.Button();
     this.btClear            = new System.Windows.Forms.Button();
     this.btPRBNumeric       = new System.Windows.Forms.Button();
     this.btComboBox         = new System.Windows.Forms.Button();
     this.btForm2            = new System.Windows.Forms.Button();
     this.textBox1           = new System.Windows.Forms.TextBox();
     this.button1            = new System.Windows.Forms.Button();
     this.label8             = new System.Windows.Forms.Label();
     this.btFormUG1          = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.nuIdMascotas)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.nuAmo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraDataSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BSPET)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.veterianDataSet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BSLovePets)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.veterianDataSet2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.veterianDataSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(88, 94);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(58, 17);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Nombre";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(88, 142);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(0, 17);
     this.label2.TabIndex = 1;
     this.label2.Click   += new System.EventHandler(this.label2_Click);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(105, 185);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(41, 17);
     this.label3.TabIndex = 2;
     this.label3.Text     = "Raza";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(111, 228);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(35, 17);
     this.label4.TabIndex = 3;
     this.label4.Text     = "amo";
     this.label4.Click   += new System.EventHandler(this.label4_Click);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(73, 142);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(73, 17);
     this.label5.TabIndex = 4;
     this.label5.Text     = "tipoAnimal";
     this.label5.Click   += new System.EventHandler(this.label5_Click);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(73, 51);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(79, 17);
     this.label6.TabIndex = 5;
     this.label6.Text     = "IdMascotas";
     //
     // tbNombre
     //
     this.tbNombre.Location = new System.Drawing.Point(197, 94);
     this.tbNombre.Name     = "tbNombre";
     this.tbNombre.Size     = new System.Drawing.Size(126, 22);
     this.tbNombre.TabIndex = 7;
     this.tbNombre.Text     = "foo";
     //
     // tbRaza
     //
     this.tbRaza.Location = new System.Drawing.Point(197, 182);
     this.tbRaza.Name     = "tbRaza";
     this.tbRaza.Size     = new System.Drawing.Size(126, 22);
     this.tbRaza.TabIndex = 9;
     this.tbRaza.Text     = "bar";
     //
     // btSelect
     //
     this.btSelect.Location = new System.Drawing.Point(403, 79);
     this.btSelect.Name     = "btSelect";
     this.btSelect.Size     = new System.Drawing.Size(75, 23);
     this.btSelect.TabIndex = 11;
     this.btSelect.Text     = "Select";
     this.btSelect.UseVisualStyleBackColor = true;
     //
     // btInsert
     //
     this.btInsert.Location = new System.Drawing.Point(403, 127);
     this.btInsert.Name     = "btInsert";
     this.btInsert.Size     = new System.Drawing.Size(75, 23);
     this.btInsert.TabIndex = 12;
     this.btInsert.Text     = "Insert";
     this.btInsert.UseVisualStyleBackColor = true;
     //
     // btUpdate
     //
     this.btUpdate.Location = new System.Drawing.Point(403, 179);
     this.btUpdate.Name     = "btUpdate";
     this.btUpdate.Size     = new System.Drawing.Size(75, 23);
     this.btUpdate.TabIndex = 13;
     this.btUpdate.Text     = "Update";
     this.btUpdate.UseVisualStyleBackColor = true;
     //
     // btDelete
     //
     this.btDelete.Location = new System.Drawing.Point(403, 222);
     this.btDelete.Name     = "btDelete";
     this.btDelete.Size     = new System.Drawing.Size(75, 23);
     this.btDelete.TabIndex = 14;
     this.btDelete.Text     = "Delete";
     this.btDelete.UseVisualStyleBackColor = true;
     //
     // nuIdMascotas
     //
     this.nuIdMascotas.Location = new System.Drawing.Point(197, 46);
     this.nuIdMascotas.Minimum  = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.nuIdMascotas.Name     = "nuIdMascotas";
     this.nuIdMascotas.Size     = new System.Drawing.Size(120, 22);
     this.nuIdMascotas.TabIndex = 15;
     this.nuIdMascotas.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.nuIdMascotas.ValueChanged += new System.EventHandler(this.nuIdMascotas_ValueChanged);
     //
     // nuAmo
     //
     this.nuAmo.Location = new System.Drawing.Point(197, 228);
     this.nuAmo.Minimum  = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.nuAmo.Name     = "nuAmo";
     this.nuAmo.Size     = new System.Drawing.Size(120, 22);
     this.nuAmo.TabIndex = 16;
     this.nuAmo.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     //
     // DTPFechaNacimiento
     //
     this.DTPFechaNacimiento.Location      = new System.Drawing.Point(197, 279);
     this.DTPFechaNacimiento.Name          = "DTPFechaNacimiento";
     this.DTPFechaNacimiento.Size          = new System.Drawing.Size(200, 22);
     this.DTPFechaNacimiento.TabIndex      = 17;
     this.DTPFechaNacimiento.ValueChanged += new System.EventHandler(this.DTPFechaNacimiento_ValueChanged);
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(29, 279);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(117, 17);
     this.label7.TabIndex = 18;
     this.label7.Text     = "FechaNacimiento";
     //
     // CBTipoAnimal
     //
     this.CBTipoAnimal.FormattingEnabled = true;
     this.CBTipoAnimal.Location          = new System.Drawing.Point(197, 139);
     this.CBTipoAnimal.Name                  = "CBTipoAnimal";
     this.CBTipoAnimal.Size                  = new System.Drawing.Size(121, 24);
     this.CBTipoAnimal.TabIndex              = 19;
     this.CBTipoAnimal.SelectedIndexChanged += new System.EventHandler(this.CBTipoAnimal_SelectedIndexChanged);
     //
     // ultraDataSource1
     //
     this.ultraDataSource1.Band.ChildBands.AddRange(new object[] {
         ultraDataBand1
     });
     //
     // btCheqeo
     //
     this.btCheqeo.Location = new System.Drawing.Point(12, 12);
     this.btCheqeo.Name     = "btCheqeo";
     this.btCheqeo.Size     = new System.Drawing.Size(75, 23);
     this.btCheqeo.TabIndex = 20;
     this.btCheqeo.Text     = "Chequeo";
     this.btCheqeo.UseVisualStyleBackColor = true;
     //
     // BSPET
     //
     this.BSPET.DataSource = this.veterianDataSet;
     this.BSPET.Position   = 0;
     //
     // veterianDataSet
     //
     this.veterianDataSet.DataSetName             = "VeterianDataSet";
     this.veterianDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // BSLovePets
     //
     this.BSLovePets.DataSource = this.veterianDataSet2;
     this.BSLovePets.Position   = 0;
     //
     // veterianDataSet2
     //
     this.veterianDataSet2.DataSetName             = "VeterianDataSet2";
     this.veterianDataSet2.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // veterianDataSet1
     //
     this.veterianDataSet1.DataSetName             = "VeterianDataSet1";
     this.veterianDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // ultraGrid1
     //
     appearance1.BackColor   = System.Drawing.SystemColors.Window;
     appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
     this.ultraGrid1.DisplayLayout.Appearance = appearance1;
     ultraGridBand1.AutoPreviewEnabled        = true;
     ultraGridColumn1.Header.VisiblePosition  = 0;
     ultraGridColumn2.Header.VisiblePosition  = 1;
     ultraGridColumn3.Header.VisiblePosition  = 2;
     ultraGridColumn4.Header.VisiblePosition  = 3;
     ultraGridColumn5.Header.VisiblePosition  = 4;
     ultraGridColumn6.Header.VisiblePosition  = 5;
     ultraGridBand1.Columns.AddRange(new object[] {
         ultraGridColumn1,
         ultraGridColumn2,
         ultraGridColumn3,
         ultraGridColumn4,
         ultraGridColumn5,
         ultraGridColumn6
     });
     this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.ultraGrid1.DisplayLayout.BorderStyle    = Infragistics.Win.UIElementBorderStyle.Solid;
     this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
     appearance2.BackColor         = System.Drawing.SystemColors.ActiveBorder;
     appearance2.BackColor2        = System.Drawing.SystemColors.ControlDark;
     appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance2.BorderColor       = System.Drawing.SystemColors.Window;
     this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance2;
     appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
     this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance3;
     this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle         = Infragistics.Win.UIElementBorderStyle.Solid;
     appearance4.BackColor         = System.Drawing.SystemColors.ControlLightLight;
     appearance4.BackColor2        = System.Drawing.SystemColors.Control;
     appearance4.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
     appearance4.ForeColor         = System.Drawing.SystemColors.GrayText;
     this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance4;
     this.ultraGrid1.DisplayLayout.MaxColScrollRegions         = 1;
     this.ultraGrid1.DisplayLayout.MaxRowScrollRegions         = 1;
     appearance5.BackColor = System.Drawing.SystemColors.Window;
     appearance5.ForeColor = System.Drawing.SystemColors.ControlText;
     this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance5;
     appearance6.BackColor = System.Drawing.SystemColors.Highlight;
     appearance6.ForeColor = System.Drawing.SystemColors.HighlightText;
     this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance6;
     this.ultraGrid1.DisplayLayout.Override.BorderStyleCell     = Infragistics.Win.UIElementBorderStyle.Dotted;
     this.ultraGrid1.DisplayLayout.Override.BorderStyleRow      = Infragistics.Win.UIElementBorderStyle.Dotted;
     appearance7.BackColor = System.Drawing.SystemColors.Window;
     this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance7;
     appearance8.BorderColor  = System.Drawing.Color.Silver;
     appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
     this.ultraGrid1.DisplayLayout.Override.CellAppearance  = appearance8;
     this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.ultraGrid1.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.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance9;
     appearance10.TextHAlignAsString = "Left";
     this.ultraGrid1.DisplayLayout.Override.HeaderAppearance  = appearance10;
     this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.ultraGrid1.DisplayLayout.Override.HeaderStyle       = Infragistics.Win.HeaderStyle.WindowsXPCommand;
     appearance11.BackColor   = System.Drawing.SystemColors.Window;
     appearance11.BorderColor = System.Drawing.Color.Silver;
     this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance11;
     this.ultraGrid1.DisplayLayout.Override.RowSelectors  = Infragistics.Win.DefaultableBoolean.False;
     appearance12.BackColor = System.Drawing.SystemColors.ControlLight;
     this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance12;
     this.ultraGrid1.DisplayLayout.ScrollBounds  = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.ultraGrid1.DisplayLayout.ScrollStyle   = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
     this.ultraGrid1.Font              = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ultraGrid1.Location          = new System.Drawing.Point(12, 312);
     this.ultraGrid1.Name              = "ultraGrid1";
     this.ultraGrid1.Size              = new System.Drawing.Size(700, 300);
     this.ultraGrid1.TabIndex          = 21;
     this.ultraGrid1.Text              = "ultraGrid1";
     this.ultraGrid1.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.ultraGrid1_InitializeLayout);
     //
     // BTUltragrid
     //
     this.BTUltragrid.Location = new System.Drawing.Point(114, 12);
     this.BTUltragrid.Name     = "BTUltragrid";
     this.BTUltragrid.Size     = new System.Drawing.Size(75, 23);
     this.BTUltragrid.TabIndex = 22;
     this.BTUltragrid.Text     = "ultraGrid";
     this.BTUltragrid.UseVisualStyleBackColor = true;
     this.BTUltragrid.Click += new System.EventHandler(this.BTUltragrid_Click);
     //
     // btPruebas
     //
     this.btPruebas.Location = new System.Drawing.Point(215, 12);
     this.btPruebas.Name     = "btPruebas";
     this.btPruebas.Size     = new System.Drawing.Size(75, 23);
     this.btPruebas.TabIndex = 23;
     this.btPruebas.Text     = "PRUEBAS";
     this.btPruebas.UseVisualStyleBackColor = true;
     this.btPruebas.Click += new System.EventHandler(this.btPruebas_Click);
     //
     // btClear
     //
     this.btClear.Location = new System.Drawing.Point(322, 12);
     this.btClear.Name     = "btClear";
     this.btClear.Size     = new System.Drawing.Size(75, 23);
     this.btClear.TabIndex = 24;
     this.btClear.Text     = "Clear";
     this.btClear.UseVisualStyleBackColor = true;
     this.btClear.Click += new System.EventHandler(this.btClear_Click);
     //
     // btPRBNumeric
     //
     this.btPRBNumeric.Location = new System.Drawing.Point(428, 12);
     this.btPRBNumeric.Name     = "btPRBNumeric";
     this.btPRBNumeric.Size     = new System.Drawing.Size(75, 23);
     this.btPRBNumeric.TabIndex = 25;
     this.btPRBNumeric.Text     = "prbNumeric";
     this.btPRBNumeric.UseVisualStyleBackColor = true;
     this.btPRBNumeric.Click += new System.EventHandler(this.btPRBNumeric_Click);
     //
     // btComboBox
     //
     this.btComboBox.Location = new System.Drawing.Point(536, 12);
     this.btComboBox.Name     = "btComboBox";
     this.btComboBox.Size     = new System.Drawing.Size(75, 23);
     this.btComboBox.TabIndex = 26;
     this.btComboBox.Text     = "prbCB";
     this.btComboBox.UseVisualStyleBackColor = true;
     //
     // btForm2
     //
     this.btForm2.Location = new System.Drawing.Point(640, 12);
     this.btForm2.Name     = "btForm2";
     this.btForm2.Size     = new System.Drawing.Size(75, 23);
     this.btForm2.TabIndex = 27;
     this.btForm2.Text     = "IrForm2";
     this.btForm2.UseVisualStyleBackColor = true;
     this.btForm2.Click += new System.EventHandler(this.btForm2_Click);
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(12, 682);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(177, 22);
     this.textBox1.TabIndex = 28;
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(227, 682);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 29;
     this.button1.Text     = "button1";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(12, 639);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(98, 17);
     this.label8.TabIndex = 30;
     this.label8.Text     = "ZonaUltraGrid";
     this.label8.Click   += new System.EventHandler(this.label8_Click);
     //
     // btFormUG1
     //
     this.btFormUG1.Location = new System.Drawing.Point(637, 51);
     this.btFormUG1.Name     = "btFormUG1";
     this.btFormUG1.Size     = new System.Drawing.Size(75, 23);
     this.btFormUG1.TabIndex = 32;
     this.btFormUG1.Text     = "UG1";
     this.btFormUG1.UseVisualStyleBackColor = true;
     this.btFormUG1.Click += new System.EventHandler(this.btFormUG1_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(804, 768);
     this.Controls.Add(this.btFormUG1);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.btForm2);
     this.Controls.Add(this.btComboBox);
     this.Controls.Add(this.btPRBNumeric);
     this.Controls.Add(this.btClear);
     this.Controls.Add(this.btPruebas);
     this.Controls.Add(this.BTUltragrid);
     this.Controls.Add(this.ultraGrid1);
     this.Controls.Add(this.btCheqeo);
     this.Controls.Add(this.CBTipoAnimal);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.DTPFechaNacimiento);
     this.Controls.Add(this.nuAmo);
     this.Controls.Add(this.nuIdMascotas);
     this.Controls.Add(this.btDelete);
     this.Controls.Add(this.btUpdate);
     this.Controls.Add(this.btInsert);
     this.Controls.Add(this.btSelect);
     this.Controls.Add(this.tbRaza);
     this.Controls.Add(this.tbNombre);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Name = "Form1";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.nuIdMascotas)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.nuAmo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraDataSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BSPET)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.veterianDataSet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BSLovePets)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.veterianDataSet2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.veterianDataSet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 8
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.Win.UltraWinDataSource.UltraDataBand   ultraDataBand1   = new Infragistics.Win.UltraWinDataSource.UltraDataBand("Band 1");
     Infragistics.Win.UltraWinDataSource.UltraDataBand   ultraDataBand2   = new Infragistics.Win.UltraWinDataSource.UltraDataBand("Band 2");
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn1 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Column 0");
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn2 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Column 1");
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn3 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Column 2");
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn4 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Column 0");
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn5 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Column 1");
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn6 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Column 2");
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn7 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Column 0");
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn8 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Column 1");
     Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn9 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Column 2");
     this.ultraDataSource1 = new Infragistics.Win.UltraWinDataSource.UltraDataSource();
     this.listBox1         = new System.Windows.Forms.ListBox();
     this.button1          = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.ultraDataSource1)).BeginInit();
     this.SuspendLayout();
     //
     // ultraDataSource1
     //
     ultraDataBand2.Columns.AddRange(new object[] {
         ultraDataColumn1,
         ultraDataColumn2,
         ultraDataColumn3
     });
     ultraDataBand1.ChildBands.AddRange(new object[] {
         ultraDataBand2
     });
     ultraDataBand1.Columns.AddRange(new object[] {
         ultraDataColumn4,
         ultraDataColumn5,
         ultraDataColumn6
     });
     this.ultraDataSource1.Band.ChildBands.AddRange(new object[] {
         ultraDataBand1
     });
     this.ultraDataSource1.Band.Columns.AddRange(new object[] {
         ultraDataColumn7,
         ultraDataColumn8,
         ultraDataColumn9
     });
     //
     // listBox1
     //
     this.listBox1.Location = new System.Drawing.Point(112, 40);
     this.listBox1.Name     = "listBox1";
     this.listBox1.Size     = new System.Drawing.Size(264, 160);
     this.listBox1.TabIndex = 1;
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(408, 40);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(296, 40);
     this.button1.TabIndex = 2;
     this.button1.Text     = "button1";
     this.button1.Click   += new System.EventHandler(this.button1_Click);
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(808, 273);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.listBox1);
     this.Name = "Form1";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.ultraDataSource1)).EndInit();
     this.ResumeLayout(false);
 }